@media all and (min-width: 641px) {

  .btn-default {
    overflow: hidden;
  }

  .btn-default:before {
    content: '';
    position: absolute;
    display: inline-block;
    top: -180px;
    left: 0;
    width: 30px;
    height: 100%;
    background-color: #fff;
    animation: shinyshiny 3.2s ease-in-out infinite;
  }

  .btn-default:hover:before {
    z-index: -1;
  }

  .section-tab {
    margin: 0;
    background-color: #e5e5e5;
  }

  .section-tab .tab-block {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 190px;
  }

  .section-tab .tab {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 12.5%;
    height: 150px;
    font-size: 11px;
    font-weight: bold;
    text-align: center;
    line-height: 1.4;
    border-left: 1px solid #fff;
    transition: color 0.3s ease
  }

  .section-tab .tab:last-child {
    border-right: 1px solid #fff;
  }

  .section-tab .tab:hover {
    color: #9c162e
  }

  .section-tab .tab:after {
    content: '';
    position: absolute;
    display: block;
    bottom: 2px;
    left: 50%;
    width: 10px;
    height: 10px;
    border-right: solid 2px #7f7f7f;
    border-bottom: solid 2px #7f7f7f;
    transform: translateX(-50%) rotate(45deg);
  }

  .section-tab .image {
    height: 85px;
  }

  .section-tab .tab:nth-child(1) .image img {
    width: 53px;
  }

  .section-tab .tab:nth-child(2) .image img {
    width: 93px;
  }

  .section-tab .tab:nth-child(3) .image img {
    width: 114px;
  }

  .section-tab .tab:nth-child(4) .image img {
    width: 23px;
  }

  .section-tab .tab:nth-child(5) .image img {
    width: 25px;
  }

  .section-tab .tab:nth-child(6) .image img {
    width: 34px;
  }

  .section-tab .tab:nth-child(7) .image img {
    width: 45px;
  }

  .section-tab .tab:nth-child(8) .image img {
    width: 36px;
  }

  .section-tab .pic {
    transition-duration: 0.3s !important;
  }

  .section-tab .tab:nth-child(4) .pic {
    margin-top: 2px;
  }

  .section-tab .tab:nth-child(5) .pic,
  .section-tab .tab:nth-child(6) .pic,
  .section-tab .tab:nth-child(7) .pic {
    margin-top: 5px;
  }

  .section-tab .tab:nth-child(8) .pic {
    margin-top: 1px;
  }

  .section-heading {
    background-image: url("../img/20240528/bg_heading.jpg");
    background-color: rgba(125, 125, 125, 0.1);
    background-size: 100% 100%;
    background-position: center center;
    background-repeat: no-repeat;
    margin: 0;
    padding: 35px 0 25px;
  }

  .section-heading .section-title {
    text-align: center;
  }

  .section-heading .section-title img {
    width: 360px;
  }

  .section-heading .sub-title {
    display: block;
    margin-top: 15px;
    font-size: 15px;
    font-weight: bold;
  }

  .section-product {
    background-image: url("../img/20240528/bg_product.jpg");
    background-color: rgba(125, 125, 125, 0.1);
    background-size: 100% 101%;
    background-position: center center;
    background-repeat: no-repeat;
    margin: 0;
    padding: 60px 0 75px;
  }

  .section-product.n1 {
    background-image: url("../img/20240528/bg_product_minoxi5.jpg");
  }

  .section-product.n10 {
    background-image: url("../img/20240528/bg_product_other.jpg");
  }

  .section-product .item-title {
    margin-bottom: 20px;
    text-align: center;
  }

  .section-product .item-title .sub-text {
    margin-bottom: 20px;
  }

  .section-product.n1 .item-title .sub-text {
    margin-bottom: 35px;
  }

  .section-product.n9 .item-title .sub-text {
    margin-bottom: 40px;
  }

  .section-product .item-title .title {
    display: block;
    margin: 18px auto;
    font-size: 42px;
    font-weight: bold;
    line-height: 1;
    letter-spacing: .05em;
  }

  .section-product.n1 .item-title .title {
    margin-bottom: 12px;
  }

  .section-product.n7 .item-title .title {
    font-size: 39px;
    letter-spacing: 0;
  }

  .section-product.n9 .item-title .title {
    margin-bottom: 0;
  }

  .section-product.n10 .item-title .title {
    position: relative;
    margin-bottom: 65px;
  }

  .section-product.n10 .item-title .title:before,
  .section-product.n10 .item-title .title:after {
    content: '';
    position: absolute;
    display: block;
    top: 50%;
    width: 227px;
    border-bottom: solid 1px #000;
  }

  .section-product.n10 .item-title .title:before {
    right: calc(50% + 150px);
  }

  .section-product.n10 .item-title .title:after {
    left: calc(50% + 150px);
  }

  .section-product.n1 .item-title .title img {
    width: 670px;
  }

  .section-product.n2 .item-title .title img {
    width: 332px;
  }

  .section-product.n3 .item-title .title img {
    width: 552px;
  }

  .section-product.n9 .item-title .title img {
    width: 341px;
    margin-right: 30px;
  }

  .section-product .item-title .tag {
    display: inline-block;
    padding: 0 7px 1px;
    font-size: 12px;
    text-align: center;
    letter-spacing: 0;
    border: solid 1px #000;
  }

  .section-product.n1 .item-title .tag {
    margin-left: 132px;
  }

  .section-product.n9 .item-title .tag {
    position: relative;
    top: -34px;
    left: 128px;
  }

  .section-product .item-note {
    margin-top: 10px;
    font-size: 9px;
  }

  .section-product.n1 .item-note {
    width: 720px;
    margin: 5px auto 0;
    padding-left: 42px;
    letter-spacing: -0.06em;
  }

  .section-product .item-columns {
    display: flex;
    justify-content: center;
    margin-bottom: 60px;
  }

  .section-product.n1 .item-columns {
    margin-bottom: 0;
  }

  .section-product.n4 .item-columns,
  .section-product.n6 .item-columns {
    margin-bottom: 40px;
  }

  .section-product.n10 .item-columns {
    flex-wrap: wrap;
    margin-bottom: 30px;
  }

  .section-product.n1 .item-columns .col:nth-child(1) {
    width: 268px;
  }

  .section-product.n1 .item-columns .col:nth-child(2) {
    width: 432px;
  }

  .section-product.n10 .item-columns .col {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .section-product .item-block {
    text-align: center;
  }

  .section-product.n5 .item-block.item1,
  .section-product.n5 .item-block.item3 {
    width: 240px;
  }

  .section-product.n6 .item-block.item1,
  .section-product.n6 .item-block.item3 {
    width: 320px;
  }

  .section-product.n7 .item-block.item1,
  .section-product.n7 .item-block.item2,
  .section-product.n7 .item-block.item3 {
    width: 168px;
  }

  .section-product.n8 .item-block.item1,
  .section-product.n8 .item-block.item3 {
    width: 290px;
  }

  .section-product.n9 .item-block.item1,
  .section-product.n9 .item-block.item2 {
    width: 400px;
  }

  .section-product.n10 .item-block {
    flex-grow: 2;
    width: 270px;
  }

  .section-product .item-block .pic {
    margin-bottom: -122px;
  }

  .section-product.n1 .item-block .pic {
    width: 269px;
    margin-top: -28px;
    margin-bottom: -170px;
  }

  .section-product.n2 .item-block.item1 .pic {
    width: 505px;
    margin: -10px -62px -180px;
  }

  .section-product.n2 .item-block.item2 .pic {
    width: 505px;
    margin: -10px -62px -187px;
  }

  .section-product.n3 .item-block.item1 .pic {
    width: 567px;
    margin: -40px -100px -180px;
  }

  .section-product.n3 .item-block.item2 .pic {
    width: 567px;
    margin: -40px -100px -187px;
  }

  .section-product.n4 .item-block.item1 .pic {
    width: 116px;
    margin: 20px auto -132px;
  }

  .section-product.n5 .item-block.item1 .pic {
    width: 102px;
    margin: 142px auto -222px;
  }

  .section-product.n5 .item-block.item2 .pic {
    width: 294px;
    margin: 20px 0 -135px;
  }

  .section-product.n5 .item-block.item3 .pic {
    width: 114px;
    margin: 30px auto -228px;
  }

  .section-product.n6 .item-block.item1 .pic {
    width: 179px;
    margin: 35px auto -146px;
  }

  .section-product.n6 .item-block.item2 .pic {
    width: 179px;
    margin: 35px auto -148px;
  }

  .section-product.n6 .item-block.item3 .pic {
    width: 173px;
    margin: 30px auto -113px;
  }

  .section-product.n7 .item-block:not(.item4) .pic {
    width: 150px;
    margin: 0px auto -126px;
  }

/*   .section-product.n7 .item-block.item2 .pic {
    width: 151px;
    margin: 30px auto -163px;
  }

  .section-product.n7 .item-block.item3 .pic {
    width: 165px;
    margin: 30px auto -165px;
  } */

  .section-product.n7 .item-block.item4 .pic {
    width: 186px;
    margin: 0px auto -130px;
  }

  .section-product.n8 .item-block.item1 .pic {
    width: 148px;
    margin: 30px auto -69px;
  }

  .section-product.n8 .item-block.item2 .pic {
    width: 260px;
    margin: 147px auto -123px;
  }

  .section-product.n8 .item-block.item3 .pic {
    width: 131px;
    margin: 53px auto -92px;
  }

  .section-product.n9 .item-block .pic {
    width: 378px;
    margin: -50px auto -158px;
  }

  .section-product.n9 .item-block.item2 .pic {
    /* width: 315px; */
    /* margin: -50px auto -182px; */
  }

  .section-product.n10 .item-block.item1 .pic {
    width: 167px;
    margin: 19px auto -76px;
  }

  .section-product.n10 .item-block.item2 .pic {
    width: 272px;
    margin: 10px auto -116px;
  }

  .section-product.n10 .item-block.item3 .pic {
    width: 102px;
    margin: 0 auto -121px;
  }

  .section-product.n10 .item-block.item4 .pic {
    width: 70px;
    margin: 2px auto -78px;
  }

  .section-product.n10 .item-block.item5 .pic {
    width: 121px;
    margin: 0 auto -115px;
  }

  .section-product.n10 .item-block.item6 .pic {
    width: 132px;
    margin: 0px auto -65px;
  }

  .section-product .item-block .item-name {
    font-size: 17px;
    font-weight: bold;
    line-height: 1.5;
    letter-spacing: .1em;
  }

  .section-product.n3 .item-block .item-name{
    font-size: 16px;
  }

  .section-product.n10 .item-block.item4 .item-name .note {
    display: inline-block;
    margin-top: 5px;
    font-size: 13px;
    font-weight: normal;
  }

  .section-product .item-block .item-type {
    display: inline-block;
    margin-top: 10px;
    padding: 3px 5px 5px 6px;
    font-size: 16px;
    line-height: 1;
    letter-spacing: .1em;
  }

  .section-product .item-block .item-type.red {
    color: #fff;
    background-color: #9b1a35;
  }

  .section-product .item-block .item-class {
    font-size: 13px;
    line-height: 1.66;
    margin-top: 22px;
    font-weight: 500;
  }

  .section-product.n1 .item-block .item-class {
    margin-top: 0;
    margin-right: 8px;
    font-size: 9px;
    letter-spacing: -0.05em;
  }

  .section-product.n2 .item-block.item1 .item-class,
  .section-product.n3 .item-block.item1 .item-class,
  .section-product.n9 .item-block.item1 .item-class {
    margin-top: 5px;
  }

  .section-product.n9 .item-block.item2 .item-class {
    margin-top: 38px;
  }

  .section-product.n10 .item-block .item-class {
    margin-top: 10px;
  }

  .section-product .information {
    margin-bottom: 22px;
    background-color: #fff;
  }

  .section-product .information .btn-product {
    position: relative;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
    height: 122px;
    padding: 10px 40px 10px 85px;
    border-bottom: 1px solid #414141;
    transition: background-color 0.3s cubic-bezier(0.165, 0.84, 0.44, 1)
  }

  .section-product .information .btn-product .txt {
    font-size: 19px;
    text-align: left;
    letter-spacing: .05em;
  }

  .section-product .information .btn-product .txt.f-min {
    margin-top: 3px;
    font-size: 12px;
    line-height: 1.7;
  }

  .section-product .information .btn-product:after,
  .section-product .information .btn-product:before {
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%)
  }

  .section-product .information .btn-product:hover {
    color: #9c162e;
    background-color: #ebebeb
  }

  .section-product .information .btn-product:hover:after,
  .section-product .information .btn-product:hover:before {
    border-color: #9c162e;
  }

  .section-product .information .btn-search {
    background-image: url("../img/20240528/icon_search.svg"), url("../img/20240528/icon_search_hover.svg");
    background-position: 20px center;
    background-size: 47px auto, 0;
    background-repeat: no-repeat;
    border-top: 1px solid #414141;
  }

  .section-product .information .btn-search:after,
  .section-product .information .btn-search:before {
    content: "";
    display: block;
    width: 17px;
    border-top: solid 1px #414141;
  }

  .section-product .information .btn-search:after {
    transform: translateY(-50%) rotate(90deg)
  }

  .section-product .information .btn-search:hover {
    background-size: 0, 47px auto;
  }

  .section-product .information .btn-selfcheck {
    background-image: url("../img/20240528/icon_check.svg"), url("../img/20240528/icon_check_hover.svg");
    background-position: 22px center;
    background-size: 39px auto, 0;
    background-repeat: no-repeat;
  }

  .section-product .information .btn-selfcheck:after {
    content: "";
    display: block;
    right: 26px;
    width: 12px;
    height: 12px;
    border-top: solid 1px #414141;
    border-right: solid 1px #414141;
    transform: translateY(-50%) rotate(45deg);
  }

  .section-product .information .btn-selfcheck:hover {
    background-size: 0, 39px auto;
  }

  .section-product .products-btn-list {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 20px
  }

  .section-product.n10 .products-btn-list {
    margin-top: 10px;
  }

  .section-product.n10 .col:nth-child(-n+3) .products-btn-list {
    margin-top: 100px;
    margin-bottom: 90px;
  }

  .section-product .btn-more,
  .section-product .btn-buy {
    width: 204px !important;
    height: 38px !important;
  }

  .section-product.n1 .btn-more {
    margin-right: 24px;
  }

  .section-product .btn-series {
    width: 247px !important;
    height: 38px !important;
  }

  .section-product.n5 .btn-series {
    width: 266px !important;
  }

  .section-product.n6 .btn-series {
    width: 258px !important;
  }

  .section-product.n7 .btn-series {
    width: 297px !important;
  }

  .section-product.n8 .btn-series {
    width: 258px !important;
  }

  .section-product.n9 .btn-series {
    width: 287px !important;
  }

  .section-product .btn-more .text,
  .section-product .btn-buy .text,
  .section-product .btn-series .text {
    font-size: 14px;
    letter-spacing: .3em;
  }

  .section-product.n5 .btn-series .text,
  .section-product.n6 .btn-series .text,
  .section-product.n7 .btn-series .text,
  .section-product.n8 .btn-series .text,
  .section-product.n9 .btn-series .text {
    letter-spacing: .1em;
  }

  .section-product .btn-more svg,
  .section-product .btn-buy svg,
  .section-product .btn-series svg {
    position: absolute;
    right: 15px;
  }

  .section-product .btn-more,
  .section-product .btn-series {
    background-color: #000 !important;
  }

  .section-product .btn-more .text,
  .section-product .btn-series .text {
    color: #fff !important;
  }

  .section-product .btn-more svg,
  .section-product .btn-series svg {
    fill: #fff !important;
  }

  .section-product .btn-more:hover,
  .section-product .btn-series:hover {
    background-color: #fff !important;
  }

  .section-product .btn-more:hover .text,
  .section-product .btn-series:hover .text {
    color: #000 !important;
  }

  .section-product .btn-more:hover svg,
  .section-product .btn-series:hover svg {
    fill: #000 !important;
  }

  .section-product .btn-buy {
    background-color: #8c0000 !important;
  }

  .section-product .btn-buy .text {
    color: #fff !important;
  }

  .section-product .btn-buy svg rect,
  .section-product .btn-buy svg path {
    stroke: #fff !important;
  }

  .section-product .btn-buy:hover {
    background-color: #fff !important;
  }

  .section-product .btn-buy:hover .text {
    color: #8c0000 !important;
  }

  .section-product .btn-buy:hover svg rect,
  .section-product .btn-buy:hover svg path {
    stroke: #8c0000 !important;
  }

  .section-personal {
    margin: 0;
    padding: 40px 0 70px;
    background-color: #fff;
  }

  .section-personal .personal-title {
    margin-bottom: 15px;
    text-align: center;
  }

  .section-personal .personal-title img {
    width: 686px;
  }

  .section-personal .sub-text {
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    letter-spacing: .05em;
  }

  .section-personal .note {
    margin-top: 5px;
    font-size: 9px;
    text-align: center;
    letter-spacing: .05em;
  }

  .section-personal .banner-area {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-end;
    width: 850px;
    margin: 15px auto 0;
  }

  .section-personal .banner-area .name {
    flex-grow: 2;
    margin-bottom: 10px;
    padding-left: 30px;
    font-size: 56px;
    font-weight: bold;
  }

  .section-personal .banner-area .logo {
    width: 252px;
    margin-bottom: -15px;
  }

  .section-personal .banner-area .banner {
    display: block;
    width: 799px;
  }

  .section-personal-carousel {
    margin: 0;
    padding: 40px 0 10px;
    background-color: #e5e5e5;
    overflow: hidden;
  }

  .section-personal-carousel .personal-carousel {
    position: relative;
    padding-bottom: 70px;
  }

  .section-personal-carousel .personal-item {
    width: 516px;
  }

  .section-personal-carousel .personal-item picture {
    box-shadow: 5px 5px 12px rgba(0, 0, 0, .3)
  }

  .section-personal-carousel .personal-item .text {
    display: block;
    font-size: 18px;
    line-height: 1.8;
    margin-top: 15px;
    text-align: center;
  }

  .section-personal-carousel .swiper-pagination-bullet {
    background: #7f7f7f;
    border-radius: 0;
    opacity: 1;
  }

  .section-personal-carousel .swiper-pagination-bullet-active {
    background: #9b1a35;
  }

  .section-personal-carousel .swiper-button-prev,
  .section-personal-carousel .swiper-button-next {
    position: absolute;
    top: 156px;
    width: 35px;
    height: 35px;
    background-color: rgba(0, 0, 0, .6);
    border: solid 1px #fff;
    border-radius: 50%;
  }

  .section-personal-carousel .swiper-button-prev {
    left: calc(50% - 275px);
  }

  .section-personal-carousel .swiper-button-next {
    right: calc(50% - 275px);
  }

  .section-personal-carousel .swiper-button-prev:after,
  .section-personal-carousel .swiper-button-next:after {
    content: '';
    position: absolute;
    display: block;
    top: 12px;
    width: 10px;
    height: 10px;
    border-top: solid 1px #fff;
    border-right: solid 1px #fff;
  }

  .section-personal-carousel .swiper-button-prev:after {
    left: 14px;
    transform: rotate(225deg);
  }

  .section-personal-carousel .swiper-button-next:after {
    right: 14px;
    transform: rotate(45deg);
  }

  .section-banner-area {
    margin: 0;
    padding: 45px 0 70px;
    text-align: center;
    background-color: #000;
  }

  .section-banner-area .banner-title {
    margin-bottom: 45px;
    color: #fff;
    font-size: 30px;
    font-weight: bold;
    text-align: center;
    letter-spacing: .1em;
  }

  .section-banner-area .banner-title span {
    position: relative;
    display: inline-block;
    padding-bottom: 8px;
  }

  .section-banner-area .banner-title span:before {
    content: '';
    position: absolute;
    display: block;
    left: -2px;
    bottom: 0;
    width: calc(50% - 9px);
    border-top: solid 2px #fff;
  }

  .section-banner-area .banner-title span:after {
    content: '';
    position: absolute;
    display: block;
    right: 6px;
    bottom: -19px;
    width: 50%;
    height: 20px;
    border-top: solid 2px #fff;
    border-left: solid 2px #fff;
    transform: skew(-40deg);
  }

  .section-banner-area .banner-shampoo-spec,
  .section-banner-area .banner-type-check{
    max-width: 800px;
    margin-right: auto;
    margin-left: auto;
  }

  .section-banner-area .banner-shampoo-spec {
    margin-bottom: 55px;
  }

  .section-bottom-beaute {
    padding: 32px 0;
    background-image: url("../img/20240528/bg_beaute.jpg");
    background-size: 100% 101%;
    background-position: center center;
    background-repeat: no-repeat;
    text-align: center;
  }

  .section-bottom-beaute .box-block img {
    width: 904px;
  }

  .modal-content {
    padding: 120px 0 80px
  }

  .modal-content-inner {
    background: #fff;
    padding: 55px 90px 70px
  }

  .modal-content-inner .icon {
    font-size: 0
  }

  .modal-content-inner .icon-daiichiruiiyakuhin {
    width: 81px
  }

  .modal-content-inner .title {
    width: 560px;
    margin: auto;
    font-size: 24px;
    font-weight: bold;
    border-bottom: solid 1px #000;
    padding-bottom: 20px
  }

  .modal-content-inner .product-list {
    margin-top: 40px;
    border: solid 1px #cccccc;
  }

  .modal-content-inner .product-list .item {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    height: 200px;
    background-color: #f4f4f4
  }

  .modal-content-inner .product-list .item+.item {
    border-top: solid 1px #cccccc;
  }

  .modal-content-inner .product-list .item:nth-of-type(2) {
    background-color: #fff
  }

  .modal-content-inner .product-list .item:nth-of-type(2) .item-title-holder {
    background-color: #565656
  }

  .modal-content-inner .product-list .item:nth-of-type(3) .item-title-holder {
    background-color: #cccccc
  }

  .modal-content-inner .product-list .item:nth-of-type(3) .item-title {
    color: #000
  }

  .modal-content-inner .product-list .item .item-title-holder {
    width: 158px;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column
  }

  .modal-content-inner .product-list .item .info-holder {
    width: 560px;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    padding-left: 88px
  }

  .modal-content-inner .product-list .item .item-title {
    font-size: 18px;
    font-weight: bold;
    color: #fff
  }

  .modal-content-inner .product-list .item .item-type {
    margin-top: 10px
  }

  .modal-content-inner .product-list .item .pic {
    width: 45px
  }

  .modal-content-inner .product-list .item .text-holder {
    padding-left: 40px
  }

  .modal-content-inner .product-list .item .item-name {
    font-size: 16px;
    font-weight: bold
  }

  .modal-content-inner .product-list .item .item-text {
    margin-top: 15px;
    font-size: 13px;
    line-height: 1.69231
  }

  .modal-content-inner .modal-note {
    margin-top: 28px;
    font-size: 13px
  }

  .fixed-area {
    position: fixed;
    top: 30%;
    right: 0;
    z-index: 100;
  }

  .fixed-area .fixed-buttons > li:not(:last-child) {
    margin-bottom: 10px;
  }

  .fixed-area .fixed-buttons > li a {
    display: block;
    width: 100px;
    height: 65px;
    padding: 5px;
    text-align: center;
    border-top-left-radius: 7px;
    border-bottom-left-radius: 7px;
  }

  .fixed-area .fixed-buttons > li a .icon,
  .fixed-area .fixed-buttons > li a .name {
    display: inline-block;
  }

  .fixed-area .fixed-buttons > li a.store {
    background-color: #8c0000;
  }

  .fixed-area .fixed-buttons > li a.store .icon {
    width: 34px;
    margin: 3px 6px 6px 0;
  }

  .fixed-area .fixed-buttons > li a.store .name {
    width: 78px;
  }

  .fixed-area .fixed-buttons > li a.beaute {
    background-color: #de90bc;
  }

  .fixed-area .fixed-buttons > li a.beaute .name {
    width: 77px;
    margin-top: 14px;
  }
  /* 20241029追記 */
  h1.column-title.column-title-mt {
    text-align: center;
    font-size: 28px;
    line-height: 1.57143;
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 640px) {

  .icon-arrow {
    width: 1.875vw !important;
    height: 2.8125vw !important
  }

  .icon-target {
    position: absolute;
    right: 4.6875vw;
    width: 3.4375vw !important;
    height: 3.4375vw !important
  }

  .btn-default {
    overflow: hidden;
  }

  .btn-default:before {
    content: '';
    position: absolute;
    display: inline-block;
    top: -180px;
    left: 0;
    width: 30px;
    height: 100%;
    background-color: #fff !important;
    animation: shinyshiny 3.2s ease-in-out infinite;
  }

  .btn-default .text {
    line-height: 1.28571;
    text-align: center;
    letter-spacing: 0
  }

  .sub {
    font-size: 14px;
    display: inline-block;
    vertical-align: top
  }

  .ver19 .section-tab {
    margin: 0
  }

  .ver19 .section-tab .section--inner {
    padding: 0;
    opacity: 0;
    visibility: hidden;
    height: 0;
    background-color: #fff;
    -webkit-transition: opacity 0.8s ease;
    transition: opacity 0.8s ease
  }

  .ver19 .section-tab .section--inner.open {
    opacity: 1;
    visibility: visible;
    height: 100%
  }

  .ver19 .tab-top {
    width: 100%;
    background-color: #e5e5e5;
    position: relative
  }

  .ver19 .tab-top.open:after {
    opacity: 0
  }

  .ver19 .tab-top:before,
  .ver19 .tab-top:after {
    content: "";
    display: block;
    width: 24px;
    height: 2px;
    background-color: #7f7f7f;
    position: absolute;
    top: 50%;
    right: 60px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
  }

  .ver19 .tab-top:after {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg)
  }

  .ver19 .tab-top .title {
    width: 200px;
    display: block;
    margin: auto;
    padding: 35px 0;
  }

  .ver19 .tab-top:hover {
    background-color: #e5e5e5
  }

  .ver19 .tab-block {
    font-size: 21px;
    font-weight: bold;
    text-align: center;
    letter-spacing: .05em;
  }

  .ver19 .tab-block .tab {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100px;
    padding: 15px 40px;
  }

  .ver19 .tab-block .tab:nth-child(even) {
    background-color: #d9d9d9;
  }

  .section-tab .tab:after {
    content: '';
    position: absolute;
    display: block;
    top: 50%;
    right: 64px;
    width: 15px;
    height: 15px;
    border-right: solid 3px #7f7f7f;
    border-bottom: solid 3px #7f7f7f;
    transform: translateY(-50%) rotate(45deg);
  }

  .section-heading {
    background-image: url("../img/20240528/bg_heading_sp.jpg");
    background-color: rgba(125, 125, 125, 0.1);
    background-size: 100% 100%;
    background-position: center center;
    background-repeat: no-repeat;
    margin: 0;
    padding: 27px 0 18px;
  }

  .section-heading .section-title {
    text-align: center;
  }

  .section-heading .section-title img {
    width: 350px;
  }

  .section-heading .sub-title {
    display: block;
    margin-top: 12px;
    font-size: 15px;
    font-weight: bold;
    letter-spacing: 0.1em;
  }

  .section-product {
    background-image: url("../img/20240528/bg_product_sp.jpg");
    background-color: rgba(125, 125, 125, 0.1);
    background-size: 100% 101%;
    background-position: center center;
    background-repeat: no-repeat;
    margin: 0;
    padding: 45px 0 70px;
    overflow: hidden;
  }

  .section-product.n1 {
    background-image: url("../img/20240528/bg_product_minoxi5_sp.jpg");
  }

  .section-product.n10 {
    padding: 60px 0 25px;
    background-image: url("../img/20240528/bg_product_other_sp.jpg");
  }

  .section-product .item-title {
    text-align: center;
  }

  .section-product.n10 .item-title {
    margin-bottom: 35px;
  }

  .section-product .item-title .sub-text {
    margin-bottom: 15px;
  }

  .section-product.n1 .item-title .sub-text,
  .section-product.n2 .item-title .sub-text,
  .section-product.n3 .item-title .sub-text {
    margin-bottom: 28px;
  }

  .section-product.n9 .item-title .sub-text {
    margin-bottom: 40px;
  }

  .section-product.n1 .item-title .sub-text img {
    width: 512px;
  }

  .section-product.n2 .item-title .sub-text img {
    width: 395px;
  }

  .section-product.n3 .item-title .sub-text img {
    width: 291px;
  }

  .section-product.n4 .item-title .sub-text img {
    width: 388px;
  }

  .section-product.n5 .item-title .sub-text img {
    width: 503px;
  }

  .section-product.n6 .item-title .sub-text img {
    width: 472px;
  }

  .section-product.n7 .item-title .sub-text img {
    width: 414px;
  }

  .section-product.n8 .item-title .sub-text img {
    width: 438px;
  }

  .section-product.n9 .item-title .sub-text img {
    width: 524px;
  }

  .section-product .item-title .title {
    display: block;
    margin: 0 auto 8px;
    font-size: 40px;
    font-weight: bold;
    line-height: 1.5;
    letter-spacing: .05em;
  }

  .section-product.n1 .item-title .title {
    margin-bottom: 12px;
  }

  .section-product.n2 .item-title .title,
  .section-product.n3 .item-title .title {
    margin-bottom: 14px;
  }

  .section-product.n7 .item-title .title {
    font-size: 39px;
    letter-spacing: 0;
  }

  .section-product.n9 .item-title .title {
    margin-bottom: 0;
  }

  .section-product.n10 .item-title .title {
    position: relative;
    margin-bottom: 55px;
    font-size: 38px;
  }

  .section-product.n10 .item-title .title:before,
  .section-product.n10 .item-title .title:after {
    content: '';
    position: absolute;
    display: block;
    top: 50%;
    width: 123px;
    border-bottom: solid 1px #000;
  }

  .section-product.n10 .item-title .title:before {
    right: calc(50% + 130px);
  }

  .section-product.n10 .item-title .title:after {
    left: calc(50% + 130px);
  }

  .section-product.n1 .item-title .title img {
    width: 510px;
  }

  .section-product.n2 .item-title .title img {
    width: 421px;
  }

  .section-product.n3 .item-title .title img {
    width: 505px;
  }

  .section-product.n9 .item-title .title img {
    width: 413px;
    margin-right: 20px;
  }

  .section-product .item-title .tag {
    display: inline-block;
    padding: 0 6px 1px;
    font-size: 13px;
    text-align: center;
    letter-spacing: 0;
    border: solid 1px #000;
  }

  .section-product.n1 .item-title .tag {
    margin-left: 124px;
  }

  .section-product.n9 .item-title .tag {
    position: relative;
    top: -47px;
    left: 170px;
  }

  .section-product .item-note {
    margin-top: 10px;
    font-size: 12px;
  }

  .section-product.n1 .item-note {
    width: 500px;
    margin: 5px auto 0;
    letter-spacing: 0.02em;
  }

  .section-product.n1 .item-note span {
    letter-spacing: 0.11em;
  }

  .section-product .item-columns {
    display: flex;
    justify-content: center;
    margin-bottom: 35px;
  }

  .section-product.n1 .item-columns,
  .section-product.n5 .item-columns,
  .section-product.n6 .item-columns,
  .section-product.n7 .item-columns,
  .section-product.n8 .item-columns,
  .section-product.n10 .item-columns {
    flex-wrap: wrap;
  }

  .section-product.n1 .item-columns,
  .section-product.n10 .item-columns {
    margin-bottom: 0;
  }

  .section-product.n7 .item-columns {
    margin-bottom: 50px;
  }

  .section-product.n10 .item-columns .col {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .section-product .item-block {
    text-align: center;
  }

  .section-product.n5 .item-block.item1,
  .section-product.n5 .item-block.item2 {
    width: 275px;
  }

  .section-product.n6 .item-block.item1,
  .section-product.n6 .item-block.item2 {
    width: 280px;
  }

  .section-product.n7 .item-block.item1,
  .section-product.n7 .item-block.item2,
  .section-product.n7 .item-block.item3,
  .section-product.n7 .item-block.item4 {
    width: 270px;
  }

  .section-product.n8 .item-block.item1,
  .section-product.n8 .item-block.item2 {
    width: 270px;
  }

  .section-product.n9 .item-block.item1,
  .section-product.n9 .item-block.item2 {
    width: 290px;
  }

  .section-product.n10 .item-block {
    flex-grow: 2;
    width: 265px;
  }

  .section-product .item-block .pic {
    /* margin-bottom: -162px; */
  }

  .section-product.n1 .item-block .pic {
    width: 370px;
    margin-bottom: -230px;
  }

  .section-product.n2 .item-block.item1 .pic {
    width: 384px;
    margin: 10px -52px -138px;
  }

  .section-product.n2 .item-block.item2 .pic {
    width: 384px;
    margin: 10px -52px -138px;
  }

  .section-product.n3 .item-block.item1 .pic {
    width: 421px;
    margin: 0 -75px -137px;
  }

  .section-product.n3 .item-block.item2 .pic {
    width: 421px;
    margin: 0 -75px -137px;
  }

  .section-product.n4 .item-block.item1 .pic {
    width: 101px;
    margin: 25px auto -115px;
  }

  .section-product.n5 .item-block.item1 .pic {
    width: 91px;
    margin: 110px auto -206px;
  }

  .section-product.n5 .item-block.item2 .pic {
    width: 255px;
    margin: 5px auto -123px;
  }

  .section-product.n5 .item-block.item3 .pic {
    width: 98px;
    margin: 50px auto -202px;
  }

  .section-product.n6 .item-block.item1 .pic {
    width: 150px;
    margin: 20px auto -130px;
  }

  .section-product.n6 .item-block.item2 .pic {
    width: 150px;
    margin: 20px auto -130px;
  }

  .section-product.n6 .item-block.item3 .pic {
    width: 156px;
    margin: 20px auto -107px;
  }

  .section-product.n7 .item-block.item1 .pic {
    width: 147px;
    margin: 26px auto -172px;
  }

  .section-product.n7 .item-block.item2 .pic {
    width: 155px;
    margin: 25px auto -171px;
  }

  .section-product.n7 .item-block.item3 .pic {
    width: 168px;
    margin: 70px auto -167px;
  }

  .section-product.n7 .item-block.item4 .pic {
    width: 209px;
    margin: 65px auto -167px;
  }

  .section-product.n8 .item-block.item1 .pic {
    width: 123px;
    margin: 27px auto -57px;
  }

  .section-product.n8 .item-block.item2 .pic {
    width: 227px;
    margin: 111px auto -104px;
  }

  .section-product.n8 .item-block.item3 .pic {
    width: 139px;
    margin: 32px auto -102px;
  }

  .section-product.n9 .item-block .pic {
    width: 286px;
    margin: -25px auto -122px;
  }

  .section-product.n9 .item-block.item2 .pic {
    /* width: 238px; */
    /* margin: -25px auto -130px; */
  }

  .section-product.n10 .item-block.item1 .pic {
    width: 180px;
    margin: 0 auto -66px;
  }

  .section-product.n10 .item-block.item2 .pic {
    width: 289px;
    margin: 0 -12px -114px;
  }

  .section-product.n10 .item-block.item3 .pic {
    width: 104px;
    margin: 15px auto -121px;
  }

  .section-product.n10 .item-block.item4 .pic {
    width: 73px;
    margin: 0 auto -84px;
  }

  .section-product.n10 .item-block.item5 .pic {
    width: 127px;
    margin: 0 auto -132px;
  }

  .section-product.n10 .item-block.item6 .pic {
    width: 140px;
    margin: 0px auto -60px;
  }

  .section-product .item-block .item-name {
    font-size: 16px;
    font-weight: bold;
    line-height: 1.4;
    letter-spacing: .05em;
  }

  .section-product.n10 .item-block.item4 .item-name .note {
    display: inline-block;
    margin-top: 12px;
    font-size: 16px;
    font-weight: normal;
  }

  .section-product .item-block .item-type {
    display: inline-block;
    margin-top: 3px;
    padding: 3px 7px 5px 8px;
    font-size: 16px;
    line-height: 1;
    letter-spacing: .12em;
  }

  .section-product .item-block .item-type.red {
    color: #fff;
    background-color: #9b1a35;
  }

  .section-product .item-block .item-class {
    margin-top: 5px;
    font-size: 13px;
    font-weight: 500;
    line-height: 1.66;
    letter-spacing: .05em;
  }

  .section-product.n1 .item-block .item-class {
    margin-top: 0;
    margin-right: 10px;
    margin-bottom: 35px;
    font-size: 12px;
    letter-spacing: -0.03em
  }

  .section-product.n2 .item-block.item1 .item-class,
  .section-product.n3 .item-block.item1 .item-class,
  .section-product.n9 .item-block.item1 .item-class {
    margin-top: 8px;
  }

  .section-product.n2 .item-block.item2 .item-class,
  .section-product.n3 .item-block.item2 .item-class,
  .section-product.n9 .item-block.item2 .item-class {
    margin-top: 35px;
  }

  .section-product.n10 .item-block .item-class {
    margin-top: 10px;
  }

  .section-product .information {
    width: 500px;
    margin: 0 auto;
    background-color: rgba(255, 255, 255, .5);
  }

  .section-product .information .btn-product {
    position: relative;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    width: 500px;
    height: 124px;
    padding: 10px 40px 10px 100px;
    border-bottom: 2px solid #414141;
  }

  .section-product .information .btn-product .txt {
    font-size: 22px;
    text-align: left;
    letter-spacing: .05em;
  }

  .section-product .information .btn-product .txt.f-min {
    margin-top: 3px;
    font-size: 14px;
    line-height: 1.7;
  }

  .section-product .information .btn-product:after,
  .section-product .information .btn-product:before {
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%)
  }

  .section-product .information .btn-search {
    background-image: url("../img/20240528/icon_search.svg");
    background-position: 24px center;
    background-size: 56px auto;
    background-repeat: no-repeat;
    border-top: 2px solid #414141;
  }

  .section-product .information .btn-search:after,
  .section-product .information .btn-search:before {
    content: "";
    display: block;
    width: 20px;
    border-top: solid 1px #414141;
  }

  .section-product .information .btn-search:after {
    transform: translateY(-50%) rotate(90deg)
  }

  .section-product .information .btn-selfcheck {
    background-image: url("../img/20240528/icon_check.svg");
    background-position: 26px center;
    background-size: 45px auto;
    background-repeat: no-repeat;
  }

  .section-product .information .btn-selfcheck:after {
    content: "";
    display: block;
    right: 28px;
    width: 14px;
    height: 14px;
    border-top: solid 1px #414141;
    border-right: solid 1px #414141;
    transform: translateY(-50%) rotate(45deg);
  }

  .section-product .products-btn-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin-top: 32px;
  }

  .section-product.n10 .products-btn-list {
    margin-top: 15px;
    margin-bottom: 60px;
  }

  .section-product.n10 .col:nth-child(-n+2) .products-btn-list {
    margin-top: 25px;
  }

  .section-product .btn-more,
  .section-product .btn-buy,
  .section-product .btn-series {
    width: 505px !important;
    height: 79px !important;
    min-height: auto !important;
  }

  .section-product.n1 .btn-more {
    margin-bottom: 32px;
  }

  .section-product.n10 .btn-more {
    width: 237px !important;
    height: 72px !important;
  }

  .section-product .btn-more .text,
  .section-product .btn-buy .text,
  .section-product .btn-series .text {
    font-size: 27px;
    letter-spacing: .3em;
  }

  .section-product.n5 .btn-series .text,
  .section-product.n6 .btn-series .text,
  .section-product.n8 .btn-series .text,
  .section-product.n9 .btn-series .text {
    letter-spacing: .1em;
  }

  .section-product.n7 .btn-series .text {
    font-size: 25px;
    letter-spacing: .05em;
  }

  .section-product.n9 .btn-series .text {
    font-size: 25px;
  }

  .section-product.n10 .btn-more .text {
    font-size: 24px;
  }

  .section-product .btn-more svg,
  .section-product .btn-buy svg,
  .section-product .btn-series svg {
    position: absolute;
    right: 32px;
  }

  .section-product.n10 .btn-more svg {
    right: 20px;
  }

  .section-product .btn-more,
  .section-product .btn-series {
    background-color: #000 !important;
  }

  .section-product .btn-more .text,
  .section-product .btn-series .text {
    color: #fff !important;
  }

  .section-product .btn-more svg,
  .section-product .btn-series svg {
    fill: #fff !important;
  }

  .section-product .btn-buy {
    background-color: #8c0000 !important;
  }

  .section-product .btn-buy .text {
    color: #fff !important;
  }

  .section-product .btn-buy svg rect,
  .section-product .btn-buy svg path {
    stroke: #fff !important;
  }

  .section-personal {
    margin: 0;
    padding: 40px 0 60px;
    background-color: #fff;
  }

  .section-personal .personal-title {
    margin-bottom: 20px;
    text-align: center;
  }

  .section-personal .personal-title img {
    width: 523px;
  }

  .section-personal .sub-text {
    font-size: 19px;
    font-weight: bold;
    text-align: center;
    letter-spacing: .05em;
  }

  .section-personal .note {
    margin-top: 10px;
    font-size: 11px;
    text-align: center;
    letter-spacing: .05em;
  }

  .section-personal .banner-area {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-end;
    width: 590px;
    margin: 15px -15px 0;
  }

  .section-personal .banner-area .name {
    flex-grow: 2;
    margin-bottom: 10px;
    font-size: 41px;
    font-weight: bold;
  }

  .section-personal .banner-area .logo {
    width: 182px;
    margin-bottom: -15px;
  }

  .section-personal .banner-area .banner {
    display: block;
    width: 572px;
  }

  .section-personal-carousel {
    margin: 0;
    padding: 40px 0 10px;
    background-color: #e5e5e5;
    overflow: hidden;
  }

  .section-personal-carousel .personal-carousel {
    position: relative;
    padding-bottom: 40px;
  }

  .section-personal-carousel .personal-item {
    width: 570px;
  }

  .section-personal-carousel .personal-item picture {
    box-shadow: 6px 6px 15px rgba(0, 0, 0, .3);
  }

  .section-personal-carousel .personal-item .text {
    display: block;
    margin-top: 8px;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    line-height: 1.8;
  }

  .section-personal-carousel .swiper-pagination-bullet {
    margin: 0 6px !important;
    background: #7f7f7f;
    border-radius: 0;
    opacity: 1;
  }

  .section-personal-carousel .swiper-pagination-bullet-active {
    background: #9b1a35;
  }

  .section-personal-carousel .swiper-button-prev,
  .section-personal-carousel .swiper-button-next {
    position: absolute;
    top: 145px;
    width: 42px;
    height: 42px;
    background-color: rgba(0, 0, 0, .6);
    border: solid 2px #fff;
    border-radius: 50%;
  }

  .section-personal-carousel .swiper-button-prev {
    left: calc(50% - 306px);
  }

  .section-personal-carousel .swiper-button-next {
    right: calc(50% - 306px);
  }

  .section-personal-carousel .swiper-button-prev:after,
  .section-personal-carousel .swiper-button-next:after {
    content: '';
    position: absolute;
    display: block;
    top: 14px;
    width: 13px;
    height: 13px;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
  }

  .section-personal-carousel .swiper-button-prev:after {
    left: 16px;
    transform: rotate(225deg);
  }

  .section-personal-carousel .swiper-button-next:after {
    right: 16px;
    transform: rotate(45deg);
  }

  .section-banner-area {
    margin: 0;
    padding: 50px 0 45px;
    text-align: center;
    background-color: #000;
  }

  .section-banner-area .section--inner {
    padding: 0 33px;
  }

  .section-banner-area .banner-title {
    margin-bottom: 45px;
    color: #fff;
    font-size: 26px;
    font-weight: bold;
    text-align: center;
    letter-spacing: .1em;
  }

  .section-banner-area .banner-title span {
    position: relative;
    display: inline-block;
    padding-bottom: 10px;
  }

  .section-banner-area .banner-title span:before {
    content: '';
    position: absolute;
    display: block;
    left: -4px;
    bottom: 0;
    width: calc(50% - 9px);
    border-top: solid 2px #fff;
  }

  .section-banner-area .banner-title span:after {
    content: '';
    position: absolute;
    display: block;
    right: 6px;
    bottom: -18px;
    width: 50%;
    height: 20px;
    border-top: solid 2px #fff;
    border-left: solid 2px #fff;
    transform: skew(-40deg);
  }

  .section-banner-area .banner-shampoo-spec {
    margin-bottom: 60px;
  }

  .section-bottom-beaute {
    padding: 20px 0;
    background-image: url("../img/20240528/bg_beaute_sp.jpg");
    background-size: 100% 101%;
    background-position: center center;
    background-repeat: no-repeat;
    text-align: center;
  }

  .section-bottom-beaute .box-block img {
    width: 575px;
  }

  .modal-content {
    padding: 18.75vw 0 9.375vw
  }

  .modal-content-inner {
    background: #fff;
    padding: 5.46875vw 3.125vw 6.25vw
  }

  .modal-content-inner .icon {
    font-size: 0
  }

  .modal-content-inner .icon-daiichiruiiyakuhin {
    width: 16.5625vw
  }

  .modal-content-inner .icon-daiichiruiiyakuhin {
    width: 14.6875vw
  }

  .modal-content-inner .icon-daiichiruiiyakuhin {
    width: 10vw
  }

  .modal-content-inner .title {
    margin: auto;
    font-size: 24px;
    font-weight: bold;
    border-bottom: solid 1px #000;
    padding-bottom: 3.125vw
  }

  .modal-content-inner .product-list {
    margin-top: 6.25vw;
    border: solid 1px #cccccc
  }

  .modal-content-inner .product-list .item {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    height: 33.59375vw;
    background-color: #f4f4f4
  }

  .modal-content-inner .product-list .item+.item {
    border-top: solid 1px #cccccc
  }

  .modal-content-inner .product-list .item:nth-of-type(2) {
    background-color: #fff
  }

  .modal-content-inner .product-list .item:nth-of-type(2) .item-title-holder {
    background-color: #565656
  }

  .modal-content-inner .product-list .item:nth-of-type(3) .item-title-holder {
    background-color: #cccccc
  }

  .modal-content-inner .product-list .item:nth-of-type(3) .item-title {
    color: #000
  }

  .modal-content-inner .product-list .item .item-title-holder {
    background-color: #2e2e2e;
    width: 26.25vw;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column
  }

  .modal-content-inner .product-list .item .info-holder {
    width: 60.625vw;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    padding-left: 5.625vw
  }

  .modal-content-inner .product-list .item .item-title {
    font-size: 3.4375vw;
    font-weight: bold;
    color: #fff
  }

  .modal-content-inner .product-list .item .item-type {
    margin-top: 1.5625vw
  }

  .modal-content-inner .product-list .item .pic {
    width: 7.03125vw
  }

  .modal-content-inner .product-list .item .text-holder {
    padding-left: 3.90625vw
  }

  .modal-content-inner .product-list .item .item-name {
    font-size: 3.4375vw;
    font-weight: bold
  }

  .modal-content-inner .product-list .item .item-text {
    margin-top: 2.34375vw;
    font-size: 3.125vw;
    line-height: 1.5
  }

  .modal-content-inner .modal-note {
    margin-top: 3.125vw;
    font-size: 3.125vw;
    line-height: 1.5
  }

  .fixed-area {
    width: 100%;
  }

  .fixed-area.is-fixed {
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 100;
  }

  .fixed-area .fixed-buttons {
    display: flex;
  }

  .fixed-area .fixed-buttons > li {
    width: 50%;
  }

  .fixed-area .fixed-buttons > li a {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 62px;
    padding: 8px;
    text-align: center;
  }

  .fixed-area .fixed-buttons > li a:after {
    content: '';
    position: absolute;
    display: block;
    right: 5px;
    bottom: 6px;
    width: 17px;
    height: 17px;
    background-color: #fff;
    clip-path: polygon(100% 0, 100% 100%, 0 100%);
  }

  .fixed-area .fixed-buttons > li a .icon,
  .fixed-area .fixed-buttons > li a .name {
    display: inline-block;
  }

  .fixed-area .fixed-buttons > li a.store {
    background-color: #8c0000;
  }

  .fixed-area .fixed-buttons > li a.store .icon {
    width: 44px;
    margin: 0 12px 1px 0;
  }

  .fixed-area .fixed-buttons > li a.store .name {
    width: 184px;
  }

  .fixed-area .fixed-buttons > li a.beaute {
    background-color: #de90bc;
  }

  .fixed-area .fixed-buttons > li a.beaute .name {
    margin-right: 10px;
    margin-bottom: 6px;
  }

  .fixed-area .fixed-buttons > li a.beaute .name img {
    width: 235px;
  }
}

