.p-global-nav__body {
position: absolute;
z-index: 1000;
right: 0;
left: 0;
top: calc(100% + 1px);
overflow: hidden;
width: calc(500% + 4px);
height: auto;
clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
margin: 0;
transition: .2s;
opacity: 1;
box-shadow: 0 1px 1px rgba(0, 0, 0, .1);
transform: .2s;
}
img {
max-width: 100%;
height: auto;
}
h2,
h3,
h4,
h5 {
font-weight: 600;
}
article,
aside,
footer,
header,
nav,
section {
display: block;
}
figcaption,
figure,
main {
display: block;
}
figure {
margin: 1em 40px;
}
hr {
overflow: visible;
box-sizing: content-box;
height: 0;
}
pre {
font-family: monospace, monospace;
font-size: 1em;
}
a:active,
a:hover {
outline-width: 0;
}
abbr[title] {
text-decoration: underline;
text-decoration: underline dotted;
border-bottom: none;
}
b,
strong {
font-weight: inherit;
}
b,
strong {
font-weight: bolder;
}
.strong {
font-weight: bold;
}
.red {
color: #ff3333;
}
code,
kbd,
samp {
font-family: monospace, monospace;
font-size: 1em;
}
dfn {
font-style: italic;
}
mark {
color: #000;
background-color: #ff0;
}
small {
font-size: 80%;
}
sub,
sup {
font-size: 75%;
line-height: 0;
position: relative;
vertical-align: baseline;
}
sub {
bottom: -.25em;
}
sup {
top: -.5em;
}
audio,
video {
display: inline-block;
}
audio:not([controls]) {
display: none;
height: 0;
}
img {
border-style: none;
}
svg:not(:root) {
overflow: hidden;
}
button,
input,
optgroup,
select,
textarea {
font-family: sans-serif;
font-size: 100%;
line-height: 1.15;
margin: 0;
}
button,
input {
overflow: visible;
}
button,
select {
text-transform: none;
}
button,
[type='button'],
[type='reset'],
[type='submit'] {
-webkit-appearance: button;
}
button::-moz-focus-inner,
[type='button']::-moz-focus-inner,
[type='reset']::-moz-focus-inner,
[type='submit']::-moz-focus-inner {
padding: 0;
border-style: none;
}
button:-moz-focusring,
[type='button']:-moz-focusring,
[type='reset']:-moz-focusring,
[type='submit']:-moz-focusring {
outline: 1px dotted ButtonText;
}
fieldset {
margin: 0 2px;
padding: .35em .625em .75em;
border: 1px solid #c0c0c0;
}
legend {
display: table;
box-sizing: border-box;
max-width: 100%;
padding: 0;
white-space: normal;
color: inherit;
}
progress {
display: inline-block;
vertical-align: baseline;
}
textarea {
overflow: auto;
}
[type='checkbox'],
[type='radio'] {
box-sizing: border-box;
padding: 0;
}
[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
height: auto;
}
[type='search'] {
outline-offset: -2px;-webkit-appearance: textfield;
}
[type='search']::-webkit-search-cancel-button,
[type='search']::-webkit-search-decoration {
-webkit-appearance: none;
}
::-webkit-file-upload-button {
font: inherit;-webkit-appearance: button;
}
details,
menu {
display: block;
}
summary {
display: list-item;
}
canvas {
display: inline-block;
}
template {
display: none;
}
[hidden] {
display: none;
}
.c-icon {
width: 22px;
height: 22px;fill: currentColor;
}
.c-social-icon {
width: 22px;
width: 36px;
height: 22px;fill: currentColor;
}
.c-overlay {
position: fixed;
top: 0;
visibility: hidden;
width: 100%;
height: 100vh;
opacity: 0;
background: rgba(0, 0, 0, .7);
}
.c-overlay__icon {
position: fixed;
z-index: 2001;
top: 30px;
right: 10%;
width: 20px;
height: 20px;
transform: translateX(50%);fill: #fff;
}
.c-button {
font-weight: normal;
line-height: 22px;
display: inline-block;
box-sizing: border-box;
transition: .2s;
vertical-align: middle;
text-decoration: none;
border-radius: 4px;-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
}
.c-button:hover,
.c-button:focus {
cursor: pointer;
outline: none;
}
.c-button--solid {
font-size: 14px;
font-weight: normal;
line-height: 22px;
display: inline-block;
box-sizing: border-box;
cursor: pointer;
transition: .2s;
vertical-align: middle;
text-decoration: none;
color: #fff;
border: 0;
border-radius: 4px;
background: < {$setting-color-solidButton}>;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
}
.c-button--solid:hover,
.c-button--solid:focus {
outline: none;
box-shadow: inset 0 -2px 0 rgba(0, 0, 0, .2);
text-shadow: 0 -1px 0 rgba(0, 0, 0, .2);
}
.c-button--solid.is-disabled {
font-size: 14px;
cursor: default;
color: #999;
border: 0;
background: #eee;
box-shadow: none;
text-shadow: none;
}
.c-button--border {
font-size: 14px;
cursor: pointer;
color: #333;
border: 1px solid #eaeaea;
background: transparent;
}
.c-button--border:hover,
.c-button--border:focus {
color: #fff;
border-color: < {$setting-hoverColor-borderButton}>;
outline: none;
background: < {$setting-hoverColor-borderButton}>;
}
.c-button--border.is-disabled {
font-size: 14px;
cursor: default;
color: #b3b3b3;
border: 1px solid #eaeaea;
background: #f8f8f8;
}
.c-button__icon {
width: 22px;
height: 22px;
vertical-align: -.37em;
fill: currentColor;
}
.c-button--sm .c-button__icon {
width: 18px;
height: 18px;
vertical-align: -.4em;
fill: currentColor;
}
.c-button--sm {
font-size: 12px;
}
.c-form__unit {
margin-bottom: 30px;
}
.c-form__unit-label {
font-weight: 600;
margin-bottom: .5em;
font-size: 1.4rem;
}
.c-form__unit-label--fix-margin {
margin-bottom: -.05em;
}
.c-input-text {
font-size: 16px;
line-height: 40px;
box-sizing: border-box;
width: 100%;
height: 40px;
padding: 0 10px;
transition: .2s;
vertical-align: middle;
border: 2px solid #eaeaea;
border-radius: 4px;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
}
.c-input-text:focus {
border-color: #333;
outline: none;
}
.c-select {
position: relative;
}
.c-select__value {
font-size: 16px;
line-height: 1.5;
display: inline-block;
padding: 10px 30px 10px 10px;
cursor: pointer;
transition: .2s;
border: 2px solid transparent;
border-radius: 4px;
outline: none;
background: transparent;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
}
.c-select__value:hover {
border-color: rgba(0, 0, 0, .1);
}
.c-select__value::-ms-expand {
display: none;
}
.c-select__icon {
position: absolute;
z-index: -1;
top: 50%;
right: 5px;
width: 22px;
height: 22px;
margin-top: -11px;fill: currentColor;
}
.c-section {
margin: 40px 0;
}
.c-section__label {
font-size: 14px;
font-weight: bold;
line-height: 1.6;
width: 300px;
margin: 0;
letter-spacing: 1px;
}
.c-section__content {
line-height: 1.6;
margin: 5px 0 20px 10px;
}
.c-section__content p:nth-child(1) {
margin-top: 0;
}
.c-section__heading {
margin: 30px 10px 20px;
text-align: center;
color: #333;
}
.c-section__heading--title {
font-size: 16px;
position: relative;
margin-bottom: .8em;
letter-spacing: .1em;
}
.c-section__heading--title::after {
position: absolute;
top: 50%;
display: block;
width: 100%;
height: 1px;
content: '';
background: #333;
}
.c-section__heading--title span {
line-height: 1.3;
position: relative;
z-index: 1;
display: inline-block;
padding: 0 1em;
background: #fff;
}
.c-section__heading--sub-title {
position: relative;
font-family: serif;
font-size: 24px;
padding: 30px 0 0;
}
.title_border {
position: relative;
font-family: sans-serif;
font-size: 24px;
border-top: 2px solid #333;
border-bottom: 2px solid #333;
padding: 50px 30px;
}
.title_border::before {
position: absolute;
content: '';
display: block;
width: 100%;
height: 1px;
top: 2px;
left: 0;
background: #333;
}
.title_border::after {
position: absolute;
content: '';
display: block;
width: 100%;
height: 1px;
bottom: 2px;
left: 0;
background: #333;
}
.c-section__container {
max-width: 800px;
margin-right: 10px;
margin-left: 10px;
margin-bottom: 50px;
text-align: justify;
}
.c-table-wrap {
overflow-x: scroll;
}
.c-table-wrap::-webkit-scrollbar {
height: 8px;
}
.c-table-wrap::-webkit-scrollbar-track {
background: #f1f1f1;
}
.c-table-wrap::-webkit-scrollbar-thumb {
background: #ccc;
}
.c-table-wrap table {
min-width: 100%;
border-collapse: collapse;
text-align: center;
border: 1px solid #eaeaea;
}
.c-table-wrap table td,
.c-table-wrap table th {
padding: 10px 8px;
text-align: center;
white-space: nowrap;
border: 1px solid #eaeaea;
}
.c-product-info__price {
/*font-family: 'Montserrat', sans-serif;*/
font-size: 1.4rem;
font-weight: 600;
}
.c-product-info__price--discount {
color: #f00;
}
.c-product-info__regular-price {
/* font-family: 'Montserrat', sans-serif;*/
text-decoration: line-through;
}
.c-product-info__soldout {
/*font-family: 'Montserrat', sans-serif;*/
letter-spacing: 1px;
color: #f00;
}
.c-product-list {
position: relative;
display: flex;
margin: 20px 0;
padding: 0;
list-style-type: none;
border-top: 1px solid #eaeaea;flex-wrap: wrap;
}
.c-product-list::after {
display: block;
clear: both;
content: '';
}
.c-product-list__image-wrap {
max-width: 320px;
/*border: 10px solid transparent;*/
}
.c-product-list::before {
position: absolute;
right: 0;
bottom: 0;
left: 0;
display: block;
height: 1px;
content: '';
background: #eaeaea;
}
.c-product-list__item {
position: relative;
float: left\9;
box-sizing: border-box;
width: 50%;
padding: 20px 20px 50px;
transition: opacity .2s;
/*! IEだけfloatする */
text-align: center;
border: 0\9;
border-right: 1px solid #eaeaea;
border-bottom: 1px solid #eaeaea;
}
.c-product-list__item.is-hidden {
position: absolute;
z-index: -10000;
top: 0;
left: 0;
overflow: hidden;
width: 0;
height: 0;
padding-top: 0;
padding-bottom: 0;
opacity: 0;
border: 0;
}
.c-product-list__name {
font-size: 16px;
font-weight: 600;
line-height: 1.3;
display: block;
margin-top: 16px;
transition: opacity .2s;
text-decoration: none;
color: #333;
}
.c-product-list__name:hover {
opacity: .66;
}
.c-product-list__name:active {
opacity: 1;
}
.c-product-list__price {
margin-top: 1em;
}
.c-product-list__regular-price {
font-weight: 600;
margin-top: 1em;
}
.c-product-list__soldout {
font-weight: 600;
margin-top: 1em;
}
.c-product-list__expl {
font-size: 12px;
line-height: 1.5;
margin-top: 1em;
text-align: left;
}
.c-product-list__index {
/*font-family: 'Montserrat', sans-serif;*/
font-size: 10px;
line-height: 31px;
position: absolute;
top: -5px;
left: -5px;
width: 30px;
height: 30px;
text-align: center;
color: rgba(0, 0, 0, .6);
border: 1px solid rgba(0, 0, 0, .3);
border-radius: 30px;
background: #f8f8f8;
}
.c-product-list__index--1 {
background: #ffeb1f;
}
.c-product-list__index--2 {
background: #cdcdcd;
}
.c-product-list__index--3 {
background: #db7f25;
}
.c-product-list__fav-item {
position: absolute;
right: 10px;
bottom: 10px;
width: 30px;
}
.c-product-list__fav-item button {
display: block;
width: 100%;
padding: 5px 0;
cursor: pointer;
transition: .2s;
text-align: center;
color: #999;
border: 0;
outline: none;
background: transparent;
}
.c-product-list__fav-item .is-added {
color: #ff7373;
}
.c-product-list__fav-item svg {
width: 20px;
height: 20px;fill: currentColor;
}
.c-product-list__button {
display: block;
clear: both;
width: 100%;
margin-bottom: 40px;
text-align: center;
}
.c-product-list__button button {
font-weight: bold;
min-width: 300px;
padding: 15px;
text-indent: 11px;
}
.c-product-sort {
margin: 30px 10px 0;
}
.c-product-sort::after {
display: block;
clear: both;
content: '';
}
.c-product-sort__total {
margin-bottom: 10px;
text-align: center;
}
.c-product-sort__total span {
font-size: 24px;
margin: 0 8px;
}
.c-product-sort__switch {
float: right;
}
.c-pager {
margin: 30px 0;
text-align: center;
}
.c-pager__total {
margin-bottom: 20px;
}
.c-pager__total span {
font-size: 24px;
margin: 0 8px;
}
.c-pager__list {
/*font-family: 'Montserrat', sans-serif;*/
margin: 0;
padding: 0;
list-style-type: none;
}
.c-pager__list-item {
display: inline-block;
margin: 0 5px;
margin-bottom: 10px;
text-align: center;
}
.c-pager__link {
min-width: 42px;
padding: 8px;
}
.c-pager__unlink {
min-width: 42px;
padding: 8px;
}
.c-pager__unlink.is-current {
color: #333;
border-color: transparent;
background: transparent;
}
.c-pager__icon {
width: 22px;
height: 22px;
vertical-align: -5px;
fill: currentColor;
}
.c-thumbnail-product-list {
margin: 20px 0;
padding: 0 10px;
list-style-type: none;
}
.c-thumbnail-product-list::after {
display: block;
clear: both;
content: '';
}
.c-thumbnail-product-list__image-wrap {
border: 6px solid transparent;
}
.c-thumbnail-product-list__item {
float: left;
box-sizing: border-box;
width: 33.33333%;
margin-bottom: 30px;
padding: 0 5px;
transition: opacity .2s;
text-align: center;
}
.c-thumbnail-product-list__item.is-hidden {
position: absolute;
z-index: -10000;
top: 0;
left: 0;
width: 0;
height: 0;
padding-top: 0;
padding-bottom: 0;
opacity: 0;
border: 0;
}
.c-thumbnail-product-list__price {
font-size: 12px;
font-weight: bold;
margin-top: 10px;
}
.c-thumbnail-product-list__regular-price {
font-size: 12px;
font-weight: bold;
margin-top: 10px;
}
.c-thumbnail-product-list__soldout {
font-size: 12px;
font-weight: bold;
margin-top: 10px;
}
.c-topic-path {
display: flex;
font-size: 12px;
margin: 16px 8px;
}
.c-topic-path__list {
margin: 0;
padding: 0;
}
.c-topic-path__item {
display: inline-block;
margin-right: 0;
font-size:1.2rem;
word-break: break-all;
}
.c-topic-path__item--hidden {
visibility: hidden;
}
.c-topic-path svg {
display: inline-block;
position: relative;
top: 0.2em;
width: 12px;
height: 12px;
margin-right: 0;
fill: currentColor;
}
.c-topic-path a {
display: inline-block !important;
padding: .7em 0;
transition: opacity .2s;
text-decoration: none;
color: #333;
font-size: 1.2rem;
}
.c-topic-path a:hover {
opacity: .66;
}
.c-topic-path a:active {
opacity: 1;
}
.c-image-wrap {
position: relative;
display: block;
margin: 0 auto;
transition: .2s;
background: rgba(0, 0, 0, .03);
}
.c-image-wrap::after {
display: block;
padding-top: 100%;
content: '';
}
.c-image-wrap:hover {
background: rgba(0, 0, 0, .05);
}
.c-image-wrap--link {
cursor: pointer;
}
.c-image-wrap--link:hover .c-image-box--main {
opacity: 0;
}
.c-image-wrap--link:hover .c-image-box--otherimg {
opacity: 1;
}
.c-image-box {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
transition: opacity .2s;
word-break: break-all;
}
.c-image-box__image {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
max-width: 100%;
max-height: 100%;
margin: auto;
}
.c-image-box__image--noimage {
/*font-family: 'Montserrat', sans-serif;*/
font-size: 18px;
font-weight: bold;
line-height: 40px;
height: 40px;
text-align: center;
color: rgba(0, 0, 0, .5);
}
.c-image-box--main {
opacity: 1;
}
.c-image-box--otherimg {
opacity: 0;
}
.c-not-found {
margin: 100px 0;
text-align: center;
}
.u-visible--tablet {
display: none;
}
.u-visible--pc {
display: none;
}
.p-layout-container {
box-sizing: border-box;
max-width: 1440px;
margin: 0 auto;
}
.p-layout-container::after {
display: block;
clear: both;
content: '';
}
.p-page-content {
/*max-width: 1600px;*/
margin: 0 auto;
}
#base_gmoWrapp {
position: relative;
}
#gmo_CMSPbar {
overflow: hidden;
min-width: 100% !important;
}
.p-header ul {
list-style-type: none;
}
.p-header__bar {
/*! ツールバー　スマホでは表示しない */
display: none;
}
.p-header__tips {
position: relative;
z-index: 0;
float: right;
width: 100%;
margin-right: -370px;
}
.p-header__tips-area {
overflow: hidden;
margin-right: 370px;
padding: 0 1em;
white-space: nowrap;
text-overflow: ellipsis;
}
.p-header__user-nav {
position: relative;
z-index: 1;
float: right;
width: 370px;
margin: 0;
padding: 0;
}
.p-header__user-nav li {
display: table;
float: right;
width: 120px;
margin-right: 1px;
text-align: center;
box-shadow: -1px 0 0 rgba(0, 0, 0, .2);
}
.p-header__user-nav a {
display: table-cell;
transition: .2s;
vertical-align: middle;
text-decoration: none;
color: #333;
background: transparent;
}
.p-header__user-nav a:hover {
background: rgba(255, 255, 255, .5);
}
.p-header__user-nav svg {
width: 16px;
height: 16px;
vertical-align: -.2em;fill: currentColor;
}
.sp-global-header {
position: absolute;
z-index: 1000;
top: 0;
display: table;
width: 100%;
transition: transform .2s;
transform: translateY(0%);
border-bottom: 1px solid #eaeaea;
background: #fff;
}
.p-sub-header {
display: none;
padding: 15px 0;
background: #333;
}
.p-sub-header::after {
display: block;
clear: both;
content: '';
}
.p-sub-header a {
transition: opacity .2s;
text-decoration: none;
color: < {$setting-textColor-commonNav}>;
}
.p-sub-header a:hover {
opacity: .66;
}
.p-sub-header a:active {
opacity: 1;
}
.p-sub-header__content-nav {
float: left;
margin: 0;
padding: 0;
}
.p-sub-header__content-nav li {
line-height: 22px;
display: inline-block;
margin-right: 20px;
letter-spacing: 1px;
}
.p-sub-header__social-nav {
float: right;
margin: 0;
padding: 0;
}
.p-sub-header__social-nav li {
display: inline-block;
vertical-align: bottom;
}
.p-fixed-header {
position: absolute;
z-index: 1000;
top: 0;
width: 100%;
transition: transform .2s;
transform: translateY(0%);
}
.p-fixed-header.is-fixed {
position: fixed;
box-shadow: 0 1px 2px rgba(0, 0, 0, .2);
}
.p-fixed-header.is-hidden {
transform: translateY(-100%);
}
.p-fixed-header.is-top {
position: absolute;
box-shadow: none;
}
.p-footer {
background: #333;
}
.p-shop-info {
padding: 40px 0 20px;
border-top: 1px solid #eaeaea;
background: rgba(255, 255, 255, .96);
}
.p-shop-info::after {
display: block;
clear: both;
content: '';
}
.p-shop-info__manager::after {
display: block;
clear: both;
content: '';
}
.p-shop-info__calendar {
font-size: 12px;
text-align: center;
}
.p-shop-info__calendar::after {
display: block;
clear: both;
content: '';
}
.p-manager__image {
display: block;
max-width: 200px;
height: auto;
margin: 0 auto 20px;
}
.p-manager__heading {
font-weight: bold;
font-style: 18px;
margin: 0 0 1em;
text-align: center;
}
.p-manager__content {
line-height: 1.5;
margin-bottom: 20px;
text-align: center;
}
.p-calendar__table {
white-space: nowrap;
}
.p-calendar__table table {
/*font-family: 'Montserrat', sans-serif;*/
margin: 20px auto;
text-align: center;
vertical-align: top;
}
.p-calendar__table caption {
font-weight: bold;
padding: 0 0 .5em;
}
.p-calendar__table th,
.p-calendar__table td {
width: 28px;
padding: .5em 0;
}
.p-calendar__note {
line-height: 1.5;
margin-top: 10px;
text-align: center;
}
.p-global-footer {
color: #fff;
background: rgba(255, 255, 255, .1);
}
.p-global-footer a {
transition: .2s;
color: #fff;
}
.p-global-footer a:hover {
opacity: .66;
}
.p-global-footer__group {
clear: both;
}
.p-global-footer__group::after {
display: block;
clear: both;
content: '';
}
.p-global-footer__heading {
font-size: 14px;
font-weight: normal;
line-height: 1.5;
overflow: hidden;
margin: 0 10px 10px;
padding: .5em 0;
text-align: center;
border-bottom: 2px solid #fff;
}
.p-global-footer__mailmaga-form {
margin: 0 10px;
}
.p-global-footer__mailmaga-form br {
display: none;
}
.p-global-footer__mailmaga-form span {
display: block;
}
.p-global-footer__mailmaga-form p {
margin: 20px 0;
text-align: right;
}
.p-global-footer__mailmaga-form a {
padding: 10px 0;
}
.p-global-footer__mailmaga-form .mailmaga_text {
margin-bottom: 10px;
}
.p-global-footer__mailmaga-form .mailmaga_text input {
font-size: 16px;
line-height: 40px;
box-sizing: border-box;
width: 100%;
height: 40px;
padding: 0 10px;
transition: .2s;
vertical-align: middle;
border: 2px solid transparent;
border-radius: 4px;-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
}
.p-global-footer__mailmaga-form .mailmaga_text input:focus {
border-color: #333;
outline: none;
}
.p-global-footer__mailmaga-form .mailmaga_ins input {
font-size: 14px;
font-weight: normal;
line-height: 22px;
display: inline-block;
box-sizing: border-box;
width: 100%;
padding: 9px 15px;
cursor: pointer;
transition: .2s;
vertical-align: middle;
text-decoration: none;
color: #fff;
border: 0;
border-radius: 4px;
background: < {$setting-color-solidButton}>;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
}
.p-global-footer__mailmaga-form .mailmaga_ins input:hover,
.p-global-footer__mailmaga-form .mailmaga_ins input:focus {
outline: none;
box-shadow: inset 0 -2px 0 rgba(0, 0, 0, .2);
text-shadow: 0 -1px 0 rgba(0, 0, 0, .2);
}
.p-global-footer__mailmaga-form .mailmaga_del {
display: none;
}
.p-global-footer__social-nav {
margin: 0;
padding: 0;
}
.p-global-footer__social-nav li {
display: inline-block;
}
.p-global-footer__qr-code {
float: right;
padding-left: 30px;
}
.p-footer-nav {
line-height: 1.5;
margin: 0;
padding: 0;
list-style-type: none;
}
.p-footer-guide {
color: #fff;
background: rgba(255, 255, 255, .1);
}
.p-footer-guide a {
transition: .2s;
color: #fff;
}
.p-footer-guide a:hover {
opacity: .66;
}
.p-footer-guide__heading {
font-size: 14px;
font-weight: normal;
line-height: 1.5;
margin: 0 10px 10px;
padding: .5em 0;
text-align: center;border-bottom: 2px solid #fff;
}
.p-footer-guide__label {
line-height: 1.5;
margin: 10px 0;
}
.p-footer-guide__content {
font-size: 12px;
line-height: 1.8;
margin: 0 0 40px;
}
.p-footer-guide__image {
margin-bottom: 10px;
}
.p-footer-bottom {
/*font-family: 'Montserrat', sans-serif;*/
position: relative;
color: #fff;
}
.p-footer-bottom::after {
display: block;
clear: both;
content: '';
}
.p-footer-bottom a {
transition: .2s;
color: #fff;}
.p-footer-bottom a:hover {
opacity: .66;
}
.p-footer-bottom__copyright {
font-size: 12px;
line-height: 20px;
padding: 10px;
text-align: center;
}
.p-footer-bottom__credit {
padding: 15px 0;
text-align: center;
}
.p-footer-bottom__credit span {
font-size: 10px;
position: relative;
top: -.3em;
margin-right: 5px;
color: #fff;
}
.p-footer-bottom__credit svg {
width: 220px;
height: 18px;fill: #fff;
}
.p-footer-bottom__pagetop {
background: #fff;
}
.p-footer-bottom__pagetop a {
display: block;
padding: 10px;
text-align: center;
background: #fd7f23;
}
.p-footer-bottom__pagetop svg {
width: 30px;
height: 30px;fill: currentColor;
}

@media screen and (min-width: 600px) {
.c-form__unit-label--fix-margin {
margin-bottom: -.3em;
}
.c-input-text {
font-size: 14px;
}
.c-select__value {
font-size: 14px;
padding-top: 7px;
padding-bottom: 7px;
}
.c-section__heading {
margin: 20px 0 40px;
}
.c-section__heading--sub-title {
font-size: 36px;
}
.c-section__container {
margin-right: auto;
margin-left: auto;
}
.c-sp-list__nav-icon {
display: none;
}
.c-product-list {
margin-bottom: 40px;
}
.c-product-list__item {
width: 33.33333%;
padding-top: 40px;
}
.c-product-list__item:nth-child(3n) {
border-right: 0;
}
.c-product-list__item:nth-child(3n + 1) {
clear: both;
}
.c-product-list__button button {
padding: 10px 15px;
}
.c-product-sort {
margin-right: auto;
margin-bottom: 30px;
margin-left: auto;
}
.c-product-sort__total {
position: relative;
bottom: -3px;
float: left;
margin-bottom: 0;
}
.c-thumbnail-product-list {
margin-bottom: 40px;
padding: 0;
}
.c-thumbnail-product-list__item {
width: 25%;
padding: 0 10px;
}
.c-thumbnail-product-list__item:nth-child(4n + 1) {
clear: both;
}
.c-topic-path {
margin-right: auto;
margin-left: auto;
}
.c-topic-path__list {
margin-bottom: .5em;
}
.c-topic-path a {
padding: .3em 0;
}
.u-visible--phone {
display: none;
}
.u-visible--tablet {
display: inherit;
}
.p-layout-container {
padding: 0 40px;
}
.p-header__bar {
font-size: 12px;
line-height: 36px;
display: inherit;
overflow: hidden;
width: 100%;
padding-bottom: 1px;
background: #eee;
box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .2);
}
.p-header__bar::after {
display: block;
clear: both;
content: '';
}
.p-sub-header {
display: inherit;
}
.p-manager__image {
float: left;
margin: 0 40px 20px 0;
}
.p-manager__text-wrap {
overflow: hidden;
}
.p-manager__heading {
text-align: left;
}
.p-manager__content {
text-align: left;
}
.p-calendar__table table {
display: inline-block;
margin: 0;
}
.p-calendar__table table:nth-child(2) {
margin-left: 10px;
}
.p-global-footer {
padding-top: 40px;
}
.p-global-footer::after {
display: block;
clear: both;
content: '';
}
.p-global-footer__unit {
float: left;
width: 50%;
padding-bottom: 40px;
}
.p-global-footer__unit--half {
clear: both;
padding-bottom: 40px;
}
.p-global-footer__heading {
margin: 0 0 30px;
text-align: left;
}
.p-global-footer__mailmaga-form {
margin: 0;
}
.p-global-footer__mailmaga-form form {
display: inline-block;
width: 400px;
}
.p-global-footer__mailmaga-form span {
display: inline-block;
}
.p-global-footer__mailmaga-form p {
display: inline-block;
margin: 0;
}
.p-global-footer__mailmaga-form .mailmaga_text {
width: 70%;
margin-right: 2%;
margin-bottom: 0;
}
.p-global-footer__mailmaga-form .mailmaga_text input {
font-size: 14px;
}
.p-global-footer__mailmaga-form .mailmaga_ins input {
width: auto;
}
.p-footer-nav li {
margin-bottom: .6em;
}
.p-footer-nav a {
display: inline;
width: auto;
padding: 0;
text-decoration: none;
}
.p-footer-nav__text {
display: inline;
}
.p-footer-guide .p-layout-container {
display: table;
width: 100%;
padding: 50px 5px;
border-top: 1px solid #eaeaea;
}
.p-footer-guide__unit {
display: table-cell;
box-sizing: border-box;
width: 33.33333%;
padding: 0 15px;
}
.p-footer-guide__heading {
margin: 0 0 30px;
text-align: left;
}
.p-footer-bottom__copyright {
float: left;
padding: 15px 10px;
text-align: left;
}
.p-footer-bottom__credit {
float: right;
width: 370px;
text-align: left;
}
.p-footer-bottom__pagetop {
position: absolute;
right: 0;
bottom: 0;
}
}

