@charset "UTF-8";
/*デザインのアートボード幅*/
/*共通インナー幅*/
/*カラー*/
/*フォントサイズ*/
/************************
  リセット
*************************/
*, *::before, *::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body, h1, h2, h3, h4, p, figure, blockquote, dl, dd {
  margin: 0;
  font: inherit;
}

li {
  list-style: none;
}

body {
  text-rendering: optimizeSpeed;
  min-height: 100vh;
}

a:not([class]) {
  -webkit-text-decoration-skip: ink;
  text-decoration-skip-ink: auto;
}

img, picture {
  display: inline-block;
  max-width: 100%;
}
ul, ol, dl {
  margin: 0;
  padding: 0;
}

button {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0;
  border: none;
  background: none;
  color: inherit;
  font: inherit;
  letter-spacing: inherit;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

input, textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 0;
  background: none;
  background-color: #fff;
  color: inherit;
  font: inherit;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0;
  border: none;
  border-radius: 0;
  background: none;
  background-color: #fff;
  color: inherit;
  font: inherit;
  cursor: pointer;
}

picture {
  margin: 0;
}

img {
  height: auto;
  vertical-align: top;
}

em,
address {
  font-style: normal;
}

hr {
  margin: 0;
}

/************************
  ベース
*************************/
*[role=button], input[type=submit] {
  cursor: pointer;
}

:root {
  --headerHeight: 0;
  --mypageMenuHeight: 0;
}

body {
  overflow-x: hidden;
  background-color: #FFF;
  color: #4b4b4b;
  font-weight: 500;
  font-size: 0.875rem;
  line-height: 1;
  font-family: "Noto Sans CJK JP", "Noto Sans JP", "Hiragino Sans", Meiryo, sans-serif;
}

a {
  display: inline-block;
  color: inherit;
  text-decoration: none;
}
a[href^="tel:"] {
  pointer-events: none;
}

a, button, *[role=button], input[type=submit], input[type=checkbox], input[type=radio] {
  cursor: pointer;
}

a {
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

input {
  /* IE */
  /* Edge */
}
input::-webkit-input-placeholder {
  color: #C1C1C1;
}
input::-moz-placeholder {
  color: #C1C1C1;
}
input:-ms-input-placeholder {
  color: #C1C1C1;
}
input::-ms-input-placeholder {
  color: #C1C1C1;
}
input::placeholder {
  color: #C1C1C1;
}
input:-ms-input-placeholder {
  color: #C1C1C1;
}
input::-ms-input-placeholder {
  color: #C1C1C1;
}
input[disabled] {
  pointer-events: none;
}

label {
  cursor: pointer;
}

.serif {
  font-family: "Noto Serif JP", serif;
}

.inner {
  width: 100%;
  max-width: 1036px;
  margin: 0 auto;
  padding: 0 18px;
}

.hiddenText {
  clip: rect(0, 0, 0, 0);
  -webkit-clip-path: inset(50%);
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  border: 0;
  white-space: nowrap;
  clip-path: inset(50%);
}

*[aria-hidden=true] {
  visibility: hidden;
}

.pc {
  display: block;
}

.tab {
  display: none;
}

.sp {
  display: none;
}

main {
  padding-top: 133px;
}

.swiper-pagination {
  z-index: 1;
}

hr {
  height: 1px;
  border: none;
  background-color: #DBDBDB;
  -webkit-box-shadow: 1px 1px 0 #fff;
  box-shadow: 1px 1px 0 #fff;
}

.icon {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

/************************
  ヘッダー
*************************/
header {
  z-index: 2;
  position: fixed;
  width: 100%;
  background-color: #fff;
}
header .inner {
  max-width: 1336px;
}

.header_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 23px 0 20px;
}
.header_logo {
  max-width: 200px;
  font-weight: 500;
  font-size: 1.375rem;
  line-height: 1.364;
  letter-spacing: 0.14em;
}
.header_logo a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.header_link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: 2.625rem;
  margin-left: auto;
  font-size: 0.625rem;
}
.header_link li {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  height: 100%;
  margin-left: 0.813rem;
}
.header_link li.pc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: 1.25rem;
  font-size: 0.813rem;
}
.header_link li.pc a {
  padding: 10px 14px;
  border-radius: 3.125rem;
  background-color: #4b4b4b;
  color: #fff;
}
.header_link a, .header_link button {
  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-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.header_link .icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 1.875rem;
  vertical-align: middle;
}
.header_navWrap {
  position: relative;
  padding: 11px 0 12px;
  background-color: #4b4b4b;
  color: #fff;
}
.header_navWrap::before, .header_navWrap::after {
  display: block;
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #fff;
  content: "";
}
.header_navWrap::before {
  top: 3px;
}
.header_navWrap::after {
  bottom: 3px;
}
.header_nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  max-width: 43.75rem;
  margin: 0 auto;
  font-weight: 500;
  line-height: 1.75;
  letter-spacing: 0.14em;
}
.header_closeButton {
  position: fixed;
  top: 21px;
  right: 21px;
  width: 30px;
  height: 30px;
}
.header_menuWrap {
  top: 0;
  right: 0;
  width: 90%;
  max-width: 400px;
  padding: 104px 0 30px;
}
.header_menu {
  width: 80%;
  margin: 0 auto;
}
.header_menu_button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  padding: 18px 0;
  border-radius: 4px;
}
.header_menu_button::before {
  position: absolute;
  top: 2px;
  right: 2px;
  bottom: 2px;
  left: 2px;
  border: 1px solid #fff;
  border-radius: 4px;
  content: "";
}
.header_menu_button.--design {
  background-color: #4b4b4b;
}
.header_menu_button.--material {
  margin-top: 15px;
  background-color: #fff;
  color: #4b4b4b;
}
.header_menu_button.--material::before {
  border-color: #C8C9CA;
}
.header_menu_button .icon {
  display: inline-block;
  width: 2rem;
  text-align: left;
}
.header_menu_list {
  margin-top: 20px;
  margin-left: 30px;
}
.header_menu_list a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 2.143;
}
.header_menu_list a::before {
  display: inline-block;
  width: 0.875rem;
  height: 0.875rem;
  margin-right: 10px;
  background: url("../img/common/arrow_right-01-wh.svg") no-repeat center/contain;
  content: "";
}

/************************
  フッター
*************************/
footer {
  font-weight: 400;
  letter-spacing: 0.14em;
}

.footer_wrap {
  background-color: #EEEEEF;
}
.footer_searchWrap {
  padding: 55px 0 67px;
}
.footer_searchWrap .inner {
  max-width: 836px;
}
.footer_advancedSearch {
  max-width: 564px;
  margin: 50px auto 0;
}
.footer_linkWrap {
  padding: 27px 0 29px;
}
.footer_link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  line-height: 1.571;
}
.footer_link li + li {
  margin-left: 4.6%;
}
.footer_link a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.footer_link a::before {
  display: inline-block;
  width: 1.375rem;
  height: 1.375rem;
  margin-right: 10px;
  background: url("../img/common/arrow_right-01.svg") no-repeat center/contain;
  content: "";
}
.footer_navWrap {
  padding: 57px 0 98px;
  background-color: #4b4b4b;
  color: #fff;
}
.footer_nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  max-width: 660px;
  margin: 0 auto;
  line-height: 2.857;
}
.footer_nav li {
  padding: 0 5%;
  text-align: center;
}
.footer_logo {
  margin-top: 80px;
  font-size: 1.375rem;
  text-align: center;
}
.footer_copyright {
  display: block;
  padding: 10px 0;
  background-color: #EEEEEF;
  font-size: 0.813rem;
  text-align: center;
}

.to-top {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  max-width: 1500px;
  margin: 0 auto;
}
.to-top a {
  position: absolute;
  right: 2%;
  bottom: 2vh;
}

/* パンくずリスト */
.breadcrumbs {
  background-color: #F7F7F7;
  letter-spacing: 0.14em;
}
.breadcrumbs__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  max-width: 1336px;
}
.breadcrumbs__item {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  font-size: 0.75rem;
}
.breadcrumbs__item:nth-last-of-type(n+2)::after {
  display: inline-block;
  margin: 0 1em;
  content: ">";
}
.breadcrumbs__item__link[aria-current=page] {
  pointer-events: none;
}
.breadcrumbs__item a {
  padding: 9px 0;
}

.checkboxWrap {
  position: relative;
  top: -0.5rem;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 1.75rem;
  flex: 0 0 1.75rem;
  width: 1.75rem;
  height: 1.813rem;
  background: url("../img/common/checkbox.svg") no-repeat left bottom/auto 1.313rem;
}
.checkboxWrap::after {
  display: block;
  z-index: -1;
  position: absolute;
  top: 0;
  right: 0;
  width: 1.625rem;
  height: 1.625rem;
  content: "";
}
.checkboxWrap.checked::after {
  z-index: 0;
  background: url("../img/common/check.svg") no-repeat center/contain;
}
.checkboxWrap input[type=checkbox], .checkboxWrap input[type=radio] {
  z-index: 1;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1.563rem;
  height: 1.313rem;
  background-color: transparent;
}
.checkboxWrap.--white {
  background-image: url("../img/common/checkbox-wh.svg");
}

/* モーダル */
.modal {
  z-index: 1;
  position: fixed;
  height: 100%;
  overflow: hidden auto;
  background-color: rgba(30, 20, 17, 0.9);
  color: #fff;
  -webkit-transition: opacity 0.8s;
  transition: opacity 0.8s;
}
.modal[aria-hidden=true] {
  opacity: 0;
}
.modal[aria-hidden=false] {
  opacity: 1;
}

.cover {
  z-index: 1;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.numSearchWrap {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: #fff;
  font-weight: 400;
  font-size: 1.05rem;
  letter-spacing: 0.08em;
}
.numSearchWrap .inner {
  position: relative;
  max-width: 1100px;
  padding: 66px 50px 220px;
}
.numSearchWrap .button_inner {
  z-index: 2;
  position: fixed;
  right: 0;
  left: 0;
  padding-top: 0;
  padding-bottom: 0;
}
.numSearchWrap .modal_closeButton {
  position: absolute;
  top: 50px;
  right: 50px;
}
.numSearchWrap h2 {
  margin-top: 60px;
  font-weight: 400;
  font-size: 1rem;
  text-align: center;
}
.numSearchWrap label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.numSearchWrap input[type=checkbox],
.numSearchWrap input[type=radio] {
  display: inline-block;
  margin-right: 12px;
}

.search_header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
}
.search_header_item {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  margin-right: 2rem;
}
.search_header_item:nth-of-type(1) {
  -ms-flex-preferred-size: 20.625rem;
  flex-basis: 20.625rem;
}
.search_header_item:nth-of-type(2) {
  -ms-flex-preferred-size: 25.188rem;
  flex-basis: 25.188rem;
}
.search_header_item:nth-of-type(3) {
  -ms-flex-preferred-size: 10.625rem;
  flex-basis: 10.625rem;
}
.search_item {
  margin: 20px auto 0;
}
.search_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.search_wrap.fabricNum {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.search_wrap_left {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 16.6666666667%;
  flex: 0 0 16.6666666667%;
  padding-right: 10px;
}
.search_wrap_right {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  text-align: left;
}
.search_wrap h2, .search_wrap .search_list {
  margin-top: 0;
}
.search_wrap:nth-of-type(n+2) {
  margin-top: 50px;
}
.search_wrap:nth-of-type(n+2) .search_wrap_left {
  padding-top: 10px;
}
.search_number {
  max-width: 20.625rem;
}
.search_number input {
  width: 100%;
  height: 100%;
  padding: 10px;
  border: 1px solid #515151;
  border-radius: 4px;
  background-color: #1E1411;
  letter-spacing: inherit;
  text-align: center;
}
.search_year {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.search_year_item {
  position: relative;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 10.625rem;
  flex: 0 0 10.625rem;
}
.search_year_item::after {
  display: block;
  position: absolute;
  top: 0;
  right: 20px;
  bottom: 0;
  width: 14px;
  height: 12px;
  margin: auto;
  background: url("../img/common/arrow_down.svg") no-repeat center/contain;
  content: "";
  pointer-events: none;
}
.search_year span {
  margin: 0 1.25rem;
  font-size: 1.25rem;
}
.search_year select {
  width: 100%;
  padding: 14px 20px;
  border: 1px solid #515151;
  border-radius: 4px;
  background-color: #1E1411;
  letter-spacing: inherit;
}
.search_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  max-height: 8.625rem;
  margin-top: 20px;
  overflow: hidden;
}
.search_list li {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 16.6666666667%;
  flex: 0 0 16.6666666667%;
  height: 2.25rem;
  margin-bottom: 10px;
  padding-right: 10px;
}
.search_list li .checkboxWrap {
  top: -0.25em;
}
.search_list li:nth-of-type(n+19):nth-of-type(-n+24) {
  margin-top: 30px;
}
.search_list li:nth-of-type(n+19) {
  font-size: 0.875rem;
}
.search_more {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 46px auto 0;
  padding: 1em;
}
.search_more .icon {
  display: inline-block;
  width: 10px;
  height: 12px;
  margin-right: 10px;
}
.search_terms {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 84px;
}
.search_terms label {
  padding: 10px 20px;
}
.search_terms .checkboxWrap {
  top: -0.2em;
}
.search_button {
  margin: 20px auto 0;
}
.search_button .icon {
  display: inline-block;
  width: 26px;
  height: 26px;
  margin-right: 22px;
}

.fabricSearch h2 {
  text-align: left;
  white-space: nowrap;
}
.fabricSearch .modal_closeButton {
  top: 20px;
}
.fabricSearch .search_list li {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  height: 2.25rem;
  margin-bottom: 10px;
  padding-right: 10px;
}
.fabricSearch .search_list li .checkboxWrap {
  top: -0.25em;
}
.fabricSearch .search_list li .checkboxWrap + span {
  margin-left: 12px;
}
.fabricSearch .search_list li:nth-of-type(n+19):nth-of-type(-n+24) {
  margin-top: 30px;
}
.fabricSearch .search_list li:nth-of-type(n+19) {
  font-size: 0.875rem;
}

.itemDetailWrap {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.itemDetailWrap .modal_closeButton {
  z-index: 1;
  position: fixed;
  top: 50px;
  right: 50px;
}
.itemDetailWrap .detail_inner {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  padding: 50px 0;
  text-align: center;
}
.itemDetailWrap .pictWrap {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100%;
  padding: 50px 0;
}
.itemDetailWrap p {
  max-width: 300px;
  margin: 2em auto;
  padding-bottom: 50px;
  font-weight: normal;
  line-height: 1.5;
  text-align: left;
}

.searchBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.searchBox .text {
  display: inline-block;
  width: calc(100% - 4.063rem);
}
.searchBox .text input {
  width: 100%;
  padding: 9px 24px;
  border: 1px solid #C1C1C1;
  border-radius: 6.25rem;
}
.searchBox_button {
  display: inline-block;
  width: 3.125rem;
}
.searchBox_button button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  border-radius: 4px;
  background-color: #4b4b4b;
}
.searchBox_button button img {
  width: 1.625rem;
  height: 1.625rem;
}

/* ボタン */
.button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  padding: 15px;
  border-radius: 4px;
  letter-spacing: 0.14em;
}
.button.--submit {
  max-width: 500px;
  border: 1px solid #fff;
  background-color: #9B73BF;
  color: #fff;
  font-size: 1.125rem;
}
.button.--submit:hover {
  background-color: #8444BC;
  opacity: 1;
}
.button.--enter {
  border: 1px solid #fff;
  background-color: #D67090;
  color: #fff;
  font-weight: 400;
}
.button.--enter:hover {
  background-color: #D6508D;
  opacity: 1;
}
.button.--footer-search {
  padding: 13px;
  border-radius: 4px;
  background-color: #4b4b4b;
  color: #fff;
  font-weight: 500;
  font-size: 1.375rem;
}
.button.--footer-search .icon {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 3.625rem;
  flex: 0 0 3.625rem;
  text-align: left;
}
.button.--footer-search .icon img {
  width: 1.5rem;
}
.button.--footer-search .text {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 13.75rem;
  flex: 0 1 13.75rem;
  text-align: center;
}
.button.--search {
  padding: 13px;
  border-radius: 4px;
  background-color: #4b4b4b;
  color: #fff;
  font-weight: 700;
  font-size: 1.375rem;
}
.button.--search .icon {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 3.625rem;
  flex: 0 0 3.625rem;
  text-align: left;
}
.button.--search .icon img {
  width: 1.75rem;
}
.button.--fabric {
  margin-top: 25px;
  background-color: #fff;
  color: #4b4b4b;
}
.button.--link {
  padding: 27px 10px;
  background-color: #fff;
  font-weight: 700;
}
.button.--link .icon {
  margin-right: 20px;
}
.button.--whiteLine {
  position: relative;
  padding: 33px 20px;
  font-weight: 500;
}
.button.--whiteLine::after {
  position: absolute;
  top: 5px;
  right: 5px;
  bottom: 5px;
  left: 5px;
  border: 1px solid #fff;
  border-radius: 4px;
  content: "";
}
.button.--grayLine {
  position: relative;
  padding: 33px 20px;
  background-color: #fff;
  color: #4b4b4b;
}
.button.--grayLine::after {
  position: absolute;
  top: 5px;
  right: 5px;
  bottom: 5px;
  left: 5px;
  border: 1px solid #C8C9CA;
  border-radius: 4px;
  content: "";
}
.button.--bgWhite {
  border-color: #C8C9CA;
  background-color: #fff;
  color: #4b4b4b;
}
.button.--bgWhite:hover {
  border-color: #C8C9CA;
  background-color: #fff;
}
.button.--bgWhite .icon {
  width: 23px;
  height: 28px;
  margin-right: 10px;
}

