@charset "UTF-8";

@media only screen and (min-width: 768px) {
  .container > .row > .col-lg-3 {
    width: 24%;
  }
  .container > .row > .col-lg-9 {
    width: 75%;
    margin-left: 10px;
  }
}


.mypage-bordered {
  border: 3px solid #e7e4d9;
  background-color: #fff;
  border-radius: 4px;
}

.mypage-bordered.border-green {
  border-color: #ade0ba;
}
.mypage-bordered.border-regular {
  border-color: #c1bdb6;
}

.mypage-bordered.border-gold {
  border-color: #f0e19a;
}


.mypage-rank-underline {
  position: relative;
}

.mypage-rank-underline:after {
  content: "";
  position: absolute;
  top: 90px;
  display: block;
  width: 100%;
  height: 1px;
  background-color: #443829;
  z-index: -1;
}
.mypage-rank-underline h4.h1 {
  display: inline-block;
}
.mypage-rank-underline img {
  width: 84px;
}
@media only screen and (min-width: 768px) {
  .mypage-rank-underline img {
    margin-bottom: -10px;
  }
}
@media only screen and (max-width: 767px) {
  .mypage-rank-underline:after {
    top: inherit;
    bottom: 0;
  }
  .mypage-rank-underline img {
    width: 42px;
  }
  .mypage-rank-underline h4.h1 {
    font-size: 21px;
  }
  .mypage-rank-underline .pull-right {
    position: absolute;
    right: 0;
    bottom: 7px;
  }
  .mypage-rank-underline .pull-right .btn {
    padding: 4px 6px;
  }
}

.row.flex-box .bg-light-gray {
  height: 100%;
}
@media only screen and (max-width: 767px) {
  .row.flex-box {
    flex-wrap: wrap;
  }
}

.mypage-ribbon {
  position: absolute;
  top: -25px;
  left: 0;
  width: 100%;
  height: 40px;
  background-image: url("../img/mypage/ribbon.svg");
  /*background-size: contain;*/
  background-position: center;
  background-repeat: no-repeat;
  text-align: center;
  font-weight: bold;
  padding-top: 5px;
  background-size: 226px 40px;
}
@media only screen and (max-width: 767px) {
  .mypage-ribbon {
    height: 30px;
    padding-top: 5px;
    background-size: 170px 30px;
  }
}


.mypage-list-bordered > li {
  border-bottom: 1px dotted #e7e4d9;
}

.mypage-list-bordered > li > a {
  font-size: 16px;
  display: block;
  padding: 15px 0 15px 15px;
  border-radius: 6px;
}
@media only screen and (max-width: 767px) {
  .mypage-list-bordered > li > a {
    font-size: 14px;
  }
}

.mypage-list-bordered > li > a:hover, .mypage-list-bordered > li > a:focus {
  text-decoration: none;
  background-color: #f7f6f3;
}


.c-green-balloon {
  background-color: #e6faeb;
  text-align: center;
  padding: 10px;
  border-radius: 45px;
  position: relative;
  margin-bottom: 25px;
}

.c-green-balloon:after {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(230, 250, 235, 0);
  border-top-color: #44382b;
  border-width: 15px;
  margin-left: -15px;
}
.c-balloon {
  background-color: #fff;
  text-align: center;
  padding: 10px;
  border: 1px solid #44382b;
  border-radius: 45px;
  position: relative;
  margin-bottom: 25px;
}
.c-balloon:before {
  bottom: -30px;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: transparent;
  border-top-color: #44382b;
  border-width: 15px;
  margin-left: -15px;
}
.c-balloon:after {
  bottom: -29px;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: transparent;
  border-top-color: #fff;
  border-width: 15px;
  margin-left: -15px;
}

