@charset "utf-8";
/*-------------------
   common
-------------------*/
#container{
    overflow: hidden;
}
#container .wrapper {
    font: 3.8vw/6vw -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif;
    font-feature-settings: "palt";
    letter-spacing: .1em;
    padding: 0 0 20px;
    color: #434343;
    text-align: justify;
}
#container .wrapper * {
    box-sizing: border-box;
}
#container .flex {
    align-items: flex-start;
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto;
    justify-content: center;
}
#container .wrapper p{
    margin: 0;
    font-size: 3.2vw;
    line-height: 5vw;
    letter-spacing: .07em;
}
#container .wrapper h2, #container .wrapper h3, #container .wrapper h4, #container .wrapper h5{
    font-family:"Noto Selif", serif;
    letter-spacing: 0.1em;
}
#container .wrapper h2{
    font-size: 5vw;
}
#container .wrapper h3{
    font-size: 4.6vw;
}
#container .wrapper h4{
    font-size: 3.6vw;
}
#container .wrapper img{
    display: block;
    margin: 0 auto;
    width: 100%;
    height: auto;
}
#navi .fixed {
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 0;
}
#container .wrapper .br-pc{
    display: none;
}
#container .wrapper p.caution{
    font-size: 2.8vw;
    line-height: 1.6em;
    text-align: justify;
    margin-top: 3%;
}
#container .wrapper .shadow{
     box-shadow: 0 8px 6px rgba(115, 111, 106, 0.15);
}
#container .wrapper .ribbon{
    line-height: 12vw;
    text-align: center;
    background-color: #8fc2df;
    color: #fff;
}
#container .wrapper .scroll{
  opacity: 0;
  transition: all 1.5s ease;
}
#container .wrapper .scroll.show {
  opacity: 1;
  animation: 1.5s fadeIn;
  transform: none;
}
#container .wrapper .s-right {
  transform: translate(50px, 0);
}
#container .wrapper .s-left {
  transform: translate(-50px, 0);
}
#container .wrapper .s-bottom {
    transform: translate(0, 20px);
}
#container .wrapper .fadeUp-box {
	opacity: 0;
}
#container .wrapper .fadeUp {
  animation-name:fadeUpAnime;
  animation-duration:1.5s;
  animation-fill-mode:forwards;
  opacity: 0;
}
@keyframes fadeUpAnime{
  from {
    opacity: 0;
	transform: translateY(30px);
  }
  to {
    opacity: 1;
	transform: translateY(0);
  }
}
/*-------------------
   mainvisual
-------------------*/
#container .mainvisual{
    background-image: url('/contents/shop/sevenbeauty/img/freepage/massagenoil-2025/fv-bg.jpg');
    background-size: cover;
    background-position: center;
    height: 200vw;
    width: 100%;
}
#container .mainvisual .inner-wrap{
    padding: 10% 0;
    text-align: center;
}
#container .mainvisual .fv-catch {
    display: flex;
    justify-content: center;
    width: 100%;
}
#container .mainvisual .fv-catch img {
    display: block;
    height: auto;
    max-width: 95vw;
    width: auto;        
}
#container .mainvisual .fv-title {
    text-align: center;
}
#container .mainvisual .fv-title .fv-img {
    display: block;
    height: auto;
    margin-top: 3%;
    max-width: 80vw;
    width: auto;
}
#container .mainvisual .fv-title h1{
    width: 88vw;
}
#container .mainvisual .lineup-btn{
    background-color: #fff;
    border: 1px solid #846e4e;
    border-radius: 50px;
    color: #846e4e;
    display: inline-block;
    font-size: 1.1em;
    margin-top: -7%;
    position: relative;
    padding: 2% 22% 2% 20%;
    text-decoration: none;
    transition: 0.7s;
}
#container .mainvisual .lineup-btn::after {
    border: solid 1px transparent;
    border-top: none;
    border-left: none;
    border-bottom: solid 1px #846e4e;
    border-right: solid 1px #846e4e;
    content: '';
    height: 10px;
    position: absolute;
    right: 23%;
    top: 29%;
    transform: rotate(45deg);
    width: 10px;
}
/*-------------------
   navi
-------------------*/
#navi {
    background-color: #8fc2df;
    overflow-x: auto;
}
#navi.fixed {
    left: 0; 
    position: fixed; 
    top: 0; 
    z-index: 9999; 
}
#navi ul {
    display: flex;
    margin: 0 auto;
    width: max-content;
}
#navi li a {
    align-items: center;
    color: #fff;
    display: flex;
    font-feature-settings: "palt";
    height: 40px;
    justify-content: center;
    position: relative;
    text-decoration: none;
    width: 160px;
}
#navi li:hover {
    background-color: #bee3f8;
    color: #434343;
}
#navi li+li {
    position: relative;
}
#navi li+li::before {
    border-left: 1px solid #fff;
    bottom: 0;
    content: "";
    display: block;
    height: 36px;
    margin: auto;
    position: absolute;
    top: 0;
}
/*-------------------
   .products
-------------------*/
#container .products .inner-wrap{
    margin: 8% auto;
}
#container .products .products-txt{
    padding: 0 5%;
    text-align: center;
}
#container .products .products-img{
    margin: 5% 0;
}
#container .products .products-txt h2{
    font-weight: 600;
    margin-bottom: 5%;
    line-height: 1.2em;
}
#container .products .products-txt span{
border: 1px solid #434343;
    margin-right: 2%;
    padding: 0 2%;
}
#container .products .products-btn{
    text-align: center;
}
#container .products .buy-btn{ 
    background-color: #fff;
    border: 1px solid #747474;
    border-radius: 50px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    color: #747474;
    display: inline-block;
    font-size: 1.1em;
    margin-top: 4%;
    padding: 2% 26% 2% 24%;
    position: relative;
    text-decoration: none;
    transition: 0.7s;
}
#container .products .buy-btn::after{
    border: solid 1px transparent;
    border-top: none;
    border-left: none;
    border-bottom: solid 1px #747474;
    border-right: solid 1px #747474;
    content: '';
    height: 10px;
    position: absolute;
    right: 23%;
    top: 35%;
    transform: rotate(-45deg);
    width: 10px;
}
/*-------------------
   .trouble
-------------------*/
#container .trouble .inner-wrap {
    overflow: hidden;
    position: relative;
  }
