@charset "UTF-8";
body {
  background: #FFF7F0;
  color: #0068b6;
  font-family: "Zen Old Mincho", serif; }

.u-desktop {
  display: none; }

/* リキッドレイアウト対応 */
html {
  font-size: 16px; }

/* ホバー */
a {
  -webkit-transition: opacity 0.3s;
  color: inherit;
  text-decoration: none;
  transition: opacity 0.3s; }

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

/* Remove default padding */
ul,
ol {
  padding: 0; }

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
ul,
ol,
figure,
blockquote,
dl,
dd {
  margin: 0; }

/* Set core root defaults */
html {
  scroll-behavior: smooth; }

/* Set core body defaults */
body {
  line-height: 1.5;
  min-height: 100vh;
  text-rendering: optimizeSpeed; }

/* Remove list styles on ul, ol elements with a class attribute */
ul,
ol {
  list-style: none; }

/* A elements that don't have a class get default styles */
a:not([class]) {
  -webkit-text-decoration-skip: ink;
  text-decoration-skip-ink: auto; }

/* Make images easier to work with */
img {
  display: block;
  height: auto;
  max-width: 100%;
  width: 100%; }

/* Natural flow and rhythm in articles by default */
article > * + * {
  margin-top: 1em; }

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit; }

/* Blur images when they have no alt attribute */
/* フォームリセット */
/*
input,
button,
select,
textarea {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: transparent;
	border: none;
	border-radius: 0;
	font: inherit;
	outline: none;
}

textarea {
	resize: vertical;
}

input[type=checkbox],
input[type=radio] {
	display: none;
}

input[type=submit],
input[type=button],
label,
button,
select {
	cursor: pointer;
}

select::-ms-expand {
	display: none;
}

*/
button,
input,
select,
textarea {
  font-family: inherit;
  font-weight: inherit;
  font-size: inherit; }

