@charset "UTF-8";
@import url(https://fonts.googleapis.com/earlyaccess/notosansjp.css);

.futura {
  font-family: FuturaLTPro-Book;
}

::-moz-selection {
  background: #666;
  color: #ffffff;
}
::selection {
  background: #666;
  color: #ffffff;
}

html,
body {
  height: 100%;
}
body {
  min-width: 1366px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-weight: 300;
  background-color: #fff;
  color: #555;
  width: 100%;
  min-height: 100%;
  overflow-x: hidden;
  letter-spacing: 0.03em;
}
#Wrap,
#tblLayout {
  width: 100%;
}

#Contents {
  margin: 0;
}
#primary {
  width: 100%;
  padding-left: 0;
  margin-top: 0;
}

.w100 {
  width: 100%;
  height: auto;
}

.bgf5f5f5 {
  width: 100%;
  background-color: #f5f5f5;
}
.bgf5f5f5 #Wrap {
  padding-top: 0;
}
.bgf5f5f5 > .inner {
  width: 1100px;
  margin: 0 auto;
}

.w1100 {
  width: 1100px;
  margin: 0 auto;
}

.pageTop {
  position: fixed;
  bottom: 20px;
  right: 20px;
}

img {
  max-width: 100%;
  height: auto;
}

input {
  font-size: inherit;
  color: #555;
}

input::-webkit-input-placeholder {
  color: #dcdcdc;
}
input:-ms-input-placeholder {
  color: #dcdcdc;
}
input::-moz-placeholder {
  color: #dcdcdc;
}
input::-placeholder {
  color: #dcdcdc;
}

.error,
.error span,
.error_inline {
  line-height: 1.5;
  color: #e60012 !important;
}
.fred {
  color: #e60012;
}
.fwb {
  font-weight: 400;
}

.icon {
  font-size: 0;
}
.icon span {
  display: inline-block;
  height: 22px;
  line-height: 22px;
  background-color: #8c8c8c;
  color: #fff;
  padding: 0 7px;
  font-size: 12px;
  margin: 0 3px 3px 0;
  vertical-align: middle;
  border-radius: 3px;
}

.glbPlist {
  border: none;
  margin: 0;
  background-color: transparent;
}

.glbPlist:hover {
  background-color: transparent;
}

.glbPlist.column4 {
  width: 268px;
  margin: 0 8px 8px 0;
  background-color: #fff;
  border-radius: 3px;
}

.glbPlist.column5 {
  width: 210px;
  margin: 0 10px 10px 0;
  background-color: #fff;
  border-radius: 3px;
}

.glbPlist.column5,
.tblLayout_ProductList .glbPlist.column4 {
  box-sizing: border-box;
  border: 1px solid #e6e6e6;
}

/*.glbPlist.column4 a * { transition: .3s; }
.glbPlist.column4:hover * { opacity: .8; }*/

.glbPlist.column4:nth-child(4n) {
  margin-right: 0;
}
.glbPlist.column5:nth-child(5n) {
  margin-right: 0;
}

.glbPlist ul {
  padding: 30px;
}
.glbPlist.column5 ul {
  padding: 15px;
}
.glbPlist ul li.thumb {
  position: relative;
  margin-bottom: 10px;
  overflow: hidden;
}
.glbPlist.column4 ul li.thumb img {
  width: 100%;
  height: auto;
}

.glbPlist ul li.thumb #picture {
  font-size: 13px;
  height: auto;
}

.glbPlist ul li.icon {
  position: absolute;
  top: 5px;
  left: 5px;
  z-index: 2;
  margin-bottom: 0;
  height: 25px;
  overflow: hidden;
}

.glbPlist ul li.name {
  font-size: 15px;
  font-weight: inherit;
  overflow: hidden;
  height: 40px;
  line-height: 1.5;
  margin-bottom: 15px;
}
.glbPlist ul li.name img {
  vertical-align: text-bottom;
}
.glbPlist ul li.name .setpromotion {
  font-size: 13px;
  margin-top: 5px;
}

.glbPlist ul li.price {
  padding-top: 0;
  border: none;
  font-size: 14px;
  margin-bottom: 20px;
}

.glbPlist ul li.price.sold-out {
  color: #878787;
}
.glbPlist ul li.price .special {
  text-decoration: line-through;
}
.glbPlist ul li.price .special span {
  font-size: 18px;
  display: inline-block;
  text-decoration: none;
  margin-left: 5px;
}

.glbPlist ul li.detail {
  display: block;
  text-align: center;
  color: #fff;
  background-color: #555;
  border-radius: 3px;
  height: 35px;
  line-height: 35px;
  position: relative;
  padding-right: 10px;
  margin-bottom: 0;
}

.glbPlist ul li.detail::after {
  content: "";
  width: 6px;
  height: 6px;
  position: absolute;
  border-right: 1px solid #fff;
  border-top: 1px solid #fff;
  transform: rotate(45deg);
  top: 50%;
  right: 55px;
  margin-top: -3px;
}
.glbPlist.column5 ul li.detail::after {
  right: 40px;
}

.unitItem .title {
  text-align: center;
  font-size: 22px;
  margin-bottom: 60px;
  font-weight: normal;
}
.unitItem .title span {
  display: block;
  font-size: 12px;
  font-family: FuturaLTPro-Book;
  letter-spacing: 0.15em;
  margin-bottom: 15px;
}

.unitItem .all a {
  display: block;
  border: 1px solid #a5a5a5;
  height: 63px;
  line-height: 63px;
  border-radius: 33px;
  width: 300px;
  text-align: center;
  margin: 40px auto 0;
  letter-spacing: 0.15em;
  padding-right: 20px;
  position: relative;
  font-weight: normal;
}

.unitItem .all a::after {
  content: "";
  width: 6px;
  height: 6px;
  position: absolute;
  border-right: 1px solid #555;
  border-top: 1px solid #555;
  transform: rotate(45deg);
  top: 50%;
  right: 115px;
  margin-top: -4px;
}

/*.breadcrumb { font-size: 10px; }
.breadcrumb ul {
  text-align: center;
}
.breadcrumb ul li {
  display: inline-block;
}
.breadcrumb ul li a {
  display: block;
  position: relative;
  text-indent: 20px;
  color: #fff;
}
.breadcrumb ul li a::before {
  content: '';
  width: 4px;
  height: 4px;
  position: absolute;
  border-right: 1px solid #ededed;
  border-top: 1px solid #ededed;
  transform: rotate(45deg);
  top: 50%;
  left: 5px;
  margin-top: -2px;
}
.breadcrumb ul li.home a { text-indent: 0; }
.breadcrumb ul li.home a::before { display: none; }*/

/*---------- ヘッダー*/
#Head {
  height: 110px;
  background-color: #fff;
}

#Head.fixed {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
}
#Head.simple {
  border-bottom: 2px solid #555;
}

#Head > .inner {
  width: 1100px;
  position: relative;
}

#LogoMain {
  padding: 0;
  position: absolute;
  top: 30px;
  left: 50%;
  margin-left: -85px;
}
#LogoMain h1 a {
  width: 170px;
  height: 48px;
  text-indent: -999em;
  background: url(../../contents/imagespkg/common/logo_main.png) no-repeat 0 0;
  background-size: 100%;
}

#HeadSearch {
  text-align: left;
  clear: both;
  width: 100%;
  height: auto;
  width: 235px;
  float: none;
  padding: 0;
  position: absolute;
  left: 50px;
  top: 30px;
}

#HeadSearch .wrapSearch {
  border-bottom: 1px solid #aaa;
  width: 240px;
}

#HeadSearch .textBox {
  width: 210px;
}

#HeadSearch .textBox input {
  width: 210px;
  padding: 0;
  font-size: 14px;
  background-color: #fff;
  line-height: 40px;
  height: 40px;
  letter-spacing: -1px;
  color: #555;
}

#HeadSearch .textBox input::-webkit-input-placeholder {
  color: #dadada;
}
#HeadSearch .textBox input:-ms-input-placeholder {
  color: #dadada;
}
#HeadSearch .textBox input::-moz-placeholder {
  color: #dadada;
}
#HeadSearch .textBox input::-placeholder {
  color: #dadada;
}

#HeadSearch .btnSearch {
  width: auto;
  vertical-align: middle;
  width: 20px;
}

#HeadSearch .btnSearch a {
  display: inline-block;
  width: 20px;
  height: 20px;
}

#HeadSearch .btnSearch a img {
  width: 100%;
  height: auto;
}

#HeadRight {
  padding: 0;
  width: 120px;
  position: absolute;
  top: 30px;
  right: 120px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

#HeadMembers img,
#HeadCartView img {
  width: 20px;
  height: auto;
  margin-bottom: 5px;
}

#HeadMembers,
#HeadCartView {
  width: 53px;
  height: auto;
  float: none;
  padding: 0;
  text-align: center;
}

#HeadMembers > a,
#HeadCartView > a {
  font-size: 10px;
  color: inherit;
  height: auto;
  border: none;
  text-align: center;
  line-height: 1;
  position: relative;
  padding: 5px 0;
  font-family: FuturaLTPro-Book;
  /*letter-spacing: .1em;*/
}

#HeadCartView a span {
  position: absolute;
  width: 16px;
  height: 16px;
  line-height: 16px;
  border-radius: 8px;
  top: 0;
  right: 8px;
  background: #00a9c7;
  color: #fff;
  font-size: 10px;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
}

#HeadCatch {
  text-align: center;
  color: #fff;
  background-color: #555;
  height: 35px;
  line-height: 35px;
  letter-spacing: 0.1em;
}
#HeadCatchImportant {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: #555555;
  background-color: #f5f5f5;
  height: 35px;
  line-height: 35px;
  cursor: pointer;
}
#HeadCatchImportant:hover {
  background-color: #cccccc;
}
#HeadCatchImportant .HeadCatchImportantInner {
  width: 130px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#HeadCatchImportant .HeadCatchImportantInner .HeadCatchImportantText {
  font-weight: 400;
}
#HeadCatchImportant .HeadCatchImportantInner .HeadCatchImportantIcon {
  width: 22px;
}
#HeadCatchImportant .HeadCatchImportantInner .HeadCatchImportantIcon img {
  width: 100%;
  height: auto;
}

#btnDrawer {
  cursor: pointer;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 30px;
  right: 50px;
  z-index: 9999;
}

#btnDrawer span {
  display: block;
  position: relative;
  height: 100%;
  width: 100%;
  transition: all 0.3s ease-in-out;
}

#btnDrawer span::before,
#btnDrawer span::after {
  content: "";
  background: #555;
  display: block;
  position: absolute;
  height: 4%;
  width: 100%;
  transition: all 0.3s ease-in-out;
}

#btnDrawer span::before {
  top: 33%;
}
#btnDrawer span::after {
  top: 61%;
}

#btnDrawer.close span::before,
#btnDrawer.close span::after {
  top: 47%;
  width: 100%;
}

#btnDrawer.close span::before {
  transform: rotate(135deg);
}

#btnDrawer.close span::after {
  transform: rotate(-135deg);
}

.gdrawer-show #gdrawer {
  display: block;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1001;
}

#gdrawer {
  display: block;
  display: none;
  position: relative;
}

#gdrawer-bg {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  background: rgba(0, 0, 0, 0.3);
}

#gdrawer #gdrawer-content {
  height: 100%;
  max-width: 595px;
  background-color: #fff;
  position: absolute;
  right: -595px;
}

#gdrawer .gdrawer-body {
  height: 100%;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  background-color: #fff;
}

#gdrawer .gdrawer-body .inner {
  padding: 100px 55px 50px;
}

#gdrawer .gdrawer-body .inner .unit {
  margin-bottom: 65px;
}

#gdrawer .gdrawer-body .inner .unit .title {
  font-size: 24px;
  margin-bottom: 30px;
  font-family: FuturaLTPro-Book;
  letter-spacing: 0.15em;
}

#gdrawer .gdrawer-body .inner .unit a {
  display: inline-block;
  position: relative;
}

#gdrawer .gdrawer-body .inner .unit a:after,
#gdrawer .gdrawer-body .inner .category a span:after,
#gdrawer .gdrawer-body .inner .support a span:after {
  content: "";
  width: 6px;
  height: 6px;
  position: absolute;
  border-right: 1px solid #555;
  border-top: 1px solid #555;
  transform: rotate(45deg);
  top: 50%;
  right: 3px;
  margin-top: -3px;
}

#gdrawer .gdrawer-body .inner .top a {
  padding: 5px 18px 5px 0;
  font-size: 24px;
  font-family: FuturaLTPro-Book;
  letter-spacing: 0.15em;
}

#gdrawer .gdrawer-body .inner .brand ul li {
  width: 50%;
  float: left;
}

#gdrawer .gdrawer-body .inner .brand a {
  padding-right: 18px;
  font-size: 16px;
  height: 35px;
  line-height: 35px;
}

#gdrawer .gdrawer-body .inner .category a {
  font-size: 13px;
  text-align: center;
}
#gdrawer .gdrawer-body .inner .category a:after {
  display: none;
}

#gdrawer .gdrawer-body .inner .category a span {
  display: inline-block;
  position: relative;
  padding-right: 15px;
}

#gdrawer .gdrawer-body .inner .category a div {
  display: inline-block;
  width: 95px;
  height: 95px;
  background-color: #555;
  border-radius: 50%;
  margin-bottom: 15px;
}

#gdrawer .gdrawer-body .inner .category a div img {
  width: 74%;
  height: auto;
  margin-top: 12px;
}

#gdrawer .gdrawer-body .inner .category ul li {
  width: 33.33%;
  float: left;
  margin-bottom: 25px;
}

#gdrawer .gdrawer-body .inner .category ul li:nth-of-type(2) img {
  margin-left: 9px;
}
#gdrawer .gdrawer-body .inner .category ul li:nth-of-type(3) img {
  margin: 11px 0 0 1px;
}
#gdrawer .gdrawer-body .inner .category ul li:nth-of-type(7) img {
  margin-right: 5px;
}

#gdrawer .gdrawer-body .inner .category ul li:last-of-type img {
  margin-left: 4px;
}

#gdrawer .gdrawer-body .inner .service a {
  font-size: 16px;
  padding-right: 15px;
  height: 57px;
  line-height: 55px;
}

#gdrawer .gdrawer-body .inner .service a img {
  width: 47px;
  height: auto;
  margin-right: 10px;
}

#gdrawer .gdrawer-body .inner .service ul li {
  width: 50%;
  float: left;
  margin-bottom: 35px;
}
#gdrawer .gdrawer-body .inner .service ul li:nth-of-type(2) img {
  width: 40px;
}
#gdrawer .gdrawer-body .inner .service ul li:last-child {
  margin-bottom: 0;
}
#gdrawer .gdrawer-body .inner .service a::after {
  margin-top: -4px;
}

