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

html {
    visibility: hidden;
}

html.wf-active,
html.loading-delay {
    visibility: visible;
}

/*****************************************************

    除外スタイル

*****************************************************/
.logout.my-false { display: none; }
.login.my-true { display: none; }
.fs-l-header {
    padding-top: 0;
}
.fs-preview-header {
    display: none;
}
.fs-l-header__contents {
    display: block;
}
.fs-l-footer {
    border: none;
    background-color: transparent;
    color: #1a1a1a;
    margin-top: 0;
}
.fs-body-top .fs-l-main {
  width: min(96%,1300px);
    margin: 0 auto;
    padding: 0;
    max-width: none;
    display: block;
}
@media screen and (max-width: 768px) {
  .fs-body-top .fs-l-main {
    width: 100%;
  }
}
.fs-l-pageMain {
    max-width: none;
}
.fs-l-main {
    width: min(100%,1200px);
    margin: 0 auto 100px;
    padding: 0;
  line-height: 1.4;
}
.fs-c-breadcrumb {
    font-size: 11px;
    max-width: 1200px;
    margin: 20px auto 40px;
    padding: 0;
}
.fs-c-breadcrumb__list {
    padding: 0;
}
[type="hidden"], [type="text"], [type="search"], [type="tel"], [type="url"], [type="email"], [type="password"], [type="datetime"], [type="date"], [type="month"], [type="week"], [type="time"], [type="datetime-local"], [type="number"], select, textarea {
    padding: 8px;
    font-size: 14px;
}

