@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap');
/* 2024改修_css */
html {
    scroll-behavior: smooth;
    scroll-padding-top: 105px;
}
body {
    font-family: "Noto Sans JP", serif;
}
.wrap_area {
    display:flex;
    flex-direction:column;
    min-height: calc(100vh - 210px);
}
.main_content_area {
    flex: 1;
    margin-top: 2em;
    margin-bottom: 8em;
}
.inner {
    width: 1100px;
    margin: 0 auto;
    max-width: 94%;
}
#contents_area .cover {
    width: 1100px;
    margin: 0 auto;
    padding: 0;
    max-width: 94%;
}
#instagram-wrap .inner {
    width: 100%;
    max-width: 100%;
}
#contents_area #main_area {
    width: 100%;
    padding: 0;
    float: none;
}
#contents_area {
    margin-top: 0;
}
.prdt img,
#dvSalesRanking img {
    width: 100%;
    height: auto;
}
.variationview_inner a {
    display: inline-block;
}
.variationview_inner a img {
    width: 54px;
    height: auto;
    margin: 0;
    padding: 2%;
}
h2.top_title_pc {
    font-family: "Montserrat", sans-serif;
	font-weight: 700;
	letter-spacing: 0.05em;
	line-height: 1.2;
    text-align: center;
	position: relative;
	border-bottom: 1px solid #353535;
    padding-bottom: 0.4em;
    margin-bottom: 1em;
    margin-top: 2em;
    display: flex;
    align-items: center;
	color: #353535;
	font-size: 36px;
	text-transform: uppercase;
	z-index: 1;
}

h2.top_title_pc span {
	position: relative;
	z-index: 2;
}

h2.top_title_pc::after {
	content: attr(data-en);
	color: #b6b3b3de;
	font-size: 16px;
    margin-left: 1em;
    font-weight: 500;
}

