.font-roboto {
  font-family: "Roboto", "游ゴシック" , "Yu Gothic" , "游ゴシック体" , "YuGothic" , "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" ,"Meiryo UI" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
  font-weight: 400;
}

.font-yuu {
  font-family: "游ゴシック" , "Yu Gothic" , "游ゴシック体" , "YuGothic" , "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" ,"Meiryo UI" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
  font-weight: 400;
}

.font-hira {
  font-family: "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" ,"Meiryo UI" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
  font-weight: 400;
}

.font-bold {
  font-weight: bold;
}

@media (min-width: 497px) {
  .font-roboto-lg {
    font-family: "Roboto", "游ゴシック" , "Yu Gothic" , "游ゴシック体" , "YuGothic" , "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" ,"Meiryo UI" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
    font-weight: 400;
  }

  .font-yuu-lg {
    font-family: "游ゴシック" , "Yu Gothic" , "游ゴシック体" , "YuGothic" , "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" ,"Meiryo UI" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
    font-weight: 400;
  }

  .font-hira-lg {
    font-family: "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" ,"Meiryo UI" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
    font-weight: 400;
  }
}

.hidden-sm {
  display: block;
}

.visible-sm {
  display: none;
}

@media (max-width: 768px) {
  .hidden-sm {
    display: none;
  }

  .visible-sm {
    display: block;
  }
}


/* OrderInfo */
#orderinfo {
  width: 100%;
  margin-top: 100px;
}

@media (max-width: 768px) {
  body {
    margin-bottom: 66px;
  }

  #orderinfo {
    margin-top: 50px;
  }
}



/* WooCommerce */
.woocommerce-order-received .woocommerce-order::after {
  display: block;
  clear: both;
  content: "";
}


/* Container */
._container {
  max-width: 1180px;
  padding: 0 20px;
  margin: 0 auto;
}


/* Content Area */
.content-area {
  margin: 0;
  padding: 20px 0 70px;
  background-color: #f4f4f4;
}

.content-area .content-area__body {
  margin-top: 45px;
}

.content-area .content-area__body .hentry {
  margin: 0;
}

.content-area .content-area__wrapper {
  padding: 45px;
  background-color: #fff;
}

.content-area .content-area__wrapper + .content-area__wrapper {
  margin-top: 10px;
}

@media (max-width: 1024px) {
  .content-area .content-area__wrapper {
    padding: 20px;
  }
}

@media (max-width: 768px) {
  .content-area {
    width: 100% !important;
    padding: 40px 0 35px;
  }

  .content-area .content-area__body {
    margin: 20px -20px 0;
  }
}


/* Header */
._header {
  padding: 30px 0;
}

._header ._header__logo a {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
}

._header ._header__wrapper {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  align-items: center;
}

@media (max-width: 768px) {
  ._header {
    padding: 12px 0;
  }

  ._header ._header__logo {
    width: 110px;
  }

  ._header ._header__logo a {
    display: block;
    text-align: center;
  }

  ._header ._header__wrapper {
    -webkit-box-pack: center;
    justify-content: center;
  }
}


/* Nav */
._nav {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  margin: 0 -20px;
}

._nav ._nav__item {
  padding: 0 20px;
  font-size: 14px;
}

._nav ._nav__item a {
  display: block;
  padding: 5px 0;
}

._nav ._nav__cart {
  padding-left:  25px;
  padding-bottom: 5px;
}

._nav ._nav__cart a {
  display: block;
  width: 27px;
}

._nav ._nav__list a {
  display: block;
}

@media (max-width: 768px) {
  ._nav {
    display: none;
  }
}


/* SM Nav */
._sm-nav {
  display: none;
}

@media (max-width: 768px) {
  ._sm-nav {
    display: block;
    position: fixed;
    z-index: 100;
    bottom: 0;
    width: 100%;
    padding: 10px 0;
    background-color: #fff;
  }

  ._sm-nav ._sm-nav__list {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
  }

  ._sm-nav ._sm-nav__logo {
    -webkit-flex: 1 0 auto;
    flex: 1 0 auto;
  }

  ._sm-nav ._sm-nav__item {
    -webkit-flex: 1 0 auto;
    flex: 1 0 auto;
    text-align: center;
  }

  ._sm-nav ._sm-nav__item._sm-nav__item--list ._sm-nav__label {
    margin-top: 0;
  }

  ._sm-nav ._sm-nav__item a {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: end;
    justify-content: flex-end;
    -webkit-box-orient: vertical;
    flex-direction: column;
    width: 100%;
    height: 100%;
    padding: 5px 0 0;
  }

  ._sm-nav ._sm-nav__item._sm-nav__item--cart img {
    transform: translateX(2px);
  }

  ._sm-nav ._sm-nav__logo a {
    padding-top: 0;
    -webkit-box-pack: center;
    justify-content: center;
  }

  ._sm-nav ._sm-nav__item img {
    margin: 0 auto;
  }

  ._sm-nav ._sm-nav__item:not(:first-child) {
    border-left: 1px solid #707070;
  }

  ._sm-nav ._sm-nav__label {
    margin-top: 2px;
    font-size: 10px;
  }

  ._sm-nav ._logo-text {
    width: 79px;
    margin-top: 7px;
    padding: 0;
    font-size: 10px;
  }

  ._sm-nav ._logo-text__wrapper {
    display: block;
    line-height: 1;
    transform: scale(0.7);
    transform-origin: center;
  }
}


/* SM Menu */
._sm-menu {
  display: none;
}

@media (max-width: 768px) {
  ._sm-menu {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    background-color: #fff;
    opacity: 0;
    visibility: hidden;
    transition-property: opacity, visibility, z-index;
    transition-duration: 200ms;
    transition-timing-function: cubic-bezier(0.545, 0.080, 0.520, 0.975);
  }

  ._sm-menu.is-active {
    z-index: 100;
    opacity: 1;
    visibility: visible;
  }

  ._sm-menu ._sm-menu__header {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    height: 52px;
    position: relative;
  }

  ._sm-menu ._sm-menu__close {
    position: absolute;
    right: 0;
    padding: 13px;
    background-color: #000;
  }

  ._sm-menu ._sm-menu__body {
    height: calc(100vh - 118px);
    overflow: scroll;
    padding: 28px 20px 30px;
  }

  ._sm-menu ._sm-menu__title {
    text-align: center;
    font-size: 19px;
    font-weight: bold;
    letter-spacing: 0.02em;
  }

  ._sm-menu ._sm-menu__inner {
    margin: 30px -20px 0;
    padding: 20px 25px;
    background-color: #f4f4f4;
  }

  ._sm-menu ._sm-menu__link {
    margin-top: 25px;
  }

  ._sm-menu ._sm-menu__list {
    position: relative;
    padding: 5px 0;
    border-top: 1px solid #c7c7c7;
    font-size: 19px;
    letter-spacing: 0.02em;
  }

  ._sm-menu ._sm-menu__list:last-child {
    border-bottom: 1px solid #c7c7c7;
  }

  ._sm-menu ._sm-menu__list img {
    position: absolute;
    top: 50%;
    right: 18px;
    transform: translateY(-50%);
  }

  ._sm-menu ._sm-menu__logo a {
    display: block;
    text-align: center;
  }

  ._sm-menu ._logo-text {
    width: 110px;
    margin-top: 7px;
    padding: 0;
    font-size: 10px;
  }

  ._sm-menu ._logo-text__wrapper {
    display: block;
    line-height: 1;
    transform: scale(0.7);
    transform-origin: center;
  }
}


/* Seasonal */
._seasonal {
  margin-top: 25px;
}

._seasonal a {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
}

._seasonal ._seasonal__title {
  padding-left: 13px;
  font-size: 14px;
  letter-spacing: 0.02em;
}


/* SM List */
._sm-list {
  display: -webkit-box;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -10px;
}

._sm-list ._sm-list__item {
  -webkit-flex: 0 0 50%;
  flex: 0 0 50%;
  margin-top: 25px;
  padding: 0 10px;
}

._sm-list ._sm-list__item a {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
}

._sm-list ._sm-list__thumb {
  margin-right: 10px;
}

._sm-list ._sm-list__title {
  margin: 0;
}


/* Nav Trigger */
._nav-trigger ._nav-trigger__wrapper span {
  display: block;
  width: 25px;
  height: 2px;
  background-color: #000;
  transition-property: transform, opacity;
  transition-duration: 200ms;
  transition-timing-function: cubic-bezier(0.545, 0.080, 0.520, 0.975);
}

._nav-trigger ._nav-trigger__wrapper span:nth-of-type(2) {
  margin-top: 6px;
}

._nav-trigger ._nav-trigger__wrapper span:nth-of-type(3) {
  margin-top: 6px;
}

._nav-trigger ._nav-trigger__wrapper.is-active span:nth-of-type(1) {
  transform: rotate(45deg) translateY(6px) translateX(5px);
}

._nav-trigger ._nav-trigger__wrapper.is-active span:nth-of-type(2) {
  opacity: 0;
}

._nav-trigger ._nav-trigger__wrapper.is-active span:nth-of-type(3) {
  transform: rotate(-45deg) translateY(-6px) translateX(5px);
}


/* Label */
._label {
  background-color: #f4f4f4;
}

._label ._label__title {
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0.1em
}

._label ._label__wrapper {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  align-items: center;
}

._label ._label__list {
  display: -webkit-box;
  display: flex;
  margin: 0 -15px;
}

._label ._label__item {
  padding: 0 15px;
  font-size: 12px;
  letter-spacing: 0.02em;
}

@media (max-width: 768px) {
  ._label ._label__list {
    display: none;
  }
}


/* Footer */
._footer {
  padding: 50px 0;
  background-color: #000;
}

._footer ._footer__item a {
  font-size: 14px;
  line-height: 2.1428571429;
  color: #fff;
}

._footer ._footer__wrapper {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  margin-top: 50px;
}

._footer ._footer__menu {
  padding-left: 20px;
  border-left: 1px solid #5a5a5a;
}

._footer ._footer__label {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  margin-top: 55px;
}

._footer ._footer__copy {
  font-size: 14px;
  color: #fff;
}

._footer ._footer__sns {
  display: -webkit-box;
  display: flex;
  margin: 0 -7px;
}

._footer ._footer__sns a {
  padding: 0 7px;
}

