@charset "UTF-8";
@import url('https://fonts.googleapis.com/css?family=Noto+Sans+JP:100,300,400,500,700,900&display=swap&subset=japanese');
@import url('https://fonts.googleapis.com/css2?family=Murecho:wght@100;200;300;400;500;600;700;800;900&family=Urbanist:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;1,100;1,200;1,300;1,400;1,500;1,600;1,700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@300;400;500;600&display=swap');
/*---------------------------------
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, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    list-style-type: none;
    word-break: break-all;
    font-family: 'Murecho', sans-serif;
    scroll-behavior: smooth;
}

body {
    background-color: #fafcfd;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section {
    display:block;
}
nav ul li {
    list-style:none;
}

blockquote, q {
    quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}

a {
    margin:0;
    padding:0;
    word-break: break-all;
}

.side-bar {
    display: flex;
    justify-content: center;
    padding: 1rem 0;
}

#caution p {
    font-size: 14px;
    color: #333;
    margin-bottom: 15px;
    text-align: center;
}


/* 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: transparent!important;
    border: none!important;
    box-shadow: none!important;
}

@media (min-width: 751px) {
    a[href*="tel:"] {
        pointer-events: none;
        cursor: default;
        text-decoration: none;
    }
}

/*---------------------------------
breadcrumb
---------------------------------*/
.breadcrumb-list  {
    background-color: #333;
    width: 100%;
}

.breadcrumb-ellipsis {
    margin: 0 auto;
    display: flex;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: white;
    line-height: 2.2;
    max-width: 1500px;
    padding: 0 5%;
}

.breadcrumb-ellipsis::-webkit-scrollbar {
    display: none;
    }

.breadcrumb-ellipsis .breadcrumb-item{
    display: inline;
    font-size: 14px;
    color: #fff;
}

.breadcrumb li:after {
    content: '>';
    padding: 0 0.2em;
    color: rgb(255, 255, 255);
}

.breadcrumb li:last-child:after {
    content: '';
}

.breadcrumb li a {
    text-decoration: none;
    color: #fff;
    font-weight: 400;
}

.breadcrumb li a:hover {
    text-decoration: underline;
}

/*---------------------------------breadcrumb-end---------------------------------*/

a {
    text-decoration: none;
}
a:hover {
    opacity: 0.7;
    text-decoration: none;
}


.main {
    width: 90%;
    margin: 0 auto;
}

@media screen and (max-width: 986px) { 
    .main {
    width: 100%;
    }
}

.contents-section {
    padding: 20px;
}


.contents-heading {
	text-align: center;
    margin: 0 auto 30px;
}

.information-heading {
    border-bottom: 2px dotted #707070;
    padding-bottom: 20px;
}

.heading-title {
    font-family: 'Murecho', sans-serif;
    font-weight: 500;
    line-height: 1.8;
    font-size: 2rem;
    text-align: center;
}

.heading-sub-title {
    font-family: 'Marcellus', serif;
    font-weight: 100;
}
/*-----------------------------------------------------------------*/
.item-title-wrap {
    width: 76%;
    margin: 0 auto;
}

.item-title-wrap span {
    font-size: 14px;
    display: inline-block;
    margin-bottom: 14px;
}
.item-title {
    color: #333;
    font-size: 28px;
    font-weight: 400;
}
.section-title {
    font-size: 21px;
    font-weight: bold;
    margin-top: 20px;
    color: #333;
    padding-left: 8px;
}
.contents-wrap p {
    line-height: 2em;
    text-align: center;
    margin-bottom: 10px;
    text-align: left;
    color: #6E6E6E;
}
/*---------------------------------
button
---------------------------------*/
.btn-wrap {
    text-align: center;
}
.btn {
position: relative;
    display: inline-block;
    z-index: 2;
    color: #fff;
    text-align: center;
    text-decoration: none;
    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: #316fa0;
    color: #fff;
    text-decoration: none;
    opacity: 1;
}
.product-list-btn {
    width: 230px;
}
.mail-magazine-btn {
    width: 100%;
}
/*---------------------------------
cart-button
---------------------------------*/
.add-btn {
    font-size: 18px;
    text-align: right;
    width: 100%;
    margin-bottom: 20px;
}

