@media print, screen and (min-width: 768px) {
  #age img.pc {
    display: inline-block;
  }

  .wrapper * {
    font-family: 'Noto Sans JP', sans-serif;
    box-sizing: border-box;
    color: #222;
  }
  .wrapper img {
    max-width: 100%;
    height: auto;
  }

  .clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
  }

  .icon-arrow {
    width: 15px;
    height: 15px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='65px' height='65px'%3E%3Cpath fill-rule='evenodd' fill='rgb(255, 132, 20)' d='M31.000,0.000 C48.121,0.000 61.1000,13.879 61.1000,31.000 C61.1000,48.121 48.121,61.1000 31.000,61.1000 C13.879,61.1000 0.000,48.121 0.000,31.000 C0.000,13.879 13.879,0.000 31.000,0.000 Z'/%3E%3Cpath fill-rule='evenodd' stroke='rgb(255, 255, 255)' stroke-width='6px' stroke-linecap='round' stroke-linejoin='miter' fill='none' d='M26.719,14.006 L43.993,31.000 L26.719,47.993 '/%3E%3C/svg%3E");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
  }

  .p-shop {
    padding: 13px 0 13px;
  }
  .p-shop__icon {
    width: 38px;
    height: 38px;
    display: inline-block;
    background-image: url("/brand/boukoren/img/age/ico_cart.png");
    background-size: 38px;
    background-repeat: no-repeat;
    margin-right: 10px;
  }
  .p-shop__label {
    font-size: 21px;
    font-weight: 500;
    display: flex;
    align-items: center;
  }
  .p-shop__txt {
    letter-spacing: -0.1em;
    color: #fff;
  }
  .p-shop__items {
    display: flex;
    margin: 0 -10px;
    justify-content: flex-end;
  }
  .p-shop__item {
    padding: 0 10px;
  }
  .p-shop__link {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px 38px 5px 20px;
    min-width: 170px;
    height: 56px;
    background-color: #fff;
    position: relative;
    box-shadow: 4px 4px 5px 0px rgba(136, 38, 3, 0.25);
    -webkit-box-shadow: 4px 4px 5px 0px rgba(136, 38, 3, 0.25);
    -moz-box-shadow: 4px 4px 5px 0px rgba(136, 38, 3, 0.25);
  }
  .p-shop__link:hover {
    opacity: 0.7;
  }
  .p-shop__link .icon-arrow {
    position: absolute;
    top: 50%;
    margin-top: -7px;
    right: 7px;
  }

  .mv {
    background: url("/brand/boukoren/img/age/mv_bg.png") no-repeat center top/2000px auto;
  }
  .mv .container {
    position: relative;
  }
  .mv__btn {
    right: -2px;
    bottom: 14px;
    top: auto;
  }
  .mv__btn:hover {
    opacity: 0.7;
  }

  .shop-top {
    background: #c60200;
    background: linear-gradient(0deg, #c60200 0%, #ff8414 100%);
  }
  .shop-top .container {
    max-width: 870px;
  }
  .shop-top__row {
    display: flex;
    align-items: center;
  }
  .shop-top__left {
    width: calc((285/870)*100%);
  }
  .shop-top__right {
    width: calc((585/870)*100%);
  }

  .anchor {
    padding: 30px;
    background-color: #fff3e9;
  }
  .anchor .container {
    max-width: 870px;
  }
  .anchor__items {
    display: flex;
    margin: 0 -10px;
  }
  .anchor__link {
    display: flex;
    align-items: center;
    height: 100px;
    background-color: #fff;
    border: 2px solid #ff8414;
    position: relative;
    box-shadow: 3px 3px 3px 0px rgba(136, 38, 3, 0.25);
  }
  .anchor__link:hover {
    opacity: 0.7;
  }
  .anchor__item {
    padding: 0 10px;
    width: 33.33333%;
  }
  .anchor__item:first-child .anchor__link {
    padding-left: 88px;
    background-image: url("/brand/boukoren/img/age/anchor_women.png");
    background-position: left 20px bottom;
    background-repeat: no-repeat;
  }
  .anchor__item:nth-child(2) .anchor__link {
    padding-left: 95px;
    background-image: url("/brand/boukoren/img/age/anchor_food.png");
    background-position: left bottom;
    background-repeat: no-repeat;
  }
  .anchor__item:last-child .anchor__link {
    padding-left: 83px;
    background-image: url("/brand/boukoren/img/age/anchor_medi.png");
    background-position: left 10px bottom 5px;
    background-repeat: no-repeat;
  }
  .anchor__txt {
    font-size: 16px;
    font-weight: bold;
    line-height: 1.4375;
  }
  .anchor__icon {
    position: absolute;
    transform: rotate(90deg);
    top: 50%;
    margin-top: -7px;
    right: 10px;
  }

  .trouble {
    text-align: center;
    padding-top: 10px;
    padding-bottom: 45px;
    background-image: url("/brand/boukoren/img/age/trouble_bg.png");
    background-repeat: no-repeat;
    background-position: top center;
  }
  .trouble__img {
    margin-top: -45px;
    margin-bottom: 148px;
  }
  .trouble__subttl {
    margin-bottom: 20px;
  }
  .trouble-block {
    max-width: 988px;
    margin: 30px auto 0;
  }
  .trouble-block--02 {
    margin-top: 60px;
  }
  .trouble-box {
    background-color: #fff3e9;
    max-width: 700px;
    margin: 0 auto;
    padding: 19px 10px 28px;
    height: 100%;
  }
  .trouble-box__ttl {
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 12px;
  }
  .trouble-box__ttl span {
    display: inline-flex;
    align-items: center;
    position: relative;
    padding: 0 20px;
  }
  .trouble-box__ttl span:before {
    content: "";
    width: 10px;
    height: 10px;
    display: inline-block;
    background-color: #ff8414;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    margin-top: -5px;
    left: 0;
  }
  .trouble-box__ttl span:after {
    content: "";
    width: 10px;
    height: 10px;
    display: inline-block;
    background-color: #ff8414;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    margin-top: -5px;
    right: 0;
  }
  .trouble-box__subttl {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 10px;
  }
  .trouble-box__subttl span {
    font-size: 21px;
    color: #ff5114;
    background-image: linear-gradient(to top, #fff000 28%, transparent 0);
  }
  .trouble-box__subttl span b {
    font-size: 39px;
    color: #ff5114;
  }
  .trouble-box__subttl.bottom {
    margin-bottom: 0;
    margin-top: -5px;
  }
  .trouble-box__note {
    font-size: 13px;
    color: #999;
    line-height: 1.3076923077;
    letter-spacing: -0.03em;
    margin-top: 14px;
  }
  .trouble-box__txt {
    font-size: 16px;
    line-height: 1.625;
    text-align: left;
    margin-top: 30px;
    color: #333;
  }
  .trouble-box__txt span {
    color: #ff5114;
    font-weight: bold;
  }
  .trouble-box--full {
    max-width: 100%;
    padding: 22px 30px 45px;
  }
  .trouble-box--02 .trouble-box__txt {
    text-align: center;
  }
  .trouble-box--03 {
    margin-top: 30px;
  }
  .trouble-box--03 .trouble-box__ttl {
    margin-bottom: 15px;
  }
  .trouble-box--03 .trouble-box__txt {
    display: flex;
    justify-content: center;
    margin-top: 6px;
  }
  .trouble-box--03 .trouble-box__txt > div {
    width: 270px;
  }
  .trouble-box--03 .trouble-box__txt > div + div {
    width: 273px;
    margin-left: 35px;
  }
  .trouble-row {
    display: flex;
    margin: 0 -10px;
  }
  .trouble-col {
    width: 50%;
    padding: 10px;
  }

  .mechanism {
    background-color: #fff3e9;
    background-image: url("/brand/boukoren/img/age/mechanism_bg.png");
    background-repeat: no-repeat;
    background-position: top center;
    padding-top: 80px;
    padding-bottom: 87px;
    text-align: center;
  }
  .mechanism__ttl {
    margin-bottom: 15px;
  }
  .mechanism__box {
    margin-bottom: 33px;
  }
  .mechanism__txt {
    font-size: 16px;
    line-height: 2.25;
    margin-top: 20px;
  }
  .mechanism__txt span {
    font-weight: bold;
    position: relative;
    z-index: 2;
  }
  .mechanism__txt span:before {
    content: "";
    position: absolute;
    bottom: -3px;
    left: 0;
    right: 0;
    height: 12px;
    background-color: #fff000;
    z-index: -1;
  }
  .mechanism__txt span.line02:before {
    bottom: 0;
  }

  .shop {
    background: linear-gradient(0deg, #c60200 0%, #ff8414 100%);
    position: relative;
    z-index: 2;
  }
  .shop:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-image: url("/brand/boukoren/img/age/shop_bg.png");
    background-repeat: no-repeat;
    background-position: top center;
    z-index: -1;
  }
  .shop .container {
    max-width: 950px;
  }
  .shop__row {
    display: flex;
    align-items: center;
  }
  .shop__img {
    width: 222px;
    margin-top: -5px;
  }
  .shop__group {
    width: calc(100% - 222px);
    padding-right: 13%;
    padding-left: 12px;
  }
  .shop__ttl {
    padding-left: 41px;
    padding-bottom: 7px;
    border-bottom: 1px solid #fff;
  }
  .shop__list {
    padding-top: 8px;
  }
  .shop__list .p-shop__txt {
    letter-spacing: normal;
  }
  .shop__list .p-shop__label {
    text-align: center;
    justify-content: center;
    font-size: 20px;
    margin-bottom: 7px;
  }
  .shop__list .p-shop__icon {
    width: 31px;
    height: 31px;
    background-size: 31px;
  }
  .shop__list .p-shop__link {
    min-width: 180px;
    height: 60px;
    padding-left: 22px;
  }

  .product {
    padding-top: 80px;
    padding-bottom: 60px;
  }
  .product__ttl {
    text-align: center;
    margin-bottom: 15px;
  }
  .product__lead {
    font-size: 24px;
    text-align: center;
  }
  .product__name {
    color: #ff5114;
    text-align: center;
    font-weight: bold;
    font-size: 40px;
    line-height: 1.35;
  }
  .product__img {
    text-align: center;
    position: relative;
  }
  .product__img-caption {
    font-size: 16px;
    font-weight: bold;
    line-height: 1.4;
    position: absolute;
    bottom: 19px;
    left: 50%;
    transform: translateX(-50%);
  }
  .product__img-caption span {
    font-size: 12px;
    font-weight: 400;
  }
  .product__img-caption .label {
    display: inline-flex;
    width: 79px;
    height: 19px;
    align-items: center;
    justify-content: center;
    border: 1px solid #222;
    margin-right: 10px;
  }
  .product__btns {
    text-align: center;
    margin-top: 4px;
  }
  .product__btn {
    padding: 0 10px;
    display: inline-block;
  }
  .product__btn a {
    font-size: 20px;
    font-weight: 500;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    min-width: 240px;
    height: 70px;
    background-color: #ff8414;
  }
  .product__btn a:hover {
    opacity: 0.7;
  }
  .product__btn a span {
    color: #fff;
    position: relative;
    display: inline-block;
    padding-right: 25px;
  }
  .product__btn a span:after {
    content: "";
    width: 15px;
    height: 15px;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -7px;
    background-image: url("/brand/boukoren/img/age/ico_blank.png");
    background-size: contain;
    background-repeat: no-repeat;
  }
  .product__btn a.gray {
    background-color: #aaaaaa;
  }
  .product-info {
    max-width: 870px;
    margin: 28px auto 0;
    font-size: 16px;
  }
  .product-info h4 {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 5px;
    padding-bottom: 5px;
    position: relative;
  }
  .product-info h4:before {
    content: "";
    width: 100%;
    height: 2px;
    position: absolute;
    left: 0;
    bottom: 0;
    background-image: url("/brand/boukoren/img/age/line_dot.png");
  }
  .product-info .note {
    font-size: 12px;
    margin-top: 11px;
    margin-bottom: 43px;
  }
  .product-info .note li {
    color: #8b8b8b;
    padding-left: 1em;
    text-indent: -1em;
    line-height: 1.2;
  }
  .product-info .note li + li {
    margin-top: 5px;
  }
  .product-info__detail {
    margin-bottom: 32px;
  }
  .product-info__list01 > li {
    text-indent: -1.5em;
    margin-left: 1.5em;
  }
  .product-info__list01 > li + li {
    margin-top: 1em;
  }
  .product-info__list02 > li {
    text-indent: -1.5em;
    margin-left: 1.5em;
  }
  .product-info__table {
    width: 100%;
    margin-top: 0.5em;
    font-size: 90%;
    text-align: center;
  }
  .product-info__table th,
  .product-info__table td {
    width: 50%;
    padding: 0.5em;
    border: 1px solid #ccc;
  }
  .product-info__table th {
    background: #f7f7f7;
  }
  .product-bnr {
    text-align: center;
    margin-top: 79px;
  }
  .product-bnr a:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 767px) {
  .wrapper {
    padding-top: 0;
  }

  .wrapper * {
    font-family: 'Noto Sans JP', sans-serif;
    box-sizing: border-box;
    color: #222;
    line-break: strict;
  }

  .clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
  }

  .icon-arrow {
    width: 2.6666666667vw;
    height: 2.6666666667vw;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='65px' height='65px'%3E%3Cpath fill-rule='evenodd' fill='rgb(255, 132, 20)' d='M31.000,0.000 C48.121,0.000 61.1000,13.879 61.1000,31.000 C61.1000,48.121 48.121,61.1000 31.000,61.1000 C13.879,61.1000 0.000,48.121 0.000,31.000 C0.000,13.879 13.879,0.000 31.000,0.000 Z'/%3E%3Cpath fill-rule='evenodd' stroke='rgb(255, 255, 255)' stroke-width='6px' stroke-linecap='round' stroke-linejoin='miter' fill='none' d='M26.719,14.006 L43.993,31.000 L26.719,47.993 '/%3E%3C/svg%3E");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
  }

  .p-shop {
    padding: 3.4666666667vw 0 4vw;
  }
  .p-shop__icon {
    width: 6.9333333333vw;
    height: 6.9333333333vw;
    display: inline-block;
    background-image: url("/brand/boukoren/img/age/ico_cart_sp.png");
    background-size: 6.9333333333vw;
    background-repeat: no-repeat;
    margin-right: 1.3333333333vw;
  }
  .p-shop__label {
    font-size: 4vw;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 2.6666666667vw;
  }
  .p-shop__txt {
    letter-spacing: -0.1em;
    color: #fff;
  }
  .p-shop__items {
    display: flex;
    margin: 0 -1.2vw;
    justify-content: flex-end;
  }
  .p-shop__item {
    padding: 0 1.2vw;
    width: 33.33333%;
  }
  .p-shop__link {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1.3333333333vw 5.8666666667vw 1.3333333333vw 2.4vw;
    height: 10.6666666667vw;
    position: relative;
    background-color: #fff;
    box-shadow: 4px 4px 5px 0px rgba(136, 38, 3, 0.25);
    -webkit-box-shadow: 4px 4px 5px 0px rgba(136, 38, 3, 0.25);
    -moz-box-shadow: 4px 4px 5px 0px rgba(136, 38, 3, 0.25);
  }
  .p-shop__link .icon-arrow {
    position: absolute;
    top: 50%;
    margin-top: -1.3333333333vw;
    right: 1.3333333333vw;
  }
  .p-shop__logo img {
    height: 7.2vw;
    width: auto;
  }

  .mv {
    position: relative;
  }
  .mv .container {
    padding: 0;
    position: relative;
  }
  .mv__btn {
    right: 2px;
    bottom: 1px;
    top: auto;
    width: 27.7333333333vw;
    position: absolute;
  }
  .mv__btn:hover {
    opacity: 0.7;
  }

  .shop {
    background: #c60200;
    background: linear-gradient(0deg, #c60200 0%, #ff8414 100%);
  }

  .anchor {
    padding: 1.3333333333vw 0;
    background-color: #fff3e9;
  }
  .anchor .container {
    padding: 10px;
  }
  .anchor__items {
    display: flex;
    margin: 0 -1.3333333333vw;
  }
  .anchor__link {
    background-color: #fff;
    border: 1px solid #ff8414;
    position: relative;
    box-shadow: 3px 3px 3px 0px rgba(136, 38, 3, 0.25);
    display: block;
    padding-bottom: 6.1333333333vw;
  }
  .anchor__item {
    padding: 0 1.3333333333vw;
    width: 33.33333%;
  }
  .anchor__txt {
    font-size: 2.6666666667vw;
    font-weight: bold;
    line-height: 1.45;
    text-align: center;
    display: block;
    margin-top: 1.3333333333vw;
  }
  .anchor__icon {
    position: absolute;
    transform: rotate(90deg);
    left: 50%;
    margin-left: -1.8666666667vw;
    bottom: 1.3333333333vw;
    width: 3.2vw;
    height: 3.2vw;
    background-size: 3.2vw;
  }

  .trouble {
    text-align: center;
    padding-top: 6.4vw;
    padding-bottom: 5.3333333333vw;
    background-image: url("/brand/boukoren/img/age/trouble_bg_sp.png");
    background-repeat: no-repeat;
    background-position: top center;
    background-size: contain;
  }
  .trouble__img {
    margin-left: -20px;
    margin-right: -20px;
  }
  .trouble__subttl {
    margin-bottom: 5.3333333333vw;
  }
  .trouble__ttl.bottom {
    margin-left: -14px;
    margin-right: -14px;
    margin-top: 7.2vw;
  }
  .trouble-block {
    margin: 22.9333333333vw auto 0;
  }
  .trouble-block--02 {
    margin-top: 8.5333333333vw;
  }
  .trouble-box {
    background-color: #fff3e9;
    margin: 0 auto;
    padding: 6.6666666667vw 2.6666666667vw 8vw;
    height: 100%;
  }
  .trouble-box__ttl {
    font-size: 4.5333333333vw;
    font-weight: bold;
    margin-bottom: 3.7333333333vw;
  }
  .trouble-box__ttl span {
    display: inline-flex;
    align-items: center;
    position: relative;
    padding: 0 2.9333333333vw;
  }
  .trouble-box__ttl span:before {
    content: "";
    width: 1.8666666667vw;
    height: 1.8666666667vw;
    display: inline-block;
    background-color: #ff8414;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    margin-top: -0.8vw;
    left: 0;
  }
  .trouble-box__ttl span:after {
    content: "";
    width: 1.8666666667vw;
    height: 1.8666666667vw;
    display: inline-block;
    background-color: #ff8414;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    margin-top: -0.8vw;
    right: 0;
  }
  .trouble-box__subttl {
    font-size: 4vw;
    font-weight: bold;
    margin-bottom: 1.6vw;
  }
  .trouble-box__subttl span {
    font-size: 4.2vw;
    color: #ff5114;
    background-image: linear-gradient(to top, #fff000 28%, transparent 0);
  }
  .trouble-box__subttl span b {
    font-size: 7.9333333333vw;
    color: #ff5114;
    line-height: 1;
  }
  .trouble-box__subttl.bottom {
    margin-bottom: 0;
    margin-top: 2.6666666667vw;
  }
  .trouble-box__note {
    font-size: 2.4vw;
    color: #999;
    line-height: 1.4444444444;
    letter-spacing: -0.03em;
    margin-top: 2.6666666667vw;
  }
  .trouble-box__txt {
    font-size: 3.4666666667vw;
    line-height: 1.6923076923;
    text-align: left;
    margin-top: 3.4666666667vw;
    padding-left: 2.6666666667vw;
    color: #333;
  }
  .trouble-box__txt span {
    color: #ff5114;
    font-weight: bold;
  }
  .trouble-box__txt--left {
    width: 49%;
    float: left;
    margin-top: 2.6666666667vw;
  }
  .trouble-box__txt--right {
    width: 49%;
    float: right;
    margin-top: 2.9333333333vw;
    padding-left: 0;
    padding-right: 1.3333333333vw;
  }
  .trouble-box--02 {
    padding-bottom: 6.6666666667vw;
  }
  .trouble-box--02 .trouble-box__ttl {
    font-size: 4.8vw;
    margin-bottom: 5.0666666667vw;
  }
  .trouble-box--03 {
    margin-top: 6.4vw;
  }
  .trouble-box--03 .trouble-box__ttl {
    margin-bottom: 5.8666666667vw;
  }
  .trouble-box--03 .trouble-box__txt {
    font-size: 2.9333333333vw;
    line-height: 1.5454545455;
    display: flex;
    justify-content: space-between;
  }
  .trouble-box--03 .trouble-box__txt .trouble-box__txt-left, .trouble-box--03 .trouble-box__txt .trouble-box__txt-right {
    width: 48%;
  }
  .trouble-box--03 .trouble-box__img {
    text-align: left;
  }

  .mechanism {
    background-color: #fff3e9;
    background-image: url("/brand/boukoren/img/age/mechanism_bg_sp.png");
    background-repeat: no-repeat;
    background-position: top center;
    background-size: contain;
    padding-top: 10.1333333333vw;
    padding-bottom: 10.6666666667vw;
    text-align: center;
  }
  .mechanism__ttl {
    margin-bottom: 6.4vw;
    margin-left: -10px;
    margin-right: -10px;
  }
  .mechanism__box {
    margin-bottom: 5.8666666667vw;
    margin-top: 1.0666666667vw;
  }
  .mechanism__txt {
    font-size: 3.4666666667vw;
    line-height: 1.6923076923;
    margin-top: 4.2666666667vw;
    text-align: left;
    margin-right: -1.8666666667vw;
  }
  .mechanism__txt p + p {
    margin-top: 5.6vw;
  }
  .mechanism__txt span {
    font-weight: bold;
    background-image: linear-gradient(to top, #fff000 45%, transparent 0);
  }
  .mechanism__txt span.line02:before {
    bottom: 0;
  }

  .product {
    padding-top: 10.6666666667vw;
    padding-bottom: 11.7333333333vw;
  }
  .product__ttl {
    text-align: center;
    margin-bottom: 2.6666666667vw;
    margin-left: -10px;
    margin-right: -10px;
  }
  .product__lead {
    font-size: 4.2666666667vw;
    line-height: 1.5;
    text-align: center;
    margin-bottom: 0.5333333333vw;
  }
  .product__name {
    color: #ff5114;
    text-align: center;
    font-weight: bold;
    font-size: 7.4666666667vw;
    line-height: 1.25;
  }
  .product__img {
    text-align: center;
  }
  .product__img img {
    width: 52.4vw;
    margin: 0 auto;
  }
  .product__img-caption {
    font-size: 2.6666666667vw;
    font-weight: bold;
    line-height: 1.4;
    margin-top: -4.5333333333vw;
  }
  .product__img-caption span {
    font-size: 2.1333333333vw;
    font-weight: 400;
  }
  .product__img-caption .label {
    display: inline-flex;
    height: 3.4666666667vw;
    align-items: center;
    justify-content: center;
    border: 1px solid #222;
    margin-right: 1.3333333333vw;
    padding: 0 0.5em;
  }
  .product__btns {
    text-align: center;
    display: flex;
    margin: 0 -1.3333333333vw;
  }
  .product__btn {
    padding: 2.6666666667vw 1.3333333333vw 0;
    display: inline-block;
  }
  .product__btn a {
    font-size: 4vw;
    font-weight: 500;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    min-width: 43.3333333333vw;
    height: 13.3333333333vw;
    background-color: #ff8414;
  }
  .product__btn a span {
    color: #fff;
    position: relative;
    display: inline-block;
    padding-right: 5.3333333333vw;
    padding-left: 2.6666666667vw;
  }
  .product__btn a span:after {
    content: "";
    width: 3.0666666667vw;
    height: 3.0666666667vw;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -1.0666666667vw;
    background-image: url("/brand/boukoren/img/age/ico_blank_sp.png");
    background-size: contain;
    background-repeat: no-repeat;
  }
  .product__btn a.gray {
    background-color: #aaaaaa;
  }
  .product-info {
    margin: 6.6666666667vw auto 0;
    font-size: 3.4666666667vw;
  }
  .product-info h4 {
    font-size: 4.2666666667vw;
    font-weight: 500;
    margin-bottom: 1.3333333333vw;
    padding-bottom: 5px;
    position: relative;
  }
  .product-info h4:before {
    content: "";
    width: 100%;
    height: 2px;
    position: absolute;
    left: 0;
    bottom: 0;
    background-image: url("/brand/boukoren/img/age/line_dot_sp.png");
    background-size: contain;
  }
  .product-info .note {
    font-size: 2.9333333333vw;
    margin-top: 0.5333333333vw;
  }
  .product-info .note li {
    color: #8b8b8b;
    padding-left: 1em;
    text-indent: -1em;
    line-height: 1.6363636364;
  }
  .product-info__detail {
    margin-bottom: 7.4666666667vw;
  }
  .product-info__detail {
    margin-bottom: 32px;
  }
  .product-info__list01 > li {
    text-indent: -1.5em;
    margin-left: 1.5em;
  }
  .product-info__list01 > li + li {
    margin-top: 1em;
  }
  .product-info__list02 > li {
    text-indent: -1.5em;
    margin-left: 1.5em;
  }
  .product-info__table {
    width: 100%;
    margin-top: 0.5em;
    font-size: 90%;
    text-align: center;
  }
  .product-info__table th,
  .product-info__table td {
    width: 50%;
    padding: 0.5em;
    border: 1px solid #ccc;
  }
  .product-info__table th {
    background: #f7f7f7;
  }
  .product-bnr {
    text-align: center;
    margin-top: 9.8666666667vw;
  }
}