#Header {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    width: 100%;
    background: #fff;
    margin: 0;
    padding: 0;
}
.header_pc .header_head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 2em 0;
}
.header_pc .header_head>div:nth-child(1) {
    flex: 1;
}
.header_pc .header_head>div:nth-child(2) {
    flex: 3;
}
.header_pc .header_head>div:nth-child(3) {
    flex: 1;
}
.header_pc img {
    width: 100%;
    height: auto;
}
.header_pc h1 {
    width: 70%;
}
.header_right_wrap {
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
}
.header_keyword input {
    color: #353535;
    padding: 1em 3.5em 1em 1em;
    border-radius: 50px;
    border: 1px solid #d2d2d2;
    outline: none;
    letter-spacing: 0.05em;
    font-size: 12px;
    box-sizing: border-box;
    width: 250px;
}
.header_keyword input::placeholder {
    color: #d2d2d2;
}
a.header_keyword_button {
    display: block;
}
.header_keyword_button img {
    filter: brightness(0.186);
}
.header_keyword_content {
    position: relative;
    text-align: right;
}
.header_keyword_content input {
    width: 16px;
    position: absolute;
    top: -0.6em;
    right: -1.1em;
    transition: all 0.3s;
    visibility: hidden;
    opacity: 0;
}
.header_right_wrap .header_keyword_icon img {
    width: 100%;
    height: auto;
    filter: brightness(0.186);
}
.header_right_wrap .header_keyword {
    width: 10%;
}
.header_right_wrap .header_favorite {
    width: 11%;
    margin-left: 11%;
}
.header_right_wrap .header_cart {
    width: 8%;
    margin-left: 12%;
    position: relative;
}
.header_right_wrap .cart_count {
    position: absolute;
    right: -1em;
    top: -0.5em;
    display: inline-block;
    font-family: "Montserrat", sans-serif;
    font-size: 11px;
    background: #d62d54de;
    color: #fff;
    border-radius: 50px;
    width: 17px;
    height: 17px;
    padding: 3%;
    text-align: center;
    line-height: 1.5;
}
.header_nav ul.nav_list {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    letter-spacing: 0.1em;
}
.header_nav ul.nav_list li.nav_item {
    position: relative;
    width: auto;
    text-align: left;
}
.header_nav ul.nav_list li.nav_item:not(:first-child) {
    margin-left: 7%;
}
.header_nav ul.nav_list li a {
    position: relative;
    display: inline-block;
    font-weight: bold;
    font-family: "Montserrat", sans-serif;
    font-size: min(14px,1.5vw);
    color: #353535;
}
.header_nav ul.nav_list li a::after {
    position: absolute;
    bottom: 0;
    left: 50%;
    content: '';
    width: 0;
    height: 2px;
    background-color: #353535;
    transition: .3s;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
.header_nav ul.nav_list li:hover a {
    text-decoration: none;
}
.header_nav ul.nav_list li:hover a::after {
    width: 100%;
}
.header_nav ul.dropdown__list {
    width: 168px;
    position: absolute;
    top: 3em;
    left: 0;
    transition: all 0.3s;
    visibility: hidden;
    opacity: 0;
    color: #fff;
    border: 1px solid #353535;
}
.header_nav ul.dropdown__list li a {
    display: block;
    padding: 1em;
    background: #353535;
    color: #fff;
    font-weight: 400;
    font-size: 15px;
}
.header_nav ul.dropdown__list li a::after {
    display: none;
}
.header_nav ul.dropdown__list li a:hover {
    background: #fff;
    color: #353535;
}
.header_nav ul.dropdown__list li a span.ja {
    font-size: 14px;
}
.header_nav ul.dropdown__list li:not(:first-child) a {
    border-top: 1px solid #ffffff6e;
}

.footer_pc {
    background: #353535;
    color: #fff;
    letter-spacing: 0.05em;
}
.footer_pc img {
    width: 100%;
    height: auto;
}
ul.services_list {
    display: flex;
    justify-content: space-between;
    padding: 4em 0;
}
ul.services_list li {
    padding: 0 2em 2em 2em;
    width: calc((100% - 6%) / 4);
}
ul.services_list li:not(:first-child) {
    border-left: 1px solid #ffffff6e;
}
ul.services_list li a {
    display: block;
    color: #fff;
    font-size: 13px;
    text-align: center;
    line-height: 1.8;
}
ul.services_list li span.img_box {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100px;
}
ul.services_list li span.img_box img {
    width: 34%;
    height: auto;
}
ul.services_list li:nth-child(2) span.img_box img {
    width: 24%;
}
ul.services_list li:nth-child(3) span.img_box img {
    width: 26%;
}
ul.services_list li:nth-child(4) span.img_box img {
    width: 27%;
}
.footer_search_list_wrap {
    display: flex;
}
.footer_search_list_wrap div:nth-child(1) {
    flex: 1;
}
.footer_search_list_wrap div:nth-child(2) {
    flex: 2;
}
.footer_search_list_wrap div:nth-child(3) {
    flex: 1;
}
.footer_search_list_wrap div:nth-child(4) {
    flex: 1;
}
.footer_search_list_wrap h3 {
    font-size: 16px;
    letter-spacing: 0.1em;
    font-weight: bold;
    color: #ffffff6e;
    margin-bottom: 1em;
}
ul.footer_search_list {
    display: grid;
    grid-auto-flow: column;
    grid-template-rows: repeat(4, auto);
    row-gap: 1em;
}
ul.footer_search_list li a {
    color: #fff;
    font-size: 13px;
    letter-spacing: 0.05em;
}
ul.footer_link_list {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 5em 0 3em;
}
ul.footer_link_list li a {
    display: block;
    color: #fff;
    font-size: 13px;
}
.footer_logo {
    width: 20%;
    margin: 0 auto;
}
.footer_logo img {
    filter: invert(96%) sepia(0%) saturate(43%) hue-rotate(225deg) brightness(118%) contrast(100%);
}
.footer_pc small {
    display: block;
    padding: 2em 0;
    text-align: center;
    font-size: 11px;
    font-family: "Montserrat", sans-serif;
}

.main_visual img {
    width: 100%;
    height: auto;
}
/* .slick-arrow {
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    padding: 0;
    width: 20px;
    height: 38px;
    color: transparent;
    z-index: 1;
    transition: opacity 0.5s;
    z-index: 1;
}
.slick-arrow:hover {
    opacity: 0.7;
} */

/* 共通設定 */

/* .slick-next::before,
.slick-next::after,
.slick-prev::before,
.slick-prev::after {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
}
.slick-next::after,
.slick-prev::after {
    width: 26px;
    height: 26px;
    border-top: 1px solid #353535;
    border-right: 1px solid #353535;
} */

/* next */

/* .slick-next {
    right: 20px;
}
.slick-next::after {
    right: 4px;
    transform: rotate(45deg);
} */

/* prev */

/* .slick-prev {
    left: 20px;
}
.slick-prev::after {
    left: 4px;
    transform: rotate(-135deg);
} */
.top_slider {
    display: none;
}
.top_slider.slick-initialized {
    display: block;
}
.top_thumbnail {
    display: none;
}
.top_thumbnail.slick-initialized {
    display: block;
    margin-top: 1em;
}
.top_thumbnail .slick-track {
    display: flex;
}
.top_thumbnail .slick-slide:not(:first-child) {
    margin-left: 1%;
}
.top_thumbnail .slick-track {
    transform: unset !important;
}
.top_thumbnail img {
    opacity: 0.4;
    cursor: pointer;
}
.top_thumbnail .slick-current img {
    opacity: 1;
}

ul.products_list {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap;
}
ul.products_list li {
    width: calc((100% - 12%) / 5);
    margin-right: 3%;
    box-sizing: border-box;
}
ul.products_list li:nth-child(5n) {
    margin-right: 0;
}
ul.products_list li:not(:nth-child(-n+5)) {
    margin-top: 3%;
}

.top_new_arrival ul.products_list li {
    width: calc((100% - 9%) / 4);
    margin-right: 3%;
}
.top_new_arrival ul.products_list li:nth-child(4n) {
    margin-right: 0;
}
.top_new_arrival ul.products_list li:not(:nth-child(-n+4)) {
    margin-top: 3%;
}
.top_new_arrival ul.products_list li:nth-child(5n) {
    margin-right: auto;
}

a.top_all_btn {
    font-family: "Montserrat", sans-serif;
    font-size: 24px;
    background: #353535;
    color: #fff;
    padding: 0.8em 0;
    width: 60%;
    text-align: center;
    font-weight: 600;
    display: block;
    letter-spacing: 0.1em;
    box-sizing: border-box;
    margin: 2em auto 6em;
    position: relative;
    text-decoration: none;
    border: 1px solid #353535;
    transition: all 0.3s;
}
a.top_all_btn::after {
    content: "";
    line-height: 1;
    display: block;
    width: 1.5em;
    height: 0.5em;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    transform: skew(45deg);
    position: absolute;
    top: 42%;
    right: 4vw;
    transition: all 0.3s;
}

.top_shop_hit {
    padding-bottom: 4em;
}
.top_ranking {
    padding-bottom: 6em;
}
.rank_number {
    height: 4.4em;
    margin-bottom: 1em;
    display: flex;
    align-items: center;
    justify-content: center;
}
#dvSalesRanking .rank_number img {
    height: 100%;
    width: auto;
}
#dvSalesRanking ul li:nth-child(n+4) .rank_number img {
    height: 79%;
    width: auto;
}
/* 画像リストのコンテナ */
.image-list {
	display: flex;
	flex-wrap: wrap;
	gap: 3%; /* 画像間の間隔 */
	list-style: none;
}
/* 画像のアイテム */
.image-item {
	width: calc((100% - 6%) / 3);
	margin: 0;
}
li.image-item:not(:nth-child(-n+3)) {margin-top: 3%;}
/* 画像 */
.image-item img {
	width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    aspect-ratio: 1 / 1;
}

