@charset "UTF-8";
/* CSS Document */


/*---------------------------------
reset
---------------------------------*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
    list-style-type: none;
}

body {
    line-height:1;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section {
    display:block;
}

nav ul {
    list-style:none;
}

blockquote, q {
    quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}

a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

/* change colours to suit your needs */
ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}

/* change colours to suit your needs */
mark {
    background-color:#ff9;
    color:#000; 
    font-style:italic;
    font-weight:bold;
}

del {
    text-decoration: line-through;
}

abbr[title], dfn[title] {
    border-bottom:1px dotted;
    cursor:help;
}

table {
    border-collapse:collapse;
    border-spacing:0;
}

/* change border colour to suit your needs */
hr {
    display:block;
    height:1px;
    border:0;   
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}

input, select {
    vertical-align:middle;
}
*,
*::before,
*::after {
    box-sizing: border-box;
}
.bx-wrapper {
    background-color: transparen!importantt;
    border: none!important;
    box-shadow: none!important;
}
@media (min-width: 751px) {
    a[href*="tel:"] {
        pointer-events: none;
        cursor: default;
        text-decoration: none;
    }
}

.center_text{
    text-align:center;
}
.pb60_block{
  padding-bottom: 60px;
}
.red_text{
    color: #c8003b;
}
/*---------------------------------
base
---------------------------------*/

html {
    /* 繝ｫ繝ｼ繝医 繝輔か繝ｳ繝医し繧､繧ｺ繧 10px縺ｫ險ｭ螳壹＠縺ｦ縺翫￥ */
	font-size: 62.5%;
}
.over_hidden{
	overflow: hidden;
}
body {
	font-family:"Lato", "Montserrat", "繝偵Λ繧ｮ繝手ｧ偵ざ Pro W3", Hiragino Kaku Gothic Pro, " 繝｡繧､繝ｪ繧ｪ", Meiryo, Osaka, "  ｭ ｳ  ｰ繧ｴ繧ｷ繝 け", MS PGothic, " sans-serif";
	/* 繝ｫ繝ｼ繝医 繝輔か繝ｳ繝医し繧､繧ｺ繧 1.2em  12px縺ｨ蜷檎ｭ峨 繧ｵ繧､繧ｺ 峨↓險ｭ螳  */
	font-size: 1.2em;
	font-weight: normal;
	line-height: 2.5rem;
	scroll-behavior: smooth;
	color: #3B4043;
	letter-spacing: 0.6px;
}
.wrapper{
    /*background:#F9F9F9;*/
	overflow: hidden;
}
a {
    color: #3B4043;
    text-decoration: none;
}
@media screen and (min-width: 768px) {
  a:hover {
      text-decoration: underline;
      opacity: .7;
  }
}
.clearfix::after {
    content: "";
    display: block;
    clear: both;
}
.main {
    width: 100%;
    margin: 0 auto;
}
.contents-section {
    max-width: 1280px;
    margin: 0px auto 0px;
    padding: 10px 0px 0;
    background: #fff;
}
.contents-section-inner{
    max-width:1024px;
    margin:auto;
}
.contents-heading {
    display: flex;
    align-items: baseline;
    margin-right: 10px;
    margin: 0 auto 24px;
}
.information-heading {
    padding-bottom: 25px;
    border-bottom: 2px dotted #707070;
}
.heading-title {
    font-size: 2.4rem;
    font-weight: normal;
    margin-right: 10px;
}
.heading-sub-title {
    font-weight: 100;
}
.item-title-wrap {
    width: 1200px;
    margin: 0 auto;
    padding-top: 130px;
}
.item-title-wrap span {
    font-size: 1.4rem;
    display: inline-block;
    margin-bottom: 14px;
}
.item-title {
    color: #6E6E6E;
    font-size: 3.2rem;
    font-weight: 400;
}
.section-title {
    padding-bottom: 5px;
    font-size: 2.4rem;
    /* font-weight: bold; */
    /* color: #6E6E6E; */
    /* padding-left: 0px; */
    border-bottom: 1px solid #707070;
}
.contents-wrap p {
    /* line-height: 2.4em; */
    /* text-indent: 1rem; */
    /* padding-left: 1rem; */
}

.pc-only {
  display: block; }

.sp-only {
  display: none; }

/*---------------------------------
button
---------------------------------*/
.btn-wrap {
    text-align: center;
}
.btn {
    position: relative;
    z-index: 2;
    background: #fff;
    color: #3B4043;
    border: 1px solid #3B4043;
    display: inline-block;
    text-align: center;
    text-decoration: none;
    line-height: 54px;
    outline: none;
    border-radius: 5px;
}
.btn {
    display: inline-block;
    width: 200px;
    height: 54px;
    text-align: center;
    text-decoration: none;
    line-height: 54px;
    outline: none;
}
.btn::before,
.btn::after {
    position: absolute;
    z-index: -1;
    display: block;
    content: '';
}
.btn,
.btn::before,
.btn::after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all .3s;
    transition: all .3s;
}
.btn:hover {
    background: #3B4043;
    color: #fff;
    text-decoration: none;
    opacity: 1;
}
.product-list-btn {
    width: 230px;
}
.mail-magazine-btn {
    width: 100%;
}
/*---------------------------------
cart-button
---------------------------------*/
.add-btn {
    background: #3B4043;
    font-size: 2.0rem;
    /* font-weight: bold; */
    text-align: center;
    width: 100%;
    /* border-radius: 3px; */
}
.add-btn:hover {
    opacity:.7;
}
.sold-btn {
    background: #adadad!important;
}
.sold-btn:hover {
    background: #989898!important;
}
.cart-btn {
    display: inline-block;
    border-radius: 2px;
    width: 100%;
    padding: 25px;
}
.add-btn a {
    color: #fff;
    text-decoration: none;
}
.add-btn a:hover {
    opacity: 1;
}
.add-btn-right {
    width: 24%;
}
.cart-option-area {
    font-size: 1.2rem;
    margin-top: 10px;
}
.cart-option-area span {
    display: block;
}
/*---------------------------------
header
---------------------------------*/
header {
    z-index: 999;
}
.header a:hover {
    text-decoration: none;
}
.header {
    /* position: fixed; */
    /* top: 0; */
    /* left: 0; */
    /* right: 0; */
    font-size: 1.4rem;
}
.top-bar {
    z-index: 999;
    margin: 0 auto;
    background: #fff;
    /* box-shadow: 0px 0px 1px 0px rgba(0,0,0,0.4); */
    padding: 50px 0 15px;
    max-width: 1280px;
    /* border-right: none; */
    /* border-left: none; */
}
@-moz-document url-prefix() {
    .top-bar {
        box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.4);
    }
}
.header-inner {
    display: flex;
    max-width: 100%;
    margin: -58px auto 0;
    align-items: center;
    flex-direction: column;
}
.shop-logo {
    margin: 0px 60px 0 30px;
}
.shop-logo a{display: flex;}
.shop-logo img {
}
.navigation{
    margin-top: 14px;
}
.nav {
    float: left;
    display: flex;
}
@media all and (-ms-high-contrast: none) {
    .nav {
        margin-top: 11px;
    }
}
.drop-arrow {
    margin-left: 6px;
}
.nav-item a {
    vertical-align: -webkit-baseline-middle;
}
.second-nav {
    display: flex;
    opacity: 0.85;
    flex-wrap: nowrap;
    justify-content: flex-end;
}
.second-nav li:hover{
    opacity:.7;
}
.cart-link{
    position:relative;
}
.nav-item span {
    font-weight: 600;
    border-bottom: 2px solid #fff;
    transition-property: border;
    transition-duration: 0.3s;
    transition-timing-function: ease;
    transition-delay: 0s;
}
.nav-item span:hover{
    opacity:1;
    border-bottom:2px solid #3B4043;
}
.second-nav li{
    line-height:1.4rem;
max-width: 46px;
    width: 100%;
}
.second-nav li span {
    padding: 0px 5px 0 5px;
    font-size: 1.0rem;
    font-weight: 600;
color: #fff0;
}
.second-nav img {
    display: block;
    margin: 0px auto 0px;
    height: 18px;
}
.nv-dropdown:active .drop-arrow {
    transform: rotate(180deg);
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.nv-dropdown:checked {
    transform: rotate(180deg);
}
.sp-nav-wrap {
    display: none;
}
.sp-second-nav-wrap {
    display: none;
}
span.cart-badge {
    background: #EB503C;
    color: #fff;
    padding: 3px 5px!important;
    font-size: 10px;
    border-radius: 10px;
    position: absolute;
    top: -8px;
    right: 1px;
    line-height: 1.0rem;
}
/*---------------------------------
header-dropmenu
---------------------------------*/
.navigation ul li a{
    transition-property: border;
    transition-duration: 0.3s;
    transition-timing-function: ease;
    transition-delay: 0s;
color: #5f5f5f;
}
.navigation ul li a:hover{
    opacity:1;
}
.navigation>ul>li{
    text-align:center;
}
.navigation .drop-nv-wrap{
    display: none;
    position: absolute;
    top: 29px;
    z-index: 9999;
}
.nav-item{
    margin-right: 30px;
    
}
.navigation .nav-item:first-child a{
}
.navigation .drop-nv-wrap ul{
    line-height: 1.4em;
    padding: 10px;
    /* overflow: scroll; */
    /* overflow-x: auto; */
    max-height: 80%;
    /* position: fixed; */
    background-color: #ffffff;
    font-size: 1.2rem;
    box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.2);
    width: 200px;
}
::-webkit-scrollbar{
  width: 10px;
}
::-webkit-scrollbar-track{
    background: #fff;
    border: none;
    border-radius: 10px;
    box-shadow: inset 0 0 2px #777; 
}
::-webkit-scrollbar-thumb{
    background: #ccc;
    border-radius: 10px;
    box-shadow: none;
}
.navigation .drop-nv-wrap ul li{
    text-align: left;
    /* margin: 12px 32px 0 0!important; */
    /* padding-left: 15px; */
    /* width: 230px; */
    padding: 0px 0 10px 0;
}
.navigation .drop-nv-wrap ul li a{
    padding: 0 0 0 0px!important;
    display: inline-block;
    border-bottom: 1px solid #fff;
    width: 100%;
}
.navigation .drop-nv-wrap ul li a:hover{
    opacity: 1;
    border-bottom: 1px solid #3B4043;
}
.dropdown-menu-list a:hover {
    text-decoration: underline!important;
}
.dropdown-menu-list a:before {
    content: "-";
    padding-right: 6px;


    vertical-align: text-top;
    font-weight: bold;
}
.article-title,
.article-title-pc {
    position: relative;
}
.article-title:after {
    content: "";
    position: absolute;
    right: -15px;
    top: 20%;
    transition: all 0.2s ease-in-out;
    display: block;
    width: 8px;
    height: 8px;
    border-top: solid 2px #6E6E6E;;
    border-right: solid 2px #6E6E6E;;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
}
.article-title-pc:after {
    content: "";
    position: absolute;
    right: -3px;
    top: 13px;
    transition: all 0.2s ease-in-out;
    display: block;
    width: 8px;
    height: 8px;
    border-top: solid 2px #6E6E6E;
    border-right: solid 2px #6E6E6E;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
}
@-moz-document url-prefix() {
    .article-title-pc:after {
        top: 3px;
    }
}
.article-title.open:after,
.article-title-pc.open:after{
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 57%;
}
@-moz-document url-prefix() {
    .article-title.open:after,
    .article-title-pc.open:after {
        top: 44%;
    }
}
/*---------------------------------
header-serch
---------------------------------*/
.search-link {
    display: inline-block;
    position: relative;
    float: right;
    padding: 0;
}
.sp-header {
    display: none;
}
.search {
    float: right;
    position: relative;
}
.search-box {
    margin: 0;
    float: left;
    display: none;
    position: absolute;
    right: 0px;
    bottom: -20px;
    /* width: 200px; */
}
.search-icon {
    margin: 0;
    /* float: left; */
    cursor: pointer;
}

