@charset "UTF-8";
/* -----------------------------------------------------------------
reset
----------------------------------------------------------------- */
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Zalando+Sans+SemiExpanded:ital,wght@0,200..900;1,200..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Sawarabi+Mincho&family=Zalando+Sans+SemiExpanded:ital,wght@0,200..900;1,200..900&display=swap');

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, address, em, img, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, section, summary {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    box-sizing: border-box;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}
body {
    line-height: 1;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
    content: "";
    content: none;
}
img {
    vertical-align: bottom;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
img[width="1"], img[width="0"] {
    display: none;
}
input[type="text"]:focus {
    outline: none;
}

/* -----------------------------------------------------------------
module
----------------------------------------------------------------- */
html {
    min-height: 100%;
}
body {
    font-family: "Noto Sans Japanese";
    font-size: 100%;
    line-height: 1.6;
    color: #575757;
    height: 100%;
    text-align: center;
    position: relative;
    background-color: #fff;
}
a {
    color: #575757;
    text-decoration: none;
}
a:hover {
    opacity: 0.7;
}
button, select, input, textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
}
select, input {
    padding: 8px;
    font-family: "Noto Sans Japanese";
    font-size: inherit;
    border: 2px solid #DDDBDB;
    border-radius: 4px;
    cursor: pointer;
    background-color: #fff;
}
select:focus, input:focus {
    border-color: #ce7b91;
}
select {
    padding-right: 48px;
    position: relative;
    background: url("/view/images/template/1/icon-select-arrow.png") no-repeat right center;
}
.btn {
    display: inline-block;
    border-radius: 4px;
}
/* -----------------------------------------------------------------
smartphone
----------------------------------------------------------------- */
.sp {
    display: block;
}
.pc {
    display: none;
}
/* header */
.header {
    padding-top: 0;
    padding-bottom: 0;
    position: absolute;
    top: 0;
    right: 0;
    border-bottom: none;
    margin-bottom: 0;
}
.header_inner {
    width: 100%;
    max-width:1200px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    height: auto;
}
.header .shop-name {
    margin-right: auto;
    max-width: 100%;
    padding: 12px;
}
/* head-btn */
.head-btn {
    display: flex;
}
.head-btn-item {
    position: relative;
    padding: 8px;
}
.head-btn-item .head-btn-icon, .head-btn-item .dropdown-switch {
    text-indent: -9999em;
    content: "";
    display: block;
    width: 34px;
    height: 34px;
    margin: auto;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    text-align: center;
    padding-left: 0;
}
.head-btn-login {
    background-image: url("/assets/ineko/images/mypage_btn.svg?11");
}
.member-name {
    background: #716969;
    color: #fff;
    padding: 8px 16px;
    border-radius: 4px;
    font-size: 0.8rem;
}
.member-nav-wrap {
    position: relative;
}
.member-nav-wrap:hover > .member-nav {
    opacity: 1;
}
.member-nav {
    opacity: 0;
    position: absolute;
    top: 40px;
    left: 0;
    background: #fff;
    border-radius: 4px;
    width: 100%;
    text-align: left;
    padding: 6px;
}
.member-nav-item a {
    display: block;
    color: #716969;
    font-size: 0.8rem;
    padding: 3px 0;
}
.head-btn-cart a {
    background-image: url("/assets/ineko/images/cart_btn.svg?11");
}

.dropdown-nav {
    display: none;
}
/* navigation */
.nav {
    margin: 48px auto;
}
.nav-item {
    display: inline-block;
    padding: 0 32px;
    font-size: 1.1rem;
    position: relative;
}
.nav-item a {
    display: block;
}
.nav-category {
    cursor: pointer;
}
.nav-category::after {
    content: "";
}
.nav-category:hover .nav-category-wrap {
    display: block;
}
.nav-category-wrap {
    display: none;
    position: absolute;
    z-index: 100;
    padding-top: 8px;
}
.nav-category-list {
    background: #fff;
    padding: 16px;
    width: 220px;
    box-sizing: border-box;
}
.nav-category-item {
    text-align: left;
    font-size: 0.95rem;
    padding: 4px 0;
}
.nav-category-item a:hover {
    color: #716969;
}
.nav-category-switch::after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 5px 0 5px;
    border-color: #716969 transparent transparent transparent;
    position: absolute;
    right: 8px;
    top: 0;
    bottom: 0;
    margin: auto;
}
/* header_text */
.header_text {
    margin-top: 80px;
    width: 100%;
    position: relative;
}
.header_text h2 {
    font-size: 14px;
    color: #828282;
    background-color: #F6F6F6;
    padding: 12px 0;
    letter-spacing: 2px;
}
img {
    max-width: 100%;
}
body {
    min-height: 100%;
}
a:hover {
    opacity: 1.0;
}
.wrap {
    position: relative;
    height: 100%;
}
.header {
    padding-top: 0;
    width: 100%;
    position: fixed;
    z-index: 10000;
}
.header .shop-name {
    margin-right: auto;
    max-width: 40%;
    padding: 4% 6%;
}
.header_inner {
    justify-content: space-between;
    padding: 0 2%;
    background-color: #fff;
    height: 80px;
}
.nav {
    display: none;
}
.head-btn-dropdown span {
    background-image: url("/assets/ineko/images/menu_btn.svg?11");
}
.btn-dropdown {
    position: absolute;
    left: 0;
    top: 0;
}
.cart-badge {
    border-color: #DDDBDB;
    right: 24px;
    bottom: 24px;
    width: 13px;
    height: 13px;
}
.dropdown-nav {
    display: block;
    position: fixed;
    right: -86%;
    top: 80px;
    width: 86%;
    height: 100%;
    text-align: left;
    z-index: 99999;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    transition: transform ease .3s;
    background-color: #fff;
}
.fixed {
    position: fixed;
    width: 100%;
    height: 100%;
    overflow-x: auto;
    overflow-y: auto;
}
.fixed .dropdown-nav {
    transform: translateX(-100%);
}
.fixed aside.dropdown-close {
    display: block;
    width: 100vh;
    height: 100vh;
    position: fixed;
    top: 80px;
    left: 0;
    background-color: #000;
    z-index: 999;
    opacity: .4;
}
aside.dropdown-close {
    display: none;
}
.dropdown-nav-inner {
    width: 90%;
    margin: 0 auto;
}

.dropdown-nav-inner .dropdown-list{
    padding-bottom:300px;    
}    

.dropdown-nav-inner .dropdown-nav-search {
    padding: 16px 0;
    position: relative;
}
.dropdown-nav-inner .dropdown-nav-search input {
    border: 2px solid #ffa611;
    width: 92%;
    margin: 0 auto;
}
.dropdown-nav-inner .dropdown-nav-search a {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 8%;
    display: block;
    background-image: url(/assets/ineko/images/serch_icon.svg);
    width: 24px;
    height: 24px;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}
.dropdown-nav-inner .dropdown-list > li {
    text-align: left;
    font-size: 14px;
    letter-spacing: 1px;
    font-weight: normal;
    color: #000;
    position: relative;
    padding: 16px 0;
    border-bottom: 1px solid #f0f0f0;
}
.dropdown-nav-inner .dropdown-list > li.member_only {
    background-color: #f0f0f0;
}
.dropdown-nav-inner .dropdown-list > li.dropdown-close {
    border: none;
    padding: 0;
    text-align: center;
}
.dropdown-nav-inner .dropdown-list > li.dropdown-close span {
    display: inline-block;
    padding: 32px 6px 2px 6px;
    text-align: center;
    margin: 0 auto;
    border-bottom: 1px solid #A1A1A1;
    color: #A1A1A1;
}
.dropdown-nav-inner .dropdown-list > li a, .dropdown-nav-inner .dropdown-list li.nav_category_btn {
    display: block;
    padding-left: 16px;
}
.dropdown-nav-inner .dropdown-list li.nav_category_btn span {
    display: block;
    position: relative;
}
.dropdown-nav-inner .dropdown-list li.nav_category_btn span::after {
    width: 8px;
    height: 8px;
    border-top: 1px solid #4d4d4d;
    border-right: 1px solid #4d4d4d;
    transform: rotate(135deg);
    position: absolute;
    right: 16px;
    top: 0;
    bottom: 0;
    margin: auto;
    content: "";
    transition: .3s;
}
.dropdown-nav-inner .dropdown-list li.nav_category_btn span.open::after {
    transform: rotate(-45deg);
    transition: .3s;
}
.dropdown-nav-inner .dropdown-list > li.arrow::after {
    width: 8px;
    height: 8px;
    border-top: 1px solid #4d4d4d;
    border-right: 1px solid #4d4d4d;
    transform: rotate(45deg);
    position: absolute;
    right: 18px;
    top: 0;
    bottom: 0;
    margin: auto;
    content: "";
    transition: .3s;
}
.dropdown-nav-inner .dropdown-list li.nav_category_btn ul {
    display: none;
    padding: 8px 0;
}
.dropdown-nav-inner .dropdown-list li.nav_category_btn ul li a {
    display: block;
    text-align: left;
    padding: 8px 0 8px 16px;
    font-size: 14px;
    letter-spacing: 1px;
    font-weight: normal;
    color: #000;
}
/*footer*/
.footer {
    background-color: transperent;
    padding-top:2em;
    margin-top:2em;
    border-top:1px solid #DDD;
}   


.footer_flex_erea {
    display: block;
    width: 100%;
    margin: 0 auto;
}
.footer_top {
    width: 92%;
    margin: 0 auto;
}
.footer_dropmenu {
    padding: 16px 0;
    border-bottom: 1px solid #C1C1C1
}
.footer_dropmenu h2 {
    text-align: left;
    font-size: 14px;
    letter-spacing: 1px;
    font-weight: normal;
    color: #000;
    position: relative;
}

.footer_dropmenu h2 a{
    color: #000;
}

