d.u-text--body .bold{
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: bold;
}

#ranking_product {
    background-color: #f4f8f9;
    padding-top: 100px;
    padding-bottom: 80px;
}

.price_origin {
    text-decoration: line-through;
    margin-right: 10px; 
}

.price_sale {
    color: #E21E1E;
}

.product_price_sale {
    color: #E21E1E;
    font-size: 18px !important;
    font-weight: 500;
}

.product_price_default {
    text-decoration: line-through;
}

.c-table.lawinfo tbody tr th {
    width: 30%;
}

input::placeholder {
  color: #808080;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: 500;
}

.c-subscribe_form__btn {
    background-color: #333;
    color: #FFF;
}

.l-footer__menu {
    margin: auto;
}

.c-footer_menu__list__item:not(:last-child) {
    margin-bottom: 7px;
}

.l-footer__info__store__sns {
    width: fit-content;
    margin: auto;
}

.l-footer__info__store__logo {
    margin: auto;
}

.footer_body {
    width: fit-content;
    margin: auto;
}

.container_searchbtn {
    position: fixed;
    bottom: 0;
    width: 480px;
    height: min(13.3333333333vw, 70px);
    display: flex;
    z-index: 201;
    right: 0;
}

.container_searchbtn button {
    width: 50%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.searchmenu_btn.btn_search {
    background-color: #337889;
}

.searchmenu_btn.btn_reset {
    background-color: #A2A2A2;
}

.searchmenu_btn span {
    color: #fff;
}

.c-category_item__btn {
    margin: auto;
    border-radius: calc(38 / 375 * 100vw);
}

.text_title {
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif !important;
    font-size: 25px !important;
    font-weight: 500;
}

.text_subtitle {
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif !important;
    font-size: 20px !important;
    font-weight: 500;
}

.text_main {
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif !important;
    font-size: 16px !important;
    font-weight: 500;
}

.text_small {
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif !important;
    font-size: 13px !important;
    font-weight: 500;
}

.text_bold {
    font-weight: bold;
}

.text_main_color {
    color: #337889 !important;
}

.text_text_color {
    color: #333 !important;
}

.text_link {
    color: #333 !important;
    text-decoration: underline;
}

/* トップ ニュース */
.c-media_item__img__inner {
    padding-top: 0;
}

.p-media .p-media_pc {
    padding-right: 100px;
    padding-left: 100px;
}

.p-media .p-media_sp {
    padding-right: 20px;
    padding-left: 20px;
}

.p-media__inner {
    max-width: initial;
}

.p-media__inner__list__item {
    margin: 0 auto;
}

.top_infomation_thumbnail {
    height: 100%;
    width: calc(315/1280*100vw);
    margin: auto;
}

/*
.c-media_item__text.u-text--subhead
{
    width: calc(315/1280*100vw);
    margin-right: auto;
    margin-left: auto;
}
*/

.label_information_date {
    color: #CCC !important;
}

@media screen and (max-width: 720px) {
    .c-media_item {
        display: block;
        padding: 0;
    }
    .c-table.lawinfo tbody tr th {
        width: 100%;
    }
    .p-media__inner__list {
        display: flex;
    }
    .p-media__inner__list .medium-up--one-2 {
        width: 45%;
        margin: 0 auto;
        border-style: none;
        border-top-style: none;
    }
    .p-media__inner__list .medium-up--one-2:first-child {
        border-top-style: none !important;
    }
    
    .top_infomation_thumbnail {
        height: 100%;
        width: calc(540/1280*100vw);
        margin: auto;
    }
    
    /* information 一覧 */
    .sp_flex {
        display: flex;
    }
    .p-column__inner__list__item.medium-up--one-3.sp_2column {
        width: 45%;
        margin: 0 auto;
    }
    .p-column__inner__list__item.medium-up--one-3.sp_2column:not(:first-child):not(:nth-child(2)) {
        margin-top: 30px;
    }
    
    .p-column__inner__list__item.medium-up--one-3.sp_2column:(:nth-child(2)) {
        margin-top: 0px;
    }
    .sp_flex:after {
        content: "";
        display: block;
        width: 50%;
    }
}

.product_description_spec_area{
    margin-bottom: 50px;
}
.product_description_items_headline {
    border-left: 3px solid #000000;
    font-size: 120%;
    font-weight: 700;
    letter-spacing: .1em;
    margin-bottom: 10px;
    padding-left: 10px;
    position: relative;
    line-height: 140%;
}
.product_description_items_headline:after {
    background-color: #dcdcdc;
    content: "";
    height: 1px;
    display: block;
    position: absolute;
    bottom: -10px;
    left: -3px;
    width: 100%;
}
.product_description_items {
    margin-bottom: 15px;
}

.rowArea {
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
}
.rowArea.div2 .rowCont {
    width: 48.03%;
}
.rowArea.div2 .rowCont .left {
    margin-right: 20px;
}
.titleStyle03.uBorder {
    margin-bottom: 25px;
}
.titleStyle03.uBorder:after {
    background-color: #dcdcdc;
    content: "";
    height: 1px;
    display: block;
    position: absolute;
    bottom: -10px;
    left: -3px;
    width: 100%;
}
.titleStyle03 {
    border-left: 3px solid #192e5f;
    font-size: 120%;
    font-weight: 700;
    letter-spacing: .1em;
    margin-bottom: 15px;
    padding-left: 10px;
    position: relative;
    line-height: 140%;
}
p.indentTxt {
    padding-left: 13px;
}
.product_description_content__inner {
    padding-right: 15px;
    padding-left: 15px;
    justify-content: space-between;
    max-width: 1200px;
    width: 100%;
    margin: 60px auto;
}
.product_description_headline {
    margin-bottom: 30px;
}
/* テーブルレイアウト */
table.tableStyle02 {
    overflow-x: scroll;
}
table.tableStyle02 tr:first-of-type th:first-of-type {
    border-left: none;
}
table.tableStyle02 tr:first-of-type th {
    background-color: #000000;
    border-right: none;
    border-left: 1px solid #e7eaef;
    color: #fff;
    padding: 15px 0;
    width: auto;
}
table.tableStyle02 th {
    background-color: #DDE0E3;
    border-right: 1px solid #e7eaef;
    border-bottom: 1px solid #e7eaef;
    padding: 20px 25px;
    vertical-align: middle;
    text-align: center;
    width: 210px;
}
table.tableStyle02 td:first-of-type {
    border-left: none;
}

table.tableStyle02 td {
    border-left: 1px solid #e7eaef;
    border-bottom: 1px solid #e7eaef;
    padding: 20px 25px;
    vertical-align: middle;
}

/* 2カラムコンテンツ */
.pictRowArea {
    display: flex;
    justify-content: space-between;
}
.pictRowArea .detail {
    width: 50.96%;
}
.pictRowArea .pict {
    width: 44.23%;
}
.pict img {
    max-width: 100%;
    vertical-align: bottom;
    border: none;
}

/* other? */
.titleStyle03 {
    border-left: 3px solid #192e5f;
    font-size: 120%;
    font-weight: 700;
    letter-spacing: .1em;
    margin-bottom: 15px;
    padding-left: 10px;
    position: relative;
    line-height: 140%;
}

.mb20 {
    margin-bottom: 20px !important;
}
.mb40 {
    margin-bottom: 40px !important;
}
.mb50 {
    margin-bottom: 50px !important;
}
.mb60 {
    margin-bottom: 60px !important;
}
.mb60 {
    margin-bottom: 60px !important;
}
.mb80 {
    margin-bottom: 80px !important;
}

.p-column_header__panel {
    margin-top: 0px;
}
/*
.p-category_panel__container--flex .p-category_panel__block {
    height: 20vw;
}

.p-category_panel__info .p-category_panel__category {
    display: none;
}

.p-category_panel__btn {
    opacity: 0;
}

.p-category_panel__container--flex .p-category_panel__btn {
    max-width: 100%;
    width: 100%;
    height: 100%;
    font-size: 0px;
    margin: 0px;
}

.p-category_panel__container--flex .p-category_panel__info {
    width: 100%;
    margin: 0px;
}


.u-color__btn--bg--overlay {
    background: #fff !important;
}*/

.c-product_item__inner__eyecatch__img {
    background-position: top !important;
}


.ranking li:nth-child(n) .c-product_item__inner__eyecatch::before {
  background-position: top !important;
  position: absolute !important;
  top: 0px !important;
  left: 0px !important;
  font-size: 1rem !important;
  color: #fff !important;
  z-index: 1;
  height: 50px;
  width: 50px;
  display: block;
  text-align: center;
  line-height: 50px;
}

.ranking li:nth-child(1) .c-product_item__inner__eyecatch::before {
  background-color: #D6A93A !important;
  content: "1" !important;
}

.ranking li:nth-child(2) .c-product_item__inner__eyecatch::before {
  background-color: #8A6D25 !important;
  content: "2" !important;
}

.ranking li:nth-child(3) .c-product_item__inner__eyecatch::before {
  background-color: #3D230A !important;
  content: "3" !important;
}

.ranking li:nth-child(4) .c-product_item__inner__eyecatch::before {
  background-color: #333 !important;
  content: "4" !important;
}

.ranking li:nth-child(5) .c-product_item__inner__eyecatch::before {
  background-color: #333 !important;
  content: "5" !important;
}

.ranking li:nth-child(6) .c-product_item__inner__eyecatch::before {
  background-color: #333 !important;
  content: "6" !important;
}

.ranking li:nth-child(7) .c-product_item__inner__eyecatch::before {
  background-color: #333 !important;
  content: "7" !important;
}

.ranking li:nth-child(8) .c-product_item__inner__eyecatch::before {
  background-color: #333 !important;
  content: "8" !important;
}

.p-news__inner__title__en, .p-category_panel__title__en, .p-new_product__title__en {
    color: #337889 !important;
    font-weight: bold;
}

.ranking li:nth-child(n) .c-product_item__inner__eyecatch-sp::before {
  background-position: top !important;
  position: absolute !important;
  top: 0px !important;
  left: 0px !important;
  font-size: 1rem !important;
  color: #fff !important;
  z-index: 1;
  height: 30px;
  width: 30px;
  display: block;
  text-align: center;
  line-height: 30px;
}

.ranking li:nth-child(1) .c-product_item__inner__eyecatch-sp::before {
  background-color: #D6A93A !important;
  content: "1" !important;
}

.ranking li:nth-child(2) .c-product_item__inner__eyecatch-sp::before {
  background-color: #8A6D25 !important;
  content: "2" !important;
}

.ranking li:nth-child(3) .c-product_item__inner__eyecatch-sp::before {
  background-color: #3D230A !important;
  content: "3" !important;
}

.ranking li:nth-child(4) .c-product_item__inner__eyecatch-sp::before {
  background-color: #333 !important;
  content: "4" !important;
}

.ranking li:nth-child(5) .c-product_item__inner__eyecatch-sp::before {
  background-color: #333 !important;
  content: "5" !important;
}

.ranking li:nth-child(6) .c-product_item__inner__eyecatch-sp::before {
  background-color: #333 !important;
  content: "6" !important;
}

.ranking li:nth-child(7) .c-product_item__inner__eyecatch-sp::before {
  background-color: #333 !important;
  content: "7" !important;
}

.ranking li:nth-child(8) .c-product_item__inner__eyecatch-sp::before {
  background-color: #333 !important;
  content: "8" !important;
}

.p-news__inner__title__en, .p-category_panel__title__en, .p-new_product__title__en {
    color: #337889 !important;
    font-weight: bold;
}

/* アコーディオン */
.accordion {
    margin: 0px auto;
    width: 100%;
}
.toggle {
    display: none;
}
.option {
    position: relative;
    margin-bottom: 5px;
}
.title,
.content {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transform: translateZ(0);
    transition: all 0.3s;
}
.title {
    padding: 1em;
    display: block;
    color: #337889;
    background: #EAEAEA;
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 16px;
}
.title::after,
.title::before {
    content: "";
    position: absolute;
    right: 1.25em;
    top: 1.25em;
    width: 2px;
    height: 0.75em;
    background-color: #337889;
    transition: all 0.3s;
}
.title::after {
    transform: rotate(90deg);
}
.content {
    max-height: 0;
    overflow: hidden;
}
.content p {
    margin: 0;
    padding: 0.5em 1em 1em;
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 13px;
    line-height: 1.5;
}
.toggle:checked+.title+.content {
    max-height: 500px;
    transition: all 1.5s;
}
.toggle:checked+.title::before {
    transform: rotate(90deg) !important;
}
/* タイトル */
h2.item-info {
    color: #337889 !important;
    margin: 16px 0px;
    font-size: 25px;
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
}
h3.item-info {
    padding: 0.25em 0.5em;
    /*上下 左右の余白*/
    color: #337889 !important;
    /*文字色*/
    background: transparent;
    /*背景透明に*/
    border-left: solid 2px #337889;
    /*左線*/
    font-size: 16px;
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
    font-style: inherit;
    font-weight: inherit;
    margin: 16px 0px;
    
}
p.item-info {
    margin: 16px 0px;
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 13px;
}
hr.item-info {
    margin: 32px 0px;
}
.caption {
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 13px;
}
/* 商品説明（テキスト：「商品概要」以外の情報が必要な場合） */
.item-info-text {
    padding: 0px;
}
.item-info-text td {
    width: calc(100%/2);
    vertical-align: top
}
.item-info-text figure {
    margin: 0px 60px 0px 0px;
}
/* 表タイプ */
.item-info-table {
    width: 100%;
    text-align: center;
    border-collapse: collapse;
    border-spacing: 0;
    font-size: clamp(0.6rem, 1vw, 0.8rem);
}
.item-info-table th {
    padding: 10px;
    background: #CDDDE2;
    border: solid 1px #9CCAD6;
    text-align: center;
}
.item-info-table td {
    padding: 10px;
    border: solid 1px #9CCAD6;
    text-align: center;
}
.item-info-table td:first-child {
    background: #EAEAEA;
    text-align: center;
}
.item-info-table td#first {
    background: #EAEAEA;
    text-align: center;
}
.item-info-table td#second {
    background: #D1E8EE;
    text-align: center;
}
.item-info-table td#text-left {
    background: #fff;
    padding: 10px;
    text-align: left;
}