.outstock-btn {
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    width: 60%;
    border-radius: 3px;
    padding: 24px;
}
.outstock {
    color: #fff;
    display: inline-block;
    border-radius: 2px;
    width: 100%;
}
.sold-btn {
    background: #adadad!important;
}
.sold-btn:hover {
    background: #989898!important;
}
.cart-btn {
    display: block;
    border-radius: 4px;
    padding: 15px 20px;
    color: #fff;
    text-decoration: none;
    background-color: #94c302;
	transition: all 0.21s cubic-bezier(.25,.46,.45,.94);
    transform: translateY(0);
    box-shadow: rgba(0,0,0,.12) 0 1px 3px, rgba(0,0,0,.24) 0 1px 2px;
}

.cart-btn:hover {
    background-color: #225a00;
    box-shadow: none;
}

.add-btn:hover {
    opacity: 1;
}

.add-btn-right {
    width: 280px;
    text-align: center;
}
.cart-option-area {
    font-size: 12px;
    margin-top: 10px;
}
.cart-option-area span {
    display: block;
    font-size: 16px;
}
.sell-period-btn {
    background: #adadad!important;
}
.sell-period-btn p {
    color: #fff;
}
/*---------------------------------
header
---------------------------------*/
.header a:hover {
    text-decoration: none;
}
.header {
    z-index: 999;
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    font-size: 14px;
    background-color: white;
}

.top-bar {
    z-index: 999;
    padding: 20px 5%;
    border: #eee 1px solid;
}

.shop-logo {
 	 max-width: 140px;
     width: 100%;
    margin-right: 3rem;
}

.shop-logo img {

}

.navigation {
    width:100%;
}

.nav-item:first-child {
margin-right: 10px;
}

.drop-arrow {
    margin-left: 6px;
}
.nav-item a {
    padding: 5px 10px;
}

.second-nav {
    display: flex;
    justify-content: space-between;  
}

.second-nav li {
	padding: 0 10px;
    display: flex;
    align-items: stretch;
     
}

.second-nav li a {
	display: flex;
    flex-direction: column;
    white-space: nowrap;
}

.second-nav li a img {
    display: block;
    margin: 0 auto 5px;
}

.nav-item span {
    font-size: 1em;
}

.second-nav li span {
    font-size: 12px;
    color: #444;
}


.nv-dropdown:active .drop-arrow {
    transform: rotate(180deg);
    transition: all 0.2s ease-in-out;
}
.nv-dropdown:checked {
    transform: rotate(180deg);
}
.sp-nav-wrap {
	display: none;
}
.sp-second-nav-wrap {
    display: none;
}

.second-nav .nav-cart {
    position: relative;
}

.second-nav span.cart-badge {
    position: absolute;
    background: #EB503C;
    color: #fff;
    padding: 1px 6px;
    font-size: 10px;
    border-radius: 50%;
    top: -3px;
    right: 3px;
}
/*---------------------------------
header-dropmenu
---------------------------------*/
.navigation ul li a{
    transition-property: border;
    transition-duration: 0.5s;
    transition-timing-function: ease;
    transition-delay: 0s;
}

.navigation .drop-nv-wrap{
    display: none;
    position: absolute;
    top: 40px;
    z-index: 1;
}

.navigation .drop-nv-wrap ul {
    width: 200px;
    padding: 5px;
    max-height: 100%;
    background-color: #ffffff;
    border: 1px solid #8b949e;
}

.navigation .drop-nv-wrap ul li a {
    display: block;
    font-size: 14px;
    color: #444;
    padding: 15px 10px;
}

.navigation .drop-nv-wrap ul li a:hover {
	background-color: #94c300;
    color: #fff;
    font-weight: 500;
   	transition: ease;
    opacity: 1;
}

.dropdown-menu-list a:hover {
    text-decoration: underline;
}
.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: 0;
    top: 6px;
    transition: all 0.2s ease-in-out;
    display: block;
    width: 8px;
    height: 8px;
    border-top: solid 2px #94c302;
    border-right: solid 2px #94c302;
    -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: 45%;
}


/*---------------------------------
header-serch
---------------------------------*/
.search-link {
    display: inline-block;
    position: relative;
    float: right;
    padding: 0;
}
.sp-header {
    display: none;
} 

.search-box {
    margin: 0;
    float: left;
    display: none;
    position: relative;
    right: 0;
}
.search-icon {
	padding-left: 20px;
    cursor: pointer;
}

.search-icon img {
	margin: 0 auto 2px;
}

