﻿@charset "UTF-8";

@import "imports/reset.css";
@import "imports/base.css";
@import "imports/order.css";
@import "imports/user.css";
@import "imports/hack.css";
@import "imports/parts.css";
@import "imports/general_classes.css";
@import "imports/coordinate.css";
@import "imports/silveregg_recommend.css";



.error_inline {
	color:#ff0000;
	padding: 1px !important;	/* for IE */
	display:block!important;
}
.warning_inline {
	color: black;
	padding: 1px !important;
	display:block!important;
}
.tags {
	margin-bottom: 10px;
}
.tags > ul {
	display: flex;
	flex-wrap: wrap;
}
.tags > ul > li {
	display: inline-block;
	width: 16.4%;
	height: 35px;
	line-height: 35px !important;
	margin: -1px 0 0 -1px !important;
	background-color: #EFEFEF;
	border: 1px solid #333;
	overflow: hidden;
}
.tags > ul > li > a {
	display: block;
	text-align: center;
	font-size: 123.1%;
	font-family: Times,serif;
	text-decoration: none;
}
.tags > ul > li > a:hover {
	color: initial;
	background-color: #FFFFFF;
}
.tags > ul > li.active > a {
	background-color: #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
}
.shopDetail {
	justify-content: space-between;
	display: flex;
}
.brandList .brandName {
	font-size: 1.3rem;
	color: #989898;
}
.realShopList {
	margin: 1rem 0 !important;
}
.shopDetail + .shopDetail {
	border-top: 1px solid #c0c0c0;
}
.realShopList a {
	width: 100%;
	position: relative;
	padding: 1rem !important;
	display: flex;
	justify-content: space-between;
}
.shopDetail .realShopName {
	width: 25%;
}
.shopDetail .realShopAddress {
	width: 70%;
	padding: 0 1rem;
}
.shopDetail .realShopAddress p {
	line-height:16px;
}
.shopDetail .arrowNext {
	width: 1rem;
}
.shopDetail .arrowNext:after {
	content: "";
	position: absolute;
	top: 40%;
	height: 10px;
	width: 10px;
	border-right: 2px solid #c0c0c0;
	border-bottom: 2px solid #c0c0c0;
	transform: rotate(-45deg);
}
.shopDetail .shopInformation,
.shopDetail .shopMap {
	margin: 1rem;
}
.shopInformation table {
	background-color: #fff !important;
}
.shopInformation .header p {
	min-height: 3rem;
}
.shopInformation .header p:first-child {
	font-size: 20px;
}
.shopInformation tr {
	display: block;
	padding: 1rem 0;
}
.shopInformation tr td:first-child {
	width: 120px;
	padding-right: 1rem;
	text-align: start;
}
.shopMapDetail {
	width:400px;
	height:450px;
	border:0;
}
.btnBack {
	display: flex;
	justify-content: flex-end;
	margin: 1rem;
}
.wrap > h2 {
	border: 1px solid #ccc;
	border-top: solid;
	padding: 1rem;
	font-size: 20px;
}
.notProductError {
  color: red;
}



/* 追加 */
/* --------------------------------------------
   Base
   -------------------------------------------- */

html {
  font-size: 100%;
}

body {
  font-family:
    "YuGothic", "Yu Gothic", "Helvetica Neue", Arial,
    "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 1rem;
  line-height: 1.75;
  color: #333;
  background-color: #fff;
}

img {
  max-width: 100%;
  height: auto;
}

a {
  transition: opacity 0.3s;
}

a:hover {
  opacity: 0.5;
}

#tblLayout {
    display: block;
    margin-top: 64px;
}
/* --------------------------------------------
   Utility
   -------------------------------------------- */

.u-only-pc {
  display: block;
}

.u-only-sp {
  display: none;
}

/* --------------------------------------------
   Layout
   -------------------------------------------- */

.l-header {
  background-color: #fff;
  height: 64px;
  position: relative;
}

.l-main {
}

.l-footer {
}

.l-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

/* ============================================
   Header
   ============================================ */

#Header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9;
}

#Head {
  transition: all 0.5s 0s ease;
}

.p-header {
  display: flex;
  align-items: center;
  height: 100%;
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 24px;
  box-sizing: border-box;
}

.p-header__toggle.js-menu-toggle {
  display: none;
}

/* --- Nav --- */

