@charset "UTF-8";
/* ==========================================================================
   _c-item
   ========================================================================== */
/* ==========================================================================
   setting
   ========================================================================== */
/* breakpoint
   ----------------------------------------------------------------- */
/* color
   ----------------------------------------------------------------- */
/**
 * palette
 */
/* font
   ----------------------------------------------------------------- */
/**
 * font style
 */
/**
 * size
 */
/* function
   ----------------------------------------------------------------- */
/* mixin
   ----------------------------------------------------------------- */
/* c-goods
   ----------------------------------------------------------------- */
.noitem {
  margin: 0 15px 50px;
}
@media screen and (min-width: 768px) {
  .noitem {
    margin: 0 auto;
  }
}

.c-goods__image {
  width: 100%;
  margin-bottom: 20px;
}
.c-goods__image img {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .c-goods__image {
    margin-bottom: 30px;
  }
}

.freetxt {
  font-size: 15px;
  margin: 0 20px 30px;
  line-height: 1.6;
}
@media screen and (min-width: 768px) {
  .freetxt {
    margin: 0 0 45px;
    font-size: 16px;
    line-height: 30px;
  }
}

/* c-item
   ----------------------------------------------------------------- */
.c-item__unit {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (min-width: 768px) {
  .c-item__unit {
    justify-content: flex-start;
  }
}

.c-item {
  margin: 0 15px;
}
.c-item__wrapper {
  display: flex;
  justify-content: space-between;
}
.c-item__inner {
  border-bottom: 1px solid #e6e6e6;
  width: 50%;
  padding: 25px 0;
}
.c-item__inner:nth-of-type(odd) {
  padding-right: 12px;
}
.c-item__inner:nth-of-type(even) {
  padding-left: 12px;
}
.c-item__image {
  margin-bottom: 15px;
}
.c-item__image img {
  width: 100%;
  height: 100%;
}
.c-item__icon {
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  flex-wrap: wrap;
  margin-bottom: 5px;
  justify-content: space-between;
}
.c-item__icon:empty {
  display: none;
}
.c-item__icon img {
  margin: 0 0 5px 0;
  width: calc(50% - 3px);
}
@media screen and (min-width: 768px) {
  .c-item__icon {
    justify-content: flex-start;
  }
  .c-item__icon img:nth-of-type(odd) {
    margin-right: 5px;
  }
}
.c-item .catalogNo {
  font-size: 14px;
}
.c-item__brand {
  font-size: 13px;
  font-weight: bold;
  line-height: 1.5;
}
.c-item__name {
  font-size: 15px;
  line-height: 20px;
  text-align: left;
  margin-bottom: 5px;
  overflow-wrap: break-word;
  word-break: break-all;
}
.c-item__price {
  font-size: 18px;
  font-weight: bold;
}
.c-item__price .retail_price_sale {
  color: #e60012;
}
.c-item__price__currency {
  font-weight: normal;
  font-size: 15px;
  padding-left: 3px;
}
.c-item__stockicon {
  margin-top: 15px;
  width: 100%;
}
.c-item__stockicon img {
  width: 100%;
}
.c-item__stockicon:empty {
  display: none;
  margin: 0;
}
.c-item__content {
  margin-top: 15px;
}
.c-item__content--row {
  display: flex;
  align-items: center;
}
.c-item__radio {
  display: table;
  padding-top: 3px;
  margin-bottom: 15px;
}
.c-item__radio input[type=radio],
.c-item__radio span {
  display: table-cell;
}
.c-item__radio input[type=radio] {
  width: 31px;
}
.c-item__title {
  margin-right: 10px;
  white-space: nowrap;
}
.c-item__subtitle {
  margin: 0 10px;
}
.c-item__selectbox label {
  display: flex;
  align-items: center;
  width: 70%;
  margin-right: 10px;
}
.c-item__selectbox label span {
  width: 90%;
}
.c-item__selectbox input[type=text],
.c-item__selectbox input[type=tel] {
  width: 25%;
  margin-right: 7px;
}
.c-item__selectbox input[type=radio] {
  width: 24px;
}
.c-item__selectbox + .c-form-input__selectbox {
  margin-top: 20px;
}
.c-item__address {
  margin-left: 20px;
}
.c-item__address dl + dl {
  margin-top: 30px;
}
.c-item__zipcode {
  display: flex;
  align-items: center;
}
.c-item__zipcode input[type=button] {
  margin-left: 20px;
  padding: 3.7333333333vw 4.8vw;
}
.c-item--normal, .c-item--size-m {
  width: 100%;
}
.c-item--size-s {
  width: 29.8%;
}
.c-item--size-ss {
  width: 25%;
}
.c-item .itemCondition {
  width: 100%;
}
.c-item .itemCondition div, .c-item .itemCondition span {
  display: block;
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, "Helvetica Neue", arial, sans-serif;
  font-size: 11px;
  color: #ec676d;
  border: 1px solid #ec676d;
  background-color: #f7eded;
  padding: 2px;
  text-align: center;
  margin-bottom: 5px;
  width: 100%;
}
.c-item .itemCondition:empty {
  display: none;
}
.c-item--list {
  margin: 0 15px;
}
.c-item--list .catalogNo {
  font-size: 14px;
}
.c-item--list .itemCondition div, .c-item--list .itemCondition span {
  display: block;
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, "Helvetica Neue", arial, sans-serif;
  font-size: 11px;
  color: #ec676d;
  border: 1px solid #ec676d;
  background-color: #f7eded;
  padding: 2px;
  margin-bottom: 5px;
  text-align: center;
  width: 175px;
}
.c-item--list .itemCondition:empty {
  display: none;
}
.c-item--list .c-item__inner {
  width: 100%;
}
.c-item--list a {
  display: flex;
  align-items: center;
}
.c-item--list .c-item__inner:nth-of-type(2n+1) {
  padding-right: 0;
}
.c-item--list .c-item__image {
  margin: 0 15px 0 0;
}
.c-item--list .c-item__image img {
  width: 125px;
  height: 125px;
}
.c-item--list .c-item__brand {
  line-height: 1.5;
}
.c-item--list .c-item__price + img {
  margin-top: 10px;
  max-width: 100%;
}
.c-item--list .c-item__outline {
  margin-bottom: 5px;
  font-size: 14px;
  line-height: 1.5;
}
.c-item--list .c-item__icon {
  display: block;
  overflow: hidden;
}
.c-item--list .c-item__icon img {
  margin-right: 5px;
  width: 85px;
}
.c-item--list .c-item__icon .itemicon {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.c-item--list .c-item__info--price img {
  max-width: 175px;
}
@media screen and (min-width: 768px) {
  .c-item--list {
    margin: 0;
    border-bottom: 1px solid #e6e6e6;
  }
  .c-item--list .itemCondition div, .c-item--list .itemCondition span {
    font-size: 13px;
    width: 175px;
  }
  .c-item--list .c-item__inner {
    width: 920px;
    padding: 0;
    border-bottom: none;
  }
  .c-item--list .c-item__inner:not(:nth-of-type(4n)) {
    width: 920px;
    margin: 20px 0;
  }
  .c-item--list a {
    position: relative;
    padding: 10px;
  }
  .c-item--list a:hover:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: rgba(204, 204, 204, 0.2);
  }
  .c-item--list .c-item__info {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
  }
  .c-item--list .c-item__image {
    width: 180px;
    height: 180px;
    margin: 0;
  }
  .c-item--list .c-item__image img {
    width: 180px;
    height: 180px;
  }
  .c-item--list .c-item__info--name {
    width: 445px;
    padding: 0 60px 0 20px;
  }
  .c-item--list .c-item__info--name .c-item__icon {
    width: auto;
  }
  .c-item--list .c-item__info--name .c-item__icon img {
    margin-right: 5px;
  }
  .c-item--list .c-item__info--price {
    width: 225px;
    padding-right: 35px;
    text-align: right;
  }
  .c-item--list .c-item__info--price img {
    margin-top: 20px;
    max-width: 100%;
  }
  .c-item--list .c-item__outline {
    margin-top: 10px;
  }
}
@media screen and (min-width: 768px) {
  .c-item {
    margin: 0;
    font-size: 1.125rem;
  }
  .c-item__inner {
    padding: 30px 28px 30px 0;
  }
  .c-item__inner:not(:nth-of-type(4n)) {
    width: 237px;
  }
  .c-item__inner:nth-of-type(4n) {
    width: 209px;
    padding-right: 0;
  }
  .c-item__inner:nth-of-type(2n) {
    margin-left: 0;
  }
  .c-item__inner:nth-of-type(2n+1) {
    padding-right: 28px;
  }
  .c-item__inner:nth-of-type(2n) {
    padding-left: 0;
  }
  .c-item a {
    position: relative;
    display: block;
    width: 209px;
    padding: 10px;
  }
  .c-item a:hover:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: rgba(204, 204, 204, 0.2);
  }
  .c-item__image {
    margin-bottom: 20px;
  }
  .c-item__image img {
    width: 189px;
  }
  .c-item__brand {
    color: #000;
    font-size: 14px;
  }
  .c-item .itemCondition div, .c-item .itemCondition span {
    font-size: 13px;
    width: 190px;
  }
  .c-item__name {
    color: #000;
    line-height: 24px;
    margin-bottom: 13px;
  }
  .c-item__price {
    color: #333;
    font-size: 20px;
  }
  .c-item__price__currency {
    font-size: 14px;
    padding-left: 3px;
  }
  .c-item__stockicon {
    margin-top: 25px;
  }
  .c-item__stockicon img {
    max-width: 190px;
  }
  .c-item__group {
    margin: 60px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .c-item__group2 {
    margin: 80px 0 30px;
    text-align: center;
  }
  .c-item__icon {
    width: 194px;
    margin-bottom: 10px;
  }
  .c-item__icon img {
    width: 92px;
    max-width: 92px;
  }
  .c-item__content {
    margin-top: 0;
    width: 72%;
    max-width: 700px;
  }
  .c-item__radio {
    margin-bottom: 20px;
  }
  .c-item__selectbox label {
    width: 82%;
  }
  .c-item__selectbox input[type=text] {
    width: 90px;
    margin-right: 10px;
  }
  .c-item__selectbox input[type=radio] {
    width: 18px;
    top: 0;
  }
  .c-item__selectbox + .c-form-input__selectbox {
    margin-top: 20px;
  }
  .c-item__address {
    margin: 0;
  }
  .c-item__address dl {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .c-item__address dd + dt {
    margin-top: 30px;
  }
  .c-item__address dt {
    width: 20%;
    max-width: 115px;
    margin-right: 0;
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  }
  .c-item__address dd {
    width: 78%;
    max-width: 585px;
  }
  .c-item__zipcode input[type=button] {
    margin-left: 25px;
    padding: 12px 14px;
  }
  .c-item--size-m {
    max-width: 460px;
  }
  .c-item--size-s {
    max-width: 150px;
  }
  .c-item--size-ss {
    max-width: 150px;
  }
}

/* sort
   ----------------------------------------------------------------- */
.change_view.pnTp {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #e6e6e6;
  align-items: center;
  padding: 0 0 30px;
  margin: 0 15px;
}
@media screen and (min-width: 768px) {
  .change_view.pnTp {
    justify-content: flex-end;
  }
}

.sort {
  display: flex;
  align-items: center;
  margin-right: 30px;
}
.sort p {
  font-size: 13px;
  font-weight: bold;
  margin-right: 15px;
}
@media screen and (min-width: 768px) {
  .sort p {
    font-weight: normal;
    font-size: 16px;
  }
}

.change_view .sort select {
  padding: 3px 29px 4px 10px;
  border: 1px solid #ccc;
  border-radius: 2px;
  background: url(../../images/common/arw_select.png) center right 15px no-repeat #fff;
  height: 35px;
  width: 150px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-size: 14px;
  font-weight: bold;
  color: #333;
}
@media screen and (min-width: 768px) {
  .change_view .sort select {
    font-size: 15px;
  }
}

.display {
  z-index: 2;
}
.display ul {
  display: flex;
}
.display li:first-of-type {
  margin-right: 17px;
}
.display li img {
  width: 25px;
  height: 25px;
}
@media screen and (min-width: 768px) {
  .display li:first-of-type {
    margin-right: 20px;
  }
  .display li img {
    width: 28px;
  }
}

/* c-event__title
   ----------------------------------------------------------------- */
.c-event__title {
  margin: 25px 0 0;
  color: #fff;
  background-color: #929a9f;
  font-size: 16px;
  font-weight: bold;
  padding: 8px 15px;
}
@media screen and (min-width: 768px) {
  .c-event__title {
    font-size: 18px;
    padding: 8px 20px;
    margin: 40px auto 10px;
  }
}

/* p-input-comfirm
   ----------------------------------------------------------------- */
.p-input-comfirm.c-form-input {
  padding-top: 4vw;
  padding-bottom: 0;
}
.p-input-comfirm .c-form-input__group {
  margin: 6.6666666667vw 0;
  padding-bottom: 8vw;
}
.p-input-comfirm .c-form-input__group:not(:last-child) {
  border-bottom: solid 1px rgba(215, 202, 183, 0.5);
}
.p-input-comfirm .c-form-input__content {
  margin-left: 2.6666666667vw;
}
@media screen and (min-width: 768px) {
  .p-input-comfirm.c-form-input {
    padding-top: 50px;
    padding-bottom: 20px;
  }
  .p-input-comfirm .c-form-input__group {
    margin: 40px 0;
    padding-bottom: 40px;
    justify-content: center;
  }
  .p-input-comfirm .c-form-input__heading {
    width: 50%;
    max-width: 50%;
    padding-left: 10%;
    padding-right: 3%;
  }
  .p-input-comfirm .c-form-input__content {
    margin-left: 0;
    width: 50%;
    padding-left: 3%;
    padding-right: 3%;
  }
}
@media screen and (min-width: 1024px) {
  .p-input-comfirm .c-form-input__heading {
    padding-left: 25%;
  }
}

/* c-complete
   ----------------------------------------------------------------- */
.c-complete {
  margin: 20vw 0;
}
.c-complete__heading {
  margin-bottom: 6.6666666667vw;
  text-align: center;
  line-height: 1.6;
  font-family: "Noto Serif JP", "Hiragino Mincho ProN", "YuMincho", serif;
  font-weight: 400;
  font-size: 5.8666666667vw;
  color: #9C7A4C;
}
.c-complete__text {
  margin-bottom: 6.6666666667vw;
  text-align: center;
}
.c-complete__list {
  margin-bottom: 6.6666666667vw;
  font-size: 4vw;
}
@media screen and (min-width: 768px) {
  .c-complete {
    margin: 95px 0;
  }
  .c-complete__heading {
    margin-bottom: 25px;
    font-family: "游明朝体", "Yu Mincho", "YuMincho", serif;
    font-size: 2rem;
  }
  .c-complete__text {
    margin-bottom: 20px;
    font-size: 1.125rem;
  }
  .c-complete__text + .c-complete__list {
    margin-top: -10px;
  }
  .c-complete__list {
    margin-bottom: 20px;
    font-size: 0.875rem;
    text-align: center;
  }
}

.p-goods--detail {
  /* 商品swiper */
  /* 販売前カウンセリング */
}
.p-goods--detail #d_main form {
  margin-bottom: 75px;
}
@media screen and (min-width: 768px) {
  .p-goods--detail #d_main form {
    margin-bottom: 150px;
  }
}
.p-goods--detail .c-button__historydelete {
  text-align: right;
  margin-right: 40px;
  font-size: 14px;
  color: #777;
  position: relative;
  margin-top: 25px;
}
.p-goods--detail .c-button__historydelete::after {
  content: "×";
  color: #ccc;
  font-weight: bold;
  position: absolute;
  top: 1px;
  right: -20px;
}
.p-goods--detail .c-button__historydelete input {
  border-bottom: 1px solid #ccc;
  display: inline-block;
  font-weight: bold;
  padding-bottom: 3px;
}
.p-goods--detail .c-item__unit {
  flex-wrap: inherit;
}
.p-goods--detail .c-item__inner {
  border-bottom: none;
  padding-bottom: 0;
}
@media screen and (min-width: 768px) {
  .p-goods--detail .c-item {
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
  }
  .p-goods--detail .c-item .swiper-wrapper.c-item__unit {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin: 0 auto;
  }
  .p-goods--detail .c-item.swiper {
    width: 1200px;
    margin-block-end: 0 auto;
  }
}
.p-goods--detail #recommendItems .c-item__icon .reco-sale-icon {
  width: calc(50% - 3px);
}
.p-goods--detail #recommendItems .c-item__icon .reco-sale-icon img {
  width: 100%;
}
.p-goods--detail #recommendItems .c-item__icon:nth-child(2n+1) {
  margin-right: 5px;
}
@media screen and (min-width: 768px) {
  .p-goods--detail #recommendItems .reco-sale-icon {
    width: 92px;
    max-width: 92px;
  }
  .p-goods--detail #recommendItems .c-item__price {
    margin-bottom: 25px;
  }
}
.p-goods--detail #counselingQuestion.alertWindowContainer .alertWindowContentwrapper {
  position: relative;
  width: 100%;
  height: 100%;
}
.p-goods--detail #counselingQuestion.alertWindowContainer .alertWindowContent {
  height: auto;
  max-height: 90%;
  overflow-y: scroll;
  margin: 50px auto;
}
.p-goods--detail #counselingQuestion.alertWindowContainer .alertWindowContent::before {
  display: none;
}
.p-goods--detail #counselingQuestion.alertWindowContainer .zoom_close {
  top: 20px;
  right: 5px;
}
@media screen and (min-width: 768px) {
  .p-goods--detail #counselingQuestion.alertWindowContainer .alertWindowContentwrapper {
    width: 1100px;
  }
  .p-goods--detail #counselingQuestion.alertWindowContainer .zoom_close {
    right: -30px;
  }
  .p-goods--detail #counselingQuestion.alertWindowContainer .alertWindowContent {
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  .p-goods--detail #counselingQuestion.alertWindowContainer .alertWindowContent::-webkit-scrollbar {
    display: none;
  }
}
.p-goods--detail #counselingWarning .alertWindowContent::before,
.p-goods--detail #counselingUnavailable .alertWindowContent::before {
  display: none;
}
.p-goods--detail #counselingUnavailable .alertWindowInner li:first-child {
  margin-right: 0;
}
.p-goods--detail #counselingUnavailable .c-button {
  position: relative;
  padding: 0 0 0 30px;
  line-height: 58px;
}
.p-goods--detail #counselingUnavailable .c-button::before {
  content: "";
  position: absolute;
  width: 14px;
  height: 14px;
  background: url(/ec/shop/images/header/close.png) no-repeat;
  top: 23px;
  left: 30px;
  background-size: contain;
}
.p-goods--detail #counselingQuestion .c-button {
  position: relative;
  padding: 0 0 0 30px;
  line-height: 58px;
}
.p-goods--detail #counselingQuestion .c-button::before {
  content: "";
  position: absolute;
  width: 14px;
  height: 14px;
  background: url(/ec/shop/images/header/close.png) no-repeat;
  top: 23px;
  left: 30px;
  background-size: contain;
}
.p-goods--detail #counselingQuestion .c-button.--pink {
  padding: 0;
}
@media screen and (min-width: 768px) {
  .p-goods--detail #counselingUnavailable .alertWindowInner li:first-child {
    margin-right: 0;
  }
  .p-goods--detail #counselingUnavailable .c-button {
    position: relative;
    padding: 0 0 0 30px;
  }
  .p-goods--detail #counselingUnavailable .c-button::before {
    content: "";
    position: absolute;
    width: 14px;
    height: 14px;
    background: url(/ec/shop/images/header/close.png) no-repeat;
    top: 35px;
    left: 55px;
    background-size: contain;
  }
  .p-goods--detail #counselingQuestion .c-button {
    position: relative;
    padding: 0 0 0 30px;
  }
  .p-goods--detail #counselingQuestion .c-button::before {
    content: "";
    position: absolute;
    width: 14px;
    height: 14px;
    background: url(/ec/shop/images/header/close.png) no-repeat;
    top: 35px;
    left: 55px;
    background-size: contain;
  }
}
.p-goods--detail #modal-contentInner .counselingQuestion {
  text-align: center;
  margin-bottom: 30px;
}
.p-goods--detail #modal-contentInner .counselingQuestion:last-of-type {
  margin-bottom: 40px;
}
.p-goods--detail #modal-contentInner .question {
  background: #F4F4F4;
  padding: 10px;
  margin-bottom: 15px;
  line-height: 1.5;
  text-align: left;
}
.p-goods--detail #modal-contentInner .inputUnit {
  display: flex;
  align-items: center;
  justify-content: center;
}
.p-goods--detail #modal-contentInner label:first-of-type {
  margin-right: 40px;
}
.p-goods--detail #modal-contentInner label input {
  margin: 0 15px 10px 0;
}
@media screen and (min-width: 768px) {
  .p-goods--detail #modal-contentInner label:first-of-type {
    margin-right: 70px;
  }
  .p-goods--detail #modal-contentInner ul {
    margin-top: 70px;
  }
  .p-goods--detail #modal-contentInner .question {
    text-align: center;
  }
}
.p-goods--detail #estWebDialog .alertWindowContent::before {
  display: none;
}
.p-goods--detail #estWebDialog .webcounseling {
  flex-direction: column;
}
.p-goods--detail #estWebDialog .alert__info {
  text-align: left;
}
.p-goods--detail #estWebDialog .alertWindowInner li {
  width: 100%;
}
.p-goods--detail #estWebDialog .alertWindowInner li:first-child {
  order: 2;
  margin: 0;
}
.p-goods--detail #estWebDialog .alertWindowInner li:last-of-type {
  margin: 0 0 20px 0;
  order: 1;
}
.p-goods--detail #estWebDialog .alertWindowInner li .c-button {
  line-height: 60px;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-goods--detail #estWebDialog .webcounseling {
    flex-direction: initial;
  }
  .p-goods--detail #estWebDialog .alert__info {
    text-align: center;
  }
  .p-goods--detail #estWebDialog .alertWindowInner li {
    height: 80px;
    width: 360px;
  }
  .p-goods--detail #estWebDialog .alertWindowInner li:first-child {
    order: 1;
    margin: 0 50px 0 0;
  }
  .p-goods--detail #estWebDialog .alertWindowInner li:last-child {
    order: 2;
    margin: 0;
  }
  .p-goods--detail #estWebDialog .alertWindowInner li a {
    width: 360px;
  }
  .p-goods--detail #estWebDialog .alertWindowInner li .c-button {
    padding: 0 15px;
    width: auto;
    height: 80px;
    line-height: 80px;
  }
}/*# sourceMappingURL=item.css.map */