﻿@charset "UTF-8";
:root {
  --color-primary: #cf4003;
}

html {
  touch-action: manipulation;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  color: #222;
}

a:hover {
  opacity: 0.7;
}

.disp_off {
  display: none;
}

.pc_only {
  display: block;
}
@media screen and (max-width: 767px) {
  .pc_only {
    display: none !important;
  }
}

.sp_only {
  display: none;
}
@media screen and (max-width: 767px) {
  .sp_only {
    display: block;
  }
}

.break {
  display: none;
}

@media screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
  .break {
    display: block;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .break {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .p-homeSection {
    padding-top: 11.6822429907vw;
  }
}

.cmn_num_font {
  font-family: "Inter", sans-serif;
}

.cmn_english_font {
  font-family: "Roboto", sans-serif;
}

@media screen and (max-width: 767px) {
  .l-container {
    min-width: unset;
    padding-left: 5.6vw;
    padding-right: 5.6vw;
  }
}
.l-container.layout_sp_map {
  padding-left: 0vw;
  padding-right: 0vw;
}

.p-page-home {
  padding-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .p-page-home {
    padding-bottom: 11.6822429907vw;
  }
}

.local_sec {
  overflow: hidden;
  margin: auto;
  max-width: 1220px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .local_sec {
    width: unset;
  }
}

.local_sec2 {
  overflow: hidden;
  margin: auto;
  max-width: 1220px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .local_sec2 {
    width: unset;
  }
}

.column {
  display: flex;
  flex-flow: row wrap;
  width: 100%;
}
.column.column_pc3_sp1 .column_block {
  width: calc((100% - 40px) / 3);
}
@media screen and (min-width: 768px) {
  .column.column_pc3_sp1 .column_block {
    margin-left: 20px;
  }
  .column.column_pc3_sp1 .column_block:nth-of-type(3n+1) {
    margin-left: 0;
  }
  .column.column_pc3_sp1 .column_block:not(:nth-of-type(-n+3)) {
    margin-top: 20px;
  }
}
@media screen and (max-width: 767px) {
  .column.column_pc3_sp1 .column_block {
    width: 100%;
  }
  .column.column_pc3_sp1 .column_block:not(:first-of-type) {
    margin-top: 4.6728971963vw;
  }
}
.column.column_pc3_sp2 .column_block {
  width: calc((100% - 40px) / 3);
}
@media screen and (max-width: 767px) {
  .column.column_pc3_sp2 .column_block {
    width: calc((100% - 4.6728971963vw) / 2);
  }
}
@media screen and (min-width: 768px) {
  .column.column_pc3_sp2 .column_block {
    margin-left: 20px;
  }
  .column.column_pc3_sp2 .column_block:nth-of-type(3n+1) {
    margin-left: 0;
  }
  .column.column_pc3_sp2 .column_block:not(:nth-of-type(-n+3)) {
    margin-top: 20px;
  }
}
@media screen and (max-width: 767px) {
  .column.column_pc3_sp2 .column_block {
    margin-left: 4.6728971963vw;
  }
  .column.column_pc3_sp2 .column_block:nth-of-type(2n+1) {
    margin-left: 0;
  }
  .column.column_pc3_sp2 .column_block:not(:nth-of-type(-n+2)) {
    margin-top: 4.6728971963vw;
  }
}
.column.column_pc4_sp2 {
  margin-top: 20px;
  gap: 20px;
}
@media screen and (max-width: 767px) {
  .column.column_pc4_sp2 {
    gap: unset;
    margin-top: unset;
  }
}
.column.column_pc4_sp2 .column_block {
  width: calc((100% - 40px) / 3);
}
@media screen and (max-width: 767px) {
  .column.column_pc4_sp2 .column_block {
    width: 100%;
  }
  .column.column_pc4_sp2 .column_block:nth-of-type(2n+1) {
    margin-left: 0;
  }
  .column.column_pc4_sp2 .column_block:not(:nth-of-type(-n+1)) {
    margin-top: 4.6728971963vw;
  }
}

.bg_primary {
  background-color: #f5f5f5;
}

.p-homeSection .bg_primary {
  padding: 80px 0;
}
@media screen and (max-width: 767px) {
  .p-homeSection .bg_primary {
    padding: 11.6822429907vw 0;
  }
}

.rank_mark_box {
  display: flex;
  width: 30px;
  height: 30px;
  align-items: center;
  justify-content: center;
  margin: 0 auto 16px;
}
@media screen and (max-width: 767px) {
  .rank_mark_box {
    width: 7.0093457944vw;
    height: 7.0093457944vw;
    margin-bottom: 3.5046728972vw;
  }
}
.rank_mark_box .rank_mark_box_txt {
  text-align: center;
  font-family: Roboto;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
@media screen and (max-width: 767px) {
  .rank_mark_box .rank_mark_box_txt {
    font-size: 4.2056074766vw;
  }
}

.rank--1 {
  background-color: #e6b422;
  color: #fff;
}

.rank--2 {
  background-color: #888d8f;
  color: #fff;
}

.rank--3 {
  background-color: #ad745c;
  color: #fff;
}

.rank--other {
  border: 1px solid #a6a5bb;
  color: #555;
}

.head_news_line {
  text-align: center;
  font-size: 14px;
  min-height: 32px;
  max-height: 32px;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .head_news_line {
    min-height: unset;
    max-height: unset;
    max-width: unset;
    font-size: 3.2710280374vw;
    padding: 0;
  }
}
.head_news_line .head_news_line_area {
  display: flex;
  justify-content: center;
  max-width: 1140px;
  padding: 0 2rem;
}
@media screen and (max-width: 767px) {
  .head_news_line .head_news_line_area {
    width: 100%;
    max-width: unset;
  }
}
.head_news_line .head_news_line_date {
  word-break: keep-all;
}
.head_news_line .head_news_line_txt {
  margin-left: 24px;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .head_news_line .head_news_line_txt {
    margin-left: 3.5046728972vw;
  }
}

.s-header {
  height: 210px;
}
@media screen and (max-width: 767px) {
  .s-header {
    height: auto;
    position: relative;
  }
}

.s-header__cartCnt {
  font-family: Inter;
  top: 3px;
  right: 0px;
  background: #a81e1e;
}
@media screen and (max-width: 767px) {
  .s-header__cartCnt {
    font-size: 2.3364485vw;
    min-width: 3.7383vw;
    height: 3.7383vw;
    top: 1.168vw;
    right: 0vw;
  }
}

.s-header .s-header-wrap__logo_custum {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 160px;
  height: 160px;
  z-index: 1;
  background-color: #211e55;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
}
@media screen and (min-width: 768px) {
  .s-header .s-header-wrap__logo_custum {
    top: -31px;
  }
}
@media screen and (max-width: 767px) {
  .s-header .s-header-wrap__logo_custum {
    width: 18.691588785vw;
    height: 18.691588785vw;
    top: -3.738317757vw;
  }
  .s-header .s-header-wrap__logo_custum img {
    width: 11.6822429907vw;
    margin: 0 auto;
  }
}
.s-header form {
  margin-block-end: 0em;
}

.s-custum_header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  width: 100%;
  background-color: #fff;
  transition: transform 0.3s 0.3s;
}

.s-header-wrap {
  max-width: var(--container-default);
  margin: auto;
  border-bottom: unset;
  position: unset;
  top: unset;
  left: unset;
  z-index: unset;
  /* top: 50%; */
}

.head_menu_all_wrap {
  position: relative;
  padding-top: 31px;
}
@media screen and (max-width: 767px) {
  .head_menu_all_wrap {
    padding-top: 3.738317757vw;
  }
}
.head_menu_all_wrap::before, .head_menu_all_wrap::after {
  content: "";
  width: 100%;
  height: 8px;
  position: absolute;
}
@media screen and (max-width: 767px) {
  .head_menu_all_wrap::before, .head_menu_all_wrap::after {
    height: 1.8691588785vw;
  }
}
.head_menu_all_wrap::before {
  top: 0;
  background-color: #373465;
}
.head_menu_all_wrap::after {
  top: 8px;
  background-color: #767495;
}
@media screen and (max-width: 767px) {
  .head_menu_all_wrap::after {
    top: 1.8691588785vw;
  }
}
.head_menu_all_wrap .head_menu_all_wrap__inner {
  max-width: 1140px;
  margin: auto;
  position: relative;
  padding: 0 10px;
}
@media screen and (max-width: 767px) {
  .head_menu_all_wrap .head_menu_all_wrap__inner {
    max-width: unset;
    min-width: unset;
    padding: 0;
  }
}
.head_menu_all_wrap .head_menu_main_wrap {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .head_menu_all_wrap .head_menu_main_wrap {
    padding: 2.3364485981vw 0;
  }
}

.head_con_txt {
  font-family: "Noto Sans JP";
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
@media screen and (max-width: 767px) {
  .head_con_txt {
    display: none;
  }
}

.head_menu_main {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  width: auto;
  justify-content: flex-start;
  gap: 1rem 2.4rem;
}
@media screen and (min-width: 768px) {
  .head_menu_main {
    height: 8.4rem;
  }
}
@media screen and (max-width: 767px) {
  .head_menu_main {
    padding: 0 1rem;
  }
}

.head_menu_cont_area {
  display: flex;
  flex-wrap: nowrap;
  align-items: stretch;
  justify-content: flex-start;
  gap: 0 2.4rem;
  width: auto;
  height: 8.3rem;
}
@media screen and (max-width: 767px) {
  .head_menu_cont_area {
    height: unset;
  }
}

.head_menu_cont_area_contentsNav {
  height: 100%;
}
@media screen and (max-width: 767px) {
  .head_menu_cont_area_contentsNav {
    height: unset;
  }
}

.head_menu_cont_area_categoryNav {
  height: 100%;
}
@media screen and (max-width: 767px) {
  .head_menu_cont_area_categoryNav {
    height: unset;
  }
}

.categoryNav_body {
  display: none;
  width: 100%;
  padding: 2rem 6rem;
  background: #fff;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  position: absolute;
  z-index: 2;
  top: 122px;
  left: 0;
  overflow-y: auto;
  max-height: calc(100vh - 8.4rem);
  color: #211e55;
  font-weight: 700;
  font-size: 15px;
}
@media screen and (max-width: 767px) {
  .categoryNav_body {
    display: block;
    padding: 0;
    box-shadow: unset;
    position: relative;
    top: unset;
    max-height: unset;
    font-size: 3.738317757vw;
  }
}

.categoryNav_navlist {
  display: flex;
  flex-wrap: wrap;
}
.categoryNav_navlist .categoryNav_navLink {
  min-width: 200px;
  padding: 10px 0;
}
@media screen and (max-width: 767px) {
  .categoryNav_navlist .categoryNav_navLink {
    min-width: unset;
    padding: 2.3364485981vw 0;
  }
}
@media screen and (max-width: 767px) {
  .categoryNav_navlist {
    display: block;
    width: 100%;
    min-width: unset;
  }
}

.head_menu_cont_area {
  display: flex;
}
@media screen and (max-width: 767px) {
  .head_menu_cont_area {
    display: block;
  }
}

.categoryNav_head {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: flex-start;
  height: 100%;
  padding: 0 0 0 0;
  cursor: pointer;
  position: relative;
  font-weight: bold;
  color: #211e55;
  font-size: 18px;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .categoryNav_head:hover::after {
    content: "";
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 5px;
    background-color: #211e55;
  }
}
@media screen and (max-width: 767px) {
  .categoryNav_head {
    display: block;
    width: 100%;
    height: auto;
    padding: 3.5046728972vw 0 2.3364485981vw;
    border-bottom: 1px solid #211e55;
  }
}
@media screen and (max-width: 767px) {
  .categoryNav_head.active_x::after {
    background-image: url("../img/common/menu_aco_close.svg");
  }
}

.contentsNav_body {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: flex-start;
  height: 100%;
  position: relative;
  color: #211e55;
  font-size: 18px;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .contentsNav_body {
    display: block;
    width: 100%;
    height: auto;
    font-size: 4.2056074766vw;
  }
}
.contentsNav_body:hover::after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 5px;
  background-color: #373465;
}

.contentsNav_navlist {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: flex-start;
  gap: 0 2.4rem;
  width: auto;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .contentsNav_navlist {
    display: block;
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .contentsNav_navLink {
    padding: 2.8vw 0;
    font-size: 3.738317757vw;
  }
}

.freeWordSearch {
  min-width: 31rem;
}
.freeWordSearch .c-freeWordSearchBox {
  padding: 0.6rem 1rem 0.6rem 0.5rem;
  border: 0;
  background-color: #fff;
}
.freeWordSearch .c-freeWordSearchBox__form {
  font-size: 16px;
}
.freeWordSearch .c-freeWordSearchBox__form::placeholder {
  color: #333333;
}
.freeWordSearch.u-hidden-lg-down {
  display: block !important;
}
@media screen and (max-width: 767px) {
  .freeWordSearch.u-hidden-lg-down {
    display: none !important;
  }
}

.freeWordSearch_sp {
  position: absolute;
  top: var(--headvh);
  left: 0;
  width: 100%;
  background-color: #f5f5f5;
  z-index: 3;
  padding: 3.5046728972vw;
  opacity: 0;
  transform: translateY(-30vw);
  transition: all 0.6s ease-in-out;
}
@media screen and (min-width: 768px) {
  .freeWordSearch_sp {
    display: none;
  }
}
.freeWordSearch_sp.show {
  position: fixed;
  display: block;
  opacity: 1;
  transform: translateY(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
  transform: translateY(0vw);
  transition: all 0.6s ease-in-out;
}
.freeWordSearch_sp.show.hidden {
  transform: translateY(-30vw);
  transition: all 0.6s ease-in-out;
  opacity: 0;
}
.freeWordSearch_sp .c-freeWordSearchBox__form {
  font-size: 4.2056074766vw;
}
.freeWordSearch_sp .c-freeWordSearchBox__form::placeholder {
  color: #333;
}
.freeWordSearch_sp .c-freeWordSearchBox {
  align-items: center;
  border: 0;
  border-radius: 10rem;
  background-color: #fff;
  padding: 3.5046728972vw;
}

@media screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
  .freeWordSearch {
    min-width: 28rem;
  }
}
.freeWordSearch.u-hidden-lg-down {
  display: block !important;
}
@media screen and (max-width: 767px) {
  .freeWordSearch.u-hidden-lg-down {
    display: none !important;
  }
}

.right_utility {
  display: flex;
  flex-wrap: wrap;
  margin: 0 0 0 auto;
}
@media screen and (max-width: 767px) {
  .x_navBlok_nav {
    display: none;
    width: 100%;
    height: calc(100vh - var(--headvh));
    padding: 2.3364485981vw 4.6728971963vw;
    position: fixed;
    top: 6rem;
    left: 0;
    z-index: 1000;
    overflow-y: auto;
    background: var(--color-white);
    opacity: 1;
  }
}

.sp_scroll_x {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
}

.space_spmenu {
  height: var(--headvh);
}

.bt_sp_open_menu {
  display: none;
}
@media screen and (max-width: 767px) {
  .bt_sp_open_menu {
    display: block;
  }
}

.disp_none {
  display: none !important;
}

.disp_on {
  display: block;
}

.s-custum_header.hidden {
  transform: translateY(calc(-1 * var(--headvh) - 10px));
}
@media screen and (max-width: 767px) {
  .s-custum_header.hidden {
    transform: translateY(calc(-1 * var(--headvh) - 2vw));
  }
}
.s-custum_header.hidden .s-header-wrap__logo_custum {
  box-shadow: none;
}
@media screen and (max-width: 767px) {
  .s-custum_header.hidden .freeWordSearch_sp.show {
    position: relative;
    display: none;
  }
}

.kodawari_txt {
  margin: auto;
}
@media screen and (max-width: 767px) {
  .kodawari_txt {
    width: 75.934vw;
  }
}

.s-footer {
  padding: unset;
  position: relative;
  border-top: unset;
  padding: 80px 0;
  background-color: #211e55;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .s-footer {
    border-top: unset;
    padding: 11.6822429907vw 0;
  }
}
.s-footer .s-footer__copy {
  text-align: right;
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  width: auto;
  max-width: unset;
}
@media screen and (max-width: 767px) {
  .s-footer .s-footer__copy {
    font-size: 3.2710280374vw;
    margin-top: 7.0093457944vw;
    text-align: left;
  }
}

.footer_area .column {
  flex-wrap: nowrap;
}
@media screen and (max-width: 767px) {
  .footer_area .column {
    display: block;
  }
}
.footer_area .footer_col_l {
  width: 190px;
}
@media screen and (max-width: 767px) {
  .footer_area .footer_col_l {
    width: unset;
  }
}
@media screen and (min-width: 768px) {
  .footer_area .footer_col_r {
    flex: 1;
  }
}
.footer_area .footer_logo_custum img {
  width: 110px;
}
@media screen and (max-width: 767px) {
  .footer_area .footer_logo_custum img {
    margin: 0 auto;
  }
}
.footer_area .footer_block {
  border-top: 1px solid #908faa;
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .footer_area .footer_block {
    margin-top: 7.0093457944vw;
  }
}
.footer_area .footer_block.menu_area {
  border-top: 0;
  margin-top: 0;
}
.footer_area .footer_block.info_area {
  padding-top: 40px;
}
@media screen and (max-width: 767px) {
  .footer_area .footer_block.info_area {
    padding-top: 7.0093457944vw;
  }
}
.footer_area .footer_menu_tl {
  font-size: 16px;
  font-weight: 700;
  padding-bottom: 10px;
}
@media screen and (min-width: 768px) {
  .footer_area .footer_menu_tl:not(:first-of-type) {
    margin-top: 40px;
  }
}
@media screen and (max-width: 767px) {
  .footer_area .footer_menu_tl {
    font-size: 3.738317757vw;
    margin-top: 7.0093457944vw;
    padding-bottom: 3.5046728972vw;
  }
}
.footer_area .footer_menu_link {
  font-size: 13px;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .footer_area .footer_menu_link {
    font-size: 3.2710280374vw;
  }
}
.footer_area .footer_menu_link > li {
  display: inline-block;
  vertical-align: middle;
}
.footer_area .footer_menu_link > li::after {
  content: "";
  display: inline-block;
  width: 1px;
  height: 1em;
  background-color: #fff;
  margin: 0 20px;
}
@media screen and (max-width: 767px) {
  .footer_area .footer_menu_link > li::after {
    margin: 0 4.6728971963vw;
  }
}
.footer_area .footer_menu_link > li:last-of-type::after {
  display: none;
}
.footer_area .footer_menu_link + .footer_menu_link {
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  .footer_area .footer_menu_link + .footer_menu_link {
    margin-top: 4.6728971963vw;
  }
}
@media screen and (min-width: 768px) {
  .footer_area .info_area .column_inner {
    flex: 1;
  }
}
@media screen and (max-width: 767px) {
  .footer_area .info_area .column_inner:not(:first-of-type) {
    margin-top: 5.8411214953vw;
  }
}
.footer_area .tel_sp_only {
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .footer_area .tel_sp_only {
    pointer-events: unset;
  }
}
.footer_area .tel_area {
  display: flex;
  align-items: flex-start;
}
@media screen and (max-width: 767px) {
  .footer_area .tel_area img {
    width: 13.5514018692vw;
  }
}
.footer_area .ft_left_num {
  font-family: Roboto;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-left: 14px;
}
@media screen and (max-width: 767px) {
  .footer_area .ft_left_num {
    font-size: 7.476635514vw;
    margin-left: 3.5046728972vw;
  }
}
.footer_area .info_text {
  padding-top: 5px;
  font-size: 14px;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .footer_area .info_text {
    padding-top: 1.1682242991vw;
    font-size: 3.2710280374vw;
    line-height: 1.8;
  }
}
.footer_area .info_text span {
  font-family: Roboto;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
@media screen and (max-width: 767px) {
  .footer_area .info_text span {
    font-size: 4.6728971963vw;
  }
}
.footer_area .column_sub {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .footer_area .column_sub {
    display: block;
  }
}
.footer_area .sns_area {
  display: flex;
  align-items: center;
}
.footer_area .sns_area > li {
  margin-left: 18px;
  width: 24px;
  height: 24px;
}
@media screen and (max-width: 767px) {
  .footer_area .sns_area > li {
    width: 5.6074766355vw;
    height: 5.6074766355vw;
    margin-left: 3.738317757vw;
  }
}
.footer_area .sns_area > li:first-of-type {
  margin-left: 0;
}
.footer_area .sns_area > li img {
  width: 100%;
}
.footer_area .ic_official {
  white-space: nowrap;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .footer_area .ic_official {
    margin-left: 17px;
  }
}
@media screen and (max-width: 767px) {
  .footer_area .ic_official {
    margin-top: 4.6728971963vw;
    font-size: 3.2710280374vw;
  }
}
.footer_area .ic_official::after {
  content: "";
  background: url("../img/common/icon/icn_official_site.svg") no-repeat center center/contain;
  width: 15px;
  height: 11px;
  display: inline-block;
  vertical-align: middle;
  margin-left: 5px;
}
@media screen and (max-width: 767px) {
  .footer_area .ic_official::after {
    width: 3.5046728972vw;
    height: 2.5700934579vw;
    margin-left: 1.1682242991vw;
  }
}
.footer_area .ic_official:hover::after {
  opacity: 0.7;
}

@media screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
  .footer_area .ft_left_num {
    font-size: 30px;
  }
  .footer_area .footer_col_l {
    width: 150px;
  }
  .footer_area .footer_col_l .footer_logo_custum {
    margin-left: 10px;
  }
  .footer_block.info_area.info_sns_copy .column {
    display: block;
  }
  .s-footer .s-footer__copy {
    text-align: left;
    margin-top: 30px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .footer_area .footer_col_l .footer_logo_custum {
    margin-left: 10px;
  }
}
.s-header-categoryNav:hover {
  border-bottom: 5px solid rgba(0, 0, 0, 0);
}

.s-header-categoryNav {
  border-bottom: 5px solid rgba(0, 0, 0, 0);
}

.s-header-categoryNav__head::after {
  content: unset;
}

@media screen and (min-width: 992px) {
  .s-header-categoryNav__body {
    /* display: none; */
    width: 100%;
    max-height: calc(100vh - 8.4rem);
    overflow-y: auto;
    position: absolute;
    left: unset;
    top: 8.4rem;
    padding: 5rem 2rem;
    background: rgba(255, 255, 255, 0.9);
    z-index: 2;
  }
}
@media screen and (min-width: 992px) {
  .s-header-categoryNav__head {
    font-size: 1.4rem;
    font-weight: 700;
  }
}
@media screen and (min-width: 992px) {
  .s-header-contentsNav__navLink > a {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.4rem;
    font-weight: 700;
  }
  .s-header-categoryNav__body {
    border-radius: 8px;
    background: #FFF;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
    /* min-width: 200px; */
    width: 200px;
    padding: 1.6rem 1.6rem;
  }
  .s-header-categoryNav__navlist {
    gap: 1.6rem 4rem;
  }
  .s-header-categoryNav__navLink > a {
    font-size: 1.4rem;
    font-weight: 500;
  }
}
.s-header-utilityList__item {
  display: block;
  width: 5.9rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .s-header-utilityList__item {
    width: 10.6168vw;
  }
}
@media screen and (min-width: 768px) {
  .s-header-utilityList__item.sp_only {
    width: unset;
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .s-header-utilityList {
    margin-right: 2.3364485981vw;
  }
}

.s-header-utilityList__icon {
  display: block;
  width: 4rem;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .s-header-utilityList__icon {
    width: 9.34579vw;
  }
}

.s-header-utilityList__icon--search img {
  width: 80%;
}

.head_icn_set_txt {
  text-align: center;
  font-size: 10px;
  font-weight: 500;
  color: #211e55;
}
@media screen and (max-width: 767px) {
  .head_icn_set_txt {
    display: none;
  }
}

.hidden_wrap_mv {
  overflow: hidden;
}

.product_img_wrap {
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 2.4rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .product_img_wrap {
    border-radius: 2.3364485981vw;
  }
}
.product_img_wrap .new_mark_icn {
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 767px) {
  .product_img_wrap .new_mark_icn {
    width: 11.214953271vw;
    height: 11.214953271vw;
  }
}
.product_img_wrap .new_mark_icn img {
  width: 50%;
  height: 50%;
}
@media screen and (max-width: 767px) {
  .product_img_wrap .new_mark_icn img {
    width: unset;
    height: unset;
  }
}

.product_img_area {
  position: relative;
}

.product_title_txt {
  color: #222;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 1.6rem;
}
@media screen and (max-width: 767px) {
  .product_title_txt {
    font-size: 3.738vw;
    margin-bottom: 2.3364485981vw;
  }
}

.product_price {
  color: #222;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.product_price span {
  font-size: 12px;
}
@media screen and (max-width: 767px) {
  .product_price {
    font-size: 3.738317757vw;
  }
  .product_price span {
    font-size: 2.8037383178vw;
  }
}

.product_sub_txt {
  color: #222;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding-top: 15px;
}
@media screen and (max-width: 767px) {
  .product_sub_txt {
    font-size: 3.271vw;
  }
}

.sec_title {
  font-size: 26px;
  font-weight: 700;
  display: flex;
  align-items: center;
  line-height: 100%;
  color: #211e55;
}
@media screen and (max-width: 767px) {
  .sec_title {
    font-size: 4.6728971963vw;
  }
}

.sec_title_eng {
  font-size: 22px;
  font-weight: 700;
  line-height: 100%;
  padding-left: 10px;
  color: #9e8971;
}
.sec_title_eng::before {
  content: "";
  display: inline-block;
  width: 40px;
  height: 1px;
  background-color: #9e8971;
  vertical-align: middle;
  margin-right: 10px;
}
@media screen and (max-width: 767px) {
  .sec_title_eng {
    font-size: 3.9719626168vw;
  }
}

.product_area:nth-child(n+3) {
  background-color: #CF4003;
}

@media screen and (max-width: 767px) {
  .product_area .product_set_link_wrap .product_set {
    max-width: unset;
  }
}
.product_area .product_set_link_wrap .product_set .mono_img_area_wrap {
  position: relative;
}
.product_area .product_set_link_wrap .product_set .mono_img_area_wrap .pic_wrap_kadomaru {
  max-width: 267px;
  max-height: 200px;
  min-height: 200px;
  border-radius: 8px;
  overflow: hidden;
  position: relative;
  border: 1px solid #f5f5f5;
  display: flex;
}
@media screen and (max-width: 767px) {
  .product_area .product_set_link_wrap .product_set .mono_img_area_wrap .pic_wrap_kadomaru {
    max-width: unset;
    max-height: unset;
    min-height: unset;
    height: 31.84vw;
  }
}
.product_area .product_set_link_wrap .product_set .product_icn_area {
  margin-top: 15px;
}
@media screen and (max-width: 767px) {
  .product_area .product_set_link_wrap .product_set .product_icn_area {
    margin-top: 3.7383vw;
  }
}
.product_area .product_set_link_wrap .product_set .product_icn_area .product_icn_area_wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem 0.8rem;
}
@media screen and (max-width: 767px) {
  .product_area .product_set_link_wrap .product_set .product_icn_area .product_icn_area_wrap {
    gap: 0.9345vw 1.8691vw;
  }
}
.product_area .product_set_link_wrap .product_set .product_icn_area .product_icn_area_wrap .product_icn {
  width: 64px;
  height: auto;
}
.product_area .product_set_link_wrap .product_set .product_icn_area .product_icn_area_wrap .product_icn:empty {
  display: none;
}

@media screen and (max-width: 767px) {
  .sec_w_main {
    margin-top: 3.5046728972vw;
  }
}

.sec_w_recommend {
  padding-top: 4rem !important;
}

@media screen and (max-width: 767px) {
  .l-container.recommend_area,
  .l-container.new_item_area,
  .l-container.rank_area {
    padding: 0;
  }
  .l-container.recommend_area .title_block,
  .l-container.new_item_area .title_block,
  .l-container.rank_area .title_block {
    padding: 0 4.6728971963vw;
  }
  .product_area.slider {
    display: flex;
    overflow-x: scroll;
  }
  .product_area.slider > div {
    flex-shrink: 0;
    width: 39vw;
    margin: 0 2.3364485981vw;
  }
  .product_area.slider > div:first-of-type {
    margin-left: 4.6728971963vw;
  }
  .product_area.slider > div:last-of-type {
    margin-right: 4.6728971963vw;
  }
  .product_area.slider .product_img {
    width: 100%;
  }
}
.sec_w_appeal a:not(:first-of-type) .appeal_wrap {
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .sec_w_appeal a:not(:first-of-type) .appeal_wrap {
    margin-top: 4.6728971963vw;
  }
}
.sec_w_appeal .appeal_wrap {
  border-radius: 10px;
  height: 330px;
  max-width: 1140px;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .sec_w_appeal .appeal_wrap {
    border-radius: 2.3364485981vw;
    width: 100%;
    height: 56.0747663551vw;
    max-width: unset;
  }
}
.sec_w_appeal .appeal_wrap.appeal01 {
  background: url("../img/home/ig_mv/appeal_bg1.jpg") no-repeat left center/cover;
  display: flex;
  flex-direction: row-reverse;
}
.sec_w_appeal .appeal_wrap.appeal02 {
  background: url("../img/home/ig_mv/appeal_bg2.jpg") no-repeat left center/cover;
  display: flex;
}
.sec_w_appeal .appeal_wrap.appeal02 .appeal_desc_inner {
  text-align: right;
}
.sec_w_appeal .appeal_wrap .appeal_desc {
  background-color: rgba(255, 255, 255, 0.9);
  width: 387px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .sec_w_appeal .appeal_wrap .appeal_desc {
    width: 43.2242990654vw;
  }
}
.sec_w_appeal .desc {
  font-size: 18px;
  font-weight: 700;
  padding-bottom: 25px;
}
@media screen and (max-width: 767px) {
  .sec_w_appeal .desc {
    font-size: 3.738317757vw;
  }
}
.sec_w_appeal .btn {
  font-size: 14px;
  font-weight: 500;
  display: inline-block;
  padding: 8px 40px 8px 10px;
  border: 1px solid rgba(33, 30, 85, 0.4);
  line-height: 100%;
  position: relative;
}
@media screen and (max-width: 767px) {
  .sec_w_appeal .btn {
    padding: 1.8691588785vw 9.3457943925vw 1.8691588785vw 2.3364485981vw;
    font-size: 2.8037383178vw;
  }
}
.sec_w_appeal .btn::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  width: 8px;
  height: 8px;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  transform: translateY(-50%) rotate(45deg);
}
@media screen and (max-width: 767px) {
  .sec_w_appeal .btn::after {
    right: 4.6728971963vw;
    width: 1.8691588785vw;
    height: 1.8691588785vw;
  }
}

.sec_w_category .category_wrap .column_block a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  border-radius: 10px;
  text-align: center;
  padding: 10px;
}
@media screen and (max-width: 767px) {
  .sec_w_category .category_wrap .column_block a {
    font-size: 4.2056074766vw;
    border-radius: 2.3364485981vw;
    padding: 2.3364485981vw;
  }
}
.sec_w_category .category_wrap.column_pc3_sp2 .column_block {
  height: 367px;
}
.sec_w_category .category_wrap.column_pc3_sp2 .column_block a {
  height: 100%;
}
.sec_w_category .category_wrap.column_pc3_sp2 .column_block a.cate_soy_sauce {
  background: url("../img/home/ig_mv/cate_soy_sauce.jpg") no-repeat center center/cover;
}
.sec_w_category .category_wrap.column_pc3_sp2 .column_block a.cate_dashi {
  background: url("../img/home/ig_mv/cate_dashi.jpg") no-repeat center center/cover;
}
.sec_w_category .category_wrap.column_pc3_sp2 .column_block a.cate_dressing {
  background: url("../img/home/ig_mv/cate_dressing.jpg") no-repeat center center/cover;
}
.sec_w_category .category_wrap.column_pc3_sp2 .column_block a.cate_miso {
  background: url("../img/home/ig_mv/cate_miso.jpg") no-repeat center center/cover;
}
.sec_w_category .category_wrap.column_pc3_sp2 .column_block a.cate_tare {
  background: url("../img/home/ig_mv/cate_tare.jpg") no-repeat center center/cover;
}
.sec_w_category .category_wrap.column_pc3_sp2 .column_block a.cate_etc_seasoning {
  background: url("../img/home/ig_mv/cate_etc_seasoning.jpg") no-repeat center center/cover;
}
.sec_w_category .category_wrap.column_pc3_sp2 .column_block a.cate_etc {
  background: url("../img/home/ig_mv/cate_etc.jpg") no-repeat center center/cover;
}
.sec_w_category .category_wrap.column_pc3_sp2 .column_block a.cate_gift {
  background: url("../img/home/ig_mv/cate_gift.jpg") no-repeat center center/cover;
}
.sec_w_category .category_wrap.column_pc3_sp2 .column_block a.cate_agodashi {
  background: url("../img/home/ig_mv/cate_agodashi.jpg") no-repeat center center/cover;
}
@media screen and (max-width: 767px) {
  .sec_w_category .category_wrap.column_pc3_sp2 .column_block {
    height: 43.2242990654vw;
  }
}
.sec_w_category .category_wrap.column_pc4_sp2 .column_block {
  height: 110px;
}
.sec_w_category .category_wrap.column_pc4_sp2 .column_block a {
  height: 100%;
}
.sec_w_category .category_wrap.column_pc4_sp2 .column_block a.cate_s_miso {
  background: url("../img/home/ig_mv/cate_s_miso.jpg") no-repeat center center/cover;
}
.sec_w_category .category_wrap.column_pc4_sp2 .column_block a.cate_s_vinegar {
  background: url("../img/home/ig_mv/cate_s_vinegar.jpg") no-repeat center center/cover;
}
.sec_w_category .category_wrap.column_pc4_sp2 .column_block a.cate_s_flavor {
  background: url("../img/home/ig_mv/cate_s_flavor.jpg") no-repeat center center/cover;
}
.sec_w_category .category_wrap.column_pc4_sp2 .column_block a.cate_s_agodashi {
  background: url("../img/home/ig_mv/cate_s_agodashi.jpg") no-repeat center center/cover;
}
.sec_w_category .category_wrap.column_pc4_sp2 .column_block a.cate_s_outlet {
  background: url("../img/home/ig_mv/cate_s_outlet.jpg") no-repeat center center/cover;
}
.sec_w_category .category_wrap.column_pc4_sp2 .column_block a.cate_s_point2 {
  background: url("../img/home/ig_mv/cate_s_point2.jpg") no-repeat center center/cover;
}
@media screen and (max-width: 767px) {
  .sec_w_category .category_wrap.column_pc4_sp2 .column_block {
    margin-top: 4.6728971963vw;
    height: 17.523364486vw;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
  .sec_w_category .category_wrap.column_pc3_sp2 .column_block {
    height: 30.3738317757vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .sec_w_category .category_wrap.column_pc3_sp2 .column_block {
    height: 30.3738317757vw;
  }
}
.sec_w_siteinfo .siteinfo_area .column_block {
  background-color: #fff;
  border: 2px solid #908eaa;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.sec_w_siteinfo .siteinfo_area .text_main_underline {
  font-weight: 700;
  background: linear-gradient(transparent 60%, #fff693 60%);
}
.sec_w_siteinfo .siteinfo_area a {
  display: block;
  padding: 20px;
}
@media screen and (max-width: 767px) {
  .sec_w_siteinfo .siteinfo_area a {
    padding: 4.6728971963vw;
  }
}
.sec_w_siteinfo .siteinfo_area a span {
  font-size: 20px;
}
@media screen and (max-width: 767px) {
  .sec_w_siteinfo .siteinfo_area a span {
    font-size: 4.6728971963vw;
  }
}
.sec_w_siteinfo .siteinfo_area .text_sub {
  font-size: 16px;
  font-weight: 600;
  margin-top: 15px;
}
@media screen and (max-width: 767px) {
  .sec_w_siteinfo .siteinfo_area .text_sub {
    font-size: 3.738317757vw;
    margin-top: 3.5046728972vw;
  }
}
.sec_w_siteinfo .siteinfo_area .btn {
  background-color: #211e55;
  color: #fff;
  display: inline-block;
  padding: 10px 20px;
  border-radius: 4px;
  line-height: 100%;
  margin-top: 25px;
  font-size: 14px;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .sec_w_siteinfo .siteinfo_area .btn {
    padding: 2.3364485981vw 4.6728971963vw;
    border-radius: 0.9345794393vw;
    font-size: 3.2710280374vw;
    margin-top: 4.6728971963vw;
  }
}
.sec_w_siteinfo .siteinfo_area .column_pc3_sp2 .text_main_underline {
  font-size: 20px;
}
@media screen and (max-width: 767px) {
  .sec_w_siteinfo .siteinfo_area .column_pc3_sp2 .text_main_underline {
    font-size: 4.6728971963vw;
  }
}
.sec_w_siteinfo .siteinfo_area .column_pc4_sp2 {
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .sec_w_siteinfo .siteinfo_area .column_pc4_sp2 {
    margin-top: 4.6728971963vw;
  }
}
.sec_w_siteinfo .siteinfo_area .column_pc4_sp2 .text_main_underline {
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  .sec_w_siteinfo .siteinfo_area .column_pc4_sp2 .text_main_underline {
    font-size: 3.2710280374vw;
  }
}

.sec_w_news {
  padding-top: 80px;
}
@media screen and (max-width: 767px) {
  .sec_w_news {
    padding-top: 11.6822429907vw;
  }
}

.newslist_wrap {
  margin-top: 40px;
  display: flex;
  justify-content: flex-end;
}
@media screen and (max-width: 767px) {
  .newslist_wrap {
    margin-top: 4.6728vw;
  }
}
.newslist_wrap .news_box {
  width: 752px;
}
.newslist_wrap .news_box .news_line {
  display: flex;
  padding: 20px 0px;
  border-bottom: #a5a4ba solid 1px;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .newslist_wrap .news_box .news_line {
    padding: 3.73831vw 0px;
    align-items: flex-start;
  }
}
.newslist_wrap .news_box .news_line .news_datetime {
  font-family: Inter;
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  display: inline-block;
  width: 100px;
  min-width: 100px;
}
@media screen and (max-width: 767px) {
  .newslist_wrap .news_box .news_line .news_datetime {
    font-size: 3.0373831776vw;
    margin-top: 0.769vw;
    min-width: 17.5233vw;
  }
}
.newslist_wrap .news_box .news_line .news_txt_txt {
  font-family: "Noto Sans JP";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
@media screen and (max-width: 767px) {
  .newslist_wrap .news_box .news_line .news_txt_txt {
    font-size: 3.2710280374vw;
  }
}

.title_block {
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .title_block {
    margin-bottom: 7.0093457944vw;
  }
}

@media screen and (max-width: 767px) {
  .title_block.map_title_block {
    display: block;
  }
}

.title_block_more {
  display: flex;
  align-items: center;
}

.title_block_more_txt {
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  position: relative;
  padding-right: 24px;
}
@media screen and (max-width: 767px) {
  .title_block_more_txt {
    font-size: 3.2710280374vw;
    padding-right: 5.6074766355vw;
  }
}
.title_block_more_txt:hover::after {
  right: -4px;
}
.title_block_more_txt::after {
  transition: 0.3s all;
  position: absolute;
  z-index: 50;
  top: 30%;
  right: 0px;
  width: 15px;
  height: 6px;
  content: "";
  background-image: url("../img/common/yaji_right.svg");
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (max-width: 767px) {
  .title_block_more_txt::after {
    width: 3.5vw;
    height: 1.4vw;
  }
}

.m-productDetailImg-slider__item {
  border-radius: 24px;
}

.m-productDetailImg-thumsList__image {
  border-radius: 4px;
}

.c-product-body__title-name {
  font-size: 1.3rem;
  font-family: "Noto Sans JP", sans-serif;
}

.c-product-body__price.c-product-body__price--bold {
  font-weight: normal;
  font-size: 1.4rem;
  font-family: "Inter", sans-serif;
}

.prod_text_zeikomi {
  font-size: 1.2rem;
}

.p-productSkuBottomBtn .c-btn-cart {
  background-color: #cf4003;
  border: 1px solid #CF4003;
  height: 48px;
}
.p-productSkuBottomBtn .c-btn-cart::before {
  content: unset;
}

.p-productDetailWrap__detailBlock .p-productSkuBottomBtn {
  gap: 2.4rem !important;
}
.p-productDetailWrap__detailBlock .p-productSkuBottomBtn .p-productSkuBottomBtn__cart {
  width: 403px;
}
@media screen and (max-width: 767px) {
  .p-productDetailWrap__detailBlock .p-productSkuBottomBtn .p-productSkuBottomBtn__cart {
    width: 100%;
  }
}

.m-productStockStatusInfo__button {
  text-decoration: none !important;
  color: #09689D !important;
}

ul.new_mark_icn.product_icn_area_wrap li:nth-child(n+2) {
  display: none;
  /* 2番目以降のliを非表示 */
}

.rank_senyo_icn.product_icn_area_wrap li:nth-child(1) {
  display: none;
}

.c-product-head__status ul.c-product-sIcon li:nth-child(1) {
  display: none;
}

.c-product-head__status {
  margin-top: 16px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .c-product-head__status {
    margin-top: 4.26666vw;
  }
}

@media screen and (min-width: 992px) {
  .p-productDetailWrap__recommendBlock-item .m-productLine-col2-md4-scroll__item {
    width: calc(27% - 1.11rem) !important;
  }
}
@media screen and (max-width: 767px) {
  .p-productDetailWrap__recommendBlock-item .m-productLine-col2-md4-scroll__item {
    width: 17.5rem;
  }
}

.new_mark_pro_ico {
  position: absolute;
  top: 0;
  left: 0;
}

.c-productUser-sIcon li:nth-child(1) {
  display: none;
}

.c-productUser-head__status {
  position: relative;
}

.l-container.l-container-sm.guide_page_wrap {
  max-width: 1140px;
  min-width: unset;
}
.l-container.l-container-sm.guide_page_wrap .l-container-sm {
  max-width: 1140px;
}
.l-container.l-container-sm.guide_page_wrap .l-container.p-guideBody {
  min-width: unset;
}

.sage_moji_guide {
  display: block;
  padding-left: 1em;
}

.otodoke_wrap {
  display: flex;
  flex-wrap: wrap;
  width: 50%;
  margin-top: 16px;
  margin-bottom: 8px;
}
@media screen and (max-width: 767px) {
  .otodoke_wrap {
    width: 100%;
  }
}
.otodoke_wrap dt {
  width: 40%;
  background-color: #ffffff;
  margin-bottom: 8px;
  border-bottom: 1px solid #D9D9D9;
}
.otodoke_wrap dd {
  padding-left: 16px;
  width: 60%;
  margin-bottom: 8px;
  background-color: #ffffff;
  border-bottom: 1px solid #D9D9D9;
}

.p-guide-section {
  position: relative;
}
.p-guide-section .outlink_s {
  width: 100px;
  position: absolute;
  top: -151px;
  left: 0;
}

@media screen and (max-width: 767px) {
  .title_block.productpage_title_block h2 span {
    font-size: 3.271vw;
  }
}

.c-product-head__status.product_icon_cheack {
  margin-top: 24px;
}
@media screen and (max-width: 767px) {
  .c-product-head__status.product_icon_cheack {
    margin-top: 3.7383vw;
  }
}

/* 注文拡張項目名（「備考（のし・包装指定等）」）を表示するためコメントアウト
.m-orderInfoDetail-wrap .m-formInputArea-item .c-formInput-itemTitle {
  display: none;
}
*/

.caution_txt {
  color: #cf4003;
  padding-left: 1.6rem;
  padding-right: 1.6rem;
}

.to_top_bt {
  display: none;
  position: fixed;
  bottom: 24px;
  right: 24px;
  z-index: 100;
}
@media screen and (max-width: 767px) {
  .to_top_bt {
    right: 0.3vw;
    bottom: 6.4vw;
  }
}

.p-refinedSearchBtn__btn {
  right: 2.5rem;
  bottom: 11.5rem;
}

@media screen and (max-width: 767px) {
  .pos_change {
    bottom: 18.4vw;
  }
}

.slide_wrap {
  position: relative;
}

.slider .slick-slide {
  margin: 0 10px;
  height: auto;
}
@media screen and (max-width: 767px) {
  .slider .slick-slide {
    margin: 0 2.3364485981vw;
  }
}

.slick-track {
  margin-left: 0;
}

.slick_mv img {
  width: 100%;
}
.slick_mv .slick-slide img {
  border-radius: 10px;
}
@media screen and (max-width: 767px) {
  .slick_mv .slick-slide img {
    border-radius: 2.3364485981vw;
  }
}

.slide-dots {
  display: flex;
  justify-content: center;
  margin-top: 15px;
}
@media screen and (max-width: 767px) {
  .slide-dots {
    margin-top: 3.5046728972vw;
  }
}
.slide-dots li button {
  width: 10px;
  height: 10px;
  margin: 10px;
  font-size: 0;
  padding: 0;
  border: 0;
  outline: none;
  cursor: pointer;
  background: #bdbccc;
  border-radius: 50%;
}
@media screen and (max-width: 767px) {
  .slide-dots li button {
    width: 2.3364485981vw;
    height: 2.3364485981vw;
    margin: 2.3364485981vw;
  }
}
.slide-dots li.slick-active button {
  background: #211e55;
}

.slick_rank {
  opacity: 0;
  transition: all 0.15s;
}
@media screen and (max-width: 767px) {
  .slick_rank {
    opacity: 1;
  }
}

.slick_rank.slick-initialized {
  opacity: 1;
}

.slick-prev:before,
.slick-next:before {
  color: #000 !important;
}

.slide-arrow {
  position: absolute;
  width: 32px;
  height: 32px;
  cursor: pointer;
  z-index: 1;
  border: 0;
}
.slide-arrow.prev-arrow {
  left: 0;
  background: url(../../assets/img/common/maru_yaji_l.svg) no-repeat center center/cover;
}
.slide-arrow.next-arrow {
  right: 0;
  background: url(../../assets/img/common/maru_yaji_r.svg) no-repeat center center/cover;
}

.arrow_box_recommend .slide-arrow {
  top: 170px;
}

.arrow_box_new_item .slide-arrow {
  top: 120px;
}

.arrow_box_rank .slide-arrow {
  top: 170px;
}

@media screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
  .arrow_box_recommend .slide-arrow {
    top: 90px;
  }
  .arrow_box_new_item .slide-arrow {
    top: 60px;
  }
  .arrow_box_rank .slide-arrow {
    top: 110px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .arrow_box_recommend .slide-arrow {
    top: 140px;
  }
  .arrow_box_new_item .slide-arrow {
    top: 100px;
  }
  .arrow_box_rank .slide-arrow {
    top: 140px;
  }
}
.swiper_mv {
  position: relative;
  /*スライダーの幅と高さを調整*/
  width: 100%;
  margin: 1.6rem auto 3.4rem;
  min-width: 1180px;
  height: 32.65625vw;
  min-height: 385.34px;
  /*各スライドの背景色の設定*/
  /* 前へ次への矢印カスタマイズ */
  /* 前への矢印カスタマイズ */
  /* 次への矢印カスタマイズ */
}
@media screen and (max-width: 767px) {
  .swiper_mv {
    min-width: 100%;
    height: fit-content;
    min-height: unset;
    margin: 0rem auto 9vw;
  }
}
.swiper_mv .swiper-pagination {
  bottom: -3.4rem !important;
}
@media screen and (max-width: 767px) {
  .swiper_mv .swiper-pagination {
    bottom: -7vw;
  }
}
.swiper_mv .swiper-slide {
  /*スライド要素の幅と高さを調整*/
  width: 43.59375vw;
  height: 100%;
  overflow: hidden;
  border-radius: 24px;
  box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.1);
  /*テキストの位置調整*/
  display: flex;
  justify-content: center;
  align-items: center;
  /*テキストの色と太さを指定*/
  color: #fff;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .swiper_mv .swiper-slide {
    border-radius: unset;
  }
}
.swiper_mv .swiper-slide a {
  width: 100%;
}
.swiper_mv .swiper-slide img {
  width: 100%;
}
.swiper_mv .swiper-button-prev:after,
.swiper_mv .swiper-button-next:after {
  content: "";
  width: 1rem;
  height: 1rem;
  border: 0;
  border-top: solid 0.5rem #f5b2b2;
  border-right: solid 0.5rem #f5b2b2;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.swiper_mv .swiper-button-prev:before {
  border-bottom: 20px solid transparent;
  border-right: 30px solid #ff4500;
  border-top: 20px solid transparent;
}
.swiper_mv .swiper-button-prev:after {
  transform: rotate(-135deg);
}
.swiper_mv .swiper-button-next:before {
  border-bottom: 20px solid transparent;
  border-left: 30px solid #ff4500;
  border-top: 20px solid transparent;
}
.swiper_mv .swiper-button-next:after {
  transform: rotate(45deg);
}

.swiper_mv_tokushu {
  position: relative;
  /*スライダーの幅と高さを調整*/
  width: 100%;
  height: fit-content;
  margin: 2.4rem auto 3.4rem;
  /* 前へ次への矢印カスタマイズ */
  /* 前へ次への矢印カスタマイズ */
  /* 前への矢印カスタマイズ */
  /* 次への矢印カスタマイズ */
}
.swiper_mv_tokushu .swiper-pagination {
  bottom: -3.4rem !important;
}
@media screen and (max-width: 767px) {
  .swiper_mv_tokushu {
    margin: 2.4rem auto 0rem;
  }
}
.swiper_mv_tokushu .kadomaru {
  border-radius: 24px;
  box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.1);
  height: 21.25vw;
  max-height: 273px;
  min-height: 273px;
  width: 28.4375vw;
  max-width: 364px;
  min-width: 364px;
  overflow: hidden;
  margin-bottom: 2.4rem;
}
@media screen and (max-width: 767px) {
  .swiper_mv_tokushu .kadomaru {
    border-radius: 16px;
    height: 56.0747vw;
    max-height: unset;
    min-height: unset;
    width: 74.7666vw;
    max-width: unset;
    min-width: unset;
  }
}
.swiper_mv_tokushu .toku_title_txt {
  color: #333;
  font-family: "Noto Sans JP";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 1.6rem;
}
@media screen and (max-width: 767px) {
  .swiper_mv_tokushu .toku_title_txt {
    font-size: 3.738vw;
  }
}
.swiper_mv_tokushu .toku_sub_txt {
  color: #666;
  font-family: "Noto Sans JP";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
@media screen and (max-width: 767px) {
  .swiper_mv_tokushu .toku_sub_txt {
    font-size: 3.271vw;
  }
}
.swiper_mv_tokushu .swiper-slide_child_area {
  height: 100%;
}
.swiper_mv_tokushu .swiper-slide {
  /*スライド要素の幅と高さを調整*/
  width: 28.4375vw;
  max-width: 364px;
  height: auto;
  /*テキストの位置調整*/
  /*テキストの色と太さを指定*/
  color: #fff;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .swiper_mv_tokushu .swiper-slide {
    width: 74.7666vw !important;
    max-width: unset;
  }
}
.swiper_mv_tokushu .swiper-slide img {
  width: 100%;
}
.swiper_mv_tokushu .swiper-button-prev_s,
.swiper_mv_tokushu .swiper-button-next_s {
  display: block;
  height: 32px;
  width: 32px;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .swiper_mv_tokushu .swiper-button-prev_s,
  .swiper_mv_tokushu .swiper-button-next_s {
    display: none;
  }
}
.swiper_mv_tokushu .swiper-button-prev_s {
  position: absolute;
  top: 120px;
  left: -16px;
  z-index: 3;
}
.swiper_mv_tokushu .swiper-button-next_s {
  position: absolute;
  top: 120px;
  right: -16px;
  z-index: 3;
}
.swiper_mv_tokushu .swiper-button-prev_s::after {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
  filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, 0.08));
}
.swiper_mv_tokushu .swiper-button-next_s::after {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 3;
}
.swiper_mv_tokushu .swiper-button-prev_s::after,
.swiper_mv_tokushu .swiper-button-next_s::after {
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 32px;
  width: 32px;
  margin: auto;
}
.swiper_mv_tokushu .swiper-button-prev_s::after {
  background-image: url(../img/common/maru_yaji_l.svg);
}
.swiper_mv_tokushu .swiper-button-next_s::after {
  background-image: url(../img/common/maru_yaji_r.svg);
}

