@charset "UTF-8";
/*!
* Waves v0.6.0
* http://fian.my.id/Waves
*
* Copyright 2014 Alfiana E. Sibuea and other contributors
* Released under the MIT license
* https://github.com/fians/Waves/blob/master/LICENSE
*/
.waves-effect {
  position: relative;
  cursor: pointer;
  display: inline-block;
  overflow: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
  vertical-align: middle;
  z-index: 1;
  will-change: opacity, transform;
  -webkit-transition: .3s ease-out;
  transition: .3s ease-out;
}

.waves-effect .waves-ripple {
  position: absolute;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  margin-top: -10px;
  margin-left: -10px;
  opacity: 0;
  background: rgba(0, 0, 0, 0.2);
  -webkit-transition: all 0.7s ease-out;
  transition: all 0.7s ease-out;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  pointer-events: none;
}

.waves-effect.waves-light .waves-ripple {
  background-color: rgba(255, 255, 255, 0.45);
}

.waves-effect.waves-red .waves-ripple {
  background-color: rgba(244, 67, 54, 0.7);
}

.waves-effect.waves-yellow .waves-ripple {
  background-color: rgba(255, 235, 59, 0.7);
}

.waves-effect.waves-orange .waves-ripple {
  background-color: rgba(255, 152, 0, 0.7);
}

.waves-effect.waves-purple .waves-ripple {
  background-color: rgba(156, 39, 176, 0.7);
}

.waves-effect.waves-green .waves-ripple {
  background-color: rgba(76, 175, 80, 0.7);
}

.waves-effect.waves-teal .waves-ripple {
  background-color: rgba(0, 150, 136, 0.7);
}

.waves-effect.waves-blue .waves-ripple {
  background-color: rgba(51, 62, 88, 0.4);
}

.waves-effect.waves-facebook .waves-ripple {
  background-color: rgba(59, 89, 152, 0.4);
}

.waves-effect.waves-amazon .waves-ripple {
  background-color: rgba(248, 152, 32, 0.4);
}

.waves-effect.waves-rakuten .waves-ripple {
  background-color: rgba(183, 31, 34, 0.4);
}

.waves-effect.waves-gray .waves-ripple {
  background-color: rgba(114, 114, 114, 0.4);
}

.waves-effect input[type="button"], .waves-effect input[type="reset"], .waves-effect input[type="submit"] {
  border: 0;
  font-style: normal;
  font-size: inherit;
  text-transform: inherit;
  background: none;
}

.waves-effect img {
  position: relative;
  z-index: -1;
}

.waves-notransition {
  -webkit-transition: none !important;
  transition: none !important;
}

.waves-circle {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-mask-image: -webkit-radial-gradient(circle, white 100%, black 100%);
}

.waves-input-wrapper {
  border-radius: 0.2em;
  vertical-align: bottom;
}

.waves-input-wrapper .waves-button-input {
  position: relative;
  top: 0;
  left: 0;
  z-index: 1;
}

.waves-circle {
  text-align: center;
  width: 2.5em;
  height: 2.5em;
  line-height: 2.5em;
  border-radius: 50%;
  -webkit-mask-image: none;
}

.waves-block {
  display: block;
}

/* Firefox Bug: link not triggered */
.waves-effect .waves-ripple {
  z-index: -1;
}

/* webフォント -axisstd- */
@font-face {
  font-family: 'axisstd_h';
  src: url("../../css/fonts/AxisStd-Heavy.eot");
  src: url("../../css/fonts/AxisStd-Heavy.eot?#iefix") format("embedded-opentype"), url("../../css/fonts/AxisStd-Heavy.woff") format("woff"), url("../../css/fonts/AxisStd-Heavy.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'axisstd_r';
  src: url("../../css/fonts/AxisStd-Regular.eot");
  src: url("../../css/fonts/AxisStd-Regular.eot?#iefix") format("embedded-opentype"), url("../../css/fonts/AxisStd-Regular.woff") format("woff"), url("../../css/fonts/AxisStd-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'axisstd_l';
  src: url("../../css/fonts/AxisStd-Light.eot");  
  src: url("../../css/fonts/AxisStd-Light.eot?#iefix") format("embedded-opentype"), url("../../css/fonts/AxisStd-Light.woff") format("woff"), url("../../css/fonts/AxisStd-Light.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'axisstd_b';
  src: url("../../css/fonts/AxisStd-Bold.eot");
  src: url("../../css/fonts/AxisStd-Bold.eot?#iefix") format("embedded-opentype"), url("../../css/fonts/AxisStd-Bold.woff") format("woff"), url("../../css/fonts/AxisStd-Bold.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'axisstd_m';
  src: url("../../css/fonts/AxisStd-Medium.eot");
  src: url("../../css/fonts/AxisStd-Medium.eot?#iefix") format("embedded-opentype"), url("../../css/fonts/AxisStd-Medium.woff") format("woff"), url("../../css/fonts/AxisStd-Medium.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

/* SPパンくず調整用 */
@media screen and (max-width: 911px) {
  #headersub {
    margin-top: 65px !important;
  }
  #header #headerArea #headersub {
    width: 100%;
    height: auto;
    box-sizing: border-box;
  }
  #header #headerArea #headersub #topicpath_wrapper {
    position: relative;
    width: 100%;
    height: auto;
  }
  #header #headerArea #headersub #topicpath_wrapper ul#topicpath {
    width: auto;
    height: auto;
    margin: 10px;
    padding: 6px 7px;
    background: #f5f5f5;
    line-height: 0.8;
  }
  img {
    max-width: 100%;
  }
  #contentContainer #contentArea {
    width: 100%;
    margin: 0 auto;
  }
}

.pc {
  display: block;
}

.sp {
  display: none;
}

@media (max-width: 768px) and (min-width: 320px) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
}

.fixed {
  max-width: 100%;
}

.modalLens {
  display: none;
  font-family: 'axisstd_l';
  z-index: 99999;
  position: fixed;
  min-width: 100%;
  min-height: 100%;
  max-width: 100vw;
  height: 100vh;
  overflow: scroll;
  background-color: rgba(51, 62, 88, 0.97);
  top: 0;
}

.modalLens.scroll {
  -webkit-overflow-scrolling: touch;
}

.modalLens p, .modalLens span {
  color: #fff;
}

.modalLens__container {
  max-width: 820px;
  padding: 0 20px;
  margin: 120px auto;
}

.modalLens__closeBtn {
  position: absolute;
  right: 50px;
  top: 50px;
  cursor: pointer;
}

.modalLens__closeBtn span {
  color: #fff;
  font-size: 3rem;
}

.modalLens__stepOne h2 {
  overflow: hidden;
  text-align: center;
  color: #fff;
  margin: 4rem 0;
  font-size: 28px;
}