.p-header__wrap {
}

.p-header__nav {
  flex-shrink: 0;
}

.p-header-nav {
  display: flex;
  align-items: center;
  gap: 0;
}

.p-header-nav__item {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 64px;
}

.p-header-nav__item > a,
.p-header-nav__dropdown-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 64px;
  padding: 0 16px;
  font-family: "YuGothic", "Yu Gothic Medium", sans-serif;
  font-weight: 500;
  font-size: 15px;
  color: #222;
  letter-spacing: 0.3px;
  white-space: nowrap;
  text-decoration: none;
}

.p-header-nav__dropdown-btn {
  gap: 3px;
  background: none;
  border: none;
  cursor: pointer;
  transition: background-color 0.2s, color 0.2s;
}

.p-header-nav__dropdown-icon {
  flex-shrink: 0;
  transition: transform 0.2s;
}

/* --- Dropdown (category) --- */

.p-header-nav__item--dropdown {
  position: relative;
}

.p-header-nav__item--dropdown.is-open .p-header-nav__dropdown-btn {
  background-color: #fde0de;
  color: #750b07;
  opacity: 0.7;
}

.p-header-nav__item--dropdown.is-open .p-header-nav__dropdown-icon {
  transform: rotate(180deg);
}

.p-header-dropdown {
  position: absolute;
  top: 64px;
  left: 0;
  width: 154px;
  background-color: #fff;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  opacity: 0;
  visibility: hidden;
  transition:
    opacity 0.2s,
    visibility 0.2s;
  z-index: 100;
}

.is-open > .p-header-dropdown {
  opacity: 1;
  visibility: visible;
}

.p-header-dropdown__list {
  display: flex;
  flex-direction: column;
  gap: 15px;
  padding: 20px 15px;
}

.p-header-dropdown__link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-decoration: none;
}

.p-header-dropdown__text {
  font-family: "YuGothic", "Yu Gothic Medium", sans-serif;
  font-weight: 500;
  font-size: 14px;
  color: #3d3d3d;
  letter-spacing: 0.28px;
  line-height: 1;
}

.p-header-dropdown__arrow {
  flex-shrink: 0;
}

/* --- Right area --- */

.p-header__right {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-left: auto;
  order: 2;
}

/* --- Search --- */

.p-header-search {
  position: relative;
  width: 100%;
  height: 36px;
  background-color: #f2f2f2;
  border-radius: 30px;
  overflow: hidden;
}

.p-header-search__input {
  width: 100%;
  height: 100%;
  padding: 0 48px 0 24px;
  background: transparent;
  border: none;
  outline: none;
  font-family: "YuGothic", "Yu Gothic Medium", sans-serif;
  font-weight: 500;
  font-size: 16px;
  color: #222;
}

.p-header-search__input::placeholder {
  color: #a6a6a6;
}

.p-header-search__btn {
  position: absolute;
  top: 50%;
  right: 16px;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
}

/* --- Icon menu --- */

.p-header-icons {
  display: flex;
  align-items: center;
  gap: 4px;
}

.p-header-icons__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  min-width: 50px;
  text-decoration: none;
}

.p-header-icons__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
}

.p-header-icons__item--account img {
  margin-bottom: 10px;
}

.p-header-icons__icon--cart,
.p-header-icons__icon--news {
  position: relative;
}

.p-header-icons__badge {
  position: absolute;
  top: 0;
  right: -4px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 16px;
  height: 16px;
  background-color: #f01a1a;
  border-radius: 50%;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 10px;
  color: #fff;
  line-height: 1;
}

.p-header-icons__icon--news .p-header-icons__badge {
  display: none;
}

.p-header-icons__link[data-has-news="true"] .p-header-icons__badge {
  position: absolute;
  top: 9px;
  right: 9px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 8px;
  height: 8px;
  background-color: #f01a1a;
  border-radius: 50%;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 10px;
  color: #fff;
  line-height: 1;
}

/* --- News balloon --- */

.is-has-news {
  position: relative;
}

.p-header__news-balloon {
  position: absolute;
  left: 50%;
  top: 75px;
  transform: translateX(-50%) translateY(-8px);
  min-width: 427px;
  z-index: 1;
  font-size: 0.8em;
  font-weight: bold;
  background: #fff;
  padding: 1.25em;
  border-radius: 10px;
  line-height: 1.75;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
  box-sizing: border-box;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition:
    opacity 0.2s ease,
    visibility 0s linear 0.2s;
}

