@charset "utf-8";

/* --------------------------------
	Theme CSS for EC-CUBE 3
-------------------------------- */
/* --------------------------------
	Fonts
-------------------------------- */
/*Light*/

@font-face {
    font-family: 'SourceHanSansJP';
    font-weight: 300;
    font-style: normal;
    src: url('../fonts/SourceHanSansJP-Light.woff') format('woff'), url('../fonts/SourceHanSansJP-Light.woff2') format('woff2');
}


/*Regular*/

@font-face {
    font-family: 'SourceHanSansJP';
    font-weight: 400;
    font-style: normal;
    src: url('../fonts/SourceHanSansJP-Regular.woff') format('woff'), url('../fonts/SourceHanSansJP-Regular.woff2') format('woff2');
}


/*Medium*/

@font-face {
    font-family: 'SourceHanSansJP';
    font-weight: 500;
    font-style: normal;
    src: url('../fonts/SourceHanSansJP-Medium.woff') format('woff'), url('../fonts/SourceHanSansJP-Medium.woff2') format('woff2');
}


/*Bold*/

@font-face {
    font-family: 'SourceHanSansJP';
    font-weight: 700;
    font-style: normal;
    src: url('../fonts/SourceHanSansJP-Bold.woff') format('woff'), url('../fonts/SourceHanSansJP-Bold.woff2') format('woff2');
}


/*源暎ラテミン*/

@font-face {
    font-family: 'GenEiLateMinP';
    font-weight: 500;
    font-style: normal;
    src: url('../fonts/GenEiLateMinP_v2.woff') format('woff'), url('../fonts/GenEiLateMinP_v2.woff2') format('woff2');
    /* font-family: Roboto, "游ゴシック", YuGothic, "Yu Gothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", Arial, "メイリオ", Meiryo, sans-serif;
    line-height: 1.4;
    background-color: #f2f2f2;
    color: #525263;
    -webkit-text-size-adjust: 100%; */
}


/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */


/* --------------------------------
	Common
-------------------------------- */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
    line-height: 1.15;
    /* 1 */
    -webkit-text-size-adjust: 100%;
    /* 2 */
}
html {
    font-size: 62.5%;
    overflow-y: scroll;
    height: 100%;
    -webkit-print-color-adjust: exact;
}

body, button, input, select, textarea {
    font-family: 'SourceHanSansJP', sans-serif;
    font-weight: 400;
}

body {
    font-family: 'SourceHanSansJP', sans-serif;
    font-weight: 400;
    position: relative;
    display: flex;
    flex-direction: column;
    min-height: 100%;
    margin: 0;
}

.img_center,
.txt_center {
    text-align: center;
}
.img_right,
.txt_right {
    text-align: right;
}
/*.font-small {
	font-size: 12px;
}
.font-middle {
	font-size: 15px;
}
.font-large {
	font-size: 18px;
}
.font-larger {
	font-size: 22px;
}
.font-xlarge {
	font-size: 27px;
}
.font-xxlarge  {
	font-size: 34px;
}
.fontRed {
	color: #DB3044;
}
.fontRed2 {
	color: #FF0000;
}
.fontRed3 {
	color: #BE1629;
}
.fontGray {
	color: #858585;

*/
/****** Base Layout Setting ********/

#header {
    background: #fff;
}
#contents {
    background: #fff;
}

/****** Fonts ********/
/*
h2 {
	font-size: 27px;
	padding-bottom: 20px;
	border-bottom: solid 4px rgba(230, 0, 27, 0.16);
}
h3 {
	background: #FFF3F5;
	padding: 20px;
	font-size: 24px;
}
h4 {
	font-size: 22px;
	font-weight: bold;
	padding-bottom: 20px;
	border-bottom: solid 2px rgba(230, 0, 27, 0.16);
	margin-top: 0;
	margin-bottom: 0;
}
h5 {
	font-size: 22px;
}
h6 {
	font-size: 20px;
	margin-top: 0;
	margin-bottom: 0;
}

a {
	color: #2D93B9;
}
a:hover {
	color: #6DCFF3;
}
a:active {
	color: #29ADCF;
}
a:visited {
	color: #B71CB1;
}
*/
strong {
    /*color: #BE1629;*/
    font-size: 17px;
}
.cricle_pink {
    color: #DB3044;
}

/****** Margin ********/
.marginTop10px {
    margin-top: 10px;
}
.marginTop15px {
    margin-top: 15px;
}
.marginTop20px {
    margin-top: 20px;
}
.marginTop25px {
    margin-top: 25px;
}
.marginTop30px {
    margin-top: 30px;
}
.marginTop35px {
    margin-top: 35px;
}
.marginTop40px {
    margin-top: 40px;
}
.marginTop45px {
    margin-top: 45px;
}
.marginTop50px {
    margin-top: 50px;
}
.marginTop55px {
    margin-top: 55px;
}
.marginTop60px {
    margin-top: 60px;
}
.marginTop65px {
    margin-top: 65px;
}
.marginTop70px {
    margin-top: 70px;
}

/****** Icon ********/
@font-face {
    font-family: 'iconfont';
    src: url('../fonts/iconfont.woff2') format('woff2'), url('../fonts/iconfont.woff') format('woff');
}

[class^='icon-']::before, [class*=' icon-']::before, [class^='icon-']::after, [class*=' icon-']::after {
    font-family: 'iconfont';
    font-weight: normal;
    font-style: normal;
    font-variant: normal;
    position: relative;
    display: inline-block;
    /*  line-height: 1;*/
    vertical-align: middle;
    /* speak: none; only necessary if not using the private unicode range (firstGlyph option) */
    text-decoration: none;
    text-transform: none;
    speak: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    /*  top: -0.1em;*/
    margin-right: 10px;
    margin-top: -.5rem;
}
.icon-arrow-down::before {
    content: '\F001';
}

