@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,
.p-galleryReview_item img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  max-height: 100%;
  margin: auto;
  width: 100%;
}

@media all and (-ms-high-contrast: none) {
  .p-galleryReview_item img  {
   width: auto;
  }
}
.p-gallery_thumbs_item,
.p-galleryReview_thumbs_item {
  background-position: center;
}

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

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

.p-gallery_photo_el,
.p-galleryReview_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,
  .p-galleryReview-modal .p-galleryReview_thumbs {
    position: relative;
    margin-top: 15px;
  }
}

.p-gallery-modal .p-gallery_thumbs_item,
.p-galleryReview-modal .p-galleryReview_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,
.p-galleryReview-modal .p-galleryReview_thumbs .swiper-slide {
  height: 0;
}

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

@media (min-width: 721px) {
  .p-gallery-modal .swiper-scrollbar,
  .p-galleryReview-modal .swiper-scrollbar {
    bottom: 0;
    left: 0;
    width: 100%;
  }
  .p-gallery-modal .p-gallery_top,
  .p-galleryReview-modal .p-galleryReview_top {
    max-width: 570px;
  }
  .p-gallery-modal .p-gallery_caption {
    max-width: 570px;
    margin: 15px auto 25px;
  }
  .p-gallery-modal .p-gallery_thumbs_el,
  .p-galleryReview-modal .p-galleryReview_thumbs_el {
    width: 90%;
    padding-bottom: 11px;
  }
  .p-gallery-modal .p-gallery_thumbs .swiper-slide,
  .p-galleryReview-modal .p-galleryReview_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,
  .p-galleryReview-modal .p-galleryReview_thumbs .swiper-slide-thumb-active .p-galleryReview_thumbs_item {
    box-shadow: 0 0 0 2px #009e96 inset;
  }
  .p-gallery-modal .p-gallery_btn,
  .p-galleryReview-modal .p-gallery_btn {
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
  }
  .p-gallery-modal .p-gallery_prev,
  .p-galleryReview-modal .p-galleryReview_prev {
    left: -65px;
  }
  .p-gallery-modal .p-gallery_next,
  .p-galleryReview-modal .p-galleryReview_next {
    right: -65px;
  }
}

@media (max-width: 720px) {
  #p-galleryModal .g-modal_body,
  #p-reviewGallerySwipModal .g-modal_body {
    padding-right: 0;
    padding-left: 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-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-item .p-order dd {
  flex-wrap: wrap;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

@media (min-width: 721px) {
  .p-item .p-order dt {
    padding-right: 20px;
  }
  .p-item .p-order .p-order_help {
    margin-top: 0;
  }
}

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

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

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

@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;
  }
}

_:-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-gallery-static .p-gallery_caption{
  margin-top:10px;
  word-wrap: break-word;
  overflow-wrap:break-word;
}

.p-gallery-modal .p-gallery_caption{
  word-wrap: break-word;
  overflow-wrap:break-word;
}

#p-specMore[data-accordion-more][aria-hidden='true'] {
  height : 200px;
}

#p-descMore[data-accordion-more][aria-hidden='true'] {
  height : 160px;
}

#p-specMore[data-accordion-more][aria-hidden='true']::before,
#p-descMore[data-accordion-more][aria-hidden='true']::before {
  height : 10px;
}

.displaymorespec[data-label][aria-expanded='true']::before,
.displaymoredesc[data-label][aria-expanded='true']::before {
  min-height : 28px;
  padding : 10px 0px;
  align-items : center;
  justify-content : center;
}

.displaymorespec,
.displaymoredesc {
  padding : 0px 15px;
  display : inline-flex;
  min-width : 60px;
  border : 1px solid rgb(219, 219, 219);
  width: 100%;
}

.displaymorespec > i,
.displaymoredesc > i {
  color : rgb(0, 158, 150);
}

.displaymorespec span,
.displaymoredesc span {
  min-height : 28px;
  padding : 10px 0px;
  align-items : center;
  justify-content : center;
  position: relative;
  left: 7px;
  display: inline-block;
  text-align: center;
  transform: none;
  width: 100%;
}