a.btn-go {
    text-decoration: none;
    position: absolute;
    right: -55px;
    background: #fff;
}
.btn-go span {
    color: #6E6E6E;
    padding: 9px 12px;
}
.search-box a:hover {
    opacity: 1;
}
input[type="text"] {
    padding: 10px 20px;
    border-radius: 30px;
    background-color: #f1f5f9;
    outline: none;
    max-width: 200px;
    width:100%;
}

.close {
    cursor: pointer;
    margin: 0 0 0 -30px;
    position: absolute;
    top: 5px;
    font-size: 20px;
    color: white;
    background-color: #333;
    padding: 0 8px;
    border-radius: 4px;
}

/*---------------------------------
main-visual
---------------------------------*/
.main-visual {
    margin: 0;
}
#M_slider {
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
}
.main-visual img {
    width: 100%;
    object-fit: contain;
}

.bx-wrapper .bx-pager {
    color: #666;
    bottom: 16px!important;
    padding-top: 0;
}
.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: #E57C6F;
}
.bx-wrapper .bx-pager.bx-default-pager a {
    background: #fff!important;
}
.bx-wrapper .bx-pager.bx-default-pager a {
    width: 9px!important;
    height: 9px!important;
    margin: 0 7px!important;
}
.scroll-down a {
    display: none;
}
.bx-controls-direction {
    display: none;
}
/*---------------------------------
side-nav
---------------------------------*/
.left-nav {
	display: flex;
    justify-content: center;
    gap: 20px;
    width: 100%;
}

.left-nav-title {
	background-color: #ecedee;
  	font-size: 16px;
  	display: block;
    color: #333;
 	 text-align: center;
	  padding: 12px 2rem;
	  border-radius: 3rem;
 	 border: 1px solid rgb(219, 221, 224);
}

.left-nav-title:hover {
    text-decoration: none;
    color: #fff;
    background-color: #94c302;
    border: 1px solid #94c302;
    opacity: 1;
}

.left-nav-title:active {
    text-decoration: none;
    color: #fff;
    background-color: #94c302;
    border: 1px solid #94c302;
    opacity: 1;
}

.left-nav-item {
    font-size: 14px;
    margin: 2px 0;
    line-height: 1.4em;
}
.left-nav-item:last-child {
    margin-bottom: 30px;
}

.left-nav-item a {
    position: relative;
    display: block;
    padding: 12px 5px 12px;
    background-color: #333;
    font-weight: 400;
    border-bottom: 1px solid #f3f4f6;
}
.left-nav-item a:hover {
    opacity: .7;
    text-decoration: none;
}
.left-nav-item a:active {
    opacity: .7;
    text-decoration: none;
}

.left-nav-item a::after {
    position: absolute;
    content: '';
    background: url(https://gigaplus.makeshop.jp/takesho/images/arrow.svg) center center no-repeat;
    background-size: contain;
    width: 10px;
    height: 10px;
    bottom: 16px;
    display: block;
    right: 5px;
}

.left-nav-help {
    border-top: 1px dotted rgb(180, 180, 180);
    padding: 0 0 20px 0;
}
.nav-help-list {
    margin: 18px 0;
    line-height: 1.4em;
    font-size: 14px;
}
/*---------------------------------
information
---------------------------------*/
.information-list-wrap {
    text-overflow: ellipsis;
    overflow: hidden;
    border-bottom: 2px dotted #707070;
}

.information-list {
    display: flex;
    align-items: baseline;
    margin: 0 0 30px 0;
    line-height: initial;
    padding-bottom: 20px;
    border-bottom: 1px dotted #ccc;
}
.information-list:last-child{
    border-bottom: none;
    padding-bottom: 10px;
}

.information-label {
    font-size: 14px;
    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: 1500px;
    margin: 3rem auto 0;
}

.product-contents-wrap {
    padding: 10px;
    margin-top: 20px;
}

.product-wrap {
    margin-bottom: 7rem;
}

.product-wrap .information-list-wrap .information-contents a {
    font-size: 1rem;
    line-height: 1.6;
    color: #40444f;
}

.product-list {
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    gap: 10px;
}

.product-list-item {
	box-shadow: none;
    box-shadow: 0px 0px 0px 1px #e7e7e9;
    padding: 15px;
    width: calc(100%/4 - 10px);
    background-color: white;
}




.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: contain;

}
.product-image-wrap img:hover {
    opacity: .5;
}
.product-name-link {
    line-height: 1.2;
}
.product-list-item a div:hover {
    opacity: .7;
}