.trouble .inner-wrap .trouble-list {
    display: block;
    height: auto;
    padding: 12% 0;
    transform: scale(1.3);
    transform-origin: center center;
    width: 100%;
  }
#container .trouble .trouble-answer{
    background: linear-gradient(to bottom, #f4f7fe 0%, #ffffff 100%);
    display: flex;
    justify-content: center;
    left: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    margin-top: 2%;
    padding: 2vw;
    position: relative;
    right: 50%;
    width: 100vw;
}
/*-------------------
   .point
-------------------*/
#container .point {
    font-family: 'Noto Sans JP', sans-serif;
    margin: 0 auto;
}
#container .point .inner-wrap{
    background: url(/contents/shop/sevenbeauty/img/freepage/massagenoil-2025/point-bg.jpg);
    background-size: 100%;
    background-position: center top;
    padding: 0 5% 5%;
}
#container .point h2{
    margin: 0 auto;
    position: relative;
    width: 95%;
}
#container .point .point-box{
    background: #ffffff;
    background-image: linear-gradient(#ecececcb 1px, transparent 0), linear-gradient(90deg, #ecececcb 1px, transparent 0);
    background-size: 25px 25px;
    margin: 7% auto 0;
    padding: 5% 7% 7%;
    position: relative;
}
#container .point .point-ttl {
    align-items: center;
    flex-wrap: nowrap;
    gap: 0.5rem;
}
#container .point .point-ttl img{
    height: auto;
    width: 16vw;
}
#container .point .point-ttl h3{
    color: #002e73;
    font-family: "Noto Selif", serif;
    font-weight: 600;
    letter-spacing: 0.1em;
    line-height: 1.4em;
}
#container .point .point-desc {
    color: #555;
    margin: 2% 0 5%;
}
#container .point .img-area {
    display: flex;
    gap: 1em;
    justify-content: center;
}
#container .point .img-item {
    text-align: center;
}
#container .point .img-item img {
    box-shadow: 0 0 5px rgba(0,0,0,0.1);
    height: auto;
    max-width: 160px;
}
#container .point .img-item p {
    color: #e2797b;
    font-size: 3.2vw;
    font-weight: bold;
    letter-spacing: 0.05em;
    margin-top: 5%;
}
#container .point .img-area-row{
    flex-direction: row;
    margin-bottom: 5%;
    text-align: center;
}  
/* decolation */
#container .point .point-box .feature_deco_1,
#container .point .point-box .feature_deco_2,
#container .point .point-box .feature_deco_3,
#container .point .point-box .feature_deco_4,
#container .point .point-box .feature_deco_5  {
    position: absolute;
    width: 17%;
}
#container .point .point-box .feature_deco_1,
#container .point .point-box .feature_deco_5{
    top: -8vw;
    left: -4vw; 
}
#container .point .point-box .feature_deco_2{
    top: -12vw;
    right: -4vw;
}
#container .point .point-box .feature_deco_3{
    top: -10vw;
    left: -3vw;
}
#container .point .point-box .feature_deco_4{
    top: -11vw;
    right: -3vw;
}
/* video */
#container .point .youtube iframe{
    height: 50vw;
    width: 100%;
}
#container .point .point-catch{
    color: #a3834b;
    font-weight: 600;
    text-align: center;
    position: relative;
    line-height: 8vw;
}
#container .point .img-area-row .img-item-glycerin{
    background-color: #f5f5f5;
    padding: 3%;
}
#container .point .line::before, #container .point .line::after {
    background-color: #a3834b;
    content: "";
    display: block;
    height: 1px;
    position: absolute;
    top: 50%;
    width: 50px;
}
#container .point .line::before {
    left: 0;
}
#container .point .line::after {
    right: 0;
}
#container .point .free-area-ttl{
    margin: 10% auto 5%;
    width: 80%;
}
#container .point .ribbon-box {
    background: #fff;
    border: 2px solid #dbc887;
    margin: 10% auto;
    max-width: 900px;
    padding: 5% 2%;
    position: relative;
    text-align: center;
}
#container .point .ribbon-box h2{
    background-image: url(/contents/shop/sevenbeauty/img/freepage/massagenoil-2025/point-ribbon.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    color: #fff;
    font-size: 4.6vw;
    left: 0;
    line-height: 7.7vw;
    position: absolute;
    text-shadow: 2px 2px 2px rgb(106 83 31 / 35%);
    top: -3.7vw;
    width: 100%;
}
#container .point .ribbon-box h3{
    font-size: 3.8vw;
    margin: 3% 0 0;
}
#container .point .ribbon-box .ribbon-desc {
    padding: 3% 10%;
}
#container .point .ribbon-box .ribbon-desc p{
    margin-top: 5%;
    text-align: justify;
}
#container .point .ribbon-box .ribbon-desc strong{
    color: #e2797b;
}
/*-------------------
   user voice
-------------------*/
#container .user-voice .voice-ttl{
    position: relative;
    z-index: 1000;
}
#container .user-voice .voice-img{
    left: 0;
    right: 0;
    margin: auto;
    padding: 0 40%;
    position: absolute;
    top: -10vw;
}
#container .user-voice .voice-box{
    background-image: url(/contents/shop/sevenbeauty/img/freepage/massagenoil-2025/voice-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    height: 235vw;
    margin-top: -1%;
    position: relative;
}
#container .user-voice .voice-box li{
    width: 70%;
    position: absolute;
}
#container .user-voice .voice-box .voice_1{
    top: 5vw;
    left: 9vw;
}
#container .user-voice .voice-box .voice_2{
    top: 36vw;
    right: 5vw;
}
#container .user-voice .voice-box .voice_3{
    top: 71vw;
    left: 5vw;
}
#container .user-voice .voice-box .voice_4{
    top: 113vw;
    right: 4vw;
}
#container .user-voice .voice-box .voice_item{
    width: 25%;
    bottom: 16vw;
    left: 38vw;
}
#container .user-voice h3{
    margin: -8% auto 2%;
    position: relative;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}