@media screen and (min-width: 960px) {
.c-section__label {
float: left;
clear: left;
margin-right: 20px;
}
.c-section__content {
overflow: hidden;
margin: 0 0 20px;
}
.c-product-list__image-wrap {
border-width: 15px;
}
.c-thumbnail-product-list__image-wrap {
border-width: 9px;
}
.c-thumbnail-product-list__item {
width: 20%;
}
.c-thumbnail-product-list__item:nth-child(4n + 1) {
clear: none;
}
.c-thumbnail-product-list__item:nth-child(5n + 1) {
clear: both;
}
.u-visible--pc {
display: inherit;
}
.p-global-nav__list li {
width: 25%;
}
.p-global-nav__list li:nth-child(3n + 1) {
clear: none;
}
.p-global-nav__list li:nth-child(4n + 1) {
clear: both;
}
.p-shop-info__manager {
float: left;
width: 75%;
}
.p-shop-info__manager--half {
width: 50%;
}
.p-shop-info__calendar {
float: left;
width: 25%;
}
.p-shop-info__calendar--half {
width: 50%;
}
.p-global-footer__unit {
float: left;
width: 25%;
}
.p-global-footer__unit--half {
float: right;
width: 50%;
}
.p-layout-container {
padding: 0 6%;
}
}

