@charset "utf-8";

/* ======================================================
 * ichiran-category.css
 * ------------------------------------------------------
====================================================== */

/* ======================================================
 * PC
====================================================== */
@media print, screen and (min-width: 768px) {
  /* ----- main ----- */
  .ichiran-category-main {
    padding: 15px;
    background-color: #fffde9;
  }
  .ichiran-category-main >:first-child {
    margin-top: 0!important;
  }
  .ichiran-category-main .ichiran-category-main_title-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 15px;
    margin-bottom: 23px;
    padding-bottom: 13px;
    border-bottom: 1px solid #dddddd;
  }
  .ichiran-category-main .ichiran-category-main_title-wrap + * {
    margin-top: 0!important;
  }
  .ichiran-category-main .ichiran-category-main_title {
    flex-grow: 1;
    display: flex;
    align-items: center;
    gap: 0 15px;
  }
  .ichiran-category-main .ichiran-category-main_title .ichiran-category-main_title_text {
    flex-grow: 1;
    margin: 0;
    font-size: 2.4rem;
    font-weight: bold;
  }
  .ichiran-category-main .ichiran-category-main_list {
    margin-top: 10px;
  }
  .ichiran-category-main .ichiran-category-main_list > li {
    position: relative;
    padding-left: 28px;
    font-size: 2rem;
    font-weight: bold;
    line-height: 1.2;
  }
  .ichiran-category-main .ichiran-category-main_list > li + li {
    margin-top: 13px;
  }
  .ichiran-category-main .ichiran-category-main_list > li a {
    color: #206ab8;
    text-decoration: underline;
  }
  .ichiran-category-main .ichiran-category-main_list > li a:hover {
    color: #dc000c;
    text-decoration: none;
  }
  .ichiran-category-main .ichiran-category-main_list > li > .mark {
    position: absolute;
    top: 0;
    left: 0;
  }
  .ichiran-category-main .ichiran-category-main_list > li .small {
    font-size: 1.4rem;
    font-weight: normal;
  }
  .ichiran-category-main .ichiran-category-main_text {
    margin-top: 15px;
    font-size: 1.6rem;
  }
  /* ----- section ----- */
  .ichiran-category-section01 {
    margin-top: 50px;
  }
  .ichiran-category-section01 + .ichiran-category-section01 {
    margin-top: 0;
  }
  .ichiran-category-section01 >:first-child {
    margin-top: 0!important;
  }
  .ichiran-category-section01[data-category-section-type="01"] {
    padding: 23px 15px 20px;
    background-color: #f7f7f7;
    border-bottom: 2px solid #ccc;
  }
  .ichiran-category-section01[data-category-section-type="02"] {
    padding: 24px 15px 20px;
    background-color: #f7f6f0;
  }
  .ichiran-category-section02 {
    margin-top: 40px;
    padding-top: 20px;
    border-top: 2px solid #ccc;
  }
  .ichiran-category-section02 >:first-child {
    margin-top: 0!important;
  }
  /* ----- heading ----- */
  .ichiran-category-heading02 {
    position: relative;
    margin-top: 15px;
    padding-bottom: 15px;
    text-align: center;
  }
  .ichiran-category-heading02::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 150px;
    height: 4px;
    background-color: #dc000c;
  }
  .ichiran-category-heading02 .ichiran-category-heading02_title {
    margin: 0;
    font-size: 2.5rem;
    font-weight: bold;
  }
  .ichiran-category-heading03 {
    margin-top: 24px;
    text-align: center;
  }
  .ichiran-category-heading03 .ichiran-category-heading03_title {
    margin: 0;
    display: inline-block;
    position: relative;
    padding: 0 60px;
    font-size: 2.2rem;
    color: #555;
    font-weight: bold;
  }
  .ichiran-category-heading03 .ichiran-category-heading03_title::before,
  .ichiran-category-heading03 .ichiran-category-heading03_title::after {
    content: '';
    position: absolute;
    bottom: -10px;
    width: 11px;
    height: 49px;
    background: url(/kojin/shohin/ichiran/img/cmn_ic07.webp) no-repeat 0 0 / contain;
  }
  .ichiran-category-heading03 .ichiran-category-heading03_title::before {
    right: 20px;
    transform: rotate(45deg);
  }
  .ichiran-category-heading03 .ichiran-category-heading03_title::after {
    left: 20px;
    transform: scale(-1, 1) rotate(45deg);
  }
  /* ----- text ----- */
  .ichiran-category-text01 {
    margin-top: 1em;
    font-size: 1.3rem;
  }
  .ichiran-category-text02 {
    margin-top: 1em;
    font-size: 1.8rem;
  }
  .ichiran-category-text03 {
    margin-top: 1em;
    font-size: 1.6rem;
  }
  .ichiran-category-lead01 {
    position: relative;
    margin-top: 9px;
    padding-left: 17px;
    font-size: 1.6rem;
  }
  .ichiran-category-lead01::before {
    content: '';
    position: absolute;
    top: 8px;
    left: 2px;
    width: 5px;
    height: 5px;
    background-color: #dc000b;
  }
  /* ----- list ----- */
  .ichiran-category-notelist01 {
    margin-top: 20px;
  }
  .ichiran-category-notelist01 > li {
    position: relative;
    padding-left: 14px;
    font-size: 1.4rem;
    color: #666;
  }
  .ichiran-category-notelist01 > li > .mark {
    position: absolute;
    top: 0;
    left: 0;
  }
  .ichiran-category-linklist {
    margin-top: 10px;
  }
  .ichiran-category-linklist[data-align="right"] {
    text-align: right;
  }
  .ichiran-category-linklist > li {
    display: inline-block;
    font-size: 1.6rem;
  }
  .ichiran-category-linklist > li a {
    color: #206ab8;
    text-decoration: underline;
  }
  .ichiran-category-linklist > li a:hover {
    color: #dc000c;
  }
  .ichiran-category-linklist > li a::after {
    content: "";
    display: inline-block;
    position: relative;
    top: -2px;
    width: 7px;
    height: 7px;
    margin-left: 7px;
    border-top: 2px solid;
    border-left: 2px solid;
    border-color: #dc000c;
    transform: rotate(135deg);
  }
  /* ----- accordion ----- */
  .ichiran-category-accordion01 {
    margin-top: 20px;
    border-radius: 10px;
    border: 1px solid#ccc;
    background-color: #fff;
    overflow: hidden;
  }
  .ichiran-category-accordion01 + .ichiran-category-accordion01 {
    margin-top: 10px;
  }
  .ichiran-category-accordion01 .ichiran-category-accordion01_trigger {
    position: relative;
    margin: 0;
    padding: 15px 45px 13px 20px;
    font-size: 2rem;
    font-weight: bold;
    cursor: pointer;
  }
  .ichiran-category-accordion01 .ichiran-category-accordion01_trigger::before,
  .ichiran-category-accordion01 .ichiran-category-accordion01_trigger::after {
    content: '';
    position: absolute;
    top: 50%;
    right: 22px;
    width: 22px;
    height: 2px;
    margin-top: -1px;
    background-color: #dc000c;
  }
  .ichiran-category-accordion01 .ichiran-category-accordion01_trigger::after {
    transform: rotate(90deg);
  }
  .ichiran-category-accordion01 .ichiran-category-accordion01_trigger.is-active::after {
    transform: rotate(0);
  }
  .ichiran-category-accordion01 .ichiran-category-accordion01_trigger:hover {
    color: #dc000c;
    text-decoration: underline;
  }
  .ichiran-category-accordion01 .ichiran-category-accordion01_body {
    padding: 0 20px 22px;
  }
  .ichiran-category-accordion01 .ichiran-category-accordion01_body >:first-child {
    margin-top: 0!important;
  }
  /* ----- table ----- */
  .ichiran-category-teble-wrap {
    margin-top: 20px;
  }
  .ichiran-category-teble-wrap >:first-child {
    margin-top: 0!important;
  }
  .ichiran-category-teble01 {
    width: 100%;
    margin-top: 20px;
    border: 1px solid #ccc;
  }
  .ichiran-category-teble01 th,
  .ichiran-category-teble01 td {
    padding: 11px 15px;
    border: 1px solid #ccc;
  }
  .ichiran-category-teble01 th >:first-child,
  .ichiran-category-teble01 td >:first-child {
    margin-top: 0!important;
  }
  .ichiran-category-teble01 thead th {
    text-align: center;
    vertical-align: middle;
    background-color: #86817e;
    font-size: 1.6rem;
    color: #fff;
  }
  .ichiran-category-teble01 tbody td {
    vertical-align: middle;
    background-color: #fff;
  }
  .ichiran-category-teble01 .sticky-col a {
    color: inherit;
  }
  .ichiran-category-teble01 .sticky-col a:hover .label {
    opacity: 0.8;
  }
  .ichiran-category-teble01 td .label {
    display: inline-block;
    width: 100%;
    margin-top: 10px;
    padding: 4px;
    background-color: #ffdbdb;
    border-radius: 4px;
    text-align: center;
    font-size: 1.2rem;
    font-weight: bold;
    line-height: 1.2;
  }
  .ichiran-category-teble01 .ichiran-category-teble_list {
    margin-top: 5px;
  }
  .ichiran-category-teble01 .ichiran-category-teble_list > li {
    position: relative;
    padding-left: 15px;
    font-size: 1.6rem;
    font-weight: bold;
  }
  .ichiran-category-teble01 .ichiran-category-teble_list > li::before {
    content: '';
    position: absolute;
    top: 8px;
    left: 0;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background-color: #dc000c;
  }
  .ichiran-category-teble01 .ichiran-category-teble_list > li + li {
    margin-top: 8px;
  }
  .ichiran-category-teble01 .ichiran-category-teble_notelist {
    margin-top: 8px;
  }
  .ichiran-category-teble01 .ichiran-category-teble_notelist > li {
    position: relative;
    padding-left: 17px;
    font-size: 1.4rem;
  }
  .ichiran-category-teble01 .ichiran-category-teble_notelist > li > .mark {
    position: absolute;
    top: 0;
    left: 0;
  }
  .ichiran-category-teble01 .ichiran-category-teble_checklist {
    margin-top: 8px;
  }
  .ichiran-category-teble01 .ichiran-category-teble_checklist > li {
    position: relative;
    padding-left: 28px;
    font-size: 1.6rem;
    font-weight: bold;
  }
  .ichiran-category-teble01 .ichiran-category-teble_checklist > li::before {
    content: '';
    position: absolute;
    top: 2px;
    left: 0;
    width: 18px;
    height: 17px;
    background: url(/kojin/shohin/ichiran/img/cmn_ic06.webp) no-repeat 0 0 / contain;
  }
  .ichiran-category-teble01 .ichiran-category-teble_checklist > li + li {
    margin-top: 5px;
  }
  /* ----- product ----- */
  .ichiran-category-product01 {
    position: relative;
    margin-top: 20px;
    padding: 20px;
    border-radius: 10px;
    border: 1px solid #ccc;
    background-color: #fff;
  }
  .ichiran-category-product01.is-new::before {
    content: '新登場';
    position: absolute;
    top: -17px;
    left: -12px;
    width: 112px;
    height: 44px;
    padding: 2px 0 0 20px;
    background: url(/kojin/shohin/ichiran/img/cmn_bg01.webp) no-repeat 0 0 / contain;
    font-size: 2rem;
    color: #fff;
    font-weight: bold;
    box-sizing: border-box;
  }
  .ichiran-category-product01 >:first-child {
    margin-top: 0!important;
  }
  .ichiran-category-product01 .ichiran-category-product_title {
    position: relative;
    margin: 16px -20px;
    padding: 15px 20px 13px;
    background-color: #fff1f1;
    border-top: 1px solid #efe2e2;
    border-bottom: 1px solid #efe2e2;
    text-align: center;
  }
  .ichiran-category-product01 .ichiran-category-product_title::after {
    content: '';
    position: absolute;
    bottom: -10px;
    right: 0;
    left: 0;
    margin: auto;
    width: 17px;
    height: 10px;
    background: url(/kojin/shohin/ichiran/img/cmn_ic02.webp) no-repeat 0 0 / contain;
  }
  .ichiran-category-product01 .ichiran-category-product_title .ichiran-category-product_title_text {
    margin: 0;
    font-size: 2.2rem;
    color: #555;
    font-weight: bold;
    line-height: 1.4;
  }
  .ichiran-category-product01 .ichiran-category-product_text01 {
    margin-top: 11px;
    font-size: 1.6rem;
  }
  .ichiran-category-product01 .ichiran-category-product_lead01 {
    margin-top: 10px;
    text-align: center;
    font-size: 1.8rem;
    color: #dc000c;
    font-weight: bold;
  }
  .ichiran-category-product01 .ichiran-category-product_lead02 {
    margin-top: 15px;
    text-align: center;
    font-size: 1.8rem;
    font-weight: bold;
  }
  .ichiran-category-product01 .ichiran-category-product_image01 {
    margin-top: 15px;
    text-align: center;
  }
  .ichiran-category-product01 .ichiran-category-product_step {
    margin-top: 15px;
  }
  .ichiran-category-product01 .ichiran-category-product_step > li {
    position: relative;
    padding-left: 95px;
    font-size: 2rem;
    font-weight: bold;
  }
  .ichiran-category-product01 .ichiran-category-product_step > li + li {
    margin-top: 28px;
  }
  .ichiran-category-product01 .ichiran-category-product_step > li > .point {
    position: absolute;
    top: 0;
    left: 0;
    font-size: 1.4rem;
    color: #dc000c;
    font-weight: bold;
  }
  .ichiran-category-product01 .ichiran-category-product_step > li > .point > .num {
    width: 32px;
    margin-left: 10px;
    vertical-align: middle;
  }
  .ichiran-category-product01 .ichiran-category-product_step > li .marker {
    background: linear-gradient(transparent 60%, #fad9db 60%);
  }
  .ichiran-category-product01 .ichiran-category-product_step > li .sub {
    font-size: 1.4rem;
    font-weight: normal;
  }
  .ichiran-category-product01 .ichiran-category-product_notelist01 {
    margin-top: 14px;
  }
  .ichiran-category-product01 .ichiran-category-product_notelist01 > li {
    position: relative;
    padding-left: 20px;
    font-size: 1.4rem;
  }
  .ichiran-category-product01 .ichiran-category-product_notelist01 > li + li {
    margin-top: 7px;
  }
  .ichiran-category-product01 .ichiran-category-product_notelist01 > li > .mark {
    position: absolute;
    top: 0;
    left: 0;
  }
  .ichiran-category-product01 .ichiran-category-product_orderlist01 {
    margin-top: 15px;
  }
  .ichiran-category-product01 .ichiran-category-product_orderlist01 > li {
    position: relative;
    padding-left: 29px;
    font-size: 1.4rem;
  }
  .ichiran-category-product01 .ichiran-category-product_orderlist01 > li + li {
    margin-top: 8px;
  }
  .ichiran-category-product01 .ichiran-category-product_orderlist01 > li > .mark {
    position: absolute;
    top: 0;
    left: 0;
  }
  .ichiran-category-product01 .ichiran-category-product_button-wrap {
    display: flex;
    justify-content: center;
    flex-flow: wrap;
    gap: 20px;
    margin-top: 38px;
  }
  .ichiran-category-product01 .ichiran-category-product_button01 {
    width: 263px;
  }
  .ichiran-category-product01 .ichiran-category-product_button01 a {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    min-height: 60px;
    padding: 10px 30px 10px 10px;
    box-shadow: 0px 1px 10px 0px rgba(0, 15, 30, 0.3);
    background-color: #fff;
    border-radius: 30px;
    border: 2px solid #dc000c;
    font-size: 1.8rem;
    font-weight: bold;
    color: #dc000c;
    text-decoration: none;
    transition: 0.3s all ease-out;
  }
  .ichiran-category-product01 .ichiran-category-product_button01 a::before,
  .ichiran-category-product01 .ichiran-category-product_button01 a::after {
    content: '';
    position: absolute;
    top: 50%;
    right: 16px;
    width: 9px;
    height: 2px;
    margin-top: -1px;
    background-color: #dc000c;
    transition: 0.3s all ease-out;
  }
  .ichiran-category-product01 .ichiran-category-product_button01 a::before {
    transform: translateY(-3px) rotate(45deg);
  }
  .ichiran-category-product01 .ichiran-category-product_button01 a::after {
    transform: translateY(2px) rotate(-45deg);
  }
  .ichiran-category-product01 .ichiran-category-product_button01 a:hover {
    border: 2px solid #ba0a14;
    color: #ba0a14;
    text-decoration: underline;
  }
  .ichiran-category-product01 .ichiran-category-product_button01 a:hover::before,
  .ichiran-category-product01 .ichiran-category-product_button01 a:hover::after {
    background-color: #ba0a14;
  }
  .ichiran-category-product01 .ichiran-category-product_button02 {
    width: 263px;
  }
  .ichiran-category-product01 .ichiran-category-product_button02 a {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    min-height: 60px;
    padding: 10px 50px;
    box-shadow: 0px 1px 10px 0px rgba(0, 15, 30, 0.3);
    background-color: #dc000c;
    border-radius: 30px;
    font-size: 1.8rem;
    font-weight: bold;
    color: #fff;
    text-decoration: none;
    transition: 0.3s all ease-out;
  }
  .ichiran-category-product01 .ichiran-category-product_button02 a::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 22px;
    margin-top: -10px;
    width: 24px;
    height: 19px;
    background: url(/kojin/shohin/ichiran/img/cmn_ic03.webp) no-repeat 0 0 / contain;
  }
  .ichiran-category-product01 .ichiran-category-product_button02 a::after {
    content: '';
    position: absolute;
    top: 50%;
    right: 18px;
    margin-top: -7px;
    width: 14px;
    height: 14px;
    background: url(/kojin/shohin/ichiran/img/cmn_ic04.webp) no-repeat 0 0 / contain;
  }
  .ichiran-category-product01 .ichiran-category-product_button02 a:hover {
    background-color: #ba0a14;
    text-decoration: underline;
  }
  .ichiran-category-product01 .ichiran-category-product_table01 {
    margin-top: 10px;
    width: 100%;
    border: 1px solid #ccc;
  }
  .ichiran-category-product01 .ichiran-category-product_table01 tr > * {
    border: 1px solid #ccc;
    vertical-align: middle;
    text-align: center;
  }
  .ichiran-category-product01 .ichiran-category-product_table01 tr > th {
    padding: 12px 10px;
    background-color: #f3f3f3;
    font-size: 1.4rem;
  }
  .ichiran-category-product01 .ichiran-category-product_table01 tr > th.male {
    background-color: #5b94d8;
    color: #fff;
  }
  .ichiran-category-product01 .ichiran-category-product_table01 tr > th.female {
    background-color: #ec6d6b;
    color: #fff;
  }
  .ichiran-category-product01 .ichiran-category-product_table01 tr > td {
    padding: 10px;
    background-color: #fff;
    font-size: 1.6rem;
    font-weight: bold;
  }
  .ichiran-category-product01 .ichiran-category-product_table01 tr > td.male {
    background-color: #deeafd;
  }
  .ichiran-category-product01 .ichiran-category-product_table01 tr > td.female {
    background-color: #ffdcdc;
  }
  .ichiran-category-product01 .ichiran-category-product_box01 {
    margin-top: 15px;
    padding: 18px 20px 20px;
    background-color: #f8f6ee;
    border-radius: 5px;
  }
  .ichiran-category-product01 .ichiran-category-product_box01 >:first-child {
    margin-top: 0!important;
  }
  .ichiran-category-product01 .ichiran-category-product_box01 .ichiran-category-product_box_title {
    margin: 15px 0 0;
    padding-bottom: 10px;
    font-size: 2rem;
    font-weight: bold;
    border-bottom: 1px solid #ccc;
  }
  .ichiran-category-product01 .ichiran-category-product_box02 {
    margin-top: 20px;
    padding: 15px 20px;
    background-color: #f0f0f0;
  }
  .ichiran-category-product01 .ichiran-category-product_box02 >:first-child {
    margin-top: 0!important;
  }
  .ichiran-category-product01 .ichiran-category-product_box02 .ichiran-category-product_box_text01 {
    position: relative;
    margin-top: 10px;
    padding-left: 30px;
    font-size: 1.6rem;
    line-height: 1.7;
  }
  .ichiran-category-product01 .ichiran-category-product_box02 .ichiran-category-product_box_text01::before {
    content: '';
    position: absolute;
    top: 2px;
    left: 3px;
    width: 20px;
    height: 18px;
    background: url(/kojin/shohin/ichiran/img/cmn_ic05.webp) no-repeat 0 0 / contain;
  }
  .ichiran-category-product01 .ichiran-category-product_combi {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-flow: wrap;
    gap: 10px;
    margin-top: 16px;
  }
  .ichiran-category-product01 .ichiran-category-product_combi > * {
    margin-top: 0!important;
  }
  .ichiran-category-product01 .ichiran-category-product_badge {
    padding: 5px 10px;
    background-color: #ffdbdb;
    border-radius: 4px;
    font-size: 1.5rem;
    font-weight: bold;
    line-height: 1;
  }
  /* ----- override ----- */
  #app-contents .diagnosis-button .button_inner {
    padding-left: 44px;
  }
  #app-contents .diagnosis-button .button_inner::before {
    top: calc(50% - 14px);
    left: 0;
    width: 28px;
    height: 28px;
    background: url(/kojin/shohin/ichiran/img/cmn_ic01.webp) no-repeat center center;
  }
  #app-contents .anchor-navi-v2 .navi_list > li {
    display: flex;
    align-items: center;
  }
  #app-contents .anchor-navi-v2 .navi_link {
    flex-grow: 1;
  }
  #app-contents .faq {
    margin-top: 1.5em;
  }
  #app-contents .inquiry-v2 {
    margin-top: 2rem;
  }
  #app-contents .faq:last-of-type {
    border-bottom: none;
  }
  #app-contents .inquiry-v2 .inquiry_button .button > .button_type-catalog::after {
    content: '';
    position: absolute;
    top: 50%;
    right: 18px;
    margin-top: -7px;
    width: 14px;
    height: 14px;
    background: url(/kojin/shohin/ichiran/img/cmn_ic04.webp) no-repeat 0 0 / contain;
    border: none;
    transform: none;
  }
}