a.btn-go {
    text-decoration: none;
    position: absolute;
    right: -55px;
    background: #fff;
}
.btn-go span {
    color: #6E6E6E;
    padding: 9px 12px!important;
}
.search-box a:hover {
    opacity: 1;
}
input[type="text"] {
    margin: 25px 0px 0 25px;
    padding: 0 0px 4px 0px;
    border: none;
    border-bottom: 1px solid #6E6E6E;
    outline: none;
    width: 160px;
}
.close {
    cursor: pointer;
    margin: 0 0 0 -20px;
    position: absolute;
    top: 27px;
    left: 30px;
}
/*---------------------------------
top
---------------------------------*/
/*---------------------------------
main-visual
---------------------------------*/
.main-visual {
    margin: 0 auto;
    max-width: 1280px;
}
#M_slider {
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
}
.main-visual img {
    width: 100%;
    object-fit: cover;
    height: 80vh;
}
.bx-wrapper{
    margin-bottom:0px!important;
}
.bx-wrapper .bx-pager {
    color: #666!important;
    bottom: 16px!important;
    padding-top: 0;
}
.bx-wrapper .bx-pager.bx-default-pager{
    bottom: 0%;
    position: relative;
}
.bx-wrapper .bx-pager.bx-default-pager a.active, .bx-wrapper .bx-pager.bx-default-pager a:focus,
.bx-wrapper .bx-pager.bx-default-pager a:hover {
    background: #3B4043!important;
}
.bx-wrapper .bx-pager.bx-default-pager a {
    background: #ccc!important;
}
.bx-wrapper .bx-pager.bx-default-pager a {
    width: 10px!important;
    height: 10px!important;
    margin: 0 7px!important;
}
.scroll-down a {
    display: none;
}
.bx-controls-direction {
    display: none;
}
/*---------------------------------
side-nav
---------------------------------*/
.left-nav {
    width: 240px;
    margin-right: 56px
}
.left-nav-title {
    border-bottom: 1px solid #6E6E6E;
    border-top: 1px solid #6E6E6E;
    padding: 16px 0;
    font-weight: bold;
}
.left-nav-item {
    font-size: 1.4rem;
    margin: 18px 0;
    line-height: 1.4em;
}
.left-nav-item:last-child {
    margin-bottom: 40px;
}
.left-nav-item a {
    display: block;
}
.left-nav-item a:hover {
    opacity: .7;
}
.left-nav-help {
    border-top: 1px solid #6E6E6E;
    padding: 16px 0;
}
.nav-help-list {
    margin: 18px 0;
    line-height: 1.4em;
    font-size: 1.4rem;
}
/*---------------------------------
information
---------------------------------*/
.information-list-wrap {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    border-bottom: 2px dotted #707070;
}
.information-list {
    display: flex;
    align-items: baseline;
    margin: 0 0 32px;
}
.information-label {
    font-size: 1.4rem;
    font-weight: 300;
    margin-right: 24px;
}
.information-contents {
    line-height: 1.2em;
}
.information-label:before {
    content: "-";
    padding-right: 4px;
}
.information-contents a:hover {
    text-decoration: underline;
}
/*---------------------------------
product-container
---------------------------------*/
.product-container {max-width: 1024px;margin: 0 auto;}
.product-contents-wrap {
    /* max-width: 1024px; */
    margin: 60px auto 0px;
}
.product-contents-wrap .product-wrap:last-child{
    padding-bottom:0px;
}
.product-wrap {
    padding-bottom: 60px;
}
.new-product-wrap {
    border-bottom: 2px dotted #707070;
}
.product-list {
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    padding: 20px 0 0;
}
.product-list-item {
    width: 33%;
    padding: 2%;
    box-sizing: border-box;
    position: relative;
}
.product-list-item:nth-child(3n) {
    margin-right: 0;
}
.product-image-wrap {
    position: relative;
    width: auto;
    height: 0;
    padding-bottom: 100%;
    margin-bottom: 8px;
}
.product-image-wrap img {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    top: 0;
    left: 0;
}
.product-image-wrap img:hover {
    opacity: .5;
}
.product-name-link {
    line-height: 1.6em;
}
.product-name-link:hover{
    text-decoration:none;
}
.product-list-item a div:hover {
    opacity: .7;
}
.product-caption-wrap{
    text-align:right;
}
.product-caption-wrap a:hover{
    text-decoration:none;
}
.product-caption {
    font-weight: 600;
    font-size: 1.4rem;
    display: block;
    text-align: left;
    margin-bottom: 5px;
}
.product-price {
    display: inline-block;
    margin-top: 10px;
    font-size: 1.4rem;
    text-align: right;
}
.product-discount {
    text-decoration: line-through;
}
.product-sale-price {
    color: #EB503C;
    font-weight: 500;
}
.sold-out {
    display: inline-block;
    font-size: 10px;
    font-weight: 100;
    background: #adadad;
    color: #fff;
    padding: 0 6px;
    border-radius: 2px;
    margin-bottom: 5px;
}
/*---------------------------------
footer
---------------------------------*/
.footer {
    background: #3B4043;
    color: #fff;
}
.footer-contents {
    max-width: 1024px;
    margin: 0 auto;
    padding: 40px 20px 20px;
}
.footer-menu-container {
    display: flex;
}
.footer-menu {
    /* margin-right: 130px; */
    width: 15%;
    margin-right: 5%;
}
.footer-menu:nth-child(3) {
    margin-right: 0;
}
.footer-menu-list-title {
    /* margin-bottom: 24px; */
    font-size: 1.3rem;
    /* font-weight: bold; */
    border-bottom: 1px solid #fff;
    /* display: inline-block; */
    margin: 0 0 10px;
}
.footer-menu-list-item {
    margin-bottom: 5px;
}
.footer-menu-list-item a{
    color:#fff;
}
.footer-item-list {
    display: flex;
    flex-direction: column;
    height: 700px;
    flex-wrap: wrap;
    justify-content: left;
    align-content: baseline;
    width: 440px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    line-height: 1.4em;
}
.footer-item-list li {
    margin-right: 45px;
}

.footer_shopinfo_area{
    margin-left:auto;
}
.footer_logo img{
    width:200px;
}
.mail-icon {
    vertical-align: middle;
}
.sns-link-list {
    display: flex;
    margin-top: 36px;
}
.sns-link {
    margin-right: 16px;
}
.mail-magazine-text {
    text-align: center;
    margin: 56px 0 36px;
}
.mail-magazine-title {
    font-size: 3.2rem;
    margin-bottom: 24px;
}
.mail-magazine-caption {
    line-height: 1.4em;
    margin-bottom: 24px;
}
.mail-magazine-btn-wrap {
    margin-bottom: 0;
}
.footer-bottom {
    /* background: #6E6E6E; */
}
.footer-bottom-inner {
    padding: 40px 0 0;
    text-align: center;
    color: #fff;
}
.copy-right {
    /* font-size: 10px; */
    /* margin-top: 20px; */
    letter-spacing: 0.1em;
}
.copy-right a{
    color:#fff;
}
/*---------------------------------
category_list
---------------------------------*/
.category-image {
    position: relative;
}
.category-image img {
    margin-top: 78px;
    height: 222px;
    width: 100%;
    object-fit: cover;
}
.category-image:before {
    content: "";
    background-color: #0000006b;
    position: absolute;
    width: 100%;
    height: 300px;
    top: 0;
    left: 0;
    z-index: 1;
}
.category-title-wrap {
    width: 100%;
    position: absolute;
    top: 170px;
    z-index: 2;
}
.category-title {
    color: #fff;
    font-size: 3.2rem;
    font-weight: 400;
    text-shadow: 0px 0px 3px #f7f7f7;
    max-width: 1200px;
    margin: 0 auto;
    padding-left: 8px;
}

/*---------------------------------
pager
---------------------------------*/
.pager {
    /* margin-bottom: 64px; */
}
.pager  ul.pagination {
    text-align: center;
    margin: 0;
    padding: 0;
}

.pager .pagination li {
    margin: 0 2px;
    padding: 0;
    display: inline-block;
    /*background:#EBEBEB;*/
    width: 30px;
    height: 30px;
    text-align: center;
    position: relative;
}

.pager .pagination li a{
    vertical-align: middle;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    display:table;
    text-decoration: none;
}

.pager .pagination li a span{
    display:table-cell;
    vertical-align:middle;
}