.icon-arrow-right-bold::before {
    content: '\F002';
}

.icon-arrow-right::before {
    content: '\F003';
}

.icon-car::before {
    content: '\F004';
}

.icon-cart::before {
    content: '\F005';
}

.icon-chevron-left::before {
    content: '\F006';
}

.icon-chevron-right::before {
    content: '\F007';
}

.icon-cross::before {
    content: '\F008';
}

.icon-facebook::before {
    content: '\F009';
}

.icon-fax::before {
    content: '\F00A';
}

.icon-instagram::before {
    content: '\F00B';
}

.icon-login::before {
    content: '\F00C';
}

.icon-contact::before {
    content: '\F00D';
}

.icon-note::before {
    content: '\F00E';
}

.icon-pen::before {
    content: '\F00F';
}

.icon-phone::before {
    content: '\F010';
}

.icon-roses::before {
    content: '\F011';
}

.icon-search::before {
    content: '\F012';
}

.icon-star::before {
    content: '\F013';
}

.icon-user::before {
    content: '\F014';
}

.icon-arrow-right--after::after {
    content: '\F003';
}

.icon-chevron-right--after::after {
    content: '\F007';
}

/**** category *******/
.category_btn {
    display: inline-block;
    padding: 4px 17px;
    border-radius: 2px;
    color: #ffffff;
    font-size: 10px;
}
.back_yellowgreen {
    background: #A9BF4B;
}
.back_green {
    background: #32883A;
}
.back_lime {
    background: #2BAE3D;
}
.back_orange {
    background: #EB8928;
}
.back_brown {
    background: #A5884F;
}
.back_pink {
    background: #FF006F;
}
.back_parple {
    background: #BF4BA8;
}
.back_red {
    background: #D13972;
}
.back_blackred {
    background: #BE1629;
}
.back_new {
    background: #FFAA00;
}
.back_darkyellow {
    background: #B2A600;
}
.back_default {
    background: #AB9C8D;
}

/****** Header Setting ********/


.header_logo_area {
    /* margin-right: 100px; */
}
.header_logo_area .header_logo a:link,
.header_logo_area .header_logo a:visited,
.header_logo_area .header_logo a:hover,
.header_logo_area .header_logo a:active {
    text-decoration: none;
    color: #000;
}
.header_logo_area .header_logo a:hover {
    color: #666;
}
a.p-header__cart.icon-cart:hover {
    color: #fff;
    opacity: .8;
}
.header .icon-phone::before {
    padding-left: .5rem;
}
.p-phone {
    display: flex;
    align-items: center;
}

/****** Footer Setting ********/
#footer {
    background: none;
    margin: 0;
    padding: 0;
    border-top: 0;
}
#footer ul {
    text-align: left;
}
#footer .navi li {
    margin: 0;
    padding-left: 20px;
    padding-right: 20px;
    border-right: solid 1px #CFCFCF;
}
#footer .navi li:first-child {
    border-left: solid 1px #CFCFCF;
}
#footer .text-right {
    text-align: right;
}
#footer h3 {
    padding: 0;
    background: none;
    font-size: 150%;
}
.footer_upside {
    background: #FCFBF9;
    padding: 60px 0;
}
.footer_upside .footer_txt {
    margin: 20px 0 20px 0;
}
.footer_upside strong {
    font-size: 16px;
    display: inline-block;
}
.footer_upside .footer_upside ul li {
    display: list-item;
    list-style-type: disc;
    margin: 0 0 0 20px;
}
.p-about__content {
    margin-top: 5rem;
    padding: 4rem 0 1.5rem;
    border-top: 1px solid #c9c9c9;
}
.p-footer__content-bottom {
    padding: 2.4rem calc(50% - 537px) 3.6rem;
    border-top: 1px solid #e2e2e2;
}
.p-about__ul {
    text-align: left;
    margin: 0 0 2rem 0;
    padding: 0;
}
#footer ul.p-about__ul li:first-child {
    margin-left: .5rem;
}
.p-about__ul > li > span {
    font-size: 90%;
    color: #f00;
}
.p-about__box-text {
    padding: 2rem 1.2rem;
    border: 1px solid #f00;
    font-size: 86%;
    color: #f00;
}
.p-about__box-text span {
    font-size: 83%;
}
#footer .copyright {
    color: #929292;
}
/****** Side Setting ********/
.p-category__title {
    font-family: 'GenEiLateMinP', sans-serif;
    font-size: 120%;
    padding: .9rem .8rem;
    text-align: center;
    justify-content: center;
    color: #fff;
    background: #be1629;
}

/* c-accordion-panel
================================================== */
.category-nav ul {
    display: inline-block;
    width: 100%;
}
.category-nav a {
    display: inline;
    height: auto;
    line-height: 1.5rem;
    border-bottom: 0;
}
.category-nav > .p-category__item:not(:last-child) {
    border-bottom: 1px solid #fff;
}
.category-nav > li > .p-category__head {
    background: #f9f8f0;
    padding: 2rem 1.6rem;
}
.category-nav > li > .p-category__head > a {
    display: flex;
    align-items: center;
    justify-content: space-between;
/*    font-weight: 500; */
    color: #690101;
/*    font-size: 120%; */
}
.category-nav > li > .p-category__head > a:hover {
    background: none;
}
.category-nav > li > .p-category__head > a > .c-accordion__icon {
    position: relative;
    width: 16px;
    height: 16px;
    margin: 0 !important;
    border-radius: 50%;
    background: #be1629;
}