/* 一覧 */
.iconflag {
    margin: 0;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.icon {
    float: none;
    margin-right: 0;
    margin: 0.25em 0;
}
.icon+.icon {
    margin-left: 0.5em
}
.new {
    background: url(../SmartPhone/Contents/Images/common/icon_01.png?v2) no-repeat center right;
    background-size: contain;
    width: 4em;
    height: 1.5em;
}
.sale {
    background: url(../SmartPhone/Contents/Images/common/icon_05.png?v2) no-repeat center right;
    background-size: contain;
    width: 4em;
    height: 1.5em;
}
.rsv {
    background: url(../SmartPhone/Contents/Images/common/icon_06.png?v2) no-repeat center right;
    background-size: contain;
    width: 4em;
    height: 1.5em;
}
.catchcopy {
    font-size: 12px;
    color: #de1040;
    height: auto;
}
.catchcopy:empty {
    display: none;
}
span.icon+.catchcopy {
    margin-left: 0.5em;
}
ul.products_list li a {
    display: block;
}
ul.products_list li img {
    margin-bottom: 1em;
}
ul.products_list li h3 {
    font-size: 12px;
    font-weight: 400;
    line-height: 1.6;
    text-align: justify;
}
ul.products_list li p {
    font-size: 13px;
    font-weight: 400;
    line-height: 1.6;
    margin-top: 0.25em;
    letter-spacing: 0.05em;
}

.pager_area {
    padding: 1.5em 0 0;
    border-top: 1px solid #d7d7d7b3;
    box-sizing: border-box;
    margin-top: 3em;
}
.pager_all_number {
    font-size: 12px;
    letter-spacing: 0.05em;
    color: #353535;
}
.pager_number_active {
    background: #353535;
    color: #fff;
    font-size: 12px;
    font-weight: 500;
    padding: 0.5em 0.8em;
    line-height: 1.5;
}
.pager_number {
    background: #d2d2d2;
    color: #353535;
    font-size: 12px;
    font-weight: 500;
    padding: 0.5em 0.8em;
    transform: all 0.3s;
}
.sortprev span,
.sortnext span {
    color: #d2d2d2;
    transition: all 0.3s;
}
div.box_area dd a {
    border: 1px solid #353535;
    display: block;
    padding: 0.25em 0.5em;
    background: #fff;
    margin-right: 0;
    color: #353535;
    font-size: 11px;
    font-family: sans-serif;
    letter-spacing: 0.05em;
    font-weight: 400;
    transition: all 0.3s;
}
div.box_area dd strong {
    border: 1px solid #353535;
    display: block;
    padding: 0.25em 0.5em;
    background: #353535;
    margin-right: 0;
    font-size: 11px;
    color: #fff;
    font-family: sans-serif;
    letter-spacing: 0.05em;
    font-weight: 400;
}
div.box_area dl dd:not(:first-child) a {
    border-left: none;
}
div.box_area dl dt+dd.sortBoxFirstItem a {
    border-left: 1px solid #353535;
}
div.box_area dl {
    display: flex;
    align-items: center;
}
div.box_area dt {
    margin: 0 0.5em 0 0.8em;
    font-size: 10px;
    line-height: 1;
}
.sort_list_bottom {
    margin: 1em 0 2em;
}
div.box_area {
    margin-top: 1em;
    position: relative;
    z-index: 10;
}


/* 詳細ページ */
#detail {
    margin-top: 2.5em;
}
#detail #photo_area {
    width: 45%;
}
#detail #detail_area {
    width: 50%;
    margin-top: 3em
}
.product_detail_img_area img,
ul.detail_recommend_list li img {
	width: 100%;
	height: auto;
	vertical-align: bottom;/*画像の下にできる余白を削除*/
}
.product_detail_img_area .page_detail_img{
	margin: 1em 0;
}