@media (max-width: 768px) {
  ._footer {
    padding: 30px 0;
  }

  ._footer ._footer__wrapper {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 40px -10px 0;
  }

  ._footer ._footer__logo {
    -webkit-flex: 0 0 100%;
    flex: 0 0 100%;
    text-align: center;
  }

  ._footer ._footer__logo a {
    display: block;
    text-align: center;
  }

  ._footer ._footer__logo img {
    display: inline;
    width: 150px;
  }

  ._footer ._footer__menu {
    -webkit-flex: 0 0 50%;
    flex: 0 0 50%;
    margin-top: 20px;
    padding: 0 10px;
    border: none;
  }

  ._footer ._footer__item {
    margin-top: 5px;
  }

  ._footer ._footer__item a {
    font-size: 12px;
  }

  ._footer ._footer__label {
    margin-top: 30px;
  }

  ._footer ._footer__copy {
    font-size: 11px;
  }
}


/* Back */
._back {
  text-align: center;
  font-size: 0;
}

._back ._back__wrapper {
  display: inline-block;
}


/* Hero */
._hero {
}

._hero ._hero__slide img {
  width: 100%;
}

._hero ._hero__dots {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: end;
  justify-content: flex-end;
  margin: 20px -30px 0;
}

._hero ._hero__arrow {
  padding: 0 30px;
  cursor: pointer;
}

._hero ._hero__arrow:hover {
  opacity: 0.7;
}

._hero ._hero__slide a.is-sample {
  position: relative;
}

._hero ._hero__slide a.is-sample::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.5;
  content: "";
}

._hero ._hero__slide a.is-sample::before {
  position: absolute;
  z-index: 5;
  top: 20px;
  left: 20px;
  font-size: 36px;
  line-height: 1;
  color: #fff;
  font-weight: bold;
  content: "仮";
}

@media (max-width: 768px) {
  ._hero ._hero__arrow {
    padding: 0 20px;
  }

  ._hero ._hero__arrow img {
    width: 10px;
  }

  ._hero ._hero__dots {
    margin-top: 15px;
  }
}


/* Banner */
._banner {
  margin-top: 70px;
}

._banner ._banner__list {
  display: -webkit-box;
  display: flex;
  margin: 0 -22px;
}

._banner ._banner__item {
  -webkit-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
  padding: 0 22px;
}

._banner ._banner__item img {
  width: 100%;
}

@media (max-width: 768px) {
  ._banner {
    margin-top: 30px;
  }

  ._banner ._container {
    padding: 0;
  }

  ._banner ._banner__list {
    margin: 0;
  }

  ._banner ._banner__item {
    padding: 0 2.5px;
  }
}


/* Product */
._product {
  margin-top: 90px;
  padding: 80px 0;
  background-color: #f4f4f4;
  overflow: hidden;
}

._product._product--viewed {
  margin-bottom: 100px;
}

._product ._product__heading {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
}

._product ._product__body {
  position: relative;
}

._product ._product__wrapper {
  position: absolute;
  top: 0;
  width: 100%;
  padding-top: 50px;
  opacity: 0;
  transform: translateX(-100%);
  transition-property: transform, opacity;
  transition-duration: 400ms;
  transition-timing-function: cubic-bezier(0.545, 0.080, 0.520, 0.975);
}

._product ._product__wrapper.is-active {
  position: static;
  opacity: 1;
  transform: translateX(0);
  animation-name: fadeIn;
  animation-duration: 400ms;
  animation-timing-function: cubic-bezier(0.545, 0.080, 0.520, 0.975);
}

@keyframes fadeIn {
  0% {
    transform: translateX(100%);
    opacity: 0;
  }

  100% {
    transform: translateX(0);
    opacity: 1;
  }
}

._product ._product__title {
  font-size: 36px;
  text-align: left;
  font-weight: bold;
  letter-spacing: 0.1em;
}

._product ._product__sm-title {
  font-size: 26px;
  font-weight: bold;
  letter-spacing: 0.02em;
  text-align: center;
}

._product ._product__lead {
  margin: 25px 0 0;
  font-size: 16px;
  text-align: center;
}

._product ._product__inner {
  display: -webkit-box;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -22px 0;
}

@media (max-width: 768px) {
  ._product {
    margin-top: 60px;
    padding: 30px 0;
  }

  ._product._product--viewed {
    margin-bottom: 30px;
  }

  ._product ._product__heading {
    display: block;
  }

  ._product ._product__wrapper {
    padding-top: 25px;
  }

  ._product ._product__title {
    font-size: 24px;
    margin-bottom: 35px;
  }

  ._product ._product__sm-title {
    font-size: 18px;
    text-align: center;
  }

  ._product ._product__lead {
    margin: 10px 0 0;
    font-size: 14px;
    text-align: center;
  }

  ._product ._product__inner {
    margin: 0 -10px 0;
  }
}


/* Product Item */
._product-item {
  -webkit-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
  margin-top: 60px;
  padding: 0 22px;
}

._product-item ._product-item__thumb {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  height: 350px;
  padding: 13px;
  background-color: #fff;
}

._product-item ._product-item__thumb img {
  max-height: 324px;
}

._product-item ._product-item__body {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  align-items: center;
  margin-top: 10px;
}

._product-item ._product-item__content {
  text-align: left;
}

._product-item ._product-item__title {
  font-size: 16px;
  color: #000;
  font-weight: bold;
}

._product-item ._product-item__rate {
  display: inline-block;
  margin: 0;
  font-size: 16px;
  font-weight: bold;
}

._product-item ._product-item__rate::after {
  display: inline-block;
  margin-left: 5px;
  font-size: 12px;
  font-weight: normal;
  content: "(税込)";
}

._product-item ._product-item__cart {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  -webkit-flex: 0 0 auto;
  flex: 0 0 auto;
  padding: 0;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  background-color: #fff;
}

@media (max-width: 768px) {
  ._product-item {
    -webkit-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    margin-top: 30px;
    padding: 0 10px;
  }

  ._product-item ._product-item__thumb {
    height: 157px;
  }

  ._product-item ._product-item__thumb img {
    max-height: 137px;
  }

  ._product-item ._product-item__title {
    font-size: 12px;
  }

  ._product-item ._product-item__rate {
    font-size: 12px;
  }

  ._product-item ._product-item__rate::after {
    font-size: 12px;
  }

  ._product-item ._product-item__cart {
    width: 30px;
    height: 30px;
  }

  ._product-item ._product-item__cart img {
    width: 20px;
  }

  ._product-item ._product-item__body {
    -webkit-box-align: start;
    align-items: flex-start;
    margin-top: 10px;
  }
}


/* stock */
._stock {
  -webkit-flex: 0 0 auto;
  flex: 0 0 auto;
  margin: 0;
  color: #e2401c;
  font-size: 16px;
  font-weight: bold;
  font-family: "游ゴシック" , "Yu Gothic" , "游ゴシック体" , "YuGothic" , "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" ,"Meiryo UI" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
}

@media (max-width: 1024px) {
  ._stock {
    font-size: 10px;
  }
}



/* Product Nav */
._product-nav {
  display: -webkit-box;
  display: flex;
}

._product-nav ._product-nav__item {
  min-width: 100px;
  background-color: #000;
  color: #fff;
  margin: 0 1px;
  padding: 7px 0 5px;
  font-size: 18px;
  cursor: pointer;
  text-align: center;
  border-bottom: 2px solid #000;
  transition-property: background-color, color;
  transition-duration: 400ms;
  transition-timing-function: cubic-bezier(0.545, 0.080, 0.520, 0.975);
}

._product-nav ._product-nav__item:hover {
  opacity: 0.7;
}

._product-nav ._product-nav__item.is-active {
  background-color: #fff;
  color: #000;
}

@media (max-width: 768px) {
  ._product-nav ._product-nav__item {
    -webkit-flex: 1 0 25%;
    flex: 1 0 25%;
    max-width: 25%;
    min-width: auto;
    font-size: 14px;
  }
}


/* Product Archive */
._product-archive {
  margin: 0;
}

._product-archive ._product__wrapper {
  position: static;
  opacity: 1;
  transform: translateY(0);
}

._product-archive ._product__wrapper:not(:first-child) {
  padding-top: 100px;
}

@media (max-width: 768px) {
  ._product-archive ._product__title {
    margin: 0;
  }

  ._product-archive ._product__wrapper:not(:first-child) {
    padding-top: 80px;
  }
}


/* Checked */
._checked {
  padding: 100px 0;
  background-color: #e9e9e9;
}

._checked ._checked__header {
  text-align: center;
}

._checked ._checked__title {
  font-size: 26px;
  font-weight: bold;
  letter-spacing: 0.1em;
}

._checked ._checked__label {
  margin: 5px 0;
  font-size: 16px;
}

._checked ._checked__body {
  display: -webkit-box;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -22px;
}

._checked ._checked__body ._product-item {
  -webkit-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}

._checked ._checked__body ._product-item__thumb {
  height: 255px;
}

._checked ._checked__body ._product-item__thumb img {
  max-height: 229px;
}

._checked ._checked__body .added_to_cart {
  display: none;
}