#gdrawer .gdrawer-body .inner .support a:after {
  display: none;
}

#gdrawer .gdrawer-body .inner .support a {
  font-size: 14px;
  border: 1px solid #aaa;
  height: 60px;
  line-height: 60px;
  border-radius: 30px;
  width: 210px;
  text-align: center;
}

#gdrawer .gdrawer-body .inner .support a span {
  display: inline-block;
  position: relative;
  padding-right: 15px;
  font-weight: normal;
}

#gdrawer .gdrawer-body .inner .support ul li {
  width: 50%;
  float: left;
  margin-bottom: 25px;
}

/*---------- フッター*/
.below .inner {
  width: 1100px;
  margin: 0 auto;
  padding: 85px 0;
}

.below .inner .title {
  font-size: 24px;
  font-family: FuturaLTPro-Book;
  text-align: center;
  margin-bottom: 60px;
  letter-spacing: 0.15em;
}

.below .service ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.below .service ul li {
  width: 300px;
}
.below .service ul li:first-child {
  margin-right: 13%;
}

.below .service ul li a {
  display: block;
  width: 300px;
  height: 300px;
  border-radius: 50%;
  border: 1px solid #dcdcdc;
  text-align: center;
  line-height: 1.8;
}

.below .service ul li a img {
  width: 45px;
  height: auto;
  margin-top: 35px;
}

.below .service ul li a p {
  text-align: center;
  font-size: 20px;
  margin: 25px 0;
  font-weight: normal;
}

.below .service ul li a span {
  display: inline-block;
  width: 48px;
  height: 48px;
  line-height: 48px !important;
  border-radius: 50%;
  background-color: #777;
  color: #fff;
  font-size: 10px !important;
  margin-top: 30px;
  letter-spacing: 0 !important;
}

.below .brands ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.below .brands ul li {
  margin-bottom: 15px !important;
}

.below .support ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.below .support ul li a {
  display: block;
  border: 1px solid #aaa;
  height: 78px;
  line-height: 78px;
  border-radius: 40px;
  width: 348px;
  text-align: center;
  font-weight: normal;
}

.below .support ul li a span {
  display: inline-block;
  position: relative;
  padding-right: 20px;
}

.below .support ul li a span::after {
  content: "";
  width: 6px;
  height: 6px;
  position: absolute;
  border-right: 1px solid #555;
  border-top: 1px solid #555;
  transform: rotate(45deg);
  top: 50%;
  right: 3px;
  margin-top: -3px;
}

#toTop {
  position: fixed;
  bottom: 5vh;
  right: 1.3%;
  width: 7.32%;
  max-width: 100px;
}
#toTop img {
  width: 100%;
  height: auto;
}

/*---------- トップ*/

.topHero {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  max-height: 753px;
  overflow: hidden;
}

.topHero .left {
  width: 60%;
  position: relative;
  overflow: hidden;
  max-height: 753px;
}
.topHero .left figure {
  /*width: calc(100% + 30px);*/
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  overflow: hidden;
  -webkit-filter: blur(15px);
  filter: blur(15px);
  background-color: rgba(0, 0, 0, 0.1);
}

.topHero .left figure .bg {
  position: absolute;
  width: 100%;
  top: -30%;
  left: 0;
  -webkit-transition: opacity 0.7s ease-in-out;
  -moz-transition: opacity 0.7s ease-in-out;
  -o-transition: opacity 0.7s ease-in-out;
  transition: opacity 0.7s ease-in-out;
  opacity: 0;
  transform: scale(1.1, 1.1);
}
.topHero .left figure .bg.active {
  opacity: 1;
}

.topHero .left .category {
  width: 496px;
  height: 613px;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  margin: -307px 0 0 -248px;
}

.topHero .left .category .title {
  font-size: 16px;
  color: #fff;
  margin-bottom: 20px;
  font-family: FuturaLTPro-Book;
  letter-spacing: 0.15em;
}

.topHero .left .category ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.topHero .left .category ul::after {
  content: "";
  display: block;
  width: 33%;
}

.topHero .left .category ul li {
  width: 32.4%;
  height: 188px;
  margin-bottom: 1.4%;
  border-radius: 3px;
  position: relative;
  overflow: hidden;
  text-align: center;
}

.topHero .left .category ul li .icon {
  text-align: center;
  margin: 48px 0 40px;
}

.topHero .left .category ul li img {
  width: 65px;
  height: auto;
  display: inline;
}

.topHero .left .category ul.cate01 li:first-of-type img {
  margin-left: 7px;
}
.topHero .left .category ul.cate01 li:nth-of-type(2) img {
  width: 70px;
  margin: -4px 0 0 4px;
}
.topHero .left .category ul.cate01 li:nth-of-type(5) img {
  margin-left: 3px;
}
.topHero .left .category ul.cate01 li:nth-of-type(6) img {
  margin-left: 5px;
}
.topHero .left .category ul.cate02 li:nth-of-type(2) img {
  margin-right: 5px;
}

.topHero .left .category ul li span {
  display: inline-block;
  position: relative;
  z-index: 2;
  color: #555;
  font-size: 13px;
  padding-right: 15px;
  height: 20px;
  line-height: 20px;
}

.topHero .left .category ul li span::after {
  content: "";
  width: 6px;
  height: 6px;
  position: absolute;
  border-right: 1px solid #555;
  border-top: 1px solid #555;
  transform: rotate(45deg);
  top: 50%;
  right: 3px;
  margin-top: -3px;
}

.topHero .left .category ul li .mask {
  position: absolute;
  top: -125px;
  left: -125px;
  z-index: 1;
  width: 110px;
  height: 110px;
  background-color: transparent;
  border-radius: 50%;
  border: 150px solid #fff;
}

/*左スライド*/
.topHero .left .slick-slide ul {
  margin-right: 1.4%;
}
.topHero .left .slick-slide:last-child ul {
  margin-right: 0;
}
.topHero .left .slick-prev,
.topHero .left .slick-next {
  display: block;
  position: absolute;
  top: 0;
  background-color: transparent;
  width: 40px;
  height: 577px;
  border: none;
  text-indent: -999em;
  outline: none;
  cursor: pointer;
  border-radius: 0;
  overflow: hidden;
}

.topHero .left .slick-next {
  left: -47px;
  border-right: 1px solid #fff;
}
.topHero .left .slick-prev {
  right: -47px;
  border-left: 1px solid #fff;
}
.topHero .left .slick-disabled {
  visibility: hidden;
}

.topHero .left .slick-prev::before,
.topHero .left .slick-next::before {
  content: "";
  display: block;
  width: 80px;
  height: 80px;
  background-color: #fff;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  margin-top: -40px;
}
.topHero .left .slick-prev::before {
  left: -41px;
}

.topHero .left .slick-prev::after,
.topHero .left .slick-next::after {
  position: absolute;
  top: 50%;
  width: 6px;
  height: 6px;
  content: "";
  margin-top: -3px;
}

.topHero .left .slick-prev::after {
  left: 30%;
  border-top: 2px solid #555;
  border-right: 2px solid #555;
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.topHero .left .slick-next::after {
  right: 30%;
  border-bottom: 2px solid #555;
  border-left: 2px solid #555;
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

/*右スライド*/
.topHero .right {
  width: 40%;
  max-height: 753px;
  clear: both;
  visibility: hidden;
  position: relative;
}

.topHero .right .slick-slider {
  position: static;
}
.topHero .right .slick-slide img {
  width: 100%;
}
.topHero .right .slick-list {
  padding: 0 !important;
}

.topHero .right .slick-prev,
.topHero .right .slick-next {
  display: block;
  position: absolute;
  bottom: 23px;
  z-index: 2;
  background-color: transparent;
  width: 10px;
  height: 10px;
  border: none;
  text-indent: -999em;
  outline: none;
  cursor: pointer;
  border-radius: 0;
}
.topHero .right .slick-next {
  left: 156px;
}
.topHero .right .slick-prev {
  left: 29px;
}

.topHero .right .slick-prev::after,
.topHero .right .slick-next::after {
  position: absolute;
  top: 50%;
  width: 6px;
  height: 6px;
  content: "";
  margin-top: -3px;
}

.topHero .right .slick-prev::after {
  left: 50%;
  border-bottom: 1px solid #7c7c7c;
  border-left: 1px solid #7c7c7c;
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.topHero .right .slick-next::after {
  right: 50%;
  border-top: 1px solid #7c7c7c;
  border-right: 1px solid #7c7c7c;
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.topHero .right .slick-prev:hover,
.topHero .right .slick-next:hover {
  opacity: 0.6;
}

.topHero .right .slick-dots {
  bottom: 0;
  left: 0;
  width: 195px;
  height: 65px;
  line-height: 65px;
  border-radius: 0 3px 0 0;
  background-color: #fff;
}

.topHero .right .slick-dots li {
  width: auto;
  height: auto;
  margin: 0 7px;
}

.topHero .right .slick-dots li button {
  display: block;
  width: 8px;
  height: 8px;
  padding: 0;
  border-radius: 50%;
  background-color: #ccc;
}

.topHero .right .slick-dots li.slick-active button {
  background-color: #555;
}

/*.topHero .slick-dots li button:hover,
.topHero .slick-dots .slick-active button {
  filter: alpha(opacity=70);
  -moz-opacity: .7;
  opacity: .7;
}*/

.slick-slider {
  position: relative;

  display: block;

  -moz-box-sizing: border-box;
  box-sizing: border-box;

  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;

  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;

  display: block;
  overflow: hidden;

  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;

  display: block;
}
.slick-track:before,
.slick-track:after {
  display: table;

  content: "";
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;

  height: 100%;
  min-height: 1px;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide:focus {
  outline: none;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;

  height: auto;

  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}

.slick-dots {
  position: absolute;
  bottom: -45px;

  display: block;

  width: 100%;
  padding: 0;

  list-style: none;

  text-align: center;
}
.slick-dots li {
  position: relative;

  display: inline-block;

  width: 12px;
  height: 12px;
  margin: 0 5px;
  padding: 0;

  cursor: pointer;
}
.slick-dots li button {
  font-size: 0;
  line-height: 0;

  display: block;

  width: 12px;
  height: 12px;
  padding: 5px;

  cursor: pointer;

  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}

/*.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
}
.slick-dots li button:before
{
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    width: 20px;
    height: 20px;

    content: 'â€¢';
    text-align: center;

    opacity: .25;
    -ms-filter: "alpha(opacity=25)";
    filter: alpha(opacity=25);
    color: black;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -ms-filter: "alpha(opacity=25)";
    filter: alpha(opacity=25);
}
.slick-dots li.slick-active button:before
{
    opacity: .75;
    -ms-filter: "alpha(opacity=75)";
    filter: alpha(opacity=70);
    color: black;
}*/

/*PICKUP ITEM*/
.pickupItem {
  padding: 85px 0;
}
.pickupItem .title {
  font-size: 24px;
  font-family: FuturaLTPro-Book;
  letter-spacing: 0.15em;
}

/*---------- 商品一覧*/

/*ページング*/
.tblLayout_ProductList #pagination .history,
.tblLayout_ProductList #pagination .favorite {
  display: none;
}

.tblLayout_ProductList #sortBox {
  padding: 20px 0;
}
.tblLayout_ProductList #pagination .pager {
  border: 0;
}

/*---------- 商品詳細*/

.tblLayout_ProductDetail {
  width: 100%;
}
#dvProductDetailArea {
  margin-top: 85px;
}
#dvProductDetailArea .error {
  font-size: 12px;
  padding: 5px 15px;
}
#dvProductDetailArea .above,
#dvProductDetailArea .below {
  clear: both;
}

#dvProductDetailArea #detailImage {
  width: 590px !important;
  visibility: hidden;
  position: relative;
}

#dvProductDetailArea #detailImage .slick-slider {
  position: static;
}
#dvProductDetailArea #detailImage .slick-slide {
  text-align: center;
}
#dvProductDetailArea #detailImage .slick-slide img {
  display: inline-block;
  width: 360px;
}
#dvProductDetailArea #detailImage .slick-list {
  padding: 0 !important;
}

#dvProductDetailArea #detailImage .slick-prev,
#dvProductDetailArea #detailImage .slick-next {
  display: block;
  position: absolute;
  top: 50%;
  z-index: 2;
  background-color: transparent;
  width: 78px;
  height: 78px;
  margin-top: -65px;
  border: 1px solid #aaa;
  text-indent: -999em;
  outline: none;
  cursor: pointer;
  border-radius: 40px;
}
#dvProductDetailArea #detailImage .slick-next {
  right: 0;
}
#dvProductDetailArea #detailImage .slick-prev {
  left: 0;
}

#dvProductDetailArea #detailImage .slick-prev::after,
#dvProductDetailArea #detailImage .slick-next::after {
  position: absolute;
  top: 50%;
  width: 6px;
  height: 6px;
  content: "";
  margin-top: -3px;
}

#dvProductDetailArea #detailImage .slick-prev::after {
  left: 50%;
  border-bottom: 1px solid #7c7c7c;
  border-left: 1px solid #7c7c7c;
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  margin-left: -3px;
}

#dvProductDetailArea #detailImage .slick-next::after {
  right: 50%;
  border-top: 1px solid #7c7c7c;
  border-right: 1px solid #7c7c7c;
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  margin-right: -3px;
}

#dvProductDetailArea #detailImage .slick-prev:hover,
#dvProductDetailArea #detailImage .slick-next:hover {
  opacity: 0.6;
}

#dvProductDetailArea #detailImage .slick-prev.slick-disabled,
#dvProductDetailArea #detailImage .slick-next.slick-disabled {
  display: none !important;
}

#dvProductDetailArea #detailImage .slick-dots li {
  width: auto;
  height: auto;
  margin: 0 7px;
}

#dvProductDetailArea #detailImage .slick-dots {
  position: static;
  height: 20px;
  padding-top: 30px;
}

#dvProductDetailArea #detailImage .slick-dots li button {
  display: block;
  width: 8px;
  height: 8px;
  padding: 0;
  border-radius: 50%;
  background-color: #ccc;
}

#dvProductDetailArea #detailImage .slick-dots li.slick-active button {
  background-color: #555;
}

#dvProductDetailArea #detailImage .like {
  position: absolute;
  top: 0;
  right: 30px;
  z-index: 999;

  display: block;
  width: 20px;
  height: 17px;
  background: url(../../contents/imagespkg/common/icon_like.png) no-repeat 0 0;
  background-size: 20px;
  text-indent: -999em;
}
#dvProductDetailArea #detailImage .like:hover {
  background-position: 0 -17px;
}