.modalLens__stepOne h2 span {
  position: relative;
  display: inline-block;
  margin: 0 2.5em;
  padding: 0 1em;
  text-align: left;
}

.modalLens__stepOne h2 span::before,
.modalLens__stepOne h2 span::after {
  position: absolute;
  top: 50%;
  content: '';
  width: 400%;
  height: 1px;
  background-color: #ccc;
}

.modalLens__stepOne h2 span::before {
  right: 100%;
}

.modalLens__stepOne h2 span::after {
  left: 100%;
}

.modalLens__subTitle {
  font-size: 18px;
  color: #fff;
  font-family: 'axisstd_b';
}

.modalLens__stepTwo h2 {
  overflow: hidden;
  text-align: center;
  color: #fff;
  margin: 4rem 0;
  font-size: 28px;
}

.modalLens__stepTwo h2 span {
  position: relative;
  display: inline-block;
  margin: 0 2.5em;
  padding: 0 1em;
  text-align: left;
}

.modalLens__stepTwo h2 span::before,
.modalLens__stepTwo h2 span::after {
  position: absolute;
  top: 50%;
  content: '';
  width: 400%;
  height: 1px;
  background-color: #ccc;
}

.modalLens__stepTwo h2 span::before {
  right: 100%;
}

.modalLens__stepTwo h2 span::after {
  left: 100%;
}

.modalLens__per {
  margin-top: -50px;
  text-align: right;
}

.modalLens__per li {
  text-align: left;
  display: inline-block;
  width: 200px;
}

.modalLens__per li label {
  display: block;
  position: relative;
  cursor: pointer;
  border: 1px solid #fff;
  padding: 10px;
  color: #fff;
  font-weight: normal;
}

.modalLens__per li input[type=checkbox] {
  filter: alpha(opacity= "1");
  opacity: 0.01;
  MozOpacity: 0.01;
  position: absolute;
  top: 0;
  left: 0;
}

.modalLens__per li .checkboxView {
  position: absolute;
  display: block;
  float: left;
}

.modalLens__per li .checkboxView.selected:after {
  opacity: 1;
  position: absolute;
  left: 6px;
  top: 0px;
  width: 8px;
  height: 16px;
  border-right: 2px solid #606b82;
  border-bottom: 2px solid #606b82;
  -webkit-transform: rotate(40deg);
  -ms-transform: rotate(40deg);
  transform: rotate(40deg);
}

.modalLens__per li .checkboxView:before {
  content: '';
  border: 1px solid #ddd;
  background-color: #fff;
  width: 20px;
  height: 20px;
  margin-right: 10px;
  display: inline-block;
  vertical-align: top;
  border-radius: 4px;
  -webkit-transition: all 400ms cubic-bezier(1, 0, 0, 1);
  transition: all 400ms cubic-bezier(1, 0, 0, 1);
  -webkit-transition-timing-function: cubic-bezier(1, 0, 0, 1);
  transition-timing-function: cubic-bezier(1, 0, 0, 1);
}

.modalLens__per li .checkboxView:after {
  content: '';
  opacity: 0;
  position: absolute;
  left: 6px;
  top: 0px;
  width: 8px;
  height: 16px;
  border-right: 2px solid #ddd;
  border-bottom: 2px solid #ddd;
  -webkit-transform: rotate(-200deg);
  -ms-transform: rotate(-200deg);
  transform: rotate(-200deg);
  -webkit-transition: all 200ms cubic-bezier(1, 0, 0, 1);
  transition: all 200ms cubic-bezier(1, 0, 0, 1);
  -webkit-transition-timing-function: cubic-bezier(1, 0, 0, 1);
  transition-timing-function: cubic-bezier(1, 0, 0, 1);
}

.modalLens__per li label .title {
  display: block;
  margin-left: 24px;
  line-height: 24px;
  padding-left: 8px;
  font-family: jins_nextregular;
}

.modalLens__per li label p.text {
  margin-top: 10px;
  margin-left: 32px;
  font-size: 16px;
}

.modalLens__per li span {
  vertical-align: top;
  line-height: 22px;
  height: 22px;
}

.modalLens__per li span.title {
  line-height: 22px;
  font-family: 'axisstd_b';
}

.modalLens__per li.active {
  background-color: #c6d1ea;
  color: #555;
}

.modalLens__per li.active span, .modalLens__per li.active p {
  color: #555;
}

.modalLens__per li.active span.modalLens__perPrice {
  color: #333e58;
}

.modalLens__perPrice {
  float: right;
}

.modalLens__lens {
  margin-top: 50px;
  position: relative;
}

.modalLens__lens li {
  margin: 20px 0;
}

.modalLens__lens li label {
  display: block;
  position: relative;
  cursor: pointer;
  border: 1px solid #fff;
  padding: 10px;
  color: #fff;
  font-weight: normal;
}

.modalLens__lens li input[type=checkbox] {
  filter: alpha(opacity= "1");
  opacity: 0.01;
  MozOpacity: 0.01;
  position: absolute;
  top: 0;
  left: 0;
}

.modalLens__lens li .checkboxView {
  position: absolute;
  display: block;
  float: left;
}

.modalLens__lens li .checkboxView.selected:after {
  opacity: 1;
  position: absolute;
  left: 6px;
  top: 0px;
  width: 8px;
  height: 16px;
  border-right: 2px solid #606b82;
  border-bottom: 2px solid #606b82;
  -webkit-transform: rotate(40deg);
  -ms-transform: rotate(40deg);
  transform: rotate(40deg);
}

.modalLens__lens li .checkboxView:before {
  content: '';
  border: 1px solid #ddd;
  background-color: #fff;
  width: 20px;
  height: 20px;
  margin-right: 10px;
  display: inline-block;
  vertical-align: top;
  border-radius: 4px;
  -webkit-transition: all 400ms cubic-bezier(1, 0, 0, 1);
  transition: all 400ms cubic-bezier(1, 0, 0, 1);
  -webkit-transition-timing-function: cubic-bezier(1, 0, 0, 1);
  transition-timing-function: cubic-bezier(1, 0, 0, 1);
}

.modalLens__lens li .checkboxView:after {
  content: '';
  opacity: 0;
  position: absolute;
  left: 6px;
  top: 0px;
  width: 8px;
  height: 16px;
  border-right: 2px solid #ddd;
  border-bottom: 2px solid #ddd;
  -webkit-transform: rotate(-200deg);
  -ms-transform: rotate(-200deg);
  transform: rotate(-200deg);
  -webkit-transition: all 200ms cubic-bezier(1, 0, 0, 1);
  transition: all 200ms cubic-bezier(1, 0, 0, 1);
  -webkit-transition-timing-function: cubic-bezier(1, 0, 0, 1);
  transition-timing-function: cubic-bezier(1, 0, 0, 1);
}

