@import url("https://fonts.googleapis.com/css2?family=Outfit:wght@400;600&display=swap");

:root {
--header-color: #221b00;
--sub-color: #402500;
--txt-color: #000;
--white-color: #fff;
--times-new-roman: "Times New Roman", serif;
--Yu-Mincho: "游明朝体",
  "Yu Mincho",
  YuMincho,
  "ヒラギノ明朝 Pro",
  "Hiragino Mincho Pro",
  "Noto Serif JP",
  serif;
}

.ec-layoutRole .ec-layoutRole__contents {
max-width: inherit;
}

.ec-layoutRole__header {
background: var(--header-color);
position: sticky;
z-index: 99;
width: 100%;
top: 0;
}
.ec-footerRole {
background: var(--header-color);
}

.ec-layoutRole__header .ec-headerNaviRole {
padding: 0 10px;
}

.ec-headerNaviRole .ec-headerNaviRole__nav a {
padding: 10px 0;
}

@media (max-width:768px) {
.ec-headerNaviRole__left {
    margin-left: 50px;
}
}

.header_logo img {
width: 150px;
}

.fa-lock {
position: relative;
display: inline-grid !important;
place-content: center;
width: 26px;
height: 26px;
background-color: #fff;
border-radius: 50%;
margin-left: 0 !important;
}

.fa-lock:before {
content: "";
display: block;
width: 13px;
height: 14px;
background-size: cover;
background: url(/html/user_data/assets/img/svg/login.svg);
}

.ec-cartNavi {
display: grid;
place-content: center;
min-width: inherit;
padding: inherit;
width: 26px;
height: 26px;
border-radius: 50%;
background: #fff;
}

.fa-shopping-cart {
position: relative;
}

.fa-shopping-cart:before {
content: "";
display: block;
width: 15px;
height: 14px;
background-size: cover;
background: url(/html/user_data/assets/img/svg/cart.svg);
}

.ec-headerNav {
margin-right: 10px;
display: flex;
gap: 25px;
}
.ec-headerNav .ec-headerNav__item .ec-headerNav__itemLink {
color: #fff;
font-size: 18px;
}

@media (max-width:768px) {
.ec-cartNaviWrap .ec-headerNav__itemLink {
    display: none;
}
}
.ec-headerNav__item {
display: grid !important;
}

.ec-headerNav__item a {
display: inline-grid;
place-content: center;
place-items: center;
gap: 3px;
}

.ec-headerNav__item .ec-headerNav__itemLink {
color: #fff;
}

.ec-cartNaviWrap {
display: grid;
place-content: center;
place-items: center;
gap: 3px;
}

.ec-cartNaviWrap .ec-headerNav__itemLink {
color: #fff;
font-size: 18px;
}

.ec-headerNaviRole {
padding: 10px;
}

@media (max-width:768px) {
.ec-headerNaviRole {
    padding: 20px;
}
}
@media (max-width:768px) {
.ec-headerLinkArea .ec-headerLink__item .ec-headerLink__icon .fa-shopping-cart {
    background: #fff;
    width: 26px;
    height: 26px;
    display: inline-grid;
    place-content: center;
    border-radius: 50%;
}
}

@media (max-width: 768px) {
.ec-layoutRole__main {
padding-top: 0;
}
}
@media (max-width: 768px) {
.ec-layoutRole__main .home {
padding-top: 0;
}
}

.ec-role .ec-newsRole .ec-secHeading span.ec-secHeading__en {
font-family: var(--times-new-roman);
font-size: 36px;
}
.ec-role .ec-newsRole .ec-secHeading span.ec-secHeading__ja {
font-size: 16px;
font-family: var(--Yu-Mincho);
}
.ec-role .ec-newsRole .ec-newsRole__news {
border: inherit;
padding: 0;
}
.ec-role .ec-newsRole .ec-newsRole__news .ec-newsRole__newsItem .ec-newsRole__newsHeading .ec-newsRole__newsDate {
font-size: 16px;
}
.ec-role .ec-newsRole .ec-newsRole__news .ec-newsRole__newsItem .ec-newsRole__newsHeading .ec-newsRole__newsColumn .ec-newsRole__newsTitle {
color: var(--txt-color);
font-weight: 400;
font-size: 16px;
}

.ec-blockBtn--action {
background-color: #000;
}

.price02-default {
font-size: 26px;
text-align: right;
color: red;
}

.products_navi {
height: 100%;
}

.ec-cartNaviIsset {
top: 50px;
}

.ec-cartNaviIsset::before {
right: 14px;
}

.ec-cartNaviNull {
top: 50px;
}
.ec-cartNaviNull::before {
right: 14px;
}

.ec-headerNavSP {
top: 3px;
}
@media (min-width:768px) {
.ec-footerTitle {
 padding: 50px 0 20px;
}   
}
.ec-productRole__profile {
padding: 0 20px;
}

@media (max-width:768px) {
.ec-headerLink__icon_custom {
    padding: 0 0 0 6px;
}
}
@media (max-width:768px) {
.ec-headerLink__icon_faq {
    padding: 0 0 0 4px;
}
}
.regular-purchase {
color: var(--header-color);
background-color: transparent;
border: 2px solid var(--header-color) !important;
}
.regular-purchase:hover {
color: #fff;
background-color: var(--header-color);
}
.ec-blockBtn--action {
border: inherit;
}
/*---------------------------------------------------------------------------------------------------*/

/*　　　　　DuoからCSSを引用*/

/*---------------------------------------------------------------------------------------------------*/

.mfp-bg {
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 1042;
overflow: hidden;
position: fixed;
background: #0b0b0b;
opacity: 0.8;
}

.mfp-wrap {
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 1043;
position: fixed;
outline: none !important;
-webkit-backface-visibility: hidden;
}

.mfp-container {
text-align: center;
position: absolute;
width: 100%;
height: 100%;
left: 0;
top: 0;
padding: 0 8px;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}

.mfp-container:before {
content: "";
display: inline-block;
height: 100%;
vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
display: none;
}

.mfp-content {
position: relative;
display: inline-block;
vertical-align: middle;
margin: 0 auto;
text-align: left;
z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
width: 100%;
cursor: auto;
}

.mfp-ajax-cur {
cursor: progress;
}

.mfp-zoom-out-cur {
cursor: -webkit-zoom-out;
cursor: zoom-out;
}

.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
cursor: -webkit-zoom-out;
cursor: zoom-out;
}

.mfp-zoom {
cursor: pointer;
cursor: -webkit-zoom-in;
cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
cursor: auto;
}

/* .mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
user-select: none;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
} */

.mfp-loading.mfp-figure {
display: none;
}

.mfp-hide {
display: none !important;
}

.mfp-preloader {
color: #CCC;
position: absolute;
top: 50%;
width: auto;
text-align: center;
margin-top: -0.8em;
left: 8px;
right: 8px;
z-index: 1044;
}

.mfp-preloader a {
color: #CCC;
}

.mfp-preloader a:hover {
color: #FFF;
}

.mfp-s-ready .mfp-preloader,
.mfp-s-error .mfp-content {
display: none;
}

button.mfp-close,
button.mfp-arrow {
overflow: visible;
cursor: pointer;
background: transparent;
border: 0;
-webkit-appearance: none;
display: block;
outline: none;
padding: 0;
z-index: 1046;
-webkit-box-shadow: none;
box-shadow: none;
-ms-touch-action: manipulation;
touch-action: manipulation;
}

button::-moz-focus-inner {
padding: 0;
border: 0;
}

.mfp-close {
width: 44px;
height: 44px;
line-height: 44px;
position: absolute;
right: 0;
top: 0;
text-decoration: none;
text-align: center;
opacity: 0.65;
padding: 0 0 18px 10px;
color: #FFF;
font-style: normal;
font-size: 28px;
font-family: Arial, Baskerville, monospace;
}

.mfp-close:hover,
.mfp-close:focus {
opacity: 1;
}

.mfp-close:active {
top: 1px;
}

.mfp-close-btn-in .mfp-close {
color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
color: #FFF;
right: -6px;
text-align: right;
padding-right: 6px;
width: 100%;
}

.mfp-counter {
position: absolute;
top: 0;
right: 0;
color: #CCC;
font-size: 12px;
line-height: 18px;
white-space: nowrap;
}

.mfp-arrow {
position: absolute;
opacity: 0.65;
margin: 0;
top: 50%;
margin-top: -55px;
padding: 0;
width: 90px;
height: 110px;
-webkit-tap-highlight-color: transparent;
}

.mfp-arrow:active {
margin-top: -54px;
}

.mfp-arrow:hover,
.mfp-arrow:focus {
opacity: 1;
}

.mfp-arrow:before {
content: "";
display: block;
width: 0;
height: 0;
position: absolute;
left: 0;
top: 0;
margin-top: 35px;
margin-left: 35px;
border: medium inset transparent;
}

.mfp-arrow:after {
content: "";
display: block;
width: 0;
height: 0;
position: absolute;
left: 0;
top: 0;
margin-top: 35px;
margin-left: 35px;
border: medium inset transparent;
border-top-width: 13px;
border-bottom-width: 13px;
top: 8px;
}

.mfp-arrow:before {
border-top-width: 21px;
border-bottom-width: 21px;
opacity: 0.7;
}

.mfp-arrow-left {
left: 0;
}

.mfp-arrow-left:after {
border-right: 17px solid #FFF;
margin-left: 31px;
}

.mfp-arrow-left:before {
margin-left: 25px;
border-right: 27px solid #3F3F3F;
}

.mfp-arrow-right {
right: 0;
}

.mfp-arrow-right:after {
border-left: 17px solid #FFF;
margin-left: 39px;
}

.mfp-arrow-right:before {
border-left: 27px solid #3F3F3F;
}

.mfp-iframe-holder {
padding-top: 40px;
padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
line-height: 0;
width: 100%;
max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
top: -40px;
}

.mfp-iframe-scaler {
width: 100%;
height: 0;
overflow: hidden;
padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
position: absolute;
display: block;
top: 0;
left: 0;
width: 100%;
height: 100%;
-webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
background: #000;
}

/* Main image in popup */
img.mfp-img {
width: auto;
max-width: 100%;
height: auto;
display: block;
line-height: 0;
-webkit-box-sizing: border-box;
box-sizing: border-box;
padding: 40px 0 40px;
margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
line-height: 0;
}

.mfp-figure:after {
content: "";
position: absolute;
left: 0;
top: 40px;
bottom: 40px;
display: block;
right: 0;
width: auto;
height: auto;
z-index: -1;
-webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
background: #444;
}

.mfp-figure small {
color: #BDBDBD;
display: block;
font-size: 12px;
line-height: 14px;
}

.mfp-figure figure {
margin: 0;
}

.mfp-bottom-bar {
margin-top: -36px;
position: absolute;
top: 100%;
left: 0;
width: 100%;
cursor: auto;
}

.mfp-title {
text-align: left;
line-height: 18px;
color: #F3F3F3;
word-wrap: break-word;
padding-right: 36px;
}

.mfp-image-holder .mfp-content {
max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
cursor: pointer;
}

/* -----------------------------------------------
* Plugins エントリーポイント
-------------------------------------------------- */
/*------------------------------------------------------------------------------
reset PC
------------------------------------------------------------------------------*/
html,
input,
textarea,
select,
button {
font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, sans-serif;
font-weight: 400;
font-size: 16px;
}

html {
color: #000;
background: #fff;
font-size: 16px;
line-height: 1.6;
word-break: break-all;
}

body {
background: #fff;
margin: 0;
}

*,
*::before,
*::after {
-webkit-box-sizing: border-box;
box-sizing: border-box;
}

img {
border: 0;
margin: 0;
vertical-align: top;
max-width: 100%;
}

p {
margin: 0;
padding: 0;
overflow-wrap: break-word;
word-wrap: break-word;
}

a {
color: #000;
text-decoration: none;
}

input,
select,
textarea,
button {
margin: 0;
padding: 0;
background: none;
border: none;
border-radius: 0;
outline: none;
/*-webkit-appearance: none;*/
/*-moz-appearance: none;*/
/*appearance: none;*/
}

select::-ms-expand {
display: none;
}

textarea {
resize: vertical;
}

::-webkit-input-placeholder {
color: #ccc;
}

:-ms-input-placeholder {
color: #ccc;
}

::-ms-input-placeholder {
color: #ccc;
}

::-moz-placeholder {
color: #ccc;
}

::placeholder {
color: #ccc;
}

button {
border: none;
cursor: pointer;
}

label {
cursor: pointer;
}

table {
border-collapse: collapse;
}

ul,
ol {
list-style: none;
margin: 0;
padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
font-size: 14px;
font-weight: 500;
margin: 0;
padding: 0;
}

main {
display: block;
}

.outer-block {
width: 100%;
}

.inner-block {
position: relative;
max-width: 1240px;
width: 100%;
padding: 0 20px;
}

#wrapper {
position: relative;
}

dl,
dt,
dd {
padding: 0;
margin: 0;
}

.ib {
display: inline-block;
}

.c-svg {
display: inline-block;
fill: currentColor;
vertical-align: top;
}

.c-mincho {
font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "Noto Serif JP", serif;
}

.c-en {
font-family: "Outfit", sans-serif;
}

.c-en-mincho {
font-family: "Times New Roman", serif;
}

.js-img-bg {
background: no-repeat center center/cover;
width: 100%;
}

sup,
.note {
font-size: 10px !important;
}

/*------------------------------------------------------------------------------
reset SP
------------------------------------------------------------------------------*/
/* --------------------------------
c-header
----------------------------------- */

.c-header {
background: #454242;
height: 76px;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
position: fixed;
top: 0;
left: 0;
width: 100%;
z-index: 99;
}

.c-header .logo {
width: 142px;
position: relative;
z-index: 1;
}

.c-header .logo a {
padding: 0 26px;
}

.c-header .login-btn-wrap {
background: #e1dcd7;
}

.c-header .nav-list>li .btn {
color: #fff;
cursor: pointer;
}

.ec-layoutRole__header .nav-list>li .btn .btn-txt {
height: 100%;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
position: relative;
}

.c-header .nav-list>li .btn .btn-txt::after {
background: #A47D00;
content: "";
display: block;
width: 100%;
height: 4px;
position: absolute;
bottom: 0;
left: 0;
margin: auto;
-webkit-transform-origin: right top;
transform-origin: right top;
-webkit-transform: scale(0, 1);
transform: scale(0, 1);
-webkit-transition: -webkit-transform 0.3s ease-in-out;
transition: -webkit-transform 0.3s ease-in-out;
transition: transform 0.3s ease-in-out;
transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}

.ec-layoutRole__header .nav-list>li .mega-menu .item-list a {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
}

.ec-layoutRole__headerr .nav-list>li .mega-menu .item-list .inn {
-webkit-align-self: center;
-ms-flex-item-align: center;
align-self: center;
}

.ec-layoutRole__header .nav-list>li .mega-menu .item-list .img {
text-align: center;
-webkit-align-self: center;
-ms-flex-item-align: center;
align-self: center;
width: 55px;
margin-right: 12px;
}

.ec-layoutRole__header .nav-list>li .mega-menu .item-list .en,
.ec-layoutRole__header .nav-list>li .mega-menu .item-list .jp {
-webkit-transition: 0.3s ease-in-out;
transition: 0.3s ease-in-out;
word-break: keep-all;
}

.ec-layoutRole__header .nav-list>li .mega-menu .item-list .en {
font-size: 14px;
font-family: "Outfit", sans-serif;
letter-spacing: 0.08em;
line-height: 1;
margin-bottom: 8px;
}

.ec-layoutRole__header .nav-list>li .mega-menu .item-list .jp {
letter-spacing: 0.02em;
font-size: 16px;
}

.ec-layoutRole__header .nav-list>li .mega-menu .link-list a {
display: inline-block;
padding: 0 20px;
}

.ec-layoutRole__header .nav-list>li .mega-menu .link-list a.ico-external .inn {
position: relative;
padding-right: 25px;
}

.c-header .nav-list>li .mega-menu .link-list a.ico-external .inn::after {
background: url(../img/common/ico-external.svg) no-repeat center center/contain;
content: "";
display: block;
width: 22px;
height: 22px;
position: absolute;
bottom: 4px;
top: 0;
right: 0;
margin: auto;
}

.c-header .btn-wrap a {
color: #fff;
}

.c-header .btn-wrap a .ico {
background: #fff;
border-radius: 50%;
color: #414141;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
width: 26px;
height: 26px;
margin: auto;
-webkit-transition: 0.3s ease-in-out;
transition: 0.3s ease-in-out;
}

.c-header .btn-wrap a .ico.login .c-svg {
margin-right: 2px;
}

.c-header .btn-wrap a .txt {
font-size: 10px;
margin-top: 3px;
-webkit-transition: 0.3s ease-in-out;
transition: 0.3s ease-in-out;
text-align: center;
}

.c-header .login-btn-wrap {
background: #C8C8C8;
}

.c-header .login-btn-wrap a {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
padding: 20px 40px 20px 25px;
position: relative;
}

.c-header .login-btn-wrap a::before {
border: solid #000;
border-width: 0 1px 1px 0;
content: "";
display: inline-block;
position: absolute;
top: 0;
right: 16px;
bottom: 0;
width: 8px;
height: 8px;
margin: auto;
-webkit-transform: rotate(-45deg) translate3d(0, 0, 0);
transform: rotate(-45deg) translate3d(0, 0, 0);
}

.c-header .login-btn-wrap a .ico {
background: #fff;
border-radius: 50%;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
width: 31px;
height: 31px;
margin-right: 12px;
text-align: center;
}

.c-header .login-btn-wrap a .ico .c-svg {
color: #000;
margin-right: 3px;
}

.c-header .login-btn-wrap a .txt {
font-weight: bold;
}

.c-header .nav-btn.is-open .inn .line:nth-child(1),
.c-header .nav-btn.is-open .inn .line:nth-child(2) {
-webkit-transform: rotate(45deg);
transform: rotate(45deg);
top: 7px;
}

.c-header .nav-btn.is-open .inn .line:nth-child(2) {
opacity: 0;
}

.c-header .nav-btn.is-open .inn .line:nth-child(3) {
-webkit-transform: rotate(-45deg);
transform: rotate(-45deg);
top: 7px;
}

/* --------------------------------
c-footer
----------------------------------- */
.c-footer {
position: relative;
z-index: 1;
}

.c-footer .top-wrap {
background: #000;
padding: 55px 0 80px;
}

.c-footer .top-wrap .link-list .btn,
.c-footer .top-wrap .link-list .small-btn {
color: #fff;
}

.c-footer .top-wrap .link-list .btn {
display: block;
padding-bottom: 6px;
width: 100%;
}

.c-footer .top-wrap .link-list .small-btn {
display: block;
font-size: 14px;
}

.c-footer .top-wrap .link-list .small-btn.ico-external>.inn {
position: relative;
padding-right: 25px;
}

.c-footer .top-wrap .link-list .small-btn.ico-external>.inn::after {
background: url(../img/common/ico-external-white.svg) no-repeat center center/contain;
content: "";
display: block;
width: 22px;
height: 22px;
position: absolute;
bottom: 4px;
top: 0;
right: 0;
margin: auto;
}

.c-footer .top-wrap .link-list .small-btn.item-btn {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
}

.c-footer .top-wrap .link-list .small-btn.item-btn .img {
width: 40px;
margin-right: 12px;
text-align: center;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
}

.c-footer .top-wrap .link-list .small-btn.item-btn .img img {
max-width: 32px;
max-height: 42px;
}

.c-footer .top-wrap .link-list .small-btn.item-btn .inn-wrap {
width: calc(100% - 40px);
}

.c-footer .top-wrap .link-list .small-btn.item-btn .inn-wrap .en {
font-size: 14px;
font-family: "Outfit", sans-serif;
letter-spacing: 0.08em;
line-height: 1;
margin-bottom: 8px;
}

.c-footer .top-wrap .p-anti-logo {
margin-top: 70px;
}

.c-footer .top-wrap .p-anti-logo .txt {
color: #fff;
font-size: 14px;
margin-top: 15px;
}

.c-footer .top-wrap .logo-list {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
}

.c-footer .top-wrap .logo-list li a {
display: block;
}

.c-footer .top-wrap .logo-list li img {
width: 100%;
}

.c-footer .tel-wrap,
.c-footer .bottom-wrap {
background: #D9D9D9;
}

.c-footer .tel-wrap {
padding-top: 60px;
}

.c-footer .tel-wrap .tel-area .ttl {
color: #A47D00;
font-weight: bold;
font-size: 18px;
margin-bottom: 13px;
}