/* 詳細ページスライダーNEW */
.product_detail_img_area .slider-container {
    position: relative;
    margin: 0;
    display: flex;
    align-items: center;
}

.product_detail_img_area .slider {
    position: relative;
    overflow: hidden;
    width: 80%;
	margin: 0 auto;
}

.product_detail_img_area .slide {
    display: none;
    width: 100%;
    height: auto;
    aspect-ratio: 2 / 3;
    overflow: hidden;
}

.product_detail_img_area .fade {
    animation: fadeEffect 1s;
}


@keyframes fadeEffect {
    from {opacity: 0.4}
    to {opacity: 1}
}


/*矢印の設定*/

/*戻る、次へ矢印の位置*/
:root {
    --arrow-size: 1em; /* 矢印のサイズを調整する変数 */
}

.prev, .next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: 3em;
    height: 3em;
    margin-top: -1em; /* 矢印の中心揃え */
    transition: 0.3s ease; /* アニメーションの設定 */
    z-index: 1;
	-webkit-tap-highlight-color: transparent;
}

.prev {
    left: 0;
}
.next {
    right: 0;
}

.prev::before, .next::before {
    content: '';
    position: absolute;
    top: 1em;
    left: 1em;
    transform: translate(-50%, -50%);
    width: var(--arrow-size);
    height: var(--arrow-size);
}
.prev::before {
	border-left: 1px solid #353535;
	border-bottom: 1px solid #353535;
	transform: rotate(45deg);
}
.next::before {
	border-top: 1px solid #353535;
    border-right: 1px solid #353535;
    transform: rotate(45deg);
}