/* トップページ 商品カテゴリ */

.p-category_panel {
    padding: 0 calc(10 / 375 * 100vw);
    margin-bottom: calc(30/375*100vw);
}

.p-category_panel__title {
    margin-bottom: 40px;
}

.brand__itemsPC {
    display: flex;
    flex-wrap: wrap;
    width: calc(1000 / 1280 * 100vw);
    margin: 0 auto;
}

.brand__itemPC {
    display: block;
    width: 32%;
    border-radius: calc(9 / 1280 * 100vw);
    border: 1px solid #E3E3E3;
    margin-bottom: calc(10 / 1280 * 100vw);
    overflow: hidden;
    margin: 2px;
}

.brand__imgPC {
    /* margin-bottom: calc(25 / 1280 * 100vw); */
    width: 100%;
    height: calc(220/1280*100vw);
}

.brand__imgPC img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    vertical-align: bottom;
    pointer-events: none;
}

.brand__txtPC {
    width: 100%;
    height: calc(85 / 1280 * 100vw);
    position: relative;
    align-items: center;
    display: flex;
}

.brand__txtPC--box {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.brand__logoPC {
    width: calc(110/1280*100vw);
    margin: 0 auto calc(9 / 1280 * 100vw);
    margin-bottom: 0;
}

.brand__logoPC img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.brand__logoPC--onlyLogo {
    margin-bottom: 0;
}

.brand__logoImgPC {
    margin: 0 auto;
}

.brand__textPC {
    font-size: calc(12 / 1280 * 100vw);
    line-height: 1.67;
    text-align: center;
}

.brand__itemsPC--small {
    display: flex;
    flex-wrap: wrap;
    width: calc(1000 / 1280 * 100vw);
    margin: 0 auto calc(3 / 1280 * 100vw) auto;
}

.brand__itemPC--onlyLogo {
    margin-bottom: 0;
    height: calc(85 / 1280 * 100vw);
    align-items: center;
    display: flex;
}
/* トップ商品カテゴリSP */
.brand__item:not(:last-of-type) {
    margin-bottom: calc(5 / 375 * 100vw);
}

.brand__wrapper {
    display: flex;
    border: 1px solid #DBD1CC;
    align-items: center;
    justify-content: space-between;
    padding-right: calc(10/375*100vw);
    border-radius: calc(5 / 375 * 100vw);
    /* margin-bottom: calc(10 / 375 * 100vw); */
    overflow: hidden;
    height: calc(100/375*100vw);
    width: 100%;
}

.brand__wrapper--onlyLogo {
    height: calc(100/375*100vw/1.5);
}

.brand__img {
    width: 50%;
    height: 100%;
    align-self: center;
}

.brand__img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.brand__logo {
    position: relative;
    width: calc(100/375*100vw);
}

.brand__arrow {
    width: calc(7/375*100vw);
}

.brand__logo--onlyLogo {
    margin: auto;
}

/* グロナビ SP（ハンバーガーメニュー） */
.c-gmenu__container__inner__list__item__child__item .gronavi_product_category_link {
    background-color: #f4f8f9;
}

.gronavi_sp_menu_item_wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: calc(12/375*100vw) calc(20/375*100vw) calc(12/375*100vw) 0;
    box-sizing: border-box;
    height: 100%;
}