.p-header__news-balloon a {
  display: block;
}

.p-header__news-balloon.is-open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transition: opacity 0.2s ease, visibility 0s;
}

.p-header__news-balloon.is-open:before {
  content: "";
  position: absolute;
  top: -30px;
  left: 50%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-bottom: 15px solid #fff;
}

.p-header__news-balloon.is-open span.p-header__news-balloon-badge {
  font-size: 0.625rem;
  background-color: #f01a1a;
  padding: 0;
  display: block;
  width: 30px;
  color: #fff;
  text-align: center;
  border-radius: 1px;
}

.p-header__news-balloon span.p-header__news-balloon-text {
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  width: 386px;
  box-sizing: border-box;
  margin-top: 5px;
}

.p-header__news-balloon.is-open span.p-header__news-balloon-link {
  display: flex;
  justify-content: right;
  color: #767676;
  text-decoration: underline;
}

.p-header-icons__label {
  font-family: "YuGothic", "Yu Gothic Medium", sans-serif;
  font-weight: 500;
  font-size: 10px;
  color: #222;
  text-align: center;
  line-height: 1;
  display: block;
}

/* --- Dealer button --- */

.p-header-dealer {
  display: flex;
  align-items: center;
  height: 38px;
  padding: 0 16px;
  background-color: #750b07;
  border-radius: 4px;
  text-decoration: none;
  gap: 8px;
  flex-shrink: 0;
}

.p-header-dealer.u-only-pc {
  display: flex;
}

.p-header-dealer__icon {
  flex-shrink: 0;
}

.p-header-dealer__text {
  font-family: "YuGothic", "Yu Gothic", sans-serif;
  font-weight: bold;
  font-size: 14px;
  color: #fff;
  white-space: nowrap;
  line-height: 1;
}

/* --- Scroll state (after MV) --- */

#Header.is-scrolled #Head {
  background: rgba(194, 87, 83, 0.80);
  transition: all 0.5s 0s ease;
}

#Header.is-scrolled #Head .p-header-nav__item > a,
#Header.is-scrolled .p-header-nav__dropdown-btn,
#Header.is-scrolled .p-header-icons__label {
  color: #fff;
  transition: all 0.5s 0s ease;
}

#Header.is-scrolled #Head .p-header-dealer {
  background-color: #222;
  transition: all 0.5s 0s ease;
}

.p-header-icons__img--white {
  display: none;
}

#Header.is-scrolled .p-header-icons__img--default {
  display: none;
}

#Header.is-scrolled .p-header-icons__img--white {
  display: block;
}

/* --- Header responsive (1200px–1024px) --- */

@media screen and (max-width: 1200px) and (min-width: 1024px) {
  .p-header-nav__item > a,
  .p-header-nav__dropdown-btn {
    padding: 0 6px;
  }
}

/* --- Header responsive (≤1024px / SP) --- */