@media (max-width: 768px) {
  ._checked {
    padding: 37.5px 0;
  }

  ._checked ._checked__body ._product-item {
    -webkit-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  ._checked ._checked__body ._product-item__thumb {
    height: 157px;
  }

  ._checked ._checked__body ._product-item__thumb img {
    max-height: 137px;
  }

  ._checked ._checked__title {
    font-size: 18px;
    letter-spacing: 0.04em;
  }

  ._checked ._checked__label {
    margin: 5px 0;
    font-size: 12px;
  }
}


/* Heading */
._heading {
  margin-top: 40px;
  text-align: center;
}

._heading ._heading__title {
  font-size: 36px;
  letter-spacing: 0.1em;
}

._heading ._heading__text {
  margin: 0;
  font-size: 16px;
}

@media (max-width: 768px) {
  ._heading {
    margin-top: 0;
  }

  ._heading ._heading__title {
    font-size: 24px;
  }

  ._heading ._heading__text {
    margin-top: 10px;
    font-size: 14px;
  }
}


/* Favorite */
._favorite {
  padding: 20px 0 70px;
  background-color: #f4f4f4;
}

._favorite ._favorite__body {
  max-width: 900px;
  margin: 45px auto 0;
}

@media (max-width: 768px) {
  ._favorite {
    padding: 40px 0 35px;
  }

  ._favorite ._favorite__body {
    margin: 20px -20px 0;
  }
}


/* Favorite List */
._favorite-list {
  display: -webkit-box;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -20px;
}

._favorite-list ._favorite-list__item {
  -webkit-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
  padding: 0 20px;
}

._favorite-list ._favorite-list__wrapper {
  display: -webkit-box;
  display: flex;
  position: relative;
  height: 100%;
  padding: 20px;
  border: 1px solid #ddd;
}

._favorite-list ._favorite-list__item:nth-child( n + 3 ) {
  margin-top: 40px;
}

._favorite-list ._favorite-list__thumb {
  display: block;
  -webkit-flex: 0 0 150px;
  flex: 0 0 150px;
  width: 150px;
  height: 150px;
  margin-right: 20px;
  padding: 5px;
  background-color: #fff;
}

._favorite-list ._favorite-list__thumb img {
  margin: 0 auto;
  width: auto;
  height: 140px;
}

._favorite-list ._favorite-list__body {
  width: 100%;
}

._favorite-list ._favorite-list__name {
  display: -webkit-box;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0.04em;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  line-height: 1.2;
  max-height: calc( 1.2em * 3 );
}

._favorite-list ._favorite-list__price {
  margin: 20px 0 0;
  font-size: 18px;
  font-weight: bold;
  line-height: 1;
}

._favorite-list ._favorite-list__tax {
  font-size: 14px;
  font-weight: normal;
}

._favorite-list ._favorite-list__date {
  margin: 10px 0 0;
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
}

._favorite-list ._favorite-list__stock-data {
  display: -webkit-box;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 20px;
}

._favorite-list ._favorite-list__stock-data._favorite-list__stock-data--no-stock {
  margin-right: 0;
}

._favorite-list ._favorite-list__stock {
  margin: 0;
  font-size: 16px;
  font-weight: bold;
  font-family: "游ゴシック" , "Yu Gothic" , "游ゴシック体" , "YuGothic" , "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" ,"Meiryo UI" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
}

._favorite-list ._favorite-list__stock._favorite-list__stock--true {
  color: #0f834d;
}

._favorite-list ._favorite-list__stock._favorite-list__stock--false {
  color: #e2401c;
}

._favorite-list ._favorite-list__length {
  margin: 0 0 0 10px;
  font-size: 16px;
  font-weight: bold;
}

._favorite-list ._favorite-list__button {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  align-items: center;
  width: 100%;
  margin-top: 20px;
}

._favorite-list ._favorite-list__cart {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  -webkit-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 45px;
  height: 45px;
  padding: 0;
  background-color: #fff;
  border-radius: 100%;
}

._favorite-list ._favorite-list__cart:hover {
  opacity: 0.7;
}

._favorite-list ._favorite-list__cart i {
  display: none;
}

._favorite-list ._favorite-list__cart img {
  width: 23px;
  height: auto;
}

._favorite-list ._favorite-list__remove {
  position: absolute;
  top: 0;
  right: 0;
  width: 27px;
  height: 27px;
  font-size: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-color: transparent;
  background-image: url(/tools/wp-content/plugins/ti-woocommerce-wishlist/asset/img/icon_delete@2x.png);
  background-size: 11px 11px;
}

._favorite-list ._favorite-list__remove:hover {
  opacity: 0.7;
}

@media (max-width: 1024px) {
  ._favorite-list {
    margin: 0 -10px;
  }

  ._favorite-list ._favorite-list__item {
    padding: 0 10px;
  }

  ._favorite-list ._favorite-list__thumb {
    -webkit-flex: 0 0 90px;
    flex: 0 0 90px;
    width: 90px;
    height: 90px;
  }

  ._favorite-list ._favorite-list__thumb img {
    height: 80px;
  }

  ._favorite-list ._favorite-list__name {
    font-size: 16px;
  }

  ._favorite-list ._favorite-list__price {
    font-size: 14px;
  }

  ._favorite-list ._favorite-list__tax {
    font-size: 14px;
  }

  ._favorite-list ._favorite-list__date {
    font-size: 14px;
  }

  ._favorite-list ._favorite-list__stock {
    font-size: 12px;
  }

  ._favorite-list ._favorite-list__length {
    font-size: 12px;
  }

  ._favorite-list ._favorite-list__cart {
    width: 35px;
    height: 35px;
  }

  ._favorite-list ._favorite-list__cart img {
    width: 15px;
  }
}

@media (max-width: 768px) {
  ._favorite-list {
    display: block;
    margin: 0;
  }

  ._favorite-list ._favorite-list__wrapper {
    padding: 20px 10px;
  }

  ._favorite-list ._favorite-list__item {
    max-width: 100%;
    padding: 0;
  }

  ._favorite-list ._favorite-list__item:nth-child( n + 3 ) {
    margin-top: 0;
  }

  ._favorite-list ._favorite-list__item:nth-child( n + 2 ) {
    margin-top: -1px;
  }

  ._favorite-list ._favorite-list__price {
    margin: 10px 0 0;
  }

  ._favorite-list ._favorite-list__date {
    margin: 5px 0 0;
  }

  ._favorite-list ._favorite-list__stock {
    margin: 0;
  }

  ._favorite-list ._favorite-list__length {
    margin: 0 0 0 5px;
  }

  ._favorite-list ._favorite-list__button {
    margin-top: 10px;
  }
}


/* My Account */
._my-account {
  padding: 20px 0 70px;
  background-color: #f4f4f4;
}

._my-account ._my-account__body {
  max-width: 1140px;
  margin: 45px auto 0;
  padding: 35px 45px;
  background-color: #fff;
  font-family: "游ゴシック" , "Yu Gothic" , "游ゴシック体" , "YuGothic" , "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" ,"Meiryo UI" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
}

._my-account ._my-account__body .form-row .woocommerce-Button,
._my-account ._my-account__body .form-row .woocommerce-button {
  display: block;
  max-width: 150px;
  width: 100%;
  margin: 25px auto 0;
  padding: 13px;
  background-color: #000;
  letter-spacing: 0.02em;
}

._my-account ._my-account__body .entry-content {
  padding: 0;
}

._my-account ._my-account__body .woocommerce-form-login__rememberme {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  margin-top: 40px;
}

._my-account ._my-account__body .lost_password {
  margin-top: 20px;
  padding-left: 1.2em;
  font-size: 16px;
}

._my-account ._my-account__body .woocommerce-form .woocommerce-form-row + .woocommerce-form-row {
  margin-top: 20px;
}

._my-account ._my-account__body .form-row,
._my-account ._my-account__body .u-column1,
._my-account ._my-account__body .u-column2,
._my-account ._my-account__body .woocommerce-FormRow,
._my-account ._my-account__body .lost_password,
._my-account ._my-account__body .login {
  margin: 0;
}

._my-account ._my-account__body .u-columns#customer_login {
  display: -webkit-box;
  display: flex;
  width: auto;
  margin: 0 -22px;
  float: none;
}

._my-account ._my-account__body .u-columns#customer_login .u-column1,
._my-account ._my-account__body .u-columns#customer_login .u-column2 {
  -webkit-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
  width: auto;
  padding: 0 22px;
}

._my-account ._my-account__body #customer_login .u-column1 h2,
._my-account ._my-account__body #customer_login .u-column2 h2 {
  margin-bottom: 18px;
  padding-top: 0;
  padding-bottom: 10px;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.02em;
}

._my-account ._my-account__body .woocommerce-form  label {
  margin-bottom: 10px;
  font-size: 16px;
  letter-spacing: 0.02em;
}

._my-account ._my-account__body .woocommerce-form  label[for="year"] {
  display: block;
  margin-top: 25px;
}

._my-account ._my-account__body .woocommerce-form  input {
  padding: 13px;
  font-size: 16px;
  letter-spacing: 0.02em;
}

._my-account ._my-account__body #customer_login .register {
  margin: 0;
}

@media (max-width: 768px) {
  ._my-account {
    padding: 35px 0 40px;
  }

  ._my-account ._container {
    padding-left: 0;
    padding-right: 0;
  }

  ._my-account ._my-account__body {
    margin: 20px auto 0;
    padding: 35px 20px;
  }

  ._my-account ._my-account__body .woocommerce-form-login__rememberme {
    margin-top: 20px;
  }

  ._my-account ._my-account__body .lost_password {
    margin-top: 20px;
    padding-left: 1.2em;
    font-size: 12px;
  }

  ._my-account ._my-account__body .woocommerce-form  .woocommerce-form-row + .woocommerce-form-row {
    margin-top: 25px;
  }

  ._my-account ._my-account__body .woocommerce-FormRow .woocommerce-Button,
  ._my-account ._my-account__body .woocommerce-FormRow .woocommerce-button {
    max-width: 100%;
    margin: 25px auto 0;
    padding: 10px;
    background-color: #000;
    font-size: 12px;
  }

  ._my-account ._my-account__body #customer_login .u-column2 {
    padding-top: 50px;
  }

  ._my-account ._my-account__body .u-columns#customer_login {
    display: block;
    margin: 0;
  }

  ._my-account ._my-account__body .u-columns#customer_login .u-column1,
  ._my-account ._my-account__body .u-columns#customer_login .u-column2 {
    max-width: 100%;
    padding: 0;
  }

  ._my-account ._my-account__body .u-columns#customer_login .u-column2 {
    margin-top: 60px;
  }

  ._my-account ._my-account__body #customer_login .u-column1 h2,
  ._my-account ._my-account__body #customer_login .u-column2 h2 {
    margin-bottom: 18px;
    padding-top: 0;
    padding-bottom: 10px;
    font-size: 12px;
  }

  ._my-account ._my-account__body .woocommerce-form  label {
    margin-bottom: 5px;
    font-size: 12px;
  }

  ._my-account ._my-account__body .woocommerce-form  label[for="year"] {
    display: block;
    margin-top: 25px;
  }

  ._my-account ._my-account__body .woocommerce-form  input {
    padding: 10px;
    font-size: 12px;
  }
}



/* Form Input */
._form-input {
  display: -webkit-box;
  display: flex;
  margin: 10px -10px 0;
}

._form-input ._form-input__item {
  position: relative;
  -webkit-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
  padding: 0 10px;
}

._form-input ._form-input__item::before,
._form-input ._form-input__item::after {
  display: block;
  position: absolute;
  right: 25px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 2.5px 4.3px 2.5px;
  border-color: transparent transparent #c7c7c7 transparent;
  content: "";
}

._form-input ._form-input__item::before {
  top: 10px;
}

._form-input ._form-input__item::after{
  bottom: 10px;
  transform: rotate(180deg);
}

._form-input ._form-input__select {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  font-size: 14px;
  line-height: 1;
  border: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
}

._form-input ._form-input__label {
  margin: 0;
  padding: 10px 0;
  line-height: 1;
  font-size: 14px;
  text-align: center;
  border-radius: 5px;
  border: 1px solid #707070;
}