@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;
  }
  
  .displaymorespec > .g-i:last-child {
    margin-right: 0;
  }
  .displaymorespec,
  .displaymoredesc {
    padding: 0px 10px;
  }
}

/* ここからcs002 */
.p-gallery_item img,
.p-galleryReview_item img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  max-height: 100%;
  margin: auto;
  width: auto;
}

.staff_image_cs002 {
  border-radius: 50%;
}

.staff_info_cs002 {
  border-bottom: 1px solid #dbdbdb;
  align-items: stretch;
}

.staff_basic_info_cs002 {
  display: grid;
  margin-left: 5%;
  align-items: center;
  line-height: 1.8;
}

.posted_date {
  margin-top: 10px;
  font-size: 14px;
  text-align: right;
  color: #999999;
}

.g-units-xs-cs002 {
  border-bottom: 1px solid #dbdbdb;
  padding-bottom: 15px;
}

.coordination-staff-image {
  width: 20%;
}

.coordination-staff-info {
  width: 80%;
}

.coordination-staff-image,
.coordination-staff-info {
  margin-bottom: 5%;
}

.trim-img-wrap {
	display: block;
	height: auto !important;
}

.trim-img {
  position: relative;
  padding-bottom: 100%;
  width: 100%;
  height: 100%;
  display: block;
}

.trim-img > img {
  object-fit: contain;
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
}

.p-cood_compo_pic{
		position: relative;
		width: 100%;
		aspect-ratio: 1/1;
		margin: 0 auto;
		padding-bottom:100%;
}
	
.p-cood_compo_pic > img {
		object-fit: contain;
		position: absolute;
		width: 100%;
		height: 100%;
}

@media all and (-ms-high-contrast: none) {
  /* IE */
	/* IE */
	.trim-img {
		width:100%;
		padding-bottom:100%;
	}
	.trim-img > img {
		top:0;
		left:0;
		right:0;
		bottom:0;
		margin:auto;
		width: auto !important;
		max-height: 100%;
		height: auto;
  	}
	
	
	.p-cood_compo_pic > img {
		top:0;
		left:0;
		right:0;
		bottom:0;
		margin:auto;
		width: auto !important;
		max-height: 100%;
		height: auto;
	}
	
}

.staff_name {
  font-weight: 600;
}
.store_name {
  margin-bottom: 2px;
}
.comment_area {
  border-bottom: 1px solid #dbdbdb;
}
.comment {
  margin-bottom: 5px;
}

@media (max-width: 720px) {
  .staff_name {
    font-size: 14px;
  }
  .store_name {
	font-size: 14px;
	line-height: 1.4;
  }
  .attribute_val {
    font-size: 14px;
  }
  .comment {
	font-size: 14px;
  }
}
@media (min-width: 721px) {
  .staff_name {
    font-size: 16px;
  }
  .store_name {
	font-size: 16px;
	line-height: 1.4;
  }
  .attribute_val {
    font-size: 16px;
  }
  .comment {
	font-size: 16px;
  }
  .image_layout {
    width:38%;
    padding-right:20px;
  }
  .staff_info_layout {
    width:62%;
  }
}

@media (max-width: 720px) {
	.coordinate_span {
		min-width:40px;
	}
}

@media (max-width: 720px) {
	.p-gallery_will-change {
		will-change: transform;
	}
}