@media print, screen and (min-width: 1025px) {
    .category-nav > li > .p-category__head > a > .c-accordion__icon {
        width: 20px;
        height: 20px;
    }
}

.category-nav > li > .p-category__head > a > .c-accordion__icon span {
    position: absolute;
    left: 4px;
    width: 50%;
    height: 2px;
    background-color: #f9f8f0;
}

@media print, screen and (min-width: 1025px) {
    .category-nav > li > .p-category__head > a > .c-accordion__icon span {
        left: 5px;
    }
}

.category-nav > li > .p-category__head > a > .c-accordion__icon span:nth-of-type(1) {
    top: 7px;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
}

@media print, screen and (min-width: 1025px) {
    .category-nav > li > .p-category__head > a > .c-accordion__icon span:nth-of-type(1) {
        top: 9px;
    }
}

.category-nav > li > .p-category__head > a > .c-accordion__icon span:nth-of-type(2) {
    top: 7px;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

@media print, screen and (min-width: 1025px) {
    .category-nav > li > .p-category__head > a > .c-accordion__icon span:nth-of-type(2) {
        top: 9px;
    }
}

.category-nav > li > .p-category__head > a > .c-accordion__icon, .category-nav > li > .p-category__head > a > .c-accordion__icon span {
    display: inline-block;
    box-sizing: border-box;
    transition: all .3s;
}

.category-nav > li > .p-category__head > a > .c-accordion__icon.is-active span:nth-of-type(1) {
    display: none;
}

.category-nav > li > .p-category__head > a > .c-accordion__icon.is-active span:nth-of-type(2) {
    top: 7px;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

@media print, screen and (min-width: 1025px) {
    .category-nav > li > .p-category__head > a > .c-accordion__icon.is-active span:nth-of-type(2) {
        top: 9px;
    }
}

.js-accordion__contents {
    display: none;
}

.p-category__item {
    cursor: pointer;
}

/* c-list-menu
================================================== */

.c-list-menu > .p-category__item > .p-category__contents > .c-list-menu > .p-category__item > .p-category__head {
    margin: 0 0 2rem 0;
    padding-left: .5rem;
    list-style: none;
}

@media print, screen and (min-width: 1025px) {
    .c-list-menu > .p-category__item > .p-category__contents > .c-list-menu > .p-category__item > .p-category__head {
        margin: 0;
    }
}

.c-list-menu > .p-category__item > .p-category__head {
    font-size: 110%;
    font-weight: 500;
    margin-bottom: 1.5rem;
    color: #404040;
}
.category-nav > .p-category__item > .p-category__contents > .c-list-menu > .p-category__item > .p-category__head::before {
    font-family: 'iconfont';
    font-weight: normal;
    font-style: normal;
    content: '\F007';
    font-size: 64%;
    top: .1rem;
    margin-right: 1rem;
    color: #db3044;
}

@media print, screen and (min-width: 1025px) {
    .c-list-menu > .p-category__item > .p-category__head {
        font-size: 110%;
        margin-bottom: 0;
        padding: 1.5rem;
        white-space: nowrap;
        overflow-x: scroll;
        -ms-overflow-style: none;
    }
    .c-list-menu > .p-category__item > .p-category__head::-webkit-scrollbar {
        display: none;
    }
}

.c-list-menu > .p-category__item > .p-category__contents > .c-list-menu > .p-category__item > .p-category__head > a {
    display: flex;
    align-items: center;
    border: 0;
    font-size: 90%;
    font-weight: 500;
    color: #333;
    background: #fff;
    /*margin-top: -3.5rem;*/

    /*test */
    white-space: nowrap;
    overflow-x: scroll;
    -ms-overflow-style: none;
}
.c-list-menu > .p-category__item > .p-category__contents > .c-list-menu > .p-category__item > .p-category__head > a::-webkit-scrollbar {
    display: none;
}
.c-list-menu > .p-category__item > .p-category__contents > .c-list-menu > .p-category__item > .p-category__head > a:hover {
    background: #f9f8f0;
}
@media print, screen and (min-width: 1025px) {
    .c-list-menu > .p-category__item > .p-category__contents > .c-list-menu > .p-category__item a {
        font-size: 140%;
        padding: .8rem 2rem;
    }
}

.c-list-menu > .p-category__item > .p-category__contents > .c-list-menu > .p-category__item > .p-category__head > a::before {
    width: .8rem;
    height: .1rem;
    margin-right: .4rem;
    content: '';
    background: #636363;
}
/*
.c-list-menu > .p-category__item > .p-category__contents > .c-list-menu > .p-category__item:hover {
  background: #f9f8f0;
} */


/****** Footer Setting ********/

/****** Effect Setting ********/


/****** Each BlockParts Setting ********/

/* cart area */

#cart_area {
    width: 100%;
    position: absolute;
    right: 0; top: 0;
    z-index: 11;
}
#cart_area p {
    margin: 0;
}
#cart_area p.cart-trigger {
    position: absolute;
    right: 65px;
}

#cart .inner {
    background: #f3f3f3;
}


/* search area */

#search {
    background: #EBEBEB;
    padding: 16px 8px;
}
#search select {
    width: 100%;
}

/* snsbtn_area */
.snsbtn_area .snsbtn {
    float: left;
    height: 20px;
    margin: 0 10px 10px 0;
}

/* --------------------------------
	Top Page
-------------------------------- */

.front_page a:hover img {
    opacity: 0.8;
}
.front_page #contents .row > div {
    padding-bottom: 8px;
}
.front_page #contents .row.no-padding > div {
    padding-bottom: 0;
}

/* Comment Area */

