.breadCrumbs__list,
.gNav,
.header__body,
.megaMenu,
.article.-separate,
.head {
  margin-right: auto;
  margin-left: auto;
  max-width: 1000px;
}

html,
body {
  min-height: 100%;
}

body {
  min-height: 100vh;
}

.for-sp {
  display: none !important;
}

.for-sp-notModal {
  display: none !important;
}

.notes-gray a:hover {
  text-decoration: none;
}

.zeroText a:hover {
  text-decoration: none;
}

.resultText a:hover {
  text-decoration: none;
}

.archiveHeader {
  padding: 52px 0 14px;
}

.archiveHeader__title {
  font-weight: 600;
  font-size: 1.6rem;
  line-height: 1;
}

.edge .archiveHeader__title,
.win10.ie11 .archiveHeader__title,
.chrome.-android .archiveHeader__title {
  font-weight: 700;
}

.archiveHeader__title-main {
  font-weight: 600;
  font-size: 2.4rem;
}

.edge .archiveHeader__title-main,
.win10.ie11 .archiveHeader__title-main,
.chrome.-android .archiveHeader__title-main {
  font-weight: 700;
}

.archiveHeader__title-sub:not(:first-child) {
  margin-top: 16px;
}

.archiveHeader__title-label {
  font-weight: 600;
  font-size: 1.6rem;
}

.edge .archiveHeader__title-label,
.win10.ie11 .archiveHeader__title-label,
.chrome.-android .archiveHeader__title-label {
  font-weight: 700;
}

.archiveHeader__nav {
  display: none;
}

.breadCrumbs__list {
  height: 50px;
  font-size: 1rem;
}

.breadCrumbs a {
  opacity: 1;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}

.breadCrumbs a:hover {
  opacity: 0.7;
}

.container {
  padding-top: 110px;

  -ms-grid-row: 1;
  -ms-grid-column: 1;
  grid-area: page-container;
}

.container.-long {
  display: block;
}

.cartPage .container {
  padding-top: calc(110px - 46px + 7px);
}

.iframePage .container {
  padding-top: 0;
}

.dw__closeBtn {
  width: 80px;
  height: 80px;
  background-size: 40px auto;
  opacity: 1;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}

.dw__closeBtn:hover {
  opacity: 0.7;
}

.dw__body {
  width: 300px;
}

.dw__link:hover {
  background-color: #f9f9f9;
}

.footer {
  -ms-grid-row: 2;
  -ms-grid-column: 1;
  grid-area: page-footer;
}

.footer a {
  opacity: 1;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}

.footer a:hover {
  opacity: 0.7;
}

.footer__body {
  padding: 53px 0;
}

.footer__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  flex-wrap: wrap;
  font-size: 1.2rem;

  -ms-flex-wrap: wrap;
  -webkit-box-pack: center;
}

.footer__navItem {
  padding: 0 18px;
}

.footer__navItem:not(:last-child):after {
  content: "";
}

.footer__copyright {
  margin-top: 33px;
}

.modal input[type="text"],
.fullModal input[type="text"],
.modal input[type="search"],
.fullModal input[type="search"] {
  padding-right: 6px;
  font-size: 1.2rem;
}

.container textarea,
.grid textarea {
  resize: vertical;
}

.container select,
.grid select {
  outline: none;
}

.container select::-ms-value,
.grid select::-ms-value {
  background: none;
  color: #000;
}

.win10.ie .container select,
.win10.ie .grid select {
  padding-top: 3px;
}

.grid input[type="text"] {
  padding: 0 12px;
}

.fullModal {
  display: none !important;
}

.gNav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  flex-wrap: wrap;
  height: 46px;
  background: #fff;

  -webkit-box-pack: center;
  -ms-flex-wrap: wrap;
}

.gNav:after {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  display: block;
  visibility: hidden;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0);
  content: "";
  opacity: 0;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  -webkit-transition-property: opacity, visibility;
  transition-property: opacity, visibility;
}

.-opened-mega .gNav:after {
  visibility: visible;
  opacity: 1;
}

.gNav__item {
  position: inherit;
  width: 205px;
  white-space: nowrap;
}

.gNav__link {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  -ms-flex-align: center;
  justify-content: center;
  align-items: center;
  height: 100%;

  -webkit-box-align: center;
  -webkit-box-pack: center;
}

.-hasMega .gNav__link:not(a) {
  cursor: default;
}

.gNav__link:before {
  position: absolute;
  top: 0;
  left: -1px;
  z-index: 1;
  display: block;
  width: calc( 100% + 1px);
  height: 100%;
  border-radius: 4px 4px 0 0;
  background: #f9f9f9;
  content: "";
  opacity: 0;
  -webkit-transition: opacity 0.2s ease-out;
  transition: opacity 0.2s ease-out;
}

.gNav__item:hover .gNav__link {
  z-index: 101;
  -webkit-transition: color 0.2s ease-out;
  transition: color 0.2s ease-out;
}

.gNav__item:hover .gNav__link:before {
  opacity: 1;
}

.gNav__text {
  z-index: 2;
  display: inline-block;
  width: 100%;
  text-align: center;
  line-height: 1;
}

.gNav__item:not(:last-child) .gNav__text {
  border-right: 1px solid #eaeaea;
}

.gNav__item:hover .gNav__text {
  border-right: 1px solid rgba(234,234,234,0);
}

.-current .gNav__text {
  font-weight: 600;
}

.edge .-current .gNav__text,
.win10.ie11 .-current .gNav__text,
.chrome.-android .-current .gNav__text {
  font-weight: 700;
}

.-current .gNav__text:before {
  opacity: 1;
}

.win10.ie .gNav__text {
  padding-top: 4px;
}

.gNav__mega {
  position: absolute;
  top: 46px;
  left: 0;
  z-index: 101;
  visibility: hidden;
  width: 100%;
  background: #f9f9f9;
  -webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.05);
  box-shadow: 0 1px 1px rgba(0,0,0,0.05);
  opacity: 0;
  -webkit-transition: opacity 0.2s linear, visibility 0.2s linear, top 0.1s linear;
  transition: opacity 0.2s linear, visibility 0.2s linear, top 0.1s linear;
  pointer-events: none;
}

.gNav__mega.-debug,
.gNav__item:hover .gNav__mega {
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
}

.-scrolled.-pageDown .gNav__mega {
  pointer-events: none;
}

.halfModal {
  display: none !important;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  min-width: 1024px;
  width: 100%;
  height: 110px;
  background: #fff;
  -webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.05);
  box-shadow: 0 1px 1px rgba(0,0,0,0.05);
  -webkit-transition: height 0.2s linear;
  transition: height 0.2s linear;
}

.header.-cart-header,
.-scrolled.-pageDown .header {
  height: calc(110px - 46px + 7px);
}

.header__body {
  position: relative;
  z-index: 1;
  padding-top: 17px;
  padding-bottom: 10px;
}

.cartPage .header__body {
  height: 63px;
}

:not(.noLogin) .header__entry {
  grid-area: h-entry;
}

.noLogin .header__entry {
  grid-area: no-h-entry;
}

:not(.noLogin) .header__menu {
  grid-area: h-menu;
}

.noLogin .header__menu {
  grid-area: no-h-menu;
}

:not(.noLogin) .header__logo {
  grid-area: h-logo;
}

.noLogin .header__logo {
  grid-area: no-h-logo;
}

:not(.noLogin) .header__links {
  grid-area: h-links;
}

.noLogin .header__links {
  grid-area: no-h-links;
}