.swiper_mono_osusume {
  position: relative;
  /*スライダーの幅と高さを調整*/
  width: 100%;
  height: fit-content;
  /* 前へ次への矢印カスタマイズ 外枠な*/
  /* 前へ次への矢印カスタマイズ 実体*/
  /* 前への矢印カスタマイズ */
  /* 次への矢印カスタマイズ */
}
.swiper_mono_osusume .swiper-pagination {
  bottom: -3.4rem !important;
}
.swiper_mono_osusume .swiper-button-prev_m {
  position: absolute;
  top: 84px;
  left: -16px;
  z-index: 3;
}
@media screen and (max-width: 767px) {
  .swiper_mono_osusume .swiper-button-prev_m {
    display: none !important;
  }
}
.swiper_mono_osusume .swiper-button-next_m {
  position: absolute;
  top: 84px;
  right: -16px;
  z-index: 3;
}
@media screen and (max-width: 767px) {
  .swiper_mono_osusume .swiper-button-next_m {
    display: none !important;
  }
}
.swiper_mono_osusume .swiper-button-prev_m::after {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
  filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, 0.08));
}
.swiper_mono_osusume .swiper-button-next_m::after {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 3;
}
.swiper_mono_osusume .slide-arrow.prev-arrow {
  position: absolute;
  display: block;
  width: 32px;
  height: 32px;
  left: -14px;
  top: 84px;
}
.swiper_mono_osusume .slide-arrow.next-arrow {
  position: absolute;
  right: -14px;
  top: 84px;
  display: block;
  width: 32px;
  height: 32px;
}
.swiper_mono_osusume .slide-arrow.prev-arrow::after {
  position: absolute;
  z-index: 50;
  top: 0px;
  right: 0px;
  width: 32px;
  height: 32px;
  content: "";
  filter: drop-shadow(0px 0px 4px rgba(0, 0, 0, 0.08));
  background-image: url(../img/common/maru_yaji_l.svg);
}
.swiper_mono_osusume .slide-arrow.next-arrow::after {
  position: absolute;
  z-index: 50;
  top: 0px;
  right: 0px;
  width: 32px;
  height: 32px;
  content: "";
  filter: drop-shadow(0px 0px 4px rgba(0, 0, 0, 0.08));
  background-image: url(../img/common/maru_yaji_r.svg);
}
.swiper_mono_osusume .swiper-button-prev_m,
.swiper_mono_osusume .swiper-button-next_m {
  display: block;
  height: 32px;
  width: 32px;
  cursor: pointer;
}
.swiper_mono_osusume .swiper-button-prev_m::after,
.swiper_mono_osusume .swiper-button-next_m::after {
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 32px;
  width: 32px;
  margin: auto;
}
.swiper_mono_osusume .swiper-button-prev_m::after {
  background-image: url(../img/common/maru_yaji_l.svg);
}
.swiper_mono_osusume .swiper-button-next_m::after {
  background-image: url(../img/common/maru_yaji_r.svg);
}
@media screen and (max-width: 767px) {
  .swiper_mono_osusume .swiper-slide {
    flex-shrink: unset;
    width: 42.52vw;
  }
}