.modalLens__lens li label .title {
  display: block;
  margin-left: 24px;
  line-height: 24px;
  padding-left: 8px;
  font-family: jins_nextregular;
}

.modalLens__lens li label p.text {
  margin-top: 10px;
  margin-left: 32px;
  font-size: 16px;
}

.modalLens__lens li label {
  padding: 20px;
}

.modalLens__lens li .modalLens__lensContainer {
  display: none;
}

.modalLens__lens li.active {
  background-color: #fff;
}

.modalLens__lens li.active .modalLens__lensContainer {
  display: block;
}

.modalLens__lens li.active span, .modalLens__lens li.active p {
  color: #333e58;
  font-family: jins_nextregular;
}

.modalLens__lens li p.price {
  position: absolute;
  right: 25px;
  top: 44%;
  font-size: 1.1rem;
  font-weight: bold;
  font-family: 'axisstd_b';
}

.modalLens__lensContainer h3 {
  position: relative;
  background-color: #ececec;
  padding: 15px;
  font-family: jins_nextregular;
  color: #333;
}

.modalLens__lensContainer h3 a {
  text-decoration: none;
  color: #333;
  position: absolute;
  right: 15px;
  top: 6px;
  display: inline-block;
  border: 1px solid #c1c1c1;
  border-radius: 4px;
  background-color: #fff;
  font-size: 0.8rem;
  padding: 9px 30px 9px 10px;
  font-family: 'axisstd_l';
}

.modalLens__lensContainer h3 a:after {
  content: url(../../images/cart_index/more_icon.png);
  position: absolute;
  right: 12px;
  top: 10px;
}

.modalLens__lensContainer li {
  margin: 0;
}

.modalLens__lensColor:after {
  content: "";
  clear: both;
  display: block;
}

.modalLens__lensColor li {
  padding: 2px;
  text-align: center;
  width: -webkit-calc(100% / 3);
  width: calc(100% / 3);
  float: left;
  border-right: 1px solid #ececec;
  border-bottom: 1px solid #ececec;
  box-sizing: border-box;
}

.modalLens__lensColor li label {
  font-size: 0.8rem;
  color: #39445d;
  font-family: 'axisstd_m';
  line-height: 1.4;
}

.modalLens__lensColor li label:hover {
  opacity: 0.8;
}

.modalLens__lensColor li label img {
  max-width: 100%;
  box-sizing: border-box;
}

.modalLens__lensColor li.active label {
  border: 1px solid #39445d;
}

.modalLens__decideContainer {
  padding: 20px 0;
  text-align: center;
}

.modalLens__decideContainer span {
  position: relative;
  font-size: 0.9rem;
  width: 252px;
  height: 52px;
  line-height: 52px;
  text-decoration: none;
  border-radius: 5px;
  font-family: 'axisstd_b';
}

.modalLens__decideContainer span:after {
  content: "＞";
  position: absolute;
  right: 14px;
  top: 1px;
  -webkit-transform: scale(0.6, 1);
  -ms-transform: scale(0.6, 1);
  transform: scale(0.6, 1);
}

.modalLens__decideContainer .disable {
  display: inline-block;
  background-color: #ccc;
  color: #eee !important;
}

.modalLens__decideContainer .available {
  display: none;
  background-color: #333e58;
  color: #fff !important;
  cursor: pointer;
}

.modalLens__lensTitle {
  float: left;
  width: 100%;
  box-sizing: border-box;
}