.c-footer .tel-wrap .tel-area .tel {
display: inline-block;
}

.c-footer .tel-wrap .tel-area .txt {
font-size: 12px;
line-height: 1.5;
margin-top: 13px;
}

.c-footer .tel-wrap .btn-wrap {
margin-bottom: 0;
margin-right: 0;
}

.c-footer .tel-wrap .privacy-txt {
font-size: 12px;
margin-top: 40px;
}

.c-footer .tel-wrap .privacy-txt a {
color: #A47D00;
}

.c-footer .bottom-wrap {
padding-top: 55px;
padding-bottom: 35px;
}

.c-footer .bottom-wrap .inner-block {
padding-top: 60px;
}

.c-footer .bottom-wrap .inner-block::before {
background: #000;
content: "";
display: block;
width: calc(100% - 40px);
height: 1px;
position: absolute;
top: 0;
right: 0;
left: 0;
margin: auto;
}

.c-footer .bottom-wrap .btn-wrap {
margin: 0;
}

.c-footer .bottom-wrap .btn-wrap a {
display: block;
}

.c-footer .bottom-wrap .link-list li {
position: relative;
}

.c-footer .bottom-wrap .link-list li a {
display: inline-block;
font-size: 14px;
}

.c-footer .bottom-wrap .link-list li.bnr a+a {
margin-left: 15px;
}

.c-footer .bottom-wrap .copyright {
font-size: 14px;
font-family: "Outfit", sans-serif;
margin-top: 75px;
text-align: center;
}

.c-ttl01 {
margin-bottom: 35px;
}

.c-ttl01 .en,
.c-ttl01 .ja {
display: block;
}

.about-title .en ,
.about-title .ja {
color: #fff;
}

.c-ttl01 .en {
font-family: "Times New Roman", serif;
font-weight: bold;
font-size: 36px;
letter-spacing: 0.12em;
line-height: 1;
}

.c-ttl01 .ja {
font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "Noto Serif JP", serif;
font-size: 16px;
letter-spacing: 0.03em;
margin-top: 15px;
}

.c-ttl01.white .en,
.c-ttl01.white .ja {
color: #fff;
}

.c-ttl01.center {
text-align: center;
}

.c-ttl02 {
font-family: "Outfit", sans-serif;
font-weight: bold;
margin-bottom: 40px;
position: relative;
}

.c-ttl02 .inn {
background: #fff;
display: inline-block;
font-size: 22px;
padding-right: 35px;
position: relative;
z-index: 1;
}

.c-ttl02 .inn .num {
font-size: 56px;
line-height: 1;
}

.c-ttl02::before {
background: #000;
content: "";
display: block;
width: 100%;
height: 1px;
position: absolute;
bottom: 10px;
right: 0;
left: 0;
margin: auto;
}

.c-ttl02.white .inn {
background: var(--header-color);
color: #fff;
}

.c-ttl02.white::before {
background: #fff;
}

.c-ttl03 .en,
.c-ttl03 .ja {
display: block;
}

.c-ttl03 .en {
font-family: "Outfit", sans-serif;
font-size: 24px;
letter-spacing: 0.05em;
}

.c-ttl03 .ja {
font-weight: bold;
font-size: 32px;
margin-top: 5px;
line-height: 1.375;
}

.btn-wrap {
text-align: center;
margin: auto;
}

.c-btn01 {
background: #000;
border: 1px solid #000;
color: #fff;
display: inline-block;
font-size: 18px;
font-weight: bold;
padding: 15px 60px 15px 20px;
position: relative;
}

.c-btn01 .c-svg {
position: absolute;
right: 20px;
top: 0;
bottom: 0;
margin: auto;
vertical-align: middle;
}

.c-btn01.item-btn {
padding: 15px 20px 15px 65px;
}

.c-btn01.item-btn .c-svg {
position: absolute;
left: 20px;
right: inherit;
top: 0;
bottom: 0;
margin: auto;
}

.box:not(.subscription) .item-btn {
background: #fff;
color: #000;
}

.c-btn02 {
letter-spacing: 0.15em;
line-height: 1;
color: #A47D00;
}

.c-btn02 .en {
font-family: "Outfit", sans-serif;
}

.c-btn02 .c-svg {
margin-left: 10px;
-webkit-transition: -webkit-transform 0.3s ease-in-out;
transition: -webkit-transform 0.3s ease-in-out;
transition: transform 0.3s ease-in-out;
transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
vertical-align: middle;
margin-bottom: 5px;
}

.c-btn03 {
border: 1px solid #000000;
color: #000000;
display: inline-block;
font-size: 18px;
min-width: 320px;
padding: 15px 60px 15px 20px;
position: relative;
text-align: left;
}

.c-btn03 .c-svg {
position: absolute;
top: 0;
bottom: 0;
right: 20px;
margin: auto;
}

.c-btn04 {
border-bottom: 1px solid #fff;
color: #fff;
display: inline-block;
font-size: 18px;
padding-bottom: 5px;
text-align: center;
}

.c-bnr {
border-radius: 8px;
display: inline-block;
overflow: hidden;
}

.c-bnr-wrap {
text-align: center;
}

.c-lead-txt {
text-align: center;
line-height: 1.75;
}

.c-cat {
background: #000;
color: #fff;
letter-spacing: 0.15em;
width: 124px;
text-align: center;
}

.c-tag-list li {
background: #7D7D7D;
color: #fff;
display: inline-block;
font-size: 12px;
letter-spacing: 0.05em;
line-height: 1.2;
padding: 2px 8px;
}

.c-movie {
border-radius: 8px;
z-index: 1;
overflow: hidden;
max-width: 780px;
margin: auto;
}

.c-movie .inn {
padding-top: 56%;
position: relative;
}

.c-movie .mv_style_a2,
.c-movie iframe {
border-radius: 8px;
width: 100%;
height: 100%;
position: absolute;
top: 0;
left: 0;
}

/* 404 */
.not-found {
background: #E8E8E8;
text-align: center;
}

.not-found .inner-block {
padding-top: 100px;
padding-bottom: 100px;
}

.not-found .not-found-ttl .num,
.not-found .not-found-ttl .en {
display: block;
font-weight: 600;
line-height: 1;
letter-spacing: 0.05em;
}

.not-found .not-found-ttl .num {
font-size: 100px;
}

.not-found .not-found-ttl .en {
font-size: 36px;
margin-top: 18px;
}

.not-found .not-found-txt {
font-size: 22px;
font-weight: bold;
letter-spacing: 0.04em;
margin-top: 50px;
}

.customer-box {
padding: 20px;
background: #fff;
margin-top: 30px;
}

.customer-box .ttl {
font-size: 16px;
font-weight: bold;
}

.customer-box .tel-numb {
display: inline-block;
color: #A47D00;
margin-top: 8px;
}

.customer-box .tel-numb .numb {
font-weight: bold;
line-height: 1;
font-size: 24px;
padding-left: 40px;
position: relative;
}

.customer-box .tel-numb .numb::before {
background: url(../img/common/ico-tel.svg) no-repeat center center;
background-size: 100% 100%;
content: "";
display: block;
height: 21px;
position: absolute;
width: 31px;
bottom: 0;
top: 0;
left: 0;
margin: auto;
}

#wrapper .js-anm-wrap.is-animated .js-anm-item,
#wrapper .js-fade-up.is-animated {
-webkit-animation: fadeInUp 2s cubic-bezier(0.2, 1, 0.2, 1) forwards;
animation: fadeInUp 2s cubic-bezier(0.2, 1, 0.2, 1) forwards;
}

#wrapper .js-fade.is-animated {
-webkit-animation: fade 2s cubic-bezier(0.2, 1, 0.2, 1) forwards;
animation: fade 2s cubic-bezier(0.2, 1, 0.2, 1) forwards;
}

#wrapper .js-fade-up,
#wrapper .js-fade {
opacity: 0;
}

@-webkit-keyframes fadeInUp {
0% {
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
    opacity: 0;
}

100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
}
}

@keyframes fadeInUp {
0% {
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
    opacity: 0;
}

100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
}
}

@-webkit-keyframes fade {
0% {
    opacity: 0;
}

100% {
    opacity: 1;
}
}

@keyframes fade {
0% {
    opacity: 0;
}

100% {
    opacity: 1;
}
}

@-webkit-keyframes zoomOut {
0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
}

15% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
}

100% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    opacity: 0;
}
}

@keyframes zoomOut {
0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
}

15% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
}

100% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    opacity: 0;
}
}

.c-news-list li+li {
border-top: 1px solid #C8C8C8;
}

.c-news-list a {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-align: start;
-webkit-align-items: flex-start;
-ms-flex-align: start;
align-items: flex-start;
padding: 35px 20px;
}

.c-news-list .txt-area {
padding-left: 32px;
width: calc(100% - 124px);
}

.c-news-list .date {
font-family: "Outfit", sans-serif;
font-size: 18px;
line-height: 1;
letter-spacing: 0.05em;
}

.c-news-list .txt {
margin-top: 5px;
line-height: 1.5;
}

.c-faq-list li+li {
margin-top: 12px;
}

.c-faq-list .q-wrap,
.c-faq-list .a-wrap {
padding: 22px 35px 22px 87px;
position: relative;
}

.c-faq-list .q-wrap::before,
.c-faq-list .a-wrap::before {
color: #A47D00;
display: block;
font-family: "Outfit", sans-serif;
font-weight: bold;
font-size: 30px;
line-height: 1;
position: absolute;
top: 18px;
left: 40px;
margin: auto;
}

.c-faq-list .q-wrap {
background: #414141;
color: #fff;
cursor: pointer;
font-weight: bold;
padding-right: 70px;
}

.c-faq-list .q-wrap::before {
content: "Q.";
}

.c-faq-list .q-wrap .ico::before,
.c-faq-list .q-wrap .ico::after {
background: #fff;
content: "";
display: block;
width: 16px;
height: 1px;
position: absolute;
bottom: 0;
top: 0;
right: 30px;
margin: auto;
-webkit-transition: 0.3s ease-in-out;
transition: 0.3s ease-in-out;
}

.c-faq-list .q-wrap .ico::before {
-webkit-transform: rotate(90deg);
transform: rotate(90deg);
}

.c-faq-list .q-wrap.is-active .ico::before {
-webkit-transform: rotate(0);
transform: rotate(0);
}

.c-faq-list .a-wrap {
background: #E8E8E8;
}

.c-faq-list .a-wrap::before {
content: "A.";
}

.c-faq-list .js-aco-wrap {
display: none;
}

.c-faq-list .txt:not(:first-child) {
margin-top: 15px;
}

.c-faq-list .note {
margin-top: 15px;
line-height: 1.5;
}

.c-faq-list .customer-box {
padding: 20px;
background: #fff;
margin-top: 20px;
}

.c-faq-list .customer-box .ttl {
font-size: 16px;
font-weight: bold;
}

.c-faq-list .customer-box .txt {
font-size: 15px;
margin-top: 6px;
}

.c-faq-list .tel-numb {
display: block;
color: #A47D00;
margin-top: 8px;
}

.c-faq-list .tel-numb .numb {
font-weight: bold;
line-height: 1;
font-size: 24px;
padding-left: 40px;
position: relative;
}

.c-faq-list .tel-numb .numb::after {
background: url(../img/common/ico-tel.svg) no-repeat center center;
background-size: 100% 100%;
content: "";
display: block;
height: 21px;
position: absolute;
width: 31px;
bottom: 0;
top: 0;
left: 0;
margin: auto;
}

.c-faq-list .txt-link {
text-decoration: underline;
}

.c-faq-list .c-link {
text-align: right;
margin-top: 10px;
}

.c-faq-list .c-link a {
border-bottom: 1px solid #A47D00;
font-size: 12px;
padding: 6px 14px;
display: block;
position: relative;
font-weight: 500;
display: inline-block;
text-decoration: none;
}

.c-faq-list .c-link a::before {
content: "";
width: 5px;
height: 5px;
top: 0;
bottom: 0;
right: 5px;
margin: auto;
border-top: 1px solid #A47D00;
border-right: 1px solid #A47D00;
-webkit-transform: rotate(45deg);
transform: rotate(45deg);
position: absolute;
-webkit-transition: 0.3s ease-in-out;
transition: 0.3s ease-in-out;
}

.c-faq-list .img {
margin-top: 19px;
}

.c-faq-list .mypage-step-ss-wrap {
overflow-x: scroll;
margin: 2rem 0;
}

.c-faq-list .mypage-step-ss-wrap td {
vertical-align: top;
}

.c-faq-list .mypage-step-ss-wrap .mypage-step-ss {
width: 100%;
border-collapse: collapse;
}

.c-recommend-list {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-pack: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
}

.c-recommend-list li {
text-align: center;
}

.c-recommend-list .ttl {
font-size: 18px;
line-height: 1.4;
}

.c-recommend-list .img {
margin-top: 7px;
}

.c-recommend-list .btn-wrap {
margin-top: 25px;
text-align: right;
}

.c-additive-free-list {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-pack: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
margin-top: 30px;
}

.c-additive-free-list li {
background: #fff;
line-height: 1.4;
margin: 20px 9px 0;
padding: 20px 5px 48px;
position: relative;
text-align: center;
width: 184px;
}

.c-additive-free-list li .txt {
color: #000;
}

.c-additive-free-list li::before,
.c-additive-free-list li::after {
background: #A47D00;
content: "";
display: block;
width: 4px;
height: 28px;
position: absolute;
bottom: 15px;
right: 0;
left: 0;
margin: auto;
}

.c-additive-free-list li::before {
-webkit-transform: rotate(45deg);
transform: rotate(45deg);
}

.c-additive-free-list li::after {
-webkit-transform: rotate(-45deg);
transform: rotate(-45deg);
}

.item-detail-area .c-tag-list {
margin-bottom: 5px;
}

.item-detail-area .box .price {
font-size: 18px;
margin-bottom: 3px;
}

.item-detail-area .box .price .num-txt {
font-size: 30px;
font-family: "Outfit", sans-serif;
font-weight: 600;
line-height: 1;
}

.item-detail-area .box .link-wrap {
margin-top: 5px;
line-height: 1;
}

.item-detail-area .box .link {
display: inline-block;
font-size: 14px;
line-height: 1.2;
text-decoration: underline;
}

.item-detail-area .box+.box {
margin-top: 20px;
}

/* --------------------------------
c-breadcrumb
----------------------------------- */
.breadcrumb-block {
background: #fff;
position: relative;
z-index: 1;
}

.breadcrumb-block .inner-block.wide {
max-width: 1280px;
padding-bottom: 38px;
padding-right: 55px;
}

.c-breadcrumb {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-flex-wrap: nowrap;
-ms-flex-wrap: nowrap;
flex-wrap: nowrap;
overflow: auto;
white-space: nowrap;
}

.c-breadcrumb li {
font-size: 14px;
position: relative;
padding-left: 40px;
}

.c-breadcrumb li:first-child::before {
background: url(../img/common/ico-breadcrumb.svg) no-repeat center center;
content: "";
display: block;
height: 14px;
width: 26px;
position: absolute;
top: 5px;
left: 0;
}

.c-breadcrumb li+li::before {
background: url(../img/common/arrow-right.svg) no-repeat center center/contain;
content: "";
display: block;
height: 10px;
width: 10px;
position: absolute;
top: 7px;
left: 16px;
}

.c-breadcrumb li br {
display: none !important;
}

.c-breadcrumb a {
text-decoration: underline;
text-underline-offset: 3px;
}

/* --------------------------------
c-pagetop
----------------------------------- */
.c-pagetop {
z-index: 98;
right: 0;
display: none;
}

.c-pagetop a {
background: #414141;
display: block;
position: relative;
width: 52px;
height: 52px;
border-radius: 8px 0 0 8px;
}

.c-pagetop a::before {
border: solid #fff;
border-width: 0 2px 2px 0;
content: "";
display: inline-block;
position: absolute;
top: 5px;
right: 0;
bottom: 0;
left: 0;
width: 14px;
height: 14px;
margin: auto;
-webkit-transform: rotate(-135deg) translate3d(0, 0, 0);
transform: rotate(-135deg) translate3d(0, 0, 0);
}

/* --------------------------------
c-info-page-more
----------------------------------- */
.c-info-page-more {
text-align: center;
margin-top: 55px;
}

.c-info-page-more a,
.c-info-page-more button {
font-size: 18px;
color: #000000;
position: relative;
padding-bottom: 13px;
font-family: "Outfit", sans-serif;
line-height: 1;
font-weight: 700;
letter-spacing: 0.15em;
}

.c-info-page-more a::after,
.c-info-page-more button::after {
content: "";
height: 1px;
width: 112%;
background-color: #000000;
position: absolute;
bottom: 0;
left: -6%;
-webkit-transition: 0.3s ease-in-out;
transition: 0.3s ease-in-out;
}

/* --------------------------------
c-under-mv
----------------------------------- */
.c-under-mv-block {
position: relative;
z-index: 1;
}

.c-under-mv-block::before {
background: url(../img/common/c-under-bg.jpg) no-repeat center right/cover;
content: "";
display: block;
position: fixed;
/*top: 76px;*/
left: 0;
width: 100%;
height: 332px;
z-index: -1;
}

.c-under-mv-block .inner-block {
padding: 128px 0;
}

.c-under-mv-block .c-ttl01 {
text-align: center;
margin-bottom: 0;
}

.c-under-mv-block.top-height::before {
/*top: calc(76px + 60px);*/
}

/* --------------------------------
c-pager
----------------------------------- */
.paging-area {
max-width: 840px;
margin: 40px auto 98px;
min-height: 134px;
position: relative;
padding: 0 20px;
}

.paging-area .page-numbers {
border: 1px solid #000000;
color: #000000;
font-size: 18px;
min-width: 220px;
display: inline-block;
padding: 17px 20px;
position: absolute;
}

.paging-area .page-numbers .c-svg {
position: absolute;
top: 0;
bottom: 0;
margin: auto;
-webkit-transition: left 0.3s ease-in-out, right 0.3s ease-in-out;
transition: left 0.3s ease-in-out, right 0.3s ease-in-out;
}

.paging-area .page-numbers.prev {
text-align: right;
left: 0;
}

.paging-area .page-numbers.prev .c-svg {
left: 20px;
-webkit-transform: rotate(180deg);
transform: rotate(180deg);
}

.paging-area .page-numbers.next {
text-align: left;
margin-left: auto;
right: 0;
}

.paging-area .page-numbers.next .c-svg {
right: 20px;
}

.paging-area .back-btn {
font-size: 18px;
position: absolute;
right: 0;
left: 0;
margin: 98px auto 0;
max-width: 76px;
padding-bottom: 6px;
-webkit-transition: 0.2s ease-in-out;
transition: 0.2s ease-in-out;
letter-spacing: 0.05em;
}

.paging-area .back-btn::before {
background: #000000;
content: "";
height: 1px;
width: 100%;
position: absolute;
bottom: 0;
left: 0;
right: 0;
}

.zv-star-svg,
.zv-star-svg-sub {
width: 14px;
height: 14px;
vertical-align: middle;
}

.zv-star-svg,
.zv-star-svg-main,
.zv-form svg.zv-form-star-svg-on {
fill: #F4AA00;
}

.zv-star-svg-grey {
fill: #C8C8C8;
}

#total-rating {
margin-top: 10px;
}

#total-rating a {
text-decoration: underline;
margin-top: 5px;
}



.c-review-paging-area {
margin: 60px auto 0;
text-align: center;
}

.c-review-paging-area .page-numbers {
border: 1px solid #000;
color: #000;
display: inline-block;
font-size: 18px;
font-weight: bold;
height: 40px;
line-height: 41px;
margin: 0 5px;
position: relative;
text-align: center;
vertical-align: middle;
width: 64px;
}

.c-review-paging-area .page-numbers .c-svg {
vertical-align: middle;
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
margin: auto;
}

.c-review-paging-area .page-numbers.dots {
border: none;
width: auto;
margin: 0 15px;
}

.c-review-paging-area .page-numbers.prev .c-svg {
-webkit-transform: rotate(180deg);
transform: rotate(180deg);
}

.c-review-paging-area .page-numbers.current {
background: #000;
color: #fff;
}

.head-info-area {
background: #fff;
position: fixed;
top: 0;
left: 0;
text-align: center;
width: 100%;
z-index: 99999;
height: 60px;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
}

.head-info-area a {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
text-align: center;
-webkit-box-pack: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
height: 100%;
width: 100%;
}