#dvProductDetailArea .above #detailInfo {
  width: 420px;
  float: right;
  padding-top: 20px;
}
#dvProductDetailArea .icon {
  margin-bottom: 30px !important;
}
#dvProductDetailArea h2 {
  font-size: 32px !important;
  margin-bottom: 30px !important;
}
#dvProductDetailArea h3 {
  font-size: 20px;
  margin-bottom: 50px;
  line-height: 1.5;
}
#dvProductDetailArea .outline {
  line-height: 1.8;
}

#dvProductDetailArea .below {
  margin-top: 90px;
}
#dvProductDetailArea #detailOne {
  width: 420px !important;
  border-top: 1px solid #e5e5e5;
  border-left: 1px solid #e5e5e5;
  border-radius: 3px 0 0 0;
}

#dvProductDetailArea #detailOne .title {
  text-align: center;
  font-size: 16px;
  padding: 40px 0 30px;
  font-weight: normal;
}

#dvProductDetailArea #detailOne .productPurchaseList {
  padding-left: 15px;
}
#dvProductDetailArea #detailOne .productPurchaseList li {
  clear: both;
  display: table;
  width: 100%;
  margin-bottom: 20px;
  height: 78px;
  background-color: #f5f5f5;
  border-radius: 3px;
}

#dvProductDetailArea #detailOne .productPurchaseList li .left {
  float: none;
  display: table-cell;
  width: 175px;
  padding-left: 15px;
  vertical-align: middle;
  letter-spacing: normal;
  white-space: nowrap;
}
#dvProductDetailArea #detailOne .productPurchaseList li .right {
  float: none;
  display: table-cell;
  width: 210px;
  vertical-align: middle;
}

#dvProductDetailArea #detailOne .productPurchaseList li .left .productIcon {
  margin-top: 10px;
}

#dvProductDetailArea
  #detailOne
  .productPurchaseList
  li
  .left
  .productIcon
  span {
  display: inline-block;
  height: 22px;
  line-height: 22px;
  color: #555;
  padding: 0 7px;
  font-size: 12px;
  margin: 0 3px 0 0;
  vertical-align: middle;
  border: 1px solid #bebebe;
  border-radius: 3px;
}

#dvProductDetailArea #detailOne .productPurchaseList li .right a {
  display: block;
  background: url(../../contents/imagespkg/common/icon_cartFFF.png) #007387
    no-repeat 20px 50%;
  background-size: 15px;
  color: #fff;
  border-radius: 3px;
  width: 165px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  margin: 0 auto;
  text-indent: 25px;
  font-weight: normal;
}
#dvProductDetailArea #detailOne .productPurchaseList .Normal {
  border: 1px solid #007387;
}
#dvProductDetailArea #detailOne .productPurchaseList .fixedPurchase {
  border: 1px solid #007387;
  background-color: #fff;
  box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.3);
}
#dvProductDetailArea
  #detailOne
  .productPurchaseList
  .fixedPurchase
  .left
  .productPrice {
  color: #007387;
}
#dvProductDetailArea #detailOne .productPurchaseList .fixedPurchase .right a {
  background-position: 45px 50%;
  width: 100%;
  height: 78px;
  line-height: 78px;
  margin: 0;
  border-radius: 0;
}

#dvProductDetailArea #detailOne .desc_detail2 {
  padding-left: 15px;
}
#dvProductDetailArea #detailOne .desc_detail2 img {
  width: 100%;
  height: auto;
}
#dvProductDetailArea #detailOne .desc_detail2 p {
  margin-bottom: 15px;
}
#dvProductDetailArea #detailOne .desc_detail2 p:last-child {
  margin-bottom: 0;
}
#dvProductDetailArea .description {
  float: left;
  width: 595px;
}

#dvProductDetailArea .description .title {
  font-size: 23px;
  margin-bottom: 65px;
  font-weight: normal;
}
#dvProductDetailArea .description .title span {
  display: block;
  font-size: 12px;
  font-family: FuturaLTPro-Book;
  letter-spacing: 0.15em;
}

#dvProductDetailArea .description .desc_detail1 * {
  line-height: 1.8 !important;
}
#dvProductDetailArea .description .desc_detail1 .unit {
  margin-bottom: 20px;
}
#dvProductDetailArea .description .desc_detail1 img {
  width: 100%;
  height: auto;
  margin-bottom: 40px;
}
#dvProductDetailArea .description .desc_detail1 h4 {
  font-size: 18px;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding: 20px 0;
}

#dvProductDetailArea .description .desc_detail1 h5 {
  font-size: 16px;
  position: relative;
  padding-left: 40px;
}
#dvProductDetailArea .description .desc_detail1 h5::before {
  content: "";
  width: 30px;
  height: 1px;
  background-color: #ccc;
  position: absolute;
  top: 15px;
  left: 0;
}

#dvProductDetailArea .description .desc_detail1 p {
  padding: 40px 0;
}
#dvProductDetailArea .description sup {
  font-size: 50%;
}

.recommendItem + .unitItem .all a {
  margin-top: 60px;
}

.seriesItem {
  padding-top: 85px;
}
.recommendItem {
  padding-top: 85px;
}

/*---------- ユーザー&オーダー*/

#CartList .selectWrap select,
#dvUserContents .selectWrap select {
  height: 50px !important;
  font-size: 16px;
  border: 2px solid #555 !important;
}
#CartList .cartOrder .couponBox .selectWrap select {
  height: 40px !important;
  border: 1px solid #c8c8c8 !important;
  font-size: 14px !important;
}

#dvOrderBox #dvCartSelect .checkboxWrap label {
  margin: 0 5px 0 0;
}
#dvOrderBox #dvCartSelect .checkboxWrap label::before {
  width: 30px;
  height: 30px;
  margin-top: -15px;
  background-color: #fff;
  border: 1px solid #c8c8c8;
  border-radius: 0;
  left: inherit;
  right: 0;
}

#dvOrderBox #dvCartSelect .checkboxWrap input:checked + label::after {
  width: 11px;
  height: 6px;
  border-right: 3px solid #555;
  border-top: 3px solid #555;
  transform: rotate(135deg);
  border-radius: 0;
  background-color: transparent;
  right: 9px;
  left: inherit;
  margin-top: -5px;
}

.otherItems .title {
  font-size: 16px;
  margin-bottom: 15px;
}

/*オーダー*/

.OrderPage .steps {
  display: flex;
  flex-wrap: wrap;
  width: 1100px;
  margin: 70px auto;
  color: #dcdcdc;
}

.OrderPage .steps div {
  width: 25%;
  font-size: 32px;
  text-align: center;
  font-family: FuturaLTPro-Book;
}

.OrderPage .steps div p {
  text-align: center;
  font-size: 20px;
  padding: 15px 0;
  margin-top: 15px;
  border-top: 2px solid #dcdcdc;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
}

.OrderPage .steps div.active {
  color: #555;
}
.OrderPage .steps div.active p {
  border-top: 4px solid #555;
  margin-top: 13px;
}

.orderBox div.box dl {
  width: auto;
  padding: 0;
}

/*CartList*/

.OrderPage #Contents {
  width: 1100px;
  margin: 0 auto;
}

#CartFlow {
  padding: 40px 0;
}

#CartList h3 {
  background-color: transparent;
  font-size: 16px;
  padding: 0 0 20px;
  color: #555;
}

div.cartstep {
  margin-top: 50px;
}
div.cartstep h2 {
  font-family: FuturaLTPro-Book;
  font-size: 42px;
  padding: 10px 0 10px 0 !important;
  letter-spacing: 0.15em;
  line-height: 1;
  height: auto;
}

div.cartstep h2 i {
  display: block;
  font-size: 18px;
  font-style: normal;
  margin-top: 5px;
  letter-spacing: normal;
}

#CartList div.btmbtn {
  border-top: none;
  margin: 0 0 100px;
}
#CartList div.btmbtn .btn-large {
  padding: 0;
}

#CartList div.btmbtn .btn-success {
  width: 320px;
  font-size: 18px;
  padding: 0;
}

div.btmbtn.below {
  height: auto;
}
div.btmbtn.below ul {
  position: relative;
  text-align: center;
}

div.btmbtn.below ul li {
  top: 0;
  margin-bottom: 50px !important;
  display: block !important;
}

div.btmbtn.below ul li .btn-prev {
  position: relative;
  font-size: 16px !important;
  padding-left: 5px !important;
  background-color: transparent;
  color: #555 !important;
}
div.btmbtn.below ul li .btn-prev::before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  border-left: 2px solid #555;
  border-bottom: 2px solid #555;
  border-radius: 1px;
  transform: rotate(45deg);
  vertical-align: 1px;
  margin-right: 5px;
}

#CartList div.productList {
  margin-bottom: 40px;
}

#CartList div.productList div.product p.delete {
  float: none;
  text-align: left;
}
#CartList div.productList div.product p.delete a {
  background-color: transparent;
  padding: 0;
  color: #0b60bd;
  line-height: 1;
  text-decoration: none;
}

#CartList div.productList dl.name dd {
  font-weight: 300;
}

#CartList div.productList div.cartOrder {
  width: 100%;
  background-color: #f5f5f5;
  border: 1px solid #e6e6e6;
  clear: none;
  font-weight: normal;
}

#CartList div.productList .right {
  float: right;
  width: 300px;
}

#CartList div.productList div.priceList {
  width: 100% !important;
  padding: 0 !important;
  float: none;
  border: none;
  background-color: transparent;
  margin-top: 30px;
}
#CartList div.productList div.priceList div {
  margin: 0;
}
#CartList div.cartOrder div.priceList dl {
  width: 100% !important;
  font-size: 16px;
  background-color: transparent !important;
}

#Contents div.main {
  width: 1100px;
  background: none;
  padding: 0;
  margin: 0 auto;
}

#Contents div.column,
#Contents div.columnRight,
#Contents div.submain {
  float: none;
  width: 100%;
}
#Contents div.column h2 {
  padding: 0;
}

#CartList p.sum {
  font-size: 20px;
}
#CartList p.sum strong {
  padding-left: 20px;
  font-weight: bold;
  font-size: 30px;
}

#CartList div.productList div.product {
  border-top: #dcdcdc solid 1px;
  border-bottom: #dcdcdc solid 1px;
  padding: 20px 0;
  margin-top: -1px;
  position: relative;
}
#CartList div.productList div.product.setpromotion {
  border: none;
}
#CartList div.productList div.product div {
  margin: 0;
}
#CartList div.productList div.list {
  float: left;
  width: 740px;
  padding: 0;
}

#CartList div.productList dl.name dt {
  float: left;
  clear: left;
  width: 135px;
  padding-left: 15px;
}

#CartList div.productList dl.name dd {
  float: none;
  width: 230px;
  margin-left: 175px;
}

#CartList div.productList dl.name dd a {
  font-size: 18px;
  text-decoration: underline;
  line-height: 1.5;
}

#CartList div.productList dl.name dd > span {
  font-size: 18px;
  font-weight: 300 !important;
}
#CartList div.productList dl.name dd > span.setpromotion {
  font-size: 15px;
}

#CartList div.productList dl.name {
  width: 450px;
}

#CartList div.productList div.product p.price {
  font-size: 14px;
  padding-top: 15px;
  width: 100%;
  float: none;
  text-align: left;
}
#CartList div.productList div.product p.quantity {
  width: 110px;
  padding: 0;
  position: absolute;
  top: 50%;
  right: 160px;
  margin-top: -21px;
  text-align: left;
  height: 42px;
  line-height: 42px;
}
#CartList div.productList div.product p.quantity input {
  width: 40px;
  text-align: left;
  font-size: 16px;
  padding: 10px;
  margin-left: 10px;
  font-weight: 300;
  border-color: #c8c8c8;
}
#CartList div.productList div.product p.quantity .text {
  font-size: 16px;
  padding: 10px;
}

#CartList div.productList div.product p.subtotal {
  font-weight: 300;
  width: 160px;
  text-align: right;
  font-size: 18px;
  padding: 0;
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -15px;
}
#CartList div.productList div.product p.subtotal.set2 {
  top: 150px;
}
#CartList div.productList div.product p.subtotal strike {
  font-size: 18px;
}
#CartList div.productList div.product p.subtotal.set2 span {
  font-size: 14px;
}

#CartList div.productList .novelty {
  margin-top: 60px;
  border: 1px solid #e6e6e6;
}

#CartList div.productList .novelty div.product {
  border: none;
}

#CartList div.productList .novelty div.product .add {
  width: 200px;
  position: absolute;
  bottom: 30px;
  right: 20px;
}
#CartList div.productList .novelty div.product .add a {
  font-size: 18px;
}
#CartList div.productList .novelty div.product .add a::after {
  display: none;
}
#CartList div.productList .novelty .title {
  background-color: transparent;
  font-size: 18px;
  color: #555;
  font-weight: 300;
  padding: 20px 30px;
  margin-bottom: 0;
}

#CartList div.productList div.subcartOrder {
  padding: 30px;
}
#CartList div.productList div.subcartOrder p:first-child {
  font-size: 16px;
  margin-bottom: 25px;
}

.pointBox div.boxbtm dl,
.couponBox div.boxbtm dl,
.pointBox div.box,
.couponBox div.box,
.pointBox div.boxbtm,
.couponBox div.boxbtm {
  background: none;
  width: 100%;
  padding: 0;
}

#CartList div.productList div.couponBox,
#CartList div.productList div.pointBox {
  width: 100%;
  float: none;
  padding: 0 !important;
}
#CartList div.productList div.pointBox div.box div,
#CartList div.productList div.couponBox div.box div {
  width: 100%;
}
#CartList div.productList div.couponBox div.boxbtm {
  padding-bottom: 0 !important;
}

.priceList dt {
  padding: 3px 0 !important;
  font-size: 16px !important;
  width: 150px;
}
.priceList dd {
  padding: 3px 0;
  font-size: 16px !important;
  font-weight: normal;
}
.priceList dd.minus {
  color: #555;
}
.priceList dl::after {
  content: ".";
  display: block;
  height: 0px;
  clear: both;
  visibility: hidden;
}

.priceList dl.result {
  margin: 10px 0 25px;
  padding-top: 10px;
  background: none;
  border-top: 1px solid #c8c8c8;
}
.priceList dl.result * {
  font-size: 16px;
  font-weight: bold !important;
}

#CartList div.dvAnnounceFreeShipping {
  padding: 0;
  font-size: 14px;
  margin-bottom: 30px;
  text-decoration: underline;
}
#CartList div.dvAnnounceFreeShipping span.defPrice,
#CartList div.dvAnnounceFreeShipping span.freeShipping {
  font-weight: normal;
  font-size: 14px;
  color: #e60012;
}