@media screen and (max-width: 767px) {
  .swiper_mono_osusume .mono_area.swiper-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 9.3vw 0vw;
  }
}

@media screen and (max-width: 767px) {
  .swiper_mono_rank .mono_area.swiper-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 9.3vw 0vw;
  }
}

.top_home .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.top_home .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 12px;
}
.top_home .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  display: inline-block;
  border-radius: 50%;
  background: #EDEAE1;
  opacity: 0.8;
}
.top_home .swiper-pagination-bullet-active {
  opacity: 1;
  background: #CF4003;
}

.swiper_mono_rank {
  position: relative;
  /*スライダーの幅と高さを調整*/
  width: 100%;
  height: fit-content;
  /* 前へ次への矢印カスタマイズ 外枠な*/
  /* 前へ次への矢印カスタマイズ 実体*/
  /* 前への矢印カスタマイズ */
  /* 次への矢印カスタマイズ */
}
.swiper_mono_rank .swiper-pagination {
  bottom: -3.4rem !important;
}
.swiper_mono_rank .swiper-button-prev_rank {
  position: absolute;
  top: 84px;
  left: -16px;
  z-index: 3;
}
.swiper_mono_rank .swiper-button-next_rank {
  position: absolute;
  top: 84px;
  right: -16px;
  z-index: 3;
}
.swiper_mono_rank .swiper-button-prev_rank::after {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
  filter: drop-shadow(0px 0px 4px rgba(0, 0, 0, 0.08));
}
.swiper_mono_rank .slide-arrow.prev-arrow {
  position: absolute;
  display: block;
  width: 32px;
  height: 32px;
  left: -14px;
  top: 84px;
}
.swiper_mono_rank .slide-arrow.next-arrow {
  position: absolute;
  right: -14px;
  top: 84px;
  display: block;
  width: 32px;
  height: 32px;
}
.swiper_mono_rank .slide-arrow.prev-arrow::after {
  position: absolute;
  z-index: 50;
  top: 0px;
  right: 0px;
  width: 32px;
  height: 32px;
  content: "";
  filter: drop-shadow(0px 0px 4px rgba(0, 0, 0, 0.08));
  background-image: url(../img/common/maru_yaji_l.svg);
}
.swiper_mono_rank .slide-arrow.next-arrow::after {
  position: absolute;
  z-index: 50;
  top: 0px;
  right: 0px;
  width: 32px;
  height: 32px;
  content: "";
  filter: drop-shadow(0px 0px 4px rgba(0, 0, 0, 0.08));
  background-image: url(../img/common/maru_yaji_r.svg);
}
.swiper_mono_rank .swiper-button-next_rank::after {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 3;
  filter: drop-shadow(0px 0px 4px rgba(0, 0, 0, 0.08));
}
.swiper_mono_rank .swiper-button-prev_rank,
.swiper_mono_rank .swiper-button-next_rank {
  display: block;
  height: 32px;
  width: 32px;
  cursor: pointer;
}
.swiper_mono_rank .swiper-button-prev_rank::after,
.swiper_mono_rank .swiper-button-next_rank::after {
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 32px;
  width: 32px;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .swiper_mono_rank .swiper-button-prev_rank::after,
  .swiper_mono_rank .swiper-button-next_rank::after {
    display: none;
  }
}
.swiper_mono_rank .swiper-button-prev_rank::after {
  background-image: url(../img/common/maru_yaji_l.svg);
}
.swiper_mono_rank .swiper-button-next_rank::after {
  background-image: url(../img/common/maru_yaji_r.svg);
}
@media screen and (max-width: 767px) {
  .swiper_mono_rank .swiper-slide {
    flex-shrink: unset;
    width: 42.52vw;
  }
}

