男十撫せっけん ソープ&石けん置きセット
男十撫せっけんと石鹸台をセットにしたギフト。男十撫せっけん全シリーズ「綺麗な男足」「無我無臭」「自然快頭」「涼感無双」「全身全麗」「皮脂滅裂」「茄子がまま」の中からお好きな石鹸を1点お選びください。 石鹸台はウレタンスポンジ製で、デリケートな石鹸を保持するのにピッタリのアイテムです。※7種の男十撫せっけんの中からご希望の商品をお一つお選びいただきお買い物カー トへお進みください。 ギフトボックスサイズ W190 × D100 × H40 @charset "utf-8"; @import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap'); .productimgarea{ border-bottom: none; } .main-img-area{ background-color: #E9E9E9; } .main-txt-img{ position: relative; top: -90px; } .main-txt-list { display: flex; justify-content: center; gap: 20px; margin-top: 20px; position: relative; top: -70px; width: 90%; margin-left: auto; margin-right: auto; } .main-txt-list li { background: #666666; width: calc((100% - 40px) / 3); height: 120px; display: flex; align-items: center; justify-content: center; text-align: center; background-image: url(https://cdn.shopify.com/s/files/1/0722/2529/2543/files/otona_check-icon.svg); background-repeat: no-repeat; background-size: 90px; background-position: center center; color: #fff; font-size: clamp(12px, 1.3vw, 15px); } @media screen and (min-width: 768px) { .main-txt-list{ flex-flow: row-reverse wrap-reverse; } .main-txt-list li:first-child { order: 5; } .main-txt-list li:nth-child(2) { order: 4; } .main-txt-list li:nth-child(3) { order: 3; } .main-txt-list li:nth-child(4) { order: 2; } .main-txt-list li:last-child { order: 1; } } @media screen and (max-width: 767px) { .main-txt-list{ flex-wrap: wrap; gap: 10px; justify-content: space-between; } .main-img-area{ padding-bottom: 10px; } .main-txt-img{ top: -40px; } .main-txt-list{ top: -30px; } .main-txt-list li:first-child { width: 100%; } .main-txt-list li{ font-size: 11px; height: 100px; } .main-txt-list li + li{ width: calc(50% - 5px); } } .intro-area{ position: relative; } .intro-txt{ background-color: #fff; font-size: 38px; padding: 7px 25px; position: absolute; bottom: 0; left: 0; transform: translateY(50%); } @media screen and (max-width: 767px) { .intro-txt{ font-size: 18px; } } .over40-area{ padding: 40px 0 80px; } .sec-bg{ position: relative; } .sec-bg::after{ content: ""; position: absolute; top: 0; left: 50%; width: 40%; height: 100%; background-color: rgba(242, 242, 242, 0.7); transform: translateX(-50%) skewX(-20deg); z-index: -2; } .over40-catch{ font-size: 25px; width: fit-content; margin-left: auto; margin-right: auto; margin-top: 60px; font-weight: bold; position: relative; text-align: center; letter-spacing: 0.1em; } .over40-catch::before{ content: ""; display: inline-block; position: absolute; top: 0; left: 0; transform: translateX(-100%); background-image: url(https://cdn.shopify.com/s/files/1/0722/2529/2543/files/otona_catch-deco01.svg); background-repeat: no-repeat; background-position: top; width: 36px; height: 40px; } .over40-catch::after{ content: ""; display: inline-block; position: absolute; bottom: 0; right: 0; transform: translateX(100%); background-image: url(https://cdn.shopify.com/s/files/1/0722/2529/2543/files/otona_catch-deco02.svg); background-repeat: no-repeat; background-position: bottom; width: 36px; height: 40px; } .over40-area .check-ttl{ font-weight: bold; } .check-ttl{ position: relative; width: fit-content; padding: 5px 0; margin: 20px auto 0; transform: translateY(50%); } .check-ttl::after{ content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 100%; transform: skewX(-20deg); background-color: #000; z-index: -1; } .check-ttl .jp{ font-size: 28px; text-align: center; display: block; color: #fff; padding: 0 30px; margin: 5px 0; } .check-ttl .en{ font-size: 15px; text-align: center; display: block; position: relative; color: #000; z-index: 1; font-family: 'Bebas Neue', sans-serif; letter-spacing: 0.05em; } .check-ttl .en::before{ content: ''; position: absolute; top: 0; left: 0; width: calc(100% - 10px); height: 100%; transform: skewX(-20deg); background-color: #fff; z-index: -1; } .check-list{ display: flex; flex-wrap: wrap; justify-content: space-between; border: 2px solid #000; padding: 80px 25px 40px; } .check-list li{ width: 48%; font-weight: bold; display: flex; align-items: center; letter-spacing: 0.05em; } .check-list li span{ flex: 1; } .check-list li::before{ content: ''; display: inline-block; width: 30px; height: 30px; background-image: url(https://cdn.shopify.com/s/files/1/0722/2529/2543/files/otona_check.svg); background-repeat: no-repeat; background-position: center; margin-right: 10px; } .check-list li:nth-of-type(n+3){ border-top: 1px dotted #000; margin-top: 15px; padding-top: 15px; } .check-bx{ background-color: #F4E9AE; margin-top: 20px; display: flex; align-items: center; padding: 30px 0; } .check-img{ width: 130px; padding-bottom: 5px; margin-right: 20px; } .check-txt{ flex: 1; padding-right: 20px; letter-spacing: 0.05em; } .check-txt .marker{ background:linear-gradient(transparent 70%, #fff 70%); font-weight: bold; } .check-txt .ttl{ border-left: 8px solid #000; padding-left: 20px; font-size: 20px; display: block; font-weight: bold; margin-bottom: 20px; } @media screen and (min-width: 768px) { .check-ttl{ width: 100%; max-width: 320px; } } @media screen and (max-width: 767px) { .over40-area{ padding: 20px 0 40px; } .over40-catch{ font-size: 15px; margin-top: 40px; } .over40-catch::before, .over40-catch::after{ width: 22px; height: 22px; } .check-ttl .jp{ font-size: 18px; } .check-ttl .en{ font-size: 11px; } .check-list{ padding: 50px 20px 30px; } .check-list li{ font-size: 14px; width: 100%; max-width: 340px; margin: 0 auto; } .check-list li::before{ width: 25px; height: 25px; } .check-list li:nth-of-type(n+2) { border-top: 1px dotted #000; margin-top: 15px; padding-top: 15px; } .check-bx{ padding: 50px 0 20px; position: relative; margin-top: 60px; } .check-img{ width: 37%; position: absolute; top: 0; left: 0; transform: translateY(-50%); } .check-txt{ font-size: 14px; padding-left: 20px; } .over40-area.sec-bg::after{ transform: translateX(-50%) skewX(-13deg); } } .sec-ttl{ font-size: 28px; font-weight: bold; background-color: #000; color: #fff; position: relative; height: 100px; display: flex; justify-content: center; align-items: center; } .sec-ttl::before{ content: ''; display: inline-block; position: absolute; top: 0; left: 0; width: 0; height: 0; border-style: solid; border-width: 100px 100px 0 0; border-color: rgba(242, 242, 242, 0.2) transparent transparent transparent; } .sec-ttl::after{ content: ''; display: inline-block; position: absolute; bottom: 0; right: 0; width: 0; height: 0; border-style: solid; border-width: 0 0 100px 100px; border-color: transparent transparent rgba(242, 242, 242, 0.2) transparent; } .smell-list{ display: flex; justify-content: space-between; flex-wrap: wrap; align-items: stretch; margin-top: 40px; position: relative; } .smell-list li{ width: 44%; display: flex; flex-direction: column; } .smell-img{ width: 70%; margin: 0 auto; } .smell-txt{ flex: 1; padding: 40px 20px 20px; margin-top: -20px; font-weight: bold; } .smell-list li:nth-of-type(1) .smell-txt{ background-color: rgba(153, 153, 153, 0.3); } .smell-list li:nth-of-type(2) .smell-txt{ background-color: rgba(194, 183, 166, 0.3); } .smell-catch{ margin-top: 60px; position: relative; z-index: 1; } .smell-catch span{ display: block; background-color: #000; color: #fff; width: fit-content; margin: 3px auto; padding: 5px 20px; font-size: 28px; } .smell-catch-img{ margin-top: -25px; } @media screen and (min-width: 768px) { .smell-list::after{ content: ''; display: inline-block; position: absolute; bottom: -30px; left: 50%; transform: translateX(-50%); width: 17%; height: 460px; background-image: url(https://cdn.shopify.com/s/files/1/0722/2529/2543/files/otona_human.png); background-repeat: no-repeat; background-position: bottom; background-size: contain; } } @media screen and (max-width: 767px) { .sec-ttl{ font-size: 18px; height: 70px; text-align: center; } .sec-ttl::before{ border-width: 70px 70px 0 0; } .sec-ttl::after { content: ''; display: inline-block; position: absolute; bottom: 0; right: 0; width: 0; height: 0; border-style: solid; border-width: 0 0 70px 70px; border-color: transparent transparent rgba(242, 242, 242, 0.2) transparent; } .smell-list li{ width: 48%; } .smell-txt{ margin-top: -10px; font-size: 12px; padding: 30px 10px 20px; letter-spacing: 0.025em; } .smell-list::after{ content: ''; display: inline-block; position: absolute; top: -15px; left: 50%; transform: translateX(-50%); width: 13%; height: 200px; background-image: url(https://cdn.shopify.com/s/files/1/0722/2529/2543/files/otona_human.png); background-repeat: no-repeat; background-position: top; background-size: contain; } .smell-catch span{ font-size: 16px; } .smell-catch{ margin-top: 40px; } } .feature-img{ width: 70%; margin: 0 auto; } .feature-txt{ max-width: 450px; margin: 0 auto; width: 90%; } .feature-txt .marker{ background:linear-gradient(transparent 70%, #EEE48F 70%); font-weight: bold; } .feature-ttl{ font-weight: bold; text-align: center; border-top: 2px solid #000; border-bottom: 2px solid #000; } .feature-list{ display: flex; flex-wrap: wrap; justify-content: space-between; margin-top: 40px; } .feature-list li{ width: 48%; padding: 30px 20px 40px; } .feature-list-ttl{ display: flex; align-items: center; } .feature-list-ttl .txt{ font-size: 18px; flex: 1; font-weight: bold; } .feature-list li:nth-of-type(1){ background-color: rgba(205, 165, 112, 0.1); } .feature-list li:nth-of-type(1) .feature-list-ttl{ color: #FF8A45; } .feature-list li:nth-of-type(2){ background-color: rgba(102, 102, 102, 0.1); } .feature-list li:nth-of-type(2) .feature-list-ttl{ color: #7AA033; } .feature-list-txt{ font-size: 18px; font-weight: bold; margin-top: 20px; } @media screen and (min-width: 768px) { .feature-area{ margin-top: 80px; } .feature-ttl{ font-size: 28px; padding: 15px 0; margin: 0 20px; } .feature-list-ttl .img{ width: 40%; } .feature-area .sec-bg{ padding: 40px 0 60px; } } @media screen and (max-width: 767px) { .feature-area{ margin-top: 40px; } .feature-area .sec-bg{ padding: 20px 0; } .feature-ttl{ font-size: 18px; padding: 10px 0; } .feature-txt{ font-size: 14px; } .feature-list{ margin-top: 20px; } .feature-list li{ padding: 20px 10px 30px; } .feature-list-ttl{ flex-direction: column-reverse; } .feature-list-ttl .img{ width: 80%; margin-bottom: 10px; } .feature-list-txt{ font-size: 14px; letter-spacing: 0.025em; } .check-txt .ttl{ font-size: 16px; border-left: 6px solid #000; padding-left: 10px; } } .about-area{ margin-top: 80px; } .about-list{ margin-top: 20px; } .about-list li{ margin-top: -20px; } .about-list-bx{ display: flex; align-items: center; border: 2px solid #000; padding: 80px 20px 50px; } .use-area{ margin-top: 80px; } .info-ttl{ font-size: 28px; font-weight: bold; text-align: center; } .about-list .check-ttl .en::before{ width: calc(100% - 8px); } @media screen and (min-width: 768px) { .about-list .check-ttl{ max-width: 320px; width: 100%; display: block!important; } .about-list .check-ttl .jp{ font-size: 20px; } .about-list-img{ width: 210px; } .about-list-txt{ flex: 1; margin-left: 40px; } .product-table-area{ margin-top: 80px; } } @media screen and (max-width: 767px) { .about-list .check-ttl{ max-width: 230px; width: 100%; } .about-area{ margin-top: 40px; } .about-list .check-ttl .jp{ font-size: 16px; } .about-list-bx{ flex-direction: column; } .about-list-bx{ padding: 60px 30px 30px; } .about-list-img{ width: 90%; } .about-list-img img{ width: 100%; } .about-list-txt{ margin-top: 20px; font-size: 14px; } .info-ttl{ font-size: 18px; } .product-table-area{ margin-top: 40px; } } .product-sreis-area{ margin-top: 80px; } .product-sreis-list{ display: grid; grid-template-columns: repeat(3, 1fr); column-gap: 40px; row-gap: 60px; margin-top: 40px; } .product-sreis-img{ margin-bottom: 10px; } .product-sreis-catch{ font-size: 12px; } .product-sreis-name{ font-size: 14px; } .product-sreis-price{ font-size: 14px; } .product-sreis-price .tax{ font-size: 11px; } .product-sreis-btn a{ display: block; width: 100%; padding: 5px 0; background-color: #CBB782; color: #fff; text-align: center; font-size: 15px; margin-top: 10px; } .product-sreis-btn a:hover{ background: #bebbaa; } @media screen and (max-width: 767px) { .product-sreis-area{ margin-top: 40px; margin-bottom: 40px; } .product-sreis-list{ grid-template-columns: repeat(2, 1fr); column-gap: 20px; row-gap: 40px; margin-top: 20px; } } .shop-table-area{ margin-top: 80px; } .shop-table { border-collapse: collapse; width: 100%; } .shop-table caption { margin-bottom: 10px; text-align-last: left; } @media screen and (min-width: 768px) { .shop-table { border-top: solid 1px #000; font-size: 14px; margin-top: 30px; } .shop-table tr { border-bottom: solid 1px #000; } .shop-table .name, .shop-table .tel{ width: 25%; } .shop-table .address{ width: 50%; } .shop-table th, .shop-table td { border-right: solid 1px #000; padding: 10px; } .shop-table tr th:first-child, .shop-table tr td:first-child{ border-left: 1px solid #000; } } @media screen and (max-width: 767px) { .shop-table-area{ margin-top: 40px; } .shop-table { margin: 20px auto 40px; border-spacing: 0; border-top: 1px solid #c8c8c8; } .shop-table caption { font-size: 15px; } .shop-table caption span{ display: block; font-size: 11px; } .shop-table tr{ display: flex; flex-wrap: wrap; } .shop-table th{ display: block; width: 30%; font-size: 12px; font-weight: normal; text-align: center; border-right: 1px solid #c8c8c8; border-bottom: 1px solid #c8c8c8; padding: 10px 0 8px; width: 30%; color: #3c3c3c; } .shop-table td { display: block; width: 70%; font-size: 13px; border-bottom: 1px solid #c8c8c8; padding: 10px 10px 8px 15px; } .shop-table tr td:first-child{ width: 100%; text-align: center; border-right: none; background: #efefef; font-size: 14px; font-weight: bold; } } /* 綺麗な男足 */ .soap-kirei-page .over40-catch::before{ left: -1em; } .soap-kirei-page .over40-catch::after{ right: -1em; } .soap-kirei-page .feature-area{ margin: 0; } .soap-kirei-page .feature-area .feature-txt{ max-width: 500px; } .feature-list li.gray{ background-color: #EFEFEF; } .feature-list li.gray .feature-list-ttl{ color: #666666; } .feature-list li.orange{ background-color: #FFFAE4; } .feature-list li.orange .feature-list-ttl{ color: #EFAA4F; } @media screen and (max-width: 767px) { .soap-kirei-page .main-img-area{ padding-bottom: 0; } .soap-kirei-page .intro-txt{ letter-spacing: normal; } }
More you might like
Related
■ソーセージまみれセット 新登場!肉感タップリ!6種類セット!鹿野ファーム厳選のたっぷりセット【ソーセージセット】とって
Related
オブ・コスメティックス ソープオブヘア・1-RO シットリ 265mL + トリートメントオブヘア・2-RO シットリ
Related
『幼綿綿』ソープギフトセット(ゲットウソープ 115g、シラツキソープ 115g、ドクダミソープ 115g)【オンライン
Related