.pager .pagination li a:hover,
.pager .pagination li a.active{
    color: #fff;
    background: #6E6E6E;
    border-radius: 30px;
}
/*---------------------------------
detail
---------------------------------*/
.detail {
    margin-top: 0px;
    display: flex;
    justify-content: space-between;
    max-width: 1024px;
    margin: 0px auto 0;
}
.detail-image {
    width: 50%;
    height: 100%;
    /* margin-left: 20px; */
    padding: 0 5%;
}
.detail-image img {
    width: 100%;
}
.detail-right {
    padding-top: 0px;
    width: 45%;
    margin-right: 20px;
    margin-left: 0px;
}
.product-name {
    font-size: 2.4rem;
    font-weight: 600;
    /* line-height: 1.2em; */
    /* margin-bottom: 24px; */
    padding-bottom: 5px;
    border-bottom: 1px solid #3B4043;
    margin: 0 0 20px;
}
.product-price-block {
    font-size: 1.8rem;
    margin: 20px 0 0;
}
.product-price-block .price{
    font-size: 3.0rem;
    margin-left: 35px;
}
.product-price-block small {
    font-size: 1.8rem;
}
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
input[type="number"] {
    -moz-appearance:textfield;
}
input.productnum {
    font-size: 2.0rem;
    color: #6E6E6E;
    width: 50px;
    height: 35px;
    /* float: left; */
    text-align: center;
    /* padding: 0 5px; */
    margin-left: 30px;
}
div.button {
    /* float: left; */
    /* width: 16px; */
    /* padding-left: 16px; */
    position: absolute;
    top: 30px;
    left: 60px;
}
.cart-add-btn {
    display: flex;
    align-items: center;
}
.contact_product_text{
    margin:20px 0 20px;
}
.contact_product_text a{
    text-decoration:underline;
}
.contact_product_text a:hover{
    text-decoration:none;
}
input.spinner_up {
    margin-top: 3px;
    border: 0px;
    width: 13px;
    height: 13px;
    background: url("/view/images/template/6/up.png") no-repeat;
    cursor: pointer;
}
input.spinner_down {
    margin-top: 3px;
    border: 0px;
    width: 13px;
    height: 13px;
    background: url("/view/images/template/6/down.png") no-repeat;
    cursor: pointer;
}
.productnum-wrap {
    padding: 20px 0;
    position: relative;
    /* line-height: 2.0rem; */
}
.purchase-num {
    font-size: 1.8rem;
    /* font-weight: 100; */
    /* margin-bottom: 8px; */
    display: inline-block;
    vertical-align: middle;
}
.option-area {
    margin: -20px 0 60px;
}
.makeshop-option-wrap {
    margin: 8px 0;
}
.makeshop-option-label {
    font-size: 1.4rem;
    margin-bottom: 6px;
}
.makeshop-option-select {
    padding: 10px;
    width: 60%;
}
.bg-section {
    background: #FCF8EC;
    padding: 100px 0;
}
.detail-description {
    width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content:flex-end;
    padding: 0 16px;
}
.left-detail-description,
.right-detail-description {
    width: 50%;
}
.left-detail-description {
    margin-right: 140px;
}
.description-title {
    font-size: 1.8rem;
    font-weight: bold;
    margin-bottom: 24px;
}
.description-text {
    line-height: 2em;
}
.grid-multi-image {
    display: flex;
    flex-wrap: wrap;
}
.multi-image {
    flex: 1 0 calc(100%/3);
}
*::-ms-backdrop, .multi-image {
    width: 33.33%; /* IE11 */
}
.multi-image img {
    width: 100%;
    height: 60vh;
    object-fit: cover;
}
.detail-sold-out {
    display: inline-block;
    font-size: 1.4rem;
    font-weight: 100;
    background: #adadad;
    color: #fff;
    padding: 6px;
    margin-bottom: 5px;
    border-radius: 2px;
}
.detail-product-discount {
    font-size: 2.0rem;
    margin-bottom: 16px;
    text-decoration: line-through;
}
.detail-product-sale-price {
    color: #EB503C;
    font-weight: 500;
    font-size: 2.4rem;
}
.detail-product-sale-price small {
    font-size: 2.4rem;
    padding: 10px 0 0;
    display: inline-block;
}
/*---------------------------------
cart
---------------------------------*/
.cart-title-wrap {
    width: 1200px;
    margin: 0 auto;
    padding-top: 130px;
}
.cart-title {
    font-size: 2.0rem;
    font-weight: bold;
    color: #6E6E6E;
    letter-spacing: .2em;
}
.cart {
    margin-top: 60px;
    font-size: 1.4rem;
}
.cart-text-head {
    border-bottom: 1px dotted #6E6E6E;
    padding-bottom: 16px!important;
    display: flex;
}
.cart-product {
    padding: 16px 0;
    display: flex;
    border-bottom: 1px dotted #6E6E6E;
    align-items: center;
}
.cart .img-head {
    width: 15%;
}
.cart-product img {
    width: 100%;
}
.cart .name-head {
    width: 25%;
    /* padding-right: 40px; */
    line-height: 1.4em;
}
.cart .qty-head {
    width: 25%;
}
.cart .price-head {
    width: 25%;
}
.cart .remove-head {
    width: 10%;
}
.cart-item-text {
    display: flex;
    justify-content: space-between;
    width: 85%;
    align-items: center;
}
.cart .img {
    width: 15%;
}
.cart .name {
    width: 25%;
    line-height: 1.4em;
}
.cart .qty {
    width: 25%;
    display: flex;
}
.cart .price {
    width: 25%;
}
.cart .remove {
    width: 10%;
    /* padding-left: 14px; */
}
.remove-sp {
    display: none;
}
.total {
    text-align: right;
    margin: 56px 0 32px;
}
.total-text {
    font-size: 1.8rem;
}
.total-price {
    font-size: 3.2rem;
    padding-left: 16px;
}
.total-text-small {
    font-size: 1.4rem;
}
.continue-shopping {
    padding-right: 40px;
}
.payment-add-btn {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: center;
}
.quantity-notification {
    width: 44px;
    height: 44px;
    text-align: center;
}
.awesome a{
    cursor: pointer !important;
    text-align: center !important;
    display: inline-block;
    vertical-align: middle !important;
    color: #fff!important;
    width: auto!important;
    height: 100%!important;
    background: #3B4043!important;
    font-size: 1.2rem;
    margin-left: 10px;
    text-decoration: none;
    padding: 16px;
    line-height: 1.2rem;
}
/*---------------------------------
news-list
---------------------------------*/
.contents-wrap {
    max-width: 1024px;
    margin: 0 auto;
    padding: 0 0px;
    /* font-size: 1.4rem; */
}

.info-title-wrap {
    padding-top: 160px;
}
h2.info-title {
    font-size: 2.4rem;
    text-align: center;
    font-weight: 400;
    line-height: 1.8em;
    width: 60%;
    margin: 0 auto -30px;
}
/*---------------------------------
guide
---------------------------------*/
.guide-section {
    margin-bottom: 64px;
}
.guide-section-title {
    font-size: 2.0rem;
    font-weight: 400;
    line-height: 1.2em;
    margin-bottom: 24px;
    border-bottom: 1px solid #6E6E6E;
    padding-bottom: 12px;
}

@media screen and (max-width: 767px) {
  .pageWrapper .guide__shipping__half {
  width: calc(100% - 8px)!important; 
  }
  .pageWrapper .guide__shipping li {
    padding: 20px 40px!important;
	margin-bottom: 10px;
    }
}

.guide_2column{
    display:flex;
    flex-wrap:wrap;
    border: 1px solid #000;
    margin-bottom: 20px;
}
.left_block{
    width:50%;
    padding:10px;
    box-sizing:border-box;
    padding: 50px;
    text-align: center;
}
.left_block img{
    width:100%;
    display:block;
    max-width: 150px;
    margin: 0 auto;
}
.right_block{
    width:50%;
    padding:10px;
    box-sizing:border-box;
    padding: 50px;
    text-align: left;
}
.right_block h2{
    font-size:1.5rem;
    font-weight:bold;
	margin-bottom: 10px;
}

@media screen and (max-width: 767px) {
.left_block{
    width:100%;
    padding:20px;
}
.left_block img{
    max-width:100px;
}
.right_block{
    width:100%;
    padding:20px;
}
}    

/*---------------------------------
company
---------------------------------*/
.company-section img {
    margin-bottom: 20px;
    width: 100%;
}
.pageContCompany{padding: 20px 0;}
.pageContCompany table{
    width: 100%;
    text-align: left;
    font-size: 1.4rem;
}
.pageContCompany table tr{
    border-bottom: 1px dashed #3B4043;
}
.pageContCompany table th{
    width: 30%;
    font-size: 1.4rem;
    padding: 20px;
}
.pageContCompany table td{
    width: 70%;
    padding: 20px;
}

/*---------------------------------
contract
---------------------------------*/
.contract-section {
    padding-bottom: 20px;
}
.contents-wrap .contract-section:first-child{
    padding-top: 20px;
}
.contents-wrap .contract-section:last-child{
    padding-bottom: 0px;
}
.contract-section-title {
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 1.6em;
    margin-bottom: 10px;
    border-bottom: 1px dashed #3B4043;
    padding-bottom: 5px;
    width: 100%;
}
/*---------------------------------
policy
---------------------------------*/
.policy-section pre {
    /*line-height: 1.6em;*/
    font-size: 1.2rem;
    white-space: pre-wrap;
    padding: 20px 0 0;
}

/*---------------------------------
responsive 
---------------------------------*/

/*繧ｿ繝悶Ξ繝 ヨ*/
@media screen and (max-width: 1024px) {
}