@media screen and (min-width: 1060px) {
.p-layout-container {
padding: 0 40px;
}
}

@media screen and (max-width: 640px) {
.c-sp-list--close-menu {
padding-left: 0;
text-align: center;
color: #fff;
background: #ccc;
}
.c-sp-list__mark {
display: table-cell;
width: 30px;
vertical-align: middle;
}
.c-sp-list__value {
line-height: 1.5;
display: table-cell;
width: auto;
vertical-align: middle;
word-break: break-all;
}
.c-sp-list__nav-icon {
display: table-cell;
width: 24px;
text-align: right;
vertical-align: middle;
}
.c-sp-list__icon {
width: 22px;
height: 22px;fill: currentColor;
}
.c-sp-list__icon--pulldown {
width: 22px;
height: 22px;
margin-right: 1px;fill: currentColor;
}
.c-product-list__item:nth-child(2n) {
border-right: 0;
}
.c-product-list__item:nth-child(2n + 1) {
clear: both;
}
.c-pager__list-item {
display: none;
}
.c-pager__list-item--visible {
display: inline-block;
}
.c-thumbnail-product-list__item:nth-child(3n + 1) {
clear: both;
}
.c-image-box__image--noimage {
font-size: 12px;
}
.p-body {
padding-top: 50px;
}
.p-fixed-header {
display: none;
}
.js-fix-height {
display: none;
}
.p-shop-info {
padding-right: 20px;
padding-left: 20px;
}
.p-global-footer__group {
padding: 30px 0;
}
.p-global-footer__group:first-child {
border-bottom: 1px solid #eaeaea;
}
.p-global-footer__group--secondary {
font-size: 12px;
text-align: center;
}
.p-footer-nav--secondary {
margin: 0 20px;
}
.p-footer-nav--secondary li {
display: inline-block;
margin: 0;
}
.p-footer-nav--secondary a {
line-height: 3;
display: inline;
padding: 1em .5em;
}
.p-global-header__logo {
width: 50%;
max-width: 511px;
height: auto;
}
}
@media screen and (max-width: 420px) {
.c-section {
margin: 24px 0;
}
}
/* カスタム2025 --------------------------------------------------------------------*/
/*header------------------------*/
html,
body,
header,
footer{
position: relative;
width: 100%;
margin: 0;
padding: 0;
font-family: var(--font-main);
font-size: 10px;
font-size: 62.5%;
line-height: 2em;
font-weight: 400;
letter-spacing: .04em;
color: var(--color-font);
background: #fff;
-webkit-font-smoothing: none;
-webkit-font-smoothing: subpixel-antialiased;
-webkit-font-smoothing: antialiased;
font-feature-settings: "palt";
}
.loader {
position: absolute;
top: calc(50% - 30px);
left:calc(50% - 30px);
font-size: 10px;
margin: 50px auto;
text-indent: -9999em;
width: 60px;
height: 60px;
border-radius: 50%;
z-index: 300;
background: #fff;
background: -moz-linear-gradient(left, #fff 10%, rgba(255, 255, 255, 0) 42%);
background: -webkit-linear-gradient(left, #fff 10%, rgba(255, 255, 255, 0) 42%);
background: -o-linear-gradient(left, #fff 10%, rgba(255, 255, 255, 0) 42%);
background: -ms-linear-gradient(left, #fff 10%, rgba(255, 255, 255, 0) 42%);
background: linear-gradient(to right, #fff 10%, rgba(255, 255, 255, 0) 42%);
-webkit-animation: load3 1.4s infinite linear;
animation: load3 1.4s infinite linear;
-webkit-transform: translateZ(0);
-ms-transform: translateZ(0);
transform: translateZ(0);
}
.loader:before {
width: 50%;
height: 50%;
background: #fff;
border-radius: 100% 0 0 0;
position: absolute;
top: 0;
left: 0;
content: '';
}
 .loader:after {
background:#d9d9d9;
width: 75%;
height: 75%;
border-radius: 50%;
content: '';
margin: auto;
position: absolute;
top: 0;
left: 0;
bottom: 0;
right: 0;
animation-name: loader;
animation-duration: 15s;
animation-iteration-count: infinite;
}
 @-webkit-keyframes load3 {
0% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
100% {
-webkit-transform: rotate(360deg);
transform: rotate(360deg);
}
}
@keyframes load3 {
0% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
100% {
-webkit-transform: rotate(360deg);
transform: rotate(360deg);
}
}
.loader.loaded {
display: none;
}
.loader + .top_slider::before {
content: '';
display: block;
width: 100%;
height: 100%;
background: #d9d9d9;
position: absolute;
top: 0;
left: 0;
z-index: 1;
clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
transition: .8s cubic-bezier(0.6, 0.2, 0.1, 1);
}
.loader.loader.loaded + .top_slider::before {
clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
}
.youtube {
position: relative;
width: 100%;
margin: 0;
padding-top: 56.25%;
}
.youtube iframe {
position: absolute;
top: 0;
right: 0;
width: 100% !important;
height: 100% !important;
}
.global_header {
display: flex;
justify-content: space-between;
padding: 24px 4%;
}
.global_header h1 {
width: 50%;
max-width: 392px;
margin: 0;
}
.global_header h1 a {
display: block;
}
.header_submenu {
display: flex;
align-items: center;
justify-content: right;
padding-right: 40px;
}
.header_submenu a {
font-size: var(--font-size-s);
padding: 0 1em;
}
.header_submenu a {
border-right: 1px solid var(--color-line);
}
.header_submenu a:nth-child(4) {
border-right: 0;
}
.header_cm_menu {
margin-left: 24px;
}
nav {
display: block;
}
nav > ul {
display: flex;
gap: 0 1px;
background: var(--color-line);
height: 100px;
padding: 1px 0;
}
nav > ul li {
width: calc((100% - 4px) / 5);
height: 100%;
}
nav > ul li dl {
display: flex;
flex-wrap: wrap;
width: 100%;
height: 100%;
}
nav > ul li a,
nav > ul li dl dt {
display: flex;
justify-content: center;
align-items: center;
width: 100%;
height: 100%;
text-align: center;
background: #fff;
color: var(--color-font);
font-size: var(--font-size-r);
font-weight: 400;
line-height: 1em;
cursor: pointer;
transition: .2s;
border-radius: 1px;
}
nav > ul li a:hover,
nav > ul li dl dt:hover {
background: #efefef;
color: var(--color-font) !important;
}
nav > ul li a span::after,
nav > ul li dl dt span::after {
content: attr(data-name);
display: block;
padding-top: 12px;
text-align: center;
font-family: var(--font-sub);
color: #999;
font-size: 12px;
line-height: 1em;
}
/*colorme :::::::::::::::::::::::::::::::::*/
.p-global-nav__body {
position: absolute;
z-index: 1000;
right: 0;
left: 0;
top: calc(100% + 1px);
overflow: hidden;
width: calc(500% + 4px);
height: auto;
clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
margin: 0;
transition: .2s;
opacity: 1;
box-shadow: 0 1px 1px rgba(0, 0, 0, .1);
transform: .2s;
}
.c-image-wrap {
border-width: 0;
}
/*//colorme :::::::::::::::::::::::::::::::*/
.p-global-nav__heading:hover+.p-global-nav__body,
.p-global-nav__body:hover {
opacity: 1;
height: auto;
overflow: visible;
clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}
.nav_sub_menu {
display: flex;
flex-wrap: wrap;
gap: 1px;
/*width: 100%;*/
padding-right: calc(60% + 2px);
padding-bottom: 1px;
background: var(--color-line);
}
.nav_sub_menu li {
width: calc((100% - 2px) / 3);
height: 200px;
}
.nav_sub_menu li a {
display: flex;
justify-content: center;
align-content: center;
flex-flow: column;
width: 100%;
height: 100%;
font-size: var(--font-size-ss);
font-weight: 500;
border-radius: 1px;
}
.nav_sub_menu li a:hover {
background-color: var(--color-line);
color: var(--color-font);
}
.nav_sub_menu li {
position: unset;
}
.nav_sub_menu li .sub_menu_hover {
opacity: 0;
}
/*リストのダミー
.nav_sub_menu::before {
content: '';
display: block;
width: calc((40% - 3.98px) / 3);
height: 200px;
position: absolute;
bottom: 1px;
left: calc(((40% - 3.98px) / 3) * 2 + 2px);
z-index: 5;
background: #fff;
border-radius: 1px;
}*/
.nav_sub_menu::after {
content: '';
display: block;
position: absolute;
top: 0;
right: 0px;
z-index: 5;
box-sizing: border-box;
width: calc(60% + 1px);
height: calc(100% - 1px);
border: 4px solid #fff;
background-image: url(https://img07.shop-pro.jp/PA01347/159/etc/header_showroom.jpg);
background-size: cover;
background-position: center;
}
.nav_sub_menu li:hover .sub_menu_hover {
display: block;
position: absolute;
top: 0;
right: 0px;
z-index: 10;
box-sizing: border-box;
width: calc(60% + 1px);
height: calc(100% - 1px);
border: 4px solid #fff;
background-color: var(--color-bg-black);
background-size: cover;
background-position: center;
opacity: 1;
}
.nav_sub_menu li:hover .sub_menu_hover div {
display: block;
position: absolute;
bottom: 4px;
left: 4px;
width: calc(100% - 8px);
background-color: rgba(51, 51, 51, .9);
color: #fff;
padding: 32px;
font-size: var(--font-size-s);
line-height: 1.6em;
}
.sub_menu_hover div span {
font-size: var(--font-size-a);
vertical-align: baseline;
font-weight: 600;
display: inline-block;
margin-right: 32px;
}

@media screen and (max-width: 1060px) {/*-----------------*/
.global_header {
display: flex;
align-items: center;
height: 72px;
padding: 0 4%;
border-bottom: 1px solid var(--color-line);
}
.global_header h1 {
width: 100%;
max-width: 392px;
}
.main_menu,
.header_submenu {
display: none;
}
nav>ul li a,
nav>ul li dl dt {
font-size: var(--font-size-s);
}

}@media screen and (max-width: 768px) {/*------------------*/
header {
height: 72px;
}
.hamburger {
width: 72px;
height: 72px;
}
.hamburger__icon,
.hamburger__icon:after,
.hamburger__icon::before {
width: 26px;
}
.hamburger__icon:before {
top: -6px;
}
.hamburger__icon:after {
top: 6px;
}
.hamburger.active .hamburger__icon:before {
top: -8px;
}
.header h1 {
width: 80%;
max-width: 320px;
}

}@media screen and (max-width: 640px) {/*------------------*/
.global_header h1 {
max-width: 292px;
}
.global_header {
box-sizing: border-box;
height: 72px;
padding: 0 4%;
}
}
/*//header----------------------*/

.global_header h1 {
width: 50%;
max-width: 392px;
margin: 0;
}
a.button {
box-sizing: border-box;
font-size: 1.8rem;
line-height: 1.4em;
padding: 20px 60px;
border-radius: 5px;
background: #af461d;
color: #fff;
font-weight: 600;
text-decoration: none;
width: 100%;
margin: 24px auto;
display: block;
text-align: center;
transition: 0.2s;
position: relative;
}
* a.button:last-child {
margin-bottom: 0;
}
a.button:hover {
background: #de5018;
}
a.button span {
display: inline-block;
padding-left: 10px;
transition: .2s;
}
a.button:hover span {
padding-left: 0px;
}
a.button:hover span::after {
opacity: 1;
transform: translateX(0);
}
a.button span::after {
content: '';
background: url(https://img21.shop-pro.jp/PA01347/159/etc/alw.png?cmsp_timestamp=20181030180339) no-repeat;
background-size: contain;
background-position: 0 0;
display: inline-block;
width: 10px;
height: .7em;
padding-left: 1em;
margin-left: .5em;
transition: 0.2s;
opacity: 0;
transform: translateX(-10px);
}
@media screen and (max-width:640px) {
a.button {
font-size: 1.4rem;
padding: 20px 4px;
margin: 16px auto;
}
}

.te_h {
max-width: 1200px;
margin: 0 auto 20px;
}
.insta_block {
padding-bottom: 32px;
}
.nouki {
border: 1px dashed #ccc;
padding: 32px;
margin:32px 0;
background-color: #fcfcfc;
border-radius: 5px;
}
.nouki .nouki_h {
font-size:1.8rem !important;
font-weight: 500 !important;
margin: 0 !important;
padding: 0 !important;
}
.nouki .nouki_h + dl{
margin-top:16px !important;
}
.nouki p {
font-size:1.8rem !important;
font-weight: 500 !important;
margin: 1em 0 0 0 !important;
padding: 0;
}
.nouki .nouki_h + p {
margin-top: 0;
}
.nouki dl {
margin: 0 0 8px;
padding: 0;
}
.nouki dl dt {
display: inline-block !important;
width: 6em;
font-size: 1.8rem !important;
font-weight: 600;
vertical-align: top;
margin: 0;
padding: 0;
font-size: 1em;
display: block;
border: 0;
border-radius: 0;
background: perspective;
color: #333;
position: relative;
}
.nouki dl dt::before,
.nouki dl dt::after {
display: none;
}
.nouki dl dd {
display: inline-block;
width: calc(100% - 6em);
font-size: 1.8rem;
margin: 0;
}
.youtube {
position: relative;
width: 100%;
margin: 1em 0;
padding-top: 56.25%;
}
@media screen and (max-width:1200px) {
.cate_h {
padding: 0 20px;
}
}
@media screen and (max-width: 600px) {
.category {
background: #ececec;
padding: 24px 0;
margin: 24px 0;
}
.cate_h {
padding: 0 24px;
}
.category_inner {
text-align: left;
padding-top: 0;
}
.category_inner ul.list {
display: block;
margin: 16px auto;
padding: 0;
line-height: 20px;
width: 92%;
}
.category_inner ul.list li {
width: 48%;
}
.c-section__container .category_text p {
font-size: 1em;
line-height: 2em;
padding: 0;
}
.nouki {
padding: 5px 10px 0;
}
.nouki dl {
margin-bottom: 16px;
}
.nouki dl dt,
.nouki dl dd,
.nouki p,
.nouki p:first-child {
font-size: 1.4rem !important;
}
.nouki dl dt,
.nouki dl dd{
line-height: 1.6rem !important;
}
a.button {
font-size: 1.4rem;
}
}