@media (min-width: 320px) and (max-width: 768px) {
  .modalLens__container {
    max-width: 820px;
    padding: 0 20px;
    margin: 60px auto;
  }
  .modalLens__closeBtn {
    position: absolute;
    left: 15px;
    top: 10px;
    cursor: pointer;
  }
  .modalLens__closeBtn span {
    color: #fff;
    font-size: 2rem;
  }
  .modalLens__stepOne h2 {
    overflow: hidden;
    text-align: center;
    color: #fff;
    margin: 3rem 0 1rem 0;
    font-size: 20px;
  }
  .modalLens__stepOne h2 span {
    position: relative;
    display: inline-block;
    margin: 0 2.5em;
    padding: 0 1em;
    text-align: left;
  }
  .modalLens__stepOne h2 span::before,
  .modalLens__stepOne h2 span::after {
    position: absolute;
    top: 50%;
    content: '';
    width: 400%;
    height: 1px;
    background-color: #ccc;
  }
  .modalLens__stepOne h2 span::before {
    right: 100%;
  }
  .modalLens__stepOne h2 span::after {
    left: 100%;
  }
  .modalLens__subTitle {
    text-align: center;
    font-size: 18px;
  }
  .modalLens__stepTwo {
    display: none;
  }
  .modalLens__stepTwo h2 {
    overflow: hidden;
    text-align: center;
    color: #fff;
    margin: 3rem 0 1rem 0;
    font-size: 20px;
  }
  .modalLens__stepTwo h2 span {
    position: relative;
    display: inline-block;
    margin: 0 2.5em;
    padding: 0 1em;
    text-align: left;
  }
  .modalLens__stepTwo h2 span::before,
  .modalLens__stepTwo h2 span::after {
    position: absolute;
    top: 50%;
    content: '';
    width: 400%;
    height: 1px;
    background-color: #ccc;
  }
  .modalLens__stepTwo h2 span::before {
    right: 100%;
  }
  .modalLens__stepTwo h2 span::after {
    left: 100%;
  }
  .modalLens__per {
    margin-top: 30px;
    text-align: right;
  }
  .modalLens__per:after {
    content: "";
    clear: both;
    display: block;
  }
  .modalLens__per li {
    text-align: left;
    display: inline-block;
    width: 48%;
    float: left;
    box-sizing: border-box;
  }
  .modalLens__per li.left {
    float: left;
  }
  .modalLens__per li.right {
    float: right;
  }
  .modalLens__per li .title {
    font-size: 0.9rem;
  }
  .modalLens__perPrice {
    font-size: 0.8rem;
    margin-top: 1px;
  }
  .modalLens__lens li {
    margin: 20px 0;
  }
  .modalLens__lens li label {
    display: block;
    position: relative;
    cursor: pointer;
    border: 1px solid #fff;
    padding: 10px;
    color: #fff;
    font-weight: normal;
  }
  .modalLens__lens li input[type=checkbox] {
    filter: alpha(opacity= "1");
    opacity: 0.01;
    MozOpacity: 0.01;
    position: absolute;
    top: 0;
    left: 0;
  }
  .modalLens__lens li .checkboxView {
    position: absolute;
    display: block;
    float: left;
  }
  .modalLens__lens li .checkboxView.selected:after {
    opacity: 1;
    position: absolute;
    left: 6px;
    top: 0px;
    width: 8px;
    height: 16px;
    border-right: 2px solid #606b82;
    border-bottom: 2px solid #606b82;
    -webkit-transform: rotate(40deg);
    -ms-transform: rotate(40deg);
    transform: rotate(40deg);
  }
  .modalLens__lens li .checkboxView:before {
    content: '';
    border: 1px solid #ddd;
    background-color: #fff;
    width: 20px;
    height: 20px;
    margin-right: 10px;
    display: inline-block;
    vertical-align: top;
    border-radius: 4px;
    -webkit-transition: all 400ms cubic-bezier(1, 0, 0, 1);
    transition: all 400ms cubic-bezier(1, 0, 0, 1);
    -webkit-transition-timing-function: cubic-bezier(1, 0, 0, 1);
    transition-timing-function: cubic-bezier(1, 0, 0, 1);
  }
  .modalLens__lens li .checkboxView:after {
    content: '';
    opacity: 0;
    position: absolute;
    left: 6px;
    top: 0px;
    width: 8px;
    height: 16px;
    border-right: 2px solid #ddd;
    border-bottom: 2px solid #ddd;
    -webkit-transform: rotate(-200deg);
    -ms-transform: rotate(-200deg);
    transform: rotate(-200deg);
    -webkit-transition: all 200ms cubic-bezier(1, 0, 0, 1);
    transition: all 200ms cubic-bezier(1, 0, 0, 1);
    -webkit-transition-timing-function: cubic-bezier(1, 0, 0, 1);
    transition-timing-function: cubic-bezier(1, 0, 0, 1);
  }
  .modalLens__lens li label .title {
    display: block;
    margin-left: 24px;
    line-height: 24px;
    padding-left: 8px;
    font-family: jins_nextregular;
  }
  .modalLens__lens li label p.text {
    margin-top: 10px;
    margin-left: 32px;
    font-size: 16px;
  }
  .modalLens__lens li .text {
    font-size: 0.8rem;
    line-height: 1.4;
  }
  .modalLens__lens li label {
    padding: 20px;
  }
  .modalLens__lens li p.price {
    position: absolute;
    right: 15px;
    top: 23px;
    font-size: 0.9rem;
    font-weight: bold;
  }
  .modalLens__lensContainer h3 {
    text-align: center;
    font-size: 0.9rem;
  }
  .modalLens__lensContainer h3 a {
    position: relative;
    right: 0;
    top: 6px;
  }
  .modalLens__lensContainer h3 a:after {
    content: url(../../images/cart_index/more_icon.png);
    position: absolute;
    right: 12px;
    top: 10px;
  }
  .modalLens__lensContainer li {
    margin: 0;
  }
  .modalLens__lensColor:after {
    content: "";
    clear: both;
    display: block;
  }
  .modalLens__lensColor li {
    width: 50%;
    width: -webkit-calc(100% / 2);
    width: calc(100% / 2);
  }
  .modalLens__lensColor li label p {
    font-size: 0.75rem;
  }
  .modalLens__lensColor li label .checkboxView {
    top: 10px;
    left: 10px;
  }
  .modalLens__decideContainer span {
    font-size: 0.9rem;
    width: 252px;
    height: 52px;
    line-height: 52px;
    text-decoration: none;
    border-radius: 5px;
  }
}

.modalCase {
  display: none;
  font-family: 'axisstd_l';
  z-index: 9999999;
  position: fixed;
  min-width: 100%;
  min-height: 100%;
  height: 100vh;
  overflow: scroll;
  background-color: rgba(51, 62, 88, 0.97);
  top: 0;
}

.modalCase.scroll {
  -webkit-overflow-scrolling: touch;
}

.modalCase p, .modalCase span {
  color: #fff;
}

.modalCase__container {
  max-width: 820px;
  padding: 0 20px;
  margin: 120px auto;
}

.modalCase__detailContent {
  color: #fff;
  line-height: 1.4;
}

.modalCase__title {
  font-size: 1.2rem;
  margin-bottom: 25px;
  font-family: 'axisstd_B';
}

.modalCase__text {
  font-size: 0.9rem;
  margin-bottom: 25px;
}

.modalCase__list, .modalCase__list li {
  box-sizing: border-box;
  list-style-type: disc;
}

.modalCase__list {
  padding-left: 25px;
  font-size: 0.8rem;
  margin-bottom: 30px;
  line-height: 1.8;
}

.modalCase__closeBtn {
  position: absolute;
  right: 50px;
  top: 50px;
  cursor: pointer;
}

.modalCase__closeBtn span {
  color: #fff;
  font-size: 3rem;
}

.modalCase__subTitle {
  font-size: 18px;
  color: #fff;
}

.modalCase__caseColor {
  background-color: #fff;
}

.modalCase__caseColor:after {
  content: "";
  clear: both;
  display: block;
}

.modalCase__caseColor li {
  padding: 2px;
  text-align: center;
  width: -webkit-calc(100% / 2);
  width: calc(100% / 2);
  float: left;
  border-right: 1px solid #ececec;
  border-bottom: 1px solid #ececec;
  box-sizing: border-box;
}

.modalCase__caseColor li label {
  display: block;
  position: relative;
  cursor: pointer;
  border: 1px solid #fff;
  padding: 10px;
  color: #fff;
  font-weight: normal;
}

.modalCase__caseColor li input[type=checkbox] {
  filter: alpha(opacity= "1");
  opacity: 0.01;
  MozOpacity: 0.01;
  position: absolute;
  top: 0;
  left: 0;
}

.modalCase__caseColor li .checkboxView {
  position: absolute;
  display: block;
  float: left;
}

.modalCase__caseColor li .checkboxView.selected:after {
  opacity: 1;
  position: absolute;
  left: 6px;
  top: 0px;
  width: 8px;
  height: 16px;
  border-right: 2px solid #606b82;
  border-bottom: 2px solid #606b82;
  -webkit-transform: rotate(40deg);
  -ms-transform: rotate(40deg);
  transform: rotate(40deg);
}

.modalCase__caseColor li .checkboxView:before {
  content: '';
  border: 1px solid #ddd;
  background-color: #fff;
  width: 20px;
  height: 20px;
  margin-right: 10px;
  display: inline-block;
  vertical-align: top;
  border-radius: 4px;
  -webkit-transition: all 400ms cubic-bezier(1, 0, 0, 1);
  transition: all 400ms cubic-bezier(1, 0, 0, 1);
  -webkit-transition-timing-function: cubic-bezier(1, 0, 0, 1);
  transition-timing-function: cubic-bezier(1, 0, 0, 1);
}