.product_detail_img_area .thumbnails {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.product_detail_img_area .thumbnail {
    cursor: pointer;
    width: 100%;
    height: auto;
    transition: 0.3s;
	border: 1px solid #fff;
	box-sizing: border-box;
}

.product_detail_img_area .thumbnail.active{
	border: 1px solid #d7d7d7;
}

.product_detail_img_area ul#thumbnails li {
	width: calc((100% - 12%) / 5) !important;
	margin-right: 3%;
	margin-bottom: 0;
	cursor: pointer;
	outline: none;
	background:#fff;
	list-style: none;
	margin-top: 3%;
}
.product_detail_img_area ul#thumbnails li:nth-of-type(5n) {
	margin-right: 0;
}
.product_detail_img_area ul#thumbnails li.thumbnail {
	margin-right: 3%;
}
.product_detail_img_area ul#thumbnails li:nth-child(5n of .thumbnail) {
	margin-right: 0;
}

ul.detail_recommend_list {
    display: flex;
    justify-content: flex-start;
    margin-top: 10px;
    flex-wrap: wrap;
}
ul.detail_recommend_list li {
	width: calc((100% - 12%) / 5) !important;
	margin-right: 3%;
	margin-bottom: 0;
	cursor: pointer;
	outline: none;
	background:#fff;
	list-style: none;
	margin-top: 3%;
}
ul.detail_recommend_list li:nth-child(5n) {
	margin-right: 0;
}

.history_wrap {
    padding-bottom: 6em;
}
h2.history_title {
    font-family: "Montserrat", sans-serif;
	font-weight: 700;
	letter-spacing: 0.05em;
	line-height: 1.2;
    text-align: center;
	position: relative;
	border-bottom: 1px solid #353535;
    padding-bottom: 4px;
    margin-bottom: 0.5em;
    margin-top: 1em;
    display: flex;
    align-items: center;
	color: #353535;
	font-size: 56px;
	text-transform: uppercase;
	z-index: 1;
}

h2.history_title span {
	position: relative;
	z-index: 2;
}

h2.history_title::after {
	content: attr(data-en);
	color: #d7d7d7b3;
	font-size: 16px;
    margin-left: 1em;
    font-weight: 500;
}

#dvOrderBox h2.top_title_pc {
    font-family: "Montserrat", sans-serif;
	font-weight: 700;
	letter-spacing: 0.05em;
	line-height: 1.2;
    text-align: center;
	position: relative;
	border-bottom: 1px solid #353535;
    padding-bottom: 0.4em;
    margin-bottom: 1em;
    margin-top: 2em;
    display: flex;
    align-items: center;
	color: #353535;
	font-size: 36px;
	text-transform: uppercase;
	z-index: 1;
}

#dvOrderBox h2.top_title_pc span {
	position: relative;
	z-index: 2;
}

#dvOrderBox h2.top_title_pc::after {
	content: attr(data-en);
	color: #b6b3b3de;
	font-size: 16px;
    margin-left: 1em;
    font-weight: 500;
}
ul.history_list {
    display: flex;
    justify-content: flex-start;
    margin-top: 0;
    flex-wrap: wrap;
}
ul.history_list li {
	width: calc((100% - 12%) / 5) !important;
	margin-right: 3%;
	margin-bottom: 0;
	cursor: pointer;
	outline: none;
	background:#fff;
	list-style: none;
}
ul.history_list li:nth-child(5n) {
	margin-right: 0;
}

ul.history_list li h3,
#dvOrderBox ul.history_list li h3 {
    font-size: 12px;
    font-weight: 400;
    line-height: 1.6;
    text-align: justify;
    margin: 0.5em 0 0 0;
    font-family: sans-serif;
}
#dvOrderBox ul.history_list {
    padding-bottom: 6em;
}
ul.history_list li p {
    font-size: 13px;
    font-weight: 400;
    line-height: 1.6;
    margin-top: 0.25em;
    letter-spacing: 0.05em;
}

.product_detail_img_area .details-title {
	font-family: "Montserrat", sans-serif;
	margin-top: 2em;
	line-height: 1;
	font-size: 18px;
	font-weight: bold;
	display: block;
	width: 100%;
}
.detail_recommend_list_title {
	font-family: "Montserrat", sans-serif;
	margin-top: 4em;
	line-height: 1;
	font-size: 18px;
	font-weight: bold;
	display: block;
	width: 100%;
}
.detail_recommend_list_title span,ja {
    font-size: 16px;
}
.product_detail_img_area .img_variation_name {
	display: block;
	width: 90%;
    line-height: 1.3;
    font-size: 10px;
    letter-spacing: 0.05em;
	margin: 0.5em auto 0;
}