.footer_dropmenu h2::after {
    width: 8px;
    height: 8px;
    border-top: 1px solid #4d4d4d;
    border-right: 1px solid #4d4d4d;
    position: absolute;
    right: 16px;
    top: 0;
    bottom: 0;
    margin: auto;
    content: "";
    transform: rotate(135deg);
    transition: .3s;
}

.footer_dropmenu h2.link::after {
    transform: rotate(45deg);
}
.footer_dropmenu h2.open::after {
    transform: rotate(-45deg);
    transition: .3s;
}
.footer_dropmenu ul {
    display: none;
    padding: 8px 0;
}
.footer_dropmenu ul li a {
    display: block;
    text-align: left;
    padding: 8px 0 8px 16px;
    font-size: 14px;
    letter-spacing: 1px;
    font-weight: normal;
    color: #000;
}
.footer_middle {
    width: 92%;
    margin: 0 auto;
}
.footer_middle .footer_middle_inner {
    display: flex;
    justify-content: space-between;
    padding: 32px 0 16px 0;
    align-items: center;
}
.footer_middle .footer_middle_inner .left_contents {
    width: 50%;
}
.footer_middle .footer_middle_inner .left_contents dl {
    text-align: left;
    font-size: 15px;
    letter-spacing: 1px;
}
.footer_middle .footer_middle_inner .left_contents dl dt, .footer_middle .footer_middle_inner .left_contents dl dd {
    line-height: 2;
}
.footer_middle .footer_middle_inner .left_contents dl dt {
    color: #f7d294;
}
.footer_middle .footer_middle_inner .right_contents {
    width: 50%;
    max-width: 172px;
}
.footer_middle .footer_middle_inner .right_contents ul {
    display: flex;
    justify-content: center;
}
.footer_middle .footer_middle_inner .right_contents ul li {
    width: 50%;
}
.footer_middle .footer_middle_inner .right_contents ul li a {
    display: block;
}
.footer_middle .footer_middle_inner .right_contents ul li a img {
    max-width: 63px;
}
.footer_middle .footer_middle_btn {
    transform: translateY(16px);
}
.footer_middle .footer_middle_btn li a {
    background-color: #f7d294;
    height: 64px;
    line-height: 64px;
    margin-bottom: 16px;
    font-size: 16px;
    letter-spacing: 2px;
    display: block;
}

.footer_pc_bg {
    background-image: url(/assets/ineko/images/foot_bg.jpg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    margin-top: 42px;
    min-height: 225px;
    position:relative;
}

.footer_pc_bg::before{
    content:"";
    position:absolute;
    display:block;
    width:100%;
    height:100%;
    top:0;
    left:0;
    background-color: rgba(95,89,87,0.3);
    z-index:1;
}  

.footer_pc_bg h2 {
    width: 235px;
    height:40px;
    position:absolute;
    top:0;
    bottom:0;
    left:0;
    right:0;
    margin:auto;
    z-index:2;
}

.footer_bottom .footer-list {
    margin: 0 auto;
    font-size: 0;
    padding: 30px 0;
    background-color:#FFFFFF;
}
.footer_bottom .footer-list li {
    display: inline-block;
    font-size: 13px;
    letter-spacing: 1px;
    color:#666666;
}

.footer_bottom .footer-list li a{
    color:#666666;
}
.footer_bottom .footer-list li:nth-child(1)::after, .footer_bottom .footer-list li:nth-child(2)::after,.footer_bottom .footer-list li:nth-child(3)::after {
    content: "/";
    padding: 0 4px;
    display: inline-block;
}

.footer_bottom .copylignt h2 {
    color: #666666;
    text-align: center;
    font-size: 11px;
    letter-spacing: 1px;
    font-weight: normal;
}
.footer_bottom .copylignt {
    background-color: #fff;
    padding: 16px 0;
}
/* mamber */
#member .logout_contents ul {
    display: block;
    justify-content: space-between;
    width: 100%;
    margin: 0 auto;
}
#member .login_contents ul li a {
    display: block;
    width: 92%;
    margin: 24px auto;
    border: 2px solid #707070;
    color: #FFF;
    padding: 16px 0;
    letter-spacing: 2px;
    position: relative;
    font-size: 16px;
    background-color: #707070;
}
#member .login_contents ul li a::after {
    position: absolute;
    display: block;
    content: "";
    width: 10px;
    height: 10px;
    border-top: 2px solid #FFF;
    border-right: 2px solid #FFF;
    transform: rotate(45deg);
    right: 24px;
    top: 0;
    bottom: 0;
    margin: auto;
}
#member .logout_contents ul li a {
    display: block;
    width: 92%;
    margin: 24px auto;
    border: 2px solid #ffa611;
    color: #ffa611;
    padding: 16px 0;
    letter-spacing: 2px;
    position: relative;
    font-size: 16px;
}
#member .logout_contents ul li a::after {
    position: absolute;
    display: block;
    content: "";
    width: 10px;
    height: 10px;
    border-top: 2px solid #ffa611;
    border-right: 2px solid #ffa611;
    transform: rotate(45deg);
    right: 24px;
    top: 0;
    bottom: 0;
    margin: auto;
}
#member .logout_contents ul li:first-child a {
    background-color: #ffa611;
    color: #fff;
}
#member .logout_contents ul li:first-child a::after {
    border-top: 2px solid #FFF;
    border-right: 2px solid #FFF;
}
#member .history .swiper-slide {
    align-self: baseline;
}
#member .history .swiper-slide figure {
    background-color: #fff;
}
#member .history .swiper-slide figure img {
    width: 48vw;
    height: 48vw;
    object-fit: cover;
    padding: 16px;
}
#member .history .swiper-slide figure figcaption {
    background-color: #F6F6F6;
}
/*
#member .history .swiper-slide figure figcaption p.item_name {
font-size: 12px;
height: 28px;
overflow: hidden;
line-height: 28px;
letter-spacing: 1px;
color: #999;
text-overflow: ellipsis;
white-space: nowrap;
}*/

#member .history .swiper-slide figure figcaption p.item_name{
    font-size: 12px;
    height: 48px;
    overflow: hidden;
    line-height: 1.8;
    letter-spacing: 1px;
    color: #999;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    text-align: left;
    padding-right: 8px;
    padding-top:8px;
}

#member .history_bg {
    background-color: #F6F6F6;
    padding: 28px 0;
    margin:42px auto;
}

#member .history_bg.none {
    display: none;
}

#member .history_bg .topic_title {
    margin-top: 0px;
}
.topic_title {
    margin:48px auto 36px auto;
}

.topic_title h2 {
    font-family: "Sawarabi Mincho";
    font-size: 24px;
    letter-spacing: 2px;
}

#member .history_bg .history_inner{
    position: relative;    
}    

#member .history_bg .history_inner .history_next {
    color: #000;
    right: 3%;
}
#member .history_bg .history_inner .history_prev {
    color: #000;
    left: 3%;
}
#member .history_bg .history_inner .history_next::after, #member .history_bg .history_inner .history_prev::after {
    font-size: 24px;
}    

#campaign{
    margin:42px auto;
}    

#campaign .sp h2 img{
    max-width: 80%;
}  

#campaign .pc h2 img{
    max-width: 50%;
}    

.topic_contents {
    width: 92%;
    margin: 0 auto 24px auto;
    text-align: left;
}
#elastin_beauty .topic_contents {
    color: #999;
    font-size: 14px;
    letter-spacing: 1px;
    line-height: 1.8;
}

#elastin_beauty .topic_contents p{
    font-size: 13px;
    letter-spacing: 2px;
    line-height: 2.4;
    color: #575757;
}

#elastin_beauty .care ul li a {
    display: block;
    padding-bottom: 32px;
}
#elastin_beauty .care ul {
    display: block;
    width: 80%;
    margin: 40px auto 0 auto;
    flex-wrap: wrap;
    justify-content: space-between;
}
#elastin_beauty .care ul li {
    width: auto;
}
#itemlist .topic_title h2 {
    padding-bottom: 4px;
    border-bottom: 2px solid #E4E4E4;
    display: inline-block;
}

#itemlist .topic_title {
    margin: 36px auto 24px auto;
}

#itemlist .topic_contents ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
    margin: 0 auto;
}
#itemlist .topic_contents ul li {
    width: 48%;
    margin:0 1% 18px 1%;
    align-self: baseline;
}
#itemlist .topic_contents ul li figure img {
    width: 42vw;
    height: 42vw;
    object-fit: cover;
    padding: 16px;
}

#itemlist .topic_contents ul li figcaption {
    max-width: 100%;
    text-align: left;
}

/*
#itemlist .topic_contents ul li p.item_name {
font-size: 12px;
height: 28px;
overflow: hidden;
line-height: 28px;
letter-spacing: 1px;
color: #999;
text-overflow: ellipsis;
white-space: nowrap;
}*/

#itemlist .topic_contents ul li p.item_name {
    font-size: 12px;
    height: 48px;
    overflow: hidden;
    line-height: 1.8;
    letter-spacing: 1px;
    color: #999;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    text-align: left;
    padding-right: 8px;
    margin-bottom: 8px;
}

#itemlist .topic_contents ul li p.item_price{
    letter-spacing: 2px;
    font-size: 17px;
}


#itemlist .link_btn h2 a {
    display: block;
    width: 74%;
    margin: 24px auto 60px auto;
    border: 2px solid #ffa611;
    color: #FFF;
    background-color: #ffa611;
    padding: 12px 0;
    letter-spacing: 3px;
    position: relative;
    font-size: 16px;
}
#itemlist .link_btn h2 a::after {
    position: absolute;
    display: block;
    content: "";
    width: 10px;
    height: 10px;
    border-top: 2px solid #FFF;
    border-right: 2px solid #FFF;
    background-color: #ffa611;
    transform: rotate(45deg);
    right: 24px;
    top: 0;
    bottom: 0;
    margin: auto;
}
#news .topic_title h2 {
    padding-bottom: 4px;
    border-bottom: 2px solid #E4E4E4;
    display: inline-block;
}
#news .news_contents {
    text-align: left;
    width: 92%;
    margin: 0 auto 16px auto;
    border-bottom: 1px solid #e0e0e0;
}
#news .news_cover .news_contents:nth-child(n + 7) {
    display: none;
}
#news .news_contents h3 {
    font-size: 14px;
    letter-spacing: 1px;
    color: #999;
}
#news .news_contents h2 {
    margin: 16px auto;
    line-height: 1.8;
    letter-spacing: 1px;
    font-size: 14px;
    color: #808080;
}

