/* 共通 */
.p-option .woocommerce {
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  padding: 0 80px;
}

@media screen and (max-width: 1330px) {
  .p-option .woocommerce {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .p-option .woocommerce {
    padding: 0 16px;
  }
}

div.woocommerce input,
div.woocommerce textarea,
div.woocommerce select {
  font-size: 16px;
  font-size: 1.6rem;
  font-family: inherit;
}

div.woocommerce input:not([type="radio"]):not([type="checkbox"]),
div.woocommerce textarea,
div.woocommerce select {
  color: inherit;
  width: 100%;
  padding: 10px;
  border: 1px solid #d9cfca;
  background-color: #fff;
}

div.woocommerce textarea {
  resize: vertical;
  min-height: 160px;
}

div.woocommerce .post-password-form input:not([type="radio"]):not([type="checkbox"]),
div.woocommerce .post-password-form textarea,
div.woocommerce .post-password-form select,
.post-password-form input:not([type="radio"]):not([type="checkbox"]),
.post-password-form textarea,
.post-password-form select {
  width: auto;
}

div.woocommerce .post-password-form input[type="submit"],
.post-password-form input[type="submit"] {
  cursor: pointer;
  color: #fff;
  border-color: #ba1d1d;
  background: #000;
}

.c-search-header__select select {
  padding: 4px 30px 4px 10px ;
}

div.woocommerce p:not([class]) {
  margin-bottom: 20px;
  text-align: left;
}

.woocommerce form .form-row {
  margin: 10px 0 20px;
}

.woocommerce .summary del {
  font-size: 32px;
  font-size: 3.2rem;
}

.woocommerce .woocommerce-Price-amount {
  font-family: "Playfair Display", Arial, Helvetica, "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  letter-spacing: 1px;
  letter-spacing: 0.1rem;
  font-weight: 400;
  color: #ab2d2d;
}

.woocommerce .summary .woocommerce-Price-amount {
  font-size: 24px;
  font-size: 2.4rem;
}

@media screen and (max-width: 767px) {
  .woocommerce .summary .woocommerce-Price-amount {
    font-size: 22px;
    font-size: 2.2rem;
  }
}

.woocommerce .cart_totals .woocommerce-Price-amount,
.woocommerce .order-total .woocommerce-Price-amount {
  font-weight: 700;
}

.g-cart__item-price .woocommerce-Price-amount,
.woocommerce del .woocommerce-Price-amount {
  color: #ea6420;
}

.p-option .woocommerce .woocommerce-Price-amount {
    font-size: 20px;
    font-size: 2rem;
}

/* レイアウト */

.woocommerce .u-columns {
  width: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: -20px;
}

@media screen and (max-width: 1024px) {
  .woocommerce .u-columns {
    margin: 0;
  }
}

.woocommerce .u-column1,
.woocommerce .u-column2 {
  width: 50%;
  padding: 20px;
}

@media screen and (max-width: 1024px) {
  .woocommerce .u-column1,
  .woocommerce .u-column2 {
    width: 100%;
    padding: 0;
    margin: 0 0 20px;
  }
}

.woocommerce .u-columns h2:not([class]) {
  position: relative;
  margin: 0 0 20px;
  padding: 0 0 20px;
  border-bottom: 1px solid #ddd;
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 900;
  text-align: left;
}

@media screen and (max-width: 767px) {
  .woocommerce .u-columns h2:not([class]) {
    padding: 0 0 10px;
    font-size: 16px;
    font-size: 1.6rem;
  }
}


.woocommerce .u-columns h2:not([class])::after {
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 180px;
  height: 1px;
  background: #ea6420;
  content: '';
}


/* ラベル */

div.woocommerce label {
  font-weight: 400;
  cursor: pointer;
  text-align: left;
}

.woocommerce div.product form.cart .variations label {
  font-weight: 400;
}

/* セレクトボックス */

.woocommerce-select-wrapper .woocommerce-input-wrapper {
  position: relative;
  display: inline-block;
}

.woocommerce-select-wrapper .woocommerce-input-wrapper::after {
  position: absolute;
  top: 50%;
  right: 14px;
  display: block;
  width: 7px;
  height: 7px;
  border: solid #6c6c6c;
  border-width: 0 1px 1px 0;
  pointer-events: none;
  content: "";
  -webkit-transform: translateY(-75%) rotate(45deg);
          transform: translateY(-75%) rotate(45deg);
}

.woocommerce-select-wrapper .woocommerce-input-wrapper select {
  padding-right: 30px;
}

/* チェックボックス・ラジオボタン */

div.woocommerce form .form-row .input-checkbox,
div.woocommerce form .form-row .input-radio,
div.woocommerce input[type="checkbox"],
div.woocommerce input[type="radio"] {
  display: none;
  appearance: auto;
  -webkit-appearance: auto;
  -moz-appearance: auto;
}

div.woocommerce input[type="checkbox"] + span,
div.woocommerce input[type="checkbox"] + label,
div.woocommerce input[type="radio"] + span,
div.woocommerce input[type="radio"] + label {
  position: relative;
  display: inline-block;
  padding: 0 0 0 40px;
  font-size: 16px;
  font-size: 1.6rem;
  text-align: left;
}

@media screen and (max-width: 767px) {
  div.woocommerce input[type="checkbox"] + span,
  div.woocommerce input[type="checkbox"] + label,
  div.woocommerce input[type="radio"] + span,
  div.woocommerce input[type="radio"] + label {
    padding-left: 30px;
    line-height: 1.4;
  }
}

div.woocommerce input[type="checkbox"] + span::before,
div.woocommerce input[type="checkbox"] + label::before,
div.woocommerce input[type="radio"] + span::before,
div.woocommerce input[type="radio"] + label::before {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  width: 30px;
  height: 30px;
  margin: 0 10px 0 0;
  border: 1px solid #ccc;
  background: #fff;
  vertical-align: middle;
  content: "";
  -webkit-transition: background 0.3s cubic-bezier(0.19, 1, 0.22, 1), border 0.3s cubic-bezier(0.19, 1, 0.22, 1);
  transition: background 0.3s cubic-bezier(0.19, 1, 0.22, 1), border 0.3s cubic-bezier(0.19, 1, 0.22, 1);
}

@media screen and (max-width: 767px) {
  div.woocommerce input[type="checkbox"] + span::before,
  div.woocommerce input[type="checkbox"] + label::before,
  div.woocommerce input[type="radio"] + span::before,
  div.woocommerce input[type="radio"] + label::before {
    width: 20px;
    height: 20px;
  }
}

div.woocommerce input[type="radio"] + span::before,
div.woocommerce input[type="radio"] + label::before {
  width: 20px;
  height: 20px;
}

div.woocommerce input[type="checkbox"] + span::after,
div.woocommerce input[type="checkbox"] + label::after,
div.woocommerce input[type="radio"] + span::after,
div.woocommerce input[type="radio"] + label::after {
  position: absolute;
  top: 16px;
  left: 16px;
  display: inline-block;
  width: 7px;
  height: 14px;
  border: solid #fff;
  border-width: 0 3px 3px 0;
  content: "";
  opacity: 0;
  -webkit-transition: opacity 0.3s cubic-bezier(0.19, 1, 0.22, 1);
  transition: opacity 0.3s cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  -webkit-transform-origin: top;
          transform-origin: top;
}

@media screen and (max-width: 767px) {
  div.woocommerce input[type="checkbox"] + span::after,
  div.woocommerce input[type="checkbox"] + label::after,
  div.woocommerce input[type="radio"] + span::after,
  div.woocommerce input[type="radio"] + label::after {
    top: 11px;
    left: 12px;
  }
}

div.woocommerce input[type="radio"] + span::after,
div.woocommerce input[type="radio"] + label::after {
  top: 10px;
  left: 8px;
  width: 4px;
  height: 9px;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  -webkit-transform-origin: center center;
  transform-origin: center center;
}

div.woocommerce input[type="checkbox"] + span img,
div.woocommerce input[type="checkbox"] + label img,
div.woocommerce input[type="radio"] + span img,
div.woocommerce input[type="radio"] + label img {
  vertical-align: middle;
}

div.woocommerce input[type="checkbox"]:checked + span::before,
div.woocommerce input[type="checkbox"]:checked + label::before,
div.woocommerce input[type="radio"]:checked + span::before,
div.woocommerce input[type="radio"]:checked + label::before {
  border-color: #ab2d2d;
  background: #ab2d2d;
}

div.woocommerce input[type="checkbox"]:checked + span::after,
div.woocommerce input[type="checkbox"]:checked + label::after,
div.woocommerce input[type="radio"]:checked + span::after,
div.woocommerce input[type="radio"]:checked + label::after {
  opacity: 1;
}

div.woocommerce input[type="checkbox"][type="radio"] + span::before,
div.woocommerce input[type="checkbox"][type="radio"] + label::before,
div.woocommerce input[type="radio"][type="radio"] + span::before,
div.woocommerce input[type="radio"][type="radio"] + label::before {
  border-radius: 50%;
}

div.woocommerce input[type="checkbox"][type="checkbox"] + span::before,
div.woocommerce input[type="checkbox"][type="checkbox"] + label::before,
div.woocommerce input[type="radio"][type="checkbox"] + span::before,
div.woocommerce input[type="radio"][type="checkbox"] + label::before {
  border-radius: 1px;
}

/* ボタン */

.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
  padding: 15px;
  border-radius: 0;
  font-family: inherit;
  -webkit-transition: background 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  transition: background 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  text-align: center;
}

.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt {
  background: #bf3333;
  color: #fff;
  font-weight: 400;
  font-size: 15px;
  font-size: 1.5rem;
  padding: 25px;
}