.c-subscription-block {
background: #E1E1E1;
border-radius: 8px;
}

.c-subscription-block .ttl-wrap {
margin-bottom: 30px;
text-align: center;
}

.c-subscription-block .ttl-wrap .subsc-ttl {
background: #000;
color: #fff;
display: inline-block;
font-weight: bold;
font-size: 28px;
letter-spacing: 0.15em;
padding: 10px 60px;
}

.c-subscription-block .top .bg-white {
background: #FAFAFA;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
padding: 20px 30px 20px 240px;
position: relative;
}

.c-subscription-block .top .bg-white .item-img {
text-align: center;
width: 240px;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-filter: drop-shadow(10px 10px 4px rgba(0, 0, 0, 0.3));
filter: drop-shadow(10px 10px 4px rgba(0, 0, 0, 0.3));
-webkit-transform: translateZ(0);
transform: translateZ(0);
}

.c-subscription-block .top .bg-white .large-txt {
text-align: center;
}

.c-subscription-block .top .bg-white .large-txt .txt {
font-weight: bold;
font-size: 32px;
margin-bottom: 12px;
}

.c-subscription-block .top .bg-white .large-txt .num {
font-family: "Outfit", sans-serif;
font-weight: bold;
font-size: 68px;
line-height: 1;
}

.c-subscription-block .top .bg-white .large-txt .num .num-txt {
font-size: 96px;
line-height: 0;
}

.c-subscription-block .top .bg-white .large-txt .num .small {
font-size: 32px;
}

.c-subscription-block .top .bg-white .price-area {
text-align: center;
}

.c-subscription-block .top .bg-white .price-area .item-ttl {
font-size: 28px;
font-weight: bold;
}

.dmys .c-subscription-block .top .bg-white .price-area .item-ttl,
.dmgl .c-subscription-block .top .bg-white .price-area .item-ttl {
line-height: 1.1;
vertical-align: middle;
margin: 10px;
}

.c-subscription-block .top .bg-white .price-area .normal {
padding-bottom: 23px;
position: relative;
}

.c-subscription-block .top .bg-white .price-area .normal::before {
background: url(../img/common/ico-arrow-bottom02.svg) no-repeat center center/contain;
content: "";
display: block;
width: 40px;
height: 12px;
position: absolute;
bottom: 5px;
right: 0;
left: 0;
margin: auto;
}

.c-subscription-block .top .bg-white .price-area .normal .inn {
color: #414141;
}

.c-subscription-block .top .bg-white .price-area .normal .inn .price {
position: relative;
font-size: 14px;
}

.c-subscription-block .top .bg-white .price-area .normal .inn .price .num-txt {
font-family: "Outfit", sans-serif;
font-size: 24px;
font-weight: bold;
line-height: 1;
}

.c-subscription-block .top .bg-white .price-area .subsc>.txt {
margin-top: 3px;
color: #414141;
}

.c-subscription-block .top .bg-white .price-area .subsc-price .subsc-ttl {
font-weight: bold;
}

.c-subscription-block .top .bg-white .price-area .subsc-price .subsc-ttl .txt {
position: relative;
}

.c-subscription-block .top .bg-white .price-area .subsc-price .subsc-ttl .txt+.txt::before {
background: #A0A0A0;
content: "";
display: block;
width: 100%;
height: 1px;
position: absolute;
top: -1px;
right: 0;
left: 0;
margin: auto;
}

.c-subscription-block .top .bg-white .price-area .subsc-price .price {
color: #A47D00;
font-size: 18px;
}

.c-subscription-block .top .bg-white .price-area .subsc-price .price .num-txt {
font-family: "Outfit", sans-serif;
font-size: 56px;
font-weight: bold;
line-height: 1;
}

.c-subscription-block .top .wrap .list {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}

.c-subscription-block .top .wrap .list li {
width: 50%;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
}

.c-subscription-block .top .wrap .list li:nth-child(even) {
border-left: 1px solid #A0A0A0;
padding-left: 15px;
}

.c-subscription-block .top .wrap .list li:nth-child(odd) {
padding-right: 15px;
}

.c-subscription-block .top .wrap .list li:nth-child(n+3) {
border-top: 1px solid #A0A0A0;
}

.c-subscription-block .top .wrap .list li:nth-child(1),
.c-subscription-block .top .wrap .list li:nth-child(2) {
padding-bottom: 15px;
}

.c-subscription-block .top .wrap .list li:nth-child(3),
.c-subscription-block .top .wrap .list li:nth-child(4) {
padding-top: 15px;
}

.c-subscription-block .top .wrap .list li .ico {
width: 36px;
}

.c-subscription-block .top .wrap .list li .txt {
color: #414141;
line-height: 1.4;
padding-left: 6px;
width: calc(100% - 36px);
}

.c-subscription-block .top .wrap .btn-wrap .c-btn01 {
width: 100%;
}

.c-subscription-block .top .wrap .btn-wrap .link {
font-size: 12px;
text-align: right;
margin-top: 10px;
}

.c-subscription-block .top .wrap .btn-wrap .link a {
color: #414141;
text-decoration: underline;
}

.c-subscription-block .top .wrap .notice .txt {
font-size: 12px;
margin-top: 20px;
}

.c-subscription-block .bottom {
color: #414141;
padding: 30px 40px 20px;
}

.c-subscription-block .bottom a {
color: #414141;
text-decoration: underline;
}

.c-subscription-block .bottom>.txt {
font-size: 14px;
}

.c-subscription-block .bottom .yellow {
color: #A47D00;
}

.c-subscription-block .bottom .notice {
margin-top: 10px;
}

.c-subscription-block .bottom .notice .txt {
font-size: 12px;
}

/* -----------------------------------------------
* Modules エントリーポイント
-------------------------------------------------- */
/* -----------------------------------------------
* home Module
* homeページ用
-------------------------------------------------- */
.kv-block {
background: #000;
position: relative;
z-index: 1;
}

.kv-block .img01,
.kv-block .main-logo {
opacity: 0;
}

.kv-block .main-logo {
-webkit-animation: zoomOut 2.5s ease-in-out forwards;
animation: zoomOut 2.5s ease-in-out forwards;
width: 200px;
height: 85px;
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
margin: auto;
}

.kv-block .main-logo img {
width: 100%;
}

.kv-block .img01 {
-webkit-animation: 1.8s fade 2.8s cubic-bezier(0.2, 1, 0.2, 1) forwards;
animation: 1.8s fade 2.8s cubic-bezier(0.2, 1, 0.2, 1) forwards;
background: url(/html/user_data/assets/img/common/main_ec.webp) no-repeat center center/1300px auto;
}

.kv-block .kv-txt {
width: 100%;
height: calc(var(--vh, 1vh) * 100 - 76px);
bottom: 0;
z-index: 5;
position: relative;
}

.kv-block .kv-txt .ttl,
.kv-block .kv-txt .logo {
position: absolute;
margin: auto;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}

.kv-block .kv-txt .ttl img,
.kv-block .kv-txt .logo img {
width: 100%;
}

.kv-block .kv-txt .ttl {
width: 90.776vw;
top: 25px;
right: 0;
left: 0;
max-width: 1740px;
}

.kv-block .kv-txt .logo {
left: 30px;
bottom: 30px;
width: 143px;
}

.kv-block .kv-img.img01 {
/*height: calc((var(--vh, 1vh) * 100) - 76px);*/
height: 730px;
}

.campaign-block {
background: #414141;
padding: 65px 0 50px;
position: relative;
z-index: 1;
}

.campaign-block .bnr-wrap .c-bnr .inn {
height: 100%;
}

.campaign-block .bnr-wrap .txt {
color: #fff;
letter-spacing: 0.025em;
line-height: 1.75;
}

.campaign-block .bnr-wrap .txt+.txt {
margin-top: 0;
}

.campaign-block .btn-wrap {
text-align: right;
margin-top: 50px;
}

.about-block {
background: url(/html/user_data/assets/img/common/about-bg.jpg) no-repeat top -18px center/1678px 1420px #fff;
padding: 60px 0 95px;
position: relative;
z-index: 1;
background-attachment: fixed;
}

.about-block .c-ttl01 {
margin-bottom: 145px;
}

.about-block .txt-area .ttl,
.about-block .txt-area .txt {
color: #fff;
}

.about-block .txt-area .ttl {
font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "Noto Serif JP", serif;
font-size: 32px;
font-weight: bold;
margin-bottom: 40px;
}

.about-block .txt-area .txt {
font-size: 18px;
line-height: 2.2;
}

.about-block .txt-area .txt+.txt {
margin-top: 29px;
}

.about-block .copy {
margin-top: 50px;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
}

.about-block .copy .copy-txt {
color: #fff;
font-size: 28px;
font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "Noto Serif JP", serif;
}

.about-block .copy .logo {
margin-left: 25px;
width: 170px;
}

.about-block .copy .logo img {
width: 100%;
}

.about-block .btn-wrap {
text-align: left;
margin-top: 50px;
}

.product-block {
background: url(/html/user_data/assets/img/common/product-bg.jpg) no-repeat center center/cover;
padding: 90px 0 95px;
position: relative;
z-index: 1;
}

.product-block .note {
text-align: center;
margin-top: 20px;
}

.product-block .product-item-wrap {
margin-top: 65px;
}

.product-block .product-item-wrap .item {
display: grid;
background: #fff;
border-radius: 12px;
-webkit-filter: drop-shadow(10px 10px 2px rgba(0, 0, 0, 0.3));
filter: drop-shadow(10px 10px 2px rgba(0, 0, 0, 0.3));
-webkit-transform: translateZ(0);
transform: translateZ(0);
padding: 0 24px 15px;
text-align: center;
}

.product-block .product-item-wrap .item .tag {
background: #000;
color: #fff;
display: inline-block;
font-family: "Outfit", sans-serif;
font-size: 22px;
letter-spacing: 0.05em;
line-height: 1;
padding: 15px;
min-width: 200px;
max-width: 200px;
margin: auto;
margin-bottom: 25px;
}

.product-block .product-item-wrap .item .ttl {
font-size: 30px;
font-weight: bold;
line-height: 1.4;
}

.product-block .product-item-wrap .dmgl .ttl .note,
.product-block .product-item-wrap .dmys .ttl .note {
margin-top: 0px;
display: inline-block;
}

.product-block .product-item-wrap .dmgl .ttl .note::before,
.product-block .product-item-wrap .dmys .ttl .note::before {
content: "医薬部外品";
border: 1px solid #000;
font-size: 12px;
line-height: 1.2;
padding: 4px 8px;
margin: 8px 0 14px;
font-weight: normal;
display: inline-block;
}

@media (max-width: 640px) {

.product-block .product-item-wrap .dmgl .ttl .note::before,
.product-block .product-item-wrap .dmys .ttl .note::before {
    font-size: 11px;
}
}

.note br.top_only {
display: none;
}

.product-block .product-item-wrap .ttl .note br.top_only {
display: block;
}

.product-block .product-item-wrap .item .capacity {
font-size: 14px;
margin-top: 5px;
}

.product-block .product-item-wrap .item .img {
height: 420px;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-filter: drop-shadow(14px 14px 4px rgba(0, 0, 0, 0.3));
filter: drop-shadow(14px 14px 4px rgba(0, 0, 0, 0.3));
-webkit-transform: translateZ(0);
transform: translateZ(0);
-webkit-box-pack: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
}

.product-block .product-item-wrap .item .btn-wrap {
text-align: right;
margin-top: 50px;
}

.product-block .c-bnr-wrap {
margin-top: 140px;
}

.product-block .c-bnr-wrap+.c-bnr-wrap {
margin-top: 90px;
}

.product-block .c-bnr-wrap .c-bnr {
max-width: 781px;
position: relative;
-webkit-transition: 0.6s ease-in-out;
transition: 0.6s ease-in-out;
}

.product-block .c-bnr-wrap .c-bnr::before,
.product-block .c-bnr-wrap .c-bnr::after {
content: "";
display: block;
position: absolute;
margin: auto;
top: 0;
left: 0;
margin: auto;
-webkit-transition: 0.6s ease-in-out;
transition: 0.6s ease-in-out;
opacity: 0;
}

.product-block .c-bnr-wrap .c-bnr::before {
background: rgba(0, 0, 0, 0.6);
width: 100%;
height: 100%;
}

.product-block .c-bnr-wrap .c-bnr::after {
color: #fff;
content: "VIEW MORE";
font-size: 22px;
font-weight: bold;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
text-align: center;
-webkit-box-pack: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
bottom: 0;
right: 0;
}

.product-block .c-bnr-wrap a {
-webkit-filter: drop-shadow(10px 10px 2px rgba(0, 0, 0, 0.3));
filter: drop-shadow(10px 10px 2px rgba(0, 0, 0, 0.3));
-webkit-transform: translateZ(0);
transform: translateZ(0);
}

.product-block .c-bnr-wrap .txt {
margin-top: 15px;
text-align: left;
font-size: 14px;
}

.product-block .notice-area {
margin-top: 40px;
letter-spacing: 0.025em;
line-height: 1.3;
}

.product-block .notice-area .box {
border: 1px solid #000;
padding: 15px;
margin-top: 15px;
}

.product-block .notice-area .note {
text-align: left;
}

.product-block .notice-area a {
text-decoration: underline;
}

.info-block {
background: #fff;
padding: 85px 0;
position: relative;
z-index: 1;
}

.info-block .btn-wrap {
text-align: right;
margin-top: 20px;
}

/* -----------------------------------------------
* info Module
* infoページ用
-------------------------------------------------- */
.column-block .inner-block {
padding-top: 100px;
padding-bottom: 107px;
}

.c-bar-list {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}

.c-bar-list>li {
font-size: 12px;
padding: 0 15px;
margin-bottom: 5px;
border-left: 1px solid #ababab;
}

.c-bar-list>li:first-child {
padding-left: 0;
border: none;
}

.c-bar-list>li a {
color: #A47D00;
display: block;
letter-spacing: 0.05em;
}

.c-bar-list>li.is-active {
pointer-events: none;
}

.c-bar-list>li.is-active a {
color: #000000;
}

.info .year-wrap {
padding-top: 35px;
}

.info .year-list {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
}

.info .year-list>li {
cursor: pointer;
-webkit-transition: 0.3s ease-in-out;
transition: 0.3s ease-in-out;
}

.info .year-list>li a {
font-size: 20px;
letter-spacing: 0.05em;
}

.info .year-list>li:not(:first-child) {
margin-left: 20px;
}

.info .year-list>li.is-active {
pointer-events: none;
position: relative;
}

.info .c-content-block {
background: #fff;
z-index: 1;
position: relative;
padding: 120px 0;
}

.info .c-content-block .info-wrap {
padding-top: 58px;
}

.info .c-content-block .box {
background-color: #E8E8E8;
padding: 0 20px;
}

.info .c-content-block .box .list>li+li {
border-top: 1px solid #ABABAB;
}

.info .c-content-block .box .list>li a {
display: block;
padding: 30px 10px 27px;
position: relative;
-webkit-transition-property: color;
transition-property: color;
}

.info .c-content-block .box .list>li .top {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
font-size: 14px;
letter-spacing: 0.05em;
line-height: 1.75;
margin-bottom: 5px;
}

.info .c-content-block .box .list>li .c-cat {
margin: 0 30px 0 0;
}

.info .c-content-block .box .list>li .date {
font-family: "Outfit", sans-serif;
font-weight: 600;
font-size: 18px;
line-height: 1;
letter-spacing: 0.05em;
}

.info .c-content-block .box .list>li .info-ttl {
line-height: 1.625;
margin-top: 21px;
-webkit-transition: 0.3s ease-in-out;
transition: 0.3s ease-in-out;
}

/* -----------------------------------------------
* info detail Module
* info detailページ用
-------------------------------------------------- */
.info-detail .ttl-area {
max-width: 800px;
margin: auto;
}

.info-detail .ttl-area .top-txt {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
font-size: 14px;
letter-spacing: 0.05em;
line-height: 1.75;
}

.info-detail .ttl-area .c-cat {
margin: 0 30px 0 0;
}

.info-detail .ttl-area .date {
font-family: "Outfit", sans-serif;
font-size: 18px;
line-height: 1;
letter-spacing: 0.05em;
font-weight: 600;
}

.info-detail .ttl-area .ttl {
font-size: 24px;
font-weight: 700;
letter-spacing: 0.05em;
text-align: center;
margin-top: 45px;
}

.info-detail .info-content-block {
padding-top: 100px;
margin-bottom: 120px;
}

.info-detail .info-content-block .paging-area {
margin-top: 132px;
}

.info-detail .inner-min {
max-width: 1140px;
}

.info-detail .txt-area {
max-width: 800px;
margin: 110px auto 0;
}

.info-detail .txt-area p {
line-height: 2;
word-break: normal !important;
word-wrap: break-word;
}

.info-detail .txt-area p:not(:first-child) {
margin-top: 20px;
}

.info-detail .txt-area .info-detail_ori p:not(:first-child) {
margin-top: 0;
}

.info-detail .txt-area img {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
height: auto;
margin: 72px auto;
}

.info-detail .txt-area .info-detail_ori img {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
height: auto;
margin: 0 auto;
}

.info-detail .txt-area .info-detail_ori ul.type_a {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
width: 80%;
margin: 20px auto;
}

.info-detail .txt-area .info-detail_ori ul.type_b {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
width: 80%;
margin: 20px auto;
}

@media (max-width: 640px) {
.info-detail .txt-area .info-detail_ori ul.type_b {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    margin: 20px auto;
}
}

@media (max-width: 640px) {
.info-detail .txt-area .info-detail_ori ul.type_a {
    width: 100%;
}
}

.info-detail .txt-area .info-detail_ori ul.type_a li,
.info-detail .txt-area .info-detail_ori ul.type_b li {
margin: 10px;
}

@media (max-width: 640px) {
.info-detail .txt-area .info-detail_ori ul.type_a li {
    margin: 10px 5px;
}
}

@media (max-width: 640px) {
.info-detail .txt-area .info-detail_ori ul.type_b li img {
    width: 50%;
}
}

.info-detail .txt-area a {
color: #A47D00;
text-decoration: underline;
}

.info-detail .txt-area h2 {
font-weight: bold;
font-size: 20px;
margin: 30px 0;
text-align: center;
}

.info-detail .txt-area .right {
text-align: right;
}

.info-detail .txt-area .center {
text-align: center;
}

.info-detail .txt-area .img-wrap {
margin: 20px 0;
}

.info-detail .txt-area .img-wrap .center {
margin-bottom: 10px;
}

.info-detail .txt-area .img-wrap .wrap img {
margin: 0 auto;
}

.info-detail .txt-area .img-wrap .wrap .box {
text-align: center;
}

.info-detail .txt-area .customer-box {
border: 1px solid #A47D00;
}

.info-detail .txt-area .customer-box a {
text-decoration: none;
}

.info-detail .txt-area .customer-box .ttl,
.info-detail .txt-area .customer-box .txt,
.info-detail .txt-area .customer-box .tel {
margin-top: 0;
}

.unlink {
pointer-events: none;
}

/* -----------------------------------------------
* bestcosme Module
* bestcosmeページ用
-------------------------------------------------- */
.bestcosme .c-under-mv-block .c-ttl01 .en,
.bestcosme .c-under-mv-block .c-ttl01 .ja {
color: #000;
}

.bestcosme .c-under-mv-block::before {
background-image: url(../img/bestcosme/c-under-bg.jpg);
}

.bestcosme .breadcrumb-block {
padding-top: 115px;
}

.bestcosme-block {
background: url(../img/common/product-bg.jpg) no-repeat top center/cover;
padding: 115px 0 120px;
position: relative;
z-index: 1;
}

.bestcosme-block .bestcosme-ttl {
font-size: 28px;
font-weight: bold;
letter-spacing: 0.06em;
margin-bottom: 80px;
text-align: center;
}

.bestcosme-block .bestcosme-box+.bestcosme-box {
margin-top: 80px;
}

.bestcosme-block .bestcosme-box .item-area {
text-align: center;
}

.bestcosme-block .bestcosme-box .item-area .img {
-webkit-filter: drop-shadow(10px 10px 2px rgba(0, 0, 0, 0.3));
filter: drop-shadow(10px 10px 2px rgba(0, 0, 0, 0.3));
margin-top: 20px;
}

.bestcosme-block .bestcosme-box .item-area .box-ttl {
font-size: 26px;
font-weight: bold;
margin-top: 40px;
}

.bestcosme-block .bestcosme-box .item-area .btn-wrap {
margin-top: 35px;
}