:not(.noLogin) .header__searchBar {
  grid-area: h-searchBar;
}

.noLogin .header__searchBar {
  grid-area: no-h-searchBar;
}

.header__menuBtn {
  width: 26px;
  background: url("../menu-03.svg") center center/22px auto no-repeat;
  opacity: 1;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}

.header__menuBtn:hover {
  opacity: 0.7;
}

.header__menu img {
  display: none;
  visibility: hidden;
  width: 22px;
  opacity: 0;
}

.header__logo {
  padding: 0 20px 0 18px;
}

.header__logo a {
  opacity: 1;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}

.header__logo a:hover {
  opacity: 0.7;
}

.header__searchBar {
  width: 400px;
}

.header__search {
  width: 400px;
}

.ie .header__search input[type="text"],
.ie .header__search input[type="search"] {
  padding-top: 3px;
}

.header__searchCancel {
  display: none;
}

.header__tags {
  z-index: 102;
  padding: 18px 20px 11px;
  background: #f9f9f9;
}

.header__cat {
  display: none;
}

.header__entry {
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin-right: 14px;
  margin-left: auto;
  width: 194px;
  font-size: 1rem;

  -webkit-box-pack: end;
}

.header__entry a {
  -ms-flex-pack: center;
  justify-content: center;
  width: 130px;
  border-radius: 4px;
  opacity: 1;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;

  -webkit-box-pack: center;
}

.header__entry a:hover {
  opacity: 0.7;
}

.win10.ie .header__entry a {
  padding-top: 4px;
}

.header__links {
  margin-right: 0;
  margin-left: auto;
}

.noLogin .header__links {
  margin-left: 0;
}

.header__linksList a {
  opacity: 1;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}

.header__linksList a:hover {
  opacity: 0.7;
}

.header__linksItem {
  width: 42px;
}

.header__linksItem:not(:first-child) {
  margin-left: 16px;
}

.header__linksIcn img {
  width: 24px;
}

.header__linksTxt {
  margin-top: 2px;
  min-height: 10px;
  font-size: 1rem;
}

.header__linksTxt span {
  -webkit-transform: scale(0.9);
  transform: scale(0.9);
  -webkit-transform-origin: left center;
  transform-origin: left center;
}

.header__linksBadge {
  top: -5px;
  left: 25px;
  padding: 0 5px;
  min-width: 16px;
  height: 16px;
  background: #ca0437;
}

.ie .header__linksBadge {
  display: block;
}

.header__linksBadge span {
  font-size: 1rem;
}

.ie .header__linksBadge span {
  position: relative;
  top: -5px;
  vertical-align: middle;
  line-height: 1;
}

.win10.ie .header__linksBadge span {
  top: -1px;
}

.header__cartLinks {
  font-size: 1.2rem;
}

.header__cartLinksItem {
  margin-left: 20px;
}

.header__cartLinksText:hover {
  text-decoration: none;
}

.megaMenu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  flex-wrap: wrap;
  padding-top: 32px;

  -webkit-box-pack: center;
  -ms-flex-wrap: wrap;
}

.megaMenu__group {
  width: calc( 100% / 5);
}

.megaMenu__group.-full {
  margin-bottom: 26px;
  width: 100%;
}

.megaMenu__group.-x3 p {
  margin: 0 auto;
  width: calc( (100% / 5) * 3);
}

.megaMenu__group a {
  opacity: 1;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}

.megaMenu__group a:hover {
  opacity: 0.5;
}

.megaMenu__block {
  margin-bottom: 30px;
}

.megaMenu__blockTitle {
  font-weight: 600;
}

.edge .megaMenu__blockTitle,
.win10.ie11 .megaMenu__blockTitle,
.chrome.-android .megaMenu__blockTitle {
  font-weight: 700;
}

.megaMenu__blockDetail {
  font-size: 1.2rem;
}

.megaMenu__list a {
  color: #555;
}

.megaMenu__listItem {
  margin-top: 4px;
}

.modal {
  padding: 60px 0;
  width: 720px;
}

.modal.-large {
  width: 790px;
}

.modal__title {
  text-align: center;
}

.modal__inner {
  padding: 40px 110px 42px;
}

.modal__inner.-full {
  padding-right: 0;
  padding-left: 0;
}

.modal__inner:last-child {
  padding-bottom: 0;
}

.modal__body {
  padding: 52px 45px;
}

.modal__body:last-child {
  padding-bottom: 0;
}

.modal__body.-tight {
  padding-right: 110px;
  padding-left: 110px;
}

.modal__btns .btn,
.modal__btns .btn-frame {
  width: calc( ( 100% - 20px ) / 2);
}

.modal__btns .btn:only-child,
.modal__btns .btn-frame:only-child {
  margin: 0 auto;
  width: 240px;
}

.modal__submit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin-top: 32px;

  -webkit-box-pack: end;
}

.modal__submitBtn {
  margin: 0 20px;
  width: 240px;
}

.modal__submitBtn [class*="btn"] {
  width: 100%;
}

.modal__submitReset {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  width: 210px;
  line-height: 1;

  -webkit-box-align: center;
}

.modal__other {
  padding: 0 45px;
}

.modal__otherTitle {
  margin-bottom: 32px;
}

.modal__message {
  text-align: center;
}

.modal__message:not(:last-child) {
  margin-bottom: 40px;
}

.modal__text {
  text-align: center;
  font-size: 1.2rem;
}

.modal__notes {
  padding: 0 110px;
}

.fancybox-slide--html:after,
.fancybox-slide--iframe:after {
  position: fixed;
  top: 0;
  right: 0;
  width: 80px;
  height: 80px;
  background-image: url("../close.svg");
  background-size: 40px auto;
}

.fancybox-slide--iframe .fancybox-content {
  max-width: 720px;
}

.-fancy-iframe-wide .fancybox-slide--iframe .fancybox-content {
  max-width: 790px;
}

.ie .fancybox-slide--iframe .fancybox-content {
  max-height: 170px;
}

iframe {
  border-radius: 4px;
}

.page {
  display: -ms-grid;
  display: grid;
  min-width: 1024px;
  min-height: 100vh;

  -ms-grid-rows: 1fr auto;
  -ms-grid-columns: 100%;
  grid-template: "page-container" 1fr "page-footer" auto / 100%;
}

.iframePage .page {
  min-width: inherit;
}

.article {
  width: 100%;
}

.article.-separate {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  flex-wrap: wrap;

  -ms-flex-wrap: wrap;
  -webkit-box-pack: justify;
}

.primary {
  width: 700px;
}

.primary > .zeroText {
  margin: 0 20px;
}

.section.-cart .section__body,
.section.-config .section__body {
  padding-top: 0;
  padding-bottom: 52px;
}

.section.-cart:only-child .section__body,
.section.-config:only-child .section__body {
  padding-top: 0;
  padding-bottom: 52px;
}

.section.-mypage:only-child .section__body {
  padding-top: 0;
  padding-bottom: 52px;
}

.section__body {
  padding: 52px 0;
}

.section__body .-related {
  padding-top: 44px;
}

.-checked .section__body {
  padding-top: 44px;
}

.-userGuide .section__body {
  margin-right: auto;
  margin-left: auto;
  width: 660px;
}

.section__lead {
  padding-bottom: 40px;
}

.section__lead a:hover {
  text-decoration: none;
}

.section__subElem {
  padding-top: 20px;
  border-top: 1px solid #eaeaea;
}

.heading-1 + .section__subElem {
  padding-top: 32px;
}

.section__subElem:not(:last-of-type) {
  margin-bottom: 52px;
}