.num_hidden_left {
  position: absolute;
  top: 0;
  left: -58px;
  width: 50px;
  height: 100vh;
  background-color: white;
  z-index: 2;
}

@media screen and (max-width: 767px) {
  .rank_swiper_num.mono_area_wrap {
    width: 42.52vw;
  }
}

.cat_m_b {
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .cat_m_b {
    margin-bottom: unset;
  }
}

.c-product-sIcon__item img {
  height: 23px;
}

.c-productUser-sIcon__item img {
  height: 23px;
}

.slick_recommend .slick-slide .product_img {
  width: 360px;
}
@media screen and (max-width: 767px) {
  .slick_recommend .slick-slide .product_img {
    width: 100%;
  }
}

.slick_recommend {
  opacity: 0;
  transition: all 0.8s;
}
@media screen and (max-width: 767px) {
  .slick_recommend {
    opacity: 1;
  }
}

.slick_recommend.slick-initialized {
  opacity: 1;
}

.slick_rank .slick-slide .product_img {
  width: 360px;
}
@media screen and (max-width: 767px) {
  .slick_rank .slick-slide .product_img {
    width: 100%;
  }
}

.slick_rank {
  opacity: 0;
  transition: all 0.8s;
}
@media screen and (max-width: 767px) {
  .slick_rank {
    opacity: 1;
  }
}

