@charset 'UTF-8';
@media (max-width: 720px) {
  h1 {
    font-size: 1.6rem;
    line-height: 1.5;
  }
}

@media (min-width: 721px) and (max-width: 949px) {
  .p-grid .g-grid_item {
    max-width: 395px;
    width: 100% !important;
    margin-top: 40px;
    padding: 0 !important;
  }
  .p-grid_gallery {
    max-width: 395px;
    margin: auto !important;
  }
}

.p-gallery_item img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  max-height: 100%;
  margin: auto;
}

.p-gallery_thumbs_item {
  background-position: center;
}

.p-gallery_top {
  position: relative;
  margin: auto;
}

.p-gallery_photo {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 100%;
}

.p-gallery_photo_el {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.p-gallery_fraction {
  line-height: 1;
  position: relative;
  z-index: 1;
  display: table;
  margin: 10px auto;
  padding: 7px 10px;
  color: #fff;
  border-radius: 100px;
  background-color: rgba(0, 0, 0, 0.6);
}

.p-gallery_btn {
  font-size: 2.4rem;
  display: flex;
  width: 44px;
  height: 44px;
  align-items: center;
  justify-content: center;
}

.p-gallery_btn.swiper-button-disabled .g-i {
  color: #808080;
}

.p-gallery .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  margin: 0 5px;
  opacity: 1;
  background: #ccc;
}

.p-gallery .swiper-pagination-bullet-active {
  background: #009e96;
}

@media (max-width: 720px) {
  .p-gallery-static .p-gallery_fraction {
    font-size: 1.2rem;
    margin: 0 auto;
    transform: translateY(-100%) translateY(-10px);
  }
  .p-gallery-static .p-gallery_thumbs {
    display: none;
  }
}

@media (min-width: 721px) {
  .p-gallery-static {
    max-width: 415px;
  }
  .p-gallery-static .p-gallery_fraction {
    display: none;
  }
  .p-gallery-static .p-gallery_photo[role='button'] {
    transition: opacity 0.2s;
  }
  .g-browser-no-touch .p-gallery-static .p-gallery_photo[role='button']:hover {
    opacity: 0.7;
  }
  .p-gallery-static .p-gallery_thumbs {
    position: relative;
    margin-top: 15px;
  }
  .p-gallery-static .p-gallery_thumbs .swiper-slide {
    display: flex;
    flex-wrap: wrap;
  }
  .p-gallery-static .p-gallery_thumbs_item {
    width: calc((100% - 30px) / 4 - 0.1px);
    margin: 10px 10px 0 0;
    padding-bottom: calc((100% - 30px) / 4);
    transition: opacity 0.2s;
    background-repeat: no-repeat;
    background-size: contain;
  }
  .p-gallery-static .p-gallery_thumbs_item:nth-child(-n + 4) {
    margin-top: 0;
  }
  .p-gallery-static .p-gallery_thumbs_item:nth-child(4n) {
    margin-right: 0;
  }
  .p-gallery-static .p-gallery_thumbs_item-active {
    box-shadow: 0 0 0 2px #009e96 inset;
  }
  .p-gallery-static .p-gallery_thumbs_item:not(.p-gallery_thumbs_item-active) {
    cursor: pointer;
  }
  .g-browser-no-touch .p-gallery-static .p-gallery_thumbs_item:not(.p-gallery_thumbs_item-active):hover {
    opacity: 0.7;
  }
  .p-gallery-static .p-gallery_controls {
    display: flex;
    margin-top: 10px;
    align-items: center;
  }
  .p-gallery-static .p-gallery_pagination {
    flex-grow: 1;
    text-align: center;
  }
  .p-gallery-static .p-gallery_prev {
    transform: translateX(-10px);
  }
  .p-gallery-static .p-gallery_next {
    transform: translateX(10px);
  }
}

.p-gallery-modal .p-gallery_thumbs_item {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-repeat: no-repeat;
  background-size: contain;
}

.p-gallery-modal .p-gallery_thumbs .swiper-slide {
  height: 0;
}

@media (max-width: 720px) {
  .p-gallery-modal .swiper-scrollbar {
    right: 2%;
    bottom: 0;
    left: 2%;
    width: 96%;
  }
  .p-gallery-modal .p-gallery_item {
    overflow: hidden;
  }
  .p-gallery-modal .p-gallery_btn {
    display: none;
  }
  .p-gallery-modal .p-gallery_caption {
    margin: 12px 15px 20px;
  }
  .p-gallery-modal .p-gallery_thumbs_el {
    width: 100%;
    padding-bottom: 11px;
  }
  .p-gallery-modal .p-gallery_thumbs .swiper-slide {
    width: 72px;
    padding-bottom: 72px;
  }
  .p-gallery-modal .p-gallery_thumbs .swiper-slide-thumb-active .p-gallery_thumbs_item {
    box-shadow: 0 0 0 3px #009e96 inset;
  }
}