@media (max-width: 768px) {
  ._form-input {
    margin: 10px -5px 0;
  }

  ._form-input ._form-input__item {
    padding: 0 5px;
  }

  ._form-input ._form-input__label {
    padding: 10px 0;
    font-size: 15px;
  }

  ._form-input ._form-input__item::before,
  ._form-input ._form-input__item::after {
    right: 10px;
  }

  ._form-input ._form-input__item::before {
    top: 8px;
  }

  ._form-input ._form-input__item::after{
    bottom: 8px;
  }

  ._form-input ._form-input__select {
    font-size: 16px;
  }
}


/* Cart Form */
._cart-form {
  margin-bottom: 85px;
}

@media (max-width: 768px) {
  ._cart-form {
    margin-bottom: 20px;
  }
}


/* Cart Table */
._cart-table {
  display: block;
  width: auto;
}

._cart-table tbody {
  display: block;
  max-width: 940px;
  margin: 0 auto;
}

._cart-table ._cart-table__row {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  margin: 0 -35px;
}

._cart-table ._cart-table__row:not(:first-child) {
  margin-top: 55px;
}

._cart-table ._cart-table__content {
  display: -webkit-box;
  display: flex;
  -webkit-flex: 1 1 auto;
  flex: 1 1 auto;
  -webkit-box-align: center;
  align-items: center;
  padding: 0;
}

._cart-table ._cart-table__data {
  -webkit-flex: 0 1 auto;
  flex: 0 1 auto;
  min-width: 0;
  padding: 0 35px;
  vertical-align: middle;
  font-weight: bold;
}

._cart-table ._cart-table__data a {
  display: block;
  font-weight: bold;
}

._cart-table ._cart-table__thumbnail {
  -webkit-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 150px;
  height: 150px;
  padding: 0;
  margin-right: 35px;
  border: 1px solid #ddd;
}

._cart-table ._cart-table__thumbnail img {
  width: auto;
  height: 148px;
  margin: 0 auto;
}

._cart-table ._cart-table__remove {
  -webkit-flex: 0 0 auto;
  flex: 0 0 auto;
}

._cart-table ._cart-table__remove .remove {
  display: block;
  width: 27px;
  height: 27px;
}

._cart-table ._cart-table__remove .remove::before {
  width: 27px;
  height: 27px;
  font-size: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-color: transparent;
  background-image: url(/tools/wp-content/plugins/ti-woocommerce-wishlist/asset/img/icon_delete@2x.png);
  background-size: 11px 11px;
  content: "";
}

._cart-table ._cart-table__name {
  -webkit-flex: 0 1 221px;
  flex: 0 1 221px;
  max-width: 221px;
}

._cart-table ._cart-table__name a {
  font-size: 21px;
}

._cart-table ._cart-table__price {
  font-size: 18px;
}

._cart-table ._cart-table__price .tax_label {
  font-size: 12px;
  font-weight: normal;
}

._cart-table ._cart-table__length {
  font-size: 18px;
}

._cart-table ._cart-table__length input {
  width: 75px;
  margin: 0;
}

._cart-table ._cart-table__total {
  font-size: 18px;
}

._cart-table ._cart-table__total .tax_label {
  font-size: 12px;
  font-weight: normal;
}

@media (max-width: 1024px) {
  ._cart-table ._cart-table__row {
    margin: 0;
    -webkit-box-pack: center;
    justify-content: center;
  }

  ._cart-table ._cart-table__content {
    -webkit-flex: 0 1 auto;
    flex: 0 1 auto;
    margin: 0;
  }

  ._cart-table ._cart-table__data {
    -webkit-flex: 0 0 auto;
    flex: 0 0 auto;
    padding: 0 15px;
  }

  ._cart-table ._cart-table__thumbnail {
    margin-right: 15px;
    padding: 0;
  }

  ._cart-table ._cart-table__name {
    -webkit-flex: 0 0 180px;
    flex: 0 0 180px;
    width: 180px;
  }

  ._cart-table ._cart-table__name a {
    font-size: 18px;
  }

  ._cart-table ._cart-table__price {
    -webkit-flex: 0 1 auto;
    flex: 0 1 auto;
    font-size: 16px;
  }

  ._cart-table ._cart-table__length {
    font-size: 16px;
  }

  ._cart-table ._cart-table__total {
    -webkit-flex: 0 1 auto;
    flex: 0 1 auto;
    font-size: 16px;
  }
}

@media (max-width: 768px) {
  ._cart-table ._cart-table__content {
    display: block;
    margin-top: -3px;
  }

  ._cart-table ._cart-table__row {
    position: relative;
    -webkit-box-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    justify-content: flex-start;
    margin: 0;
  }

  ._cart-table ._cart-table__row:not(:first-child) {
    margin-top: 20px;
  }

  ._cart-table ._cart-table__data {
    padding: 0;
  }

  ._cart-table ._cart-table__thumbnail {
    width: 157px;
    height: 157px;
    margin-right: 20px;
  }

  ._cart-table ._cart-table__thumbnail img {
    height: 148px;
  }

  ._cart-table ._cart-table__name {
    -webkit-flex: 0 1 auto;
    flex: 0 1 auto;
    width: auto;
  }

  ._cart-table ._cart-table__name a {
    font-size: 16px;
  }

  ._cart-table ._cart-table__price {
    margin-top: 7px;
    font-size: 13px;
  }

  ._cart-table ._cart-table__remove {
    position: absolute;
    top: -8px;
    right: -20px;
  }

  ._cart-table ._cart-table__length {
    margin-top: 12px;
    font-size: 18px;
  }

  ._cart-table ._cart-table__total {
    margin-top: 12px;
    font-size: 18px;
  }
}


/* Cart Update */
._cart-update {
  display: block;
  margin-top: 55px;
  padding-top: 25px;
  border-top: 1px solid #aaa;
}

._cart-update ._cart-update__data {
  display: block;
  text-align: right;
  padding: 0;
}

._cart-update ._cart-update__button {
  background-color: transparent;
  border: 1px solid #aaa;
  font-size: 21px;
  color: #000;
}

._cart-update ._cart-update__button:hover {
  color: #000;
  opacity: 0.4;
}

._cart-update ._cart-update__button:disabled:hover {
  opacity: 1;
}

@media (max-width: 768px) {
  ._cart-update {
    margin-top: 20px;
    padding-top: 20px;
  }

  ._cart-update ._cart-update__button {
    padding: 4px 35px;
    font-size: 14px;
    font-weight: bold;
  }
}


/* Cart Total */
._cart-total {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  flex-direction: row-reverse;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -45px;
}

._cart-total ._cart-total__item {
  -webkit-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
  padding: 0 45px;
  text-align: left;
}

._cart-total ._cart-total__item table {
  margin: 0;
}

._cart-total .cart_totals {
  width: 100%;
  float: none;
}

._cart-total .cart_totals th {
  width: 38%;
  font-size: 21px;
  padding: 0;
}

._cart-total .cart_totals th,
._cart-total .cart_totals td {
  padding: 10px 0 0;
}

._cart-total .cart_totals td {
  padding: 20px 0 0;
}

._cart-total .order-total th,
._cart-total .order-total td {
  padding-top: 40px;
}

._cart-total .woocommerce-Price-amount {
  font-size: 26px;
  font-weight: bold;
}

._cart-total label {
  font-size: 16px;
}

._cart-total .includes_tax,
._cart-total .includes_tax  .woocommerce-Price-amount {
  font-size: 16px;
  font-weight: normal;
}

._cart-total .tax_label {
  font-size: 16px;
}

._cart-total .wc-proceed-to-checkout,
._cart-total .checkout-button {
  margin: 0;
}

._cart-total .wc-proceed-to-checkout .button.checkout-button {
  background-color: #000;
}

@media (max-width: 768px) {
  ._cart-total {
    display: block;
    margin: 0;
  }

  ._cart-total ._cart-total__item {
    max-width: 100%;
    padding: 0;
  }

  ._cart-total ._cart-total__item:not(:first-of-type) {
    margin-top: 30px;
  }

  ._cart-total .woocommerce-Price-amount {
    font-size: 18px;
  }

  ._cart-total .tax_label {
    font-size: 12px;
  }

  ._cart-total .cart_totals tr {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
  }

  ._cart-total .cart_totals tr.order-total {
    margin-top: 30px;
  }

  ._cart-total .cart_totals th {
    display: inline-block;
    width: 25%;
    padding: 0;
    font-size: 16px;
    text-align: left;
  }

  ._cart-total .cart_totals td {
    display: inline-block;
    text-align: left;
    padding: 0;
  }

  ._cart-total .cart_totals td::before {
    display: none;
  }

  ._cart-total .includes_tax,
  ._cart-total .includes_tax  .woocommerce-Price-amount {
    font-size: 12px;
  }
}


/* Cart Total Button */
._cart-total-button {
  display: -webkit-box;
  display: flex;
  -webkit-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  margin-top: 45px;
  padding: 0 20px;
}

._cart-total-button ._cart-total-button__item {
  -webkit-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
  padding: 0 20px;
  font-size: 21px;
}

._cart-total-button ._cart-total-button__item a {
  padding: 20px;
  line-height: 1;
  font-size: 100% !important;
}

._cart-total-button ._cart-total-button__item .button.checkout-button:hover {
  background-color: #000;
}

._cart-total-button ._cart-total-button__item .button.checkout-button::after {
  content: "";
}

._cart-total-button ._cart-total-button__shop {
  display: block;
  border: 1px solid #aaa;
}

@media (max-width: 768px) {
  ._cart-total-button {
    display: block;
    max-width: 100%;
    margin-top: 45px;
    padding: 0;
  }

  ._cart-total-button ._cart-total-button__item {
    max-width: 100%;
    padding: 0;
    font-size: 14px;
    text-align: center;
  }

  ._cart-total-button ._cart-total-button__item:not(:first-of-type) {
    margin-top: 20px;
  }

  ._cart-total-button ._cart-total-button__item a {
    padding: 13px;
  }
}


/* Delivery-plan */
._dalivery-plan {
  margin: 0;
}

._dalivery-plan ._dalivery-plan__title {
  margin: 0;
  font-size: 21px;
  line-height: 1.3095238095;
  letter-spacing: 0.02em;
}

._dalivery-plan ._dalivery-plan__note {
  font-size:  16px;
}

._dalivery-plan ._dalivery-plan__text {
  color: #5a5a5a;
  font-size: 16px;
  letter-spacing: 0.02em;
}