.slick_rank.slick-initialized {
  opacity: 1;
}

@media screen and (min-width: 576px) {
  .c-productUser-head__delete {
    right: 1rem;
    bottom: 4rem;
  }
}
.c-productUser-sIcon {
  margin-top: 8px;
}

.c-product-sIcon.new_mark_pro_ico .c-product-sIcon__item img {
  height: auto;
}

.p-productDetaiMain-guideTabBox-item__body {
  display: block !important;
}

.p-productDetaiMain-guideTabBox-item__head_n {
  font-weight: 700;
  background-color: #f5f5f5;
  padding: 8px;
}

.cmn_m_t_48 {
  margin-top: 48px;
}

.p-orderInputGroup .c-formInput-itemTitle {
  display: block !important;
}

.tel_custum {
  display: inline-block;
  margin-top: -5px;
}
@media screen and (max-width: 767px) {
  .tel_custum {
    margin-top: -0.5333vw;
  }
}

.ft_left_num.tel_small_txt {
  display: inline-block;
  font-size: 20px;
  margin-top: 6px;
  margin-bottom: 6px;
}
@media screen and (max-width: 767px) {
  .ft_left_num.tel_small_txt {
    font-size: 4.651vw;
  }
}

.footer_area .tel_area img.free_icon_img {
  margin-left: 20px;
}
@media screen and (max-width: 767px) {
  .footer_area .tel_area img.free_icon_img {
    width: 11.251402vw;
    margin-left: 2.325vw;
  }
}