#container .user-voice h3::before, #container .user-voice h3::after{
    background-size: contain;
    background-repeat: no-repeat;
    content: "";
    display: inline-block;
    height: 7vw;
    width: 7vw;
    position: absolute;
}
#container .user-voice h3::before{
    background-image: url(/contents/shop/sevenbeauty/img/freepage/massagenoil-2025/salon-before.png);
    left: 5vw;
}
#container .user-voice h3::after{
    background-image: url(/contents/shop/sevenbeauty/img/freepage/massagenoil-2025/salon-after.png);
    right: 2vw;
}
#container .user-voice .salon-box{
    display: flex;
    flex-direction: column;
    gap: 1em;
    justify-content: center;
    margin: 0 5%;
}
#container .user-voice .salon-box .salon-item{
    padding: 3% 5%;
}
#container .user-voice .salon-box .salon-visible {
    align-items: flex-start;
    flex-wrap: nowrap;
    gap: 3%;
}
#container .user-voice .salon-box .salon-visible img {
    width: 33%;
}
#container .user-voice .salon-box .salon-visible .salon-txt h4{
    color: #379ec9;
    font-weight: 600;
    line-height: 1.3em;

}
#container .user-voice .salon-box .salon-invisible {
    display: none;
    margin-top: 1em;
}
#container .user-voice .salon-box .read-more-btn {
  background: none;
  border: 1px solid #379ec9;
  color: #379ec9;
  padding: 0.3em 1em;
  font-size: 3vw;
  border-radius: 4px;
  cursor: pointer;
  margin-left: auto;
  display: block; 
  transition: 0.3s;
}
#container .user-voice .salon-box .read-more-btn:hover {
  opacity: 0.8;
}
/*-------------------
   line up
-------------------*/
#container .lineup .inner-wrap {
    margin: 10% auto;
}
#container .lineup .lineup-ttl {
    margin: 5% auto;
    text-align: center;
}
#container .lineup .lineup-ttl p{
    color: #004986;
    font-family: "Noto Selif", serif;
    font-size: 4.6vw;
    font-weight: bold;
}
#container .lineup .lineup-ttlImg{
    width: 90%;
    margin: 0 auto;
}
#container .lineup .lineup-box {
    text-align: center;
}
#container .lineup .lineup-box .product-type {
    position: relative;
    padding: 3%;
    text-align: center;
}
#container .lineup .lineup-box .product-type::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to right, #fff 0%, transparent 20%, transparent 80%, #fff 100%);
  pointer-events: none;
}
#container .lineup .lineup-box .product-type h4 {
    font-family: "Noto Sans", sans-serif;
} 
/* 無香（水色） */
#container .lineup .lineup-box .scent-none {
  background-color: rgba(153, 207, 238, 0.18);
}
/* 有香（赤） */
#container .lineup .lineup-box .scent-fragrance {
  background-color: rgba(219, 133, 136, 0.18); 
}
/* 関連商品（黄） */
#container .lineup .lineup-box .related {
  background-color:  rgba(204, 176, 112, 0.18); 
}
#container .lineup .lineup-box .lineup-item{
    margin: 3% auto;
    justify-content: space-between;
    padding: 0 2%;
}
#container .lineup .lineup-box .lineup-item li{
    width: calc(100% / 2);
    padding: 0 2% 6%;
}
#container .lineup .lineup-box .lineup-item li p{
    font-size: 3.6vw;
    position: relative;
}
#container .lineup .lineup-box .item-img{
    margin: 1vw auto;
    width: 50%;
}
#container .lineup .buy_btn a{
    color: #178ac1;
    display: block;
    border: solid 1px #178ac1;
    border-radius: 4px;
    font-size: 3.6vw;
    line-height: 9vw;
    margin-top: 2vw;
    transition: all 0.3s ease;
}
#container .lineup .buy_btn a:hover {
    background-color: #178bc1d0;
    border: solid 1px #178ac1d0;
    box-shadow: 0 4px 8px rgba(23, 132, 182, 0.377);
    color: #fff;
    transform: translateY(-2px)
}
#container .lineup .buy_btn a:active {
  transform: scale(0.96);
  box-shadow: none;
}
#container .lineup .related-item-point {
    background: #fff;
    border: 1px solid #e0c9a5;
    box-shadow: 2px 2px 6px rgba(0,0,0,0.1);
    margin: 5vw 5vw 0;
    padding: 5vw 6vw;
    position: relative;
}
#container .lineup .related-item{
    margin: 3% auto 6%;
}
#container .lineup .related-item-point::before {
    background-image: url("/contents/shop/sevenbeauty/img/freepage/massagenoil-2025/check-ribbon.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    content: "";
    height: 18vw;
    left: 10px;
    position: absolute;
    top: -4.3vw;
    width: 18vw;
}
#container .lineup .related-item-point h5{
    color: #178ac1;
    font-size: 4.6vw;
    margin-bottom: 4vw;
}
#container .lineup .related-item-point p{
    text-align: justify;
}
#container .lineup .related-item-point .pump-img{
    margin: 5% auto 0;
    width: 50%;
}
@media screen and (min-width:768px) {
/*-------------------
   common
-------------------*/
#container .wrapper .br-pc{
    display: inline;
}
#container .wrapper .br-sp{
    display: none;
}
#container .wrapper p {
    font-size: .9vw;
    line-height: 1.4vw;
    letter-spacing: .07em;
}
#container .wrapper h2 {
    font-size: 1.6vw;
}
#container .wrapper h3 {
    font-size: 1.5vw;
}
#container .wrapper h4 {
    font-size: 1.2vw;
    line-height: 2vw;
}
#container .wrapper p.caution {
    font-size: 0.8vw;
    line-height: 1.3em;
}
#container .wrapper .ribbon {
    line-height: 5vw;
}
/*-------------------
   .mainvidual
-------------------*/
#container .mainvisual{
    height: 30vw;
}
#container .mainvisual .inner-wrap{ 
    padding: 3% 0 0;
    position: relative;
}
#container .mainvisual .fv-catch {
    justify-content: flex-end;
    padding-right: 27vw;
}