#CartList div.productList div.cartOrder ul li .btn-success {
  height: 35px;
  line-height: 35px;
  margin-bottom: 35px;
  font-size: 14px;
}
#CartList div.productList div.cartOrder ul li .btn-success::after {
  display: none;
}

#CartList div.productList div.cartOrder ul li.amazonPay {
  font-size: 12px;
  line-height: 1.5;
}

#CartList div.productList div.cartOrder ul li.amazonPay img {
  display: block;
  width: 100% !important;
  height: auto !important;
  max-height: inherit !important;
  margin-top: 5px;
}

#CartList div.productList .toggleTitle {
  display: block;
  height: 30px;
  line-height: 30px;
}
#CartList div.productList .toggleTitle span {
  position: relative;
  padding-right: 20px;
}

#CartList div.productList .toggleTitle span::before,
#CartList div.productList .toggleTitle span::after {
  content: "";
  display: inline-block;
  width: 12px;
  height: 1px;
  background: #0b60bd;
  position: absolute;
  top: 10px;
  right: 0;
  vertical-align: middle;
}
#CartList div.productList .toggleTitle span::after {
  transform: rotate(90deg);
}
#CartList div.productList .toggleTitle.active span::before,
#CartList div.productList .toggleTitle.active span::after {
  transform: rotate(360deg);
}
#CartList div.productList .toggleUnit {
  display: none;
}
#CartList div.productList div.pointBox dl dd,
#CartList div.productList div.couponBox dl dd {
  padding: 5px 0;
}
#CartList div.productList div.pointBox dl dd input[type="text"],
#CartList div.productList div.couponBox dl dd input[type="text"] {
  width: 100%;
  box-sizing: border-box;
  text-align: left;
  padding: 10px;
  font-weight: 300;
  border: 1px solid #c8c8c8;
}

#CartList div.productList div.couponBox .select {
  margin-bottom: 10px;
}

#CartList div.productList div.couponBox .select table td {
  display: block;
  width: 100%;
  position: relative;
  padding: 5px 0 5px 20px;
}

#CartList div.productList .support {
  margin-top: 60px;
}

#CartList div.productList .support dl dt {
  text-align: center;
  font-weight: normal;
  background-color: #555;
  color: #fff;
  height: 40px;
  line-height: 40px;
  font-size: 16px;
  margin-top: 15px;
  position: relative;
}

#CartList div.productList .support dl dt::before,
#CartList div.productList .support dl dt::after {
  content: "";
  display: inline-block;
  width: 12px;
  height: 1px;
  background: #fff;
  position: absolute;
  top: 19px;
  right: 15px;
  vertical-align: middle;
}
#CartList div.productList .support dl dt::after {
  transform: rotate(90deg);
}
#CartList div.productList .support dl dt.active::before,
#CartList div.productList .support dl dt.active::after {
  transform: rotate(360deg);
}

#CartList div.productList .support dl dd {
  font-size: 13px;
  padding: 15px 0 0;
  line-height: 1.7;
}
#CartList div.productList .support dl dd a {
  text-decoration: underline;
}

#CartList div.productList .support dl dd.contact {
  text-align: center;
}
#CartList div.productList .support dl dd.contact span {
  font-size: 24px;
  display: block;
}
#CartList div.productList .support dl dd.contact span img {
  width: 25px;
  margin: 0 5px 2px 0;
}

#CartList div.productList .support .mail {
  margin-top: 10px;
  display: block;
}

/*CartSelect*/
#dvOrderBox #dvCartSelect p {
  background-color: transparent;
  padding: 0;
  margin: 75px 0 40px;
  padding-bottom: 10px;
  border-bottom: 1px solid #dcdcdc;
  font-size: 16px;
  font-weight: normal;
}

#dvOrderBox #dvCartSelect h3 {
  font-weight: normal;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 20px;
  margin: 10px 0;
}

#dvOrderBox #dvCartSelect table {
  margin-bottom: 50px;
}
#dvOrderBox #dvCartSelect table td {
  padding: 20px 0;
  border: none;
  border-bottom: 1px solid #dcdcdc;
}

#dvOrderBox #dvCartSelect table .productImg {
  width: 130px !important;
  padding-right: 35px;
}
#dvOrderBox #dvCartSelect table .productImg img {
  width: 90%;
  height: auto;
}

#dvOrderBox #dvCartSelect table .productName {
  width: 750px;
}

#dvOrderBox #dvCartSelect table .productName a {
  font-size: 18px;
  text-decoration: underline;
  display: block;
  margin-bottom: 10px;
}

#dvOrderBox #dvCartSelect table .remark {
  font-size: 18px;
  width: 110px;
  position: relative;
}

#dvOrderBox #dvCartSelect div.btmbtn {
  margin: 100px 0 80px;
  text-align: center;
}

#dvOrderBox #dvCartSelect div.btmbtn .btn-success {
  width: 320px;
  font-size: 18px;
  padding: 0;
  position: relative;
}

#dvOrderBox #dvCartSelect div.btmbtn .btn-success span {
  line-height: 25px;
  display: inline-block;
  text-indent: 0;
  vertical-align: middle;
  margin-top: -5px;
}

/*OrderShipping*/

.OrderShipping .agree {
  font-size: 16px;
  margin-bottom: 60px;
  position: relative;
  text-indent: 20px;
  margin: 0 auto 60px;
  display: flex;
  justify-content: center;
}
.OrderShipping .agree .inner {
  position: relative;
}

.OrderShipping #CartList {
  font-size: 16px;
}

.OrderShipping div.column {
  margin-bottom: 40px;
  line-height: 1.7 !important;
}

.OrderShipping h2 {
  font-size: 20px;
  margin-bottom: 30px;
}

.userBox,
.orderBox,
.userBox div.bottom,
.orderBox div.bottom,
.userBox div.top {
  background: none;
  width: 100%;
  padding: 0;
  margin: 0 0 40px;
}

.orderBox h3,
.orderBox h4 {
  background: none;
}

.orderBox div.box div,
.orderBox div.box dd p {
  width: auto;
}

.userBox dl {
  font-size: 16px;
}

.userBox dl dt,
.userBox dl dd {
  padding: 15px 0;
  font-weight: 300;
}

.userBox dl dt {
  width: 180px;
  height: 50px;
  line-height: 50px !important;
  float: left;
}
.userBox dl.ShippingDisp dt {
  line-height: normal !important;
}

.userBox dl dd {
  background: #fff;
  margin-left: 180px;
  padding-left: 30px;
  border-left: 1px solid #dcdcdc;
}

.userBox dl dd:after {
  content: "";
  display: block;
  clear: both;
}

.userBox dl dd input,
.OrderPayment dl dd input {
  border: 2px solid #555;
  padding: 14px;
  box-sizing: border-box;
}

.userBox dl dd small span {
  margin: 0 !important;
}

.userBox dl dd.Name input,
.userBox dl dd.NameKana input {
  width: 320px;
  margin-right: 15px;
}

.userBox dl dd.Name > span.fname,
.userBox dl dd.Name > span.lname,
.userBox dl dd.NameKana > span.fname,
.userBox dl dd.NameKana > span.lname {
  display: inline-block;
  width: 40px;
}
#dvUserRegistInput .userBox dl dd.Name > span.fname + input,
.dvUserShippingInput .userBox dl dd.Name > span.fname + input,
#dvUserModify .userBox dl dd.Name > span.fname + input {
  margin-left: -4px;
}
.userBox dl dd.Birth .selectWrap {
  width: 120px;
  vertical-align: middle;
}
.userBox dl dd.Birth span {
  margin: 5px;
}
.userBox dl dd.Birth select {
  height: 50px;
  font-size: 16px;
  border: 2px solid #555;
}

.userBox dl dd.Sex .radioWrap {
  margin-top: 15px;
}
.userBox dl dd.Sex table td {
  padding-left: 20px !important;
  position: relative;
}
.userBox dl dd.Sex table td label {
  margin-right: 10px;
}

.userBox dl dd.Addr input[type="tel"]:first-of-type {
  width: 120px;
}
.userBox dl dd.Addr input[type="tel"]:nth-of-type(2) {
  width: 200px;
}

.userBox dl dd.Addr > span,
.userBox dl dd.Tel > span {
  display: inline-block;
  margin: 0 10px;
  vertical-align: middle;
}
.userBox dl dd.Addr span:first-child {
  margin: 0;
  width: 40px;
}

.userBox dl dd.Addr div {
  margin-top: 20px;
}

.userBox dl dd.Addr div input {
  width: 660px;
}

.userBox dl dd.Addr .selectWrap {
  width: 200px;
  vertical-align: middle;
  margin: 0;
}

#dvUserRegistInput .userBox dl dd.Addr .selectWrap,
#dvUserModify .userBox dl dd.Addr .selectWrap {
  margin-left: -4px;
}

.btn_add_sea {
  display: none !important;
}

.userBox dl dd.Addr div > span:first-of-type {
  display: inline-block;
  width: 75px;
  vertical-align: middle;
}

.userBox dl dd.Addr small span {
  width: auto !important;
}

.userBox dl dd.Tel input {
  width: 130px;
}

.userBox dl dd.MailAddr div,
.userBox dl dd.Password div {
  width: 480px;
  margin-bottom: 20px;
}

.userBox dl dd.MailAddr input,
.userBox dl dd.Password input {
  width: 100%;
}

.userBox dl dd.MailFlg .checkboxWrap {
  position: relative;
  padding-left: 20px;
  line-height: 50px;
}

.userBox dl dd.SaveToUserShipping table td {
  display: block;
  width: 100%;
  position: relative;
  padding: 10px 0 10px 20px;
}
.userBox dl dd.SaveToUserShipping table {
  margin-bottom: 20px;
}

.userBox dl dd.SaveToUserShipping div input {
  width: 475px;
}

#Contents div.columnRight h2 {
  padding-bottom: 0;
  margin-top: 60px;
}
#Contents div.columnRight .selectWrap {
  width: 320px;
}
#Contents div.columnRight .ShippingInputForm .userBox {
  margin-top: 20px;
}
#Contents div.columnRight .ShippingInputForm .userBox > p {
  padding: 10px 0;
  font-size: 16px;
}

#Contents div.columnRight .ShipToCart1Address {
  position: relative;
  text-indent: 20px;
  margin: 0 0 20px;
  font-size: 16px;
}

#Contents div.columnRight .efo_sign_fixed_purchase dl:first-child dt,
#Contents div.columnRight .efo_sign_fixed_purchase > dl:first-child dd {
  width: 100%;
  margin: 0;
  padding: 0;
  border: none;
  height: auto;
  line-height: auto;
}
#Contents div.columnRight .efo_sign_fixed_purchase dl dt {
  line-height: normal !important;
}
#Contents div.columnRight .efo_sign_fixed_purchase dl:first-child dt {
  position: relative;
  padding: 15px 0;
  text-indent: 20px;
}

#Contents div.columnRight .efo_sign_fixed_purchase .selectWrap {
  vertical-align: middle;
  margin-right: 5px;
}

/*OrderAmazon*/
.OrderAmazon div.main {
  margin-bottom: 80px !important;
}
.OrderAmazon div.main:nth-child(2) .checkboxWrap {
  padding-left: 20px;
  position: relative;
  font-size: 18px;
}

/*OrderPayment*/
.OrderPayment * {
  font-weight: normal !important;
}

.OrderPayment .radioWrap label::before {
  width: 20px;
  height: 20px;
  margin-top: -10px;
}
.OrderPayment .radioWrap input:checked + label::after {
  left: 4px;
  width: 14px;
  height: 14px;
  margin-top: -6px;
}

.OrderPayment h2 {
  font-size: 20px;
  margin: 40px 0 20px;
}

.OrderPayment .checkboxWrap {
  position: relative;
  padding-left: 20px;
  font-size: 18px;
  line-height: 1 !important;
  margin-bottom: 20px;
}

.OrderPayment dl dt {
  position: relative;
  padding: 15px 15px 15px 25px;
  /*margin-bottom: 30px;*/
}

.OrderPayment dl dt label {
  font-size: 18px !important;
  margin-left: 5px;
}

.OrderPayment dl dd {
  /*  margin: -30px 0 30px 0;*/
  padding: 0 20px;
}

.OrderPayment dl dd ul li {
  margin-bottom: 30px;
}

.OrderPayment dl dd ul li h4 {
  color: #000;
  border: none;
  background-color: #f5f4f4;
  padding: 10px;
  margin-bottom: 10px;
  font-weight: bold;
  font-size: 16px;
}

.OrderPayment dl dd ul li input {
  border: 1px solid #d2d2d2;
  padding: 5px;
  width: 300px;
}

.OrderPayment .CreditCard {
  display: flex;
  flex-wrap: wrap;
  font-size: 16px;
  margin-top: 30px;
}
.OrderPayment .CreditCard > strong {
  display: block;
  width: 180px;
  height: 50px;
  line-height: 50px;
  margin-bottom: 30px;
}
.OrderPayment .CreditCard > div {
  width: 800px;
  margin-bottom: 30px;
}

.OrderPayment .CreditCard .CreditCardNo input {
  width: 120px;
}
.OrderPayment .CreditCard .CreditCardNo > span {
  margin: 0 7px;
}

.OrderPayment .CreditCard .CreditExpire .selectWrap {
  width: 120px;
  vertical-align: middle;
}
.OrderPayment .CreditCard .CreditExpire > span {
  margin: 0 12px;
}

.OrderPayment .CreditCard .CreditSecurityCode input,
.OrderPayment .CreditCard .CreditAuthorName input {
  width: 570px;
}

.OrderPayment .shoppingCart {
  width: 100%;
  margin-bottom: 100px;
}
.shoppingCart h2 {
  width: 100%;
}
.OrderPayment .shoppingCart .couponBox {
  width: 100%;
  padding: 0;
}

.OrderPayment .shoppingCart .couponBox .selectWrap,
.OrderPayment .shoppingCart .couponBox input {
  margin-left: 25px;
}

.OrderPayment .shoppingCart .couponBox select,
.OrderPayment .shoppingCart .couponBox input {
  width: 550px;
  border: 2px solid #555;
  padding: 14px;
  box-sizing: border-box;
  text-align: left;
}

.pointBox div.box,
.couponBox div.box {
  margin: 0;
}
.OrderPayment .shoppingCart .couponBox .radioWrap {
  margin-bottom: 20px;
}
.OrderPayment .shoppingCart .couponBox .radioWrap table td {
  display: block;
  width: 100%;
  position: relative;
  padding: 15px 0 15px 30px;
  font-size: 18px;
}

.OrderPayment .shoppingCart .couponBox .selectWrap {
  width: 550px;
}

.OrderPayment .shoppingCart .couponBox dl dd {
  margin: 0;
  padding: 0;
}