@media (max-width: 768px) {
  ._dalivery-plan ._dalivery-plan__title {
    font-size: 16px;
  }

  ._dalivery-plan ._dalivery-plan__note {
    font-size:  11px;
  }

  ._dalivery-plan ._dalivery-plan__text {
    margin: 0;
    font-size: 11px;
    line-height: 2.0454545455;
  }
}


/* Checkout */
._checkout ._checkout__item:not(:first-child) {
  margin-top: 70px;
}

._checkout ._checkout__shipping {
  margin-top: 80px;
}

._checkout ._checkout__additional {
  margin-top: 80px;
}

._checkout ._checkout__additional .woocommerce-additional-fields {
  padding-top: 0;
}

._checkout ._checkout__item ._checkout__wrapper h3,
._checkout ._checkout__item ._checkout__wrapper h3._checkout__title {
  margin: 0 0 30px;
  padding: 0;
  border: none;
  text-align: center;
  font-size: 26px;
  font-weight: bold;
  letter-spacing: 0.02em;
}

._checkout ._checkout__item ._checkout__wrapper h3._checkout__title._checkout__title--border {
  padding-bottom: 30px;
  border-bottom: 1px solid #aaa;
}

._checkout ._checkout__item ._checkout__wrapper #ship-to-different-address-checkbox {
  position: absolute;
  opacity: 0;
}

._checkout #order_review {
  width: 100%;
  margin-top: 70px;
  float: none;
}

._checkout button[type=submit] {
  display: block;
  max-width: 500px;
  margin: 0 auto;
  background-color: #000;
}

@media (max-width: 768px) {
  ._checkout ._checkout__item ._checkout__wrapper h3,
  ._checkout ._checkout__item ._checkout__wrapper h3._checkout__title {
    margin-bottom: 15px;
    padding-bottom: 10px;
    font-size: 17px;
    border-bottom: 1px solid #aaa;
  }

  ._checkout ._checkout__item ._checkout__wrapper h3._checkout__title._checkout__title--border {
    padding-bottom: 10px;
    border-bottom: 1px solid #aaa;
  }

  ._checkout ._checkout__shipping {
    margin-top: 50px;
  }

  ._checkout ._checkout__additional {
    margin-top: 50px;
  }
}


/* Checkout Order */
._checkout-order {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  margin: 0 -23px;
}

._checkout-order ._checkout-order__item {
  -webkit-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
  padding: 0 23px;
}

@media (max-width: 768px) {
  ._checkout-order {
    display: block;
    margin: 0;
  }

  ._checkout-order ._checkout-order__item {
    max-width: 100%;
    padding: 0;
  }

  ._checkout-order ._checkout-order__note {
    margin-top: 20px;
  }
}


/* Checkout Table */
._checkout-table table {
  margin: 0;
  font-size: 21px;
}

._checkout-table table tr {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  align-items: center;
}

._checkout-table table tr.cart_item:not(:first-child) th {
  opacity: 0;
}

._checkout-table table th {
  -webkit-flex: 0 0 auto;
  flex: 0 0 auto;
}

._checkout-table table td.product-name {
  -webkit-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 0 40px;
}

._checkout-table table td.product-name .product-quantity {
  font-size: 21px;
}

._checkout-table table td.product-total {
  -webkit-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
}

._checkout-table table td label {
  font-size: 21px;
}

._checkout-table table td .includes_tax .amount {
  font-weight: normal;
}

._checkout-table table td,
._checkout-table table th {
  padding: 5px 0;
}

._checkout-table table .amount {
  font-weight: bold;
  font-size: 16px !important;
}

._checkout-table table .tax_label {
  font-size: 16px !important;
}

._checkout-table table td .includes_tax {
  font-size: 16px !important;
}

@media (max-width: 768px) {
  ._checkout-table table {
    font-size: 16px;
  }

  ._checkout-table table td.product-name {
    padding: 0 20px;
  }

  ._checkout-table table td.product-name .product-quantity {
    font-size: 11px;
  }

  ._checkout-table table td label {
    font-size: 14px;
  }

  ._checkout-table table .amount {
    font-size: 16px !important;
  }

  ._checkout-table table .tax_label {
    font-size: 10px !important;
  }

  ._checkout-table table td .includes_tax {
    font-size: 10px !important;
  }

  ._checkout-table table td .includes_tax .amount {
    font-size: 10px !important;
  }
}


/* Checkout Plan */
._checkout-plan ._checkout-plan__title {
  margin: 0;
  font-size: 21px !important;
}

._checkout-plan ._checkout-plan__note {
  font-size: 16px !important;
}

._checkout-plan ._checkout-plan__text {
  color: #5a5a5a;
  font-size: 16px !important;
  line-height: 1.71875;
  letter-spacing: 0.02em;
}

@media (max-width: 768px) {
  ._checkout-plan ._checkout-plan__title {
    font-size: 16px !important;
  }

  ._checkout-plan ._checkout-plan__note {
    font-size: 11px !important;
  }

  ._checkout-plan ._checkout-plan__text {
    font-size: 10px !important;
    line-height: 1.7;
  }
}


/* Form */
._form .form-row {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  margin: 0;
  border-top: 1px solid #c7c7c7;
}

._form .form-row:last-of-type {
  border-bottom: 1px solid #c7c7c7;
}

._form .form-row .optional {
  display: none;
}

._form .form-row .required {
  font-size: 0;
}

._form .form-row .required::before {
  display: block;
  width: 5px;
  height: 5px;
  background-color: #d9534f;
  border-radius: 100%;
  content: "";
}

._form label {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-flex: 0 0 320px;
  flex: 0 0 320px;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  padding: 20px 30px;
  background-color: #f4f4f4;
  font-size: 26px;
  letter-spacing: 0.02em;
}

._form .woocommerce-input-wrapper {
  -webkit-flex: 1 0 auto;
  flex: 1 0 auto;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  padding: 20px 30px;
  text-align: left;
}

._form .woocommerce-input-wrapper input {
  height: 100%;
  padding: 2px 10px;
  background-color: transparent;
  border: 1px solid #aaa;
  box-shadow: none;
  font-size: 21px;
}

._form .woocommerce-input-wrapper .select2 {
  width: 200px !important;
}

._form .woocommerce-input-wrapper .select2,
._form .woocommerce-input-wrapper .select2-selection,
._form .woocommerce-input-wrapper .select2-selection__rendered {
  height: 100%;
  border-radius: 0;
}

._form .woocommerce-input-wrapper .select2-selection__rendered {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  font-size: 21px;
}

._form .woocommerce-input-wrapper .select2-selection__arrow {
  top: 10px;
}

._form .form-row-first {
  width: 100%;
  margin-right: 0;
  float: none;
}

._form .form-row-last {
  width: 100%;
  float: none;
}

._form input#shipping_postcode,
._form input#shipping_city,
._form input[name=shipping_city],
._form input[name=shipping_postcode],
._form input[name=billing_city],
._form input[name=billing_postcode] {
  width: 200px;
}

._form select[name^="wc4jp_delivery"] {
  -ms-flex-item-align: stretch;
  align-self: stretch;
  margin: 20px 30px;
  padding: 2px 10px;
  font-size: 21px;
  border: 1px solid #c7c7c7;
  border-radius: 0;
  color: #43454b;
}

._form textarea#order_comments.input-text {
  height: auto;
  padding: 2px 10px;
  border: 1px solid #c7c7c7;
  border-radius: 0;
  box-shadow: none;
  background-color: transparent;
  font-size: 21px;
  resize: vertical;
}

._form .form-row select {
  width: 200px;
  height: 100%;
  border: 1px solid #aaa;
  font-size: 21px;
  color: #43454b;
}

._form select[id=ms_addresses] {
  width: 100%;
  height: auto;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  margin: 20px 30px;
  padding: 2px 10px;
  font-size: 21px;
  border: 1px solid #c7c7c7;
  border-radius: 0;
  color: #43454b;
}

._form ._form__textarea {
  margin-top: -1px;
}

@media (max-width: 768px) {
  ._form .form-row {
    display: block;
    border: none !important;
  }

  ._form .form-row:not(:first-of-type) {
    margin-top: 30px;
  }

  ._form label {
    -webkit-flex: 0 0 auto;
    flex: 0 0 auto;
    padding: 0 10px;
    font-size: 21px;
  }

  ._form .woocommerce-input-wrapper {
    display: block;
    padding: 10px 0 0;
  }

  ._form .woocommerce-input-wrapper .select2 {
    width: 50% !important;
  }

  ._form .woocommerce-input-wrapper .select2-selection__arrow {
    top: 2px;
  }

  ._form input#shipping_postcode,
  ._form input#shipping_city,
  ._form input[name=shipping_city],
  ._form input[name=shipping_postcode],
  ._form input[name=billing_city],
  ._form input[name=billing_postcode] {
    width: 50%;
  }

  ._form select[name^="wc4jp_delivery"] {
    margin: 10px 0 0;
    padding: 2px 10px;
    font-size: 21px;
  }

  ._form textarea#order_comments.input-text {
    height: auto;
    padding: 2px 10px;
    border: 1px solid #c7c7c7;
    border-radius: 0;
    box-shadow: none;
    background-color: transparent;
    font-size: 21px;
    resize: vertical;
  }

  ._form ._form__textarea {
    margin-top: 30px;
  }
}


/* Form Check */
._form-check {
  margin-top: 30px;
}

._form-check ._form-check__wrapper {
  display: -webkit-box;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 30px;
  background-color: #f4f4f4;
}

._form-check ._form-check__item {
  font-size: 21px;
}

._form-check ._form-check__item label {
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
}

._form-check ._form-check__item input {
  margin-right: 10px;
}

._form-check ._form-check__item:not(:first-child) {
  margin-left: 25px;
}

._form-check .create-account {
  -webkit-flex: 0 0 100%;
  flex: 0 0 100%;
  margin-top: 10px;
  font-size: 21px;
}

._form-check .create-account label {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
}

._form-check .create-account input[type=password] {
  padding: 2px 10px;
  background-color: #fff;
  box-shadow: none;
  border: 1px solid #aaa;
}

._form-check .form-row .required {
  font-size: 0;
}

._form-check .form-row .required::before {
  display: block;
  width: 5px;
  height: 5px;
  background-color: #d9534f;
  border-radius: 100%;
  content: "";
}