@media screen and (max-width: 1024px) {
  .p-header-dealer.u-only-pc {
    display: none;
  }

  .p-header:not(.is-open) .p-header__wrap,
  .p-header:not(.is-open) .p-header__sp-menu,
  .p-header:not(.is-open) .p-header--close {
    display: none;
  }

  .p-header.is-open .p-header__wrap,
  .p-header.is-open .p-header__sp-menu,
  .p-header.is-open .p-header--close {
    display: block;
  }

  .p-header {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 64px;
    background: #fff;
    z-index: 9999;
    transition: height .35s ease;
    overflow: hidden;
    display: block;
  }

  .p-header.is-open {
    height: 100vh;
    overflow-y: auto;
  }

  body.is-menu-open {
    overflow: hidden;
  }

  /* Hamburger */
  .p-header__toggle.js-menu-toggle {
    display: block;
  }

  .p-header__toggle {
    width: 24px;
    height: 24px;
    position: absolute;
    background: none;
    border: none;
    top: 20px;
    padding: 0;
    z-index: 9;
  }

  .p-header__toggle-line {
    position: absolute;
    width: 100%;
    height: 2px;
    background: #000;
    transition: .3s;
    left: 0;
  }

  .p-header__toggle-line:nth-child(1) { top: 0; }
  .p-header__toggle-line:nth-child(2) { top: 6px; }
  .p-header__toggle-line:nth-child(3) { top: 12px; }

  .p-header.is-open .p-header__toggle-line:nth-child(1) {
    transform: rotate(45deg);
    top: 10px;
  }

  .p-header.is-open .p-header__toggle-line:nth-child(2) {
    opacity: 0;
  }

  .p-header.is-open .p-header__toggle-line:nth-child(3) {
    transform: rotate(-45deg);
    top: 10px;
  }

  /* Nav */
  .p-header-nav {
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .p-header-nav__item {
    display: flex;
    align-items: center;
    height: 64px;
    width: 47%;
    border-top: 1px solid #3D3D3D;
    box-sizing: border-box;
  }

  .p-header-nav__item:nth-of-type(n+3) {
    border-bottom: 1px solid #3D3D3D;
    box-sizing: border-box;
  }

  .p-header-nav__item > a {
    width: 100%;
    justify-content: left;
  }

  .p-header__wrap {
    order: 2;
  }

  /* Right area */
  .p-header__right {
    margin: 9px 0 40px auto;
    justify-content: right;
    order: 1;
  }

  .p-header-icons {
    width: auto;
  }

  /* Search (SP) */
  .p-header-search {
    width: 100%;
    height: 45px;
    margin: 30px auto 40px;
  }

  /* News balloon (SP) */
  .p-header__news-balloon {
    position: fixed;
    width: 90%;
    min-width: 280px;
  }

  .p-header__news-balloon span.p-header__news-balloon-text {
    width: 100%;
  }

  /* Accordion (SP menu) */
  .p-header__sp-menu {
    width: 100%;
    order: 3;
  }

  .p-header-accordion {
    width: 100%;
  }

  .p-header-accordion__item {
    border-bottom: 1px solid #666;
  }

  .p-header-accordion__summary {
    all: unset;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    padding: 20px 20px 20px 12px;
    color: #222;
    cursor: pointer;
    width: 100%;
    box-sizing: border-box;
  }

  .p-header-accordion__summary::-webkit-details-marker {
    display: none;
  }

  .p-header-accordion__summary::before,
  .p-header-accordion__summary::after {
    content: "";
    position: absolute;
    right: 19px;
    width: 18px;
    height: 1px;
    background: #222;
    transition: transform .25s ease;
  }

  .p-header-accordion__summary::before {
    transform: rotate(90deg);
  }
  
  .p-header-accordion__summary.is-active {
    background: #F4F4F4;
  }

  .p-header-accordion__summary.is-active::before {
    transform: rotate(0deg);
  }

  .p-header-accordion__item[open] .p-header-accordion__summary {
    background: #F4F4F4;
  }

  .p-header-accordion__content {
    height: 0;
    overflow: hidden;
    transition: height .3s ease;
  }

  .p-header-dropdown__item {
    border-bottom: 1px solid #BCBCC5;
  }

  .p-header-dropdown__item a {
    padding: 17px 20px 17px 12px;
  }

  .p-header-dropdown__list {
    padding: 0;
  }

  /* Dealer (SP) */
  .p-header-dealer {
    display: flex;
    justify-content: center;
    padding: 13px 16px;
    margin: 60px 0 0;
  }

  .p-header-dealer__text {
    font-size: 16px;
  }

  /* Close button (SP) */
  .p-header--close {
    order: 4;
    width: 100%;
    max-width: 230px;
    margin: 50px auto;
  }

  .p-header--close img {
    width: 15px;
    height: 15px;
  }

  .p-header--close .c-btn-outline {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    height: 38px;
    border-radius: 20px;
    padding: 0 17px;
    border: 1px solid #8f8f8f;
    background: none;
    text-decoration: none;
    cursor: pointer;
    transition: opacity 0.3s;
    width: 100%;
    box-sizing: border-box;
    font-weight: bold;
  }

  /* Scroll state override (SP) */
  #Header.is-scrolled #Head .p-header-nav__item > a,
  #Header.is-scrolled .p-header-nav__dropdown-btn,
  #Header.is-scrolled .p-header-icons__label {
    color: #222;
    transition: all 0.5s 0s ease;
  }

  #Header.is-scrolled #Head .p-header-dealer {
    background-color: #222;
    transition: all 0.5s 0s ease;
  }

  #Header.is-scrolled .p-header-icons__img--default {
    display: block;
  }

  #Header.is-scrolled .p-header-icons__img--white {
    display: none;
  }
  
    .u-only-pc {
    display: none;
  }

  .u-only-sp {
    display: block;
  }

}