.OrderPayment .shoppingCart .pointBox {
  font-size: 16px;
  width: 100%;
  padding: 0;
  padding-top: 80px;
}
.OrderPayment .shoppingCart .pointBox input,
.OrderPayment .shoppingCart .couponBox input {
  width: 550px;
  border: 2px solid #555;
  padding: 14px;
  box-sizing: border-box;
  text-align: left;
  font-size: 16px;
}
.OrderPayment .shoppingCart .pointBox p {
  margin-bottom: 10px;
}
.OrderPayment .shoppingCart .pointBox p span {
  display: inline-block;
  width: 210px;
}

/*OrderConfirm*/
.OrderConfirm h2 {
  font-size: 20px;
  margin-bottom: 30px;
}

.OrderConfirm .btn_change {
  padding: 20px 0;
  margin: 0;
  font-weight: normal;
}

.OrderConfirm div.productList .right .priceList dl {
  width: 100%;
}
.OrderConfirm .priceList dl.result {
  margin-bottom: 0;
}

.OrderConfirm .orderBox div.box {
  padding: 0;
  font-size: 16px;
  font-weight: normal;
  border-bottom: none;
  margin-bottom: 50px;
}

.OrderConfirm .orderBox div.box dl dt,
.OrderConfirm .orderBox div.box dl dd {
  line-height: 1.8 !important;
}

.OrderConfirm .orderBox div.box dl dt {
  width: 185px;
  padding: 5px 0;
}
.OrderConfirm .orderBox div.box dl dd {
  width: 500px;
  padding: 5px 0;
  margin-left: 185px;
  padding-left: 35px;
  border-left: 1px solid #e2e2e2;
}
.OrderConfirm .orderBox div.box dl dd dt {
  width: auto;
}

.OrderConfirm .orderBox div.box .DefaultSetting .checkboxWrap {
  text-indent: 20px;
  position: relative;
}
.OrderConfirm .orderBox div.box .DefaultSetting {
  margin-top: 20px;
}
.OrderConfirm .orderBox div.box .DefaultSetting p {
  font-size: 14px;
  margin-top: 10px;
}

.OrderConfirm .orderBox div.box.payment dt * {
  font-weight: normal;
}
.OrderConfirm .orderBox div.box.payment dt {
  width: auto;
}
.OrderConfirm .orderBox div.box.payment dd {
  margin-left: 0;
  padding-left: 0;
  border-left: 0;
}

.OrderPage .bgf5f5f5 .inner {
  padding: 60px 0 50px;
  margin-bottom: 60px;
}

.OrderPage .bgf5f5f5 .inner .title {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 210px;
  height: 320px;
  float: left;
}

.OrderPage .bgf5f5f5 .inner .title p {
  font-size: 24px;
  width: 100%;
  text-align: left;
  line-height: 1.5;
  font-weight: normal;
}

/*OrderComplete*/
.OrderComplete {
  margin-bottom: -30px;
}
.OrderComplete * {
  font-weight: normal;
}

.OrderComplete h2 {
  text-align: center;
  font-size: 28px;
  margin: 80px 0 40px;
}

.OrderComplete .head {
  width: 100%;
  background-color: #f5f5f5;
  margin-bottom: 40px;
}

.OrderComplete .head .inner {
  width: 400px;
  margin: 0 auto;
  padding: 40px 0;
}

.OrderComplete .head .inner ul li {
  font-size: 22px;
  margin-bottom: 20px;
}
.OrderComplete .head .inner p {
  font-size: 13px;
}

.OrderComplete .thanks {
  font-size: 16px;
  margin-bottom: 50px;
}

.OrderComplete .support {
  width: 640px;
  border: 1px solid #e6e6e6;
  padding: 60px 0;
  margin: 0 auto;
}

.OrderComplete .support p {
  margin-bottom: 20px;
  text-align: center;
  line-height: 1 !important;
}

.OrderComplete .support p:first-child {
  font-size: 20px;
}
.OrderComplete .support p:nth-child(2) {
  font-size: 56px;
  font-weight: bold;
}
.OrderComplete .support p:nth-child(3) {
  font-size: 16px;
}

.OrderComplete .support p:nth-child(2) img {
  width: 40px;
  margin-right: 10px;
  vertical-align: -5px;
}

.OrderComplete .support .btn {
  display: block;
  width: 385px;
  margin: 0 auto;
}

/*UserPage*/

.UserPage #Contents {
  width: 1100px;
  margin: 0 auto;
}
.UserPage #Contents * {
  font-weight: 400;
}
#dvUserBox .necessary {
  color: #e60012 !important;
}

#dvUserContents {
  margin-top: 0;
}
#dvUserFltContents {
  width: 100%;
}

#dvUserBox .notes {
  font-size: 14px !important;
  color: #000;
}

#dvUserBox {
  margin-top: 70px;
  padding: 0;
}

#dvUserBox .alert {
  margin-bottom: 10px;
}

#dvUserBox table td {
  line-height: 1.5 !important;
}
#dvUserBox table td,
#dvUserBox table th,
.userBox dt {
  color: #555;
}
#dvUserBox h2,
#dvErrorInfoBox h2 {
  font-family: FuturaLTPro-Book;
  font-size: 42px;
  padding: 10px 0 10px 0 !important;
  letter-spacing: 0.15em;
  line-height: 1;
  height: auto;
  border: none;
}

#dvUserBox h2.Noto {
  font-size: 36px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: normal;
  letter-spacing: normal;
  text-indent: 0;
}

#dvUserBox h2 i,
#dvErrorInfoBox h2 i {
  font-family: "Noto Sans JP", sans-serif;
  display: block;
  font-size: 18px;
  font-style: normal;
  margin-top: 5px;
  letter-spacing: normal;
}

#dvUserBox h3 {
  font-size: 42px;
  border-bottom: none;
  margin: 0;
  font-family: FuturaLTPro-Book;
  letter-spacing: 0.2em;
  text-indent: 0.2em;
  text-align: center;
}

#dvUserBox h3 span {
  display: block;
  font-size: 18px;
  letter-spacing: normal;
  text-indent: 0;
}

#dvUserContents .unit,
#dvUserFltContents .unit,
#dvErrorInfoBox #dvErrorInfo {
  padding: 0;
  border: none;
  margin: 50px 0 0;
}

#dvUserBox .dvUserBtnBox {
  padding: 0;
}
#dvUserBox .dvUserBtnBox p span {
  margin: 0;
}

#dvUserBox .btmbtn {
  margin-top: 30px;
}
#dvUserBox div.btmbtn .btn-success,
#dvUserBox div.btmbtn .btn-inverse {
  width: 320px;
  font-size: 18px;
  padding: 0;
}

.userBox dl.confirm dt {
  height: auto;
  width: 185px;
  padding: 0 0;
  line-height: 1.8 !important;
}
.userBox dl.confirm dd {
  padding: 0 0;
  margin-left: 185px;
  padding-left: 35px;
  line-height: 1.8 !important;
}

#dvErrorInfo {
  font-weight: 400;
}
#dvErrorInfo h6 {
  font-size: 20px;
  text-align: center;
}

#dvErrorInfo .dvErrorContents {
  width: 600px;
  margin: 50px auto;
  font-size: 16px;
  line-height: 2;
  color: #e60012;
  text-align: center;
}

#dvErrorInfo .dvUserBtnBox {
  width: 420px;
  margin: 0 auto;
}

#dvErrorInfo .btn-prev {
  text-align: center;
  margin-top: 50px;
}

/*MyPage*/

#dvUserBox #dvMyPage > ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 40px;
}

#dvUserBox #dvMyPage > ul > li {
  border: 1px solid #e6e6e6;
  box-sizing: border-box;
  position: relative;
}

#dvUserBox #dvMyPage > ul > li,
#dvUserBox #dvMyPage > ul > li > a {
  display: block;
  /*font-weight: 300 !important;*/
  font-size: 24px;
}

#dvUserBox #dvMyPage > ul > li img {
  /*zoom: .5;*/
  height: auto;
}

#dvUserBox #dvMyPage > ul > li div {
  position: absolute;
  right: 0;
  bottom: 0;
}
#dvUserBox #dvMyPage > ul > li div a {
  font-size: 16px;
}

#dvUserBox #dvMyPage > ul:first-of-type > li {
  width: 533px;
  height: 158px;
}

#dvUserBox #dvMyPage > ul:nth-of-type(2) > li,
#dvUserBox #dvMyPage > ul:nth-of-type(3) > li,
#dvUserBox #dvMyPage > ul:nth-of-type(4) > li {
  width: 250px;
  height: 250px;
  text-align: center;
}

#dvUserBox #dvMyPage > ul:first-of-type > li {
  padding: 30px 0 0 20px;
}

#dvUserBox #dvMyPage > ul:first-of-type > li:nth-of-type(2) div {
  font-size: 36px;
  bottom: 20px;
  right: 20px;
}

#dvUserBox #dvMyPage > ul:first-of-type > li:nth-of-type(1) div {
  bottom: 20px;
  right: 20px;
}

#dvUserBox #dvMyPage > ul:first-of-type > li:nth-of-type(2) div p {
  text-align: right;
  margin-top: 10px;
}

#dvUserBox #dvMyPage > ul:nth-of-type(2) > li a img,
#dvUserBox #dvMyPage > ul:nth-of-type(3) > li a img,
#dvUserBox #dvMyPage > ul:nth-of-type(4) > li a img {
  margin-bottom: 20px;
}

#dvUserBox #dvMyPage > ul:nth-of-type(2) > li a {
  box-sizing: border-box;
  padding-top: 60px;
  height: 100%;
  line-height: 35px;
}
#dvUserBox #dvMyPage > ul:nth-of-type(3) > li a,
#dvUserBox #dvMyPage > ul:nth-of-type(4) > li a {
  box-sizing: border-box;
  padding-top: 50px;
  height: 100%;
  line-height: 35px;
}

#dvUserBox #dvMyPage > ul:nth-of-type(2) > li:nth-of-type(1) a {
  padding-top: 50px;
}
#dvUserBox #dvMyPage > ul:nth-of-type(2) > li:nth-of-type(3) a {
  padding-top: 74px;
}
#dvUserBox #dvMyPage > ul:nth-of-type(2) > li:nth-of-type(4) a {
  padding-top: 50px;
}

#dvUserBox #dvMyPage > ul:nth-of-type(3) > li:nth-of-type(1) a {
  padding-top: 60px;
}
#dvUserBox #dvMyPage > ul:nth-of-type(3) > li:nth-of-type(2) a {
  padding-top: 40px;
}
#dvUserBox #dvMyPage > ul:nth-of-type(3) > li:nth-of-type(3) a {
  padding-top: 45px;
}
#dvUserBox #dvMyPage > ul:nth-of-type(3) > li:nth-of-type(4) a {
  padding-top: 38px;
}

#dvUserBox #dvMyPage > ul:nth-of-type(4) > li:nth-of-type(1) a {
  padding-top: 60px;
}

/*Login*/
#dvUserBox #dvLogin {
  margin-left: 30px;
  padding-right: 30px;
}
#dvUserBox .txt_box {
  margin-bottom: 30px;
}
#dvUserBox #dvLogin p {
  margin: 0;
}
#dvUserBox #dvLogin .fred {
  line-height: 1.7;
  margin-bottom: 10px;
}

#dvUserBox #dvLogin #dvLoginWrap,
#dvUserBox #dvLogin .dvLoginRegist {
  width: 500px;
  /*  height: 600px;*/
  box-sizing: border-box;
  padding: 45px;
  background-color: #f5f5f5;
  border: 1px solid #e6e6e6;
  font-size: 16px;
}
#dvUserBox .dvLoginRegist p.msg {
  text-align: center;
  font-size: 18px;
  padding: 15px 0 5px;
  line-height: 1.8;
}
#dvUserBox .dvLoginRegist p.msg span {
  font-size: 14px;
}
.point_pre {
  background: white;
  padding: 30px !important;
  margin: 15px 0 25px;
  font-size: 14px;
  line-height: 1.8;
}
.point_pre .tlt {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 10px;
  text-align: center;
}

#dvUserBox #dvLogin .dvLoginLogin ul {
  padding: 0 0 20px;
}
#dvUserBox .Login #dvLogin .dvLoginLogin ul {
  padding-top: 40px;
}
#dvUserBox #dvLogin .dvLoginLogin ul li {
  margin: 0 0 15px;
}
#dvUserBox #dvLogin .dvLoginLogin ul li:nth-child(3) {
  position: relative;
  text-indent: 20px;
}
#dvUserBox #dvLogin .dvLoginLogin ul li span {
  display: inline-block;
  font-weight: bold;
  margin-bottom: 5px;
}
#dvUserBox #dvLogin .dvLoginLogin ul li input.loginIdInMailAddr,
#dvUserBox #dvLogin .dvLoginLogin ul li input.loginPass {
  border: 2px solid #555;
  width: 100%;
  padding: 13px;
  box-sizing: border-box;
}

#dvUserBox label {
  color: inherit;
}

#dvUserBox #dvLogin .dvLoginLogin p span {
  float: left;
}
#dvUserBox #dvLogin .dvLoginLogin .btn-org {
  display: block;
  margin-bottom: 20px;
}

#dvUserBox #dvLogin .dvLoginLogin .line {
  background-color: #00b900 !important;
}
#dvUserBox #dvLogin .dvLoginLogin .line img {
  width: 35px;
  height: auto;
  margin-right: 5px;
  vertical-align: middle;
}

#dvUserBox #dvLogin #dvLoginWrap .dvLoginReminder p {
  float: none;
  text-align: center;
}
#dvUserBox #dvLogin #dvLoginWrap .dvLoginReminder p a {
  text-decoration: underline;
}

#dvUserBox.OrderOwnerDecision h3 {
  font-size: 30px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: normal;
  letter-spacing: normal;
  text-indent: 0;
}
#dvUserBox.OrderOwnerDecision #dvLogin h3 + p,
#dvUserBox.OrderOwnerDecision #dvLogin .dvLoginRegist h3 + p {
  margin: 30px 0;
  text-align: center;
  line-height: 1.7;
}

#dvUserBox.OrderOwnerDecision #dvLogin .dvLoginRegist .btn {
  margin-bottom: 15px;
}
#dvLogin .dvLoginRegist .regist_attention {
  font-size: 10.5px;
  text-align: center;
  padding: 3px 0 10px;
  color: #e60012;
}

/*PasswordReminder*/

#dvPasswordReminderInput {
  font-size: 16px;
}
#dvUserBox #dvPasswordReminderInput,
#dvUserBox #dvPasswordModifyInput {
  line-height: 1.8;
}
.dvReminder {
  width: 760px;
  margin: 90px auto 80px;
  display: flex;
  flex-wrap: wrap;
  justify-content: left;
}

