* {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
}

html {
  overflow-y: scroll;
  height: 100%;
  overflow-x:hidden;

}

body {
    padding:0;
  margin:0;
  text-align:left;
  font-size: 15px;
  font-family:"游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  color: #111;
  background-color: #FFFFFF;
  background-image: url();
  --color--main:#008043;
  --color--sub:#faa40f;
}

a {
  outline: none;
  color: #111;
}
a:visited,:link {
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
  color: #FF6600;
}

br.clear {
    clear: both;
    font: 0pt/0pt sans-serif;
    line-height: 0;
}

hr {
    clear: left;
    margin: 10px 0;
    border: 0;
}

img {
    border: none;
    vertical-align: middle;
    max-width: 100%;
}

/* ************************************************
*  clearfix
* ************************************************ */

.clearfix {
    *zoom: 1;
}

.clearfix:before,
.clearfix:after {
    display: table;
    content: "";
}

.clearfix:after {
    clear: both;
}

/* ************************************************
*  layout
* ************************************************ */

/*ページ全体の幅、レイアウトをセンタリング*/
#container {
    margin: 0px auto;
    width: 100%;
    max-width: 1200px;
    text-align: left;
}

#top_line {
    width: 100%;
    background: var(--color--sub);
    padding: 5px 15px;
    font-size: 12px;
    text-align: right;
    color: #FFF;
}

/*ヘッダー*/

#header {
    padding: 0;
    margin: 0 0 20px 0;
    top: 0;
    left: 0;
    width: 100%;
    position: sticky;
    z-index: 10000;
    background: #FFF;
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2);
}

#container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    flex-direction: row-reverse;
    padding: 0 15px;
}

/*サイド*/
#side {
    width: 20%;
}

/*メイン*/
#main {
    width: 74%;
}



/*フッター（コピーライト）*/
#footer {
    clear: both;
    padding: 30px 0 20px;
    width: 100%;
    border-top: 1px solid #ccc;
    color: #444;
    text-align: center;
}

#footer p {
    font-size: 13px;
}

/*スライダー*/
.slider {
    margin: 0 0 70px;
}

#home_slider .bx-wrapper .bx-viewport {
    -moz-box-shadow: none;
    -webkit-box-shadow: none box-shadow: none;
    border: none;
    left: -5px;
}

#home_slider .bx-wrapper img {
    width: 100%;
}


/* ************************************************
*  header
* ************************************************ */

#header .header_link {
    float: right;
    margin: 30px 15px 15px;
}

#header .header_link ul {}

#header .header_link ul li {
    float: left;
    margin-left: 20px;
    list-style-type: none;
    line-height: 16px;
}

#header .header_link ul li i {
    display: block;
    float: left;
    margin-right: 5px;
    width: 16px;
    height: 16px;
}

#header .header_link ul li a {
    text-decoration: none;
}

#header .header_link ul li.my_account {}

#header .header_link ul li.my_account i.account {
    background: url(https://img.shop-pro.jp/tmpl_img/67/icons16.png) no-repeat left -97px;
}

#header .header_link ul li.member_login_btn i.login {
    background: url(https://img.shop-pro.jp/tmpl_img/67/icons16.png) no-repeat left -225px;
}

#header .header_link ul li.member_regist_btn i.regist {
    background: url(https://img.shop-pro.jp/tmpl_img/67/icons16.png) no-repeat 0px -193px;
}

#header .header_link ul li.member_logout_btn i.logout {
    background: url(https://img.shop-pro.jp/tmpl_img/67/icons16.png) no-repeat left -210px;
}

#header .member_login_name {
    float: right;
    clear: right;
    margin: 0 0 13px;
}

#header .header_link ul li.view_cart {}

#header .header_link ul li.view_cart i.cart {
    background: url(https://img.shop-pro.jp/tmpl_img/67/icons16.png) no-repeat 0px 0px;
}

#header .header_link ul li.view_cart span.count {
    margin-left: 5px;
    padding: 5px 10px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background: var(--color--main);
    color: #fff;
    font-weight: bolder;
}

#header .header_delivery_price {
    float: right;
    clear: right;
    margin: 0 0 17px;
    padding: .5em 1em .3em;
    border: solid 1px #aaa;
    list-style: none;
    line-height: 1.5;
}

#header .search {
    float: right;
    clear: right;
    margin-bottom: 40px;
    margin-right: 15px;
}

#header input[type=text] {
    padding: 7px;
}

#header input[type=submit] {
    padding: 4px;
}

#header h1.logo {
    max-width: 50%;
    word-wrap: break-word;
    font-size: 40px;
    line-height: 1;
    margin: 0 0 0 15px;
}

#header h1.logo a {
    text-decoration: none;
}

#header h1.logo img {
    max-width: 100%;
}

@media(max-width:999px) {
    #header .search {
        display: none;
    }

    #header h1.logo {
        max-width: 30%;
    }

    #header .my_account {
        display: none;
    }
}



/* ************************************************
*  footer
* ************************************************ */

#footer a {
    color: #666;
}

#footer .footer_menu {
    clear: both;
    margin-bottom: 10px;
}

#footer .footer_menu li {
    display: inline;
    margin: 0 5px;
}

.footer_sns {
    display: flex;
    justify-content: center;
    list-style: none;
    margin: 0 auto 20px auto;
}

.footer_sns li {
    margin-right: 10px;
}

.footer_sns li:last-child {
    margin-right: 0;
}

.footer_sns img {
    width: 20px;
}

.copyright {
    clear: both;
    padding: 1em 0;
    text-align: center;
    font-size: 76.923%;
}