.section__subElem.-confirm {
  margin-bottom: 52px;
}

.section__subElem.-confirm:last-of-type {
  margin-bottom: 40px;
}

.section__subElem.-done {
  margin-bottom: 40px;
}

.heading-1 + .section__subElem.-noBorder {
  padding-top: 0;
}

.section__subElem-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;

  -ms-flex-wrap: wrap;
}

.section__subElem-index {
  width: 220px;
  color: #606060;
  font-size: 1.2rem;
  line-height: 1.5;
}

.section__subElem-body {
  width: calc( 100% - 220px);
}

.side {
  padding-top: 17px;
  padding-bottom: 80px;
  width: 260px;
}

.-noTitle + .side {
  padding-top: 0;
}

.side__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  flex-wrap: wrap;
  color: #606060;
  font-size: 1.2rem;

  -webkit-box-pack: justify;
  -ms-flex-wrap: wrap;
}

.side__titleText,
.side__titleClear {
  line-height: 1;
}

.side__titleText {
  margin-bottom: 12px;
}

.side__titleClear {
  margin-bottom: 14px;
}

.side__titleClear a {
  display: inline;
  color: #606060;
}

.side__titleClear a:hover {
  text-decoration: none;
}

.side__elem:not(:first-child) {
  margin-top: 32px;
}

.side label {
  position: relative;
  display: block;
  cursor: pointer;
}

.side__list {
  border: 1px solid #ededed;
  border-right: 0;
  border-left: 0;
  font-size: 1.2rem;
}

.side__listItem .side__list {
  margin-left: 20px;
  border: 0;
}

.side__listLink + .side__list {
  margin-left: 0;
}

.side__listItem:not(:first-child) {
  border-top: 1px solid #ededed;
}

.side__listLink,
.side__list .checkOuter {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  padding: 8px 0 8px 12px;
  min-height: 36px;
  line-height: 1.6;

  -webkit-box-align: center;
}

.side__listLink:before,
.side__list .checkOuter:before {
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 1px;
  background: #eaeaea;
  content: "";
}

.side__listLink:not(:only-child),
.side__list .checkOuter:not(:only-child) {
  padding-right: 30px;
}