@media screen and (max-width: 767px) {
  .woocommerce #respond input#submit.alt,
  .woocommerce a.button.alt,
  .woocommerce button.button.alt,
  .woocommerce input.button.alt {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.woocommerce #respond input#submit.alt:hover,
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover {
  background: #3b3b3b;
  color: #fff;
}

.woocommerce #respond input#submit.alt.disabled,
.woocommerce #respond input#submit.alt.disabled:hover,
.woocommerce #respond input#submit.alt:disabled,
.woocommerce #respond input#submit.alt:disabled:hover,
.woocommerce #respond input#submit.alt:disabled[disabled],
.woocommerce #respond input#submit.alt:disabled[disabled]:hover,
.woocommerce a.button.alt.disabled,
.woocommerce a.button.alt.disabled:hover,
.woocommerce a.button.alt:disabled,
.woocommerce a.button.alt:disabled:hover,
.woocommerce a.button.alt:disabled[disabled],
.woocommerce a.button.alt:disabled[disabled]:hover,
.woocommerce button.button.alt.disabled,
.woocommerce button.button.alt.disabled:hover,
.woocommerce button.button.alt:disabled,
.woocommerce button.button.alt:disabled:hover,
.woocommerce button.button.alt:disabled[disabled],
.woocommerce button.button.alt:disabled[disabled]:hover,
.woocommerce input.button.alt.disabled,
.woocommerce input.button.alt.disabled:hover,
.woocommerce input.button.alt:disabled,
.woocommerce input.button.alt:disabled:hover,
.woocommerce input.button.alt:disabled[disabled],
.woocommerce input.button.alt:disabled[disabled]:hover {
  background: #6c6c6c;
  color: #fff;
}

/* ページネーション */

.woocommerce .woocommerce-pagination {
  width: 100%;
  text-align: center;
  margin: 20px 0 0;
}

.woocommerce .woocommerce-pagination .woocommerce-button {
  display: inline-block;
  width: auto;
  margin: 0 10px;
  padding: 10px 20px;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 500;
}

/* お気に入り */

.simplefavorite-button {
  font-size: 0;
  position: absolute;
  z-index: 2;
  margin-top: 70%;
  top: 5px;
  right: 6px;
  width: 34px;
  height: 34px;
  border: 0;
  outline: none;
  background: none;
  color: #d9cfca;
  cursor: pointer;
}

@media screen and (max-width: 767px) {
  .simplefavorite-button {
    top: 2px;
    right: 0;
  }
}

.summary .simplefavorite-button {
  top: -2px;
  margin-top: 0;
}

@media screen and (max-width: 767px) {
  .summary .simplefavorite-button {
    top: -6px;
  }
}

.simplefavorite-button::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border: 17px solid #ab2d2d;
  border-radius: 50%;
  content: "";
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transform-origin: center;
          transform-origin: center;
}

.simplefavorite-button::after {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  display: inline-block;
  height: 16px;
  width: 18px;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20class%3D%22g-side__menu-list-item-link-img%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2219.2%22%20height%3D%2219.643%22%20viewBox%3D%220%200%2019.2%2019.643%22%3E%20%3Cdefs%3E%20%3Cstyle%20type%3D%22text%2Fcss%22%3E%20.g-side__menu-list-item-link-wish-path-line%20%7B%20fill%3A%20%23707070%3B%20%7D%20%3C%2Fstyle%3E%20%3C%2Fdefs%3E%20%3Cg%20class%3D%22g-side__menu-list-item-link-wish-g%22%20transform%3D%22translate(-1882%20-698)%22%3E%20%3Cg%20class%3D%22g-side__menu-list-item-link-wish-g2%22%20transform%3D%22translate(1870.305%20687.19)%22%20fill%3D%22rgba(255%2C255%2C255%2C0)%22%3E%20%3Cpath%20class%3D%22g-side__menu-list-item-link-wish-path-surface%22%20d%3D%22M%2021.29510688781738%2029.71967887878418%20L%2013.74620056152344%2021.64999771118164%20C%2011.67305374145508%2019.28089332580566%2011.67466926574707%2015.43716812133789%2013.75084018707275%2013.07766151428223%20L%2013.75382041931152%2013.07427215576172%20L%2013.75674057006836%2013.07083225250244%20C%2014.6972599029541%2011.96227169036865%2016.07056045532227%2011.32047176361084%2017.52449035644531%2011.30999183654785%20C%2018.54859924316406%2011.31000232696533%2019.69911956787109%2011.94415187835693%2020.94050979614258%2013.1948413848877%20L%2021.29457092285156%2013.55156230926514%20L%2021.64945030212402%2013.19565200805664%20C%2022.67907524108887%2012.16302108764648%2024.04849433898926%2011.57714366912842%2025.50615882873535%2011.54559230804443%20L%2025.51598930358887%2011.54559230804443%20C%2026.79195976257324%2011.54897212982178%2028.00271987915039%2012.10595226287842%2028.83648109436035%2013.07371139526367%20C%2029.85922050476074%2014.2637414932251%2030.41269111633301%2015.78371143341064%2030.39454078674316%2017.35318183898926%20L%2030.39447975158691%2017.35903167724609%20L%2030.39455032348633%2017.36489105224609%20C%2030.41311836242676%2018.93172073364258%2029.86204719543457%2020.44939231872559%2028.84273719787598%2021.63941955566406%20L%2021.29510688781738%2029.71967887878418%20Z%22%20stroke%3D%22none%22%2F%3E%20%3Cpath%20class%3D%22g-side__menu-list-item-link-wish-path-line%22%20d%3D%22M%2017.52387809753418%2011.81000518798828%20C%2016.21726608276367%2011.82067108154297%2014.98332023620605%2012.39796829223633%2014.13800048828125%2013.39431190490723%20L%2014.13216972351074%2013.40118217468262%20L%2014.1262092590332%2013.40795135498047%20C%2013.20327949523926%2014.45684242248535%2012.69499969482422%2015.86167144775391%2012.69499969482422%2017.36366271972656%20C%2012.69499969482422%2018.86077117919922%2013.19992256164551%2020.26321601867676%2014.1171760559082%2021.31465721130371%20L%2021.29484176635742%2028.98748779296875%20L%2028.46980285644531%2021.30619621276855%20C%2029.40583419799805%2020.20955085754395%2029.91168212890625%2018.81280136108398%2029.89458084106445%2017.37082099914551%20L%2029.89443969726563%2017.35911178588867%20L%2029.89458084106445%2017.34740257263184%20C%2029.91131019592285%2015.89956092834473%2029.40073013305664%2014.49738121032715%2028.45767974853516%2013.40007209777832%20C%2027.71865081787109%2012.54226112365723%2026.64548110961914%2012.0485725402832%2025.51598930358887%2012.04559135437012%20L%2025.5115966796875%2012.04559135437012%20C%2024.18576622009277%2012.07571983337402%2022.94019317626953%2012.60927581787109%2022.00350952148438%2013.54868125915527%20L%2021.29376029968262%2014.2604923248291%20L%2020.58563995361328%2013.54706192016602%20C%2019.45900726318359%2012.41198921203613%2018.40031433105469%2011.8113956451416%2017.52387809753418%2011.81000518798828%20M%2017.52088928222656%2010.81000137329102%20C%2018.68882942199707%2010.81000137329102%2019.9570198059082%2011.49421119689941%2021.29537963867188%2012.84260177612305%20C%2022.41218948364258%2011.72254180908203%2023.91947937011719%2011.07842254638672%2025.50094985961914%2011.04559135437012%20L%2025.51598930358887%2011.04559135437012%20C%2026.93756103515625%2011.04934120178223%2028.28746032714844%2011.67041206359863%2029.21529006958008%2012.74736213684082%20C%2030.31705093383789%2014.02934265136719%2030.9140510559082%2015.6687126159668%2030.89451026916504%2017.35896110534668%20C%2030.91456031799316%2019.04996109008789%2030.31756019592285%2020.69033241271973%2029.21529006958008%2021.97306251525879%20L%2021.29537963867188%2030.45187187194824%20L%2013.3754711151123%2021.98559188842773%20C%2011.13484001159668%2019.43167114257813%2011.13484001159668%2015.29377174377441%2013.3754711151123%2012.74736213684082%20C%2014.40932083129883%2011.52880096435547%2015.92288017272949%2010.8215217590332%2017.52088928222656%2010.81000137329102%20Z%22%20stroke%3D%22none%22%2F%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
  font-family: "Font Awesome 5 Free";
  font-size: 16px;
  font-size: 1.6rem;
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  line-height: 20px;
  content: '';
  -webkit-transition: color 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  transition: color 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transform-origin: center;
          transform-origin: center;
  text-rendering: auto;
}

.simplefavorite-button:hover {
  color: #ab2d2d;
}

.simplefavorite-button:hover::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20class%3D%22g-side__menu-list-item-link-img%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2219.2%22%20height%3D%2219.643%22%20viewBox%3D%220%200%2019.2%2019.643%22%3E%20%3Cdefs%3E%20%3Cstyle%20type%3D%22text%2Fcss%22%3E%20.g-side__menu-list-item-link-wish-path-line%20%7B%20fill%3A%20%23ab2d2d%3B%20%7D%20%3C%2Fstyle%3E%20%3C%2Fdefs%3E%20%3Cg%20class%3D%22g-side__menu-list-item-link-wish-g%22%20transform%3D%22translate(-1882%20-698)%22%3E%20%3Cg%20class%3D%22g-side__menu-list-item-link-wish-g2%22%20transform%3D%22translate(1870.305%20687.19)%22%20fill%3D%22rgba(255%2C255%2C255%2C0)%22%3E%20%3Cpath%20class%3D%22g-side__menu-list-item-link-wish-path-surface%22%20d%3D%22M%2021.29510688781738%2029.71967887878418%20L%2013.74620056152344%2021.64999771118164%20C%2011.67305374145508%2019.28089332580566%2011.67466926574707%2015.43716812133789%2013.75084018707275%2013.07766151428223%20L%2013.75382041931152%2013.07427215576172%20L%2013.75674057006836%2013.07083225250244%20C%2014.6972599029541%2011.96227169036865%2016.07056045532227%2011.32047176361084%2017.52449035644531%2011.30999183654785%20C%2018.54859924316406%2011.31000232696533%2019.69911956787109%2011.94415187835693%2020.94050979614258%2013.1948413848877%20L%2021.29457092285156%2013.55156230926514%20L%2021.64945030212402%2013.19565200805664%20C%2022.67907524108887%2012.16302108764648%2024.04849433898926%2011.57714366912842%2025.50615882873535%2011.54559230804443%20L%2025.51598930358887%2011.54559230804443%20C%2026.79195976257324%2011.54897212982178%2028.00271987915039%2012.10595226287842%2028.83648109436035%2013.07371139526367%20C%2029.85922050476074%2014.2637414932251%2030.41269111633301%2015.78371143341064%2030.39454078674316%2017.35318183898926%20L%2030.39447975158691%2017.35903167724609%20L%2030.39455032348633%2017.36489105224609%20C%2030.41311836242676%2018.93172073364258%2029.86204719543457%2020.44939231872559%2028.84273719787598%2021.63941955566406%20L%2021.29510688781738%2029.71967887878418%20Z%22%20stroke%3D%22none%22%2F%3E%20%3Cpath%20class%3D%22g-side__menu-list-item-link-wish-path-line%22%20d%3D%22M%2017.52387809753418%2011.81000518798828%20C%2016.21726608276367%2011.82067108154297%2014.98332023620605%2012.39796829223633%2014.13800048828125%2013.39431190490723%20L%2014.13216972351074%2013.40118217468262%20L%2014.1262092590332%2013.40795135498047%20C%2013.20327949523926%2014.45684242248535%2012.69499969482422%2015.86167144775391%2012.69499969482422%2017.36366271972656%20C%2012.69499969482422%2018.86077117919922%2013.19992256164551%2020.26321601867676%2014.1171760559082%2021.31465721130371%20L%2021.29484176635742%2028.98748779296875%20L%2028.46980285644531%2021.30619621276855%20C%2029.40583419799805%2020.20955085754395%2029.91168212890625%2018.81280136108398%2029.89458084106445%2017.37082099914551%20L%2029.89443969726563%2017.35911178588867%20L%2029.89458084106445%2017.34740257263184%20C%2029.91131019592285%2015.89956092834473%2029.40073013305664%2014.49738121032715%2028.45767974853516%2013.40007209777832%20C%2027.71865081787109%2012.54226112365723%2026.64548110961914%2012.0485725402832%2025.51598930358887%2012.04559135437012%20L%2025.5115966796875%2012.04559135437012%20C%2024.18576622009277%2012.07571983337402%2022.94019317626953%2012.60927581787109%2022.00350952148438%2013.54868125915527%20L%2021.29376029968262%2014.2604923248291%20L%2020.58563995361328%2013.54706192016602%20C%2019.45900726318359%2012.41198921203613%2018.40031433105469%2011.8113956451416%2017.52387809753418%2011.81000518798828%20M%2017.52088928222656%2010.81000137329102%20C%2018.68882942199707%2010.81000137329102%2019.9570198059082%2011.49421119689941%2021.29537963867188%2012.84260177612305%20C%2022.41218948364258%2011.72254180908203%2023.91947937011719%2011.07842254638672%2025.50094985961914%2011.04559135437012%20L%2025.51598930358887%2011.04559135437012%20C%2026.93756103515625%2011.04934120178223%2028.28746032714844%2011.67041206359863%2029.21529006958008%2012.74736213684082%20C%2030.31705093383789%2014.02934265136719%2030.9140510559082%2015.6687126159668%2030.89451026916504%2017.35896110534668%20C%2030.91456031799316%2019.04996109008789%2030.31756019592285%2020.69033241271973%2029.21529006958008%2021.97306251525879%20L%2021.29537963867188%2030.45187187194824%20L%2013.3754711151123%2021.98559188842773%20C%2011.13484001159668%2019.43167114257813%2011.13484001159668%2015.29377174377441%2013.3754711151123%2012.74736213684082%20C%2014.40932083129883%2011.52880096435547%2015.92288017272949%2010.8215217590332%2017.52088928222656%2010.81000137329102%20Z%22%20stroke%3D%22none%22%2F%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%3C%2Fsvg%3E");
}