/* モーダルのスタイル */
p#openModal {
	margin-top: 0.5em;
	text-align: right;
    cursor: pointer;
    font-size: 10px;
    letter-spacing: 0.05em;
}
.modal {
    display: none; /* デフォルトでは表示しない */
    position: fixed; /* 固定表示 */
    padding-top: 4em; /* 上部のスペース */
    left: 0;
    top: 0;
    width: 100%; /* 全幅 */
    height: 100%; /* 全高 */
    overflow: auto; /* スクロール可能 */
    background-color: rgb(0,0,0); /* 背景色 */
    background-color: rgba(0,0,0,0.9); /* 背景の透明度 */
	z-index: 101;
}

.modal-content {
    margin: auto;
    display: block;
    width: auto;
    max-height: 90%;
}

.close {
    position: absolute;
    top: 1em;
    right: 1em;
    width: 3em;
    height: 3em;
    cursor: pointer;
}

.close::before,
.close::after {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    width: 3em;
    height: 1px;
    background-color: #fff;
}

.close::before {
    transform: translate(-50%, -50%) rotate(45deg);
}

.close::after {
    transform: translate(-50%, -50%) rotate(-45deg);
}

/* モーダルが表示されているときにスクロールを無効にする */
body.modal-open {
    overflow: hidden;
}

#detail_area .iconflag img+img {
    margin-left: 0.5em;
}
#detail #detail_area .iconflag {
    margin: 0;
    padding-bottom: 2em;
}
.page_detail_catchcopy {
    font-size: 18px;
    color: #de1040;
    font-weight: bold;
    letter-spacing: 0.05em;
    margin: 1em 0 -1.4em;
}
#detail #detail_area h2 {
    font-size: 24px;
    margin: 1em 0;
    letter-spacing: 0.05em;
}
.page_detail_attention {
    color: #de1040;
    font-weight: bold;
    font-size: 18px;
    margin: 1em 0;
}
#detail #detail_area .brand {
    font-size: 12px;
    letter-spacing: 0.05em;
    margin: 1em 0 0.2em;
}
#detail #detail_area .number {
    font-size: 12px;
    letter-spacing: 0.05em;
}
#detail #detail_area .point {
    font-size: 12px;
    margin-bottom: 2em;
}
#detail #detail_area .point span.c_red {
    font-size: 14px;
    font-weight: bold;
    color: #de1040;
}
#detail #detail_area span.c_red {
    font-size: inherit;
    font-weight: inherit;
    color: inherit;
}
#detail #detail_area p.price {
    margin: 0;
    font-size: 24px;
    font-weight: 400;
    letter-spacing: 0.05em;
}
#detail #detail_area p.price strike {
    font-size: 16px;
}
#detail #detail_area p.price span.c_red {
    color: #de1040;
    font-weight: bold;
}
#detail #detail_area span.c_red+span.tax {
    color: #de1040;
}
#detail #detail_area span.normal {
    font-weight: 400;
    font-size: inherit;
    letter-spacing: 0.1em;
}
#detail #detail_area span.tax {
    font-size: 14px;
    margin-left: -0.5em;
}
#detail #detail_area h3 {
    font-size: 15px;
    line-height: 2;
    text-align: justify;
}
#detail #detail_area h3 b {
    color: #000;
}
#detail #detail_area h4 {
    font-size: 12px;
    margin: 2em 0 0.5em;
    line-height: 1.9;
}
#detail #detail_area p.size_attention {
    font-size: 10px;
    letter-spacing: 0.05em;
    text-align: justify;
}
#detail_area .btn_area {
	display: flex;
	align-items: center;
	justify-content: flex-start;
    margin: 3em 0;
}
.btn_area .detail_btn {
	background: #353535;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0.5em 1em;
	border-radius: 0.3em;
	font-size: 12px;
	font-weight: 500;
}
#detail_area .btn_area a {
	text-decoration: none;
}
.btn_area .detail_btn.favorite {
	background: #e74b7d;
}
.btn_area .detail_btn.favorite::before {
	content: "";
	display: inline-block;
	width: 1.1em;
	height: 1.1em;
	background: url(../SmartPhone/Contents/Images/common/icon_heart_white.svg?v2);
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	margin-right: 0.4em;
}
.btn_area .detail_btn.line {
	background: #06c755;
	margin-left: 1em;
}
.btn_area .detail_btn.line::before {
	content: "";
	display: inline-block;
	width: 1.3em;
	height: 1.3em;
	background: url(../SmartPhone/Contents/Images/common/line_logo_w.svg?v2);
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	margin-right: 0.4em;
}
.btn_area .detail_btn.contact {
	margin-left: 1em;
}
.btn_area .detail_btn.contact::before {
	content: "";
	display: inline-block;
	width: 1.3em;
	height: 1.3em;
	background: url(../SmartPhone/Contents/Images/common/mail_icon_w.svg?v2);
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	margin-right: 0.4em;
}
#detail #detail_area #buying .stock_list_ttl {
    letter-spacing: 0.1em;
}
#detail #detail_area #buying td {
    padding: 0.5em;
    border-bottom: 1px solid #dddddd75;
}
#detail #detail_area #buying .stock_color {
    width: 25%;
}
#detail #detail_area #buying .stock_size {
    width: 15%;
}
#detail #detail_area #buying .stock_quantity {
    letter-spacing: 0.05em;
    text-align: center;
    width: 30%;
}
#detail #detail_area #buying .stock_btn {
    width: 30%;
}
#detail #detail_area #buying td div a {
    width: 100%;
    height: auto;
    text-align: center;
}
span.detail_cart_btn {
	background: #353535;
	color: #fff;
	display: inline-block;
	padding: 0.8em;
	border-radius: 5px;
	width: 100%;
	box-sizing: border-box;
    border: 1px solid #353535;
    transition: all 0.3s;
}
span.detail_cart_btn.restocking {
	background: #d7d7d7;
	color: #353535;
    border: 1px solid #d7d7d7;
}
p.request_attention {
    font-size: 10px;
    margin-top: 1.5em;
    letter-spacing: 0.05em;
}
#CartList div.productList div.background {
    border-bottom: none;
}
#main_area .question_area {
    width: 100%;
}