.product-list .product-list-item .product-caption-wrap .product-caption {
    font-size: 1em;
    color: #124d74;
    line-height:1.4;
    display: -webkit-box;
    overflow: hidden;
    padding-bottom: 10px;
}

@media screen and (max-width:768px) {
	.product-list .product-list-item .product-caption-wrap .product-caption {
    	font-size: 1em;
        padding-bottom: 5px;
        word-spacing: -2px;
        line-height: normal;
    }
}

.product-caption:hover {
    opacity: .7;
    text-decoration: none;
}

.product-price {
    display: block;
    color: #c3210e;
    font-size: 24px;
    padding-bottom: 10px;
    font-family: 'Urbanist', sans-serif;
}

.product-discount {
    text-decoration: line-through;
    font-size: 16px;
	font-family: 'Urbanist', sans-serif;

}
.product-sale-price {
    color: #bc1500;
    font-size: 1.6em;
    display: block;
    font-family: 'Urbanist', sans-serif;
}

.sold-out {
    display: inline-block;
	font-size: 14px;
    font-weight: 400;
    background: #959595;
    color: #fff;
    padding: 0 6px;
    border-radius: 2px;
    font-family: 'Marcellus', serif;
    margin-bottom: 5px;
}


#totop-btn {
    text-align: right;
    margin:0 30px 20px 0;
    scroll-behavior: smooth;
}

#totop-btn .btn--circle {
    width: 50px;
    height: 50px;
    padding: 0;
    line-height: 50px;
    font-size: large;
    background: #94c302;
}

#totop-btn .btn--circle i {
    font-size: x-large;
    -webkit-transition: all .3s;
    transition: all .3s;
    letter-spacing: 0;
}

#totop-btn .btn--circle:hover {
    color: #333;
    background-color: #fff;
    border: 1px solid #94c302;
}

/*---------------------------------
footer
---------------------------------*/
.footer {
    background: #333;
    width: 100%;

}
.footer-contents {
    max-width: 1200px;
    margin: 0 auto;
    padding: 30px 0;
}
.footer-menu-container {
    display: flex;
    background: #333;
}
.footer-menu {
    margin: 0 auto;
}

.footer-menu:nth-child(3) {
    margin-right: 0;
}

.footer-menu-list-title {
    margin-bottom: 24px;
    font-size: 16px;
    font-weight: bold;
    color: #94c302;
    font-family: 'Oswald', sans-serif;
}

.footer-menu-list-item {
    margin-bottom: 20px;
    font-size:14px;
    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;
    color: #fff;
}

.footer-item-list li {
    margin-right: 45px;
}

.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: 26px 0 36px;
}
.mail-magazine-title {
    font-size: 32px;
    font-family: 'Marcellus', serif;
    margin-bottom: 24px;
}
.mail-magazine-caption {
    line-height: 1.4em;
    margin-bottom: 24px;
}
.mail-magazine-btn-wrap {
    margin-bottom: 0;
}
.footer-bottom {
    background: #4d4c4c;
}
.footer-bottom-inner {
    padding: 30px 0;
    text-align: center;
    color: #fff;
}

.copy-right {
    font-size: 13px;
    font-family: 'Oswald', sans-serif;
    font-weight: 500;
    color: #94c302;
}

/*---------------------------------
category_list
---------------------------------*/

.category-title-wrap {
}
.category-title {

}

/*---------------------------------
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;
    text-align: center;
    position: relative;
    width: 50px;
    height: 50px;
}

.pager .pagination li a {
    color: #333;
    vertical-align: middle;
    position: absolute;
    border: 1px solid #464a50;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    display:table;
    text-decoration: none;
}

.pager .pagination li a span {
    display:table-cell;
    border-spacing:0;
    vertical-align:middle;
    color: #333;
}

.pager .pagination li a:hover,
.pager .pagination li a:active {
        background: #333;
        opacity: 1;
        transition-duration: 0.5s;
}

.pager .pagination li a:hover span,
.pager .pagination li a:active span {
        color: #fff;
        transition-duration: 0.5s;
}
/*---------------------------------
detail
---------------------------------*/
.detail {
    margin-top: 200px;
    display: flex;
    justify-content: space-around;
}
.detail-image {
    width: 630px;
    height: 100%;
}
.detail-image img {
    width: 100%;
}
.detail-right {
    padding-top: 40px;
    width: 40%;
    margin-left: 20px;
}
.product-name {
    font-size: 2rem;
    color: #fff;
    line-height: 1.6;
    padding-bottom: 30px;
    border-bottom: 1px solid #fff;
    font-weight: 600;
}
.product-price-block {
    font-size: 40px;
}
.product-price-block small {
    font-size: 18px;
}
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input.productnum {
    font-size: 18px;
    color: #6E6E6E;
    width: 100px;
    height: 40px;
    float: left;
    text-align: right;
    padding: 0 5px;
}
div.button {
    float: left;
    width: 16px;
    padding-left: 16px;
}
.cart-add-btn {
    display: flex;
    align-items: center;
}
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: 72px 0 40px;
}
.purchase-num {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 8px;
}
.option-area {
    margin: -20px 0 60px;
}
.makeshop-option-wrap {
    margin: 10px 0;
    display: block;
}
.makeshop-option-label {
    font-size: 16px;
    margin-bottom: 4px;
    color: #333;
    font-weight: 500;
}