@media (min-width: 721px) {
  .p-gallery-modal .swiper-scrollbar {
    bottom: 0;
    left: 0;
    width: 100%;
  }
  .p-gallery-modal .p-gallery_top {
    max-width: 570px;
  }
  .p-gallery-modal .p-gallery_caption {
    max-width: 570px;
    margin: 15px auto 25px;
  }
  .p-gallery-modal .p-gallery_thumbs_el {
    width: 90%;
    padding-bottom: 11px;
  }
  .p-gallery-modal .p-gallery_thumbs .swiper-slide {
    width: calc((100% - 75px) / 6.5 - 0.1px);
    padding-bottom: calc((100% - 75px) / 6.5);
  }
  .p-gallery-modal .p-gallery_thumbs .swiper-slide-thumb-active .p-gallery_thumbs_item {
    box-shadow: 0 0 0 2px #009e96 inset;
  }
  .p-gallery-modal .p-gallery_btn {
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
  }
  .p-gallery-modal .p-gallery_prev {
    left: -65px;
  }
  .p-gallery-modal .p-gallery_next {
    right: -65px;
  }
}

[data-stock-mark] {
  font-family: monospace;
  font-weight: bold;
  display: inline-block;
  width: 1em;
  margin-right: 0.2em;
  text-align: center;
}

[data-stock-mark]::before {
  content: attr(data-stock-mark);
}

[data-stock-mark='◯'] {
  color: #eb6157;
}

[data-stock-mark='○'] {
  color: #eb6157;
}

[data-stock-mark='△'] {
  color: #4b88d3;
}

[data-stock-mark='×'] {
  color: #000;
}

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

@media (min-width: 721px) {
  .p-prefFinder {
    width: 470px;
    margin-right: auto;
    margin-left: auto;
  }
  .p-stockInfo {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .p-stockInfo > *:nth-child(1) {
    width: 110px;
  }
  .p-stockInfo > *:nth-child(2) {
    width: 90px;
  }
}

.p-displayIcons {
  width: 100%;
}

.p-displayIcons_row {
  padding-right: 12px;
  padding-left: 12px;
}

.p-displayIcons_row:nth-child(n + 2) {
  margin-top: 10px;
  padding-top: 10px;
  border-top: 1px solid #dbdbdb;
}

.p-displayIcons ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.p-displayIcons li {
  width: 36px;
}

.p-displayIcons li:nth-child(n + 2) {
  margin-left: 10px;
}

.p-displayIcons img {
  width: 100%;
}

@media (max-width: 720px) {
  .p-displayIcons {
    padding-top: 12px;
    padding-bottom: 12px;
  }
}

@media (min-width: 721px) {
  .p-displayIcons_row {
    padding-right: 20px;
    padding-left: 20px;
  }
}

.p-stockTable {
  table-layout: fixed;
}

.p-stockTable_name {
  width: 60%;
}

.p-stockTable_info {
  width: 40%;
}

@media (min-width: 721px) {
  .p-stockTable_name {
    width: 53%;
  }
  .p-stockTable_info {
    width: 47%;
  }
}

@media (max-width: 720px) {
  .p-displayTable {
    width: 100%;
    border-spacing: 0;
    border-collapse: collapse;
  }
  .p-displayTable_cell {
    padding: 12px;
    text-align: left;
  }
  .p-displayTable thead {
    display: none;
  }
  .p-displayTable,
  .p-displayTable tbody,
  .p-displayTable tr {
    display: block;
  }
  .p-displayTable tr {
    margin-top: 15px;
    border-bottom: 1px solid #dbdbdb;
  }
  .p-displayTable th,
  .p-displayTable td {
    display: flex;
    width: 100%;
    padding: 0;
    border: 1px solid #dbdbdb;
    border-bottom-width: 0;
  }
  .p-displayTable th::before,
  .p-displayTable td::before {
    font-weight: bold;
    display: block;
    width: 40%;
    padding: 12px;
    text-align: left;
    background-color: #e6e6e6;
    flex-shrink: 0;
  }
  .p-displayTable th {
    font-weight: normal;
    background-color: #f7f7f7;
  }
  .p-displayTable th::before {
    content: '\5E97\8217\540D';
  }
  .p-displayTable td:nth-child(2)::before {
    content: '\9078\629E\4E2D\306E\5546\54C1';
  }
  .p-displayTable td:nth-child(3)::before {
    content: '\5C55\793A\4E2D\306E\30D0\30EA\30A8\30FC\30B7\30E7\30F3';
  }
  .p-displayTable .p-stockInfo {
    text-align: left;
  }
  .p-displayTable .p-displayIcons ul {
    justify-content: flex-start;
  }
}

@media (min-width: 721px) {
  .p-displayTable {
    table-layout: fixed;
  }
  .p-displayTable_name {
    width: 40%;
  }
  .p-displayTable_product {
    width: 28%;
  }
  .p-displayTable_variation {
    width: 32%;
  }
  .p-displayTable tbody td:last-child {
    padding-right: 0;
    padding-left: 0;
    text-align: center;
  }
}

@media (max-width: 720px) {
  #p-galleryModal .g-modal_body {
    padding-right: 0;
    padding-left: 0;
  }
}