.front_page .comment_area h4 {
    font-size: 24px;
    font-size: 2.4rem;
    margin: 0 0 2px;
}
.front_page .comment_area h5 {
    font-size: 16px;
    font-size: 1.6rem;
    margin: 0;
}
.front_page .comment_area p {
    margin: 10px 0 15px;
}
.p-banner-block__type--03 {
    margin-top: 70px;
    padding: .5rem 0;
    border-top: 1px solid #cbcbcb;
}
.p-external-list {
    margin-top: 30px;
    border-top: 1px solid #cbcbcb;
    padding: 6.8rem 0 6.1rem;
}
.p-external-list img {
    margin-bottom: 2.5rem;
}

/* bread */
#topicpath {
    padding-top: 0;
}
#topicpath li:after {
    content: "\00A0>\00A0";
}
#topicpath ol {
    border: 0;
    margin-bottom: 3rem;
    padding: .8rem 2rem;
    background: #F9F7EC;
}

/* ccommon */
.irose_container h2 {
    font-size: 27px;
    font-weight: 700;
    line-height: 1.5;
    padding-bottom: 1rem;
    color: #404040;
    border-bottom: 4px solid #fad5d9;
}
.irose_container h5 {
    font-size: 22px;
    font-weight: 500;
    line-height: 1.5;
    padding-bottom: 1.3rem;
    color: #404040;
    border-bottom: 2px solid #c7c7c7;
}
.irose_container p {
    margin-bottom: 3rem;
}
.p-banner-block {
    margin-top: 70px;
}

/* Item List */

.front_page .item_comment  {
    color: #444;
}
.front_page .item a {
    padding-bottom: 0;
}
.front_page .item a:hover {
    opacity: 0.8;
}
.front_page .item a:hover img {
    opacity: 1;
}
.front_page #contents_top .item_comment {
    color: #525263;
    font-weight: normal;
    font-size: 14px;
    font-size: 1.4rem;
}
.front_page .item_name ,
#item_list .item_name ,
#checkedItems .item_comment {
    color: #333;
    font-size: 12px;
    font-weight: 500;
}
.front_page #contents_top .item_comment.text-warning,
.front_page #contents_top .item_name.text-warning {
    color: #9a947e;
    font-weight: bold;
    font-size: 16px;
    font-size: 1.6rem;
}
.front_page .more_link.text-warning {
    font-weight: bold;
    color: #9A947E;
}
.front_page #contents .row.p-banner-block__type--02 {
    margin: 4rem 0 7.8rem;
    padding: 5.6rem 0 6.5rem;
    border-top: 1px solid #e2e2e2;
    border-bottom: 1px solid #e2e2e2;
}
#item_list .item_price ,
#checkedItems .item_price {
    font-size: 80%;
    font-weight: 700;
    margin-top: .8rem;
    color: #db3044;
}
#checkedItems .item_price {
    font-size: 90%;
}
#item_list .item_price span ,
#checkedItems .item_price span {
    font-size: 80%;
    font-weight: 500;
}

/* news_area */

.news_contents {
    padding: 0;
}
#news_area {
    margin-top: 20px;
    margin-bottom: 32px;
}
#news_area .heading01 {
    padding: 8px;
    text-align: center;
    margin: 0;
}

/* txt_bnr */

.txt_bnr_area {
    padding: 0 0 16px;
}

.txt_bnr {
    background: #f8f8f8;
    border: 1px solid #D9D9D9;
    font-weight: bold;
    padding: 16px;
    margin: 12px 0 0;
    text-align: center;
}
.txt_bnr strong {
    color: #DE5D50;
    font-size: 20px;
    font-size: 2rem;
}
.txt_bnr strong strong {
    font-size: 32px;
    font-size: 3.2rem;
}

.item_gallery {
    clear: both;
}

/* --------------------------------
	Detail Page
-------------------------------- */