.bestcosme-block .bestcosme-box .info-area {
background: #fff;
padding: 60px;
}

.bestcosme-block .bestcosme-box .info-area .list .ttl {
font-size: 24px;
font-weight: bold;
letter-spacing: 0.05em;
}

.bestcosme-block .bestcosme-box .info-area .list .txt {
line-height: 1.75;
}

.bestcosme-block .bestcosme-box .info-area .list li+li {
margin-top: 25px;
}

.bestcosme-block .bestcosme-link-list {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
margin-top: 70px;
}

.bestcosme-block .bestcosme-link-list a {
background: #fff;
border: 1px solid #000;
display: block;
padding: 10px 80px 10px 15px;
position: relative;
}

.bestcosme-block .bestcosme-link-list a .txt {
font-weight: bold;
line-height: 1.37;
}

.bestcosme-block .bestcosme-link-list a .c-svg {
position: absolute;
right: 20px;
top: 0;
bottom: 0;
margin: auto;
}

/* -----------------------------------------------
* faq Module
* faqページ用
-------------------------------------------------- */
.faq .c-under-mv-block::before {
background-image: url(/html/user_data/assets/img/common/c-under-bg.jpg);
}

.faq .link-block,
.faq .faq-block {
background: #fff;
z-index: 1;
position: relative;
}

.faq .link-block {
padding: 100px 0 110px;
}

.faq .link-block .text-link {
text-align: center;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}

.faq .link-block .text-link a {
color: #A47D00;
display: inline-block;
font-size: 18px;
font-weight: bold;
position: relative;
padding-right: 20px;
margin: 0 50px 20px;
}

.faq .link-block .text-link a::before {
content: "";
display: inline-block;
width: 10px;
height: 10px;
margin: 0;
border-top: 2px solid #A47D00;
border-right: 2px solid #A47D00;
-webkit-transform: rotate(45deg);
transform: rotate(45deg);
position: absolute;
top: 9px;
right: 0;
-webkit-transition: 0.3s ease-in-out;
transition: 0.3s ease-in-out;
}

.faq .link-block .anchor-wrap {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
max-width: 955px;
margin: 40px auto 0;
}

.faq .link-block .anchor-wrap li {
border: 1px solid #000;
cursor: pointer;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
letter-spacing: 0;
width: calc((100% - 42px) / 4);
padding: 18px 25px 18px 10px;
position: relative;
-webkit-transition: 0.3s ease-in-out;
transition: 0.3s ease-in-out;
}

.faq .link-block .anchor-wrap li::before {
content: "";
display: inline-block;
width: 9px;
height: 9px;
margin: 0;
border-bottom: 1px solid #000;
border-right: 1px solid #000;
-webkit-transform: rotate(45deg);
transform: rotate(45deg);
position: absolute;
top: 0;
bottom: 2px;
right: 15px;
margin: auto;
-webkit-transition: 0.3s ease-in-out;
transition: 0.3s ease-in-out;
}

.faq .link-block .anchor-wrap li.is-active {
background: #000;
color: #fff;
}

.faq .link-block .anchor-wrap li.is-active::before {
border-color: #fff;
}

.faq .link-block .anchor-wrap li .inn {
display: block;
width: 100%;
}

.faq .faq-block {
padding: 0 0 120px;
}

.faq .faq-block .tab-cont {
max-width: 785px;
margin: auto;
}

.faq .faq-block .faq-wrap:not(.is-active) {
display: none;
}

.faq .faq-block .faq-ttl {
font-weight: bold;
font-size: 28px;
margin-bottom: 30px;
letter-spacing: 0.08em;
}

.faq .faq-block .wrap+.wrap {
margin-top: 70px;
}

/* -----------------------------------------------
* howto Module
* howtoページ用
-------------------------------------------------- */
.howto .c-under-mv-block .c-ttl01 .en,
.howto .c-under-mv-block .c-ttl01 .ja {
color: #000;
}

.howto .c-under-mv-block::before {
background-image: url(../img/howto/c-under-bg.jpg);
}

.howto-block {
background: #fff;
padding: 140px 0 120px;
z-index: 1;
position: relative;
}

.howto-block .movie-area .ttl {
font-size: 20px;
font-weight: bold;
margin-bottom: 25px;
text-align: center;
}

.howto-block .movie-area .profile {
max-width: 780px;
margin: 30px auto 0;
}

.howto-block .movie-area .profile .profile-ttl {
font-size: 18px;
font-weight: bold;
}

.howto-block .movie-area .profile .profile-txt {
margin-top: 5px;
line-height: 1.8;
}

.howto-block .step-wrap {
max-width: 970px;
margin: 100px auto 0;
position: relative;
}

.howto-block .step-wrap+.step-wrap {
margin-top: 200px;
}

.howto-block .step-wrap .type {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
margin-bottom: 25px;
letter-spacing: 0.15em;
}

.howto-block .step-wrap .type:after {
content: "";
flex-grow: 1;
height: 1px;
display: block;
margin-left: 2em;
background: #000;
}

.howto-block .step-wrap .type .type-txt {
font-size: 28px;
font-weight: bold;
}

.howto-block .step-wrap .type .ico {
margin-left: 40px;
}

.howto-block .step-wrap .txt {
line-height: 1.75;
}

.howto-block .step-wrap .item-area {
text-align: center;
margin-top: 45px;
}

.howto-block .step-wrap .item-area .item-ttl {
font-size: 26px;
font-weight: bold;
margin-bottom: 30px;
}

.howto-block .step-wrap .item-area .img {
-webkit-filter: drop-shadow(10px 10px 2px rgba(0, 0, 0, 0.3));
filter: drop-shadow(10px 10px 2px rgba(0, 0, 0, 0.3));
-webkit-transform: translateZ(0);
transform: translateZ(0);
}

.howto-block .step-wrap .btn-wrap {
margin-top: 30px;
}

.howto-block .step-wrap .tag2 {
border: 1px solid #000;
display: inline-block;
font-size: 12px;
font-weight: normal;
line-height: 1.6;
padding: 2px 5px;
margin: 7px auto 12px 10px;
vertical-align: middle;
}

@media (max-width: 640px) {
.howto-block .step-wrap .tag2 {
    font-size: 11px;
    margin-right: 10px;
    padding: 1px 4px;
}
}

.c-modal {
max-width: 1000px;
margin: auto;
position: relative;
}

.c-modal .ttl-wrap {
background: #414141;
padding: 20px;
text-align: center;
}

.c-modal .ttl-wrap .modal-ttl {
color: #fff;
font-size: 28px;
font-weight: bold;
letter-spacing: 0.04em;
}

.c-modal .modal-content {
background: #fff;
padding: 55px 60px;
}

.c-modal .c-step-wrap .body .wrap {
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
}

.c-modal .mfp-close {
background: #E1E1E1;
border-radius: 50%;
font-size: 0;
top: -12px;
right: -12px;
opacity: 1;
width: 40px;
height: 40px;
}

.c-modal .mfp-close::before,
.c-modal .mfp-close::after {
background: #000;
content: "";
display: block;
width: 24px;
height: 3px;
position: absolute;
bottom: 0;
top: 0;
right: 0;
left: 0;
margin: auto;
}

.c-modal .mfp-close::before {
-webkit-transform: rotate(45deg);
transform: rotate(45deg);
}

.c-modal .mfp-close::after {
-webkit-transform: rotate(-45deg);
transform: rotate(-45deg);
}

.mfp-fade.mfp-bg {
opacity: 0;
-webkit-transition: all 0.3s ease-out;
transition: all 0.3s ease-out;
}

.mfp-fade.mfp-bg.mfp-ready {
opacity: 0.8;
}

.mfp-fade.mfp-bg.mfp-removing {
opacity: 0;
}

.mfp-fade.mfp-wrap .mfp-content {
opacity: 0;
-webkit-transition: all 0.3s ease-out;
transition: all 0.3s ease-out;
}

.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
opacity: 1;
}

.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
opacity: 0;
}

.mfp-fade.mfp-bg.mfp-ready {
opacity: 0.5;
}

/* -----------------------------------------------
* item-detail Module
* item-detailページ用
-------------------------------------------------- */
.item-detail-block {
padding: 95px 0 120px;
}

.item-detail-block .item-wrap {
max-width: 950px;
margin: auto;
}

.item-detail-block .item-link-list {
display: none;
}

.item-detail-block .item-link-list li {
-webkit-box-flex: 1;
-webkit-flex: 1;
-ms-flex: 1;
flex: 1;
}

.item-detail-block .item-link-list li+li {
margin-left: 10px;
}

.item-detail-block .item-link-list li.current a {
pointer-events: none;
}

.item-detail-block .item-link-list li:not(.current) a {
color: #b3b3b3;
border-bottom-color: #b3b3b3;
}

.item-detail-block .item-link-list a {
border-bottom: 2px solid #000;
display: block;
padding-bottom: 15px;
text-align: center;
}

.item-detail-block .item-link-list .en,
.item-detail-block .item-link-list .ja {
display: block;
}

.item-detail-block .item-link-list .en {
font-family: "Outfit", sans-serif;
letter-spacing: 0.05em;
line-height: 1;
}

.item-detail-block .item-link-list .ja {
font-size: 18px;
font-weight: bold;
margin-top: 4px;
}

.item-detail-block .slide-area {
margin: 0 auto;
}

.item-detail-block .slide-area .item-slider,
.item-detail-block .slide-area .thumb-slider {
opacity: 0;
}

.item-detail-block .slide-area .item-slider.slick-initialized,
.item-detail-block .slide-area .thumb-slider.slick-initialized {
opacity: 1;
}

.item-detail-block .slide-area .item-slider .slick-slide,
.item-detail-block .slide-area .thumb-slider .slick-slide {
outline: none;
}

.item-detail-block .slide-area .thumb-slider {
margin-top: 38px;
}

.item-detail-block .slide-area .thumb-slider .slick-track {
width: 100% !important;
max-width: 425px;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-pack: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
}

.item-detail-block .slide-area .thumb-slider li {
cursor: pointer;
margin: 10px 14px 0;
width: 80px !important;
height: 80px;
}

.item-detail-block .slide-area .thumb-slider li .img {
width: 100%;
height: 100%;
}

.item-detail-block .info-area {
padding-top: 40px;
margin: auto;
}

.item-detail-block .info-area .detail-cat {
border: 1px solid #000;
display: inline-block;
font-size: 14px;
line-height: 1.2;
padding: 3px 8px 2px;
}

.item-detail-block .info-area .ttl-wrap {
margin-top: 7px;
}

.item-detail-block .info-area .sub-txt {
color: #414141;
margin-top: 10px;
}

.item-detail-block .info-area .late-graph {
background: #E8E8E8;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
margin-top: 25px;
padding: 8px 0 8px 8px;
}

.dmys .item-detail-block .info-area .late-graph {
display: none;
}

.item-detail-block .info-area .late-graph+.late-graph {
margin-top: 8px;
}

.item-detail-block .info-area .late-graph .ttl {
background: #7D7D7D;
color: #fff;
text-align: center;
width: 72px;
padding: 8px 4px;
}

.item-detail-block .info-area .late-graph .wrap {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
width: calc(100% - 72px);
}

.item-detail-block .info-area .late-graph .graph-txt {
-webkit-align-self: center;
-ms-flex-item-align: center;
align-self: center;
font-size: 13px;
text-align: center;
width: calc((100% - 130px)/2);
padding: 0 4px;
}

.item-detail-block .info-area .late-graph .graph {
width: 130px;
position: relative;
}

.item-detail-block .info-area .late-graph .graph::before {
background: #7D7D7D;
content: "";
display: block;
width: 100%;
height: 1px;
position: absolute;
bottom: 0;
top: 0;
right: 0;
left: 0;
margin: auto;
}

.item-detail-block .info-area .late-graph .graph .line {
background: #7D7D7D;
width: 1px;
height: 9px;
position: absolute;
top: 0;
bottom: 0;
margin: auto;
}

.item-detail-block .info-area .late-graph .graph .line:nth-child(1) {
left: 0;
}

.item-detail-block .info-area .late-graph .graph .line:nth-child(2) {
left: 25%;
}

.item-detail-block .info-area .late-graph .graph .line:nth-child(3) {
left: 50%;
}

.item-detail-block .info-area .late-graph .graph .line:nth-child(4) {
left: 75%;
}

.item-detail-block .info-area .late-graph .graph .line:nth-child(5) {
left: 100%;
}

.item-detail-block .info-area .late-graph .graph .line .num {
font-size: 10px;
position: absolute;
top: 100%;
left: -2px;
}

.item-detail-block .info-area .late-graph .graph .point {
border-style: solid;
border-width: 6px 5px 0 5px;
border-color: #000 transparent transparent transparent;
width: 10px;
height: 6px;
top: 5px;
margin: auto;
position: absolute;
}

.item-detail-block .info-area .late-graph .graph .point[data-rate="1"] {
left: -5px;
}

.item-detail-block .info-area .late-graph .graph .point[data-rate="1.5"] {
left: calc(12% + -5px);
}

.item-detail-block .info-area .late-graph .graph .point[data-rate="2"] {
left: calc(25% + -5px);
}

.item-detail-block .info-area .late-graph .graph .point[data-rate="2.5"] {
left: calc(37% + -5px);
}

.item-detail-block .info-area .late-graph .graph .point[data-rate="3"] {
left: calc(50% + -5px);
}

.item-detail-block .info-area .late-graph .graph .point[data-rate="3.5"] {
left: calc(62% + -5px);
}

.item-detail-block .info-area .late-graph .graph .point[data-rate="4"] {
left: calc(75% + -5px);
}

.item-detail-block .info-area .late-graph .graph .point[data-rate="4.5"] {
left: calc(87% + -5px);
}

.item-detail-block .info-area .late-graph .graph .point[data-rate="5"] {
left: calc(100% + -5px);
}

.item-detail-block .info-area .graph-note {
margin-top: 8px;
}

.item-detail-block .info-area .capacity {
margin-top: 30px;
}

.item-detail-block .info-area .box {
margin-top: 40px;
}

.item-detail-block .info-area .box+.box {
margin-top: 20px;
}

.item-detail-block .info-area .price .num-txt {
padding-left: 4px;
font-size: 38px;
}

.item-detail-block .info-area .link-wrap {
text-align: right;
margin-top: 10px;
}

.item-detail-block .info-area .btn-wrap {
margin-top: 5px;
}

.item-detail-block .info-area .btn-wrap .item-btn {
width: 100%;
max-width: inherit;
}

.item-detail-block .info-area .set-content {
margin-top: 40px;
}

.item-detail-block .info-area .set-content .ttl {
font-size: 18px;
font-weight: bold;
margin-bottom: 10px;
}

.item-detail-block .info-area .set-content .wrap {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
}

.item-detail-block .info-area .set-content .wrap+.wrap {
margin-top: 20px;
}

.item-detail-block .info-area .set-content .num {
background: #7D7D7D;
color: #fff;
font-family: "Outfit", sans-serif;
font-weight: bold;
font-size: 24px;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
width: 28px;
padding: 5px 2px;
text-align: center;
}

.item-detail-block .info-area .set-content .txt {
font-size: 19px;
font-weight: bold;
line-height: 1.2;
padding-left: 12px;
width: calc(100% - 28px);
}

.item-detail-block .info-area .set-content .txt .category {
font-size: 16px;
font-weight: normal;
}

.item-detail-block .info-area .c-tag-list {
margin-bottom: 15px;
}

.item-detail-block .c-subscription-block {
margin: 80px auto 0;
}

.dmgl .item-detail-block .c-subscription-block .price-area .item-ttl .note::before,
.dmys .item-detail-block .c-subscription-block .price-area .item-ttl .note::before {
content: "医薬部外品";
border: 1px solid #000;
font-size: 12px;
line-height: 1.2;
padding: 4px 8px;
margin: 20px 14px 0;
font-weight: normal;
display: inline-block;
vertical-align: text-bottom;
}

@media (max-width: 640px) {

.dmgl .item-detail-block .c-subscription-block .price-area .item-ttl .note::before,
.dmys .item-detail-block .c-subscription-block .price-area .item-ttl .note::before {
    font-size: 11px;
    margin: 10px 14px 0;
}
}

.dmgl .item-detail-block .c-subscription-block .price-area .item-ttl br:nth-of-type(2),
.dmys .item-detail-block .c-subscription-block .price-area .item-ttl br:nth-of-type(2) {
display: none;
}

.dmgl .item-detail-block .c-subscription-block .price-area .item-ttl .note br.top_only,
.dmys .item-detail-block .c-subscription-block .price-area .item-ttl .note br.top_only {
display: block;
}

.item-feature-block {
background: var(--header-color);
padding: 120px 0 140px;
}

.item-feature-block .inner-block {
max-width: 992px;
}

.item-feature-block .feature-wrap {
color: #fff;
}

.item-feature-block .feature-wrap .box+.box {
margin-top: 90px;
}

.item-feature-block .feature-wrap .box .ttl {
font-size: 28px;
font-weight: bold;
letter-spacing: 0.08em;
line-height: 1.8;
}

.item-feature-block .feature-wrap .box .ttl+.note {
margin-top: 20px;
}

.item-feature-block .feature-wrap .box .txt {
line-height: 2;
margin-top: 40px;
}

.item-feature-block .feature-wrap .box .note {
margin-top: 50px;
text-indent: -2.5em;
padding-left: 2.5em;
}

.item-feature-block .feature-wrap .box .note+.note {
margin-top: 2px;
}

.item-feature-block .feature-wrap .box .note .num {
padding-right: 8px;
}

.item-feature-block .movie-area {
margin-top: 150px;
}

.item-feature-block .movie-area .c-lead-txt {
color: #fff;
margin-bottom: 38px;
}

.item-feature-block .product-info-area {
margin-top: 150px;
}

.item-feature-block .product-info-area .info-list {
background: #fff;
}

.item-feature-block .product-info-area .info-list li {
padding: 35px 40px;
}

.item-feature-block .product-info-area .info-list li+li {
border-top: 1px solid #E9E3DF;
}

.item-feature-block .product-info-area .info-list .head {
font-size: 18px;
font-weight: bold;
margin-bottom: 10px;
}

.item-feature-block .product-info-area .info-list .body .txt {
line-height: 1.5;
}

.item-feature-block .product-info-area .info-list .bnr-wrap {
padding: 0;
}

.item-feature-block .product-info-area .info-list .bnr-wrap .column-box {
padding: 35px 40px;
}

.item-feature-block .product-info-area .info-list .bnr-wrap .ico-wrap {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
}

.item-feature-block .product-info-area .info-list .bnr-wrap .ico-wrap .img {
width: 108px;
}

.item-feature-block .product-info-area .info-list .bnr-wrap .ico-wrap .txt-area {
width: calc(100% - 108px);
padding-left: 30px;
}

.item-feature-block .btn-wrap {
margin-top: 55px;
}

.c-step-wrap .body .ttl {
font-family: "Outfit", sans-serif;
font-size: 18px;
}

.c-step-wrap .body .wrap {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
}

.c-step-wrap .body .wrap .img {
padding-top: 20px;
width: 136px;
}

.c-step-wrap .body .wrap .txt-area {
padding-left: 20px;
width: calc(100% - 136px);
}

.c-step-wrap .body .wrap .txt-area .txt+.txt {
margin-top: 10px;
}

.c-step-wrap .body .wrap.center {
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
}

.c-step-wrap .body .texture {
border-radius: 50%;
border: 1px solid rgba(0, 0, 0, 0.25);
display: inline-block;
overflow: hidden;
margin-bottom: 10px;
}

#modal05 .c-step-wrap .body .texture,
.dmys .c-step-wrap .body .texture {
border-radius: 0;
border: 0;
display: inline-block;
overflow: hidden;
margin-bottom: 0;
}

.recommend-block {
padding-top: 130px;
}

.item-detail .faq-block {
padding-top: 130px;
padding-bottom: 110px;
}

.item-detail .faq-block .faq-ttl {
font-size: 20px;
text-align: center;
margin-bottom: 65px;
}

.item-detail .faq-block .c-faq-list li {
border-top: 1px solid #C8C8C8;
}

.item-detail .faq-block .c-faq-list li:last-child {
border-bottom: 1px solid #C8C8C8;
}

.item-detail .faq-block .c-faq-list li+li {
margin-top: 0;
}

.item-detail .faq-block .c-faq-list .q-wrap {
background: #fff;
color: #000;
}

.item-detail .faq-block .c-faq-list .q-wrap::before {
top: 0;
bottom: 0;
}