.dvReminder input,
.dvReminder a {
  height: 50px;
  line-height: 50px;
}

.dvReminder input {
  padding: 13px;
  border: 2px solid #555;
  box-sizing: border-box;
  width: 435px;
  font-size: 16px;
}

.dvReminder .btn {
  color: #fff !important;
  background-color: #555;
  letter-spacing: 0.1em;
  padding: 0;
  font-size: 17px;
  width: 320px;
  text-align: center;
}
.dvReminder .btn:hover {
  background-color: #555;
}

#dvPasswordReminderInput .support {
  width: 720px;
  border: 1px solid #e6e6e6;
  padding: 50px 40px;
  margin: 0 auto 70px;
  box-sizing: border-box;
}

#dvPasswordReminderInput .support p {
  line-height: 1.5 !important;
}

#dvPasswordReminderInput .support p:first-child {
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 30px;
}
#dvPasswordReminderInput .support p:first-child img {
  display: block;
  width: 35px;
  float: left;
  padding: 18px 15px;
}
#dvPasswordReminderInput .support p:nth-child(2) {
  font-size: 16px;
  margin-bottom: 20px;
}
#dvPasswordReminderInput .support p:nth-child(3) {
  font-size: 52px;
  font-weight: bold;
  text-align: center;
}
#dvPasswordReminderInput .support p:nth-child(4) {
  font-size: 16px;
  text-align: center;
}
#dvPasswordReminderInput .support p:nth-child(3) img {
  width: 40px;
  margin-right: 15px;
  vertical-align: 0;
}

#dvPasswordReminderInput .btn-prev {
  text-align: center;
}

#dvUserBox .completeInfo {
  background: transparent;
  text-align: left;
  padding: 0;
  line-height: 1.8;
  margin-bottom: 80px;
  font-size: 16px;
  border: 0;
}

#dvPasswordReminderComplete .dvUserBtnBox {
  width: 420px;
  margin: 0 auto;
}

#dvPasswordModifyInput .Password input {
  width: 463px;
}

#dvPasswordModifyInput p {
  line-height: 1.8;
}
#dvPasswordModifyInput .userBox {
  margin: 40px 0 80px;
}
#dvPasswordModifyInput dl dd p {
  margin: 10px 0;
}

#dvPasswordModifyInput .dvUserBtnBox {
  width: 320px;
  margin: 0 auto;
}

/*UserRegist*/

#dvHeaderRegistClumbs {
  margin: 30px 0;
}

#dvUserBox #dvUserRegistInput {
  margin: 40px auto 0;
}

#dvUserBox #dvUserRegistInput .line {
  display: block;
  width: 400px;
  margin: 0 auto 75px;
}

#dvUserBox #dvUserRegistInput .line {
  background-color: #00b900 !important;
}
#dvUserBox #dvUserRegistInput .line img {
  width: 35px;
  height: auto;
  margin-right: 10px;
}

#dvUserBox #dvUserRegistInput .separate {
  text-align: center;
  font-size: 20px;
  padding: 0;
  overflow: hidden;
  width: 100%;
  margin: 0 auto 60px;
}

#dvUserBox #dvUserRegistInput .separate span {
  background-color: #fff;
  position: relative;
  display: inline-block;
  height: 55px;
  line-height: 50px;
  padding: 0 15px;
}

#dvUserBox #dvUserRegistInput .separate span::before,
#dvUserBox #dvUserRegistInput .separate span::after {
  position: absolute;
  top: 50%;
  content: "";
  width: 999em;
  height: 1px;
  background-color: #333;
}
#dvUserBox #dvUserRegistInput .separate span::before {
  right: 100%;
}
#dvUserBox #dvUserRegistInput .separate span::after {
  left: 100%;
}

#dvUserBox #dvUserRegistInput .separate + p {
  font-size: 16px;
  margin-bottom: 50px;
}

#dvUserBox #dvUserRegistInput table th,
#dvUserBox #dvUserRegistConfirm table th,
#dvUserBox #dvUserRegistInput table td,
#dvUserBox #dvUserRegistConfirm table td {
  padding: inherit;
  border: 0;
  width: auto;
}

#dvUserBox #dvUserRegistInput table,
#dvUserBox #dvUserRegistConfirm table {
  width: auto;
  padding: inherit;
  border: 0;
}

#dvUserBox #dvUserRegistInput .dvUserBtnBox,
#dvUserBox #dvUserRegistConfirm .dvUserBtnBox {
  width: 450px;
  margin: 0 auto;
  text-align: center;
}
#dvUserBox #dvUserRegistInput .dvUserBtnBox .btn,
#dvUserBox #dvUserRegistConfirm .dvUserBtnBox .btn {
  width: 370px;
}

#dvUserBox #dvUserRegistInput .dvUserBtnBox p {
  font-size: 20px;
  margin-bottom: 30px;
}
#dvUserBox #dvUserRegistInput .dvUserBtnBox p a {
  text-decoration: underline;
}

#dvUserBox #dvUserRegistInput .btn-prev,
#dvUserBox #dvUserRegistConfirm .btn-prev {
  text-align: center;
  margin-top: 50px;
}

/*UserRegistConfirm*/

#dvUserRegistConfirm > p {
  font-size: 16px;
  margin-bottom: 30px;
}

/*UserRegistComplete*/

#dvUserRegistComplete .completeInfo .btn-next {
  position: relative;
  padding-right: 20px;
}

#dvUserRegistComplete .completeInfo .btn-next::after {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  border-right: 2px solid #333;
  border-top: 2px solid #333;
  border-radius: 1px;
  transform: rotate(45deg);
  vertical-align: 1px;
  margin-left: 10px;
}

#dvUserRegistComplete .dvUserBtnBox {
  width: 860px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#dvUserRegistComplete .dvUserBtnBox > p {
  width: 49%;
}
#dvUserRegistComplete .dvUserBtnBox > p:first-child .btn {
  background-color: transparent !important;
  border: 1px solid #333;
  color: #333 !important;
  box-sizing: border-box;
  text-shadow: none;
}

#dvUserRegistComplete .dvUserBtnBox > p:first-child .btn::after {
  border-color: #333;
}

/*MailMagazineRegist*/

.dvMailMagazineRegist {
  border: 3px solid #555;
  box-sizing: border-box;
  padding-bottom: 15px;
}

.dvMailMagazineRegist .inner {
  width: 1000px;
  margin: 40px auto;
}

.dvMailMagazineRegist .inner dl {
  width: 920px;
  margin: 40px auto;
}
.dvMailMagazineRegist .inner dl dt {
  width: 135px;
}
.dvMailMagazineRegist .inner dl dd {
  margin-left: 135px;
  padding-left: 25px;
}

.dvMailMagazineRegist p:first-of-type {
  line-height: 1.7;
  font-size: 18px;
}
.dvMailMagazineRegist p:last-of-type {
  line-height: 1.7;
  font-size: 14px;
}

.dvMailMagazineRegist .dvUserBtnBox {
  width: 360px;
  margin: 50px auto !important;
}
#dvMailMagazineRegistInput {
  margin: 0;
}
#dvMailMagazineRegistInput .head {
  text-align: center;
  font-size: 18px;
  line-height: 1.7;
  margin: 80px 0;
}

#dvMailMagazineRegistInput nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

#dvMailMagazineRegistInput nav div {
  width: 49.5%;
  text-align: center;
  font-size: 20px;
  height: 70px;
  line-height: 70px;
}
#dvMailMagazineRegistInput nav div.active {
  background-color: #555;
  color: #fff;
  border-radius: 5px 5px 0 0;
}

#dvMailMagazineRegistInput nav a {
  display: block;
  background-color: #ebebeb;
  color: #828282;
  border-radius: 5px 5px 0 0;
}

#dvMailMagazineRegistConfirm div p {
  font-size: 16px;
  margin: 50px 0 30px;
}

#dvMailMagazineRegistConfirm .dvUserBtnBox {
  width: 360px;
  margin: 50px auto !important;
}

#dvMailMagazineRegistComplete p {
  font-size: 16px;
  line-height: 1.7;
  margin-bottom: 30px;
}
#dvMailMagazineRegistComplete p:first-of-type a {
  text-decoration: underline;
}

#dvMailMagazineRegistComplete .dvUserBtnBox {
  width: 420px;
  margin: 50px auto !important;
}

#dvMailMagazineCancelInput p {
  font-size: 16px;
  line-height: 1.7;
}

#dvMailMagazineCancelInput .dvReminder {
  width: 695px;
}
#dvMailMagazineCancelInput .dvReminder a {
  font-size: 18px;
  width: 260px;
}
#dvMailMagazineCancelInput .btn-prev {
  text-align: center;
}

#dvMailMagazineCancelComplete .completeInfo {
  margin-bottom: 40px;
}

#dvMailMagazineCancelComplete .dvUserBtnBox {
  width: 420px;
  margin: 50px auto !important;
}

/*OrderHistory*/

#dvOrderHistoryList .msg .pager,
#dvOrderHistoryList .msg .favorite {
  display: none;
}

#dvUserBox #dvOrderHistoryList table,
#dvUserBox #dvOrderHistoryList tbody,
#dvUserBox #dvOrderHistoryList table tr,
#dvUserBox #dvOrderHistoryList table th,
#dvUserBox #dvOrderHistoryList table td,
#dvUserBox #dvFixedPurchaseList table,
#dvUserBox #dvFixedPurchaseList tbody,
#dvUserBox #dvFixedPurchaseList table tr,
#dvUserBox #dvFixedPurchaseList table th,
#dvUserBox #dvFixedPurchaseList table td {
  background-color: transparent !important;
  border: 0;
  font-size: 16px;
  padding: 0 !important;
  color: #555 !important;
}
#dvUserBox #dvOrderHistoryList table,
#dvUserBox #dvFixedPurchaseList table {
  border-bottom: 1px solid #dcdcdc;
}

#dvUserBox #dvOrderHistoryList table th,
#dvUserBox #dvFixedPurchaseList table th {
  color: #969696 !important;
  font-size: 18px;
  border-bottom: 1px solid #dcdcdc;
  padding: 10px 0 !important;
}

#dvUserBox #dvOrderHistoryList table .orderNum {
  width: 100px;
}
#dvUserBox #dvOrderHistoryList table .orderDate {
  width: 150px;
}
#dvUserBox #dvOrderHistoryList table .paymentTotal {
  width: 100px;
}
#dvUserBox #dvOrderHistoryList table .orderStatus {
  width: 150px;
}

#dvUserBox #dvOrderHistoryList table td,
#dvUserBox #dvFixedPurchaseList table td {
  padding: 30px !important;
  border-bottom: 1px solid #dcdcdc;
}
#dvUserBox #dvOrderHistoryList table tr:last-of-type td,
#dvUserBox #dvFixedPurchaseList table tr:last-of-type td {
  border-bottom: 0;
}

#dvUserBox #dvOrderHistoryList table td a,
#dvUserBox #dvFixedPurchaseList table td a {
  text-decoration: underline;
}

#dvUserBox #dvOrderHistoryList #pagination .history,
#dvUserBox #dvOrderHistoryList #pagination .favorite {
  display: none;
}

#dvUserBox #pagination {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 50px 0 30px 0;
}

#dvUserBox #pagination span,
#dvUserBox #pagination a {
  display: block;
  font-size: 20px;
  width: 38px;
  height: 38px;
  line-height: 38px;
  text-align: center;
  margin: 0 7px;
}
#dvUserBox #pagination span {
  border: 1px solid #555;
  background-color: #555;
  color: #fff;
}
#dvUserBox #pagination a {
  border: 1px solid #c8c8c8;
}

#dvUserBox #dvOrderHistoryDetail .unit {
  clear: both;
  margin-top: 70px;
}

#dvUserBox #dvOrderHistoryDetail .unit .title {
  font-size: 20px;
  margin-bottom: 30px;
}

#dvUserBox #dvOrderHistoryDetail > ul {
  margin-bottom: 50px;
}
#dvUserBox #dvOrderHistoryDetail > ul li {
  font-size: 16px;
  margin-bottom: 5px;
}

#dvUserBox #dvOrderHistoryDetail .status {
  font-size: 16px;
  padding: 7px 10px;
  background-color: #f0f0f0;
}

#dvUserBox #dvOrderHistoryDetail #CartList div.productList {
  padding: 0;
}
#dvUserBox
  #dvOrderHistoryDetail
  #CartList
  div.productList
  .status
  + div.product {
  border-top: 0;
}

#dvUserBox #CartList div.productList .product dl dd a,
#dvUserBox #CartList div.productList .product dl dd p {
  font-weight: 300 !important;
}

#dvUserBox #dvOrderHistoryDetail table,
#dvUserBox #dvOrderHistoryDetail table th,
#dvUserBox #dvOrderHistoryDetail table td {
  background-color: transparent !important;
  border: 0;
  font-size: 16px;
  padding: 0 !important;
  color: #555 !important;
}

#dvUserBox #dvOrderHistoryDetail table th {
  vertical-align: top;
  padding: 7px 0 !important;
  line-height: 1.5;
  min-width: 180px;
}

#dvUserBox #dvOrderHistoryDetail table td {
  border-left: 1px solid #e2e2e2;
  padding: 7px 0 7px 30px !important;
}
#dvUserBox #dvOrderHistoryDetail table td .btn {
  padding: 10px;
  background-color: transparent;
  border: 1px solid #555;
}

#dvUserBox #dvOrderHistoryDetail table td .selectWrap:empty::after {
  display: none;
}
#dvUserBox #dvOrderHistoryDetail table td input[type="text"] {
  border: 2px solid #555;
  padding: 14px;
  box-sizing: border-box;
}

#dvUserBox #dvOrderHistoryDetail #CartList div.productList div.list .list {
  width: 100%;
}
#dvUserBox #dvOrderHistoryDetail #CartList div.productList div.priceList {
  margin-top: 0;
}

#dvUserBox #dvOrderHistoryDetail #CartList div.productList div.subcartOrder {
  padding: 20px;
}

#dvUserBox #dvOrderHistoryDetail .dvUserBtnBox {
  padding-top: 70px;
  width: 160px;
  margin: 0 auto;
}
#dvUserBox #dvOrderHistoryDetail .btn-prev {
  margin-top: 50px;
}

/*FixedPurchase*/

#dvUserBox #dvFixedPurchaseList table {
  margin: 50px 0 30px;
}

#dvUserBox #dvFixedPurchaseList table th {
  text-align: center !important;
}

#dvUserBox #dvFixedPurchaseList table .fixedPurchaseId {
  width: 120px;
}
#dvUserBox #dvFixedPurchaseList table th.item {
  width: 300px;
}