.powered {
    display: inline;
    margin-left: 1em;
    text-align: center;
    line-height: 18px;
}

.powered a {
    color: #777;
    text-decoration: none;
}

.powered img {
    margin-left: .3em;
    width: 200px;
    height: 18px;
}

.foot_policy {
    margin: 0 0 30px;
    padding: 0 0 20px;
    border-bottom: 1px solid #ccc;
}

.foot_sk_box {
    float: left;
    padding: 0 25px;
    width: 270px;
    text-align: left;
}

.foot_sk_box h3 {
    margin: 0 0 1em;
}

.foot_sk_box h4 {
    font-size: 13px;
}

.foot_sk_box dt {
    margin: 0 0 .5em;
}

.foot_sk_box dd {
    margin: 0 0 1.5em;
}

#mobile {
    width: 145px;
}

/* ************************************************
*  main
* ************************************************ */

#main .box {
    clear: both;
    overflow: hidden;
    margin-bottom: 60px;
    border-top: solid 1px #999;
}

#main .box h3 {
    font-size: 18px;
    vertical-align: middle;
}

.header_block {
    clear: both;
    padding: 1.1em 0;
    background: transparent url("https://img.shop-pro.jp/tmpl_img/67/border_bottom.png") repeat-x left bottom;
}

.header_block .icon {
    float: left;
    margin: 0 14px 0 0;
    width: 20px;
    height: auto;
    text-align: center;
}

.header_block .icon img {
    max-width: 100%;
}

.header_block .title {
    float: left;
    text-align: left;
}

.header_block h3 {
    padding: 0;
    border: none;
    text-align: left;
}

.header_block p {
    margin-top: 4px;
    color: #999;
}

#main .header_block {
    margin: 0 0 30px;
}

#main .header_block .icon {
    padding: 0;
}

/* ************************************************
*  item_box
* ************************************************ */

.item_box {
    display: inline-block;
    float: left;
    margin: 0 30px 45px 10px;
    width: 250px;
    vertical-align: top;
    text-align: left;
    /display: inline;
    /zoom: 1;
}

.item_box .item_image {
    margin: 0px;
    text-align: center;
}

.item_box .item_image img.item {
    max-width: 100%;
}

.item_box .item_detail {
    margin: 15px 0 0;
    padding-left: 10px;
    border-left: solid 1px #ddd;
}

.item_box .item_detail p {
    width: 100%;
}

.item_box .item_detail p.item_name {
    margin-bottom: 5px;
    font-size: 15px;
}

.item_box .item_detail p.item_description {
    text-overflow: initial;
    overflow: visible;
    white-space: normal;
}

p.item_regular_price,
p.item_price,
p.item_discount {
    margin-bottom: 10px;
    font-family: 'Lucida Grande',
        'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3',
        Meiryo, メイリオ, sans-serif;
}



.box_small .item_box {
    display: inline-block;
    margin: 0 33px 45px 0;
    width: 113px;
    vertical-align: top;
    text-align: left;
    /display: inline;
    /zoom: 1;
}

.box_small p {
    overflow: hidden;
    width: 100%;
    text-overflow: ellipsis;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
}

.box_small .item_box .item_detail a {
    margin-bottom: 5px;
    font-size: 13px;
}

.box_small .box_last {
    margin-right: 0;
}

.stock_error {
    display: none;
    padding: 10px 0;
    color: #DA5858;
    font-weight: bold;
}

/* ************************************************
*  Top_Page
* ************************************************ */

#main #box_info p {
    line-height: 20px;
}

#main #box_free {
    padding: 20px;
    border: #aaa solid 1px;
}

#main #box_free p {
    line-height: 20px;
}

#main #box_news .header_block {
    margin-bottom: 0;
}

#main #box_news ul {
    margin-left: 0;
    list-style: none;
}

#main #box_news ul li {
    border-top: #ddd solid 1px;
}

#main #box_news ul li:first-child {
    border-top: none;
}

#main #box_news ul li div {
    padding: 1.6em 0 1.4em;
}

#main #box_news p.news_date {
    float: left;
    margin-right: 20px;
    width: 70px;
}

#main #box_news p.news_message {
    float: left;
}

/* ************************************************
*  product_detail_page
* ************************************************ */

h2.product_name {
    margin-bottom: 0.8em;
    padding-bottom: 0.6em;
    background: transparent url("https://img.shop-pro.jp/tmpl_img/67/border_bottom.png") repeat-x left bottom;
    font-size: 22px;
}

.product_form {
    margin: 0 0 62px;
}

.product_detail_area {
    position: relative;
    width: 100%;
}

.product_images {
    display: inline-block;
    float: left;
    width: 400px;
}

.product_images div img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    border: 1px solid #ddd;
}

.product_images div p.detail {
    margin-top: 10px;
    line-height: 20px;
}

.add_cart {
    clear: right;
    float: right;
    overflow: hidden;
    width: 470px;
}

table.add_cart_table {
    margin-bottom: 10px;
    width: 100%;
    border-left: solid 1px #ccc;
    table-layout: fixed;
    font-family: 'Lucida Grande',
        'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3',
        Meiryo, メイリオ, sans-serif;
}

table.add_cart_table th {
    display: inline-block;
    overflow: hidden;
    padding: 12px 4px 12px 18px;
    width: 35%;
    text-align: left;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 12px;
    -webkit-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
}

table.add_cart_table td {
    display: inline-block;
    overflow: hidden;
    padding: 10px 0;
    width: 55%;
    text-align: left;
    text-overflow: ellipsis;
    white-space: nowrap;
    -webkit-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
}