.item-detail .faq-block .c-faq-list .q-wrap .ico::before,
.item-detail .faq-block .c-faq-list .q-wrap .ico::after {
background: #000;
}

.item-detail .faq-block .btn-wrap {
margin-top: 30px;
text-align: right;
}

.item-detail .campaign-block {
background: #E8E8E8;
}

.item-detail .campaign-block .bnr-wrap .txt {
color: #000;
}

.sp-foot-area {
background: #ccb866;
-webkit-box-shadow: 0px 0px 15px -5px rgba(0, 0, 0, 0.4);
box-shadow: 0px 0px 15px -5px rgba(0, 0, 0, 0.4);
padding: 12px 15px;
position: fixed;
left: 0;
bottom: 0;
width: 100%;
z-index: 97;
}

.sp-foot-area .capacity {
font-size: 10px;
margin-bottom: 4px;
font-weight: 400;
}

.sp-foot-area .btn-wrap {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
}

.sp-foot-area .box {
width: calc((100% - 15px) / 2);
}

.sp-foot-area .box+.box {
margin-left: 15px;
}

.sp-foot-area .price {
font-size: 9px;
line-height: 1.2;
margin-bottom: 5px;
}

.sp-foot-area .price .num-txt {
line-height: 1;
font-size: 22px;
font-weight: bold;
}

.sp-foot-area .c-btn01.item-btn {
padding: 10px 10px 10px 45px;
}

.sp-foot-area .c-btn01.item-btn .btn-txt {
font-size: 12px;
}

.sp-foot-area .c-tag-list li {
font-size: 10px;
}

.sp-foot-area.is-hide,
.c-pagetop.is-hide {
display: none !important;
}

/* -----------------------------------------------
* about Module
* aboutページ用
-------------------------------------------------- */
.about-kv-block {
background: url(/html/user_data/assets/img/common/kv-about.jpg) no-repeat bottom right/contain #000;
padding: 110px 0 140px;
}

.about-kv-block .c-ttl01 {
margin-bottom: 125px;
text-align: left;
}

.about-kv-block .txt-area {
color: #fff;
}

.about-kv-block .ttl {
font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "Noto Serif JP", serif;
font-size: 32px;
letter-spacing: 0.02em;
margin-bottom: 25px;
}

.about-kv-block .txt {
font-size: 18px;
letter-spacing: 0.02em;
line-height: 2.2;
}

.about-kv-block .txt+.txt {
margin-top: 30px;
}

.about-kv-block .copy {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
margin-top: 45px;
}

.about-kv-block .copy .copy-txt {
font-weight: bold;
font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "Noto Serif JP", serif;
font-size: 28px;
}

.about-kv-block .copy .logo {
margin-left: 20px;
width: 170px;
}

.about-kv-block .copy .logo img {
width: 100%;
}

.about-lead-block {
background: url(/html/user_data/assets/img/common/product-bg.jpg) no-repeat top center/cover;
padding: 130px 0 120px;
text-align: center;
}

.about-lead-block .lead-ttl {
font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "Noto Serif JP", serif;
font-size: 28px;
line-height: 2;
}

.about-lead-block .note {
margin-top: 10px;
}

.about-lead-block .lead-txt {
color: #A47D00;
font-weight: bold;
font-size: 22px;
letter-spacing: 0.04em;
margin-top: 40px;
}

.about-lead-block .txt {
line-height: 2;
margin-top: 25px;
}

.about-lead-block .box-wrap {
position: relative;
margin-top: 30px;
}

.about-lead-block .box-wrap .box {
background: #fff;
border: 1px solid #A47D00;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
padding: 30px 20px;
}

.about-lead-block .box-wrap .box .ttl {
color: #A47D00;
font-size: 18px;
font-weight: bold;
}

.about-lead-block .box-wrap .box .txt {
font-size: 13px;
margin-top: 10px;
letter-spacing: -0.06em;
text-align: center;
}

.about-lead-block .box-wrap .box+.box::before,
.about-lead-block .box-wrap .box+.box::after {
background: #A47D00;
content: "";
display: block;
width: 114px;
height: 1px;
position: absolute;
bottom: 0;
top: 0;
right: 0;
left: 0;
margin: auto;
}

.about-lead-block .box-wrap .box+.box::before {
-webkit-transform: rotate(45deg);
transform: rotate(45deg);
}

.about-lead-block .box-wrap .box+.box::after {
-webkit-transform: rotate(-45deg);
transform: rotate(-45deg);
}

.about-lead-block .cause-wrap {
background: rgba(0, 0, 0, 0.1);
padding: 36px;
text-align: center;
max-width: 952px;
margin: 30px auto 0;
}

.about-lead-block .cause-wrap .ttl {
display: inline-block;
font-size: 18px;
font-weight: bold;
margin: 0 5px;
}

.about-lead-block .cause-wrap .list {
display: inline-block;
}

.about-lead-block .cause-wrap .list li {
background: #414141;
color: #fff;
display: inline-block;
line-height: 1.2;
margin: 0 6px;
padding: 3px 12px 2px;
}

.about-lead-block .cause-wrap .list li sup {
line-height: 1;
vertical-align: top;
}

.about-detail-block {
background: var(--sub-color);
padding: 120px 0 160px;
}

.about-detail-block .box {
position: relative;
}

.about-detail-block .box+.box {
margin-top: 240px;
}

.about-detail-block .box+.box::before {
border-top: 1px solid #A47D00;
content: "";
display: block;
width: 100%;
height: 1px;
position: absolute;
top: -120px;
right: 0;
left: 0;
margin: auto;
}

.about-detail-block .ttl {
color: #A47D00;
font-size: 26px;
letter-spacing: 0.1em;
margin-bottom: 20px;
}

.about-detail-block .txt-area .txt {
color: #fff;
line-height: 2;
}

.about-detail-block .txt-area .txt.indent {
padding-left: 1em;
text-indent: -1em;
}

.about-detail-block .note-wrap .note {
color: #fff;
text-indent: -2.5em;
padding-left: 2.5em;
}

.about-detail-block .note-wrap .note .num {
padding-right: 8px;
}

.about-detail-block .bnr-list {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
margin-top: 60px;
}

.about-detail-block .bnr-list li {
background: #fff;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
padding: 50px 20px;
width: 260px;
position: relative;
}

.about-detail-block .bnr-list li+li::before {
background: #414141;
content: "";
display: block;
width: 1px;
height: calc(100% - 80px);
position: absolute;
bottom: 0;
top: 0;
left: 0;
margin: auto;
}

.about-products-block {
padding: 155px 0 120px;
}

.about-products-block .note {
text-align: center;
margin-top: 5px;
}

.about-products-block .c-subscription-block {
margin-top: 150px;
}

.about-products-block .c-subscription-block+.c-subscription-block {
margin-top: 60px;
}

.about-products-block .c-recommend-list {
margin-top: 30px;
}

.about-products-block .c-recommend-list .tag2 {
border: 1px solid #000;
display: inline-block;
font-size: 14px;
line-height: 1.2;
padding: 3px 8px 2px;
margin: 6px auto 0;
}

@media (max-width: 640px) {
.about-products-block .c-recommend-list .tag2 {
    font-size: 11px;
    margin: 3px auto;
}
}

/* -----------------------------------------------
* Page エントリーポイント
-------------------------------------------------- */

@media screen and (max-width: 800px) and (orientation: landscape),
screen and (max-height: 300px) {

/**
* Remove all paddings around the image on small screen
*/
.mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
}

.mfp-img-mobile img.mfp-img {
    padding: 0;
}

.mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
}

.mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
}

.mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
}

.mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
}

.mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
}
}

@media all and (max-width: 900px) {
.mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
}

.mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
}

.mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
}

.mfp-container {
    padding-left: 6px;
    padding-right: 6px;
}
}