.side__listLink.expandBtn:after,
.side__list .checkOuter.expandBtn:after {
  position: absolute;
  top: 50%;
  right: 12px;
  display: block;
  width: 9px;
  height: 9px;
  background: url("../arw-down.svg") center center no-repeat;
  content: "";
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.side__listLink.expandBtn.-opened:after,
.side__list .checkOuter.expandBtn.-opened:after {
  background-image: url("../arw-up.svg");
}

.side__listText {
  position: relative;
  display: block;
}

.side__listExpand {
  position: absolute;
  top: 0;
  right: 0;
  width: 30px;
  height: 100%;
  outline: none;
  text-indent: -9999px;
}

.side__listExpand:after {
  position: absolute;
  top: 50%;
  right: 12px;
  display: block;
  width: 9px;
  height: 9px;
  background: url("../arw-down.svg") center center no-repeat;
  content: "";
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.side__listExpand.-opened:after {
  background-image: url("../arw-up.svg");
}

.side__listLink {
  cursor: pointer;
}

.side__listLink:only-child:after {
  background-image: url("../arw.svg");
}

.side__list .checkOuter {
  cursor: pointer;
}

.side__list .checkOuter:only-child:after {
  display: none;
}

.side__list .checkbox__text {
  line-height: 1.6;
}

.side__btns {
  margin-top: 33px;
}

.side__btns button {
  width: 100%;
}

.side__btns button:not(:first-child) {
  margin-top: 12px;
}

.selectedItem {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  overflow: hidden;
  padding: 0 12px;
  width: 100%;
  height: 36px;
  border-radius: 4px;
  background: #ededed;
  text-align: left;
  font-size: 1.2rem;
  line-height: 1;

  -webkit-box-align: center;
}

.side__content .selectedItem:not(:first-child) {
  margin-top: 8px;
}

.selectedItem:after {
  position: absolute;
  top: 50%;
  right: 12px;
  width: 9px;
  height: 9px;
  background: url("../x.svg") center center no-repeat;
  content: "";
  opacity: 0.3;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.selectedItem.-disabled {
  opacity: 0.3;
}

.selectedItem:not(.-disabled):hover {
  opacity: 1;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}

.selectedItem:not(.-disabled):hover:hover {
  opacity: 0.7;
}

.addressList:not([class*="col"]) .addressList__item {
  width: calc( ( 100% - 40px ) / 2);
}

.addressList:not([class*="col"]) .addressList__item:nth-of-type(-n+2) {
  border-top: 1px solid #eaeaea;
}

.addressList.-col1 .addressList__item {
  width: 100%;
}

.addressList.-col1 .addressList__item:first-child {
  border-top: 1px solid #eaeaea;
}

.addressList__title {
  color: #555;
  font-size: 1.2rem;
  line-height: 1;
}

.addressList__title:not(:last-child) {
  margin-bottom: 12px;
}

.anchor__title {
  display: none;
}

.anchor__list {
  margin-bottom: 52px;
}

.anchor__item {
  margin-right: 20px;
  width: calc( ( 100% - 20px * 3 ) / 4);
}

.anchor__item:nth-of-type(4n) {
  margin-right: 0;
}

.anchor__item:not(:nth-of-type(-n+4)) {
  margin-top: 8px;
}

.anchor__link {
  opacity: 1;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}

.anchor__link:hover {
  opacity: 0.7;
}

.-m-sp.btn,
.-m-sp.btn-frame,
.-m-sp.btn-fav {
  height: 54px;
}

.btn:not(:disabled):not(.-disabled):hover {
  opacity: 0.7;
}

.btn-fav:hover {
  border-color: rgba(0,0,0,0.7);
  background: #f9f9f9;
  color: rgba(0,0,0,0.7);
}

.btn-text:hover {
  text-decoration: none;
}

.btn-text.-full:not(:first-child) {
  margin-top: 20px;
}

.linkMore {
  margin-top: 38px;
}

.catalogue .linkMore {
  margin-top: 30px;
}

.btnMore {
  opacity: 1;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}

.btnMore:hover {
  opacity: 0.7;
}

.btnLoadMore {
  opacity: 1;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}

.btnLoadMore:hover {
  opacity: 0.7;
}

.btnArea:not(:first-child) {
  margin-top: 32px;
}

.btnArea .btn:not(:only-child):not(.btn-text),
.btnArea .btn-frame:not(:only-child):not(.btn-text) {
  margin-right: 10px;
  margin-left: 10px;
}

.btnArea .-order-2-pc {
  order: 2;

  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
}

.btnArea__check {
  margin-bottom: 20px;
}

.btnArea__notes {
  width: 100%;
  color: #606060;
  font-size: 1.2rem;
  line-height: 1;
}

.btnArea__notes:not(:last-child) {
  margin-bottom: 26px;
}

.chrome .btnPostage {
  padding-top: 5px;
  padding-bottom: 7px;
}

a.link:hover {
  text-decoration: none;
}

.win10.ie a.link.-arw {
  padding-right: 12px;
  background-position: right 5px;
  background-size: auto 8px;
}

a.link.-arw:hover {
  text-decoration: underline;
}

.card.-col4:before,
.card.-col4:after {
  width: calc( ( 100% - 20px * 3 ) / 4);
}

.card.-col5,
.card.-col6 {
  -ms-flex-pack: start;
  justify-content: flex-start;

  -webkit-box-pack: start;
}

.card:not([class*="-col"]) .card__item {
  width: calc( ( 100% - 20px ) / 2);
}

.card:not([class*="-col"]) .card__item:not(:nth-child(-n+2)) {
  margin-top: 20px;
}

.-col4 .card__item {
  width: calc( ( 100% - 20px * 3 ) / 4);
}

.-col4 .card__item:not(:nth-child(-n+4)) {
  margin-top: 20px;
}

.-col5 .card__item {
  width: calc( ( 100% - 20px * 4 ) / 5);
}

.-col5 .card__item:not(:nth-of-type(5n)) {
  margin-right: 20px;
}

.checkedItems .-col5 .card__item:not(:nth-of-type(5n)) {
  margin-right: 0;
}

.-col5 .card__item:not(:nth-child(-n+5)) {
  margin-top: 20px;
}

.-col6 .card__item {
  width: calc( ( 100% - 20px * 5 - 1px ) / 6);
}

.-col6 .card__item:not(:nth-of-type(6n)) {
  margin-right: 20px;
}

.checkedItems .-col6 .card__item:not(:nth-of-type(6n)) {
  margin-right: 0;
}

.-col6 .card__item:not(:nth-child(-n+6)) {
  margin-top: 20px;
}

.card__link {
  opacity: 1;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}

.card__link:hover {
  opacity: 0.7;
}

.card__remove {
  font-size: 1.2rem;
}

.cart {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  flex-wrap: wrap;

  -ms-flex-wrap: wrap;
  -webkit-box-pack: justify;
}

.cart__header {
  margin-bottom: 52px;
}

.cart__title {
  margin-bottom: 20px;
  color: #ca0437;
  font-weight: 600;
  font-size: 1.8rem;
  line-height: 1;
}

.edge .cart__title,
.win10.ie11 .cart__title,
.chrome.-android .cart__title {
  font-weight: 700;
}

.cart__msg {
  line-height: 1;
}

.cart__fixedInfo {
  padding: 20px 40px;
}

.cart__fixedInfo dt:not(:first-of-type),
.cart__fixedInfo dd:not(:first-of-type) {
  margin-top: 12px;
}

.cart__fixedInfo dt {
  width: 76px;
}

.cart__fixedInfo dd {
  position: relative;
  padding-left: 16px;
  width: calc( 100% - 76px);
}

.cart__fixedInfo dd:before {
  position: absolute;
  left: 0;
  content: "：";
}

.cart__fixedInfo .notes-gray {
  margin-top: 14px;
}

.cart__body {
  width: 660px;
}

.cart__panel {
  padding: 20px 0 52px;
}

.pageList__detail:last-of-type .cart__panel {
  padding-bottom: 0;
}

.cart__zeroMsg {
  text-align: center;
}

.cart__zeroBtn {
  margin-top: 32px;
  text-align: center;
}

.cart__zeroBtn [class*="btn"] {
  width: 240px;
}

.cart__btn {
  padding-right: 340px;
}

.cart__btn [class*="btn"] {
  width: 240px;
}

.cart__total {
  width: 300px;
}

.cart__totalBody {
  padding: 20px;
  border-radius: 4px;
  background: #f9f9f9;
}

.cart__totalInfo:not(:last-child) {
  margin-bottom: 20px;
}

.cart__totalPrice span {
  font-size: 2.4rem;
}

.cart__totalPostage {
  margin-top: 12px;
}

.cart__totalBtn {
  margin-top: 20px;
}

.cart__selected {
  margin-bottom: 20px;
  color: #dd003c;
  font-weight: 600;
  line-height: 1;
}

.edge .cart__selected,
.win10.ie11 .cart__selected,
.chrome.-android .cart__selected {
  font-weight: 700;
}

.cart__selected span:first-child {
  margin-right: 8px;
}

.cartItems .notes-gray {
  display: inline-block;
  margin-top: 10px;
}

.-more .cartItems__list:after {
  height: 96px;
}

.cartItems__card {
  width: calc( (100% - 20px * 3) / 4);
}

.cartItems__card:not(:nth-of-type(4n)) {
  margin-right: 20px;
}

.cartItems__moreBtn {
  cursor: pointer;
}

.cardList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  color: #555;
  font-size: 1.2rem;
  line-height: 1;

  -ms-flex-wrap: wrap;
}

.cardList__notes {
  margin-bottom: 12px;
  font-size: 1rem;
  line-height: 1;
}

.cardList__index:not(:first-of-type),
.cardList__text:not(:first-of-type) {
  margin-top: 8px;
}

.cardList__index {
  width: 70px;
}

.cardList__text {
  position: relative;
  padding-left: 12px;
  width: calc( 100% - 70px);
}

.cardList__text:before {
  position: absolute;
  left: 0;
  content: "：";
}

.cardList__arert {
  color: #555;
  font-size: 1.2rem;
}

.shippingOption {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  margin-top: 20px;
  color: #555;
  font-size: 1.2rem;
  line-height: 1;

  -ms-flex-wrap: wrap;
}

.shippingOption__index:not(:first-of-type),
.shippingOption__text:not(:first-of-type) {
  margin-top: 8px;
}

.shippingOption__index {
  width: 90px;
}

.shippingOption__text {
  position: relative;
  padding-left: 12px;
  width: calc( 100% - 90px);
}

.shippingOption__text:before {
  position: absolute;
  left: 0;
  content: "：";
}

.shippingOption__text.-notes {
  margin-top: 12px;
  padding-left: 0;
  width: 100%;
}

.shippingOption__text.-notes:before {
  display: none;
}

.shippingOption__text .notes-gray {
  line-height: 1.7;
}

.tooltip:hover .tooltipCard {
  visibility: visible;
  opacity: 1;
}

.tooltipCard {
  position: absolute;
  bottom: 48px;
  left: -37px;
  visibility: hidden;
  padding: 20px;
  width: 244px;
  border-radius: 4px;
  background: #aaa;
  color: #fff;
  font-size: 1.2rem;
  opacity: 0;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  -webkit-transition-property: opacity, visibility;
  transition-property: opacity, visibility;
}

.tooltipCard:after {
  position: absolute;
  bottom: -9px;
  left: 50%;
  width: 15px;
  border: calc( 15px / 2) solid transparent;
  border-top: 9px solid #aaa;
  border-bottom: 0;
  content: "";
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.cartList__spec span:not(:last-child) {
  margin-right: 16px;
}

.cartInfo:not(:first-child) {
  margin-top: 20px;
}

.cartInfo:not(:last-child) {
  margin-bottom: 40px;
}

.cartInfo__text {
  margin-top: 20px;
}

.cat {
  display: none !important;
}

.catalogue {
  display: -ms-grid;
  display: grid;
  -ms-flex-pack: justify;
  -ms-flex-align: start;
  justify-content: space-between;
  align-items: flex-start;

  -ms-grid-rows: auto 40px 1fr;
  -ms-grid-columns: calc( ( 100% - 40px ) / 2) 40px calc( ( 100% - 40px ) / 2);
  grid-template: "ctlg-visual ctlg-detail" auto "ctlg-tabs ctlg-detail" 1fr/calc( ( 100% - 40px ) / 2) calc( ( 100% - 40px ) / 2);
  gap: 40px;
  -webkit-box-align: start;
  -webkit-box-pack: justify;
}

.catalogue__visual {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  grid-area: ctlg-visual;
}

.catalogue__tabs {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
  grid-area: ctlg-tabs;
}

.catalogue__detail {
  -ms-grid-row: 1;
  -ms-grid-row-span: 3;
  -ms-grid-column: 3;
  grid-area: ctlg-detail;
}

.catalogue__slide {
  height: 480px;
}

.catalogue__slideItem {
  pointer-events: none;
}

.catalogue__slideItem a {
  height: 480px;
}

.win10.ie11 .catalogue__slideCaption {
  padding-top: 4px;
}

.catalogue__slideNav:hover {
  opacity: 1;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}

.catalogue__slideNav:hover:hover {
  opacity: 0.7;
}

.catalogue__slideBtn {
  z-index: 3;
  opacity: 1;
  cursor: default;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
  -webkit-transition-property: opacity;
  transition-property: opacity;
}

.catalogue__slideBtn:hover,
a:hover .catalogue__slideBtn {
  opacity: 0.7;
}

.win10.ie11 .catalogue__slideBtnText {
  padding-top: 4px;
  line-height: 1;
}

.catalogue__thumbsItem {
  width: calc( (100% - 4px*10) / 11);
  height: 40px;
}

.catalogue__thumbsItem:not(:nth-of-type(-n+11)) {
  margin-top: 4px;
}

.catalogue__thumbsItem:not(:nth-child(11n)) {
  margin-right: 4px;
}

.catalogue__tabs .tabs__itemContent {
  padding-top: 28px;
}

.catalogue__tabs.-pre .tabs__itemContent {
  padding-top: 16px;
}

.catalogue__tags {
  margin-top: 36px;
}

.catalogue__btns {
  display: none;
}

.catalogue__submit .btn:only-child {
  margin: 0 auto;
  width: 280px;
}

.checkbox.is-error:before {
  background: #fde4eb;
}

.win10.ie .checkbox__text {
  padding-top: 4px;
}

.checkedItems {
  visibility: hidden;
  opacity: 0;
}

.checkedItems.-onInit {
  visibility: visible;
  opacity: 1;
}

.checkedItems__arw:not(:disabled) {
  opacity: 1;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
  -webkit-transition-property: opacity;
  transition-property: opacity;
}

.checkedItems__arw:not(:disabled):hover,
a:hover .checkedItems__arw:not(:disabled) {
  opacity: 0.7;
}

.checkedItems .tns-outer {
  overflow: hidden;
  margin: 0 75px;
}

.checkedItems.-noSlide .tns-outer {
  margin: 0;
  width: calc( 100% - 75px * 2);
}

.formTable {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  -ms-flex-align: baseline;
  justify-content: space-between;
  align-items: baseline;
  flex-wrap: wrap;

  -ms-flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-box-align: baseline;
}

.formTable + .formTable {
  margin-top: 40px;
  border-top: 1px solid #eaeaea;
}

.formTable .pulldown,
.formTable textarea,
.formTable input:not([class]),
.formTable input[class="is-error"] {
  width: 335px;
}

.-check .formTable__ttl:first-of-type,
.-confirm .formTable__ttl:first-of-type,
.-check .formTable__detail:first-of-type,
.-confirm .formTable__detail:first-of-type {
  margin-top: 6px;
}

.formTable__ttl {
  width: 162px;
}

.section__subElem-body .formTable__ttl,
.cart .formTable__ttl {
  width: 140px;
}

.formTable__ttl:not(:last-of-type) {
  margin-bottom: 20px;
}

.formTable__ttl .notes-gray {
  margin-top: 4px;
}

.formTable__detail,
.formTable__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  flex-wrap: wrap;
  min-height: 36px;

  -ms-flex-wrap: wrap;
  -webkit-box-align: center;
}

.-check .formTable__detail,
.-confirm .formTable__detail,
.-check .formTable__block,
.-confirm .formTable__block {
  min-height: inherit;
}

.formTable__detail .notes-gray,
.formTable__block .notes-gray {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  align-self: flex-start;
  min-height: 36px;
  line-height: 1.5;

  -webkit-box-align: center;
  -ms-flex-item-align: start;
}

.ie .formTable__detail .notes-gray,
.ie .formTable__block .notes-gray {
  height: 36px;
}

.-confirm .formTable__detail .notes-gray,
.-confirm .formTable__block .notes-gray {
  min-height: auto;
}

.ie .-confirm .formTable__detail .notes-gray,
.ie .-confirm .formTable__block .notes-gray {
  height: auto;
}

.formTable__detail .notes-gray:not(:first-child),
.formTable__block .notes-gray:not(:first-child) {
  margin-left: 12px;
}

.cart .formTable__detail .notes-gray:not(:first-child),
.cart .formTable__block .notes-gray:not(:first-child) {
  margin-left: 0;
}

.formTable__detail {
  width: calc( 100% - 162px);
}

.section__subElem-body .formTable__detail,
.cart .formTable__detail {
  width: calc( 100% - 140px);
}

.formTable__detail + .formTable__detail {
  padding-left: 162px;
  width: 100%;
}

.section__subElem-body .formTable__detail + .formTable__detail {
  padding-left: 140px;
}

.formTable__detail.-planeText {
  min-height: auto;
}

.formTable__detail .notes-gray {
  max-width: calc( 100% - 335px - 12px);
}

.formTable__detail .notes-gray:only-child {
  width: 100%;
}

.formTable__block .notes-gray {
  max-width: inherit;
}

.formTable__lead {
  margin-bottom: 30px;
}

.formTable__lead:only-child {
  margin-bottom: 0;
}

.formTable__notesList:not(:last-child) {
  margin-bottom: 40px;
}

.formTable__notesText:not(:first-child) {
  margin-top: 2px;
}

.formTable__notesText:not(:last-child) {
  margin-bottom: 20px;
}

.formTable__inputWrap {
  min-height: 36px;
  width: 335px;
}

.formTable__img {
  margin-bottom: 10px;
}

.formTable__check {
  margin-top: 20px;
  font-size: 1.2rem;
}

.formTable__check .notes-gray {
  padding-left: 26px;
}

.reCaptcha {
  margin-left: 162px;
}

.radioList + .errorText {
  margin-top: 10px;
}

.grid:not([class*="col"]) .grid__item {
  width: calc( ( 100% - 20px ) / 2);
}

.heading-1:first-child {
  padding-top: 52px;
}

.scrollArea .heading-1:first-child {
  padding-top: 32px;
}

.heading-1:not(:first-child) {
  margin-top: 52px;
}

.scrollArea .heading-1:not(:first-child) {
  margin-top: 0;
  padding-top: 32px;
}

.heading-2-normal {
  margin-bottom: 24px;
}

.history__body {
  padding: 20px 0 40px;
}

.history__status,
.history__detail,
.history__info {
  width: calc( (100% - 20px * 2) / 3);
}

.history__detailText a:hover {
  border-bottom: 1px solid rgba(85,85,85,0);
  opacity: 0.7;
}

.indexKv {
  height: 600px;
}

.indexKv__item {
  width: 800px !important;
}

.indexKv .slick-track {
  height: 600px;
}

.indexKv .slick-arrow {
  z-index: 10;
  width: calc( (100% - 800px) / 2);
  height: 100%;
  background-color: rgba(255,255,255,0.8);
}

.indexKv .slick-arrow:before {
  display: none;
}

.indexKv .slick-arrow:after {
  position: absolute;
  top: 50%;
  display: block;
  width: 36px;
  height: 36px;
  border-radius: 100%;
  background: center center / contain no-repeat #aaa;
  content: "";
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.indexKv .slick-arrow.slick-next {
  right: 0;
}

.indexKv .slick-arrow.slick-next:after {
  left: 20px;
  background-image: url("../arw-r.svg");
}

.indexKv .slick-arrow.slick-prev {
  left: 0;
}

.indexKv .slick-arrow.slick-prev:after {
  right: 20px;
  background-image: url("../arw-l.svg");
}

.indexKv .slick-arrow:hover {
  opacity: 1;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}

.indexKv .slick-arrow:hover:hover {
  opacity: 0.7;
}

.indexKv .slick-dots {
  bottom: 16px;
}

.hash {
  opacity: 1;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}

.hash:hover {
  opacity: 0.7;
}

.hashList {
  text-align: center;
}

.indexList__link {
  -ms-flex-align: center;
  align-items: center;
  height: 51px;
  opacity: 1;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;

  -webkit-box-align: center;
}

.indexList__link:hover {
  opacity: 0.7;
}

.indexList__date {
  width: 220px;
}

.indexList__ttl {
  width: calc( 100% - 220px);
}

.itemPrice {
  font-size: 1.6rem;
}

.itemInCart {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;

  -ms-flex-wrap: wrap;
}

.itemInCart__detail {
  padding: 20px 0;
  width: 50%;
}

.itemInCart__info .errorText {
  margin-top: 14px;
}

.itemInCart__infoName {
  margin-top: 5px;
}

.itemInCart__infoSpec {
  font-size: 1rem;
}

.itemInCart__infoSpec dt:not(:first-of-type),
.itemInCart__infoSpec dd:not(:first-of-type) {
  margin-top: 6px;
}

.itemInCart__infoSpec dt {
  width: 30px;
}

.itemInCart__infoSpec dd {
  width: calc( 100% - 30px);
}

.itemInCart__config {
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding: 20px 0;
  width: 50%;

  -webkit-box-pack: end;
}

.itemInCart__price {
  padding-right: 40px;
}

.itemInCart__remove button {
  padding: 0 20px;
}

.itemInCart__remove button span {
  font-size: 1.2rem;
}

.itemInCart__remove button:hover span {
  border-bottom-color: rgba(119,119,119,0);
}

.caution:not(:last-child) {
  margin-bottom: 20px;
}

.itemOrdered__infoSpec {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;

  -ms-flex-wrap: wrap;
}

.itemOrdered__infoSpec dl {
  margin-right: 20px;
}

.itemOrdered__infoCount {
  margin-top: 8px;
}

.mainte {
  padding-top: 100px;
  text-align: center;
}

.mainte__logo {
  margin-bottom: 60px;
}

.mainte__logo img {
  width: 160px;
}

.mainte__ttl {
  font-weight: 300;
  font-size: 1.8rem;
  line-height: 1;
}

.mainte__body p:not(:first-child) {
  margin-top: 32px;
}

.mainte__info {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 30px 60px;
  min-width: 500px;

  -ms-flex-wrap: wrap;
  -webkit-box-pack: justify;
}

.mainte__info:not(:first-child) {
  margin-top: 32px;
}

.mainte__infoTtl {
  width: 100px;
}

.mainte__infoText {
  width: calc( 100% - 120px);
}

.mainte__btn {
  margin-top: 60px;
  font-size: 1.2rem;
}

.mainte__back {
  margin-top: 26px;
}

.mainte__back [class*="btn"] {
  padding: 0 24px;
  min-width: 240px;
}

.melit__item {
  width: 180px;
  height: 180px;
}

.melit__item:not(:last-child) {
  margin-right: 12px;
}

.melit__icn {
  margin-bottom: 14px;
}

.melit__icn img {
  width: 32px;
}

.melit__item:first-child .melit__icn img {
  width: 34px;
}

.melit__item:nth-of-type(2) .melit__icn img {
  width: 30px;
}

.melit__text {
  font-size: 1.2rem;
}

.navTab {
  margin-bottom: em(70px);
  border-bottom: 1px solid #eaf0f3;
}

.navTab__item {
  width: calc( ( 100% - 1px ) / 3);
}

.navTab__item:not(:last-child) {
  border-right: 1px solid #eef3f5;
}

.navTab__item:not(.-current) a:hover {
  z-index: 10;
  background: #fff;
}

.navTab__item:not(.-current) a:hover:before {
  opacity: 1;
}

.navTab__link {
  padding: 0 em(20px);
}

.navTab__text {
  font-size: 1.4rem;
}

.newsPost {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-top: 52px;

  -ms-flex-wrap: wrap;
  -webkit-box-pack: justify;
}

.newsPost__header {
  width: 300px;
}

.newsPost__header h1:not(:first-child) {
  margin-top: 12px;
}

.newsPost__body {
  width: calc( 100% - 340px);
}

.newsPost__body a {
  color: #000;
}

.notice {
  padding: 60px 0 0;
}

.notice__btn {
  margin-top: 40px;
}

.notice__btn [class*="btn"] {
  padding: 0 24px;
  min-width: 240px;
}

.loadingIcn {
  margin: 32px auto;
}

.edge .loadingIcn:after {
  margin-top: -3px;
}

.ie .loadingIcn:after {
  margin-top: 5px;
}

.orderedList a:hover,
.styledList a:hover {
  text-decoration: none;
}

.styledList.-withIndent {
  margin-left: 12px;
}

.pageElem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  -ms-flex-align: stretch;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: wrap;
  border-top: 1px solid #eaeaea;

  -webkit-box-align: stretch;
  -webkit-box-pack: justify;
  -ms-flex-wrap: wrap;
}

.pageElem__ttl:not(:first-of-type),
.pageElem__detail:not(:first-of-type) {
  border-top: 1px solid #eaeaea;
}

.pageElem__ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-top: 18px;
  min-height: 50px;
  width: 220px;
  color: #606060;
  font-size: 1.2rem;
  line-height: 1;

  -ms-flex-wrap: wrap;
}

.cart .pageElem__ttl,
.-tight .pageElem__ttl {
  width: 180px;
}

.termList .pageElem__ttl,
.lawList .pageElem__ttl,
.sizeList .pageElem__ttl {
  padding-top: 15px;
  padding-right: 24px;
  line-height: 1.7;
}

.pageElem__ttl span:not([class]) {
  margin-right: 8px;
}

.pageElem__ttlNotes {
  margin-top: 16px;
  width: 100%;
}

.pageElem__detail {
  width: calc( 100% - 220px);
}

.cart .pageElem__detail,
.-tight .pageElem__detail {
  width: calc( 100% - 180px);
}

.pageElem__detail + .pageElem__detail {
  margin-left: 220px;
}

form .pageElem__detail:last-child {
  border-bottom: 0px;
}

.pageElem__indexItem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  height: 50px;

  -webkit-box-align: center;
}