/* FV slider */
@-webkit-keyframes infinitySlider {
  from {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@keyframes infinitySlider {
  from {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
.home_sliderContainer {
  width: 100%;
  overflow: hidden;
}

.home_slider {
  width: 290px;
  height: 300px;
  margin: 0 auto;
  padding: 6px 0;
}
.home_slider .swiper-wrapper {
  -webkit-transition-timing-function: linear !important;
  transition-timing-function: linear !important;
}

/* 検索結果 */
.item_heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 82.667%;
  flex: 0 0 82.667%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: 80px;
  margin-top: 27px;
  padding: 11px 48px;
  border: 1px solid #EEEEEF;
  border-radius: 4px;
  background-color: #F7F7F7;
  letter-spacing: 0.14em;
}
.item_heading_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.item_heading h2 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 6.375rem;
  flex: 0 0 6.375rem;
  font-weight: 500;
  font-size: 1.25rem;
}
.item_heading h3, .item_heading p {
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 1.75;
}
.item_heading h3 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
.item_heading h3::after {
  content: "：";
}
.item_heading .border {
  -ms-flex-item-align: stretch;
  align-self: stretch;
  width: 1px;
  margin: 0 32px;
  background-color: #DBDBDB;
  -webkit-box-shadow: 1px 1px 0 #fff;
  box-shadow: 1px 1px 0 #fff;
}
.item_heading_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  padding: 2px 0;
}
.item_heading_list_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
.item_heading_list_item.num {
  margin-right: 13.476%;
}
.item_heading_list_item.year {
  margin-right: auto;
}
.item_heading_list_item.design {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
}
.item_heading_selectWrap {
  position: relative;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 13.333%;
  flex: 0 0 13.333%;
}
.item_heading_selectWrap::after {
  display: block;
  position: absolute;
  top: 0;
  right: 20px;
  bottom: 0;
  width: 16px;
  height: 14px;
  margin: auto;
  background: url("../img/common/arrow_down-gy.svg") no-repeat center/contain;
  content: "";
}
.item_heading_selectWrap select {
  width: 100%;
  padding: 1em 34px;
  border: 1px solid #DBDCDC;
  border-radius: 4px;
  background-color: #fff;
  letter-spacing: 0.14em;
}
.item_heading.--caution {
  display: block;
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #fff;
  text-align: center;
}
.item_heading.--caution p {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: left;
}
.item_heading.--caution strong {
  color: #EA4242;
  font-weight: normal;
}

.itemList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 50px -1.923% 0;
}
.itemList_inner {
  max-width: 1248px;
  padding: 0 24px 80px;
}
.itemList_item {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 12.821%;
  flex: 0 0 12.821%;
  margin: 0 1.923% 42px;
}
.itemList_item_textWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 10px;
}
.itemList_item_text {
  margin: 0 7px;
  word-break: break-all;
}
.itemList_checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 0.75rem;
  line-height: 1.571;
}
.itemList_checkbox * {
  cursor: pointer;
}
.itemList_checkbox input[type=checkbox] {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
.itemList_checkbox .num, .itemList_checkbox .color {
  display: block;
  color: #000;
}

.pagenation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 30px;
}
.pagenation_num {
  font-size: 1.125rem;
}
.pagenation_num a, .pagenation_num span {
  padding: 0.778em 0.5em;
}
.pagenation_num.current span {
  background-color: #F2F2F2;
}
.pagenation_num.prev {
  margin-right: 0.5em;
}
.pagenation_num.next {
  margin-left: 0.5em;
}

.addFavorite {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 34px 0;
  background-color: #9B73BF;
  text-align: center;
  -webkit-transition: opacity 0.4s, -webkit-transform 0.3s;
  transition: opacity 0.4s, -webkit-transform 0.3s;
  transition: transform 0.3s, opacity 0.4s;
  transition: transform 0.3s, opacity 0.4s, -webkit-transform 0.3s;
}
.addFavorite[aria-hidden=true] {
  visibility: visible;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
}
.addFavorite[aria-hidden=false] {
  -webkit-transform: translate(0);
  transform: translate(0);
  opacity: 1;
}
.addFavorite .buttonWrap {
  display: inline-block;
  border-radius: 4px;
  background-color: #fff;
}
.addFavorite .button {
  padding-right: 20px;
  padding-left: 20px;
  letter-spacing: 0;
}

.page_header {
  margin-top: 27px;
  padding: 19px;
  border: 1px solid #EEEEEF;
  background-color: #F7F7F7;
  font-weight: inherit;
  font-size: 1.25rem;
  letter-spacing: 0.14em;
  text-align: center;
}

.form {
  font-weight: 400;
}
.form_lead {
  margin-top: 27px;
  padding: 25px 6.4% 50px;
  border: 1px solid #EEEEEF;
  background-color: #FFFAFC;
  font-size: 0.938rem;
  line-height: 1.6;
  letter-spacing: 0.14em;
}
.form_lead p {
  margin-top: 1.6em;
  padding-left: 1.5em;
  text-indent: -1.5em;
}
.form_wrap {
  margin-top: 22px;
  padding: 46px 7% 70px 7.7%;
  border: 1px solid #EEEEEF;
  background-color: #F7F7F7;
  letter-spacing: 0;
  letter-spacing: 0.14em;
}
.form_wrap p.strong {
  text-align: center;
}
.form_wrap h2 {
  font-weight: 500;
  font-size: 1.05rem;
}
.form_list {
  margin-top: 40px;
}
.form_list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 20px;
}
.form_list li.magazine .form_input {
  margin-top: 3px;
  margin-left: 29px;
}
.form_list li.magazine .checkboxLabel {
  margin-right: 6.774%;
}
.form_list li.magazine .checkboxLabel span {
  margin-top: 0.25em;
  margin-left: 13px;
}
.form_list li.inquiry h2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-item-align: start;
  align-self: flex-start;
  height: 3.75rem;
}
.form_list li.kana .required {
  margin-left: -0.5em;
}
.form_list.--confirm li {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  line-height: 1.667;
}
.form_list h2 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 22.353%;
  flex: 0 0 22.353%;
  min-width: 160px;
}
.form_list .required {
  margin-left: 0.2em;
  color: #EA4242;
  font-size: 0.813rem;
}
.form_list.--confirm li {
  margin-top: 11px;
  padding-bottom: 11px;
}
.form_list.--confirm li:nth-last-of-type(n+2) {
  border-bottom: 1px dashed #4b4b4b;
}
.form_list.--confirm h2 {
  -ms-flex-preferred-size: 243px;
  flex-basis: 243px;
}
.form .checkboxLabel {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 10px;
}
.form .checkboxWrap {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 2rem;
  flex: 0 0 2rem;
  width: 2rem;
  height: 2.063rem;
  background-size: auto 1.5rem;
}
.form .checkboxWrap::after {
  width: 1.875rem;
  height: 1.875rem;
}
.form .checkboxWrap input[type=checkbox], .form .checkboxWrap input[type=radio] {
  width: 1.813rem;
  height: 1.5rem;
}
.form input[type=text],
.form input[type=email],
.form input[type=tel],
.form input[type=password],
.form textarea {
  width: 100%;
  padding: 17px 30px;
  border: 1px solid #C8C9CA;
  border-radius: 2px;
}
.form textarea {
  height: 320px;
  resize: vertical;
}
.form .strong, .form p a {
  color: #EA4242;
}
.form p a {
  text-decoration: underline;
}
.form_input {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 100%;
  flex: 0 1 100%;
  font-weight: 500;
  font-size: 1.05rem;
}
.form_input .passwordWrap {
  position: relative;
}
.form_input .passwordWrap button {
  position: absolute;
  top: 0;
  right: 24px;
  bottom: 0;
  margin: auto;
}
.form_agree {
  margin-top: 104px;
  font-size: 1.25rem;
  text-align: center;
}
.form_agree .checkboxLabel {
  padding: 0;
}
.form_agree .checkboxLabel span {
  margin-top: 0.1em;
  margin-left: 11px;
}
.form_note {
  text-align: center;
}
.form_note .noteWrap {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-top: 5px;
  font-size: 0.875rem;
  line-height: 1.714;
  text-align: left;
}
.form .enterWrap {
  max-width: 15rem;
  margin: 20px auto 0;
  letter-spacing: 0.14em;
  text-align: center;
}
.form .enterWrap .button {
  padding: 20px 15px;
  font-size: 1.125rem;
}
.form .enterWrap .button.--enter[disabled] {
  background-color: #f7c9d7;
}
.form .enterWrap .back {
  margin-top: 20px;
}
.form .enterWrap .back .icon {
  margin-right: 7px;
}
.form .enterWrap.--order {
  margin-top: 50px;
  font-weight: 400;
  font-size: 1.125rem;
}
.form .enterWrap.--order .icon {
  margin-right: 7px;
}
.form .enterWrap.--back {
  margin-top: 30px;
  font-size: 1.25rem;
  text-transform: uppercase;
}
.form_confirm {
  margin-bottom: 50px;
}
.form_confirm_detail {
  font-size: 1.05rem;
}
.form_confirm .enterWrap {
  margin-top: 70px;
}
.form .buttonWrap {
  max-width: 564px;
  margin: 0 auto;
  border-radius: 4px;
  background-color: #fff;
}
.form .buttonWrap.--design {
  margin-top: 40px;
  font-weight: 700;
}
.form .buttonWrap.--design .button {
  -webkit-box-shadow: 5px 5px 3px rgba(214, 214, 214, 0.55);
  box-shadow: 5px 5px 3px rgba(214, 214, 214, 0.55);
}
.form .buttonWrap.--fabric {
  margin-top: 30px;
}
.form .buttonWrap.--fabric .button {
  -webkit-box-shadow: 5px 5px 3px rgba(244, 244, 244, 0.55);
  box-shadow: 5px 5px 3px rgba(244, 244, 244, 0.55);
}

.home h2 {
  font-size: 1em;
  text-align: center;
}
.home_search {
  max-width: 836px;
  padding-top: 53px;
}
.home_keywords {
  padding-top: 22px;
}
.home_keywords_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  line-height: 1.75;
}
.home_keywords_list li {
  letter-spacing: 0.14em;
}
.home_keywords_list li a {
  padding: 8px;
}
.home_bestSelling {
  max-width: 1336px;
  padding-top: 46px;
}
.home_bestSelling_list {
  margin-top: 27px;
}
.home_bestSelling_list_wrap {
  height: calc(100% - 7.9vw);
}
.home_bestSelling_list_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.home_bestSelling_list_item:nth-of-type(2) {
  width: 81.923%;
  margin: -16px auto;
}
.home_bestSelling_list_itemWrap {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 10.9vw;
  flex: 0 0 10.9vw;
  max-width: 142px;
  height: 10.9vw;
  max-height: 142px;
}
.home_bestSelling_list_img {
  overflow: hidden;
  border-radius: 50%;
}
.home_bestSelling_list .empty {
  display: none;
}
.home_bestSelling .swiper-pagination.swiper-pagination-bullets {
  bottom: 0;
}
.home_bestSelling .swiper-pagination.swiper-pagination-bullets .swiper-pagination-bullet {
  width: 32px;
  height: 32px;
  margin: 0 2px;
  padding: 10px;
  background-color: transparent;
}
.home_bestSelling .swiper-pagination.swiper-pagination-bullets .swiper-pagination-bullet::before {
  display: block;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #B4B4B5;
  content: "";
}
.home_bestSelling .swiper-pagination.swiper-pagination-bullets .swiper-pagination-bullet-active {
  background-color: transparent;
}
.home_bestSelling .swiper-pagination.swiper-pagination-bullets .swiper-pagination-bullet-active::before {
  background-color: #4b4b4b;
}
.home_detailSearch {
  padding-top: 58px;
  letter-spacing: 0.14em;
  text-align: center;
}
.home_detailSearch h2 {
  display: inline-block;
  position: relative;
  padding: 10px 33px;
  border: 1px solid #B4B4B5;
  background-color: #fff;
  font-size: 1rem;
}
.home_detailSearch h2::after {
  display: block;
  position: absolute;
  right: 0;
  bottom: -16px;
  left: 0;
  width: 46px;
  height: 17px;
  margin: auto;
  background: url("../img/common/speechbubble.svg") no-repeat center/contain;
  content: "";
}
.home_detailSearch .buttonWrap {
  margin-top: 24px;
}
.home_detailSearch_button {
  max-width: 564px;
  margin: 0 auto;
  -webkit-box-shadow: 5px 5px 3px rgba(214, 214, 214, 0.55);
  box-shadow: 5px 5px 3px rgba(214, 214, 214, 0.55);
}
.home_detailSearch p {
  margin-top: 17px;
  font-size: 0.75rem;
  line-height: 1.75;
  text-align: center;
}
.home_about {
  padding-top: 42px;
}
.home_about .inner {
  max-width: 1236px;
}
.home_about_container {
  padding: 25px 3.917% 40px 6%;
  border: 1px solid #EEEEEF;
  border-radius: 4px;
  background-color: #F7F7F7;
}
.home_about h2 {
  font-weight: 700;
  font-size: 1rem;
  letter-spacing: 0.1em;
  text-align: center;
}
.home_about_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 5px;
}
.home_about p {
  margin-top: 11px;
  line-height: 1.75;
  letter-spacing: 0.14em;
}
.home_about .buttonWrap {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 220px;
  flex: 0 0 220px;
  margin-left: 10px;
  border: 1px solid #EEEEEF;
  border-radius: 4px;
  background-color: #fff;
}
.home_bannerArea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 1236px;
  margin-top: 48px;
}
.home_bannerArea a {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 24.167%;
  flex: 0 0 24.167%;
}
.home_selectfabric {
  margin-top: 66px;
  padding: 53px 0 68px;
  background-color: #F7F7F7;
  letter-spacing: 0.14em;
}
.home_selectfabric .inner {
  max-width: 1236px;
}
.home_selectfabric_heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 23px 5.417%;
  border: 1px solid #DBDCDC;
  border-radius: 4px;
  background-color: #EEEEEF;
}
.home_selectfabric_heading p {
  margin-left: 9.363%;
  line-height: 1.857;
}
.home_selectfabric h2 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  font-weight: 500;
  font-size: 1.25rem;
}
.home_selectfabric_link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 1100px;
  margin: 63px auto 0;
}
.home_selectfabric_link_item {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 13.818%;
  flex: 0 0 13.818%;
  overflow: hidden;
  border-radius: 50%;
  background-color: #fff;
}
.home_selectfabric .buttonWrap {
  max-width: 564px;
  margin: 60px auto 0;
  border-radius: 4px;
  background-color: #fff;
  text-align: center;
}
.home_selectfabric_button {
  -webkit-box-shadow: 5px 5px 3px rgba(244, 244, 244, 0.55);
  box-shadow: 5px 5px 3px rgba(244, 244, 244, 0.55);
}
.home_selectfabric .linkButtonWrap {
  margin-top: 10px;
  text-align: center;
}
.home_selectfabric .linkButtonWrap a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 10px;
}
.home_selectfabric .linkButtonWrap .icon {
  margin-right: 10px;
}
.home_suggestion {
  padding: 88px 0 92px;
}
.home_suggestion .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 960px;
}
.home_suggestion h2 {
  font-weight: 500;
  font-size: 1.25rem;
  line-height: 1.75;
  text-align: left;
}
.home_suggestion_left {
  letter-spacing: 0.14em;
}
.home_suggestion_left p {
  line-height: 1.5;
}
.home_suggestion_left hr {
  max-width: 400px;
  margin: 13px 0 20px;
  border: none;
  border-top: 1px solid #B4B4B5;
}
.home_suggestion_right {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 450px;
  flex: 0 1 450px;
  margin-left: 40px;
}

.special_heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 28px;
}
.special_heading h2 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 290px;
  flex: 0 0 290px;
  -ms-flex-item-align: start;
  align-self: flex-start;
}
.special_heading .item_heading_selectWrap {
  -ms-flex-item-align: end;
  align-self: flex-end;
}
.special_text {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 100%;
  flex: 0 1 100%;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  margin-right: 3.846%;
  margin-left: 20px;
  padding: 36px 42px;
  border: 1px solid #EEEEEF;
  border-radius: 4px;
  background-color: #F7F7F7;
  font-size: 1rem;
  line-height: 1.875;
}