.makeshop-option-select {
    display: block;
    padding: 5px;
    width: 100%;
    border: 1px #bfc6cf solid;
    border-radius: 4px;
    font-weight: 300;
    background: #f5f5f5;
}

.makeshop-option-select .makeshop-option-select-title {
    color: #777;
}

.makeshop-option-select-item {
     color: #21262d;
}

.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: 18px;
    font-weight: bold;
    margin-bottom: 24px;
}
.description-text {
    line-height: 1.8em;
    font-size: 16px;
    padding-bottom: 30px;
}
.grid-multi-image {
    display: flex;
    flex-wrap: wrap;
}
.multi-image {
    flex: 10 calc(100%/3);
}
*::-ms-backdrop, .multi-image {
    width: 33.33%; /* IE11 */
}
.multi-image img {
    width: 100%;
    height: 60vh;
    object-fit: contain;
}

.detail-sold-out {
    display: inline-block;
    font-size: 14px;
    font-weight: 100;
    background: #adadad;
    color: #fff;
    padding: 6px;
    font-family: 'Marcellus', serif;
    margin-bottom: 5px;
    border-radius: 2px;
}
.detail-product-discount {
    font-size: 20px;
    margin-bottom: 16px;
    text-decoration: line-through;
}
.detail-product-sale-price {
    color: rgb(209, 0, 0);
    font-size: 32px;
}
.detail-product-sale-price small {
    font-size: 28px;
}
/*---------------------------------
cart
---------------------------------*/



.cart-title-wrap {
    width: 1200px;
    margin: 0 auto;
    padding-top: 130px;
}
.cart-title {
    font-size: 30px;
    margin: 10px auto;
    font-weight: bold;
    color: #6E6E6E;
}
.cart {
    margin-top: 20px;
}
.cart-text-head {
    padding-bottom: 16px!important;
    display: flex;
}
.cart-product {
    padding: 16px 0;
    display: flex;
    align-items: center;
}

.cart .img-head {
    width: 20%;
}
.cart-product img {
    width: 160px;
    margin-left: 30px;
    float: left;
}

.cart .name-head {
    width: 25%;
    padding-right: 40px;
    line-height: 1.4em;
}

.cart-item-text {
    display: block;
    margin: 0 20px ;
    padding-left: 200px;
}

.cart .name a {
    color: #316fa0;
    line-height: 1.4em;
    font-size: 16px;
}

.cart .qty {
    display: flex;
}

.cart .price {
    font-size: 20px;
    color: #c40000;
    font-weight: 500;
}
.cart .remove {
    padding-left: 14px;
}
.remove-sp {
    display: none;
}

.total {
    text-align: right;
    margin: 0 0 32px;
    padding-top: 56px;
    border-top: 1px dotted #6E6E6E;
}
.total-text {
    font-size: 18px;
}
.total-price {
    font-size: 32px;
    padding-left: 16px;
    color: #c40000;
    font-weight: 500;
}
.total-text-small {
    font-size: 14px;
    color: #c40000;
}
.continue-shopping {
    padding-right: 40px;
}
.payment-add-btn {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: flex-end;
}
.quantity-notification {
    width: 60px;
    height: 32px;
    text-align: right;
    padding: 0 5px;
    border: 1px solid;
}

.awesome a {
    cursor: pointer !important;
    text-align: center !important;
    display: inline-block;
    vertical-align: middle !important;
    width: 85px;
    height: 100%;
    font-size: 14px;
    text-decoration: none;
}