.row.slim-padding {
  display: flex;
  flex-wrap: wrap;
}
.row.slim-padding > * {
  padding-left: 5px;
  padding-right: 5px;
}
.row.slim-padding > * > * {
  position: relative;
  height: 100%;
  min-height: 94px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.row.slim-padding + h6 + .row.slim-padding,
.mypage-bordered.disabled {
  opacity: 0.3;
}
.mypage-slim-mintext-pt4 {
  padding-top: 4px;
}
@media all and (-ms-high-contrast:none){
  .mypage-slim-mintext-pt4 {
  padding-top: 2px;
}
.mypage-slim-text1line {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 100%;
}
}
@supports (-ms-ime-align: auto) {
  .mypage-slim-mintext-pt4 {
  padding-top: 2px;
}
}
@-moz-document url-prefix() {
  .mypage-slim-mintext-pt4 {
  padding-top: 2px;
}
}
@media only screen and (max-width: 767px) {
  .row.slim-padding h2, .row.slim-padding .h2 {
    font-size: 18px;
  }
  .row.slim-padding h3, .row.slim-padding .h3 {
    font-size: 15px;
  }
  .row.slim-padding > * > * {
    min-height: 71px;
  }
  .mypage-slim-mintext-pt4 {
  padding-top: 0px;
}
}


.mypage-bg-gradient-gold {
  background: #ffffff;
  /* Old browsers */
  background: -moz-linear-gradient(-65deg, #ffffff 0%, #ffffff 50%, #fffedf 51%, #fffedf 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(-65deg, #ffffff 0%, #ffffff 50%, #fffedf 51%, #fffedf 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(115deg, #ffffff 0%, #ffffff 50%, #fffedf 51%, #fffedf 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#fffedf',GradientType=1 );
  /* IE6-9 fallback on horizontal gradient */
}


.mypage-list-group {
  margin-bottom: 30px;
  border-color: #443829;
  font-size: 16px;
}

.mypage-list-group .list-group-item {
  background-color: #f7f6f3;
  border-width: 0;
  border-top-width: 1px;
  border-color: #ebe6e1;
  padding: 13px 15px;
	text-decoration: none;
}
@media only screen and (max-width: 767px) {
  .mypage-list-group .list-group-item {
    padding: 10px;
    font-size: 14px;
    border-radius: 0;
  }
}

.mypage-list-group .list-group-item.current {
  font-weight: bold;
}
@media only screen and (max-width: 767px) {
  .mypage-list-group .list-group-item.current {
    background-color: #f9f4e1;
  }
}

.mypage-list-group .list-group-item.active {
  padding-top: 9px;
  padding-bottom: 9px;
  border-color: #443829;
  background-color: #443829;
  font-size: 18px;
}

.mypage-list-group a:hover {
  /* background-color: #443829;
  color: #fff;
  opacity: .8; */
}

.mypage-list-group .list-group-item:hover.active {
  background-color: #443829;
  border-color: #443829;
}

@media only screen and (max-width: 767px) {
  .side-nav,
  .mypage-panel-group .panel {
    border-radius: 0;
    border: 0;
    font-size: 12px;
    box-shadow: none;
    padding: 0;
  }
  .side-nav {
    margin-top: 1px;
  }
  .mypage-list-group {
    margin-bottom: 1px;
  }
  .side-nav .mypage-list-group {
    max-height: 41px;
    overflow: hidden;
    transition: .5s;
  }
  .side-nav .mypage-list-group.collapsed {
    max-height: 50vh;
  }
  .item-list-container .col-sm-push-3 > .btn-area.hidden-xs {
    display: block !important;
    margin-top: 40px;
    margin-left: -10px;
    margin-right: -10px;
  }
  
  .item-list-container .col-sm-push-3 > .btn-area.hidden-xs,
  .mypage-panel-group .panel-heading {
    padding: 0;
    border-color: #443829;
    background-color: #443829;
    color: #fff;
    border-radius: 0;
    border-top: 1px solid #fff;
  }
  .item-list-container .col-sm-push-3 > .btn-area.hidden-xs a,
  .side-nav .mypage-list-group .list-group-item.active,
  .side-nav .btn.btn-rectangle,
  .mypage-panel-group .panel-heading a {
    position: relative;
    width: auto;
    padding: 11px 15px;
	  text-decoration: none;
  }
  .item-list-container .col-sm-push-3 > .btn-area.hidden-xs a {
    display: block;
    border: none;
    background: none;
    color: inherit;
    font-weight: normal;
  }
  .item-list-container .col-sm-push-3 > .btn-area.hidden-xs a:before {
    content: "\e90c";
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  
  .mypage-panel-group .panel-heading a:hover,
  .mypage-panel-group .panel-heading a:focus {
    color: #f7f6f3;
    text-decoration: none;
  }
  .side-nav .mypage-list-group .list-group-item.active {
    font-size: 13px;
    text-align: center;
  }
  
  .side-nav .mypage-list-group .list-group-item.active:after,
  .mypage-panel-group .panel-heading a[data-toggle="collapse"]:after {
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    position: absolute;
    top: 50%;
    right: 25px;
    margin-top: -5px;
    background: url(../../../img/usr/originalpage/common/nav-ic-minus-white.svg) no-repeat center;
    background-size: contain;
    font-size: 1.2em;
    line-height: 1.2;
  }
  
  .side-nav .mypage-list-group .list-group-item.active:after,
  .mypage-panel-group .panel-heading a[data-toggle="collapse"].collapsed:after {
    background-image: url(../../../img/usr/originalpage/common/nav-ic-plus-white.svg);
  }
  .side-nav .mypage-list-group.collapsed .list-group-item.active:after {
    background-image: url(../../../img/usr/originalpage/common/nav-ic-minus-white.svg);
  }
  .item-list-container .col-sm-push-3 > .btn-area.hidden-xs a:before,
  .side-nav .btn.btn-rectangle [class^="icon-"],
  .mypage-panel-group .panel-heading a [class^="icon-"],
  .mypage-panel-group .panel-heading a [class*=" icon-"] {
    position: absolute;
    top: 50%;
    left: 25px;
    margin-top: -7px;
  }
  
  .mypage-panel-group .panel-title {
    font-size: 13px;
    padding: 0;
  }
  .side-nav .btn.btn-rectangle {
    display: block;
    border-radius: 0;
    background-color: #443829;
  }
}

td.rating span {
  display: inline-block;
  font-size: 14px;
  margin-left: 10px;
}
.layout_review .dtreviewed,
.layout_review .rating {
  display: none;
}
.layout_review .reviewer {
  display: block;
  font-style: normal;
}
.layout_review .summary {
  margin-top: 1.5rem;
  
}
.layout_review {
  word-break: break-all;
}

.coupon-container .coupon-wrap {
  overflow: hidden;
  position: relative;
}

.coupon-container .coupon-wrap + .coupon-wrap {
  margin-top: 20px;
}

.coupon-container .coupon-wrap .ribbon {
  position: absolute;
  padding: 8px;
  width: 200px;
  left: -60px;
  top: 22px;
  z-index: 1;
  background-color: #fe0000;
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  text-align: center;
  float: left;
  transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}
@media only screen and (max-width: 767px) {
  .coupon-container .coupon-wrap .ribbon {
    font-size: 10px;
    padding: 5px;
    left: -70px;
    top: 17px;
    letter-spacing: -.05;
  }
}

.coupon-container .coupon-wrap .title-wrap {
  position: relative;
  background: #fff url(../../../img/usr/originalpage/mypage/coupon-title-bg.png) left 30px top 20px repeat-y;
  padding: 30px 30px 30px 70px;
  border-radius: 6px;
  font-weight: bold;
}
@media only screen and (max-width: 767px) {
  .coupon-container .coupon-wrap .title-wrap {
    background: #fff url(../../../img/usr/originalpage/mypage/coupon-title-bg.png) left 15px top 20px repeat-y;
    background-size: 7px;
    padding: 15px 15px 15px 37px;
  }
}

.coupon-container .coupon-wrap .title-wrap .coupon-title {
  margin: 0;
  font-weight: bold;
  line-height: 1.5em;
  padding-right: 170px;
}
@media only screen and (max-width: 767px) {
  .coupon-container .coupon-wrap .title-wrap .coupon-title {
    padding-right: 60px;
  }
}

.coupon-container .coupon-wrap .title-wrap .coupon-img {
  position: absolute;
  right: -10px;
  top: -10px;
  width: 160px;
  height: 160px;
}
@media only screen and (max-width: 767px) {
  .coupon-container .coupon-wrap .title-wrap .coupon-img {
    width: 80px;
    height: 80px;
    right: -8px;
    top: -8px;
  }
}

.coupon-container .coupon-wrap dt {
  border-bottom: 1px solid #443829;
}

.coupon-container .coupon-wrap ul {
  display: flex;
  flex-wrap: wrap;
}

.coupon-container .coupon-wrap li {
  padding: 5px 0 5px 12px;
}
@media only screen and (max-width: 767px) {
  .coupon-container .coupon-wrap li {
    font-size: 10px;
    padding: 1px 0 1px 17px;
    text-indent: -1em;
  }
}

.coupon-container .coupon-wrap li:before {
  content: "●";
  font-size: 12px;
  margin-right: 3px;
}
@media only screen and (max-width: 767px) {
  .coupon-container .coupon-wrap li:before {
    font-size: 10px;
  }
}


.unsubscribe-area {
  padding-top: 80px;
  border-top: 1px solid #e7e4d9;
}
@media only screen and (max-width: 767px) {
  .unsubscribe-area {
    padding-top: 30px!important;
  }
}


.mypage-news-list-wrap hr {
  border-top: 1px;
  border-color: #bfb5ac;
  border-style: dotted;
}

.btn > .accessory.icon-cart {
  top: calc(50% - 16px);
}
.btn > .accessory.icon-cart:before {
  content: "" !important;
  display: block;
  width: 32px;
  height: 32px;
  background: url(../../../img/usr/originalpage/common/btn-ic-cart.svg) no-repeat center;
  background-size: contain;
}
@media only screen and (max-width: 767px) {
  .btn > .accessory.icon-cart {
    top: calc(50% - 8px);
    left: 20px;
  }
  .btn > .accessory.icon-cart:before {
    width: 16px;
    height: 16px;
  }
}

@media print {
  
  header .g-nav,
  header .login-bar,
  header .sub-nav,
  .search-bar,
  .breadcrumb-area,
  .page-title .container > .btn.icon-user,
  .col-lg-3.hidden-xs,
  .col-lg-3.hidden-xs + .col-lg-9 .pb-5 > p:not(.size16):not(.text-right-lg),
  h6:not(.h4),
  .list-unstyled,
  .row.mt-5.hidden-xs,
  .hidden-xs.mb-7,
  h2 + h6 + table tr td:last-child,
  .row.mt-4,
  .col-lg-offset-3,
  .btn-area,
  .guide-sec,
  footer,
  #pagetop,
  #page-top {
    display: none !important;
  }
  
  .header-id {
    position: static !important;
    top: 0 !important;
    left: 0 !important;
    margin: 0 0 -60px -20px !important;
    text-align: left !important;
  }
  .header-id img {
    width: auto !important;
    height: 70px;
  }
  .container {
    width: 100%;
  }
  .page-title,
  .container.py-5,
  .section-title {
    padding: 0 !important;
  }
  .row,
  .section-title {
    margin-left: 0;
    margin-right: 0;
  }
  .col-lg-3.hidden-xs + .col-lg-9 {
    width: 100%;
  }
  .border-lg-right {
    border-right: 1px solid #e7e4d9;
  }
  h2 + h6 + table tr td:nth-child(4) {
    border-right: none;
  }
  .visible-xs {
    display: none !important;
  }
  
}

dl.indent {
  display: flex;
  flex-wrap: wrap;
}
dl.indent dt,
dl.indent dd {
  line-height: 1.8;
}
dl.indent dt {
  width: 7em;
  float: left;
}
dl.indent dd {
  width: calc(100% - 7em);
}
.overwrite-mypage-order-dd-height {
  min-height: 42px;
}
@media only screen and (max-width: 767px) {
.overwrite-mypage-order-dd-height {
  min-height: auto;
}
}