.simplefavorite-button.active {
  color: #ab2d2d;
  opacity: 1;
}

.simplefavorite-button.active::before {
  -webkit-animation: activeBtnCircle 0.8s cubic-bezier(0.19, 1, 0.22, 1);
          animation: activeBtnCircle 0.8s cubic-bezier(0.19, 1, 0.22, 1);
}

.simplefavorite-button.active::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20class%3D%22g-side__menu-list-item-link-img%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2219.2%22%20height%3D%2219.643%22%20viewBox%3D%220%200%2019.2%2019.643%22%3E%20%3Cdefs%3E%20%3Cstyle%20type%3D%22text%2Fcss%22%3E%20.g-side__menu-list-item-link-wish-path-surface%20%7B%20fill%3A%20%23ab2d2d%3B%20%7D%20%3C%2Fstyle%3E%20%3C%2Fdefs%3E%20%3Cg%20class%3D%22g-side__menu-list-item-link-wish-g%22%20transform%3D%22translate(-1882%20-698)%22%3E%20%3Cg%20class%3D%22g-side__menu-list-item-link-wish-g2%22%20transform%3D%22translate(1870.305%20687.19)%22%20fill%3D%22rgba(255%2C255%2C255%2C0)%22%3E%20%3Cpath%20class%3D%22g-side__menu-list-item-link-wish-path-surface%22%20d%3D%22M%2021.29510688781738%2029.71967887878418%20L%2013.74620056152344%2021.64999771118164%20C%2011.67305374145508%2019.28089332580566%2011.67466926574707%2015.43716812133789%2013.75084018707275%2013.07766151428223%20L%2013.75382041931152%2013.07427215576172%20L%2013.75674057006836%2013.07083225250244%20C%2014.6972599029541%2011.96227169036865%2016.07056045532227%2011.32047176361084%2017.52449035644531%2011.30999183654785%20C%2018.54859924316406%2011.31000232696533%2019.69911956787109%2011.94415187835693%2020.94050979614258%2013.1948413848877%20L%2021.29457092285156%2013.55156230926514%20L%2021.64945030212402%2013.19565200805664%20C%2022.67907524108887%2012.16302108764648%2024.04849433898926%2011.57714366912842%2025.50615882873535%2011.54559230804443%20L%2025.51598930358887%2011.54559230804443%20C%2026.79195976257324%2011.54897212982178%2028.00271987915039%2012.10595226287842%2028.83648109436035%2013.07371139526367%20C%2029.85922050476074%2014.2637414932251%2030.41269111633301%2015.78371143341064%2030.39454078674316%2017.35318183898926%20L%2030.39447975158691%2017.35903167724609%20L%2030.39455032348633%2017.36489105224609%20C%2030.41311836242676%2018.93172073364258%2029.86204719543457%2020.44939231872559%2028.84273719787598%2021.63941955566406%20L%2021.29510688781738%2029.71967887878418%20Z%22%20stroke%3D%22none%22%2F%3E%20%3Cpath%20class%3D%22g-side__menu-list-item-link-wish-path-line%22%20d%3D%22M%2017.52387809753418%2011.81000518798828%20C%2016.21726608276367%2011.82067108154297%2014.98332023620605%2012.39796829223633%2014.13800048828125%2013.39431190490723%20L%2014.13216972351074%2013.40118217468262%20L%2014.1262092590332%2013.40795135498047%20C%2013.20327949523926%2014.45684242248535%2012.69499969482422%2015.86167144775391%2012.69499969482422%2017.36366271972656%20C%2012.69499969482422%2018.86077117919922%2013.19992256164551%2020.26321601867676%2014.1171760559082%2021.31465721130371%20L%2021.29484176635742%2028.98748779296875%20L%2028.46980285644531%2021.30619621276855%20C%2029.40583419799805%2020.20955085754395%2029.91168212890625%2018.81280136108398%2029.89458084106445%2017.37082099914551%20L%2029.89443969726563%2017.35911178588867%20L%2029.89458084106445%2017.34740257263184%20C%2029.91131019592285%2015.89956092834473%2029.40073013305664%2014.49738121032715%2028.45767974853516%2013.40007209777832%20C%2027.71865081787109%2012.54226112365723%2026.64548110961914%2012.0485725402832%2025.51598930358887%2012.04559135437012%20L%2025.5115966796875%2012.04559135437012%20C%2024.18576622009277%2012.07571983337402%2022.94019317626953%2012.60927581787109%2022.00350952148438%2013.54868125915527%20L%2021.29376029968262%2014.2604923248291%20L%2020.58563995361328%2013.54706192016602%20C%2019.45900726318359%2012.41198921203613%2018.40031433105469%2011.8113956451416%2017.52387809753418%2011.81000518798828%20M%2017.52088928222656%2010.81000137329102%20C%2018.68882942199707%2010.81000137329102%2019.9570198059082%2011.49421119689941%2021.29537963867188%2012.84260177612305%20C%2022.41218948364258%2011.72254180908203%2023.91947937011719%2011.07842254638672%2025.50094985961914%2011.04559135437012%20L%2025.51598930358887%2011.04559135437012%20C%2026.93756103515625%2011.04934120178223%2028.28746032714844%2011.67041206359863%2029.21529006958008%2012.74736213684082%20C%2030.31705093383789%2014.02934265136719%2030.9140510559082%2015.6687126159668%2030.89451026916504%2017.35896110534668%20C%2030.91456031799316%2019.04996109008789%2030.31756019592285%2020.69033241271973%2029.21529006958008%2021.97306251525879%20L%2021.29537963867188%2030.45187187194824%20L%2013.3754711151123%2021.98559188842773%20C%2011.13484001159668%2019.43167114257813%2011.13484001159668%2015.29377174377441%2013.3754711151123%2012.74736213684082%20C%2014.40932083129883%2011.52880096435547%2015.92288017272949%2010.8215217590332%2017.52088928222656%2010.81000137329102%20Z%22%20stroke%3D%22none%22%2F%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%3C%2Fsvg%3E");
  font-weight: 900;
  -webkit-animation: activeBtnIcon 0.8s cubic-bezier(0.19, 1, 0.22, 1);
          animation: activeBtnIcon 0.8s cubic-bezier(0.19, 1, 0.22, 1);
}

.simplefavorite-button.loading {
  color: #d9cfca;
  -webkit-animation: activeBtn 0.5s cubic-bezier(0.19, 1, 0.22, 1);
          animation: activeBtn 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}

.simplefavorite-button.loading::after {
  width: 20px;
  height: 20px;
  background: none;
  font-weight: 700;
  content: "\f110";
  -webkit-animation: rotate 1s linear infinite;
          animation: rotate 1s linear infinite;
}

.sf-icon-star-empty {
  display: none;
}

/* レイアウト */

.l-content__main.is-single {
  position: relative;
  z-index: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-order: 2;
  width: calc(100% - 340px);
  padding: 0 0 0 80px;
  text-align: justify;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-ordinal-group: 3;
  order: 2;
}

@media screen and (max-width: 1330px) {
  .l-content__main.is-single {
    width: calc(100% - 250px);
    padding: 0 0 0 60px;
  }
}

@media screen and (max-width: 1024px) {
  .l-content__main.is-single {
    width: 100%;
    padding: 0;
  }
}

@media screen and (max-width: 767px) {
  .l-content__main.is-single {
    padding: 0;
  }
}

/* リスト */

.woocommerce ul.products.c-grid {
  margin: 0 -15px 20px;
}