@media (min-width: 641px) {
.inner-block {
    margin: 0 auto;
}

.sp {
    display: none !important;
}

a[href^="tel:"] {
    pointer-events: none;
}

a,
a::before,
a::after,
button {
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

.c-footer .top-wrap .link-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.c-footer .top-wrap .link-list>li {
    margin: 20px 15px 0;
}

.c-footer .top-wrap .link-list .btn {
    border-bottom: 1px solid #fff;
    margin-bottom: 12px;
    pointer-events: none;
}

.c-footer .top-wrap .link-list .small-btn+.small-btn {
    margin-top: 2px;
}

.c-footer .top-wrap .link-list .small-btn:hover {
    color: #A47D00;
}

.c-footer .top-wrap .link-list .small-btn.item-btn+.item-btn {
    margin-top: 10px;
}

.c-footer .top-wrap .p-anti-logo {
    text-align: center;
}

.c-footer .top-wrap .logo-list {
    max-width: 1177px;
    margin: 20px auto 0;
}

.c-footer .top-wrap .logo-list li {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.c-footer .top-wrap .logo-list li a:hover {
    opacity: 0.8;
}

.c-footer .tel-wrap .wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.c-footer .tel-wrap .privacy-txt a:hover {
    text-decoration: underline;
}

.c-footer .bottom-wrap .wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.c-footer .bottom-wrap .btn-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.c-footer .bottom-wrap .btn-wrap li+li {
    margin-left: 40px;
}

.c-footer .bottom-wrap .link-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: auto;
}

.c-footer .bottom-wrap .link-list li+li:not(.bnr) {
    margin-left: 60px;
}

.c-footer .bottom-wrap .link-list li+li:not(.bnr)::before {
    background: #000;
    content: "";
    display: block;
    width: 1px;
    height: calc(100% - 10px);
    position: absolute;
    bottom: 0;
    top: 0;
    left: -30px;
    margin: auto;
}

.c-footer .bottom-wrap .link-list li a:hover {
    text-decoration: underline;
}

.c-footer .bottom-wrap .link-list li.bnr {
    margin-left: 35px;
}

.c-btn01:not(.item-btn):hover {
    background: #fff;
    color: #000;
}

.c-btn01.item-btn {
    width: 260px;
}

.c-btn01.item-btn:hover {
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
}

.c-btn02:hover .c-svg {
    -webkit-transform: translateX(5px);
    transform: translateX(5px);
}

.c-btn03:hover {
    -webkit-transform: translateY(5px);
    transform: translateY(5px);
}

.c-btn04:hover {
    border-bottom-color: transparent;
    color: #A47D00;
}

.c-bnr:hover {
    -webkit-box-shadow: 0px 0px 14px -5px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 14px -5px rgba(0, 0, 0, 0.2);
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
}

.c-news-list a:hover {
    background: #f7f6f1;
}

.c-faq-list .customer-box {
    margin-top: 30px;
}

.c-faq-list .txt-link:hover {
    text-decoration: none;
}

.c-faq-list .c-link {
    margin-top: 20px;
}

.c-faq-list .c-link a {
    font-size: 16px;
    padding: 6px 25px 6px 14px;
}

.c-faq-list .c-link a:hover {
    color: #A47D00;
}

.c-faq-list .mypage-step-ss-wrap td {
    min-width: 520px;
    max-width: 520px;
    padding: 0 1em;
}

.c-recommend-list li {
    margin: 20px 30px 0;
}

.item-detail .c-recommend-list .ttl {
    min-height: 50px;
}

.item-detail-area .box .link:hover {
    text-decoration: none;
}

.c-breadcrumb a:hover {
    text-decoration: none;
}

.c-info-page-more a:hover,
.c-info-page-more button:hover {
    color: #A47D00;
}

.c-info-page-more a:hover::after,
.c-info-page-more button:hover::after {
    background-color: transparent;
}

.paging-area .page-numbers:hover {
    border: 1px solid #A47D00;
    background: #A47D00;
    color: #fff;
}

.paging-area .page-numbers:hover.prev .c-svg {
    left: 15px;
}

.paging-area .page-numbers:hover.next .c-svg {
    right: 15px;
}

.paging-area .back-btn:hover {
    color: #A47D00;
}

.paging-area .back-btn:hover::before {
    opacity: 0;
    -webkit-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
}

#total-rating a:hover {
    text-decoration: none;
}

.c-review-paging-area a:hover {
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
}

.c-subscription-block .top .bg-white {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: calc(100% - 363px);
}

.c-subscription-block .top .bg-white .item-img {
    position: absolute;
    left: 0;
    top: -13px;
    height: calc(100% + 26px);
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.c-subscription-block .top .bg-white .price-area {
    margin-left: 40px;
}

.c-subscription-block .top .bg-white .price-area .normal .inn {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.c-subscription-block .top .bg-white .price-area .normal .inn .price {
    margin-left: 35px;
}

.c-subscription-block .top .bg-white .price-area .normal .inn .price::before {
    background: #414141;
    content: "";
    display: block;
    width: 20px;
    height: 1px;
    position: absolute;
    bottom: 0;
    top: 0;
    left: -25px;
    margin: auto;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.c-subscription-block .top .bg-white .price-area .subsc-price {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.c-subscription-block .top .bg-white .price-area .subsc-price .subsc-ttl {
    margin-right: 8px;
}

.c-subscription-block .top .wrap {
    padding: 0 35px;
    width: 363px;
}

.c-subscription-block .top .wrap .btn-wrap {
    margin-top: 30px;
}

.c-subscription-block .top .wrap .btn-wrap .link a:hover {
    text-decoration: none;
}

.c-subscription-block .bottom a:hover {
    text-decoration: none;
}

.kv-block.min-height .img01 {
    background-size: 80% auto;
}

.kv-block.min-height .kv-txt .ttl,
.kv-block.min-height .kv-txt .logo {
    max-width: 1200px;
    width: 90%;
}

.kv-block.min-height .kv-txt .ttl {
    text-align: right;
    right: 2%;
}

.kv-block.min-height .kv-txt .ttl img {
    width: 60%;
}

.kv-block.min-height .kv-txt .logo {
    right: 0;
    left: 2%;
    bottom: 3%;
}

.kv-block.min-height .kv-txt .logo img {
    width: 8%;
}

.campaign-block .inner-block {
    max-width: 1105px;
}

.campaign-block .bnr-wrap {
    padding: 20px 0 30px;
    min-height: 210px;
}

.campaign-block .bnr-wrap .c-bnr {
    width: 420px;
    height: 210px;
    display: block;
    margin: auto;
}

.campaign-block .bnr-wrap .txt {
    padding-right: 20px;
    width: calc(100% - 420px);
}

.about-block .wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: 1075px;
    margin: auto;
    margin-right: 0;
}

.about-block .txt-area {
    width: 490px;
}

.about-block .img {
    text-align: right;
    width: calc(100% - 490px);
}

.about-block .copy {
    margin-right: -100px;
}

.about-block .btn-wrap .c-btn02 {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.product-block .product-item-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.product-block .product-item-wrap .item {
    width: calc((100% - 115px)/2);
}

.product-block .product-item-wrap .item .img {
    padding: 45px 0 60px;
}

.product-block .product-item-wrap .item:not(:nth-child(2n+1)) {
    margin-left: 115px;
}

.product-block .product-item-wrap .item:nth-child(n+3) {
    margin-top: 60px;
}

.product-block .c-bnr-wrap .c-bnr:hover {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
}

.product-block .c-bnr-wrap .c-bnr:hover::before,
.product-block .c-bnr-wrap .c-bnr:hover::after {
    opacity: 1;
}

.product-block .c-bnr-wrap .c-bnr:hover::after {
    letter-spacing: 0.1em;
}

.product-block .c-bnr-wrap .txt {
    max-width: 780px;
    margin-right: auto;
    margin-left: auto;
}

.product-block .notice-area a:hover {
    text-decoration: none;
}

.info-block .inner-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.info-block .c-ttl01 {
    margin-bottom: 10px;
}

.info-block .box {
    width: calc((100% - 118px)/2);
}

.c-bar-list>li {
    font-size: 16px;
    padding: 0 40px;
}

.c-bar-list>li a {
    font-size: 20px;
}

.c-bar-list>li a:hover {
    -webkit-transform: translateY(-3px);
    transform: translateY(-3px);
}

.info .inner-block {
    max-width: 990px;
}

.info .year-list>li {
    -webkit-transition: none;
    transition: none;
}

.info .year-list>li:not(:first-child) {
    margin-left: 40px;
}

.info .c-content-block .box {
    padding: 28px 80px;
}

.info .c-content-block .box .list>li a {
    padding: 44px 20px 40px;
}

.info .c-content-block .box .list>li a:hover .info-ttl {
    color: #A47D00;
}

.info-detail .txt-area a:hover {
    text-decoration: none;
}

.info-detail .txt-area .img-wrap .wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.info-detail .txt-area .img-wrap .wrap .box {
    width: calc((100% - 20px)/2);
}

.info-detail .txt-area .img-wrap .wrap .box+.box {
    margin-left: 20px;
}

.bestcosme-block .bestcosme-link-list {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.bestcosme-block .bestcosme-link-list li {
    margin: 10px 7px 0;
}

.bestcosme-block .bestcosme-link-list a:hover {
    background: #000;
    color: #fff;
}

.faq .link-block .text-link a:hover::before {
    right: -5px;
}

.faq .link-block .anchor-wrap li:not(:nth-child(4n+1)) {
    margin-left: 14px;
}

.faq .link-block .anchor-wrap li:nth-child(n+5) {
    margin-top: 24px;
}

.faq .link-block .anchor-wrap li:hover::before {
    bottom: -5px;
}

.howto-block .step-wrap .btn-wrap .c-btn03 {
    margin: 30px 17px 0;
}

.item-detail-block .item-link-list li:not(.current) a:hover {
    color: #A47D00;
    border-bottom-color: #A47D00;
}

.item-detail-block .slide-area {
    width: 542px;
}

.item-detail-block .info-area .c-tag-list li {
    font-size: 16px;
    padding: 2px 6px;
    margin-right: 6px;
}

.item-feature-block .feature-wrap .box:nth-child(even) .wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

.item-feature-block .feature-wrap .box:nth-child(even) .wrap .txt-area {
    padding-left: 40px;
}

.item-feature-block .feature-wrap .box:nth-child(odd) .wrap .txt-area {
    padding-right: 40px;
}

.item-feature-block .feature-wrap .box .wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.item-feature-block .feature-wrap .box .wrap .img {
    width: 418px;
}

.item-feature-block .feature-wrap .box .wrap .txt-area {
    padding-top: 30px;
    width: calc(100% - 418px);
}

.item-feature-block .feature-wrap .box .ttl.small {
    font-size: 26px;
}

.item-feature-block .product-info-area .info-list .bnr-wrap .column-box:nth-child(2) .ico-wrap {
    padding-top: 28px;
}

.item-detail .faq-block .c-faq-list .q-wrap,
.item-detail .faq-block .c-faq-list .a-wrap {
    padding: 42px 35px 42px 87px;
}

.item-detail .faq-block .c-faq-list .q-wrap::before {
    height: 30px;
}

.item-detail .faq-block .c-faq-list .a-wrap::before {
    top: 40px;
}

.about-lead-block .lead-ttl {
    letter-spacing: 0.08em;
}

.about-lead-block .box-wrap .box {
    width: 400px;
    min-height: 230px;
}
}

@media (max-width: 640px) {
body {
    font-size: 14px;
    position: relative;
    -webkit-appearance: none;
    -webkit-text-size-adjust: 100%;
}

.outer-block {
    min-width: 320px;
}

.inner-block {
    padding: 0 22px;
    width: auto;
}

#wrapper {
    min-width: 320px;
    position: relative;
    overflow: hidden;
}

input[type=submit] {
    -webkit-text-size-adjust: 100%;
}

input,
select,
textarea {
    font-size: 16px !important;
}

.pc {
    display: none !important;
}

.c-header .nav-list>li .mega-menu .link-list a.ico-external .inn::after {
    background-image: url(../img/common/ico-external-white.svg);
}

.c-footer .top-wrap {
    padding: 10px 0 50px;
}

.c-footer .top-wrap .link-list>li {
    border-bottom: 1px solid #fff;
}

.c-footer .top-wrap .link-list .btn {
    padding: 26px 20px;
    position: relative;
}

.c-footer .top-wrap .link-list .btn::before {
    border: solid #fff;
    border-width: 0 1px 1px 0;
    content: "";
    display: inline-block;
    position: absolute;
    top: 0;
    right: 20px;
    bottom: 0;
    width: 8px;
    height: 8px;
    margin: auto;
    -webkit-transform: rotate(-45deg) translate3d(0, 0, 0);
    transform: rotate(-45deg) translate3d(0, 0, 0);
}

.c-footer .top-wrap .link-list .btn.js-aco-btn-sp::before {
    -webkit-transform: rotate(45deg) translate3d(0, 0, 0);
    transform: rotate(45deg) translate3d(0, 0, 0);
}

.c-footer .top-wrap .link-list .btn.js-aco-btn-sp.is-active::before {
    -webkit-transform: rotate(-135deg) translate3d(0, 0, 0);
    transform: rotate(-135deg) translate3d(0, 0, 0);
}

.c-footer .top-wrap .link-list .js-aco-wrap-sp {
    display: none;
}

.c-footer .top-wrap .link-list .small-btn-wrap {
    padding-bottom: 10px;
}

.c-footer .top-wrap .link-list .small-btn {
    padding: 20px 35px;
    position: relative;
}

.c-footer .top-wrap .link-list .small-btn::before {
    border: solid #fff;
    border-width: 0 1px 1px 0;
    content: "";
    display: inline-block;
    position: absolute;
    top: 0;
    right: 20px;
    bottom: 0;
    width: 8px;
    height: 8px;
    margin: auto;
    -webkit-transform: rotate(-45deg) translate3d(0, 0, 0);
    transform: rotate(-45deg) translate3d(0, 0, 0);
}

.c-footer .top-wrap .link-list .small-btn.item-btn .img {
    width: 36px;
}

.c-footer .top-wrap .link-list .small-btn.item-btn .img img {
    max-width: 24px;
    max-height: 36px;
}

.c-footer .top-wrap .link-list .small-btn.item-btn .inn-wrap {
    width: calc(100% - 36px);
}

.c-footer .top-wrap .link-list .small-btn.item-btn .inn-wrap .en {
    font-size: 12px;
}

.c-footer .top-wrap .p-anti-logo {
    margin-top: 35px;
    text-align: center;
}

.c-footer .top-wrap .p-anti-logo>img {
    max-height: 24px;
}

.c-footer .top-wrap .p-anti-logo .txt {
    font-size: 12px;
    margin-top: 10px;
}

.c-footer .top-wrap .logo-list {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 15px auto 0;
    max-width: 392px;
}

.c-footer .top-wrap .logo-list li {
    width: 50%;
}

.c-footer .tel-wrap {
    padding-top: 45px;
}

.c-footer .tel-wrap .tel-area {
    text-align: center;
}

.c-footer .tel-wrap .tel-area .ttl {
    font-size: 14px;
    margin-bottom: 10px;
}

.c-footer .tel-wrap .tel-area .tel img {
    max-height: 24px;
}

.c-footer .tel-wrap .btn-wrap {
    margin-top: 30px;
}

.c-footer .tel-wrap .privacy-txt {
    font-size: 10px;
    margin-top: 30px;
    text-align: center;
}

.c-footer .bottom-wrap {
    padding-top: 45px;
    padding-bottom: 30px;
}

.c-footer .bottom-wrap .inner-block {
    padding-top: 50px;
}

.c-footer .bottom-wrap .inner-block::before {
    width: calc(100% - 44px);
}

.c-footer .bottom-wrap .btn-wrap a img {
    max-height: 20px;
}

.c-footer .bottom-wrap .btn-wrap li {
    width: 100%;
    text-align: left;
}

.c-footer .bottom-wrap .btn-wrap li+li {
    margin-top: 30px;
}

.c-footer .bottom-wrap .link-list {
    margin-top: 50px;
}

.c-footer .bottom-wrap .link-list li+li {
    margin-top: 15px;
}

.c-footer .bottom-wrap .link-list li a {
    font-size: 12px;
}

.c-footer .bottom-wrap .link-list li.bnr {
    margin-top: 45px;
}

.c-footer .bottom-wrap .link-list li.bnr a+a {
    margin-left: 5px;
}

.c-footer .bottom-wrap .copyright {
    font-size: 10px;
    margin-top: 45px;
}

.c-ttl01 {
    margin-bottom: 25px;
}

.c-ttl01 .en {
    font-size: 22px;
}

.c-ttl01 .ja {
    margin-top: 5px;
    font-size: 12px;
}

.c-ttl01 {
    text-align: center;
}

.c-ttl02 {
    margin-bottom: 30px;
}

.c-ttl02 .inn {
    font-size: 14px;
    padding-right: 20px;
}

.c-ttl02 .inn .num {
    font-size: 30px;
}

.c-ttl02::before {
    bottom: 8px;
}

.c-ttl03 .en {
    font-size: 15px;
}

.c-ttl03 .ja {
    font-size: 20px;
}

.c-btn01 {
    font-size: 14px;
    padding-top: 12px;
    padding-bottom: 12px;
}

.c-btn01.item-btn {
    font-size: 14px;
    padding-top: 12px;
    padding-bottom: 12px;
    width: 100%;
    max-width: 225px;
}

.c-btn01.item-btn.ico-truck .c-svg {
    width: 23px;
    height: 14px;
}

.c-btn01.item-btn.ico-cart .c-svg {
    width: 19px;
    height: 18px;
}

.c-btn02 {
    font-size: 14px;
}

.c-btn02 .c-svg {
    margin-left: 8px;
    width: 20px;
    height: 3px;
}

.c-btn03 {
    font-size: 14px;
    min-width: inherit;
    max-width: 290px;
    padding: 12px 60px 12px 20px;
    width: 100%;
}

.c-btn03 .c-svg {
    width: 10px;
    height: 5px;
}

.c-btn04 {
    font-size: 14px;
}

.c-bnr {
    border-radius: 6px;
}

.c-lead-txt {
    font-size: 14px;
}

.c-cat {
    font-size: 11px;
    width: 90px;
}

.c-tag-list li {
    font-size: 11px;
    padding: 2px 4px;
}

.not-found .not-found-ttl .num {
    font-size: 60px;
}

.not-found .not-found-ttl .en {
    font-size: 22px;
    margin-top: 5px;
}

.not-found .not-found-txt {
    font-size: 14px;
    margin-top: 30px;
}

.customer-box {
    margin-top: 20px;
}

.c-news-list a {
    padding: 15px 20px;
}

.c-news-list .txt-area {
    width: calc(100% - 90px);
    padding-left: 20px;
}

.c-news-list .date {
    font-size: 14px;
}

.c-news-list .txt {
    font-size: 14px;
}

.c-faq-list .q-wrap,
.c-faq-list .a-wrap {
    font-size: 14px;
    padding: 15px 20px 15px 55px;
}

.c-faq-list .q-wrap::before,
.c-faq-list .a-wrap::before {
    font-size: 20px;
    left: 20px;
}

.c-faq-list .q-wrap {
    padding-right: 45px;
}

.c-faq-list .q-wrap::before {
    top: -2px;
    bottom: 0;
    margin: auto;
    height: 20px;
}

.c-faq-list .q-wrap .ico::before,
.c-faq-list .q-wrap .ico::after {
    right: 20px;
    width: 14px;
}

.c-faq-list .a-wrap::before {
    top: 24px;
}

.c-faq-list .customer-box .ttl {
    font-size: 14px;
}

.c-faq-list .customer-box .txt {
    font-size: 12px;
}

.c-faq-list .tel-numb .numb {
    font-size: 20px;
}

.c-faq-list .mypage-step-ss-wrap td {
    min-width: 250px;
    max-width: 250px;
    padding: 0 20px;
    font-size: 12px;
}

.c-recommend-list {
    margin-top: 10px;
    margin-right: -5px;
    margin-left: -5px;
}

.c-recommend-list li {
    max-width: calc((100% - 10px)/2);
    margin: 20px 5px 30px 5px;
}

.c-recommend-list .ttl {
    font-size: 12px;
    min-height: 34px;
}

/*.about-products-block .c-recommend-list li:nth-child(4) .ttl {*/
/*    padding-top: 26px;*/
/*    min-height: 60px;*/
/*}*/

.c-recommend-list .img {
    width: 155px;
    margin-left: auto;
    margin-right: auto;
}

.c-recommend-list .btn-wrap {
    margin-top: 15px;
}

.c-additive-free-list {
    max-width: 270px;
    margin: 10px auto 0;
}

.c-additive-free-list li {
    margin: 10px 5px 0;
    padding: 10px 5px 30px;
    width: 125px;
}

.c-additive-free-list li::before,
.c-additive-free-list li::after {
    height: 20px;
    bottom: 9px;
}

.item-detail-area .box .price {
    font-size: 14px;
}

.item-detail-area .box .price .num-txt {
    font-size: 24px;
}

.item-detail-area .box .link {
    font-size: 12px;
}

.item-detail-area .box+.box {
    margin-top: 15px;
}

.breadcrumb-block .inner-block.wide {
    padding-right: 20px;
    padding-bottom: 50px;
}

.c-breadcrumb li:first-child::before {
    height: 11px;
    width: 20px;
    top: 4px;
}

.c-breadcrumb li+li::before {
    height: 6px;
    width: 6px;
    top: 6px;
    left: 5px;
}

.c-breadcrumb li+li {
    padding-left: 15px;
}

.c-breadcrumb li {
    font-size: 10px;
    padding-left: 28px;
}

.c-breadcrumb {
    padding-bottom: 10px;
}

.c-info-page-more {
    margin-top: 30px;
}

.c-info-page-more a,
.c-info-page-more button {
    font-size: 10px;
    padding-bottom: 7px;
}

.c-under-mv-block::before {
    background-image: url(../img/common/c-under-bg-sp.jpg);
    height: 154px;
}

.c-under-mv-block .inner-block {
    padding: 54px 0;
}

.c-under-mv-block .c-ttl01 .ja {
    margin-top: 8px;
}

.paging-area .page-numbers .c-svg {
    width: 12px;
    height: 5px;
}

.paging-area .page-numbers.prev {
    padding: 9px 10px 9px 20px;
}

.paging-area .page-numbers.prev .c-svg {
    left: 10px;
}

.paging-area .page-numbers.next .c-svg {
    right: 10px;
}

.paging-area .page-numbers {
    min-width: inherit;
    font-size: 14px;
    padding: 9px 20px 9px 10px;
    position: relative;
    width: calc((100% - 85px) / 2);
}

.paging-area .back-btn::before {
    bottom: -1px;
}

.paging-area .back-btn {
    font-size: 14px;
    max-width: 70px;
    margin-top: 0;
    bottom: -54px;
    text-align: center;
}

.paging-area {
    padding: 0;
    margin: 0 auto 53px;
    min-height: 91px;
}

.paging-area .inner-block {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.zv-star-svg,
.zv-star-svg-sub {
    width: 10px;
    height: 10px;
}

#total-rating .zv-star-comment {
    font-size: 12px;
}

#total-rating a {
    font-size: 12px;
}

.c-review-paging-area {
    margin-top: 40px;
}

.c-review-paging-area .page-numbers {
    width: 36px;
    height: 26px;
    line-height: 27px;
    font-size: 12px;
    margin: 0 2px;
}

.c-review-paging-area .page-numbers .c-svg {
    width: 12px;
    height: 5px;
}

.c-review-paging-area .page-numbers.dots {
    margin: 0 5px;
}

.head-info-area {
    height: 50px;
}

.c-subscription-block .ttl-wrap {
    margin-bottom: 20px;
}

.c-subscription-block .ttl-wrap .subsc-ttl {
    font-size: 16px;
    padding: 5px 15px;
}

.c-subscription-block .top .bg-white {
    width: calc(100% - 20px);
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: 360px;
    padding: 30px 20px;
}

.dmgl .c-subscription-block .top .bg-white .dmys .c-subscription-block .top .bg-white {
    width: calc(100% - 13px);
    padding: 30px 0px 30px 10px;
}

.c-subscription-block .top .bg-white .item-img {
    -webkit-filter: drop-shadow(5px 5px 3px rgba(0, 0, 0, 0.3));
    filter: drop-shadow(5px 5px 3px rgba(0, 0, 0, 0.3));
    width: 102px;
    margin-top: 5px;
}

.c-subscription-block .top .bg-white .item-img img {
    max-width: 90px;
    max-height: 144px;
}

.c-subscription-block .top .bg-white .large-txt {
    width: 102px;
}

.c-subscription-block .top .bg-white .large-txt .txt {
    font-size: 16px;
    margin-bottom: 5px;
}

.c-subscription-block .top .bg-white .large-txt .num {
    font-size: 34px;
}

.c-subscription-block .top .bg-white .large-txt .num .num-txt {
    font-size: 48px;
}

.c-subscription-block .top .bg-white .large-txt .num .small {
    font-size: 16px;
}

.c-subscription-block .top .bg-white .price-area {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    width: calc(100% - 102px);
}

.c-subscription-block .top .bg-white .price-area .item-ttl {
    font-size: 18px;
    line-height: 1.2;
}

.c-subscription-block .top .bg-white .price-area .normal {
    padding-bottom: 40px;
}

.c-subscription-block .top .bg-white .price-area .normal::before {
    width: 30px;
    height: 9px;
    bottom: 18px;
}

.c-subscription-block .top .bg-white .price-area .normal .inn .capacity {
    font-size: 11px;
    margin-top: 2px;
    margin-bottom: 5px;
}

.c-subscription-block .top .bg-white .price-area .normal .inn .price {
    font-size: 11px;
}

.c-subscription-block .top .bg-white .price-area .normal .inn .price .num-txt {
    font-size: 20px;
}

.c-subscription-block .top .bg-white .price-area .subsc>.txt {
    font-size: 9px;
    margin-top: 5px;
}

.c-subscription-block .top .bg-white .price-area .subsc-price .subsc-ttl {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
}

.c-subscription-block .top .bg-white .price-area .subsc-price .subsc-ttl .txt {
    line-height: 1.2;
    font-size: 12px;
}

.c-subscription-block .top .bg-white .price-area .subsc-price .subsc-ttl .txt+.txt::before {
    width: 1px;
    height: 100%;
    top: 0;
    right: inherit;
    left: -6px;
}

.c-subscription-block .top .bg-white .price-area .subsc-price .subsc-ttl .txt+.txt {
    margin-left: 12px;
}

.c-subscription-block .top .bg-white .price-area .subsc-price .price {
    font-size: 14px;
    margin-top: 7px;
}

.c-subscription-block .top .bg-white .price-area .subsc-price .price .num-txt {
    font-size: 28px;
}

.c-subscription-block .top .wrap {
    padding: 88px 20px 0;
    position: relative;
}

.c-subscription-block .top .wrap .list li:nth-child(even) {
    padding-left: 10px;
}

.c-subscription-block .top .wrap .list li:nth-child(odd) {
    padding-right: 5px;
}

.c-subscription-block .top .wrap .list li:nth-child(1),
.c-subscription-block .top .wrap .list li:nth-child(2) {
    padding-bottom: 10px;
}

.c-subscription-block .top .wrap .list li:nth-child(3),
.c-subscription-block .top .wrap .list li:nth-child(4) {
    padding-top: 10px;
}

.c-subscription-block .top .wrap .list li .ico {
    width: 26px;
}

.c-subscription-block .top .wrap .list li .txt {
    font-size: 10px;
    width: calc(100% - 26px);
    padding-left: 8px;
}

.c-subscription-block .top .wrap .btn-wrap .c-btn01 {
    position: absolute;
    top: 20px;
    left: 20px;
    width: calc(100% - 40px);
    max-width: inherit;
}

.c-subscription-block .top .wrap .btn-wrap .link {
    font-size: 9px;
}

.c-subscription-block .top .wrap .notice .txt {
    font-size: 9px;
    margin-top: 15px;
}

.c-subscription-block .bottom {
    padding: 20px 12px 12px;
}

.c-subscription-block .bottom>.txt {
    font-size: 9px;
    padding-left: 12px;
}

.c-subscription-block .bottom .notice {
    margin-top: 15px;
}

.c-subscription-block .bottom .notice .txt {
    font-size: 8px;
}

.kv-block .img01 {
    background-size: 700px auto;
}

.kv-block .kv-txt {
    height: calc(var(--vh, 1vh) * 100 - 55px);
}

.kv-block .kv-txt .ttl {
    top: 3.733vw;
}

.kv-block .kv-txt .logo {
    width: 18.667vw;
    left: 3.2vw;
    bottom: 2.667vw;
}

.kv-block .kv-img.img01 {
    /*height: calc((var(--vh, 1vh) * 100) - 55px);*/
    height: 395px;
}

.campaign-block {
    padding: 40px 0;
}

.campaign-block .bnr-wrap .c-bnr {
    display: block;
}

.campaign-block .bnr-wrap .c-bnr .inn {
    width: 100%;
    height: 0;
    padding-top: 50%;
}

.campaign-block .bnr-wrap .txt {
    font-size: 14px;
    margin-top: 15px;
    text-align: left;
}

.campaign-block .btn-wrap {
    margin-top: 35px;
}

.about-block {
    background-size: 839px 710px;
    background-position: top 25px center;
    padding: 40px 0 0;
}

.about-block .c-ttl01 {
    margin-bottom: 50px;
}

.about-block .txt-area .ttl,
.about-block .txt-area .txt,
.about-block .txt-area .copy-txt {
    text-shadow: 0px 0px 6px rgba(0, 0, 0, 0.8), 0px 0px 4px rgba(0, 0, 0, 0.4), 0px 0px 4px rgba(0, 0, 0, 0.4);
}

.about-block .txt-area .ttl {
    font-size: 20px;
    margin-bottom: 15px;
}

.about-block .txt-area .txt {
    font-size: 12px;
    line-height: 2;
}

.about-block .txt-area .txt+.txt {
    margin-top: 18px;
}

.about-block .img {
    margin-top: 40px;
    margin-left: -22px;
}

.about-block .copy {
    margin-top: 20px;
}

.about-block .copy .copy-txt {
    font-size: 16px;
}

.about-block .copy .logo {
    width: 75px;
    margin-left: 10px;
    -webkit-filter: drop-shadow(0px 0px 4px rgba(0, 0, 0, 0.8)) drop-shadow(0px 0px 6px rgba(0, 0, 0, 0.4));
    filter: drop-shadow(0px 0px 4px rgba(0, 0, 0, 0.8)) drop-shadow(0px 0px 6px rgba(0, 0, 0, 0.4));
}

.about-block .btn-wrap {
    margin-top: 70px;
    text-align: right;
}

.product-block {
    background-image: url(/html/user_data/assets/img/common/product-bg.jpg);
    padding: 45px 0 60px;
}

.product-block .product-item-wrap {
    margin-top: 25px;
}

.product-block .product-item-wrap .item {
    -webkit-filter: drop-shadow(5px 5px 2px rgba(0, 0, 0, 0.3));
    filter: drop-shadow(5px 5px 2px rgba(0, 0, 0, 0.3));
    max-width: 291px;
    margin: auto;
}

.product-block .product-item-wrap .item .tag {
    font-size: 12px;
    padding: 8px 18px;
    min-width: 100px;
    margin-bottom: 10px;
}

.product-block .product-item-wrap .item .ttl {
    font-size: 16px;
}

.product-block .product-item-wrap .item .capacity {
    font-size: 12px;
}

.product-block .product-item-wrap .item .img {
    -webkit-filter: drop-shadow(7px 7px 4px rgba(0, 0, 0, 0.3));
    filter: drop-shadow(7px 7px 4px rgba(0, 0, 0, 0.3));
    height: 180px;
    margin: 18px 0 30px;
}

.product-block .product-item-wrap .item .img img {
    max-height: 180px;
    max-width: 116px;
}

.product-block .product-item-wrap .item+.item {
    margin-top: 30px;
}

.product-block .product-item-wrap .item .btn-wrap {
    margin-top: 25px;
}

.product-block .c-bnr-wrap {
    margin-top: 50px;
}

.product-block .c-bnr-wrap+.c-bnr-wrap {
    margin-top: 45px;
}

.product-block .c-bnr-wrap a {
    -webkit-filter: drop-shadow(5px 5px 2px rgba(0, 0, 0, 0.3));
    filter: drop-shadow(5px 5px 2px rgba(0, 0, 0, 0.3));
}

.product-block .c-bnr-wrap .txt {
    font-size: 10px;
}

.product-block .notice-area {
    margin-top: 30px;
}

.info-block {
    padding: 50px 0;
}

.info-block .box+.box {
    margin-top: 60px;
}

.column-block .inner-block {
    padding-top: 40px;
    padding-bottom: 60px;
}

.info .year-wrap {
    padding-top: 20px;
}

.info .year-list>li a {
    font-size: 12px;
}

.info .c-content-block {
    padding: 60px 0;
}

.info .c-content-block .info-wrap {
    padding-top: 22px;
}

.info .c-content-block .box .list>li .top {
    font-size: 10px;
}

.info .c-content-block .box .list>li .c-cat {
    margin: 0 20px 0 0;
}

.info .c-content-block .box .list>li .date {
    font-size: 12px;
}

.info .c-content-block .box .list>li .info-ttl {
    font-size: 14px;
    line-height: 2;
    margin-top: 10px;
}

.info-detail .ttl-area .top-txt {
    font-size: 10px;
}

.info-detail .ttl-area .c-cat {
    margin: 0 20px 0 0;
}

.info-detail .ttl-area .date {
    font-size: 12px;
}

.info-detail .ttl-area .ttl {
    font-size: 17px;
    margin-top: 37px;
}

.info-detail .info-content-block {
    padding-top: 40px;
    margin-bottom: 50px;
}

.info-detail .info-content-block .paging-area {
    margin-top: 57px;
}

.info-detail .inner-min {
    padding: 0 20px;
}

.info-detail .txt-area {
    margin-top: 40px;
}

.info-detail .txt-area p {
    font-size: 14px;
    letter-spacing: 0.05em;
}

.info-detail .txt-area img {
    width: auto;
    margin: 32px auto;
}

.info-detail .txt-area h2 {
    font-size: 16px;
}

.info-detail .txt-area .img-wrap .wrap .box+.box {
    margin-top: 20px;
}

.bestcosme .c-under-mv-block::before {
    background-image: url(../img/bestcosme/c-under-bg-sp.jpg);
}

.bestcosme .breadcrumb-block {
    padding-top: 55px;
}

.bestcosme-block {
    background-image: url(../img/common/sp/product-bg.jpg);
    padding: 55px 0;
}

.bestcosme-block .bestcosme-ttl {
    font-size: 16px;
    line-height: 1.8;
    margin-bottom: 45px;
}

.bestcosme-block .bestcosme-box+.bestcosme-box {
    margin-top: 50px;
}

.bestcosme-block .bestcosme-box .item-area .badge {
    width: 67px;
    margin: auto;
}

.bestcosme-block .bestcosme-box .item-area .img {
    -webkit-filter: drop-shadow(5px 5px 2px rgba(0, 0, 0, 0.3));
    filter: drop-shadow(5px 5px 2px rgba(0, 0, 0, 0.3));
    margin-top: 15px;
}

.bestcosme-block .bestcosme-box .item-area .img img {
    max-height: 170px;
    max-width: 110px;
}

.bestcosme-block .bestcosme-box .item-area .box-ttl {
    font-size: 15px;
    margin-top: 20px;
}

.bestcosme-block .bestcosme-box .item-area .btn-wrap {
    margin-top: 15px;
}

.bestcosme-block .bestcosme-box .info-area {
    padding: 30px 20px;
}

.bestcosme-block .bestcosme-box .info-area .list .ttl {
    font-size: 13px;
}

.bestcosme-block .bestcosme-box .info-area .list .txt {
    font-size: 10px;
    margin-top: 2px;
}

.bestcosme-block .bestcosme-box .info-area .list li+li {
    margin-top: 16 px;
}

.bestcosme-block .bestcosme-link-list {
    margin-top: 60px;
}

.bestcosme-block .bestcosme-link-list li {
    width: calc((100% - 7px)/2);
}

.bestcosme-block .bestcosme-link-list li:not(:nth-child(2n+1)) {
    margin-left: 7px;
}

.bestcosme-block .bestcosme-link-list li:nth-child(n+3) {
    margin-top: 10px;
}

.bestcosme-block .bestcosme-link-list a {
    padding: 10px 30px 10px 10px;
}

.bestcosme-block .bestcosme-link-list a .txt {
    font-size: 12px;
}

.bestcosme-block .bestcosme-link-list a .c-svg {
    right: 10px;
    width: 13px;
    height: 5px;
}

.faq .c-under-mv-block::before {
    background-image: url(../img/faq/c-under-bg-sp.jpg);
}

.faq .link-block {
    padding: 60px 0;
}

.faq .link-block .text-link {
    margin: 0 -22px;
}

.faq .link-block .text-link a {
    font-size: 14px;
    margin: 0 18px 20px;
    padding-right: 16px;
}

.faq .link-block .text-link a::before {
    border-width: 1px;
    top: 7px;
    width: 6px;
    height: 6px;
}

.faq .link-block .anchor-wrap {
    margin-top: 10px;
}

.faq .link-block .anchor-wrap li {
    font-size: 12px;
    padding: 8px 20px 8px 10px;
    width: calc((100% - 7px)/2);
}

.faq .link-block .anchor-wrap li:not(:nth-child(2n+1)) {
    margin-left: 7px;
}

.faq .link-block .anchor-wrap li:nth-child(n+3) {
    margin-top: 10px;
}

.faq .link-block .anchor-wrap li::before {
    width: 7px;
    height: 7px;
    right: 10px;
}

.faq .faq-block {
    padding-bottom: 60px;
}

.faq .faq-block .faq-ttl {
    font-size: 16px;
    margin-bottom: 15px;
}

.faq .faq-block .wrap+.wrap {
    margin-top: 45px;
}

.howto .c-under-mv-block::before {
    background-image: url(../img/howto/c-under-bg-sp.jpg);
}

.howto-block {
    padding: 60px 0;
}

.howto-block .movie-area .ttl {
    font-size: 16px;
    margin-bottom: 15px;
}

.howto-block .movie-area .profile .profile-ttl {
    font-size: 16px;
}

.howto-block .step-wrap {
    margin-top: 55px;
}

.howto-block .step-wrap+.step-wrap {
    margin-top: 120px;
}

.howto-block .step-wrap .type {
    margin-bottom: 15px;
}

.howto-block .step-wrap .type .type-txt {
    font-size: 18px;
}

.howto-block .step-wrap .type .ico {
    margin-left: 20px;
}

.howto-block .step-wrap .type .ico img {
    max-height: 25px;
}

.howto-block .step-wrap .item-area .item-ttl {
    font-size: 16px;
    margin-bottom: 15px;
}

.howto-block .step-wrap .item-area .img {
    -webkit-filter: drop-shadow(5px 5px 2px rgba(0, 0, 0, 0.3));
    filter: drop-shadow(5px 5px 2px rgba(0, 0, 0, 0.3));
}

.howto-block .step-wrap .item-area .img img {
    max-height: 170px;
    max-width: 110px;
}

.howto-block .step-wrap .btn-wrap {
    margin-top: 25px;
}

.howto-block .step-wrap .btn-wrap .c-btn03+.c-btn03 {
    margin-top: 20px;
}

.c-modal {
    max-width: 330px;
}

.c-modal .ttl-wrap {
    padding: 10px;
}

.c-modal .ttl-wrap .modal-ttl {
    font-size: 16px;
    line-height: 1.4;
}

.c-modal .modal-content {
    padding: 20px 20px 35px;
}

.c-modal .mfp-close {
    top: -8px;
    right: -8px;
    width: 30px;
    height: 30px;
}

.c-modal .mfp-close::before,
.c-modal .mfp-close::after {
    width: 14px;
    height: 2px;
}

.item-detail-block {
    padding: 45px 0 60px;
}

.item-detail-block .item-link-list {
    margin-bottom: 60px;
}

.item-detail-block .item-link-list li+li {
    margin-left: 5px;
}

.item-detail-block .item-link-list a {
    padding-bottom: 5px;
    border-bottom-width: 1px;
}

.item-detail-block .item-link-list .en {
    font-size: 10px;
}

.item-detail-block .item-link-list .ja {
    font-size: 13px;
}

.item-detail-block .slide-area {
    max-width: 270px;
}

.item-detail-block .slide-area .thumb-slider {
    margin-top: 10px;
}

.item-detail-block .slide-area .thumb-slider li {
    margin: 10px 7px 0;
    width: 40px !important;
    height: 40px;
}

.item-detail-block .info-area {
    padding-top: 50px;
    max-width: 270px;
}

.item-detail-block .info-area .detail-cat {
    padding-right: 5px;
    padding-left: 5px;
    font-size: 12px;
}

.item-detail-block .info-area .ttl-wrap {
    margin-top: 15px;
}

.item-detail-block .info-area .late-graph {
    margin-top: 15px;
    padding: 5px 0 5px 5px;
}

.item-detail-block .info-area .late-graph .ttl {
    font-size: 11px;
    width: 49px;
}

.item-detail-block .info-area .late-graph .wrap {
    width: calc(100% - 49px);
}

.item-detail-block .info-area .late-graph .graph-txt {
    font-size: 9px;
    width: calc((100% - 90px)/2);
}

.item-detail-block .info-area .late-graph .graph .line {
    height: 6px;
}

.item-detail-block .info-area .late-graph .graph .point {
    border-width: 4px 4px 0 4px;
    width: 8px;
    height: 4px;
}

.item-detail-block .info-area .late-graph .graph .point[data-rate="1"] {
    left: -4px;
}

.item-detail-block .info-area .late-graph .graph .point[data-rate="1.5"] {
    left: calc(12% + -4px);
}

.item-detail-block .info-area .late-graph .graph .point[data-rate="2"] {
    left: calc(25% + -4px);
}

.item-detail-block .info-area .late-graph .graph .point[data-rate="2.5"] {
    left: calc(37% + -4px);
}

.item-detail-block .info-area .late-graph .graph .point[data-rate="3"] {
    left: calc(50% + -4px);
}

.item-detail-block .info-area .late-graph .graph .point[data-rate="3.5"] {
    left: calc(62% + -4px);
}

.item-detail-block .info-area .late-graph .graph .point[data-rate="4"] {
    left: calc(75% + -4px);
}

.item-detail-block .info-area .late-graph .graph .point[data-rate="4.5"] {
    left: calc(87% + -4px);
}

.item-detail-block .info-area .late-graph .graph .point[data-rate="5"] {
    left: calc(100% + -4px);
}

.item-detail-block .info-area .capacity {
    font-size: 12px;
    margin-top: 20px;
}

.item-detail-block .info-area .box {
    margin-top: 35px;
}

.item-detail-block .info-area .box+.box {
    margin-top: 15px;
}

.item-detail-block .info-area .price .num-txt {
    font-size: 28px;
}

.item-detail-block .info-area .set-content {
    margin-top: 35px;
}

.item-detail-block .info-area .set-content .ttl {
    font-size: 14px;
}

.item-detail-block .info-area .set-content .wrap+.wrap {
    margin-top: 12px;
}

.item-detail-block .info-area .set-content .num {
    font-size: 15px;
    width: 18px;
}

.item-detail-block .info-area .set-content .txt {
    font-size: 16px;
    width: calc(100% - 18px);
}

.item-detail-block .info-area .set-content .txt .category {
    font-size: 11px;
}

.item-detail-block .info-area .c-tag-list {
    margin-bottom: 10px;
}

.item-detail-block .info-area .c-tag-list li {
    font-size: 12px;
}

.item-detail-block .c-subscription-block {
    margin-top: 60px;
}

.item-feature-block {
    padding: 60px 0 70px;
}

.item-feature-block .feature-wrap .box+.box {
    margin-top: 50px;
}

.item-feature-block .feature-wrap .box .wrap .img {
    margin-top: 25px;
}

.item-feature-block .feature-wrap .box .ttl {
    font-size: 18px;
}

.item-feature-block .feature-wrap .box .ttl+.note {
    margin-top: 10px;
}

.item-feature-block .feature-wrap .box .txt {
    margin-top: 15px;
}

.item-feature-block .feature-wrap .box .note {
    margin-top: 20px;
}

.item-feature-block .movie-area {
    margin-top: 60px;
}

.item-feature-block .movie-area .c-lead-txt {
    margin-bottom: 20px;
}

.item-feature-block .product-info-area {
    margin-top: 60px;
}

.item-feature-block .product-info-area .info-list li {
    padding: 15px 20px;
}

.item-feature-block .product-info-area .info-list .bnr-wrap .column-box {
    padding: 15px 20px;
}

.item-feature-block .product-info-area .info-list .bnr-wrap .column-box+.column-box {
    border-top: 1px solid #E9E3DF;
}

.item-feature-block .product-info-area .info-list .bnr-wrap .ico-wrap .img {
    width: 55px;
}

.item-feature-block .product-info-area .info-list .bnr-wrap .ico-wrap .txt-area {
    width: calc(100% - 55px);
    padding-left: 15px;
}

.item-feature-block .btn-wrap {
    margin-top: 30px;
}

.c-step-wrap .body .step+.step {
    margin-top: 20px;
}

.c-step-wrap .body .ttl {
    font-size: 12px;
}

.c-step-wrap .body .wrap .img {
    width: 68px;
    padding-top: 10px;
}

.c-step-wrap .body .wrap .txt-area {
    width: calc(100% - 68px);
    padding-left: 15px;
}

.c-step-wrap .body .wrap .txt-area .txt {
    font-size: 10px;
}

.c-step-wrap .body .texture {
    width: 40px;
    height: 40px;
    margin-bottom: 0;
}

.recommend-block {
    padding-top: 60px;
}

.item-detail .faq-block {
    padding-top: 60px;
    padding-bottom: 55px;
}

.item-detail .faq-block .faq-ttl {
    font-size: 14px;
    margin-bottom: 35px;
}

.about-kv-block {
    background-image: url(/html/user_data/assets/img/common/kv-about.jpg);
    background-size: cover;
    background-position: center center;
    padding: 40px 0 50px;
}

.about-kv-block .c-ttl01 {
    margin-bottom: 55px;
}

.about-kv-block .ttl {
    font-size: 20px;
    margin-bottom: 15px;
}

.about-kv-block .txt {
    font-size: 12px;
    line-height: 2;
    text-shadow: 0px 0px 6px rgba(0, 0, 0, 0.8), 0px 0px 6px rgba(0, 0, 0, 0.8), 0px 0px 10px rgba(0, 0, 0, 0.4), 0px 0px 4px rgba(0, 0, 0, 0.4), 0px 0px 4px rgba(0, 0, 0, 0.4);
}

.about-kv-block .txt+.txt {
    margin-top: 20px;
}

.about-kv-block .copy .copy-txt {
    font-size: 17px;
}

.about-kv-block .copy .logo {
    margin-left: 5px;
    width: 85px;
}

.about-lead-block {
    padding: 60px 0 50px;
}

.about-lead-block .lead-ttl {
    font-size: 16px;
}

.about-lead-block .lead-txt {
    font-size: 16px;
}

.about-lead-block .txt {
    text-align: left;
    margin-top: 10px;
}

.about-lead-block .box-wrap {
    margin-top: 20px;
}

.about-lead-block .box-wrap .box {
    min-height: 150px;
    position: relative;
}

.about-lead-block .box-wrap .box .ttl {
    font-size: 14px;
}

.about-lead-block .box-wrap .box .txt {
    font-size: 11px;
    margin-top: 2px;
}

.about-lead-block .box-wrap .box+.box {
    margin-top: 64px;
}

.about-lead-block .box-wrap .box+.box::before,
.about-lead-block .box-wrap .box+.box::after {
    width: 57px;
    bottom: calc(100% + 32px);
    top: inherit;
}

.about-lead-block .cause-wrap {
    margin-top: 20px;
    padding: 20px 10px;
}

.about-lead-block .cause-wrap .ttl {
    font-size: 12px;
    margin: 0 0 5px;
}

.about-lead-block .cause-wrap .list li {
    font-size: 11px;
    margin: 0 4px;
    padding: 3px 6px 2px;
}

.about-detail-block {
    padding: 50px 0 60px;
}

.about-detail-block .box+.box {
    margin-top: 100px;
}

.about-detail-block .box+.box::before {
    top: -50px;
}

.about-detail-block .ttl {
    font-size: 16px;
    margin-bottom: 10px;
    text-align: center;
}

.about-detail-block .note-wrap {
    margin-top: 30px;
}

.about-detail-block .bnr-list {
    margin-top: 25px;
}

.about-detail-block .bnr-list li {
    padding: 25px 20px;
    width: 130px;
}

.about-detail-block .bnr-list li img {
    width: 54px;
}

.about-products-block {
    padding: 50px 0 55px;
}

.about-products-block .c-subscription-block {
    margin-top: 60px;
}

.about-products-block .c-subscription-block+.c-subscription-block {
    margin-top: 30px;
}

.about-products-block .c-recommend-list {
    margin: 10px -20px 0;
}
}

@media (max-width: 949px) {
/*main {*/
/*    padding-top: 55px;*/
/*}*/

.c-middle-hide {
    display: none !important;
}

.c-header {
    height: 55px;
}

.c-header .logo {
    background: #414141;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: 100%;
}

.c-header .logo a {
    padding: 3px 20px 0;
}

.c-header .logo a img {
    width: 70px;
}

.c-header .nav-wrap {
    background: #000;
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    height: 100vh;
    height: calc(var(--vh, 1vh) * 100);
    overflow: auto;
    opacity: 0;
    padding-top: 55px;
    padding-bottom: 50px;
    pointer-events: none;
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
    -webkit-transition: 0s;
    transition: 0s;
}

.ec-layoutRole__header .nav-wrap.is-open {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
    pointer-events: auto;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

/*.ec-layoutRole__header .nav-list {*/
/*    background: #000;*/
/*    padding: 20px 22px 0;*/
/*}*/

.c-header .nav-list>li+li .btn {
    border-top: 1px solid #fff;
}

.c-header .nav-list>li .btn {
    display: block;
    width: 100%;
    padding: 26px 40px 26px 20px;
    position: relative;
}

.c-header .nav-list>li .btn::before {
    border: solid #fff;
    border-width: 0 1px 1px 0;
    content: "";
    display: inline-block;
    position: absolute;
    top: 0;
    right: 20px;
    bottom: 0;
    width: 8px;
    height: 8px;
    margin: auto;
    -webkit-transform: rotate(-45deg) translate3d(0, 0, 0);
    transform: rotate(-45deg) translate3d(0, 0, 0);
}

.c-header .nav-list>li .btn.js-aco-btn-tab::before {
    -webkit-transform: rotate(45deg) translate3d(0, 0, 0);
    transform: rotate(45deg) translate3d(0, 0, 0);
}

.c-header .nav-list>li .btn.js-aco-btn-tab.is-active::before {
    -webkit-transform: rotate(-135deg) translate3d(0, 0, 0);
    transform: rotate(-135deg) translate3d(0, 0, 0);
}

.c-header .nav-list>li .mega-menu {
    display: none;
    padding: 0 0 17px;
}

.c-header .nav-list>li .mega-menu .item-list a,
.c-header .nav-list>li .mega-menu .link-list a {
    position: relative;
}

.c-header .nav-list>li .mega-menu .item-list a::before,
.c-header .nav-list>li .mega-menu .link-list a::before {
    border: solid #fff;
    border-width: 0 1px 1px 0;
    content: "";
    display: inline-block;
    position: absolute;
    top: 0;
    right: 20px;
    bottom: 0;
    width: 8px;
    height: 8px;
    margin: auto;
    -webkit-transform: rotate(-45deg) translate3d(0, 0, 0);
    transform: rotate(-45deg) translate3d(0, 0, 0);
}

.c-header .nav-list>li .mega-menu.sp-default-open {
    display: block;
}

.c-header .nav-list>li .mega-menu .item-list a {
    padding: 20px 25px;
    width: 100%;
}

.c-header .nav-list>li .mega-menu .item-list .img {
    width: 36px;
    margin-right: 12px;
}

.c-header .nav-list>li .mega-menu .item-list .img img {
    max-width: 24px;
    max-height: 36px;
}

.c-header .nav-list>li .mega-menu .link-list a {
    display: block;
    padding: 20px 35px;
}

.c-header .nav-list>li .mega-menu a {
    color: #fff;
}

.c-header .cart-btn {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 24px;
    height: 55px;
    text-align: center;
    position: absolute;
    right: 62px;
    z-index: 99;
}

.c-header .cart-btn .ico {
    background: #fff;
    border-radius: 50%;
    color: #414141;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    line-height: 1;
    font-size: 0;
    width: 24px;
    height: 24px;
}

.c-header .nav-btn {
    position: absolute;
    top: 0;
    right: 2px;
    width: 60px;
    height: 55px;
    overflow: hidden;
    text-align: center;
    z-index: 99;
}

.c-header .nav-btn .inn {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 20px;
    height: 16px;
    margin: auto;
}

.c-header .nav-btn .inn .line {
    display: inline-block;
    position: absolute;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #fff;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

.c-header .nav-btn .inn .line:nth-child(2) {
    top: 7px;
}

.c-header .nav-btn .inn .line:nth-child(3) {
    top: 14px;
}

.c-header.header-bk .logo {
    background: #000;
}

.c-under-mv-block::before {
    top: 55px;
}

.c-under-mv-block.top-height::before {
    top: calc(55px + 50px);
}

.bestcosme-block .bestcosme-box .info-area {
    margin-top: 30px;
}
}

@media (max-width: 950px) {
.ec-layoutRole__header .nav-list>li .mega-menu {
display: none;
}
}
@media (min-width: 950px) {
.c-middle-show {
    display: none !important;
}

.c-header .nav-wrap,
.c-header .nav-list,
.c-header .btn-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
}

.c-header .nav-wrap {
    width: calc(100% - 142px);
    margin-left: auto;
}

.c-header .nav-list {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding-right: 10px;
    width: calc(100% - 142px);
}

.c-header .nav-list>li {
    height: 100%;
}

.ec-layoutRole__header .nav-list>li:hover .btn-txt::after {
    -webkit-transform-origin: left top;
    transform-origin: left top;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
}

.ec-layoutRole__header .nav-list>li:hover .mega-menu {
    opacity: 1;
    pointer-events: auto;
}

.c-header .nav-list>li .btn {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100%;
    padding: 0 17px;
}

.ec-layoutRole__header .nav-list>li .mega-menu {
    background: #fff;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    padding: 25px 30px 30px;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    z-index: 1;
    opacity: 0;
    pointer-events: none;
}

.c-header .nav-list>li .mega-menu a {
    color: #000;
}

.ec-layoutRole__header .nav-list>li .mega-menu .item-list,
.ec-layoutRole__header .nav-list>li .mega-menu .small-btn-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

/*.c-header .nav-list > li .mega-menu .item-list li + li {
margin-left: 130px;
}*/
.c-header .nav-list>li .mega-menu .item-list a {
    height: 100%;
}

.c-header .nav-list>li .mega-menu .item-list a:hover .en,
.c-header .nav-list>li .mega-menu .item-list a:hover .jp {
    color: #A47D00;
}

.c-header .nav-list>li .mega-menu .link-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.c-header .nav-list>li .mega-menu .link-list a:hover {
    color: #A47D00;
}

.c-header .btn-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 120px;
}

.c-header .btn-wrap a {
    width: 60px;
    height: 100%;
    padding: 15px 0;
}

.c-header .btn-wrap a:hover .ico {
    background: #A47D00;
    color: #fff;
}

.c-header.header-bk {
    background: #000;
}

.bestcosme-block .bestcosme-box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.bestcosme-block .bestcosme-box .item-area {
    padding-top: 60px;
    width: 470px;
    padding-right: 55px;
}

.bestcosme-block .bestcosme-box .info-area {
    width: calc(100% - 470px);
}

.about-lead-block .box-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}
}

@media (max-width: 494px) {
.c-header .nav-list>li .mega-menu .item-list .en {
    font-size: 10px;
}
}

@media (min-width: 641px) and (max-width: 950px) {
.c-footer .tel-wrap .wrap {
    display: block;
}
}

@media (max-width: 640px) and (max-width: 374px) {
.c-faq-list .customer-box .txt {
    font-size: 3.2vw;
}

.c-faq-list .tel-numb .numb {
    font-size: 4.8vw;
}
}

@media (min-width: 641px) and (min-width: 1240px) {
.c-subscription-block .top {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
}

@media (min-width: 641px) and (max-width: 1239px) {
.c-subscription-block .top .bg-white {
    max-width: 835px;
    width: calc(100% - 40px);
    margin-right: 40px;
}

.c-subscription-block .top .wrap {
    margin: 30px auto;
}
}

@media (min-width: 641px) and (max-width: 930px) {
.c-subscription-block .top .bg-white {
    padding-left: 150px;
}

.c-subscription-block .top .bg-white .item-img {
    width: 150px;
}

.c-subscription-block .top .bg-white .item-img img {
    max-width: 120px;
}

.c-subscription-block .top .bg-white .large-txt {
    min-width: 15.914vw;
}

.c-subscription-block .top .bg-white .large-txt .txt {
    font-size: 3.441vw;
}

.c-subscription-block .top .bg-white .large-txt .num {
    font-size: 7.312vw;
}

.c-subscription-block .top .bg-white .large-txt .num .num-txt {
    font-size: 10.323vw;
}

.c-subscription-block .top .bg-white .large-txt .num .small {
    font-size: 3.441vw;
}

.c-subscription-block .top .bg-white .price-area .item-ttl {
    font-size: 3.011vw;
}
}

@media (min-width: 641px) and (max-width: 949px) {
.campaign-block .bnr-wrap {
    text-align: center;
}

.campaign-block .bnr-wrap .txt {
    text-align: center;
    width: 100%;
    margin-top: 20px;
}

.item-feature-block .product-info-area .info-list .bnr-wrap .column-box+.column-box {
    border-top: 1px solid #E9E3DF;
}

.c-step-wrap .body .step+.step {
    margin-top: 30px;
}

.about-lead-block .box-wrap .box {
    margin: auto;
}

.about-lead-block .box-wrap .box+.box {
    margin-top: 128px;
}

.about-detail-block .note-wrap {
    margin-top: 30px;
}
}

@media (min-width: 641px) and (min-width: 950px) {
.campaign-block .bnr-wrap .c-bnr {
    position: absolute;
    left: 0;
    top: 0;
    right: 20px;
    left: inherit;
    margin: auto;
}

.item-feature-block .product-info-area .info-list .bnr-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.item-feature-block .product-info-area .info-list .bnr-wrap .column-box {
    width: 50%;
}

.item-feature-block .product-info-area .info-list .bnr-wrap .column-box+.column-box {
    border-left: 1px solid #E9E3DF;
}

.c-step-wrap .body {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.c-step-wrap .body .step {
    width: calc((100% - 40px)/2);
}

.c-step-wrap .body .step+.step {
    margin-left: 40px;
}

.about-lead-block .box-wrap .box+.box {
    margin-left: 152px;
}

.about-detail-block .txt-area .txt {
    width: calc(100% - 360px);
}

.about-detail-block .note-wrap {
    max-width: 360px;
    position: absolute;
    right: 0;
    top: 64px;
}
}

@media (min-width: 641px) and (max-width: 1090px) {
.about-block {
    padding-bottom: 0;
}

.about-block .wrap {
    display: block;
}

.about-block .img {
    width: auto;
    text-align: left;
    margin-left: -20px;
    margin-top: 70px;
}

.about-block .btn-wrap .c-btn02 {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.product-block .product-item-wrap {
    display: block;
}

.product-block .product-item-wrap .item {
    margin: auto;
    width: 100%;
    max-width: 500px;
}

.product-block .product-item-wrap .item:not(:nth-child(2n+1)),
.product-block .product-item-wrap .item:nth-child(n+3) {
    margin: auto;
}

.product-block .product-item-wrap .item+.item {
    margin-top: 40px;
}

.info-block .box {
    width: calc((100% - 60px)/2);
}
}

@media (max-width: 640px) and (max-width: 375px) {
.about-block .txt-area .txt {
    font-size: 3.2vw;
}

.about-kv-block .txt {
    font-size: 3.2vw;
}

.about-kv-block .copy .copy-txt {
    font-size: 4vw;
}
}

@media (min-width: 641px) and (min-width: 1024px) {
.item-detail-block .item-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.item-detail-block .info-area {
    padding-left: 55px;
    width: calc(100% - 542px);
}
}

@media (min-width: 641px) and (max-width: 1023px) {
.item-detail-block .slide-area {
    width: 425px;
}

.item-detail-block .info-area {
    width: 425px;
}

.item-feature-block .feature-wrap .box .wrap .img {
    width: 250px;
}

.item-feature-block .feature-wrap .box .wrap .txt-area {
    width: calc(100% - 250px);
}
}

/*# sourceMappingURL=style.css.map */

/*　画像調整 */
@media (min-width: 641px) {
.c-recommend-list img {
    max-width: 280px;
}

.c-subscription-block .top .bg-white .item-img img {
    max-width: 180px;
    max-height: 270px;
}

.about-block .img img {
    width: 500px;
}

.product-block .product-item-wrap .item .img img,
.howto-block .step-wrap .item-area .img img {
    max-width: 207px;
    max-height: 465px;
}
}

/*　新商品アイコン */

.item-detail-block .slide-area .new-release-icon {
border: 1px solid #A47D00;
border-radius: 50%;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
text-align: center;
width: 67px;
height: 67px;
position: absolute;
z-index: 1;
top: 70px;
left: 70px;
}

.product-block .product-item-wrap .dmup .img img {
max-height: 465px;
}

.product-block .product-item-wrap .item .new-release-icon {
border: 1px solid #A47D00;
border-radius: 50%;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
text-align: center;
width: 67px;
height: 67px;
position: absolute;
z-index: 1;
top: 170px;
left: 60px;
}

.product-block .product-item-wrap .item .new-release-icon .inner {
color: #A47D00;
font-size: 18px;
line-height: 1.3;
font-family: "Outfit", sans-serif;
letter-spacing: 0;
}

.item-detail-block .slide-area .new-release-icon .inner {
color: #A47D00;
font-size: 18px;
line-height: 1.3;
font-family: "Outfit", sans-serif;
letter-spacing: 0;
}

@media (max-width: 640px) {
.item-detail-block .slide-area .new-release-icon {
    width: 45px;
    height: 45px;
    top: 20px;
    left: 20px;
}

.item-detail-block .slide-area .new-release-icon .inner {
    font-size: 14px;
    line-height: 1.0;
}

.product-block .product-item-wrap .item .new-release-icon {
    width: 45px;
    height: 45px;
    top: 137px;
    left: 37px;
}

.product-block .product-item-wrap .item.dmys .new-release-icon {
    top: 182px;
}

.product-block .product-item-wrap .item .new-release-icon .inner {
    font-size: 14px;
    line-height: 1.0;
}

.product-block .product-item-wrap .dmup .img img {
    max-height: 140px;
}
}

/*　20220616_yamanakaキャンペーンエリア改修 */
.campaign-block .campaign-slider {
display: flex;
flex-wrap: wrap;
justify-content: center;
}

.campaign-block .campaign-slider li {
margin: 0 20px;
width: 420px;
;
}

.campaign-block .campaign-slider img {
border-radius: 8px;
}

.campaign-block .campaign-slider .txt {
margin: 10px 0 20px;
}

.home .campaign-block .campaign-slider a {
color: #fff;
}

/* fukasawa_220720_HP-1642レビューフォーム上部にバナー設置 */
@media (min-width: 639px) {
.reviewcampaign_bnr {
    width: 50%;
    margin: 0 auto 30px;
}
}

@media (max-width: 640px) {
.reviewcampaign_bnr {
    width: 80%;
    margin: 20px auto -20px;
}
}

/* yamanaka_2200727_HP-1654 【ページ・バナー制作依頼】ベストコスメ受賞履歴一覧 */
.c-footer .f-bestcosme {
margin-left: 50px;
}

/* yamanaka_2200914_HP-1695 「薬用オールインワンジェル」商品詳細・関連ページ更新 */
.item-detail-area .tag {
background: #7D7D7D;
color: #fff;
display: inline-block;
font-size: 14px;
letter-spacing: 0.05em;
line-height: 1.2;
padding: 4px 10px;
}

.howto-block .step-txt {
margin-bottom: 10px;
}

@media (max-width: 640px) {
.item-detail-area .tag {
    font-size: 12px;
}

.item-detail-block .item-link-list {
    display: none;
}
}

@media (min-width: 641px) {
.c-subscription-block .top .bg-white .price-area .subsc-price {
    align-items: baseline;
}

.about .c-recommend-list .ttl {
    line-height: 1.0;
    /*min-height: 66px;*/
}

.c-subscription-block .top .bg-white .large-txt .txt {
    font-size: 25px;
}
}

/* oda_20221025_HP-1761 通販アプリをメニュー追加 */
@media (max-width: 640px) {
.c-footer .top-wrap .link-list .small-btn.ico-external>.inn.inn2l::after {
    content: "";
    display: block;
    width: 22px;
    height: 22px;
    position: absolute;
    bottom: -4px;
    top: initial;
    right: 0;
    margin: auto;
}
}

/* 230117_wakisaka フッターにロゴ追加＋FAX番号追加 */
.c-footer .tel-wrap {
padding-top: 55px;
}

.c-footer .top-wrap .logo-list {
flex-wrap: wrap;
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start;
}

.c-footer .top-wrap .logo-list li {
width: 196.17px;
-webkit-box-flex: none;
-webkit-flex: none;
-ms-flex: none;
flex: none;
}

.c-footer .tel-wrap .tel-area .txt {
margin-top: 0;
}

.c-footer .tel-wrap .tel-area .tel-block:nth-child(2) {
margin-bottom: 30px;
}

.c-footer .tel-wrap .tel-area .tel-block .tel-ttl {
font-size: 14px;
color: #A47D00;
}

.c-footer .tel-wrap .tel-area .tel-block .tel-content {
margin-left: 14px;
}

.c-footer .tel-wrap .tel-area .tel-block .tel-content .tel-txt {
display: block;
padding-left: 42px;
position: relative;
color: #A47D00;
font-size: 30px;
font-weight: bold;
}

.c-footer .tel-wrap .tel-area .tel-block .tel-content .tel-txt.fax {
font-size: 22px;
}

.c-footer .tel-wrap .tel-area .tel-block .tel-content .tel-txt:before {
background: url(../img/common/ico-tel.svg) no-repeat center center/contain;
content: "";
display: block;
width: 40px;
height: 20px;
position: absolute;
bottom: 0;
top: 0;
left: 0;
margin: auto;
}

@media (max-width: 640px) {
.c-footer .top-wrap .logo-list li {
    width: 50%;
}

.c-footer .tel-wrap .tel-area {
    text-align: left;
}

.c-footer .tel-wrap .tel-area .tel-block .tel-content .tel-txt {
    display: inline-block;
    letter-spacing: -0.025em;
}
}

/* 230411_murai 商品詳細ページのレビューリンク表示修正について */
.zv-form svg.zv-form-star-svg-on,
#ZVList .zv-star-svg,
#ZVList .zv-star-svg-sub {
fill: #ef8137 !important;
}

#ZVSummary .zv-star-svg-sub,
#ZVList .zv-star-svg-sub {
height: 18px;
}

/* 20230629_murai フッターロゴ追加・調整 */
.footer-brand-wrap {
margin-top: 70px;
}

.footer-brand-top {
max-width: 335px;
margin-bottom: 26px;
}

.footer-brand-top a {
transition: 0.3s ease-in-out;
display: block;
}

.footer-brand-top a:hover {
opacity: 0.7;
}

.footer-brand-top .footer-brand-top-text {
margin-top: 20px;
font-size: 14px;
color: #ffffff;
}

.footer-brand-list {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-align: start;
-webkit-align-items: flex-start;
-ms-flex-align: start;
align-items: flex-start;
-webkit-box-pack: start;
-webkit-justify-content: flex-start;
-ms-flex-pack: start;
justify-content: flex-start;
gap: 20px 23px;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}

.footer-brand-list a {
display: block;
width: 217px;
-webkit-transition: 0.3s ease-in-out;
transition: 0.3s ease-in-out;
}

.footer-brand-list a:hover {
opacity: 0.7;
}

@media (max-width: 640px) {
.footer-brand-wrap {
    margin-top: 35px;
}

.footer-brand-top a {
    display: block;
    max-width: 251px;
    margin: 0 auto 10px;
}

.footer-brand-top .footer-brand-top-text {
    font-size: 12px;
    text-align: center;
    margin-top: 0;
}

.footer-brand-list {
    gap: 18px 10px;
}

.footer-brand-list a {
    width: calc((100% - 20px) / 3);
}
}

/* 20231031_murai レビューバナー追加*/
.item-detail .review-block .cp_img {
display: block;
max-width: 65%;
margin: 0 auto 30px;
-webkit-box-shadow: 0px 0px 14px -5px rgb(0 0 0 / 40%);
box-shadow: 0px 0px 14px -5px rgb(0 0 0 / 40%);
}

@media (max-width: 640px) {
.item-detail .review-block .cp_img {
    margin-bottom: 25px;
    max-width: 90%;
}
}

/* 20231114_murai SPレビュー表示位置変更 */
.item-detail-area #ZVSummary .zv-star-comment {
position: relative;
top: 2px;
}

.review-block_list #ZVList table.zv-counts-table .zv-star-comment {
position: relative;
top: 3px;
}

.review-block .c-lead-txt br {
display: none !important;
}

@media (max-width: 640px) {
.item-detail-block .slide-area {
    margin-bottom: 20px;
}

.item-detail-block .info-area {
    position: relative;
}

#total-rating {
    margin-top: 0;
    position: absolute;
    top: 3px;
    width: 100%;
}

#total-rating #ZVSummary table {
    margin: 0 auto;
}