table.add_cart_table td input {
    padding: 0 4px;
    width: 38px;
    height: 26px;
    font-size: 15px;
    line-height: 26px;
    vertical-align: middle;
}

table.add_cart_table td strong.price {
    font-size: 14px;
}

table.add_cart_table td input.text-titles-list__detail-text {
    width: 130px;
}

table#option_tbl {
    margin-bottom: 20px;
    width: 100%;
}

table#option_tbl th,
table#option_tbl td.none {
    background: whiteSmoke;
}

table#option_tbl th,
table#option_tbl td {
    padding: 10px;
    border: 1px solid #ccc;
    text-align: center;
}

table#option_tbl th {
    background: whiteSmoke;
}

table#option_tbl td div input {
    margin-bottom: 5px;
}

ul.option_price {
    margin: 0 0 20px 0;
}

ul.option_price li {
    list-style-type: none;
}

.option_box {
    clear: both;
    width: 100%;
    overflow: hidden;
}

table td.pur_block {
    margin: 0 5px 0 0;
    width: auto;
    white-space: normal;
}

.button_area input {
    width: 100%;
}

.product_description {
    clear: both;
    margin-bottom: 20px;
    word-wrap: break-word;
    font-size: 14px;
    line-height: 1.6;
}

.product_image_extra {
    margin-bottom: 20px;
    text-align: center;
}

.product_image_extra img.item {
    margin-bottom: 20px;
}

.product_link_area {
    margin: 20px 0 0;
    padding: 20px 0 0;
    border-top: #ccc solid 1px;
}

.product_link_area div.twitter {
    float: left;
    width: 100px;
}

.product_link_area div.pinterest {
    float: left;
    margin-right: 30px;
}

.product_link_area div.fb-like {
    float: left;
    width: 200px;
}

.product_link_area ul.other_link {
    clear: both;
    margin-top: 20px;
    margin-left: 20px;
}

.product_link_area ul.other_link li {
    margin-bottom: 10px;
}

.share {
    margin: 15px 0 0;
    list-style: none;
}

.share li {
    display: inline-block;
    float: left;
    margin: 0 10px 10px 0;
    max-width: 125px;
}

.calamel-link {
    margin-top: 10px;
}

#tb_cap_tb {
    margin-top: 20px;
}

.tb {
    padding-top: 10px;
    padding-bottom: 10px;
    border-top: 1px solid #CCC;
}

#tb_stitle {
    margin-bottom: 20px;
}

.tb_date,
.tb_title,
.tb_body,
.tb_state {
    margin-bottom: 5px;
}

/* ************************************************
*  cloud_zoom
* ************************************************ */
/* This is the moving lens square underneath the mouse pointer. */
.cloud-zoom-lens {
    margin: -4px;
    /* Set this to minus the border thickness. */
    border: 4px solid #888;
    background-color: #fff;
    cursor: move;
}

/* This is for the title text. */
.cloud-zoom-title {
    position: absolute !important;
    top: 0px;
    padding: 3px;
    width: 100%;
    background-color: #000;
    color: #fff;
    text-align: center;
    font-weight: bold;
    font-size: 10px;
    font-family: Arial, Helvetica, sans-serif;
}

/* This is the zoom window. */
.cloud-zoom-big {
    overflow: hidden;
    border: 4px solid #c86464;
}

/* This is the loading message. */
.cloud-zoom-loading {
    padding: 3px;
    border: 1px solid #000;
    background: #222;
    color: white;
}

/* Feature section in ZoomEngine page */
.zoom-section {
    clear: both;
}

* html .zoom-section {
    display: inline;
    clear: both;
}

.zoom-small-image {
  position:relative;
    float: left;
    margin-top: 4px;
    width: 360px;
  z-index:9;
}

.zoom-small-image #wrap {
    position: relative;
    top: 0px;
    z-index: 9999;
}

.cloud-zoom {
    margin-bottom: 20px;
}

.zoom-small-image .mousetrap {
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 999;
    width: 100%;
}

/* Feature descriptions in ZoomEngine page */
.zoom-desc {
    clear: left;
    width: 100%;
}

a.cloud-zoom-gallery {
    display: block;
    float: left;
    margin: 0 22px 20px 0;
    width: 82px;
    height: 82px;
    cursor: pointer;
}

.zoom-tiny-image {
    padding: 3px;
    width: 100%;
    height: auto;
    border: 1px solid #ccc;
    background: #efefef;
}

.zoom-tiny-image.selected {
    border: 1px solid #c86464;
    background: #c86464;
}

.zoom-tiny-image:hover {
    border: 1px solid #c86464;
}

a.gallery_last {
    margin-right: 0;
}

/* ************************************************
*  product_option_window
* ************************************************ */

#product_option {
    margin: 20px;
    padding: 20px;
    background: #fff;
}

#product_option h2 {
    margin-bottom: 20px;
}

table.table_option {
    margin-bottom: 20px;
    border-top: 1px solid #ccc;
    border-right: 1px solid #ccc;
    background: #fff;
}

table.table_option th {
    padding: 10px;
    border-bottom: 1px solid #ccc;
    border-left: 1px solid #ccc;
    background: #f5f5f5;
}

table.table_option td {
    padding: 10px;
    border-bottom: 1px solid #ccc;
    border-left: 1px solid #ccc;
}

/* ************************************************
*  product_list_page
* ************************************************ */

.sub_category_area,
.sub_group_area {
    margin-bottom: 20px;
}

.sub_category_area div.sub_category,
.sub_group_area div.sub_group {
    float: left;
    margin: 0 20px 10px 0;
}