/*繧ｹ繝槭 繝医ヵ繧ｩ繝ｳ*/
@media screen and (max-width: 768px) {
    
/*---------------------------------
common
---------------------------------*/
    .main-visual {
        position: relative;
        margin-top: 0px;
    }
    .scroll-down a {
        background: url(/view/images/template/6/scroll-down.png) no-repeat;
        background-size: 50px 50px;
        width: 50px;
        height: 50px;
        display: block;
        position: absolute;
        left: 0;
        right: 0;
        bottom: 60px;
        margin: auto;
    }
    #start-contents {
        margin-top: 0px;
        padding-top: 0px;
        position: relative;
    }
    span.cart-badge {
        top: -10px;
        right: -14px;
    }
    .header,
    .footer {
        width: 100%;
        border-top: 3px solid #3B4043;
    }
    .top-bar {
        padding: 10px 10px 10px;
        min-height: 75px;
    }
    .bg_gray{
        background:#3B4043;
		position: fixed;
    	top: 0;
    	left: 0;
    	width: 100%;
    }
    .header-inner {
        padding: 0 0px;
    display: flex !important;
    max-width: 100% !important;
    margin: 0px auto 0 !important;
    align-items: center !important;
    flex-direction: row !important;
    }
    .shop-logo {
        margin: 0;
        float: none;
        text-align: center;
    }
    .shop-logo img{
        width: 50vw;
        max-width: 200px;
margin-top: 10px;
    }
    .nav,
    .second-nav {
        display: none;
    }
    .side-bar {
        display: none;
    }
    .contents-section {
        margin: 0px auto 0;
        padding: 10px 0 0;
    }
    .contents-section-inner{
        padding:0 10px;
    }
    .bx-wrapper .bx-pager {
        text-align: center!important;
        padding-left: 0;
    }
    /*------------------
    hamburger
    ------------------*/
    .wrapper {
        height: 100%;
        overflow-x: hidden;
        position: relative;
        display: block;
    }
    .sp-nav-wrap {
        display: block;
    }
    .sp-nav-wrap a{
        color:#fff;
        padding: 15px;
        display: block;
        position: relative;
    }
    .sp-nav-wrap a:after{
        content: "";
        display: inline-block;
        width: 12px;
        height: 12px;
        background-image: url("https://gigaplus.makeshop.jp/nanacostar/assets/img/icon_arrow_menu.svg");
        background-size: contain;
        /* vertical-align: middle; */
        /* margin-left: 15px; */
        position: absolute;
        right: 15px;
        top: 22px;
    }
    .overlay {
        content: "";
        display: block;
        width: 0;
        height: 0;
        background-color: rgba(0, 0, 0, 0.5)!important;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 2;
        opacity: 0;
        transition: opacity .5s;
    }
    .overlay.open {
        width: 100%;
        height: 100%;
        opacity: 1;
    }
    .menu-trigger {
        display: inline-block;
        width: 28px;
        height: 28px;
        vertical-align: middle;
        cursor: pointer;
        position: fixed;
        top: 23px;
        right: 10px;
        z-index: 100;
    }
    .menu-trigger span {
        display: inline-block;
        box-sizing: border-box;
        position: absolute;
        left: 0;
        width: 100%;
        height: 3px;
        background-color: #3B4043;
        transition: all .3s;
    }
    .menu-trigger.active span {
        background-color: #3B4043;
    }
    .menu-trigger span:nth-of-type(1) {
        top: 4px;
    }
    .menu-trigger.active span:nth-of-type(1) {
        transform: translateY(9px) rotate(-45deg);
        background-color: #fff;
    }
    .menu-trigger span:nth-of-type(2) {
        top: 12px;
    }
    .menu-trigger.active span:nth-of-type(2) {
        opacity: 0;
    }
    .menu-trigger span:nth-of-type(3) {
        bottom: 4px;
    }
    .menu-trigger.active span:nth-of-type(3) {
        transform: translateY(-7px) rotate(45deg);
        background-color: #fff;
    }
 
    nav {
        width: 100%;
        height: 100%;
        margin-top: 70px;
        background: #3B4043!important;
        position: fixed;
        top: 0px;
        left: 0px;
        z-index: 10;
        transform: translate(100%);
        /* transition: all .5s; */
    }
    nav.open {
        transform: translate(0,0);
        overflow: scroll;
        overflow-x: hidden;
        height: 100%;
        /* margin: 20px 0 0; */
    }
    nav ul{
        margin-top:20px;
		padding-bottom: 80px;
    }
    nav li {
        color: #6E6E6E;
        text-align: left;
        /* padding: 15px 20px 15px; */
        /* font-size: 1.4rem; */
        border-top: 1px solid #fff;
        /* margin-top: 20px; */
    }
    .accordion-container {
        position: relative;
        width: 100%;
        cursor: pointer;
    }
    
    .accordion-container .article-title {
        display: block;
        position: relative;
        margin: 0;
        font-weight: normal;
        color: #fff;
        cursor: pointer;
        padding: 15px;
        /* border-bottom: 1px solid #fff; */
    }

    .accordion-container .article-title:hover,
    .accordion-container .article-title:active,
    .accordion-container .content-entry.open .article-title {
        color: #fff;
    }
    
    .accordion-container .article-title:hover i:before,
    .accordion-container .article-title:hover i:active,
    .accordion-container .content-entry.open i {
        color: white;
    }

    .article-title{
        position: relative;
    }

    .article-title:after {
        content: "";
        position: absolute;
        right: 16px;
        top: 40%;
        transition: all 0.2s ease-in-out;
        display: block;
        width: 8px;
        height: 8px;
        border-top: solid 2px #fff;
        border-right: solid 2px #fff;
        -webkit-transform: rotate(135deg);
        transform: rotate(135deg);
    }
    
    .article-title.open:after {
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        top: 45%;
    }

    .accordion-content {
        display: none;
        padding: 0px 0px 0;
        border-top: 1px solid #fff;
    }
    .accordion-content p {
        /* position: relative; */
        /* padding: 24px 0; */
        /* margin: 25px 0; */
        /* display: block; */
        /* vertical-align: middle; */
    }
    .accordion-content p:first-child{
        /* padding-top:0px; */
    }
    .accordion-content p:last-child{
        /* padding-bottom:0px; */
    }
    .accordion-content a {
        /* position: absolute; */
        /* display: inline-block; */
        /* width: 100%; */
        /* height: 100%; */
        /* top: 0; */
        /* left: 0; */
        color: #fff;
    }

    .accordion-container {
        margin: 0;
    }

    dl.search1{
        /* position:relative; */
        /* background-color:#fff; */
        /* border-bottom:1px solid #aaa; */
    }
    dl.search1 a:after{
        display:none;
    }
    dl.search1 dt{
        padding: 15px 15px;
        color: #fff;
    }
    dl.search1 dt input{
        border: none;
        border-radius: 0;
        outline: none;
        background: none;
    }
    
    dl.search1 dd{
        /* position:absolute; */
        /* top:0; */
        /* right:0; */
        display: flex;
        padding: 0 15px;
    }
    dl.search1 dd input{
        width: 70%;
        height: 40px;
        font-size: 1.4rem;
        border: 1px solid #ccc;
        padding: 5px;
        box-sizing: border-box;
    }
    dl.search1 dd a.search-url{
        padding: 0;
        width: 30%;
    }
    dl.search1 dd button{
        display:block;
        /* padding:10px; */
        /* background:none; */
        /* border:none; */
        height: 40px;
        background: #222;
        width: 100%;
        border: 1px solid #222;
    }
    dl.search1 dd button span{
        display:block;
        /* width:20px; */
        /* height:20px; */
        /* background:url('/view/images/template/6/search_icon.png') no-repeat scroll 0 0; */
        color: #fff;
        font-size: 1.4rem;
    }
    .search-link-sp {
        margin-bottom: 16px;
    }
    .sp-second-nav-wrap {
        display: flex;
        position: absolute;
        top: 24px;
        right: 57px;
    }
	.ps_fixed{
		position: fixed;
		z-index:9999;
	}
	.ps_logo_fixed{
		position: fixed;
		top: 13px;
		left:10px;
		z-index:9999;
	}
	.ps_fixed svg path,
	.ps_logo_fixed svg path{
	    fill:#ffffff!important;
	    stroke: none;
	}
	.ps_logo_fixed svg path.g{
	    stroke:#ffffff!important;
	}
	.ps_fixed svg circle{
	    fill:#ffffff!important;
	}
    .cart-link {
        margin-left: 12px;
    }
    .cart-link svg{
        height: 25px;
        width: auto;
    }

    .slider li img {
        height: 50vh;
    }
    .footer-contents {
        width: 100%;
        padding: 20px 20px;
        margin-top: 0px;
    }
    .footer-menu-container {
        display: block;
    }
    .footer-menu {
        margin-bottom: 40px;
        width: 100%;
    }
    .footer-menu:last-child {
        margin-bottom: 0;
    }
    .footer-menu-list-item {
        margin-bottom: 0px;
    }
    .footer-menu-list-item a{
        padding: 10px 0;
        display: block;
        position:relative;
    }
	.footer-menu-list-item a:hover{
        text-decoration:none;
    }
    .footer-menu-list-item a:after{
        content: "";
        display: inline-block;
        width: 9px;
        height: 14px;
        background-image: url("https://gigaplus.makeshop.jp/nanacostar/assets/img/icon_arrow.svg");
        background-size: contain;
        position: absolute;
        top: 15px;
        right: 0;
    }
    .footer_shopinfo_area{
        text-align:center;
    }
    .footer-bottom-inner{
        padding: 20px 0 0;
    }
    .sns-link-list {
        margin-top: 20px;
    }
    .sns-link img {
        width: 24px;
    }
    .product-contents-wrap {
        min-width: 100%;
        padding: 0 10px;
    }
    .information-list-wrap {
        white-space: inherit;
    }
    .information-list {
        display: block;
        margin-bottom: 32px;
    }
    .information-label {
        margin: 0 0 12px 0;
    }
    .product-list-item {
        width: 50%;
        min-width: 0;
        margin-right: 0px;
        padding: 1%;
    }
    .product-list-item:nth-child(even) {
        margin-right: 0;
    }
    .product-list {
        justify-content: space-between;
        width: 100%;
    }
    .product-list-item:nth-child(3) {
        margin-right: 0px;
    }
    
    /*------------------
    category_list
    ------------------*/
    .banner-image {
        background-position: center;
        height: 20vh;
    }
    .item-title-wrap span {
        padding-left: 8px;
    }   
    .item-title {
        font-size: 2.8rem;
        padding-left: 8px;
    }
    .category-image:before {
        height: 198px;
    }
    .category-image img {
        height: 145px;
            margin-top: 54px;
    }
    .category-title-wrap {
        top:115px;
    }
    .category-title {
        font-size: 2.0rem;
    }
    
    /*------------------
    detail
    ------------------*/
    .detail {
        margin-top: 10px;
        display: block;
        padding: 0 10px;
    }
    .detail-image {
        width: 100%;
    }
    .detail-image img {
        width: 100%;
    }
    .detail-right {
        margin-left: 0;
        width: 100%;
    }
    .product-name {
        font-size: 2.4rem;
    }
    .product-price-block {
        /* font-size: 3.2rem; */
    }
    .product-price-block small {
        font-size: 1.8rem;
    }
    .productnum-wrap {
        padding: 32px 0 24px;
    }
    .add-btn {
        width: 100%;
    }
    .bg-section {
        margin-top: 60px;
        padding: 40px 0;
    }
    .detail-description {
        width: 100%;
        display: block;
    }
    .left-detail-description, .right-detail-description {
        width: 100%;
        margin-bottom: 48px;
    }
    .right-detail-description {
        margin-bottom: 0;
    }
    .grid-multi-image {
        display: block;
    }
    
    /*------------------
    cart
    ------------------*/
    .cart-title {
        padding: 0 0 0 10px;
    }
    .cart-table {
        border-top:  1px dotted #6E6E6E;
    }
    .cart-text-head {
        display: none;
    }
    .cart .img {
        width: 40%;
    }
    .cart .img img {
        /* padding-right: 16px; */
    }
    .cart-item-text {
        display: block;
        width: 60%;
    }
    .cart-item-text div {
        width: 100%!important;
        margin-bottom: 10px;
    }
    .cart .remove {
        display: none;
    }
    .remove-sp {
        display: block;
        text-align: right;
        text-decoration: underline;
    }
    .cart-add-btn {
        display: block;
        margin-bottom: 20px;
    }
    .continue-shopping {
        padding: 0;
        margin-top: 24px;
        text-align: center;
        text-decoration: underline;
    }
    .awesome {
        height: 44px!important;
    }
    .cart-product {
        align-items: end;
    }
    .payment-add-btn {
        display: block;
        margin-bottom: 0px;
    }
    
    /*---------------------------------
    news-list
    ---------------------------------*/
    .info-title-wrap {
        padding-top: 130px;
    }
    h2.info-title {
        font-size: 1.8rem;
        line-height: 1.6em;
        width: 80%;
    }
}