/* ============================================
   Components
   ============================================ */

/* --- c-btn-outline --- */

.c-btn-outline {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  height: 38px;
  padding: 0 12px 0 24px;
  border: 1px solid #8f8f8f;
  background: none;
  text-decoration: none;
  cursor: pointer;
  transition: opacity 0.3s;
}

.c-btn-outline__text {
  font-family: "YuGothic", "Yu Gothic Medium", sans-serif;
  font-weight: 500;
  font-size: 14px;
  color: #222;
  letter-spacing: 0.28px;
  line-height: 1;
  white-space: nowrap;
}

.c-btn-outline__arrow {
  flex-shrink: 0;
}

/* --- c-breadcrumb --- */

.c-breadcrumb {
  display: flex;
  gap: 0 8px;
  list-style: none;
  padding: 18px 0;
  font-size: .9em;
  border-top: 1px solid #E6E6E6;
  padding-left: clamp(16px, 11.8056vw, 170px);
  margin: 0;
}

.c-breadcrumb li {
  display: flex;
  align-items: center;
}

.c-breadcrumb li:not(:last-child)::after {
  display: inline-block;
  transform: rotate(45deg);
  width: .3em;
  height: .3em;
  margin-left: 10px;
  border-top: 1px solid #626262;
  border-right: 1px solid #626262;
  content: '';
}

.c-breadcrumb a {
  color: #626262;
  text-decoration: underline;
}

@media screen and (max-width: 768px) {
  .c-breadcrumb {
    padding-left: clamp(16px, 6.8056vw, 170px);
  }
}

/* ============================================
   Top - News
   ============================================ */

.p-top-news {
  padding: 80px 0;
}

.p-top-news__heading {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  text-align: center;
}

.p-top-news__title-en {
  font-family: "Playfair Display", serif;
  font-weight: 400;
  font-size: 46px;
  color: #222;
  letter-spacing: 1.84px;
  line-height: 1;
}

.p-top-news__title-jp {
  font-family: "YuGothic", "Yu Gothic Medium", sans-serif;
  font-weight: 500;
  font-size: 12px;
  color: #222;
  letter-spacing: 2.4px;
  line-height: 1;
}

.p-top-news__body {
  max-width: 980px;
  margin: 40px auto 0;
}

.p-top-news__item {
  border-top: 1px solid #e0e0e0;
}

.p-top-news__item:last-child {
  border-bottom: 1px solid #e0e0e0;
}

.p-top-news__link {
  display: flex;
  justify-content: center;
  gap: 15px;
  flex-direction: column;
  position: relative;
  padding: 19px 50px 25px 20px;
  text-decoration: none;
}

.p-top-news__meta {
  display: flex;
  align-items: center;
  gap: 10px;
}

.p-top-news__label,
.p-top-news__category {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 1px 8px;
  background-color: #fde0de;
  font-family: "YuGothic", "Yu Gothic", sans-serif;
  font-weight: bold;
  font-size: 12px;
  color: #750b07;
  letter-spacing: 0.96px;
  line-height: normal;
  white-space: nowrap;
}

.p-top-news__date {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 15px;
  color: #666;
  line-height: 1;
}

.p-top-news__text,
.p-top-news__title {
  font-family: "YuGothic", "Yu Gothic Medium", sans-serif;
  font-weight: 500;
  font-size: 16px;
  color: #222;
  line-height: 1;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.p-top-news__arrow {
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  flex-shrink: 0;
}

.p-top-news__more {
  display: flex;
  justify-content: center;
  margin-top: 40px;
}

/* ============================================
   Footer
   ============================================ */

#Foot {
  padding: 50px 0 0;
  background-color: #222;
  color: #fff;
}

.p-footer {
  display: flex;
  max-width: 1072px;
  margin: 0 auto;
  padding: 0 24px;
  flex-wrap: wrap;
  justify-content: space-between;
}

.p-footer__company-name {
  font-size: 1rem;
  margin-bottom: 10px;
}

.p-footer__address {
  font-size: 0.8125rem;
  line-height: 1.54;
}

.p-footer__sns {
  padding-top: 72px;
}