/* ======================================================
 * SP
====================================================== */
@media only screen and (max-width: 767px) {
  /* ----- main ----- */
  .ichiran-category-main {
    margin: 0 -15px;
    padding: 12px 15px 15px;
    background-color: #fffde9;
  }
  .ichiran-category-main >:first-child {
    margin-top: 0!important;
  }
  .ichiran-category-main .ichiran-category-main_title-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 15px;
    margin-bottom: 15px;
    padding-bottom: 10px;
    border-bottom: 1px solid #dddddd;
  }
  .ichiran-category-main .ichiran-category-main_title-wrap + * {
    margin-top: 0!important;
  }
  .ichiran-category-main .ichiran-category-main_title {
    flex-grow: 1;
    display: flex;
    align-items: center;
    gap: 0 15px;
  }
  .ichiran-category-main .ichiran-category-main_title .ichiran-category-main_title_text {
    flex-grow: 1;
    margin: 0;
    font-size: 1.8rem;
    font-weight: bold;
  }
  .ichiran-category-main .ichiran-category-main_list {
    margin-top: 10px;
  }
  .ichiran-category-main .ichiran-category-main_list > li {
    position: relative;
    padding-left: 19px;
    font-size: 1.5rem;
    font-weight: bold;
    line-height: 1.3;
  }
  .ichiran-category-main .ichiran-category-main_list > li + li {
    margin-top: 10px;
  }
  .ichiran-category-main .ichiran-category-main_list > li a {
    color: #206ab8;
    text-decoration: underline;
  }
  .ichiran-category-main .ichiran-category-main_list > li a:hover {
    text-decoration: none;
  }
  .ichiran-category-main .ichiran-category-main_list > li > .mark {
    position: absolute;
    top: 0;
    left: 0;
  }
  .ichiran-category-main .ichiran-category-main_list > li .small {
    font-size: 1.1rem;
    font-weight: normal;
  }
  .ichiran-category-main .ichiran-category-main_text {
    margin-top: 10px;
    font-size: 1.3rem;
    line-height: 1.6;
  }
  /* ----- section ----- */
  .ichiran-category-section01 {
    margin-top: 25px;
  }
  .ichiran-category-section01 + .ichiran-category-section01 {
    margin-top: 0;
  }
  .ichiran-category-section01 >:first-child {
    margin-top: 0!important;
  }
  .ichiran-category-section01[data-category-section-type="01"] {
    margin-left: -15px;
    margin-right: -15px;
    padding: 20px 15px 25px;
    background-color: #f7f7f7;
    border-bottom: 2px solid #ccc;
  }
  .ichiran-category-section01[data-category-section-type="02"] {
    margin-left: -15px;
    margin-right: -15px;
    padding: 20px 15px 25px;
    background-color: #f7f6f0;
  }
  .ichiran-category-section02 {
    margin: 0 -15px;
    padding: 18px 15px 0;
    border-top: 2px solid #ccc;
  }
  .ichiran-category-section02 + .ichiran-category-section02 {
    margin-top: 25px;
  }
  .ichiran-category-section02 >:first-child {
    margin-top: 0!important;
  }
  /* ----- heading ----- */
  .ichiran-category-heading02 {
    position: relative;
    margin-top: 15px;
    padding-bottom: 6px;
    text-align: center;
  }
  .ichiran-category-heading02::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 115px;
    height: 3px;
    background-color: #dc000c;
  }
  .ichiran-category-heading02 .ichiran-category-heading02_title {
    margin: 0;
    font-size: 2.1rem;
    font-weight: bold;
  }
  .ichiran-category-heading03 {
    margin-top: 20px;
    text-align: center;
  }
  .ichiran-category-heading03 .ichiran-category-heading03_title {
    display: inline-block;
    position: relative;
    padding: 0 25px;
    font-size: 1.6rem;
    color: #555;
    font-weight: bold;
  }
  .ichiran-category-heading03 .ichiran-category-heading03_title::before,
  .ichiran-category-heading03 .ichiran-category-heading03_title::after {
    content: '';
    position: absolute;
    bottom: 0;
    width: 5px;
    height: 21px;
    background: url(/kojin/shohin/ichiran/img/cmn_ic07_sp.webp) no-repeat 0 0 / contain;
  }
  .ichiran-category-heading03 .ichiran-category-heading03_title::before {
    right: 7px;
    transform: rotate(45deg);
  }
  .ichiran-category-heading03 .ichiran-category-heading03_title::after {
    left: 7px;
    transform: scale(-1, 1) rotate(45deg);
  }
  /* ----- text ----- */
  .ichiran-category-text01 {
    margin-top: 1em;
    font-size: 1rem;
    line-height: 1.4;
  }
  .ichiran-category-text02 {
    margin-top: 1em;
    font-size: 1.4rem;
    line-height: 1.3;
  }
  .ichiran-category-text03 {
    margin-top: 1em;
    font-size: 1.3rem;
  }
  .ichiran-category-lead01 {
    position: relative;
    margin-top: 7px;
    padding-left: 10px;
    font-size: 1.3rem;
  }
  .ichiran-category-lead01::before {
    content: '';
    position: absolute;
    top: 5px;
    left: 0;
    width: 5px;
    height: 5px;
    background-color: #dc000b;
  }
  /* ----- list ----- */
  .ichiran-category-notelist01 {
    margin-top: 5px;
  }
  .ichiran-category-notelist01 > li {
    position: relative;
    padding-left: 15px;
    font-size: 1rem;
    color: #666;
    line-height: 1.4;
  }
  .ichiran-category-notelist01 > li > .mark {
    position: absolute;
    top: 0;
    left: 0;
  }
  .ichiran-category-linklist {
    margin-top: 10px;
  }
  .ichiran-category-linklist[data-align="right"] {
    text-align: right;
  }
  .ichiran-category-linklist > li {
    display: inline-block;
    font-size: 1.2rem;
  }
  .ichiran-category-linklist > li a {
    color: #206ab8;
    text-decoration: underline;
  }
  .ichiran-category-linklist > li a::after {
    content: "";
    display: inline-block;
    position: relative;
    top: -1px;
    width: 6px;
    height: 6px;
    margin-left: 4px;
    border-top: 2px solid;
    border-left: 2px solid;
    border-color: #dc000c;
    transform: rotate(135deg);
  }
  /* ----- accordion ----- */
  .ichiran-category-accordion01 {
    margin-top: 20px;
    border-radius: 5px;
    border: 1px solid#ccc;
    background-color: #fff;
    overflow: hidden;
  }
  .ichiran-category-accordion01 + .ichiran-category-accordion01 {
    margin-top: 10px;
  }
  .ichiran-category-accordion01 .ichiran-category-accordion01_trigger {
    position: relative;
    margin: 0;
    padding: 13px 25px 12px 10px;
    font-size: 1.5rem;
    font-weight: bold;
    cursor: pointer;
  }
  .ichiran-category-accordion01 .ichiran-category-accordion01_trigger::before,
  .ichiran-category-accordion01 .ichiran-category-accordion01_trigger::after {
    content: '';
    position: absolute;
    top: 50%;
    right: 10px;
    width: 11px;
    height: 1px;
    margin-top: -2px;
    background-color: #dc000c;
  }
  .ichiran-category-accordion01 .ichiran-category-accordion01_trigger::after {
    transform: rotate(90deg);
  }
  .ichiran-category-accordion01 .ichiran-category-accordion01_trigger.is-active::after {
    transform: rotate(0);
  }
  .ichiran-category-accordion01 .ichiran-category-accordion01_body {
    padding: 0 10px 14px;
  }
  .ichiran-category-accordion01 .ichiran-category-accordion01_body >:first-child {
    margin-top: 0!important;
  }
  /* ----- table ----- */
  .ichiran-category-teble-wrap {
    margin-top: 14px;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .ichiran-category-teble-wrap >:first-child {
    margin-top: 0!important;
  }
  .ichiran-category-teble01 {
    width: max(600px, 100%);
    margin-top: 20px;
    table-layout: fixed;
    border-collapse: separate;
    border-spacing: 0;
    white-space: nowrap;
    border-top: 1px solid #ccc;
  }
  .ichiran-category-teble01 th,
  .ichiran-category-teble01 td {
    border-bottom: 1px solid #ccc;
    border-right: 1px solid #ccc;
    white-space: normal;
    word-break: break-word;
    box-sizing: border-box;
  }
  .ichiran-category-teble01 th >:first-child,
  .ichiran-category-teble01 td >:first-child {
    margin-top: 0!important;
  }
  .ichiran-category-teble01 thead th {
    padding: 7px 8px;
    text-align: center;
    vertical-align: middle;
    background-color: #86817e;
    font-size: 1.2rem!important;
    color: #fff;
  }
  .ichiran-category-teble01 tbody td {
    padding: 12px 8px;
    vertical-align: middle;
    background-color: #fff;
  }
  .ichiran-category-teble01 .sticky-col {
    position: sticky;
    left: 0;
    z-index: 1;
    border-left: 1px solid #ccc;
    text-align: center;
  }
  .ichiran-category-teble01 .sticky-col a {
    color: inherit;
  }
  .ichiran-category-teble01 td .label {
    display: inline-block;
    width: 100%;
    margin-top: 10px;
    padding: 5px 2px;
    background-color: #ffdbdb;
    border-radius: 3px;
    text-align: center;
    font-size: .8rem;
    font-weight: bold;
    line-height: 1.2;
  }
  .ichiran-category-teble01 .ichiran-category-teble_list {
    margin-top: 5px;
  }
  .ichiran-category-teble01 .ichiran-category-teble_list > li {
    position: relative;
    padding-left: 13px;
    font-size: 1.2rem;
    font-weight: bold;
  }
  .ichiran-category-teble01 .ichiran-category-teble_list > li::before {
    content: '';
    position: absolute;
    top: 6px;
    left: 0;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: #dc000c;
  }
  .ichiran-category-teble01 .ichiran-category-teble_list > li + li {
    margin-top: 5px;
  }
  .ichiran-category-teble01 .ichiran-category-teble_notelist {
    margin-top: 8px;
  }
  .ichiran-category-teble01 .ichiran-category-teble_notelist > li {
    position: relative;
    padding-left: 13px;
    font-size: 1rem;
  }
  .ichiran-category-teble01 .ichiran-category-teble_notelist > li > .mark {
    position: absolute;
    top: 0;
    left: 0;
  }
  .ichiran-category-teble01 .ichiran-category-teble_checklist {
    margin-top: 5px;
  }
  .ichiran-category-teble01 .ichiran-category-teble_checklist > li {
    position: relative;
    padding-left: 18px;
    font-size: 1.2rem;
    font-weight: bold;
  }
  .ichiran-category-teble01 .ichiran-category-teble_checklist > li::before {
    content: '';
    position: absolute;
    top: 2px;
    left: 0;
    width: 13px;
    height: 12px;
    background: url(/kojin/shohin/ichiran/img/cmn_ic06.webp) no-repeat 0 0 / contain;
  }
  .ichiran-category-teble01 .ichiran-category-teble_checklist > li + li {
    margin-top: 5px;
  }
  /* ----- product ----- */
  .ichiran-category-product01 {
    position: relative;
    margin-top: 20px;
    padding: 15px 15px 13px;
    border-radius: 15px;
    border: 1px solid #ccc;
    background-color: #fff;
  }
  .ichiran-category-product01 + .ichiran-category-product01 {
    margin-top: 25px;
  }
  .ichiran-category-product01.is-new::before {
    content: '新登場';
    position: absolute;
    top: -13px;
    left: -9px;
    width: 80px;
    height: 32px;
    padding: 1px 0 0 15px;
    background: url(/kojin/shohin/ichiran/img/cmn_bg01.webp) no-repeat 0 0 / contain;
    font-size: 1.6rem;
    color: #fff;
    font-weight: bold;
    box-sizing: border-box;
  }
  .ichiran-category-product01 >:first-child {
    margin-top: 0!important;
  }
  .ichiran-category-product01 .ichiran-category-product_title {
    position: relative;
    margin: 15px -15px 18px;
    padding: 10px 10px 6px;
    background-color: #fff1f1;
    border-top: 1px solid #efe2e2;
    border-bottom: 1px solid #efe2e2;
    text-align: center;
  }
  .ichiran-category-product01 .ichiran-category-product_title::after {
    content: '';
    position: absolute;
    bottom: -9px;
    right: 0;
    left: 0;
    margin: auto;
    width: 16px;
    height: 9px;
    background: url(/kojin/shohin/ichiran/img/cmn_ic02.webp) no-repeat 0 0 / contain;
  }
  .ichiran-category-product01 .ichiran-category-product_title .ichiran-category-product_title_text {
    margin: 0;
    font-size: 1.6rem;
    color: #555;
    font-weight: bold;
    line-height: 1.4;
  }
  .ichiran-category-product01 .ichiran-category-product_text01 {
    margin-top: 7px;
    font-size: 1rem;
  }
  .ichiran-category-product01 .ichiran-category-product_lead01 {
    margin-top: 18px;
    text-align: center;
    font-size: 1.2rem;
    color: #dc000c;
    font-weight: bold;
  }
  .ichiran-category-product01 .ichiran-category-product_lead02 {
    margin-top: 15px;
    text-align: center;
    font-size: 1.2rem;
    font-weight: bold;
  }
  .ichiran-category-product01 .ichiran-category-product_image01 {
    margin-top: 15px;
    text-align: center;
  }
  .ichiran-category-product01 .ichiran-category-product_step {
    margin-top: 8px;
  }
  .ichiran-category-product01 .ichiran-category-product_step > li {
    position: relative;
    padding-left: 65px;
    font-size: 1.5rem;
    font-weight: bold;
  }
  .ichiran-category-product01 .ichiran-category-product_step > li.type02 {
    font-size: 1.4rem;
  }
  .ichiran-category-product01 .ichiran-category-product_step > li + li {
    margin-top: 19px;
  }
  .ichiran-category-product01 .ichiran-category-product_step > li > .point {
    position: absolute;
    top: 0;
    left: 0;
    font-size: 1rem;
    color: #dc000c;
    font-weight: bold;
  }
  .ichiran-category-product01 .ichiran-category-product_step > li > .point > .num {
    width: 24px;
    margin-left: 5px;
    vertical-align: middle;
  }
  .ichiran-category-product01 .ichiran-category-product_step > li .marker {
    background: linear-gradient(transparent 60%, #fad9db 60%);
  }
  .ichiran-category-product01 .ichiran-category-product_step > li .sub {
    font-size: 1rem;
    font-weight: normal;
  }
  .ichiran-category-product01 .ichiran-category-product_notelist01 {
    margin-top: 10px;
  }
  .ichiran-category-product01 .ichiran-category-product_notelist01 > li {
    position: relative;
    padding-left: 13px;
    font-size: 1rem;
  }
  .ichiran-category-product01 .ichiran-category-product_notelist01 > li + li {
    margin-top: 5px;
  }
  .ichiran-category-product01 .ichiran-category-product_notelist01 > li > .mark {
    position: absolute;
    top: 0;
    left: 0;
  }
  .ichiran-category-product01 .ichiran-category-product_orderlist01 {
    margin-top: 10px;
  }
  .ichiran-category-product01 .ichiran-category-product_orderlist01 > li {
    position: relative;
    padding-left: 19px;
    font-size: 1rem;
  }
  .ichiran-category-product01 .ichiran-category-product_orderlist01 > li + li {
    margin-top: 7px;
  }
  .ichiran-category-product01 .ichiran-category-product_orderlist01 > li > .mark {
    position: absolute;
    top: 0;
    left: 0;
  }
  .ichiran-category-product01 .ichiran-category-product_button-wrap {
    display: flex;
    justify-content: center;
    flex-flow: wrap;
    gap: 15px;
    margin-top: 25px;
  }
  .ichiran-category-product01 .ichiran-category-product_button01 {
    width: calc(50% - 15px / 2);
  }
  .ichiran-category-product01 .ichiran-category-product_button01 a {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    min-height: 45px;
    padding: 10px 20px 8px 16px;
    box-shadow: 0px 1px 10px 0px rgba(0, 15, 30, 0.3);
    background-color: #fff;
    border-radius: 30px;
    border: 2px solid #dc000c;
    font-size: 1.6rem;
    font-weight: bold;
    color: #dc000c;
    text-decoration: none;
  }
  .ichiran-category-product01 .ichiran-category-product_button01 a::before,
  .ichiran-category-product01 .ichiran-category-product_button01 a::after {
    content: '';
    position: absolute;
    top: 50%;
    right: 10px;
    width: 8px;
    height: 2px;
    margin-top: -2px;
    background-color: #dc000c;
  }
  .ichiran-category-product01 .ichiran-category-product_button01 a::before {
    transform: translateY(-3px) rotate(45deg);
  }
  .ichiran-category-product01 .ichiran-category-product_button01 a::after {
    transform: translateY(2px) rotate(-45deg);
  }
  .ichiran-category-product01 .ichiran-category-product_button02 {
    width: calc(50% - 15px / 2);
  }
  .ichiran-category-product01 .ichiran-category-product_button02 a {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    min-height: 45px;
    padding: 10px 27px 10px 39px;
    box-shadow: 0px 1px 10px 0px rgba(0, 15, 30, 0.3);
    background-color: #dc000c;
    border-radius: 30px;
    font-size: 1.6rem;
    font-weight: bold;
    color: #fff;
    text-decoration: none;
    transition: 0.3s all ease-out;
  }
  .ichiran-category-product01 .ichiran-category-product_button02 a::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 13px;
    margin-top: -6px;
    width: 18px;
    height: 14px;
    background: url(/kojin/shohin/ichiran/img/cmn_ic03.webp) no-repeat 0 0 / contain;
  }
  .ichiran-category-product01 .ichiran-category-product_button02 a::after {
    content: '';
    position: absolute;
    top: 50%;
    right: 10px;
    margin-top: -6px;
    width: 14px;
    height: 14px;
    background: url(/kojin/shohin/ichiran/img/cmn_ic04.webp) no-repeat 0 0 / contain;
  }
  .ichiran-category-product01 .ichiran-category-product_table01 {
    margin-top: 8px;
    width: 100%;
    border: 1px solid #ccc;
  }
  .ichiran-category-product01 .ichiran-category-product_table01 tr > * {
    border: 1px solid #ccc;
    vertical-align: middle;
    text-align: center;
  }
  .ichiran-category-product01 .ichiran-category-product_table01 tr > th {
    padding: 6px;
    background-color: #f3f3f3;
    font-size: 1.2rem;
  }
  .ichiran-category-product01 .ichiran-category-product_table01 tr > th.male {
    background-color: #5b94d8;
    color: #fff;
  }
  .ichiran-category-product01 .ichiran-category-product_table01 tr > th.female {
    background-color: #ec6d6b;
    color: #fff;
  }
  .ichiran-category-product01 .ichiran-category-product_table01 tr > td {
    padding: 6px;
    background-color: #fff;
    font-size: 1.4rem;
    font-weight: bold;
  }
  .ichiran-category-product01 .ichiran-category-product_table01 tr > td.male {
    background-color: #deeafd;
  }
  .ichiran-category-product01 .ichiran-category-product_table01 tr > td.female {
    background-color: #ffdcdc;
  }
  .ichiran-category-product01 .ichiran-category-product_box01 {
    margin-top: 15px;
    padding: 20px 15px 15px;
    background-color: #f8f6ee;
    border-radius: 5px;
  }
  .ichiran-category-product01 .ichiran-category-product_box01 >:first-child {
    margin-top: 0!important;
  }
  .ichiran-category-product01 .ichiran-category-product_box01 .ichiran-category-product_box_title {
    margin: 15px 0 0;
    padding-bottom: 6px;
    font-size: 1.5rem;
    font-weight: bold;
    border-bottom: 1px solid #ccc;
  }
  .ichiran-category-product01 .ichiran-category-product_box02 {
    margin-top: 15px;
    padding: 10px 15px;
    background-color: #f0f0f0;
  }
  .ichiran-category-product01 .ichiran-category-product_box02 >:first-child {
    margin-top: 0!important;
  }
  .ichiran-category-product01 .ichiran-category-product_box02 .ichiran-category-product_box_text01 {
    position: relative;
    margin-top: 10px;
    padding-left: 33px;
    font-size: 1.2rem;
    line-height: 1.5;
  }
  .ichiran-category-product01 .ichiran-category-product_box02 .ichiran-category-product_box_text01::before {
    content: '';
    position: absolute;
    top: 0;
    left: -1px;
    width: 20px;
    height: 18px;
    background: url(/kojin/shohin/ichiran/img/cmn_ic05.webp) no-repeat 0 0 / contain;
  }
  .ichiran-category-product01 .ichiran-category-product_combi {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-flow: wrap;
    gap: 10px;
    margin-top: 18px;
  }
  .ichiran-category-product01 .ichiran-category-product_combi > * {
    margin-top: 0!important;
  }
  .ichiran-category-product01 .ichiran-category-product_badge {
    padding: 5px 6px;
    background-color: #ffdbdb;
    border-radius: 3px;
    font-size: 1.1rem;
    font-weight: bold;
    line-height: 1;
  }
  /* ----- override ----- */
  #app-contents .diagnosis-button .button_inner::before {
    top: calc(50% - 10.5px);
    left: 0;
    width: 21px;
    height: 21px;
    background: url(/kojin/shohin/ichiran/img/cmn_ic01.webp) no-repeat center center;
    background-size: contain;
  }
  #app-contents .kumiawase-source {
    margin-top: 28px;
  }
  #app-contents .faq {
    margin-top: 1.3em;
  }
  #app-contents .faq:last-of-type {
    border-bottom: none;
  }
  #app-contents .inquiry-v2 .inquiry_button .button > .button_type-catalog::after {
    content: '';
    position: absolute;
    top: 50%;
    right: 10px;
    margin-top: -6px;
    width: 14px;
    height: 14px;
    background: url(/kojin/shohin/ichiran/img/cmn_ic04.webp) no-repeat 0 0 / contain;
    border: none;
    transform: none;
  }
}


/* ======================================================
 * Print
====================================================== */
@media print {
}