/*---------------------------------
news-list
---------------------------------*/
.contents-wrap {
    margin: 20px auto 0;
}

.info-title-wrap {
    padding-bottom: 40px;
    margin-top: 20px;
}

h2.info-title {
    font-size: 24px;
    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: 21px;
    font-weight: 400;
    line-height: 1.2em;
    border-bottom: 2px solid #1e293b;
    padding-bottom: 10px;
}

/*---------------------------------
company
---------------------------------*/
.company-section img {
    margin-bottom: 20px;
    width: 100%;
}
/*---------------------------------
contract
---------------------------------*/
.contract-section {
    margin-bottom: 64px;
}
.contract-section-title {
    font-size: 21px;
    font-weight: 400;
    line-height: 1.2em;
    border-bottom: 2px solid #1e293b;
    padding-bottom: 10px;
}
/*---------------------------------
policy
---------------------------------*/
.policy-section pre {
    line-height: 2em;
    font-size: 16px;
    font-family: 'Murecho', sans-serif;
    color: #333;
    white-space: pre-wrap;
}

@media screen and (max-width: 1024px) {
    .product-list-item {
        width: calc(100%/3 - 10px);
    }
}

/*---------------------------------
responsive
---------------------------------*/

@media screen and (max-width: 768px) {

/*---------------------------------
common
---------------------------------*/
    .header {
        width: 100%;
        position: fixed;
    }

    .top-bar {
        padding: 13px 0;
    }

    .main-visual {
        position: relative;
        margin: 0 auto 20px;
    }

    .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;
    }

    .breadcrumb-list  {
        margin-top: 64px;
        width: 100%;
        background: #333;
        padding: 0;
    }
    .breadcrumb-list span { font-size: 12px;}

    .breadcrumb-ellipsis {
        width: 100%;
        margin: 0 auto;
        display: flex;
        overflow-x: scroll;
        word-break: keep-all;
        white-space: nowrap;
        color: white;
        line-height: 2;
        }

    .breadcrumb li:after {
        content: '>';
        padding: 0 0.2em;
        color: rgb(255, 255, 255);
        }

    .breadcrumb li:last-child:after {
        content: '';
        }

    .breadcrumb li a {
        text-decoration: none;
        color: #fff;
        font-size: 13px;
        }

    .breadcrumb li a:hover {
        text-decoration: underline;
        }

    #start-contents {
        position: relative;
    }

    span.cart-badge {
		position: absolute;
    	top: -7px;
    	right: -9px;
    	padding: 0px 7px;
    	background-color: #e21d1d;
    	color: white;
   	 	border-radius: 50%;
    }

    .shop-logo {
		max-width: 120px;
        width: 100%;
        margin-right: 1rem;

    }
    
    .nav .second-nav {
        display: none;
    }

    .side-bar {
        display: none;
    }

    .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;
    }
    .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: 18px;
        left: 16px;
        z-index: 100;
    }

    .menu-trigger span {
        display: inline-block;
        box-sizing: border-box;
        position: absolute;
        left: 0;
        width: 80%;
        height: 4px;
        border-radius: 5px;
        background-color: #444444;
        transition: all .5s;
    }
    .menu-trigger.active span {
        background-color: #404040;
    }
    .menu-trigger span:nth-of-type(1) {
        top: 4px;
    }
    .menu-trigger.active span:nth-of-type(1) {
        transform: translateY(12px) rotate(-45deg);
    }
    .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(-4px) rotate(45deg);
    }

    .sp-nav {
        width: 60%;
        height: 100%;
        padding-top: 70px;
        background-color: #fff;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 10;
        transform: translateX(-400px);       
        transition: all .5s;
        border: 1px solid #d0d7de;
        overflow-x: hidden;
    }
    .sp-nav.open {
        transform: translateX(0);      
        width: 60%;
    }


    .sp-nav.open ul {width: 100%;}
    
    .sp-nav ul .search-link-sp {
        width: 100%;
    }

    .sp-nav li {
        color: #404040;
        text-align: left;
        padding: 10px 15px;

    }
    .accordion-container {
        position: relative;
        width: 100%;
        cursor: pointer
    }

    .accordion-container .article-title {
    	display: block;
    	position: relative;
   		margin: 0;
    	font-weight: bold;
    	color: #232930;
    	cursor: pointer;
    }

    .accordion-container .article-title:hover,
    .accordion-container .article-title:active,
    .accordion-container .content-entry.open .article-title {
        color: #6E6E6E;
    }

    .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: 10%;
        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.open:after {
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        top: 45%;
    }

    .accordion-content {
        display: none;
        padding: 24px 6px 0;
    }
    .accordion-content p {
        position: relative;
        padding-bottom: 20px;
        margin-bottom: 20px;
        display: block;
        color: #6e6e6e;
    }
    .accordion-content a {
        position: absolute;
        display: inline-block;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
    }

    .accordion-container {
        margin: 0;
    }

    dl.search1{
        position:relative;
        background-color:#fff;
        border-bottom:1px solid #aaa;
    }
    dl.search1 dt{
        padding:12px 0px
    }
    dl.search1 dt input{
        border: none;
        border-radius: 0;
        outline: none;
        background: none;
    }

    dl.search1 dd{
        position:absolute;
        top:0;
        right:0;
    }
    dl.search1 dd button{
        display:block;
        padding:10px;
        background:none;
        border:none;
        color: #5c636a;
    }
    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;
    }
    .search-link-sp {
        margin-bottom: 10px;
        border-bottom: 1px solid #d0d7de;
    }
    .sp-second-nav-wrap {
        display: flex;
        position: absolute;
        top: 16px;
        right: 16px;
    }

    .slider li img {
        height: 50vh;
    }

    .footer {
        width: 100%;
    }

    .footer-contents {
        width: 90%;
        padding: 30px 0;
        margin-top: 10px;
    }

    .footer-bottom-inner{
        padding: 20px 0;
    }

    .footer-menu:last-child {
        margin-bottom: 0;
    }
    .footer-menu-list-item {
        margin-bottom: 15px;
        font-size: 14px;
    }
    .sns-link-list {
        margin-top: 20px;
    }
    .sns-link img {
        width: 24px;
    }

    .product-contents-wrap {
        width: 100%;
        margin: 0
    }

    .information-list-wrap {
        white-space: inherit;
        margin-bottom: 50px;

    }
    .information-list {
        display: block;
        margin-bottom: 15px;
        line-height: 1.6;
    }
    .information-label {
        margin: 0 0 10px 0;
    }

    .product-list-item {
        width: calc(100%/2 - 8px);
        min-width: 0;
        background-color: #ffffff00;
    }

    .product-list-item:nth-child(even) {
        margin-right: 0;
    }
    .product-list {
        width: 100%;
        justify-content: space-between;
    }
    .product-list-item:nth-child(3) {
    }

    .product-wrap {
        margin-bottom: 3rem;
    }

    .product-wrap .information-list-wrap .information-contents a {
        line-height: 1.6;
    }

    /*------------------
    category_list
    ------------------*/
    .banner-image {
        background-position: center;
        height: 20vh;
    }
    .item-title-wrap span {
        padding-left: 8px;
    }
    .item-title {
        font-size: 28px;
        padding-left: 8px;
    }

    .category-title {
        font-size: 20px;
    }

    /*------------------
    detail
    ------------------*/
    .detail {
        margin-top: 130px;
        display: block;
    }
    .detail-image {
        width: 100%;
    }
    .detail-image img {
        width: 100%;
    }
    .detail-right {
        margin-left: 0;
        width: 100%;
    }
    .product-name {
        font-size: 24px;
    }
    #wrapper-product-bg.product-price-block {
        font-size: 20px;
        color: #666666;
    }
    .product-price-block small {
        font-size: 18px;
    }
    .productnum-wrap {
        padding: 32px 0 24px;
    }

    #my-cart .btn {
        left:0;
    }

    .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;
    }
    .outstock-btn {
        width: 100%;
    }
    .outstock {
        width: 100%;
    }

    /*------------------
    cart
    ------------------*/
    .cart-title {
        padding: 0 0 0 10px;
    }
    .cart-text-head {
        display: none;
    }
    .cart .img {
        width: auto;
    }
    .cart .img img {
        padding-right: 16px;
    }
    .cart-item-text {
        display: block;
    }
    .cart-item-text div {
        width: 100%!important;
    }
    .cart .remove {
        display: none;
    }
    .remove-sp {
        display: block;
        text-align: right;
        text-decoration: underline;
    }
    .cart-add-btn {
        display: block;
        margin-bottom: 54px;
    }
    .continue-shopping {
        padding: 0;
        margin-top: 24px;
        text-align: center;
        text-decoration: underline;
    }
    .awesome {
        height: 44px!important;
    }

    .payment-add-btn {
        display: block;
        margin-bottom: 48px;
    }


    /*---------------------------------
    news-list
    ---------------------------------*/
    .info-title-wrap {
        margin: 10px;
    }

    h2.info-title {
        font-size: 21px;
        line-height: 1.6em;
        padding: 70px 0 5px;
        width: 100%;
        text-align: left;
        border-bottom: 1px dotted #6e6e6e;
    }

    /*---------------------------------
    addition
    ---------------------------------*/

    .heading-title {
        padding-top: 1.5em;
        font-size: 21px;
    }

    .information-heading {
        padding-bottom: 10px;
        margin-bottom: 20px;
    }

    .product-caption-wrap {
        width: 100%;
    }

    .product-list-item {
        border: 0pt;
        padding: 0;
        border-radius: 0px;
        box-shadow: none;
    }

    .product-list-item a {
        font-size: 14px;
        line-height: 1.5;
    }

    .product-price {
   		 line-height: 1.2;
    }

    .contents-heading {
        display: flex;
        align-items: baseline;
        justify-content: center;
    }


    #totop-btn {
        scroll-behavior: smooth;
        margin: 0;
        position: fixed;
        bottom: 20px;
        right: 20px;
        z-index: 10000;
        }

    #totop-btn .btn--circle {
	display: none;
    }

    #totop-btn .btn--circle:active {
        line-height: 35px;
    }
    .section-title {
        width: 100%;
        margin-top: 78px;
        text-align: center;
    }

    #cuation  .cuation-area {
    margin:60px auto 0!important;
    }
}