@media screen and (max-width: 767px) {
  .woocommerce ul.products.c-grid {
    margin: 0 -7.5px 12px;
  }
}

.woocommerce ul.products.c-grid[data-grid="2"] {
  margin: 0 0 20px;
}

.woocommerce ul.products.c-grid .c-grid__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
          justify-content: space-between;
}

/* ループアイテム */

.woocommerce .c-item__content {
  padding: 0 10px;
}

@media screen and (max-width: 767px) {
  .woocommerce .c-item__content {
    padding: 0;
  }
}

.woocommerce .c-item__price .woocommerce-Price-amount {
  color: inherit;
  font-weight: inherit;
}

.woocommerce .products ul.c-item__colors {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: -4px;
  padding: 20px 0 0;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media screen and (max-width: 767px) {
  .woocommerce .products ul.c-item__colors {
    margin: -2px;
  }
}

.c-item__price del {
  font-size: 80%;
  display: block;
}

@media screen and (max-width: 767px) {
  .c-item__price del {
    font-size: 90%;
  }
}

.c-item__price ins,
.c-item__price ins + small {
  color: #ba1d1d;
  font-weight: 900;
  text-decoration: none;
}

.c-item__price .from,
.c-item__price .subscription-details {
  font-size: 80%;
}

@media screen and (max-width: 767px) {
  .c-item__price .from,
  .c-item__price .subscription-details {
    font-size: 90%;
  }
}

.c-item__price .subscription-details {
  color: #ea6420;
  font-weight: normal;
}

.woocommerce ul.products li.product a {
  position: relative;
}

.woocommerce ul.products li.product .button {
  text-align: center;
  width: 100%;
  padding: 10px 0;
  font-size: 14px;
  font-size: 1.4rem;
  background: #e3e1e1;
}

.woocommerce a.added_to_cart {
  color: #fff;
  background: #bf3333;
  font-weight: 700;
  width: 100%;
  padding: 10px;
  border-radius: 3px;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1;
  text-align: center;
  border-radius: 0;
  margin: 10px 0 0;
}

/* アイテム詳細 */

.woocommerce div.product.c-grid__item {
  padding: 0;
}

.woocommerce-single-product-inner {
  position: relative;
  z-index: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  -webkit-box-align: start;
  align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media screen and (max-width: 1024px) {
  .woocommerce-single-product-inner {
    padding: 0;
  }
}

.woocommerce-single-product-inner-gallery {
  width: 57%;
  position: relative;
}

@media screen and (max-width: 1300px) {
  .woocommerce-single-product-inner-gallery {
    width: 50%;
  }
}

@media screen and (max-width: 1199px) {
  .woocommerce-single-product-inner-gallery {
    width: 100%;
  }
}


.woocommerce-single-product-inner-gallery .simplefavorite-button {
  top: 30px;
  right: 60px;
  width: 68px;
  height: 68px;
}

@media screen and (max-width: 1024px) {
  .woocommerce-single-product-inner-gallery .simplefavorite-button {
    top: 10px;
    right: 10px;
    width: 46px;
    height: 46px;
  }
}

.woocommerce div.product div.images .woocommerce-product-gallery__wrapper {
  transition-timing-function: ease;
}

@media screen and (max-width: 767px) {
  .woocommerce-product-gallery .c-favorite-btn {
    right: 10px;
  }
}

.woocommerce-product-gallery__image {
  background-color: #f5f5f5;
  position: relative;
}

.woocommerce-product-gallery__image::after {
  content: "";
  display: block;
  padding-bottom: 80%;
}


.woocommerce div.product div.woocommerce-product-gallery__image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.woocommerce-single-product-inner-gallery .simplefavorite-button::before {
  border-width: 34px;
}

@media screen and (max-width: 767px) {
  .woocommerce-single-product-inner-gallery .simplefavorite-button::before {
    border-width: 23px;
  }
}

.woocommerce-single-product-inner-gallery .simplefavorite-button::after {
  font-size: 30px;
  font-size: 3rem;
}

@media screen and (max-width: 1024px) {
  .woocommerce-single-product-inner-gallery .simplefavorite-button::after {
    font-size: 24px;
    font-size: 2.4rem;
  }
}

.woocommerce div.product div.summary {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  width: 43%;
  padding: 0 0 0 80px;
  text-align: left;
  margin: 0;
}

@media screen and (max-width: 1300px) {
  .woocommerce div.product div.summary {
    width: 50%;
  }
}

@media screen and (max-width: 1199px) {
  .woocommerce div.product div.summary {
    position: relative;
    width: 100%;
    margin: 0;
    padding: 0;
  }
}

@media screen and (max-width: 767px) {
  .woocommerce div.product div.summary {
    width: 100%;
  }
}

.woocommerce div.product .product_title {
  margin: 0 0 10px;
  padding-right: 30px;
  font-size: 20px;
  font-size: 2rem;
}

@media screen and (max-width: 767px) {
  .woocommerce div.product .product_title {
    font-size: 15px;
    font-size: 1.5rem;
  }
}

.woocommerce-product-details__short-description {
  margin-top: 20px;
}

.woocommerce div.product p.price,
.woocommerce div.product span.price {
  color: inherit;
  font-size: 32px;
  font-size: 3.2rem;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .woocommerce div.product p.price,
  .woocommerce div.product span.price {
    font-size: 28px;
    font-size: 2.8rem;
  }
}

.woocommerce div.product p.price ins,
.woocommerce div.product span.price ins {
  color: #ba1d1d;
  text-decoration: none;
}

.woocommerce div.product p.price del,
.woocommerce div.product span.price del {
  opacity: 1;
}

.woocommerce .subscription-details {
  display: block;
}

.woocommerce div.product .price .from,
.woocommerce div.product .price .subscription-details,
.woocommerce div.product .woocommerce-price-suffix {
  font-size: 13px;
  font-size: 1.3rem;
  font-weight: 400;
}

.woocommerce div.product .price .subscription-details {
  font-weight: normal;
}

.woocommerce div.product .woocommerce-Price-currencySymbol {
  font-size: 80%;
}

.woocommerce div.product p.stock {
  color: inherit;
  font-size: inherit;
}

.woocommerce-variation-add-to-cart {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
}

.woocommerce div.product form.cart:not(.variations_form):not(.grouped_form) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.woocommerce div.product form.cart .variations {
  margin-bottom: 3em;
}

.woocommerce div.product form.cart div.quantity {
  float: none;
  margin: 0;
  display: flex;
}

div.woocommerce .quantity input[type="number"] {
  padding: 18px 16px;
  width: 120px;
  text-align: center;
  font-size: 16px;
  font-size: 1.6rem;
}

@media screen and (max-width: 767px) {
  div.woocommerce .quantity input[type="number"] {
    width: 80px;
    padding: 15px 0;
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.woocommerce div.product form.cart .button {
  width: 100%;
  min-height: 48px;
  float: none;
}

@media screen and (max-width: 767px) {
  .woocommerce div.product form.cart .button {
    width: 100%;
    padding: 11px;
  }
}

.woocommerce div.product form.cart .variations td,
.woocommerce div.product form.cart .variations th {
  vertical-align: middle;
  padding: 10px 0;
}

.woocommerce div.product form.cart {
  margin-top: 50px;
  margin-bottom: 0;
}

@media screen and (max-width: 767px) {
  .woocommerce div.product form.cart {
    margin-top: 30px;
  }
}

.woocommerce div.product form.cart .reset_variations {
  font-size: 13px;
  font-size: 1.3rem;
  position: absolute;
  border-radius: 20px;
  margin: 10px 0 0;
  background: #ebe9eb;
  padding: 0 10px;
  line-height: 2;
}

.woocommerce .product_meta {
  margin-top: 30px;
}

.woocommerce .product_meta > span {
  display: block;
  color: #666;
}

.woocommerce .product_meta > span:not(:last-child) {
  margin-bottom: 10px;
}

/* レビュー */

.woocommerce .star-rating {
  color: #ff9800;
  float: none;
}

.woocommerce div.product .woocommerce-product-rating {
  font-size: 20px;
  font-size: 2rem;
  margin: 0;
}

.woocommerce div.product .woocommerce-product-rating a {
  font-size: 16px;
  font-size: 1.6rem;
}

.woocommerce #review_form #respond {
  margin: 20px 0 0;
}

/* スライド */

.woocommerce div.product div.images {
  margin-bottom: 0;
}

@media screen and (max-width: 1024px) {
  .woocommerce div.product div.images.woocommerce-product-gallery {
    width: 100vw;
    margin: 0 -80px;
  }
}

@media screen and (max-width: 767px) {
  .woocommerce div.product div.images.woocommerce-product-gallery {
    margin: 0 -16px;
  }
}

.woocommerce .flex-direction-nav {
  position: absolute;
  z-index: 10;
  top: 0;
  right: 0;
  left: 0;
  margin-top: 40%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
      -ms-flex-pack: justify;
  pointer-events: none;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-box-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 1024px) {
  .woocommerce .flex-direction-nav {
    right: 0;
    left: 0;
  }
}

.woocommerce .flex-nav-prev a,
.woocommerce .flex-nav-next a {
  position: relative;
  display: block;
  width: 50px;
  height: 50px;
  border: 0;
  outline: none;
  background: #ea6420;
  pointer-events: auto;
  cursor: pointer;
}

@media screen and (max-width: 1024px) {
  .woocommerce .flex-nav-prev a,
  .woocommerce .flex-nav-next a {
    width: 38px;
    height: 38px;
  }
}

.woocommerce .flex-nav-prev a::after,
.woocommerce .flex-nav-next a::after {
  position: absolute;
  top: 50%;
  left: 50%;
  display: inline-block;
  width: 10px;
  height: 10px;
  border: solid #fff;
  border-width: 1px 1px 0 0;
  content: "";
  -webkit-transition: -webkit-transform .2s ease;
  transition: -webkit-transform .2s ease;
  transition: transform .2s ease;
  transition: transform .2s ease, -webkit-transform .2s ease;
  -webkit-transform: translateY(-50%) translateX(-65%) rotate(45deg);
          transform: translateY(-50%) translateX(-65%) rotate(45deg);
}

.woocommerce .flex-nav-prev a::after {
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
}

.woocommerce .flex-nav-next a:hover::after {
  -webkit-transform: translateY(-50%) translateX(-40%) rotate(45deg);
          transform: translateY(-50%) translateX(-40%) rotate(45deg);
}

.woocommerce .flex-nav-prev a::after {
  -webkit-transform: translateY(-50%) translateX(-25%) rotate(-135deg);
          transform: translateY(-50%) translateX(-25%) rotate(-135deg);
}

.woocommerce .flex-nav-prev a:hover::after {
  -webkit-transform: translateY(-50%) translateX(-50%) rotate(-135deg);
          transform: translateY(-50%) translateX(-50%) rotate(-135deg);
}


/* サムネイル */

.woocommerce div.product div.images .flex-viewport {
  margin: 0 0 15px;
}

.woocommerce div.product div.images .flex-control-thumbs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -10px;
}

@media screen and (max-width: 1024px) {
  .woocommerce div.product div.images .flex-control-thumbs {
    margin: 10px 10px 0;
  }
}

.woocommerce div.product div.images .flex-control-thumbs li {
  float: none;
  width: 20%;
  padding: 10px;
  position: relative;
}

@media screen and (max-width: 1024px) {
  .woocommerce div.product div.images .flex-control-thumbs li {
    padding: 5px;
  }
}

.woocommerce div.product div.images .flex-control-thumbs li::after {
  content: "";
  background-color: #ea6420;
  position: absolute;
  top: 10px;
  right: 10px;
  bottom: 10px;
  left: 10px;
}

@media screen and (max-width: 1024px) {
  .woocommerce div.product div.images .flex-control-thumbs li::after {
    top: 5px;
    right: 5px;
    bottom: 5px;
    left: 5px;
  }
}

.woocommerce div.product div.images .flex-control-thumbs li img.flex-active {
  opacity: .4;
}

.woocommerce div.product div.images .flex-control-thumbs li img {
  position: relative;
  z-index: 1;
  opacity: 1;
  transition: opacity .2s ease;
}

/* グループ商品 */

.woocommerce-grouped-product-list,
.woocommerce-grouped-product-list thead,
.woocommerce-grouped-product-list tbody,
.woocommerce-grouped-product-list tfoot,
.woocommerce-grouped-product-list tr,
.woocommerce-grouped-product-list th,
.woocommerce-grouped-product-list td {
  display: block;
}

.woocommerce-grouped-product-list tr {
  padding: 0;
  margin: 0 0 20px;
  overflow: hidden;
}

.woocommerce div.product form.cart .group_table td:first-child {
  width: auto;
  float: right;
}

.woocommerce div.product form.cart .group_table td:first-child .button {
  width: auto;
}

.woocommerce div.product form.cart .group_table td.woocommerce-grouped-product-list-item__label {
  padding: 0;
}

/* 関連商品 */

.woocommerce .upsells.products,
.woocommerce .related.products {
  margin-top: 40px;
}

/* タブ */

.woocommerce div.product .woocommerce-tabs ul.tabs li {
  margin: 0;
}

.woocommerce div.product .woocommerce-tabs .panel h2,
.woocommerce div.product .woocommerce-tabs .panel .comment-reply-title {
  font-weight: bold;
  margin: 0 0 10px;
  display: block;
}

/* プライバシーポリシー */

.woocommerce-privacy-policy-text {
  padding: 20px;
  background: #f5f5f5;
  font-size: 15px;
  font-size: 1.5rem;
}

div.woocommerce-privacy-policy-text p:not([class]):not(:last-child) {
  margin: 0 0 10px;
}

div.woocommerce-privacy-policy-text p:not([class]):last-child {
  margin: 0;
}

/* ログイン */

.woocommerce form.login,
.woocommerce form.register {
  margin-top: 20px;
}

.woocommerce .woocommerce-LostPassword {
  text-align: center;
}

.woocommerce .password-input {
  position: relative;
  display: block;
  width: 100%;
}

.woocommerce .password-input input {
  width: 100%;
}

.woocommerce .show-password-input {
  position: absolute;
  z-index: 1;
  top: 22px;
  right: 0;
  padding: 10px;
  font-size: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.woocommerce .show-password-input.display-password::after {
  content: "\f06e";
}

.woocommerce .show-password-input::after {
  display: inline-block;
  font-family: "Font Awesome 5 Free";
  font-size: 17px;
  font-size: 1.7rem;
  font-weight: 400;
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  color: #ea6420;
  content: "\f070";
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  text-rendering: auto;
}

.woocommerce .woocommerce-form-login .woocommerce-form-login__submit {
  float: none;
}

.woocommerce .woocommerce-form-login .woocommerce-form-login__submit,
.woocommerce .woocommerce-form-register .woocommerce-form-register__submit {
  width: 100%;
  max-width: 100%;
  padding: 30px 0;
  background: #bf3333;
  color: #fff;
  margin: 20px auto 15px;
  font-weight: 400;
}

@media screen and (max-width: 767px) {
  .woocommerce .woocommerce-form-login .woocommerce-form-login__submit,
  .woocommerce .woocommerce-form-register .woocommerce-form-register__submit {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.woocommerce .woocommerce-form-login .woocommerce-form-login__submit:hover,
.woocommerce .woocommerce-form-register .woocommerce-form-register__submit:hover {
  background: #751313;
  color: #fff;
}

/* カート */

.return-to-shop {
  margin: 0 0 40px;
}

.woocommerce-cart-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.woocommerce-cart-form {
  width: calc(100% - 380px);
}

.cart-collaterals {
  width: 380px;
  padding: 0 0 0 60px;
}

@media screen and (max-width: 1024px) {
  .woocommerce-cart-form,
  .cart-collaterals {
    width: 100%;
    padding: 0;
    margin: 0 0 20px;
  }
}

.cart-collaterals h2:not([class]) {
  margin: 0 0 20px;
  padding: 0 0 10px;
  font-size: 16px;
  font-size: 1.6rem;
  border-bottom: 1px solid #ddd;
  font-weight: 900;
}

.woocommerce table.shop_table.woocommerce-checkout-review-order-table,
.woocommerce table.shop_table.woocommerce-checkout-review-order-table tbody,
.woocommerce table.shop_table.woocommerce-checkout-review-order-table tfoot,
.woocommerce table.shop_table.woocommerce-checkout-review-order-table tr,
.woocommerce table.shop_table.woocommerce-checkout-review-order-table th,
.woocommerce table.shop_table.woocommerce-checkout-review-order-table td,
.woocommerce .woocommerce-cart-inner table.shop_table,
.woocommerce .woocommerce-cart-inner table.shop_table tbody,
.woocommerce .woocommerce-cart-inner table.shop_table tfoot,
.woocommerce .woocommerce-cart-inner table.shop_table tr,
.woocommerce .woocommerce-cart-inner table.shop_table th,
.woocommerce .woocommerce-cart-inner table.shop_table td {
  display: block;
}

.woocommerce table.shop_table.woocommerce-checkout-review-order-table thead,
.woocommerce .woocommerce-cart-inner table.shop_table thead {
  display: none;
}

.woocommerce table.shop_table.woocommerce-checkout-review-order-table tbody th,
.woocommerce table.shop_table.woocommerce-checkout-review-order-table tfoot td,
.woocommerce table.shop_table.woocommerce-checkout-review-order-table tfoot th,
.woocommerce table.shop_table.woocommerce-checkout-review-order-table td,
.woocommerce .woocommerce-cart-inner table.shop_table tbody th,
.woocommerce .woocommerce-cart-inner table.shop_table tfoot td,
.woocommerce .woocommerce-cart-inner table.shop_table tfoot th,
.woocommerce .woocommerce-cart-inner table.shop_table td {
  border: 0 !important;
  padding: 0;
  text-align: left;
}


@media screen and (max-width: 767px) {
  .woocommerce table.shop_table tfoot td {
    border-top: none;
  }
}

.woocommerce ul#shipping_method {
  margin-bottom: 20px;
}

.woocommerce ul#shipping_method li {
  margin-bottom: 10px;
}

.woocommerce .shipping.recurring-total ul {
  margin-bottom: 20px;
}

.woocommerce .shipping.recurring-total ul li {
  margin-bottom: 10px;
}

.woocommerce .woocommerce-shipping-destination {
  font-size: 14px;
  font-size: 1.4rem;
  margin-bottom: 0;
}

.woocommerce .woocommerce-shipping-calculator {
  padding: 10px 0 0;
}

.woocommerce .shipping-calculator-button {
  display: inline-block;
  margin: 0 0 10px;
  padding: 4px 10px;
  background: #6c6c6c;
  font-size: 12px;
  font-size: 1.2rem;
  color: #fff;
  cursor: pointer;
}

.woocommerce .shipping-calculator-form .form-row {
  margin: 0 0 10px;
}

.woocommerce .cart_totals {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  padding: 30px;
  background: #f5f5f5;
}

@media screen and (max-width: 767px) {
  .woocommerce .cart_totals {
    padding: 40px 30px;
  }
}

.woocommerce table.shop_table {
  width: 100%;
  margin: 0 0 20px;
  border: 0;
}

.woocommerce table.shop_table:not(.woocommerce-checkout-review-order-table) td.product-quantity {
  width: 80px;
  min-width: 80px;
}

@media screen and (max-width: 767px) {
  .woocommerce table.shop_table:not(.woocommerce-checkout-review-order-table) td.product-quantity {
    width: 60px;
    min-width: 60px;
  }
}

.woocommerce .woocommerce-cart-inner table.shop_table td.product-quantity {
  width: 100%;
}

.woocommerce .cart_totals .shop_table .woocommerce-shipping-totals td {
  font-size: 14px;
  font-size: 1.4rem;
}

.woocommerce .cart_totals .shop_table tr {
  margin: 0 0 14px;
}

.woocommerce .cart_totals .shop_table th {
  margin: 0 0 5px;
}

.woocommerce .cart_totals .shop_table td {
  font-size: 18px;
  font-size: 1.8rem;
}

.woocommerce .cart_totals .shop_table .tax_label,
.woocommerce .cart_totals .shop_table .includes_tax,
.woocommerce .cart_totals .shop_table .first-payment-date {
  display: inline-block;
  font-size: 14px;
  font-size: 1.4rem;
}

.woocommerce .woocommerce-cart-form tr {
  width: 100%;
  vertical-align: middle;
  position: relative;
  min-height: 250px;
  padding: 30px 60px 30px 220px;
}

@media screen and (max-width: 767px) {
  .woocommerce .woocommerce-cart-form tr {
    min-height: 160px;
    padding: 20px 20px 10px 110px;
  }
}

.woocommerce .woocommerce-cart-form tr {
  border-top: 1px solid #ddd;
}

.woocommerce .woocommerce-cart-form tr:not([class]) {
  display: block;
  padding: 30px 20px;
}

@media screen and (max-width: 767px) {
  .woocommerce .woocommerce-cart-form tr:not([class]) {
    padding: 20px 0;
  }
}

.woocommerce .woocommerce-cart-form .tax_label,
.woocommerce .woocommerce-cart-form .includes_tax {
  display: inline-block;
  font-size: 12px;
  font-size: 1.2rem;
  letter-spacing: -.05rem;
}

.woocommerce .woocommerce-cart-form .quantity input.qty {
  width: 60px;
  padding: 4px;
  text-align: center;
}

.woocommerce .woocommerce-cart-form__cart-item .product-remove {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.woocommerce .woocommerce-cart-form__cart-item .product-thumbnail {
  position: absolute;
  top: 30px;
  left: 20px;
  width: 160px;
  height: 200px;
  font-size: 0;
}

#add_payment_method table.cart img,
.woocommerce-cart table.cart img,
.woocommerce-checkout table.cart img {
  width: 100%;
}

@media screen and (max-width: 767px) {
  .woocommerce .woocommerce-cart-form__cart-item .product-thumbnail {
    top: 20px;
    left: 0;
    width: 100px;
    height: 120px;
  }
}

#add_payment_method .wc-proceed-to-checkout,
.woocommerce-cart .wc-proceed-to-checkout,
.woocommerce-checkout .wc-proceed-to-checkout {
  text-align: center;
}

.woocommerce-cart .cart-collaterals .cart_totals table th,
.woocommerce-checkout .cart-collaterals .cart_totals table th {
  width: 100%;
}

.woocommerce .woocommerce-cart-form .subscription-details {
  overflow: hidden;
}

.woocommerce .woocommerce-cart-form__cart-item .product-name,
.woocommerce .woocommerce-cart-form__cart-item .product-price,
.woocommerce .woocommerce-cart-form__cart-item .product-quantity,
.woocommerce .woocommerce-cart-form__cart-item .product-subtotal {
  overflow: hidden;
  width: 100%;
  margin: 0 0 14px;
  padding: 0 10px;
  font-size: 18px;
  font-size: 1.8rem;
  letter-spacing: 1px;
  letter-spacing: 0.1rem;
}

@media screen and (max-width: 767px) {
  .woocommerce .woocommerce-cart-form__cart-item .product-name,
  .woocommerce .woocommerce-cart-form__cart-item .product-price,
  .woocommerce .woocommerce-cart-form__cart-item .product-quantity,
  .woocommerce .woocommerce-cart-form__cart-item .product-subtotal {
    margin: 0 0 10px;
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.woocommerce .woocommerce-cart-form__cart-item .product-name::before,
.woocommerce .woocommerce-cart-form__cart-item .product-price::before,
.woocommerce .woocommerce-cart-form__cart-item .product-quantity::before,
.woocommerce .woocommerce-cart-form__cart-item .product-subtotal::before {
  float: left;
  margin: 1px 20px 0 0;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 900;
  white-space: nowrap;
  text-transform: uppercase;
  content: attr(data-title);
}

@media screen and (max-width: 767px) {
  .woocommerce .woocommerce-cart-form__cart-item .product-name::before,
  .woocommerce .woocommerce-cart-form__cart-item .product-price::before,
  .woocommerce .woocommerce-cart-form__cart-item .product-quantity::before,
  .woocommerce .woocommerce-cart-form__cart-item .product-subtotal::before {
    margin: 1px 20px 0 0;
    font-size: 12px;
    font-size: 1.2rem;
  }
}

.woocommerce td.product-name .wc-item-meta,
.woocommerce td.product-name dl.variation {
  font-size: 14px;
  font-size: 1.4rem;
  letter-spacing: 0.5px;
  letter-spacing: 0.05rem;
  line-height: 1.5;
}

@media screen and (max-width: 767px) {
  .woocommerce td.product-name .wc-item-meta .wc-item-meta-label,
  .woocommerce td.product-name .wc-item-meta dt,
  .woocommerce td.product-name dl.variation .wc-item-meta-label,
  .woocommerce td.product-name dl.variation dt,
  .woocommerce td.product-name .wc-item-meta dd,
  .woocommerce td.product-name dl.variation dd {
    font-size: 12px;
    font-size: 1.2rem;
  }
}

.woocommerce .woocommerce-cart-form__cart-item .remove {
  font-size: 30px;
  font-size: 3rem;
  font-weight: 300;
  color: #999 !important;
}

.woocommerce .woocommerce-cart-form__cart-item .remove:hover {
  color: #999 !important;
  background: none;
}

.woocommerce .woocommerce-cart-form .coupon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.woocommerce .woocommerce-cart-form .coupon label {
  width: 100%;
}

#add_payment_method table.cart td.actions .coupon .input-text,
.woocommerce-cart table.cart td.actions .coupon .input-text,
.woocommerce-checkout table.cart td.actions .coupon .input-text {
  width: calc(100% - 200px);
  font-size: 16px;
  font-size: 1.6rem;
  margin: 0;
  padding: 10px 14px 10px;
}

@media screen and (max-width: 767px) {
  .woocommerce .woocommerce-cart-form .coupon input {
    width: 100%;
    margin: 0 0 20px;
  }
}

.woocommerce .woocommerce-cart-form .coupon button {
  width: 200px;
  max-width: 100%;
  margin: 0;
  padding: 15px 0;
  border: 0;
}

@media screen and (max-width: 767px) {
  .woocommerce .woocommerce-cart-form .coupon button {
    margin: 0 auto;
  }
}

.woocommerce .woocommerce-cart-form button[name="update_cart"] {
  display: block;
  width: 200px;
  max-width: 100%;
  margin: 40px auto;
  padding: 15px 0;
}

@media screen and (max-width: 767px) {
  .woocommerce .woocommerce-cart-form button[name="update_cart"] {
    margin: 20px auto 0;
  }
}

.woocommerce .woocommerce-cart-form button[name="update_cart"]:disabled {
  padding: 15px 0;
}

/* チェックアウト */

form.woocommerce-checkout {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
      -ms-flex-align: start;
  width: 100%;
  -webkit-box-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  text-align: left;
}

@media screen and (max-width: 1024px) {
  form.woocommerce-checkout {
    display: block;
  }
}

form.woocommerce-checkout .woocommerce-privacy-policy-text {
  background: #fff;
}

.woocommerce td.product-name .wc-item-meta,
.woocommerce td.product-name dl.variation,
.woocommerce td.product-name dl.variation:last-child {
  background: #fff;
  border-radius: 5px;
  padding: 10px;
  margin: 5px 0;
}

form.woocommerce-checkout .col2-set {
  width: calc(100% - 320px);
  padding: 0 60px 0 0;
}

@media screen and (max-width: 1024px) {
  form.woocommerce-checkout .col2-set {
    width: 100%;
    padding: 20px 0 40px;
  }
}

@media screen and (max-width: 767px) {
  form.woocommerce-checkout .col2-set {
    padding: 20px 0;
  }
}

form.woocommerce-checkout .col2-set .woocommerce-notices-wrapper {
  padding: 0;
}

form.woocommerce-checkout .col2-set .col-1 {
  margin: 0 0 40px;
}

form.woocommerce-checkout #order_review_heading {
  display: none;
}

.woocommerce-checkout-review-order {
  width: 320px;
}

@media screen and (max-width: 1024px) {
  .woocommerce-checkout-review-order {
    width: 100%;
    margin: 0 0 40px;
  }
}

#order_review {
  padding: 30px 30px 10px;
  background: #f5f5f5;
}

@media screen and (max-width: 1024px) {
  #order_review {
    padding: 20px 20px 5px;
  }
}

#order_review tr {
  margin: 0 0 20px;
}

#order_review .tax_label,
#order_review .includes_tax {
  display: inline-block;
  font-size: 14px;
  font-size: 1.4rem;
}

.woocommerce-checkout-review-order .button#place_order {
  width: 100%;
  max-width: 100%;
  margin: 20px auto;
  padding: 15px 0;
  font-size: 16px;
  font-size: 1.6rem;
}