.p-productDetaiMain-guideTabBox-item .p-productDetaiMain-snsBtn {
  justify-content: unset;
}

.l-container-fluid-md .p-productDetaiMain-guideTabBox::after {
  content: "";
  display: none;
  position: absolute;
  /* top: 6rem; */
  width: 100%;
  height: 1px;
  background: var(--color-gray);
}

.top_margin_16 {
  padding-top: 3.7rem;
}

@media screen and (max-width: 767px) {
  .l-container-fluid-md .p-productDetaiMain-guideTabBox {
    padding-top: 0px;
  }
}
.l-container-fluid-md .p-productDetaiMain {
  padding-bottom: 0px;
}

.tuika_txt {
  margin-top: 7px;
  font-size: 1.2rem;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .tuika_txt {
    margin-top: 0px;
  }
}

.custum_css_tag_on * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.custum_css_tag_on table, .custum_css_tag_on th, .custum_css_tag_on td, .custum_css_tag_on tbody {
  margin: 0;
  padding: 0;
}
.custum_css_tag_on table {
  border-collapse: collapse;
  border-spacing: 0;
}
.custum_css_tag_on th {
  font-style: normal;
  font-weight: normal;
}
.custum_css_tag_on th {
  text-align: left;
}
.custum_css_tag_on table {
  font-size: inherit;
  font: 100%;
}
.custum_css_tag_on table {
  empty-cells: show;
}
.custum_css_tag_on table {
  width: 100%;
  line-height: 1.2;
}
.custum_css_tag_on table tr {
  border-bottom: dotted 1px #d6d6d6;
}
.custum_css_tag_on table th, .custum_css_tag_on table td {
  padding: 12px;
}
.custum_css_tag_on table th {
  white-space: nowrap;
}
.custum_css_tag_on table {
  width: 100%;
  border-collapse: collapse;
}
@media screen and (max-width: 767px) {
  .custum_css_tag_on table th, .custum_css_tag_on table td {
    padding: 12px 0 12px 0;
  }
  .custum_css_tag_on table tr, .custum_css_tag_on td {
    display: inline-block;
    width: 100%;
    float: left;
  }
  .custum_css_tag_on table tr table tr, .custum_css_tag_on td table tr {
    border: unset;
    display: flex;
  }
  .custum_css_tag_on table tr table tr th, .custum_css_tag_on td table tr th {
    padding-right: 2vw;
  }
  .custum_css_tag_on table tr table tr th, .custum_css_tag_on td table tr th {
    width: 30%;
  }
  .custum_css_tag_on table tr table tr td, .custum_css_tag_on td table tr td {
    width: 20%;
  }
  .custum_css_tag_on table tr table tr th[colspan="2"], .custum_css_tag_on td table tr th[colspan="2"] {
    white-space: normal;
    width: 50%;
  }
}