.sns-link-wrap { display: none;}

#cuation {
    display: block;
    width: 100%;
    height: auto;
    background-color: #ffe84f;
    margin:0;
    padding:0;
    border-top: 1px solid #BFBFBF;
}

#cuation  .cuation-area {
    display: block;
    max-width: 1280px;
    margin:0 auto;
    text-align: center;
    color: rgb(148, 17, 17);
    padding: 10px;
}

#cuation .cuation-area p {
    font-weight: bold;
}

#cuation .cuation-area a {
    color: #c40000;
}

#cuation .cuation-area span {
    font-size: 13px;
}


.video-wrap {
    max-width: 480px;
    width: 100%;
    padding: 10px 0;
}

/*---------------------------------
dealer
---------------------------------*/
div.dealer-listwrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    flex-direction: row;
}
ul.dealer-ul {
    width: calc(50% - 10px);
    margin: 22px 5px;
    font-size: 16px;
    line-height: 2;
    /*background-color: #EEE;*/
}
li.dealer-li01 {
    font-weight: bold;
}
@media screen and (max-width: 768px) {
    ul.dealer-ul {
        width: calc(100% - 10px);
    }
}
/*----------------*/
div.dealer-navilistwrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    flex-direction: row;
    margin-bottom: 20px;
}


/*----------------*/
.btn-radius-solid {
  border: 1px solid #ccc;
  background: #f1e767;
  background: -webkit-gradient(linear, left top, left bottom, from(#fdfbfb), to(#ebedee));
  background: -webkit-linear-gradient(top, #fdfbfb 0%, #ebedee 100%);
  background: linear-gradient(to bottom, #fdfbfb 0%, #ebedee 100%);
  -webkit-box-shadow: inset 1px 1px 1px #fff;
  box-shadow: inset 1px 1px 1px #fff;
  padding: 3px 8px;
  margin-right: 8px;
  font-size: 14px;
}

a.btn-dealer-pref {
  width: 110px;
  padding: 10px 20px;
  border: 1px solid #ccc;
  background: #f1e767;
  background: -webkit-gradient(linear, left top, left bottom, from(#fdfbfb), to(#ebedee));
  background: -webkit-linear-gradient(top, #fdfbfb 0%, #ebedee 100%);
  background: linear-gradient(to bottom, #fdfbfb 0%, #ebedee 100%);
  -webkit-box-shadow: inset 1px 1px 1px #fff;
  box-shadow: inset 1px 1px 1px #fff;
  text-align: center;
}

a.btn-dealer-pref:hover {
  background: -webkit-gradient(linear, left bottom, left top, from(#fdfbfb), to(#ebedee));
  background: -webkit-linear-gradient(bottom, #fdfbfb 0%, #ebedee 100%);
  background: linear-gradient(to top, #fdfbfb 0%, #ebedee 100%);
}