.item_detail_inner {
  max-width: 1336px;
}
.item_detail_heading {
  padding-right: 34px;
  padding-left: 34px;
}
.item_detail_heading h2 {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  letter-spacing: 0;
}
.item_detail_heading h2 span {
  margin-right: 26px;
}
.item_detail_body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 50px;
  padding-bottom: 60px;
  font-weight: 400;
}
.item_detail_body .pc {
  display: inline-block;
}
.item_detail_body hr {
  width: 100%;
}
.item_detail_body .image {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 590px;
  flex: 0 1 590px;
}
.item_detail_body .imageWrap {
  position: relative;
  padding-top: 100%;
}
.item_detail_body .image.--fabric .imageWrap {
  padding-top: 100%;
}
.item_detail_body .image picture {
  position: absolute;
  top: 0;
  left: 0;
  width: calc(100% - 50px);
  height: calc(100% - 50px);
  overflow: hidden;
}
.item_detail_body .image_col, .item_detail_body .image_row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #F4F4F4;
  font-size: 20px;
}
.item_detail_body .image_col {
  top: 0;
  right: 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 40px;
  height: calc(100% - 50px);
}
.item_detail_body .image_row {
  bottom: 0;
  left: 0;
  width: calc(100% - 50px);
  height: 40px;
}
.item_detail_body .image_orientation {
  width: calc(100% - 50px);
  margin-top: 8px;
  text-align: center;
}
.item_detail_body .image_orientation::before, .item_detail_body .image_orientation::after {
  display: inline-block;
  margin-right: 1em;
  content: "←";
}
.item_detail_body .image_orientation::after {
  display: inline-block;
  margin-left: 1em;
  content: "→";
}
.item_detail_body .image .linkWrap {
  width: calc(100% - 50px);
  margin-top: 3em;
  text-align: center;
}
.item_detail_body .image .back:hover {
  text-decoration: underline;
  opacity: 1;
}
.item_detail_body .image .back .icon {
  margin-right: 0.5em;
}
.item_detail_body .info {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 290px;
  flex: 1 0 290px;
  max-width: 340px;
  margin: 20px 20px 0;
}
.item_detail_body .info.--fabric {
  margin-top: 0;
}
.item_detail_body .info_zoom {
  margin-bottom: 8px;
  line-height: 1.5;
  text-align: center;
}
.item_detail_body .info_zoomWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 1.25rem;
}
.item_detail_body .info_zoomWrap input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 6.25rem;
  height: 2.875rem;
  margin: 0.2em;
  padding: 0 0.5em;
  border: 1px solid #515151;
  border-radius: 4px;
  background-color: #1E1411;
  color: #fff;
  letter-spacing: 0.1em;
  text-align: right;
}
.item_detail_body .info_zoomWrap + p {
  text-align: center;
}
.item_detail_body .info p {
  font-size: 0.625rem;
  line-height: 1.714;
}
.item_detail_body .info p.larger {
  font-size: 1em;
}
.item_detail_body .info p em {
  color: #EA4242;
}
.item_detail_body .info p + p {
  padding-left: 1em;
  line-height: 1.429;
  text-indent: -1em;
}
.item_detail_body .info_length {
  max-width: 280px;
  margin: 34px auto 0;
}
.item_detail_body .info_length .heading {
  font-size: 0.625rem;
}
.item_detail_body .info_length .note {
  text-align: center;
}
.item_detail_body .info_lengthWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  font-size: 1.25rem;
}
.item_detail_body .info_length input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 3.75rem;
  height: 2.875rem;
  margin: 0.2em;
  border: 1px solid #515151;
  border-radius: 4px;
  background-color: #1E1411;
  color: #fff;
  letter-spacing: 0.1em;
  text-align: center;
}
.item_detail_body .info_color {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 14px;
  font-size: 1.25rem;
  text-align: center;
}
.item_detail_body .info_color em {
  color: #EA4242;
  font-size: 0.875rem;
}
.item_detail_body .info_color .checkboxWrap {
  display: inline-block;
  top: -0.188rem;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 2.063rem;
  flex: 0 0 2.063rem;
  height: 2.063rem;
  background: url("../img/common/checkbox.svg") no-repeat left bottom/auto 1.5rem;
}
.item_detail_body .info_color .checkboxWrap::after {
  width: 1.813rem;
  height: 1.813rem;
}
.item_detail_body .info_color + p {
  margin-top: 1em;
  text-align: center;
}
.item_detail_body .info .note.pc {
  display: block;
  max-width: 250px;
  margin: 30px auto 0;
  padding-left: 0;
  font-size: 1em;
  line-height: 1.571;
  text-align: left;
  text-indent: 0;
}
.item_detail_body .info .note em {
  display: inline-block;
  padding: 0 0.5em;
  border-radius: 100px;
  background-color: #EA4242;
  color: #fff;
}
.item_detail_body .info.--fabric .note {
  display: block;
  max-width: 250px;
  margin: 20px auto 0;
  text-align: left;
}
.item_detail_body .info_addCart {
  width: 280px;
  margin: 12px auto 0;
}
.item_detail_body .info_addCart .button {
  padding-top: 25px;
  padding-bottom: 28px;
  border-radius: 6px;
  border-color: #EEEEEF;
  font-size: 1.375rem;
}
.item_detail_body .info_addFavorite {
  width: 290px;
  margin: 34px auto 0;
  border: 1px solid #C1C1C1;
  border-radius: 4px;
}
.item_detail_body .info_addFavorite .button {
  font-size: 1rem;
  letter-spacing: 0;
}
.item_detail_body .info_addFavorite .button .icon {
  width: 27px;
  height: 26px;
  background: url("../img/common/star-line.svg") no-repeat center/contain;
}
.item_detail_body .info_addFavorite .button.fav .icon {
  background-image: url("../img/common/star-fill.svg");
}
.item_detail_body .info_type {
  margin-top: 18px;
  padding: 13px 10px;
  background-color: #F4F4F4;
  font-size: 0.813rem;
  line-height: 1.75;
}
.item_detail_body .info_type h3 {
  font: inherit;
  text-align: center;
}
.item_detail_body .info_type hr {
  margin: 13px 0;
}
.item_detail_body .info_typeList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.item_detail_body .info_typeList li {
  margin-left: 1em;
}
.item_detail_body .info.--fabric .info_type {
  margin-top: 0;
}
.item_detail_body .info.--fabric .info_type p.note {
  margin-top: 3em;
  margin-bottom: 2em;
  letter-spacing: 0.08em;
  text-align: center;
}
.item_detail_body .info.--fabric .info_typeList {
  display: block;
  margin-left: 10px;
}
.item_detail_body .info.--fabric .info_typeList li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 1em;
  margin-left: 0;
}
.item_detail_body .info.--fabric .info_typeList h4 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  margin-right: 1em;
}
.item_detail_body .info.--fabric .info_typeList p {
  font-size: 1em;
}
.item_detail_body .info.--fabric h3.center {
  margin: 3em 0 1em;
  text-align: center;
}
.item_detail_body .info_case {
  display: none;
  width: 290px;
  margin: 32px auto 0;
  border: 1px solid #C1C1C1;
  border-radius: 4px;
}
.item_detail_body .info_case .button {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  padding: 8px 15px 8px 18px;
  font-size: 1rem;
  line-height: 1.375;
  letter-spacing: 0;
}
.item_detail_body .info_case .button .icon {
  width: 33px;
  height: 32px;
  margin-right: 50px;
}
.item_detail_body .choicewrap {
  position: relative;
  margin-top: 24px;
}
.item_detail_body .choicewrap .swiper-button-prev, .item_detail_body .choicewrap .swiper-button-next {
  z-index: 1;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}
.item_detail_body .choicewrap .swiper-button-prev::after, .item_detail_body .choicewrap .swiper-button-next::after {
  display: none;
}
.item_detail_body .sliderWrap {
  max-width: 234px;
  margin: 0 auto;
  overflow: hidden;
}
.item_detail_body .sliderWrap .swiper-slide {
  text-align: center;
}
.item_detail_body .sliderWrap .swiper-slide-active button {
  color: #fff;
}
.item_detail_body .sliderWrap .swiper-slide-active button::before {
  display: none;
}
.item_detail_body .sliderWrap .swiper-slide-active button span {
  border-color: #EA4242;
  background-color: #EA4242;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.item_detail_body .sliderWrap .swiper-button-prev {
  left: 6px;
}
.item_detail_body .sliderWrap .swiper-button-next {
  right: 6px;
}
.item_detail_body .choice {
  width: 80px;
  margin: 0 auto;
  font-size: 15px;
}
.item_detail_body .choice button {
  position: relative;
  width: 70px;
  height: 30px;
  margin: 0 auto;
  border-radius: 20px;
  text-align: center;
}
.item_detail_body .choice button::before {
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  width: calc(100% - 2px);
  height: calc(100% - 2px);
  border-radius: 20px;
  background-color: transparent;
  -webkit-box-shadow: -1px -1px 0 #fff;
  box-shadow: -1px -1px 0 #fff;
  content: "";
}
.item_detail_body .choice button span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  border: 1px solid #C8C9CA;
  border-radius: 20px;
  background-color: transparent;
  -webkit-box-shadow: 1px 1px 0 #fff;
  box-shadow: 1px 1px 0 #fff;
}
.item_detail_body .cart_button.--close {
  display: none;
}
.item_detail_body .cover {
  z-index: 2;
  background-color: rgba(30, 20, 17, 0.6);
}
.item_detail_cart {
  position: relative;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 330px;
  flex: 0 0 330px;
  padding: 17px 5px 26px;
  border: 1px solid #DBDCDC;
  background-color: #EEEEEF;
}
.item_detail_cart[aria-hidden=true] {
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  opacity: 0;
}
.item_detail_cart[aria-hidden=false] {
  display: block;
  -webkit-transform: translateX(0);
  transform: translateX(0);
  opacity: 1;
}
.item_detail_cart h3 {
  font-weight: 500;
  font-size: 1.25rem;
  letter-spacing: 0.14em;
  text-align: center;
}
.item_detail_cart .cart_button.--new {
  position: absolute;
  top: 0.625rem;
  right: 5px;
  width: 70px;
  height: 30px;
  border: 1px solid #C8C9CA;
  border-radius: 20px;
  background-color: transparent;
  -webkit-box-shadow: 1px 1px 0 #fff;
  box-shadow: 1px 1px 0 #fff;
}
.item_detail_cart .cart_button.--new::before {
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  width: calc(100% - 1px);
  height: calc(100% - 1px);
  border-radius: 20px;
  background-color: transparent;
  -webkit-box-shadow: -1px -1px 0 #fff;
  box-shadow: -1px -1px 0 #fff;
  content: "";
}
.item_detail_cartContainer {
  position: relative;
  width: 320px;
  height: 700px;
  margin-top: 10px;
  overflow: hidden;
  border: 1px solid #DBDCDC;
  background-color: #fff;
}
.item_detail_cart.--fabric .item_detail_cartContainer {
  height: 624px;
}
.item_detail_cart .heading {
  font-weight: 500;
  font-size: 1rem;
  letter-spacing: 0.14em;
}
.item_detail_cart .heading small {
  display: inline-block;
  margin-left: 50px;
  letter-spacing: 0.08em;
}
.item_detail_cart .heading.--design {
  padding: 3px 8px 5px;
}
.item_detail_cartWrap {
  width: 100%;
  height: 100%;
  padding: 7px 5px 5px;
  background-color: #fff;
}
.item_detail_cart .remaining {
  padding: 5px;
  font-weight: 500;
  font-size: 0.75rem;
  letter-spacing: 0.05em;
  text-align: right;
  vertical-align: baseline;
}
.item_detail_cart .remaining span {
  font-size: 0.938rem;
}
.item_detail_cart .design {
  position: relative;
  height: 327px;
  padding: 5px 0;
  text-align: center;
}
.item_detail_cart .designInner {
  padding: 0 5px;
}
.item_detail_cart .designContainer {
  height: 317px;
  overflow: hidden auto;
}
.item_detail_cart .designList {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin: 14px 0 35px;
  font-size: 1rem;
  line-height: 1.563;
  letter-spacing: 0.14em;
}
.item_detail_cart .design_info {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 290px;
  padding: 11px 18px;
  border: 1px solid #D1D1D1;
  background-color: #fff;
}
.item_detail_cart .design_info::after {
  display: block;
  position: absolute;
  top: -25px;
  left: 70px;
  width: 32px;
  height: 28px;
  background: url("../img/common/speechbubble-02.svg") no-repeat center/contain;
  content: "";
}
.item_detail_cart .design_info[aria-hidden=true] {
  opacity: 0;
}
.item_detail_cart .design_info[aria-hidden=false] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  opacity: 1;
}
.item_detail_cart .design_info .closeButton {
  position: absolute;
  top: 0;
  right: 0;
  width: 30px;
  height: 30px;
}
.item_detail_cart .design_info picture {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 82px;
  flex: 0 0 82px;
}
.item_detail_cart .design_info ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: 14px;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.7;
  letter-spacing: 0;
}
.item_detail_cart .design_info ul li {
  margin-left: 1em;
}
.item_detail_cart .design_detailList {
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin-top: 14px;
  font-size: 1rem;
  line-height: 1.563;
}
.item_detail_cart .cloth {
  height: 8.125rem;
  padding: 10px;
  background-color: #F7F7F7;
}
.item_detail_cart .cloth hr {
  margin: 7px 0;
}
.item_detail_cart .clothWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.item_detail_cart .clothWrap picture {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 80px;
  flex: 0 0 80px;
}
.item_detail_cart .clothWrap p {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
  margin-left: 30px;
  font-weight: 500;
  font-size: 1.25rem;
  line-height: 1.2;
}
.item_detail_cart .value {
  margin: 20px 0;
  font-size: 1.25rem;
  text-align: center;
  vertical-align: middle;
}
.item_detail_cart .value input {
  width: 100px;
  margin-right: 10px;
  padding: 5px 10px 5px 15px;
  border: 1px solid #C8C9CA;
  border-radius: 4px;
  text-align: right;
}
.item_detail_cart .price {
  margin-top: 5px;
  padding: 12px 16px 17px;
  border: 1px solid #545454;
  background-color: #4B4B4B;
  color: #fff;
}
.item_detail_cart .price h4 {
  font-weight: 400;
}
.item_detail_cart .price p {
  margin-top: 18px;
  font-size: 0.875rem;
  text-align: right;
}
.item_detail_cart .price p em {
  font-size: 1.875rem;
}
.item_detail_cart .back {
  display: block;
  padding: 10px;
  font-weight: 500;
  font-size: 0.875rem;
  letter-spacing: 0.14em;
  text-align: center;
}
.item_detail_cart .back .icon {
  margin-right: 6px;
}
.item_detail_cart .save {
  font-weight: 500;
  font-size: 1rem;
  letter-spacing: 0.1em;
  text-align: center;
}
.item_detail_cart .save button {
  padding: 14px;
}
.item_detail_cart .save .icon {
  margin-right: 13px;
}
.item_detail_cart .order {
  max-width: 300px;
  margin: 15px auto 0;
}
.item_detail_cart .order .button {
  padding-bottom: 12px;
}
.item_detail_cart .order .icon {
  width: 36px;
  height: 33px;
  margin-right: 34px;
  margin-left: -42px;
}
.item_detail_cart .order .icon img {
  width: 100%;
  height: 100%;
}

.item_log {
  max-width: 1200px;
  margin: 60px auto 0;
}
.item_log.--fabric {
  max-width: initial;
  margin-top: 70px;
  padding: 70px 0;
  background-color: #F7F7F7;
}
.item_log.--fabric .inner {
  max-width: 1236px;
}
.item_log.--fabric .item_log_list {
  margin-bottom: 0;
}
.item_log h2 {
  font-size: 1.25rem;
  letter-spacing: 0.14em;
  text-align: center;
}
.item_log_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 50px 0 70px;
}
.item_log_list li {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 10.9vw;
  flex: 0 0 10.9vw;
  max-width: 142px;
  height: 10.9vw;
  max-height: 142px;
}
.item_log_list a {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: 50%;
}

.buttonWrap.--show {
  display: none;
  position: fixed;
  right: 18px;
  bottom: 0;
}
.buttonWrap.--show .cart_button {
  padding: 10px 27px;
  border-radius: 4px 4px 0 0;
  background-color: #4b4b4b;
  color: #fff;
  font-weight: 500;
  font-size: 1.125rem;
  letter-spacing: 0.14em;
}
.buttonWrap.--show .cart_button.hidden {
  visibility: hidden;
}

.cart_button.--close {
  display: none;
}