@keyframes shinyshiny {
  0% {
    -webkit-transform: scale(0) rotate(45deg);
    transform: scale(0) rotate(45deg);
    opacity: 0
  }

  1% {
    -webkit-transform: scale(0) rotate(45deg);
    transform: scale(0) rotate(45deg);
    opacity: .3
  }

  2% {
    -webkit-transform: scale(4) rotate(45deg);
    transform: scale(4) rotate(45deg);
    opacity: .8
  }

  40% {
    -webkit-transform: scale(50) rotate(45deg);
    transform: scale(50) rotate(45deg);
    opacity: 0
  }

  41% {
    -webkit-transform: scale(0) rotate(45deg);
    transform: scale(0) rotate(45deg);
    opacity: 0
  }

  to {
    -webkit-transform: scale(0) rotate(45deg);
    transform: scale(0) rotate(45deg);
    opacity: 0
  }
}


/* add20220726 */

.bg-color1 .item-title-holder {
  background-color: #2e2e2e;
}

.bg-color2 .item-title-holder {
  background-color: #565656;
}

.bg-color2 .item,
.bg-color3 .item {
  border-top: solid 1px #cccccc;
}

.bg-color2 .info-holder {
  background: #fff;
}

.bg-color3 .item-title-holder {
  background-color: #cccccc;
}