.c-formInput-item__alert {
  font-size: 1.35rem;
  font-weight: bold;
}

.p-page-productList .c-typeListProduct-head__title-name {
  font-size: 1.3rem;
}
.p-page-productList .c-typeListProduct-head__price {
  font-size: 1.82rem;
}
.p-page-productList .c-typeListProduct-body__discription {
  font-size: 1.3rem;
}

.pc_only2 {
  display: block;
}
@media screen and (max-width: 767px) {
  .pc_only2 {
    display: none !important;
  }
}

.sp_only2 {
  display: none;
}
@media screen and (max-width: 767px) {
  .sp_only2 {
    display: block;
  }
}

.p-productListWrap .p-productListWrap__main .p-productListBody h3.c-typeListProduct-head__title-name {
  font-size: 1.8rem;
}
@media screen and (max-width: 767px) {
  .p-productListWrap .p-productListWrap__main .p-productListBody h3.c-typeListProduct-head__title-name {
    font-size: 1.7rem;
  }
}

.p-productDetailWrap .p-productDetaiMain-body .m-productSkuDropdown .m-supplementaryInfo .m-formInputArea-item .c-formInput-item textarea {
  height: 41px;
  min-height: 41px;
}
@media screen and (max-width: 767px) {
  .p-productDetailWrap .p-productDetaiMain-body .m-productSkuDropdown .m-supplementaryInfo .m-formInputArea-item .c-formInput-item textarea {
    height: 10.5140186916vw;
    min-height: 10.5140186916vw;
  }
}