#add_payment_method .checkout .col-2 h3#ship-to-different-address,
.woocommerce-cart .checkout .col-2 h3#ship-to-different-address,
.woocommerce-checkout .checkout .col-2 h3#ship-to-different-address {
  float: none;
}

.woocommerce .woocommerce-additional-fields {
  margin: 40px 0 20px;
}

form.woocommerce-checkout h3:not([class]) {
  margin: 0 0 10px;
  padding: 0 0 10px;
  border-bottom: 1px solid #ddd;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 900;
}

@media screen and (max-width: 767px) {
  form.woocommerce-checkout h3:not([class]) {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

#ship-to-different-address input[type="checkbox"] + span,
#ship-to-different-address input[type="checkbox"] + label,
#ship-to-different-address input[type="radio"] + span,
#ship-to-different-address input[type="radio"] + label {
  font-size: 16px;
  font-size: 1.6rem;
  padding-top: 4px;
}

@media screen and (max-width: 767px) {
  #ship-to-different-address input[type="checkbox"] + span,
  #ship-to-different-address input[type="checkbox"] + label,
  #ship-to-different-address input[type="radio"] + span,
  #ship-to-different-address input[type="radio"] + label {
    padding-top: 0;
  }
}

.woocommerce .woocommerce-additional-fields p {
  margin: 0 0 20px;
}