#news .news_contents h2 a{
    color: #808080;
}
#media {
    margin-bottom: 42px;
    margin-left: 0;
    margin-right: 0;
    width: 100%;
}
#media .topic_title h2 {
    padding-bottom: 4px;
    border-bottom: 2px solid #E4E4E4;
    display: inline-block;
}
#media h3 {
    font-size: 0;
    color: #575757;
    letter-spacing: 2px;
    text-align: left;
    line-height: 1.6;
    margin-top: 0px;
}
/* -----------------------------------------------------------------
question
----------------------------------------------------------------- */
#question .question_contents {
    width: 92%;
    margin: 0 auto 12px auto;
    text-align: left;
}
#question .question_contents h2 {
    display: block;
    width: 100%;
    margin: 12px auto;
    border: 2px solid #ffa611;
    color: #FFF;
    padding: 12px 48px 12px 16px;
    letter-spacing: 2px;
    position: relative;
    font-size: 14px;
    background-color: #ffa611;
}
#question .question_contents h2::after {
    position: absolute;
    display: block;
    content: "";
    width: 2px;
    height: 14px;
    right: 24px;
    top: 0;
    bottom: 0;
    margin: auto;
    background-color: #fff;
    transition: .3s;
}
#question .question_contents h2.open::after {
    transition: .3s;
    transform: rotate(90deg);
}
#question .question_contents h2.open::before {
    transform: rotate(-90deg);
}
#question .question_contents h2::before {
    position: absolute;
    display: block;
    content: "";
    width: 2px;
    height: 14px;
    right: 24px;
    top: 0;
    bottom: 0;
    margin: auto;
    background-color: #fff;
    transform: rotate(90deg);
    transition: .3s;
}
#question .question_contents dl {
    display: none;
    margin-bottom: 24px;
}
#question .question_contents dl dt {
    color: #787878;
    letter-spacing: 1px;
    font-size: 13px;
    line-height: 1.8;
}
#question .question_contents dl dt:nth-of-type(1)::before {
    content: "1. ";
}
#question .question_contents dl dt:nth-of-type(2)::before {
    content: "2. ";
}
#question .question_contents dl dt:nth-of-type(3)::before {
    content: "3. ";
}
#question .question_contents dl dt:nth-of-type(4)::before {
    content: "4. ";
}
#question .question_contents dl dt:nth-of-type(5)::before {
    content: "5. ";
}
#question .question_contents dl dt:nth-of-type(6)::before {
    content: "6. ";
}
#question .question_contents dl dt:nth-of-type(7)::before {
    content: "7. ";
}
#question .question_contents dl dt:nth-of-type(8)::before {
    content: "8. ";
}
#question .question_contents dl dt:nth-of-type(9)::before {
    content: "9. ";
}
#question .question_contents dl dd {
    color: #787878;
    letter-spacing: 1px;
    font-size: 13px;
    background-color: #f7d294;
    padding: 12px 16px 24px 16px;
    line-height: 1.8;
    border-radius: 0 8px 8px 8px;
    margin: 24px auto;
}
#question .question_contents dl dd span.sub {
    vertical-align: super;
    font-size: 10px;
}
#question .question_contents dl dd span.bold {
    font-weight: bold;
    display: inline-block;
    padding: 8px 0 8px 0;
}
#question .question_contents dl dd a {
    color: #787878;
    text-decoration: underline;
}

/* -----------------------------------------------------------------
new_question
----------------------------------------------------------------- */

#new_question{
    width:92%;
    max-width:1000px;
    margin:0 auto;
}

#new_question #tab_menu ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

#new_question #tab_menu ul li{          
    display: block;
    width: 100%;
    margin: 12px auto;
    border: 2px solid #f7d294;
    color: #acacac;
    padding: 12px 16px 12px 16px;
    letter-spacing: 2px;
    position: relative;
    font-size: 14px;
    background-color: #f7d294;
}         

#new_question #tab_menu ul li.open {
    background-color: #ffa611;
    border: 2px solid #ffa611;
    color: #FFFFFF;
}

#new_question #panel_menu .tab_panel{
    display:none;
} 
#new_question #panel_menu .tab_panel dl{
    text-align: left;
    margin-top:12px;
    margin-bottom:24px;
}

#new_question #panel_menu .tab_panel dl dt {
    color: #ed9696;
    letter-spacing: 1px;
    font-size: 13px;
    line-height: 1.8;
    padding: 0px 0px 0px 48px;
    position:relative;
} 

#new_question #panel_menu .tab_panel dl dt::before{
    content:"Q.";
    position:absolute;
    top: -2px;
    left: 16px;
}

#new_question #panel_menu .tab_panel .tab_panel_title{
    font-size: 14px;
    margin: 12px auto;
    letter-spacing: 2px;
    padding-bottom: 18px;
    padding-top: 18px;
}

#new_question #panel_menu .tab_panel dl dd {
    color: #787878;
    letter-spacing: 1px;
    font-size: 13px;
    padding: 12px 0px 12px 48px;
    line-height: 1.8;
    position:relative;
    transition: 0.4s;
    max-height:100%;
    opacity:1;
}

#new_question #panel_menu .tab_panel dl dd::before{
    content:"A.";
    position:absolute;
    top: 12px;
    left: 16px;
    z-index:1;
} 
#new_question #panel_menu .tab_panel dl dd .dot{
    width: 6px;
    height: 6px;
    background-color: #f5c4c4;
    content: "";
    display: inline-block;
    margin-right: 6px;
    vertical-align: middle;
    margin-top:-2px;
}

#new_question #panel_menu .tab_panel dl dd a {
    text-decoration: underline;
    color: #787878;
}

#new_question #panel_menu .tab_panel dl dd .large {
    font-weight: bold;
}

#new_question #panel_menu .tab_panel dl dd .contact {
    border: solid 2px #fbdcdc;
    display: inline-block;
    padding: 8px 10px;
    margin-top: 18px;
}

#new_question #panel_menu .tab_panel dl dd .contact a{
    text-decoration:none;
}

#new_question #panel_menu .tab_panel dl dd:not(.open) {
    max-height: 0px;
    overflow: hidden;
    transition: 0.4s;
    opacity:0;
}

/*
#new_question #panel_menu .tab_panel dl dd.open{
animation-name:fadeInAnime;
animation-duration:0.4s;
animation-fill-mode:forwards;
opacity:0;
}

@keyframes fadeInAnime{
from {
opacity: 0;
}
to {
opacity: 1;
}
}
.tab_panel dl dd:not(.open)::after {
width: 100%;
height: 40px;
content: "回答を見る";
background-color: #f7d294;
color:#787878;
text-align: center;
font-size: 12px;
position: absolute;
left: 50%;
top: 50%;
transform: translate(-50%,-50%);
display: flex;
justify-content: center;
align-items: center;
letter-spacing: 2px;
z-index:2;
cursor: pointer;
margin-top:5px;
}
*/

/* -----------------------------------------------------------------
guide
----------------------------------------------------------------- */
#guide .topic_contents h2 {
    font-size: 14px;
    letter-spacing: 2px;
    background-color: #ffa611;
    margin-bottom: 16px;
    padding: 12px 16px;
    width: 100%;
    line-height: 1.8;
    color: #fff;
}
#guide .topic_contents p {
    font-size: 13px;
    letter-spacing: 1px;
    line-height: 1.8;
    margin-bottom: 26px;
    padding: 0 16px;
    color: #787878;
}
#guide .topic_contents pre {
    overflow: auto;
    white-space: pre-wrap;
    word-wrap: break-word;
    font-size: 15px;
    line-height: 2.8;
    color: #787878;
}
/* -----------------------------------------------------------------
category
----------------------------------------------------------------- */
/*breadcrumb*/
.breadcrumb {
    margin-top: 8px;
}
.breadcrumb ul {
    width: 92%;
    margin: 0 auto;
    text-align: left;
    max-width: 1020px;
}
.breadcrumb ul li {
    display: inline-block;
}
.breadcrumb ul li a {
    color: #949494;
    font-size: 12px;
    letter-spacing: 1px;
}
.breadcrumb ul li a::after {
    content: ">";
    margin: 0 2px 0 6px;
}
.breadcrumb li:last-child a::after {
    display: none;
}
#category_top .topic_title {
    margin: 32px auto;
    text-align: left;
    width: 92%;
}
#category_top .child_category ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 92%;
    margin: 0 auto 36px auto;
    text-align: left;
}
#category_top .child_category ul li {
    width: 48%;
    padding-bottom: 0px;
    background-color: #F6F6F6;
    text-align: left;
    display: block;
    margin: 0 0 8px 0;
}
#category_top .child_category ul li a {
    color: #7C7C7C;
    font-size: 12px;
    letter-spacing: 1px;
    line-height: 1.8;
    display: block;
    padding: 8px 15px;
}
#category_sort .category_sort_bg {
    background-color: #f7d294;
    display: flex;
    justify-content: space-between;
    padding: 12px 4%;
    text-align: left;
    width: 100%;
    margin: 0 auto;
}
#category_sort .category_sort_bg .category_sort_left {
    width: 48%;
}
#category_sort .category_sort_bg .category_sort_left h2 {
    font-size: 15px;
    letter-spacing: 1px;
    color: #000;
    line-height: 40px;
}
#category_sort .category_sort_bg .category_sort_right {
    position: relative;
    width: 48%;
    max-width: 150px;
}
#category_sort .category_sort_bg .category_sort_right h2 {
    font-size: 14px;
    letter-spacing: 1px;
    color: #000;
    padding: 8px 48px 8px 16px;
    background-color: #fff;
    position: relative;
    cursor: pointer;
}
#category_sort .category_sort_bg .category_sort_right h2::after {
    width: 8px;
    height: 8px;
    border-top: 1px solid #000;
    border-right: 1px solid #000;
    position: absolute;
    right: 16px;
    top: -4px;
    bottom: 0;
    margin: auto;
    content: "";
    transform: rotate(135deg);
    transition: .3s;
}
#category_sort .category_sort_bg .category_sort_right h2.open::after {
    transition: .3s;
    transform: rotate(-45deg);
    top: 4px;
}
#category_sort .category_sort_bg .category_sort_right ul {
    display: none;
    position: absolute;
    z-index: 100;
    background-color: #fff;
    width: 100%;
    padding-left: 16px;
}
#category_sort .category_sort_bg .category_sort_right ul li a {
    text-align: left;
    font-size: 14px;
    line-height: 2;
    letter-spacing: 1px;
    color: #000;
    padding: 4px 0;
    display: block;
}
#category_list .product-list ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 92%;
    margin: 32px auto;
    text-align: left;
}
#category_list .product-list ul li {
    width: 48%;
    align-self: baseline;
    margin: 0 0 24px 0;
}
#category_list .product-list ul li figure img {
    width: 42vw;
    height: 42vw;
    object-fit: cover;
    padding: 16px;
}
/*
#category_list .product-list ul li figure figcaption h2 {
font-size: 12px;
height: 28px;
overflow: hidden;
line-height: 28px;
letter-spacing: 1px;
color: #999;
text-overflow: ellipsis;
white-space: nowrap;
}*/