.p-customize dt {
  margin-bottom: 7px;
}

.p-customize dd + dt {
  margin-top: 15px;
}

.p-price {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
}

.p-price dt {
  margin: 0 1.5em 0 0;
}

.p-point .g-digit {
  font-size: larger;
  margin: 0 5px 0 1em;
  color: #eb6157;
}

.p-hd {
  font-size: 1.8rem;
  margin-bottom: 13px;
}

.p-hd .g-s-set {
  font-size: 2.5rem;
}

@media (min-width: 721px) {
  .p-hd {
    font-size: 2rem;
  }
  .p-price-area {
  	display: inline;
  	flex-wrap: wrap;
  	align-items: baseline;
  }
}

@media (max-width: 373px) {
  .p-price-area {
  	display: inline;
  	flex-wrap: wrap;
  	align-items: baseline;
  }
}

.p-reviewScore {
  display: flex;
  margin-bottom: 15px;
  align-items: flex-end;
}

.p-reviewScore .g-score {
  margin: 0 0 2px 15px;
}

@media (max-width: 720px) {
  .p-reviewScore {
    margin-bottom: 10px;
    justify-content: space-between;
  }
}

.p-average {
  line-height: 1;
}

.p-average span {
  font-size: 2.6rem;
  margin-left: 0.5em;
  color: #eb6157;
}

.p-outlet .g-btn > span {
  justify-content: space-between;
}

.p-outlet_item .g-s {
  font-size: 2.3rem;
}

@media (max-width: 720px) {
  .p-outlet_item:nth-child(n + 2) {
    margin-top: 10px;
  }
}

@media (min-width: 721px) {
  .p-outlet {
    display: flex;
    margin-bottom: -10px;
    margin-left: -10px;
    flex-wrap: wrap;
  }
  .p-outlet_item {
    width: 283px;
    margin-bottom: 10px;
    margin-left: 10px;
  }
}

.p-order {
  border-bottom: 1px solid #dbdbdb;
}

.p-order:last-child {
  border-bottom-width: 0;
}

.p-order dt,
.p-order dd {
  padding: 10px 0;
}

.p-order dt:nth-of-type(n + 2),
.p-order dd:nth-of-type(n + 2) {
  border-top: 1px solid #dbdbdb;
}

.p-order dt {
  float: left;
  clear: left;
}

.p-order dd {
  font-weight: bold;
  overflow: hidden;
  text-align: right;
}

.p-order_help {
  font-size: 1.2rem;
  line-height: 1.58333;
  font-weight: normal;
}

.p-order_help a {
  color: #808080;
}

.p-order_banner {
  width: 100%;
  margin-top: 15px;
}

.p-order_label {
  text-align: left !important;
}

.p-order_note {
  font-size: smaller;
  font-weight: normal;
  color: #eb6157;
}