.cart_heading {
  font-weight: 400;
}
.cart_heading .inner {
  max-width: 636px;
}
.cart_heading_link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.cart_heading_link button {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  margin-top: 50px;
  font-weight: 500;
  font-size: 1rem;
  letter-spacing: 0.1em;
}
.cart_heading_link button .icon {
  margin-right: 14px;
}
.cart_heading_link .button {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 280px;
  flex: 0 1 280px;
  margin-top: 50px;
  padding-top: 20px;
  padding-bottom: 20px;
}
.cart_pageList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 38px;
  letter-spacing: 0.11em;
  text-align: center;
}
.cart_pageList_item {
  width: 118px;
}
.cart_pageList_item .numWrap {
  position: relative;
  margin-bottom: 15px;
}
.cart_pageList_item:nth-of-type(n+2) .numWrap::before {
  display: block;
  position: absolute;
  top: 0;
  right: 50%;
  bottom: 0;
  width: 100%;
  height: 6px;
  margin: auto;
  background-color: #DBDCDC;
  content: "";
}
.cart_pageList_item .num {
  z-index: 1;
  position: relative;
}
.cart_pageList_item svg .cls-1 {
  fill: #dbdcdc;
}
.cart_pageList_item svg .cls-2 {
  fill: #fff;
}
.cart_pageList_item.current {
  color: #9b73bf;
  font-weight: 700;
}
.cart_pageList_item.current .cls-1 {
  fill: #9b73bf;
}
.cart_total {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 50px;
  padding: 8px 5%;
  background-color: #4b4b4b;
  color: #fff;
  font-size: 1rem;
  line-height: 1.75;
  letter-spacing: 0.11em;
}
.cart_total .value {
  font-size: 1.875rem;
  line-height: 1;
}
.cart_total .value em {
  font-size: 2.5rem;
}
.cart_total .value small {
  font-size: 1rem;
}
.cart_total_note {
  margin-top: 7px;
  letter-spacing: 0.14em;
  text-align: right;
}
.cart_body {
  padding: 10px 0 80px;
}
.cart_body_link {
  margin-top: 70px;
  text-align: center;
}
.cart_body_link .button {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: auto;
  padding: 20px 25px;
}
.cart_container {
  position: relative;
  margin-top: 30px;
  padding: 20px 20px 10px;
  border: 1px solid #DBDCDC;
  background-color: #EEEEEF;
}
.cart_container_accordionButton {
  position: absolute;
  top: 20px;
  right: 24px;
  font-weight: 400;
  font-size: 1.25rem;
  letter-spacing: 0.14em;
}
.cart_container_accordionButton::after {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
.cart_container_accordionButton[aria-expanded=false]::after {
  content: "開く";
}
.cart_container_accordionButton[aria-expanded=true] .icon img {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.cart_container_accordionButton[aria-expanded=true]::after {
  content: "閉じる";
}
.cart_container_accordionButton .icon {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 20px;
  flex: 0 0 20px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 20px;
  margin-right: 10px;
}
.cart_container_deleteButton {
  margin-top: 10px;
  text-align: right;
}
.cart_container_deleteButton .button {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: auto;
  padding: 12px 22px;
  background-color: #EA4242;
  color: #fff;
  font-weight: 400;
  font-size: 0.938rem;
}
.cart_container_deleteButton .icon {
  margin-right: 25px;
}
.cart_container_heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: 6.438rem;
  letter-spacing: 0.14em;
}
.cart_container_heading .left {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
.cart_container_heading .left h2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 13.75rem;
  height: 3.75rem;
  padding: 0 24px;
  font-weight: 400;
  font-size: 1.25rem;
}
.cart_container_heading .left h2::before, .cart_container_heading .left h2::after {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  border: 1px solid #DBDCDC;
  content: "";
}
.cart_container_heading .left h2::before {
  top: 1px;
  left: 1px;
  border-color: #fff;
}
.cart_container_heading .left h2::after {
  top: 0;
  left: 0;
}
.cart_container_heading .left h2 span {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 6.063rem;
  flex: 0 0 6.063rem;
  font-size: 2rem;
  text-align: center;
}
.cart_container_heading .left p {
  margin-top: 10px;
  font-size: 0.75rem;
  text-align: center;
}
.cart_container_heading .left p span {
  font-size: 1.25em;
}
.cart_container_heading .center {
  -ms-flex-item-align: end;
  align-self: flex-end;
  margin-right: 10px;
  margin-left: auto;
}
.cart_container_heading .center p {
  font-size: 0.813rem;
  text-align: right;
}
.cart_container_heading .center .valueWrap {
  margin-top: 10px;
  margin-right: 16px;
  font-size: 1.25rem;
  text-align: right;
  vertical-align: middle;
}
.cart_container_heading .center .valueWrap input {
  width: 100px;
  margin-right: 10px;
  padding: 5px 10px 5px 15px;
  border: 1px solid #C8C9CA;
  border-radius: 4px;
  text-align: right;
}
.cart_container_heading .right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 16.875rem;
  flex: 0 0 16.875rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-item-align: end;
  align-self: flex-end;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 6px 10px 11px 15px;
  background-color: #4b4b4b;
  color: #fff;
  font-size: 0.875rem;
}
.cart_container_heading .right em {
  font-size: 1.5rem;
  letter-spacing: 0;
}
.cart_container_heading .right small {
  font-size: 0.813rem;
  letter-spacing: 0;
}
.cart_container_body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.cart_container_body[aria-hidden=false] {
  height: 100%;
  padding: 10px 0;
}
.cart_container_body[aria-hidden=true] {
  height: 0;
}
.cart_container_bodyWrap {
  margin-top: 15px;
  padding: 10px 20px;
  border: 1px solid #DBDCDC;
  background-color: #fff;
}
.cart_container_body .left {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 calc(100% - 320px);
  flex: 0 0 calc(100% - 320px);
}
.cart_container_body .left h3 {
  margin-left: 7px;
}
.cart_container_body .right {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 300px;
  flex: 0 0 300px;
  padding: 15px 10px;
  background-color: #F7F7F7;
}
.cart_container_body .right h3 {
  margin-bottom: 18px;
  margin-left: 18px;
}
.cart_container_body h3 {
  font-weight: 400;
  font-size: 1rem;
  letter-spacing: 0.14em;
}
.cart_container_body h4 {
  font-weight: 400;
}
.cart_container_body .design_list {
  margin-top: 14px;
}
.cart_container_body .design_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 8px;
  padding: 8px;
  border: 1px solid #EEEEEF;
}
.cart_container_body .design_text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-item-align: start;
  align-self: flex-start;
  width: 11.875rem;
  margin-left: 25px;
  font-size: 0.875rem;
  line-height: 1.8;
}
.cart_container_body .design_text li {
  margin-right: 1em;
}
.cart_container_body .design_text li:first-of-type {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
}
.cart_container_body .buttonWrap {
  font-size: 0.875rem;
}
.cart_container_body .buttonWrap button {
  padding: 0.5em;
}
.cart_container_body .buttonWrap.--design {
  -ms-flex-item-align: center;
  align-self: center;
  margin-right: 10px;
  margin-left: auto;
}
.cart_container_body .buttonWrap.--cloth {
  margin-top: 43px;
  text-align: center;
}
.cart_container_body .cloth {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 11px;
  padding: 5px;
}
.cart_container_body .cloth picture {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 82px;
  flex: 0 0 82px;
}
.cart_container_body .cloth_text {
  margin-top: -3px;
  margin-left: 25px;
  font-size: 1rem;
  line-height: 1.25;
  letter-spacing: 0.14em;
}
.cart_container_body .cloth_text h4 {
  margin-bottom: 1.25em;
}
.cart_container_body .cloth_text p {
  font-weight: 400;
}
.cart_container_leadWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-top: 15px;
  padding: 0 40px 20px;
  border: 1px solid #DBDCDC;
  background-color: #fff;
  font-weight: 400;
  font-size: 0.75rem;
  line-height: 2.167;
  letter-spacing: 0.08em;
}
.cart_container_leadWrap .right {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 530px;
  flex: 0 0 530px;
  margin-top: 20px;
  margin-right: 8.351%;
}
.cart_container_leadWrap .right tr:nth-last-of-type(2) td {
  padding-bottom: 0.5em;
}
.cart_container_leadWrap .right tr:last-of-type {
  border-top: 1px solid #DBDCDC;
}
.cart_container_leadWrap .right tr:last-of-type td {
  padding-top: 0.5em;
}
.cart_container_leadWrap .left {
  margin-top: 20px;
}
.cart_container_leadWrap table {
  border-collapse: collapse;
}
.cart_container_leadWrap td {
  padding: 0 18px;
}
.cart_container_leadWrap td:last-of-type {
  text-align: right;
}
.cart_container_leadWrap.--order .right {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  max-width: initial;
  margin-left: 0;
}
.cart_container_leadWrap.--order .left {
  width: 100%;
}
.cart_alert {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  max-width: 600px;
  height: 230px;
  margin: auto;
  padding: 46px 0 36px;
  overflow: hidden;
  border: 1px solid #515151;
  border-radius: 4px;
  background-color: #1E1411;
  font-size: 1rem;
  line-height: 1.875;
  letter-spacing: 0.14em;
  text-align: center;
}
.cart_alert .modal_closeButton {
  position: absolute;
  top: 15px;
  right: 15px;
}
.cart_alert .buttonWrap {
  margin-top: 43px;
  text-align: center;
}
.cart_alert .button {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: auto;
  min-width: 6.25rem;
  height: 2.813rem;
  border: 1px solid #fff;
  border-radius: 4px;
  font-size: 1.125rem;
}
.cart_alert .button.--back {
  background-color: #595757;
}
.cart_alert .button.--alert {
  margin-left: 30px;
  background-color: #EA4242;
}
.cart .cover {
  z-index: 2;
  background-color: rgba(30, 20, 17, 0.6);
}
.cart_link .button {
  font-weight: 400;
}
.cart_link .icon {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 1.125rem;
  margin-right: 15px;
}
.cartEditWrap {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 90%;
  max-width: 740px;
  height: 525px;
  margin: auto;
  padding: 20px;
  overflow: hidden;
  border: 1px solid #b4b4b5;
  border-radius: 5px;
  background-color: #fff;
  color: #4b4b4b;
}
.cartEditWrap .modal_closeButton {
  position: absolute;
  top: 15px;
  right: 15px;
}
.cartEditWrap .title {
  font-size: 1.125rem;
  text-align: left;
}
.cartEditWrap_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 20px;
  font-weight: 400;
}
.cartEditWrap_inner .pc {
  display: inline-block;
}
.cartEditWrap_inner hr {
  width: 100%;
}
.cartEditWrap_inner .image {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 410px;
  flex: 0 1 410px;
}
.cartEditWrap_inner .imageWrap {
  position: relative;
  padding-top: 100%;
}
.cartEditWrap_inner .image.--fabric .imageWrap {
  padding-top: 100%;
}
.cartEditWrap_inner .image picture {
  position: absolute;
  top: 0;
  left: 0;
  width: calc(100% - 50px);
  height: calc(100% - 50px);
  overflow: hidden;
}
.cartEditWrap_inner .image_col, .cartEditWrap_inner .image_row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #F4F4F4;
  font-size: 20px;
}
.cartEditWrap_inner .image_col {
  top: 0;
  right: 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 40px;
  height: calc(100% - 50px);
}
.cartEditWrap_inner .image_row {
  bottom: 0;
  left: 0;
  width: calc(100% - 50px);
  height: 40px;
}
.cartEditWrap_inner .image_orientation {
  width: calc(100% - 50px);
  margin-top: 8px;
  text-align: center;
}
.cartEditWrap_inner .image_orientation::before, .cartEditWrap_inner .image_orientation::after {
  display: inline-block;
  margin-right: 1em;
  content: "←";
}
.cartEditWrap_inner .image_orientation::after {
  display: inline-block;
  margin-left: 1em;
  content: "→";
}
.cartEditWrap_inner .image .linkWrap {
  width: calc(100% - 50px);
  margin-top: 3em;
  text-align: center;
}
.cartEditWrap_inner .image .back:hover {
  text-decoration: underline;
  opacity: 1;
}
.cartEditWrap_inner .image .back .icon {
  margin-right: 0.5em;
}
.cartEditWrap_inner .info {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 240px;
  flex: 1 0 240px;
  max-width: 340px;
  margin-left: 20px;
  text-align: center;
}
.cartEditWrap_inner .info.--fabric {
  margin-top: 0;
}
.cartEditWrap_inner .info_zoom {
  margin-bottom: 8px;
  line-height: 1.5;
  text-align: center;
}
.cartEditWrap_inner .info_zoomWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 1.25rem;
}
.cartEditWrap_inner .info_zoomWrap input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 6.25rem;
  height: 2.875rem;
  margin: 0.2em;
  padding: 0 0.5em;
  border: 1px solid #515151;
  border-radius: 4px;
  background-color: #1E1411;
  color: #fff;
  letter-spacing: 0.1em;
  text-align: right;
}
.cartEditWrap_inner .info_zoomWrap + p {
  text-align: center;
}
.cartEditWrap_inner .info p {
  font-size: 0.875rem;
  line-height: 1.714;
}
.cartEditWrap_inner .info p.larger {
  font-size: 1em;
}
.cartEditWrap_inner .info p em {
  color: #EA4242;
}
.cartEditWrap_inner .info p + p {
  padding-left: 1em;
  line-height: 1.429;
  text-indent: -1em;
}
.cartEditWrap_inner .info_length {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-top: 34px;
  text-align: left;
}
.cartEditWrap_inner .info_length .heading {
  font-size: 0.875rem;
}
.cartEditWrap_inner .info_length .note {
  text-align: center;
}
.cartEditWrap_inner .info_lengthWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  font-size: 1.25rem;
}
.cartEditWrap_inner .info_length input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 3.75rem;
  height: 2.875rem;
  margin: 0.2em;
  border: 1px solid #515151;
  border-radius: 4px;
  background-color: #1E1411;
  color: #fff;
  letter-spacing: 0.1em;
  text-align: center;
}
.cartEditWrap_inner .info_color {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 30px;
  font-size: 1.25rem;
  text-align: center;
}
.cartEditWrap_inner .info_color em {
  color: #EA4242;
  font-size: 0.875rem;
}
.cartEditWrap_inner .info_color .checkboxWrap {
  display: inline-block;
  top: -0.188rem;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 2.063rem;
  flex: 0 0 2.063rem;
  height: 2.063rem;
  background: url("../img/common/checkbox.svg") no-repeat left bottom/auto 1.5rem;
}
.cartEditWrap_inner .info_color .checkboxWrap::after {
  width: 1.813rem;
  height: 1.813rem;
}
.cartEditWrap_inner .info_color + p {
  margin-top: 1em;
  text-align: center;
}
.cartEditWrap_inner .info .note.pc {
  display: block;
  max-width: 250px;
  margin: 30px auto 0;
  padding-left: 0;
  font-size: 1em;
  line-height: 1.571;
  text-align: left;
  text-indent: 0;
}
.cartEditWrap_inner .info .note em {
  display: inline-block;
  padding: 0 0.5em;
  border-radius: 100px;
  background-color: #EA4242;
  color: #fff;
}
.cartEditWrap_inner .info.--fabric .note {
  display: block;
  max-width: 250px;
  margin: 20px auto 0;
  text-align: left;
}
.cartEditWrap_inner .info_addCart {
  width: 240px;
  margin: 60px auto 0;
}
.cartEditWrap_inner .info_addCart .button {
  padding-top: 25px;
  padding-bottom: 28px;
  border-radius: 6px;
  border-color: #EEEEEF;
  font-size: 1.375rem;
}