.item-detail-area #ZVSummary .zv-star-comment {
    top: 3px;
}
}

/* 20231116_murai レビュー表示調整 */
@media (min-width: 641px) {
.review-block_list #ZVList .zv-summary-cell {
    max-width: 100%;
}

.review-block .review-block_list #ZVSummary .zv-bipolar-left,
.review-block .review-block_list #ZVSummary .zv-bipolar-right,
.review-block .review-block_list #ZVList .zv-bipolar-left,
.review-block .review-block_list #ZVList .zv-bipolar-right {
    font-size: 13px;
}
}

/* 20231225_murai SNS追加 */
.c-footer .bottom-wrap .btn-wrap {
display: flex;
gap: 40px;
align-items: center;
}

@media (max-width: 640px) {
.c-footer .bottom-wrap .btn-wrap {
    gap: 25px;
}
}

.c-footer .bottom-wrap .btn-wrap li {
height: 30px;
}

@media (max-width: 640px) {
.c-footer .bottom-wrap .btn-wrap li {
    height: 20px;
    width: auto;
}
}

.c-footer .bottom-wrap .btn-wrap li+li {
margin-left: 0;
}

@media (max-width: 640px) {
.c-footer .bottom-wrap .btn-wrap li+li {
    margin-left: 0;
    margin-top: 0;
}
}