#category_list .product-list ul li figure figcaption h2 {
    font-size: 12px;
    height: 48px;
    overflow: hidden;
    line-height: 1.8;
    letter-spacing: 1px;
    color: #999;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    text-align: left;
    padding-right: 8px;
}

#category_list .product-list ul li figure figcaption h3 {
    font-size: 15px;
    letter-spacing: 1px;
    color: #3D3D3D;
}
#category_list .pager_number {
    color: #A6A6A6;
    font-size: 15px;
    letter-spacing: 1px;
}
#category_list .pager_list ul {
    display: flex;
    justify-content: center;
    margin: 16px auto;
}
#category_list .pager_list ul li a {
    margin: 0 8px;
    display: block;
    padding: 6px 12px;
    background-color: #FFF;
    color: #000;
}
#category_list .pager_list ul li.current a {
    background-color: #F6F6F6;
}
#category_menu ul {
    width: 100%;
    margin: 0 auto;
    display: block;
    flex-wrap: wrap;
    justify-content: space-between;
}
#category_menu ul li {
    width: 100%;
}

#category_menu ul li a img {
    max-width: 80%;
}

#cat_history_erea {
    display: block;
}
#category_footer #cat_history_erea.none {
    display: none;
}
#category_footer #cat_history_erea .topic_title h2 {
    padding-bottom: 4px;
    border-bottom: 2px solid #E4E4E4;
    display: inline-block;
}
#category_footer #cat_history_erea .cat_history {
    width: 84%;
    margin: 0 auto;
}
#category_footer #cat_history_erea .cat_history_inner {
    position: relative;
    width: 100%;
    margin: 0;  
}
#category_footer #cat_history_erea .cat_history p.item_name {
    font-size: 12px;
    height: 28px;
    overflow: hidden;
    line-height: 28px;
    letter-spacing: 1px;
    color: #999;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 0 16px;
}
#category_footer #cat_history_erea .cat_history .swiper-slide {
    align-self: baseline;
}
#category_footer #cat_history_erea .cat_history .swiper-slide figure img {
    width: 42vw;
    height: 42vw;
    object-fit: cover;
    padding: 16px;
}
#category_footer #cat_history_erea .cat_history_inner .cat_history_next {
    color: #000;
    right: 2%;
}
#category_footer #cat_history_erea .cat_history_inner .cat_history_prev {
    color: #000;
    left: 2%;
}
#category_footer #cat_history_erea .cat_history_inner .cat_history_next::after, #category_footer #cat_history_erea .cat_history_inner .cat_history_prev::after {
    font-size: 24px;
}
#search_erea {
    margin: 16px auto;
}

.empty {
    margin: 120px auto;
}


#news_contents .topic_title h2  {
    text-align: left;
    font-size: 18px;
    width: 92%;
    margin: 0 auto;
    line-height: 2;
}

/* -----------------------------------------------------------------
news_contents
----------------------------------------------------------------- */

#news_contents .topic_contents h3{
    font-size: 15px;
    letter-spacing: 1px;
    background: #f3f3f3;
    display: inline-block;
    padding: 4px 12px;
}

#news_contents .topic_contents .news_case{
    margin: 45px auto;
    letter-spacing: 1px;
    line-height: 2.2;
    font-size: 14px;
}


/* -----------------------------------------------------------------
detail
----------------------------------------------------------------- */
#detail_slider .detailslider .swiper-slide {
    align-self: baseline;
}
#detail_slider .detailslider .swiper-slide img {
    width: 90vw;
    height: 110vw;
    object-fit: contain;
    padding: 24px;
}
#detail_slider .swiper-button-prev::after, #detail_slider .swiper-rtl .swiper-button-next::after {
    font-size: 0px;
}    

#detail_slider .swiper-button-next::after, #detail_slider .swiper-rtl .swiper-button-prev::after {
    font-size: 0px;
}     
.detailslider_sub {
    display: flex;
    flex-wrap: wrap;
    width: 88%;
    margin: 0 auto;
    align-items: center;
}
.detailslider_sub li {
    width: 24%;
    height: 80px;
    margin-right: 1%;
    opacity: 0.6;
}
.detailslider_sub li.active {
    opacity: 1;
}
.detailslider_sub li img {
    object-fit: contain;
    height: 80px;
}
#detail_info .detail_info_name {
    margin: 24px auto;
    width: 88%;
}
#detail_info .detail_info_name h1 {
    text-align: left;
    line-height: 1.8;
    color: #000;
}
#detail_info .detail_info_price {
    display: flex;
    width: 92%;
    justify-content: flex-end;
    align-items: center;
}
#detail_info .detail_info_price h2 span:first-child {
    font-size: 22px;
    letter-spacing: 2px;
    color: #535353;
}
#detail_info .detail_info_price h2 span:last-child {
    color: #535353;
    font-size: 15px;
    letter-spacing: 1px;
    margin-left: 4px;
}
#detail_info .detail_info_price h3 {
    font-size: 14px;
    color: #B0B0B0;
    padding: 3px 6px;
    border: 1px solid #B0B0B0;
    border-radius: 4px;
    margin-right: 12px;
}
#detail_info .item-quantity {
    display: flex;
    justify-content: flex-end;
    width: 92%;
    margin: 12px 0;
    align-items: center;
}
#detail_info label {
    color: #b0b0b0;
    margin-right: 16px;
    font-size: 16px;
    letter-spacing: 1px;
}
#detail_info #quantity {
    width: 40px;
    text-align: center;
}
#detail_info .item-btn-wrap {
    width: 92%;
    margin: 24px auto;
}
#detail_info .item-btn-wrap .instock {
    background-color: #ffa611;
    display: block;
    width: 100%;
    padding: 16px 0;
    color: #fff;
    position: relative;
    font-size: 18px;
    letter-spacing: 1px;
    border-radius: 0;
}
#detail_info .item-btn-wrap .outstock {
    background-color: #D9D9D9;
    display: block;
    width: 100%;
    padding: 16px 0;
    color: #fff;
    position: relative;
    font-size: 18px;
    letter-spacing: 1px;
    border-radius: 0;
}
#detail_info .item-info-link ul {
    margin: 24px auto;
    width: 88%;
    text-align: left;
}
#detail_info .item-info-link ul li {
    margin-bottom: 6px;
}
#detail_info .item-info-link ul li a {
    font-size: 14px;
    letter-spacing: 1px;
    border-bottom: 1px solid #898989;
    color: #898989;
}
#item-despriction {
    width: 92%;
    margin: 0 auto 32px auto;
    border-bottom: 1px solid #cdcdcd;
    padding: 0 0 32px 0;
}
#item-despriction .despriction {
    width: 92%;
    margin: 0 auto;
    color: #8C8C8C;
    font-size: 14px;
    letter-spacing: 1px;
    line-height: 2;
    text-align: left;
}

.despriction div:not(.box) {
    margin-bottom: 42px;
}

#item-despriction .box{
    margin-bottom:16px;
}    

#item-despriction .box span {
    display: block;
    width: 100%;
    background-color: #f6f6f6;
    color: #737373;
    padding: 8px 16px;
    letter-spacing: 2px;
    font-size: 15px;
    position:relative;
}    

#item-despriction .box .boxin {
    padding: 24px 16px;
    line-height: 2.2;
    display:none;
    color: #737373;
}

#item-despriction .box.open .boxin {
    display:block;
}

#item-despriction .box .boxin img{
    width:80%;
    max-width:300px;
    margin:0 auto;
    height:auto;
    display:block;
}

#item-despriction .box span::before {
    position: absolute;
    display: block;
    content: "";
    width: 2px;
    height: 14px;
    right: 24px;
    top: 0;
    bottom: 0;
    margin: auto;
    background-color: #737373;
    transform: rotate(90deg);
    transition: .3s;
}

#item-despriction .box span::after {
    position: absolute;
    display: block;
    content: "";
    width: 2px;
    height: 14px;
    right: 24px;
    top: 0;
    bottom: 0;
    margin: auto;
    background-color: #737373;
    transition: .3s;
}

#item-despriction .box.open span::before {
    transform: rotate(-90deg);
}

#item-despriction .box.open span::after {
    transition: .3s;
    transform: rotate(90deg);
}     