.modalCase__caseColor li .checkboxView:after {
  content: '';
  opacity: 0;
  position: absolute;
  left: 6px;
  top: 0px;
  width: 8px;
  height: 16px;
  border-right: 2px solid #ddd;
  border-bottom: 2px solid #ddd;
  -webkit-transform: rotate(-200deg);
  -ms-transform: rotate(-200deg);
  transform: rotate(-200deg);
  -webkit-transition: all 200ms cubic-bezier(1, 0, 0, 1);
  transition: all 200ms cubic-bezier(1, 0, 0, 1);
  -webkit-transition-timing-function: cubic-bezier(1, 0, 0, 1);
  transition-timing-function: cubic-bezier(1, 0, 0, 1);
}

.modalCase__caseColor li label .title {
  display: block;
  margin-left: 24px;
  line-height: 24px;
  padding-left: 8px;
  font-family: jins_nextregular;
}

.modalCase__caseColor li label p.text {
  margin-top: 10px;
  margin-left: 32px;
  font-size: 16px;
}

.modalCase__caseColor li label {
  padding: 24% 5% 10% 5%;
  font-size: 0.9rem;
  color: #000;
  max-height: 150px;
}

.modalCase__caseColor li label p {
  margin-top: 20px;
  font-family: 'axisstd_m';
  color: #333e58;
}

.modalCase__caseColor li label:hover img {
  opacity: 0.6;
}

.modalCase__caseColor li label img {
  max-width: 100%;
}

.modalCase__caseColor li label .checkboxView {
  top: 5%;
  left: 5%;
}

.modalCase__caseColor li.active label {
  border: 1px solid #39445d;
}

.modalCase__decideContainer {
  background-color: #fff;
  padding: 20px 0;
  text-align: center;
}

.modalCase__decideContainer span {
  font-size: 0.9rem;
  width: 252px;
  height: 52px;
  line-height: 52px;
  text-decoration: none;
  border-radius: 5px;
}

.modalCase__decideContainer .disable {
  display: inline-block;
  background-color: #ccc;
  color: #eee !important;
}

.modalCase__decideContainer .available {
  display: none;
  background-color: #333e58;
  color: #fff !important;
}

.modalCase__lensTitle {
  float: left;
  width: 100%;
  box-sizing: border-box;
}

@media (min-width: 320px) and (max-width: 768px) {
  .modalCase__container {
    max-width: 820px;
    padding: 0 20px;
    margin: 60px auto;
  }
  .modalCase__closeBtn {
    position: absolute;
    left: 15px;
    top: 10px;
    cursor: pointer;
  }
  .modalCase__closeBtn span {
    color: #fff;
    font-size: 2rem;
  }
  .modalCase__stepOne h2 {
    overflow: hidden;
    text-align: center;
    color: #fff;
    margin: 3rem 0 1rem 0;
    font-size: 20px;
  }
  .modalCase__stepOne h2 span {
    position: relative;
    display: inline-block;
    margin: 0 2.5em;
    padding: 0 1em;
    text-align: left;
  }
  .modalCase__stepOne h2 span::before,
  .modalCase__stepOne h2 span::after {
    position: absolute;
    top: 50%;
    content: '';
    width: 400%;
    height: 1px;
    background-color: #ccc;
  }
  .modalCase__stepOne h2 span::before {
    right: 100%;
  }
  .modalCase__stepOne h2 span::after {
    left: 100%;
  }
  .modalCase__subTitle {
    text-align: center;
    font-size: 18px;
  }
  .modalCase__stepTwo h2 {
    overflow: hidden;
    text-align: center;
    color: #fff;
    margin: 3rem 0 1rem 0;
    font-size: 20px;
  }
  .modalCase__stepTwo h2 span {
    position: relative;
    display: inline-block;
    margin: 0 2.5em;
    padding: 0 1em;
    text-align: left;
  }
  .modalCase__stepTwo h2 span::before,
  .modalCase__stepTwo h2 span::after {
    position: absolute;
    top: 50%;
    content: '';
    width: 400%;
    height: 1px;
    background-color: #ccc;
  }
  .modalCase__stepTwo h2 span::before {
    right: 100%;
  }
  .modalCase__stepTwo h2 span::after {
    left: 100%;
  }
  .modalCase__per {
    margin-top: 30px;
    text-align: right;
  }
  .modalCase__per:after {
    content: "";
    clear: both;
    display: block;
  }
  .modalCase__per li {
    text-align: left;
    display: inline-block;
    width: 48%;
    float: left;
    box-sizing: border-box;
  }
  .modalCase__per li.left {
    float: left;
  }
  .modalCase__per li.right {
    float: right;
  }
  .modalCase__lens li {
    margin: 20px 0;
  }
  .modalCase__lens li label {
    display: block;
    position: relative;
    cursor: pointer;
    border: 1px solid #fff;
    padding: 10px;
    color: #fff;
    font-weight: normal;
  }
  .modalCase__lens li input[type=checkbox] {
    filter: alpha(opacity= "1");
    opacity: 0.01;
    MozOpacity: 0.01;
    position: absolute;
    top: 0;
    left: 0;
  }
  .modalCase__lens li .checkboxView {
    position: absolute;
    display: block;
    float: left;
  }
  .modalCase__lens li .checkboxView.selected:after {
    opacity: 1;
    position: absolute;
    left: 6px;
    top: 0px;
    width: 8px;
    height: 16px;
    border-right: 2px solid #606b82;
    border-bottom: 2px solid #606b82;
    -webkit-transform: rotate(40deg);
    -ms-transform: rotate(40deg);
    transform: rotate(40deg);
  }
  .modalCase__lens li .checkboxView:before {
    content: '';
    border: 1px solid #ddd;
    background-color: #fff;
    width: 20px;
    height: 20px;
    margin-right: 10px;
    display: inline-block;
    vertical-align: top;
    border-radius: 4px;
    -webkit-transition: all 400ms cubic-bezier(1, 0, 0, 1);
    transition: all 400ms cubic-bezier(1, 0, 0, 1);
    -webkit-transition-timing-function: cubic-bezier(1, 0, 0, 1);
    transition-timing-function: cubic-bezier(1, 0, 0, 1);
  }
  .modalCase__lens li .checkboxView:after {
    content: '';
    opacity: 0;
    position: absolute;
    left: 6px;
    top: 0px;
    width: 8px;
    height: 16px;
    border-right: 2px solid #ddd;
    border-bottom: 2px solid #ddd;
    -webkit-transform: rotate(-200deg);
    -ms-transform: rotate(-200deg);
    transform: rotate(-200deg);
    -webkit-transition: all 200ms cubic-bezier(1, 0, 0, 1);
    transition: all 200ms cubic-bezier(1, 0, 0, 1);
    -webkit-transition-timing-function: cubic-bezier(1, 0, 0, 1);
    transition-timing-function: cubic-bezier(1, 0, 0, 1);
  }
  .modalCase__lens li label .title {
    display: block;
    margin-left: 24px;
    line-height: 24px;
    padding-left: 8px;
    font-family: jins_nextregular;
  }
  .modalCase__lens li label p.text {
    margin-top: 10px;
    margin-left: 32px;
    font-size: 16px;
  }
  .modalCase__lens li .text {
    font-size: 0.8rem;
    line-height: 1.4;
  }
  .modalCase__lens li label {
    padding: 20px;
  }
  .modalCase__lens li p.price {
    position: absolute;
    right: 15px;
    top: 23px;
    font-size: 0.9rem;
    font-weight: bold;
  }
  .modalCase__lensContainer h3 {
    background-color: #ececec;
    padding: 15px;
  }
  .modalCase__lensContainer li {
    margin: 0;
  }
  .modalCase__lensColor:after {
    content: "";
    clear: both;
    display: block;
  }
  .modalCase__lensColor li {
    width: -webkit-calc(100% / 2);
    width: calc(100% / 2);
  }
  .modalCase__decideContainer span {
    font-size: 0.9rem;
    width: 252px;
    height: 52px;
    line-height: 52px;
    text-decoration: none;
    border-radius: 5px;
  }
}