.c-footer .bottom-wrap .btn-wrap li a,
.c-footer .bottom-wrap .btn-wrap li a img {
height: 100%;
width: auto;
}

@media (max-width: 640px) {

.c-footer .bottom-wrap .btn-wrap li a,
.c-footer .bottom-wrap .btn-wrap li a img {
    height: 100%;
    width: auto;
}
}

/* 20240402_watanabe 薬事表示修正 */
.item-feature-block .product-info-area .info-list {
padding-bottom: 40px;
}

.item-feature-block .product-info-area .info-list .c-step-wrap {
border-bottom: 1px solid #E9E3DF;
}

@media (max-width: 640px) {
.item-feature-block .product-info-area .info-list {
    padding-bottom: 20px;
}
}

.ec-blockTopBtn {
display: none !important;
}
.ec-c-block .cb-wrap__items .cb-item .summary .desc .useful_link {
display: inline-flex;
align-items: center;
color: #000;
border: 1px solid #000;
border-radius: 50px;
padding: 3px 15px;
transition: .3s;
}
@media (max-width:768px) {
.ec-c-block .cb-wrap__items .cb-item .summary .desc .useful_link {
    font-size: 14px;
}
}
.ec-c-block .cb-wrap__items .cb-item .summary .desc .useful_link:hover {
transition: .3s;
color: #000;
opacity: .7;
}
.useful_link i {
padding-left: 5px;
font-size: 20px;
}
/*--------------------------------------------------------------------------------------------------------------------------------------------*/


/*以下は　2025/01/16　に修正追加コード*/


/*--------------------------------------------------------------------------------------------------------------------------------------------*/
/*　　ヘッダーに商品検索バーを追加　　*/
.ec-headerSearch .ec-headerSearch__category .ec-select.ec-select_search {
    border-bottom-left-radius: 10px !important;
    border-top-left-radius: 10px !important;
    border: 1px solid #fff;
}
.ec-headerSearch .ec-headerSearch__keyword {
    border-bottom-right-radius: 10px !important;
    border-top-right-radius: 10px !important;
    border: 2px solid #fff;
}

@media (min-width:768px) {
.ec-headerNaviRole .ec-headerNaviRole__search {
position: absolute;
top: 20px;
left: 0;
right: 250px;
max-width: 300px;
margin: auto;
}
}
@media (max-width:890px) {
.ec-headerNaviRole .ec-headerNaviRole__search {
 top: 90px;
    left: inherit;
    right: 20px;
}   
}
/*　　ヘッダーに商品検索バーを追加　　END*/