.pageElem__indexItem:not(:last-child) {
  border-bottom: 1px solid #eaeaea;
}

.pageElem__indexItem a,
.pageElem__indexItem button {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  -ms-flex-align: center;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  opacity: 1;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;

  -webkit-box-align: center;
  -webkit-box-pack: justify;
}

.pageElem__indexItem a:hover,
.pageElem__indexItem button:hover {
  opacity: 0.7;
}

.pageElem__indexItem a:after,
.pageElem__indexItem button:after {
  width: 9px;
  height: 9px;
  background: url("../arw.svg") center center/auto 100% no-repeat;
  content: "";
}

.pageElem__indexItem a.noArrow:after,
.pageElem__indexItem button.noArrow:after {
  display: none;
}

.pageElem__text {
  padding: 15px 0 40px;
  font-size: 1.2rem;
}

.pageElem__notes {
  margin-top: 6px;
}

.pageLinks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  -ms-flex-align: stretch;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: wrap;

  -webkit-box-align: stretch;
  -webkit-box-pack: justify;
  -ms-flex-wrap: wrap;
}

.pageLinks__ttl,
.pageLinks__detail {
  padding: 0 0 42px;
}

.pageLinks__ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  min-height: 50px;
  width: 220px;
  color: #000;
  font-weight: 600;

  -ms-flex-wrap: wrap;
}