#dvUserBox #dvFixedPurchaseList table td div {
  margin-bottom: 30px;
}
#dvUserBox #dvFixedPurchaseList table td div:last-of-type {
  margin-bottom: 0;
}
#dvUserBox #dvFixedPurchaseList table td div p {
  margin-bottom: 10px;
  font-weight: 300 !important;
}
#dvUserBox #dvFixedPurchaseList table td div p:first-of-type a {
  font-size: 18px;
  font-weight: 300 !important;
}

#dvUserBox #dvFixedPurchaseList tbody.orderContents td:nth-of-type(4) {
  text-align: right;
}

#dvOrderHistoryDetail .ShippingDate {
  font-size: 16px;
}

#dvOrderHistoryDetail .ShippingDate p {
  margin-bottom: 25px !important;
}
#dvOrderHistoryDetail .ShippingDate .cancel {
  font-size: 14px;
  letter-spacing: 0;
}

#dvOrderHistoryDetail div.btmbtn.below {
  margin-top: 70px !important;
}
#dvOrderHistoryDetail div.btmbtn.below ul li {
  margin-bottom: 50px !important;
}

#dvOrderHistoryDetail .orderBox div.list dt {
  background-color: transparent;
  padding: 15px 15px 15px 25px;
}

#dvOrderHistoryDetail .orderBox div.list dd {
  margin: 0 !important;
  padding: 0 !important;
}

#dvOrderHistoryDetail .OrderPayment .CreditCard > div {
  width: 529px;
}

#dvOrderHistoryDetail .OrderPayment .CreditCard .CreditCardNo input {
  width: 108px;
}
#dvOrderHistoryDetail .OrderPayment .CreditCard > strong {
  margin-bottom: 0;
}
#dvOrderHistoryDetail .OrderPayment .CreditCard div > strong {
  height: 50px;
  line-height: 50px;
}

#dvOrderHistoryDetail .OrderPayment .CreditCard .trSecurityCode input,
#dvOrderHistoryDetail .OrderPayment .CreditCard .CreditAuthorName input {
  width: 100%;
}

/*FavoriteList*/

#dvUserBox #dvFavoriteList .msg .history,
#dvUserBox #dvFavoriteList .msg .pager,
#dvUserBox #dvFavoriteList #pagination .history,
#dvUserBox #dvFavoriteList #pagination .favorite {
  display: none;
}

#dvUserBox #dvFavoriteList #CartList div.productList div.product p.delete a {
  background-color: #555;
  color: #fff;
  font-size: 14px;
  width: 100px;
  height: 35px;
  line-height: 35px;
  font-weight: 400 !important;
  border-radius: 3px;
  position: absolute;
  top: 50%;
  right: 20px;
  margin-top: -16px;
  text-indent: 15px;
}

#dvUserBox
  #dvFavoriteList
  #CartList
  div.productList
  div.product
  p.delete
  a::before,
#dvUserBox
  #dvFavoriteList
  #CartList
  div.productList
  div.product
  p.delete
  a::after {
  content: "";
  background: #fff;
  display: block;
  position: absolute;
  height: 2px;
  width: 15px;
  top: 50%;
  left: 22px;
}

#dvUserBox
  #dvFavoriteList
  #CartList
  div.productList
  div.product
  p.delete
  a::before {
  transform: rotate(135deg);
}

#dvUserBox
  #dvFavoriteList
  #CartList
  div.productList
  div.product
  p.delete
  a::after {
  transform: rotate(-135deg);
}

/*UserPointHistory*/

#dvUserBox #dvUserPointHistoryList div:first-of-type {
  text-align: center;
  font-size: 22px;
  margin-bottom: 70px;
}
#dvUserBox #dvUserPointHistoryList div:first-of-type span {
  font-size: 16px;
}
#dvUserBox #dvUserPointHistoryList div:first-of-type p {
  font-size: 80px;
  font-family: FuturaLTPro-Book;
  text-align: center;
  margin-top: 15px;
}
#dvUserBox #dvUserPointHistoryList div:first-of-type p span {
  font-size: 54px;
}

#dvUserBox #dvUserPointHistoryList table,
#dvUserBox #dvUserPointHistoryList tbody,
#dvUserBox #dvUserPointHistoryList table tr,
#dvUserBox #dvUserPointHistoryList table th,
#dvUserBox #dvUserPointHistoryList table td {
  background-color: transparent !important;
  border: 0;
  font-size: 16px;
  padding: 0 !important;
  color: #555 !important;
}
#dvUserBox #dvUserPointHistoryList table {
  border-bottom: 1px solid #dcdcdc;
}

#dvUserBox #dvUserPointHistoryList table th {
  color: #969696 !important;
  font-size: 18px;
  border-bottom: 1px solid #dcdcdc;
  padding: 10px 0 !important;
  font-weight: 300 !important;
  text-align: center !important;
}

#dvUserBox #dvUserPointHistoryList table td {
  padding: 30px !important;
  text-align: center !important;
}

#dvUserBox #dvUserPointHistoryList #pagination .history,
#dvUserBox #dvUserPointHistoryList #pagination .favorite {
  display: none;
}

/*UserCouponBox*/

.CouponList {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 45px;
  margin-bottom: -45px;
}
.CouponList > div {
  width: 530px;
  border: 5px solid #e6e6e6;
  margin-bottom: 40px;
  padding: 35px 30px 20px 30px;
  box-sizing: border-box;
}

.CouponList > div p:first-of-type {
  font-size: 77px;
  font-family: FuturaLTPro-Book;
  text-align: center;
  margin-bottom: 40px !important;
}

.CouponList > div dl dt {
  font-size: 16px;
}
.CouponList > div dl dd {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 10px;
}

.CouponList > div dl dd span {
  width: 49%;
  text-align: center;
  height: 60px;
  line-height: 60px;
}

.CouponList > div dl dd span:first-of-type {
  background-color: #f0f0f0;
  font-weight: bold !important;
  font-size: 30px;
  font-family: FuturaLTPro-Book;
}

.CouponList > div dl dd span:nth-of-type(2) a {
  display: block;
  background-color: #555;
  color: #fff;
  font-size: 16px;
  border-radius: 3px;
}

.CouponList > div p:nth-of-type(2) {
  text-align: center;
  padding: 20px 0 !important;
  font-size: 18px;
  font-weight: bold !important;
}
.CouponList > div p:nth-of-type(3) {
  line-height: 1.7;
  font-weight: 300 !important;
}

/*UserModify*/

#dvUserModify > p {
  font-size: 16px;
  margin-bottom: 40px;
}

#dvUserModify .userBox dl {
  margin-bottom: 70px;
}
#dvUserModify .userBox dl dd.Password input {
  margin-bottom: 0;
}
#dvUserModify .userBox dl dd.Password p {
  margin: 10px 0;
}
#dvUserModify .userBox .title {
  font-size: 20px;
  margin-bottom: 30px;
}

#dvUserModify .dvUserBtnBox {
  width: 320px;
  margin: 50px auto !important;
}
#dvUserModify.dvUserModifyComplete .dvUserBtnBox {
  width: 420px;
}
#dvUserModify .dvUserBtnBox .btn-inverse {
  margin-bottom: 50px;
}

/*UserShipping*/

#dvUserBox #dvUserShippingList > p {
  font-size: 16px;
  margin-bottom: 50px;
}
#dvUserBox #dvUserShippingList .add .btn {
  background-color: #555;
  color: #fff;
  font-size: 18px;
  width: 320px;
  height: 70px;
  line-height: 70px;
  text-align: center;
  border-radius: 3px;
}

#dvUserBox #dvUserShippingList table,
#dvUserBox #dvUserShippingList tbody,
#dvUserBox #dvUserShippingList table tr,
#dvUserBox #dvUserShippingList table th,
#dvUserBox #dvUserShippingList table td {
  background-color: transparent !important;
  border: 0;
  font-size: 16px;
  padding: 0 !important;
  color: #555 !important;
}

#dvUserBox #dvUserShippingList table {
  margin: 60px 0 40px;
}

#dvUserBox #dvUserShippingList table th {
  color: #969696 !important;
  font-size: 18px;
  border-bottom: 1px solid #dcdcdc;
  padding: 10px 0 !important;
  font-weight: 300 !important;
  text-align: center;
}

#dvUserBox #dvUserShippingList table td {
  padding: 30px !important;
  border-bottom: 1px solid #dcdcdc;
}

#dvUserBox #dvUserShippingList table td.shippingName {
  text-align: center;
}
#dvUserBox #dvUserShippingList table .updatedelete {
  text-align: right;
}
#dvUserBox #dvUserShippingList table .updatedelete a {
  display: inline-block;
  margin: 0 15px;
  font-size: 16px;
  text-decoration: underline;
}

#dvUserBox .dvUserShippingInput,
#dvUserBox .UserDefaultOrderSettingList {
  margin-bottom: -30px;
}

#dvUserBox .dvUserShippingInput .userBox dl dd.nameShipping input {
  width: 465px;
}

#dvUserShipping > p {
  font-size: 16px;
  margin-bottom: 40px;
  line-height: 1.7;
}

#dvUserShipping .dvUserBtnBox {
  width: 320px;
  margin: 50px auto !important;
}
#dvUserShipping .dvUserBtnBox .btn-inverse {
  margin-bottom: 50px;
}

/*dvUserCreditCardList*/
#dvUserBox #dvUserCreditCardInput p {
  margin: 0;
  padding: 0;
}

#dvUserBox #dvUserCreditCardList > p {
  font-size: 16px;
  margin-bottom: 50px;
}
#dvUserBox #dvUserCreditCardList .add .btn {
  background-color: #555;
  color: #fff;
  font-size: 18px;
  width: 320px;
  height: 70px;
  line-height: 70px;
  text-align: center;
  border-radius: 3px;
}

#dvUserBox #dvUserCreditCardList table,
#dvUserBox #dvUserCreditCardList tbody,
#dvUserBox #dvUserCreditCardList table tr,
#dvUserBox #dvUserCreditCardList table th,
#dvUserBox #dvUserCreditCardList table td {
  background-color: transparent !important;
  border: 0;
  font-size: 16px;
  padding: 0 !important;
  color: #555 !important;
}

#dvUserBox #dvUserCreditCardList table {
  margin: 60px 0 40px;
}

#dvUserBox #dvUserCreditCardList table th {
  color: #969696 !important;
  font-size: 18px;
  border-bottom: 1px solid #dcdcdc;
  padding: 10px 0 !important;
  font-weight: 300 !important;
  text-align: center;
}
#dvUserBox #dvUserCreditCardList table th.productName {
  text-align: left;
  padding: 10px 30px !important;
}

#dvUserBox #dvUserCreditCardList table th.Expiration {
  width: 150px;
}

#dvUserBox #dvUserCreditCardList table td {
  padding: 30px !important;
  border-bottom: 1px solid #dcdcdc;
}

#dvUserBox #dvUserCreditCardList table td.CreditcardName,
#dvUserBox #dvUserCreditCardList table td.Expiration {
  text-align: center;
}
#dvUserBox #dvUserCreditCardList table .CreditCardDetail {
  width: 200px;
}
#dvUserBox #dvUserCreditCardList table .CreditCardDetail .iteminfo {
  width: auto;
  margin-bottom: 12px;
  float: none;
}
#dvUserBox
  #dvUserCreditCardList
  table
  .CreditCardDetail
  .iteminfo:last-of-type {
  margin-bottom: 0;
}
#dvUserBox #dvUserCreditCardList table .delete {
  width: 200px;
  text-align: right;
}
#dvUserBox #dvUserCreditCardList table .delete a {
  display: inline-block;
  margin: 0 15px;
  font-size: 16px;
  text-decoration: underline;
  background-color: transparent;
}

#dvUserCreditCardList > p {
  font-size: 16px;
  margin-bottom: 40px;
  line-height: 1.7;
}

#dvUserCreditCardList .dvUserBtnBox {
  width: 320px;
  margin: 50px auto !important;
}
#dvUserCreditCardList .dvUserBtnBox .btn-inverse {
  margin-bottom: 50px;
}

#dvUserCreditCardInput dl dd {
  margin: 40px 0;
  padding: 0;
  border: 0;
}

.OrderPayment .CreditCard .CreditCardName input,
.OrderPayment .CreditCard .trSecurityCode input {
  width: 570px;
}
.OrderPayment .CreditCard > div.token {
  line-height: 50px;
}

#dvUserCreditCardInput .dvUserBtnBox,
#dvUserCreditCardConfirm .dvUserBtnBox {
  width: 320px;
  margin: 50px auto !important;
}
#dvUserCreditCardInput .dvUserBtnBox .btn-inverse,
#dvUserCreditCardConfirm .dvUserBtnBox .btn-inverse {
  margin-bottom: 50px;
}

/*dvUserModify*/

#dvUserBox #dvUserModifyInput table,
#dvUserBox #dvUserModifyConfirm table,
#dvUserBox #dvUserModifyInput table td,
#dvUserBox #dvUserModifyConfirm table td {
  padding: 0;
  border: 0;
}

/*UserDefaultOrderSetting*/
#UserDefaultOrderSetting > p {
  font-size: 16px;
  margin-bottom: 40px;
  line-height: 1.7;
}
#UserDefaultOrderSetting > ul {
  margin: 50px 0;
}
#UserDefaultOrderSetting > ul li {
  margin-bottom: 20px;
}
#UserDefaultOrderSetting > ul li a {
  font-size: 16px;
  text-decoration: underline;
}
#UserDefaultOrderSetting .default p {
  font-size: 18px;
  padding: 30px 0;
  line-height: 1.7;
}
#UserDefaultOrderSetting p.title {
  font-size: 20px;
}
#UserDefaultOrderSetting .userBox {
  margin-top: 20px;
}
#UserDefaultOrderSetting .dvUserBtnBox {
  width: 400px;
  margin: 50px auto !important;
}
#UserDefaultOrderSetting .dvUserBtnBox .btn-inverse {
  margin-bottom: 50px;
}

#UserDefaultOrderSetting .selectWrap {
  width: 560px;
  margin-top: 20px;
}

/*dvUserWithdrawInput*/

#dvUserWithdrawInput h4 {
  text-align: center;
  font-size: 22px;
  font-weight: bold !important;
  margin-bottom: 50px;
}

#dvUserWithdrawInput h4 img {
  width: 30px;
  height: auto;
  margin-right: 10px;
  vertical-align: -5px;
}

#dvUserWithdrawInput .dvWithdrawInfo {
  width: 960px;
  padding: 50px 50px 35px;
  background-color: #f5f5f5;
  margin: 0 auto;
  box-sizing: border-box;
}