/*---------------------------------
add style customize ZANAS SAWADA
---------------------------------*/
/*--------------------
Common
--------------------*/
.contents_block_ttl{
    font-size: 2.4rem;
    line-height: 2.4rem;
    padding-bottom: 5px;
    border-bottom: 1px solid #3B4043;
    margin-bottom: 10px;
}

.pc_only{
    display: block;
}
.sp_only{
    display: none;
}

/*繧｢繧､繧ｳ繝ｳ*/
.item-list-icon{
	display: block;
	line-height: 1.4rem;
	text-align: left;
}
.item-list-icon li{
    display: inline-block;
    vertical-align: middle;
}
.item-list-icon li img{
    zoom: 0.5;
}
.item-icon-list{
	/* display: block; */
	/* line-height: 2.0rem; */
	/* text-align: left; */
}
.item-icon-list li{
    /* display: inline-block; */
    /* vertical-align: middle; */
}
.item-icon-list li img{
    zoom: 0.5;
}
/*繝ｩ繝ｳ繧ｭ繝ｳ繧ｰ繝舌ャ繝 */
.item-list-rank {
  position: absolute;
  top: 10px;
  left: 10px;
  display: flex;
  width: 30px;
  height: 30px;
  background: #F8F8F8;
  color: #3B4043;
  z-index: 999;
  align-items: center;
  border-radius: 25px;
  justify-content: center;
  font-weight: normal;
  border: 0.5px solid #3B4043;
  }

.rank-1 {
  background: #FFEB1F;
  }

.rank-2 {
  background: #CDCDCD;
  }

.rank-3 {
  background: #DB7F25;
  }

/*--------------------
繧ｫ繝 ざ繝ｪ繝壹 繧ｸ蜈ｱ騾 
--------------------*/
.breadcrumb {
  text-align: left;
  margin-bottom: 16px;
  max-width: 1024px;
  margin: 0 auto 20px;
}

.breadcrumb-item {
  display: inline-block;
  margin-right: 8px;
}
.breadcrumb-item a{
    text-decoration:underline;
}
.breadcrumb-item a:hover{
    text-decoration:none;
}
.breadcrumb-item::after {
    content: ">";
    margin-left: 8px;
}
.breadcrumb-item:last-child::after {
    display: none;
}

.category-head,
.search-head {
  margin-top: 20px;
}

.search-title {
  font-size: 1.5rem;
}

.category-recomend-title {
  font-size: 1.4rem;
  text-align: center;
}

.category-code {
  margin-left: 8px;
}

.category-image {
  max-width: 100%;
}

.child-category-list {
  /* background: #f0efe9; */
  /* padding: 16px; */
  margin: 20px auto;
  text-align: left;
  /* display: flex; */
  font-size:1.4rem
}

.child-category-item {
  width: 100%;
}
.child-category-item a{
    margin:10px 0;
    display:block;
    text-decoration:underline;
}
.child-category-item a:hover{
    text-decoration:none;
}

.list-head {
  margin: 10px 0 24px;
  display: flex;
  justify-content: space-between;
  /* max-width: 1024px; */
}

.list-head-sort {
  display: flex;
}

.list-head-sort dd {
  margin-right: 8px;
}
.list-head-sort dd a{
    text-decoration: underline;
}
.list-head-sort dd a:hover{
    text-decoration:none;
}
.empty {
  margin-top: 120px;
  color: #666;
}

.list-head-type {
  display: flex;
}
.list-head-type li .list-head-type-btn, .list-head-type li a {
    display: inline-block;
    background: #f0efe9;
    padding: 3px 8px;
}
.list-head-type li a {
    background: #242325;
    color: #fff;
    text-decoration: none;
}

/*--------------------
繝｡繧､繝ｳ繧ｹ繝ｩ繧､繝繝ｼ鬆伜沺
--------------------*/
.mainvisual_wrap{
	max-width: 1280px;
	margin: 0 auto;
}
.main_slider{}
.main_slider li{}
.main_slider li a{}
.main_slider li a img{
	width: 100%;
}
/*--------------------
繧ｭ繝｣繝ｳ繝壹 繝ｳ繝舌リ繝ｼ鬆伜沺
--------------------*/

.campaign_banner_wrap{
    max-width:1024px;
    margin:0 auto;
    padding: 0px 0 90px;
}
.campaign_banner_inner{
}
.campaign_banner_inner ul{
} 
.campaign_banner_inner ul li{
    width: auto;
    padding:10px;
}
.campaign_banner_inner ul li a{}
.campaign_banner_inner ul li a img{
    width: 100%;
}

/*--------------------
TOP ABOUT鬆伜沺
--------------------*/

.about_wrap{
    background:#FCFBFA;
}
.about_inner{
    max-width:1024px;
    margin:0 auto;
    position:relative;
    padding: 140px 0 60px;
}
.about_logoarea{
    position:absolute;
    top: -40px;
    left: 50%;
    text-align: center;
    transform: translate(-50%, 0%);
    /* width: 200px; */
    margin: auto;
}
.about_logo{}
.about_logo img{}
.about_logoarea h2{
    font-size: 3.0rem;
}
.about_logoarea .about_caption{
    font-size: 1.2rem;
    margin-top: 5px;
}
.about_contents_block{
    display:flex;
    align-items: center;
}
.about_pct_area{
    width:50%;
}
.about_pct_area img{
    width:100%;    
}
.about_text_area{
    width:50%;
    padding-left:5%;
    box-sizing:border-box;
}
.about_text_area h3{
    font-size: 1.6rem;
    margin-bottom: 10px;
}
.about_text_area p{}

/*--------------------
TOP NEWS鬆伜沺
--------------------*/
.news_wrap{
    max-width: 1024px;
    margin: -40px auto 90px;
}
.news_wrap .check_area_red{
    border:1px solid red;
    padding: 20px;
    margin: 20px 0;
}
.news_wrap .check_area_red h3{
    font-size: 1.4rem;
    margin-bottom: 10px;
    font-weight:bold;
}


/*--------------------
TOP MAGAZINE鬆伜沺
--------------------*/
.magazine_wrap{
    max-width: 1024px;
    margin: 40px auto 40px;
}
.magazine_inner{}
.magazine_list_wrap{
    margin: 25px 0 0;
}
.magazine_list_wrap ul{
    display: flex;
}
.magazine_list_wrap ul li{
    width: 25%;
    /* text-align: center; */
    box-sizing: border-box;
    margin: 1%;
}
.magazine_list_wrap ul li a{
    text-decoration:none;
    display:block;
}
.magazine_list_wrap ul li a:hover{
    opacity: 0.7;
}
.magazine_list_wrap ul li:first-child{
    margin-left:0%;
}
.magazine_list_wrap ul li:last-child{
    margin-right:0%; 
}
.magazine_list_wrap ul li .img_box{}
.magazine_list_wrap ul li .img_box a{
    display:block;
    border: 1px solid #ccc;
}
.magazine_list_wrap ul li .img_box img{
    width: 100%;
    display: block;
}
.magazine_list_wrap ul li dl{
    margin: 10px 0 0;
}
.magazine_list_wrap ul li dt{
    font-size: 1.4rem;
    font-weight: 600;
}
.magazine_list_wrap ul li dd{}
.magazine_ttl{}
.magazine_date{
    text-align: right;
}
.magazine_text{}

/*--------------------
TOP 繝励Ο繝繧ｯ繝医ヰ繝翫 鬆伜沺
--------------------*/
.category_banner_wrap{}
.category_banner_inner{
    max-width: 1024px;
    margin: 0px auto 0px;
}
.category_banner_inner .contents_block_ttl{
    margin-bottom:20px;
}
.product_block{
    position: relative;
    height: 500px;
}
.product_block img{
    width: 100%;
    object-fit: cover;
    height: 500px;
}
.product_detail_box{
    position:absolute;
    top: 50%;
    right: 0%;
    width: auto;
    /* padding-left:1%; */
    box-sizing:border-box;
    /*background: rgba(255,255,255,0.9);
    padding: 20px;*/
    transform: translate(-15%, -50%);
    max-width: 450px;
    margin: auto;
    min-width: 450px;
}
.product_detail_box .product_detail_box_innder{
    padding: 20px;
    background: rgba(255,255,255,0.9);
}