::-webkit-input-placeholder {
  color: #7f7f7f; }

::-moz-placeholder {
  color: #7f7f7f;
  opacity: 1; }

:-ms-input-placeholder {
  color: #7f7f7f; }

button,
input,
select,
textarea {
  margin: 0;
  padding: 5px;
  font-size: 16px; }

button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
  cursor: pointer; }

input[type='text'], textarea {
  /*-webkit-appearance: none;*/
  border-radius: 0;
  padding: 10px; }

input {
  background: #fff;
  border: none; }

.c-arrow {
  display: inline-block;
  height: 5px;
  height: 0.3125rem;
  position: relative;
  width: 23px;
  width: 1.4375rem; }

.c-arrow::before,
.c-arrow::after {
  -webkit-transform: translateY(-50%);
  background: #222;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 90%; }

.c-arrow::after {
  -webkit-clip-path: polygon(0 0, 0% 100%, 100% 50%);
  clip-path: polygon(0 0, 0% 100%, 100% 50%);
  height: 6px;
  height: 0.375rem;
  left: auto;
  right: 0;
  width: 5px;
  width: 0.3125rem; }

.c-btn {
  background-color: black;
  color: yellow;
  padding: 10px 40px;
  padding: 0.625rem 2.5rem; }

.c-pageTop {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  align-items: center;
  border: 1px solid rgba(255, 255, 255, 0.4);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 54px;
  height: 3.375rem;
  justify-content: center;
  position: relative;
  width: 54px;
  width: 3.375rem; }

.c-pageTop__arrow {
  display: inline-block;
  display: contents;
  height: 5px;
  height: 0.3125rem;
  position: relative;
  width: 23px;
  width: 1.4375rem; }

.c-pageTop::before,
.c-pageTop::after {
  -webkit-transform: translateX(-50%);
  background: #fff;
  content: "";
  height: 28px;
  height: 1.75rem;
  left: 50%;
  position: absolute;
  top: 14px;
  top: 0.875rem;
  transform: translateX(-50%);
  width: 2px;
  width: 0.125rem; }

.c-pageTop::after {
  -webkit-clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
  clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
  height: 10px;
  height: 0.625rem;
  top: 10px;
  top: 0.625rem;
  width: 8px;
  width: 0.5rem; }

.c-pagination {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 14px;
  gap: 0.875rem;
  justify-content: center; }

.c-pagination__numbers {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 14px;
  gap: 0.875rem;
  justify-content: center; }

.page-numbers {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  align-items: center;
  background: #222;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 16px;
  font-size: 1rem;
  height: 44px;
  height: 2.75rem;
  justify-content: center;
  width: 44px;
  width: 2.75rem; }

.current {
  background: #fff;
  color: #222; }

.dots {
  color: #222; }

.c-pagination__prev {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 44px;
  height: 2.75rem;
  justify-content: center;
  padding-left: 6px;
  padding-left: 0.375rem;
  position: relative;
  width: 44px;
  width: 2.75rem; }

.c-pagination__prev::before,
.c-pagination__next::before {
  background: #222;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%; }

.c-pagination__prev::after,
.c-pagination__next::after {
  -webkit-transform: rotate(45deg);
  border-bottom: 2px solid white;
  border-bottom: 0.125rem solid white;
  border-left: 2px solid white;
  border-left: 0.125rem solid white;
  content: "";
  display: inline-block;
  height: 12px;
  height: 0.75rem;
  position: absolute;
  transform: rotate(45deg);
  width: 12px;
  width: 0.75rem; }

.c-pagination__next {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 44px;
  height: 2.75rem;
  justify-content: center;
  padding-right: 6px;
  padding-right: 0.375rem;
  position: relative;
  width: 44px;
  width: 2.75rem; }

.c-pagination__next::after {
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg); }

.c-subtitle {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 700;
  gap: 12px;
  gap: 0.75rem;
  letter-spacing: 0.1em;
  line-height: 1.5; }

.c-subtitle::before {
  background: #222;
  content: "";
  height: 1px;
  width: 20px;
  width: 1.25rem; }

.c-title__en {
  font-family: "Inter", sans-serif;
  font-size: 32px;
  font-size: 2rem;
  font-weight: 200;
  letter-spacing: 0.1em;
  line-height: 1.3125;
  text-transform: uppercase; }

.c-title__ja {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 1.5;
  margin-top: 12px;
  margin-top: 0.75rem; }

.l-inner {
  height: inherit;
  margin: 0 auto;
  max-width: 540px;
  max-width: 33.75rem;
  padding-left: 15px;
  padding-right: 15px;
  width: 100%; }

.l-main {
  padding-top: 58px;
  padding-top: 3.625rem; }

.p-brand {
  margin-bottom: 2.375rem; }

.p-brand__title {
  padding-top: 60px;
  padding-top: 3.75rem; }

.p-brand__body {
  margin-top: 42px;
  margin-top: 2.625rem; }

.p-brand__box {
  background: #fff;
  color: #222;
  padding: 20px 15px 30px;
  padding: 1.25rem 0.9375rem 1.875rem; }

.p-brand__img {
  margin: 0 auto;
  max-width: 215px;
  max-width: 13.4375rem; }

.p-brand__img img {
  -o-object-fit: cover;
  aspect-ratio: 1/1;
  height: 100%;
  object-fit: cover;
  width: 100%; }

.p-brand__wrapper {
  border-top: 1px solid #dddddd;
  margin-top: 15px;
  margin-top: 0.9375rem;
  padding-top: 18px;
  padding-top: 1.125rem; }

.p-brand__name {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.1em; }

.p-brand__text {
  font-size: 14px;
  font-size: 0.875rem;
  letter-spacing: 0.05em;
  line-height: 1.5;
  margin-top: 15px;
  margin-top: 0.9375rem; }

.p-brand__link {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 16px;
  font-size: 1rem;
  gap: 16px;
  gap: 1rem;
  justify-content: flex-start;
  letter-spacing: 0.1em;
  margin-left: 3px;
  margin-left: 0.1875rem;
  margin-top: 33px;
  margin-top: 2.0625rem; }

.p-breadcrumb {
  padding-bottom: 38px;
  padding-bottom: 2.375rem; }

.p-breadcrumb ul li {
  display: inline-block;
  font-size: 11px;
  font-size: 0.6875rem;
  letter-spacing: 0.1em; }

.p-breadcrumb li::before {
  content: ">";
  padding: 0 5px; }

.p-breadcrumb li:first-child::before {
  content: none; }

.p-buyer {
  background: #fff;
  color: #c7000b;
  padding: 57px 0;
  padding: 3.5625rem 0;
  text-align: center; }

.p-buyer__inner {
  padding: 0 30px;
  padding: 0 1.875rem; }

.p-buyer__copy {
  font-family: "Inter", sans-serif;
  font-size: 32px;
  font-size: 2rem;
  font-weight: 200;
  letter-spacing: 0.1em;
  line-height: 1.5; }

.p-buyer__title {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 1.5;
  margin-top: 9px;
  margin-top: 0.5625rem; }

.p-buyer__text {
  font-size: 14px;
  font-size: 0.875rem;
  letter-spacing: 0.1em;
  line-height: 1.5;
  margin-top: 39px;
  margin-top: 2.4375rem; }

.p-buyer__btn {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  align-items: center;
  border: 1px solid #c7000b;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 700;
  gap: 12px;
  gap: 0.75rem;
  justify-content: center;
  margin: 40px auto 0;
  margin: 2.5rem auto 0;
  max-width: 285px;
  max-width: 17.8125rem;
  padding: 14px 0;
  padding: 0.875rem 0;
  width: 100%; }

.p-buyer__btn::before {
  content: "\f0e0";
  font-family: "Font Awesome 5 Free";
  font-size: 23px;
  font-size: 1.4375rem;
  font-weight: 400; }

.p-card {
  display: inline-block; }

.p-card__img img {
  -o-object-fit: cover;
  aspect-ratio: 1/1;
  border: 1px solid rgba(237, 113, 36, 0.4);
  border-radius: 0.5rem;
  height: 100%;
  object-fit: cover;
  width: 100%; }

.p-card__season {
  background: #f6f5f5;
  color: #222;
  display: inline-block;
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1;
  margin-top: 16px;
  margin-top: 1rem;
  padding: 9px 30px;
  padding: 0.5625rem 1.875rem; }

.p-card__brand {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  margin-top: 16px;
  margin-top: 1rem;
  text-decoration: underline; }

.p-card__title {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  margin-top: 3px;
  margin-top: 0.1875rem; }

.p-categoryList {
  border-bottom: 1px solid rgba(237, 113, 36, 0.4); }

.p-categoryList.disable {
  /*
  pointer-events: none;
  opacity: 0.5;
  */
  display: none; }

.p-categoryList__subtitle {
  padding-top: 39px;
  padding-top: 2.4375rem; }

.p-categoryList__body {
  padding-bottom: 40px;
  padding-bottom: 2.5rem;
  padding-top: 19px;
  padding-top: 1.1875rem; }

.p-categoryList__items {
  -ms-flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  gap: 0.9375rem; }

.p-categoryList__item a {
  border: 1px solid rgba(0, 104, 182, 0.4);
  border-radius: 1.375rem;
  display: inline-block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1;
  padding: 14px 22px;
  padding: 0.875rem 1.375rem; }

.p-categoryList__item a.current {
  background: #bdd1e1;
  border: 1px solid #bdd1e1;
  color: #0068b6;
  pointer-events: none; }

.p-detail {
  border-bottom: 1px solid rgba(237, 113, 36, 0.4);
  overflow: hidden; }

.p-detail__inner {
  display: contents; }

.p-detail__img {
  grid-row: 1/4;
  padding-top: 15px;
  padding-top: 0.9375rem; }

.p-detail__img .l-inner {
  /*margin-right: 0;
  max-width: 33.75rem;
  padding: 0 2.5rem 0 2.5625rem;*/ }

.p-detail__img img {
  /*
  -o-object-fit: cover;
  aspect-ratio: 375/298;
  object-fit: cover;
  height: auto;
  width: 100%;
  */
  margin: 0 0 30px; }

.p-detail__content {
  border-bottom: 1px solid rgba(237, 113, 36, 0.4);
  padding: 25px 0 60px;
  padding: 1.5625rem 0 1.5625rem; }

.p-detail__content .l-inner {
  padding: 0 30px;
  padding: 0 1.875rem; }

.p-detail__brand {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-decoration: underline; }

.p-detail__title {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  margin-top: 20px;
  margin-top: 1.25rem; }

.p-detail__text {
  color: #222;
  font-size: 16px;
  font-size: 1rem;
  letter-spacing: 0.1em;
  line-height: 1.5;
  margin-top: 39px;
  margin-top: 2.4375rem; }

.p-detail__category {
  background: #f6f5f5;
  color: #666666;
  display: inline-block;
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1;
  margin-top: 41px;
  margin-top: 2.5625rem;
  padding: 9px 16px;
  padding: 0.5625rem 1rem; }

.p-detail__checklistBtn {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  align-items: center;
  background: #bdd1e1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 16px;
  font-size: 1rem;
  color: #0068b6;
  font-weight: 700;
  gap: 12px;
  gap: 0.75rem;
  justify-content: center;
  letter-spacing: 0.1em;
  margin: 40px auto 0;
  margin: 2.5rem auto 0;
  max-width: 315px;
  max-width: 19.6875rem;
  padding: 14px 0;
  padding: 0.875rem 0;
  width: 100%; }

.p-detail__checklistBtn::before {
  content: "\f02e";
  font-family: "Font Awesome 5 Free";
  font-size: 23px;
  font-size: 1.4375rem;
  font-weight: 400; }

.p-detail__spec {
  /*border-bottom: 1px solid rgba(0, 104, 182, .4);*/
  padding: 57px 0 60px;
  padding: 3.5625rem 0 3.75rem; }

.p-detail__specTitle {
  font-family: "Inter", sans-serif;
  font-size: 32px;
  font-size: 2rem;
  font-weight: 200;
  letter-spacing: 0.1em;
  text-transform: uppercase; }

.p-detail__items {
  margin-top: 15px;
  margin-top: 0.9375rem;
  padding: 0 15px;
  padding: 0 0.9375rem; }

.p-detail__item + .p-detail__item {
  margin-top: 20px;
  margin-top: 1.25rem; }

.p-detail__term {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.5; }

.p-detail__description {
  color: #222;
  font-size: 16px;
  font-size: 1rem;
  letter-spacing: 0.1em;
  line-height: 1.5;
  margin-left: 5px;
  margin-left: 0.3125rem;
  margin-top: 10px;
  margin-top: 0.625rem;
  position: relative;
  padding-left: 1.5rem; }

.p-detail__description::before {
  content: "-";
  margin-right: 5px;
  margin-right: 0.3125rem;
  position: absolute;
  top: 0;
  left: 0; }

.size-stock-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 0; }

.size-stock-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 50px;
  margin-top: 8px;
  margin-right: 6px;
  margin-bottom: 8px;
  padding-bottom: 8px;
  border-bottom: 1px solid #cccccc;
  box-sizing: border-box; }

.size-stock-item .size {
  font-weight: bold;
  margin-bottom: 4px; }

.checklist_stock_wrap .size-stock-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 30px;
  margin-top: 3px;
  margin-right: 2px;
  margin-bottom: 3px;
  padding-bottom: 3px;
  border-bottom: 1px solid #cccccc;
  box-sizing: border-box;
  font-size: 12px;
  font-size: 0.75rem; }

.checklist_stock_ttl {
  font-size: 12px;
  font-size: 0.75rem; }

.p-detail__login {
  padding: 58px 0 60px;
  padding: 3.625rem 0 3.75rem;
  text-align: center; }

.p-detail__login .l-inner {
  padding: 0 30px;
  padding: 0 1.875rem; }

.p-detail__note {
  color: #c7000b;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.7142857143; }

.p-detail__loginText {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  margin-top: 14px;
  margin-top: 0.875rem; }

.p-detail__loginBtn {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  align-items: center;
  background: #bdd1e1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 700;
  gap: 12px;
  gap: 0.75rem;
  justify-content: center;
  margin: 20px auto 0;
  margin: 1.25rem auto 0;
  max-width: 315px;
  max-width: 19.6875rem;
  padding: 15px 0;
  padding: 0.9375rem 0;
  text-transform: uppercase;
  width: 100%; }

.p-detail__loginBtn::before {
  content: "\f007";
  font-family: "Font Awesome 5 Free";
  font-size: 23px;
  font-size: 1.4375rem;
  font-weight: 400; }

.p-detail__link {
  font-size: 16px;
  font-size: 1rem;
  margin-top: 20px;
  margin-top: 1.25rem;
  text-decoration: underline; }

.p-drawer {
  -webkit-transform: translateY(50vh);
  -webkit-transition: opacity 0.3s, visibility 0.3s, -webkit-transform 0.3s;
  -webkit-overflow-scrolling: touch;
  background: #fff;
  height: 100%;
  opacity: 0;
  overflow-y: auto;
  padding-top: 85px;
  padding-top: 5.3125rem;
  position: fixed;
  right: 0;
  top: 0;
  transform: translateY(50vh);
  transition: opacity 0.3s, visibility 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, visibility 0.3s, transform 0.3s;
  transition: opacity 0.3s, visibility 0.3s, transform 0.3s, -webkit-transform 0.3s;
  visibility: hidden;
  width: 100%;
  z-index: 101; }

.p-drawer ul {
  margin: 0 auto;
  width: 100%; }

.p-drawer__nav {
  -webkit-transform: translateY(30px);
  -webkit-transition: opacity 0.6s, -webkit-transform 0.6s;
  border-bottom: 1px solid rgba(0, 104, 182, 0.4);
  opacity: 0;
  padding-bottom: 32px;
  padding-bottom: 2rem;
  transform: translateY(30px);
  transition: opacity 0.6s, -webkit-transform 0.6s;
  transition: opacity 0.6s, transform 0.6s;
  transition: opacity 0.6s, transform 0.6s, -webkit-transform 0.6s; }

.p-drawer__navItem {
  -webkit-transition: 0.4s all;
  list-style-type: none;
  padding: 0;
  transition: 0.4s all;
  width: 100%; }

.p-drawer__navItem a {
  display: block;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 200;
  padding: 5px 30px;
  padding: 0.3125rem 1.875rem;
  text-transform: uppercase; }

.p-drawer__menu {
  -webkit-transform: translateY(30px);
  -webkit-transition: opacity 0.6s, -webkit-transform 0.6s;
  opacity: 0;
  padding-top: 33px;
  padding-top: 2.0625rem;
  transform: translateY(30px);
  transition: opacity 0.6s, -webkit-transform 0.6s;
  transition: opacity 0.6s, transform 0.6s;
  transition: opacity 0.6s, transform 0.6s, -webkit-transform 0.6s; }

.p-drawer__menuItem {
  -webkit-transition: 0.4s all;
  list-style-type: none;
  padding: 0;
  transition: 0.4s all;
  width: 100%; }

.p-drawer__menuItem a {
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  letter-spacing: 0.1em;
  line-height: 2.4285714286;
  padding: 0 30px;
  padding: 0 1.875rem; }

/* active */
.p-drawer.is-active {
  -webkit-transform: translateY(0);
  opacity: 1;
  transform: translateY(0);
  visibility: visible; }

.p-drawer.is-active .p-drawer__nav,
.p-drawer.is-active .p-drawer__menu {
  -webkit-transform: translateY(0);
  -webkit-transition-delay: 0.3s;
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.3s; }

.p-drawer.is-active.is-closing {
  -webkit-transform: translateY(50%);
  opacity: 0;
  transform: translateY(50%);
  visibility: visible; }

.p-flow__title {
  padding-top: 60px;
  padding-top: 3.75rem; }

.p-flow__body {
  padding-bottom: 55px;
  padding-bottom: 3.4375rem; }

.p-flow__items {
  margin-top: 39px;
  margin-top: 2.4375rem;
  padding: 0 15px;
  padding: 0 0.9375rem; }

.p-flow__item + .p-flow__item {
  margin-top: 60px;
  margin-top: 3.75rem; }

.p-flow__wrapper {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 41px;
  gap: 2.5625rem;
  justify-content: flex-start; }

.p-flow__icon {
  -ms-flex-negative: 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  align-items: center;
  background: #fff;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-shrink: 0;
  height: 100px;
  height: 6.25rem;
  justify-content: center;
  width: 100px;
  width: 6.25rem; }

.p-flow__icon i {
  color: #666666;
  font-size: 36px;
  font-size: 2.25rem; }

.p-flow__step {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1; }

.p-flow__text {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.75;
  margin-top: 19px;
  margin-top: 1.1875rem; }

.p-footer__top {
  border-bottom: 1px solid rgba(237, 113, 36, 0.4);
  padding: 60px 0 57px;
  padding: 3.75rem 0 3.5625rem; }

.p-footer__inner {
  padding: 0 30px;
  padding: 0 1.875rem; }

.p-footer__heading {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  margin-bottom: 11px;
  margin-bottom: 0.6875rem; }

.p-footer__link a {
  font-size: 14px;
  font-size: 0.875rem;
  letter-spacing: 0.1em;
  line-height: 1.7857142857; }

.p-footer__links {
  margin-top: 8px;
  margin-top: 0.5rem; }

.p-footer__nav {
  border-bottom: 1px solid rgba(237, 113, 36, 0.4);
  padding: 57px 0;
  padding: 3.5625rem 0; }

.p-footer__item a {
  font-size: 14px;
  font-size: 0.875rem;
  letter-spacing: 0.1em;
  line-height: 1.7857142857; }

.p-footer__bottom {
  padding: 42px 0;
  padding: 2.625rem 0;
  background-color: #ED7124;
  color: #fff; }

.p-footer__companyName {
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 1;
  white-space: nowrap; }

.p-footer__companyName span {
  display: block;
  font-size: 11px;
  font-size: 0.6875rem;
  margin-bottom: 8px;
  margin-bottom: 0.5rem; }

.p-footer__companyLink {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
  font-size: 0.875rem;
  gap: 13px;
  gap: 0.8125rem;
  letter-spacing: 0.1em;
  margin-top: 42px;
  margin-top: 2.625rem; }

.p-footer__companyLink::after {
  content: "\f08e";
  font-family: "Font Awesome 5 Free";
  font-size: 10px;
  font-size: 0.625rem;
  font-weight: 900; }

.p-footer__copyright {
  margin-left: 7px;
  margin-left: 0.4375rem;
  margin-top: 31px;
  margin-top: 1.9375rem; }

.p-footer__copyright small {
  font-family: "Inter", sans-serif;
  font-size: 11px;
  font-size: 0.6875rem;
  font-weight: 200; }

.p-footer__pageTop {
  display: none; }

.p-fv {
  border-bottom: 1px solid rgba(237, 113, 36, 0.4);
  overflow: hidden;
  padding: 20px 0 38px;
  padding: 1.25rem 0 2.375rem; }

.p-fv__items .slick-list {
  overflow: visible; }

.p-fv__items .slick-dots {
  bottom: -39px;
  bottom: -2.4375rem; }

.p-fv__items .slick-dots li {
  margin: 0; }

.p-fv__items .slick-dots li button:before {
  background: #cccccc;
  border-radius: 50%;
  content: "";
  height: 10px;
  height: 0.625rem;
  opacity: 1;
  width: 10px;
  width: 0.625rem; }

.p-fv__items .slick-dots li.slick-active button:before {
  background: #0068b6; }

.p-fv__item {
  padding: 0 7px;
  padding: 0 0.4375rem; }

.p-fv__item img {
  -o-object-fit: cover;
  aspect-ratio: 250/245;
  border: 1px solid rgba(237, 113, 36, 0.4);
  border-radius: 0.5rem;
  height: 100%;
  object-fit: cover;
  width: 100%; }

.view_all_wrap {
  margin-top: 5.625rem; }

.p-hamburger {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: transparent;
  border: none;
  cursor: pointer;
  display: block;
  height: 38px;
  height: 2.375rem;
  outline: none;
  padding: 0;
  position: fixed;
  right: 15px;
  right: 0.9375rem;
  text-align: center;
  top: 20px;
  top: 1.25rem;
  width: 34px;
  width: 2.125rem;
  z-index: 102; }

.p-hamburger span {
  -webkit-transition: 0.3s -webkit-transform;
  background: #FFF;
  display: block;
  height: 2px;
  height: 0.125rem;
  left: 0;
  position: absolute;
  transition: 0.3s -webkit-transform;
  transition: 0.3s transform;
  transition: 0.3s transform, 0.3s -webkit-transform;
  width: 34px;
  width: 2.125rem; }

.p-hamburger span:nth-child(1) {
  top: 16px;
  top: 1rem; }

.p-hamburger span:nth-child(2) {
  top: 21px;
  top: 1.3125rem; }

/* active */
.p-hamburger.is-active span:nth-child(1) {
  -webkit-transform: rotate(-45deg);
  top: 18px;
  top: 1.125rem;
  transform: rotate(-45deg);
  width: 24px;
  width: 1.5rem;
  background-color: #0068b6; }

.p-hamburger.is-active span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  top: 18px;
  top: 1.125rem;
  transform: rotate(45deg);
  width: 24px;
  width: 1.5rem;
  background-color: #0068b6; }

.p-header {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  align-items: center;
  background: #ED7124;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 58px;
  height: 3.625rem;
  justify-content: space-between;
  padding: 17px 60px 0 15px;
  padding: 1.0625rem 3.75rem 0 0.9375rem;
  position: fixed;
  width: 100%;
  z-index: 100; }

.p-header__top {
  height: 100%; }

.p-header__topInner {
  display: contents; }

.p-header__logo {
  height: inherit; }

.p-header__logo a {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: inherit; }

.p-header__logo img {
  -o-object-fit: contain;
  object-fit: contain;
  width: 103px;
  width: 6.4375rem; }

.p-header__title {
  font-size: 8px;
  font-size: 0.5rem;
  font-weight: 400;
  left: 15px;
  left: 0.9375rem;
  line-height: 1;
  position: fixed;
  top: 10px;
  top: 0.625rem;
  color: #fff; }

.p-header__company {
  display: none; }

.p-header__company::after {
  content: "\f08e";
  font-family: "Font Awesome 5 Free";
  font-size: 10px;
  font-size: 0.625rem;
  font-weight: 900; }

.p-header__bottom {
  height: 100%; }

.p-header__bottomInner {
  display: contents; }

.p-header__menu {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: inherit;
  margin-left: auto;
  color: #fff; }

.p-header__user {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 12px;
  font-size: 0.75rem;
  height: inherit;
  justify-content: center;
  max-width: 150px;
  max-width: 9.375rem; }

.p-header__user i {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 18px;
  font-size: 1.125rem;
  justify-content: center;
  width: 36px;
  width: 2.25rem; }

.p-header__checklist {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 18px;
  font-size: 1.125rem;
  height: inherit;
  justify-content: center;
  width: 36px;
  width: 2.25rem; }

.p-headingBlock {
  padding: 59px 0 30px;
  padding: 3.6875rem 0 1.875rem; }

.p-headingBlock__link {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: "Inter", sans-serif;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 700;
  gap: 3px;
  gap: 0.1875rem;
  justify-content: flex-end;
  letter-spacing: 0.05em;
  line-height: 1;
  margin-top: 40px;
  margin-top: 2.5rem; }

.p-information {
  border-bottom: 1px solid rgba(237, 113, 36, 0.4);
  padding-bottom: 60px;
  padding-bottom: 3.75rem; }

.p-information__body {
  padding-top: 16px;
  padding-top: 1rem; }

.p-information__items {
  display: grid;
  gap: 4px;
  gap: 0.25rem;
  grid-template-columns: 1fr;
  padding: 0 15px;
  padding: 0 0.9375rem; }

.p-information__item {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  border-bottom: 1px solid #dddbd7;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  padding: 13px 0;
  padding: 0.8125rem 0; }

.p-information__date {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1; }

body.single .p-information__date {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 4rem;
  color: #666666; }

.p-information__text {
  font-size: 16px;
  font-size: 1rem;
  letter-spacing: 0.1em;
  line-height: 1.5;
  margin-bottom: 5px;
  margin-bottom: 0.3125rem;
  margin-top: 19px;
  margin-top: 1.1875rem; }

.p-information__arrow {
  margin-right: 9px;
  margin-right: 0.5625rem;
  margin-top: auto;
  text-align: right; }

.p-listTop {
  border-bottom: 1px solid rgba(237, 113, 36, 0.4);
  padding-bottom: 36px;
  padding-bottom: 2.25rem;
  padding-top: 15px;
  padding-top: 0.9375rem; }

.p-listTop__brand {
  background: #fff;
  color: #222;
  display: grid;
  gap: 0;
  grid-template-columns: 1fr;
  padding: 20px 15px 30px;
  padding: 1.25rem 0.9375rem 1.875rem; }

.p-listTop__img {
  margin: 0 auto;
  max-width: 215px;
  max-width: 13.4375rem; }

.p-listTop__img img {
  -o-object-fit: cover;
  aspect-ratio: 1/1;
  height: 100%;
  object-fit: cover;
  width: 100%; }

.p-listTop__name {
  border-top: 1px solid #dddddd;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  margin-top: 15px;
  margin-top: 0.9375rem;
  padding-top: 17px;
  padding-top: 1.0625rem; }

.p-listTop__text {
  font-size: 14px;
  font-size: 0.875rem;
  letter-spacing: 0.05em;
  line-height: 1.5;
  margin-top: 15px;
  margin-top: 0.9375rem; }

.p-listTop__select {
  margin: 0 auto;
  margin-top: 40px;
  margin-top: 2.5rem;
  max-width: 315px;
  max-width: 19.6875rem;
  position: relative; }

.p-listTop__select select {
  -webkit-box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: 1px solid rgba(0, 104, 182, 0.4);
  border-radius: 0;
  box-shadow: none;
  color: #0068b6;
  font-family: inherit;
  font-size: 15px;
  font-size: 0.9375rem;
  padding: 12px 27px;
  padding: 0.75rem 1.6875rem;
  width: 100%; }

.p-listTop__select select.selected {
  background: #bdd1e1;
  border: 1px solid #bdd1e1;
  color: #0068b6; }

.p-listTop__select .c-arrow {
  -webkit-transform: translateY(-50%);
  content: "";
  position: absolute;
  right: 20px;
  right: 1.25rem;
  top: 50%;
  transform: translateY(-50%); }

.p-listTop__select .c-arrow::before,
.p-listTop__select .c-arrow::after {
  background: #0068b6; }

.p-login {
  border-bottom: 1px solid rgba(237, 113, 36, 0.4);
  padding: 40px 0 37px;
  padding: 2.5rem 0 2.3125rem; }

.p-login__inner {
  display: grid;
  gap: 20px;
  gap: 1.25rem;
  grid-template-columns: 1fr; }

.p-login__box {
  background: #ED7124;
  color: #fff;
  padding: 42px 0 40px;
  padding: 2.625rem 0 2.5rem;
  text-align: center; }

.p-login__box--signup {
  background: #fff;
  color: #c7000b; }

.p-login__title {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.1em; }

.p-login__btn {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  align-items: center;
  border: 1px solid #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 700;
  gap: 12px;
  gap: 0.75rem;
  justify-content: center;
  margin: 30px auto 0;
  margin: 1.875rem auto 0;
  max-width: 285px;
  max-width: 17.8125rem;
  padding: 14px 0;
  padding: 0.875rem 0;
  text-transform: uppercase;
  width: 100%; }

.p-login__btn::before {
  content: "\f007";
  font-family: "Font Awesome 5 Free";
  font-size: 23px;
  font-size: 1.4375rem;
  font-weight: 400; }

.p-login__btn--signup {
  border: 1px solid #c7000b;
  font-family: "Zen Old Mincho", serif; }

.p-login__btn--signup::before {
  content: "\f0e0"; }

.p-login__link {
  display: inline-block;
  font-size: 14px;
  font-size: 0.875rem;
  margin-top: 20px;
  margin-top: 1.25rem;
  text-decoration: underline; }

.p-product {
  border-bottom: 1px solid rgba(237, 113, 36, 0.4);
  padding-bottom: 60px;
  padding-bottom: 3.75rem; }

.p-product__subtitle {
  padding-top: 32px;
  padding-top: 2rem; }

.p-product__body {
  padding-top: 40px;
  padding-top: 2.5rem; }

.p-product__items {
  display: grid;
  gap: 20px;
  gap: 1.25rem;
  grid-template-columns: 1fr; }

.p-product__item {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  background: #fff;
  color: #222;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  padding: 20px 15px 30px;
  padding: 1.25rem 0.9375rem 1.875rem; }

.p-product__img {
  margin: 0 auto;
  max-width: 170px;
  max-width: 10.625rem; }

.p-product__img img {
  -o-object-fit: cover;
  aspect-ratio: 1/1;
  height: 100%;
  object-fit: cover;
  width: 100%; }

.p-product__name {
  border-top: 1px solid #dddddd;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  margin-top: 18px;
  margin-top: 1.125rem;
  padding-top: 22px;
  padding-top: 1.375rem; }

.p-product__text {
  font-size: 14px;
  font-size: 0.875rem;
  letter-spacing: 0.05em;
  line-height: 1.5;
  margin-bottom: 33px;
  margin-bottom: 2.0625rem;
  margin-top: 15px;
  margin-top: 0.9375rem; }

.p-product__link {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 16px;
  font-size: 1rem;
  gap: 16px;
  gap: 1rem;
  justify-content: flex-start;
  letter-spacing: 0.1em;
  margin-left: 3px;
  margin-left: 0.1875rem;
  margin-top: auto; }

.p-underList {
  padding: 61px 0 54px;
  padding: 3.8125rem 0 3.375rem; }

.p-underList__text {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.5;
  margin-bottom: 40px; }

.productList__items {
  display: grid;
  gap: 39px 15px;
  gap: 2.4375rem 0.9375rem;
  grid-template-columns: repeat(2, 1fr);
  margin-top: 39px;
  margin-top: 2.4375rem; }

.p-underList__pagination {
  margin-top: 61px;
  margin-top: 3.8125rem; }

.p-related {
  padding-bottom: 52px;
  padding-bottom: 3.25rem; }

.p-related__link {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: "Inter", sans-serif;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 700;
  justify-content: flex-end;
  letter-spacing: 0.05em;
  line-height: 1;
  margin-top: 13px;
  margin-top: 0.8125rem; }

.p-related__body {
  padding-top: 40px;
  padding-top: 2.5rem; }

.p-related__items {
  display: grid;
  gap: 40px 15px;
  gap: 2.5rem 0.9375rem;
  grid-template-columns: repeat(2, 1fr); }

.p-view {
  border-bottom: 1px solid rgba(237, 113, 36, 0.4);
  padding: 60px 0;
  padding: 3.75rem 0; }

.p-view__box {
  background: #fff;
  padding: 11px 15px;
  padding: 0.6875rem 0.9375rem; }

.p-view__title {
  font-family: "Inter", sans-serif;
  font-size: 28px;
  font-size: 1.75rem;
  font-weight: 200;
  letter-spacing: 0.1em;
  text-transform: uppercase; }

.p-view__content {
  margin-top: 40px;
  margin-top: 2.5rem; }

@media (any-hover: hover) {
  a:hover {
    opacity: 0.6; } }
@media screen and (min-width: 768px) {
  .u-desktop {
    display: block; }

  .u-mobile {
    display: none; }

  html {
    font-size: 1.3333333333vw; }

  .c-pagination__prev,
  .c-pagination__next {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    align-items: center;
    background: #222;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 1rem;
    height: 2.75rem;
    justify-content: center;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    width: 8.625rem; }

  .c-pagination__prev::before,
  .c-pagination__next::before {
    display: none; }

  .c-pagination__prev::after,
  .c-pagination__next::after {
    display: none; }

  .c-subtitle {
    font-size: 1.25rem; }

  .c-title__en {
    font-size: 2.5rem; }

  .c-title__ja {
    font-size: 1rem; }

  .l-grid {
    display: grid;
    gap: 0;
    grid-template-columns: 13.75rem 1fr; }

  .l-inner {
    max-width: 1280px;
    padding-left: 40px;
    padding-right: 40px; }

  .l-inner--full {
    max-width: 90rem; }

  .l-main {
    padding-top: 9.6875rem; }

  .p-brand {
    margin-bottom: 0;
    border-bottom: 1px solid rgba(237, 113, 36, 0.4); }

  .p-brand__title {
    padding-top: 7.4375rem; }

  .p-brand__body {
    border-left: 1px solid rgba(237, 113, 36, 0.4);
    margin-top: 0;
    padding-bottom: 2.6875rem;
    padding-left: 2.375rem;
    padding-top: 2.5rem; }

  .p-brand__box {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: grid;
    gap: 1.25rem;
    grid-template-columns: 13.4375rem 1fr;
    padding: 1.3125rem 1.4375rem 0.8125rem; }

  .p-brand__wrapper {
    border-left: 1px solid #dddddd;
    border-top: none;
    margin-top: 0;
    padding-left: 3.3125rem;
    padding-top: 0; }

  .p-brand__name {
    font-size: 1.125rem; }

  .p-brand__text {
    margin-bottom: 1.8125rem;
    margin-top: 0.5625rem;
    max-width: 39.6875rem; }

  .p-brand__link {
    margin-left: 0;
    margin-top: 2.875rem; }

  .p-breadcrumb {
    padding: 2.1875rem 0 2.3125rem; }

  .p-breadcrumb li {
    font-size: 0.75rem; }

  .p-buyer {
    padding: 5.9375rem 0 6.25rem; }

  .p-buyer__copy {
    font-size: 2.5rem; }

  .p-buyer__title {
    font-size: 1.25rem;
    margin-bottom: 4.875rem; }

  .p-buyer__text {
    font-size: 1rem;
    margin-top: 2.875rem; }

  .p-buyer__btn {
    font-size: 1.125rem;
    gap: 1.125rem;
    margin-top: 2.6875rem;
    max-width: 27.5rem;
    padding: 1.25rem 0; }

  .p-buyer__btn::before {
    font-size: 1.5625rem; }

  .p-card__img img {
    border-radius: 0.625rem; }

  .p-card__brand {
    font-size: 1rem;
    margin-top: 0.875rem; }

  .p-card__title {
    font-size: 1.25rem;
    margin-top: 0.5rem; }

  .p-card--small .p-card__season {
    padding: 0.5625rem 0.625rem; }

  .p-card--small .p-card__title {
    font-size: 1.125rem; }

  .p-categoryList__subtitle {
    padding-bottom: 4.375rem;
    padding-top: 6.25rem; }

  .p-categoryList__body {
    border-left: 1px solid rgba(237, 113, 36, 0.4);
    padding: 2.5rem 0 2.5rem 3.125rem; }

  .p-categoryList__item a {
    border-radius: 1.9375rem;
    font-size: 1rem;
    padding: 1.3125rem 2.125rem; }

  .p-detail__grid {
    display: grid;
    gap: 0;
    grid-template-columns: 859fr 580fr;
    grid-template-rows: auto auto 1fr; }

  .p-detail__img {
    border-right: 1px solid rgba(237, 113, 36, 0.4);
    padding: 3.75rem 2.375rem 0 2.5rem;
    padding-bottom: calc(50 / 16 * 1rem); }

  .p-detail__img .l-inner {
    margin-right: 0;
    max-width: 51.1875rem; }

  .p-detail__img img {
    /*aspect-ratio: 780/537;*/ }

  .p-detail__content {
    padding: 3.8125rem 0 3.8125rem; }

  .p-detail__content .l-inner {
    margin-left: 0;
    max-width: 33.75rem;
    padding: 0 2.5rem 0 2.5625rem; }

  .p-detail__text {
    margin-top: 2.625rem; }

  .p-detail__checklistBtn {
    font-size: 1rem;
    gap: 1.125rem;
    margin-left: 0;
    margin-top: 2.4375rem;
    max-width: 21.25rem;
    padding: 0.8125rem 0; }

  .p-detail__checklistBtn::before {
    font-size: 1.5625rem; }

  .p-detail__spec {
    padding: 2.1875rem 0 2.4375rem; }

  .p-detail__spec .l-inner {
    margin-left: 0;
    max-width: 33.75rem;
    padding-right: 2.5rem; }

  .p-detail__specTitle {
    font-size: 2.5rem; }

  .p-detail__items {
    margin-top: 1.1875rem;
    padding: 0; }

  .p-detail__item + .p-detail__item {
    margin-top: 2.0625rem; }

  .p-detail__item {
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    align-items: flex-start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: flex-start; }

  .p-detail__term {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 5.5625rem; }

  .p-detail__description {
    margin: 0; }

  .p-detail__description::before {
    margin-right: 2rem; }

  .p-detail__login {
    padding: 2.5rem 0 2.5625rem;
    text-align: left; }

  .p-detail__login .l-inner {
    margin-left: 0;
    max-width: 33.75rem;
    padding: 0 2.5rem 0 2.625rem; }

  .p-detail__note {
    font-size: 1rem; }

  .p-detail__loginText {
    font-size: 1.125rem;
    margin-top: 3.625rem; }

  .p-detail__loginBtn {
    font-size: 1.25rem;
    gap: 1.125rem;
    margin-left: 0;
    margin-top: 1.0625rem;
    max-width: 21.25rem;
    padding: 0.875rem 0; }

  .p-detail__loginBtn::before {
    font-size: 1.5625rem; }

  .p-detail__link {
    margin-top: 1.8125rem; }

  .p-flow__title {
    padding-top: 5rem; }

  .p-flow__body {
    border-left: 1px solid rgba(0, 104, 182, 0.4);
    padding-bottom: 9.8125rem;
    padding-left: 10%;
    padding-top: 5rem; }

  .p-flow__items {
    margin-top: 0;
    max-width: 47.75rem;
    padding: 0; }

  .p-flow__item {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: grid;
    gap: 0.625rem;
    grid-template-columns: 7.5rem 1fr 26.875rem; }

  .p-flow__wrapper {
    display: contents;
    gap: 5.3125rem; }

  .p-flow__icon {
    height: 7.5rem;
    width: 7.5rem; }

  .p-flow__icon i {
    font-size: 2.625rem; }

  .p-flow__step {
    text-align: center; }

  .p-flow__text {
    margin-top: 0; }

  .p-footer__top {
    padding: 6.25rem 0 6.0625rem; }

  .p-footer__heading {
    margin-bottom: 0.5rem; }

  .p-footer__link + .p-footer__link::before {
    content: "／";
    margin: 0 1em; }

  .p-footer__links {
    -ms-flex-wrap: wrap;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    margin-top: 0.3125rem; }

  .p-footer__nav {
    padding: 3.125rem 0; }

  .p-footer__items {
    -ms-flex-wrap: wrap;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    gap: 1.875rem 3.1875rem; }

  .p-footer__item a {
    font-size: 1rem; }

  .p-footer__bottom {
    padding: 0; }

  .p-footer__bottom .p-footer__inner {
    display: grid;
    gap: 0;
    grid-template-columns: 550fr 589fr 220fr;
    background-color: #ED7124;
    color: #fff; }

  .p-footer__company {
    border-right: 1px solid rgba(237, 113, 36, 0.4);
    display: grid;
    gap: 0;
    grid-template-columns: 1fr 1fr;
    padding: 3.5rem 0.75rem 2.9375rem 0; }

  .p-footer__companyLink {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 0; }

  .p-footer__copyright {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    align-items: center;
    border-right: 1px solid rgba(237, 113, 36, 0.4);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    margin: 0; }

  .p-footer__pageTop {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    margin-left: 2.625rem; }

  .p-fv {
    padding: 2.5rem 0 3.75rem; }

  .p-fv__items .slick-dots {
    bottom: -3.75rem;
    text-align: left; }

  .p-fv__item {
    padding: 0 1.25rem; }

  .p-hamburger {
    display: none; }

  .p-header {
    display: block;
    height: auto;
    padding: 0;
    position: absolute; }

  .p-header__top {
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
    height: 6rem; }

  .p-header__topInner {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: inherit;
    padding: 0 2.5rem; }

  .p-header__logo img {
    width: 11.75rem; }

  .p-header__title {
    font-size: 0.875rem;
    left: auto;
    margin-left: 2.5rem;
    position: relative;
    top: auto; }

  .p-header__company {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-family: "Inter", sans-serif;
    font-size: 1rem;
    font-weight: 200;
    gap: 0.375rem;
    height: inherit;
    margin-left: auto;
    text-transform: uppercase;
    color: #fff; }

  .p-header__bottom {
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
    height: 3.6875rem; }

  .p-header__bottom.is-fixed {
    background: #ED7124;
    position: fixed;
    top: 0;
    width: 100%; }

  .p-header__bottomInner {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: inherit;
    padding: 0; }

  .p-header__nav {
    border-right: 1px solid rgba(255, 255, 255, 0.4);
    height: inherit;
    padding: 0 1.5625rem 0 1.25rem; }

  .p-header__items {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: inherit; }

  .p-header__item {
    height: inherit; }

  .p-header__item a {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-weight: 200;
    height: inherit;
    padding: 0 1.3125rem;
    text-transform: uppercase;
    color: #fff; }

  .p-header__user {
    border-left: 1px solid rgba(255, 255, 255, 0.4);
    font-size: 0.875rem;
    gap: 1rem;
    max-width: 100%;
    padding: 0 1.6875rem; }

  .p-header__user i {
    font-size: 1.25rem; }

  .p-header__checklist {
    border-left: 1px solid rgba(255, 255, 255, 0.4);
    font-size: 1.25rem;
    width: 5.625rem; }

  .p-header__logout {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-left: 1px solid rgba(255, 255, 255, 0.4);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 0.875rem;
    height: inherit;
    margin-right: 0.6875rem;
    padding: 0 2.125rem; }

  .p-headingBlock {
    border-bottom: 1px solid rgba(237, 113, 36, 0.4);
    padding: 5rem 0 5rem; }

  .p-headingBlock__inner {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between; }

  .p-headingBlock__link {
    font-size: 1.25rem;
    margin: 0; }

  .p-information {
    padding-bottom: 0; }

  .p-information__body {
    border-left: 1px solid rgba(237, 113, 36, 0.4);
    grid-column: 2/3;
    padding-bottom: 4.25rem;
    padding-left: 1.8125rem;
    padding-top: 4.625rem; }

  .p-information__items {
    gap: 2.5625rem;
    grid-template-columns: repeat(3, 1fr);
    max-width: 62.5rem;
    padding: 0; }

  .p-information__text {
    margin-top: 1.4375rem; }

  .p-information__arrow {
    margin-right: 0; }

  .p-listTop {
    padding-bottom: 3.75rem;
    padding-top: 3.8125rem; }

  .p-listTop__brand {
    grid-template-columns: 15rem 1fr;
    padding: 1.5625rem 5rem 2.5rem 4.75rem; }

  .p-listTop__img {
    max-width: 11.875rem; }

  .p-listTop__img img {
    aspect-ratio: 190/106; }

  .p-listTop__name {
    border: none;
    font-size: 1.125rem;
    margin-top: 1rem;
    padding-top: 0;
    text-align: center; }

  .p-listTop__text {
    font-size: 0.875rem;
    grid-column: 2/3;
    grid-row: 1/3;
    margin-left: 3rem;
    margin-top: 0;
    max-width: 52.4375rem; }

  .p-listTop__select {
    margin-left: 0;
    margin-top: 3.75rem;
    max-width: 15.9375rem; }

  .p-listTop__select select {
    font-size: 1rem;
    padding: 1.0625rem 1.1875rem; }

  .p-login__inner {
    gap: 5rem;
    grid-template-columns: repeat(2, 1fr); }

  .p-login__box {
    padding: 4.875rem 0 3.75rem; }

  .p-login__title {
    font-size: 1.25rem; }

  .p-login__btn {
    font-size: 1.25rem;
    gap: 1.25rem;
    margin-top: 2.6875rem;
    max-width: 21.25rem; }

  .p-login__link {
    font-size: 1rem;
    margin-top: 1rem; }

  .p-product {
    padding-bottom: 0; }

  .p-product__subtitle {
    padding-top: 5.625rem; }

  .p-product__body {
    border-left: 1px solid rgba(237, 113, 36, 0.4);
    padding-bottom: 4.875rem;
    padding-left: 1.8125rem;
    padding-top: 5.625rem; }

  .p-product__items {
    gap: 1.9375rem;
    grid-template-columns: repeat(2, 1fr); }

  .p-product__item {
    padding: 1.25rem 1.25rem 1.875rem; }

  .p-product__img {
    max-width: 13.4375rem; }

  .p-product__name {
    font-size: 1.125rem;
    margin-top: 0.9375rem;
    padding-top: 1.0625rem; }

  .p-product__text {
    font-size: 0.875rem;
    margin-bottom: 1.8125rem; }

  .p-product__link {
    margin-left: 0; }

  .p-underList {
    padding: 5rem 0 3.75rem; }

  .p-underList__text {
    font-size: 1.375rem; }

  .productList__items {
    gap: 3.75rem 2rem;
    grid-template-columns: repeat(5, 1fr);
    margin-top: 3.6875rem; }

  .p-underList__pagination {
    margin-top: 4.9375rem; }

  .p-related {
    border-bottom: 1px solid rgba(237, 113, 36, 0.4);
    padding-bottom: 0; }

  .p-related__link {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-right: 2.625rem; }

  .p-related__body {
    border-left: 1px solid rgba(237, 113, 36, 0.4);
    padding: 2.875rem 0 2.875rem 2.4375rem; }

  .p-related__items {
    gap: 2.4375rem;
    grid-template-columns: repeat(4, 1fr); }

  .p-view {
    padding: 2.375rem 0; }

  .p-view__box {
    padding: 2.1875rem 2.5rem; }

  .p-view__title {
    font-size: 2.5rem; }

  .p-view__content {
    margin-top: 4.375rem; } }
@media (min-width: 1200px) {
  html {
    font-size: 16px; }

  .p-product__items {
    gap: 1.9375rem;
    grid-template-columns: repeat(4, 1fr); } }
@media screen and (min-width: 1200px) {
  .p-detail__grid {
    grid-template-columns: calc(50vw + 139px) calc(50vw - 140px); } }
@media (max-width: 375px) {
  html {
    font-size: 4.2666666667vw; } }
/*taxonomy-product-cat*/
@media (max-width: 768px) {
  .child_term .p-listTop__brand {
    padding: 0; }

  .child_term .p-listTop__name,
  .child_term .p-listTop__text {
    display: none; } }
/*checklist系*/
.send_btm_wrap {
  margin: 0 auto;
  text-align: center;
  display: flex;
  justify-content: center; }

.send-inquiry-btn {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  align-items: center;
  background: #0068b6;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 16px;
  font-size: 1rem;
  color: #ffffff;
  font-weight: 700;
  gap: 12px;
  gap: 0.75rem;
  justify-content: center;
  letter-spacing: 0.1em;
  margin: 40px auto 0;
  margin: 2.5rem auto 0;
  max-width: 315px;
  max-width: 19.6875rem;
  padding: 14px 0;
  padding: 0.875rem 0;
  width: 100%;
  transition: 0.3s; }

.send-inquiry-btn:hover {
  opacity: 0.7;
  transition: 0.3s; }

.send-inquiry-btn::before {
  content: "\f0e0";
  font-family: "Font Awesome 5 Free";
  font-size: 23px;
  font-size: 1.4375rem;
  font-weight: 400; }

@media (min-width: 769px) {
  .send-inquiry-btn {
    font-size: 1.125rem;
    gap: 1.125rem;
    margin-top: calc(80 / 16 * 1rem);
    max-width: 27.5rem;
    padding: 1.25rem 0; }

  .send-inquiry-btn::before {
    font-size: 1.5625rem; } }
.checklist_product_data {
  margin-top: 10px;
  font-size: 12px;
  font-size: 0.75rem; }

.checklist_product_data li {
  margin-bottom: 5px;
  display: flex;
  gap: 10px; }

.checklist_product_data li span {
  width: calc(80% - 10px); }

.checklist_product_data li span.list_name {
  width: 20%; }

.checklist_order_data_ttl {
  margin: 30px 0 5px;
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: bold; }

.checklist_order_data {
  width: 100%;
  font-size: 12px;
  font-size: 0.75rem; }

.checklist_order_data dt {
  margin-bottom: 5px;
  font-weight: bold; }

.checklist_order_data textarea {
  margin-bottom: 15px;
  width: 100%;
  border: 1px solid #cccccc;
  font-size: 16px; }

.remarks_column_wrap {
  margin: 60px auto 0;
  max-width: 700px;
  width: 100%;
  text-align: center; }

.remarks_column_text p {
  margin: 40px 0;
  padding: 20px 0;
  border-top: 1px solid rgba(0, 104, 182, 0.4);
  border-bottom: 1px solid rgba(0, 104, 182, 0.4); }

.remarks_column_text textarea {
  width: 100%;
  min-height: 200px;
  border: 1px solid #cccccc;
  font-size: 16px; }

.important_text {
  margin-top: 60px;
  font-size: 12px;
  font-size: 0.75rem;
  color: #ff0000; }

.p-card {
  position: relative; }

.p-card .favoriteWrap {
  position: absolute;
  top: calc(9 / 16 * 1rem);
  right: calc(12 / 16 * 1rem);
  font-size: calc(25 / 16 * 1rem); }

.p-card span i.status_enabled {
  color: #C7000B; }

.p-card span i.status_disabled {
  color: #cccccc; }

/*favorite*/
body.page .favBtn,
body.page .favDeleteBtn {
  color: #ccc;
  padding: 0; }

/*
body.single .favBtn.enabled { color: #C7000B;}
*/
body.single .favDeleteBtn.enabled {
  background: #ccc;
  color: #fff; }

body.page .favBtn.enabled {
  color: #ccc; }

body.page .favDeleteBtn.enabled {
  color: #C7000B; }

.enabled {
  cursor: pointer; }

.disabled {
  display: none; }

/*single*/
.p-detail__login {
  border-bottom: 1px solid rgba(237, 113, 36, 0.4); }

/*theme my login系*/
.tml_contents {
  width: 100%;
  max-width: 700px;
  margin: 0 auto;
  color: #333333; }

.tml_contents h1 {
  color: #0068b6; }

.tml_contents h3 {
  margin: 30px 0 10px;
  color: #666666;
  clear: both;
  margin: 2em 0 0.5em;
  padding-left: 6%;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  font-size: calc(16 / 16 * 1rem);
  line-height: 1.5;
  position: relative; }

.tml_contents h3:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 5%;
  height: 2px;
  background: #0068b6;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%); }

.tml-field-wrap {
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(0, 104, 182, 0.4); }

.tml-field-wrap:last-of-type {
  border: none; }

.field-row label {
  font-weight: bold; }

.tml-field-wrap span {
  display: block;
  margin-top: 10px; }

.tml-rememberme-wrap .field-row {
  display: flex;
  align-items: center;
  gap: 6px; }

.tml-rememberme-wrap input[type="checkbox"] {
  width: auto;
  margin: 0; }

.tml .tml-description {
  font-style: normal;
  color: #666; }

.tml-field:disabled {
  background-color: #eeecec;
  border: none;
  color: #111;
  cursor: default; }

.tml img {
  display: inherit;
  max-width: none;
  width: inherit; }

form[name="login"] p {
  margin: 20px 0 10px; }

#siteguard_captcha {
  width: 12em;
  margin: 10px 0; }

ul.tml-links {
  margin-top: 40px; }

ul.tml-links li a {
  text-decoration: underline; }

.tml-personal_options_section_header-wrap,
.tml-admin_bar_front-wrap,
.tml-locale-wrap,
.tml-display_name-wrap,
.tml-url-wrap,
.tml-description-wrap,
.tml-about_yourself_section_header-wrap,
.tml-avatar-wrap {
  display: none; }

.tml-button {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  align-items: center;
  background: #0068b6;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 16px;
  font-size: 1rem;
  color: #ffffff;
  font-weight: 700;
  gap: 12px;
  gap: 0.75rem;
  justify-content: center;
  letter-spacing: 0.1em;
  margin: 40px auto 0;
  margin: 2.5rem auto 0;
  max-width: 315px;
  max-width: 19.6875rem;
  padding: 14px 0;
  padding: 0.875rem 0;
  width: 100%;
  transition: 0.3s; }

.tml-button:hover {
  opacity: 0.7;
  transition: 0.3s; }

.tml-button::before {
  content: "\f007";
  font-family: "Font Awesome 5 Free";
  font-size: 23px;
  font-size: 1.4375rem;
  font-weight: 400; }

@media (min-width: 769px) {
  .tml_contents h3 {
    margin: 60px 0 10px;
    font-size: calc(22 / 16 * 1rem); }

  .tml-field-wrap .field-row {
    display: flex;
    gap: 5%;
    align-items: center; }

  .field-row input {
    width: 30%; }

  .field-row label {
    width: 65%;
    font-weight: bold; }

  .tml-button {
    font-size: 1.125rem;
    gap: 1.125rem;
    margin-top: calc(80 / 16 * 1rem);
    max-width: 27.5rem;
    padding: 1.25rem 0; }

  .tml-button::before {
    font-size: 1.5625rem; } }
/*archive product*/
.under_brand_list {
  padding-bottom: 15px;
  border-top: 1px solid rgba(237, 113, 36, 0.4);
  border-bottom: 1px solid rgba(237, 113, 36, 0.4); }

@media (min-width: 768px) {
  .under_brand_list {
    padding: 0; } }
/*category*/
body.category .p-information__items {
  padding-bottom: 0;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 0;
  margin-bottom: 40px;
  max-width: none; }

body.category .p-headingBlock {
  border: none; }

@media (min-width: 768px) {
  body.category .p-information__items {
    padding-bottom: 4.25rem;
    padding-left: 40px;
    padding-right: 40px;
    padding-top: 4.625rem;
    gap: 4rem; } }
/*form*/
#gtFormData {
  padding: 40px;
  background: #fff; }

/*360viewer*/
#viewer-container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 0 0 40px; }

#viewer-image {
  padding: 0 2%; }

#left-arrow,
#right-arrow {
  display: flex;
  justify-content: center;
  cursor: pointer; }

#right-arrow {
  margin-right: 10px; }

#left-arrow span,
#right-arrow span {
  margin: 0 auto;
  display: inline-block;
  vertical-align: middle;
  color: #0068B6;
  line-height: 1;
  position: relative;
  width: 23px;
  height: 23px;
  transform: translateX(25%) rotate(-135deg); }

#right-arrow span {
  transform: translateX(25%) rotate(45deg); }

#left-arrow span::before, #left-arrow span::after,
#right-arrow span::before, #right-arrow span::after {
  content: '';
  position: absolute;
  background: currentColor;
  border-radius: 0.1em; }

#left-arrow span::before {
  top: 0;
  left: 0;
  right: 0;
  height: 2px; }

#left-arrow span::after {
  top: 0;
  right: 0;
  bottom: 0;
  width: 2px; }

#right-arrow span::before {
  top: 0;
  left: 0;
  right: 0;
  height: 2px; }

#right-arrow span::after {
  top: 0;
  right: 0;
  bottom: 0;
  width: 2px; }

@media (min-width: 768px) {
  .p-view__content.viewer {
    margin-bottom: 4.375rem; }

  #viewer-container {
    position: relative;
    padding: 200px 0; }

  #viewer-image {
    width: 60%;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%); }

  #left-arrow span,
  #right-arrow span {
    width: 48px;
    height: 48px; }

  #left-arrow {
    width: 20%;
    position: absolute;
    left: 0; }

  #right-arrow {
    width: 20%;
    position: absolute;
    right: 0;
    margin: 0; } }
/*検索*/
.search_form_wrap {
  background: #f8f8f8;
  margin-top: 40px;
  padding: 1rem 15px; }

.search_ttl {
  margin-bottom: 1rem;
  padding-left: 1rem;
  border-left: 3px solid #0068b6; }

.product_search input {
  border: 1px solid #ccc;
  font-size: 16px;
  width: 100%;
  margin-bottom: 1rem;
  padding: 1rem; }

.product_search button.searchSubmitBtn {
  padding: 1rem 4rem;
  background: #333333;
  text-align: center;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  transition: 0.3s;
  width: 100%; }

.product_search button.searchSubmitBtn:hover {
  background: #666;
  transition: 0.3s; }

@media (min-width: 768px) {
  .search_form_wrap {
    display: flex;
    align-items: center;
    padding: 1rem 40px; }

  .search_ttl {
    margin-bottom: 0;
    margin-right: 2rem; }

  .product_search {
    display: flex;
    width: 50%; }

  .product_search input {
    width: 60%;
    min-width: 200px;
    margin-bottom: 0;
    margin-right: 2rem; }

  .product_search button.searchSubmitBtn {
    width: 40%;
    min-width: 200px; } }
/*woo追加*/
.p-detail__price {
  margin: 1em 0; }

.woocommerce .quantity .qty {
  width: 3.631em;
  text-align: center;
  margin: 1em 0; }

.single_add_to_cart_button {
  background-color: #0068b6 !important;
  padding: 1rem !important; }

.woocommerce a.button {
  background-color: #0068b6 !important;
  color: #ffffff !important; }

.wc-block-cart__submit-container {
  padding: 0.5em 1em;
  margin: 2em 0;
  font-weight: bold;
  border: solid 1px #000000; }

.wc-block-components-button {
  padding: 0.5em 1em;
  margin: 2em 0;
  font-weight: bold;
  border: solid 1px #000000;
  background-color: #0688CE;
  color: #fff; }

.wp-block-button__link {
  color: #fff !important;
  background-color: #0688CE !important; }

.wc-block-components-button__text {
  color: #fff; }

.woocommerce-form-login__submit {
  background-color: #0068b6 !important;
  color: #fff !important; }

.woocommerce-form-register__submit {
  background-color: #0068b6 !important;
  color: #fff !important; }

.woocommerce-Button {
  background-color: #0068b6 !important;
  color: #fff !important; }

.woocommerce-message {
  border-top-color: #0068b6 !important; }

.p-detail__cart {
  margin-top: 1rem; }

/* 在庫リスト全体のリセット */
.p-detail__stockList {
  list-style: none;
  margin: 0;
  padding: 0; }

/* 1行ごとの並びを横並びに */
.p-detail__stockItem {
  display: flex;
  align-items: center;
  font-size: 14px;
  line-height: 1.6; }

/* サイズ表記部分を固定幅＋右寄せ */
.p-detail__stockSize {
  display: inline-block;
  width: 4.5em;
  text-align: right; }

/* 「：」の位置を安定させる */
.p-detail__stockSep {
  display: inline-block;
  width: 1em;
  text-align: center; }

/* 在庫ステータス */
.p-detail__stockStatus {
  display: inline-block; }

/*footer sns*/
.p-footer__sns {
  margin-top: 1rem;
  display: flex;
  gap: 2rem; }

.p-footer__snsItem {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
  transition: opacity .3s; }

.p-footer__snsItem:hover {
  opacity: 0.7; }

@media screen and (max-width: 767px) {
  .p-footer__sns {
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
    width: 100%; } }
/* ▼ カートテーブル全体の基本調整 */
.woocommerce-cart-form__contents td,
.woocommerce-cart-form__contents th {
  white-space: nowrap !important;
  /* 必ず1行で収める */
  vertical-align: middle !important; }

/* ▼ 商品名だけは折り返しOK（長いとカートが横伸びするため） */
.woocommerce-cart-form__contents .product-name {
  white-space: normal !important;
  max-width: 260px; }

/* ▼ サムネイル列の幅固定 */
.woocommerce-cart-form__contents .product-thumbnail {
  width: 80px !important;
  min-width: 80px;
  text-align: center; }

/* ▼ 削除ボタン列の幅調整 */
.woocommerce-cart-form__contents .product-remove {
  width: 40px !important;
  min-width: 40px;
  text-align: center; }

/* ▼ 商品（product-name）を改行させない */
table.shop_table.cart td.product-name,
table.shop_table.cart th.product-name {
  white-space: nowrap !important;
  max-width: 400px;
  /* 必要なら調整：長すぎる商品名対策 */
  overflow: hidden;
  text-overflow: ellipsis;
  /* 入らない場合は「…」で省略 */ }

/* ▼ 金額（product-price）を改行させない */
table.shop_table.cart td.product-price,
table.shop_table.cart th.product-price {
  white-space: nowrap !important;
  text-align: right;
  min-width: 110px; }

/* ▼ 小計（product-subtotal）を改行させない */
table.shop_table.cart td.product-subtotal,
table.shop_table.cart th.product-subtotal {
  white-space: nowrap !important;
  text-align: right;
  min-width: 110px; }

/* ▼ 数量入力欄の幅調整 */
.woocommerce-cart-form__contents .product-quantity {
  min-width: 110px;
  text-align: center; }

.woocommerce-cart-form__contents .quantity .qty {
  width: 60px !important;
  min-width: 60px;
  text-align: center; }

/* ▼ bdi（WooCommerce が自動で入れる金額ラッパー）も改行させない */
table.shop_table.cart td .woocommerce-Price-amount,
table.shop_table.cart td .woocommerce-Price-amount bdi {
  white-space: nowrap !important; }

/* ▼ セルの余白調整 */
.woocommerce-cart-form__contents td {
  padding: 12px 10px !important; }

/* ▼ スマホのレスポンシブ（余計な block 並びを抑制） */
@media (max-width: 768px) {
  .woocommerce-cart-form__contents td,
  .woocommerce-cart-form__contents th {
    white-space: normal !important;
    /* スマホは折り返しOKにして美しく */ }

  .woocommerce-cart-form__contents .product-name {
    max-width: 100%;
    white-space: normal !important; } }
/* =========================================
   PC表示では「ちゃんとテーブル」に戻す
   ========================================= */
@media (min-width: 769px) {
  /* tr や td が block にされているのを強制的に table レイアウトに戻す */
  table.shop_table.cart.woocommerce-cart-form__contents {
    display: table;
    width: 100%; }

  table.shop_table.cart.woocommerce-cart-form__contents thead {
    display: table-header-group; }

  table.shop_table.cart.woocommerce-cart-form__contents tbody {
    display: table-row-group; }

  table.shop_table.cart.woocommerce-cart-form__contents tr {
    display: table-row; }

  table.shop_table.cart.woocommerce-cart-form__contents th,
  table.shop_table.cart.woocommerce-cart-form__contents td {
    display: table-cell;
    white-space: nowrap;
    /* 基本は改行させない */
    vertical-align: middle; }

  /* 商品名だけは長いので「…」で省略しつつ1行に */
  table.shop_table.cart.woocommerce-cart-form__contents td.product-name,
  table.shop_table.cart.woocommerce-cart-form__contents th.product-name {
    max-width: 340px;
    /* 必要に応じて調整 */
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; }

  /* 金額・小計は右寄せ＆改行なし */
  table.shop_table.cart.woocommerce-cart-form__contents td.product-price,
  table.shop_table.cart.woocommerce-cart-form__contents th.product-price,
  table.shop_table.cart.woocommerce-cart-form__contents td.product-subtotal,
  table.shop_table.cart.woocommerce-cart-form__contents th.product-subtotal {
    white-space: nowrap;
    text-align: right;
    min-width: 110px; }

  /* WooCommerceの bdi ラッパも改行させない */
  table.shop_table.cart.woocommerce-cart-form__contents td .woocommerce-Price-amount,
  table.shop_table.cart.woocommerce-cart-form__contents td .woocommerce-Price-amount bdi {
    white-space: nowrap; }

  /* サムネイル・削除ボタン・数量をコンパクトに */
  table.shop_table.cart.woocommerce-cart-form__contents th.product-thumbnail,
  table.shop_table.cart.woocommerce-cart-form__contents td.product-thumbnail {
    width: 80px;
    min-width: 80px;
    text-align: center; }

  table.shop_table.cart.woocommerce-cart-form__contents th.product-remove,
  table.shop_table.cart.woocommerce-cart-form__contents td.product-remove {
    width: 28px;
    min-width: 28px;
    max-width: 28px;
    padding-left: 0;
    padding-right: 0;
    text-align: center; }

  table.shop_table.cart.woocommerce-cart-form__contents td.product-remove a.remove {
    display: inline-block;
    width: 18px;
    height: 18px;
    line-height: 18px;
    font-size: 16px;
    padding: 0;
    margin: 0 auto;
    text-align: center; }

  table.shop_table.cart.woocommerce-cart-form__contents td.product-quantity,
  table.shop_table.cart.woocommerce-cart-form__contents th.product-quantity {
    min-width: 110px;
    text-align: center; }

  table.shop_table.cart.woocommerce-cart-form__contents .quantity .qty {
    width: 60px;
    min-width: 60px;
    text-align: center; }

  /* セルのパディングもここで統一 */
  table.shop_table.cart.woocommerce-cart-form__contents td,
  table.shop_table.cart.woocommerce-cart-form__contents th {
    padding: 10px 8px; } }
/* SP では WooCommerce のレスポンシブ挙動に任せる */
@media (max-width: 768px) {
  table.shop_table.cart.woocommerce-cart-form__contents td,
  table.shop_table.cart.woocommerce-cart-form__contents th {
    white-space: normal; } }
/* ▼ カート更新ボタンを他画面と同じデザインに統一 */
.woocommerce-cart-form__contents .button[name="update_cart"] {
  padding: 10px 28px !important;
  font-size: 0.95rem !important;
  font-weight: 500 !important;
  border: none !important;
  background: #4e73df !important;
  color: #fff !important;
  transition: background-color 0.2s ease, transform 0.1s ease,  box-shadow 0.1s ease !important;
  cursor: pointer !important;
  opacity: 1 !important; }

/* ▼ ホバー時 */
.woocommerce-cart-form__contents .button[name="update_cart"]:hover:not(:disabled) {
  background: #3c5fca !important;
  transform: translateY(1px) !important;
  box-shadow: 0 4px 10px rgba(78, 115, 223, 0.25) !important; }

/* ▼ disabled 状態（更新不要のとき） */
.woocommerce-cart-form__contents .button[name="update_cart"]:disabled {
  background: #c8d1ec !important;
  box-shadow: none !important;
  cursor: not-allowed !important;
  transform: none !important; }

/* =========================================
   ▼ 支払い方法ブロック全体（ふんわりカード）
   ========================================= */
.woocommerce-checkout-payment {
  background: #fafafa;
  border-radius: 14px;
  border: 1px solid #eee;
  padding: 24px 26px 30px;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.05);
  margin-top: 20px; }

/* 支払い方法リストの余白と見た目 */
.woocommerce-checkout-payment .wc_payment_methods.payment_methods {
  margin-bottom: 20px; }

.woocommerce-checkout-payment .wc_payment_method {
  background: #fff;
  border: 1px solid #e5e5e5;
  border-radius: 12px;
  padding: 14px 16px;
  margin-bottom: 12px;
  transition: box-shadow .25s ease, border-color .25s ease; }

/* ホバーしたときに軽く浮く感じ */
.woocommerce-checkout-payment .wc_payment_method:hover {
  border-color: #d7d7d7;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06); }

/* Stripeラベル（カード画像付き） */
.woocommerce-checkout-payment .wc_payment_method > label {
  font-weight: 600;
  font-size: 0.95rem;
  color: #444;
  display: flex;
  align-items: center;
  gap: 8px;
  cursor: pointer; }

/* ラジオボタン（input-radio）は非表示にしたままOK */
.woocommerce-checkout-payment .input-radio {
  display: none !important; }

/* 選択中の決済方法を強調 */
.woocommerce-checkout-payment .wc_payment_method input:checked + label {
  color: #0068b6; }

/* Stripe の説明ボックス（payment_box） */
.woocommerce-checkout-payment .payment_box {
  background: #f5f7fb;
  border-radius: 10px;
  border: 1px solid #e3e6ef;
  padding: 16px 18px;
  margin-top: 12px;
  font-size: 0.9rem;
  color: #555; }

/* テストモード注意文を柔らかい色に */
.woocommerce-checkout-payment .payment_box .testmode-info {
  background: #fff;
  padding: 10px 12px;
  border-radius: 8px;
  border: 1px dashed #d0d7e9;
  margin-bottom: 12px;
  font-size: 0.85rem;
  color: #666; }

/* 保存済みカードの選択 */
.woocommerce-SavedPaymentMethods li {
  padding: 6px 0; }

.woocommerce-SavedPaymentMethods li label {
  cursor: pointer;
  font-size: 0.9rem; }

/* =========================================
   ▼ 注文ボタンを丸pillボタンへ統一
   ========================================= */
#place_order,
button[name="woocommerce_checkout_place_order"] {
  padding: 12px 30px !important;
  font-size: 1rem !important;
  border: none !important;
  background: #4e73df !important;
  color: #fff !important;
  font-weight: 600 !important;
  transition: background-color .2s ease, box-shadow .2s ease, transform .1s ease !important; }

/* ホバー */
#place_order:hover {
  background: #3c5fca !important;
  transform: translateY(1px);
  box-shadow: 0 6px 14px rgba(78, 115, 223, 0.28) !important; }

/* disabled時 */
#place_order:disabled {
  background: #c7d0ec !important;
  box-shadow: none !important;
  transform: none !important;
  opacity: 0.7 !important; }

/* カートアイコン全体のベース */
.p-header__checklist {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none; }

/* カートアイコン（Font Awesome） */
.p-header__checklist .fa-cart-shopping {
  font-size: 20px;
  /* 必要に応じて調整 */ }

/* 右上のピンバッジ（カート内数量） */
.p-header__checklist-badge {
  position: absolute;
  top: -6px;
  /* アイコンより少し上 */
  right: -8px;
  /* 右にはみ出させてピンっぽく */
  min-width: 18px;
  height: 18px;
  padding: 0 4px;
  box-sizing: border-box;
  border-radius: 999px;
  background: #e63946;
  /* 赤系 */
  color: #fff;
  font-size: 11px;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 0 0 2px #fff;
  /* アイコンとの境界を白縁でくっきり */
  pointer-events: none;
  z-index: 5; }