.edge .pageLinks__ttl,
.win10.ie11 .pageLinks__ttl,
.chrome.-android .pageLinks__ttl {
  font-weight: 700;
}

.pageLinks__ttl span:not([class]) {
  margin-right: 8px;
}

.pageLinks__detail {
  width: calc( 100% - 220px);
}

.pageLinks__detail + .pageLinks__detail {
  margin-left: 220px;
}

form .pageLinks__detail:last-child {
  border-bottom: 0px;
}

.pageLinks__notes {
  margin-top: 6px;
}

.linkList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;

  -ms-flex-wrap: wrap;
}

.linkList + .linkList {
  margin-top: 12px;
}

.linkList__item {
  width: 25%;
}

.pageList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  -ms-flex-align: start;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  border-top: 1px solid #eaeaea;

  -webkit-box-align: start;
  -webkit-box-pack: justify;
  -ms-flex-wrap: wrap;
}

.pageList__ttl:not(:first-of-type),
.pageList__detail:not(:first-of-type) {
  border-top: 1px solid #eaeaea;
}

.pageList__ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-top: 18px;
  min-height: 50px;
  width: 220px;
  color: #606060;
  font-size: 1.2rem;
  line-height: 1;

  -ms-flex-wrap: wrap;
}

.cart .pageList__ttl,
.-tight .pageList__ttl {
  width: 180px;
}