.p-item .p-order dd {
  flex-wrap: wrap;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

@media (max-width: 720px) {
  .p-order dt {
    width: 88px;
    padding-right: 10px;
  }
  .p-order dd {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .p-order_help {
    margin-left: 5px;
  }
  .p-order_label {
    display: block !important;
  }
  .p-order_note {
    display: inline-block;
    margin-left: 10px;
  }
}

@media (min-width: 721px) {
  .p-order_help {
    margin-top: 2px;
    font-size: 1.2rem;
    line-height: 1.5;
  }
  .p-order_label .g-label-price {
    margin-left: 15px;
  }
  .p-order_note {
    margin: 7px 0 0 15px;
  }
  .p-item .p-order dt {
    padding-right: 20px;
  }
  .p-item .p-order .p-order_help {
    margin-top: 0;
  }
}

.p-pcs {
  display: flex;
  align-items: center;
}

.p-pcs dt {
  font-weight: bold;
  margin-right: 25px;
}

.p-misc {
  font-size: 1.2rem;
  line-height: 1.5;
  display: flex;
}

.p-misc_i {
  font-size: 2.4rem;
  display: flex;
  width: 50px;
  height: 50px;
  margin-bottom: 5px;
  border: 2px solid #dbdbdb;
  border-radius: 50%;
  background-color: #fff;
  align-items: center;
  justify-content: center;
}

.p-misc_cv {
  color: #fff;
  border-color: #eb6157;
  background-color: #eb6157;
}

.p-misc_label {
  flex: 1 1 auto;
  display: flex;
  align-items: center;
}

.p-misc a {
  display: flex;
  flex-direction: column;
  height: 100%;
  text-align: center;
  align-items: center;
}

.p-sns {
  line-height: 1;
  display: flex;
  height: 20px;
  margin-top: 20px;
  justify-content: center;
}

.p-sns li > * {
  vertical-align: bottom;
}

.p-sns li:nth-child(n + 2) {
  margin-left: 10px;
}

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

@media (max-width: 720px) {
  .p-japan {
    padding: 0 15px;
  }
  .p-japan img {
    width: 100%;
  }
}

@media (min-width: 721px) {
  .p-japan img {
    width: 255px;
  }
}

.p-featureIcons {
  padding-bottom: 15px;
}

.p-featureIcons img {
  width: 50px;
}

@media (min-width: 721px) {
  .p-featureIcons img {
    width: 60px;
  }
}

.p-typeIcon {
  height: auto;
  padding: 0;
}

.p-typeIcon img {
  width: 100%;
}

@media (max-width: 720px) {
  .p-typeIcon {
    width: 62px;
  }
}

@media (min-width: 721px) {
  .p-typeIcon {
    width: 52px;
  }
}

@media (max-width: 1024px) {
  .p-item .g-media_foot {
    margin: 20px 0 0 0;
    -ms-grid-row: 2;
    grid-row: 2;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1/3;
  }
}

@media (min-width: 1025px) {
  .p-item .g-media_foot {
    width: 360px;
    margin-left: 15px;
  }
}

.p-itemAdded {
  font-size: 1.6rem;
  line-height: 1.5;
  font-weight: bold;
  position: absolute;
  right: 0;
  left: 0;
  width: 75%;
  margin: -85px auto 0;
  padding: 15px 10px;
  animation: p-itemAdded 1.8s both;
  text-align: center;
  border: 2px solid #eb6157;
  border-radius: 8px;
  background-color: #fff;
  box-shadow: 0 3px 0 0 rgba(0, 0, 0, 0.15);
}

.p-itemAdded::after {
  position: absolute;
  right: 0;
  bottom: -11px;
  left: 0;
  width: 20px;
  height: 20px;
  margin: auto;
  content: '';
  transform: rotate(45deg);
  border: 2px solid #eb6157;
  border-top-width: 0;
  border-left-width: 0;
  background-image: linear-gradient(135deg, transparent 50%, #fff 50%);
  box-shadow: 2px 2px 0 0 rgba(0, 0, 0, 0.15);
}
.cartBtnArea {
	position: relative;
}
.cartBtnArea .p-itemAdded {
	margin-top: 0;
	bottom: calc(100% + 20px);
}
@media (min-width: 721px) {
  .p-itemAdded {
    font-size: 1.4rem;
    line-height: 1.42857;
    width: 230px;
    margin-top: -78px;
  }
}

@keyframes p-itemAdded {
  0% {
    transform: translateY(15px);
    opacity: 0;
  }
  20% {
    transform: translateY(0);
    opacity: 1;
  }
  80% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

.p-variation-form dd[style*='none'] + dt,
.p-variation-form dd[style*='none'] + dt + dd {
  border-top-width: 0;
}

.p-variation-form .g-checkable-img {
  height: 100%;
}

.p-variation-form .g-checkable_label {
  width: 100%;
}

_:-ms-lang(x)::-ms-backdrop,
.swiper-lazy-preloader {
  animation: none;
  background: url(../images/loader-ie11.gif) no-repeat center center;
}

_:-ms-lang(x)::-ms-backdrop,
.swiper-lazy-preloader::after {
  content: none;
}

.p-hr {
  border-bottom: 1px solid #dbdbdb;
}

.p-note {
  font-size: 1.1rem;
  line-height: 1.6;
  color: #808080;
  margin-top: 4px;
}
.p-note::before {
  content: '\203B';
}

.p-gallery-static .p-gallery_caption{
  margin-top:10px;
  overflow-wrap:break-word;
}
.captionText-modal{
  margin:5px auto!important;
}
.p-gallery-modal .p-gallery_caption{
  overflow-wrap:break-word;
}

@media (max-width: 720px) {
  .p-gallery-static .p-gallery_caption{
    margin-bottom:5px;
    padding-right:15px;
    padding-left:15px;
  }
  .p-gallery-static .p-gallery_fraction{
    margin-bottom:-20px!important;
  }
}