#item_detail + row {
    margin-top: -1px;
    background: #fff;
}
.item_copy {
    padding-left: 0;
    padding-right: 0;
    margin-left: 0;
    color: #858585;
}
.relative_cat {
    background: #F9F7EC;
    padding: 20px;
}
.schedule li ,
.schedule-option {
    padding-left: 20px;
    position: relative;
}
.schedule li::before {
    position: absolute;
    display: inline-block;
    content: "ー";
    top: 0;
    left: 0;
}
.schedule-option::before {
    position: absolute;
    display: inline-block;
    content: "…";
    top: 0;
    left: 0;
}
.pricetable {
    width: 100%;
}
.pricetable > tbody > tr > th:nth-of-type(1) {
    width: 50%;
}
.pricetable > tbody > tr > th:nth-of-type(2) {
    width: 20%;
}
.pricetable > tbody > tr > th:nth-of-type(3) {
    width: 30%;
}
#product-details-season {
}
#product-details-season h2 {
    font-size: 27px;
    padding-bottom: 20px;
    border-bottom: solid 4px rgba(230, 0, 27, 0.16);
}
#product-details-season .table {
    margin: 2.6rem 0;
}
#product-details-season .table thead th {
    background: #FFF1F2;
    color: #690101;
}
#product-details-season .table > thead > tr > th,
#product-details-season .table > tbody > tr > th,
#product-details-season .table > tbody > tr > td {
    vertical-align: middle;
}
#product-details-season .table > tbody > tr > th {
    text-align: left;
    font-size: 1.4rem;
}
#product-details-season .table > tbody > tr > td {
    font-size: 1.4rem;
}
#product-details-season .table-bordered tbody th {
    background: #F9F8F0;
    color: #690101;
}
.text-center {
    text-align: center;
}
.c-text__important {
    padding: .4rem 1rem;
    color: #fff;
    border-radius: 4px;
    background: #be1629;
    font-size: 60%;
    font-weight: normal;
    margin-right: .3rem;
}
.p-product__text:not(:last-child) {
    margin-bottom: 1rem;
}
.c-text__highlight {
    color: #db3044;
}
.p-product__name {
    font-weight: 700;
    color: #333;
    font-size: 160%;
    padding-bottom: 1.6rem;
}
.c-table-price {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 50px;
}
.c-table-price .c-table-price__th {
    font-size: 1.4rem;
    font-weight: 700;
    width: 100%;
    padding: 1rem 0;
    color: #333;
    background: #fff1f2;
}
.c-table-price .c-table-price__tr:nth-child(even) {
    background: #f9f8f0;
}
.c-table-price__tr:last-child {
    border-bottom: 1px solid #ddd;
}
.c-table-price__name {
    font-size: 1.4rem;
    font-weight: 700;
    margin-right: .5rem;
    color: #333;
}
.c-table-price__num {
    font-size: 1.8rem;
    font-weight: 700;
    color: #db3044;
}
.c-table-price__tax {
    font-size: 1.2rem;
    color: #db3044;
}
.c-table-price__code {
    font-size: 1rem;
    display: block;
    margin-top: .5rem;
    color: #858585;
}
.c-table-price__input {
    font-size: 1.6rem;
    box-sizing: border-box;
    width: 3em;
    padding: .8rem;
    border: 1px solid #bebebe;
    border-radius: 4px;
    background: #fff;
}
.c-table-price__btn {
    font-family: 'GenEiLateMinP', sans-serif;
    font-size: 180%;
    font-weight: 500;
    line-height: 1;
    width: 246px;
    padding: 1.3rem 0;
    text-align: center;
    color: #fff;
    border: none;
    border-radius: 3px;
    background: #be1629;
}
.c-btn__cart {
    font-family: 'GenEiLateMinP', sans-serif;
    font-size: 150%;
    font-weight: 500;
    box-sizing: border-box;
    width: 100%;
    margin: 0 auto;
    padding: 2.3rem 2rem;
    color: #fff;
    border: none;
    border-radius: 4px;
    background: #be1629;
}
.c-btn__add, .c-btn__inquiry {
    font-family: 'GenEiLateMinP', sans-serif;
    font-size: 90%;
    font-weight: 500;
    line-height: 1.4;
    width: 100%;
    height: 50px;
    padding: 0 1rem;
    cursor: pointer;
    text-align: left;
    color: #fff;
    border: none;
    border-radius: 8px;
}
.c-btn__add {
    background: #74be4a;
}
.c-btn__inquiry {
    background: #ffa32a;
}
.c-btn__inquiry span {
    display: flex;
    align-items: center;
    justify-content: center;
}
.c-btn__add span::before ,
.c-btn__inquiry span::before {
    font-size: 175%;
}
.c-btn__tertiary {
    display: inline-block;
    font-size: 72%;
    line-height: 1.5;
    position: relative;
    width: 100%;
    padding: 1.8rem .5rem;
    color: #333;
    border: 1px solid #c5c5c5;
    border-radius: 6px;
}
.c-btn__padding {
    padding: 1rem .5rem;
}
.c-btn__tertiary::after {
    font-size: 80%;
    position: absolute;
    top: 45%;
    right: .3rem;
    color: #db3044;
}
.p-product__check-delete {
    float: right;
    font-size: 45%;
    line-height: 1.4;
    padding: .4rem .6rem;
    color: #333;
    border: 1px solid #95989a;
    border-radius: 3px;
    background: #fff;
}
.p-product__check-delete span {
    display: flex;
    align-items: center;
    justify-content: space-between;
    text-align: left;
}
.p-product__check-delete span::after {
    margin-left: .5rem;
}
#manager_message {
}
#manager_message h4 {
    font-size: 140%;
    font-weight: 700;
    margin-bottom: 1.5rem;
    padding-bottom: 1.5rem;
    color: #404040;
    border-bottom: 2px solid #fad5d9;
}
.pm_text {
    line-height: 1.5;
}
#checkedItems {
    margin-top: 8rem;
    padding: 0 0 .5rem;
    border-top: 1px solid #c7c7c7;
}
#checkedItems h2 {
    padding: 4rem 0 3rem;
    font-size: 27px;
    padding-bottom: 20px;
    color: #be1629;
}
#checkedItems .p-product__check-delete span::after{
    margin-top: .1rem;
}
@media print, screen and (min-width: 768px)
{
    .c-table-price__btn
    {
        font-size: 90%;
        width: 142px;
        padding: 1.6rem 0;
    }
}
#detail_free_box__freearea {
    margin-bottom: 50px;
}
#item_detail2 {
    margin-top: 70px;
}
/* category */
#result_info_box {
    margin-top: 20px;
    border-top: 1px solid #E2E2E2;
}
.details_more {
    display: block;
    margin: 20px auto;
    text-align: center;
}
.c-btn__tertiaryContainer {
    padding-right: 0;
}

.c-btn__tertiary::after {
    font-size: 72%;
    position: absolute;
    margin-left: .8rem;
    right: .5rem;
    color: #db3044;
}
/*#item_detail .btn_area li:last-child {
    padding-left: 0;
}
*/
/* pagenation */
.pagination ul li.active a {
    background: #BE1629;
    padding: 14px 20px;
    color: #FFF;
}
.pagenation__item-previous {
    margin-right: 100px;
}
.pagenation__item-previous img ,
.pagenation__item-first img {
    margin-right: 15px;
}
.pagenation__item-next {
    margin-left: 100px;
}
.pagenation__item-next img ,
.pagenation__item-last img {
    margin-left: 15px;
}

/* Slider */
.slick-loading .slick-list {
    background: #fff url('ajax-loader.gif') center center no-repeat;
}