.order_body {
  margin-top: 80px;
  padding-bottom: 60px;
}
.order_body .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 1136px;
}
.order_body_left {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 calc(100% - 370px);
  flex: 0 0 calc(100% - 370px);
  padding: 10px;
  border: 1px solid #DBDCDC;
  background-color: #EEEEEF;
  font-weight: 400;
  font-size: 1.125rem;
  line-height: 1.444;
  letter-spacing: 0.14em;
}
.order_body_left h2 {
  margin-top: 25px;
  margin-left: 25px;
  font-weight: inherit;
  font-size: 1.25rem;
}
.order_body_left h2:first-of-type {
  margin-top: 7px;
}
.order_body_left h3 {
  margin-top: 4px;
  margin-left: 24px;
  font-weight: inherit;
  font-size: 1.125rem;
}
.order_body_left hr {
  width: 100%;
  margin: 15px 0 18px;
}
.order_body_left .selectWrap {
  position: relative;
  max-width: 640px;
  margin: 0 auto;
}
.order_body_left .selectWrap::after {
  display: block;
  position: absolute;
  top: 0;
  right: 20px;
  bottom: 0;
  width: 16px;
  height: 14px;
  margin: auto;
  background: url("../img/common/arrow_down-gy.svg") no-repeat center/contain;
  content: "";
}
.order_body_left .selectWrap select {
  width: 100%;
  padding: 7px 34px;
  border: 1px solid #DBDCDC;
  border-radius: 4px;
  background-color: #fff;
  letter-spacing: inherit;
}
.order_body_right {
  position: sticky;
  top: calc(var(--headerHeight) + 20px);
  -webkit-box-flex: 0;
  -ms-flex: 0 0 350px;
  flex: 0 0 350px;
  padding: 10px 10px 27px;
  border: 1px solid #DBDCDC;
  background-color: #F7F7F7;
}
.order_body_right h2 {
  font: inherit;
}
.order_body_right hr {
  margin: 24px 0 19px;
}
.order_body_right .buttonWrap {
  max-width: 260px;
  margin: 20px auto 0;
}
.order_body_right .button {
  padding: 20px 15px;
  font-weight: 400;
}
.order_body_right .button .icon {
  margin-right: 15px;
}
.order_body_right .back {
  margin-top: 10px;
  font-size: 0.938rem;
  text-align: center;
}
.order_body_right .back .backButton {
  padding: 10px;
}
.order_body_right .back .icon {
  margin-right: 8px;
}
.order_body_right .attention {
  margin-top: 50px;
  text-align: center;
}
.order_body_right .attentionWrap {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: left;
}
.order_body_right .attention p {
  margin-bottom: 1em;
  color: #EA4242;
}
.order_body_right .attention label a {
  text-decoration: underline;
}
.order_infoWrap {
  margin-top: 12px;
  padding: 15px 15px 29px;
  border: 1px solid #DBDCDC;
  background-color: #fff;
}
.order_infoWrap.--info {
  position: relative;
  padding-bottom: 22px;
}
.order_infoWrap.--info .order_addressWrap {
  margin-top: 9px;
}
.order_infoWrap.--info button {
  top: 20px;
  right: 16px;
  width: 6.25rem;
  height: 2.5rem;
}
.order_infoWrap.--address .order_addressWrap {
  position: relative;
}
.order_infoWrap.--address button {
  top: -9px;
  right: -23px;
  width: 9.375rem;
  height: 2.5rem;
}
.order_infoWrap button {
  position: absolute;
  border: 1px solid #DBDCDC;
  background-color: #F7F7F7;
}
.order_infoWrap.--more {
  padding: 0;
  border: none;
  background-color: transparent;
}
.order_infoWrap.--more textarea {
  width: 100%;
  height: 14.875rem;
  padding: 23px;
  border: 1px solid #DBDCDC;
  border-radius: 6px;
  background-color: #fff;
  font-size: 1rem;
  line-height: 1.75;
  resize: vertical;
}
.order_addressWrap {
  height: 9.75rem;
  margin: 30px 25px 0;
  font-size: 1.03rem;
}
.order_addressItem {
  position: absolute;
  top: 0;
  left: 0;
}
.order_pay {
  max-width: 574px;
  margin: 28px auto 10px;
  font-size: 1.03rem;
}
.order_pay li {
  margin-top: 15px;
}
.order_pay label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.order_pay input[type=radio] {
  position: relative;
  width: 1.625rem;
  height: 1.625rem;
  margin-right: 17px;
  border: 1px solid #C8C9CA;
  border-radius: 50%;
}
.order_pay input[type=radio]:checked::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 1rem;
  height: 1rem;
  margin: auto;
  border-radius: 50%;
  background-color: #9B73BF;
  content: "";
}
.order_list {
  max-width: 290px;
  margin: 18px auto 0;
  font-size: 1.125rem;
  line-height: 2.222;
  letter-spacing: 0.05em;
}
.order_list h2 {
  font-size: 1rem;
  letter-spacing: 0.14em;
}
.order_list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.order_total {
  max-width: 290px;
  margin: 0 auto;
  letter-spacing: 0.05em;
}
.order_total h2 {
  font-size: 1rem;
}
.order_total p {
  text-align: right;
}
.order_total p:not(.tax) {
  margin-top: 10px;
  color: #EA4242;
}
.order_total p span {
  letter-spacing: 0;
}
.order_total em {
  font-weight: 700;
  font-size: 2rem;
}
.order_total .tax {
  margin-top: 10px;
  font-size: 0.875rem;
}
.order_confirm_left {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 calc(100% - 370px);
  flex: 0 0 calc(100% - 370px);
}
.order_confirm_left .order_infoWrap {
  border: none;
}
.order_confirm_left .order_infoWrap.--address {
  padding-bottom: 5px;
}
.order_confirm_left .order_infoWrap.--address p.--address {
  margin-top: 19px;
  margin-left: 48px;
  font-size: 1.03rem;
}
.order_confirm_left .order_infoWrap.--more {
  min-height: 14.875rem;
  padding: 24px 39px;
  background-color: #fff;
}
.order_confirm_left .order_infoWrap.--more p {
  font-size: 0.9rem;
  line-height: 1.875;
}
.order_confirm_left hr {
  margin-bottom: 0;
}
.order_confirm_info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 600px;
  padding: 18px 0;
}
.order_confirm_info:nth-of-type(n+2) {
  border-top: 1px solid #DBDCDC;
}
.order_confirm_info h3 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 164px;
  flex: 0 0 164px;
}

.confirm_container {
  margin-top: 23px;
  padding: 10px;
}
.confirm_container_heading {
  height: auto;
}
.confirm_container_heading .center {
  margin: 0 19px 6px auto;
}
.confirm_container_heading .center p {
  font-size: 1.25rem;
}
.confirm_container_heading .center span {
  display: inline-block;
  margin-right: 0.2em;
  font-size: 2.813rem;
}
.confirm_container_right > p {
  font-size: 0.75rem;
  letter-spacing: 0.14em;
  text-align: right;
}
.confirm_container_right > p span {
  font-size: 1.25em;
}
.confirm_container_right .right {
  width: 224px;
  margin-top: 5px;
  padding: 8px 6px 8px 6px;
}
.confirm_container_bodyWrap {
  margin-top: 5px;
  padding-right: 10px;
  padding-left: 10px;
}
.confirm_container_bodyWrap h3 {
  margin-top: 8px;
  margin-left: 16px;
  font-weight: 500;
  font-size: 1rem;
  letter-spacing: 0.14em;
}
.confirm_container_body {
  display: block;
}
.confirm_container_design {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 6px;
}
.confirm_container .design_item {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 49.275%;
  flex: 0 0 49.275%;
  margin-top: 9px;
}
.confirm_container_cloth {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
}
.confirm_container_cloth.right {
  padding: 10px;
}
.confirm_container_cloth h3 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 5.125rem;
  flex: 0 0 5.125rem;
  margin-top: 3px;
  margin-left: 14px;
}
.confirm_container_cloth .border {
  -ms-flex-item-align: stretch;
  align-self: stretch;
  width: 1px;
  margin-right: 20px;
  background-color: #DBDBDB;
  -webkit-box-shadow: 1px 1px 0 #fff;
  box-shadow: 1px 1px 0 #fff;
}
.confirm_container_cloth .cloth {
  margin-top: 4px;
  padding: 0;
}
.confirm_container_cloth .cloth_text {
  font-size: 0.938rem;
  line-height: 1.333;
  letter-spacing: 0.14em;
}

.complete {
  margin-top: 83px;
  padding-bottom: 87px;
}
.complete_wrap {
  padding: 20px;
  border: 1px solid #EEEEEF;
  background-color: #FBF8FF;
  letter-spacing: 0.14em;
}
.complete_heading {
  margin-top: 15px;
  text-align: center;
}
.complete_heading h2 {
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 2;
}
.complete_heading p {
  margin-top: 14px;
  font-weight: 400;
  font-size: 1rem;
}
.complete_heading p span {
  display: inline-block;
  margin-left: 1em;
  font-size: 1.25rem;
  letter-spacing: 0.1em;
}
.complete_link {
  margin-top: 37px;
  padding: 20px 20px 30px;
  border: 1px solid #EEEEEF;
  background-color: #fff;
  text-align: center;
}
.complete_link_list {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  line-height: 1.5;
  text-align: left;
}
.complete_link_list li {
  margin-top: 10px;
}
.complete_link a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 10px 0;
}
.complete_link .icon {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 10px;
  flex: 0 0 10px;
  margin-right: 0.5em;
}
.complete_link.--message {
  padding: 30px;
  font-weight: 400;
  line-height: 2;
  text-align: left;
  text-align: center;
}
.complete_link.--message p {
  display: inline-block;
  max-width: 720px;
  text-align: left;
}
.complete_link.--message em {
  display: inline;
  color: #EA4242;
}

.login {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 47px 0 50px;
}
.login_wrap {
  border: 1px solid #EEEEEF;
  background-color: #F7F7F7;
}
.login_wrap.--left {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 680px;
  flex: 0 1 680px;
  margin-right: 3%;
  padding: 4%;
}
.login_wrap.--left .login_submit {
  width: 240px;
  margin: 40px auto 0;
}
.login_wrap.--left .login_submit .button {
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 1.375rem;
}
.login_wrap.--left .login_submit a {
  margin-top: 4px;
  padding: 10px;
}
.login_wrap.--left .login_submit .icon {
  margin-right: 7px;
}
.login_wrap.--right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 290px;
  flex: 0 0 290px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 4% 3%;
  text-align: center;
}
.login_wrap.--right p {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  line-height: 1.714;
  letter-spacing: 0.14em;
  text-align: left;
}
.login_wrap.--right .login_submit {
  margin-top: 60px;
}
.login_wrap.--right .buttonWrap {
  width: 200px;
  margin: 20px auto 0;
  font-size: 1.125rem;
}
.login h1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 1.375rem;
}
.login h1 .icon {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 46px;
  flex: 0 0 46px;
  margin-right: 20px;
}
.login_inputWrap {
  margin-top: 28px;
  font-size: 1rem;
}
.login_inputWrap:nth-of-type(n+2) {
  margin-top: 17px;
}
.login_inputWrap.--checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  line-height: 1.2;
}
.login input {
  border-radius: 4px;
}
.login input[type=email], .login input[type=password] {
  width: 100%;
  padding: 20px;
  border: 1px solid #C8C9CA;
}
.login_submit {
  text-align: center;
}
.login_submit a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.mypage_inner {
  max-width: 1336px;
}
.mypage_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin: 50px 0 40px;
  padding: 10px 10px 20px 0;
  border: 1px solid #eeeeef;
  background-color: #f7f7f7;
  font-size: 1rem;
}
.mypage_container .buttonWrap.--show {
  right: auto;
  left: 20px;
}
.mypage_container .buttonWrap.--show .cart_button {
  padding-right: 17px;
}
.mypage_container .buttonWrap .icon {
  margin-left: 27px;
}
.mypage_menu {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 210px;
  flex: 0 0 210px;
}
.mypage_menu.--sp {
  display: none;
}
.mypage_menu li {
  line-height: 1.438;
}
.mypage_menu li.current a {
  background-color: #4b4b4b;
  color: #fff;
  font-weight: 700;
}
.mypage_menu li::after {
  display: block;
  width: 100%;
  height: 1px;
  margin-top: auto;
  background-color: #DBDBDB;
  -webkit-box-shadow: 1px 1px 0 #fff;
  box-shadow: 1px 1px 0 #fff;
  content: "";
}
.mypage_menu a {
  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: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  height: 60px;
  padding-left: 30px;
  white-space: nowrap;
}
.mypage_menu a.multi {
  height: 70px;
}
.mypage_menu_button {
  margin-left: 20px;
  padding: 10px 27px;
  border-radius: 4px 4px 0 0;
  background-color: #4b4b4b;
  color: #fff;
  font-weight: 500;
  font-size: 1.125rem;
  letter-spacing: 0.14em;
}
.mypage_menu_button .icon {
  width: 20px;
  height: 20px;
  margin-left: 28px;
  background: url("../img/common/icon_menu-wh.svg") no-repeat center/contain;
}
.mypage_menu_button[aria-expanded=true] .icon {
  background-image: url("../img/common/icon_close.svg");
}
.mypage_sp-menuWrap {
  display: none;
}
.mypage_heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.mypage_heading h2 {
  position: relative;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 350px;
  padding: 10px 36px;
  border: 1px solid #4b4b4b;
  border-right: none;
}
.mypage_heading h2::after {
  position: absolute;
  top: -1px;
  right: -1px;
  width: 0.75rem;
  height: calc(100% + 2px);
  background: url("../img/common/border_ribbon.svg") no-repeat center/contain;
  content: "";
}
.mypage_heading p {
  margin-left: 16px;
  padding: 5px 0;
  line-height: 1.75;
}
.mypage_heading p a {
  display: inline;
  text-decoration: underline;
}
.mypage a.mypage_detail_heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  min-height: 3.75rem;
  margin-top: 24px;
  padding: 14px 2% 14px 4%;
  background-color: #eeeeef;
}
.mypage_detail {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
  padding: 40px 3.717% 70px;
  border: 1px solid #eeeeef;
  background-color: #fff;
}
.mypage_detail_container:nth-of-type(n+2) {
  margin-top: 60px;
}
.mypage_detail_heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  min-height: 3.75rem;
  margin-top: 24px;
  padding: 14px 2% 14px 4%;
  background-color: #eeeeef;
}
.mypage_detail_heading.empty {
  display: none;
  background-color: #fff;
}
.mypage_detail_heading h3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
  letter-spacing: 0.14em;
}
.mypage_detail_heading h3::before {
  display: block;
  width: 10px;
  height: 13px;
  margin-right: 20px;
  background: url("../img/common/arrow_right-02.svg") no-repeat center/contain;
  content: "";
}
.mypage_detail_heading[aria-expanded=true] h3::before {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.mypage_detail_heading.inactive {
  color: #c8c9ca;
}
.mypage_detail_heading.inactive h3::before {
  background-image: url("../img/common/arrow_right-02-gy.svg");
}
.mypage_detail_heading .cancel {
  margin-left: auto;
  padding: 8px 6px;
  border-radius: 4px;
  background-color: #b4b4b5;
  color: #fff;
  font-size: 0.875rem;
}
.mypage_detail_heading .cancelled {
  margin-left: auto;
  color: #717071;
  font-weight: 400;
}
.mypage_detail_heading .price {
  margin-left: 15px;
  font-size: 0.875rem;
  letter-spacing: 0.05em;
  vertical-align: bottom;
}
.mypage_detail_heading .price span {
  display: inline-block;
  margin-right: 0.5em;
  font-weight: 700;
  font-size: 1.5rem;
}
.mypage_detail_body {
  max-width: 730px;
  margin: 0 auto;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
.mypage_detail_body[aria-hidden=true] {
  z-index: -1;
  height: 0;
  opacity: 0;
}
.mypage_detail_body[aria-hidden=false] {
  opacity: 1;
}
.mypage_detail_info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-top: 40px;
  font-weight: 400;
}
.mypage_detail .itemList_checkbox {
  margin-top: 10px;
}
.mypage .cover {
  z-index: 2;
  background-color: rgba(30, 20, 17, 0.6);
}
.mypage_info_left {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 30.137%;
  flex: 0 0 30.137%;
  margin-top: 0;
}
.mypage_info_right {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  margin-left: 1%;
  font-size: 1rem;
}
.mypage_info_right li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.mypage_info_right li + li {
  margin-top: 14px;
}
.mypage_info_right h4 {
  width: 5.625rem;
  line-height: 1.25;
}
.mypage_info_right .num {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 340px;
  flex: 0 1 340px;
  padding: 14px;
  background-color: #9B73BF;
  color: #fff;
  font-size: 1.563rem;
  letter-spacing: 0.14em;
  text-align: center;
}
.mypage_info_container {
  margin-top: 40px;
}
.mypage_favorite_body {
  max-width: 100%;
}
.mypage_favorite .mypage_heading p {
  text-align: right;
}
.mypage_favorite .itemList {
  margin-right: -2.449%;
  margin-left: -2.449%;
}
.mypage_favorite .itemList_item {
  -ms-flex-preferred-size: 15.564%;
  flex-basis: 15.564%;
  margin-right: 2.212%;
  margin-left: 2.212%;
}
.mypage_favorite .itemList_item_text {
  margin-left: 5%;
}
.mypage_favorite .cover {
  z-index: 2;
  background-color: rgba(30, 20, 17, 0.6);
}
.mypage_shipping {
  counter-reset: listnum;
}
.mypage_shipping .mypage_detail {
  padding-right: 2.95%;
  padding-left: 2.95%;
}
.mypage_shipping .mypage_detail_body {
  position: relative;
  max-width: 100%;
  margin-top: 30px;
  border: 1px solid #eeeeef;
  background-color: #f7f7f7;
  counter-increment: listnum;
}
.mypage_shipping .mypage_detail_body .editor {
  display: none;
}
.mypage_shipping .mypage_detail_body.edit, .mypage_shipping .mypage_detail_body.new {
  padding-bottom: 30px;
}
.mypage_shipping .mypage_detail_body.edit .mypage_shipping_item, .mypage_shipping .mypage_detail_body.new .mypage_shipping_item {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.mypage_shipping .mypage_detail_body.edit .mypage_shipping_item:nth-of-type(n+2), .mypage_shipping .mypage_detail_body.new .mypage_shipping_item:nth-of-type(n+2) {
  margin-top: 10px;
}
.mypage_shipping .mypage_detail_body.edit .text, .mypage_shipping .mypage_detail_body.new .text {
  display: none;
}
.mypage_shipping .mypage_detail_body.edit .editor, .mypage_shipping .mypage_detail_body.new .editor {
  display: block;
}
.mypage_shipping .mypage_detail_body.new.hidden {
  visibility: hidden;
  z-index: -1;
  position: relative;
  height: 0;
  margin: 0;
  padding: 0;
}
.mypage_shipping_heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}
.mypage_shipping_title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 21px 30px;
  border: 1px solid #eeeeef;
  background-color: #4b4b4b;
  color: #fff;
  font-weight: 400;
}
.mypage_shipping_title::before {
  content: "発送先" counter(listnum);
}
.mypage_shipping_name {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
  padding: 15px 70px 15px 30px;
  font-weight: 700;
  font-size: 1.125rem;
  line-height: 1.667;
}
.mypage_shipping_list {
  padding: 24px 40px 30px;
  line-height: 1.75;
}
.mypage_shipping_list h4 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 23.094%;
  flex: 0 0 23.094%;
}
.mypage_shipping_list p {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
}
.mypage_shipping_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.mypage_shipping_delete {
  position: absolute;
  top: 8px;
  right: 8px;
  width: 2.5rem;
  height: 2.5rem;
}
.mypage_shipping_delete span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 1.563rem;
  height: 1.563rem;
  border: 2px solid #888;
  border-radius: 50%;
}
.mypage_shipping_delete img {
  width: 15px;
  height: 15px;
}
.mypage_shipping_buttonWrap {
  margin-top: 40px;
  text-align: center;
}
.mypage_shipping_buttonWrap .button {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: auto;
  padding: 16px 34px;
  border: 1px solid #eeeeef;
  background-color: #f7f7f7;
}
.mypage_shipping .button.mypage_edit {
  position: absolute;
  right: 18px;
  bottom: 18px;
}
.mypage_shipping .button.mypage_edit, .mypage_user .button.mypage_edit {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: initial;
  padding: 7px 18px;
  font-size: 0.875rem;
}
.mypage_shipping .button.mypage_edit::before, .mypage_user .button.mypage_edit::before {
  content: "編集";
}
.mypage_shipping .edit .mypage_edit, .mypage_shipping .new .mypage_edit, .mypage_user .edit .mypage_edit, .mypage_user .new .mypage_edit {
  background-color: #D67090;
}
.mypage_shipping .edit .mypage_edit:hover, .mypage_shipping .new .mypage_edit:hover, .mypage_user .edit .mypage_edit:hover, .mypage_user .new .mypage_edit:hover {
  background-color: #D6508D;
  opacity: 1;
}
.mypage_shipping .edit .mypage_edit::before, .mypage_shipping .new .mypage_edit::before, .mypage_user .edit .mypage_edit::before, .mypage_user .new .mypage_edit::before {
  content: "保存";
}
.mypage_shipping input:not([type=radio]), .mypage_user input:not([type=radio]) {
  width: 100%;
  padding: 5px 15px;
  border: 1px solid #C8C9CA;
  border-radius: 2px;
  font-weight: 400;
}
.mypage_user .mypage_detail {
  padding-right: 2.95%;
  padding-bottom: 100px;
  padding-left: 2.95%;
}
.mypage_user .mypage_detail_body {
  position: relative;
  max-width: 100%;
  margin-top: 30px;
}
.mypage_user_list {
  font-size: 1rem;
  line-height: 1.75;
}
.mypage_user_list h4 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 24.883%;
  flex: 0 0 24.883%;
}
.mypage_user_list h4, .mypage_user_list .text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.mypage_user_list .editor, .mypage_user_list .text {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
  margin-right: 20px;
}
.mypage_user_list .button {
  -ms-flex-item-align: center;
  align-self: center;
  margin-left: auto;
}
.mypage_user_list .error {
  color: #EA4242;
  font-size: 0.8em;
}
.mypage_user_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 8.065% 10px 8.986%;
  border-bottom: 1px solid #dbdcdc;
}
.mypage_user_item .item_right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.mypage_user_item.password h4 {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.mypage_user_item.password h4 small {
  color: #EA4242;
  font-size: 0.75em;
}
.mypage_user_item.password .inputWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.mypage_user_item.password label {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 3.5em;
  flex: 0 0 3.5em;
}
.mypage_user_item.password .error {
  margin-left: 4.375em;
}
.mypage_user_item.edit .item_right {
  display: block;
}
.mypage_user_item.edit .text {
  display: none;
}
.mypage_user_item.edit .editor {
  display: block;
}
.mypage_user .inputWrap {
  margin-top: 10px;
}
.mypage_user label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 1;
}
.mypage .modal.cancel {
  height: 240px;
}
.mypage .button.--alert {
  width: auto;
  min-width: 6.25rem;
}