.p-itemAdded {
  font-size: 1.6rem;
  line-height: 1.5;
  font-weight: bold;
  position: absolute;
  right: 0;
  left: 0;
  margin: auto;
  padding: 15px 10px;
  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.g-item-add-error {
  text-align: left;
}
.p-itemAdded > div {
  margin-top: 5px;
  margin-right: 16px;
}
.p-itemAdded > a.g-link {
  display: block;
  text-align: center;
  margin-bottom: 0;
  margin-top: 5px;
}
.p-itemAdded.g-item-add-error > a.g-link {
  text-align: right;
}
.p-itemAdded > a.g-link > span {
  font-size: 12px;
}

.p-itemAdded > a.g-link > i.g-i-add-cart {
  color: #f33;
  font-size: 1.4em;
  margin-left: 0.2em;
  margin-top: 2px;
}
.p-itemAdded > a.g-link > i.g-i-add-qty {
  font-size: 1.4em;
  margin-left: 0.2em;
  margin-top: 2px;
}
.p-itemAdded.g-item-add-error > div {
  text-align: left;
}
.p-itemAdded.g-item-add-error > a.g-link {
  text-align: right;
}
.p-itemAdded.g-item-add-error > a.g-link > i.g-i.g-i-info {
  margin-left: 0.25em;
  font-size: 1.3em;
}

.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;
	display: flex;
	justify-content: center;
}
.cartBtnArea .p-itemAdded {
	margin-top: 0;
	bottom: calc(100% + 20px);
}
.p-itemAdded .g-modal_close {
    border: none;
    background: none;
    position: absolute;
    top: 3px;
    right: 5px;
    cursor: pointer;
    padding: 0;
    color: #808080;
}
_::-webkit-full-page-media, _:future, :root .p-itemAdded .g-modal_close{
    right: 3px;
}
@media (min-width: 721px) {
  .p-addItem {
/*     width: 230px; */
	 min-width: auto;
  }
  .p-itemAdded {
    font-size: 1.4rem;
    line-height: 1.42857;
/*    width: 230px; */
    margin: -78px 0 0 0;
  }
}

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

.user-coordination-staff-info {
	display: flex;
	align-items: center;
	width: 90%;
}

@media (max-width: 720px) {
  .user-coordination {
    margin-top: 10px;
  }
}

.user-coordination-staff-image {
	width: 10%;
}

@media (min-width: 721px) {
	.cart_btn_size {
		width: 90%;
	}
	.cart_btn_size > .g-i + span {
		min-height: 35px;
		font-size: 1.2rem;
	}
	.g-btn-cv .g-i-add-cart, .g-lg-btn-cv .g-i-add-cart {
		font-size: 1.6rem;
	}
	.cart_btn_size > .cart_dis_word {
		min-height: 35px;
		font-size: 1.2rem;
	}
}

@media (max-width: 720px) {
	.cart_btn_size {
		width: 90% !important;
	}
	.cart_btn_size > .g-i + span {
		min-height: 35px;
		font-size: 1.1rem;
		padding: 5px;
	}
	.g-btn-cv .g-i-add-cart, .g-sm-btn-cv .g-i-add-cart {
		font-size: 1.6rem;
	}
	.cart_btn_size > .cart_dis_word {
		min-height: 35px;
		font-size: 1.1rem;
		padding: 5px;
	}
}

@media (min-width: 721px) and (max-width: 1100px) {
	.cart_btn_size > .g-i + span {
	    min-height: 30px;
		 padding: 5px;
	}
	.cart_btn_size > .cart_dis_word {
		 min-height: 30px;
		 padding: 5px;
	}
}

@media (min-width: 721px) and (max-width: 900px){
	.cart_btn_size {
	    font-size: 1.0rem;
	    width: 100%;
	}
	.cart_btn_size > .g-i + span {
	    font-size: 1.0rem;
	}
	.g-btn-cv .g-i-add-cart, .g-sm-btn-cv .g-i-add-cart {
		font-size: 1.4rem;
	}
	.cart_btn_size > .cart_dis_word {
		 font-size: 1.0rem;
	}
}

.trim-img-recommend-insta {
	position: relative;
	padding-bottom: 100%;
}

.trim-img-recommend-insta > img {
	object-fit: fill;
	position: absolute;
	width: 100%;
	height: 100%;
}

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

.main_image {
	position: absolute;
	width: 100%;
	height: 100%;
	box-sizing: content-box;
	justify-content: center;
	display: flex;
   align-items: center;
}

.main_image_size {
	 max-height: 100%;
	 width: auto;
}

.cart_area {
	margin-top: 12px;
}
@media (min-width: 721px) {
	.cart_area {
		margin-top: 15px;
	}
}

.item_used_foot_area {
	min-height: 75px;
}
@media (min-width: 721px) {
	.item_used_foot_area {
		min-height: 80px;
	}
}