.myContents {
  margin: 2% 0 4%;
  font-family: 'axisstd_l';
  font-size: 16px;
  /*    */
}

@media (min-width: 320px) and (max-width: 768px) {
  .myContents {
    margin-bottom: 12%;
  }
}

.myContents .myFrame01 {
  margin: 4% 0;
  padding: 0 8%;
}

@media (min-width: 320px) and (max-width: 768px) {
  .myContents .myFrame01 {
    margin: 8% 0;
    padding: 0 6%;
  }
  .myContents .myFrame01_spNoen {
    padding: 0;
  }
}

.myContents .myBtn01 {
  background-color: #333e58;
  color: #fff;
  display: inline-block;
  line-height: 3.79rem;
  height: 3.79rem;
  width: 100%;
  text-decoration: none;
  border-radius: 5px;
  font-size: 87.5%;
  box-sizing: border-box;
  text-align: center;
}

@media (min-width: 320px) and (max-width: 768px) {
  .myContents .myBtn01 {
    line-height: 3.2rem;
    height: 3.2rem;
  }
}

.myContents .myBtn01:hover {
  background-color: rgba(51, 62, 88, 0.9);
}

.myContents .myBtn01_arrowR {
  position: relative;
}

.myContents .myBtn01_arrowR:after {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  margin: auto;
  display: block;
  content: "";
  background: url(../../images/cart_index/arrowR.png) no-repeat top left;
  background-size: 100% auto;
  width: 8px;
  height: 12px;
}

.myContents .myBtn02 {
  display: inline-block;
  background: #f1f1f1;
  border: 1px solid #dddddd;
  color: #333e58;
  padding: 3px 6px;
  border-radius: 3px;
  font-size: 62.5%;
  line-height: 1;
  text-decoration: none;
  -webkit-transition: .3s ease-out;
  transition: .3s ease-out;
  cursor: pointer;
}

@media (min-width: 320px) and (max-width: 768px) {
  .myContents .myBtn02 {
    background: #fff;
    font-family: axisstd_b;
    padding: 6px;
  }
}

.myContents .myBtn02_edit:before {
  display: inline-block;
  content: "";
  background: url(../../images/cart_index/iconEdit.png) no-repeat top left;
  background-size: 100% auto;
  width: 10px;
  height: 10px;
  margin-right: 3px;
}

@media (min-width: 320px) and (max-width: 768px) {
  .myContents .myBtn02_edit:before {
    display: none;
  }
}

.myContents .myBtn02:hover {
  background-color: #dddddd;
}

.myContents .myLink01 {
  text-decoration: none;
  color: #333e58;
  font-size: 87.5%;
}

.myContents .myLink01:hover {
  text-decoration: underline;
}

.myContents .myLink01_arrowL {
  position: relative;
  padding-left: 22px;
}

.myContents .myLink01_arrowL:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 4px;
  margin: auto;
  content: "";
  background: url(../../images/cart_index/arrowL_blue.png) no-repeat center center;
  background-size: 100% auto;
  width: 6px;
  height: 9px;
}

.myContents .alert__text {
  padding: 35px;
  border: 1px solid #cf3052;
  color: #cf3052;
  font-size: 87.5%;
  line-height: 1.5;
}

@media (min-width: 320px) and (max-width: 768px) {
  .myContents .alert__text {
    padding: 15px;
  }
}

.myContents .pageTitle__title {
  font-family: 'axisstd_b';
  font-size: 175%;
  color: #333e58;
}

@media (min-width: 320px) and (max-width: 768px) {
  .myContents .pageTitle__title {
    font-size: 125%;
  }
}

.myContents .cartList__head {
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  font-size: 75%;
  color: #909090;
  padding-bottom: 15px;
  border-bottom: 1px solid #dddddd;
}

.myContents .cartList__head_item {
  width: 58.099%;
}

.myContents .cartList__head_price {
  width: 13.099%;
  text-align: center;
}

.myContents .cartList__head_quantity {
  width: 10.704%;
  text-align: center;
}

.myContents .cartList__head_subtotal {
  width: 14.507%;
  text-align: center;
}

.myContents .cartList__head_delete {
  width: 3.592%;
}

@media (min-width: 320px) and (max-width: 768px) {
  .myContents .cartList__head {
    display: none;
  }
}

@media (min-width: 320px) and (max-width: 768px) {
  .myContents .cartList__body {
    border-top: 1px solid #dddddd;
  }
}

.myContents .cartList__body .block {
  /*
                position: relative;
                -js-display: flex;
                display: flex;
                display: -webkit-flex;
                display: -moz-flex;
                display: -ms-flex;
                display: -o-flex;
                flex-wrap: nowrap;
                */
  display: table;
  position: relative;
  padding: 43px 0 30px;
  border-bottom: 1px solid #dddddd;
}

.myContents .cartList__body .block:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