.product_detail_box img.product_logo{
    width: auto;
    margin: 0 0 10px;
    height: 50px;
}
.product_detail_box #wax{}
.product_detail_box #lea{}
.product_detail_box #shampoo{
    height: 80px;
}
.product_detail_box #hand{}
.product_detail_box h3{
    font-size: 1.6rem;
    margin: 0 0 5px;
    font-weight: bold;
    line-height: 2.6rem;
text-align: left;
  display: inline-block;
}
.product_detail_box p{
    /* line-height: 2.4rem; */
}
.product_detail_box p span{
    font-size: 1.1rem;
}
.product_detail_box .detail_button{
}
.product_detail_box .detail_button a{
	color: #fff;
	background: #3B4043;
	display: block;
	width: 100%;
	padding: 15px 0;
	text-align: center;
	font-size: 2.0rem;
	margin: 20px 0 0;
	font-weight: 300;
}
.product_detail_box .detail_button a:hover{
    text-decoration:none;
}
.left_side{
    position: absolute;
    top: 50%;
    left: 0%;
    width: auto;
    box-sizing: border-box;
    /*background: rgba(255,255,255,0.9);
    padding: 20px;*/
    transform: translate(15%, -50%);
    max-width: 450px;
    margin: auto;
    right: auto;
}

/*--------------------
蜈ｱ騾  繧ｳ繝ｳ繝 Φ繝 ヰ繝翫 
--------------------*/
.contents_banner_wrap{
    background: #fff;
    max-width: 1280px;
    margin: 0px auto 0px;
}
.contents_banner_inner{
    max-width: 1024px;
    margin: 0px auto 0px;
    
}
.contents_banner_inner ul{
    display: flex;
    flex-wrap: wrap;
    padding: 60px 0 60px;
}
.contents_banner_inner ul li{
    padding: 0.5%;
    box-sizing: border-box;
    width: 50%;
}
.contents_banner_inner ul li a{
    display: flex;
}
.contents_banner_inner ul li a img{
    width: 100%;
    height: 100%;
}

/*--------------------
蜈ｱ騾  繧､繝ｳ繧ｹ繧ｿ繧ｰ繝ｩ繝  繝輔ぅ繝ｼ繝牙沂繧∬ｾｼ縺ｿ
--------------------*/
.instagram_feed_wrap{
    background: #fff;
    max-width: 1280px;
    margin: 0px auto 0px;
}
.instagram_feed_inner{
    max-width: 1024px;
    margin: 0px auto 0px;
}
.instagram_feed_inner iframe{
    margin:60px 0 0
}
/*--------------------
蜈ｱ騾  SNS繧｢繧､繧ｳ繝ｳ
--------------------*/
.sns_icon_wrap{
    background: #fff;
    max-width: 1280px;
    margin: 0px auto 0px;
}
.sns_icon_inner{
    max-width: 1024px;
    margin: 0px auto 0px;
}
.sns_icon_inner ul{
    /* display:flex; */
    text-align:center;
    padding: 80px 0;
}
.sns_icon_inner ul li{
    display: inline-block;
    padding: 0 10px;
}


/*--------------------
蜈ｱ騾  繝輔Ο繝ｼ繝 ぅ繝ｳ繧ｰ繝懊ち繝ｳ
--------------------*/

.floating_button{
    position: fixed;
    right: 10%;
    bottom: 10%;
    background: #fff;
	display: none;
}
.floating_button a{
    display: flex;
}
.floating_button a img{
    width: 40px;
	height: 40px;
}

/*--------------------
繧ｫ繝 ざ繝ｪ繝壹 繧ｸ 繝励Ο繝繧ｯ繝医ヰ繝翫 鬆伜沺
--------------------*/
.category .category_banner_wrap{}
.category .category_banner_inner{
    max-width: 1024px;
    margin: 0px auto 0px;
}
.category .category_banner_inner .contents_block_ttl{
    margin-bottom:20px;
}
.category .product_block{
    position: relative;
    height: auto;
}
.category .product_block img{
    width: 100%;
    object-fit: cover;
    height: 500px;
}
.category .product_detail_box{
position: relative;
  top: 50%;
  right: 0%;
  width: auto;
  box-sizing: border-box;
  background: rgba(255,255,255,0.9);
  padding: 20px;
  transform: none;
  max-width: 1024px;
  margin: 20px auto;
  min-width: unset;
  text-align: center;
  display: block ruby;
}
.category .product_detail_box .logo_area{width: 20%;text-align: center;}
.category .product_detail_box .text_area{
    width: 85%;
text-align: left;
}
.text_are p {
display: inline-block;
  text-align: left;
  width: 70%;
}

.category .product_detail_box img.product_logo{
    width: auto;
    margin: 0 0 10px;
    height: 50px;
}
.category .product_detail_box #wax{}
.category .product_detail_box #lea{}
.category .product_detail_box #shampoo{
    height: 80px;
}
.category .product_detail_box #hand{}
.category .product_detail_box h3{
    font-size: 1.6rem;
    margin: 0 0 5px;
    font-weight: bold;
    line-height: 2.6rem;

  }
}
.category .product_detail_box p{
    /* line-height: 2.4rem; */
}
.category .product_detail_box p span{
    font-size: 1.1rem;
}
.category .product_detail_box .detail_button{
}
.category .product_detail_box .detail_button a{
	color: #fff;
	background: #3B4043;
	display: block;
	width: 100%;
	padding: 15px 0;
	text-align: center;
	font-size: 2.0rem;
	margin: 20px 0 0;
	font-weight: 300;
}
.category .product_detail_box .detail_button a:hover{
    text-decoration:none;
}

/*--------------------
蝠 刀隧ｳ邏ｰ繝壹 繧ｸ 逕ｻ蜒城Κ蛻 
--------------------*/
/* 蝠 刀隧ｳ邏ｰ繝壹 繧ｸ 繧ｵ繝 繝阪う繝ｫ莉 */

.item-image {
margin-bottom: 2rem;
}

.item-image-list {margin-bottom: 30px;line-height: 0;display: flex;align-items: center;}