.member {
  letter-spacing: 0.14em;
}
.member_registration {
  margin-bottom: 40px;
}
.member_confirm {
  margin-bottom: 50px;
}
.member_confirm .form_wrap {
  padding-top: 28px;
}
.member_confirm .form_list {
  margin-top: 0;
}
.member_confirm .enterWrap {
  margin-top: 80px;
}
.member_pre {
  margin-bottom: 62px;
}
.member_pre_lead {
  max-width: 28.75rem;
  margin: 40px auto 0;
  line-height: 1.2;
  text-align: center;
}
.member_pre_lead strong {
  display: block;
  padding: 23px 20px;
  background-color: #EA4242;
  color: #fff;
  font-weight: 500;
  font-size: 1.25rem;
  letter-spacing: 0.14em;
}
.member_pre .form_lead {
  margin-top: 37px;
  padding-top: 4px;
  padding-bottom: 32px;
  text-align: center;
}
.member_pre .form_lead p {
  padding-left: 0;
  font-size: 1.125rem;
  line-height: 1.944;
  text-align: left;
  text-indent: 0;
}
.member_pre .form_lead p + p {
  margin-top: 1.944em;
}
.member_pre_textWrap {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.member_thanks {
  margin-bottom: 60px;
}
.member_thanks_lead {
  margin-top: 21px;
  padding-bottom: 90px;
}
.member_thanks_lead p {
  padding-left: 0;
  font-size: 1.125rem;
  line-height: 1.944;
  text-align: center;
  text-indent: 0;
}
.member_thanks .enterWrap.--order {
  max-width: 18.75rem;
  margin-top: 52px;
}
.member_thanks .enterWrap.--order .button {
  padding: 15px;
}
.member_thanks .enterWrap.--back {
  margin-top: 23px;
}
.member_thanks .enterWrap.--back .icon {
  margin-right: 20px;
}

.contact {
  padding-bottom: 40px;
}
.contact .form_agree {
  margin-top: 68px;
}
.contact .form_lead {
  margin-top: 27px;
  padding-bottom: 47px;
}
.contact .form_wrap {
  margin-top: 19px;
  padding-top: 41px;
  padding-bottom: 62px;
}
.contact .form_list {
  margin-top: 44px;
}
.contact_confirm .form_list {
  margin-top: 0;
  font-weight: 500;
}
.contact_confirm .form_wrap {
  padding-top: 18px;
  padding-bottom: 69px;
}
.contact_confirm .enterWrap {
  margin-top: 48px;
}
.contact_confirm .back {
  margin-top: 22px;
  font-size: 0.938rem;
}
.contact_thanks {
  padding-bottom: 60px;
}
.contact_thanks .form_lead {
  padding-top: 51px;
  padding-bottom: 70px;
  text-align: center;
}
.contact_thanks h1 {
  font-size: 1.25rem;
}
.contact_thanks p {
  display: inline-block;
  margin-top: 47px;
  padding-left: 0;
  font-size: 1rem;
  line-height: 1.563;
  text-align: left;
  text-indent: 0;
}
.contact_thanks .buttonWrap.--design {
  margin-top: 80px;
}
.contact_thanks .buttonWrap.--fabric {
  margin-top: 28px;
}
.contact_thanks .enterWrap {
  max-width: initial;
}
.contact_thanks .enterWrap.--back {
  margin-top: 20px;
}

.about {
  padding-bottom: 77px;
  font-weight: 400;
  letter-spacing: 0.14em;
}
.about .page_header {
  font-weight: 400;
}
.about_header {
  background-color: #4b4b4b;
  color: #fff;
}
.about h1.about_header {
  margin-top: 30px;
}
.about h2.about_header {
  margin-top: 80px;
}
.about_lead {
  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-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  margin-top: 20px;
  padding: 6px 20px 2px;
  border: 1px solid #eeeeef;
  font-size: 0.9rem;
  line-height: 2.5;
}
.about .dashed {
  position: relative;
  overflow: hidden;
}
.about .dashed::before {
  position: absolute;
  top: 2.5em;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(90deg, transparent 0%, transparent 50%, #fff 50%, #fff 100%), linear-gradient(180deg, #c8c9ca 1px, transparent 1px);
  background-size: 4px 100%, 100% 2.5em;
  background-color: #fff;
  content: "";
}
.about .dashed span {
  display: inline-block;
  position: relative;
  padding: 0 10px;
}
.about_wrap {
  margin-top: 30px;
  padding: 30px 20px 20px;
  border: 1px solid #eeeeef;
  background-color: #f7f7f7;
  font-size: 0.938rem;
  line-height: 1.867;
}
.about_wrap .about_lead {
  padding-right: 73px;
  padding-left: 43px;
}
.about_list {
  margin-top: 20px;
  overflow: hidden;
}
.about_list_item {
  padding: 12px 36px 30px 30px;
  border: 1px solid #eeeeef;
  background-color: #fff;
}
.about_list_item:nth-of-type(n+2) {
  margin-top: 20px;
}
.about_list_item > h3 {
  margin-right: -30px;
  margin-left: -30px;
  padding: 0 40px 12px;
  border-bottom: 1px solid #eeeeef;
  font-weight: 700;
  font-size: 1.125rem;
  line-height: 1.778;
}
.about_list.numList {
  counter-reset: num;
}
.about_list.numList li {
  counter-increment: num;
}
.about_list.numList .about_list_item {
  padding-top: 22px;
}
.about_list.numList .about_item_wrap {
  margin-top: 0;
}
.about_list.numList .about_item_wrap:nth-of-type(n+2) {
  margin-top: 26px;
}
.about_list.numList .about_item_text {
  -ms-flex-preferred-size: 60.674%;
  flex-basis: 60.674%;
}
.about_list.numList h3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
}
.about_list.numList h3::before {
  display: inline-block;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 1.25rem;
  flex: 0 0 1.25rem;
  margin-right: 25px;
  content: counter(num);
  font-size: 1.625rem;
  line-height: 1.077;
  text-align: center;
}
.about_list.numList p {
  margin-top: 0;
  margin-left: calc(1.25rem + 25px);
}
.about_list.numList p.note {
  padding-left: 1em;
  text-indent: -1em;
}
.about_list h2 {
  color: #EA4242;
  font-weight: 500;
  font-size: 1.25rem;
  line-height: 1.5;
}
.about_list p {
  margin-top: 15px;
}
.about_list ul {
  margin-top: 30px;
}
.about_list ul li {
  padding-left: 1em;
  text-indent: -1em;
}
.about_item_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 24px;
  font-size: 1rem;
  line-height: 1.75;
}
.about_item_wrap:nth-of-type(n+2) {
  margin-top: 26px;
}
.about_item_wrap picture {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 34.989%;
  flex: 0 0 34.989%;
  margin-left: auto;
}
.about_item_text {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 58.876%;
  flex: 0 0 58.876%;
  margin-right: auto;
}
.about_item_text p {
  margin-top: 0;
  margin-left: 15px;
}
.about .lead {
  padding: 0 30px;
}
.about .anchor {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 30px;
}
.about .anchor a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 10px;
  padding: 10px;
  white-space: nowrap;
}
.about .anchor a:hover {
  opacity: 1;
}
.about .anchor a:hover .icon {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.about .anchor .icon {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 1em;
  flex: 0 0 1em;
  height: 1em;
  margin-right: 0.5em;
}
.about .anchor .cls-1 {
  fill: #4b4b4b;
}
.about .anchor:not(.heading_anchor) {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin: 20px 0 10px;
  padding: 0 10px 10px;
  border: 1px solid #eeeeef;
  font-size: 1.125rem;
  line-height: 1.2;
}
.about .anchor:not(.heading_anchor) li {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 50%;
  flex: 1 0 50%;
  padding: 7px 10px 0;
}
.about .anchor:not(.heading_anchor) li:nth-last-of-type(n+3)::after {
  display: block;
  height: 1px;
  margin-top: 10px;
  background-image: linear-gradient(to right, #c8c9ca, #c8c9ca 2px, transparent 2px, transparent 4px);
  background-position: center center;
  background-size: 4px 1px;
  background-repeat: repeat-x;
  content: "";
}
.about .anchor:not(.heading_anchor) a:hover {
  color: #d6508d;
}
.about .anchor:not(.heading_anchor) a:hover .cls-1 {
  fill: #d6508d;
}
.about .anchor:not(.heading_anchor) .icon {
  -ms-flex-preferred-size: 20px;
  flex-basis: 20px;
  height: 20px;
  margin-right: 30px;
}
.about .anchor:not(.heading_anchor) .cls-1 {
  fill: #9e9e9f;
}
.about .anchorTarget {
  margin-top: calc(var(--headerHeight) * -1);
}
.about .anchorTarget::before {
  display: block;
  height: calc(var(--headerHeight));
  content: "";
}
.about .anchorTarget .about_wrap {
  margin-top: 40px;
}
.about .anchorTarget h2 {
  font-weight: 700;
  font-size: 1.125rem;
  text-align: center;
}
.about .howto .about_lead {
  margin-top: 15px;
  padding-top: 30px;
  padding-bottom: 38px;
  background-color: #fff;
  font-size: 1rem;
  line-height: 1.875;
}
.about .howto .about_lead p a {
  display: inline;
  text-decoration: underline;
}
.about .howto .about_lead p a:hover {
  color: #EA4242;
  text-decoration: none;
  opacity: 1;
}
.about .imgContainer {
  visibility: hidden;
  z-index: -1;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 62.2vw;
  max-width: 622px;
  height: 41.7vw;
  max-height: 417px;
  margin: auto;
}
.about .imgContainer .modal_closeButton {
  position: absolute;
  top: -50px;
  right: 0;
  width: 30px;
  height: 30px;
}
.about .imgCover {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 2;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background-color: rgba(30, 20, 17, 0.6);
}
.about h2.calender {
  padding-top: 3em;
  font-weight: normal;
  font-size: 0.875rem;
}
.about .calenderWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 0.875rem;
  text-align: center;
}
.about .calenderWrap .month {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  max-width: 14.333em;
  margin: 1em 10px 0;
}
.about .calenderWrap .heading {
  background-color: #f7f7f7;
  line-height: 1.833;
}
.about .calenderWrap .dayWrap {
  height: 100%;
  margin-top: 2px;
  border: 1px solid #eeeeef;
}
.about .calenderWrap .date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 1.667;
}
.about .calenderWrap .date span {
  width: 1.833em;
  margin: 1px;
}
.about .calenderWrap .date span:first-of-type, .about .calenderWrap .date span:last-of-type {
  color: #ff276f;
}
.about .calenderWrap .day {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  line-height: 2.167;
}
.about .calenderWrap .day span {
  width: 1.833em;
  margin: 1px;
  background-color: #f7f7f7;
}
.about .calenderWrap .day span:nth-of-type(7n), .about .calenderWrap .day span:nth-of-type(7n + 1) {
  background-color: #ffebf1;
}
.about .calenderWrap .day span.holiday {
  background-color: #ffebf1;
}

.law {
  padding-bottom: 50px;
  font-size: 1rem;
  line-height: 1.875;
}
.law .page_header {
  padding-top: 10px;
  padding-bottom: 10px;
}
.law_list {
  margin-top: 30px;
  border: 1px solid #eeeeef;
}
.law_list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.law_list li + li {
  border-top: 1px solid #eeeeef;
}
.law_list h2, .law_list p {
  padding: 15px 33px;
}
.law_list h2 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 250px;
  flex: 0 0 250px;
  background-color: #f7f7f7;
}

.kiyaku .about_wrap, .privacy .about_wrap {
  padding-top: 35px;
}
.kiyaku .about_list p, .privacy .about_list p {
  margin-top: 19px;
  padding-left: 2em;
  text-indent: -2em;
}
.kiyaku .about_list ul, .privacy .about_list ul {
  margin-top: 33px;
  margin-left: 1.733em;
}
.kiyaku .about_list_item, .privacy .about_list_item {
  padding-top: 23px;
  padding-bottom: 35px;
}

.kiyaku {
  padding-bottom: 60px;
}
.kiyaku .about_list {
  margin-top: 32px;
}

.privacy {
  padding-bottom: 40px;
}
.privacy .about_list {
  margin-top: 40px;
}