.pageList:only-child .pageList__ttl {
  min-height: auto;
}

.pageList__ttl span:not([class]) {
  margin-right: 8px;
}

.pageList__ttlNotes {
  margin-top: 16px;
  width: 100%;
}

.pageList__detail {
  width: calc( 100% - 220px);
}

.cart .pageList__detail,
.-tight .pageList__detail {
  width: calc( 100% - 180px);
}

.pageList__detail + .pageList__detail {
  margin-left: 220px;
}

.pageList__detail:last-child {
  border-bottom: 1px solid #eaeaea;
}

form .pageList__detail:last-child {
  border-bottom: 0px;
}

.pageList__indexItem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  height: 50px;

  -webkit-box-align: center;
}

.pageList__indexItem:not(:last-child) {
  border-bottom: 1px solid #eaeaea;
}

.pageList__indexItem a,
.pageList__indexItem button {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  -ms-flex-align: center;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  opacity: 1;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;

  -webkit-box-align: center;
  -webkit-box-pack: justify;
}

.pageList__indexItem a:hover,
.pageList__indexItem button:hover {
  opacity: 0.7;
}

.pageList__indexItem a:after,
.pageList__indexItem button:after {
  width: 9px;
  height: 9px;
  background: url("../arw.svg") center center/auto 100% no-repeat;
  content: "";
}

.pageList__indexItem a.noArrow:after,
.pageList__indexItem button.noArrow:after {
  display: none;
}

.pageList__notes {
  margin-top: 6px;
}

.regInfo__detail {
  width: calc( 100% - 90px);
}

.pager__item:hover {
  opacity: 1;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}

.pager__item:hover:hover {
  opacity: 0.7;
}

.pulldown {
  opacity: 1;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}

.pulldown:hover {
  opacity: 0.7;
}

.qa__index {
  cursor: pointer;
}

.qa__detail a:hover {
  text-decoration: none;
}

.qa__detail p:not(:first-child) {
  margin-top: 20px;
}

.container .radioList .radio {
  padding-left: 30px;
}

.radioOuter {
  width: 100%;
}

.container .radioList__item {
  border-bottom: 1px solid #eaeaea;
}

.rankNum {
  top: 8px;
  left: 8px;
  width: 24px;
  height: 24px;
}

.scrollArea {
  overflow: hidden;
  padding: 13px 12px 13px 28px;
  height: 220px;
  border-radius: 4px;
  background: #f9f9f9;
  color: #606060;
  font-size: 1.2rem;
}

.scrollArea__body {
  padding: 6px 28px 6px 0;
  height: calc( 220px - 6px - 13px * 2);
}

.scrollArea .simplebar-scrollbar {
  width: 4px;
}

.scrollArea .simplebar-scrollbar.simplebar-visible:before {
  background: #aaa;
  opacity: 1;
}

.shipping {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-top: 52px;

  -webkit-box-pack: justify;
  -ms-flex-wrap: wrap;
}

.shipping__status {
  width: 314px;
}

.shipping__detail {
  width: calc( 100% - 340px);
}

.shipping__detailTitle {
  margin-bottom: 12px;
}

.shipping__detailList {
  margin-bottom: 20px;
}

.shipping__detailBody {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  flex-wrap: wrap;

  -webkit-box-pack: justify;
  -ms-flex-wrap: wrap;
}

.shipping__detailAddress,
.shipping__detailTotal {
  width: calc( ( 100% - 40px ) / 2);
}

.shipping__detailTotal {
  order: 2;

  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
}

.shipping__detailAddress {
  order: 1;
  padding-top: 15px;

  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
}

.shipping__detailAddressText a:hover {
  border-bottom-color: rgba(85,85,85,0);
  opacity: 0.7;
}

.shipping__detailBtn {
  padding-top: 40px;
}

.shipping__detailBtn [class*="btn"] {
  margin: 0 10px;
  width: 240px;
}

.sizeThumb {
  padding: 20px 0 40px;
}

.sizeThumb__item {
  width: calc( (100% - 12px) / 2);
}

.sizeThumb__item:not(:nth-child(2n)) {
  margin-right: 12px;
}

.sizeThumb__detail {
  padding-bottom: 20px;
}

.sizeThumb__detailNotes:not(:last-child) {
  margin-bottom: 16px;
}

.sizeThumb__table {
  width: 100%;
}

.sizeThumb__tableOuter:not(:last-child) {
  margin-bottom: 26px;
}

.sizeThumb__tableOuter.-small {
  width: calc( 100% - ( 100% / 10 ) * 2);
}

.sizeThumb__table th,
.sizeThumb__table td {
  padding: 4px 0;
}

.sizeThumb__notes a:hover {
  text-decoration: none;
}

.sizeNotice {
  padding: 30px 40px;
}

.sizeNotice__notes a:hover {
  text-decoration: none;
}

.slideTab {
  -ms-flex-pack: center;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 20px;

  -webkit-box-pack: center;
  -ms-flex-wrap: wrap;
}

.slideTab__btn {
  opacity: 1;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}

.slideTab__btn:hover {
  opacity: 0.7;
}

.slideTab__inner .card {
  padding: 2px;
}

.slideTab__zero {
  padding-bottom: 200px;
}

.specList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;

  -ms-flex-wrap: wrap;
}

.specList__title:not(:first-of-type),
.specList__text:not(:first-of-type) {
  margin-top: 12px;
}

.specList__title {
  width: 54px;
  font-weight: 600;
}

.edge .specList__title,
.win10.ie11 .specList__title,
.chrome.-android .specList__title {
  font-weight: 700;
}

.specList__text {
  width: calc( 100% - 54px);
}

.specList .sizeLink a:hover {
  text-decoration: none;
}

.review__score {
  padding-left: 126px;
}

.review__list {
  margin-top: 20px;
}

.review__title {
  margin-top: 8px;
}

.review__date {
  margin-top: 2px;
}