.item-image-list img {max-width: 100%;border: 1px solid #e5e5e4;/* width: 100%; */box-sizing: border-box;/* font-size: 0; *//* letter-spacing: 0; */}
.item-image-large {width: 100%;position: relative;/* padding-bottom: 67%; */margin: 0 auto 1rem;/* border: 1px solid #e5e5e4; */}
.item-image-large .item-image-list {width: 100%;height: 100%;/* position: absolute; *//* top: 50%; *//* left: 50%; *//* transform: translateX(-50%) translateY(-50%); *//* border: 1px solid #e5e5e4; */margin-bottom: 0px;}
.item-image-small {/* display: flex; *//* justify-content: center; */text-align: left;font-size: 0px;/* width: 100%; */letter-spacing: 0em;/* margin-right: 1%; */}
.item-image-small .item-image-list {width: 23.5%;height: auto;margin: 0px;padding: 0px;display: inline-block;box-sizing: border-box;margin: 1%;border: 1px solid #a8a8a8;}
.item-image-small li:first-child{
    margin-left: 0;
}
.item-image-small li:nth-child(4n){
    margin-right: 0;
}
.item-image-small li:nth-child(4n+1){
    margin-left: 0;
}
.item-image-small .item-image-list span{
    background:#000;
    display: inline-block;
}

.item-image-small .item-image-list img{
    opacity: 0.9;
    border: none;
}
.item-image-small li.on_style{
    border:1px solid #1e2e5c;
}
.item-image-small li.on_style span{
    background:none;
}
.item-image-small li.on_style span img{
    opacity:1;
}

/*--------------------
蝠 刀隧ｳ邏ｰ繝壹 繧ｸ 荳矩Κ繧ｳ繝ｳ繝 Φ繝 
--------------------*/
.description_wrap{
    padding-bottom: 60px;
}
.description_wrap p{
    font-size: 1.4rem;
    line-height: 2.0;
}
.product_detail_info_wrap{max-width: 1024px;margin: 0 auto;}
.product_detail_type01{
    margin-bottom: 60px;
}
.product_detail_type01 h2, .product_detail_type01 h3,.product_detail_type01 p{
    margin: 10px 0;
}
.catchImg{
    /* text-align: center; */
    display: flex;
}
.catchImg img{
    /*max-width: 980px;*/
    display: inline-block;
    margin: 0 auto;
    width: 100%;
}
.product_imginfo_list{}
.product_imginfo_list img{width:100%; height: 100%;}
.product_imginfo_list .pc-only img{max-width:980px;margin: 0 auto;}
.product_imginfo_list .pc-only{display:flex;text-align: center;}
.product_imginfo_list .sp-only{display:none;}

/*B繝代ち繝ｼ繝ｳ*/
.product_detail_type02{
    margin: 60px 0 0;
}
.product_detail_type02 .column_area{display: flex;align-items: center;margin: 20px 0;flex-wrap: wrap;justify-content: center;}
.product_detail_type02 .column_area h3{
    font-size: 2.0rem;
    line-height: 2.0;
    padding-bottom: 20px;
}
.product_detail_type02 .column_area h3.text_overlay_ttl{
    font-size: 1.8rem;
    line-height: 2.0;
    padding-bottom: 15px;
}
.product_detail_type02 .column_area img{width:100%}
.product_detail_type02 .column_area .left_box{
    width: 50%;
    padding: 1%;
    box-sizing: border-box;
}
.product_detail_type02 .column_area .right_box{
    width: 50%;
    padding: 1%;
    box-sizing: border-box;
}
.product_detail_type02 .point_block_01 h3,.product_detail_type02 .point_block_02 h3{
    font-size: 2.0rem;
    color: #C86D88;
    padding: 0 0 10px;
}
.product_detail_type02 .point_block_01,.product_detail_type02 .point_block_02,.product_detail_type02 .point_block_03,.product_detail_type02 .point_block_04{
    /*margin: 60px 0 0;*/
}
.product_detail_type02 .point_block_01 h3:before{
  content: "";
  display: inline-block;
  width: 25px;
  height: 24px;
  background-image: url("https://gigaplus.makeshop.jp/nanacostar/assets/img/icon_check.svg");
  background-size: contain;
  vertical-align: middle;
  margin-right: 10px;
  margin-bottom: 0px;
}
.product_detail_type02 .point_block_02 h3:before{
  content: "";
  display: inline-block;
  width: 27px;
  height: 23px;
  background-image: url("https://gigaplus.makeshop.jp/nanacostar/assets/img/icon_heart.svg");
  background-size: contain;
  vertical-align: middle;
  margin-right: 10px;
  margin-bottom: 0px;
}

.product_detail_type02 .point_block_01 h3,.product_detail_type02 .point_block_02 h3,.product_detail_type02 .point_block_03 h3,.product_detail_type02 .point_block_04 h3{
    font-size: 2.0rem;
    padding: 10px 0 10px;
    /* font-family: serif; */
    font-weight: normal;
    letter-spacing: 0.2rem;
    line-height: 2.0;
}

.product_detail_type02 .point_block_03 h3:after{
  content: "";
  display: inline-block;
  width: 32px;
  height: 40px;
  background: url("https://gigaplus.makeshop.jp/nanacostar/img/product/towel/product_detail_pct/towel_icon_03.png") no-repeat;
  background-size: cover;
  vertical-align: middle;
  margin-left: 10px;
  margin-bottom: 0px;
}

.product_detail_type02 .column_area.column3{
    align-items: flex-start;
}
.product_detail_type02 .column_area.column4{
    align-items: flex-start;
}
.product_detail_type02 .column_area.column5{
    align-items: flex-start;
}
.product_detail_type02 .column_area.column6{
    align-items: flex-start;
}
.product_detail_type02 .column_area.column3 div{
    width: 33%;
    padding:1%;
    box-sizing:border-box;
}
.product_detail_type02 .column_area.column4 div{
    width: 25%;
    padding:1%;
    box-sizing:border-box;
}
.product_detail_type02 .column_area.column5 div{
    width: 20%;
    padding:1%;
    box-sizing:border-box;
}
.product_detail_type02 .column_area.column6 div{
    width: 16%;
    padding:1%;
    box-sizing:border-box;
}

/*table繝ｬ繧､繧｢繧ｦ繝 */
.column_table_wrap{}
.column_table_inner{}
.column_table_wrap  table{
    width: 100%;
    border: 1px solid #3B4043;
    border-collapse: collapse;
    text-align: center;
    font-size: 1.2rem;
    vertical-align: middle;
    font-family: "繝偵Λ繧ｮ繝手ｧ偵ざ Pro W3", Hiragino Kaku Gothic Pro, " 繝｡繧､繝ｪ繧ｪ", Meiryo, Osaka, "  ｭ ｳ  ｰ繧ｴ繧ｷ繝 け", MS PGothic, " sans-serif";
    line-height: 1.8;
    /* background: #f4f4f4f4; */
    margin: 60px 0 0;
}
.column_table_wrap  table tr{}
.column_table_wrap  table th{
    border: 1px solid #3B4043;
    padding: 10px;
    vertical-align: middle;
}
.column_table_wrap  table td{
    border: 1px solid #3B4043;
    padding: 5px;
    vertical-align: middle;
}
.column_table_wrap  table tr:first-child{
    background:#595757;
    color:#ffffff;
}
.column_table_wrap  table span{
    font-size: 1.0rem;
}
.cell_5 td{
    width:20%;
}
.cell_3 td{
    width:33%
}

.column_table_inner table{
width:100%;
}
.column_table_inner{
overflow:auto;
white-space:nowrap;
}
.column_table_inner::-webkit-scrollbar{
height: 10px;
}
.column_table_inner::-webkit-scrollbar-track{
background: #f4f4f4;
border-radius:0px;
}
.column_table_inner::-webkit-scrollbar-thumb{
background: #999999;
border-radius:0px;
}

/*荳ｭ螟ｮ驟咲ｽｮ*/
.middle_column{
    /* justify-items: center; */
    align-items: center;
}
/* 繝ｬ繧､繧｢繧ｦ繝医 讓ｪ荳ｦ縺ｳ*/
.cln3_sbs div{
    width:33%!important;
}
.cln2_sbs div{
    width:50%!important;
}
.qa_page_wrap{
padding: 30px 30px;
}

/*繝 く繧ｹ繝医が繝ｼ繝舌 繝ｬ繧､繧ｨ繝ｪ繧｢縺ｮ陬 ｣ｾ*/
.text_overlay_wrap{
    position: relative;
}
.text_overlay_area{
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  margin:0;
  padding:0;
  color: #fff;
  /* padding: 10px; */
  /* background: #ffffff; */
  width: 100%;
}
.text_overlay_area p{
    /* margin:10px 0 0; */
    /* font-size: 1.6rem; */
    /* line-height: 2.0; */
}
.text_overlay_ttl{
    font-size: 2.5rem;
    line-height: 2.0;
    font-weight: bold;
}

.under_1column_highlight{
    background: #f5f5f5;
    padding: 25px;
}
.under_1column_highlight .text_overlay_ttl{
    font-size: 2.0rem;
    line-height: 2.0;
}
/*蝠 刀繧ｰ繝ｫ繝ｼ繝 */
.group-item .product-wrap{padding-bottom: 0px;}
.group-item .section-title{}


/*謌仙 陦ｨ 繧｢繧ｳ繝ｼ繝 ぅ繧ｪ繝ｳ驛ｨ蛻 */

.ingredients_area{
    padding: 10px 0;
}
.ingredients_area dl{
    padding: 1rem 0 0;
}
.ingredients_area dt{
    font-weight: normal;
    display:block;
    cursor: pointer;
}
.ingredients_area dd{
	display:none;
}
.ingredients_area dt:before {
    content: '+';
    display: inline-block;
    width: 1rem;
}
.ingredients_area dt.active:before {
    content: '-';
}

/*youtube蝓九ａ霎ｼ縺ｿ*/
.movie-wrap {
     position: relative;
     padding-bottom: 56.25%; /*繧｢繧ｹ繝壹け繝域ｯ  16:9縺ｮ蝣ｴ蜷医 邵ｦ蟷 */
     height: 0;
     overflow: hidden;
}
 
.movie-wrap iframe {
     position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
}

/*繝√ぉ繝 け繧｢繧､繧ｳ繝ｳ縺ｮ繝ｪ繧ｹ繝郁｣ ｣ｾ*/
.check_icon_wrap{
    text-align: left;
    font-size: 1.4rem;
    margin: 0 auto;
}
.check_icon_wrap li{
	position: relative;
	padding-left: 30px;
	padding-bottom: 5px;
}
.check_icon_wrap li:before{
    content: "";
    position: absolute;
    top: 0.5rem;
    left: 7px;
    -webkit-transform: rotate(50deg);
    -ms-transform: rotate(50deg);
    transform: rotate(50deg);
    width: 7px;
    height: 11px;
    border-right: 2px solid;
    border-bottom: 2px solid;
}
.check_icon_wrap li:after{
    content: "";
    position: absolute;
    top: 0.3rem;
    left: 0;
    width: 20px;
    height: 20px;
    border: 1px solid;
    border-radius: 2px;
}


/*---------------------------------
responsive 
---------------------------------*/

/*繧ｿ繝悶Ξ繝 ヨ*/
@media screen and (max-width: 1024px) {

/*--------------------
Common
--------------------*/
.contents_block_ttl{}

.pc_only{}
.sp_only{}

.product-contents-wrap{
    padding: 0px 0px;
	margin: 0px 0 0;
}
.breadcrumb{
    padding:0 20px; 
}
.product-container{
    padding:0 20px;
}
.contents-section-inner{
    padding:0 20px;
}
.product-wrap{
	padding-bottom: 30px;
}

/*繝倥ャ繝-*/
.header{
    font-size:1.2rem;
}
.header-inner{
  padding: 0 0px;
    display: flex;
    max-width: 100%;
    margin: -55px auto 0;
    align-items: center;
    flex-direction: column;
}
.shop-logo{
    margin: 0px 30px 0 0px;
}
.shop-logo svg{
    width:100%;
}
.nav-item{
    margin-right: 15px;
    line-height: 1rem;    
}
nav .nav-item:first-child{
}        
.second-nav li span{
    /* font-size: 1.0rem; */
    display: block;
    text-align: center;
}
/*--------------------
TOP ABOUT鬆伜沺
--------------------*/

.about_inner{
    padding: 140px 20px 60px;
}

/*--------------------
TOP NEWS鬆伜沺
--------------------*/
.news_wrap{
    padding:0 20px
}
.news_wrap ul{
    display: flex;
    flex-wrap:wrap;
}
.news_wrap ul li{
    width: 33%;
    margin: 0%;
    padding:1%
}
.news_wrap ul li:last-child{
    margin-right:0%; 
    display:none;
}

/*--------------------
TOP MAGAZINE鬆伜沺
--------------------*/
.magazine_wrap{
    padding:0 20px
}
.magazine_list_wrap ul{
    display: flex;
    flex-wrap:wrap;
}
.magazine_list_wrap ul li{
    width: 33%;
    margin: 0%;
    padding:1%
}
.magazine_list_wrap ul li:last-child{
    margin-right:0%; 
    display:none;
}

/*--------------------
蜈ｱ騾  繧､繝ｳ繧ｹ繧ｿ繧ｰ繝ｩ繝  繝輔ぅ繝ｼ繝牙沂繧∬ｾｼ縺ｿ
--------------------*/
.instagram_feed_inner{
    padding: 0 20px;
}

}


/*繧ｹ繝槭 繝医ヵ繧ｩ繝ｳ*/
@media screen and (max-width: 768px) {

html {
    /* 繝ｫ繝ｼ繝医 繝輔か繝ｳ繝医し繧､繧ｺ繧 10px縺ｫ險ｭ螳壹＠縺ｦ縺翫￥ */
    /* font-size: 56.5%; */
}


/*--------------------
Common
--------------------*/
.contents_block_ttl{
    font-size: 2.0rem;
}

.pc_only{
    display:none;
}
.sp_only{
    display: flex;
    font-size: 0;
}

.breadcrumb{
    padding:0 10px; 
}
.product-container{
    padding:0 10px;
}
.contents-section-inner{
	padding: 0 10px;
}
/*繝倥ャ繝-*/
.shop-logo svg{
    width:auto;
}

/*--------------------
繧ｭ繝｣繝ｳ繝壹 繝ｳ繝舌リ繝ｼ鬆伜沺
--------------------*/

.campaign_banner_inner ul li{
    width: auto;
    padding:5px;
}

/*--------------------
TOP ABOUT鬆伜沺
--------------------*/

.about_inner{
    padding: 100px 0 20px;
}
.about_logo img{
    width:80px;
    height:auto;
}
.about_logoarea h2{
    font-size: 2.5rem;
}
.about_logoarea .about_caption{
    font-size: 1.1rem;
    margin-top: 0px;
}
.about_contents_block{
    display: block;
    position:relative;
}
.about_pct_area{
    width:100%;
}
.about_text_area{
    position: relative;
    width: 100%;
    padding-left: 0%;
    text-align: center;
    /* padding:20px 40px; */
    background: #fff;
    position: relative;
    top: 50%;
    right: 0%;
    width: 90%;
    box-sizing: border-box;
    background: rgba(255,255,255,0.9);
    padding: 20px;
    transform: translate(0%, -5%);
    margin: auto;
}
.about_text_area h3{
    font-size: 1.6rem;
    margin-bottom: 10px;
}

/*--------------------
TOP NEWS鬆伜沺
--------------------*/
.news_wrap{
    padding:0 10px
}
.news_wrap ul li{
    width: 50%;
}
.news_wrap ul li:last-child{
    display:block;
}

/*--------------------
TOP MAGAZINE鬆伜沺
--------------------*/
.magazine_wrap{
    padding:0 10px
}
.magazine_list_wrap ul li{
    width: 50%;
}
.magazine_list_wrap ul li:last-child{
    display:block;
}


/*--------------------
TOP 繝励Ο繝繧ｯ繝医ヰ繝翫 鬆伜沺
--------------------*/
.category_banner_inner{
    padding:0 10px;
}
.product_block{
    position: relative;
    height: auto;
}
.product_block img{
    width: 100%;
    object-fit: cover;
    height: 100%;
}
.product_detail_box{
    position:relative;
    top: 50%;
    right: 0%;
    width: 95%;
    box-sizing:border-box;
    background: rgba(255,255,255,0.9);
    padding: 20px;
    transform: translate(0%, -5%);
    max-width: unset;
    min-width: unset;
}
.product_detail_box h3 br{
    display:none;
}
.product_detail_box img.product_logo{
    height: 40px;
}
.product_detail_box #shampoo{
    height: 70px;
}
.left_side{
    position: relative;
    top: 50%;
    left: 0%;
    width: 95%;
    box-sizing: border-box;
    background: rgba(255,255,255,0.9);
    padding: 20px;
    transform: translate(0%, -5%);
    max-width: unset;
    margin: auto;
    right: auto;
}


/*--------------------
蜈ｱ騾  繧ｳ繝ｳ繝 Φ繝 ヰ繝翫 
--------------------*/
.contents_banner_wrap{
    padding:0 10px;
}
.contents_banner_inner ul{
    padding: 40px 0 40px;
}
.contents_banner_inner ul li{
    width: 50%;
}

/*--------------------
蜈ｱ騾  繧､繝ｳ繧ｹ繧ｿ繧ｰ繝ｩ繝  繝輔ぅ繝ｼ繝牙沂繧∬ｾｼ縺ｿ
--------------------*/
.instagram_feed_inner{
    padding: 0 10px;
}
.instagram_feed_inner iframe{
    margin:30px 0 0;
}

/*--------------------
蜈ｱ騾  SNS繧｢繧､繧ｳ繝ｳ
--------------------*/
.sns_icon_inner ul{
    text-align:center;
    padding: 40px 0;
}

/*--------------------
繧ｫ繝 ざ繝ｪ繝壹 繧ｸ蜈ｱ騾 
--------------------*/

.list-head {
  margin: 10px 0 10px;
  display: block;
  justify-content: space-between;
}

/*--------------------
繧ｫ繝 ざ繝ｪ繝壹 繧ｸ 繝励Ο繝繧ｯ繝医ヰ繝翫 鬆伜沺
--------------------*/
.category .category_banner_wrap{}
.category .category_banner_inner{
    max-width: 1024px;
    margin: 0px auto 0px;
}
.category .category_banner_inner .contents_block_ttl{
    margin-bottom:20px;
}
.category .product_block{
    position: relative;
    height: auto;
}
.category .product_block img{
    width: 100%;
    object-fit: unset;
    height: 100%;
}
.category .product_detail_box{
    position: relative;
    top: 50%;
    right: 0%;
    width: 100%;
    /* padding-left:1%; */
    box-sizing:border-box;
    background: rgba(255,255,255,0.9);
    padding: 20px;
    transform: none;
    max-width: 1024px;
    margin: 0px auto;
    min-width: unset;
    display: block;
    align-items: center;
}
.category .product_detail_box .logo_area{width: 100%;text-align: left;}
.category .product_detail_box .text_area{
    width: 100%;
text-align: center;
}
.category .product_detail_box img.product_logo{
    width: auto;
    margin: 0 0 10px;
    height: 50px;
}
.category .product_detail_box #wax{}
.category .product_detail_box #lea{}
.category .product_detail_box #shampoo{
    height: 80px;
}
.category .product_detail_box #hand{}
.category .product_detail_box h3{
    font-size: 1.6rem;
    margin: 0 0 5px;
    font-weight: bold;
    line-height: 2.6rem;
text-align: left;
    width: 100%;
  }
}
.category .product_detail_box h3 br{
	display:none;
}
.category .product_detail_box p{
    /* line-height: 2.4rem; */
}
.category .product_detail_box p span{
    font-size: 1.1rem;
}
.category .product_detail_box .detail_button{
}
.category .product_detail_box .detail_button a{
	color: #fff;
	background: #3B4043;
	display: block;
	width: 100%;
	padding: 15px 0;
	text-align: center;
	font-size: 2.0rem;
	margin: 20px 0 0;
	font-weight: 300;
}
.category .product_detail_box .detail_button a:hover{
    text-decoration:none;
}
/*--------------------
蝠 刀隧ｳ邏ｰ繝壹 繧ｸ 荳矩Κ繧ｳ繝ｳ繝 Φ繝 
--------------------*/
.product_detail_info_wrap{max-width: 1024px;margin: 0 auto;padding: 0 10px;}
.product_detail_type01{
    margin-bottom: 60px;
}
.catchImg{
    /* text-align: center; */
    display: flex;
}
.catchImg img{
    max-width: 980px;
    display: inline-block;
    margin: 0 auto;
    width: 100%;
	height: 100%;
}
.product_imginfo_list{}
.product_imginfo_list .pc-only{display: none;text-align: center;}
.product_imginfo_list .sp-only{display: flex;}