@media (max-width: 768px) {
  ._form-check ._form-check__wrapper {
    display: block;
    padding: 20px 10px;
  }

  ._form-check ._form-check__item:not(:first-child) {
    margin: 20px 0 0;
  }

  ._form-check ._form-check__item {
    font-size: 16px;
  }

  ._form-check .create-account {
    font-size: 16px;
  }
}


/* Form Row */
._form-row {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  border-top: 1px solid #c7c7c7;
}

._form-row ._form-row__label {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-flex: 0 0 320px;
  flex: 0 0 320px;
  margin: 0;
  padding: 20px 30px;
  background-color: #f4f4f4;
  font-size: 26px !important;
  letter-spacing: 0.02em;
}

._form-row ._form-row__label .required::before {
  display: block;
  width: 5px;
  height: 5px;
  background-color: #d9534f;
  border-radius: 100%;
  content: "";
}

._form-row ._form-row__input {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  padding: 20px 30px;
}

._form-row ._form-row__input .form-row {
  border: none;
}

._form-row ._form-row__input .form-row:not(:first-child) {
  margin-left: 40px;
}

._form-row ._form-row__input label {
  -webkit-flex: 0 0 auto;
  flex: 0 0 auto;
  margin-right: 15px;
  font-size: 21px;
  padding: 0;
  background-color: transparent;
}

._form-row ._form-row__input label .required::before {
  display: none;
}

._form-row ._form-row__input .woocommerce-input-wrapper {
  -webkit-flex: 0 1 auto;
  flex: 0 1 auto;
  padding: 0;
}

@media (max-width: 768px) {
  ._form-row {
    display: block;
    border: none;
  }

  ._form-row ._form-row__input .form-row:not(:first-child) {
    margin: 0 0 0 20px;
  }

  ._form-row ._form-row__input {
    padding: 10px 0;
  }

  ._form-row ._form-row__label {
    -webkit-flex: 0 0 auto;
    flex: 0 0 auto;
    padding: 0 10px;
    font-size: 21px !important;
  }
}


/* Shipping Button */
._shipping-button {
  display: block;
  max-width: 500px;
  margin: 30px auto 0;
  padding: 10px 0;
  border: 1px solid #707070;
  font-weight: bold;
  font-size: 21px;
  text-align: center;
}

@media (max-width: 768px) {
  ._shipping-button {
    font-size: 16px;
  }
}


/* Form Payment */
._form-payment {
}

._form-payment #wc-stripe-cc-form .form-row {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  width: 100%;
  margin: 0 !important;
  border-top: 1px solid #c7c7c7;
}

._form-payment #wc-stripe-cc-form .form-row:last-of-type {
  border-bottom: 1px solid #c7c7c7;
}

._form-payment .form-row .required {
  font-size: 0;
}

._form-payment .form-row .required::before {
  display: block;
  width: 5px;
  height: 5px;
  background-color: #d9534f;
  border-radius: 100%;
  content: "";
}

._form-payment #wc-stripe-cc-form .form-row label {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  -webkit-flex: 0 0 320px;
  flex: 0 0 320px;
  padding: 20px 30px;
  background-color: #f4f4f4;
  font-size: 26px;
}

._form-payment #wc-stripe-cc-form .form-row input {
  margin: 20px 30px;
  background-color: transparent;
  border: 1px solid #aaa;
  border-radius: 0;
  box-shadow: none;
}

._form-payment .form-row input#stripe-card-cvc,
._form-payment .form-row input#stripe-card-expiry {
  width: 200px !important;
}

._form-payment .form-row.woocommerce-SavedPaymentMethods-saveNew {
  margin-top: 30px !important;
  font-size: 16px !important;
}

@media (max-width: 768px) {
  ._form-payment #wc-stripe-cc-form .form-row {
    display: block;
    border: none;
  }

  ._form-payment #wc-stripe-cc-form .form-row:not(:first-of-type) {
    margin-top: 30px !important;
  }

  ._form-payment #wc-stripe-cc-form .form-row:last-of-type {
    border-bottom: none;
  }

  ._form-payment #wc-stripe-cc-form .form-row label {
    -webkit-flex: 0 0 auto;
    flex: 0 0 auto;
    padding: 0 10px;
    font-size: 21px;
  }

  ._form-payment #wc-stripe-cc-form .form-row input {
    margin: 10px 0 0;
  }

  ._form-payment .form-row input#stripe-card-cvc,
  ._form-payment .form-row input#stripe-card-expiry {
    width: 50% !important;
  }
}


/* Collapse */
._collapse {
  margin-bottom: -1px !important;
}

._collapse::after {
  display: inline-block;
  width: 23px;
  height: 13px;
  margin-left: 10px;
  background-image: url(/images/new/shop/icon-arrow.png);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  transition-property: transform;
  transition-duration: 200ms;
  transition-timing-function: cubic-bezier(0.545, 0.080, 0.520, 0.975);
  content: "";
}

._collapse.is-active::after {
  transform: rotate(-180deg);
}

@media (-webkit-min-device-pixel-ratio: 1.5),
(min-resolution: 1.5dppx) {
  ._collapse::after {
    background-image: url(/images/new/shop/icon-arrow@2x.png);
  }
}


/* Payment Input */
._payment-input {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
}

._payment-input ._payment-input__item:not(:first-child) {
  padding-left: 50px;
}

._payment-input ._payment-input__item label {
  display: -webkit-box !important;
  display: flex !important;
  -webkit-box-align: center;
  align-items: center;
}

@media (max-width: 768px) {
  ._payment-input {
    display: block;
  }

  ._payment-input ._payment-input__item:not(:first-child) {
    padding-left: 0;
  }

  ._payment-input ._payment-input__item label {
    display: block !important;
  }

  ._payment-input ._payment-input__item label img {
    text-align: right;
  }
}


/* Multi Shipping */
#ms_shipping_addresses_field {
  margin: 20px 0;
}

#ship-to-multiple {
  display: none;
}


/* Address */
._address {
}

._address ._form {
  margin-bottom: 0;
}

._address ._address__title {
  margin: 0 0 25px;
  padding-bottom: 25px;
  font-size: 26px;
  border-bottom: 1px solid #aaa;
}

._address ._address__button {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  margin: 0 -20px 25px;
}

._address ._address__link {
  display: block;
  -webkit-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
  padding: 0 20px;
}

._address ._address__link a {
  width: 100%;
  padding: 10px;
  border: 1px solid #aaa;
  background-color: transparent;
  color: #000;
  font-weight: bold;
  font-size: 21px;
  letter-spacing: 0.02em;
  text-align: center;
}

._address ._address__button a:hover {
  opacity: 0.7;
}

._address ._address__submit {
  max-width: 500px;
  width: 100%;
  margin-top: 30px;
  background-color: #000 !important;
}

._address ._address__submit:hover {
  opacity: 0.7;
}

@media (max-width: 768px) {
  ._address ._address__title {
    margin-bottom: 15px;
    padding-bottom: 10px;
    font-size: 17px;
  }

  ._address ._address__button {
    display: block;
    margin: 0 0 30px;
  }

  ._address ._address__link {
    max-width: 100%;
    padding: 0;
  }

  ._address ._address__link:not(:first-child) {
    margin-top: 15px;
  }

  ._address ._address__link a {
    width: 100%;
    padding: 10px;
    font-size: 14px;
  }
}


/* Address Title */
._address-title {
  margin-bottom: 50px;
  padding-bottom: 15px;
  font-size: 26px !important;
  letter-spacing: 0.02em;
  border-bottom: 1px solid #aaa;
}

@media (max-width: 768px) {
  ._address-title {
    margin-bottom: 20px;
    padding-bottom: 10px;
    font-size: 17px !important;
    text-align: left;
  }
}


/* Address Block */
._address-block {
  display: -webkit-box;
  display: flex;
  margin: 0 -10px 100px;
}

._address-block ._address-block__item {
  -webkit-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
  margin: 0;
  min-height: auto;
  padding: 0 10px;
  float: none;
}

._address-block ._address-block__item:nth-of-type(n + 5) {
  margin-top: 20px;
}

._address-block ._address-block__item address {
  margin-top: 0;
}

._address-block ._address-block__item .buttons {
  position: static;
}

@media (max-width: 768px) {
  ._address-block {
    margin-bottom: 50px;
  }

  ._address-block ._address-block__item:nth-of-type(n + 5) {
    margin-top: 0;
  }

  ._address-block ._address-block__item:nth-of-type(n + 3) {
    margin-top: 20px;
  }

  ._address-block ._address-block__item {
    -webkit-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}


/* Cart Item */
._cart-item {
}

._cart-item ._cart-item__wrapper {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  margin: 0 -22px;
}

._cart-item ._cart-item__wrapper:not(:first-child) {
  margin-top: 50px;
}

._cart-item ._cart-item__row {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  margin: 0 -22px;
  padding: 0 22px;
}

._cart-item ._cart-item__item {
  display: block;
  padding: 0 22px;
}

._cart-item ._cart-item__img {
  -webkit-flex: 0 0 auto;
  flex: 0 0 auto;
}

._cart-item ._cart-item__thumb {
  width: 150px;
  height: 150px;
  background-color: #fff;
  border: 1px solid #ddd;
}

._cart-item ._cart-item__thumb img {
  width: auto;
  min-height: 148px;
}

._cart-item ._cart-item__title {
  -webkit-flex: 1 1 200px;
  flex: 1 1 200px;
  max-width: 200px;
  font-size: 21px;
  text-align: left;
}

._cart-item ._cart-item__address {
  -webkit-flex: 0 1 auto;
  flex: 0 1 auto;
}

._cart-item ._cart-item__address select {
  max-width: 400px;
  width: 100%;
  padding: 10px 15px;
  font-size: 18px;
  line-height: 1;
  border: 1px solid #aaa;
  border-radius: 0;
}

._cart-item ._cart-item__quantity input[name^=items] {
  max-width: 100%;
  width: 75px;
  margin: 0;
  padding: 11px 15px;
  font-size: 18px;
  line-height: 1;
  text-align: left;
  border: 1px solid #aaa;
  border-radius: 0;
}

._cart-item ._cart-item__remove input {
  padding: 10px 20px;
  border: 1px solid #aaa;
  background-color: transparent;
  color: #000;
}

@media (max-width: 768px) {
  ._cart-item ._cart-item__wrapper {
    position: relative;
    -webkit-box-align: start;
    align-items: flex-start;
    margin: 0;
    padding-bottom: 63px;
  }

  ._cart-item ._cart-item__row {
    display: block;
    -webkit-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    margin: 0;
    padding: 0;
    text-align: left;
  }

  ._cart-item ._cart-item__row:not(:first-child) {
    padding-left: 20px;
  }

  ._cart-item ._cart-item__item {
    padding: 0;
  }

  ._cart-item ._cart-item__thumb {
    position: relative;
    width: 100%;
    height: auto;
    overflow: hidden;
  }

  ._cart-item ._cart-item__thumb::before {
    display: block;
    padding-top: 100%;
    content: "";
  }

  ._cart-item ._cart-item__thumb img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    min-height: 100%;
  }

  ._cart-item ._cart-item__title {
    max-width: 100%;
    font-size: 16px;
  }

  ._cart-item ._cart-item__address {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
  }

  ._cart-item ._cart-item__address select {
    max-width: 100%;
    width: 100%;
    font-size: 15px;
  }

  ._cart-item ._cart-item__quantity {
    margin-top: 15px;
  }

  ._cart-item ._cart-item__quantity input[name^=items] {
    width: 75px;
    padding: 7px 15px;
  }

  ._cart-item ._cart-item__remove {
    margin-top: 20px;
  }

  ._cart-item ._cart-item__remove input {
    width: 75px;
    padding: 5px 15px;
    font-weight: normal;
    font-size: 18px;
  }
}


