@charset "UTF-8";
/**
メディアクエリ
SP ファーストで記述する。
Twitter Bootstrap デフォルト準拠
 */
/**
ホバースタイル
マウスによるhoverが可能なデバイスにだけ、hoverスタイルを効かせる
hoverのみでは効かない例外端末があるので、fineも併用する
 */
/* **************************************************************
リセットCSS
************************************************************** */
*, *::before, *::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
:where([hidden]:not([hidden=until-found])) {
  display: none !important;
}
:where(html) {
  -webkit-text-size-adjust: none;
  color-scheme: dark light;
  -moz-tab-size: 2;
    -o-tab-size: 2;
       tab-size: 2;
  scrollbar-gutter: stable;
  interpolate-size: allow-keywords;
  line-height: 1.5;
}
:where(html:has(dialog:modal[open])) {
  overflow: clip;
}
:where(body) {
  line-height: inherit;
  font-family: system-ui, sans-serif;
  -webkit-font-smoothing: antialiased;
}
:where(button) {
  all: unset;
}
:where(input, button, textarea, select) {
  font: inherit;
  color: inherit;
  letter-spacing: inherit;
  word-spacing: inherit;
  font-feature-settings: inherit;
  font-variation-settings: inherit;
}
:where(textarea) {
  resize: vertical;
  resize: block;
}
:where(button, label, select, summary, [role=button], [role=option]) {
  cursor: pointer;
}
:where(:disabled, label:has(> :disabled, + disabled)) {
  cursor: not-allowed;
}
:where(a) {
  color: inherit;
  text-underline-offset: 0.2ex;
}
:where(ul, ol) {
  list-style: none;
}
:where(img, svg, video, canvas, audio, iframe, embed, object) {
  display: block;
}
:where(img, picture, svg, video) {
  max-inline-size: 100%;
  block-size: auto;
}
:where(p, h1, h2, h3, h4, h5, h6) {
  overflow-wrap: break-word;
}
:where(h1, h2, h3) {
  line-height: calc(1em + 0.5rem);
  text-wrap: balance;
}
:where(hr) {
  border: none;
  border-block-start: 1px solid;
  color: inherit;
  block-size: 0;
  overflow: visible;
}
:where(dialog, [popover]) {
  border: none;
  background: none;
  color: inherit;
  inset: unset;
  max-width: unset;
  max-height: unset;
  overflow: unset;
}
:where(dialog:not([open], [popover]), [popover]:not(:popover-open)) {
  display: none !important;
}
:where(:focus-visible) {
  outline: 3px solid CanvasText;
  box-shadow: 0 0 0 5px Canvas;
  outline-offset: 1px;
}
:where(:focus-visible, :target) {
  scroll-margin-block: 8vh;
}
:where(.visually-hidden:not(:focus-within, :active)) {
  clip-path: inset(50%) !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden !important;
  position: absolute !important;
  white-space: nowrap !important;
  border: 0 !important;
  -webkit-user-select: none !important;
     -moz-user-select: none !important;
          user-select: none !important;
}
/* **************************************************************
ベース
************************************************************** */
html {
  font-size: calc(16 / 1440 * (100vw - var(--scrollbar-width, 0px)));
  scroll-behavior: smooth;
}
body {
  font-size: 1rem;
  color: #000000;
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
  transition: z-index 0ms 5.28455ms;
  background: #fff;
  margin: 0;
  overflow-x: hidden;
}
body.hamburger_active {
  overflow: hidden;
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 999;
}
a {
  text-decoration: none;
}
pre {
  background-color: transparent;
  border: none;
  padding: 16px 0;
}
p {
  -webkit-margin-before: 0;
  -webkit-margin-after: 0;
}
.ly_pageWrap {
  max-width: 1440px;
  margin: 0 auto;
  min-height: calc(100vh - 42.0625rem);
}
.ly_pageInner {
  padding: 0 10.875rem 4rem;
}
.entry_page .ly_pageWrap {
  max-width: 1440px;
  margin: 0 auto;
  min-height: calc(100vh - 11.0625rem);
}
.entry_page .ly_pageInner {
  padding: 0 10.875rem 4rem;
}
/* **************************************************************
コンポーネントインポート
************************************************************** */
.ly_header {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
}
.ly_header_inner {
  background-color: #FFFFFF;
}
.ly_header_main {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 5rem;
}
.ly_header_logo {
  display: flex;
  align-items: center;
}
.ly_header_logo_image {
  width: 3.5rem;
  height: 2.8125rem;
}
.ly_header_logo_image img {
  -o-object-fit: contain;
     object-fit: contain;
}
.ly_header_logo_title {
  font-size: 2.25rem;
  font-weight: 500;
  color: #01396A;
}
.ly_header_userNav {
  display: flex;
  align-items: center;
  gap: 1.875rem;
}
.ly_header_about {
  display: flex;
  flex-flow: column;
  align-items: center;
  font-size: 0.75rem;
  font-weight: 500;
}
.ly_header_about_logo {
  width: 1.75rem;
  height: 1.375rem;
}
.ly_header_about_logo img {
  -o-object-fit: contain;
     object-fit: contain;
}
.ly_header_cart {
  display: block;
  border: 2px solid #01396A;
  border-radius: 4px;
  overflow: hidden;
}
.ly_header_cart_title {
  font-size: 0.875rem;
  text-align: center;
  background-color: #01396A;
  color: #FFFFFF;
  width: 100%;
}
.ly_header_cart_desc {
  font-size: 0.875rem;
  text-align: center;
  padding: 0 1rem;
  color: #01396A;
}
.ly_header_cart_num {
  display: inline-block;
  font-size: 2.25rem;
  font-weight: 500;
  line-height: 1;
  margin: 0 0.5rem;
  transform: translateY(0.1875rem);
}
.ly_header_nav {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 1px;
  font-weight: 500;
  padding-top: 0.5rem;
}
.ly_header_nav li {
  width: 100%;
  text-align: center;
}
.ly_header_nav a {
  display: block;
  padding: 0.625rem;
  transition: 0.2s;
  background-color: #FFFFFF;
}
.ly_header_nav li:nth-child(n+2) {
  position: relative;
}
.ly_header_nav li:nth-child(n+2)::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: -1px;
  transform: translateY(-50%);
  width: 1px;
  height: calc(100% - 1.25rem);
  background-color: #01396A;
}
.ly_header_navSp {
  display: none;
}
.ly_header_navSp li {
  width: 100%;
  text-align: center;
}
.ly_header_hamburger {
  display: none;
}
.hamburger_overlay {
  display: none;
}
.ly_footer {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto 2rem;
}
.ly_footer_inner {
  padding: 0 5rem 1.875rem;
}
.ly_footer_guide {
  width: 100%;
  padding: 0.75rem 3.75rem 1.875rem;
  background-color: #f2f2f2;
  border-radius: 4px;
}
.ly_footer_guide_title {
  text-align: center;
  font-size: 1.25rem;
  font-weight: 600;
}
.ly_footer_guide_list {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 1.5rem;
}
.ly_footer_guideLink {
  position: relative;
  display: block;
  font-size: 1rem;
  font-weight: 600;
  width: 16.75rem;
  padding: 1rem 2.5rem 1rem 1rem;
  border: 1px solid #01396A;
  border-radius: 4px;
  background-color: #fff;
  transition: 0.2s;
}
.ly_footer_guideLink:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 1rem;
  transform: translateY(-50%);
  -webkit-mask-image: url("../icon/angle-right.svg");
          mask-image: url("../icon/angle-right.svg");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
  background-color: #01396A;
  width: 1.25rem;
  height: 1.25rem;
}
.ly_footer_info {
  display: flex;
  justify-content: space-between;
}
.ly_footer_info_item {
  border: 1px solid #01396A;
  border-radius: 4px;
  display: flex;
  flex-direction: column;
  background-color: #fff;
}
.ly_footer_info_title {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-weight: 600;
  color: #fff;
  background-color: #01396A;
  padding: 1rem;
  gap: 0.5rem;
}
.ly_footer_info_title--phone {
  position: relative;
}
.ly_footer_info_title--phone::before {
  content: "";
  position: relative;
  display: block;
  width: 1.75rem;
  height: 1.75rem;
  background-image: url("../img/components/layouts/footer/footer_icon_phone.png");
  background-repeat: no-repeat;
  background-size: contain;
}
.ly_footer_info_title--mail {
  position: relative;
}
.ly_footer_info_title--mail::before {
  content: "";
  position: relative;
  display: block;
  width: 1.75rem;
  height: 1.75rem;
  background-image: url("../img/components/layouts/footer/footer_icon_mail.png");
  background-repeat: no-repeat;
  background-size: contain;
}
.ly_footer_info_content--phone {
  font-size: 1.25rem;
  text-align: center;
  padding: 1rem;
}
.ly_footer_info_content--mail {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
.ly_footer_info_contactBtn {
  display: block;
  font-weight: 600;
  background-color: #39648B;
  color: #fff;
  width: 14.75rem;
  border-radius: 4px;
  transition: 0.2s;
}
.ly_footer_info_content--warning {
  font-weight: 600;
  list-style: disc;
  padding: 0.5rem 0.75rem;
}
.ly_footer_info_content--warning li {
  margin-left: 1.2em;
}
.ly_footer_info_content--warning li::marker {
  font-size: 0.8em;
}
.ly_footer_info_tel {
  font-weight: 600;
  line-height: 1;
}
.ly_footer_info_hours {
  font-weight: 600;
  padding: 0.5rem 0.75rem;
  margin-top: 0.5rem;
  background-color: rgba(1, 57, 106, 0.1);
  border-radius: 4px;
}
.ly_footer_bottom {
  width: 100%;
  background-color: #01396A;
}
.ly_footer_bottom_list {
  display: flex;
  gap: 1.25rem;
  justify-content: center;
}
.ly_footer_bottomLink {
  color: #fff;
  transition: 0.2s;
}
.ly_footer_bottom_copyright {
  color: #fff;
  text-align: center;
}
.bl_textlink {
  color: #01396a;
  transition: 0.2s;
}
.bl_breadcrumb {
  background-color: #01396A;
}
.bl_breadcrumb_inner {
  max-width: 1440px;
  color: #FFFFFF;
  margin: 0 auto;
}
.bl_breadcrumb_list {
  display: flex;
}
.bl_breadcrumb_list li:nth-child(n+2)::before {
  content: ">";
  padding-left: 0.5rem;
}
.bl_button {
  display: block;
  border: 2px solid;
  border-radius: 4px;
  text-align: center;
  cursor: pointer;
  transition: all 0.3s ease;
  background-color: transparent;
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
  box-sizing: border-box;
  font-weight: 500;
}
/* Primary Button - Red border */
.bl_button--primary {
  border-color: #6B0601;
  color: #6B0601;
  background-color: #fff;
}
.bl_button--primary:active {
  background-color: #6B0601;
  border-color: #6B0601;
}
/* Secondary Button - Gray border */
.bl_button--secondary {
  border-color: #666666;
  background-color: #ffffff;
}
.bl_button--secondary:active {
  background-color: #666666;
  border-color: #666666;
}
.bl_button--tertiary {
  color: #01396A;
  background-color: #ffffff;
  border-color: #01396A;
}
.bl_button--tertiary:active {
  background-color: #01396A;
  border-color: #01396A;
}
/* Disabled State */
.bl_button:disabled,
.bl_button.disabled {
  opacity: 0.6;
  cursor: not-allowed;
  pointer-events: none;
}
.bl_descList {
  display: flex;
  flex-direction: column;
  gap: 1.5625rem;
}
.bl_descList_item {
  display: grid;
  grid-template-columns: 22.875rem 1fr;
  position: relative;
}
.bl_descList_label {
  background-color: #01396A;
  border: 1px solid #000000;
  color: #FFFFFF;
  font-size: 1rem;
  font-weight: 500;
  display: flex;
  align-items: center;
  padding: 0.625rem 1rem 0.5rem;
  line-height: 1.5;
}
.bl_descList_content {
  border: 1px solid #000000;
  border-left: none;
  background-color: #FFFFFF;
  color: #000000;
  font-size: 1rem;
  font-weight: 500;
  display: flex;
  align-items: center;
  padding: 0.625rem 1rem 0.5rem;
  line-height: 1.5;
}
.bl_form_row {
  padding-bottom: 3.75rem;
  border-bottom: 1px solid #01396A;
}
.bl_form_row:nth-child(n+2) {
  padding-top: 1rem;
}
.bl_form_row:nth-child(n+2):last-child {
  border: none;
}
.bl_textareaField_label {
  flex-shrink: 0;
  display: inline-block;
  font-weight: 500;
  font-size: 1rem;
}
.bl_textareaField_label .ec-required {
  color: #6b0601;
  font-size: 0.75rem;
  margin-left: 0.5rem;
}
.bl_textareaField_container {
  width: 100%;
}
.bl_textareaField_container.error textarea {
  border-color: #6b0601;
}
.bl_textareaField textarea {
  resize: none;
  width: 100%;
  height: 10.5rem;
  border: 1px solid #01396a;
  background-color: #f3f3f3;
  font-size: 0.875rem;
  transition: all 0.3s ease;
  box-sizing: border-box;
  padding: 0.75rem 1rem;
}
.bl_textareaField textarea:focus {
  outline: none;
  box-shadow: 0 0 16px 2px rgba(1, 57, 106, 0.3);
}
.bl_textareaField textarea::-moz-placeholder {
  color: #999;
}
.bl_textareaField textarea::placeholder {
  color: #999;
}
.bl_textareaField_error {
  display: flex;
  width: 100%;
  margin-bottom: -1.75rem;
  padding-top: 0.25rem;
  color: #6b0601;
}
.bl_textareaField_error_item {
  width: 100%;
}
.bl_inputField_label {
  flex-shrink: 0;
  display: inline-block;
  font-weight: 500;
  font-size: 1rem;
}
.bl_inputField_label .ec-required {
  color: #6B0601;
  font-size: 0.75rem;
  margin-left: 0.5rem;
}
.bl_inputField_container {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
}
.bl_inputField_container.error input {
  border-color: #6B0601;
}
.bl_inputField input {
  border: 1px solid #01396a;
  background-color: #F3F3F3;
  font-size: 0.875rem;
  transition: all 0.3s ease;
  box-sizing: border-box;
}
.bl_inputField input:focus {
  outline: none;
  box-shadow: 0 0 16px 2px rgba(1, 57, 106, 0.3);
}
.bl_inputField input::-moz-placeholder {
  color: #999;
}
.bl_inputField input::placeholder {
  color: #999;
}
.bl_inputField input:nth-child(n+2) {
  margin-left: 1.5rem;
}
.bl_inputField_error {
  display: flex;
  width: 100%;
  margin-bottom: -1.75rem;
  padding-top: 0.25rem;
  color: #6B0601;
}
.bl_inputField_error_item:only-child {
  width: 100%;
}
.bl_inputField_error_item:nth-child(n+2) {
  margin-left: 1.5rem;
}
.bl_inputField.bl_inputField__full_width input {
  width: 100%;
}
.bl_selectField_label {
  flex-shrink: 0;
  display: inline-block;
  font-weight: 500;
}
.bl_selectField_label .ec-required {
  color: #6B0601;
  font-size: 0.75rem;
  margin-left: 0.5rem;
}
.bl_selectField_container {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
}
.bl_selectField select {
  border: 1px solid #01396a;
  background-color: #F3F3F3;
  transition: all 0.3s ease;
  box-sizing: border-box;
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%2301396a' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6,9 12,15 18,9'%3e%3c/polyline%3e%3c/svg%3e");
  background-repeat: no-repeat;
}
.bl_selectField select:focus {
  outline: none;
  box-shadow: 0 0 16px 2px rgba(1, 57, 106, 0.3);
}
.bl_selectField select option[value=""] {
  color: #999;
}
.bl_selectField select option:disabled {
  color: #ccc;
}
.bl_selectField_error {
  display: flex;
  width: 100%;
  margin-bottom: -1.75rem;
  padding-top: 0.25rem;
  color: #6B0601;
}
.bl_selectField_error_item:only-child {
  width: 100%;
}
.bl_selectField_container.error .bl_selectField_select, .bl_selectField_container.error select {
  border-color: #6B0601;
  background-color: #FFF0F0;
}
.bl_radioField:nth-child(n+2) {
  margin-top: 2.5rem;
}
.bl_radioField_label {
  flex-shrink: 0;
  display: inline-block;
  font-weight: 500;
}
.bl_radioField_label .ec-required {
  color: #6B0601;
  font-size: 0.75rem;
  margin-left: 0.5rem;
}
.bl_radioField_container {
  display: flex;
  width: 100%;
  flex-direction: column;
}
.bl_radioField_container label {
  display: flex;
  cursor: pointer;
  font-weight: 500;
  line-height: 1.5;
  transition: all 0.2s ease;
  position: relative;
}
.bl_radioField_container label input[type=radio] {
  position: absolute;
  left: 0;
  top: 0.125rem;
  margin: 0;
  opacity: 0;
  cursor: pointer;
}
.bl_radioField_container label input[type=radio] + span {
  position: relative;
}
.bl_radioField_container label input[type=radio] + span::before {
  content: "";
  position: absolute;
  border: 1px solid #01396a;
  border-radius: 50%;
  background-color: #F3F3F3;
  transition: all 0.3s ease;
  box-sizing: border-box;
}
.bl_radioField_container label input[type=radio] + span::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  background-color: #01396a;
  opacity: 0;
  transition: 0.2s ease;
}
.bl_radioField_container label input[type=radio]:checked + span::before {
  border-color: #01396a;
  background-color: #ffffff;
}
.bl_radioField_container label input[type=radio]:checked + span::after {
  opacity: 1;
}
.bl_radioField_container label input[type=radio]:focus + span::before {
  outline: none;
  box-shadow: 0 0 16px 2px rgba(1, 57, 106, 0.1);
}
.bl_radioField_container label input[type=radio]:hover + span::before {
  border-color: #01396a;
  background-color: #EBEBEB;
}
.bl_radioField_container label input[type=radio]:disabled + span {
  opacity: 0.6;
  cursor: not-allowed;
}
.bl_radioField_container label input[type=radio]:disabled + span::before {
  border-color: #ccc;
  background-color: #f9f9f9;
}
.bl_radioField_container label input[type=radio]:disabled + span::after {
  background-color: #ccc;
}
.bl_radioField_container label span {
  flex: 1;
  word-break: break-word;
  padding-top: 0.0625rem;
}
.bl_radioField_container.error label input[type=radio] + span::before {
  border-color: #6B0601;
  background-color: #FFF0F0;
}
.bl_radioField_container.error label input[type=radio]:checked + span::before {
  border-color: #6B0601;
  background-color: #FFF0F0;
}
.bl_radioField_container.error label input[type=radio]:checked + span::after {
  background-color: #6B0601;
}
.bl_radioField_container.error label input[type=radio]:focus + span::before {
  box-shadow: 0 0 16px 2px rgba(107, 6, 1, 0.1);
}
.bl_radioField_error {
  display: flex;
  width: 100%;
  margin-bottom: -1.75rem;
  padding-top: 0.5rem;
  color: #6B0601;
  line-height: 1.4;
}
.bl_radioField_error_item {
  width: 100%;
}
.bl_radioField_error_item:only-child {
  width: 100%;
}
.bl_radioField_container label:focus-within {
  outline: 2px solid transparent;
}
.bl_productList {
  overflow: hidden;
  background-color: #fff;
}
.bl_productList_header {
  background-color: #1e4a6f;
  color: #fff;
  display: flex;
  padding: 0.75rem 1.25rem;
  font-weight: 500;
  font-size: 1.25rem;
}
.bl_productList_header_content {
  flex: 2;
  text-align: center;
}
.bl_productList_header_quantity {
  flex-shrink: 0;
  width: 16.5rem;
  text-align: center;
}
.bl_productList_header_subtotal {
  flex: 1;
  text-align: center;
}
.bl_productList_header_delete {
  flex-shrink: 0;
  width: 5.25rem;
}
.bl_productList_item {
  display: flex;
  align-items: center;
  padding: 0.75rem 1.25rem;
  border: 1px solid #bbb;
  min-height: 7.5rem;
  font-size: 1rem;
  margin-top: 1rem;
}
.bl_productList_item_content {
  flex: 2;
  display: flex;
  align-items: center;
  gap: 1rem;
}
.bl_productList_item_image {
  flex-shrink: 0;
  width: 7rem;
  height: 7rem;
  border-radius: 0.25rem;
  overflow: hidden;
  background-color: #f8f8f8;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s;
}
.bl_productList_item_image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.bl_productList_item_info {
  flex: 1;
  min-width: 0;
}
.bl_productList_item_name {
  display: block;
  font-size: 1.25rem;
  font-weight: 500;
  color: #01396A;
  margin-bottom: 0.5rem;
  padding-right: 1rem;
  word-wrap: break-word;
  transition: all 0.3s;
}
.bl_productList_item_price {
  font-size: 1.25rem;
  font-weight: 500;
}
.bl_productList_item_quantity {
  position: relative;
  display: flex;
  justify-content: center;
  width: 16.5rem;
  flex-shrink: 0;
}
.bl_productList_item_subtotal {
  flex: 1;
  text-align: center;
  font-weight: 500;
  font-size: 1.25rem;
}
.bl_productList_item_subtotal_label {
  display: none;
}
.bl_productList_item_actions {
  display: flex;
  justify-content: flex-end;
  width: 5.25rem;
}
.bl_productList_quantity_controls {
  position: relative;
  width: 100%;
  align-items: center;
  display: flex;
  gap: 0.5rem;
  justify-content: center;
}
.bl_productList_quantity_btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 6.5rem;
  height: 2rem;
  border: 1px solid #01396A;
  background-color: #fff;
  border-radius: 4px;
  padding-top: 1px;
  cursor: pointer;
  font-size: 0.75rem;
  font-weight: 500;
  transition: all 0.2s;
}
.bl_productList_quantity_btn:active {
  background-color: #eee;
}
.bl_productList_quantity_value {
  width: 2.5rem;
  text-align: center;
  font-size: 1.25rem;
  font-weight: 500;
  word-break: break-all;
  line-height: 1.1;
}
.bl_productList_quantity_label {
  display: none;
}
.bl_productList_quantity_static {
  font-size: 1rem;
  font-weight: 500;
}
.bl_productList_remove_btn {
  padding: 0.25rem 1rem;
  border: 2px solid #6B0601;
  background-color: transparent;
  color: #6B0601;
  cursor: pointer;
  transition: all 0.3s;
}
.bl_productList_remove_btn:active {
  background-color: #b71c1c;
  border-color: #6B0601;
  color: #fff;
}
.bl_productList_empty {
  padding: 2.5rem;
  text-align: center;
  color: #666;
  font-size: 1rem;
}
/**
メディアクエリ
SP ファーストで記述する。
Twitter Bootstrap デフォルト準拠
 */