#container .mainvisual .fv-catch img {
    margin-left: 2vw;
    max-width: none;   
    width: 28vw; 
}
#container .mainvisual .fv-title {
    margin-top: 1%;
    position: relative;
}
#container .mainvisual .fv-title .fv-img {
    width: 20vw;
    margin-top: -7vw;
}
#container .mainvisual .fv-title h1 {
    margin-top: 1vw;
    width: 25vw;
}
#container .mainvisual .flex{
    flex-direction: row-reverse;
    gap: 0%;
    justify-content: space-around;
}
#container .mainvisual .fv-title .fv-item{
    width: 20vw;
    margin-top: -36%;
}
#container .mainvisual .fv-btn{
    bottom: 1vw;
    position: absolute;
    right: -1vw;
    width: 30vw;
}
#container .mainvisual .lineup-btn{
    font-size: 1vw;
    letter-spacing: 0.2em;
    line-height: 0;
    padding: 1.2vw 6vw 1.2vw 5vw;
}
#container .mainvisual .lineup-btn::after {
    height: 0.7vw;
    right: 24%;
    top: 26%;
    width: 0.7vw;
}
/*-------------------
   #navi
-------------------*/
#navi li a {
    font-size: 1vw;
    letter-spacing: 0.15em;
    line-height: 1vw;
    height: 2.5vw;
    width: 10vw;
}
/*-------------------
   .products
-------------------*/
#container .products .inner-wrap {
    margin: 0 auto;
    display: flex;
    justify-content: center;
}
#container .products .products-txt {
    font-size: 1vw;
    letter-spacing: 0.1em;
    line-height: 1.8em;
    margin-top: 8%;
    padding: 0;
    text-align: justify;
}
#container .products .products-img{
    position: relative;
    width: 30vw;
}
#container .products .products-btn{
    bottom: 4vw;
    left: -18vw;
    position: absolute;
}
#container .products .buy-btn{ 
    font-size: 1vw;
    letter-spacing: 0.2em;
    line-height: 0;
    /* max-width: 400px; */
    margin-left: 1vw;
    padding: 1.2vw 5vw 1.2vw 4vw;
}
#container .products .buy-btn::after{ 
    height: 0.7vw;
    top: 0.8vw;
    width: 0.7vw;
}
/*-------------------
   .trouble
-------------------*/
#container .trouble .inner-wrap{
    margin: 0 auto;
    overflow: visible;
    width: 36vw;
}
#container .trouble .trouble-answer{
    padding: 5% 75%;
}
/*-------------------
   .point
-------------------*/
#container .point .inner-wrap {
    padding: 0 25% 3%;
}
#container .point h2 {
    width: 38vw;
}
#container .point .point-box{
    max-width: 900px;
    padding: 3% 10% 5%;
    position: relative;
}
#container .point .point-box .feature_deco_1,
#container .point .point-box .feature_deco_2,
#container .point .point-box .feature_deco_4,
#container .point .point-box .feature_deco_5{
    top: -3vw;
}
#container .point .point-box .feature_deco_3 {
    top: -6vw;
}
#container .point .point-ttl {
    justify-content: flex-start;
}
#container .point .point-ttl img {
    width: 5vw;
}
#container .point .img-area {
    gap: 0.5em;
    justify-content: space-evenly;
}
#container .point .img-item p {
    font-size: 1.1vw;
    line-height: 2vw;
}
#container .point .img-item img {
    max-width: 300px;
}
#container .point .point-catch {
    line-height: 3vw;
}
#container .point .point-desc {
    margin: 2% 0;
}
#container .point .img-item-glycerin {
    padding: 2%;
}
#container .point .youtube iframe {
    height: 25vw;
}
#container .point .line::before, #container .point .line::after{
    width: 130px;
}
#container .point .line::before{
    left: 0;
}
#container .point .line::after{
    right: 0;
}
#container .point .free-area img{
    width: 70%;
}
#container .point .ribbon-box h2{
    font-size: 1.6vw;
    line-height: 3vw;
    top: -1.8vw;
}
#container .point .ribbon-box h3{
    font-size: 1.3vw;
    line-height: 2vw;
    margin: 0 auto;
}
#container .point .ribbon-box .ribbon-desc{
    flex-wrap: nowrap;
    gap: 5%;
}
#container .point .ribbon-box .ribbon-desc img{
    width: 50%;
}
#container .point .ribbon-box .ribbon-desc p {
    margin-top: 0;
}
/*-------------------
   .user-voice
-------------------*/
#container .user-voice .voice-img {
    padding: 0 47% ;
    top: -3vw;
}
#container .user-voice .voice-box {
    height: 45vw;
}
#container .user-voice .voice-box li {
    width: 20%;
}
#container .user-voice .voice-box .voice_1 {
    top: 4vw;
    left: 30vw;
}
#container .user-voice .voice-box .voice_2 {
    top: 6vw;
    right: 27vw;
}
#container .user-voice .voice-box .voice_3 {
    top: 15vw;
    left: 22vw;
}
#container .user-voice .voice-box .voice_4 {
    top: 16vw;
    right: 21vw;
}
#container .user-voice .voice-box li.voice_item {
    width: 9%;
    bottom: 5vw;
    left: 45vw;
}
#container .user-voice h3 {
    margin: 0 auto;
}
#container .user-voice h3::before, #container .user-voice h3::after {
    height: 3vw;
    width: 3vw;
}
#container .user-voice h3::before {
    left: 34vw;
}
#container .user-voice h3::after {
    right: 32vw;
}
#container .user-voice .salon-box{
    flex-direction: row;
    flex-wrap: wrap;
    gap: .5em;
    margin: 0 auto;
    width: 60vw;
}
#container .user-voice .salon-box .salon-item{
    width: calc(96% / 2);
    margin: 0;
}
#container .user-voice .salon-box .read-more-btn {
    font-size: 1vw;
}
#container .user-voice .salon-box .salon-item {
    padding: 4% 2%;
}
#container .user-voice .salon-box .salon-invisible {
    display: none;
    margin-top: .4em;
}