.sub_category_area div.sub_category img,
.sub_group_area div.sub_group img {
    margin-right: 10px;
    border: solid 1px #ccc;
}

/* ************************************************
*  search_page
* ************************************************ */

.search_result {
    margin: 20px 0;
    padding: 10px 0;
    background: #ddd;
    text-align: center;
}

.none {
    margin: 50px 0;
    text-align: center;
}

/* ************************************************
*  policy
* ************************************************ */

#policy {
    line-height: 1.8;
    font-size: 14px;
}

#policy h2 {
    margin-bottom: 30px;
}

.policy_box,
#policy_lead {
    margin-bottom: 30px;
}

.sk_box {
    margin-bottom: 70px;
}

.sk_box h3 {
    margin-bottom: 1em;
    font-size: 16px;
}

.sk_box table {
    width: 100%;
    border-top: 1px solid #ccc;
    border-collapse: separate;
    empty-cells: show;
}

.sk_box th {
    padding: 20px 40px 20px 0;
    width: 170px;
    text-align: left;
}

.sk_box th img.poricy_img {
    margin-bottom: 5px;
}

.sk_box td {
    padding: 20px 0;
    zoom: 1;
    content: ' ';
}

.sk_box th,
.sk_box td {
    vertical-align: top;
    line-height: 1.8;
    position: relative;
    border-bottom: solid 1px #ccc;
}

#payment_method {
    margin-top: 40px;
}

#payment_method table.table {
    width: 100%;
}

#payment_method table.table th {
    width: 200px;
    text-align: center;
}

#shipping_method {
    margin-top: 40px;
}

#shipping_method table.table {
    width: 100%;
}

#shipping_method table.table th {
    width: 200px;
    text-align: center;
}

/* ************************************************
*  side
* ************************************************ */

#side .box {
    clear: both;
    margin-bottom: 60px;
    border-top: solid 1px #999;
    border-bottom: solid 1px #999;
    word-wrap: break-word;
    position: relative;
}

#side .box h3 {
    text-align: left;
    font-weight: normal;
    font-size: 16px;
}

#side .box ul {
    margin-left: 0px;
   padding-left: 0px;
    list-style: none;
}

#side .box ul li {
    border-top: #838383 dotted 1px;
}

#side .box ul li:first-child {
    border-top: none;
}

#side #side_nav {
    padding: 0;
    border-top: none;
    border-bottom: none;
}

#side #side_nav ul {
    margin-right: 10px;
}

#side #side_nav ul li {
    margin: 0;
}

#side #side_nav .nav_item {
    clear: both;
    padding: .9em 0 .9em;
    cursor: pointer;
}

#side #side_nav .nav_item .nav_icon {
    float: left;
    padding: inherit;
    width: 20px;
    height: auto;
}

#side #side_nav .nav_item .nav_icon img {
    max-width: 100%;
}

#side #side_nav .nav_item .nav_title {
    float: right;
    text-align: right;
}

#side #side_nav .nav_item h3 {
    margin-bottom: 4px;
    padding: 0;
    border: none;
    text-align: right;
}

#side #side_nav .nav_item p {
    color: #999;
}

.box_default ul li div {
    position: relative;
    padding: 1.2em 0 1em;
    text-align: left;
}

.box_default ul li div img {
    border: solid #ddd 1px;
}

.box_default ul li div p {
    line-height: 1.6;
}

#side #box_cart {}

#side #box_cart .cart_button {
    text-align: right;
}

#side #box_owner .inner {
    padding: 1.2em 0 1em;
}

#side #box_owner .owner_photo {
    margin: 0 0 10px;
    width: 100px;
    max-width: 100%;
    height: auto;
    border: solid #ddd 1px;
}

#side #box_owner p.name {
    font-size: 14px;
}

#side #box_owner p.memo {
    font-size: 11px;
    line-height: 18px;
}

#side #box_owner p.website {
    padding-left: 20px;
}

#qr_code {
    padding: 20px 0;
}

#box_sellers .seller_box {
    padding: 2.2em 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

#box_sellers li {
    position: relative;
    display: block;
}

#box_sellers .top_seller:before {
    position: absolute;
    top: 18px;
    left: -6px;
    content: url(https://img.shop-pro.jp/tmpl_img/67/rank1.png);
}

#box_sellers .rank_2:before {
    content: url(https://img.shop-pro.jp/tmpl_img/67/rank2.png);
}

#box_sellers .rank_3:before {
    content: url(https://img.shop-pro.jp/tmpl_img/67/rank3.png);
}

#box_sellers figure {
    width: 40%
}

#box_sellers figure .seller_image {
    border: solid #ddd 1px;
}

#box_sellers .seller_detail {
    width: 55%;
}

#box_sellers .seller_rank {
    margin: 0 0 10px;
    font-size: 12px;
}

#box_sellers .seller_rank>strong {
    font-size: 15px;
}

#box_sellers .seller_name {
    font-size: 13px;
}

#box_sellers .seller_teika {
    float: left;
    font-family: 'Lucida Grande', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, sans-serif;
}

#box_sellers .more_seller {
    display: none;
}

.more_btn {
    padding: 8px 0;
    border-top: solid 1px #999;
    text-align: center;
    cursor: pointer;
}