#add_payment_method #payment,
.woocommerce-cart #payment,
.woocommerce-checkout #payment {
  background: none;
}

#add_payment_method #payment ul.payment_methods,
.woocommerce-cart #payment ul.payment_methods,
.woocommerce-checkout #payment ul.payment_methods {
  padding: 0;
  border-bottom: 0;
}

#add_payment_method #payment div.form-row,
.woocommerce-cart #payment div.form-row,
.woocommerce-checkout #payment div.form-row {
  padding: 0;
  margin: 30px 0 20px;
}

#add_payment_method #payment div.payment_box,
.woocommerce-cart #payment div.payment_box,
form.woocommerce-checkout #payment div.payment_box {
  margin: 1em 0 0;
  background: #fff;
}

#add_payment_method #payment ul.payment_methods li:not(:first-child),
.woocommerce-cart #payment ul.payment_methods li:not(:first-child),
.woocommerce-checkout #payment ul.payment_methods li:not(:first-child) {
  margin: 10px 0 0;
}

#add_payment_method #payment div.payment_box::before,
.woocommerce-cart #payment div.payment_box::before,
form.woocommerce-checkout #payment div.payment_box::before {
  border-bottom-color: #fff;
}

#add_payment_method #payment ul.payment_methods label,
.woocommerce-cart #payment ul.payment_methods label,
.woocommerce-checkout #payment ul.payment_methods label {
  width: 100%;
}