:root {
  --main-color: #1a1a1a;
  --hover-color: #346BA7;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}

html {
    font-size: 10px;
}

body {
    font-size: 1.4rem;
	font-family: dnp-shuei-gothic-gin-std, sans-serif;
    font-weight: 500;
    font-style: normal;
	color: var(--main-color);
	line-height: 1.5;
    letter-spacing: 1.2px;
	-webkit-text-size-adjust: 100%;
	/*-webkit-font-smoothing: antialiased;*/
	overflow-scrolling: touch;
}
* {
	box-sizing: border-box;
}
ol, ul {
	list-style: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
img {
	max-width: 100%;
	height: auto;
	vertical-align:middle;
    transition-duration: .3s;
}
a,
a:visited {
    color: var(--main-color);
    text-decoration: none;
    transition-duration: .3s;
}
a:hover {
	color: var(--hover-color);
    transition-duration: .3s;
    text-decoration: none;
}
a img:hover {
	filter: alpha(opacity=75);
	-moz-opacity:0.75;
	opacity:0.75;
    transition-duration: .3s;
}
.sp {
    display: none;
}
.font-bold {
    font-family: dnp-shuei-gothic-gin-std, sans-serif;
    font-weight: 600;
    font-style: normal;
}
.font-en {
    font-family: 'Prompt', sans-serif;
}
.fc_flex {
    display: flex;
}
.txt_center {
    text-align: center;
}
.back_gray {
    background-color: #F1F1F1;
}
.wrap {
    max-width: 1300px;
    margin: 0 auto;
}
.section_wrap {
    padding: 100px 0 0;
}
.section_wrap2 {
    padding: 100px 0;
}
.h1_font {
    font-size: 40px;
}
.h2_font {
    font-size: 30px;
    letter-spacing: 5px;
}
.h2_sub {
    font-size: 13px;
    letter-spacing: 2px;
}
.h2_sub:before,
.h2_sub:after {
    content: "";
    width: 20px;
    height: 2px;
    display: inline-block;
    vertical-align: middle;
    background-color: var(--main-color);
}
.h2_sub:before {
    margin-right: 1em;
}
.h2_sub:after {
    margin-left: 0.7em;
}
.h3_font {
    font-size: 20px;
}
.cms_txt {
    font-size: 16px;
    line-height: 2.2;
}
.cms_txt span.top_txt {
    font-size: 22px;
}
.cms_txt2 {
    font-size: 15px;
}
.cms_txt_little {
    font-size: 12px;
}
.cms_product_txt {
    font-size: 14px;
    letter-spacing: 0.2px;
}
.product_price {
    font-size: 20px;
    align-items: baseline;
    justify-content: flex-end;
    margin-top: 5px;
}
.product_price span {
    font-size: 13px;
}
.section_tit_box {
    background-image: url("../img/common/img_tit_back.png");
    background-repeat: no-repeat;
    background-position: top center;
    padding: 5px 0 20px;
}
.page-top {
	position: fixed;
	right: 40px;
	bottom: 40px;
    z-index: 9999;
}
.page-top a {
	display: block;
	width: 50px;
}

/*****************************************************

    商品スライダー

*****************************************************/
.product_loop_area {
    margin-top: 40px;
}
.product_loop_area .product_loop_item {
    display: flex;
    flex-wrap: wrap;
}
.product_loop_area .purodakuto_item_box {
    width: 17.6%;
    margin: 0 3% 3% 0;
}
.product_loop_area .purodakuto_item_box:nth-child(5n) {
    margin-right: 0;
}
.product_loop_area .purodakuto_item_box .pict {
    margin-bottom: 10px;
}

/*****************************************************

    フリーページ共通

*****************************************************/
.free_bread_area .fs-c-breadcrumb {
    padding: 0;
}
.fs-l-main.freepage {
    max-width: 1300px;
    margin: 0 auto 100px;
    padding: 0;
    display: block;
}
.free_tit_area {
    border-left: solid 5px var(--hover-color);
    padding: 10px 0 10px 20px;
    margin-bottom: 40px;
}
.free_tit_area_top {
    margin-top: 40px;
}
.free_tit {
    font-size: 32px;
    letter-spacing: 5px;
}
.free_sub_tit {
    font-size: 12px;
    color: var(--hover-color);
}
.h2_free_txt {
    font-size: 22px;
    padding-bottom: 10px;
    margin-bottom: 20px;
    border-bottom: solid 2px var(--main-color);
}
.h3_free_txt {
    font-size: 20px;
    margin-bottom: 5px;
}
.h3_free_txt:before {
    content: "";
    background-color: var(--hover-color);
    margin-right: 10px;
    width: 15px;
    height: 15px;
    display: inline-block;
    border-radius: 3px;
}
.free_txt {
    font-size: 14px;
    line-height: 2;
}
.free_txt_bottom {
    margin-bottom: 20px;
}
.free_section {
  line-height: 1.4;
    margin-top: 50px;
}
.free_section_top {
    margin-top: 0;
}
.free_table_area {
    border-radius: 5px;
    padding: 40px;
    background-color: #f6f6f6;
}
.free_table_area table tr {
    text-align: left;
}
.free_table_area table tr th {
    min-width: 140px;
}
.free_table_area table tr th,
.free_table_area table tr td {
    padding: 10px 0;
}
.shopping_table_area {
    width: 100%;
    max-width: 815px;
    margin: 20px 0 50px;
}
.shopping_table_area table {
    width: 100%;
    font-size: 14px;
    margin-top: 15px;
}
.shopping_table_area table tr td {
    border: solid 1px #e6e6e6;
    padding: 30px 40px;
    vertical-align: middle;
}
.shopping_table_area table tr:first-child td {
    font-size: 13px;
    background-color: #f6f6f6;
    padding: 16px 40px;
}
.shopping_table_area table tr td.table_wide_1 {
    min-width: 130px;
    padding-left: 0;
    padding-right: 0;
}
.shopping_table_area table tr td.table_wide_2 {
    min-width: 140px;
    padding-left: 0;
    padding-right: 0;
    letter-spacing: 0;
}
.pict_credit {
    width: 269px;
}
.price_table_area table td:first-child {
    padding-right: 20px;
}
.free_table_area2 .credit_area li .credit_left {
    min-width: 140px;
    box-sizing: border-box;
}
.free_table_area2 .credit_area li .credit_right {
    width: 100%;
}
.kaiin_pict {
    margin-bottom: 2em;
}

/*****************************************************

    飛沫対策用アクリルパーテーション

*****************************************************/
.partition_corona_box {
    background-image: url("../img/acrylic/img_acrylic02.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    padding: 20px;
}
.partition_point_box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 60px;
}
.partition_point_box:first-child {
    margin-top: 0;
}
.partition_point_box:nth-child(odd) {
    flex-direction: row-reverse;
}
.partition_point_pict,
.partition_point_txt_box {
    width: 48%;
}
.partition_point_icon {
    font-size: 13px;
    background-color: #1BB2A3;
    display: inline-block;
    padding: 0 10px;
    color: #fff;
    line-height: 35px;
    border-radius: 5px;
}
.partition_point_tit {
    font-size: 25px;
    border-bottom: solid 1px #1a1a1a;
    padding-bottom: 10px;
    margin: 1em 0;
}
.partition_point_tit span.tit_line {
    background: linear-gradient(transparent 50%, #FDF2A0 50%);
}
.partition_section {
    margin-top: 100px;
}
.clearpanel_box {
    margin-top: 100px;
}
.clearpanel_box:first-child {
    margin-top: 0;
}
.clearpanel_box_tit {
    font-size: 25px;
    padding: 20px;
    background-color: #F1F1F1;
    margin-bottom: 40px;
}
.clearpanel .clearpanel_box_tit {
    border-left: solid 5px #7CB929;
}
.smalltype .clearpanel_box_tit {
    border-left: solid 5px #33B7C1;
}
.frametype .clearpanel_box_tit {
    border-left: solid 5px #FFAE1E;
}
.littletype .clearpanel_box_tit {
    border-left: solid 5px #FF7BAB;
}
.clearpanel_item_box {
    display: flex;
    justify-content: space-between;
}
.clearpanel_item_pict {
    width: 55%;
}
.clearpanel_table_box {
    width: 40%;
}
.clearpanel_table_box table {
    width: 100%;
    margin-top: 2em;
}
.clearpanel_table_box table.table_top {
    margin-top: 0;
}
.clearpanel_table_box table td {
    font-size: 13px;
    padding: 15px 10px;
}
.clearpanel_table_box table td.size_wide {
    width: 230px;
    min-width: 230px;
}
.clearpanel .clearpanel_table_box table td.table_price {
    color: #7CB929;
}
.smalltype .clearpanel_table_box table td.table_price {
    color: #33B7C1;
}
.frametype .clearpanel_table_box table td.table_price {
    color: #FFAE1E;
}
.littletype .clearpanel_table_box table td.table_price {
    color: #FF7BAB;
}
.clearpanel_table_box table .clearpanel_table_tit {
    font-size: 16px;
    padding: 10px 10px;
}
.clearpanel .clearpanel_table_box table .clearpanel_table_tit {
    background-color: #E3F0D0;
}
.smalltype .clearpanel_table_box table .clearpanel_table_tit {
    background-color: #D2EFF1;
}
.frametype .clearpanel_table_box table .clearpanel_table_tit {
    background-color: #FFEBC8;
}
.littletype .clearpanel_table_box table .clearpanel_table_tit {
    background-color: #FFE3ED;
}
.clearpanel_table_box table .clearpanel_table_line {
    border-bottom: solid 1px #E5E5E5;
}

@media (max-width: 750px) {
    .partition_corona_box {
        background-image: url("../img/acrylic/img_acrylic02_sp.jpg");
        background-position: center center;
    }
    .partition_point_box {
        display: block;
        margin-top: 30px;
    }
    .partition_point_box:first-child {
        margin-top: 0;
    }
    .partition_point_pict,
    .partition_point_txt_box {
        width: 100%;
    }
    .partition_point_pict {
        margin-bottom: 20px;
    }
    .partition_point_tit {
        font-size: 20px;
        margin: 15px 0;
    }
    .partition_point_icon {
        font-size: 10px;
        line-height: 25px;
    }
    .partition_section {
        margin-top: 60px !important;
    }
    .clearpanel_item_box {
        display: block;
    }
    .clearpanel_item_pict,
    .clearpanel_table_box {
        width: 100%;
    }
    .clearpanel_item_pict {
        margin-bottom: 20px;
    }
    .clearpanel_box_tit {
        font-size: 18px;
        padding: 15px;
        margin-bottom: 20px;
    }
    .clearpanel_box {
        margin-top: 60px;
    }
    .clearpanel_box:first-child {
        margin-top: 0;
    }
}

/*****************************************************

    EasyWallページ

*****************************************************/
.easywall_box {
    background-image: url("../img/easywall/img_easywall02.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    padding: 20px;
    color: #fff;
}
.easywall_box002 {
    background-image: url("../img/easywall/img_easywall002.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    padding: 20px;
    color: #fff;
}

.easywall_tit {
    margin-bottom: 1.5em;
}
.easywall_tit span {
    font-size: 24px;
    border-bottom: solid 1px #fff;
    padding-bottom: 10px;
}
.easywall_item_box {
    display: flex;
    align-items: center;
    margin-top: 60px;
}
.easywall_item_box:first-child {
    margin-top: 0;
}
.easywall_item_box:nth-child(2n) {
    flex-direction: row-reverse;
}
.easywall_item_pict {
    width: 100%;
    max-width: 50%;
}
.easywall_item_txt_area {
    position: relative;
}
.easywall_item_txt_box {
    width: 100%;
    padding: 40px;
    background-color: #F9F9F9;
    position: relative;
}
.easywall_item_box:nth-child(odd) .easywall_item_txt_box {
    margin-left: -5%;
}
.easywall_item_box:nth-child(2n) .easywall_item_txt_box {
    margin-right: -5%;
}
.easywall_item_icon {
    font-size: 100px;
    color: #FFF1EB;
    position: absolute;
    top: 20px;
    right: 20px;
    line-height: 1;
}
.easywall_item_sub {
    font-size: 12px;
    color: #FF713B;
}
.easywall_item_tit {
    font-size: 28px;
}
.easywall_item_tit:after {
    content: "";
    width: 40px;
    height: 3px;
    background-color: #FF713B;
    display: block;
    margin: 0.5em 0;
}
.easywall_product_section {
    margin-top: 100px;
}
.easywall_product_list {
    display: flex;
    flex-wrap: wrap;
}
.easywall_product_box {
    width: 32%;
    margin: 0 2% 5% 0;
}
.easywall_product_box:nth-child(3n) {
    margin-right: 0;
}
.easywall_product_pict {
    margin-bottom: 15px;
}
.easywall_product_name {
    font-size: 16px;
    margin-bottom: 10px;
}
.easywall_product_price {
    font-size: 20px;
    color: #FF713B;
    margin-bottom: 10px;
}
.easywall_product_price span {
    font-size: 12px;
}
.easywall_product_icon span {
    font-size: 12px;
    color: #fff;
    background-color: #1a1a1a;
    display: inline-block;
    padding: 5px 10px;
}

@media (max-width: 750px) {
    .easywall_box {
        background-image: url("../img/easywall/img_easywall02_sp.jpg");
        background-position: center center;
    }
    .easywall_tit span {
        font-size: 18px;
        line-height: 2.5;
    }
    .easywall_item_box {
        display: block;
        margin-top: 40px;
    }
    .easywall_item_box:first-child {
        margin-top: 0;
    }
    .easywall_item_pict {
        max-width: none;
    }
    .easywall_item_icon {
        font-size: 80px;
    }
    .easywall_item_txt_box {
        width: 94%;
        margin: -5% auto 0;
    }
    .easywall_item_box:nth-child(odd) .easywall_item_txt_box {
        margin-left: auto;
    }
    .easywall_item_box:nth-child(2n) .easywall_item_txt_box {
        margin-right: auto;
    }
    .easywall_item_tit {
        font-size: 22px;
        margin-top: 10px;
    }
    .easywall_product_section {
        margin-top: 60px;
    }
    .easywall_product_list {
        display: block;
    }
    .easywall_product_box {
        width: 100%;
        margin: 0 0 10% 0;
    }
    .easywall_product_box:last-child {
        margin-bottom: 0;
    }
}


/*****************************************************

    サイドバー

*****************************************************/
@media (min-width: 1151px) {
    .sub_area {
        width: 250px;
    }
}
.sub_area .side .side_title {
    background: #403a39;
    color: #fff;
    font-weight: 500;
    margin-bottom: 10px;
    padding: 22px 0;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
.sub_area .side .side_title span {
    display: block;
}
.sub_area .side .side_title .main {
    font-size: 18px;
    letter-spacing: 3px;
    margin-bottom: 2px;
}
.sub_area .side .side_title span.sub {
    font-size: 11px;
}
.sub_area .side_link > li {
    position: relative;
    border-bottom: solid 1px #f1f1f1;
}
.sub_area .side_link li:hover {
    background-color: #f6f6f6;
}
.sub_area .side_link li a {
    font-size: 14px;
    padding: 20px 10px;
    display: block;
    position: relative;
}
.sub_area .side_link li a:after {
    content: "";
    width: 6px;
    height: 10px;
    background-image: url("../img/common/icon_side-next.svg");
    background-repeat: no-repeat;
    background-size: cover;
    display: block;
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%) translateX(0);
    -webkit- transform: translateY(-50%) translateX(0);
}
.sub_area .side_link li ul.child {
    position: absolute;
    top: 0;
    left: 250px;
    border: solid 1px #f1f1f1;
    background-color: #fff;
    z-index: 3;
    display: none;
}
.sub_area .side_link li:hover > ul.child {
    display: block;
}
.sub_area .side_link li ul.child li a {
    width: 250px;
}
.sub_area .sidefree2 {
    margin-top: 50px;
}
/*=== 2024 サイドナビ ===*/
@media screen and (max-width: 768px) {
  /*.main_row {
      flex-direction: column-reverse;
  }*/

}
/*=== 2024 サイドナビ End ===*/

/*****************************************************

    2カラムメイン

*****************************************************/
/*.sub_area + .fs-l-pageMain, .main_col_sidenav + .fs-l-pageMain {
    max-width:1300px;
  width: min(100%,1300px);
    margin: 0;
}
@media screen and (max-width: 768px) {
  .sub_area + .fs-l-pageMain, .main_col_sidenav + .fs-l-pageMain {
    width: 100%;
    margin-bottom: 60px;
    order: 1;
  }
}*/

/*****************************************************

    並び替えなど

*****************************************************/
@media (min-width: 600px) {
    .fs-c-productList__controller .fs-c-sortItems {
        margin: 10px 0 30px;
    }
    .fs-c-sortItems {
        justify-content: flex-end;
    }
    .fs-c-sortItems__label {
        padding: 2px 14px;
    }
    .fs-c-sortItems__list__item__label {
        padding: 3px 14px;
    }
}
.fs-c-sortItems__list__item {
    border-left: 1px solid #d4d2d0;
}
.fs-c-productList__controller {
    border-top: 1px solid #f2f2f2;
    display: block;
    margin: 10px 0;
    padding: 10px 0;
}
.fs-c-productList__controller .fs-c-sortItems {
    font-size: 12px;
}
.fs-c-sortItems__label {
    border: none;
}
.fs-c-sortItems__list {
    flex-grow: 0;
}
.fs-c-sortItems__list__item.is-active {
    background: none;
    color: var(--hover-color);
}
.fs-c-listControl {
    font-size: 12px;
}

/*****************************************************

    カテゴリー一覧

*****************************************************/
@media (min-width: 768px) {
    .fs-c-productList__list {
        display: flex;
        flex-wrap: wrap;
      gap: 30px calc(12%/3);
    }
    .fs-c-productList__list__item {
        /*margin-right: 5%;*/
        padding: 10px 0 5%;
        width: 22%;
    }
    /*.fs-c-productList__list__item:nth-child(3n) {
        margin-right: 0;
    }*/
}
.fs-c-subgroupList__item {
    flex-grow: 0;
    flex-basis: auto;
    padding: 2px;
    width: 20%;
}
.fs-c-subgroupList__link {
    background: #f8f8f8;
    border: none;
    border-radius: 2px;
    display: block;
    font-size: 14px;
    text-align: center;
    transition-duration: .3s;
    padding: 10px;
    font-weight: 600;
}
.fs-c-subgroupList__link::after {
    content: none;
}
.fs-c-productListItem__viewMoreImageButton {
    display: none;
}
.fs-c-productList__list__item {
    border-bottom: none;
}
.fs-c-productListItem__prices {
    display: flex;
    justify-content: flex-end;
}
.fs-c-productListItem__prices .fs-c-productPrice__main {
    font-size: 20px;
    font-weight: 600;
}
.fs-c-productPrice__addon {
    font-weight: 600;
}
.fs-c-productPrice__main__price {
    color: var(--main-color) !important;
    font-weight: 600;
}
.fs-c-productListItem__control {
    font-size: 14px;
}
.fs-c-productPrice__main__label {
    font-size: 15px;
}
.fs-c-productPrice__main__price {
    letter-spacing: 0;
}

@media (min-width: 1201px) {
    .fs-c-subgroupList__link {
        padding: 20px 10px;
    }
    .fs-c-subgroupList__link:hover {
        background-color: var(--hover-color);
        color: #fff;
    }
}

.fs-c-productListItem__productName {
  line-height: 1.3;
}
.fs-c-productName__copy {
  margin-bottom: 0.3em;
}
.fs-c-productListItem__prices {
  line-height: 1.2;
}

/*****************************************************

    商品詳細

*****************************************************/
@media (min-width: 600px) {
    .fs-l-product2 .fs-l-productLayout > * > *, .fs-c-productNameHeading__copy {
        margin-bottom: 15px;
    }
}
@media (min-width: 960px) {
    .fs-l-product2 .fs-l-productLayout {
        grid-template-columns: calc(45% - 36px / 2) calc(55% - 36px / 2);
        grid-gap: 36px;
    }
}
.fs-c-productNameHeading {
    font-size: 22px;
    color: var(--main-color);
  line-height: 1.2;
}
.fs-c-productNameHeading__copy {
    display: block;
    font-size: 14px;
    font-weight: 300;
    line-height: 1.6;
    letter-spacing: 3px;
}
.fs-c-productNumber {
    border: none;
    padding: 0;
    color: #989898;
    border-bottom: solid 1px #e5e5e5;
    width: 100%;
    padding-bottom: 15px;
}
.fs-c-productNumber__number {
    font-weight: 500;
    letter-spacing: 0;
}
.fs-c-productPointDisplay {
    letter-spacing: 0;
}
.fs-c-productPrices--productDetail .fs-c-productPrice__main__label {
    font-size: 12px;
}
.fs-c-variationRadioList__row {
    font-size: 14px;
    border-top: 1px solid #dedede;
    padding: 10px;
}
.fs-c-variationRadioList__row:last-child {
    border-bottom: 1px solid #dedede;
}
.cart_bottom_text {
    font-size: 13px;
}
.cart_bottom_text .fs-c-buttonContainer,
.cart_bottom_text .fs-c-returnedSpecialContract {
    display: flex;
    align-items: center;
    padding-bottom: 0;
}
.cart_bottom_text .fs-c-buttonContainer:before,
.cart_bottom_text .fs-c-returnedSpecialContract:before {
    content: "＞";
    font-size: 10px;
    margin-right: 10px;
}
.cart_bottom_text span,
.cart_bottom_text a {
    color: var(--main-color);
    text-decoration: underline;
}
.fs-c-reviewList__item__info {
  line-height: 1.2;
}
.fs-c-productThumbnail__image {
    margin: 0;
    flex-basis: 20%;
    min-width: 20%;
    padding: 2px;
}
.item_detail {
    margin-top: 40px;
    margin-bottom: 0;
}
.item_detail .item_detail_titbox {
    position: relative;
    margin-bottom: 40px;
}
.item_detail .item_detail_titbox:after {
    width: 100%;
    content: "";
    border-bottom: dashed 1px var(--main-color);
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    -webkit- transform: translateY(-50%) translateX(-50%);
}
.item_detail .item_detail_titbox .item_detail_titbox_inn {
    display: inline-block;
    background-color: #fff;
    position: relative;
    z-index: 1;
    padding: 0 2%;
}
.item_detail .item_detail_titbox .item_detail_tit {
    font-size: 30px;
    letter-spacing: 7px;
}
.item_detail .item_detail_titbox .item_detail_subtit {
    font-size: 13px;
    color: #abc2dd;
}
.item_detail .fs-p-productDescription {
    font-size: 14px;
}
.item_detail .fs-p-productDescription h2 {
    font-size: 20px;
    font-weight: 600;
    border-left: solid 3px var(--main-color);
    padding: 5px 0 5px 10px;
    margin-bottom: 20px;
}
.item_detail .fs-p-productDescription p {
    margin-bottom: 50px;
    line-height: 2.2;
}


.item_detail table {width: 100%;}
.item_detail table tr:first-child {border-top: solid 1px #e5e5e5;}
.item_detail table tr td {
    border-bottom: solid 1px #e5e5e5;
    padding: 3%;}

/* 商品説明の詳細テーブル */
.detail_only table{
	max-width:720px !important;
	border:none;}

.fs-c-button--addToCart--detail.fs-c-button--image {
    width: 100%;
    max-width: 480px;
}
.fs-c-stockSignLegend__legend:first-child {
    margin-bottom: 0.5em;
}
.fs-c-quantity {
    max-width: 7em;
}
.fs-system-product .fs-l-productLayout__item {
  line-height: 1.6;
}

.fs-c-wishlistProduct__title, .fs-c-featuredProduct__title {
  padding-bottom: 0.3em;
  margin-bottom: 0.5em;
}

/*****************************************************

    カート

*****************************************************/
@media (min-width: 600px) {
    .fs-c-cartTableContainer {
        border: none;
        padding: 0;
    }
}
.fs-l-cart__contentsArea {
    font-size: 14px;
}
.fs-c-cartTable__headerCell, .fs-c-cartTable__dataCell {
    vertical-align: middle;
}
.fs-c-button--cancel--cart,
.fs-c-button--buyItLater {
    background-color: #ededed;
    color: #403a39;
    padding: 4px;
}
.fs-c-button--buyItLater {
    background-color: #999999;
    color: #fff;
}
.fs-c-buttonContainer {
    padding: 4px 0;
}
.fs-c-cartTable__actionButton__container + .fs-c-cartTable__actionButton__container {
    border: none;
    padding-top: 0;
}
.fs-c-button--standard {
    border-color: #ebebeb;
    box-shadow: none;
    padding: 1.2em 4em;
    border-radius: 5px;
}
.fs-c-button--primary,
.fs-c-button--secondary {
    padding: 1.2em;
    border-radius: 5px;
}
.fs-c-price__price,
.fs-c-price,
.fs-c-orderTotalTable > tbody > tr td {
    letter-spacing: 0;
}
.fs-c-cartTable__actionButton__container > button {
    border-radius: 5px;
}
.fs-c-button--primary {
    background: #254f88;
    border: 1px solid #254f88;
}
.fs-c-button--secondary {
    background: var(--hover-color);
    border: 1px solid var(--hover-color);
}
.fs-c-button--purchaseHere, .fs-c-button--unregisteredUserPurchase {
  background: #C81C24;
  border: 1px solid #C81C24;
}
.fs-c-button--standard:hover,
.fs-c-button--standard:visited,
.fs-c-button--standard:active {
    color: var(--main-color);
}
@media (max-width: 600px) {
    .fs-c-button--standard {
        padding: 1em 2em;
    }
}
.fs-c-noResultMessage__title {
  line-height: 1.4;
}
#fs_ShoppingCart .fs-c-featuredProduct {/*おすすめ商品パーツ（システムパーツ）非表示*/
  display: none;
}

/*****************************************************

    マイページ

*****************************************************/
.fs-body-my-top .fs-l-account {
    font-size: 14px;
}
.fs-c-accountService__page--accountDelete {
    height: auto;
}
.mypage_logout {
    width: 100%;
    text-align: left;
}
.fs-p-accountInfo__body {
    margin-top: 8px;
}
.fs-c-pointSummary__value--availablePoint .fs-c-pointSummary__number,
.fs-p-accountInfo__point__point__available__number {
    color: var(--hover-color);
}
.fs-c-accountService__page:not(.fs-c-accountService__page--accountDelete) .fs-c-accountService__pageLink {
    background-color: #f6f6f6;
    box-shadow: none;
    border-color: #f6f6f6;
}
.fs-c-accountService__page:not(.fs-c-accountService__page--accountDelete) .fs-c-accountService__pageLink, .fs-c-accountService__page:not(.fs-c-accountService__page--accountDelete) .fs-c-accountService__pageLink__label::before {
    color: var(--main-color);
}
.fs-c-accountService__page--couponList {
    flex-basis: 128px;
}
@media (min-width: 960px) {
    .fs-c-accountService__page, .fs-c-accountService__page--couponList {
        flex-basis: 140px;
    }
    .fs-c-accountService__page--accountDelete {
        flex-basis: 100%;
    }
}
@media (min-width: 600px) {
    .fs-body-my-top .fs-p-accountInfo {
        margin-top: 8px;
    }
    .fs-c-accountService__page:not(.fs-c-accountService__page--accountDelete) .fs-c-accountService__pageLink, .fs-c-accountService__page:not(.fs-c-accountService__page--accountDelete) .fs-c-accountService__pageLink__label::before {
        transition-duration: .3s;
    }
    .fs-c-accountService__page:not(.fs-c-accountService__page--accountDelete) .fs-c-accountService__pageLink:hover {
        background-color: var(--hover-color);
        color: #fff;
    }
    .fs-c-accountService__page:not(.fs-c-accountService__page--accountDelete) .fs-c-accountService__pageLink:hover .fs-c-accountService__pageLink__label::before {
        color: #fff;
    }
}

@media (max-width: 1300px) {
    .fs-l-main,
    .wrap,
    .fs-c-breadcrumb {
        padding: 0 2.7%;
    }

/*****************************************************

    フリーページ共通

*****************************************************/
    .fs-l-main.freepage {
        padding: 0 2.7%;
    }

/*****************************************************

    二カラムメイン

*****************************************************/
    .sub_area + .fs-l-pageMain {
        width: 77%;
    }
}
@media (max-width: 1201px) {
/*****************************************************

    二カラムメイン

*****************************************************/
    .sub_area + .fs-l-pageMain {
        width: 75%;
    }
}

@media (max-width: 1200px) {
/*****************************************************

    サイドバー

*****************************************************/
    .sub_area {
        display: none;
    }

/*****************************************************

    二カラムメイン

*****************************************************/
    .sub_area + .fs-l-pageMain {
        max-width: none;
        width: 100%;
    }
}

@media (max-width: 1050px) {
    .fs-l-main {
        margin-bottom: 60px;
    }
    .section_wrap {
        padding: 60px 0 0;
    }
    .section_wrap2 {
        padding: 60px 0;
    }
    .h1_font {
        font-size: 40px;
    }
    .h2_font {
        font-size: 24px;
    }
    .h2_sub {
        font-size: 11px;
        letter-spacing: 1px;
    }
    .cms_txt {
        font-size: 14px;
    }
    .cms_txt span.top_txt {
        font-size: 18px;
    }
    .section_tit_box {
        padding: 5px 0 10px;
    }
    .product_loop_area {
        margin-top: 20px;
    }
    .product_loop_area .slick-slide {
        margin: 0 10px;
    }
    #page-top {
        display: none !important;
    }
}

@media (max-width: 750px) {
    [type="hidden"], [type="text"], [type="search"], [type="tel"], [type="url"], [type="email"], [type="password"], [type="datetime"], [type="date"], [type="month"], [type="week"], [type="time"], [type="datetime-local"], [type="number"], select, textarea {
        font-size: 16px;
    }
    .pc {
        display: none;
    }
    .sp {
        display: block;
    }
    .h1_font {
        font-size: 19px;
    }
    .h2_font {
        font-size: 20px;
    }
    .h3_font {
        font-size: 16px;
    }
    .cms_txt {
        font-size: 12px;
    }
    .cms_product_txt {
        font-size: 12px;
    }
    .section_tit_box {
        padding: 10px 0;
    }
    .section_tit_box .h2_font {
        margin-bottom: 5px;
    }
    .product_price {
        font-size: 16px;
    }
    .product_price span {
        font-size: 10px;
    }

/*****************************************************

    商品スライダー

*****************************************************/
    .product_loop_area .purodakuto_item_box {
        width: 47.5%;
        margin: 0 5% 5% 0;
    }
    .product_loop_area .purodakuto_item_box:nth-child(5n) {
        margin-right: 5%;
    }
    .product_loop_area .purodakuto_item_box:nth-child(2n) {
        margin-right: 0;
    }

/*****************************************************

    フリーページ共通

*****************************************************/
    .fs-c-breadcrumb {
        margin-bottom: 20px;
    }
    .free_tit_area {
        padding: 5px 0 5px 15px;
        margin-bottom: 20px;
    }
    .free_tit_area_top {
        margin-top: 20px;
    }
    .free_tit {
        font-size: 20px;
    }
    .free_sub_tit {
        font-size: 10px;
    }
    .h2_free_txt {
        font-size: 16px;
        margin-bottom: 15px;
    }
    .h3_free_txt {
        font-size: 14px;
    }
    .h3_free_txt:before {
        width: 11px;
        height: 11px;
    }
    .free_txt {
        font-size: 12px;
    }
    .free_section {
        margin-top: 30px;
    }
    .free_section_top {
        margin-top: 0;
    }
    .free_table_area {
        padding: 20px;
    }
    .shopping_table_area table {
        font-size: 12px;
    }
    .free_table_area table tr th,
    .free_table_area table tr td {
        padding: 5px 0;
    }
    .free_table_area table tr th {
        min-width: 120px;
    }
    .free_table_area2 .credit_area li {
        display: block;
    }
    .free_table_area2 .credit_area li:first-child {
        margin-bottom: 10px;
    }
    .free_table_area2 .credit_area li .credit_left {
        width: 100%;
        min-width: 100%;
        margin-bottom: 5px;
    }
    .shopping_table_area table tr td {
        padding: 15px;
    }
    .shopping_table_area table tr:first-child td {
        font-size: 12px;
        padding: 10px 15px;
    }
    .shopping_table_area table tr td.table_wide_1,
    .shopping_table_area table tr td.table_wide_2 {
        min-width: 75px;
        padding-left: 0;
        padding-right: 0;
    }
    .pict_credit {
        width: 240px;
    }

/*****************************************************

    カテゴリー一覧

*****************************************************/
    .fs-c-productListItem__prices .fs-c-productPrice__main {
        font-size: 16px;
    }
    .fs-c-productName__name {
        font-size: 12px;
      line-height: 1.3;
    }
    .fs-c-productPrice__main__label {
        font-size: 13px;
    }
    .fs-c-productPrice__addon {
        font-size: 10px;
    }
    .fs-c-subgroupList__link {
        font-size: 12px;
    }
    .fs-c-subgroupList__item {
        width: 50%;
    }
    .fs-l-product2 .fs-l-productLayout > * > * {
        margin-bottom: 15px;
    }

/*****************************************************

    商品詳細

*****************************************************/
    .item_detail {
        margin-top: 20px;
    }
    .item_detail .item_detail_titbox {
        margin-bottom: 20px;
    }
    .item_detail .fs-p-productDescription {
        font-size: 12px;
    }
    .item_detail .item_detail_titbox .item_detail_tit {
        font-size: 22px;
    }
    .item_detail .item_detail_titbox .item_detail_subtit {
        font-size: 11px;
    }
    .item_detail .fs-p-productDescription h2 {
        font-size: 16px;
    }
    .item_detail .fs-p-productDescription table tr td:first-child {
        min-width: 80px;
    }
    .item_detail .fs-p-productDescription p {
        margin-bottom: 30px;
    }

/*****************************************************

    カート

*****************************************************/
    .fs-l-cart__contentsArea {
        font-size: 12px;
    }

/*****************************************************

    マイページ

*****************************************************/
    .fs-body-my-top .fs-l-account {
        font-size: 12px;
    }
}

@media (max-width: 600px) {
    body {
        font-size: 1.2rem;
    }
}

@media (max-width: 599px) {
/*****************************************************

    並び替えなど

*****************************************************/
    .fs-c-productList__controller {
        margin-bottom: 0;
        padding-bottom: 0;
    }
    .fs-c-sortItems {
        border: none;
        /*display: block;
        text-align: center;*/
      justify-content: flex-end;
      column-gap: 8px;
      letter-spacing: 0;
      margin-bottom: 10px;
    }
    .fs-c-sortItems__label {
        /*background: url(../img/common/arw_green_bottom.svg) 94% center no-repeat;
        background-size: 14px 7px;
        border-top: 1px solid #403a39;
        border-bottom: 1px solid #403a39;
        cursor: pointer;
        display: block;*/
        padding: 0;
    }
    .fs-c-sortItems__label.active {
        background-image: url(../img/common/arw_green_top.svg);
        border-color: #cecbc9;
    }
    .fs-c-sortItems__list {
        border-left: none;
        /*display: none;*/
      column-gap: 8px;
    }
    /*.fs-c-sortItems__label.active + .fs-c-sortItems__list {
        display: block;
    }*/
    .fs-c-sortItems__list__item__label {
        padding: 2px 0 2px 8px;
        /*border-bottom: 1px dotted #cecbc9;*/
    }
}

@media (max-width: 480px) {
    .section_tit_box {
        background-size: 60%;
    }
}

@media (max-width: 380px) {
    .section_tit_box {
        background-size: 70%;
    }

/*****************************************************

    マイページ

*****************************************************/
    .mypage_logout, .fs-c-accountService {
        max-width: 280px;
        margin: 0 auto;
    }
}

.sub_area + .fs-l-pageMain .section_tit_box {
    margin: 60px 0 40px;
}

.sub_area + .fs-l-pageMain .product_loop_item {
    display: flex;
    flex-wrap: wrap;
}
.sub_area + .fs-l-pageMain .product_loop_item .purodakuto_item_box {
    width: 17.6%;
    margin: 0 3% 3% 0;
}
.sub_area + .fs-l-pageMain .product_loop_item .purodakuto_item_box .pict {
    margin-bottom: 10px;
}
.sub_area + .fs-l-pageMain .product_loop_item .purodakuto_item_box:nth-child(5n) {
    margin-right: 0;
}
@media (max-width: 750px) {
    .fs-l-main  #_rcmdjp_display_1 .section_tit_box {
        margin: 40px 0 20px;
    }
    .fs-l-main .product_loop_item {
        display: flex;
        flex-wrap: wrap;
    }
    .fs-l-main .product_loop_item .purodakuto_item_box {
        width: 47.5%;
        margin: 0 5% 5% 0;
    }
    .fs-l-main .product_loop_item .purodakuto_item_box:nth-child(2n) {
        margin-right: 0;
    }
}

/*****************************************************

    ログイン画面

*****************************************************/
.fs-c-subSection__title {
  padding-bottom: 0.3em;
  margin-bottom: 0.3em;
}
.fs-c-subSection__message {
  line-height: 1.3;
  margin-bottom: 0.5em;
}
.fs-c-fsLoginField .fs-c-inputTable__label {
  display: block;
  margin-bottom: 0.3em;
}