.bg-color3 .item-title {
  color: #000 !important;
}

a.bg-color1,
a.bg-color2,
a.bg-color3 {
  transition: 0.3s ease;
}

a.bg-color1:hover,
a.bg-color2:hover,
a.bg-color3:hover {
  opacity: .6;
}

@media screen and (max-width: 640px) {
  .bg-color3 .item-title-holder {
    background-color: #cccccc !important;
  }

}
/* 20240719追加 */
.sb-voice{
  padding: 90px 0 120px;
  color: rgb(110, 110, 110);
  font-family: "Noto Serif JP", serif;
}
.selection-title {
  font-size: 24px;
  text-align: center;
  letter-spacing: 1px;
}
.selection-desc{
  text-align: center;
  padding: 30px 0;
  font-size: 16px;
}
body .selection-title img {
  width: 34px;
  margin-top: 2px;
  margin-right: 5px;
}
.selection-content-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.selection-content {
  width: 20%;
}
.selection-content{
  padding: 5px;
}
.selection-content-inner {
  display: flex;
  flex-direction: column;
}
.selection-content__img{
  height: 288px;
}
.selection-content__img img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.selection-content__info {
  height: 100px;
  overflow: hidden;
}
.selection-content__info{
  position: relative;
}
.selection-content__info::after {
  background: -webkit-linear-gradient(top, hsla(0, 0%, 96%, 0), #fff);
  bottom: 0;
  content: "";
  height: 30px;
  left: 0;
  position: absolute;
  width: 100%;
}

.selection-content__info-name{
  position: relative;
  padding-left: 20px;
  margin: 5px 0;
}

.selection-content__info-name::before{
background-image: url(../img/instagram_logo_90.png);
background-repeat: no-repeat;
background-size: cover;
content: " ";
height: 15px;
left: 0;
position: absolute;
top: 50%;
transform: translateY(-50%);
width: 15px;
}

@media screen and (max-width: 640px) {
.sb-voice{
    padding-top: 50px;
}
.selection-title span {
  font-size: 28px;
}
.selection-content{
  width: 60%;
  margin-bottom: 50px;
}
.selection-content__info{
  height: 130px;
}
.selection-content__info-name {
  margin: 10px 0;
  font-size: 20px;
  padding-left: 30px;
}
.selection-content__img{
  height: auto;
}
.selection-desc,.selection-content__info-caption,.selection-content__info{
  font-size: 18px;
}
.selection-content__info-name::before{
  background-image: url(../img/instagram_logo_90.png);
  background-repeat: no-repeat;
  background-size: cover;
  content: " ";
  height: 20px;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
}
h1.column-title.column-title-mt {
  font-size: 5vw;
}
}


@media screen and (max-width: 640px) {
  .section-product .item-columns.next-plus{
    gap: 0;
  }
  .section-product.n3 .next-plus .item-block .pic {
      width: 100%;
      margin: 0 0 -100px;
  }
}

@media screen and (min-width: 641px) {
  .section-product .item-columns.next-plus{
    gap: 80px;
  }
  .section-product.n3 .next-plus .item-block .pic {
      width: 200px;
      margin: 0 0 -100px;
  }
  .section-product .btn-series.next-plus-link{
    width: 300px!important;
  }
}


.section-product.n11 .col {
  position: relative;
}

.section-product.n11 .desc-text {
  font-size: 2.25rem;
  font-weight: 500;
}

.section-product.n11 .sub-text {
  width: 320px;
  margin: 20px auto;
}

.section-product.n11 .item-block {
  width: 320px;
}

.section-product.n11 .item-block .pic {
  width: 200px;
  margin: 35px auto -50px;
}

.section-product.n11 .item-tag {
  display: inline-block;
  padding: 0 7px 1px;
  font-size: 12px;
  text-align: center;
  border: solid 1px #000;
  margin-top: 22px;
}

.section-product.n11 .item-columns .col {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
}

@media screen and (max-width: 640px) {
  .section-product.n11 .item-columns {
    flex-wrap: wrap;
  }
  .section-product.n11 .item-columns .col {
    width: 50%;
  }
  .section-product.n11 .products-btn-list{
    width: 90%;
  }
  .section-product.n11 .products-btn-list .text{
    font-size: 24px;
  }
}