.p-productDetaiMain-guideTabBox-item__body .p-productDetaiMain-guideTabBox-detailText__text a:link {
  text-decoration: underline;
}
.p-productDetaiMain-guideTabBox-item__body .p-productDetaiMain-guideTabBox-detailText__text a:link img {
  text-decoration: none;
}

.js-cart-div.s-orderContent-cartGroup .s-orderContent-cartGroup .s-orderContent-cartGroup-body .p-cartNoveltySelect .m-orderProductSectWrapLine .m-productLineUser-col3-md6 li {
  width: 200px;
}
@media screen and (max-width: 767px) {
  .js-cart-div.s-orderContent-cartGroup .s-orderContent-cartGroup .s-orderContent-cartGroup-body .p-cartNoveltySelect .m-orderProductSectWrapLine .m-productLineUser-col3-md6 li {
    width: calc(50% - 1.0666666667rem);
  }
}

@media screen and (max-width: 767px) {
  .newslist_wrap .news_box .news_line .news_datetime {
    width: 21.0280373832vw;
    min-width: 21.0280373832vw;
  }
}

.slide_headline {
  height: 32px;
  max-height: 32px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.slide_headline .slick-track {
  display: flex;
  align-items: center;
  justify-content: center;
}

@media screen and (max-width: 767px) {
  .p-page-productList .m-productLine-typeList .m-productLine-typeList__item .c-typeListProduct .c-typeListProduct-text.sp_only {
    width: 100%;
  }
}
.p-page-productList .m-productLine-typeList .m-productLine-typeList__item .c-typeListProduct .c-typeListProduct-skuList-item .c-typeListProduct-skuList-item__info-sku {
  min-height: fit-content;
}
.p-page-productList .m-productLine-typeList .m-productLine-typeList__item .c-typeListProduct .c-typeListProduct-skuList-item .c-typeListProduct-skuList-item__info-price {
  min-height: fit-content;
}
@media screen and (max-width: 767px) {
  .p-page-productList .m-productLine-typeList .m-productLine-typeList__item .c-typeListProduct .c-typeListProduct-skuList-item {
    flex-direction: column;
  }
  .p-page-productList .m-productLine-typeList .m-productLine-typeList__item .c-typeListProduct .c-typeListProduct-skuList-item .c-typeListProduct-skuList-item__info {
    width: 100%;
    row-gap: 0;
  }
  .p-page-productList .m-productLine-typeList .m-productLine-typeList__item .c-typeListProduct .c-typeListProduct-skuList-item .c-typeListProduct-skuList-item__btnList {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .m-breadcrumb {
    margin-top: 2.4rem;
    margin-bottom: 0;
  }
}

@media screen and (max-width: 767px) {
  .footer_area .info_text {
    padding-left: 16.3551401869vw;
  }
}/*# sourceMappingURL=page_cmn.css.map */

.notification {
    font-size: 0.9rem;
    color:#fb0707;
}