/**
ホバースタイル
マウスによるhoverが可能なデバイスにだけ、hoverスタイルを効かせる
hoverのみでは効かない例外端末があるので、fineも併用する
 */
.bl_productCard {
  background-color: #FBF9F6;
  border-radius: 0.5rem;
  overflow: hidden;
  box-shadow: 0 0.125rem 0.5rem rgba(0, 0, 0, 0.1);
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
  transition: all 0.3s;
}
.bl_productCard_link {
  display: flex;
  flex-direction: column;
  height: 100%;
  text-decoration: none;
  color: inherit;
}
.bl_productCard_rankBadge {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  width: 4rem;
  height: 4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  font-size: 1.25rem;
  color: #fff;
  background: linear-gradient(135deg, #666 0%, #444 100%);
}
[data-rank="1"] .bl_productCard_rankBadge {
  background: #AD8800;
}
[data-rank="2"] .bl_productCard_rankBadge {
  background: #666666;
}
[data-rank="3"] .bl_productCard_rankBadge {
  background: #6B3A01;
}
.bl_productCard_rankBadge_text {
  line-height: 1;
}
.bl_productCard_imageWrap {
  position: relative;
  width: 100%;
  padding-top: 100%;
  background-color: #f8f8f8;
  overflow: hidden;
}
.bl_productCard_image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.bl_productCard_image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.bl_productCard_label {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.6) 50%, transparent 100%);
  padding: 2.5rem 1rem 0.75rem;
}
.bl_productCard_label_text {
  color: #fff;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.4;
  text-shadow: 0 0.0625rem 0.125rem rgba(0, 0, 0, 0.5);
}
.bl_productCard_info {
  padding: 1rem;
  display: flex;
  flex-direction: column;
  flex: 1;
}
.bl_productCard_name {
  font-size: 1.5rem;
  font-weight: 500;
  color: #333;
  margin: 0 0 0.5rem 0;
}
.bl_productCard_capacity {
  flex-shrink: 0;
  font-size: 0.875rem;
  margin: 0 0 0.75rem 0;
}
.bl_productCard_priceWrap {
  margin-top: auto;
}
.bl_productCard_price {
  margin: 0;
}
.bl_productCard_price_label {
  margin-right: 0.25rem;
}
.bl_productCard_price_value {
  font-size: 0.875rem;
  font-weight: 500;
}
.bl_productCard_price_tax {
  font-size: 0.75rem;
}
.bl_productCard_price--normal {
  margin-bottom: 0.25rem;
}
.bl_productCard_price--special .bl_productCard_price_label {
  color: #8B0000;
  font-weight: 500;
}
.bl_productCard_price--special .bl_productCard_price_value {
  font-size: 1.5rem;
  font-weight: bold;
}
/**
メディアクエリ
SP ファーストで記述する。
Twitter Bootstrap デフォルト準拠
 */
/**
ホバースタイル
マウスによるhoverが可能なデバイスにだけ、hoverスタイルを効かせる
hoverのみでは効かない例外端末があるので、fineも併用する
 */