#add_payment_method #payment ul.payment_methods li img,
.woocommerce-cart #payment ul.payment_methods li img,
.woocommerce-checkout #payment ul.payment_methods li img {
  max-height: 22px;
  float: right;
  vertical-align: top;
  margin: -2px 0 0;
}

#add_payment_method #payment div.payment_box img,
.woocommerce-cart #payment div.payment_box img,
form.woocommerce-checkout #payment div.payment_box img {
  display: block;
  margin: 0;
}

.woocommerce-address-fields__field-wrapper,
.woocommerce-shipping-fields__field-wrapper,
.woocommerce-billing-fields__field-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: left;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.woocommerce form .woocommerce-address-fields__field-wrapper .form-row,
.woocommerce form .woocommerce-shipping-fields__field-wrapper .form-row,
.woocommerce form .woocommerce-billing-fields__field-wrapper .form-row {
  width: 100%;
  margin: 0 0 20px;
  text-align: left;
}

@media screen and (max-width: 767px) {
  .woocommerce form .woocommerce-address-fields__field-wrapper .form-row,
  .woocommerce form .woocommerce-shipping-fields__field-wrapper .form-row,
  .woocommerce form .woocommerce-billing-fields__field-wrapper .form-row {
    margin: 0 0 10px;
  }
}

.woocommerce form .woocommerce-address-fields__field-wrapper .form-row-first,
.woocommerce form .woocommerce-address-fields__field-wrapper .form-row-last,
.woocommerce form .woocommerce-shipping-fields__field-wrapper .form-row-first,
.woocommerce form .woocommerce-shipping-fields__field-wrapper .form-row-last,
.woocommerce form .woocommerce-billing-fields__field-wrapper .form-row-first,
.woocommerce form .woocommerce-billing-fields__field-wrapper .form-row-last {
  width: 50%;
}

.woocommerce form .woocommerce-address-fields__field-wrapper .form-row-first,
.woocommerce form .woocommerce-shipping-fields__field-wrapper .form-row-first,
.woocommerce form .woocommerce-billing-fields__field-wrapper .form-row-first {
  padding: 10px 10px 10px 0;
}

.woocommerce form .woocommerce-address-fields__field-wrapper .form-row-last,
.woocommerce form .woocommerce-shipping-fields__field-wrapper .form-row-last,
.woocommerce form .woocommerce-billing-fields__field-wrapper .form-row-last {
  padding: 10px 0 10px 10px;
}

/* サンクス */
.woocommerce ul.order_details li {
  text-align: left;
}

@media screen and (max-width: 767px) {
  .woocommerce ul.order_details li {
    float: none;
    border: 0;
    padding: 0;
    margin: 0 0 10px;
  }
}

.woocommerce-thankyou-order-received {
  margin: 0 0 20px;
  text-align: left;
}

.woocommerce .woocommerce-customer-details {
  padding: 20px 0 0;
}

.woocommerce-MyAccount-content h2,
.woocommerce-MyAccount-content h3,
.woocommerce-order-details__title,
.woocommerce-column__title {
  margin: 0 0 10px;
  padding: 0 0 10px;
  border-bottom: 1px solid #ddd;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 900;
  text-align: left;
}

@media screen and (max-width: 767px) {
  .woocommerce-MyAccount-content h2,
  .woocommerce-MyAccount-content h3,
  .woocommerce-order-details__title,
  .woocommerce-column__title {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

.woocommerce table.order_details {
  background: #f5f5f5;
  padding: 20px;
}

@media screen and (max-width: 767px) {
  .woocommerce table.order_details {
    padding: 0;
  }
}

.woocommerce table.order_details tbody tr {
  margin: 0 0 14px;
}

.woocommerce table.order_details.woocommerce-checkout-review-order-table tfoot tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-top: 1px solid rgba(0,0,0,.1);
  padding: 14px 0 0;
  margin: 14px 0 0;
}

.woocommerce table.order_details.woocommerce-checkout-review-order-table tfoot th {
  padding: 0 10px 0 0;
}

.woocommerce table.order_details .woocommerce-table__product-total {
  margin: 10px 0 0;
}
.woocommerce .woocommerce-order-hold-info {
  margin: 0 0 40px;
}

.woocommerce-column--billing-address,
.woocommerce-column--shipping-address {
  margin: 0 0 40px;
}

.woocommerce-order-cancel-info {
  margin: 40px 0 0;
  text-align: left;
}

.first-payment-date {
  font-size: 16px;
  font-size: 1.6rem;
}

/* クーポン入力 */

.woocommerce form.checkout_coupon,
.woocommerce form.login,
.woocommerce form.register {
  border: none;
  padding: 0;
}

.woocommerce form.checkout_coupon {
  padding: 20px 20px 10px;
  background-color: #f5f5f5;
}

.woocommerce form.checkout_coupon button,
.woocommerce form.checkout_coupon button:hover {
  color: #fff;
  background: #6c6c6c;
}

/* マイページ */

.woocommerce-my-account-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.woocommerce .woocommerce-MyAccount-navigation {
  width: 330px;
  padding: 0 40px 0 0;
}

@media screen and (max-width: 1024px) {
  .woocommerce .woocommerce-MyAccount-navigation {
        -ms-flex-order: 2;
    width: 100%;
    padding: 20px 40px;
    background: #f5f5f5;
    -webkit-box-ordinal-group: 3;
            order: 2;
  }
}

@media screen and (max-width: 767px) {
  .woocommerce .woocommerce-MyAccount-navigation {
    width: 100%;
    padding: 20px 20px 40px;
    margin: 0 0 10px;
  }
}

.woocommerce .woocommerce-MyAccount-navigation-link {
  margin: 0 0 20px;
  border-bottom: 1px solid #ddd;
  text-align: left;
}

@media screen and (max-width: 767px) {
  .woocommerce .woocommerce-MyAccount-navigation-link {
    margin: 0;
  }
}

.woocommerce .woocommerce-MyAccount-navigation-link a {
  display: block;
  padding: 18px 0;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 400;
  color: #ea6420;
  text-decoration: none;
  -webkit-transition: color .2s ease;
  transition: color .2s ease;
}

@media screen and (max-width: 767px) {
  .woocommerce .woocommerce-MyAccount-navigation-link a {
    padding: 18px;
    font-size: 16px;
    font-size: 1.6rem;
  }
}

.woocommerce .woocommerce-MyAccount-navigation-link.is-active a {
  color: #000;
}

.woocommerce .woocommerce-MyAccount-content {
  width: calc(100% - 330px);
  padding: 0 0 0 40px;
}

@media screen and (max-width: 1024px) {
  .woocommerce .woocommerce-MyAccount-content {
        -ms-flex-order: 1;
    width: 100%;
    padding: 0 0 30px;
    -webkit-box-ordinal-group: 2;
            order: 1;
  }
}

/* 住所 */

.woocommerce .woocommerce-Address-title {
  margin: 0 0 20px;
  padding: 0 0 10px;
  border-bottom: 1px solid #ddd;
}

.woocommerce .woocommerce-Address-title h3 {
  border: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}

.woocommerce .woocommerce-Address-title .edit {
  padding: 2px 10px;
  background: #6c6c6c;
  color: #fff;
  font-size: 14px;
  font-size: 1.4rem;
}

.woocommerce .woocommerce-Address address {
  padding: 20px;
  background: #f5f5f5;
  text-align: left;
}

.woocommerce .woocommerce-address-fields button {
  position: relative;
  display: block;
  width: 320px;
  max-width: 90%;
  margin: 40px auto;
  padding: 20px 0;
  font-size: 18px;
  font-size: 1.8rem;
}

@media screen and (max-width: 767px) {
  .woocommerce .woocommerce-address-fields button {
    width: 248px;
    padding: 12px 0;
  }
}

/* 注文履歴 */

.woocommerce table.my_account_orders {
  font-size: inherit;
}

.woocommerce table.my_account_orders .button {
  padding: 8px 10px;
  font-size: 14px;
  font-size: 1.4rem;
  margin: 4px;
}

.woocommerce table.my_account_orders .button.pay {
  color: #fff;
  background: #000
}

@media screen and (max-width: 767px) {
  .woocommerce table.my_account_orders,
  .woocommerce table.my_account_orders tbody,
  .woocommerce table.my_account_orders tfoot,
  .woocommerce table.my_account_orders tr,
  .woocommerce table.my_account_orders th,
  .woocommerce table.my_account_orders td {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .woocommerce table.my_account_orders thead {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .woocommerce table.my_account_orders tr {
    border-bottom: 1px solid rgba(0,0,0,.1);
    margin: 0 0 10px;
    padding: 0 0 10px;
  }
}

@media screen and (max-width: 767px) {
  .woocommerce table.my_account_orders td {
    border-top: 0;
  }
}

@media screen and (max-width: 767px) {
  .woocommerce table.my_account_orders td::before {
    float: left;
    margin: 1px 20px 0 0;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 900;
    white-space: nowrap;
    text-transform: uppercase;
    content: attr(data-title);
  }
}

/* 注文履歴 通知 */

.woocommerce .woocommerce-OrderUpdate {
  margin: 0 0 20px;
  padding: 20px;
  border-radius: 10px;
  background: #f5f5f5;
}

.woocommerce .woocommerce-OrderUpdate-meta {
  margin: 0 0 4px;
  font-size: 13px;
  font-size: 1.3rem;
  font-weight: 900;
}

/* 注文履歴 再注文 */

.woocommerce .order-again {
  margin: 40px 0 0;
}

/* アカウント詳細 */

.woocommerce .woocommerce-EditAccountForm .form-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  padding: 30px 0;
  border-bottom: 1px solid #ddd;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media screen and (max-width: 767px) {
  .woocommerce .woocommerce-EditAccountForm .form-row {
    padding: 10px 0 20px;
  }
}

.woocommerce .woocommerce-EditAccountForm > p:last-child {
  margin: 30px 0 0;
}

.woocommerce .woocommerce-EditAccountForm .woocommerce-form-row--first,
.woocommerce .woocommerce-EditAccountForm .woocommerce-form-row--last {
  width: 50%;
}

.woocommerce .woocommerce-EditAccountForm .woocommerce-form-row--first {
  padding: 30px 0 30px 30px;
}

@media screen and (max-width: 767px) {
  .woocommerce .woocommerce-EditAccountForm .woocommerce-form-row--first {
    padding: 10px 0 20px 10px;
  }
}

.woocommerce .woocommerce-EditAccountForm .woocommerce-form-row--last {
  padding: 30px 30px 30px 0;
}

@media screen and (max-width: 767px) {
  .woocommerce .woocommerce-EditAccountForm .woocommerce-form-row--last {
    padding: 10px 10px 20px 0;
  }
}

.woocommerce .woocommerce-EditAccountForm label {
  width: 30%;
}

@media screen and (max-width: 767px) {
  .woocommerce .woocommerce-EditAccountForm label {
    width: 100%;
  }
}

.woocommerce .woocommerce-EditAccountForm label + label {
  width: 70%;
}

@media screen and (max-width: 767px) {
  .woocommerce .woocommerce-EditAccountForm label + label {
    width: 100%;
  }
}

.woocommerce .woocommerce-EditAccountForm input {
  width: 70%;
  padding: 10px;
}

@media screen and (max-width: 767px) {
  .woocommerce .woocommerce-EditAccountForm input {
    width: 100%;
  }
}

.woocommerce .woocommerce-EditAccountForm input[name="account_display_name"] + span {
  display: none;
}

.woocommerce .woocommerce-EditAccountForm input[type="date"] {
  min-width: 140px;
  min-height: 50px;
}

.woocommerce .woocommerce-EditAccountForm fieldset {
  position: relative;
  width: 100%;
  padding: 20px 0 20px 30%;
  border-bottom: 1px solid #ddd;
  text-align: left;
}

@media screen and (max-width: 767px) {
  .woocommerce .woocommerce-EditAccountForm fieldset {
    padding: 20px 0;
  }
}

.woocommerce .woocommerce-EditAccountForm fieldset legend {
  position: absolute;
  top: 10px;
  left: 0;
  width: 30%;
  padding: 20px 0;
}

@media screen and (max-width: 767px) {
  .woocommerce .woocommerce-EditAccountForm fieldset legend {
    position: static;
    width: 100%;
    padding: 20px 0 0;
  }
}

.woocommerce .woocommerce-EditAccountForm fieldset .woocommerce-form-row {
  padding: 10px 0;
  border-bottom: 0;
}

.woocommerce .woocommerce-EditAccountForm fieldset label {
  width: 100%;
  margin: 0 0 5px;
  padding: 0;
  font-size: 14px;
  font-size: 1.4rem;
}

.woocommerce .woocommerce-EditAccountForm fieldset label[for="password_current"],
.woocommerce .woocommerce-EditAccountForm fieldset label[for="password_1"] {
  letter-spacing: -0.5px;
  letter-spacing: -0.05rem;
}

.woocommerce .woocommerce-password-hint {
  display: none;
}

.woocommerce .woocommerce-password-hint-default {
  display: block;
  font-size: 14px;
  font-size: 1.4rem;
  margin: .5em 0 0;
  line-height: 1.8;
}

.woocommerce .woocommerce-password-strength {
  display: inline-block;
  margin: 10px 0;
  padding: 3px 10px 2px;
  border-radius: 5px;
  background: #607d8b;
  font-size: 14px;
  font-size: 1.4rem;
  color: #fff;
}

.woocommerce .woocommerce-password-strength.short {
  background: #000;
  font-weight: 900;
}

.woocommerce .woocommerce-password-strength.bad {
  background: #3f51b5;
  font-weight: 900;
}

.woocommerce .woocommerce-password-strength.strong {
  background: #4caf50;
  font-weight: 900;
}

/* 通知 */

.woocommerce-NoticeGroup {
  width: 100%;
}

.woocommerce-info,
.woocommerce-error,
.woocommerce-message {
  text-align: left;
}

ul.payment_methods .woocommerce-error,
ul.payment_methods .woocommerce-info,
ul.payment_methods .woocommerce-message {
  font-size: 14px;
  font-size: 1.4rem;
  padding: 1em;
}

ul.payment_methods .woocommerce-error::before,
ul.payment_methods .woocommerce-info::before,
ul.payment_methods .woocommerce-message::before {
  display: none;
}

.woocommerce .woocommerce-error a.button,
.woocommerce .woocommerce-info a.button,
.woocommerce .woocommerce-message a.button {
  font-size: 14px;
  font-size: 1.4rem;
  padding: 8px 15px;
}

.showcoupon,
.restore-item {
  font-size: 14px;
  font-size: 1.4rem;
  padding: 8px 15px;
  background: #6c6c6c;
  color: #fff;
  margin: 0 0 0 10px;
}

@media screen and (max-width: 767px) {
  .showcoupon,
  .restore-item {
    display: block;
    margin: 10px 0 0;
    text-align: center;
  }
}

/* 送料計算機 */

#add_payment_method .cart-collaterals .shipping-calculator-form,
.woocommerce-cart .cart-collaterals .shipping-calculator-form,
.woocommerce-checkout .cart-collaterals .shipping-calculator-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
          flex-direction: column;
}

.woocommerce .shipping-calculator-form > * {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}

.woocommerce .shipping-calculator-form #calc_shipping_country_field {
  -webkit-box-ordinal-group: 1;
  -ms-flex-order: 0;
  order: 0;
}