.p-footer__sns .p-footer__sns-link--instagram {
  margin-right: 15px;
}

.p-footer__nav > ul {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: 1fr 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 35px;
  max-width: 608px;
}

.p-footer__nav a {
  color: #fff;
  display: block;
}

.p-footer__nav > ul .p-footer__nav-link {
  font-size: 0.9375rem;
  margin-bottom: 15px;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  display: block;
}

.p-footer__nav ul > li .p-footer__subnav-link {
  color: #fff;
  font-size: 0.8125rem;
  display: block;
  padding-bottom: 10px;
}

.p-footer__utility a {
  color: #fff;
}

.p-footer-another {
  display: flex;
  align-items: center;
  margin-bottom: 25px;
  background-color: #fff;
  border-radius: 4px;
  text-decoration: none;
  gap: 8px;
  flex-shrink: 0;
  font-size: 0.875rem;
}

.p-footer__dealer-text {
  font-weight: bold;
  font-size: 14px;
  white-space: nowrap;
  line-height: 1;
}

.p-footer-another a {
  color: #222;
  padding: 11px 16px;
}

.p-footer__utility-item {
  font-size: 0.8125rem;
  display: block;
  padding-bottom: 10px;
}

.p-footer__bottom {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  padding: 30px;
  max-width: 1120px;
  margin: 0 auto;
  box-sizing: border-box;
}

.p-footer__bottom::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 1px;
  background: rgba(255, 255, 255, 0.1);
  display: block;
}

.p-footer__bottom a,
.p-footer__legal-item span.p-footer__legal-link {
  color: #fff;
  font-size: 0.75rem;
  margin-right: 36px;
}

.p-footer__bottom .p-footer__legal {
  display: flex;
  align-items: center;
}

/* --- Footer responsive (≤768px) --- */

@media screen and (max-width: 768px) {
  .p-footer {
    display: flex;
    max-width: 1072px;
    margin: 0 auto;
    padding: 0 24px;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .p-footer__nav {
    order: 1;
    width: 50%;
  }

  .p-footer__company {
    order: 2;
    width: 100%;
  }

  .p-footer__sns {
    padding: 30px 0;
  }

  .p-footer__utility {
    order: 1;
    display: flex;
    flex-direction: column;
    margin-top: 50px;
    width: 100%;
  }

  .p-footer-another {
    order: 1;
    margin: 50px 0 60px;
    max-width: 245px;
  }

  .p-footer__dealer-text {
    font-size: 15px;
  }

  .p-footer__bottom {
    flex-wrap: wrap;
  }

  .p-footer__nav > ul {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-template-rows: 0fr 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 35px;
    max-width: 608px;
  }

  .p-footer__bottom .p-footer__legal {
    flex-wrap: wrap;
  }

  .p-footer__legal-item {
    width: 100%;
    margin-bottom: 15px;
  }

  #p-footer__copyright {
    margin: 50px 0 0;
    display: block;
  }

  .p-footer__bottom::before {
    width: 100%;
  }
}

.c-btn-outline__arrow {
    display: inline-block;
    flex-shrink: 0;
    width: 20px;
    height: 20px;
    background: none;
    position: relative;
}
.c-btn-outline__arrow::after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 6px;
    height: 6px;
    border-top: 1.5px solid #3D3D3D;
    border-right: 1.5px solid #3D3D3D;
    transform: translate(-60%, -50%) rotate(45deg);
}

#Contents {
    margin: 0;
}


#breadcrumb {
    padding: 18px 20px 0;
    margin: 0;
    margin-left: -20px;
    width: calc(100% + 40px);
    border-top: 1px solid #E6E6E6;

    & ul {
        display: flex;
        align-items: center;
        gap: 20px;
        max-width: 1320px;
        margin: 0 auto;
    }

    & li {
        padding: 0;
        position: relative;
        font-size: 11px;
    }

    & li > span {
        display: none;
    }
    
    & li > span.p-breadcrumb__current {
        display: block;
        line-height: 1.4;
    }

    & li a,& li p {
        font-size: 11px;
        padding: 0;
        display: inline-block;
        white-space: nowrap;
    }

    & li:not(:last-child)::before {
        position: absolute;
        content: ">";
        font-size: 11px;
        right: -15px;
        top: 38%;
        transform: translateY(-50%);
    }
}