@media (min-width: 320px) and (max-width: 768px) {
  .myContents .cartList__body .block {
    position: relative;
    padding: 20px 6%;
    display: block;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
}

.myContents .cartList__body .block .discount {
  position: absolute;
  right: 3.592%;
  bottom: 40px;
  color: #e1002b;
  font-size: 75%;
}

@media (min-width: 320px) and (max-width: 768px) {
  .myContents .cartList__body .block .discount {
    position: static;
    margin-top: 15px;
  }
}

.myContents .cartList__body .block .discount .label {
  font-family: axisstd_b;
  margin-right: 1rem;
}

.myContents .cartList__body .block .discount .sale .num {
  font-family: axisstd_b;
  font-size: 100%;
}

.myContents .cartList__body .block_summary {
  display: table-cell;
  width: 58.099%;
}

@media (min-width: 320px) and (max-width: 768px) {
  .myContents .cartList__body .block_summary {
    display: block;
    width: 100%;
  }
}

.myContents .cartList__body .block_summary_inner {
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

@media (min-width: 320px) and (max-width: 768px) {
  .myContents .cartList__body .block_summary_inner {
    display: block;
  }
}

.myContents .cartList__body .block_summary_inner .block_item {
  width: 60.848%;
}

@media (min-width: 320px) and (max-width: 768px) {
  .myContents .cartList__body .block_summary_inner .block_item {
    width: 100%;
  }
}

.myContents .cartList__body .block_summary_inner .block_select {
  width: 39.152%;
}

@media (min-width: 320px) and (max-width: 768px) {
  .myContents .cartList__body .block_summary_inner .block_select {
    width: 100%;
  }
}

.myContents .cartList__body .block_order {
  display: table-cell;
  vertical-align: top;
  width: 41.901%;
}

@media (min-width: 320px) and (max-width: 768px) {
  .myContents .cartList__body .block_order {
    display: block;
    width: 100%;
    box-sizing: border-box;
    background: #f6f6f6;
    padding: 10px 0;
    line-height: 1.7;
  }
}

.myContents .cartList__body .block_order_inner {
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (min-width: 320px) and (max-width: 768px) {
  .myContents .cartList__body .block_order_inner {
    -webkit-align-items: stretch;
    /* Safari */
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
}

.myContents .cartList__body .block_order_inner .block_price {
  width: 31.263%;
  text-align: center;
}

@media (min-width: 320px) and (max-width: 768px) {
  .myContents .cartList__body .block_order_inner .block_price {
    width: 33.3%;
  }
}

.myContents .cartList__body .block_order_inner .block_quantity {
  width: 25.545%;
  text-align: center;
}

@media (min-width: 320px) and (max-width: 768px) {
  .myContents .cartList__body .block_order_inner .block_quantity {
    width: 33.3%;
  }
}

.myContents .cartList__body .block_order_inner .block_subtotal {
  width: 34.620%;
  text-align: center;
}

@media (min-width: 320px) and (max-width: 768px) {
  .myContents .cartList__body .block_order_inner .block_subtotal {
    width: 33.3%;
  }
}

.myContents .cartList__body .block_order_inner .block_delete {
  width: 8.571%;
  text-align: center;
}

@media (min-width: 320px) and (max-width: 768px) {
  .myContents .cartList__body .block_order_inner .block_delete {
    width: 0;
    position: absolute;
    top: 2px;
    right: 16%;
  }
}

.myContents .cartList__body .block_item {
  font-size: 87.5%;
  color: #333;
  font-family: axisstd_b;
}

.myContents .cartList__body .block_item .itemName {
  line-height: 1.6;
  display: table;
  width: 100%;
}

.myContents .cartList__body .block_item .itemName .image {
  display: table-cell;
  vertical-align: top;
  width: 37.450%;
}

@media (min-width: 320px) and (max-width: 768px) {
  .myContents .cartList__body .block_item .itemName .image {
    width: 24.478%;
  }
}

.myContents .cartList__body .block_item .itemName .image img {
  max-width: 100%;
}

.myContents .cartList__body .block_item .itemName .name {
  display: table-cell;
  vertical-align: top;
  padding-left: 20px;
}

@media (min-width: 320px) and (max-width: 768px) {
  .myContents .cartList__body .block_item .itemName .name {
    padding-left: 15px;
    padding-right: 38px;
    line-height: 1.2;
  }
}

.myContents .cartList__body .block_select .itemSelect {
  line-height: 1.6;
  font-size: 75%;
  color: #333;
}

.myContents .cartList__body .block_select .itemSelect li {
  margin-bottom: 12px;
}

.myContents .cartList__body .block_select .itemSelect li:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

@media (min-width: 320px) and (max-width: 768px) {
  .myContents .cartList__body .block_select .itemSelect li {
    padding: 10px 0;
    margin-bottom: 0;
    border-bottom: 1px solid #efefef;
  }
  .myContents .cartList__body .block_select .itemSelect li:last-child {
    border-bottom: none;
  }
}

.myContents .cartList__body .block_select .itemSelect .label {
  float: left;
  font-family: axisstd_b;
}

.myContents .cartList__body .block_select .itemSelect .select {
  margin-left: 4.5em;
  color: #333e58;
}

.myContents .cartList__body .block_select .itemSelect .select .txt {
  margin-right: 6px;
}

@media (min-width: 320px) and (max-width: 768px) {
  .myContents .cartList__body .block_select .itemSelect .select .editBtn {
    float: right;
  }
}

.myContents .cartList__body .block_price {
  font-size: 75%;
  color: #333;
}

@media (min-width: 320px) and (max-width: 768px) {
  .myContents .cartList__body .block_price {
    text-align: center;
    font-size: 62.5%;
  }
  .myContents .cartList__body .block_price:before {
    content: "単価";
    display: block;
    font-size: 56.25%;
    margin-bottom: 9px;
    font-family: axisstd_l;
  }
}

.myContents .cartList__body .block_price .tax {
  display: none;
  font-size: 56.25%;
}

@media (min-width: 320px) and (max-width: 768px) {
  .myContents .cartList__body .block_price .tax {
    display: inline;
  }
}

.myContents .cartList__body .block_price .taxincluded {
  display: none;
}

@media (min-width: 320px) and (max-width: 768px) {
  .myContents .cartList__body .block_price .taxincluded {
    display: block;
  }
}

@media (min-width: 320px) and (max-width: 768px) {
  .myContents .cartList__body .block_quantity {
    border-left: 1px solid #efefef;
    border-right: 1px solid #efefef;
    font-size: 62.5%;
  }
  .myContents .cartList__body .block_quantity:before {
    content: "数量";
    display: block;
    font-size: 56.25%;
    margin-bottom: 13px;
    font-family: axisstd_l;
  }
}

.myContents .cartList__body .block_subtotal {
  font-size: 75%;
  color: #333;
  font-family: axisstd_b;
}

@media (min-width: 320px) and (max-width: 768px) {
  .myContents .cartList__body .block_subtotal {
    text-align: center;
    font-size: 62.5%;
  }
  .myContents .cartList__body .block_subtotal:before {
    content: "小計";
    display: block;
    font-size: 56.25%;
    margin-bottom: 9px;
    font-family: axisstd_l;
  }
}

.myContents .cartList__body .block_subtotal .tax {
  display: none;
  font-size: 56.25%;
}

@media (min-width: 320px) and (max-width: 768px) {
  .myContents .cartList__body .block_subtotal .tax {
    display: inline;
  }
}

@media (min-width: 320px) and (max-width: 768px) {
  .myContents .cartList__body .block_subtotal .taxincluded {
    display: block;
  }
}

.myContents .cartList__body .block .deleteBtn {
  display: block;
  background: url(../../images/cart_index/iconDelete.png) no-repeat center center;
  background-size: 16px 16px;
  width: 50px;
  height: 50px;
  cursor: pointer;
}

.myContents .cartList__foot {
  margin-top: 20px;
}

.myContents .cartList__foot:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

@media (min-width: 320px) and (max-width: 768px) {
  .myContents .cartList__foot {
    margin-top: 10px;
  }
}

.myContents .cartList__foot_back {
  float: left;
}

@media (min-width: 320px) and (max-width: 768px) {
  .myContents .cartList__foot_back {
    display: none;
  }
}

.myContents .cartList__foot_total {
  float: right;
  width: 340px;
}

@media (min-width: 320px) and (max-width: 768px) {
  .myContents .cartList__foot_total {
    float: none;
    width: 100%;
  }
}

.myContents .cartList__foot_total .subtotal {
  margin-bottom: 15px;
  border-bottom: 1px solid #dddddd;
}

@media (min-width: 320px) and (max-width: 768px) {
  .myContents .cartList__foot_total .subtotal {
    padding: 5px 6%;
  }
}

.myContents .cartList__foot_total .subtotal table {
  width: 100%;
}

.myContents .cartList__foot_total .subtotal th,
.myContents .cartList__foot_total .subtotal td {
  padding-bottom: 15px;
}

.myContents .cartList__foot_total .subtotal th {
  color: #555555;
  font-family: axisstd_r;
  font-size: 87.5%;
}

@media (min-width: 320px) and (max-width: 768px) {
  .myContents .cartList__foot_total .subtotal th {
    font-size: 75%;
    text-align: left;
  }
}

.myContents .cartList__foot_total .subtotal td {
  font-size: 100%;
  font-family: axisstd_b;
  text-align: right;
  color: #333e58;
  letter-spacing: 0;
}

@media (min-width: 320px) and (max-width: 768px) {
  .myContents .cartList__foot_total .subtotal td {
    font-size: 75%;
  }
}

.myContents .cartList__foot_total .subtotal .discount_price {
  padding-right: 0.7em;
}

.myContents .cartList__foot_total .price {
  margin-bottom: 18px;
  text-align: right;
}

@media (min-width: 320px) and (max-width: 768px) {
  .myContents .cartList__foot_total .price {
    padding-left: 6%;
    padding-right: 6%;
  }
  .myContents .cartList__foot_total .price:after {
    content: ".";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
  }
}

.myContents .cartList__foot_total .price table {
  width: 100%;
}

.myContents .cartList__foot_total .price table th {
  text-align: left;
}

.myContents .cartList__foot_total .price table td {
  text-align: right;
  letter-spacing: 0;
}

.myContents .cartList__foot_total .price .total {
  color: #555555;
  font-size: 112.5%;
}

@media (min-width: 320px) and (max-width: 768px) {
  .myContents .cartList__foot_total .price .total {
    float: left;
    font-size: 100%;
  }
}

.myContents .cartList__foot_total .price .yen,
.myContents .cartList__foot_total .price .taxincluded {
  display: inline-block;
  color: #3a4763;
  font-family: axisstd_b;
  font-size: 125%;
}

@media (min-width: 320px) and (max-width: 768px) {
  .myContents .cartList__foot_total .price .yen,
  .myContents .cartList__foot_total .price .taxincluded {
    font-size: 112.5%;
  }
}

@media (min-width: 320px) and (max-width: 768px) {
  .myContents .cartList__foot_total .cartBtn {
    padding-left: 6%;
    padding-right: 6%;
  }
}

.myContents .countBtn {
  margin: auto;
  text-align: center;
  background-color: #fff;
  width: 100px;
  border: 1px solid #dddddd;
  border-radius: 5px;
  font-family: 'axisstd_r';
  font-size: 81.25%;
}

@media (min-width: 320px) and (max-width: 768px) {
  .myContents .countBtn {
    width: 77px;
  }
}

.myContents .countBtn input,
.myContents .countBtn button {
  display: inline-block;
  text-align: center;
  height: 40px;
  border: none;
  background-color: #fff;
  padding: 0;
  outline: 0;
  vertical-align: bottom;
}

@media (min-width: 320px) and (max-width: 768px) {
  .myContents .countBtn input,
  .myContents .countBtn button {
    height: 25px;
  }
}

.myContents .countBtn_minus, .myContents .countBtn_plus {
  width: 15px;
  color: #333e58;
  font-weight: bold;
}

.myContents .countBtn_result {
  width: 45px;
  border-left: 1px solid #dddddd !important;
  border-right: 1px solid #dddddd !important;
}

@media (min-width: 320px) and (max-width: 768px) {
  .myContents .countBtn_result {
    width: 25px;
  }
}

.myContents .select__lens, .myContents .select__case {
  position: relative;
  cursor: pointer;
  padding: 16px 10px 16px 50px;
  border: 1px solid #d8d8d8;
  border-radius: 3px;
  line-height: 1;
  background-color: #fff;
}

.myContents .select__lens:after, .myContents .select__case:after {
  content: url(../../images/cart_index/sankaku.png);
  position: absolute;
  right: 15px;
}

.myContents .select__lens.caution, .myContents .select__case.caution {
  border: 1px solid #d9a3ae;
}

.myContents .select__lens.caution:before, .myContents .select__case.caution:before {
  content: "必須";
  color: #fff;
  background-color: #cf3052;
  padding: 2px 2px;
  font-size: 62.5%;
  position: absolute;
  left: 15px;
  height: 13px;
  line-height: 13px;
  top: 14px;
}

.myContents .select__lens span, .myContents .select__case span {
  display: inline;
}

.myContents .cartInfo {
  font-size: 87.5%;
  color: #777777;
  font-weight: normal;
  font-family: axisstd_l;
  line-height: 1.7;
}

@media (min-width: 320px) and (max-width: 768px) {
  .myContents .cartInfo {
    font-size: 75%;
  }
}

.myContents .cartInfo li {
  text-indent: -1em;
  margin: 0 0 0.5em 1em;
}