.bl_voiceCard {
  display: flex;
  background-color: #fff;
  border: 1px solid #01396a;
  border-radius: 0.3125rem;
  overflow: hidden;
  transition: all 0.3s;
}
.bl_voiceCard_imageWrap {
  flex-shrink: 0;
  background-color: #f8f8f8;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.bl_voiceCard_imageWrap img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.bl_voiceCard_image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.bl_voiceCard_content {
  flex: 1;
  padding: 0.9375rem 0.625rem 0.9375rem 0.625rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.bl_voiceCard_productName {
  font-family: "YuMincho", "Yu Mincho", serif;
  font-size: 1rem;
  font-weight: 600;
  color: #000;
  margin: 0 0 0.5rem 0;
  line-height: 1.5;
}
.bl_voiceCard_rating {
  display: flex;
  align-items: center;
  margin-bottom: 0.5rem;
  gap: 0.25rem;
}
.bl_voiceCard_rating_label {
  font-family: "YuMincho", "Yu Mincho", serif;
  font-weight: 600;
  color: #000;
}
.bl_voiceCard_rating_stars {
  display: flex;
  gap: 0.25rem;
}
.bl_voiceCard_rating_star {
  width: 1.25rem;
  height: 1.1875rem;
  display: block;
}
.bl_voiceCard_reviewText {
  font-family: "YuMincho", "Yu Mincho", serif;
  font-weight: 600;
  color: #000;
  line-height: 1.6;
}
/**
メディアクエリ
SP ファーストで記述する。
Twitter Bootstrap デフォルト準拠
 */
/**
ホバースタイル
マウスによるhoverが可能なデバイスにだけ、hoverスタイルを効かせる
hoverのみでは効かない例外端末があるので、fineも併用する
 */
.bl_qaItem {
  position: relative;
  background-color: #fff;
  border: 1px solid #01396a;
  border-radius: 0.3125rem;
  padding: 0.8125rem 1.6875rem 0.8125rem 4.375rem;
  min-height: 8.625rem;
  height: 100%;
  transition: all 0.3s;
}
.bl_qaItem_badge {
  position: absolute;
  left: 0;
  top: 0.8125rem;
  width: 3.625rem;
  height: 2.1875rem;
}
.bl_qaItem_badge_bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 3.625rem;
  height: 2.1875rem;
  background-color: #01396a;
  clip-path: polygon(75.8620689655% 0%, 100% 50%, 75.8620689655% 100%, 0 100%, 0 0);
}
.bl_qaItem_badge_text {
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  font-family: "YuMincho", "Yu Mincho", serif;
  font-size: 1rem;
  font-weight: 600;
  color: #fff;
  text-align: center;
  line-height: 1;
  z-index: 1;
}
.bl_qaItem_question {
  font-family: "YuMincho", "Yu Mincho", serif;
  font-size: 1.125rem;
  font-weight: 500;
  color: #000;
  margin: 0 0 0.25rem 0;
  line-height: 1.5;
}
.bl_qaItem_divider {
  width: 100%;
  height: 1px;
  background-color: rgba(1, 57, 106, 0.3);
  margin: 0.25rem 0 0.3125rem 0;
}
.bl_qaItem_answer {
  font-weight: 500;
  color: #000;
  line-height: 1.6;
}
.bl_qaItem_answer p {
  margin: 0;
}
.bl_qaItem_answer p:not(:last-child) {
  margin-bottom: 0.25rem;
}
.bl_qaItem_answer a {
  color: #01396a;
  text-decoration: underline;
}
.bl_progress {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 2rem 0;
  width: 100%;
}
.bl_progress_inner {
  display: flex;
  gap: 1rem;
  align-items: center;
  justify-content: center;
}
.bl_progress_step {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  min-width: 7.5rem;
}
.bl_progress_step.is_active .bl_progress_step_number {
  background-color: #01396A;
  border-color: #01396A;
  color: #fff;
}
.bl_progress_step_number {
  width: 3rem;
  height: 3rem;
  border-radius: 0.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.25rem;
  font-weight: 600;
  margin-bottom: 0.5rem;
  background-color: #fff;
  border: 1px solid #01396A;
  transition: all 0.3s ease;
}
.bl_progress_step_label {
  font-size: 0.875rem;
  font-weight: 500;
  color: #333;
  line-height: 1.4;
}
.bl_underHeading {
  text-align: center;
  font-size: 2rem;
  font-weight: 500;
  text-align: center;
  padding: 4rem 0 5rem;
}
.bl_heading02 {
  display: flex;
  align-items: center;
  gap: 1.25rem;
}
.bl_heading02_text {
  flex-shrink: 0;
  font-weight: 500;
}
.bl_heading02::after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background-color: #01396A;
}
.bl_tab_navlist {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
  margin-bottom: 4.6875rem;
  border: 1px solid #01396a;
}
.bl_tab_navlist__item {
  border-right: 1px solid #01396a;
  background-color: #fff;
  transition: 0.2s;
}
.bl_tab_navlist__item:last-child {
  border-right: none;
}
.bl_tab_navlist__item.active {
  background-color: #6B0601;
  color: #fff;
}
.bl_tab_navlist__link {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-weight: 600;
  width: 100%;
  height: 100%;
}
.bl_pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  width: 100%;
}
.bl_pagination_item {
  border-radius: 0.5rem;
  font-weight: 600;
  background-color: #fff;
  border: 1px solid #01396A;
  transition: all 0.3s ease;
}
.bl_pagination_item.is_active {
  background-color: #01396A;
  color: #fff;
  border-color: #01396A;
}
.bl_pagination_item a,
.bl_pagination_item span {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
.bl_pagination_item__prev {
  position: relative;
}
.bl_pagination_item__prev::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(50%, 50%);
  -webkit-mask-image: url("../icon/angle-right.svg");
          mask-image: url("../icon/angle-right.svg");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
  rotate: 180deg;
  background-color: #01396A;
}
.bl_pagination_item__next {
  position: relative;
}
.bl_pagination_item__next::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-mask-image: url("../icon/angle-right.svg");
          mask-image: url("../icon/angle-right.svg");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
  background-color: #01396A;
}
.bl_pagination_item__dots {
  color: #01396A;
}
.p_top_wrap {
  padding-top: 4rem;
  min-height: unset;
}
.p_top_inner {
  max-width: 1440px;
  margin: 0 auto;
}
.p_top_slide img {
  width: 100%;
}
.p_top_point {
  position: relative;
  background-color: #01396a;
}
.p_top_point_heading {
  font-weight: 500;
  text-align: center;
  color: #FFFFFF;
}
.p_top_point_items {
  display: grid;
  gap: 1.25rem;
}
.p_top_point_items > li {
  background-color: #FFFFFF;
  border-radius: 4px;
}
.p_top_point_item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.25rem;
}
.p_top_point_item_title {
  font-weight: 600;
  text-align: center;
  line-height: 1.8;
  color: #000000;
}
.p_top_point_item_icon {
  width: 5.9375rem;
  height: 5.9375rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.p_top_point_item_icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.p_top_point_item_text {
  font-weight: 600;
  text-align: center;
  color: #000000;
  margin: 0;
}
.p_top_point_item_highlight {
  color: #6b0601;
  font-weight: 600;
}
.p_top_point_buttonWrap {
  display: flex;
  justify-content: center;
}
.p_top_point_button {
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  text-decoration: none;
  border-radius: 5px;
  background-color: #FFFFFF;
  color: #01396a;
  box-shadow: 1px 2px 5px rgba(255, 255, 255, 0.8);
}
.p_top_products_list {
  display: grid;
}
.p_top_heading {
  display: flex;
  align-items: center;
  gap: 2.5rem;
  margin-bottom: 4rem;
  font-size: 1.75rem;
  font-weight: bold;
  text-align: center;
}
.p_top_heading::before, .p_top_heading::after {
  content: "";
  flex: 1;
  height: 1px;
  background-color: #01396a;
}
.p_top_ranking {
  position: relative;
}
.p_top_productAll {
  position: relative;
}
.p_top_productAll::before {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  background-size: contain;
  background-repeat: no-repeat;
}
.p_top_voice {
  position: relative;
}
.p_top_voice_list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2.5rem 3.4375rem;
}
.p_top_qa_list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.5625rem 3.0625rem;
}
.p_cart_cartNav {
  display: grid;
  grid-template-columns: 18.75rem auto 18.75rem;
  gap: 7.75rem;
  align-items: end;
  margin-top: 4.5rem;
}
.p_cart_price {
  line-height: 1;
}
.p_cart_price_second {
  display: none;
}
.p_cart_price_postage {
  font-size: 1.25rem;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  font-weight: 500;
}
.p_cart_price_postage_num {
  font-size: 1.5rem;
}
.p_cart_price_total {
  font-size: 1.5rem;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  font-weight: 500;
  margin-top: 1rem;
}
.p_cart_price_total_num {
  font-size: 2rem;
  color: #6B0601;
}
.p_cart_cartNav_under {
  display: grid;
  grid-template-columns: 18.75rem 18.75rem;
  justify-content: space-between;
  margin-top: 4rem;
}
.p_cart_empty_text {
  margin-top: 4.5rem;
}
.shopping_page .ly_footer {
  position: relative;
}
.p_shopping_wrap {
  display: flex;
  margin-top: 4.5rem;
}
.p_shopping_bg {
  position: relative;
  z-index: 0;
}
.p_shopping_bg:before {
  z-index: -1;
  content: "";
  background-image: url(../img/components/page/shopping/p_shopping_bg01.png);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  background-position-x: right;
  transform: translate(0%, 0%);
  bottom: 0;
  right: 0;
  margin: 0 calc(50% - 50vw);
  width: calc(100% + 100vw - 100%);
  height: 25rem;
}
.p_shopping_detail {
  width: calc(100% - 16.6875rem);
  padding-right: 2rem;
}
.p_shopping_summary {
  width: 16.6875rem;
}
.p_shopping_totalBox {
  background: #F2F2F2;
  padding: 1.5rem;
}
.p_shopping_totalBlock + .p_shopping_totalBlock:before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-image: linear-gradient(to right, #000 50%, transparent 50%);
  background-size: 8px 1px;
  background-repeat: repeat-x;
  margin: 1.25rem 0;
}
.p_shopping_spec {
  display: flex;
  justify-content: space-between;
  font-size: 1.25rem;
  margin-bottom: 0.625rem;
}
.p_shopping_spec:last-of-type {
  margin-bottom: 0;
}
.p_shopping_total,
.p_shopping_paymentTotal,
.p_shopping_taxRate {
  text-align: right;
}
.p_shopping_total {
  font-weight: 600;
}
.p_shopping_paymentTotal {
  display: none;
}
.p_shopping_taxRate {
  margin-top: 0.5rem;
}
.p_shopping_price {
  font-size: 1.5rem;
  margin-left: 0.75rem;
}
.p_shopping_totalBox_btn {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin-top: 1.25rem;
}
.p_shopping_customer_info {
  width: calc(100% - 11.25rem);
  margin-left: auto;
  padding: 2.5rem 0 2.5rem 0.75rem;
}
.p_shopping_customer_info :where(p) {
  margin-top: 0.75rem;
  font-weight: 600;
}
.p_shopping_customer_info :where(p):first-of-type {
  margin-top: 0;
}
.p_shopping_customer_wideInfo {
  width: 100%;
  margin-left: auto;
  padding: 2.5rem 0 2.5rem 0;
}
.p_shopping_customer_wideInfoWide {
  width: 100%;
}
.p_shopping_customer_wideInfo p {
  margin-top: 0.75rem;
}
.p_shopping_customer_wideInfo p:first-of-type {
  margin-top: 0;
}
.p_shopping_inlineBtn {
  background: #FFFBFB;
  display: inline-block;
  border: 0.5px solid #01396A;
  text-align: center;
  cursor: pointer;
  transition: all 0.3s ease;
  background-color: transparent;
  padding: 0.75rem 1.25rem;
  height: -moz-fit-content;
  height: fit-content;
  box-sizing: border-box;
  font-weight: 500;
}
.p_shopping_payment_info,
.p_shopping_orderDelivery {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
}
.p_shopping_message {
  width: 100%;
  border: 1px solid #01396A;
  padding: 0.75rem;
  background-color: #ffffff;
}
.p_shopping_modal {
  display: none;
}
.p_shopping_order_item + .p_shopping_order_item {
  padding-top: 2.5rem;
  margin-top: 2.5rem;
  border-top: 1px solid #000000;
}
.p_shopping_order_grid {
  display: flex;
}
.p_shopping_order_img {
  width: 7.5rem;
}
.p_shopping_order_content {
  width: calc(100% - 7.5rem);
  padding-left: 1.75rem;
}
.p_shopping_order_txt {
  font-size: 1.25rem;
  font-weight: 600;
}
.p_shopping_order_txt + .p_shopping_order_txt {
  margin-top: 0.25rem;
}
.p_shopping_select {
  display: flex;
}
.p_shopping_select + .p_shopping_select {
  margin-top: 1.5rem;
}
.p_shopping_select label {
  width: 11.25rem;
  padding-right: 1.5rem;
  font-weight: 600;
}
.p_shopping_select select {
  padding: 0.125rem 0.25rem;
  border-radius: 4px;
  font-weight: 600;
  border: 1px solid #01396A;
  background-color: #ffffff;
}
.p_shopping_modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: rgba(242, 242, 242, 0.8);
  z-index: 9999;
  width: 100%;
  height: 100%;
}
.p_shopping_modal.show {
  display: flex !important;
  align-items: center;
  justify-content: center;
}
.p_shopping_modal_inner {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.p_shopping_modal_dialog {
  max-height: 90vh;
  overflow-y: auto;
  display: flex;
  align-items: baseline;
}
.p_shopping_modal_content {
  border: 1px solid #01396A;
  background-color: #ffffff;
}
.p_shopping_modal_title {
  text-align: center;
  font-weight: 600;
  font-size: 1rem;
}
.p_shopping_radio {
  font-weight: 600;
  font-size: 0.875rem;
}
.p_shopping_radio + .p_shopping_radio {
  margin-top: 0.75rem;
}
.p_shopping_radio .form-check-input {
  position: absolute;
  white-space: nowrap;
  border: 0;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  overflow: hidden;
  height: 0.0625rem;
  width: 0.0625rem;
  margin: -rem(1);
  padding: 0;
}
.p_shopping_radio .form-check-label {
  position: relative;
  cursor: pointer;
  padding-left: 2.25rem;
  word-break: auto-phrase;
}
.p_shopping_radio .form-check-label:before,
.p_shopping_radio .form-check-label:after {
  content: "";
  display: block;
  border-radius: 50%;
  position: absolute;
  transform: translateY(-50%);
  top: 50%;
}
.p_shopping_radio .form-check-label:before {
  background-color: #fff;
  border: 1px solid #01396A;
  border-radius: 50%;
  width: 1.25rem;
  height: 1.25rem;
  left: 0.3125rem;
}
.p_shopping_radio .form-check-label:after {
  background-color: #01396A;
  border-radius: 50%;
  opacity: 0;
  width: 0.625rem;
  height: 0.625rem;
  left: 0.625rem;
}
.p_shopping_radio .form-check-input:checked + .form-check-label:after {
  opacity: 1;
}
.p_shopping_modal_body {
  margin-top: 3.75rem;
}
.p_shopping_modal_paymentBody {
  display: flex;
  justify-content: center;
}
.p_shopping_modal_butttonWrap {
  width: 13.125rem;
}
.p_shopping_modal_footer {
  margin-top: 3.75rem;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 5rem;
}
.p_shopping_inputField_label {
  flex-shrink: 0;
  display: inline-block;
  font-weight: 500;
  font-size: 1rem;
  cursor: auto;
}
.p_shopping_inputField_label .text-danger {
  color: #6B0601;
  font-size: 0.75rem;
  margin-left: 0.5rem;
}
.p_shopping_inputField_container {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
}
.p_shopping_inputField_container.error input {
  border-color: #6B0601;
}
.p_shopping_inputField input {
  border: 1px solid #01396a;
  background-color: #F3F3F3;
  font-size: 0.875rem;
  transition: all 0.3s ease;
  box-sizing: border-box;
}
.p_shopping_inputField input:focus {
  outline: none;
  box-shadow: 0 0 16px 2px rgba(1, 57, 106, 0.3);
}
.p_shopping_inputField input::-moz-placeholder {
  color: #999;
}
.p_shopping_inputField input::placeholder {
  color: #999;
}
.p_shopping_inputField input + .p_shopping_inputField input {
  margin-left: 1.5rem;
}
.p_shopping_inputField input_error {
  display: flex;
  width: 100%;
  margin-bottom: -1.75rem;
  padding-top: 0.25rem;
  color: #6B0601;
}
.p_shopping_inputField input_error_item:only-child {
  width: 100%;
}
.p_shopping_inputField input_error_item + .p_shopping_inputField input_error_item {
  margin-left: 1.5rem;
}
.p_shopping_inputField.p_shopping_inputField__full_width input {
  width: 100%;
}
.p_shopping_selectField_label {
  flex-shrink: 0;
  display: inline-block;
  font-weight: 500;
}
.p_shopping_selectField_label .ec-required {
  color: #6B0601;
  font-size: 0.75rem;
  margin-left: 0.5rem;
}
.p_shopping_selectField_container {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
}
.p_shopping_selectField select {
  border: 1px solid #01396a;
  background-color: #F3F3F3;
  transition: all 0.3s ease;
  box-sizing: border-box;
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%2301396a' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6,9 12,15 18,9'%3e%3c/polyline%3e%3c/svg%3e");
  background-repeat: no-repeat;
}
.p_shopping_selectField select:focus {
  outline: none;
  box-shadow: 0 0 16px 2px rgba(1, 57, 106, 0.3);
}
.p_shopping_selectField select option[value=""] {
  color: #999;
}
.p_shopping_selectField select option:disabled {
  color: #ccc;
}
.p_shopping_selectField_error {
  display: flex;
  width: 100%;
  margin-bottom: -1.75rem;
  padding-top: 0.25rem;
  color: #6B0601;
}
.p_shopping_selectField_error_item:only-child {
  width: 100%;
}
.p_shopping_selectField_container.error .p_shopping_selectField_select, .p_shopping_selectField_container.error select {
  border-color: #6B0601;
  background-color: #FFF0F0;
}
.p_shoppingComp {
  min-height: calc(100vh - 42.0625rem);
}
.p_shoppingComp_name {
  text-align: center;
  font-weight: 500;
}
.p_shoppingComp_heading {
  text-align: center;
  font-weight: 500;
}
.p_shoppingComp_desc {
  font-weight: 500;
  text-align: center;
}
.p_productDetail_slider_mainWrap {
  overflow: hidden;
}
.p_productDetail_slider_mainWrap img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p_productDetail_slider_subWrap {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
}
.p_productDetail_slider_subWrap > * {
  cursor: pointer;
}
.p_productDetail_slider_subWrap img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p_productDetail_explanation {
  font-weight: 500;
}
.p_productDetail_heading {
  padding: 0.625rem 0;
}
.p_productDetail_title {
  font-family: "YuMincho", "Yu Mincho", serif;
  font-weight: 600;
  font-size: 2.25rem;
  line-height: 1.083;
  color: #000;
}
.p_productDetail_title_weight {
  margin-left: 0;
}
.p_productDetail_divider {
  width: 100%;
  height: 1px;
  background-image: linear-gradient(to right, #000 50%, transparent 50%);
  background-size: 4px 1px;
  background-repeat: repeat-x;
  margin: 0.625rem 0;
}
.p_productDetail_normalPrice {
  font-weight: 600;
}
.p_productDetail_specialPrice {
  display: flex;
  align-items: center;
  gap: 0;
  font-family: "YuMincho", "Yu Mincho", serif;
  font-weight: 600;
  color: #6b0601;
  margin-bottom: 0.625rem;
}
.p_productDetail_quantity {
  padding: 2rem 0;
}
.p_productDetail_quantity_main {
  display: flex;
  align-items: center;
  gap: 2.0625rem;
}
.p_productDetail_quantity_label {
  font-weight: 600;
  font-size: 1rem;
  color: #000;
  white-space: nowrap;
}
.p_productDetail_quantity_select {
  position: relative;
}
.p_productDetail_quantity_input {
  width: 100%;
  padding: 0 2rem;
  border: 1px solid #01396a;
  border-radius: 0.3125rem;
  font-family: "YuMincho", "Yu Mincho", serif;
  font-weight: 600;
  font-size: 1.25rem;
  color: #000;
  background-color: #FFF;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  text-align: center;
  transition: all 0.3s ease;
}
.p_productDetail_quantity_input:focus {
  outline: none;
  box-shadow: 0 0 16px 2px rgba(1, 57, 106, 0.3);
}
.p_productDetail_quantity_input::-webkit-inner-spin-button, .p_productDetail_quantity_input::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.p_productDetail_quantity_buttons {
  display: flex;
  gap: 0.625rem;
}
.p_productDetail_quantity_btn {
  padding: 0 1.25rem;
  border: 0.5px solid #01396a;
  border-radius: 0.3125rem;
  font-family: "YuMincho", "Yu Mincho", serif;
  font-weight: 600;
  font-size: 0.75rem;
  color: #000;
  white-space: nowrap;
  cursor: pointer;
  transition: background-color 0.2s;
}
.p_productDetail_options {
  display: flex;
  flex-direction: column;
}
.p_productDetail_option {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.625rem;
  padding: 1.25rem 0;
}
.p_productDetail_option_label {
  display: flex;
  flex-direction: column;
  gap: 0;
  font-family: "YuMincho", "Yu Mincho", serif;
  font-weight: 600;
  color: #000;
}
.p_productDetail_option_name {
  white-space: nowrap;
}
.p_productDetail_option_price {
  white-space: nowrap;
}
.p_productDetail_option_select {
  position: relative;
}
.p_productDetail_option_input {
  width: 100%;
  padding: 0 3.125rem 0 1.875rem;
  border: 1px solid #01396a;
  border-radius: 0.3125rem;
  font-family: "YuMincho", "Yu Mincho", serif;
  font-weight: 600;
  font-size: 1.25rem;
  color: #000;
  background-color: #FFF;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%2301396a' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6,9 12,15 18,9'%3e%3c/polyline%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-size: 1.25rem;
  background-position: right 1.25rem center;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  cursor: pointer;
  transition: all 0.3s ease;
}
.p_productDetail_option_input:focus {
  outline: none;
  box-shadow: 0 0 16px 2px rgba(1, 57, 106, 0.3);
}
.p_productDetail_freearea {
  font-weight: 500;
}
.p_productDetail_related {
  position: relative;
}
.p_contact_desc {
  font-weight: 600;
}
.p_contactComp_desc {
  font-weight: 600;
  text-align: center;
}
.p_entryStart {
  background: linear-gradient(180deg, rgba(1, 57, 106, 0.2) 0%, rgba(255, 255, 255, 0) 100%);
}
.p_entryStart_logo {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  padding-top: 2.5rem;
}
.p_entryStart_logo_image {
  width: 3.5rem;
  height: 2.8125rem;
}
.p_entryStart_logo_image img {
  -o-object-fit: contain;
     object-fit: contain;
}
.p_entryStart_logo_title {
  font-size: 2.25rem;
  font-weight: 500;
  color: #01396A;
}
.p_entryStart_title {
  font-weight: 500;
  text-align: center;
}
.p_entryStart_title .__accent {
  color: #6B0601;
}
.p_entryStart_desc {
  text-align: center;
  font-weight: 500;
}
.p_entryStart_desc .__accent01 {
  font-size: 1.5rem;
  color: #6B0601;
}
.p_entryStart_desc .__accent02 {
  color: #6B0601;
}
.p_entryStart_buttonWrap {
  width: 19rem;
  margin: 3rem auto 0;
}
.p_entryStart_note {
  margin-top: 1.25rem;
  text-align: center;
  font-weight: 500;
}
.p_entryConfirm_intro {
  font-weight: 500;
  text-align: center;
}
.p_entryConfirm_payItem {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 3rem 0;
}
.p_entryConfirm_payItem_item {
  display: flex;
  align-items: center;
}
.p_entryConfirm_payItem_logo {
  display: flex;
  align-items: center;
  margin: 0 auto;
}
.p_entryConfirm_payItem_logo_image img {
  -o-object-fit: contain;
     object-fit: contain;
}
.p_entryConfirm_payItem_logo_title {
  font-weight: 500;
  color: #01396A;
}
.p_entryConfirm_payItem_title {
  font-weight: 500;
}
.p_entryConfirm_payItem_price {
  font-weight: 500;
}
.p_entryConfirm_payDesc {
  margin-top: 3rem;
}
.p_entryConfirm_payDesc_row {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.p_entryConfirm_payDesc_row dt, .p_entryConfirm_payDesc_row dd {
  font-weight: 500;
}
.p_entryConfirm_payDesc_note {
  font-weight: 500;
}
.p_entryConfirm_payDesc_note > * {
  margin-top: 1rem;
}
.p_entryConfirm_paySelect {
  margin-top: 3rem;
  padding-top: 3rem;
  border-top: 1px solid #01396A;
}
.p_entryConfirm_form {
  display: grid;
  grid-template-columns: 1fr;
}
.p_entryConfirm_form dl {
  display: flex;
}
.p_entryConfirm_form dt, .p_entryConfirm_form dd {
  font-weight: 500;
}
.p_entryConfirm_form dt {
  flex-shrink: 0;
}
.p_entryConfirm_agreement {
  display: flex;
  text-align: center;
  align-items: center;
}
.p_entryConfirm_agreement_note {
  text-align: left;
}
.p_entryConfirm_agreement_note > * {
  position: relative;
  font-weight: 500;
}
.p_entryConfirm_agreement_note > *::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "※";
}
.p_entryConfirm_checkbox {
  margin: 0 auto;
  display: inline-flex;
  cursor: pointer;
  font-weight: 500;
  line-height: 1.5;
  position: relative;
}
.p_entryConfirm_checkbox:hover {
  color: #01396A;
}
.p_entryConfirm_checkbox input[type=checkbox] {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  top: 100%;
  left: 0;
}
.p_entryConfirm_checkbox input[type=checkbox] + span {
  position: relative;
}
.p_entryConfirm_checkbox input[type=checkbox] + span::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-color: #FFFFFF;
  border: 1px solid #01396A;
  transition: all 0.3s ease;
  box-sizing: border-box;
}
.p_entryConfirm_checkbox input[type=checkbox] + span::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-image: url("../img/common/icons/icon_check_white.svg");
  background-size: contain;
  background-position: center;
  opacity: 0;
  transition: opacity 0.2s ease;
}
.p_entryConfirm_checkbox input[type=checkbox]:checked + span::before {
  background-color: #01396A;
  border-color: #01396A;
}
.p_entryConfirm_checkbox input[type=checkbox]:checked + span::after {
  opacity: 1;
}
.p_entryConfirm_checkbox input[type=checkbox]:focus + span::before {
  outline: none;
  box-shadow: 0 0 0 0.1875rem rgba(1, 57, 106, 0.2);
}
.p_entryConfirm_checkbox input[type=checkbox]:hover:not(:checked) + span::before {
  border-color: #01396a;
  background-color: #F3F3F3;
}
.p_entryConfirm_checkbox input[type=checkbox]:disabled {
  cursor: not-allowed;
}
.p_entryConfirm_checkbox input[type=checkbox]:disabled + span {
  opacity: 0.6;
  cursor: not-allowed;
}
.p_entryConfirm_checkbox input[type=checkbox]:disabled + span::before {
  background-color: #E0E0E0;
  border-color: #B0B0B0;
}
.p_entryConfirm_checkbox input[type=checkbox].error + span::before {
  border-color: #6B0601;
}
.p_entryConfirm_checkbox input[type=checkbox]:invalid:focus + span::before, .p_entryConfirm_checkbox input[type=checkbox].error:focus + span::before {
  box-shadow: 0 0 0 0.1875rem rgba(1, 57, 106, 0.2);
}
.p_entryConfirm_checkbox a {
  color: #01396a;
  transition: 0.2s;
}
.p_entryConfirm_buttonWrap {
  display: grid;
  grid-template-columns: 1fr;
}
.p_entryComp {
  min-height: calc(100vh - 11.0625rem);
}
.p_entryComp_name {
  text-align: center;
  font-weight: 500;
}
.p_entryComp_title {
  text-align: center;
  font-weight: 500;
}
.p_entryComp_desc {
  font-weight: 500;
  text-align: center;
}
.p_forgotMessage_intro {
  text-align: center;
}
.p_forgot_complete_heading_intro {
  text-align: center;
  font-size: 2rem;
  font-weight: 500;
  text-align: center;
  padding: 4rem 0 1.875rem;
}
.p_forgot_complete_nowrap {
  white-space: nowrap;
}
.p_mypage_welcome {
  text-align: center;
  padding-top: 4rem;
}
.p_mypage_tableHeader {
  display: grid;
  grid-template-columns: 1fr 1fr 2fr;
  width: 100%;
  background-color: #01396A;
  height: 3.375rem;
}
.p_mypage_tableHeader_item {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-weight: 600;
  text-align: center;
  height: 100%;
}
.p_mypage_block {
  display: grid;
  grid-template-columns: 1fr 1fr 2fr;
}
.p_mypage_block_info {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 0.75rem;
}
.p_mypage_block_date {
  color: #01396A;
  font-size: 1.25rem;
  font-weight: 600;
}
.p_mypage_block_detailBtn {
  background-color: #FFFBFB;
  border: 1px solid #01396A;
  padding: 0.5rem;
  font-size: 0.75rem;
  font-weight: 600;
  width: -moz-fit-content;
  width: fit-content;
  transition: 0.2s;
}
.p_mypage_block_status {
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 600;
}
.p_mypage_block_productList {
  display: flex;
  gap: 1.875rem;
  padding-top: 3.75rem;
  padding-bottom: 3.75rem;
  border-bottom: 1px dashed #000;
  margin-left: 1.875rem;
  font-weight: 600;
}
.p_mypage_block_productList:last-of-type {
  border-bottom: none;
}
.p_mypage_block_imgWrap {
  width: 7.0625rem;
  height: 7.0625rem;
  flex-shrink: 0;
}
.p_mypage_block_imgWrap img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p_mypageLogin_sublink {
  text-align: center;
  font-weight: 500;
}
.p_mypageLogin_error, .p_mypageLogin_reset {
  width: 80%;
  margin: 2rem auto 0;
  padding: 1.25rem;
  font-weight: 500;
  text-align: center;
}
.p_mypageLogin_error {
  border: 1px solid #6B0601;
  color: #6B0601;
}
.p_mypageLogin_reset {
  border: 1px solid #01396a;
}
.p_mypageChange_welcome {
  text-align: center;
  padding-top: 4rem;
}
.p_mypageChange_success {
  width: 80%;
  padding: 1.25rem;
  font-weight: 500;
  text-align: center;
  margin: 0 auto 4.6875rem;
  border: 1px solid #01396a;
}
.p_withdraw_buttonWrap {
  width: 19rem;
  margin: 3rem auto 0;
  white-space: nowrap;
}
.p_withdraw_note {
  margin-top: 1.25rem;
  text-align: center;
  font-weight: 500;
}
.p_withdraw_paymentButton {
  border: 1px solid;
  width: -moz-fit-content;
  width: fit-content;
  background-color: #EFEFEF;
  font-weight: 500;
}
.p_withdraw_confirm_content li:nth-child(n+2) {
  margin-top: 1.25rem;
}
.p_withdraw_confirm_content li::before {
  content: "・";
}
#withdrawConfirmModal .p_withdraw_confirm_modal_body {
  text-align: center;
  letter-spacing: 0.05em;
  flex-direction: column;
}
#withdrawConfirmModal .p_withdraw_confirm_modal_body .js_withdraw_confirm_content {
  width: 100%;
}
#withdrawConfirmModal .p_withdraw_confirm_modal_body .js_withdraw_confirm_content p {
  margin-bottom: 1em;
}
#withdrawConfirmModal .p_withdraw_confirm_modal_body .js_withdraw_confirm_content p:last-child {
  margin-bottom: 0;
}
#withdrawConfirmModal .p_withdraw_confirm_modal_body .p_withdraw_confirm_rows_block {
  display: inline-block;
  text-align: left;
  margin: 1em 0;
  border: 1px solid #000;
  padding: 1em;
}
#withdrawConfirmModal .p_withdraw_confirm_modal_body .p_withdraw_confirm_row {
  display: flex;
  justify-content: flex-start;
  align-items: baseline;
  font-weight: bold;
  text-align: left;
  width: 100%;
}
#withdrawConfirmModal .p_withdraw_confirm_modal_body .p_withdraw_confirm_label {
  display: inline-block;
  min-width: 7em;
  text-align: left;
}
#withdrawConfirmModal .p_withdraw_confirm_modal_body .p_withdraw_confirm_highlight {
  color: #6B0601;
  font-size: 1.25em;
}
#withdrawConfirmModal .p_withdraw_confirm_modal_body {
  font-size: 1.125rem;
}
@media only screen and (min-width: 768px) {
  #withdrawConfirmModal .p_shopping_modal_header .modal-title {
    font-size: 1.5rem;
  }
}
.p_mypageHistory_contents {
  position: relative;
}
.p_mypageHistory_logo {
  height: auto;
  margin: 0 auto;
}
.p_mypageHistory_order {
  top: 0;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  width: -moz-fit-content;
  width: fit-content;
}
.p_mypageHistory_order_item {
  display: flex;
}
.p_mypageHistory_customer_info :where(p) {
  margin-top: 0.75rem;
  font-weight: 600;
}
.p_mypageHistory_customer_info :where(p):first-of-type {
  margin-top: 0;
}
.p_mypageHistory_products_item + .p_mypageHistory_products_item {
  border-top: 1px solid #000;
  margin-top: 2.5rem;
  padding-top: 2.5rem;
}
.p_mypageHistory_delivery_item {
  display: flex;
  gap: 2rem;
  margin-top: 0.25rem;
  font-weight: 600;
}
.p_mypageHistory_products_set {
  display: flex;
  flex-wrap: wrap;
  font-weight: 600;
  width: 100%;
}
.p_mypageHistory_products_img {
  flex-shrink: 0;
}
.p_mypageHistory_products_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p_mypageHistory_totalBox_label {
  font-weight: 600;
}
.p_mypageHistory_totalBox_deliveryFee {
  font-weight: 600;
}
.p_mypageHistory_totalBox_paymentTotal {
  font-weight: 600;
}
.guide_page {
  overflow-x: hidden;
}
.p_guide_heading {
  padding-bottom: 1.5rem;
}
.p_guide_heading_txt {
  text-align: center;
}
.p_guide_WideWrap {
  margin: 0 calc(50% - 50vw);
  width: calc(100% + 100vw - 100%);
}
.p_guideWrap {
  max-width: 1440px;
  margin: 0 auto;
}
.p_guideInner {
  padding: 0 10.875rem;
}
.p_guide_ai_center {
  align-items: center !important;
}
.p_guide_pageHeader {
  padding-bottom: 2.75rem;
  position: relative;
  margin: 0 calc(50% - 50vw);
  width: calc(100% + 100vw - 100%);
}
.p_guide_pageHeader::before {
  content: "";
  background-image: url("../img/common/img_bg_wave_left.png");
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  z-index: -1;
  transform: translate(0%, -50%);
  top: 50%;
  left: 0;
  width: 21.625rem;
  height: 28.375rem;
}
.p_guide_heading {
  padding-bottom: 1.5rem;
}
.p_guide_heading_txt {
  text-align: center;
}
.p_guide_subHeading_wrap {
  background-color: #BFCDD9;
  margin-bottom: 2rem;
  padding: 1.5rem 1rem;
}
.p_guide_subHeading_title, .p_guide_subHeading_txt {
  text-align: center;
}
.p_guide_box {
  margin-top: 4rem;
}
.p_guide_box + .p_guide_box {
  margin-top: 8rem;
}
.p_guide_box_title {
  background: #01396A;
  color: #ffffff;
  padding: 0.5rem 1rem;
  text-align: center;
}
.p_guide_box_wrap {
  margin-top: 3.25rem;
}
.p_guide_box_top {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.p_guide_box_left {
  width: 42%;
  padding-right: 2rem;
}
.p_guide_box_right {
  width: 58%;
}
.p_guide_box_img img {
  vertical-align: top;
  max-width: 100%;
  height: auto;
  border: 0;
}
.p_guide_box_bottom {
  margin-top: 2.5rem;
}
.p_guide_box_subBox + .p_guide_box_subBox {
  margin-top: 1.25rem;
}
.p_guide_box_subTitle {
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 0.75rem 1rem;
  border: 1px solid #01396A;
  border-radius: 4px;
  min-width: 240px;
  display: inline-block;
}
.p_guide_box_list, .p_guide_box_txtWrap {
  margin-top: 1.25rem;
}
.p_guide_box_listItem {
  display: flex;
  align-items: baseline;
  gap: 0.5rem;
}
.p_guide_box_listItem + .p_guide_box_listItem {
  margin-top: 0.5rem;
}
.p_guide_box_listItem_num {
  font-weight: 500;
  color: #ffffff;
  background-color: #01396A;
  padding: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  border-radius: 4px;
  width: 1.5rem;
  height: 1.5rem;
  flex: none;
}
.p_guide_box_listItem_tip {
  font-weight: 500;
  color: #ffffff;
  background-color: #01396A;
  padding: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  border-radius: 4px;
  min-width: 4.5rem;
  flex: none;
}
.p_guide_box_txt + .p_guide_box_txt {
  margin-top: 0.5rem;
}
.p_guide_infoBox {
  margin-top: 8rem;
}
.p_guide_infoBox + .p_guide_infoBox {
  margin-top: 0;
}
.p_guide_infoBox_bg {
  padding: 1rem 0;
  background-color: #BFCDD9;
}
.p_guide_infoBox_title {
  text-align: center;
}
.p_guide_infoBox_block {
  padding: 3.75rem 0 3.75rem 0;
}
.p_guide_infoBox_block + .p_guide_infoBox_block {
  padding: 0 0 3.75rem 0;
}
.p_guide_infoBox_subTitle {
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 0.75rem 1rem;
  border: 1px solid #01396A;
  border-radius: 4px;
  min-width: 240px;
  display: inline-block;
}
.p_guide_infoBox_txtWrap, .p_guide_infoBox_list {
  margin-top: 1rem;
}
.p_guide_infoBox_listItem + .p_guide_infoBox_listItem, .p_guide_infoBox_listItem + .p_guide_infoBox_txt, .p_guide_infoBox_txt + .p_guide_infoBox_listItem, .p_guide_infoBox_txt + .p_guide_infoBox_txt {
  margin-top: 0.5rem;
}
.p_guide_infoBox_shipping {
  display: flex;
  align-items: center;
}
.p_guide_infoBox_price {
  font-weight: 500;
  font-size: 2.25rem;
  display: flex;
  align-items: center;
  text-align: center;
  margin-left: 1.5rem;
}
.p_guide_infoBox_price > span {
  font-weight: 400;
  font-size: 1.25rem;
  margin-left: 0.25rem;
}
.p_guide_infoBox_delivery {
  display: flex;
}
.p_guide_infoBox_delivery .p_guide_infoBox_txtBlock {
  width: 80%;
  padding-right: 1.5rem;
}
.p_guide_infoBox_delivery .p_guide_infoBox_img {
  width: 20%;
}
.p_guide_infoBox_payment {
  position: relative;
  z-index: 0;
}
.p_guide_infoBox_payment:before {
  z-index: -1;
  content: "";
  background-image: url(../img/common/img_bg_wave_right.png);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  background-position-x: right;
  transform: translate(0%, -50%);
  top: 50%;
  right: 0;
  width: 100%;
  height: 100%;
}
.p_guide_infoBox_paymentList {
  font-weight: 600;
  font-size: 2rem;
  margin-top: 0;
}
.p_guide_infoBox_returnPolicy {
  display: flex;
  align-items: center;
}
.p_guide_infoBox_returnPolicy_wrap {
  margin-left: 1.5rem;
}
.p_guide_infoBox_returnPolicy_txt + .p_guide_infoBox_returnPolicy_txt {
  margin-top: 0.625rem;
}
.p_error_logo_image {
  margin: 0 auto;
}
.p_error_logo_image img {
  -o-object-fit: contain;
     object-fit: contain;
}
.p_error_message {
  font-weight: 600;
  text-align: center;
}
.p_error_bgImage {
  position: relative;
  overflow: hidden;
}
.p_error_bgImage::before {
  content: "";
  background-image: url("../img/common/img_bg_wave.png");
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: -3.75rem;
  right: -6.875rem;
  width: 36.625rem;
  height: 27.375rem;
}
.tradelaw-table {
  width: 100%;
  border-collapse: collapse;
}
.tradelaw-table th, .tradelaw-table td {
  border: 1px solid #ccc;
  padding: 8px;
}
.tradelaw-table th {
  text-align: left;
  width: 30%;
  background-color: #f2f2f2;
}
.p_help_heading {
  padding-bottom: 1.5rem;
}
.p_help_heading_txt {
  text-align: center;
}
.p_help_box {
  margin-top: 4rem;
}
.p_help_box_title {
  color: inherit;
  padding: 0;
  text-align: left;
  font-weight: 600;
  font-size: 2rem;
}
.p_help_box_wrap {
  margin-top: 1rem;
}
.p_help_bullets,
.p_help_numbers {
  padding-left: 1.6rem;
  margin: 0.6rem 0 0;
}
.p_help_bullets li,
.p_help_numbers li {
  margin-bottom: 0.1875rem;
}
.p_help_bullets {
  list-style: disc;
}
.p_help_numbers {
  list-style: decimal;
}
.p_help_definition dt {
  float: left;
  font-weight: bold;
}
.p_help_definition dt::after {
  content: "：";
}
.p_help_info {
  width: 100%;
  border-collapse: collapse;
}
.p_help_info th,
.p_help_info td {
  border: 1px solid #ccc;
}
.p_help_info th {
  text-align: left;
  width: 30%;
  padding: 8px;
}
.p_help_info td {
  padding: 8px;
}
.about_page {
  overflow-x: hidden;
}
.p_about_okutoku_WideWrap {
  margin: 0 calc(50% - 50vw);
  width: calc(100% + 100vw - 100%);
}
.p_about_okutokuWrap {
  max-width: 1440px;
  margin: 0 auto;
}
.p_about_okutokuInner {
  padding: 0 10.875rem;
}
.p_about_okutoku_ai_center {
  align-items: center !important;
}
.p_about_okutoku_title {
  font-size: 2rem;
}
.p_about_okutoku_wrap {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.p_about_okutoku_desc {
  width: 60%;
}
.p_about_okutoku_img {
  width: 40%;
  padding-left: 2rem;
}
.p_about_okutoku_img img {
  vertical-align: top;
  max-width: 100%;
  height: auto;
  border: 0;
}
.p_about_okutoku_txtWrap {
  margin-top: 1.25rem;
}
.p_about_okutoku_heading {
  margin-top: 7.5rem;
}
.p_about_okutoku_headingTitle {
  align-items: center;
  display: flex;
  margin: 0 calc(50% - 50vw);
  width: calc(100% + 100vw - 100%);
  font-size: 2rem;
}
.p_about_okutoku_headingTitle:before, .p_about_okutoku_headingTitle:after {
  background-color: #01396A;
  content: "";
  flex-grow: 1;
  height: 1px;
}
.p_about_okutoku_headingTitle:before {
  margin-right: 15px;
}
.p_about_okutoku_headingTitle:after {
  margin-left: 15px;
}
.p_about_okutoku_headingTxt {
  text-align: center;
  margin-top: 2.25rem;
}
.p_about_okutoku_headingRightBg {
  position: relative;
  z-index: 0;
}
.p_about_okutoku_headingRightBg:before {
  z-index: -1;
  content: "";
  background-image: url(../img/components/page/help/about/p_about_okutoku_bg01.png);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  background-position-x: right;
  transform: translate(0%, -50%);
  top: 0;
  right: 0;
  margin: 0 calc(50% - 50vw);
  width: calc(100% + 100vw - 100%);
  height: 25rem;
}
.p_about_okutoku_headingLeftBg {
  position: relative;
  z-index: 0;
}
.p_about_okutoku_headingLeftBg:before {
  z-index: -1;
  content: "";
  background-image: url(../img/components/page/help/about/p_about_okutoku_bg02.png);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  background-position-x: left;
  transform: translate(0%, 55%);
  bottom: 0;
  left: 0;
  margin: 0 calc(50% - 50vw);
  width: calc(100% + 100vw - 100%);
  height: 25rem;
}
.p_about_okutoku_feature {
  margin-top: 3.75rem;
}
.p_about_okutoku_featureWrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.p_about_okutoku_featureWrap + .p_about_okutoku_featureWrap {
  margin-top: 6.25rem;
}
.p_about_okutoku_featureDesc {
  width: 72%;
  padding-left: 5rem;
}
.p_about_okutoku_featureImg {
  width: 28%;
}
.p_about_okutoku_featureImg img {
  vertical-align: top;
  max-width: 100%;
  height: auto;
  border: 0;
  width: 100%;
}
.p_about_okutoku_featureTitle {
  font-size: 1.75rem;
}
.p_about_okutoku_featureTxtWrap {
  margin-top: 2rem;
}
.p_about_okutoku_featureTxtBig {
  color: #6B0601;
  font-size: 1.25rem;
}
.p_about_okutoku_flowTitle {
  font-size: 1.625rem;
}
.p_about_okutoku_flowBlock {
  margin-top: 3rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.p_about_okutoku_flowBlock + .p_about_okutoku_flowBlock {
  margin-top: 6.25rem;
}
.p_about_okutoku_flowLeft {
  width: 50%;
}
.p_about_okutoku_flowRight {
  width: 50%;
  padding-left: 5rem;
}
.p_about_okutoku_flowNum {
  width: 6.25rem;
  height: 6.25rem;
}
.p_about_okutoku_flowTitleWrap {
  display: flex;
  align-items: center;
}
.p_about_okutoku_flowDesc {
  margin-top: 0.75rem;
}
.p_about_okutoku_message {
  padding: 1.25rem 10rem 1.75rem;
  border: 1px solid #000000;
  margin-top: 5.75rem;
}
.p_about_okutoku_messageTitle {
  font-size: 1.5rem;
  text-align: center;
}
.p_about_okutoku_messageDesc {
  margin-top: 3rem;
}
.p_about_okutoku_messageTxt + .p_about_okutoku_messageTxt {
  margin-top: 1.25rem;
}
.p_about_okutoku_messagePresident {
  text-align: right;
  margin-top: 3.75rem;
}
.p_about_okutoku_messagePresident_name {
  margin-left: 3.75rem;
}
.p_about_okutoku_info {
  margin-top: 3.75rem;
  display: flex;
  padding-bottom: 6.25rem;
  align-items: center;
}
.p_about_okutoku_infoLeft {
  width: 50%;
  padding-right: 5rem;
}
.p_about_okutoku_infoRight {
  width: 50%;
}
.p_about_okutoku_infoDl {
  display: flex;
}
.p_about_okutoku_infoDl + .p_about_okutoku_infoDl {
  margin-top: 1rem;
}
.p_about_okutoku_infoDl dt:after {
  content: "　：　";
}
.about_page .ly_footer_guide {
  position: relative;
}
/* **************************************************************
デバッグ用の帯
************************************************************** */
.ec-debugModeAlert {
  position: fixed;
  bottom: 0;
  right: 0;
  width: -moz-fit-content;
  width: fit-content;
  background-color: #DE5D50;
  color: white;
  padding: 0.75rem;
  border-radius: 8px;
}
.ec-debugModeAlert div {
  display: flex;
  align-items: center;
}
.ec-debugModeAlert__icon {
  width: 1rem;
  height: 1rem;
}
.ec-debugModeAlert__icon img {
  -o-object-fit: contain;
     object-fit: contain;
}
.ec-drawerRoleClose {
  display: none;
}
@media only screen and (min-width: 768px) {
  .pc_hidden {
    display: none !important;
  }
  .ly_header_inner {
    padding: 0.5rem 0 1rem;
  }
  .ly_footer_guide_list {
    gap: 1rem;
  }
  .ly_footer_info {
    align-items: stretch;
    margin-top: 1.5rem;
  }
  .ly_footer_info_item--warning {
    max-width: 38.75rem;
  }
  .ly_footer_info_title {
    font-size: 1.25rem;
  }
  .ly_footer_info_contactBtn {
    font-size: 1rem;
    padding: 1rem 0;
  }
  .ly_footer_info_tel {
    font-size: 1.25rem;
  }
  .ly_footer_info_hours {
    font-size: 1rem;
  }
  .ly_footer_bottom_inner {
    padding: 1rem 0;
  }
  .ly_footer_bottom_list {
    margin-bottom: 0.5rem;
  }
  .ly_footer_bottomLink {
    font-size: 0.75rem;
  }
  .ly_footer_bottom_copyright {
    font-size: 0.75rem;
  }
  .bl_breadcrumb_inner {
    padding: 0.25rem 10.875rem;
  }
  .bl_breadcrumb_list {
    font-size: 0.75rem;
  }
  .bl_button {
    padding: 0.75rem 1.5rem;
    font-size: 1.25rem;
  }
  .bl_form {
    margin-top: 3.75rem;
  }
  .bl_textareaField {
    display: flex;
  }
  .bl_textareaField:nth-child(n+2) {
    margin-top: 2.5rem;
  }
  .bl_textareaField_label {
    width: 12.5rem;
    padding-top: 0.75rem;
  }
  .bl_inputField {
    display: flex;
  }
  .bl_inputField:nth-child(n+2) {
    margin-top: 2.5rem;
  }
  .bl_inputField_label {
    width: 12.5rem;
    padding-top: 0.75rem;
  }
  .bl_inputField input {
    width: 12.5rem;
    padding: 0.75rem 1rem;
  }
  .bl_inputField_error_item {
    width: 12.5rem;
  }
  .bl_selectField {
    display: flex;
  }
  .bl_selectField:nth-child(n+2) {
    margin-top: 2.5rem;
  }
  .bl_selectField_label {
    width: 12.5rem;
    padding-top: 0.75rem;
    font-size: 1rem;
  }
  .bl_selectField_label .ec-required {
    font-size: 0.75rem;
  }
  .bl_selectField select {
    width: 12.5rem;
    font-size: 0.875rem;
    padding: 0.75rem 1rem;
    padding-right: 2.5rem;
    background-size: 1rem;
    background-position: right 0.75rem center;
  }
  .bl_selectField_error_item {
    width: 12.5rem;
  }
  .bl_radioField_label {
    width: 12.5rem;
    font-size: 1rem;
  }
  .bl_radioField_container {
    gap: 1.5rem;
    margin-top: 2rem;
  }
  .bl_radioField_container label {
    min-height: 1.5rem;
    align-items: flex-start;
    padding-left: 2rem;
  }
  .bl_radioField_container label input[type=radio] {
    width: 1.3125rem;
    height: 1.3125rem;
  }
  .bl_radioField_container label input[type=radio] + span::before {
    top: 0.125rem;
    left: -2rem;
    width: 1.3125rem;
    height: 1.3125rem;
  }
  .bl_radioField_container label input[type=radio] + span::after {
    left: -2rem;
    top: 0.125rem;
    transform: scale(0.7);
    width: 1.3125rem;
    height: 1.3125rem;
  }
  .bl_radioField_error {
    margin-left: 12.5rem;
    width: calc(100% - 12.5rem);
    font-size: 0.75rem;
  }
  .bl_productList_quantity_btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
  }
  .bl_productList_quantity_btn--decrease {
    left: 0;
  }
  .bl_productList_quantity_btn--increase {
    right: 0;
  }
  .bl_productCard_nameWrap {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
  }
  .bl_productCard_capacity {
    text-align: right;
  }
  .bl_productCard_price {
    text-align: right;
  }
  .bl_productCard_price_label {
    font-size: 0.75rem;
  }
  .bl_voiceCard_imageWrap {
    width: 7.0625rem;
    height: 7.0625rem;
    margin: 1.1875rem 0 1.1875rem 1.4375rem;
  }
  .bl_voiceCard_rating_label {
    font-size: 0.875rem;
  }
  .bl_voiceCard_reviewText {
    margin: 0;
    font-size: 0.875rem;
  }
  .bl_qaItem_badge_text {
    left: 50%;
  }
  .bl_qaItem_answer {
    font-size: 0.875rem;
  }
  .bl_heading02_text {
    font-size: 1.25rem;
    width: 10.25rem;
  }
  .bl_tab_navlist__item {
    height: 3.375rem;
  }
  .bl_pagination {
    padding-top: 2.5rem;
  }
  .bl_pagination_item {
    width: 2.5rem;
    height: 2.5rem;
    font-size: 1rem;
  }
  .bl_pagination_item__prev::after {
    width: 1.125rem;
    height: 1.125rem;
  }
  .bl_pagination_item__next::after {
    width: 1.125rem;
    height: 1.125rem;
  }
  .bl_pagination_item__dots {
    font-size: 1rem;
  }
  .p_top_slide {
    margin-top: 2.5rem;
  }
  .p_top_slide_item {
    padding: 0 1.75rem;
  }
  .p_top_point {
    margin-top: 5.5rem;
    padding-top: 4rem;
  }
  .p_top_point_heading {
    font-size: 2rem;
  }
  .p_top_point_items {
    margin-top: 2rem;
    grid-template-columns: repeat(3, 1fr);
  }
  .p_top_point_items > li {
    padding: 1.25rem;
  }
  .p_top_point_item_title {
    font-size: 1rem;
  }
  .p_top_point_item_text {
    font-size: 1rem;
    line-height: 1.8;
  }
  .p_top_point_item_highlight {
    font-size: 1.25rem;
  }
  .p_top_point_buttonWrap {
    margin-top: 2.5rem;
  }
  .p_top_point_button {
    width: 18.9375rem;
    height: 3.5rem;
    font-size: 1.25rem;
  }
  .p_top_products_list {
    grid-template-columns: repeat(3, 1fr);
    gap: 5rem;
  }
  .p_top_ranking {
    overflow-x: clip;
  }
  .p_top_ranking::before {
    content: "";
    display: block;
    width: 53.5rem;
    height: 40.125rem;
    position: absolute;
    z-index: -1;
    top: -15rem;
    left: 46.25rem;
    background-image: url(../img/components/page/top/top_wave_right.png);
    background-size: contain;
    background-repeat: no-repeat;
  }
  .p_top_productAll::before {
    width: 53.5rem;
    height: 40.125rem;
    top: -7.5rem;
    left: -15rem;
    background-image: url(../img/components/page/top/top_wave_left.png);
  }
  .p_top_voice {
    overflow-x: clip;
  }
  .p_top_voice::before {
    content: "";
    display: block;
    width: 53.5rem;
    height: 40.125rem;
    position: absolute;
    z-index: -1;
    top: -10.25rem;
    left: 46.25rem;
    background-image: url(../img/components/page/top/top_wave_right.png);
    background-size: contain;
    background-repeat: no-repeat;
  }
  .p_top_voice_item {
    height: 100%;
  }
  .p_cart_form {
    margin-top: 3.75rem;
  }
  .p_shopping_modal_content {
    padding: 2.5rem 2rem 3.75rem;
    width: 68.25rem;
  }
  .p_shopping_inputField {
    display: flex;
  }
  .p_shopping_inputField:nth-child(n+2) {
    margin-top: 2.5rem;
  }
  .p_shopping_inputField_label {
    width: 12.5rem;
    padding-top: 0.75rem;
  }
  .p_shopping_inputField input {
    width: 12.5rem;
    padding: 0.75rem 1rem;
  }
  .p_shopping_inputField input_error_item {
    width: 12.5rem;
  }
  .p_shopping_field_row:nth-child(n+2) {
    margin-top: 2.5rem;
  }
  .p_shopping_selectField {
    display: flex;
  }
  .p_shopping_selectField_label {
    width: 12.5rem;
    padding-top: 0.75rem;
    font-size: 1rem;
  }
  .p_shopping_selectField_label .ec-required {
    font-size: 0.75rem;
  }
  .p_shopping_selectField select {
    width: 12.5rem;
    font-size: 0.875rem;
    padding: 0.75rem 1rem;
    padding-right: 2.5rem;
    background-size: 1rem;
    background-position: right 0.75rem center;
  }
  .p_shopping_selectField_error_item {
    width: 12.5rem;
  }
  .p_shoppingComp_name {
    margin-top: 3.75rem;
  }
  .p_shoppingComp_heading {
    margin-top: 1.5rem;
    font-size: 2rem;
  }
  .p_shoppingComp_desc {
    margin-top: 2.25rem;
    padding-bottom: 2.5rem;
  }
  .p_productDetail_mainCont {
    display: flex;
    justify-content: space-between;
    padding-top: 3.75rem;
  }
  .p_productDetail_overview {
    width: 29.9375rem;
  }
  .p_productDetail_slider_mainWrap {
    height: 29.8125rem;
  }
  .p_productDetail_slider_subWrap {
    margin-top: 2.5rem;
  }
  .p_productDetail_explanation {
    margin-top: 1.5rem;
    font-size: 0.75rem;
  }
  .p_productDetail_order {
    width: 35rem;
  }
  .p_productDetail_title {
    display: flex;
    align-items: center;
    gap: 0;
  }
  .p_productDetail_divider.sp_hidden {
    display: block;
  }
  .p_productDetail_normalPrice {
    margin-bottom: 0.625rem;
    font-size: 1rem;
  }
  .p_productDetail_specialPrice_label {
    font-size: 1rem;
  }
  .p_productDetail_specialPrice_value {
    font-size: 2rem;
  }
  .p_productDetail_quantity_controls {
    display: flex;
    align-items: center;
    gap: 1.5rem;
  }
  .p_productDetail_quantity_select {
    width: 7rem;
  }
  .p_productDetail_quantity_input {
    height: 4rem;
  }
  .p_productDetail_quantity_buttons {
    flex-direction: column;
  }
  .p_productDetail_quantity_btn {
    height: 2rem;
  }
  .p_productDetail_option {
    width: 75%;
  }
  .p_productDetail_option_name {
    font-size: 1rem;
  }
  .p_productDetail_option_price {
    font-size: 1rem;
  }
  .p_productDetail_option_tax {
    font-size: 0.75rem;
  }
  .p_productDetail_option_select {
    width: 10.875rem;
  }
  .p_productDetail_option_input {
    height: 4rem;
  }
  .p_productDetail_buttonWrap {
    padding: 1.875rem 0 0;
    width: 55%;
  }
  .p_productDetail_freearea {
    margin-top: 5rem;
  }
  .p_productDetail_related::before {
    content: "";
    display: block;
    width: 53.5rem;
    height: 40.125rem;
    position: absolute;
    z-index: -1;
    top: -15rem;
    left: 46.25rem;
    background-image: url(../img/components/page/top/top_wave_right.png);
    background-size: contain;
  }
  .p_contact_desc {
    text-align: center;
    margin-bottom: 3.75rem;
  }
  .p_contact_buttonWrap {
    width: 18.75rem;
    margin: 3.75rem auto 0;
  }
  .p_contactComp_desc {
    margin-bottom: 3.75rem;
  }
  .p_contactComp_buttonWrap {
    width: 18.75rem;
    margin: 3.75rem auto 0;
  }
  .p_entry_buttonWrap {
    width: 18.75rem;
    margin: 3.75rem auto 0;
  }
  .p_entry_form {
    margin-top: 1.5rem;
  }
  .p_entryStart_title {
    margin-top: 3.75rem;
    font-size: 3rem;
    line-height: 1.35;
  }
  .p_entryStart_desc {
    margin: 3rem auto 0;
  }
  .p_entryConfirm_intro {
    margin-top: 3.75rem;
    font-size: 1.125rem;
  }
  .p_entryConfirm_section {
    margin-top: 3.75rem;
  }
  .p_entryConfirm_section_content {
    padding-top: 1.25rem;
    padding-left: 11.5rem;
  }
  .p_entryConfirm_payItem_item {
    gap: 2.5rem;
  }
  .p_entryConfirm_payItem_logo_image {
    width: 3.5rem;
    height: 2.8125rem;
  }
  .p_entryConfirm_payItem_logo_title {
    font-size: 2.25rem;
  }
  .p_entryConfirm_payItem_title {
    font-size: 1rem;
  }
  .p_entryConfirm_payItem_price {
    font-size: 1rem;
  }
  .p_entryConfirm_payDesc_row dt, .p_entryConfirm_payDesc_row dd {
    font-size: 1rem;
  }
  .p_entryConfirm_payDesc_note {
    margin-top: 2rem;
    font-size: 0.875rem;
  }
  .p_entryConfirm_form {
    gap: 1rem;
  }
  .p_entryConfirm_form dt {
    width: 9.25rem;
    padding-right: 0.5rem;
  }
  .p_entryConfirm_agreement {
    flex-flow: column;
    gap: 1.25rem;
    margin-top: 3.75rem;
  }
  .p_entryConfirm_agreement_note {
    font-size: 0.75rem;
  }
  .p_entryConfirm_agreement_note > * {
    padding-left: 1rem;
  }
  .p_entryConfirm_agreement_note > *:nth-child(n+2) {
    margin-top: 0.5rem;
  }
  .p_entryConfirm_checkbox {
    font-size: 1rem;
    padding-left: 2.5rem;
  }
  .p_entryConfirm_checkbox input[type=checkbox] + span::before {
    left: -2.5rem;
    width: 1.5625rem;
    height: 1.5625rem;
  }
  .p_entryConfirm_checkbox input[type=checkbox] + span::after {
    left: -2.5rem;
    width: 1.5625rem;
    height: 1.5625rem;
  }
  .p_entryConfirm_buttonWrap {
    gap: 1.5rem;
    width: 18.75rem;
    margin: 3.75rem auto 0;
  }
  .p_entryComp_name {
    margin-top: 3.75rem;
  }
  .p_entryComp_title {
    margin-top: 1.5rem;
    font-size: 2rem;
  }
  .p_entryComp_desc {
    margin-top: 2.25rem;
    padding-bottom: 2.5rem;
    border-bottom: 1px solid #01396A;
  }
  .p_entryComp_buttonWrap {
    width: 19rem;
    margin: 3.75rem auto 0;
  }
  .p_forgotMessage_intro {
    font-size: 1.125rem;
    margin-bottom: 3.875rem;
  }
  .p_mypage_heading {
    padding: 1.25rem 0 5rem;
  }
  .p_mypage_block {
    border-bottom: 1px solid #000;
  }
  .p_mypage_block_detailBtn__sp {
    display: none;
  }
  .p_mypageLogin_sublink:nth-child(n+2) {
    margin-top: 0.5rem;
  }
  .p_mypageLogin_sublink_wrap {
    margin-top: 2rem;
  }
  .p_mypageChange_heading {
    padding: 1.25rem 0 5rem;
  }
  .p_mypageChange_buttonWrap {
    width: 18.75rem;
    margin: 3.75rem auto 0;
  }
  .p_withdraw_paymentButton {
    margin-left: 22.875rem;
    padding: 0.5rem;
  }
  .p_withdraw_confirm_intro {
    padding-bottom: 2.5rem;
    text-align: center;
  }
  .p_withdraw_confirm_text {
    font-weight: 500;
  }
  .p_withdraw_confirm_text .__accent01 {
    font-size: 1.125rem;
  }
  .p_withdraw_confirm_content {
    text-align: center;
  }
  .p_mypageHistory_contents {
    margin-top: 6.25rem;
  }
  .p_mypageHistory_logo {
    width: 10.25rem;
    padding: 2.5rem 0 8.75rem;
  }
  .p_mypageHistory_order {
    position: absolute;
    right: 9.25rem;
  }
  .p_mypageHistory_customer_info {
    width: calc(100% - 11.25rem);
    margin-left: auto;
    padding: 2.5rem 0 2.5rem 0.75rem;
  }
  .p_mypageHistory_products_item {
    width: 40.25rem;
  }
  .p_mypageHistory_delivery_item dt {
    width: 13.125rem;
  }
  .p_mypageHistory_products_set {
    gap: 1.875rem;
  }
  .p_mypageHistory_products_img {
    width: 6.875rem;
    height: 6.875rem;
  }
  .p_mypageHistory_products_txtTop p + p {
    margin-top: 0.25rem;
  }
  .p_mypageHistory_products_sumPrice {
    margin-top: 0.25rem;
  }
  .p_mypageHistory_totalBox {
    text-align: right;
    margin-top: 5rem;
  }
  .p_mypageHistory_totalBox_label {
    font-size: 1.25rem;
  }
  .p_mypageHistory_totalBox_deliveryFee {
    font-size: 1.5rem;
  }
  .p_mypageHistory_totalBox_paymentTotal {
    font-size: 2.25rem;
  }
  .p_error_logo {
    padding-top: 3.875rem;
  }
  .p_error_logo_image {
    width: 20.125rem;
    height: 8.75rem;
  }
  .p_error_message {
    margin-bottom: 3.75rem;
  }
  .p_error_contactAndButton {
    width: 18.75rem;
    margin: 0 auto;
  }
  .p_error_contactAndButton .p_error_contactBlock {
    width: 100%;
    box-sizing: border-box;
  }
  .p_error_contactAndButton .p_error_buttonWrap {
    width: 100%;
    margin: 3.75rem auto 0;
  }
  .p_error_buttonWrap {
    width: 18.75rem;
    margin: 3.75rem auto 0;
  }
}
@media only screen and (min-width: 1440px) {
  html {
    font-size: 16px;
  }
}
@media only screen and (max-width: 767px) {
  html {
    font-size: calc(16 / 767 * (100vw - var(--scrollbar-width, 0px)));
  }
  .ly_pageInner {
    padding: 0 1.875rem 7.5rem;
  }
  .entry_page .ly_pageInner {
    padding: 0 1.875rem 7.5rem;
  }
  .pc_hidden {
    display: initial;
  }
  .sp_hidden {
    display: none !important;
  }
  .ly_header {
    position: relative;
    z-index: 999;
  }
  .ly_header_inner {
    padding: 1.25rem 0;
    display: flex;
    justify-content: space-between;
  }
  .ly_header_main {
    padding: 0 0 0 1.25rem;
    flex-grow: 1;
  }
  .ly_header_logo_image {
    width: 5.5625rem;
    height: 4.4375rem;
  }
  .ly_header_logo_title {
    font-size: 3.125rem;
  }
  .ly_header_userNav {
    gap: 2.5rem;
  }
  .ly_header_about {
    font-size: 1.5rem;
    line-height: 1em;
    text-align: center;
  }
  .ly_header_about_logo {
    width: 3.625rem;
    height: 2.875rem;
  }
  .ly_header_cart_title {
    font-size: 1.5rem;
    padding: 0.25rem 0.625rem;
  }
  .ly_header_cart_desc {
    font-size: 1.5rem;
  }
  .ly_header_cart_num {
    font-size: 2.25rem;
  }
  .ly_header_nav {
    display: none;
  }
  .ly_header_navSp {
    display: block;
    transform: translateY(-102%);
    transition: 0.3s ease;
    position: fixed;
    top: 0;
    width: 100vw;
    z-index: 99;
    background-color: #fff;
  }
  .ly_header_navSp.is_open {
    transform: translateY(0);
    top: 8.5rem;
  }
  .ly_header_navSpLink {
    display: block;
    padding: 0.625rem;
    font-size: 2rem;
    border: 1px solid #01396A;
  }
  .ly_header_hamburger {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 7rem;
    height: 5.875rem;
  }
  .ly_header_hamburger_bar {
    display: block;
    width: 2rem;
    height: 0.375rem;
    background-color: #01396A;
    transition: 0.3s;
  }
  .ly_header_hamburger_bar:nth-child(1) {
    margin-bottom: 0.375rem;
  }
  .ly_header_hamburger_bar:nth-child(3) {
    margin-top: 0.375rem;
  }
  .ly_header_hamburger_barWrap.is_open .ly_header_hamburger_bar:nth-child(1) {
    transform: translateY(0.375rem) rotate(45deg);
    margin-bottom: 0;
  }
  .ly_header_hamburger_barWrap.is_open .ly_header_hamburger_bar:nth-child(2) {
    opacity: 0;
  }
  .ly_header_hamburger_barWrap.is_open .ly_header_hamburger_bar:nth-child(3) {
    transform: translateY(-0.375rem) rotate(-45deg);
    margin-top: 0;
  }
  .hamburger_overlay {
    transition: 0.3s;
  }
  .hamburger_overlay.is_shown {
    display: block;
    position: fixed;
    width: 100%;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.568627451);
    -webkit-backdrop-filter: blur(6px);
            backdrop-filter: blur(6px);
    top: 0;
    z-index: 98;
  }
  .ly_footer {
    margin: 0 auto 1.5rem;
  }
  .ly_footer_inner {
    padding: 0 1.875rem;
  }
  .ly_footer_guide {
    padding: 1.25rem 0 2.25rem;
  }
  .ly_footer_guide_title {
    font-size: 2.5rem;
  }
  .ly_footer_guide_list {
    flex-direction: column;
    gap: 1.25rem;
  }
  .ly_footer_guideLink {
    font-size: 2rem;
    text-align: center;
    width: 26.875rem;
    padding: 2rem 2.5rem 2rem 1rem;
  }
  .ly_footer_guideLink:after {
    width: 1.5rem;
    height: 1.5rem;
  }
  .ly_footer_info {
    flex-direction: column;
    gap: 1.25rem;
    margin-top: 1.25rem;
  }
  .ly_footer_info_item {
    width: 100%;
  }
  .ly_footer_info_item--warning {
    max-width: 100%;
  }
  .ly_footer_info_title {
    font-size: 2.25rem;
  }
  .ly_footer_info_title--phone::before {
    width: 3rem;
    height: 3rem;
  }
  .ly_footer_info_title--mail::before {
    width: 3rem;
    height: 3rem;
  }
  .ly_footer_info_content--phone {
    padding: 2.5rem 3rem;
  }
  .ly_footer_info_content--mail {
    padding: 1.75rem 0;
  }
  .ly_footer_info_contactBtn {
    font-size: 2rem;
    width: 37.5rem;
    padding: 1.125rem 0;
  }
  .ly_footer_info_content--warning {
    font-size: 2rem;
    padding: 1rem 1.75rem;
  }
  .ly_footer_info_tel {
    font-size: 3rem;
  }
  .ly_footer_info_hours {
    font-size: 2rem;
  }
  .ly_footer_bottom_inner {
    padding: 1.5rem 0;
  }
  .ly_footer_bottom_list {
    margin-bottom: 1.5rem;
  }
  .ly_footer_bottomLink {
    font-size: 1.5rem;
  }
  .ly_footer_bottom_copyright {
    font-size: 1.5rem;
  }
  .bl_breadcrumb_inner {
    padding: 0.25rem 1.875rem;
  }
  .bl_breadcrumb_list {
    font-size: 1.5rem;
  }
  .bl_button {
    padding: 1.125rem;
    font-size: 2rem;
  }
  .bl_descList {
    gap: 1.25rem;
  }
  .bl_descList_item {
    grid-template-columns: 1fr;
  }
  .bl_descList_label {
    font-size: 2rem;
    border-bottom: none;
  }
  .bl_descList_content {
    font-size: 2rem;
    border-left: 1px solid #000000;
    border-top: none;
  }
  .bl_form {
    margin-top: 7.5rem;
  }
  .bl_form_row {
    padding-bottom: 3.75rem;
  }
  .bl_form_row:nth-child(n+2) {
    padding-top: 2.5rem;
  }
  .bl_textareaField:nth-child(n+2) {
    margin-top: 3.75rem;
  }
  .bl_textareaField_label {
    font-size: 2.25rem;
    margin-bottom: 0.5rem;
  }
  .bl_textareaField_label .ec-required {
    font-size: 1.75rem;
  }
  .bl_textareaField textarea {
    padding: 1.5rem;
    font-size: 2.25rem;
  }
  .bl_textareaField_error {
    font-size: 1.5rem;
  }
  .bl_textareaField_error_item {
    padding-top: 0.5rem;
  }
  .bl_inputField:nth-child(n+2) {
    margin-top: 3.75rem;
  }
  .bl_inputField_label {
    font-size: 2.25rem;
    margin-bottom: 0.5rem;
  }
  .bl_inputField_label .ec-required {
    font-size: 1.75rem;
  }
  .bl_inputField input {
    width: 16.25rem;
    padding: 1.5rem;
    font-size: 2.25rem;
  }
  .bl_inputField input:nth-child(n+2) {
    margin-left: 3rem;
  }
  .bl_inputField_error {
    font-size: 1.5rem;
  }
  .bl_inputField_error_item {
    width: 16.25rem;
    padding-top: 0.5rem;
  }
  .bl_inputField_error_item:nth-child(n+2) {
    margin-left: 3rem;
  }
  .bl_selectField:nth-child(n+2) {
    margin-top: 3.75rem;
  }
  .bl_selectField_label {
    width: 16.25rem;
    margin-bottom: 0.5rem;
    font-size: 2.25rem;
  }
  .bl_selectField_label .ec-required {
    font-size: 1.75rem;
  }
  .bl_selectField select {
    font-size: 2.25rem;
    padding: 1.5rem;
    padding-right: 2.5rem;
    background-size: 2.25rem;
    background-position: right 1.5rem center;
  }
  .bl_selectField_error {
    font-size: 1.5rem;
  }
  .bl_selectField_error_item {
    width: 16.25rem;
    padding-top: 0.5rem;
  }
  .bl_radioField_label {
    margin-bottom: 0.5rem;
    font-size: 2rem;
  }
  .bl_radioField_label .ec-required {
    font-size: 1.75rem;
  }
  .bl_radioField_container {
    gap: 2.5rem;
    margin-top: 5rem;
  }
  .bl_radioField_container label {
    min-height: 2.625rem;
    align-items: center;
    font-size: 1.5rem;
  }
  .bl_radioField_container label input[type=radio] {
    width: 2.5625rem;
    height: 2.5625rem;
  }
  .bl_radioField_container label input[type=radio] + span {
    padding-left: 5rem;
  }
  .bl_radioField_container label input[type=radio] + span::before {
    top: 50%;
    left: 1rem;
    transform: translateY(-50%);
    width: 2.5625rem;
    height: 2.5625rem;
  }
  .bl_radioField_container label input[type=radio] + span::after {
    top: 50%;
    left: 1rem;
    transform: translateY(-50%) scale(0.7);
    width: 2.5625rem;
    height: 2.5625rem;
  }
  .bl_radioField_error {
    font-size: 1.5rem;
  }
  .bl_productList_header {
    display: none;
  }
  .bl_productList_item {
    flex-direction: column;
    align-items: flex-start;
    padding: 1.5rem 0;
    margin-top: 2.5rem;
    border: 1px solid #01396A;
  }
  .bl_productList_item_content {
    width: 100%;
    padding: 0 1.5rem;
    flex: 3;
    align-items: start;
    gap: 1.25rem;
  }
  .bl_productList_item_image {
    width: 14.75rem;
    height: 14.75rem;
  }
  .bl_productList_item_info {
    margin-bottom: 3.75rem;
  }
  .bl_productList_item_name {
    font-size: 2.5rem;
    margin-bottom: 1.25rem;
    padding-right: 0;
  }
  .bl_productList_item_price {
    font-size: 2.5rem;
  }
  .bl_productList_item_quantity {
    width: -moz-fit-content;
    width: fit-content;
    margin-left: auto;
    padding: 0 1.5rem 2.5rem 0;
    margin-top: -3.125rem;
  }
  .bl_productList_item_subtotal {
    width: 100%;
    padding-top: 0.5rem;
    font-size: 2.5rem;
    border-top: 1px dashed #000;
  }
  .bl_productList_item_subtotal_label {
    display: inline;
  }
  .bl_productList_item_actions {
    width: auto;
    margin: 1rem auto 0;
  }
  .bl_productList_quantity_controls {
    width: 25.125rem;
    flex-direction: column;
  }
  .bl_productList_quantity_btnWrap {
    width: 100%;
    display: flex;
    flex-direction: row-reverse;
    gap: 1rem;
  }
  .bl_productList_quantity_btn {
    width: 50%;
    height: 4.375rem;
    font-size: 1.25rem;
    background-color: #fffbfb;
  }
  .bl_productList_quantity_value {
    width: 100%;
    text-align: left;
    font-size: 2.5rem;
  }
  .bl_productList_quantity_label {
    display: inline;
    font-size: 2rem;
  }
  .bl_productList_remove_btn {
    padding: 0 2rem;
    font-size: 2rem;
  }
  .bl_productCard--horizontalSP {
    flex-direction: row;
  }
  .bl_productCard--horizontalSP .bl_productCard_link {
    flex-direction: row;
    width: 100%;
  }
  .bl_productCard_rankBadge {
    width: 5rem;
    height: 5rem;
    font-size: 1.75rem;
  }
  .bl_productCard--horizontalSP .bl_productCard_imageWrap {
    flex-shrink: 0;
    width: 17.75rem;
    padding-top: 17.75rem;
  }
  .bl_productCard_label {
    padding: 3.75rem 1.5rem 1.25rem;
  }
  .bl_productCard_label_text {
    font-size: 1.5rem;
  }
  .bl_productCard_info {
    padding: 1.5rem;
  }
  .bl_productCard--horizontalSP .bl_productCard_info {
    padding: 2rem 1.5rem;
    flex: 1;
  }
  .bl_productCard_nameWrap {
    width: 100%;
    border-bottom: 1px dashed;
  }
  .bl_productCard_name {
    font-size: 1.75rem;
    margin-bottom: 0.25rem;
  }
  .bl_productCard--horizontalSP .bl_productCard_name {
    font-size: 2rem;
    margin-bottom: 1rem;
  }
  .bl_productCard_capacity {
    font-size: 1.5rem;
    margin-bottom: 0.5rem;
  }
  .bl_productCard--horizontalSP .bl_productCard_capacity {
    font-size: 1.5rem;
  }
  .bl_productCard_priceWrap {
    margin-top: 1rem;
  }
  .bl_productCard_price_label {
    font-size: 1.5rem;
  }
  .bl_productCard--horizontalSP .bl_productCard_price_label {
    font-size: 1.5rem;
  }
  .bl_productCard_price_value {
    font-size: 1.5rem;
  }
  .bl_productCard--horizontalSP .bl_productCard_price_value {
    font-size: 1.5rem;
  }
  .bl_productCard_price_tax {
    font-size: 1.25rem;
  }
  .bl_productCard--horizontalSP .bl_productCard_price_tax {
    font-size: 1.25rem;
  }
  .bl_productCard_price--normal {
    margin-bottom: 0.5rem;
  }
  .bl_productCard_price--special .bl_productCard_price_label {
    display: block;
    margin-top: 0.25rem;
  }
  .bl_productCard_price--special .bl_productCard_price_value {
    font-size: 2.25rem;
  }
  .bl_productCard--horizontalSP .bl_productCard_price--special .bl_productCard_price_value {
    font-size: 2.75rem;
  }
  .bl_voiceCard_imageWrap {
    width: 7.5rem;
    height: 7.5rem;
  }
  .bl_voiceCard_content {
    padding: 1.25rem;
  }
  .bl_voiceCard_content_top {
    display: flex;
    gap: 2rem;
  }
  .bl_voiceCard_productName {
    font-size: 2rem;
    margin-bottom: 0.75rem;
  }
  .bl_voiceCard_rating {
    margin-bottom: 0.75rem;
    gap: 0.375rem;
  }
  .bl_voiceCard_rating_label {
    font-size: 1.5rem;
  }
  .bl_voiceCard_rating_stars {
    gap: 0.375rem;
  }
  .bl_voiceCard_rating_star {
    width: 2rem;
    height: 1.875rem;
  }
  .bl_voiceCard_reviewText {
    margin-top: 1.25rem;
    font-size: 2rem;
  }
  .bl_qaItem {
    padding: 1.25rem 1.25rem 1.25rem 3.75rem;
    min-height: 13.75rem;
  }
  .bl_qaItem_badge {
    left: 0;
    top: 1.25rem;
    width: 3.375rem;
    height: 3.5rem;
  }
  .bl_qaItem_badge_bg {
    width: 3.5rem;
    height: 3.5rem;
  }
  .bl_qaItem_badge_text {
    left: 43%;
    font-size: 1.625rem;
  }
  .bl_qaItem_question {
    text-wrap: auto;
    font-size: 2.5rem;
    margin-bottom: 0.375rem;
  }
  .bl_qaItem_divider {
    margin: 0.375rem 0 0.5rem 0;
  }
  .bl_qaItem_answer {
    font-size: 2rem;
  }
  .bl_qaItem_answer p:not(:last-child) {
    margin-bottom: 0.375rem;
  }
  .bl_progress {
    padding: 1.5rem 1rem;
  }
  .bl_progress_inner {
    gap: 3.75rem;
    align-items: start;
  }
  .bl_progress_step_number {
    width: 5rem;
    height: 5rem;
    font-size: 2.5rem;
    margin-bottom: 1rem;
  }
  .bl_progress_step_label {
    font-size: 2rem;
  }
  .bl_underHeading {
    font-size: 4rem;
    padding: 4rem 0;
    line-height: inherit;
  }
  .bl_heading02 {
    flex-direction: column;
    gap: 0.875rem;
  }
  .bl_heading02_text {
    font-size: 2.5rem;
  }
  .bl_tab_navlist__item {
    height: 7.5rem;
  }
  .bl_tab_navlist__link {
    font-size: 1.75rem;
  }
  .bl_pagination {
    padding-top: 5rem;
  }
  .bl_pagination_item {
    width: 3.25rem;
    height: 3.25rem;
    font-size: 1.75rem;
  }
  .bl_pagination_item__prev::after {
    width: 1.5rem;
    height: 1.5rem;
  }
  .bl_pagination_item__next::after {
    width: 1.5rem;
    height: 1.5rem;
  }
  .bl_pagination_item__dots {
    font-size: 2rem;
  }
  .p_top_slide {
    margin-top: 1.5rem;
  }
  .p_top_slide_item {
    padding: 0 1.25rem;
  }
  .p_top_point {
    margin-top: 3.75rem;
    padding-top: 2.5rem;
  }
  .p_top_point_heading {
    font-size: 2.5rem;
    line-height: normal;
  }
  .p_top_point_items {
    margin-top: 4rem;
  }
  .p_top_point_items > li {
    padding: 1.5rem;
  }
  .p_top_point_item_title {
    font-size: 2rem;
  }
  .p_top_point_item_text {
    font-size: 2rem;
    line-height: normal;
  }
  .p_top_point_buttonWrap {
    margin-top: 5rem;
  }
  .p_top_point_button {
    width: 37.625rem;
    height: 5.375rem;
    font-size: 2rem;
  }
  .p_top_products {
    margin-top: 0;
    padding-bottom: 0;
  }
  .p_top_products_list {
    grid-template-columns: repeat(2, 1fr);
    row-gap: 3.75rem;
    -moz-column-gap: 2.5rem;
         column-gap: 2.5rem;
  }
  .p_top_products__odd .p_top_products_list li:first-child {
    grid-column: 1/-1; /* 1行目の要素を全幅に */
  }
  .p_top_heading {
    font-size: 3rem;
    margin-bottom: 3rem;
  }
  .p_top_productAll {
    overflow-x: hidden;
  }
  .p_top_productAll::before {
    width: 19.6875rem;
    height: 14.75rem;
    top: -2.5rem;
    right: -4rem;
    background-image: url(../img/components/page/top/top_wave_right.png);
  }
  .p_top_voice {
    margin-top: 0;
    padding-bottom: 0;
  }
  .p_top_voice_list {
    grid-template-columns: 1fr;
    gap: 2.5rem;
  }
  .p_top_qa {
    margin-top: 0;
    padding-bottom: 0;
  }
  .p_top_qa_list {
    grid-template-columns: 1fr;
    gap: 2.5rem;
  }
  .p_cart_cartNav {
    display: flex;
    flex-direction: column;
    gap: 2.5rem;
    margin-top: 6.25rem;
  }
  .p_cart_cartNav .p_cart_cartNav_btn--primary {
    order: 1;
  }
  .p_cart_cartNav .p_cart_cartNav_btn--secondary {
    order: 2;
  }
  .p_cart_cartNav .p_cart_price {
    order: 3;
  }
  .p_cart_price {
    width: 100%;
    background-color: #f3f3f3;
    padding: 0.75rem 0;
  }
  .p_cart_price_second {
    display: block;
    margin-top: 3.75rem;
  }
  .p_cart_price_postage {
    font-size: 2.5rem;
    align-items: center;
    justify-content: center;
  }
  .p_cart_price_postage_num {
    font-size: 3rem;
  }
  .p_cart_price_total {
    font-size: 3rem;
    align-items: center;
    justify-content: center;
  }
  .p_cart_price_total_num {
    font-size: 4rem;
  }
  .p_cart_cartNav_under {
    display: flex;
    flex-direction: column-reverse;
    gap: 2.75rem;
  }
  .p_cart_btnWrap {
    width: 37.5rem;
    height: 5.375rem;
    margin: 0 auto;
  }
  .p_cart_empty_text {
    margin-top: 6.25rem;
    font-size: 2rem;
  }
  .p_cart_bgImage {
    position: relative;
    overflow: hidden;
  }
  .p_cart_bgImage::before {
    content: "";
    background-image: url("../img/common/img_bg_wave.png");
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    top: 14.5rem;
    right: -3.25rem;
    width: 19.6875rem;
    height: 14.75rem;
  }
  .p_shopping_wrap {
    margin-top: 6.25rem;
    flex-direction: column-reverse;
  }
  .p_shopping_bg:before {
    content: "";
    background-image: url(../img/common/img_bg_wave.png);
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    top: 14.5rem;
    right: 0;
    width: 19.6875rem;
    height: 14.75rem;
  }
  .p_shopping_detail {
    width: 100%;
    padding-right: 0;
    margin-top: 3rem;
  }
  .p_shopping_summary {
    width: 100%;
  }
  .p_shopping_totalBox {
    padding: 0;
    display: flex;
    flex-direction: column;
    background-color: transparent;
  }
  .p_shopping_totalBlock {
    padding-top: 1.25rem;
  }
  .p_shopping_totalBlock:first-child {
    width: 19.125rem;
    margin-left: auto;
    margin-right: auto;
  }
  .p_shopping_totalBlock + .p_shopping_totalBlock {
    padding-top: 0;
    padding-bottom: 1.25rem;
  }
  .p_shopping_item {
    padding: 0 1.25rem;
  }
  .p_shopping_totalBlockWrap {
    order: 2;
    margin-top: 2.5rem;
    background: #F3F3F3;
  }
  .p_shopping_spec {
    font-size: 2rem;
    margin-bottom: 0.625rem;
  }
  .p_shopping_total,
  .p_shopping_paymentTotal,
  .p_shopping_taxRate {
    font-size: 2rem;
    text-align: center;
  }
  .p_shopping_total {
    font-size: 2rem;
  }
  .p_shopping_price {
    font-size: 3rem;
  }
  .p_shopping_totalBox_btn {
    order: 1;
    gap: 2.25rem;
    width: 37.5rem;
    margin: 0 auto;
  }
  .p_shopping_customer_info {
    margin-left: 0;
    width: 100%;
    padding: 1.875rem 0.75rem 3.75rem;
  }
  .p_shopping_customer_info :where(p) {
    margin-top: 0.625rem;
    font-size: 2rem;
  }
  .p_shopping_customer_wideInfo {
    margin-left: 0;
  }
  .p_shopping_inlineBtn {
    font-size: 1.5rem;
  }
  .p_shopping_payment_info,
  .p_shopping_orderDelivery {
    flex-wrap: wrap;
    flex-direction: column;
    gap: 1.75rem;
  }
  .p_shopping_orderDelivery_change {
    margin: 0 auto;
  }
  .p_shopping_orderDelivery_change button {
    width: 23.4375rem;
  }
  .p_shopping_message {
    font-size: 2rem;
  }
  .p_shopping_order_item {
    border: 1px solid #01396A;
  }
  .p_shopping_order_item + .p_shopping_order_item {
    border: 1px solid #01396A;
    padding-top: 0;
  }
  .p_shopping_order_grid {
    flex-wrap: wrap;
    padding: 1.25rem 0;
  }
  .p_shopping_order_img {
    width: 12.5rem;
    padding-left: 1.25rem;
  }
  .p_shopping_order_content {
    display: contents;
  }
  .p_shopping_order_contentTop {
    width: calc(100% - 12.5rem);
    padding-left: 1.75rem;
    padding-right: 1.25rem;
  }
  .p_shopping_order_contentBottom {
    width: 100%;
    text-align: center;
  }
  .p_shopping_order_contentBottom:before {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background-image: linear-gradient(to right, #000 50%, transparent 50%);
    background-size: 8px 1px;
    background-repeat: repeat-x;
    margin: 1.25rem 0;
  }
  .p_shopping_order_txt + .p_shopping_order_txt {
    margin-top: 0.5rem;
  }
  .p_shopping_order_txt {
    font-size: 2rem;
  }
  .p_shopping_order_sumPrice {
    font-size: 3rem;
    font-weight: 600;
  }
  .p_shopping_order_productName {
    color: #01396A;
  }
  .p_shopping_select {
    font-size: 2rem;
  }
  .p_shopping_select label {
    width: 16.25rem;
  }
  .p_shopping_modal_content {
    padding: 1.25rem 1.5rem 2.5rem;
    width: 100%;
  }
  .p_shopping_modal_title {
    font-size: 2.25rem;
  }
  .p_shopping_modal_paymentWrap {
    padding-top: 3rem;
  }
  .p_shopping_radio {
    font-size: 2rem;
    display: flex;
  }
  .p_shopping_radio + .p_shopping_radio {
    margin-top: 1.75rem;
  }
  .p_shopping_radio .form-check-label {
    padding-left: 2.625rem;
  }
  .p_shopping_modal_body {
    margin-top: 2.5rem;
    padding-top: 1rem;
    border-top: 1px dashed rgb(0, 0, 0);
  }
  .p_shopping_modal_butttonWrap {
    width: 38.125rem;
  }
  .p_shopping_modal_footer {
    margin-top: 5.625rem;
    gap: 2.5rem;
    flex-direction: column-reverse;
    align-items: center;
  }
  .p_shopping_inputField:nth-child(n+2) {
    margin-top: 3.75rem;
  }
  .p_shopping_inputField_label {
    font-size: 2.25rem;
    width: 100%;
    margin-bottom: 0.75rem;
  }
  .p_shopping_inputField_label .text-danger {
    margin-left: 1rem;
    font-size: 2rem;
  }
  .p_shopping_inputField input {
    width: 16.25rem;
    padding: 1.5rem;
    font-size: 2.25rem;
  }
  .p_shopping_inputField input + .p_shopping_inputField input {
    margin-left: 3rem;
  }
  .p_shopping_inputField input_error {
    font-size: 1.5rem;
  }
  .p_shopping_inputField input_error_item {
    width: 16.25rem;
    padding-top: 0.5rem;
  }
  .p_shopping_inputField input_error_item + .p_shopping_inputField input_error_item {
    margin-left: 3rem;
  }
  .p_shopping_field_row:nth-child(n+2) {
    margin-top: 1rem;
  }
  .p_shopping_selectField_label {
    width: 16.25rem;
    margin-bottom: 0.5rem;
    font-size: 2.25rem;
  }
  .p_shopping_selectField_label .ec-required {
    font-size: 1.75rem;
  }
  .p_shopping_selectField select {
    font-size: 2.25rem;
    padding: 1.5rem;
    padding-right: 2.5rem;
    background-size: 2.25rem;
    background-position: right 1.5rem center;
  }
  .p_shopping_selectField_error {
    font-size: 1.5rem;
  }
  .p_shopping_selectField_error_item {
    width: 16.25rem;
    padding-top: 0.5rem;
  }
  .p_shoppingComp_name {
    margin-top: 6.25rem;
    font-size: 2rem;
  }
  .p_shoppingComp_heading {
    margin-top: 0.5rem;
    font-size: 3rem;
  }
  .p_shoppingComp_desc {
    margin-top: 3rem;
    padding-bottom: 2.5rem;
    font-size: 2rem;
  }
  .p_productDetail_mainCont {
    padding-top: 1.875rem;
  }
  .p_productDetail_overview {
    margin-top: 1.875rem;
  }
  .p_productDetail_slider {
    padding: 0 7.25rem;
  }
  .p_productDetail_slider_subWrap {
    margin-top: 0.5rem;
  }
  .p_productDetail_explanation {
    display: block;
    margin-top: 3rem;
    font-size: 2rem;
  }
  .p_productDetail_order {
    position: relative;
  }
  .p_productDetail_order::before {
    content: "";
    display: block;
    position: absolute;
    left: -7rem;
    top: -6.75rem;
    z-index: -1;
    width: 19.6875rem;
    height: 14.75rem;
    background-image: url(../img/components/page/top/top_wave_left.png);
    background-size: contain;
    background-repeat: no-repeat;
  }
  .p_productDetail_title {
    text-align: center;
    line-height: inherit;
    font-size: 4rem;
  }
  .p_productDetail_divider.pc_hidden {
    display: block;
  }
  .p_productDetail_normalPrice {
    margin-top: 4rem;
    font-size: 2rem;
    text-align: center;
  }
  .p_productDetail_specialPrice {
    font-size: 2rem;
    text-align: center;
    justify-content: center;
  }
  .p_productDetail_specialPrice_label {
    font-size: 2rem;
  }
  .p_productDetail_specialPrice_value {
    font-size: 4rem;
  }
  .p_productDetail_quantity_main {
    justify-content: center;
  }
  .p_productDetail_quantity_label {
    font-size: 2rem;
  }
  .p_productDetail_quantity_select {
    width: 15.625rem;
  }
  .p_productDetail_quantity_input {
    height: 4.375rem;
    font-size: 2rem;
    text-align: left;
  }
  .p_productDetail_quantity_buttons {
    justify-content: center;
    margin-top: 0.75rem;
  }
  .p_productDetail_quantity_btn {
    width: 13.75rem;
    height: 4.375rem;
    font-size: 1.5rem;
    text-align: center;
  }
  .p_productDetail_option {
    width: 100%;
  }
  .p_productDetail_option_name {
    font-size: 2rem;
  }
  .p_productDetail_option_price {
    font-size: 2rem;
  }
  .p_productDetail_option_tax {
    font-size: 1.5rem;
  }
  .p_productDetail_option_select {
    width: 18.75rem;
    flex-shrink: 0;
  }
  .p_productDetail_option_input {
    height: 4.375rem;
    font-size: 2rem;
  }
  .p_productDetail_buttonWrap {
    margin: 0 auto;
    padding: 1.875rem 0 1.875rem;
    width: 37.5rem;
  }
  .p_productDetail_freearea {
    display: block;
    margin-top: 3rem;
    font-size: 2rem;
  }
  .p_contact_desc {
    font-size: 2rem;
    text-align: left;
    margin-bottom: 6.25rem;
  }
  .p_contact_buttonWrap {
    width: 37.5rem;
    margin: 2.5rem auto 0;
  }
  .p_contact_bgImage {
    position: relative;
    overflow: hidden;
  }
  .p_contact_bgImage::before {
    content: "";
    background-image: url("../img/common/img_bg_wave.png");
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    top: -3.75rem;
    right: -3.25rem;
    width: 19.6875rem;
    height: 14.75rem;
  }
  .p_contactComp_heading {
    font-size: 3rem;
  }
  .p_contactComp_desc {
    font-size: 2rem;
    margin-top: 2.5rem;
    margin-bottom: 6.25rem;
  }
  .p_contactComp_buttonWrap {
    width: 37.5rem;
    margin: 2.5rem auto 0;
  }
  .p_entry_buttonWrap {
    width: 37.5rem;
    margin: 2.5rem auto 0;
  }
  .p_entry_form {
    margin-top: 1.5rem;
  }
  .p_entryStart {
    overflow: hidden;
  }
  .p_entryStart_logo {
    padding-top: 3.875rem;
  }
  .p_entryStart_logo_image {
    width: 7.75rem;
    height: 6.1875rem;
  }
  .p_entryStart_logo_title {
    font-size: 6rem;
  }
  .p_entryStart_title {
    text-wrap: wrap;
    margin-top: 5.875rem;
    font-size: 2.875rem;
    line-height: 1.3;
  }
  .p_entryStart_desc {
    margin: 6.25rem auto 0;
    font-size: 2rem;
    line-height: 5rem;
  }
  .p_entryStart_desc .__accent01 {
    font-size: 3rem;
  }
  .p_entryStart_desc .__accent02 {
    font-size: 3rem;
  }
  .p_entryStart_buttonWrap {
    width: 37.5rem;
    margin: 3.5rem auto 0;
  }
  .p_entryStart_note {
    font-size: 1.5rem;
  }
  .p_entryStart_bgImage1 {
    position: relative;
  }
  .p_entryStart_bgImage1::before {
    content: "";
    background-image: url("../img/common/img_bg_wave.png");
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    top: -2.5rem;
    right: -2rem;
    width: 19.6875rem;
    height: 14.75rem;
  }
  .p_entryStart_bgImage2 {
    position: relative;
  }
  .p_entryStart_bgImage2::before {
    content: "";
    background-image: url("../img/common/img_bg_wave.png");
    background-repeat: no-repeat;
    background-size: contain;
    transform: scaleX(-1);
    position: absolute;
    top: 5.5rem;
    left: -6.375rem;
    width: 19.6875rem;
    height: 14.75rem;
  }
  .p_entryStart_bgImage3 {
    position: relative;
  }
  .p_entryStart_bgImage3::before {
    content: "";
    background-image: url("../img/common/img_bg_wave.png");
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    top: 16.5rem;
    right: -7.625rem;
    width: 16.0625rem;
    height: 12.0625rem;
  }
  .p_entryConfirm_intro {
    margin-top: 7.5rem;
    font-size: 1.75rem;
  }
  .p_entryConfirm_section {
    margin-top: 7.5rem;
  }
  .p_entryConfirm_section_content {
    padding: 1.25rem;
  }
  .p_entryConfirm_payItem_item {
    gap: 0.75rem;
  }
  .p_entryConfirm_payItem_logo_image {
    width: 3.5rem;
    height: 2.8125rem;
    transform: translateY(-2px);
  }
  .p_entryConfirm_payItem_logo_title {
    font-size: 2.25rem;
  }
  .p_entryConfirm_payItem_title {
    font-size: 2.25rem;
    color: #01396A;
  }
  .p_entryConfirm_payItem_price {
    font-size: 2rem;
  }
  .p_entryConfirm_payDesc_row dt {
    font-size: 2rem;
  }
  .p_entryConfirm_payDesc_row dd {
    font-size: 1.75rem;
  }
  .p_entryConfirm_payDesc_note {
    margin-top: 5rem;
    font-size: 1.5rem;
  }
  .p_entryConfirm_form {
    padding-top: 2rem;
    gap: 2rem;
  }
  .p_entryConfirm_form dt {
    width: 12.5rem;
    padding-right: 1rem;
    font-size: 1.75rem;
  }
  .p_entryConfirm_form dd {
    font-size: 2rem;
  }
  .p_entryConfirm_agreement {
    flex-flow: column-reverse;
    gap: 2.5rem;
  }
  .p_entryConfirm_agreement {
    margin-top: 7.5rem;
  }
  .p_entryConfirm_agreement_note > * {
    font-size: 1.5rem;
    padding-left: 1.75rem;
  }
  .p_entryConfirm_agreement_note > *:nth-child(n+2) {
    margin-top: 1.5rem;
  }
  .p_entryConfirm_checkbox {
    font-size: 2rem;
    text-align: left;
    padding-left: 5rem;
  }
  .p_entryConfirm_checkbox input[type=checkbox] + span::before {
    left: -5rem;
    width: 2.5rem;
    height: 2.5rem;
  }
  .p_entryConfirm_checkbox input[type=checkbox] + span::after {
    left: -5rem;
    width: 2.5rem;
    height: 2.5rem;
  }
  .p_entryConfirm_buttonWrap {
    gap: 2.5rem;
    width: 37.5rem;
    margin: 2.5rem auto 0;
  }
  .p_entryComp_name {
    margin-top: 6.25rem;
    font-size: 2rem;
  }
  .p_entryComp_title {
    margin-top: 0.5rem;
    font-size: 3rem;
  }
  .p_entryComp_desc {
    margin-top: 3rem;
    padding-bottom: 2.5rem;
    font-size: 2rem;
  }
  .p_entryComp_buttonWrap {
    width: 37.5rem;
    margin: 2.5rem auto 0;
  }
  .p_forgotMessage_intro {
    font-size: 1.5rem;
    width: 34.375rem;
    margin: 2.5rem auto 0;
    margin-top: 0;
    margin-bottom: 2.5rem;
  }
  .p_forgot_complete_heading_intro {
    font-size: 3rem;
    padding: 4rem 0;
  }
  .p_mypage_bgImage {
    position: relative;
    overflow: hidden;
  }
  .p_mypage_bgImage::before {
    content: "";
    background-image: url("../img/common/img_bg_wave.png");
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    top: 3.25rem;
    right: -2.5rem;
    width: 16.25rem;
    height: 12.25rem;
  }
  .p_mypage_heading {
    padding: 4rem 0 5rem;
  }
  .p_mypage_welcome {
    display: none;
  }
  .p_mypage_tableHeader {
    display: none;
  }
  .p_mypage_block {
    display: block;
    margin-top: 6.25rem;
  }
  .p_mypage_block:first-child {
    margin-top: 0;
  }
  .p_mypage_block:last-child {
    border-bottom: 1px solid #000;
  }
  .p_mypage_block_date {
    font-size: 2.5rem;
    color: #000;
    background-color: #BFCDD9;
    width: 100%;
    text-align: center;
  }
  .p_mypage_block_detailBtn {
    display: none;
  }
  .p_mypage_block_detailBtn__sp {
    display: block;
    font-size: 1.5rem;
    margin: 0.5rem auto 0;
  }
  .p_mypage_block_status {
    font-size: 2.5rem;
    margin-top: 3.75rem;
  }
  .p_mypage_block_productList {
    font-size: 2rem;
    margin: 0;
  }
  .p_mypage_block_imgWrap {
    width: 11.75rem;
    height: 11.75rem;
  }
  .p_mypageLogin_sublink {
    font-size: 2rem;
  }
  .p_mypageLogin_sublink:nth-child(n+2) {
    margin-top: 2rem;
  }
  .p_mypageLogin_sublink_wrap {
    margin-top: 3.75rem;
  }
  .p_mypageLogin_error, .p_mypageLogin_reset {
    width: 37.5rem;
    margin-top: 3.75rem;
    font-size: 2rem;
  }
  .p_mypageChange_heading {
    padding: 4rem 0 5rem;
  }
  .p_mypageChange_welcome {
    display: none;
  }
  .p_mypageChange_buttonWrap {
    width: 37.5rem;
    margin: 2.5rem auto 0;
  }
  .p_mypageChange_bgImage {
    position: relative;
    overflow: hidden;
  }
  .p_mypageChange_bgImage::before {
    content: "";
    background-image: url("../img/common/img_bg_wave.png");
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    top: 3.25rem;
    right: -2.5rem;
    width: 16.25rem;
    height: 12.25rem;
  }
  .p_mypageChange_success {
    width: 37.5rem;
    font-size: 2rem;
  }
  .p_withdraw_buttonWrap {
    width: 37.5rem;
    margin: 3.5rem auto 0;
  }
  .p_withdraw_note {
    font-size: 1.5rem;
    text-align: left;
  }
  .p_withdraw_paymentButton {
    padding: 0.5rem;
    font-size: 1.5rem;
  }
  .p_withdraw_confirm_heading {
    font-size: 3rem;
  }
  .p_withdraw_confirm_intro {
    padding-bottom: 2.5rem;
    font-size: 2rem;
    text-align: center;
    border-bottom: 1px solid #01396A;
  }
  .p_withdraw_confirm_text {
    font-size: 2rem;
    font-weight: 400;
  }
  .p_withdraw_confirm_text .__accent01 {
    font-weight: 600;
  }
  .p_withdraw_confirm_content {
    margin-top: 1rem;
  }
  .p_withdraw_confirm_content li {
    position: relative;
    padding-left: 2.5rem;
  }
  .p_withdraw_confirm_content li::before {
    position: absolute;
    left: 0;
    top: 4px;
  }
  .p_mypageHistory_contents {
    margin-top: 3.75rem;
  }
  .p_mypageHistory_logo {
    width: 19.875rem;
    padding: 0 0 3.75rem;
  }
  .p_mypageHistory_order {
    position: relative;
    right: 0;
    margin: 0 auto 3.75rem;
  }
  .p_mypageHistory_order_item {
    font-size: 1.5rem;
  }
  .p_mypageHistory_customer_info {
    margin-left: 0;
    width: 100%;
    padding: 1.875rem 0.75rem 3.75rem;
  }
  .p_mypageHistory_customer_info :where(p) {
    margin-top: 0.625rem;
    font-size: 2rem;
  }
  .p_mypageHistory_products_item + .p_mypageHistory_products_item {
    border-top: none;
    padding-top: 0;
  }
  .p_mypageHistory_products_name {
    color: #01396A;
  }
  .p_mypageHistory_delivery_item {
    font-size: 2rem;
  }
  .p_mypageHistory_delivery_item dt {
    width: 14rem;
  }
  .p_mypageHistory_products_set {
    border: 1px solid #01396a;
    padding: 1.25rem 0;
    gap: 0;
  }
  .p_mypageHistory_products_img {
    width: 11.25rem;
    height: 11.25rem;
    padding-left: 1.25rem;
  }
  .p_mypageHistory_products_txtWrap {
    display: contents;
    width: calc(100% - 7.5rem);
    padding-left: 1.75rem;
  }
  .p_mypageHistory_products_txtTop {
    width: calc(100% - 12.5rem);
    padding-left: 1.75rem;
    padding-right: 1.25rem;
  }
  .p_mypageHistory_products_txtBottom {
    width: 100%;
    text-align: center;
  }
  .p_mypageHistory_products_txtBottom:before {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background-image: linear-gradient(to right, #000 50%, transparent 50%);
    background-size: 8px 1px;
    background-repeat: repeat-x;
    margin: 1.25rem 0;
  }
  .p_mypageHistory_products_sumPrice {
    font-size: 3rem;
    font-weight: 600;
  }
  .p_mypageHistory_totalBox {
    background-color: #F3F3F3;
    margin-top: 0;
    padding: 1.25rem;
    width: 100%;
    text-align: center;
  }
  .p_mypageHistory_totalBox_label {
    font-size: 2rem;
  }
  .p_mypageHistory_totalBox_deliveryFee {
    font-size: 2rem;
  }
  .p_mypageHistory_totalBox_paymentTotal {
    font-size: 3rem;
  }
  .p_guide_WideWrap {
    width: 100%;
    margin: 0;
  }
  .p_guideWrap {
    max-width: 100%;
    margin: 0;
  }
  .p_guideInner {
    padding: 0;
  }
  .p_guide_pageHeader::before {
    content: "";
    background-image: url("../img/common/img_bg_wave.png");
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    transform: translate(0%, 0%);
    top: 0;
    left: auto;
    right: -3.25rem;
    width: 19.6875rem;
    height: 14.75rem;
  }
  .p_guide_heading_txt {
    font-size: 2rem;
  }
  .p_guide_subHeading_wrap {
    margin-bottom: 2rem;
  }
  .p_guide_subHeading_title {
    font-size: 2.5rem;
  }
  .p_guide_subHeading_txt {
    font-size: 2rem;
  }
  .p_guide_box_title {
    font-size: 2.25rem;
  }
  .p_guide_box_wrap {
    margin-top: 2.5rem;
  }
  .p_guide_box_left {
    width: 100%;
    margin-bottom: 2rem;
    padding-right: 0;
  }
  .p_guide_box_right {
    width: 100%;
  }
  .p_guide_box_img img {
    margin: 0 auto;
    padding: 0 10rem;
  }
  .p_guide_box_subBox + .p_guide_box_subBox {
    margin-top: 2.5rem;
  }
  .p_guide_box_subTitle {
    font-size: 2rem;
    padding: 2rem 1rem;
    min-width: 21.875rem;
  }
  .p_guide_box_list, .p_guide_box_txtWrap {
    margin-top: 2.5rem;
    font-size: 2rem;
  }
  .p_guide_box_listItem {
    gap: 1rem;
    font-size: 2rem;
  }
  .p_guide_box_listItem + .p_guide_box_listItem {
    margin-top: 2.5rem;
  }
  .p_guide_box_listItem_num {
    width: 4rem;
    height: 4rem;
    font-size: 2rem;
  }
  .p_guide_box_listItem_tip {
    min-width: 8.5rem;
    font-size: 2rem;
  }
  .p_guide_infoBox_title {
    font-size: 2.5rem;
  }
  .p_guide_infoBox_subTitle {
    font-size: 2rem;
    padding: 2rem 1rem;
    min-width: 21.875rem;
  }
  .p_guide_infoBox_txtWrap, .p_guide_infoBox_list {
    margin-top: 2rem;
    font-size: 2rem;
  }
  .p_guide_infoBox_listItem + .p_guide_infoBox_listItem, .p_guide_infoBox_listItem + .p_guide_infoBox_txt, .p_guide_infoBox_txt + .p_guide_infoBox_listItem, .p_guide_infoBox_txt + .p_guide_infoBox_txt {
    margin-top: 1rem;
  }
  .p_guide_infoBox_price {
    font-size: 2rem;
  }
  .p_guide_infoBox_price > span {
    font-size: 2rem;
  }
  .p_guide_infoBox_delivery {
    flex-direction: column-reverse;
  }
  .p_guide_infoBox_delivery .p_guide_infoBox_txtBlock {
    width: 100%;
    padding-right: 0;
    margin-top: 2rem;
  }
  .p_guide_infoBox_delivery .p_guide_infoBox_img {
    width: 100%;
  }
  .p_guide_infoBox_delivery .p_guide_infoBox_img img {
    padding: 0 6.25rem;
    margin: 0 auto;
  }
  .p_guide_infoBox_payment:before {
    display: none;
  }
  .p_guide_infoBox_paymentList {
    margin-top: 0;
    font-weight: 400;
  }
  .p_guide_infoBox_returnPolicy {
    flex-wrap: wrap;
  }
  .p_guide_infoBox_returnPolicy .p_guide_infoBox_subTitle {
    width: 100%;
  }
  .p_guide_infoBox_returnPolicy_wrap {
    margin-left: 0;
    margin-top: 2rem;
    width: 100%;
  }
  .p_guide_infoBox_returnPolicy_txt {
    font-size: 2rem;
  }
  .p_guide_infoBox_returnPolicy_txt + .p_guide_infoBox_returnPolicy_txt {
    margin-top: 1.25rem;
  }
  .p_error_logo {
    padding-top: 3.875rem;
  }
  .p_error_logo_image {
    width: 28.75rem;
    height: 12.5rem;
  }
  .p_error_message {
    font-size: 2rem;
    margin-bottom: 6.25rem;
  }
  .p_error_contactAndButton {
    width: 37.5rem;
    margin: 0 auto;
  }
  .p_error_contactAndButton .p_error_contactBlock {
    width: 100%;
    box-sizing: border-box;
  }
  .p_error_contactAndButton .p_error_buttonWrap {
    width: 100%;
    margin: 2.5rem auto 0;
  }
  .p_error_buttonWrap {
    width: 37.5rem;
    margin: 2.5rem auto 0;
  }
  .p_error_bgImage::before {
    top: -3.75rem;
    right: -3.25rem;
    width: 19.6875rem;
    height: 14.75rem;
  }
  .tradelaw-table {
    width: 100%;
  }
  .tradelaw-table th,
  .tradelaw-table td {
    display: block;
    width: auto;
    padding: 10px;
  }
  .tradelaw-table th {
    font-size: 2rem;
    text-align: center;
  }
  .tradelaw-table td {
    font-size: 1.75rem;
  }
  .p_help_heading_txt {
    font-size: 2rem;
  }
  .p_help_box {
    margin-top: 5rem;
  }
  .p_help_box_title {
    font-size: 3.125rem;
    max-width: 767px;
  }
  .p_help_box_wrap {
    margin-top: 2rem;
    font-size: 2rem;
  }
  .p_help_info {
    width: 43.8125rem;
  }
  .p_help_info th,
  .p_help_info td {
    display: block;
    width: auto;
    padding: 10px;
  }
  .p_help_info th {
    text-align: center;
  }
  .p_about_okutoku_WideWrap {
    width: 100%;
    margin: 0;
  }
  .p_about_okutokuWrap {
    max-width: 100%;
    margin: 0;
  }
  .p_about_okutokuInner {
    padding: 0;
  }
  .p_about_okutoku_title {
    font-size: 4rem;
    text-align: center;
  }
  .p_about_okutoku_wrap {
    flex-direction: column-reverse;
  }
  .p_about_okutoku_desc {
    width: 100%;
    margin-top: 3.75rem;
  }
  .p_about_okutoku_img {
    width: 100%;
    padding-left: 0;
  }
  .p_about_okutoku_img img {
    margin: 0 auto;
    padding: 0 10rem;
  }
  .p_about_okutoku_txtWrap {
    margin-top: 3.75rem;
  }
  .p_about_okutoku_txt {
    font-size: 2rem;
  }
  .p_about_okutoku_headingTitle {
    font-size: 4rem;
  }
  .p_about_okutoku_headingTxt {
    text-align: left;
    font-size: 2rem;
    margin-top: 2.5rem;
  }
  .p_about_okutoku_headingRightBg:before {
    background-image: url(../img/components/page/help/about/p_about_okutoku_bg01_sp.png);
    transform: translate(0%, -70%);
  }
  .p_about_okutoku_headingLeftBg:before {
    background-image: url(../img/components/page/help/about/p_about_okutoku_bg02_sp.png);
    transform: translate(0%, -50%);
    bottom: auto;
    left: auto;
    right: 0;
    background-position-x: right;
  }
  .p_about_okutoku_featureDesc {
    width: 100%;
    padding-left: 0;
    margin-top: 3.75rem;
  }
  .p_about_okutoku_featureImg {
    width: 100%;
  }
  .p_about_okutoku_featureImg img {
    margin: 0 auto;
    padding: 0 10rem;
  }
  .p_about_okutoku_featureTitle {
    font-size: 2.25rem;
    text-align: center;
  }
  .p_about_okutoku_featureTxtWrap {
    margin-top: 1rem;
  }
  .p_about_okutoku_featureTxtWrap p {
    font-size: 2rem;
  }
  .p_about_okutoku_featureTxtBig {
    font-size: 2.25rem;
  }
  .p_about_okutoku_flowTitle {
    font-size: 2.25rem;
  }
  .p_about_okutoku_flowBlock + .p_about_okutoku_flowBlock {
    margin-top: 3.75rem;
  }
  .p_about_okutoku_flowLeft {
    width: 100%;
  }
  .p_about_okutoku_flowRight {
    width: 100%;
    padding-left: 0;
    margin-top: 1.75rem;
  }
  .p_about_okutoku_flowTitleWrap {
    justify-content: center;
  }
  .p_about_okutoku_flowDesc {
    margin-top: 1.5rem;
    font-size: 2rem;
  }
  .p_about_okutoku_message {
    margin-top: 10rem;
    padding: 2.5rem 1rem;
  }
  .p_about_okutoku_messageTitle {
    text-align: left;
    font-size: 3rem;
  }
  .p_about_okutoku_messageDesc {
    margin-top: 1.25rem;
    font-size: 2rem;
  }
  .p_about_okutoku_messageTxt + .p_about_okutoku_messageTxt {
    margin-top: 2rem;
  }
  .p_about_okutoku_messagePresident {
    margin-top: 1.25rem;
    font-size: 2rem;
  }
  .p_about_okutoku_messagePresident_name {
    margin-left: 3.75rem;
  }
  .p_about_okutoku_info {
    flex-wrap: wrap;
  }
  .p_about_okutoku_infoLeft {
    width: 100%;
    margin-bottom: 2rem;
    padding-right: 0;
    display: flex;
    justify-content: center;
  }
  .p_about_okutoku_infoRight {
    width: 100%;
  }
  .p_about_okutoku_infoDl {
    font-size: 2rem;
    flex-wrap: wrap;
  }
  .p_about_okutoku_infoDl + .p_about_okutoku_infoDl {
    margin-top: 2rem;
  }
  .p_about_okutoku_infoDl dt:after {
    display: none;
  }
  .p_about_okutoku_infoDl dd {
    width: 100%;
  }
}
@media (hover: hover) and (pointer: fine) {
  .ly_header_logo:hover {
    transition: 0.3s;
  }
  .ly_header_logo:hover:hover {
    opacity: 0.8;
  }
  .ly_header_about:hover {
    transition: 0.3s;
  }
  .ly_header_about:hover:hover {
    opacity: 0.8;
  }
  .ly_header_cart:hover {
    transition: 0.3s;
  }
  .ly_header_cart:hover:hover {
    opacity: 0.8;
  }
  .ly_header_nav a:hover {
    background-color: #f1f1f1;
  }
  .ly_footer_guideLink:hover {
    background-color: #f1f1f1;
  }
  .ly_footer_info_contactBtn:hover {
    background-color: #2c4e6f;
  }
  .ly_footer_bottomLink:hover {
    opacity: 0.7;
  }
  .bl_textlink:hover {
    opacity: 0.7;
  }
  .bl_button--primary:hover {
    background-color: #6B0601;
    color: #ffffff;
  }
  .bl_button--secondary:hover:hover {
    background-color: #666666;
    color: #ffffff;
  }
  .bl_button--tertiary:hover:hover {
    background-color: #01396A;
    color: #ffffff;
  }
  .bl_selectField select:hover {
    background-color: #EBEBEB;
  }
  .bl_radioField_container label:hover {
    color: #01396a;
  }
  .bl_productList_item_image:hover {
    opacity: 0.7;
  }
  .bl_productList_item_name:hover {
    opacity: 0.7;
  }
  .bl_productList_quantity_btn:hover {
    background-color: #f5f5f5;
    border-color: #bbb;
  }
  .bl_productList_remove_btn:hover {
    background-color: #6B0601;
    color: #fff;
  }
  .bl_productCard:hover {
    box-shadow: 0 0.25rem 1rem rgba(0, 0, 0, 0.15);
    transform: translateY(-0.125rem);
  }
  .bl_qaItem_answer a:hover {
    text-decoration: none;
  }
  .bl_tab_navlist__item:hover {
    background-color: #f1f1f1;
  }
  .bl_tab_navlist__item.active:hover {
    background-color: #6B0601;
  }
  .bl_pagination_item:hover {
    background-color: #f1f1f1;
    cursor: pointer;
  }
  .bl_pagination_item.is_active:hover {
    background-color: #01396A;
  }
  .p_top_point_button:hover {
    transition: all 0.3s ease;
  }
  .p_top_point_button:hover:hover {
    opacity: 0.8;
  }
  .p_shopping_inlineBtn:hover {
    background-color: #01396A;
    color: #ffffff;
  }
  .p_shopping_selectField select:hover {
    background-color: #EBEBEB;
  }
  .p_productDetail_slider_subWrap > *:hover {
    transition: 0.2s;
  }
  .p_productDetail_slider_subWrap > *:hover:hover {
    opacity: 0.8;
  }
  .p_productDetail_quantity_btn:hover {
    background: #f5f5f5;
  }
  .p_entryConfirm_checkbox a:hover {
    opacity: 0.7;
  }
  .p_mypage_block_detailBtn:hover {
    background-color: #F5F5F5;
  }
}
@media (prefers-contrast: high) {
  .bl_radioField_container label input[type=radio] + span::before {
    border-width: 3px;
  }
}
@media (prefers-reduced-motion: no-preference) {
  :where(html:focus-within) {
    scroll-behavior: smooth;
  }
}
@media (prefers-reduced-motion: reduce) {
  .bl_radioField_container label {
    transition: none;
  }
  .bl_radioField_container label input[type=radio] + span::before, .bl_radioField_container label input[type=radio] + span::after {
    transition: none;
  }
}
/*# sourceMappingURL=style.css.map */