#dvUserWithdrawInput .dvWithdrawInfo ul li {
  font-size: 16px;
  margin-bottom: 15px;
  padding-left: 20px;
  line-height: 1.7;
  letter-spacing: 0;
}
#dvUserWithdrawInput .dvWithdrawInfo ul li::before {
  content: "●";
  display: inline-block;
  margin: 0 3px 0 -20px;
}

#dvUserWithdrawInput .dvWithdrawInfo ul li a {
  text-decoration: underline;
}

#dvUserWithdrawInput .dvWithdrawInfo + div {
  font-size: 16px;
  line-height: 1.7;
  margin: 50px 0 40px;
}

#dvUserWithdrawInput .support {
  width: 560px;
  border: 1px solid #e6e6e6;
  padding: 35px 0;
  margin: 0 auto 40px;
  box-sizing: border-box;
}

#dvUserWithdrawInput .support p {
  line-height: 1.5 !important;
}

#dvUserWithdrawInput .support p:nth-child(1) {
  font-size: 52px;
  font-weight: bold;
  text-align: center;
}
#dvUserWithdrawInput .support p:nth-child(2) {
  font-size: 16px;
  text-align: center;
}
#dvUserWithdrawInput .support p:nth-child(1) img {
  width: 40px;
  margin-right: 15px;
  vertical-align: 0;
}

/*ボタン系*/

.btn {
  padding: 0;
  box-shadow: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  text-shadow: none;
  background-image: none;
  border: none;
  /*background-color: transparent !important;*/
  line-height: normal;
  box-shadow: none;
}

.btn:hover {
  opacity: 1;
}
.btn:active {
  /*background-color: transparent !important;*/
  background: none;
  box-shadow: none;
}

.btn-large {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  padding: 0;
}

.btn-success,
.btn-success:hover,
.btn-org-blk,
.btn-org-blk:hover,
.btn-inverse,
.btn-inverse:hover {
  background-color: #555 !important;
  color: #fff !important;
  border: none;
  width: 100%;
  height: 70px;
  line-height: 70px;
  border-radius: 3px;
  font-size: 18px;
  padding: 0;
  letter-spacing: 0.1em;
  text-indent: 0.1em;
  font-weight: normal;
}

.btn-success::after,
.btn-inverse::after {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  border-right: 2px solid #fff;
  border-top: 2px solid #fff;
  border-radius: 1px;
  transform: rotate(45deg);
  vertical-align: 2px;
  margin-left: 10px;
}

.btn-next .btn {
  position: relative;
  font-size: 16px !important;
  padding-right: 5px !important;
  background: transparent !important;
}

.btn-next .btn::after {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  border-right: 2px solid #555;
  border-top: 2px solid #555;
  border-radius: 1px;
  transform: rotate(45deg);
  vertical-align: 1px;
  margin-left: 5px;
}

.btn-prev .btn {
  position: relative;
  font-size: 16px !important;
  padding-left: 5px !important;
  background: transparent !important;
}

.btn-prev .btn::before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  border-left: 2px solid #555;
  border-bottom: 2px solid #555;
  border-radius: 1px;
  transform: rotate(45deg);
  vertical-align: 1px;
  margin-right: 5px;
}

/*.OrderPayment .orderBox dl.list > dd{ padding-top: 40px;}*/

/*.btn-mini {
  display: inline-block;
  padding: 4px 10px 4px;
  margin-bottom: 0;
  font-size: 13px;
  line-height: 18px;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-color: #f5f5f5;
  border: 1px solid #cccccc;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  border-color: #e6e6e6 #e6e6e6 #bfbfbf;
  border-bottom-color: #b3b3b3;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
}

.btn-mini:hover {
  background-color: #f5f5f5;
}*/

/*---------- ログインページ・注文手続きに設置するパスワード再発行で100PTプレゼントコーナー */

.old_account_100pt_wrap {
  padding: 0 30px;
  margin: 50px 0 120px;
}
.old_account_100pt_title {
  background-color: #f5f5f5;
  font-size: 30px;
  color: #555555;
  font-weight: normal;
  text-align: center;
  padding: 30px 0;
  margin-bottom: 40px;
  border: 1px solid #e6e6e6;
}
.old_account_100pt_title_br {
  display: none;
}
.old_account_100pt_in {
  max-width: 752px;
  margin: 0 auto;
}
.old_account_100pt_image {
  text-align: center;
  margin-bottom: 30px;
}
.old_account_100pt_image > img {
  max-width: 100%;
}
.old_account_100pt_desc {
  font-size: 22px;
  line-height: 1.5;
  margin: 0 0 20px;
}
.old_account_100pt_desc > span {
  color: red;
  font-weight: bold !important;
  text-decoration: underline;
  text-underline-position: under;
}
.old_account_100pt_note_list {
  margin: 0 0 50px;
  padding: 0;
  list-style: none;
}
.old_account_100pt_note_list > div {
  position: relative;
  margin: 0;
  padding: 0 0 0 18px;
  list-style: none;
  font-size: 14px;
  line-height: 1.5;
}
.old_account_100pt_note_list > div > span {
  position: absolute;
  top: 0;
  left: 0;
}
.old_account_100pt_button {
  text-align: center;
}
.old_account_100pt_button > a {
  display: inline-block;
  color: #fff;
  font-size: 18px;
  letter-spacing: 0.1em;
  background-color: #555555;
  text-decoration: none;
  padding: 20px 70px;
  border-radius: 3px;
}
.old_account_100pt_button > a::after {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  border-right: 2px solid #fff;
  border-top: 2px solid #fff;
  border-radius: 1px;
  transform: rotate(45deg);
  vertical-align: 2px;
  margin-left: 10px;
}

/*COLUMN*/
.topColumn {
  padding: 85px 0;
}
.topColumn .title {
  font-size: 24px;
  font-family: FuturaLTPro-Book;
  letter-spacing: 0.15em;
}

.topColumn .listColumn {
  width: 1100px;
  margin: 0 auto;
}

.topColumn .listColumn ul {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
}

.topColumn .listColumn li {
  width: 40%;
  padding: 0 1%;
}

.topColumn .listColumn li img {
  max-width: 100%;
  width: 100%;
  object-fit: cover;
}

.topColumn .listColumn__title {
  padding: 10px;
  line-height: 1.8;
}

/*PICKUP ITEM*/
.pickupItem {
  padding: 85px 0;
}
.pickupItem .title {
  font-size: 24px;
  font-family: FuturaLTPro-Book;
  letter-spacing: 0.15em;
}

.ess {
  top: 8px;
  margin-right: 20px;
  padding: 8px 8px 10px;
  position: relative;
  display: inline;
  font-size: 12px;
  line-height: 1.2;
  color: #fff;
  background-color: #dc536d;
  border-radius: 2px;
  text-align: right;
  float: right;
}

.reserveBox {
  background: #f5f5f5;
  padding: 25px;
  border-radius: 2px;
  margin-top: 25px;
}
.reserveBox .tit {
  font-size: 18px !important;
  font-weight: bold;
  color: #e60012 !important;
}
.reserveBox #arriveScheduleViewArea {
  font-size: 15px;
  margin: 12px 0 0;
}
.reserveBox ul.info {
  font-size: 11px;
  margin: 5px 0 0 0;
}
.reserveBox ul.info li {
  margin-bottom: 5px;
}

/*ログイン周り*/
#dvUserBox #dvLogin .dvLoginLogin .line img {
  transform: none;
}
#dvUserBox #dvLogin .dvLoginLogin ul li .info_item {
  margin-left: 0;
  text-align: center;
}
#dvUserBox #dvLogin #dvLoginWrap .dvLoginReminder a {
  font-size: 14px;
}
#dvUserBox #dvLogin #dvLoginWrap .dvLoginReminder {
  margin-top: 10px;
}

/*カート画面ーおすすめ商品*/
.related-list {
  margin-top: 36px;
}
.UserPage #Contents .related-band {
  display: block;
  padding: 9px;
  margin-bottom: 24px;
  font-size: 15px;
  font-weight: 600;
  color: #FFF;
  text-align: center;
  background: #F46C86;
}
.related-pros {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.related-pro {
  width: 24%;
  max-width: 160px;
  text-align: center;
}
.related-pros::before,
.related-pros::after {
  content: "";
  width: 24%;
  max-width: 160px;
  order: 1;
}
.related-pro-img {
  font-size: 0;
}
.UserPage #Contents .related-pro-name {
  display: flex;
  height: 4.5em;
  margin: 4px 0;
  font-size: 15px;
  font-weight: 500;
  color: #F46C86;
  align-items: center;
  justify-content: center;
}
.related-pro-price {
  margin-bottom: 16px;
  font-size: 12px;
}
.related-pro .btn {
  display: flex;
  width: 100%;
  padding: 3px 4px 5px;
  font-size: 12px;
  color: #FFF;
  font-weight: 500;
  background: #F46C86;
  border-radius: 30px;
  align-items: center;
  justify-content: center;
}

/*カート画面ログイン状態編集*/
#CartList div.productList div.subcartOrder .sign-box p.cart-l-tt {
  margin: 30px 0 26px;
  font-size: 15px;
  text-align: center;
  font-weight: 600;
}
.UserPage #Contents .sign-box form .form-item {
  margin-bottom: 7px;
  font-size: 13px;
}
.UserPage #Contents .sign-box form input[type="email"],
.UserPage #Contents .sign-box form input[type="password"] {
  width: 100%;
  height: 40px;
  padding: 0 12px;
  margin-bottom: 7px;
  background: #FFF;
  border: 1px solid #C8C8C8;
  border-radius: 6px;
}
.sign-box form .checkboxWrap label::before {
  width: 20px;
  height: 20px;
  border: 1px solid #c8c8c8;
}
.sign-box form .checkboxWrap {
  margin: 10px 0 27px;
}
.sign-box form .checkboxWrap label::before {
  width: 20px;
  height: 20px;
  border: 1px solid #c8c8c8;
}
.sign-box form .checkboxWrap label::after {
  width: 12px;
  height: 12px;
}
.UserPage #Contents .cartOrder .subcartOrder .sign-box input[type="submit"],
.UserPage #Contents .cartOrder .subcartOrder .sign-box .btn-success,
.UserPage #CartList div.productList div.cartOrder .btn-success {
  display: flex;
  width: 100%;
  max-width: 100%;
  height: 64px;
  margin-bottom: 16px;
  font-size: 16px;
  font-weight: 600;
  color: #FFF;
  background: #F76380 !important;
  border: none;
  border-radius: 6px;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.UserPage #CartList div.productList div.cartOrder .btn-success::after,
.UserPage #Contents .cartOrder .subcartOrder .sign-box .btn-success::after {
  content: none;
}
.UserPage #Contents .cartOrder .subcartOrder .sign-box .forget-pass {
  display: block;
  margin-bottom: 27px;
  font-size: 12px;
  text-align: center;
  text-decoration: underline;
}
.UserPage #Contents .cartOrder .subcartOrder .sign-box .line-token-set-btn {
  display: flex;
  width: 100%;
  height: 48px;
  font-size: 16px;
  font-weight: 600;
  color: #FFF;
  line-height: 1.5;
  background: #4CC764 !important;
  align-items: center;
  justify-content: center;
}
.UserPage #Contents .cartOrder .subcartOrder .sign-box .line-token-set-btn img {
  width: 25px;
  height: auto;
  margin: 3px 8px 0 0;
  font-size: 0;
  line-height: 1;
  transform: none;
}
#CartList div.productList div.subcartOrder .sign-box p.cart-l-tt:not(:first-child) {
  padding-top: 30px;
  margin-top: 32px;
  border-top: 1px solid #C8C8C8;
}

.tinputchk {
  font-size: 80%;
  color: #ff2b2b;
}


/*AUTO チャットボート 調整*/
#q-app {
  position: fixed;
  display: flex;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  align-items: center;
  justify-content: center;
  pointer-events: none;
  z-index: 100;
}
#q-app #smart-dialog {
  position: relative !important;
  bottom: auto !important;
  height: calc(100% - 80px) !important;
  overflow-y: auto !important;
  --chat-width: 480px !important;
  --chat-height: calc(100% - 80px) !important;
  --message-sent-width: 350px !important;
  --toolbar-bg-color: #ff81b2 !important;
  --toolbar-color: white !important;
  --message-bg-color: #ffffff99 !important;
  --received-message-bg-color: #fee9f7 !important;
  --received-message-text-color: #333 !important;
  --sent-message-bg-color: #EFEFEF !important;
  --sent-message-text-color: #333 !important;
  --error-form-bg-color: #fdd !important;
  --error-form-text-color: #333 !important;
  --popup-speed: 0.3s !important;
  pointer-events: auto;
}
#q-app #smart-dialog .layout-padding .chat-next-button {
  background-color: rgb(255 122 161) !important;
  box-shadow: rgb(255 66 164 / 91%) 0px 5px !important;
}
#q-app .q-btn--flat .q-btn__wrapper:before, .q-btn--outline .q-btn__wrapper:before, .q-btn--unelevated .q-btn__wrapper:before {
  background-color: rgb(255 122 161) !important;
}
#q-app .app_bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  opacity: 0;
  pointer-events: none;
}
#q-app .chat-running + .app_bg {
  opacity: 1;
  pointer-events: auto;
}
#q-app .chat-running.chat-desktop,
#q-app .chat-running.chat-mobile {
  display: block;
}
#q-app .chat-desktop,
#q-app .chat-mobile {
  display: none;
}
#q-app .q-dialog .row,
#q-app .q-menu .row {
  color: #FFF;
}
#q-app #smart-dialog .layout-padding .chat-update-button {
  background-color: rgb(255 122 161) !important;
  box-shadow: rgb(255 66 164 / 91%) 0px 5px !important;
}

.q-card__actions .q-btn__content {
  color: #FFF;
}
.q-dialog__inner>.q-card>.q-card__actions .q-btn--rectangle .q-btn__wrapper {
  background: #fa7091;
}

/*カート予約*/
.enabled_cart-note {
  max-width: 740px;
  padding: 10px 20px;
  color: #e60012;
  border: 1px solid #e60012;
}
.UserPage #Contents .enabled_cart-note p {
  display: block;
  padding-left: 1em;
  margin: 0;
  font-size: 12px;
  line-height: 1.4;
  font-weight: 300;
  text-indent: -1em;
}
#CartList .product_tag-list {
  display: flex;
  padding: 6px 0 0;
  gap: 12px;
}
#CartList .product_tag {
  display: block;
  padding: 3px 5px 4px;
  margin: 0;
  font-size: 12px;
  line-height: 1.2;
  color: #fa7998;
  border: 1px solid #fa7998;
  border-radius: 4px;
}

#CartList div.productList div.product p.delete {
  font-size: 10px;
  padding-top: 27px;
  width: 50px;
}

#CartList div.productList div.product p.delete a {
  font-size: 13px;
}