.woocommerce .shipping-calculator-form #calc_shipping_postcode_field {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}

/* スタイルブック */

.c-style-book-header__items-list .c-grid__item {
  padding: 0;
  margin: 0 0 20px;
}

.c-style-book-header__items-list .c-item__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  text-align: left;
  -webkit-box-pack: justify;
  justify-content: space-between;
}

.c-style-book-header__items-list .c-item__figure {
  width: 40%;
}

@media screen and (max-width: 1330px) {
  .c-style-book-header__items-list .c-item__figure {
    width: 200px;
  }
}

@media screen and (max-width: 1024px) {
  .c-style-book-header__items-list .c-item__figure {
    width: 120px;
  }
}

.c-style-book-header__items-list .c-item__content {
  width: 55%;
}

@media screen and (max-width: 1330px) {
  .c-style-book-header__items-list .c-item__content {
    width: calc(100% - 200px);
    padding: 0 0 0 40px;
  }
}

@media screen and (max-width: 1024px) {
  .c-style-book-header__items-list .c-item__content {
    width: calc(100% - 120px);
    padding: 0 0 0 20px;
  }
}

.c-style-book-header__items-list .c-grid__item .button,
.c-style-book-header__items-list .c-grid__item .simplefavorite-button {
  display: none;
}

.woocommerce .subscription_details .button {
  width: auto;
  margin: 4px;
}

/* Amazon Pay */

#pay_with_amazon {
  text-align: left;
  float: none;
  vertical-align: middle;
  display: inline-block;
  margin: 0 4px 4px 0;
}

.woocommerce-info #pay_with_amazon {
  float: none;
}

.wc-proceed-to-checkout #pay_with_amazon {
  margin: 1em 0 0;
  text-align: center;
}

#add_payment_method #payment ul.payment_methods li img,
.woocommerce-cart #payment ul.payment_methods li img,
.woocommerce-checkout #payment ul.payment_methods li img {
  float: none;
}

/* PayDesign */

#add_payment_method #payment ul.payment_methods li .payment_box input[type="radio"],
.woocommerce-cart #payment ul.payment_methods li .payment_box input[type="radio"],
.woocommerce-checkout #payment ul.payment_methods li .payment_box input[type="radio"],
#add_payment_method #payment ul.payment_methods li .payment_box input[type="checkbox"],
.woocommerce-cart #payment ul.payment_methods li .payment_box input[type="checkbox"],
.woocommerce-checkout #payment ul.payment_methods li .payment_box input[type="checkbox"] {
  display: inline;
  width: auto;
  appearance: auto;
  margin: 0 5px 0 0;
}

#add_payment_method #payment ul.payment_methods li .payment_box input[type="radio"] + span,
.woocommerce-cart #payment ul.payment_methods li .payment_box input[type="radio"] + span,
.woocommerce-checkout #payment ul.payment_methods li .payment_box input[type="radio"] + span,
#add_payment_method #payment ul.payment_methods li .payment_box input[type="checkbox"] + span,
.woocommerce-cart #payment ul.payment_methods li .payment_box input[type="checkbox"] + span,
.woocommerce-checkout #payment ul.payment_methods li .payment_box input[type="checkbox"] + span {
  font-size: 14px;
  padding: 0 !important;
}

#add_payment_method #payment ul.payment_methods li .payment_box input[type="radio"] + span::before,
.woocommerce-cart #payment ul.payment_methods li .payment_box input[type="radio"] + span::before,
.woocommerce-checkout #payment ul.payment_methods li .payment_box input[type="radio"] + span::before,
#add_payment_method #payment ul.payment_methods li .payment_box input[type="checkbox"] + span::before,
.woocommerce-cart #payment ul.payment_methods li .payment_box input[type="checkbox"] + span::before,
.woocommerce-checkout #payment ul.payment_methods li .payment_box input[type="checkbox"] + span::before,
#add_payment_method #payment ul.payment_methods li .payment_box input[type="radio"] + span::after,
.woocommerce-cart #payment ul.payment_methods li .payment_box input[type="radio"] + span::after,
.woocommerce-checkout #payment ul.payment_methods li .payment_box input[type="radio"] + span::after,
#add_payment_method #payment ul.payment_methods li .payment_box input[type="checkbox"] + span::after,
.woocommerce-cart #payment ul.payment_methods li .payment_box input[type="checkbox"] + span::after,
.woocommerce-checkout #payment ul.payment_methods li .payment_box input[type="checkbox"] + span::after {
  display: none;
}

/* PayPal */

#add_payment_method #payment .payment_method_paypal .about_paypal,
.woocommerce-cart #payment .payment_method_paypal .about_paypal,
.woocommerce-checkout #payment .payment_method_paypal .about_paypal {
  display: block;
  float: none;
  line-height: 1.5;
  margin: 5px 0 0;
}

.woocommerce .blockUI.blockOverlay {
  z-index: 1 !important;
}

/***** 20250203 *****/
.woocommerce form .form-row.woocommerce-invalid .select2.select2-container {
  padding-bottom: 4px;
}

.woocommerce form .form-row.woocommerce-invalid .select2.select2-container .select2-selection--single {
  border-color: var(--wc-red);
}

.age-gate__buttons {
  margin-top: 1em;
}