i.pink_border {
    display: block;
    font-style: normal;
    font-size: 12px;
    margin-top: 24px;
    padding: 14px 10px;
    border: 2px solid #fbdcdc;
    line-height: 2.2;
}


/* -----------------------------------------------------------------
guide
----------------------------------------------------------------- */
.guide-section-title {
    font-size: 1.2rem;
    padding-bottom: 24px;
    margin-bottom: 24px;
    position: relative;
}
.guide-section-title::after {
    background-color: #DDDBDB;
    bottom: 0;
    content: "";
    height: 2px;
    left: 50%;
    margin-left: -20px;
    position: absolute;
    width: 40px;
}
.guide-section {
    width: 80%;
    text-align: left;
    margin: 0 auto 64px;
    font-size: 0.9rem;
}
/* -----------------------------------------------------------------
policy
----------------------------------------------------------------- */
.policy-wrap {
    width: 80%;
    margin: 0 auto;
    font-size: 0.9rem;
}
.policy-section {
    text-align: left;
}
.policy-section pre {
    white-space: pre-wrap;
}
.policy-manager {
    text-align: right;
    margin-top: 24px;
}
.policy-manager p {
    display: inline-block;
    margin-left: 16px;
}
/* -----------------------------------------------------------------
contract
----------------------------------------------------------------- */
.contract-item {
    width: 70%;
    margin: 0 auto 4px;
    display: flex;
    text-align: left;
    font-size: 0.9rem;
}
.contract-item dt, .contract-item dd {
    padding: 16px;
}
.contract-title {
    width: 200px;
    margin-right: 4px;
    background: #DDDBDB;
}
.contract-content {
    flex: 1;
    background: #fff;
}
/* -----------------------------------------------------------------
cart
----------------------------------------------------------------- */
.cart-title {
    margin-bottom: 48px;
}
.cart-list-head {
    display: none;
}
.cart-list-unit {
    width: auto;
    padding: 0;
    display: block;
}
.cart-list-item {
    position: relative;
    text-align: right;
    background: #fff;
    padding: 12px;
    border: none;
    margin-bottom: 12px;
    font-size: 0.8rem;
    border-bottom: 1px dotted #716969;
    padding: 16px 0;
    width: 92%;
    margin: 0 auto;
}
.cart-list-detail {
    padding: 0 8px;
}
.cart-list-info {
    width: auto;
}
.cart-list-image {
    width: 70px;
}
.cart-list-unit-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 16px 0;
    width: 98%;
    margin: 0 auto;
}

.cart-list-unit-wrap .cart-list-quantity{
    position:relative;
}

.btn.cart-quantity-btn {
    background: #a6a6a6;
    color: #fff;
    font-size: 12px;
    padding: 1px 7px;
    letter-spacing: 2px;
    text-align: center;
    margin-left: 7px;
    height: 26px;
    line-height: 22px;
    box-sizing: border-box;
    border: 1px solid #a6a6a6;
}

.btn.cart-delete-btn {
    background: #a6a6a6;
    color: #fff;
    border: 1px solid #a6a6a6;
    font-size: 12px;
    padding: 1px 7px;
    letter-spacing: 2px;
    text-align: center;
    position: absolute;
    display: inline-block;
    height: 26px;
    box-sizing: border-box;
    border-radius: 4px;
    right: -54px;
    top: 3px;
    line-height: 22px;
    width: 44px;
    height: 26px;
}
}

.cart-list-total-price {
    font-size: 16px;
    letter-spacing: 1px;
}

.cart-list-unit-price {
    font-size: 14px;
    letter-spacing: 1px;
}

.cart-list-quantity input {
    width: 40px;
    padding: 4px;
    text-align: center;
}
.cart-quantity-btn {
    font-size: 0.8rem;
}
.cart-list-price {
    margin-left: 8px;
}
.cart-list-unit-price {
    font-size: 0.8rem;
    line-height: 1;
}
.cart-list-option {
    margin-top: 2px;
    font-size: 0.8rem;
}
.cart-list-delete {
    position: absolute;
    right: 0;
    top: 6px;
}
.cart-list-foot {
    margin: 16px 8px;
}

.cart-delete-btn {
    background: #DDDBDB;
    color: #716969;
    width: 32px;
    height: 32px;
    border-radius: 100%;
    text-align: center;
    line-height: 32px;
}

.cart-total {
    float: none;
    width: 92%;
    text-align: right;
    padding: 0;
    border: none;
    display: block;
    margin: 0 auto;
    line-height: 1.4;
}

.cart-total-price {
    width: auto;
    display: block;
    text-align: right;
    letter-spacing: 2px;
    font-size: 16px;
}

.cart-total label {
    flex: 2;
    text-align: right;
    font-size: 14px;
    letter-spacing: 2px;
}

.checkout-btn, .keep-btn {
    width: 70%;
    padding: 12px 0;
    background: #ffa611;
    color: #fff;
    letter-spacing: 2px;
    font-size: 14px;
    letter-spacing: 3px;
    display: inline-block;
}

.contract-item {
    display: block;
    width: 100%;
}
.contract-title {
    width: 100%;
}
.contract-content {
    margin-bottom: 16px;
}

.cart-list-wrap {
    display: flex;
    width: 92%;
    justify-content: space-between;
    align-items: center;
    margin: 0 auto;
}

.cart-list-image {
    width: 30%;
    min-width: 70px;
    max-width: 70px;
}

.cart-list {
    margin-top: 30px;
}

.cart-continue a {
    color: #575757;
    letter-spacing: 2px;
    font-size:14px;
}

.cart-continue{
    margin-top:18px;
}

.checkout-btn-wrap {
    margin-top: 28px;
}

.cart-inner-list{
    max-width: 1000px;
    margin: 0 auto;
    padding-bottom: 42px;
}

/*オプショングループ*/
.makeshop-option-wrap {
    text-align: right;
    display: flex;
    justify-content: flex-end;
    width: 92%;
    margin: 0 0 24px 0;
    align-items: center;
    flex-wrap: wrap;
}

.makeshop-option-wrap .makeshop-option-label {
    padding-bottom: 8px;
    font-size: 14px;
    letter-spacing: 1px;
    width: 100%;
    padding-top: 16px;
    color:#898989;
}

.makeshop-option-wrap .makeshop-option-select {
    width: 100%;
}

#detail_info label{
    margin-right: 0px;
}

#detail_info select{
    padding: 8px 48px 8px 8px;
    letter-spacing: 1px;
    font-size: 14px;
}  