/* Cart Button */
._cart-button {
  display: -webkit-box;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  max-width: 540px;
  margin: 50px auto 20px;
}

._cart-button ._cart-button__link {
  display: block;
  padding: 15px 0;
  background-color: #fff;
  border: 1px solid #aaa;
  color: #000;
  font-size: 21px;
  font-weight: normal;
  line-height: 1;
}

._cart-button ._cart-button__item {
  -webkit-flex: 0 0 50%;
  flex: 0 0 50%;
  padding: 0 20px;
  text-align: center;
}

._cart-button ._cart-button__item input {
  width: 100%;
  padding: 15px 0;
  background-color: #fff;
  border: 1px solid #aaa;
  color: #000;
  font-size: 21px;
  font-weight: normal;
  line-height: 1;
}

._cart-button ._cart-button__item input:hover {
  opacity: 0.7;
}

._cart-button ._cart-button__link:hover {
  opacity: 0.7;
}

._cart-button ._cart-button__item input[name=set_addresses] {
  width: 100%;
  padding: 15px 0;
  font-weight: bold;
  color: #fff;
  background-color: #000;
}

._cart-button ._cart-button__item._cart-button__item--last {
  -webkit-flex: 1 0 100%;
  flex: 1 0 100%;
  margin-top: 60px;
}

@media (max-width: 768px) {
  ._cart-button {
    max-width: none;
    margin: 40px -10px 20px;
  }

  ._cart-button ._cart-button__item {
    padding: 0 10px;
  }

  ._cart-button ._cart-button__link,
  ._cart-button ._cart-button__item input {
    font-size: 14px;
  }

  ._cart-button ._cart-button__item._cart-button__item--last {
    margin-top: 20px;
  }
}


/* Multi */
.multi_shipping {
  display: table-row !important;
}

.multi_shipping td {
  display: block;
  padding: 0;
}

.multi_shipping td:first-of-type {
  font-size: 0;
}

.multi_shipping #shipping_addresses {
  font-size: 21px;
}

.multi_shipping .ship_address .modify-address-button {
  text-align: right;
  text-decoration: underline;
}

.multi_shipping .ship_address .modify-address-button::before {
  display: none;
}

.multi_shipping .ship_address dl {
  margin-bottom: 10px;
}

.multi_shipping .ship_address dl dd {
  margin-bottom: 10px;
}

.multi_shipping .ship_address .note-form {
  margin-top: 20px;
  padding-top: 0;
}

.multi_shipping .ship_address .note-form textarea {
  font-size: 16px;
  background-color: #fff;
  border: 1px solid #707070;
  box-shadow: none;
}

.multi_shipping .amount {
  font-size: 21px !important;
}

.multi_shipping .ship_address .tax-rate {
  margin-top: 20px;
}

.multi_shipping .ship_address .ship_address__trigger {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
}

.multi_shipping .ship_address .ship_address__trigger span:last-child::after {
  display: inline-block;
  width: 23px;
  height: 13px;
  margin-left: 10px;
  background-image: url(/images/new/shop/icon-arrow.png);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  transform: rotate(-180deg);
  transition-property: transform;
  transition-duration: 200ms;
  transition-timing-function: cubic-bezier(0.545, 0.080, 0.520, 0.975);
  content: "";
}

.multi_shipping .ship_address .ship_address__trigger.is-active span:last-child::after {
  transform: rotate(0);
}

.multi_shipping .ship_address .ship_address__wrapper {
  margin-top: 15px;
}

@media (-webkit-min-device-pixel-ratio: 1.5),
(min-resolution: 1.5dppx) {
  .multi_shipping .ship_address .ship_address__trigger span:last-child::after {
    background-image: url(/images/new/shop/icon-arrow@2x.png);
  }
}

@media (max-width: 768px) {
  .multi_shipping #shipping_addresses {
    font-size: 16px;
  }

  .multi_shipping .ship_address .note-form textarea {
    font-size: 10px;
  }

  .multi_shipping .amount {
    font-size: 10px !important;
  }

  .multi_shipping .ship_address .ship_address__trigger span:last-child::after {
    width: 18px;
    height: 8px;
  }
}


/* NewsLetter */
._newsletter {
}

._newsletter ._newsletter__head {
  margin-bottom: 55px;
  font-size: 16px;
  line-height: 32px;
  letter-spacing: 0.02em;
}

._newsletter ._newsletter__wrapper {
  display: -webkit-box;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -22px;
}

._newsletter ._newsletter__item {
  -webkit-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
  padding: 0 22px;
}

._newsletter ._newsletter__title {
  margin-bottom: 20px;
  padding-bottom: 8px;
  text-align: left;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.02em;
  border-bottom: 1px solid #707070;
}

._newsletter ._newsletter__form {
  text-align: left;
}

._newsletter ._newsletter__form input {
  padding: 13px 20px;
  font-size: 16px;
  width: 100%;
  font-family: "游ゴシック" , "Yu Gothic" , "游ゴシック体" , "YuGothic" , "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" ,"Meiryo UI" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
}

._newsletter ._newsletter__form input[type=submit] {
  display: block;
  max-width: 150px;
  margin: 0 auto;
  background-color: #000;
}

._newsletter ._newsletter__form input[type=submit]:hover {
  opacity: 0.6;
}

._newsletter ._newsletter__form input[type=submit].is-disable {
  opacity: 0.2;
  pointer-events: none;
  cursor: not-allowed;
}

._newsletter ._newsletter__form input[type=submit].is-disable:hover {
  opacity: 0.2;
}

._newsletter ._newsletter__form input:not(:first-of-type) {
  margin-top: 25px;
}

._newsletter ._newsletter__text {
  display: inline-block;
  margin-bottom: 10px;
  font-size: 16px;
  letter-spacing: 0.02em;
  white-space: nowrap;
}

@media (max-width: 1180px) {
  ._newsletter ._newsletter__text {
    white-space: normal;
  }
}

@media (max-width: 768px) {
  ._newsletter ._newsletter__head {
    margin-bottom: 30px;
    text-align: center;
    font-size: 12px;
    line-height: 22px;
  }

  ._newsletter ._newsletter__wrapper {
    display: block;
    margin: 0;
  }

  ._newsletter ._newsletter__item {
    max-width: 100%;
    padding: 0;
  }

  ._newsletter ._newsletter__item:not(:first-child) {
    margin-top: 60px;
  }

  ._newsletter ._newsletter__title {
    margin-bottom: 20px;
    padding-bottom: 8px;
    font-size: 12px;
  }

  ._newsletter ._newsletter__text {
    margin-bottom: 5px;
    font-size: 12px;
  }

  ._newsletter ._newsletter__form input {
    padding: 10px;
    font-size: 14px;
  }

  ._newsletter ._newsletter__form input:not(:first-of-type) {
    margin-top: 25px;
  }
}


/* Archive */
._archive {
}

._archive ._archive__title {
  text-align: center;
  font-size: 19px;
  font-weight: bold;
}

._archive ._archive__button {
  display: block;
  max-width: 400px;
  margin: 25px auto 0;
  padding: 10px 0;
  background-color: #000;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  letter-spacing: 0.02em;
}

._archive ._archive__button:hover {
  opacity: 0.6;
}

@media (max-width: 768px) {
  ._archive ._archive__title {
    margin-top: 25px;
    font-size: 14px;
  }

  ._archive ._archive__button {
    margin: 25px auto 20px;
    padding: 10px 0;
    font-size: 14px;
  }
}


/* My Page */
._my-page {
}

._my-page .woocommerce {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  flex-direction: row-reverse;
  margin: 0 -22px;
}

._my-page .woocommerce-MyAccount-navigation,
._my-page .woocommerce-MyAccount-content {
  padding: 0 22px;
  width: auto;
  float: none;
}

._my-page .woocommerce-MyAccount-content {
  -webkit-flex: 1 1 auto;
  flex: 1 1 auto;
}

._my-page .woocommerce-MyAccount-navigation {
  -webkit-flex: 0 0 294px;
  flex: 0 0 294px;
  max-width: 294px;
  margin-right: 0;
}

@media (max-width: 768px) {
  ._my-page .woocommerce {
    display: block;
    margin: 0;
  }

  ._my-page .woocommerce-MyAccount-navigation,
  ._my-page .woocommerce-MyAccount-content {
    padding: 0;
  }

  ._my-page .woocommerce-MyAccount-navigation {
    max-width: 100%;
  }
}


/* My Account Home */
._my-account-home {
}

._my-account-home ._my-account-home__title {
  margin: 0 0 7px;
  font-size: 26px;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.02em;
}

._my-account-home ._my-account-home__label {
  margin-bottom: 25px;
  text-align: center;
  font-size: 16px;
  letter-spacing: 0.02em;
}

._my-account-home ._my-account-home__text {
  margin: 0;
  font-size: 16px;
  line-height: 27px;
  letter-spacing: 0.02em;
}

@media (max-width: 768px) {
  ._my-account-home ._my-account-home__title {
    margin: 0 0 5px;
    font-size: 16px;
  }

  ._my-account-home ._my-account-home__label {
    margin-bottom: 25px;
    font-size: 11px;
  }

  ._my-account-home ._my-account-home__text {
    font-size: 14px;
    line-height: 22px;
  }
}


/* My Nav */
._my-nav {
}

._my-nav ul li {
  padding-left: 0;
}