/*B繝代ち繝ｼ繝ｳ*/
.product_detail_type02{}
.product_detail_type02 .column_area{display: flex;align-items: flex-start;margin: 20px 0;flex-wrap: wrap;justify-content: flex-start;}
.product_detail_type02 .column_area img{width:100%}
.product_detail_type02 .column_area .left_box{
    width: 100%;
    padding: 1%;
    box-sizing: border-box;
    order: 1;
}
.product_detail_type02 .column_area .right_box{
    width: 100%;
    padding: 1%;
    box-sizing: border-box;
    order: 2;
}
.product_detail_type02 .second_imgarea .left_box{
    order: 2;
}
.product_detail_type02 .column_area .right_box{
    order: 1;
}

.product_detail_type02 .point_block_01 h3,
.product_detail_type02 .point_block_02 h3{
    font-size: 1.8rem;
    color: #C86D88;
    padding: 0 0 10px;
    line-height: 1.8;
}
.product_detail_type02 .point_block_01,.product_detail_type02 .point_block_02{
    margin: 40px 0 0;
}
.product_detail_type02 .point_block_01 h3:before{
  content: "";
  display: inline-block;
  width: 25px;
  height: 24px;
  background-image: url("https://gigaplus.makeshop.jp/nanacostar/assets/img/icon_check.svg");
  background-size: contain;
  vertical-align: middle;
  margin-right: 10px;
  margin-bottom: 0px;
}
.product_detail_type02 .point_block_02 h3:before{
  content: "";
  display: inline-block;
  width: 27px;
  height: 23px;
  background-image: url("https://gigaplus.makeshop.jp/nanacostar/assets/img/icon_heart.svg");
  background-size: contain;
  vertical-align: middle;
  margin-right: 10px;
  margin-bottom: 0px;
}

.product_detail_type02 .catchImg img{
  max-width: none;
}
.pb60_block{
	padding-bottom: 60px;
}


.product_detail_type02 .column_area.column3 div{
    width: 50%;
}
.product_detail_type02 .column_area.column4 div{
    width: 50%;
}
.product_detail_type02 .column_area.column5 div{
    width: 50%;
}
.product_detail_type02 .column_area.column6 div{
    width: 50%;
}
/* 繝 く繧ｹ繝医し繧､繧ｺ隱ｿ謨ｴ*/
.description_wrap p{font-size: 1.3rem;}
.product_detail_type02 .column_area h3.text_overlay_ttl{
    font-size: 1.7rem;
}
.product_detail_type02 .point_block_01 h3,.product_detail_type02 .point_block_02 h3,.product_detail_type02 .point_block_03 h3,.product_detail_type02 .point_block_04 h3{
    font-size: 1.8rem;
    line-height: 1.8;
}
/*繝 く繧ｹ繝医が繝ｼ繝舌 繝ｬ繧､繧ｨ繝ｪ繧｢縺ｮ陬 ｣ｾ*/
.under_1column_highlight .text_overlay_ttl{
    font-size: 1.8rem;
    line-height: 1.8;
}
.qa_page_wrap{
padding: 20px 10px;
}

/*蝠 刀繧ｰ繝ｫ繝ｼ繝 */
.group-item .product-wrap{padding-bottom: 0px;}
.group-item .section-title{
    font-size: 1.8rem;
}

}