.gronavi_sp_menu_item_arrow {
    width: calc(15/375*100vw);
}

.c-gmenu__container__inner__list__item__child__item:not(:last-child) {
    margin-bottom: calc(10/375*100vw);;
}

.gronavi_sp_menu_item_text {
    margin-left: calc(15/375*100vw);
}

@media screen and (max-width: 720px) {
    .c-gmenu__container__inner {
        padding: 54px 0px 20px 30px;
    }
    .c-gmenu__container__inner__list__item__child {
        padding: 10px 0;
    }
}

/* トップページ ボタン */
.p-news__inner__more__btn,
.p-new_product__more__btn,
.p-product_categories__more__btn {
    border-radius: calc(38 / 375 * 100vw);
}

.product_ranking_item__inner__eyecatch__img {
    padding-top: 100%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

/* sp */
@media screen and (max-width: 719px) {
    
    #ranking_product {
        padding-top: 50px;
        padding-bottom: 40px;
    }
    
    div.ranking__container {
        margin: 10px;
    }
    
    .p-signup {
        padding-top: 40px;
        padding-bottom: 50px;
    }
    
    .container_searchbtn {
        width: 85%;
        left: 0;
    }
    
    .rowArea {
        display: block;
        margin-bottom: 4vw;
    }
    .rowArea.div2 .rowCont {
        margin-bottom: 4vw;
        width: 100%;
    }
    .pictRowArea {
        display: block;
    }
    .pictRowArea .detail {
        margin-bottom: 5vw;
        width: 100%;
    }
    .pictRowArea .pict {
        text-align: center;
        width: 100%;
    }
    .titleStyle03 {
        border-left: 2px solid #192e5f;
        margin-bottom: 2vw;
        padding-left: 1.5vw;
    }
    .titleStyle03.uBorder {
        margin-bottom: 4vw;
    }
    .mb20 {
        margin-bottom: 2vw !important;
    }
    .mb40 {
        margin-bottom: 4vw !important;
    }
    .mb50 {
        margin-bottom: 5vw !important;
    }
    .mb60 {
        margin-bottom: 6vw !important;
    }
    .mb80 {
        margin-bottom: 7vw !important;
    }
    .tableSpWrap {
        overflow-x: scroll;
    }
    .tableSpWrap table {
        width: 200%;
    }
    table.tableStyle02 tr:first-of-type th {
        padding: 2vw 0;
    }
    table.tableStyle02 th {
        padding: 3vw;
        width: 24vw;
    }
    table.tableStyle02 td {
        padding: 3vw;
    }
    
    /* 商品説明 SP版スタイル */
    .item-info-text {
        display: block;
        width: 100%;
    }
    .item-info-text tbody {
        display: block;
        width: 100%;
    }
    .item-info-text tr {
        display: block;
        width: 100%;
    }
    .item-info-text td {
        display: block;
        width: 100%;
        vertical-align: top
    }
    .item-info-text figure {
        display: block;
        width: 100%;
        margin-bottom: 32px;
    }
    /* 表タイプ SP版スタイル */
    /*.item-info-table-wrap { 
    overflow-x: scroll; 
    } 
    .item-info-table {
    	display: block;
        white-space: nowrap;
    }
    */
    /* ニュース詳細 */
   .p-column_header__bg {
        display: block !important;
        width: 720px !important;
        margin: auto !important;
    }

    .p-page_article__inner p {
        margin-top: 0px !important;
    }

    from {
        margin-top: 0px !important;
    }

    .cart-add-button {
        width: 300px;
        display: block;
        margin: auto;
    }

    .cart-add-button p {
        text-align: center;
        vertical-align: bottom;
        font-size: 16px
    }

    .cart-add-button input.submit {
        margin: 0px !important;
        background: #337889 !important;
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
        height: 60px;
        font-size: 16px;
        border-radius: 2px;
        transition: 0.4s;
        color: #FFFFFF !important;
    }

    .u-text--head {
        color: #337889 !important;
    }

    .item-area h2 {
        color: #337889;
    }

    .item-area-block {
        margin-top: 20px;
    }

    .flex {
        display: flex;
        justify-content: space-between;
    }

    .flex div {
        width: 49%;
    }

    .flex div p {
        margin: 32px !important;
    }

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

        /* ニュース詳細表 SP版スタイル */
        .flex {
            display: block;
            justify-content: space-between;
        }

        .flex div {
            width: 100%;
        }

        .flex div p {
            margin: 32px !important;
        }
    }
}