._my-nav ul li a {
  font-size: 16px;
  font-weight: bold;
}

@media (max-width: 768px) {
  ._my-nav {
    margin-top: 40px;
  }

  ._my-nav ul li {
    text-align: left;
  }

  ._my-nav ul li a {
    padding: 15px 0;
    font-size: 14px;
  }
}


/* Delete Account */
.delete-account {
  padding-top: 56px;
}

.delete-account a {
  padding: 0;
  border: none;
  font-size: 14px;
  font-weight: normal;
  letter-spacing: 0.02em;
  text-decoration: underline;
  text-align: left;
}

.delete-account a:hover {
  text-decoration: none;
}


/* Orders */
._orders {
}

._orders th {
  font-size: 14px;
  letter-spacing: 0.02em;
}

._orders th.woocommerce-orders-table__header-order-date:before {
  content: "注文日";
}

._orders th.woocommerce-orders-table__header-order-status:before {
  content: "ステータス";
}

._orders th.woocommerce-orders-table__header-order-total:before {
  content: "合計";
}

._orders th.woocommerce-orders-table__header-order-actions:before {
  content: "注文詳細";
}

._orders .woocommerce-button.view {
  background-color: transparent;
  border: 1px solid #000;
  color: #000;
  font-size: 14px;
  letter-spacing: 0.02em;
}

._orders .woocommerce-button.view::after {
  display: none;
}


/* Address */
._my-address {
}

._my-address .woocommerce-Address:not(:first-of-type) {
  margin-top: 30px;
}

._my-address header.title h3 {
  font-size: 19px;
  font-weight: bold;
  letter-spacing: 0.02em;
}

._my-address address {
  margin-bottom: 0;
  font-size: 16px;
  letter-spacing: 0.02em;
}

._my-address .edit {
  font-size: 16px;
  text-decoration: underline;
  letter-spacing: 0.02em;
}

._my-address .edit:hover {
  text-decoration: none;
}

._my-address .button {
  max-width: 206px;
  width: 100%;
  margin-top: 30px;
  padding: 5px 10px;
  background-color: #fff;
  color: #000;
  border: 1px solid #707070;
  text-align: center;
  font-size: 16px;
  font-weight: normal;
}

@media (max-width: 768px) {
  ._my-address header.title h3 {
    font-size: 16px;
  }

  ._my-address address {
    font-size: 14px;
  }

  ._my-address .edit {
    font-size: 14px;
  }

  ._my-address .button {
    max-width: 50%;
    font-size: 14px;
  }
}


/* Edit */
._edit {
}

._edit .required {
  font-size: 0;
}

._edit .required::after {
  display: inline-block;
  margin-left: 5px;
  width: 5px;
  height: 5px;
  background-color: #d9534f;
  border-radius: 100%;
  content: "";
}

._edit input {
  border: 1px solid #aaaaaa;
  box-shadow: none;
  background-color: #fff;
  font-size: 16px;
}

._edit ._edit__row {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
}

._edit .woocommerce-form-row {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  width: 100%;
  margin: 0;
  float: none;
}

._edit ._edit__row,
._edit .woocommerce-form-row {
  border-top: 1px solid #c7c7c7;
  border-bottom: 1px solid #c7c7c7;
}

._edit .woocommerce-form-row:not(:first-child) {
  margin-top: -1px;
}

._edit ._edit__row ._edit__title,
._edit .woocommerce-form-row label {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  -webkit-flex: 0 0 182px;
  flex: 0 0 182px;
  max-width: 182px;
  padding: 18px 25px;
  font-size: 16px;
  letter-spacing: 0.02em;
  background-color: #f4f4f4;
}

._edit ._edit__label {
  display: block;
}

._edit ._edit__input {
  -webkit-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 15px;
}

._edit ._edit__body {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-flex: 1 1 auto;
  flex: 1 1 auto;
}

._edit ._edit__body .form-row-first {
  margin-right: 27px;
}

._edit ._edit__body label {
  -webkit-flex: 0 1 auto;
  flex: 0 1 auto;
  max-width: 100%;
  margin-right: 15px;
  padding: 0;
  background-color: transparent;
}

._edit ._edit__body input {
  -webkit-flex: 1 1 auto;
  flex: 1 1 auto;
}

._edit ._edit__body .woocommerce-form-row {
  border: none;
}

._edit fieldset {
  margin: 40px 0 0;
  padding: 0;
  border: none;
}

._edit fieldset legend {
  margin: 0 0 10px;
  padding: 0;
  font-size: 16px;
  letter-spacing: 0.02em;
}

._edit button[type=submit] {
  max-width: 206px;
  margin-top: 30px;
  font-size: 16px;
}

@media (max-width: 768px) {
  ._edit input {
    font-size: 14px;
  }

  ._edit ._edit__row {
    display: block;
  }

  ._edit ._edit__row,
  ._edit .woocommerce-form-row {
    border: none;
  }

  ._edit .woocommerce-form-row:not(:first-child) {
    margin-top: 30px;
  }

  ._edit .woocommerce-form-row {
    display: block;
    width: 100%;
  }

  ._edit ._edit__row ._edit__title {
    max-width: none;
    padding: 5px 10px;
    font-size: 16px;
  }

  ._edit .woocommerce-form-row label {
    max-width: none;
    padding: 5px 10px;
    font-size: 14px;
  }

  ._edit ._edit__input {
    margin-top: 15px;
    padding: 0;
  }

  ._edit span._edit__input {
    display: block;
  }

  ._edit ._edit__body .woocommerce-form-row {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-flex: 1 1 auto;
    flex: 1 1 auto;
    margin: 0;
  }

  ._edit ._edit__body .form-row-first {
    margin-right: 20px;
  }

  ._edit ._edit__body label {
    margin-right: 5px;
  }

  ._edit fieldset {
    margin-top: 40px;
  }

  ._edit fieldset legend {
    margin: 0 0 15px;
    font-size: 16px;
  }

  ._edit button[type=submit] {
    max-width: 100%;
    font-size: 14px;
  }
}


/* Change PW */
._change-pw {
}

._change-pw .woocommerce-form-row:first-of-type {
  margin-top: 0;
}

._change-pw .woocommerce-form-row label {
  -webkit-flex: 0 0 310px;
  flex: 0 0 310px;
  max-width: 310px;
}

._change-pw label span {
  font-size: 11px;
}

@media (max-width: 1024px) {
  ._change-pw .woocommerce-form-row label {
    display: block;
    -webkit-flex: 0 0 182px;
    flex: 0 0 182px;
    max-width: 182px;
  }
}

@media (max-width: 768px) {
  ._change-pw .woocommerce-form-row label {
    max-width: 100%;
  }
}


/* Delete Me */
a.delete_me {
  padding: 10px 30px;
  border: 1px solid #707070;
  font-size: 16px;
}


/* Recommended */
._recommended {
  padding: 10px 0 50px;
  margin-bottom: 50px;
  background-color: #fff;
  border-bottom: 1px solid #aaa;
}

._recommended ._recommended__body {
  -webkit-box-pack: center;
  justify-content: center;
}

@media (max-width: 768px) {
  ._recommended {
    padding: 0 0 20px;
    margin-bottom: 20px;
  }
}


/* Recommended */
._recommended-item {
  position: relative;
  -webkit-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
  padding: 0 22px 130px;
}

._recommended-item._recommended-item--select {
  display: none;
}

._recommended-item.is-active {
  display: block;
}

._recommended-item ._recommended-item__thumb {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  height: 285px;
  padding: 13px;
  background-color: #fff;
}

._recommended-item ._recommended-item__thumb img {
  max-height: 324px;
}

._recommended-item ._recommended-item__body {
  margin-top: 10px;
}

._recommended-item ._recommended-item__content {
  text-align: left;
}

._recommended-item ._recommended-item__title {
  font-size: 16px;
  color: #000;
  font-weight: bold;
}

._recommended-item ._recommended-item__note {
  margin: 10px 0 0;
  font-size: 12px;
  line-height: 1.4;
}

._recommended-item ._recommended-item__rate {
  display: inline-block;
  margin: 0;
  font-size: 16px;
  font-weight: bold;
}

._recommended-item ._recommended-item__rate::after {
  display: inline-block;
  margin-left: 5px;
  font-size: 12px;
  font-weight: normal;
  content: "(税込)";
}

._recommended-item ._recommended-item__button {
  position: absolute;
  padding: 0 22px;
  width: 100%;
  left: 0;
  bottom: 0;
  text-align: left;
}

._recommended-item ._recommended-item__cart {
  display: block;
  width: 100%;
  margin-top: 10px;
  padding: 10px 0;
  background-color: #43454b;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
}

._recommended-item ._recommended-item__cart.loading {
  pointer-events: none;
}

._recommended-item ._recommended-item__cart:hover {
  opacity: 0.6;
}

._recommended-item ._recommended-item__select {
  width: 100%;
  margin-top: 5px;
  padding: 5px;
}

._recommended-item ._recommended-item__notice {
  position: absolute;
  top: 100%;
  left: 50%;
  margin: 10px 0 0;
  text-align: center;
  font-size: 14px;
  font-weight: normal;
  transform: translateX(-50%);
  opacity: 0;
}

._recommended-item ._recommended-item__notice.is-active {
  opacity: 1;
}

@media (max-width: 768px) {
  ._recommended-item {
    -webkit-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    padding: 0 10px 105px;
  }

  ._recommended-item ._recommended-item__thumb {
    height: 157px;
  }

  ._recommended-item ._recommended-item__thumb img {
    max-height: 137px;
  }

  ._recommended-item ._recommended-item__title {
    font-size: 12px;
  }

  ._recommended-item ._recommended-item__note {
    margin: 5px 0 0;
    font-size: 10px;
  }

  ._recommended-item ._recommended-item__rate {
    font-size: 12px;
  }

  ._recommended-item ._recommended-item__rate::after {
    font-size: 12px;
  }

  ._recommended-item ._recommended-item__button {
    padding: 0 10px;
  }

  ._recommended-item ._recommended-item__body {
    margin-top: 10px;
  }

  ._recommended-item ._recommended-item__cart {
    margin-top: 10px;
    padding: 5px 0;
    font-size: 12px;
  }
}


/* Logo text */
._logo-text {
  display: inline-block;
  margin-left: 15px;
  padding: 5px 0;
  font-size: 15px;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.1em;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
}

@media (max-width: 768px) {
  ._logo-text {
    display: block;
    margin: 12px 0 0;
    padding: 2px 0;
    font-size: 12px;
  }
}