.statusDate {
  margin-bottom: 8px;
  color: #606060;
  font-weight: 300;
  font-size: 1.2rem;
  line-height: 1;
}

.shipping .statusBullets {
  margin-top: 32px;
}

.statusBullets__item {
  padding: 0 14px;
}

.statusBullets__item:first-child {
  padding-left: 10px;
}

.statusBullets__item:last-child {
  padding-right: 10px;
}

.statusNotes {
  margin-top: 30px;
}

.statusText {
  margin-top: 30px;
}

.shipping .statusDetail {
  margin-top: 32px;
}

.statusDetail__ttl {
  font-weight: 600;
  line-height: 1;
}

.edge .statusDetail__ttl,
.win10.ie11 .statusDetail__ttl,
.chrome.-android .statusDetail__ttl {
  font-weight: 700;
}

.statusDetail__text a:hover {
  border-bottom: 1px solid rgba(85,85,85,0);
  opacity: 0.7;
}

.stock__item {
  flex-wrap: wrap;
  padding: 12px 0;

  -ms-flex-wrap: wrap;
}

.stock__fav {
  order: 5;

  -webkit-box-ordinal-group: 6;
  -ms-flex-order: 5;
}

.stock__num {
  order: 3;

  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
}

.stock__btn {
  order: 4;

  -webkit-box-ordinal-group: 5;
  -ms-flex-order: 4;
}

.stock__limit {
  order: 6;

  -webkit-box-ordinal-group: 7;
  -ms-flex-order: 6;
}

.stock__size {
  width: 92px;
}

.-pre-modal .stock__size {
  width: 20px;
}

.stock__num {
  flex-wrap: wrap;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-right: 0;
  margin-left: auto;

  -ms-flex-wrap: wrap;
}

.stock__num.-withNotes {
  width: 215px;
}

.stock__numNotes {
  width: calc( 100% - 88px - 9px);
}

.stock__num .pulldown {
  width: 88px;
}

.stock__btn {
  margin-right: 0;
  margin-left: 12px;
}

.stock__fav {
  margin-left: 6px;
}

.stock__num + .stock__fav {
  margin-left: 0;
}

.storeList__name a:hover {
  text-decoration: none;
}

.storeList__text .notes-gray {
  vertical-align: top;
}

.storeList__info dt {
  width: 46px;
}

.storeList__info dd {
  padding-left: 10px;
}

.storeList__info dd:not(:last-child) {
  margin-right: 12px;
}

.storeList__info.-full dt {
  width: auto;
}

.storeList__btn [class*="btn"] {
  width: 240px;
}

.tabs__item {
  width: 50%;
}

.tabs__itemBtn {
  -ms-flex-pack: center;
  justify-content: center;
  width: calc(100% - 2px);
  border: 1px solid #eaeaea;
  border-bottom-width: 0;
  background: #f9f9f9;

  -webkit-box-pack: center;
}

.-radioType .tabs__itemBtn {
  width: 167px;
  border-bottom-width: 1px;
}

.-radioType .tabs__item:first-child .tabs__itemBtn {
  margin-right: 0;
  margin-left: auto;
  border-right: 0;
  border-radius: 4px 0 0 4px;
}

.-radioType .tabs__item:last-child .tabs__itemBtn {
  margin-right: auto;
  margin-left: 0;
  border-radius: 0 4px 4px 0;
}

.-pre .tabs__itemBtn {
  -ms-flex-pack: start;
  justify-content: flex-start;
  padding-bottom: 14px;
  height: auto;
  border: 0;
  text-align: left;
  font-weight: 600;
  font-size: 1.6rem;
  line-height: 1;
  cursor: text;

  -webkit-box-pack: start;
}

.edge .-pre .tabs__itemBtn,
.win10.ie11 .-pre .tabs__itemBtn,
.chrome.-android .-pre .tabs__itemBtn {
  font-weight: 700;
}

.-current .tabs__itemBtn {
  background: #fff;
}

.tabs__itemBtn .review__score {
  display: none;
}

.tabs__itemContent {
  top: -2px;
  left: 0;
  display: block !important;
  visibility: hidden;
  width: 200%;
  height: 0px;
  border-top: 1px solid #eaeaea;
  opacity: 0;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  -webkit-transition-property: opacity, visibility;
  transition-property: opacity, visibility;
}

.-pre .tabs__itemContent,
.-radioType .tabs__itemContent {
  top: 0;
}

.-current .tabs__itemContent {
  visibility: visible;
  height: 100%;
  opacity: 1;
}

.-radioType .tabs__itemContent {
  border-top: 0;
}

.tabs__item:nth-of-type(2) .tabs__itemContent {
  left: -100%;
}

.tag:not(.-m):not(.-l) {
  padding-top: 3px;
  padding-bottom: 2px;
}

.chrome:not(.win) .tag:not(.-m):not(.-l) {
  padding-top: 2px;
  padding-bottom: 3px;
}

.win10.ie .tag:not(.-m):not(.-l) {
  padding-top: 4px;
  padding-bottom: 0;
}

.tag.-m {
  padding: 5px 8px;
}

.chrome .tag.-m {
  padding-top: 4px;
  padding-bottom: 6px;
}

.win10.ie .tag.-m {
  padding-top: 5px;
  padding-bottom: 2px;
}

.pageList__ttl .must {
  margin-top: -2px;
}

.win10.ie .notMust {
  margin-top: -4px;
  padding-top: 3px;
}

.total {
  order: 2;

  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
}

.total__btn {
  padding-top: 20px;
}

.total__btn [class*="btn"]:not(:first-child) {
  margin-top: 8px;
}

.userGuide {
  padding: 54px 25px;
}

.userGuide:first-of-type {
  border-top: 1px solid #eaeaea;
}

.userGuide__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  -ms-flex-align: center;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  padding-top: 46px;

  -webkit-box-align: center;
  -webkit-box-pack: justify;
  -ms-flex-wrap: wrap;
}

.userGuide__icon:not(:first-of-type),
.userGuide__detail:not(:first-of-type) {
  margin-top: 32px;
}

.userGuide__icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  -ms-flex-align: center;
  justify-content: center;
  align-items: center;
  width: 160px;
  height: 160px;
  border-radius: 100%;
  background: #f9f9f9;
  text-align: center;

  -webkit-box-align: center;
  -webkit-box-pack: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
}

.userGuide__iconImg {
  margin-bottom: 12px;
}

.userGuide__iconText {
  font-size: 1.8rem;
  line-height: 1.3;
}

.userGuide__detail dt:not([class]) {
  margin-bottom: 4px;
  color: #000;
  font-weight: 600;
}

.edge .userGuide__detail dt:not([class]),
.win10.ie11 .userGuide__detail dt:not([class]),
.chrome.-android .userGuide__detail dt:not([class]) {
  font-weight: 700;
}

.userGuide__detail dd:not([class]):not(:last-child) {
  margin-bottom: 10px;
}

.userGuide__more {
  margin-top: 10px;
}

.userGuide__btn:not(:first-child) {
  margin-top: 52px;
}

@media screen and (min-width: 426px) {
  .btnArea.userGuide__btn .btn,
  .btnArea.userGuide__btn .btn-frame {
    width: auto;
  }

  .sizeList .pageElem__ttl br {
    display: block !important;
  }
}

@media screen and (max-width: 1049px) {
  .indexKv .slick-arrow {
    width: calc( (1024px - 800px) / 2);
  }
}

@-webkit-keyframes rotation {
  0% {
    -webkit-transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes rotation {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