/*-------------------
   .line-up
-------------------*/
#container .lineup .inner-wrap {
    margin: 5% auto;
}
#container .lineup .lineup-ttl{
    margin: 3% auto;
}
#container .lineup .lineup-ttl p{
    font-size: 1.6vw;
    line-height: 2.2vw;
    letter-spacing: .15em;
}
#container .lineup .lineup-ttlImg{
    width: 35%;
}
#container .lineup .lineup-box .product-type{
    padding: .8%;
    line-height: 1em;
}
#container .lineup .lineup-box .lineup-item{
    justify-content: center;
}
#container .lineup .lineup-box .lineup-item li {
    width: calc(55% / 3);
    padding: 0 2%;
}
#container .lineup .lineup-box .lineup-item li p {
    font-size: 1vw;
}
#container .lineup .buy_btn a {
    font-size: 1vw;
    line-height: 2.6vw;
    margin-top: 1vw;
}
#container .lineup .related-item {
    margin: 3% auto 6%;
    gap: 5%;
}
#container .lineup .related-item .item{
    width: calc(28% / 2);
}
#container .lineup .related-item-point {
    margin: 0;
    padding: 0 2vw 1vw;
    width: 30vw;
}
#container .lineup .related-item-point::before {
    height: 6vw;
    top: -1.4vw;
    width: 6vw;
}
#container .lineup .related-item-point h5 {
    font-size: 1.5vw;
    line-height: 5vw;
    margin-bottom: 0;
}
#container .lineup .related-item-point .pump-img {
    margin: 2% auto 0;
    width: 35%;
}
}