@charset "UTF-8";
/* Product CSS */
/* _setting CSS */
/* Desktops and laptops */
@media print, screen and (min-width: 768px) {
  .zoom_icon {
    width: 20px;
    height: 20px;
    outline: none;
    border: none;
    padding: 0;
    background-color: transparent;
  }
  .zoom_icon:hover {
    opacity: .8;
  }
  .zoom_icon img {
    width: 100%;
  }

  .new_label {
    display: inline-block;
    width: 45px;
    height: 20px;
    line-height: 20px;
    color: #fff;
    text-align: center;
    font-size: 1.2rem;
    font-weight: bold;
    background-color: #EA7832;
    margin-top: 7px;
  }

  #kv {
    padding-top: 83px;
    background: url("../images/common/kv_bg.jpg") center center no-repeat;
    background-size: 100% 100%;
  }
  #kv .jp {
    display: inline-block;
    width: 201px;
    height: 36px;
    background: url("../images/product/product_title.svg") center 0/100% no-repeat;
    margin-right: 30px;
  }
  #kv .page_title_eng {
    display: inline-block;
    width: 105px;
    height: 20px;
    background: url("../images/product/product_title_eng.svg") center 0/100% no-repeat;
  }

  .page_halloween #kv .jp {
    display: inline-block;
    width: 346px;
    height: 37px;
    background: url("../images/product/halloween.svg") no-repeat;
    margin-right: 0;
  }

  .page_christmas #kv .jp {
    display: inline-block;
    width: 346px;
    height: 27px;
    background: url("../images/product/christmas.svg") no-repeat;
    margin-right: 0;
  }

  #content .content_wrap {
    padding: 65px 50px;
  }
  #content .common_inner.has_bg_shadow {
    margin-bottom: 50px;
  }
  #content .content_head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 65px;
  }
  #content .content_head .detail_area {
    width: 520px;
  }
  #content .content_head .detail_area .product_name {
    font-size: 2.2rem;
    font-weight: bold;
    line-height: 1.3;
    padding-bottom: 12px;
    border-bottom: 1px solid #e2e2e2;
    margin-bottom: 15px;
  }
  #content .content_head .detail_area .desc {
    font-size: 1.5rem;
    line-height: 2;
    text-align: justify;
    margin-bottom: 25px;
    padding-right: 5px;
  }
  #content .content_head .detail_area .desc a {
    text-decoration: underline;
  }
  #content .content_head .detail_area .desc a:hover {
    text-decoration: none;
  }
  #content .content_head .detail_area .info {
    width: 100%;
  }
  #content .content_head .detail_area .info .info_list {
    border-bottom: 1px solid #e2e2e2;
  }
  #content .content_head .detail_area .info .info_list:first-child {
    border-top: 1px solid #e2e2e2;
  }
  #content .content_head .detail_area .info .info_list.info_list_cat .info_list_detail {
    padding: 13px 15px 3px;
  }
  #content .content_head .detail_area .info .info_list_name {
    width: 90px;
    background-color: #F7F4EA;
    vertical-align: middle;
    line-height: 1.3;
    letter-spacing: .5em;
    font-size: 1.4rem;
    padding: 13px 5px;
  }
  #content .content_head .detail_area .info .info_list_name span {
    display: block;
    font-size: 1.1rem;
    text-align: center;
    letter-spacing: .05em;
  }
  #content .content_head .detail_area .info .info_list_cat_mml {
    letter-spacing: 0;
  }
  #content .content_head .detail_area .info .info_list_detail {
    width: calc(100% - 90px);
    font-size: 1.4rem;
    line-height: 2;
    padding: 13px 15px;
  }
  #content .content_head .detail_area .info .info_list_detail a {
    text-decoration: underline;
  }
  #content .content_head .detail_area .info .info_list_detail a:hover {
    text-decoration: none;
  }
  #content .content_head .detail_area .info .info_list_detail_list_pt1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  #content .content_head .detail_area .info .info_list_detail_list_pt1 .item {
    margin-right: 10px;
    margin-bottom: 10px;
  }
  #content .content_head .detail_area .info .info_list_detail_list_pt1 a {
    position: relative;
    display: block;
    background-color: #F0F0F0;
    line-height: 1;
    padding: 8px 15px 8px 24px;
    border-radius: 15px;
  }
  #content .content_head .detail_area .info .info_list_detail_list_pt1 a:before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 13px;
    margin: auto 0;
    content: '';
    display: inline-block;
    width: 6px;
    height: 6px;
    border-top: 1px solid #000;
    border-right: 1px solid #000;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  #content .content_head .detail_area .info .info_list_detail_list_pt1 a:hover {
    opacity: .9;
    text-decoration: none;
  }
  #content .content_head .detail_area .info .info_list_detail_list_pt2 .item {
    display: inline-block;
    margin-right: 5px;
    margin-bottom: 10px;
  }
  #content .content_head .detail_area .info .info_list_detail_list_pt2 a {
    line-height: 1;
  }
  #content .content_head .image_area {
    width: 380px;
  }
  #content .content_head .image_area .product_image {
    position: relative;
    min-height: 200px;
    border: 1px solid #e2e2e2;
    margin-bottom: 20px;
  }
  #content .content_head .image_area .product_image .zoom_icon {
    position: absolute;
    bottom: 10px;
    right: 10px;
  }
  #content .content_head .image_area .product_image > img {
    max-width: 100%;
  }
  #content .content_head .image_area .product_image:hover {
    cursor: pointer;
  }
  #content .content_head .image_area .product_image:hover .zoom_icon {
    opacity: .8;
  }
  #content .content_head .image_area .catalog .list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 5px;
  }
  #content .content_head .image_area .catalog .item {
    width: 54px;
    text-align: center;
    margin-right: 6px;
    margin-bottom: 10px;
  }
  #content .content_head .image_area .catalog .item img {
    max-width: 100%;
  }
  #content .content_head .image_area .catalog .catalog_link a {
    font-size: 1.3rem;
    text-decoration: underline;
  }
  #content .content_head .image_area .catalog .catalog_link a:hover {
    text-decoration: none;
  }
  #content .content_body .page_navi {
    margin-bottom: 30px;
  }
  #content .content_body .page_navi .list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  #content .content_body .page_navi .item {
    position: relative;
    padding-left: 20px;
    margin-right: 35px;
    margin-bottom: 10px;
  }
  #content .content_body .page_navi .item:before, #content .content_body .page_navi .item:after {
    content: '';
    display: inline-block;
    position: absolute;
  }
  #content .content_body .page_navi .item:before {
    width: 15px;
    height: 15px;
    background-color: #EA7832;
    border-radius: 50%;
    top: 0;
    left: 0;
  }
  #content .content_body .page_navi .item:after {
    top: 4px;
    left: 5px;
    width: 5px;
    height: 5px;
    border-bottom: 1px solid #fff;
    border-left: 1px solid #fff;
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
  #content .content_body .page_navi .hide {
    display: none;
  }
  #content .content_body .page_navi a {
    font-size: 1.4rem;
    text-decoration: underline;
  }
  #content .content_body .page_navi a:hover {
    text-decoration: none;
  }
  #content .content_body .block {
    padding-top: 20px;
    margin-top: -20px;
    margin-bottom: 70px;
  }
  #content .content_body .block .block_title {
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 1.5;
    padding: 8px 15px;
    background-color: #E9E6DC;
    border-radius: 6px;
    margin-bottom: 15px;
  }
  #content .content_body .block .block_sub_title {
    font-size: 1.7rem;
    font-weight: bold;
    padding-bottom: 10px;
    margin-bottom: 35px;
    border-bottom: 1px solid #8d8b89;
  }
  #content .content_body .block .note, #content .content_body .block .note_above {
    font-size: 1.5rem;
    line-height: 2;
    margin-bottom: 23px;
  }
  #content .content_body .block .note_below {
    font-size: 1.5rem;
    line-height: 2;
    margin-top: 15px;
  }
  #content .content_body .block .box {
    padding: 33px 50px 10px;
    border: 1px solid #e2e2e2;
  }
  #content .content_body .block .box .image img {
    max-width: 100%;
  }
  #content .content_body .block .item_list .list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  #content .content_body .block .item_list .list_col1 .item {
    width: 100%;
  }
  #content .content_body .block .item_list .list_col2 .item {
    width: 43.7%;
  }
  #content .content_body .block .item_list .list_col3 .item {
    width: 31%;
    text-align: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #content .content_body .block .item_list .list_col3:after {
    content: '';
    display: inline-block;
    width: 31%;
    height: 1px;
  }
  #content .content_body .block .item_list .item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 25px;
  }
  #content .content_body .block .item_list .item .name_area {
    width: 160px;
    width: 42.66%;
    width: 48%;
  }
  #content .content_body .block .item_list .item .name {
    font-size: 1.4rem;
    line-height: 1.3;
  }
  #content .content_body .block .item_list .item .name .stock {
    display: inline-block;
    font-size: 1.1rem;
    padding: 3px;
    border: 1px solid #0a558e;
    margin-top: 5px;
  }
  #content .content_body .block .item_list .item .name .stock + .stock {
    margin-left: 4px;
  }
  #content .content_body .block .item_list .item .name .stock_pt2 {
    border: 1px solid #fe293d;
  }
  #content .content_body .block .item_list .item .name a {
    color: #2871A0;
    text-decoration: underline;
  }
  #content .content_body .block .item_list .item .name a:hover {
    text-decoration: none;
  }
  #content .content_body .block .item_list .item .discontinued_name {
    text-decoration: line-through;
  }
  #content .content_body .block .item_list .item .image_area {
    width: 200px;
    width: 53.33%;
    width: 51%;
  }
  #content .content_body .block .item_list .item .image_area img {
    max-width: 100%;
  }
  #content .content_body .block .item_list .item .has_large_image:hover {
    cursor: pointer;
  }
  #content .content_body .block .item_list .item .has_large_image:hover .zoom_icon {
    opacity: .8;
  }
  #content .content_body .block .item_list .item .zoom_icon {
    display: block;
    margin-top: 5px;
    margin-left: auto;
  }
  #content .content_body .block .item_list .item_noname .image_area {
    width: 100%;
  }
  #content .content_body .block .product_discontinued_list {
    margin-top: 30px;
    text-align: center;
  }
  #content .content_body .content_table table {
    width: 100%;
    border: 1px solid #e2e2e2;
    margin-top: 30px;
  }
  #content .content_body .content_table table tr {
    border-bottom: 1px solid #e2e2e2;
  }
  #content .content_body .content_table table th, #content .content_body .content_table table td {
    font-size: 1.4rem;
    line-height: 1.78571;
    padding: 10px 10px;
    border-right: 1px solid #e2e2e2;
  }
  #content .content_body .content_table table td {
    text-align: center;
    vertical-align: middle;
  }
  #content .content_body .content_table table thead tr {
    background: #d2d2d2;
  }
  #content .content_body .related_btn_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 30px;
  }
  #content .content_body .related_btn_wrap .related_btn {
    margin: 0 auto;
  }
  #content .content_body .related_btn_wrap .related_btn a {
    position: relative;
    display: block;
    font-size: 1.4rem;
    text-align: center;
    font-weight: bold;
    color: #fff;
    background-color: #EA7832;
    padding: 14px 50px;
    border-radius: 25px;
  }
  #content .content_body .related_btn_wrap .related_btn a:before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 30px;
    margin: auto 0;
    content: '';
    display: inline-block;
    width: 8px;
    height: 8px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  #content .content_body .related_btn_wrap .related_btn a:hover {
    text-decoration: none;
    opacity: .8;
  }
  #content .content_body .related_btn_wrap .related_btn + .related_btn {
    margin-top: 20px;
  }
  #content .simulator .list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  #content .simulator .item + .item {
    margin-left: 38px;
  }
  #content .related_posts {
    margin-top: 100px;
  }
  #content .related_posts .related_posts_title_wrap {
    position: relative;
    text-align: center;
    padding: 0 50px 30px;
    margin-bottom: 40px;
  }
  #content .related_posts .related_posts_title_wrap:after {
    position: absolute;
    content: '';
    display: inline-block;
    width: 66px;
    height: 15px;
    bottom: 0;
    right: 0;
    left: 0;
    margin: 0 auto;
    background: url("../images/product/others_title_eng.svg") center 0/100% no-repeat;
  }
  #content .related_posts .related_posts_title {
    position: relative;
    display: inline-block;
    font-size: 2.2rem;
    font-weight: bold;
    background-color: #fff;
    z-index: 5;
    padding: 0 20px;
  }
  #content .related_posts .related_posts_title:before, #content .related_posts .related_posts_title:after {
    content: '';
    display: block;
    width: 95px;
    height: 2px;
    background-color: #000;
    position: absolute;
    top: 8px;
  }
  #content .related_posts .related_posts_title:before {
    left: -95px;
  }
  #content .related_posts .related_posts_title:after {
    right: -95px;
  }
  #content .search_area {
    margin-bottom: 35px;
  }
  #content .search_area .search_area_inner {
    padding: 35px 50px 30px;
  }
  #content .search_area .search_title {
    display: block;
    background-repeat: no-repeat;
    text-indent: 120%;
    white-space: nowrap;
    overflow: hidden;
    width: 131px;
    height: 35px;
    background: url("../images/product/search_title.svg") center 0/100% no-repeat;
    margin: 0 auto 30px;
  }
  #content .search_area .search_title:before {
    position: absolute;
    left: calc(50% - 106px);
    content: '';
    display: inline-block;
    width: 29px;
    height: 29px;
    background: url("../images/common/icon_search_green.svg") center 0/100% no-repeat;
  }
  #content .search_area .cat_list_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    border-bottom: 1px solid #dbdbdb;
    padding-bottom: 15px;
    margin-bottom: 30px;
  }
  #content .search_area .cat_list_wrap .select_wrap {
    position: relative;
    background: url("../images/common/select_wrap_bg.jpg");
  }
  #content .search_area .cat_list_wrap .select_wrap select {
    background: transparent;
  }
  #content .search_area .cat_list_wrap select {
    width: 240px;
    height: 40px;
    font-size: 1.4rem;
    padding: 0 10px 0 15px;
    border: 2px solid #C9CACA;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    border-radius: 5px;
  }
  #content .search_area .cats_name {
    display: inline-block;
    font-size: 1.6rem;
    font-weight: bold;
    letter-spacing: .7em;
    width: 120px;
    padding-right: 15px;
  }
  #content .search_area .cats_name.cats_name_material {
    letter-spacing: 0;
  }
  #content .search_area .list {
    width: 845px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  #content .search_area .list .item {
    width: 200px;
    font-size: 1.4rem;
    line-height: 1.64286;
    padding-right: 15px;
    padding-left: 30px;
    margin-bottom: 15px;
  }
  #content .search_area .list .item input[type="checkbox"] {
    display: none;
  }
  #content .search_area .list .item input[type="checkbox"]:checked + .checkbox:before {
    opacity: 1;
  }
  #content .search_area .list .item .checkbox {
    position: relative;
  }
  #content .search_area .list .item .checkbox:before {
    position: absolute;
    top: 2px;
    left: -24px;
    width: 17px;
    height: 8px;
    border-left: 3px solid #0a558e;
    border-bottom: 3px solid #0a558e;
    content: '';
    opacity: 0;
    z-index: 99;
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
  #content .search_area .list .item .checkbox:after {
    content: '';
    position: absolute;
    top: 1px;
    left: -28px;
    width: 18px;
    height: 18px;
    border: 1px solid #cdcdcd;
    border-radius: 3px;
  }
  #content .search_area .search_more_wrap {
    position: relative;
    margin: 15px 0 25px;
    background: url("../images/product/search_btn_bg.jpg") center 0 no-repeat;
    background-size: 100% 100%;
  }
  #content .search_area .search_more_wrap .search_more {
    width: 100%;
    height: 50px;
    text-align: center;
    font-size: 1.6rem;
    padding-top: 16px;
    border: 1px solid #dcdcdc;
    border-radius: 5px;
  }
  #content .search_area .search_more_wrap .search_more:hover {
    opacity: .8;
    cursor: pointer;
  }
  #content .search_area .search_more_wrap .arrow {
    position: relative;
    content: '';
    display: inline-block;
    width: 10px;
    height: 10px;
    border-left: 2px solid #000;
    border-bottom: 2px solid #000;
    margin-left: 10px;
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
    top: -3px;
  }
  #content .search_area .search_more_wrap .text {
    display: none;
  }
  #content .search_area .cats_more {
    display: none;
  }
  #content .search_area.more_show .cats_more {
    display: block;
  }
  #content .search_area.more_show .arrow {
    -webkit-transform: rotate(135deg);
        -ms-transform: rotate(135deg);
            transform: rotate(135deg);
    top: 1px;
  }
  #content .search_area.more_show .text {
    display: inline-block;
  }
  #content .search_area .search_btn_area .search_btn_area_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  #content .search_area .search_btn_area .current {
    text-align: center;
    font-size: 1.5rem;
    text-align: center;
    margin-bottom: 20px;
  }
  #content .search_area .search_btn_area .current span {
    display: inline-block;
    font-size: 2rem;
    font-weight: bold;
    margin-left: 3px;
  }
  #content .search_area .search_btn_area .search_btn {
    display: block;
    width: 220px;
    height: 50px;
    color: #fff;
    font-size: 1.4rem;
    font-weight: bold;
    background-color: #5D995C;
    border: none;
    outline: none;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    border-radius: 30px;
    margin-left: 30px;
  }
  #content .search_area .search_btn_area .search_btn:hover {
    opacity: .8;
  }
  #content .bnr_area {
    width: 1060px;
    margin: 0 auto;
  }
  #content .bnr_area a {
    display: block;
  }
  #content .bnr_area a:hover {
    text-decoration: none;
    opacity: .8;
  }
  #content .bnr_area .list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  #content .bnr_area .item {
    margin-right: 15px;
  }
  #content .bnr_area .item:last-child {
    margin-right: 0;
  }
  #content .bnr_area sup {
    position: relative;
    top: -6px;
    display: inline-block;
    margin-right: 3px;
  }
  #content .bnr_area_col3 {
    padding-left: 5px;
  }
  #content .bnr_area_col3 .list {
    margin-bottom: 21px;
  }
  #content .bnr_area_col4 .list {
    margin-bottom: 31px;
  }
  #content .bnr_area_col4 .list .item {
    width: 250px;
    border: 1px solid #CCBEA2;
    background-color: #fff;
  }
  #content .bnr_area_col4 .list .item:nth-child(1) .title, #content .bnr_area_col4 .list .item:nth-child(2) .title {
    line-height: 1.4;
  }
  #content .bnr_area_col4 .list a {
    padding: 10px;
  }
  #content .bnr_area_col4 .list a:hover .title {
    opacity: .8;
  }
  #content .bnr_area_col4 .list .wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  #content .bnr_area_col4 .list .image {
    margin-right: 15px;
    border-radius: 5px;
    overflow: hidden;
  }
  #content .bnr_area_col4 .list .image img {
    width: 100%;
  }
  #content .bnr_area_col4 .list .title {
    font-size: 1.9rem;
    font-weight: bold;
    text-align: center;
    line-height: 1.3;
    padding-top: 8px;
  }
  #content .bnr_area_col4 .list .title span {
    font-size: 1.4rem;
  }
  #content .product_detail_lead {
    width: 980px;
    padding-top: 40px;
    margin: 0 auto;
    border-bottom: 1px solid #D1D1D1;
  }
  #content .product_detail_lead .product_detail_lead_title {
    font-size: 2.2rem;
    font-weight: bold;
    line-height: 1.5;
    padding: 14px 15px 13px;
    background-color: #E9E6DC;
    border-radius: 6px;
    text-align: center;
    margin-bottom: 35px;
  }
  #content .product_detail_lead .product_detail_lead_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 75px;
  }
  #content .product_detail_lead .image_wrap {
    margin-top: 8px;
  }
  #content .product_detail_lead .image {
    width: 380px;
    border: 1px solid #E5E5E5;
  }
  #content .product_detail_lead .image img {
    max-width: 100%;
  }
  #content .product_detail_lead .lead_desc {
    width: 520px;
    font-size: 1.5rem;
    line-height: 2;
  }
  #content .product_detail_lead.product_detail_lead_fsc {
    padding-top: 0;
    border-bottom: none;
    margin-bottom: 75px;
  }
  #content .product_detail_lead.product_detail_lead_fsc .product_detail_lead_fsc_title {
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 1.5;
    padding: 8px 15px;
    background-color: #E9E6DC;
    border-radius: 6px;
    margin-bottom: 25px;
  }
  #content .product_detail_lead.product_detail_lead_fsc .product_detail_lead_wrap {
    margin-bottom: 40px;
  }
  #content .product_detail_lead.product_detail_lead_fsc .btn a {
    position: relative;
    background-color: #EA7832;
  }
  #content .product_detail_lead.product_detail_lead_fsc .btn a:before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 30px;
    margin: auto 0;
    content: '';
    display: inline-block;
    width: 8px;
    height: 8px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  #content.tacholder .product_content {
    margin-bottom: 60px;
  }
  #content.tacholder .product_content .has_bg_shadow_inner {
    padding-bottom: 45px;
  }
  #content.tacholder .lead_desc .list {
    margin-top: 30px;
  }
  #content.tacholder .lead_desc .item {
    width: 490px;
    position: relative;
    margin-bottom: 8px;
  }
  #content.tacholder .lead_desc .item:before {
    position: relative;
    top: 1px;
    content: '';
    display: inline-block;
    width: 13px;
    height: 13px;
    border-radius: 50%;
    background-color: #000;
    margin-right: 5px;
  }
  #content.tacholder .lead_desc .item a {
    color: #2871A0;
    text-decoration: underline;
  }
  #content.tacholder .lead_desc .item a:hover {
    text-decoration: none;
  }
  #content.tacholder .product_detail_lead {
    border-bottom: none;
  }
  #content.tacholder .how_to_images {
    width: 980px;
    border: 1px solid #C9CACA;
    margin: 0 auto;
  }
  #content.tacholder .how_to_images .image {
    width: 900px;
    padding: 40px 40px 45px;
    margin: 0 auto;
  }
  #content.tacholder .how_to_images .image + .image {
    border-top: 1px solid #C9CACA;
  }
  #content.tacholder .page_tab .list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    border-radius: 15px;
  }
  #content.tacholder .page_tab .item {
    margin-right: 7px;
  }
  #content.tacholder .page_tab .item:before {
    border-radius: 10px 10px 0 0;
    -webkit-transform: translate(7px, 3px);
        -ms-transform: translate(7px, 3px);
            transform: translate(7px, 3px);
  }
  #content.tacholder .page_tab .item .has_bg_shadow_inner {
    padding: 0;
    background-color: #E9E6DC;
    border-radius: 10px 10px 0 0;
  }
  #content.tacholder .page_tab .item .tab_title {
    font-size: 1.8rem;
    font-weight: bold;
    margin-bottom: 15px;
  }
  #content.tacholder .page_tab .item .tab_desc {
    font-size: 1.4rem;
    line-height: 1.78571;
  }
  #content.tacholder .page_tab .item:first-child {
    width: 300px;
  }
  #content.tacholder .page_tab .item:nth-child(2) {
    width: 310px;
  }
  #content.tacholder .page_tab .item:last-child {
    width: 350px;
  }
  #content.tacholder .page_tab .item a {
    display: block;
    border-radius: 10px 10px 0 0;
  }
  #content.tacholder .page_tab .item a:hover {
    background-color: #fff;
    text-decoration: none;
  }
  #content.tacholder .page_tab .item .wrap {
    padding: 28px 0 30px 40px;
    border-radius: 10px 10px 0 0;
  }
  #content.tacholder .page_tab .item.on .has_bg_shadow_inner {
    background-color: #fff;
  }
  #content.tacholder .product_detail {
    margin-bottom: 45px;
  }
  #content.tacholder .product_detail .has_bg_shadow_inner {
    border-radius: 0 10px 10px 10px;
    padding: 50px;
  }
  #content.tacholder .product_detail .product_detail_title {
    font-size: 2rem;
    font-weight: bold;
    border-left: 5px solid #EA7832;
    padding: 14px 10px;
    background-color: #F7F4EA;
  }
  #content.tacholder .product_detail .product_detail_title + .image {
    margin: 35px 0;
    text-align: center;
  }
  #content.tacholder .product_detail .product_detail_sub_title {
    font-size: 1.8rem;
    font-weight: bold;
    padding-bottom: 13px;
    margin-bottom: 30px;
    border-bottom: 1px solid #000;
  }
  #content.tacholder .product_detail .product_detail_sub_title span {
    font-size: 1.6rem;
    font-weight: bold;
    color: #EA7832;
  }
  #content.tacholder .product_detail .product_detail_block > .btn a {
    width: 390px;
    font-size: 1.8rem;
    padding: 28px 42px 28px 60px;
    border-radius: 40px;
  }
  #content.tacholder .product_detail .product_detail_block > .btn a:before {
    top: 34px;
    left: 95px;
    width: 10px;
    height: 10px;
  }
  #content.tacholder .table {
    width: 100%;
    border: 1px solid #DBDBDB;
    margin-bottom: 30px;
  }
  #content.tacholder .table thead {
    height: 60px;
    background-color: #F0F0F0;
    border-bottom: 1px solid #DBDBDB;
  }
  #content.tacholder .table tr {
    border-bottom: 1px solid #DBDBDB;
  }
  #content.tacholder .table tr:last-child {
    border-bottom: none;
  }
  #content.tacholder .table th, #content.tacholder .table td {
    font-size: 1.3rem;
    border-right: 1px solid #DBDBDB;
    vertical-align: middle;
    padding: 5px;
  }
  #content.tacholder .table th a, #content.tacholder .table td a {
    color: #2871A0;
    text-decoration: underline;
  }
  #content.tacholder .table th a:hover, #content.tacholder .table td a:hover {
    text-decoration: none;
  }
  #content.tacholder .table th {
    width: 180px;
    table-layout: fixed;
    line-height: 1.84615;
  }
  #content.tacholder .table td {
    text-align: center;
    line-height: 1.53846;
  }
  #content.tacholder .table .orange {
    color: #EA7832;
    font-weight: bold;
  }
  #content.tacholder .note {
    font-size: 1.5rem;
    margin-bottom: 45px;
  }
  #content.tacholder .note .item {
    font-size: 1.5rem;
    margin-bottom: 15px;
  }
  #content.tacholder .note .item:last-child {
    margin-bottom: 0;
  }
  #content.tacholder .note .item:before {
    content: '※';
    display: inline-block;
  }
  #content.tacholder .note a {
    color: #2871A0;
    text-decoration: underline;
  }
  #content.tacholder .note a:hover {
    text-decoration: none;
  }
  #content.tacholder1 .product_detail_block {
    margin-bottom: 105px;
  }
  #content.tacholder1 .product_detail_block:last-child {
    margin-bottom: 95px;
  }
  #content.tacholder1 .table {
    margin-bottom: 30px;
  }
  #content.tacholder1 .table1 thead tr:nth-child(2) th {
    width: 140px;
  }
  #content.tacholder1 .table1 tbody tr:first-child {
    height: 85px;
  }
  #content.tacholder1 .table1 tbody tr:nth-child(2) {
    height: 65px;
  }
  #content.tacholder1 .table1 tbody tr:nth-child(3) {
    height: 45px;
  }
  #content.tacholder1 .table2 thead tr:nth-child(1) th:nth-child(1) {
    width: 60px;
  }
  #content.tacholder1 .table2 thead tr:nth-child(1) th:nth-child(4) {
    width: 140px;
  }
  #content.tacholder1 .table2 thead tr:nth-child(2) th {
    width: 140px;
  }
  #content.tacholder1 .table2 tbody tr {
    height: 65px;
  }
  #content.tacholder1 .table2 tbody tr td:first-child {
    font-size: 2rem;
    font-weight: bold;
  }
  #content.tacholder2 .product_detail_sub_title {
    margin-top: 75px;
  }
  #content.tacholder2 .product_detail_block {
    margin-bottom: 40px;
  }
  #content.tacholder2 .table {
    margin-bottom: 15px;
  }
  #content.tacholder2 .table td {
    height: 92px;
    line-height: 1.92308;
  }
  #content.tacholder2 .sample_list .list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  #content.tacholder2 .sample_list .item {
    margin-right: 30px;
    margin-bottom: 80px;
  }
  #content.tacholder2 .sample_list .item:nth-child(4n) {
    margin-right: 0;
  }
  #content.tacholder2 .sample_list .image {
    margin-bottom: 15px;
  }
  #content.tacholder2 .sample_list .sample_name {
    font-size: 1.6rem;
    line-height: 1.625;
    text-align: center;
    margin-bottom: 20px;
  }
  #content.tacholder2 .sample_list .btn a {
    min-width: auto;
    width: 180px;
    font-size: 1.5rem;
    font-weight: bold;
    padding: 12px 0 13px;
    text-align: center;
  }
  #content.tacholder2 .sample_list .btn a:before {
    top: 17px;
    left: 27px;
  }
  #content.tacholder3 .content_head .detail_area .desc {
    margin-bottom: 40px;
  }
  #content.tacholder3 .content_body .block .block_title {
    margin-bottom: 20px;
  }
  #content.tacholder3 .table thead tr th {
    width: 140px;
    height: 35px;
  }
  #content.tacholder3 .table thead tr:first-child th:nth-child(3) {
    width: 200px;
  }
  #content.tacholder3 .table thead tr:last-child th {
    width: 97px;
    height: 65px;
  }
  #content.tacholder3 .table td {
    height: 35px;
  }
  #content.tacholder3 .caution_list {
    width: 905px;
  }
  #content.tacholder3 .caution_list .item {
    font-size: 1.5rem;
    line-height: 2;
    text-indent: -.5em;
    padding-left: 1em;
  }
  #content.tacholder3 .caution_list .item:before {
    position: relative;
    top: -3px;
    content: '';
    display: inline-block;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background-color: #000;
    margin-right: 5px;
  }
  #content.tacholder3 .links_area {
    margin-top: 80px;
  }
  #content.tacholder3 .links_area .list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  #content.tacholder3 .links_area .item {
    width: 460px;
    height: 150px;
    border: 1px solid #DCDDDD;
  }
  #content.tacholder3 .links_area .item a {
    display: block;
    padding: 15px;
  }
  #content.tacholder3 .links_area .item a:hover {
    text-decoration: none;
    opacity: .8;
  }
  #content.tacholder3 .links_area .item a:hover .image img {
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
  }
  #content.tacholder3 .links_area .item .wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  #content.tacholder3 .links_area .item .image {
    margin-right: 25px;
    overflow: hidden;
  }
  #content.tacholder3 .links_area .item .image img {
    -webkit-transition: all linear 200ms;
    -o-transition: all linear 200ms;
    transition: all linear 200ms;
  }
  #content.tacholder3 .links_area .item .detail {
    padding-top: 13px;
  }
  #content.tacholder3 .links_area .item .name {
    display: inline-block;
    position: relative;
    font-size: 1.8rem;
    font-weight: bold;
    padding-right: 30px;
    margin-bottom: 18px;
  }
  #content.tacholder3 .links_area .item .name:before, #content.tacholder3 .links_area .item .name:after {
    position: absolute;
    content: '';
    display: inline-block;
  }
  #content.tacholder3 .links_area .item .name:before {
    width: 23px;
    height: 23px;
    border-radius: 50%;
    background-color: #EA7832;
    top: 0;
    right: 0;
  }
  #content.tacholder3 .links_area .item .name:after {
    width: 6px;
    height: 6px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
    top: 8px;
    right: 9px;
  }
  #content.tacholder3 .links_area .item .desc {
    font-size: 1.4rem;
    line-height: 1.78571;
  }
  #content.fsc_tacholder .page_tab .list .item {
    width: 400px;
  }
  #content.fsc_tacholder .page_tab .list .item:first-child {
    width: 400px;
  }
  #content.fsc_tacholder .table thead .links {
    width: 240px;
  }
  #content.fsc_tacholder .sample_list .item {
    width: 250px;
  }
  #content.fsc_tacholder .sample_list .item .image {
    text-align: center;
  }
  #content.fsc_tacholder .sample_list .item .btn a {
    width: 100%;
  }
  #content.fsc_tacholder .sample_list .item .btn a:before {
    left: 14px;
  }
  #content.fsc_tacholder .sample_list .item .btn + .btn {
    margin-top: 15px;
  }
  #content .caution {
    width: 980px;
    margin: 0 auto;
    background-color: #F7F4EA;
    padding: 30px;
    border-radius: 10px;
  }
  #content .caution .caution_title {
    font-size: 1.8rem;
    font-weight: bold;
    text-align: center;
    color: #EA7832;
    margin-bottom: 20px;
  }
  #content .caution .item {
    font-size: 1.5rem;
    line-height: 2;
    text-indent: -.5em;
    padding-left: 1em;
  }
  #content .caution .item:before {
    position: relative;
    top: -3px;
    content: '';
    display: inline-block;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background-color: #000;
    margin-right: 5px;
  }

  #modal {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    display: none;
  }
  #modal .overlay {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.8);
  }
  #modal .btn {
    background-color: transparent;
    width: 20px;
    height: 20px;
    margin: 0 auto;
    display: block;
    position: absolute;
    top: calc(50% - 270px);
    left: calc(50% + 355px);
    border-radius: 4px;
    cursor: pointer;
    z-index: 10;
  }
  #modal .btn:hover {
    opacity: .8;
  }
  #modal .btn:before {
    content: '';
    width: 100%;
    height: 2px;
    position: absolute;
    top: 50%;
    left: 0;
    background-color: #000;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  #modal .btn:after {
    content: '';
    width: 100%;
    height: 2px;
    position: absolute;
    top: 50%;
    left: 0;
    background-color: #000;
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
  #modal .img_wrap {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 760px;
    height: 550px;
    z-index: 2;
    background-color: #fff;
    border-radius: 4px;
    text-align: center;
  }
  #modal .img_wrap img {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    max-width: 100%;
    max-height: 100%;
  }

  #main.archive #product_list .product_list_inner {
    padding-top: 50px;
  }
  #main.archive.popular_page #kv .jp {
    width: 164px;
    height: 28px;
    background: url("../images/product/product_title_popular.svg") center 0/100% no-repeat;
  }
  #main.archive.featured_page #kv .jp {
    width: 303px;
    height: 28px;
    background: url("../images/product/product_title_featured.svg") center 0/100% no-repeat;
  }

  .swipe {
    display: none;
  }

  .product39 #content .content_body .block .block_sub_title {
    padding-bottom: 0;
    padding-top: 10px;
    border-top: 1px solid #8d8b89;
    border-bottom: none;
    margin-top: 20px;
  }

  #search_result_display {
    padding-top: 10px;
    margin-top: -10px;
  }

  #product_single #fixed_btns .fixed_btn1, #product_single #fixed_btns .fixed_btn2 {
    display: none;
  }
  #product_single #fixed_btns .fixed_btn3 {
    display: block;
  }
}
/* Smartphones (portrait and landscape) */
@media print, screen and (max-width: 767px) {
  .zoom_icon {
    width: 5.33333vw;
    height: 5.33333vw;
    outline: none;
    border: none;
    padding: 0;
    background-color: transparent;
  }
  .zoom_icon:hover {
    opacity: .8;
  }
  .zoom_icon img {
    width: 100%;
  }

  .new_label {
    display: inline-block;
    width: 10.66667vw;
    height: 5.33333vw;
    line-height: 5.33333vw;
    color: #fff;
    text-align: center;
    font-size: 2.93333vw;
    font-weight: bold;
    background-color: #EA7832;
    margin-top: 1.33333vw;
  }

  #kv {
    padding-top: 10.26667vw;
  }
  #kv .jp {
    display: inline-block;
    width: 34.13333vw;
    height: 6.26667vw;
    background: url("../images/product/product_title.svg") center center/100% no-repeat;
    margin-right: 4vw;
  }
  #kv .page_title_eng {
    display: inline-block;
    width: 19.2vw;
    height: 3.46667vw;
    background: url("../images/product/product_title_eng.svg") center center/100% no-repeat;
  }

  #content .content_wrap {
    padding-top: 12vw;
    margin-bottom: 12vw;
  }
  #content .content_head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    margin-bottom: 16vw;
  }
  #content .content_head .detail_area {
    width: 100%;
  }
  #content .content_head .detail_area .product_name {
    font-size: 5.06667vw;
    font-weight: bold;
    line-height: 1.26316;
    text-align: center;
    padding-bottom: 3.33333vw;
    border-bottom: 1px solid #e2e2e2;
    margin-bottom: 4.93333vw;
  }
  #content .content_head .detail_area .desc {
    font-size: 3.73333vw;
    line-height: 1.71429;
    text-align: justify;
    margin-bottom: 10.66667vw;
  }
  #content .content_head .detail_area .desc a {
    text-decoration: underline;
  }
  #content .content_head .detail_area .desc a:hover {
    text-decoration: none;
  }
  #content .content_head .detail_area .info {
      border-collapse: separate;
    width: 100%;
  }
  #content .content_head .detail_area .info .info_list {
    border-bottom: 1px solid #e2e2e2;
  }
  #content .content_head .detail_area .info .info_list:first-child th,
      #content .content_head .detail_area .info .info_list:first-child td {
    border-top: 1px solid #e2e2e2;
  }
  #content .content_head .detail_area .info .info_list_name {
    width: 18.66667vw;
    line-height: 1.4;
    letter-spacing: .5em;
    font-size: 3.46667vw;
     padding-top: 5vw;
    padding-bottom: 5vw;
      border-bottom: 1px solid #e2e2e2;
  }
  #content .content_head .detail_area .info .info_list_name span {
    display: block;
    font-size: 2.93333vw;
    letter-spacing: .05em;
  }
  #content .content_head .detail_area .info .info_list_detail {
    width: 62.66667vw;
    font-size: 3.46667vw;
    line-height: 1.76923;
    padding-bottom: 7vw;
    margin-bottom: 3.33333vw;
      border-bottom: 1px solid #e2e2e2;
  }
  #content .content_head .detail_area .info .info_list_detail a {
    text-decoration: underline;
  }
  #content .content_head .detail_area .info .info_list_detail a:hover {
    text-decoration: none;
  }
  #content .content_head .detail_area .info .info_list_detail_list_pt1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  #content .content_head .detail_area .info .info_list_detail_list_pt1 .item {
    margin-right: 2.66667vw;
    margin-bottom: 2.66667vw;
  }
  #content .content_head .detail_area .info .info_list_detail_list_pt1 .item:last-child {
    margin-bottom: 0;
  }
  #content .content_head .detail_area .info .info_list_detail_list_pt1 a {
    position: relative;
    display: block;
    background-color: #F0F0F0;
    line-height: 1;
    padding: 8px 15px 8px 24px;
    border-radius: 15px;
  }
  #content .content_head .detail_area .info .info_list_detail_list_pt1 a:before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 13px;
    margin: auto 0;
    content: '';
    display: inline-block;
    width: 6px;
    height: 6px;
    border-top: 1px solid #000;
    border-right: 1px solid #000;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  #content .content_head .detail_area .info .info_list_detail_list_pt1 a:hover {
    opacity: .9;
    text-decoration: none;
  }
  #content .content_head .detail_area .info .info_list_detail_list_pt2 .item {
    display: inline-block;
    margin-right: 1.33333vw;
    margin-bottom: 2.66667vw;
  }
  #content .content_head .detail_area .info .info_list_detail_list_pt2 .item:last-child {
    margin-bottom: 0;
  }
  #content .content_head .detail_area .info .info_list_detail_list_pt2 a {
    line-height: 1;
  }
  #content .content_head .image_area {
    width: 100%;
    margin-bottom: 5.33333vw;
  }
  #content .content_head .image_area .product_image {
    position: relative;
    min-height: 200px;
    border: 1px solid #e2e2e2;
    margin-bottom: 20px;
  }
  #content .content_head .image_area .product_image .zoom_icon {
    position: absolute;
    bottom: 10px;
    right: 10px;
  }
  #content .content_head .image_area .product_image > img {
    max-width: 100%;
  }
  #content .content_head .image_area .product_image:hover {
    cursor: pointer;
  }
  #content .content_head .image_area .product_image:hover .zoom_icon {
    opacity: .8;
  }
  #content .content_head .image_area .catalog .list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  #content .content_head .image_area .catalog .item {
    width: 10.66667vw;
    text-align: center;
    margin-right: 1.73333vw;
    margin-bottom: 2vw;
  }
  #content .content_head .image_area .catalog .catalog_link a {
    font-size: 2.93333vw;
    text-decoration: underline;
  }
  #content .content_head .image_area .catalog .catalog_link a:hover {
    text-decoration: none;
  }
  #content .content_body .page_navi {
    margin-bottom: 30px;
  }
  #content .content_body .page_navi .list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  #content .content_body .page_navi .item {
    position: relative;
    padding-left: 5.33333vw;
    margin-right: 2.66667vw;
    margin-bottom: 2.66667vw;
  }
  #content .content_body .page_navi .item:before, #content .content_body .page_navi .item:after {
    content: '';
    display: inline-block;
    position: absolute;
  }
  #content .content_body .page_navi .item:before {
    width: 4vw;
    height: 4vw;
    background-color: #EA7832;
    border-radius: 50%;
    top: 0.4vw;
    left: 0;
  }
  #content .content_body .page_navi .item:after {
    top: 1.33333vw;
    left: 1.33333vw;
    width: 1.73333vw;
    height: 1.73333vw;
    border-bottom: 1px solid #fff;
    border-left: 1px solid #fff;
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
  #content .content_body .page_navi .hide {
    display: none;
  }
  #content .content_body .page_navi a {
    font-size: 3.46667vw;
    line-height: 1.3;
    text-decoration: underline;
  }
  #content .content_body .page_navi a:hover {
    text-decoration: none;
  }
  #content .content_body .block {
    padding-top: 20px;
    margin-top: -20px;
    padding-bottom: 12vw;
  }
  #content .content_body .block .block_title {
    font-size: 4vw;
    font-weight: bold;
    line-height: 1.3;
    padding: 2.13333vw 4vw 2.13333vw;
    background-color: #E9E6DC;
    border-radius: 6px;
    margin-bottom: 4vw;
  }
  #content .content_body .block .block_sub_title {
    font-size: 4vw;
    font-weight: bold;
    padding-top: 2vw;
    padding-bottom: 2.66667vw;
    margin-bottom: 4vw;
    border-bottom: 1px solid #8d8b89;
  }
  #content .content_body .block .note, #content .content_body .block .note_above {
    font-size: 3.73333vw;
    line-height: 1.71429;
    margin-bottom: 6vw;
  }
  #content .content_body .block .note_below {
    font-size: 3.73333vw;
    line-height: 1.71429;
    margin-top: 4vw;
  }
  #content .content_body .block .box {
    padding: 6vw 4vw 1.33333vw;
    border: 1px solid #e2e2e2;
  }
  #content .content_body .block .item_list .list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  #content .content_body .block .item_list .item {
    width: 100%;
  }
  #content .content_body .block .item_list .list_col3 .item {
    width: 31%;
  }
  #content .content_body .block .item_list .list_col3:after {
    content: '';
    display: inline-block;
    width: 31%;
    height: 1px;
  }
  #content .content_body .block .item_list .item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 5.33333vw;
  }
  #content .content_body .block .item_list .item .name_area {
    width: 27.33333vw;
  }
  #content .content_body .block .item_list .item .name {
    font-size: 3.46667vw;
    line-height: 1.3;
  }
  #content .content_body .block .item_list .item .name .stock {
    display: inline-block;
    font-size: 2.66667vw;
    padding: 0.66667vw;
    border: 1px solid #0a558e;
    margin-top: 1.06667vw;
  }
  #content .content_body .block .item_list .item .name .stock_pt2 {
    border: 1px solid #fe293d;
  }
  #content .content_body .block .item_list .item .name a {
    color: #2871A0;
    text-decoration: underline;
  }
  #content .content_body .block .item_list .item .name a:hover {
    text-decoration: none;
  }
  #content .content_body .block .item_list .item .discontinued_name {
    text-decoration: line-through;
  }
  #content .content_body .block .item_list .item .image_area {
    width: 40vw;
  }
  #content .content_body .block .item_list .item .has_large_image:hover {
    cursor: pointer;
  }
  #content .content_body .block .item_list .item .has_large_image:hover .zoom_icon {
    opacity: .8;
  }
  #content .content_body .block .item_list .item .zoom_icon {
    display: block;
    margin-top: 5px;
    margin-left: auto;
  }
  #content .content_body .block .item_list .item_noname .image_area {
    width: 100%;
  }
  #content .content_body .block .product_discontinued_list {
    margin-top: 6.66667vw;
    text-align: center;
  }
  #content .content_body .content_table table {
    width: 100%;
    border: 1px solid #e2e2e2;
    margin-top: 7.33333vw;
  }
  #content .content_body .content_table table tr {
    border-bottom: 1px solid #e2e2e2;
  }
  #content .content_body .content_table table th, #content .content_body .content_table table td {
    font-size: 3.73333vw;
    line-height: 1.78571;
    padding: 2.66667vw;
    border-right: 1px solid #e2e2e2;
  }
  #content .content_body .content_table table td {
    text-align: center;
    vertical-align: middle;
  }
  #content .content_body .content_table table thead tr {
    background: #d2d2d2;
  }
  #content .content_body .related_btn_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 7.33333vw;
  }
  #content .content_body .related_btn_wrap .related_btn {
    margin: 0 auto;
  }
  #content .content_body .related_btn_wrap .related_btn a {
    position: relative;
    display: block;
    font-size: 3.73333vw;
    text-align: center;
    font-weight: bold;
    color: #fff;
    background-color: #EA7832;
    padding: 3.73333vw 12vw;
    border-radius: 25px;
  }
  #content .content_body .related_btn_wrap .related_btn a:before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 8vw;
    margin: auto 0;
    content: '';
    display: inline-block;
    width: 2vw;
    height: 2vw;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  #content .content_body .related_btn_wrap .related_btn a:hover {
    text-decoration: none;
    opacity: .8;
  }
  #content .content_body .related_btn_wrap .related_btn + .related_btn {
    margin-top: 20px;
  }
  #content .simulator .item + .item {
    margin-top: 5.33333vw;
  }
  #content .related_posts {
    margin-top: 21.33333vw;
  }
  #content .related_posts .related_posts_title_wrap {
    position: relative;
    text-align: center;
    margin-bottom: 6.66667vw;
  }
  #content .related_posts .related_posts_title_wrap:before, #content .related_posts .related_posts_title_wrap:after {
    content: '';
    display: block;
    width: 33.33333vw;
    height: 1px;
    background-color: #000;
    position: absolute;
    top: 2.4vw;
  }
  #content .related_posts .related_posts_title_wrap:before {
    left: 0;
  }
  #content .related_posts .related_posts_title_wrap:after {
    right: 0;
  }
  #content .related_posts .related_posts_title {
    position: relative;
    display: inline-block;
    font-size: 4.26667vw;
    line-height: 1.3;
    font-weight: bold;
    background-color: #fff;
    z-index: 5;
    padding: 0 3.33333vw 6.66667vw;
  }
  #content .related_posts .related_posts_title:after {
    position: absolute;
    content: '';
    display: inline-block;
    width: 12.53333vw;
    height: 2.93333vw;
    bottom: 0;
    right: 0;
    left: 0;
    margin: 0 auto;
    background: url("../images/product/others_title_eng.svg") center 0/100% no-repeat;
  }
  #content .search_area {
    margin-bottom: 9.33333vw;
  }
  #content .search_area .search_area_inner {
    padding: 8vw 4vw 8vw;
  }
  #content .search_area .search_title {
    display: block;
    background-repeat: no-repeat;
    text-indent: 120%;
    white-space: nowrap;
    overflow: hidden;
    width: 24.26667vw;
    height: 5.46667vw;
    background: url("../images/product/search_title.svg") center 0/100% no-repeat;
    margin: 0 auto 7.33333vw;
  }
  #content .search_area .search_title:before {
    position: absolute;
    left: calc(50% - 21vw);
    content: '';
    display: inline-block;
    width: 5.6vw;
    height: 5.6vw;
    background: url("../images/common/icon_search_green.svg") center 0/100% no-repeat;
  }
  #content .search_area .cat_list_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    border-bottom: 1px solid #dbdbdb;
    padding-bottom: 3.33333vw;
    margin-bottom: 6.66667vw;
  }
  #content .search_area .cat_list_wrap .cats_name {
    width: 100%;
    margin-bottom: 6.66667vw;
  }
  #content .search_area .cat_list_wrap .select_wrap {
    position: relative;
    background: url("../images/common/select_wrap_bg.jpg") right center/100% no-repeat;
  }
  #content .search_area .cat_list_wrap .select_wrap select {
    background: transparent;
  }
  #content .search_area .cat_list_wrap select {
    width: 61.33333vw;
    height: 10.66667vw;
    font-size: 3.73333vw;
    padding: 0 2.66667vw 0 4vw;
    border: 2px solid #C9CACA;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    border-radius: 5px;
  }
  #content .search_area .cats_name {
    display: inline-block;
    font-size: 4vw;
    font-weight: bold;
    letter-spacing: .7em;
    padding-right: 4vw;
  }
  #content .search_area .cats_name.cats_name_material {
    letter-spacing: .04em;
  }
  #content .search_area .list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  #content .search_area .list .item {
    width: 40.6vw;
    font-size: 3.46667vw;
    line-height: 1.53846;
    padding-left: 5.5vw;
    margin-bottom: 4.66667vw;
  }
  #content .search_area .list .item input[type="checkbox"] {
    display: none;
  }
  #content .search_area .list .item input[type="checkbox"]:checked + .checkbox:before {
    opacity: 1;
  }
  #content .search_area .list .item .checkbox {
    position: relative;
  }
  #content .search_area .list .item .checkbox:before {
    position: absolute;
    top: .5vw;
    left: -5.3vw;
    width: 3.33333vw;
    height: 2vw;
    border-left: 3px solid #0a558e;
    border-bottom: 3px solid #0a558e;
    content: '';
    opacity: 0;
    z-index: 99;
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
  #content .search_area .list .item .checkbox:after {
    content: '';
    position: absolute;
    top: 0.5vw;
    left: -6.5vw;
    width: 4.66667vw;
    height: 4.66667vw;
    border: 1px solid #cdcdcd;
    border-radius: 3px;
  }
  #content .search_area .search_more_wrap {
    position: relative;
    margin: 15px 0 25px;
    background: url("../images/product/search_btn_bg.jpg") center 0 no-repeat;
    background-size: 100% 100%;
  }
  #content .search_area .search_more_wrap .search_more {
    width: 100%;
    height: 10.66667vw;
    text-align: center;
    font-size: 4vw;
    padding-top: 3.33333vw;
    border: 1px solid #dcdcdc;
    border-radius: 5px;
  }
  #content .search_area .search_more_wrap .search_more:hover {
    opacity: .8;
    cursor: pointer;
  }
  #content .search_area .search_more_wrap .arrow {
    position: relative;
    content: '';
    display: inline-block;
    width: 2.66667vw;
    height: 2.66667vw;
    border-left: 2px solid #000;
    border-bottom: 2px solid #000;
    margin-left: 2.66667vw;
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
    top: -1vw;
  }
  #content .search_area .search_more_wrap .text {
    display: none;
  }
  #content .search_area .cats_more {
    display: none;
  }
  #content .search_area.more_show .cats_more {
    display: block;
  }
  #content .search_area.more_show .arrow {
    -webkit-transform: rotate(135deg);
        -ms-transform: rotate(135deg);
            transform: rotate(135deg);
    top: 1px;
  }
  #content .search_area.more_show .text {
    display: inline-block;
  }
  #content .search_area .search_btn_area .search_btn_area_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  #content .search_area .search_btn_area .current {
    text-align: center;
    font-size: 3.33333vw;
    text-align: center;
    margin-bottom: 6vw;
  }
  #content .search_area .search_btn_area .current span {
    display: inline-block;
    font-size: 4.53333vw;
    font-weight: bold;
    margin-left: 0.66667vw;
  }
  #content .search_area .search_btn_area .search_btn {
    display: block;
    width: 62.66667vw;
    height: 12vw;
    color: #fff;
    font-size: 4vw;
    font-weight: bold;
    background-color: #5D995C;
    border: none;
    outline: none;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    border-radius: 30px;
    margin: 0 auto;
  }
  #content .search_area .search_btn_area .search_btn:hover {
    opacity: .8;
  }
  #content .bnr_area a {
    display: block;
  }
  #content .bnr_area a:hover {
    text-decoration: none;
    opacity: .8;
  }
  #content .bnr_area_col3 .list {
    margin-bottom: 9.33333vw;
  }
  #content .bnr_area_col3 .item {
    width: 64.66667vw;
    margin: 0 auto;
  }
  #content .bnr_area_col3 .slick-initialized {
    margin-bottom: 17.33333vw;
  }
  #content .bnr_area_col3 .slick-initialized .item {
    margin-right: 2.66667vw;
  }
  #content .bnr_area_col4 .list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 9.33333vw;
  }
  #content .bnr_area_col4 .list .item {
    width: 45.73333vw;
    border: 1px solid #CCBEA2;
    background-color: #fff;
    margin-bottom: 2.66667vw;
  }
  #content .bnr_area_col4 .list a {
    padding: 2vw;
  }
  #content .bnr_area_col4 .list a:hover .title {
    opacity: .8;
  }
  #content .bnr_area_col4 .list .wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  #content .bnr_area_col4 .list .image {
    width: 12.8vw;
    margin-right: 2.66667vw;
    border-radius: 5px;
    overflow: hidden;
  }
  #content .bnr_area_col4 .list .image img {
    width: 100%;
  }
  #content .bnr_area_col4 .list .title {
    font-size: 3.46667vw;
    font-weight: bold;
    text-align: center;
    line-height: 1.5;
    padding-top: 1.6vw;
  }
  #content .bnr_area_col4 .list .title span {
    font-size: 2.66667vw;
  }
  #content .bnr_area_col4 .list sup {
    position: relative;
    top: -1px;
    display: inline-block;
  }
  #content .product_detail_lead {
    width: 100%;
    padding-top: 6.66667vw;
    margin: 0 auto 10vw;
    border-bottom: 1px solid #D1D1D1;
  }
  #content .product_detail_lead .product_detail_lead_title {
    font-size: 4.53333vw;
    font-weight: bold;
    line-height: 1.5;
    padding: 2.53333vw 1.33333vw;
    background-color: #E9E6DC;
    border-radius: 6px;
    text-align: center;
    margin-bottom: 4.66667vw;
  }
  #content .product_detail_lead .product_detail_lead_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 14vw;
  }
  #content .product_detail_lead .image {
    width: 100%;
    border: 1px solid #E5E5E5;
    margin-bottom: 4.66667vw;
  }
  #content .product_detail_lead .image img {
    max-width: 100%;
  }
  #content .product_detail_lead .lead_desc {
    width: 100%;
    font-size: 3.73333vw;
    text-align: justify;
    line-height: 1.71429;
  }
  #content .product_detail_lead.product_detail_lead_fsc {
    padding-top: 0;
    border-bottom: none;
    margin-bottom: 75px;
  }
  #content .product_detail_lead.product_detail_lead_fsc .product_detail_lead_fsc_title {
    font-size: 4vw;
    font-weight: bold;
    line-height: 1.3;
    padding: 2.13333vw 4vw 2.13333vw;
    background-color: #E9E6DC;
    border-radius: 6px;
    margin-bottom: 4vw;
  }
  #content .product_detail_lead.product_detail_lead_fsc .product_detail_lead_wrap {
    margin-bottom: 40px;
  }
  #content .product_detail_lead.product_detail_lead_fsc .btn a {
    position: relative;
    display: block;
    font-size: 3.73333vw;
    text-align: center;
    font-weight: bold;
    color: #fff;
    background-color: #EA7832;
    padding: 3.73333vw 12vw;
    border-radius: 25px;
  }
  #content .product_detail_lead.product_detail_lead_fsc .btn a:before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 8vw;
    margin: auto 0;
    content: '';
    display: inline-block;
    width: 2vw;
    height: 2vw;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  #content .product_detail_lead.product_detail_lead_fsc .btn a:hover {
    text-decoration: none;
    opacity: .8;
  }
  #content.tacholder .product_content {
    margin-bottom: 60px;
  }
  #content.tacholder .product_content .has_bg_shadow_inner {
    padding-bottom: 45px;
  }
  #content.tacholder .lead_desc .list {
    margin-top: 30px;
  }
  #content.tacholder .lead_desc .item {
    position: relative;
    margin-bottom: 8px;
  }
  #content.tacholder .lead_desc .item:before {
    position: relative;
    top: 1px;
    content: '';
    display: inline-block;
    width: 13px;
    height: 13px;
    border-radius: 50%;
    background-color: #000;
    margin-right: 5px;
  }
  #content.tacholder .lead_desc .item a {
    color: #2871A0;
    text-decoration: underline;
  }
  #content.tacholder .lead_desc .item a:hover {
    text-decoration: none;
  }
  #content.tacholder .product_detail_lead {
    border-bottom: none;
  }
  #content.tacholder .how_to_images {
    width: 100%;
    border: 1px solid #C9CACA;
    padding-bottom: 4vw;
    margin: 0 auto;
  }
  #content.tacholder .how_to_images .image {
    width: 100%;
    padding: 6vw 4vw 4vw;
    margin: 0 auto;
  }
  #content.tacholder .page_tab .list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    border-radius: 15px;
  }
  #content.tacholder .page_tab .item {
    width: 33%;
    height: 13.86667vw;
  }
  #content.tacholder .page_tab .item:before {
    border-radius: 10px 10px 0 0;
    -webkit-transform: translate(7px, 3px);
        -ms-transform: translate(7px, 3px);
            transform: translate(7px, 3px);
  }
  #content.tacholder .page_tab .item .has_bg_shadow_inner {
    height: 100%;
    padding: 0;
    background-color: #E9E6DC;
    border-radius: 10px 10px 0 0;
    text-align: center;
  }
  #content.tacholder .page_tab .item .tab_title {
    font-size: 3.2vw;
    font-weight: bold;
    padding-bottom: 4vw;
  }
  #content.tacholder .page_tab .item .tab_desc {
    display: none;
  }
  #content.tacholder .page_tab .item a {
    height: 100%;
    display: block;
    border-radius: 10px 10px 0 0;
  }
  #content.tacholder .page_tab .item a:hover {
    background-color: #fff;
    text-decoration: none;
  }
  #content.tacholder .page_tab .item .wrap {
    padding-top: 6vw;
    border-radius: 10px 10px 0 0;
  }
  #content.tacholder .page_tab .item.on .has_bg_shadow_inner {
    background-color: #fff;
  }
  #content.tacholder .page_tab .item:nth-child(2) .wrap {
    padding-top: 4vw;
  }
  #content.tacholder .product_detail {
    margin-bottom: 45px;
  }
  #content.tacholder .product_detail .has_bg_shadow_inner {
    border-radius: 0 10px 10px 10px;
  }
  #content.tacholder .product_detail .product_detail_title {
    font-size: 4vw;
    font-weight: bold;
    border-left: 5px solid #EA7832;
    padding: 2.13333vw 4vw 2.13333vw;
    background-color: #F7F4EA;
  }
  #content.tacholder .product_detail .product_detail_title + .image {
    margin: 8vw auto;
    width: 72vw;
    text-align: center;
  }
  #content.tacholder .product_detail .product_detail_sub_title {
    font-size: 4vw;
    font-weight: bold;
    padding-bottom: 3.2vw;
    margin-top: 18.66667vw;
    margin-bottom: 6.66667vw;
    border-bottom: 1px solid #000;
  }
  #content.tacholder .product_detail .product_detail_sub_title span {
    display: block;
    font-size: 3.06667vw;
    font-weight: bold;
    color: #EA7832;
    padding-top: 2vw;
  }
  #content.tacholder .product_detail .product_detail_block .tab_desc {
    font-size: 3.73333vw;
    line-height: 1.71429;
    padding: 6.66667vw 0 9.33333vw;
  }
  #content.tacholder .product_detail .product_detail_block > .btn a {
    width: 80vw;
    font-size: 3.73333vw;
    padding: 4.26667vw 0;
    border-radius: 40px;
  }
  #content.tacholder .product_detail .product_detail_block > .btn a:before {
    top: 5.06667vw;
    left: 16vw;
    width: 2vw;
    height: 2vw;
  }
  #content.tacholder .table {
    width: 900px;
    border: 1px solid #DBDBDB;
    margin-top: 4vw;
  }
  #content.tacholder .table thead {
    height: 60px;
    background-color: #F0F0F0;
    border-bottom: 1px solid #DBDBDB;
  }
  #content.tacholder .table tr {
    border-bottom: 1px solid #DBDBDB;
  }
  #content.tacholder .table tr:last-child {
    border-bottom: none;
  }
  #content.tacholder .table th, #content.tacholder .table td {
    font-size: 3.46667vw;
    border-right: 1px solid #DBDBDB;
    vertical-align: middle;
  }
  #content.tacholder .table th a, #content.tacholder .table td a {
    color: #2871A0;
    text-decoration: underline;
  }
  #content.tacholder .table th a:hover, #content.tacholder .table td a:hover {
    text-decoration: none;
  }
  #content.tacholder .table th {
    width: 180px;
    table-layout: fixed;
    line-height: 1.84615;
  }
  #content.tacholder .table td {
    text-align: center;
    line-height: 1.53846;
  }
  #content.tacholder .table .orange {
    color: #EA7832;
    font-weight: bold;
  }
  #content.tacholder .note {
    margin-bottom: 10.66667vw;
  }
  #content.tacholder .note .item {
    font-size: 3.73333vw;
    line-height: 1.3;
    margin-bottom: 3.33333vw;
  }
  #content.tacholder .note .item:last-child {
    margin-bottom: 0;
  }
  #content.tacholder .note .item:before {
    content: '※';
    display: inline-block;
  }
  #content.tacholder .note a {
    color: #2871A0;
    text-decoration: underline;
  }
  #content.tacholder .note a:hover {
    text-decoration: none;
  }
  #content.tacholder1 .product_detail_block {
    margin-bottom: 20vw;
  }
  #content.tacholder1 .product_detail_block:last-child {
    margin-bottom: 21.33333vw;
  }
  #content.tacholder1 .table {
    width: 800px;
    margin-bottom: 6.66667vw;
  }
  #content.tacholder1 .table1 thead tr:nth-child(2) th {
    width: 140px;
  }
  #content.tacholder1 .table1 tbody tr:first-child {
    height: 85px;
  }
  #content.tacholder1 .table1 tbody tr:nth-child(2) {
    height: 65px;
  }
  #content.tacholder1 .table1 tbody tr:nth-child(3) {
    height: 45px;
  }
  #content.tacholder1 .table2 thead tr:nth-child(1) th:nth-child(1) {
    width: 60px;
  }
  #content.tacholder1 .table2 thead tr:nth-child(1) th:nth-child(4) {
    width: 140px;
  }
  #content.tacholder1 .table2 thead tr:nth-child(2) th {
    width: 140px;
  }
  #content.tacholder1 .table2 tbody tr {
    height: 65px;
  }
  #content.tacholder1 .table2 tbody tr td:first-child {
    font-size: 5.33333vw;
    font-weight: bold;
  }
  #content.tacholder2 .product_detail_block {
    margin-bottom: 9.33333vw;
  }
  #content.tacholder2 .table {
    width: 700px;
  }
  #content.tacholder2 .table td {
    height: 92px;
    line-height: 1.92308;
  }
  #content.tacholder2 .sample_list .list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  #content.tacholder2 .sample_list .item {
    width: 38.66667vw;
    margin-bottom: 12vw;
  }
  #content.tacholder2 .sample_list .image {
    margin-bottom: 2.66667vw;
  }
  #content.tacholder2 .sample_list .sample_name {
    font-size: 3.46667vw;
    line-height: 1.625;
    text-align: center;
    margin-bottom: 6vw;
  }
  #content.tacholder2 .sample_list .btn a {
    min-width: auto;
    width: 100%;
    font-size: 3.73333vw;
    font-weight: bold;
    padding: 3.2vw 0;
    text-align: center;
  }
  #content.tacholder2 .sample_list .btn a:before {
    top: 4.26667vw;
    left: 4vw;
  }
  #content.tacholder3 .content_wrap {
    padding-top: 8vw;
    padding-bottom: 8vw;
  }
  #content.tacholder3 .content_head .detail_area .desc {
    margin-bottom: 8vw;
  }
  #content.tacholder3 .content_body .block .block_title {
    margin-bottom: 5.33333vw;
  }
  #content.tacholder3 .table {
    width: 800px;
  }
  #content.tacholder3 .table thead tr th {
    width: 140px;
    height: 35px;
  }
  #content.tacholder3 .table thead tr:first-child th:nth-child(3) {
    width: 200px;
  }
  #content.tacholder3 .table thead tr:last-child th {
    width: 97px;
    height: 65px;
  }
  #content.tacholder3 .table td {
    height: 35px;
  }
  #content.tacholder3 .caution_list {
    width: 100%;
  }
  #content.tacholder3 .caution_list .item {
    font-size: 3.73333vw;
    line-height: 1.71429;
    text-indent: -.5em;
    padding-left: 1em;
  }
  #content.tacholder3 .caution_list .item:before {
    position: relative;
    top: -.3vw;
    content: '';
    display: inline-block;
    width: 1.06667vw;
    height: 1.06667vw;
    border-radius: 50%;
    background-color: #000;
    margin-right: 1.33333vw;
  }
  #content.tacholder3 .links_area {
    margin-top: 13.33333vw;
  }
  #content.tacholder3 .links_area .item {
    width: 100%;
    border: 1px solid #DCDDDD;
    margin-bottom: 5.33333vw;
  }
  #content.tacholder3 .links_area .item:last-child {
    margin-bottom: 0;
  }
  #content.tacholder3 .links_area .item a {
    display: block;
    padding: 3.06667vw;
  }
  #content.tacholder3 .links_area .item a:hover {
    text-decoration: none;
    opacity: .8;
  }
  #content.tacholder3 .links_area .item a:hover .image img {
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
  }
  #content.tacholder3 .links_area .item .wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  #content.tacholder3 .links_area .item .image {
    width: 26.66667vw;
    margin-right: 5.33333vw;
    overflow: hidden;
  }
  #content.tacholder3 .links_area .item .image img {
    -webkit-transition: all linear 200ms;
    -o-transition: all linear 200ms;
    transition: all linear 200ms;
  }
  #content.tacholder3 .links_area .item .detail {
    width: 49.33333vw;
    padding-top: 1.33333vw;
  }
  #content.tacholder3 .links_area .item .name {
    display: inline-block;
    position: relative;
    font-size: 4vw;
    font-weight: bold;
    padding-right: 6.66667vw;
    margin-bottom: 2vw;
  }
  #content.tacholder3 .links_area .item .name:before, #content.tacholder3 .links_area .item .name:after {
    position: absolute;
    content: '';
    display: inline-block;
  }
  #content.tacholder3 .links_area .item .name:before {
    width: 4.8vw;
    height: 4.8vw;
    border-radius: 50%;
    background-color: #EA7832;
    top: 0;
    right: 0;
  }
  #content.tacholder3 .links_area .item .name:after {
    width: 1.6vw;
    height: 1.6vw;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
    top: 1.6vw;
    right: 2vw;
  }
  #content.tacholder3 .links_area .item .desc {
    font-size: 3.06667vw;
    line-height: 1.78571;
  }
  #content .caution {
    width: 100%;
    padding: 5.33333vw 0;
    border-radius: 10px;
    border-top: 1px solid #DBDBDB;
  }
  #content .caution .caution_title {
    font-size: 4.26667vw;
    font-weight: bold;
    text-align: center;
    color: #EA7832;
    margin-bottom: 4.66667vw;
  }
  #content .caution .item {
    font-size: 3.46667vw;
    line-height: 1.71429;
    text-indent: -.5em;
    padding-left: 1em;
  }
  #content .caution .item:before {
    position: relative;
    top: -.5vw;
    content: '';
    display: inline-block;
    width: 1.06667vw;
    height: 1.06667vw;
    border-radius: 50%;
    background-color: #000;
    margin-right: 1.33333vw;
  }
  #content .slick-dots {
    bottom: -6.6vw;
  }
  #content .slick-dots li {
    width: 2.66667vw;
    height: 2.66667vw;
    margin: 0 2vw;
  }
  #content .slick-dots li button {
    width: 2.66667vw;
    height: 2.66667vw;
  }
  #content .slick-dots li button:before {
    content: '';
    width: 2.66667vw;
    height: 2.66667vw;
    background-color: #DBD4CA;
    border-radius: 50%;
    opacity: 1;
  }
  #content .slick-dots .slick-active button:before {
    background-color: #A5937B;
  }
  #content .table_wrap {
    overflow: scroll;
  }
  #content .swipe {
    display: block;
    background-repeat: no-repeat;
    text-indent: 120%;
    white-space: nowrap;
    overflow: hidden;
    width: 64vw;
    height: 2.667vw;
    margin-top: 4vw;
    margin-left: auto;
    background: url(../images/common/swipe.svg) center 0/100% no-repeat;
  }
  #content .swipe + .note {
    margin-top: 8vw;
    line-height: 1.3;
  }
  #content.fsc_tacholder .page_tab .list .item {
    width: 46%;
  }
  #content.fsc_tacholder .page_tab .list .item .wrap {
    padding-top: 4vw;
  }
  #content.fsc_tacholder .table {
    width: 1000px;
  }
  #content.fsc_tacholder .table thead .links {
    width: 240px;
  }
  #content.fsc_tacholder .sample_list .btn a {
    font-size: 3.46667vw;
    line-height: 1.2;
  }
  #content.fsc_tacholder .sample_list .btn a:before {
    display: none;
  }
  #content.fsc_tacholder .sample_list .btn + .btn {
    margin-top: 4vw;
  }

  #modal {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    display: none;
  }
  #modal .overlay {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.8);
  }
  #modal .btn {
    background-color: transparent;
    width: 20px;
    height: 20px;
    margin: 0 auto;
    display: block;
    position: absolute;
    top: calc(50% - 44vw);
    right: 6vw;
    border-radius: 4px;
    cursor: pointer;
    z-index: 10;
  }
  #modal .btn:hover {
    opacity: .8;
  }
  #modal .btn:before {
    content: '';
    width: 100%;
    height: 2px;
    position: absolute;
    top: 50%;
    left: 0;
    background-color: #000;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  #modal .btn:after {
    content: '';
    width: 100%;
    height: 2px;
    position: absolute;
    top: 50%;
    left: 0;
    background-color: #000;
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
  #modal .img_wrap {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 92vw;
    height: 92vw;
    z-index: 2;
    background-color: #fff;
    border-radius: 4px;
    text-align: center;
  }
  #modal .img_wrap img {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    max-width: 70%;
    max-height: 70%;
  }

  #main.archive #product_list {
    padding-top: 16vw;
    margin-top: -16vw;
  }
  #main.archive #product_list .product_list_inner {
    padding-top: 5.33333vw;
  }
  #main.archive.popular_page #kv .jp {
    width: 21.86667vw;
    height: 3.73333vw;
    background: url("../images/product/product_title_popular.svg") center 0/100% no-repeat;
  }
  #main.archive.featured_page #kv .jp {
    width: 40.4vw;
    height: 3.73333vw;
    background: url("../images/product/product_title_featured.svg") center 0/100% no-repeat;
  }

  .product39 #content .content_body .block .block_sub_title {
    padding-bottom: 0;
    padding-top: 2vw;
    border-top: 1px solid #8d8b89;
    border-bottom: none;
    margin-top: 4vw;
  }

  #search_result_display {
    padding-top: 23.66667vw;
    margin-top: -23.66667vw;
  }

  #product_block_popular {
    padding-top: 80px;
    margin-top: -80px;
  }

  #product_single #sp_fixed_nav .sp_fixed_nav_btn1 {
    display: none;
  }
  #product_single #sp_fixed_nav .sp_fixed_nav_btn2 {
    display: block;
  }
}