.faq .about_wrap {
  padding-top: 18px;
}
.faq_list {
  font-size: 1rem;
  line-height: 1.75;
}
.faq_list li {
  padding: 0 15px;
  border: 1px solid #eeeeef;
  background-color: #fff;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
.faq_list li:nth-of-type(n+2) {
  margin-top: 10px;
}
.faq_list li.open {
  background-color: #FFFAFC;
}
.faq_list li.open .icon {
  -webkit-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.faq_list_q {
  z-index: 1;
  position: relative;
  padding: 18px 10px 0 15px;
}
.faq_list_q[aria-expanded=false] hr {
  display: none;
}
.faq_list_q h3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-bottom: 22px;
}
.faq_list_q h3::before {
  display: inline-block;
  margin-right: 1em;
  content: "Q";
  font-size: 1.625rem;
  line-height: 1.077;
}
.faq_list_q h3 .icon {
  width: 20px;
  height: 20px;
  margin-top: 0.313rem;
  margin-left: auto;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.faq_list_a {
  position: relative;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
.faq_list_a[aria-hidden=true] {
  z-index: -1;
  height: 0;
  padding-top: 0;
  padding-bottom: 0;
  line-height: 0;
}
.faq_list_a[aria-hidden=false] {
  z-index: 0;
  height: auto;
  padding-top: 28px;
  padding-bottom: 35px;
  line-height: inherit;
}
.faq_list_a_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0 37px;
}
.faq_list_a_wrap::before {
  display: inline-block;
  margin-right: 1em;
  content: "A";
  font-size: 1.625rem;
  line-height: 1.077;
}
.faq_list_a p {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 52.817%;
  flex: 1 0 52.817%;
  margin-top: 0;
  margin-right: auto;
}
.faq_list_a picture {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 36.502%;
  flex: 0 0 36.502%;
  margin-left: 4.695%;
}
.faq_list hr {
  background-color: #eeeeef;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.company_list {
  margin-top: 20px;
  border: 1px solid #eeeeef;
  font-size: 1rem;
  line-height: 1.875;
}
.company_list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.company_list li + li {
  border-top: 1px solid #eeeeef;
}
.company_list h2 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 30.4%;
  flex: 0 0 30.4%;
  padding: 2px;
  border-right: 1px solid #eeeeef;
}
.company_list h2 span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 0 40px;
  background-color: #f7f7f7;
  font-weight: 400;
  font-size: 1.125rem;
}
.company_list p {
  padding: 15px 33px;
}