/* Arrow */

.slick_prev,
.slick_next {
    font-size: 18px;
    font-size: 1.8rem;
    width: 40px; height: 40px;
    line-height: 40px;
}

/* Dots */
.slick-slider {
    margin-bottom: 30px;
}

.main_visual .slick-dots {
    text-align: center;
    margin: 6px;
}
.main_visual .slick-dots li:not(:last-child) {
    margin-right: 8px;
}
.main_visual .slick-dots li {
    position: relative;
    display: inline-block;
    padding: 0;
    cursor: pointer;
}
.main_visual .slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 32px;
    height: 20px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.main_visual .slick-dots li button:hover,
.main_visual .slick-dots li button:focus {
    outline: none;
}
.main_visual .slick-dots li button:hover:before,
.main_visual .slick-dots li button:focus:before {
    opacity: 1;
}
.main_visual .slick-dots li button:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 32px;
    height: 4px;
    content: '';
    background: #ccc;
    -webkit-font-smoothing: antialiased;
}
.main_visual .slick-dots li.slick-active button:before {
    opacity: .75;
    background-color: black;
}

.main_visual .slick-dots li button.thumbnail img {
    width: 0; height: 0;
}

#item_photo_area .slick-slide ,
#item_photo_area2 .slick-slide {
    text-align: center;
}
#item_photo_area .slick-slide img ,
#item_photo_area2 .slick-slide img {
    display: inline-block;
}


/******************************
	Media Query
*******************************/