/* -----------------------------------------------------------------
tab
----------------------------------------------------------------- */
@media screen and (min-width: 520px) {
    .sp {
        display: none;
    }
    .pc {
        display: block;
    }
    .footer .sp {
        display: block;
    }
    .footer .pc {
        display: none;
    }

    .topic_title {
        margin: 72px auto 48px auto;
    }

    #member .logout_contents ul li a {
        width: 50%;
        margin: 60px auto;
    }

    #member .login_contents ul li a{
        width: 50%;
        margin: 60px auto;    
    }    

    #member .history_bg{
        padding: 24px 0;
    }    

    #member .history_bg .history_inner{
        position: relative;
        width:80%;
        margin:32px auto;
    }    

    #member .history_bg .history_inner .swiper-slide figure img {
        width: 21vw;
        height: 21vw;
        object-fit: cover;
        padding: 16px;
    }    

    #member .history_bg .history_inner .history_next {
        color: #000;
        right: -8%;
    }
    #member .history_bg .history_inner .history_prev {
        color: #000;
        left: -8%;
    }
    #member .history_bg .history_inner .history_next::after, #member .history_bg .history_inner .history_prev::after {
        font-size: 24px;
    }        

    #itemlist .link_btn h2 a {
        width: 50%;
    }

    #itemlist .topic_title {
        margin: 24px auto 48px auto;
    }

    #elastin_beauty .care ul {
        display: flex;
        width: 92%;
        margin: 0 auto;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    #elastin_beauty .care ul li {
        width: 48%;
    }

    #elastin_beauty .care ul li a {
        padding-bottom: 60px;
    }

    #elastin_beauty .care ul li a img {
        width: 90%;
    }    

    #elastin_beauty .topic_contents p{
        font-size: 15px;
        letter-spacing: 2px;
        line-height: 2.2;
        color: #575757;
        margin: 45px auto;
    }    

    #itemlist .topic_contents ul li {
        width: 44%;
        margin: 0 3% 18px 3%;
        align-self: baseline;
    }

    #itemlist .topic_contents ul li figure img {
        width: 32vw;
        height: 32vw;
        object-fit: cover;
        padding: 24px;
    }    

    #itemlist .topic_contents ul li figcaption {
        max-width: 32vw;
        text-align: center;
    }


    #itemlist .topic_contents ul li p.item_name {
        font-size: 13px;
    }

    #itemlist .link_btn h2 a {
        margin: 45px auto 90px auto;
    }    

    #news .news_contents h2 {
        font-size: 15px;
    }
    .footer_dropmenu h2 {
        font-size: 16px;
    }

    .footer_middle .footer_middle_inner {
        padding: 48px 0 26px 0;
    }  

    .footer_middle .footer_middle_inner .left_contents dl {
        font-size: 17px;
    }
    .footer_middle .footer_middle_inner .left_contents dl dt, .footer_middle .footer_middle_inner .left_contents dl dd {
        line-height: 1.8;
    }
    .footer_dropmenu ul li a {
        font-size: 16px;
    }

    .footer_pc_bg {  
        margin-top: 60px;
    }

    .footer_middle .footer_middle_btn li a {
        margin-bottom: 26px;
        font-size: 18px;
    }    

    #campaign .sp h2 img{
        max-width: 90%;
    }  

    #campaign .pc h2 img{
        max-width: 70%;
    }    


    .dropdown-nav-inner .dropdown-list > li {
        font-size: 16px;
    }
    .dropdown-nav-inner .dropdown-list li.nav_category_btn ul li a {
        font-size: 16px;
    }

    #category_top .child_category ul {
        display: block;
        flex-wrap: wrap;
        justify-content: flex-start;
        width: 92%;
        margin: 0 auto 32px auto;
        text-align: left;
    } 

    #category_top .child_category ul li {
        width: auto;
        padding-bottom: 0;
        background-color: #F6F6F6;
        text-align: center;
        display: inline-block;
        margin: 6px;
    }    

    #category_top .child_category ul li a {
        color: #7C7C7C;
        font-size: 12px;
        letter-spacing: 1px;
        line-height: 1.8;
        display: block;
        padding: 9px 15px;
    }    

    #category_list .product-list ul li {
        width: 31%;
        align-self: baseline;
        margin: 0 0 24px 0;
    }  

    #category_list .product-list ul li figure img {
        width: 24vw;
        height: 24vw;
        object-fit: cover;
        padding: 16px;
    }    

    #category_footer #cat_history_erea .cat_history .swiper-slide figure img {
        width: 24vw;
        height: 24vw;
        object-fit: cover;
        padding: 16px;
    }    

    #category_footer .pc h2 img {
        max-width: 70%;
    }    

    #category_footer #cat_history_erea .cat_history_inner {
        position: relative;
        width: 92%;
        margin: 0 auto;
    }    

    #category_menu ul {
        width: 92%;
        margin: 0 auto;
        display: flex;
        flex-wrap: wrap;
        justify-content:center;
    }

    #category_menu ul li {
        width: 48%;
    }    

    #category_menu ul li a img {
        max-width: 80%;
    }

    /* -----------------------------------------------------------------
    guide
    ----------------------------------------------------------------- */        

    #guide {
        width: 92%;
        margin: 0 auto;
    }    

    #guide .topic_contents h2 {
        font-size: 15px;
        margin-bottom: 24px;
    }

    #guide .topic_contents p {
        font-size: 14px;
        letter-spacing: 1px;
        line-height: 2.2; 
        margin-bottom: 32px;
    }

    #question{
        width: 92%;
        margin: 0 auto;
    }

    #question .question_contents h2 {
        font-size: 15px;
        margin: 15px auto;  
    }   

    #question .question_contents dl {
        display: none;
        margin-bottom: 32px;
    }    

    #question .question_contents dl dt {
        color: #787878;
        letter-spacing: 1px;
        font-size: 14px;
        line-height: 2;
    }

    #question .question_contents dl dd {
        font-size: 14px;
        line-height: 2.1;
    } 

    /* -----------------------------------------------------------------
    new_question
    ----------------------------------------------------------------- */    


    #new_question #panel_menu .tab_panel dl{
        margin-top:15px;
        margin-bottom:32px;
    }                 

    #new_question #panel_menu .tab_panel dl dt {
        letter-spacing: 1px;
        font-size: 14px;
        line-height: 2;
    }

    #new_question #panel_menu .tab_panel dl dd {
        font-size: 14px;
        line-height: 2.1;
    }   

    #gototop{
        display:none;
    }        

    #gototop h2{    
        position: relative;
        width: 92%;
        margin: 0 auto;
        height: 180px;
        display:block;
    }      

    #gototop h2 a{    
        position: absolute;
        right: 42px;
        bottom: 42px;
    }    

    #detail_slider .detailslider .swiper-slide img {
        width: 500px;
        height: 500px;
        object-fit: contain;
        padding: 24px;
    }    

    .detailslider_sub {
        margin: 24px auto 42px auto;
    }    

    .detailslider_sub li {
        width: 80px;
        height: 80px;
        margin-right: 8px;
        opacity: 0.6;
    }

    #detail_info .detail_info_name h1 {
        font-size:17px;
    }  

    #detail_info .detail_info_price h3 {
        transform: translateY(3px);
    }    

    #detail_info .detail_info_price h2 span:first-child {
        font-size: 15px;
    }    

    #detail_info .item-btn-wrap .instock {
        width: 480px;
        margin: 0 auto;
    }
    #detail_info .item-btn-wrap .outstock {
        width: 480px;
        margin: 0 auto;
    }

    .item-info-link {
        margin: 42px 0 64px 0;
    }    

    #item-despriction .box .boxin img{    
        display:inline-block;
    }

    /* -----------------------------------------------------------------
    news_contents
    ----------------------------------------------------------------- */

    #news_contents .topic_title h2  {
        text-align: center;
        font-size: 22px;
        width: 92%;
        margin: 0 auto;
        line-height: 2;
    }       

    #news_contents .topic_contents h3{
        font-size: 15px;
        letter-spacing: 1px;
        background: #f3f3f3;
        display: inline-block;
        padding: 4px 12px;
    }   

    #news_contents .topic_contents .news_case{
        margin: 60px auto;
        letter-spacing: 1px;
        line-height: 2;
        font-size: 15px;
    }        


}
/* -----------------------------------------------------------------
pc
----------------------------------------------------------------- */
@media screen and (min-width: 1040px) {
    .sp {
        display: none;
    }
    .pc {
        display: block;
    }
    .footer .sp {
        display: none;
    }
    .footer .pc {
        display: block;
    }
    /* header */
    .header {
        padding-top: 58px;
        padding-bottom: 12px;
        position: relative;
        top: 0;
        right: 0;
        border-bottom: #D9D9D9 1px solid;
        margin-bottom: 24px;
    }
    .header_text {
        margin-top: 0;
        position: absolute;
        top: 0;
        left: 0;
    }
    .head-btn-item .head-btn-icon, .head-btn-item .dropdown-switch {
        text-indent: -9999em;
        content: "";
        display: block;
        width: 34px;
        height: 34px;
        margin: auto;
        background-repeat: no-repeat;
        background-position: 50% 50%;
    }
    .head-btn-item .head-btn-icon, .head-btn-item .dropdown-switch {
        text-indent: 0;
        content: "";
        display: block;
        width: 148px;
        height: 34px;
        margin: auto;
        background-repeat: no-repeat;
        background-position: left;
        line-height: 34px;
        text-align: left;
        padding-left: 45px;
    }
    .fixed .dropdown-nav {
        transform: translateX(-400px);
    }
    .dropdown-nav {
        display: block;
        position: fixed;
        right: -400px;
        top: 151px;
        width: 400px;
        height: 100%;
        text-align: left;
        z-index: 99999;
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
        transition: transform ease .3s;
        background-color: #fff;
    }
    .fixed aside.dropdown-close {
        top: 151px;
        width: 200vh;
        opacity: .2;
    }
    .fixed {
        overflow-x: hidden;
        overflow-y: scroll;
    }
    /* footer */
    .footer {
        background-color: #FCFCFC;
        padding-top: 32px;
    }   


    .footer_flex_erea {
        display: flex;
        width: 1000px;
        margin: 0 auto;
        flex-direction: row-reverse;
        justify-content: space-between;
    }
    .footer_top {
        width: 42%;
        margin: 0 auto;
    }
    .footer_middle {
        width: 42%;
        margin: 0 auto;
    }
    .footer_middle .pc h2 {
        text-align: left;
        color: #414141;
        letter-spacing: 1px;
        font-size: 19px;
        margin-bottom: 12px;
    }
    .footer_middle .pc h3 {
        text-align: left;
        color: #414141;
        letter-spacing: 1px;
        font-size: 15px;
        margin-bottom: 4px;
    }
    .footer_middle .footer_middle_inner .left_contents dl {
        font-size: 17px;
    }
    .footer_middle .footer_middle_inner .left_contents dl dt, .footer_middle .footer_middle_inner .left_contents dl dd {
        line-height: 1.8;
    }
    .footer_middle .footer_middle_inner .left_contents dl dt {
        color: #f7d294;
    }
    .footer_middle .footer_middle_inner {
        display: flex;
        justify-content: space-between;
        padding: 28px 0 18px 0;
        align-items: center;
    }
    .footer_middle .footer_middle_inner .right_contents ul li {
        width: 44%;
    }
    .footer_middle .footer_middle_inner .right_contents ul li a {
        display: block;
    }
    .footer_middle .footer_middle_inner .right_contents ul li a img {
        max-width: 54px;
    }
    .footer_middle .footer_middle_btn {
        transform: translateY(16px);
        display: flex;
        width: 100%;
        justify-content: space-between;
    }
    .footer_middle_btn li {
        width: 48%;
    }
    .footer_dropmenu {
        padding: 22px 0;
    }
    .footer_middle .footer_middle_btn li a {
        background-color: #f7d294;
        height: 58px;
        line-height: 58px;
        margin-bottom: 16px;
        font-size: 16px;
        letter-spacing: 2px;
        display: block;
    }
    .footer_dropmenu h2 {
        font-size: 15px;
    }
    .footer_dropmenu h2::after {
        width: 8px;
        height: 8px;
        border-top: 1px solid #4d4d4d;
        border-right: 1px solid #4d4d4d;
        position: absolute;
        right: 16px;
        top: -6px;
        bottom: 0;
        margin: auto;
        content: "";
        transform: rotate(135deg);
        transition: .3s;
    }
    .footer_dropmenu h2.open::after {
        transform: rotate(-45deg);
        transition: .3s;
        top: 6px;
    }
    .footer_dropmenu ul li a {
        display: block;
        text-align: left;
        padding: 6px 0 6px 16px;
        font-size: 16px;
        letter-spacing: 1px;
        font-weight: normal;
        color: #000;
    }
    .footer_link {
        padding: 22px 0;
        border-bottom: 1px solid #C1C1C1;
    }
    .footer_link h2 a {
        text-align: left;
        font-size: 15px;
        letter-spacing: 1px;
        font-weight: normal;
        color: #000;
        position: relative;
        display: block;
    }
    .footer_link h2 a::after {
        width: 8px;
        height: 8px;
        border-top: 1px solid #4d4d4d;
        border-right: 1px solid #4d4d4d;
        position: absolute;
        right: 19px;
        top: 0;
        bottom: 0;
        margin: auto;
        content: "";
        transform: rotate(45deg);
        transition: .3s;
    }

    .footer_pc_bg {
        min-height:450px;
    }

    .footer_pc_bg h2 {
        width: 340px;
        height:55px;
    }    

    .footer_bottom .footer-list li:nth-child(1)::after, .footer_bottom .footer-list li:nth-child(2)::after,.footer_bottom .footer-list li:nth-child(3)::after {
        content: "/";
        padding: 0 18px;
        display: inline-block;
    }
    .footer_bottom .footer-list li {
        display: inline-block;
        font-size: 15px;
        letter-spacing: 1px;
    }
    .footer_bottom .footer-list li a {
        color: #868686;
    }
    .footer_bottom .footer_bottom_bg {
        background: none;
    }

    .footer_bottom .footer-list {
        padding: 42px 0 18px 0;
    }
    .topic_title {
        margin: 64px auto 54px auto;
    }

    .topic_contents {
        width: 96%;
        max-width:1500px;
    }    

    .topic_title h2 {
        font-family: "Sawarabi Mincho";
        font-size: 26px;
        letter-spacing: 3px;
    }
    #topslider_pc {
        width: 1000px;
        max-width: 2000px;
        margin: 42px auto;
    }
    /* member */
    #member .history_bg {
        background-color: #F6F6F6;
        padding: 28px 0;
        width:920px;
        margin:42px auto;
    }


    #member .history_bg .history_inner {
        position: relative;
        width: 720px;
        margin: 0 auto;
    }

    #member .history_bg .history_inner .swiper-slide figure img {
        width: 160px;
        height: 160px;
        object-fit: cover;
        padding: 16px;
    }

    #member .history_bg .history_inner p.item_name {
        font-size: 14px;
    }        

    #member .history_bg .history_inner .history_next {
        color: #000;
        right: -48px;
    }
    #member .history_bg .history_inner .history_prev {
        color: #000;
        left: -48px;
    }
    #member .history_bg .history_inner .history_next::after, #member .history_bg .history_inner .history_prev::after {
        font-size: 24px;
    }    


    #member .logout_contents ul {
        display: flex;
        justify-content: space-between;
        width: 680px;
        margin: 0 auto;
    }
    #member .logout_contents ul li a, #member .login_contents ul li a {
        width: 320px;
    }

    /* elastin_beauty */
    #elastin_beauty .care ul {
        display: flex;
        width: 920px;
        margin: 0 auto;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    #elastin_beauty .care ul li {
        width: 48%;
    }
    /* itemlist */
    #itemlist .topic_contents ul {
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-start;
        width: 100%;
        margin: 0 auto;
    }
    #itemlist .topic_contents ul li {
        width: 23%;
        margin:0 1% 18px 1%;
        align-self: baseline;
    }

    #itemlist .topic_contents ul.item_9 li {
        width: 30%;
        margin: 0 1.5% 18px 1.5%;
        align-self: baseline;
    }    
    #itemlist .topic_contents ul li figure img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        padding: 16px;
    }

    #itemlist .topic_contents ul li figcaption {
        max-width: 100%;
        text-align: left;
    }  

    #itemlist .topic_contents ul li p.item_name {
        font-size: 14px;
    }
    #itemlist .link_btn h2 a {
        width: 320px;
    }
    /*news*/
    #news .news_contents {
        width: 920px;
    }
    /*media*/
    #media {
        margin-bottom: 64px;
        margin-left: auto;
        margin-right: auto;
        width: 920px;
    }
    #media h3 {
        font-size: 15px;
        color: #575757;
        letter-spacing: 2px;
        text-align: left;
        line-height: 1.6;
        margin-top: 12px;
    }
    /* -----------------------------------------------------------------
    category
    ----------------------------------------------------------------- */
    #category_top .topic_title h2 {
        text-align: center;
    }
    #category_top .child_category ul {
        display: block;
        flex-wrap: wrap;
        justify-content: flex-start;
        width: 800px;
        margin: 0 auto 36px auto;
        text-align: left;
    }
    #category_top .child_category ul li {
        width: auto;
        padding-bottom: 0;
        background-color: #F6F6F6;
        text-align: center;
        display: inline-block;
        margin: 6px;
    }
    #category_top .child_category ul li a {
        color: #7C7C7C;
        font-size: 14px;
        letter-spacing: 1px;
        line-height: 1.8;
        display: block;
        padding: 12px 18px;
    }
    #category_sort {
        background-color: #f7d294;
    }
    #category_sort .category_sort_bg {
        width: 1000px;
        margin: 0 auto;
    }
    #category_list .product-list ul {
        width: 1000px;
        margin: 42px auto 0 auto;
        justify-content: flex-start;
    }
    #category_list .product-list ul li {
        width: 21%;
        align-self: baseline;
        margin: 0 2% 42px 2%;
    }
    #category_list .product-list ul li figure img {
        width: 210px;
        height: 210px;
        object-fit: cover;
        padding: 16px;
    }
    #category_list .product-list ul li figure figcaption h2 {
        font-size: 13px;
    }
    #category_list .product-list ul li figure figcaption h3 {
        font-size: 17px;
    }
    #category_list .product-list ul li figure figcaption h3::after {
        font-size: 12px;
    }
    #category_list .pager_list ul li.current a {
        background-color: #f7d294;
    }
    #category_list .pager_list ul li a {
        padding: 9px 15px;
    }
    #category_menu ul {
        width: 900px;
        margin: 0 auto;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    #category_menu ul li {
        width: 48%;
    }

    #category_menu ul li a img {
        max-width: 360px;
    }

    #category_menu .pc h2{
        padding-bottom: 4px;
        border-bottom: 2px solid #E4E4E4;
        display: inline-block;
    }  

    #category_footer #cat_history_erea .cat_history_inner {
        position: relative;
        width: 900px;
        margin: 0 auto;
    }

    #category_footer #cat_history_erea .cat_history .swiper-slide figure img {
        width: 160px;
        height: 160px;
        object-fit: cover;
        padding: 16px;
    }

    #category_footer #cat_history_erea .cat_history p.item_name {
        font-size: 14px;
    }    

    #category_footer .topic_title.pc {
        margin: 64px auto 0px auto;
    }    

    #campaign{
        margin:42px auto;
    }    

    #campaign .pc h2 img{
        max-width: 500px;
    }

    /* -----------------------------------------------------------------
    search
    ----------------------------------------------------------------- */    
    .dropdown-nav-inner .dropdown-nav-search {
        padding: 16px;
        position: relative;
    }

    .dropdown-nav-inner {
        width: 400px;
        margin: 0 auto;
    } 

    .dropdown-nav-inner .dropdown-list{
        padding-bottom:300px;    
    }    

    .dropdown-nav-inner .dropdown-nav-search a {
        right: 40px;
    } 

    /* -----------------------------------------------------------------
    guide
    ----------------------------------------------------------------- */        

    #guide {
        width: 1000px;
        margin: 0 auto;
    }    

    #guide .topic_contents h2 {
        font-size: 17px;
        margin-bottom: 24px;
    }

    #guide .topic_contents p {
        font-size: 15px;
        letter-spacing: 1px;
        line-height: 2.8; 
        margin-bottom: 42px;
    }

    #question{
        width: 1000px;
        margin: 0 auto;
    }

    #question .question_contents h2 {
        font-size: 17px;
        margin: 18px auto;  
    }   

    #question .question_contents dl {
        display: none;
        margin-bottom: 42px;
    }    

    #question .question_contents dl dt {
        color: #787878;
        letter-spacing: 1px;
        font-size: 15px;
        line-height: 2.2;
    }

    #question .question_contents dl dd {
        font-size: 15px;
        line-height: 2.4;
    } 

    #gototop{
        display:block;
    }         

    #gototop h2{    
        position: relative;
        width: 1000px;
        margin: 0 auto;
        height: 180px;
        display:block;
    }      

    #gototop h2 a{    
        position: absolute;
        right: 42px;
        bottom: 42px;
    }    
    /* -----------------------------------------------------------------
    detail
    ----------------------------------------------------------------- */
    .detail_flex_case {
        display: flex;
        width: 1000px;
        margin: 16px auto 48px auto;
        flex-wrap: wrap;
        justify-content: space-between;
    } 

    #detail_slider{
        width: 38%;
        align-self: center;
    } 

    #detail_info{
        width: 58%; 
    }

    .detailslider_sub{
        display:none;
    }

    #detail_slider .detailslider .swiper-slide img {
        width:400px;
        height: 400px;
        object-fit: contain;
        padding: 24px;
    }

    #detail_slider .swiper-button-prev::after, #detail_slider .swiper-rtl .swiper-button-next::after {
        font-size: 24px;
        color: #000;
    }    

    #detail_slider .swiper-button-next::after, #detail_slider .swiper-rtl .swiper-button-prev::after {
        font-size: 24px;
        color: #000;
    }      

    #detail_info .detail_info_name h1 {
        font-size: 17px;
    }

    #detail_info .detail_info_price {
        display: flex;
        width: 88%;
        justify-content: flex-start;
        align-items: center;
        margin: 42px 36px 24px 36px;
    }

    #detail_info .detail_info_price h2 span:first-child {
        font-size: 24px;
        letter-spacing: 2px;
        color: #535353;
    }    

    #detail_info .detail_info_price h2 span:last-child {
        color: #535353;
        font-size: 15px;
        letter-spacing: 1px;
        margin-left: 7px;
    }  

    #detail_info .detail_info_price h3 {
        font-size: 14px;
        padding: 4px 9px;
        margin-right: 15px;
        transform: translateY(2px);
    }

    #detail_info .item-select{
        width: 88%;
        margin: 24px 36px;
    }

    #detail_info .item-quantity {
        display: flex;
        justify-content: flex-start;
        width: 92%;
        margin: 12px 0;
        align-items: center;
    }

    #detail_info .item-btn-wrap {
        width: 88%;
        margin: 32px auto 42px auto;
    }    

    #detail_info .item-btn-wrap .instock {
        width: 320px;
        margin: 0;
    }
    #detail_info .item-btn-wrap .outstock {
        width: 320px;
        margin: 0;
    }    

    #item-despriction .topic_title h2{
        padding-bottom: 4px;
        border-bottom: 2px solid #E4E4E4;
        display: inline-block;    
    } 

    #item-despriction .despriction {
        width: 880px;
        margin: 42px auto;
        color: #8C8C8C;
        font-size: 15px;
        letter-spacing: 2px;
        line-height: 2.4;
        text-align: left;
    } 

    #item-despriction .box{
        margin-bottom:16px;
    }    

    #item-despriction .box span {
        display: block;
        width: 100%;
        background-color: #f6f6f6;
        color: #737373;
        padding: 4px 16px;
        letter-spacing: 2px;
        font-size: 15px;
        position:relative;
    }    

    #item-despriction .box .boxin {
        padding: 24px 16px;
        line-height: 2.2;
        display:none;
    }

    #item-despriction .box.open .boxin {
        display:block;
    }

    #item-despriction .box span::before {
        position: absolute;
        display: block;
        content: "";
        width: 2px;
        height: 14px;
        right: 24px;
        top: 0;
        bottom: 0;
        margin: auto;
        background-color: #737373;
        transform: rotate(90deg);
        transition: .3s;
    }

    #item-despriction .box span::after {
        position: absolute;
        display: block;
        content: "";
        width: 2px;
        height: 14px;
        right: 24px;
        top: 0;
        bottom: 0;
        margin: auto;
        background-color: #737373;
        transition: .3s;
    }

    #item-despriction .box.open span::before {
        transform: rotate(-90deg);
    }

    #item-despriction .box.open span::after {
        transition: .3s;
        transform: rotate(90deg);
    }       


    .item-info-link {
        margin:0;
    }    

    #item-despriction .box .boxin img{    
        display:inline-block;
    }



    /* -----------------------------------------------------------------
    cart
    ----------------------------------------------------------------- */
    .cart-list-head {
        display: flex;
        border-top: 1px solid #716969;
        border-bottom: 1px solid #716969;
        font-size: 14px;
        letter-spacing: 2px;
        align-items: center;
        width: 90%;
        margin: 0 auto;
    }

    .cart-list-item {
        width: 90%;
        border-bottom: 1px dotted #716969;
        padding: 16px 0;
        margin: 0 auto;
        display: table;
    }



    .cart-list-unit {
        padding: 8px 16px;
    }
    .cart-list-unit {
        display: table-cell;
        vertical-align: middle;
    }
    .cart-list-title {
        text-align: center;
        padding: 16px 0;
    }
    .cart-list-info {
        width: 50%;
    }
    .cart-list-option {
        margin-top: 4px;
        font-size: 0.85rem;
    }
    .cart-list-option-item {
        display: inline-block;
        margin-right: 8px;
    }
    .cart-list-quantity {
        width: 25%;
        padding: 0;
    }

    .cart-list-quantity.cart-list-unit {
        width: 50%;
    }    

    .cart-list-quantity input {
        width: 50px;
        padding: 8px;
    }
    .cart-quantity-btn {
        background: #a6a6a6;
        color: #fff;
        font-size: 14px;
        padding: 6px 10px;
        letter-spacing: 2px;
    }
    .cart-list .cart-list-info {
        text-align: left;
    }
    .cart-list-wrap {
        width: 100%;
        justify-content: space-between;
        align-items: center;
        margin: 0 auto;
        display:flex;
    }
    .cart-list-image {
        width: 80px;
        vertical-align: top;
        max-width: 80px;
    }
    .cart-list-image img {
        max-width: 100%;
    }
    .cart-list-detail {
        flex: 1;
        padding: 8px 0 0 16px;
        word-break: break-all;
    }
    .cart-list-delete {
        width: auto;
    }
    .cart-delete-btn {
        background: #fff;
        font-size: 0.8rem;
        line-height: 26px;
        width: 26px;
        height: 26px;
        border-radius: 50%;
        display: inline-block;
        color: #ccc;
        text-align: center;
    }
    .cart-list-price {
        width:25%;
    }

    .cart-list-price.cart-list-unit {
        width: 50%;
    }  

    .cart-list-unit-price {
        font-size: 14px;
        letter-spacing: 1px;
    }
    .cart-list-total-price {
        font-size: 16px;
        letter-spacing: 1px;
    }
    .cart-list-foot {
        overflow: hidden;
        width: 90%;
        margin: 16px auto;
    }
    .cart-total {
        display: flex;
        float: right;
        width: 270px;
        font-size: 16px;
        padding: 12px 8px;
        align-items: center;
    }

    .cart-total label {
        flex: 1;
        text-align: left;
        font-size: 16px;
        letter-spacing: 2px;
    }

    .cart-total .cart-total-price {
        flex: 1;
        text-align: right;
        font-size: 18px;
        letter-spacing: 2px;
    }

    .checkout-btn-wrap {
        margin-top: 48px;
    }
    .checkout-btn, .keep-btn {
        padding: 16px 0;
        background: #ffa611;
        color: #fff;
        width: 40%;
        letter-spacing:2px;
    }
    .cart-continue {
        margin-top: 32px;
        font-size: 0.9rem;
    }
    .cart-continue a {
        color: #575757;
        letter-spacing:2px;
    }
    .incart-total-item {
        margin-bottom: 32px;
    }
    .free-shipping-wrap {
        margin: 0 auto;
        background: #fff;
        padding: 8px 0;
        font-size: 0.9rem;
    }
    .free-shipping-wrap em {
        color: #ce7b91;
    }

    /* -----------------------------------------------------------------
    news_contents
    ----------------------------------------------------------------- */

    #news_contents .topic_title h2  {
        text-align: center;
        font-size: 22px;
        width: 92%;
        margin: 0 auto;
        line-height: 2;
    }       

    #news_contents .topic_contents h3{
        font-size: 15px;
        letter-spacing: 1px;
        background: #f3f3f3;
        display: inline-block;
        padding: 4px 12px;
    }   

    #news_contents .topic_contents .news_case{
        margin: 60px auto;
        letter-spacing: 1px;
        line-height: 2;
        font-size: 15px;
    }

    /* -----------------------------------------------------------------
    new_question
    ----------------------------------------------------------------- */    
    #new_question #tab_menu ul li{     
        width:49%;
    }
    #new_question #tab_menu ul li{
        font-size: 17px;
        margin: 18px auto;
    }
    #new_question #panel_menu .tab_panel dl{
        margin-top:18px;
        margin-bottom:42px;
    } 
    #new_question #panel_menu .tab_panel .tab_panel_title{
        font-size: 17px;
        margin: 18px auto;
        padding-top: 24px;
        padding-bottom: 24px;
    }
    #new_question #panel_menu .tab_panel dl dt {
        letter-spacing: 1px;
        font-size: 15px;
        line-height: 2.2;
    }                
    #new_question #panel_menu .tab_panel dl dd {
        font-size: 15px;
        line-height: 2.4;
    }      
    #new_question #panel_menu .tab_panel dl dd .dot{
        width: 10px;
        height: 10px;
        background-color: #f5c4c4;
        content: "";
        display: inline-block;
        margin-right: 8px;
        vertical-align: middle;
        margin-top:-4px;
    }
    #new_question #panel_menu .tab_panel dl dd .contact {
        border: solid 2px #fbdcdc;
        display: inline-block;
        padding: 10px 14px;
        margin-top: 18px;
    }    

    #new_question #panel_menu .tab_panel dl dd:not(.open) {
        max-height: 0px;
    }

    i.pink_border {
        display: block;
        font-style: normal;
        font-size: 13px;
        margin-top: 28px;
        padding: 16px 12px;
        border: 2px solid #fbdcdc;
        line-height: 2.2;
    }    

    /*
    .tab_panel dl dd:not(.open)::after {
    height: 50px;
    font-size: 14px;
    letter-spacing: 2px;
    margin-top:5px;
}    
    */

    /*オプショングループ*/    
    .makeshop-option-wrap {
        text-align: left;
        display: flex;
        justify-content: flex-start;
        width: 92%;
        margin: 0 0 36px 0;
        align-items: center;
        flex-wrap: wrap;
    }

    .makeshop-option-wrap .makeshop-option-label {
        padding-bottom: 8px;
        font-size: 14px;
        letter-spacing: 1px;
        width: 100%;
        padding-top: 0px;
    }

    .makeshop-option-wrap .makeshop-option-select {
        width: 320px;
    }

    #detail_info label{
        margin-right: 0px;
    }    

    #detail_info select{
        padding: 6px 8px;
        letter-spacing: 1px;
        font-size: 12px;
    }  

    .btn.cart-quantity-btn{
        padding: 3px 7px;
        height:30px;
    }

    .btn.cart-delete-btn {    
        top:5px;
        padding: 3px 7px;
        height:30px;
    }
}


.view_timer{display:none;}

#info_erea {
    width: 92%;
    max-width: 680px;
    margin: 3rem auto 0 auto;
    text-align: left;
}

#info_erea p {
    font-size: 13px;
    letter-spacing: 2px;
    line-height: 1.8;
    color: #575757;
    padding: 1.2rem 1rem;
    border: 2px solid #f5c4c4;
    margin: 0;
    box-sizing: border-box;
    position: relative;
}

#info_erea p::before {
    width: 5.2rem;
    height: 1.5rem;
    background-color: #fff;
    content: "お知らせ";
    position: absolute;
    top: -0.75rem;
    left: 1rem;
    text-align: center;
    color: #e5a4a4;
    font-size: 14px;
    line-height: 1.5rem;
}

@media screen and (min-width: 520px) {
    #info_erea p {
        font-size: 15px;
    }
    #info_erea p::before {
        font-size: 15px;
        width: 6rem;  
    }
}

@media (min-width:1200px){
    #itemlist .topic_contents ul li { width:14%; }
}