/************************
  コンポーネント
*************************/
/************************
  ページ
*************************/
@media (max-width: 1100px) and (min-width: 601px){
  .item_detail_cart[aria-hidden=false] {
    z-index: 1 !important;
  }
}
@media (max-width: 1100px){
  .search_list {
    max-height: 17.25rem;
  }
  .search_list li {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.3333333333%;
    flex: 0 0 33.3333333333%;
  }
  .search_list li:nth-of-type(n+22):nth-of-type(-n+24) {
    margin-top: 0;
  }
  .fabricSearch .search_list li {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.3333333333%;
    flex: 0 0 33.3333333333%;
  }
  .fabricSearch .search_list li:nth-of-type(n+22):nth-of-type(-n+24) {
    margin-top: 0;
  }
  .item_detail_body .buttonWrap.--show {
    display: block;
  }
  .item_detail_body .cart_button.--close {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 36px;
    height: 36px;
    margin: 0 14px 8px auto;
  }
  .item_detail_cart {
    position: absolute;
    top: 0;
    right: 0;
    -webkit-transition: opacity 0.3s, -webkit-transform 0.5s;
    transition: opacity 0.3s, -webkit-transform 0.5s;
    transition: opacity 0.3s, transform 0.5s;
    transition: opacity 0.3s, transform 0.5s, -webkit-transform 0.5s;
  }
  .item_detail_cart .cart_button.--new {
    top: 58px;
  }
}
@media (max-width: 960px){
  .tab {
    display: inline-block;
  }
  hr {
    width: 95.238%;
    margin: 0 auto;
  }
  .footer_linkWrap {
    padding-top: 21px;
    padding-bottom: 25px;
    text-align: center;
  }
  .button.--footer-search .icon {
    -ms-flex-preferred-size: 3.125rem;
    flex-basis: 3.125rem;
  }
  .button.--search .icon {
    -ms-flex-preferred-size: 3.125rem;
    flex-basis: 3.125rem;
  }
  .item_heading {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
  .item_heading_selectWrap {
    -ms-flex-preferred-size: 21.744%;
    flex-basis: 21.744%;
    margin-top: 20px;
    margin-left: auto;
  }
  .itemList {
    margin-right: -2.5%;
    margin-left: -2.5%;
  }
  .itemList_item {
    -ms-flex-preferred-size: 20%;
    flex-basis: 20%;
    margin-right: 2.5%;
    margin-left: 2.5%;
  }
  .home_bestSelling_list_item:nth-of-type(2) {
    width: 71.744%;
  }
  .home_bestSelling_list_itemWrap {
    -ms-flex-preferred-size: 14.8vw;
    flex-basis: 14.8vw;
    height: 14.8vw;
  }
  .home_bestSelling_list_itemWrap:nth-last-child(-n+2) {
    display: none;
  }
  .special_heading {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .special_heading h2 {
    -ms-flex-preferred-size: 32.402%;
    flex-basis: 32.402%;
  }
  .special_heading .item_heading_selectWrap {
    margin-left: auto;
  }
  .special_text {
    -ms-flex-preferred-size: 65.363%;
    flex-basis: 65.363%;
    margin-right: 0;
    margin-left: 2.235%;
  }
  .cart_container_heading {
    display: block;
    height: auto;
  }
  .cart_container_heading .left {
    max-width: 220px;
  }
  .cart_container_heading .center {
    margin-top: 30px;
  }
  .cart_container_heading .right {
    max-width: 270px;
    margin-top: 30px;
    margin-left: auto;
  }
  .cart_container_body {
    display: block;
  }
  .cart_container_body .right {
    display: block;
    margin-top: 20px;
  }
  .cart_container_leadWrap .right {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 530px;
    margin-top: 10px;
    margin-right: 0;
  }
  .cart_container_leadWrap .left {
    width: 100%;
  }
  .cartEditWrap_inner .image_orientation {
    font-size: 0.857em;
  }
  .order_body .inner {
    display: block;
  }
  .order_body_right {
    max-width: 350px;
    margin: 0 auto;
    margin-top: 20px;
  }
  .confirm_container_heading .center {
    margin-top: 0;
  }
  .login {
    display: block;
    max-width: 680px;
    margin: 0 auto;
  }
  .login_wrap.--left {
    margin-right: 0;
    padding: 40px;
  }
  .login_wrap.--right {
    width: 290px;
    margin: 30px auto 0;
    padding: 100px 30px;
  }
  .mypage_menu {
    -ms-flex-preferred-size: 180px;
    flex-basis: 180px;
  }
  .mypage_menu a {
    padding-right: 9.524%;
    padding-left: 9.524%;
  }
  .mypage_heading {
    display: block;
  }
  .mypage_heading p {
    margin-top: 10px;
    margin-left: 0;
  }
  .mypage_detail_heading {
    display: block;
  }
  .mypage_detail_heading .cancel {
    display: block;
    margin-top: 10px;
  }
  .mypage_detail_heading .cancelled {
    display: block;
    margin-top: 0.5em;
    text-align: right;
  }
  .mypage_detail_heading .price {
    margin-top: 10px;
    text-align: right;
  }
  .mypage_detail_body .design_item {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
  .mypage_detail_body .right .border {
    display: block;
    width: 100%;
    height: 1px;
    margin-bottom: 20px;
  }
  .mypage_detail_info {
    display: block;
  }
  .mypage_info_right {
    margin: 20px 0 0;
  }
  .mypage_favorite .itemList {
    margin-top: 20px;
    margin-right: -3.861%;
    margin-left: -3.861%;
  }
  .mypage_favorite .itemList_item {
    -ms-flex-preferred-size: 26.316%;
    flex-basis: 26.316%;
    margin-right: 3.509%;
    margin-left: 3.509%;
  }
  .mypage_shipping .mypage_detail_body {
    padding-bottom: 30px;
  }
  .mypage_shipping_heading {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .mypage_shipping_name {
    padding: 15px;
  }
  .mypage_shipping_list {
    padding: 15px;
  }
  .mypage_shipping_list p {
    margin-bottom: 1em;
  }
  .mypage_shipping_item {
    display: block;
  }
  .mypage_user_list .button {
    margin-top: 10px;
  }
  .mypage_user_item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-right: 14px;
    padding-left: 14px;
  }
  .mypage .cart_container_leadWrap td {
    display: block;
  }
  .about .anchor:not(.heading_anchor) li {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
  .about .anchor:not(.heading_anchor) li:nth-last-of-type(n+2)::after {
    display: block;
    height: 1px;
    margin-top: 10px;
    background-image: linear-gradient(to right, #c8c9ca, #c8c9ca 2px, transparent 2px, transparent 4px);
    background-position: center center;
    background-size: 4px 1px;
    background-repeat: repeat-x;
    content: "";
  }
  .faq_list hr {
    width: 100%;
  }
}
@media (max-width: 700px){
  .search_list {
    max-height: 25.875rem;
  }
  .search_list li {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
  }
  .search_list li:nth-of-type(n+21):nth-of-type(-n+24) {
    margin-top: 0;
  }
  .fabricSearch .search_list li {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
  }
  .fabricSearch .search_list li:nth-of-type(n+21):nth-of-type(-n+24) {
    margin-top: 0;
  }
}
@media (max-width: 600px){
  a[href^="tel:"] {
    pointer-events: auto;
  }
  .inner {
    padding: 0 4%;
  }
  .pc {
    display: none;
  }
  .sp {
    display: inline-block;
  }
  main {
    padding-top: 60px;
  }
  .header_wrap {
    padding-top: 7px;
    padding-bottom: 6px;
  }
  .header_logo {
    font-size: 0.688rem;
  }
  .header_link {
    width: 263px;
    height: 50px;
    margin-right: -10px;
    margin-left: 4%;
  }
  .header_link li {
    margin-left: 0;
  }
  .header_link li.pc {
    display: none;
  }
  .header_link a, .header_link button {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 50px;
    padding: 10px 0;
  }
  .header_line {
    display: block;
    position: relative;
    height: 7px;
    background-color: #4b4b4b;
  }
  .header_line::after {
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    margin: auto;
    background-color: #fff;
    content: "";
  }
  .footer_searchWrap {
    padding-top: 33px;
    padding-bottom: 27px;
  }
  .footer_advancedSearch {
    max-width: 340px;
    margin-top: 29px;
  }
  .footer_advancedSearch .button {
    font-size: 1.125rem;
  }
  .footer_link {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 0 auto;
    text-align: left;
  }
  .footer_link li + li {
    margin-top: 9px;
    margin-left: 0;
  }
  .footer_link a::before {
    width: 0.875rem;
    height: 0.875rem;
  }
  .footer_navWrap {
    padding-top: 0;
    padding-bottom: 83px;
  }
  .footer_navWrap .inner {
    padding: 0;
  }
  .footer_nav {
    line-height: 3.5;
  }
  .footer_nav li {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    padding-right: 0;
    padding-left: 0;
    border-bottom: 1px solid #fff;
  }
  .footer_nav li:nth-of-type(2n) {
    border-left: 1px solid #fff;
  }
  .footer_nav a {
    display: block;
  }
  .footer_copyright {
    padding-top: 14px;
    padding-bottom: 14px;
  }
  .numSearchWrap {
    font-size: 1rem;
  }
  .numSearchWrap .inner {
    padding-right: 4%;
    padding-left: 4%;
  }
  .numSearchWrap .modal_closeButton {
    right: 4%;
  }
  .search_wrap {
    display: block;
  }
  .search_wrap_right {
    margin-top: 40px;
  }
  .search_year_item {
    -ms-flex-preferred-size: 42.5%;
    flex-basis: 42.5%;
  }
  .search_year span {
    margin-right: 10px;
    margin-left: 10px;
  }
  .search_year select {
    padding-right: 10px;
    padding-left: 10px;
  }
  .searchBox .text {
    width: calc(100% - 2.813rem);
  }
  .searchBox_button {
    width: 2.5rem;
  }
  .searchBox_button button img {
    width: 1.313rem;
    height: 1.313rem;
  }
  .button.--footer-search {
    padding: 9px;
  }
  .button.--link {
    padding-top: 23px;
    padding-bottom: 23px;
  }
  .button.--whiteLine {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .home_slider {
    width: 41.4vw;
    height: 46.2vw;
    padding: 10px 0;
  }
  .item_heading {
    display: block;
    padding: 20px;
  }
  .item_heading h2 {
    text-align: center;
  }
  .item_heading .border {
    display: block;
    width: 100%;
    height: 1px;
    margin: 20px 0;
  }
  .item_heading_list_item {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .item_heading_list_item.num {
    margin-right: 0;
  }
  .item_heading_list_item.design h3 {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 100%;
    flex: 1 0 100%;
  }
  .item_heading_selectWrap {
    -ms-flex-preferred-size: 45.507%;
    flex-basis: 45.507%;
  }
  .itemList {
    margin-right: -4%;
    margin-left: -4%;
  }
  .itemList_inner {
    padding-bottom: 80px;
  }
  .itemList_item {
    -ms-flex-preferred-size: 41.867%;
    flex-basis: 41.867%;
    margin-right: 4%;
    margin-left: 4%;
  }
  .pagenation_num {
    font-size: 0.875rem;
  }
  .pagenation_num a, .pagenation_num span {
    padding-right: 0.4em;
    padding-left: 0.4em;
  }
  .addFavorite .button {
    font-size: 0.875rem;
    line-height: 1.2;
  }
  .form_wrap h2 {
    margin-bottom: 10px;
  }
  .form_list li {
    display: block;
  }
  .form_list li:not(.confirm) {
    margin-top: 40px;
  }
  .form_list li.magazine h2 {
    margin-bottom: 10px;
  }
  .form_list li.magazine .form_input {
    margin-top: 0;
  }
  .form input[type=text],
.form input[type=email],
.form input[type=tel],
.form input[type=password],
.form textarea {
    padding: 10px;
  }
  .form_input .passwordWrap button {
    right: 10px;
  }
  .home_search {
    padding-top: 20px;
  }
  .home_keywords {
    padding-top: 18px;
  }
  .home_keywords_list {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    max-width: 94.301%;
    margin: 14px auto 0;
  }
  .home_keywords_list li a {
    padding-top: 0;
    padding-bottom: 0;
  }
  .home_bestSelling {
    padding-top: 18px;
  }
  .home_bestSelling h2 {
    display: none;
  }
  .home_bestSelling_list {
    position: relative;
    width: 100%;
    height: 82.6vw;
    margin: 8px auto 0;
    overflow: hidden;
  }
  .home_bestSelling_list_item:nth-of-type(2) {
    width: 100%;
    margin: 0;
  }
  .home_bestSelling_list_item {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    padding: 0 4.3vw;
  }
  .home_bestSelling_list_itemWrap {
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    max-width: initial;
    height: 31.7vw;
    max-height: initial;
  }
  .home_bestSelling_list_itemWrap:nth-last-child(-n+2) {
    display: block;
  }
  .home_bestSelling_list_itemWrap:nth-child(n+6) {
    display: none;
  }
  .home_bestSelling_list_itemWrap:nth-of-type(1), .home_bestSelling_list_itemWrap:nth-of-type(4) {
    width: 50%;
  }
  .home_bestSelling_list_itemWrap:nth-of-type(2), .home_bestSelling_list_itemWrap:nth-of-type(5) {
    width: 50%;
    text-align: right;
  }
  .home_bestSelling_list_itemWrap.center {
    width: 100%;
    margin: -11.9vw auto;
    text-align: center;
  }
  .home_bestSelling_list_img {
    display: inline-block;
    width: 31.7vw;
    height: 31.7vw;
  }
  .home_bestSelling_list .empty {
    display: block;
    width: 23.8vw;
    height: 31.7vw;
    margin: -10.7vw 0;
  }
  .home_bestSelling_list .empty.--left {
    margin-right: auto;
  }
  .home_bestSelling_list .empty.--right {
    margin-left: auto;
  }
  .home_detailSearch {
    padding-top: 33px;
  }
  .home_detailSearch h2 {
    padding: 8px 26px;
    font-weight: 400;
    font-size: 0.875rem;
  }
  .home_detailSearch_button {
    width: 90.674%;
    font-size: 1.25rem;
  }
  .home_detailSearch p {
    margin-top: 23px;
    font-size: 0.813rem;
  }
  .home_about {
    padding-top: 26px;
  }
  .home_about_container {
    padding: 29px 33px 35px;
  }
  .home_about_wrap {
    display: block;
  }
  .home_about p {
    margin-top: 16px;
  }
  .home_about .buttonWrap {
    max-width: 19.625rem;
    margin: 26px auto 0;
  }
  .home_bannerArea {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 37px;
  }
  .home_bannerArea a {
    -ms-flex-preferred-size: 48.958%;
    flex-basis: 48.958%;
    margin-bottom: 8px;
  }
  .home_selectfabric {
    margin-top: 25px;
    padding-top: 35px;
    padding-bottom: 55px;
  }
  .home_selectfabric_heading {
    display: block;
    padding: 34px 15px 37px;
    text-align: center;
  }
  .home_selectfabric_heading p {
    display: inline-block;
    margin-top: 19px;
    margin-left: 0;
    font-size: 0.813rem;
    line-height: 2.308;
    text-align: left;
  }
  .home_selectfabric_link {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 84.737%;
    margin-top: 27px;
  }
  .home_selectfabric_link_item {
    position: relative;
    -ms-flex-preferred-size: 47.205%;
    flex-basis: 47.205%;
    margin-bottom: 17px;
    padding-top: 47.205%;
  }
  .home_selectfabric_link_item a {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .home_selectfabric_link_item img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .home_selectfabric .buttonWrap {
    width: 90.674%;
    margin-top: 30px;
  }
  .home_suggestion {
    padding-top: 50px;
    padding-bottom: 58px;
  }
  .home_suggestion .inner {
    display: block;
    width: 83.81%;
    padding: 0;
  }
  .home_suggestion h2 {
    text-align: center;
  }
  .home_suggestion_left p {
    font-size: 0.813rem;
    line-height: 1.615;
  }
  .home_suggestion_left hr {
    max-width: initial;
  }
  .home_suggestion_right {
    height: 117px;
    margin-top: 28px;
    margin-left: 0;
  }
  .special_heading {
    display: block;
  }
  .special_heading h2 img {
    width: 100%;
  }
  .special_heading .item_heading_selectWrap {
    width: 45.217%;
  }
  .special_text {
    margin-top: 20px;
    margin-left: 0;
  }
  .item_detail_heading {
    min-height: initial;
    margin-top: 16px;
    padding: 16px 22px;
  }
  .item_detail_heading h2 {
    font-size: 1rem;
    text-align: left;
  }
  .item_detail_body {
    display: block;
    margin-top: 16px;
    padding-bottom: 17px;
  }
  .item_detail_body .pc {
    display: none;
  }
  .item_detail_body .image picture {
    width: calc(100% - 31px);
  }
  .item_detail_body .image_col, .item_detail_body .image_row {
    font-size: 15px;
  }
  .item_detail_body .image_col span, .item_detail_body .image_row span {
    font-size: 18px;
  }
  .item_detail_body .image_col {
    width: 26px;
    height: calc(100% - 31px);
  }
  .item_detail_body .image_row {
    width: calc(100% - 31px);
    height: 26px;
  }
  .item_detail_body .image_orientation {
    width: calc(100% - 31px);
    margin-top: 14px;
  }
  .item_detail_body .image .linkWrap {
    width: calc(100% - 31px);
  }
  .item_detail_body .info {
    max-width: initial;
    margin: 40px auto 0;
  }
  .item_detail_body .info.--fabric {
    margin-top: 40px;
  }
  .item_detail_body .info_zoomWrap input {
    height: 3.375rem;
  }
  .item_detail_body .info p + p {
    margin-top: 0.313em;
  }
  .item_detail_body .info_length {
    margin-top: 40px;
    font-size: 1rem;
  }
  .item_detail_body .info_lengthWrap {
    margin-top: 4px;
    font-size: 1.5rem;
  }
  .item_detail_body .info_length input {
    width: 4.375rem;
    height: 3.375rem;
  }
  .item_detail_body .info_color {
    font-size: 1.5rem;
  }
  .item_detail_body .info .note.pc {
    display: none;
  }
  .item_detail_body .info_addCart {
    width: 330px;
    margin-top: 39px;
  }
  .item_detail_body .info_addCart .button {
    padding-bottom: 34px;
    font-size: 1.625rem;
  }
  .item_detail_body .info_addFavorite {
    margin-top: 53px;
  }
  .item_detail_body .info_type h3 {
    margin-left: 17px;
    text-align: left;
  }
  .item_detail_body .info_typeList {
    margin-left: 4px;
  }
  .item_detail_body .info_case {
    width: 100%;
    max-width: 340px;
    margin-top: 37px;
  }
  .item_detail_body .info_case .button {
    padding-top: 13px;
    padding-bottom: 14px;
  }
  .item_detail_body .info_case .button .icon {
    margin-right: 10px;
  }
  .item_detail_body .choicewrap {
    margin-top: 33px;
  }
  .item_detail_body .sliderWrap {
    width: 71.858%;
    max-width: initial;
  }
  .item_detail_body .choice {
    width: 21.4vw;
    max-width: 90px;
    font-size: 17px;
  }
  .item_detail_body .choice button {
    width: 88.889%;
    height: 34px;
    border-radius: 15px;
  }
  .item_detail_body .choice button::before {
    border-radius: 15px;
  }
  .item_detail_body .choice button span {
    border-radius: 15px;
  }
  .item_detail_cart {
    visibility: hidden;
    position: fixed;
    width: 90%;
    max-width: 380px;
    height: 100%;
    padding-top: 58px;
    overflow: hidden scroll;
  }
  .item_detail_cart h3 {
    font-size: 1.438rem;
  }
  .item_detail_cartContainer {
    width: 87.1vw;
    max-width: 366px;
    height: 795px;
  }
  .item_detail_cart.--fabric .item_detail_cartContainer {
    height: 719px;
  }
  .item_detail_cart .heading {
    font-size: 1.125rem;
  }
  .item_detail_cart .heading.--design {
    padding: 10px 10px 5px;
  }
  .item_detail_cartWrap {
    padding-top: 12px;
  }
  .item_detail_cart .remaining span {
    font-size: 1em;
  }
  .item_detail_cart .design {
    height: 375px;
  }
  .item_detail_cart .designContainer {
    height: 330px;
  }
  .item_detail_cart .designList {
    margin-top: 20px;
    font-size: 1.125rem;
  }
  .item_detail_cart .design_info {
    left: 7px;
    width: 100%;
    max-width: 332px;
    padding-right: 30px;
    padding-left: 10px;
  }
  .item_detail_cart .design_info::after {
    left: 80px;
  }
  .item_detail_cart .design_info picture {
    -ms-flex-preferred-size: 94px;
    flex-basis: 94px;
  }
  .item_detail_cart .design_info ul {
    margin-left: 22px;
  }
  .item_detail_cart .design_detailList {
    margin-top: 20px;
  }
  .item_detail_cart .cloth {
    height: 9.25rem;
    padding-top: 13px;
  }
  .item_detail_cart .cloth h3 {
    margin-left: 5px;
  }
  .item_detail_cart .clothWrap picture {
    -ms-flex-preferred-size: 92px;
    flex-basis: 92px;
  }
  .item_detail_cart .price {
    padding: 15px 16px 22px;
  }
  .item_detail_cart .price h4 {
    font-size: 1.125rem;
  }
  .item_detail_cart .price p {
    font-size: 1rem;
  }
  .item_detail_cart .price p em {
    font-size: 2.125rem;
  }
  .item_detail_cart .back {
    margin-top: 5px;
    font-size: 1rem;
  }
  .item_detail_cart .save {
    margin-top: 8px;
    font-size: 1.125rem;
  }
  .item_detail_cart .order {
    width: 100%;
    max-width: 342px;
    margin-top: 19px;
  }
  .item_detail_cart .order .button {
    padding-bottom: 15px;
    font-size: 1.375rem;
  }
  .item_detail_cart .order .icon {
    width: 41px;
    height: 38px;
  }
  .item_log_list {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 36px 4.762% 60px;
  }
  .item_log_list li {
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    max-width: initial;
    height: 31.7vw;
    max-height: initial;
  }
  .item_log_list li:nth-child(n+6) {
    display: none;
  }
  .item_log_list li:nth-of-type(1), .item_log_list li:nth-of-type(4) {
    width: 50%;
  }
  .item_log_list li:nth-of-type(2), .item_log_list li:nth-of-type(5) {
    width: 50%;
    text-align: right;
  }
  .item_log_list li:nth-of-type(3) {
    width: 100%;
    margin: -10.7vw auto;
    text-align: center;
  }
  .item_log_list a {
    display: inline-block;
    width: 31.7vw;
    height: 31.7vw;
  }
  .buttonWrap.--show {
    display: block;
  }
  .buttonWrap.--show::before {
    display: block;
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100vw;
    height: 10px;
    background-color: #4b4b4b;
    content: "";
  }
  .buttonWrap.--show .cart_button {
    position: relative;
  }
  .cart_button.--close {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    z-index: 2;
    position: fixed;
    top: 17px;
    right: 19px;
    width: 36px;
    height: 36px;
    margin: 0;
  }
  .cart_heading_link {
    display: block;
    text-align: center;
  }
  .cart_heading_link .button {
    max-width: 280px;
    margin-right: auto;
    margin-left: auto;
  }
  .cart_pageList {
    font-size: 0.75rem;
    line-height: 1.3;
  }
  .cart_total .value {
    font-size: 1.25rem;
  }
  .cart_total .value em {
    font-size: 1.875rem;
  }
  .cart_container {
    padding-top: 60px;
  }
  .cart_container_body .design_item {
    display: block;
  }
  .cart_container_body .design_text {
    margin-top: 25px;
    margin-left: 0;
  }
  .cart_container_body .buttonWrap.--design {
    margin-top: 30px;
    text-align: center;
  }
  .cart_container_body .cloth {
    display: block;
  }
  .cart_container_body .cloth_text {
    margin-top: 25px;
    margin-left: 0;
  }
  .cart_container_leadWrap {
    padding: 10px;
  }
  .cart_container_leadWrap .right tr:last-of-type {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .cart_container_leadWrap .right tr:last-of-type td {
    width: 50%;
  }
  .cart_container_leadWrap .left tr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .cart_container_leadWrap .left tr td:last-of-type {
    margin-left: auto;
  }
  .cart_container_leadWrap table td {
    display: block;
  }
  .cart_alert {
    height: calc(230px + 1.875em);
    margin: auto 4%;
  }
  .cartEditWrap {
    height: 80%;
    margin: auto 4%;
    padding-top: 60px;
  }
  .cartEditWrap_inner {
    display: block;
    height: 90%;
    padding-bottom: 20px;
    overflow-y: scroll;
  }
  .cartEditWrap_inner .pc {
    display: none;
  }
  .cartEditWrap_inner .image picture {
    width: calc(100% - 31px);
    height: calc(100% - 31px);
  }
  .cartEditWrap_inner .image_col, .cartEditWrap_inner .image_row {
    font-size: 15px;
  }
  .cartEditWrap_inner .image_col span, .cartEditWrap_inner .image_row span {
    font-size: 18px;
  }
  .cartEditWrap_inner .image_col {
    width: 26px;
    height: calc(100% - 31px);
  }
  .cartEditWrap_inner .image_row {
    width: calc(100% - 31px);
    height: 26px;
  }
  .cartEditWrap_inner .image_orientation {
    width: calc(100% - 31px);
    margin-top: 14px;
  }
  .cartEditWrap_inner .image .linkWrap {
    width: calc(100% - 31px);
  }
  .cartEditWrap_inner .info {
    max-width: initial;
    margin: 40px auto 0;
  }
  .cartEditWrap_inner .info.--fabric {
    margin-top: 40px;
  }
  .cartEditWrap_inner .info_zoomWrap input {
    height: 3.375rem;
  }
  .cartEditWrap_inner .info p + p {
    margin-top: 0.313em;
  }
  .cartEditWrap_inner .info_length {
    margin-top: 40px;
    font-size: 1rem;
  }
  .cartEditWrap_inner .info_lengthWrap {
    margin-top: 4px;
  }
  .cartEditWrap_inner .info .note.pc {
    display: none;
  }
  .order_infoWrap button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: static;
    margin-top: 20px;
    margin-left: auto;
  }
  .order_addressWrap {
    margin-right: 0;
    margin-left: 0;
  }
  .order_confirm_left .order_infoWrap.--address p.--address {
    margin-left: 0;
    padding: 0 10px;
  }
  .order_confirm_left .order_infoWrap h3 {
    margin-left: 0;
    padding: 0 10px;
  }
  .order_confirm_info {
    display: block;
  }
  .order_confirm_info h3 {
    padding: 0 10px;
  }
  .order_confirm_info p {
    margin-top: 19px;
    padding: 0 10px;
  }
  .confirm_container {
    padding-top: 10px;
  }
  .confirm_container_heading .center {
    margin-top: 30px;
  }
  .confirm_container .design_item {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
  .confirm_container_cloth {
    display: block;
  }
  .confirm_container_cloth .border {
    display: block;
    width: 100%;
    height: 1px;
    margin: 20px 0;
  }
  .login_wrap.--left {
    padding-right: 20px;
    padding-left: 20px;
  }
  .login_wrap.--right {
    width: 100%;
    padding-right: 20px;
    padding-left: 20px;
  }
  .mypage_container {
    padding-left: 10px;
  }
  .mypage_menu {
    display: none;
  }
  .mypage_menu.--sp {
    display: block;
  }
  .mypage_sp-menuWrap {
    display: block;
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
  }
  .mypage_sp-menuWrap .buttonWrap {
    display: block;
    position: relative;
  }
  .mypage_sp-menuWrap .buttonWrap .border {
    display: block;
    width: 100vw;
    height: 10px;
    margin-top: -1px;
    background-color: #4b4b4b;
  }
  .mypage_sp-menuWrap nav, .mypage_sp-menuWrap ul, .mypage_sp-menuWrap li, .mypage_sp-menuWrap a {
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
  }
  .mypage_sp-menuWrap nav {
    display: block;
    padding: 0 20px;
    background-color: #4b4b4b;
  }
  .mypage_sp-menuWrap ul {
    padding: 0 19px;
    background-color: #f7f7f7;
    font-size: 0.875rem;
  }
  .mypage_sp-menuWrap li {
    height: 0;
  }
  .mypage_sp-menuWrap a {
    height: 0;
  }
  .mypage_sp-menuWrap.open nav {
    height: auto;
    padding-top: 10px;
    padding-bottom: 20px;
  }
  .mypage_sp-menuWrap.open ul {
    padding: 19px;
    border: 1px solid #eeeeef;
  }
  .mypage_sp-menuWrap.open li {
    height: auto;
  }
  .mypage_sp-menuWrap.open a {
    height: 45px;
  }
  .mypage_info_right li {
    display: block;
  }
  .mypage_info_right h4 {
    width: 100%;
    margin-bottom: 0.5em;
  }
  .mypage_info_right h4 br {
    display: none;
  }
  .mypage_info_right .num {
    font-size: 1.25rem;
  }
  .mypage_favorite .itemList {
    margin-right: -4%;
    margin-left: -4%;
  }
  .mypage_favorite .itemList_item {
    -ms-flex-preferred-size: 41.867%;
    flex-basis: 41.867%;
    margin-right: 4%;
    margin-left: 4%;
  }
  .mypage .cart_container_body .right {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
  .about_header {
    font-size: 1rem;
  }
  .about_lead {
    font-size: 0.875rem;
  }
  .about_wrap {
    padding: 20px 10px 10px;
  }
  .about_wrap .about_lead {
    padding-right: 20px;
    padding-left: 20px;
  }
  .about_list_item {
    padding: 10px 20px 20px;
  }
  .about_list.numList .about_item_text {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
  .about_item_wrap picture {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    margin-top: 20px;
  }
  .about_item_text {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
  .about_item_text p {
    font-size: 0.875rem;
  }
  .about .lead {
    padding: 0 10px;
  }
  .about .anchor:not(.heading_anchor) {
    font-size: 1rem;
  }
  .about .anchor:not(.heading_anchor) .icon {
    margin-right: 10px;
  }
  .about .howto .about_lead {
    font-size: 0.875rem;
  }
  .about .calenderWrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .law_list li {
    display: block;
  }
  .law_list h2, .law_list p {
    padding: 10px 20px;
  }
  .law_list h2 br {
    display: none;
  }
  .faq_list_q {
    padding: 20px 0;
  }
  .faq_list_a[aria-hidden=false] {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .faq_list_a_wrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 20px 10px;
  }
  .faq_list_a picture {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    margin-top: 20px;
    margin-left: 0;
  }
  .company_list li {
    display: block;
  }
  .company_list h2 {
    border-right: none;
    border-bottom: 1px solid #eeeeef;
  }
  .company_list h2 span {
    padding: 10px 18px;
  }
  .company_list p {
    padding: 10px 20px;
  }
}
@media (max-width: 350px){
  .search_year_item::after {
    display: none;
  }
}
@media (min-width: 600px){
  a:hover {
    opacity: 0.6;
  }
}
@media (min-width: 1101px){
  .fabricSearch .search_list.--column-4 li {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
  }
}
@media (prefers-reduced-motion: reduce){
  html:focus-within {
    scroll-behavior: auto;
  }

  *, *::before, *::after {
    -webkit-animation-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    -webkit-animation-iteration-count: 1 !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    -webkit-transition-duration: 0.01ms !important;
    transition-duration: 0.01ms !important;
  }
}