@media only screen and (max-width: 767px) {

    /* --------- common ---------- */
    body {
        font-size: 1.4rem;
    }
    #wrapper {
        padding: 1.8rem 1rem;
    }
    .p-external-list {
        padding: 6.8rem 0 0;
    }
    .p-external-list img {
        width: 100%;
        margin-bottom: 2.5rem;
    }
    /****** Header Setting ********/
    #header {
        margin-bottom: 1.2rem;
    }
    #header .nav-trigger {
        border-radius: 50%;
        background: #be1629;
    }
    #header .nav-trigger span {
        right: calc(50% - 1.2rem);
    }

    #header .nav-trigger span, #header .nav-trigger span::before, #header .nav-trigger span::after {
        background: #fff;
    }
    #wrapper.drawer-open {
        padding: 0;
    }
    #header #btn_menu {
        width: 6vh;
    }
    .drawer-open #contents, .drawer-open #header, .drawer-open #footer, .drawer-open .pagetop ,
    .overlay.is-visible {
        -webkit-transform: translateX(-82%);
        -moz-transform: translateX(-82%);
        -ms-transform: translateX(-82%);
        -o-transform: translateX(-82%);
        transform: translateX(-82%);
    }
    .drawer-open #header .nav-trigger span {
        background: rgba(46, 50, 51, 0);
    }
    p.cart-trigger a {
        font-family: 'GenEiLateMinP', sans-serif;
        font-size: 100%;
        font-weight: 500;
        line-height: 1;
        text-align: center;
        color: #404040;
    }
    .header_logo_area {
        min-height: auto;
        width: 60%;
        margin: 0;
    }
    .drawer.sp {
        display: flex !important;
        flex-flow: column;
        background: #fff;
        z-index: 120;
        width: 82%;
        height: 100%;
        color: #222;
    }
    .drawer.sp .p-header__content-info {
        order: 1;
    }
    .p-phone {
        padding: 1.4rem 1rem 1.2rem;
    }
    .p-phone__title ,.p-phone__title {
        margin: 0;
    }
    .drawer.sp #search {
        order: 2;
        padding: 1.8rem 1rem 2.5rem;
        background: #f6f6f6;
    }
    .search .input_search {
        color: #6f7579;
        border-bottom: 1px solid #c7c7c7;
    }
    .drawer.sp .member_link {
        order: 3;
    }
    .drawer.sp .member_link a {
        color: #333;
    }
    .drawer.sp .member_link [class^='icon-']::before {
        font-size: 150%;
    }
    .drawer.sp .member_link > li:last-child {
        display: none;
    }
    .drawer.sp .p-category__title {
        order: 4;
        text-align: left;
    }
    .drawer.sp .category-nav {
        order: 5;
    }
    .drawer.sp .category-nav > li > .p-category__head {
        padding: 2rem 1rem 2rem 0;
    }
    .drawer.sp .category-nav > .p-category__item > .p-category__contents > .c-list-menu > .p-category__item > .p-category__head::before {
        margin-right: 0;
        margin-left: 1rem;
    }
    .drawer.sp .postage_container {
        order: 6;
        border-top: solid 1px #cbcbcb;
        padding: 3.2rem 1rem;
    }
    .drawer.sp .catalog_container {
        order: 7;
    }
    .drawer.sp .sns_container {
        order: 8;
        border-top: solid 1px #cbcbcb;
        padding: 3.2rem 1rem;
    }
    .drawer.sp .sns_container img {
        display: inline-block;
        width: 100%;
        margin-bottom: 2.5rem;
    }
    .drawer.sp .inq_container {
        order: 9;
    }
    #header p.cart-trigger a:link, #header p.cart-trigger a:visited, #header p.cart-trigger a:hover, #header p.cart-trigger a:active {
        width: 60px;
        color: #be1629;
    }
    #header p.cart-trigger .cb {
        display: block;
        margin: 0 auto;
    }
    #header p.cart-trigger span {
        font-family: 'GenEiLateMinP', sans-serif;
        font-size: 70%;
        font-weight: 500;
        line-height: 1;
        text-align: center;
        color: #404040;
    }
    /****** Footer Setting ********/
    .footer_upside {
        padding: 0;
    }
    .footer_upside > div:first-child {
        line-height: 1.75;
        font-size: 88%;
    }
    .p-footer__content-bottom {
        padding-right: 0;
        padding-left: 0;
    }
    .drawer_block > div > div:not(:last-child) {
        margin-bottom: 1.5rem;
    }
    #footer h3 {
        font-size: 130%;
    }
    .p-footer__content-bottom {
        border-top: 0;
    }
    .inq_container > div {
        margin-bottom: 1.5rem;
    }
    #footer ul {
        border-bottom: solid 1px #e2e2e2;
        margin-bottom: 1rem;
    }
    #footer .navi li {
        width: 100%;
        border: 0;
        text-align: center;
        margin-bottom: 1.4rem;
    }
    #footer .navi li:first-child {
        border-left: 0;
    }
    #footer .copyright {
        width: 100%;
        text-align: center;
    }
    /****** Effect Setting ********/
    .p-banner-block {

    }
    .p-banner-block > div:not(:last-child) {
        margin-bottom: 1.7rem;
    }

    /****** top *****************/
    .main_visual .sp {
        width: 100%;
    }
    .slick-slider {
        margin-bottom: 0;
    }
    .thumbnail , .thumbnail img {
        width: 100%;
        -webkit-appearance: none; /* iphone */
        background: #fff;
        border: 0;
        margin-bottom: .5rem;
    }
    div#main_middle > .row > div:first-child {
        margin-bottom: 1.7rem;
    }
    #main_middle {
        margin-bottom: 2rem;
        padding-bottom: 2.8rem;
        border-bottom: 1px solid #e2e2e2;
    }
    #main_middle img {
        width: 100%;
    }
    #contents_top h2 {
        font-size: 140%;
        padding-bottom: 1.2rem;
    }
    .pickup_item {
        margin-top: 0;
    }
    .category_btn {
        margin-top: .5rem;
    }
    .p-series__type {
        margin-top: .5rem;
        margin-bottom: .5rem;
    }
    .front_page .item_name, #item_list .item_name, #checkedItems .item_comment {
        font-weight: normal;
        padding-bottom: 1rem;
    }
    #item_list > .row:first-child {
        margin-bottom: 3.5rem;
        padding-bottom: 3rem;
        border-bottom: 1px solid #e2e2e2;
    }
    .front_page #contents .row.p-banner-block__type--02 {
        margin: 0;
        padding: 3.6rem 0 5rem;
        border-bottom: 0;
    }
    .p-banner-block__type--02 > div:first-child {
        margin-bottom: 1.7rem;
    }
    .news_contents {
        margin-top: -20px;
    }
    #news_area .heading01 {
        font-size: 120%;
        margin: 0;
        font-weight: 700;
        margin-bottom: 1.8rem;
        padding-bottom: 1.2rem;
        color: #3d3d3d;
        text-align: left;
        border-bottom: 4px solid #fad5d9;
    }
    #news_area .news_title {
        padding-right: 10%;
    }
    .newslist dd {
        font-size: 82%;
    }

    /** details **/
    #detail_image_box__slides > ul ,
    #detail_image_box__slides2 > ul {
        display: flex;
        flex-wrap:wrap;
        justify-content: space-between;
        padding: 1rem 0;
        margin-left: -8px;
        margin-right: -8px;
        margin-bottom: 1.7rem;
    }
    #detail_image_box__slides > ul::after ,
    #detail_image_box__slides2 > ul::after {
        display: block;
        content: '';
        clear: both;
    }
    #detail_image_box__slides > ul > li ,
    #detail_image_box__slides2 > ul > li{
        width: 33.3%;
        float: left;
    }
    #relative_category_box {
        margin-top: 0;
    }
    #item_detail_area hr {
        margin-top: 1rem;
        margin-bottom: 1rem;
        border-top: solid 1px #e2e2e2;
    }
    #detail_free_box__freearea {
        margin-bottom: 1rem;
    }
    #manager_message {
        padding: 4.2rem 0 2.5rem;
        border-bottom: 1px solid #c7c7c7;
    }
    #manager_message h4 {
        font-size: 100%;
    }
    #item_detail2 {
        margin-top: 0;
    }
    #product-details-season h2 {
        padding-bottom: 1rem;
        font-size: 100%;
    }
    .c-text__important {
        display: table-cell;
    }
    #product-details-season table tbody tr th {
        width: 30%;
    }
    #product-details-season table tbody tr td {
        width: 35%;
    }
    .details_more {
        padding: 2rem 0;
    }
    #item_photo_area2 {
        margin-bottom: 1.7rem;
    }
    .c-table-price {
        margin-bottom: 2rem;
    }
    .c-table-price .c-table-price__th, .c-table-price td {
        display: inline-block;
        width: 50%;
    }
    .c-table-price .c-table-price__th:last-child {
        display: none;
    }
    .c-table-price > tbody > tr > td:last-child {
        width: 100%;
        border-top: 0;
        text-align: center;
        padding-top: 0;
        padding-bottom: 2rem;
    }
    .c-table-price__btn {
        font-size: 130%;
        font-weight: 300;
    }
    .c-btn__add {
        padding-left: 2rem;
    }
}
@media only screen and (min-width: 768px) {

    /* --------- common ---------- */

    #contents {
        padding-top: 30px;
    }
    .catalog_container {
        margin-top: 40px;
    }
    .sns_container {
        margin-top: 30px;
    }
    .c-external-list__item:not(:last-child) {
        margin-bottom: 1rem;
    }
    .c-external-list__item {
        display: flex;
        align-items: center;
        justify-content: center;
        box-sizing: border-box;
        text-align: center;
        border: 1px solid #707070;
        border-radius: 5px;
        pointer: cursor;
        height: 5rem;
        font-size: 110%;
    }
    .c-external-list__link {
        display: flex;
        align-items: center;
        justify-content: center;
        font-family: 'GenEiLateMinP', sans-serif;
        position: relative;
        box-sizing: border-box;
        color: #333;
    }

    .c-external-list__instagram span {
        margin-left: 1.5rem;
    }
    .c-external-list__link::before {
        position: absolute;
        left: 0rem;
    }
    .c-external-list__link span {
        margin-left: 4.5rem;
    }
    .c-external-list__instagram::before {
        width: 3rem;
        height: 3rem;
        background-size: 3rem 3rem;
    }
    .c-external-list__instagram::before {
        display: inline-block;
        content: '';
        background-image: url(../img/icon-instagram-gradient.svg);
        background-repeat: no-repeat;
    }
    .c-external-list__facebook::before {
        font-size: 160%;
        color: #3d6bae;
        top: .5px;
    }
    .c-external-list__pen::before {
        font-size: 140%;
        color: #db3044;
        left: 3.5rem;
        top: .5px;
    }
    .c-external-list__pen span {
        margin-left: 7.5rem;
    }

    /****** Header Setting ********/

    /****** Layout ********/

    /* header */

    #header .header_logo_area {
        float: left;
    }
    #header #drawer #search {
        position: relative;
    }
    #search {
        background: none;
        padding: 0;
    }
    #member {
        float: right;
    }

    .member ul li {
        display: inline-block;
    }
    #menu {
        float: right;
        position: absolute;
        top: 30%;
        right: 0;
        /* margin-top: -7rem; */
    }
    #globalmenu {
        float: right;
        margin-top: 1rem;
    }

    .menu ul li {
        display: inline-block;
    }
    .menu_link li {
        border-right: 1px solid #cfcfcf;
    }
    .menu_link li:first-child {
        border-left: 1px solid #cfcfcf;
    }
    .menu_link a {
        padding: .4rem 1.3rem;
        color: #000;
        height: auto;
        line-height: 1.5rem;
    }



    /****** Side Setting ********/

    /****** Footer Setting ********/

    /****** Each BlockParts Setting ********/

    /* search area */

    #search select {
        width: auto;
        max-width: 180px;
    }
    /* cart */

    #cart .inner {
        position: absolute;
        right: 0; top: 0;
    }
    #cart_area {
        top: 0; right: 16px;
    }
    #cart_area p {
        border: 1px solid #D9D9D9;
        float: right;
        min-width: 256px;
    }
    #cart_area p.cart-trigger {
        position: relative;
        right: 0;
    }
    #cart_area .inner {
        min-width: 256px;
    }
    #cart_area .cart_price {
        font-size: 12px;
    }
    #cart_area .cart_price .price {
        font-size: 16px;
    }


    /* --------------------------------
        Top Page
    -------------------------------- */

    .front_page #contents .row {
        padding-bottom: 24px;
    }
    /* Comment Area */

    .front_page .comment_area h4 {
        font-size: 32px;
        font-size: 3.2rem;
        margin: 0 0 8px;
    }
    .front_page .comment_area h5 {
        font-size: 20px;
        font-size: 2rem;
    }
    .front_page .comment_area p {
        margin: 24px 0 4px;
    }

    /* news_area */

    .news_contents {
        padding: 0 0 0 0;
    }

    #news_area .heading01 {
        padding: 16px;
        text-align: left;
        font-size: 27px;
        padding-bottom: 20px;
        border-bottom: solid 4px rgba(230, 0, 27, 0.16);
    }
    #news_area {
        margin-bottom: 32px;
    }
    .newslist {
        /*border-bottom: 1px solid #E2E2E2;*/
        font-size: 90%;
    }
    .newslist dt:hover .news_title {
        text-decoration: none;
    }
    .newslist dt .angle-circle {
        background: none;
    }
    .newslist dd {
        font-size: 12px;
    }
    .onImage {
        display: inline-block;
    }
    .offImage {
        display: none;
    }



    /* txt_bnr */

    .txt_bnr_area {
        padding-left: 16px;
    }

    .txt_bnr {
        margin:0 0 16px;
    }

    /* --------------------------------
        Detail Page
    -------------------------------- */

    #item_photo_area .slick-dots ,
    #item_photo_area2 .slick-dots {
        margin: 0 -16px;
        position: relative;
        bottom: 0;
    }
    #item_photo_area .slick-dots::after ,
    #item_photo_area2 .slick-dots::after {
        content: "";
        display: table;
        clear: both;
    }

    #item_photo_area .slick-dots li ,
    #item_photo_area2 .slick-dots li {
        width: 33.33333333%; height: auto;
        padding: 16px;
        margin: 0;
        float: left;
    }

    .slick-dots li button.thumbnail {
        width: 100%; height: auto;
        padding: 0;
    }
    .slick-dots li button.thumbnail img {
        width: 100%; height: auto;
        opacity: 0.8;
    }
    .slick-dots li button.thumbnail:hover img,
    .slick-dots li.slick-active button.thumbnail img {
        opacity: 1;
    }
    .slick-dots li button.thumbnail::before {
        display: none;
    }
}

/* --------------------------------
    display mask
-------------------------------- */
.prevention-masked {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 3040;
    background-color: #000;
    filter: alpha(opacity=50);
    opacity: .5;
}

.extra-form {
    margin: 10px 0;
}

/* fonts */
/*Light*/
#contents .main_only #main {
    width: 100% !important;
}
#contents .main_only {
    padding-top: 0 !important;
}
#shipping_confirm_box__body--0,
#shipping_list__body--0
{
    display: none;
}

#top_box__job,
#confirm_box__job,
#detail_box__job {
    display: none;
}