@media screen and (max-width: 960px) {

.header_nav ul.nav_list li.nav_item:not(:first-child) {
    margin-left: 6%;
}
.footer_pc ul.services_list li a p {
    font-size: 11px;
}
ul.services_list li {
    padding: 0 1em 1em 1em;
    width: calc((100% - 6%) / 4);
}
.footer_search_list_wrap h3 {
    font-size: 14px;
}
ul.footer_search_list li a {
    font-size: 11px;
}
ul.footer_link_list li a {
    font-size: 11px;
}
.footer_pc small {
    font-size: 10px;
}
.btn_area .detail_btn {
    font-size: 10px;
}
.btn_area .detail_btn.line,
.btn_area .detail_btn.contact {
    margin-left: 0.5em;
}
.btn_area .detail_btn {
    padding: 0.5em;
}

}

/*@media(hover: hover) {*/


.header_nav ul.nav_list li.nav_item:hover ul.dropdown__list {
    visibility: visible;
    opacity: 1;
}

a.top_all_btn:hover:after {
    content: "";
    line-height: 1;
    display: block;
    width: 1.5em;
    height: 0.5em;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    transform: skew(45deg);
    position: absolute;
    top: 42%;
    right: 3vw;
}

.header_keyword_content:hover {
    cursor: pointer;
}
.header_keyword_content:hover input,
.header_keyword_content input:focus  {
    visibility: visible;
    opacity: 1;
    background-color: #fff;
    width: 220px;
}

a.pager_number:hover {
    background: #353535;
    color: #fff;
    text-decoration: none;
    transition: all 0.3s;
}
.sortprev span:hover,
.sortnext span:hover {
    color: #353535;
    transition: all 0.3s;
}
.sortprev:hover,
.sortnext:hover {
    text-decoration: none;
}
div.box_area dd a:hover {
    text-decoration: none;
}
div.box_area dd a:hover {
    background: #353535;
    color: #fff;
}

#dvSalesRanking a:hover .rank_number img {
    opacity: 1;
}

p#openModal:hover {
    text-decoration: underline;
}

#detail_area .btn_area a:hover {
    opacity: 0.8;
}
span.detail_cart_btn:hover {
	background: #fff;
	color: #353535;
}
span.detail_cart_btn.restocking:hover {
	background: #353535;
	color: #fff;
    border: 1px solid #353535;
}



/*}*/