.updown {
    display: inline-block;
    margin: 0 3px 0 0;
    width: 13px;
    height: 8px;
    background: url(https://img.shop-pro.jp/tmpl_img/67/down_icon.png);
    background-repeat: no-repeat;
}

.more_up {
    background: url(https://img.shop-pro.jp/tmpl_img/67/up_icon.png);
}

/* ************************************************
*  Common Elements
* ************************************************ */
/* @group Common Elements */

table {
    border-spacing: 0;
    border-collapse: collapse;
}

table.table {
    margin-bottom: 20px;
    border-top: 1px solid #ccc;
    border-right: 1px solid #ccc;
}

table.table th {
    padding: 5px;
    border-bottom: 1px solid #ccc;
    border-left: 1px solid #ccc;
    background: #f5f5f5;
}

table.table td {
    padding: 5px;
    border-bottom: 1px solid #ccc;
    border-left: 1px solid #ccc;
}

.footstamp {
    margin-bottom: 15px;
    padding-bottom: 10px;
    border-bottom: 1px solid #ddd;
}

.footstamp span {
    margin: 0 5px;
    color: #999;
}

.sort {
    float: right;
    margin-bottom: 20px;
    text-align: right;
}

.sort strong {
    margin-right: 5px;
}

.sort a {
    margin-right: 5px;
    text-decoration: underline;
}

.sort span {
    margin-right: 5px;
    background: #eee;
    text-decoration: none;
    font-weight: bolder;
}

.pager {
    clear: both;
    margin: 20px 0;
    text-align: center;
}

.pager a {
    margin: 15px;
}

.none {
    clear: both;
    margin: 50px 0;
    text-align: center;
}

.sold_out {
    color: #DA5858;
    font-family: 'Lucida Grande',
        'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3',
        Meiryo, メイリオ, sans-serif;
}

.to_top {
    width: 100%;
    text-align: center;
    margin: 0 0 20px;
    padding: 1.3em 1em;
    border: solid 1px #aaa;
    font-size: 14px;
    color: #888;
}

.to_top:hover {
    text-decoration: none;

    color: < {
        $link_hover
    }

    >;

    border-color: < {
        $link_hover
    }

    >;
}

.tbl_calendar {
    margin: 20px 0;
    width: 100%;
    border: none !important;
    border-spacing: 0 !important;
    border-collapse: collapse !important;
}

.tbl_calendar th,
.tbl_calendar td {
    padding: 4px !important;
    border-bottom: 1px solid #ccc !important;
    text-align: center !important;
}

/* @group button */
.btn {
    display: block;
    margin-top: 1em;
    border: none;
    border-radius: 0;
    color: #fff;
    text-align: center;
    font-weight: bold;
    font-size: 15px;
    font-family: 'Lucida Grande',
        'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3',
        Meiryo, メイリオ, sans-serif;
    line-height: 1;
    cursor: pointer;
    -webkit-appearance: none;
}

.btn:link,
.btn:visited,
.btn:hover,
.btn:active {
    color: #fff;
    text-decoration: none;
}

.btn-primary {
    margin: 1.2em 0 .9em;
    padding: 1.4em 0;
    background-color: #c86464;
}

.btn-contact {
    margin: 0.5em 0.3em;
    padding: 1.3em 0;
    background-color: #a0a0a0;
    font-weight: normal;
    font-size: 13px;
}

.btn-quick {
    margin: 0.9em 0;
    padding: 1.3em 0;
    background-color: #64b4c8;
    font-size: 13px;
}

/*ここからコスモ公式サイトCSS*/
@charset "utf-8";




/* ------------------------------------------------------------------------------------------------
 * style
 * ------------------------------------------------------------------------------------------------ */

body.is-lineup .g-container {
    padding: 60px 0;
}

.u-content-title {
    text-align: center;
}

.u-content-title .e-title {
    color: #000;
    /*font-size: 3rem;*/
    font-size: 1.875rem;
    letter-spacing: .075em;
    margin: 0 0 30px;
    display: inline-block;
    position: relative;
}

.u-content-title .e-title:after {
    content: '';
    width: 100%;
    height: 1px;
    padding: 0 5px;
    display: inline-block;
    background: #000;
    position: absolute;
    bottom: -5px;
    left: 0;
}




.l-lineup-menu-wrap {
    text-align: center;
    padding: 30px 0 10px;
}

.l-lineup-menu-item {
    line-height: 1.35;
    white-space: nowrap;
    vertical-align: top;
    margin: 0 15px 5px;
    display: inline-block;
}

.l-lineup-menu-item .e-link {
    color: #000;
    /*font-size: 1.4rem;*/
    font-size: 0.875rem;
    text-decoration: none;
    padding: 0 0 0 13px;
    background: url(/assets/img/global/arrow-black-01.png) no-repeat left .45em / 7px auto;
}

.l-lineup-menu-item.is-focus_active {
    transform: translateY(-.15em);
}

.l-lineup-menu-item.is-current .e-link,
.l-lineup-menu-item.is-focus_active .is-focus_active {
    color: #007f41;
    /*font-size: 1.7rem;*/
    font-size: 1.0625rem;
    font-weight: 700;
}




.l-lineup-list {
    padding: 30px 0 0;
}

.l-lineup-list .u-content-title {
    color: #000;
    /*font-size: 3rem;*/
    font-size: 1.875rem;
    font-weight: 700;
}

.l-lineup-list-wrap {
    min-height: 450px;
    margin: 40px 0 0;
    padding: 45px 50px 50px 460px;
    border: 1px solid #b5b5b5;
    position: relative;
}

.l-lineup-list-wrap .e-image {
    max-width: 350px;
    position: absolute;
    top: 50px;
    left: 50px;
}

.l-lineup-list-wrap .e-name {
    margin: 0 0 10px;
}

.l-lineup-list-wrap .e-name .e-link {
    color: #007f41;
    /*font-size: 2.8rem;*/
    font-size: 1.75rem;
    font-weight: 700;
    line-height: 1.5;
}

.l-lineup-list-wrap .e-text {
    color: #000;
    /*font-size: 1.8rem;*/
    font-size: 1.125rem;
    font-weight: 700;
    line-height: 2;
    margin: 0 0 15px;
}

.l-lineup-list-wrap .e-feature {
    margin: 0 0 25px;
}

.l-lineup-list-wrap .e-feature-item {
    color: #000;
    line-height: 1.45;
    margin: 0 0 8px;
    padding: 0 0 0 2em;
    position: relative;
}

.l-lineup-list-wrap .e-feature-item:before {
    content: '';
    width: 1em;
    height: 1em;
    display: inline-block;
    background: #000;
    border-radius: 50%;
    position: absolute;
    top: .25em;
    left: 0;
}

.l-lineup-list-wrap .e-button .e-link {
    color: #fff;
    /*font-size: 1.8rem;*/
    font-size: 1.125rem;
    font-weight: 700;
    text-align: center;
    text-decoration: none;
    width: 370px;
    padding: 15px 0;
    display: block;
    background: #00983a;
}




.l-lineup-main {
    padding: 60px 0 0;
}

.l-lineup-main .u-inner {
    padding: 0 0 0 520px;
    position: relative;
}

.l-lineup-main .e-image {
    text-align: center;
    width: 350px;
    position: absolute;
    top: 50%;
    left: 100px;
    transform: translateY(-50%);
}

.l-lineup-main .e-name {
    color: #000;
    /*font-size: 3rem;*/
    font-size: 1.875rem;
    font-weight: 700;
    line-height: 1.35;
    margin: 0 0 20px;
}

.l-lineup-main .e-text {
    color: #000;
    /*font-size: 2rem;*/
    font-size: 1.25rem;
    font-weight: 700;
    line-height: 1.75;
    margin: 0 0 10px;
}

.l-lineup-main .e-feature {
    margin: 0 0 20px;
}

.l-lineup-main .e-feature-item {
    color: #000;
    line-height: 1.45;
    margin: 0 0 15px;
    padding: 0 0 0 2em;
    position: relative;
}

.l-lineup-main .e-feature-item:before {
    content: '';
    width: 1em;
    height: 1em;
    display: inline-block;
    background: #000;
    border-radius: 50%;
    position: absolute;
    top: .25em;
    left: 0;
}

.l-lineup-main .e-button .e-link {
    color: #fff;
    /*font-size: 2.4rem;*/
    font-size: 1.5rem;
    font-weight: 700;
    text-align: center;
    text-decoration: none;
    width: 510px;
    padding: 20px 0;
    display: block;
    background: #00983a;
}

.l-lineup-main .e-button {
    padding: 20px 0 0;
}

.l-lineup-main .box_btn_wrap {
    /* margin-top: 44px; */
    margin-bottom: 20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
}

.l-lineup-main .box_btn_wrap .e-button {
    width: 340px;
    margin-bottom: 0;
    padding: 0;
}

.l-lineup-main .box_btn_wrap .e-button.sample {
    width: 320px;
    margin-right: 20px;
}


.l-lineup-main .box_btn_wrap .e-button .e-link {
    width: 100%;
    padding: 23px 0;
    letter-spacing: .12em;
    font-size: 18px;
}

.l-lineup-main .box_btn_wrap .e-button.sample .e-link {
    background: #98d037;
}


.l-lineup-corner-title {
    text-align: center;
    margin: 0 0 30px;
    position: relative;
}

.l-lineup-corner-title:after {
    content: '';
    width: 100%;
    height: 1px;
    display: inline-block;
    background: #000;
    position: absolute;
    top: calc(50% - 1px);
    left: 0;
    z-index: 0;
}

.l-lineup-corner-title .e-title {
    color: #000;
    /*font-size: 2.2rem;*/
    font-size: 1.375rem;
    font-weight: 700;
    width: 350px;
    padding: 10px 0;
    display: inline-block;
    background: #fff;
    border: 1px solid #000;
    position: relative;
    z-index: 8;
}

.l-lineup-corner-title .e-title br {
    display: none;
}

@media screen and (min-width: 769px) {

    .l-lineup-colortone {
        padding: 67px 0 0;
    }
}

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

    .l-lineup-spec-table,
    .l-lineup-inner-child,
    .l-lineup-standard .ul_standard {
        width: 100% !important;
    }

    .l-lineup-main .u-inner {
        padding: 0;
    }

    .l-lineup-main .e-image {
        text-align: center;
        width: 350px;
        position: relative;
        margin: 0 auto;
        top: auto;
        left: auto;
        transform: translateY(0);
    }

    .item_box {
        margin: 0 31px 45px 0;
        width: 230px;
    }
}
@media screen and (max-width: 800px) {
    .item_box {
        margin: 0 24px 45px 0;
        width: 25%;
    }
}
@media screen and (max-width: 640px) {
    .item_box {
        width: 180px;
    }
}


.l-lineup-colortone-wrap {
    letter-spacing: -.4em;
    width: 964px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
}

.l-lineup-colortone-item {
    letter-spacing: 0;
    width: 225px;
    margin: 0 8px 40px;
    display: inline-block;
}

.l-lineup-colortone-item .e-caption {
    text-align: left;
    padding: 10px 0 0;
}

.l-lineup-colortone-item figure {
    position: relative;
}

.l-lineup-colortone-item figure span {
    color: #fff;
    /*font-size: 1.2rem;*/
    font-size: 0.75rem;
    line-height: 1.35;
    text-align: center;
    letter-spacing: .15em;
    width: 100%;
    padding: 5px 0;
    background: rgba(0, 0, 0, .5);
    position: absolute;
    top: 0;
    left: 0;
}

.l-lineup-colortone .e-note-wrap {
    width: 964px;
    margin: 0 auto 20px;
}

.l-lineup-colortone .e-note-item {
    color: #686868;
    /*font-size: 1.3rem;*/
    font-size: 0.8125rem;
    line-height: 1.75;
    margin: 0 0 5px;
}

.l-lineup-colortone .e-button {
    text-align: center;
}

.l-lineup-colortone .e-button .e-link {
    color: #fff;
    /*font-size: 2.4rem;*/
    font-size: 1.5rem;
    font-weight: 700;
    text-align: center;
    text-decoration: none;
    width: 510px;
    padding: 20px 0;
    display: inline-block;
    background: #00983a;
}

.l-lineup-colortone .e-other {
    line-height: 1.5;
    width: 964px;
    margin: 0 auto 60px;
}



.l-lineup-inner-child {
    width: 860px;
    margin: 0 auto;
}



.l-lineup-use-wrap {
    letter-spacing: -.4em;
    border-top: 1px solid #959595;
    border-right: 1px solid #959595;
    position: relative;
    display: flex;
    flex-wrap: wrap;
}

.l-lineup-use-wrap:after {
    content: '';
    width: 100%;
    height: 1px;
    display: inline-block;
    background: #959595;
    position: absolute;
    bottom: 0;
    left: 0;
}

.l-lineup-use-item {
    letter-spacing: 0;
    width: 50%;
    min-height: 50px;
    border-bottom: 1px solid #959595;
    border-right: 1px solid #959595;
    /* display: inline-block; */
    position: relative;
    padding: 7px 5px 5px 70px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.l-lineup-use-item:nth-child(odd) {
    border-left: 1px solid #959595;
}

.l-lineup-use-item:nth-child(even) {
    border-right: 0;
}

.l-lineup-use-item:before {
    content: '';
    width: 50px;
    height: 100%;
    display: inline-block;
    border-right: 1px solid #959595;
    position: absolute;
    top: 0;
    left: 0;
}

/*
.l-lineup-use-item:after {
	content: '';
	width: 16px;
	height: 16px;
	display: inline-block;
	border-radius: 50%;
	border: 3px solid #005e15;
	position: absolute;
	top: 50%;
	left: 14px;
	transform: translateY(-50%);
}
*/

.l-lineup-use-item:after {
    content: '';
    width: 26px;
    height: 26px;
    display: inline-block;
    background: url(https://img17.shop-pro.jp/PA01168/821/etc_base64/aWNvbi1jaXJjbGU.png?cmsp_timestamp=20250318141243) no-repeat center / 100% auto;
    position: absolute;
    top: 50%;
    left: 14px;
    transform: translateY(-50%);
    -webkit-backface-visibility: hidden;
}

.l-lineup-use-item.is-disabled:after {
    background-image: url(/assets/img/product/osmocolor/lineup/icon-ng.png);
}

.l-lineup-use-item.is-star:after {
    width: 28px;
    height: 28px;
    left: 12px;
    background-image: url(/assets/img/product/osmocolor/lineup/icon-star.png);
}

.l-lineup-use-item.is-conditioned:after {
    background-image: url(/assets/img/product/osmocolor/lineup/icon-triangle.png);
}


.l-lineup-use-item .e-strong {
    font-weight: 400;
    line-height: 1.25;
    letter-spacing: .015em;
    /* position: absolute; */
    /* top: 50%; */
    left: 70px;
    /* transform: translateY(-50%); */
}



.l-lineup-spec-table {
    width: 860px;
    border: 1px solid #959595;
}

.l-lineup-spec-title {
    font-weight: 700;
    line-height: 1.5;
    width: 145px;
    padding: 15px 0 15px 20px;
    background: #e7e7e7;
    border: 1px solid #959595;
}

.l-lineup-spec-item {
    line-height: 1.5;
    padding: 15px 10px 15px 20px;
    border: 1px solid #959595;
}




.l-lineup-standard_spec-wrap {
    padding: 25px 30px 5px 30px;
    border: 1px solid #959595;
}

.l-lineup-standard_spec-item {
    margin: 0 0 25px;
}

.l-lineup-standard_spec-item .e-link {
    line-height: 1.5;
    padding: 0 0 0 30px;
    display: inline-block;
}

.l-lineup-standard_spec-item .e-link.is-pdf {
    background: url(/assets/img/global/icon-pdf-01.png) no-repeat left center / 18px auto;
}




.l-lineup-video-inner {
    position: relative;
    width: 100%;
    margin: 0 0 60px;
    padding: 56.25% 0 0;
}

.l-lineup-video-inner iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100% !important;
    height: 100% !important;
}

.l-lineup-video .e-button {
    text-align: center;
}

.l-lineup-video .e-button .e-link {
    color: #fff;
    /*font-size: 2.4rem;*/
    font-size: 1.5rem;
    font-weight: 700;
    text-align: center;
    text-decoration: none;
    width: 510px;
    padding: 20px 0;
    display: inline-block;
    background: #00983a;
}



@media screen and (min-width: 769px) {
    .l-lineup-standard.u-content {
        padding: 60px 0 0;
    }
}

.l-lineup-standard .ul_standard {
    width: 950px;
    margin: 0 auto 0;
}

.l-lineup-standard .ul_standard li {
    position: relative;
    padding-left: 34px;
}

.l-lineup-standard .ul_standard li:nth-child(n+2) {
    margin-top: 32px;
}

.l-lineup-standard .ul_standard li::before {
    /* content: '●';
	position: absolute;
	top: 0;
	left: 0; */
    content: '';
    width: .9em;
    height: .9em;
    display: inline-block;
    background: #000;
    border-radius: 50%;
    position: absolute;
    left: 2px;
}

section {
    margin-bottom: 5vw;
}

ul.ul_standard,
ul.e-feature {
    list-style: none;
}

ul.l-lineup-use-wrap {
    padding: 0;
    margin: 0;
}

.l-lineup-use-item {
    width: calc(50% - 76px);
}


/*---------------------------
 * flex-wrapper
 * -------------------------*/
.flex-wrapper.half,
.flex-wrapper.one-third,
.flex-wrapper.quarter {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.flex-wrapper.four:after {
    display: block;
    content: '';
    width: 24%;
}

.flex-wrapper .flex-one {
    width: 100%;
}

.flex-wrapper.half .flex-one {
    width: 48%;
}

.flex-wrapper.one-third .flex-one {
    width: 32%;
}

.flex-wrapper.quarter .flex-one {
    width: 48%;
}

.flex-wrapper.quarter .flex-three {
    width: 48%;
}

@media(min-width:40em) {
    .flex-wrapper {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .flex-wrapper.two .flex-one {
        width: 48%;
    }

    .flex-wrapper.three .flex-one {
        width: 32%;
    }

    .flex-wrapper.three .flex-two {
        width: 64%;
    }

    .flex-wrapper.four .flex-two {
        width: 48%;
    }

    .flex-wrapper.four .flex-one {
        width: 24%;
    }

    .flex-wrapper.four .flex-three {
        width: 72%;
    }

    .flex-wrapper.five .flex-one {
        width: 18%;
    }

    .flex-wrapper.six .flex-one {
        width: 15%;
    }

    .flex-wrapper.quarter .flex-one {
        width: 24%;
    }

    .flex-wrapper.quarter .flex-three {
        width: 72%;
    }
}

.mb10 {
    margin-bottom: 10px;
}

.mb20 {
    margin-bottom: 20px;
}

.mb30 {
    margin-bottom: 30px;
}

.frame {
    padding: 20px;
    border: 1px solid #CCC;
}

select {
    padding: 7px;
}

.fixed_footer {
    position: fixed;
    bottom: -150px;
    left: 50%;
    width: 400px;
    transform: translatex(-50%);
    transition: all ease-in-out;
    animation: fixedbnr 0.8s 0.3s forwards;
  z-index:10;
}

.fixed_footer .close {
    text-align: right;
}

.fixed_footer .close span {
    margin: 0 0 0 auto;
    display: block;
    font-size: 30px;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    margin-right: 10px;
    background: #f9f7c9;
    border-radius: 50%;
    cursor: pointer;
}

.fixed_footer.hide {
    animation: hidebnr 0.8s 0.3s forwards;
}

@keyframes fixedbnr {
    0% {
        bottom: -150px;
    }

    100% {
        bottom: 10px;
    }
}

@keyframes hidebnr {
    100% {
        bottom: -300px;
    }
}


/* ハンバーガーメニューボタン - デフォルトでは非表示 */
.hamburger-menu {
    display: none;
    background: none;
    border: none;
    cursor: pointer;
    padding: 0.5rem;
}

.hamburger-menu span {
    display: block;
    width: 25px;
    height: 3px;
    background-color: gray;
    margin: 5px 0;
    border-radius: 3px;
    transition: all 0.3s ease;
}



/* メインコンテンツ */
main {
    flex: 1;
    padding: 2rem;
    background-color: #fff;
}

/* オーバーレイ */
.overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 90;
}

@media (max-width: 1260px) {
    .zoom-small-image {
        width: 300px;
    }

    .product_images {
        width: 300px;
    }

    .add_cart {
        width: calc(100% - 330px);
    }
}

@media (max-width: 1000px) {
    .hamburger-menu {
        display: block;
    }

    #side {
        position: fixed;
        width: 260px;
        padding: 15px;
        left: -260px;
        top: 0;
        height: 100vh;
        z-index: 1001;
        margin-top: 160px;
        background: #FFF;
        overflow-y: auto;
      z-index:100;
    }

    #side.active {
        transform: translateX(260px);
    }

    .overlay.active {
        display: block;
    }

    .hamburger-menu.active span:nth-child(1) {
        transform: rotate(45deg) translate(5px, 6px);
    }

    .hamburger-menu.active span:nth-child(2) {
        opacity: 0;
    }

    .hamburger-menu.active span:nth-child(3) {
        transform: rotate(-45deg) translate(5px, -6px);
    }
}

@media(max-width:640px) {
    #container {
        display: block;
    }

    #main {
        width: 100%!important;
        padding: 0;
    }

    .add_cart {
        width: 100% !important;
    }
  
  .zoom-small-image {
        width: 80%%;
    float:none;
    margin:0 auto;
    }

    .product_images {
        width: 100%;
    }

}

/*フリーページ*/
.contents{
  padding:20px;
  font-size:16px;
}
.contents h2{
  border-top:1px solid #CCC;
  border-bottom:1px solid #CCC;
  padding:10px;
  margin-bottom:10px;
 
}
.contents h3{
   color:#118b20;
  margin:20px 0 10px;
}
.contents h4{
  margin:10px 0 5px;
}
.contents article{
 margin:30px 0;
}
.contents ul{
 margin:0 0 0 2em;
}
.contents p{
 line-height:1.8;
  margin-bottom:1em;
}