@charset "UTF-8";
.hide-for-small-only, .hide-for-small-up, .hide-for-small, .hide-for-small-down, .show-for-medium-only, .show-for-medium-up, .show-for-medium, .hide-for-medium-down, .show-for-large-only, .show-for-large-up, .show-for-large, .hide-for-large-down, .show-for-xlarge-only, .show-for-xlarge-up, .show-for-xxlarge-only, .show-for-xxlarge-up {
  display: none !important;
}

.show-for-small-only, .show-for-small-up, .show-for-small, .show-for-small-down, .hide-for-medium-only, .hide-for-medium-up, .hide-for-medium, .show-for-medium-down, .hide-for-large-only, .hide-for-large-up, .hide-for-large, .show-for-large-down, .hide-for-xlarge-only, .hide-for-xlarge-up, .hide-for-xxlarge-only, .hide-for-xxlarge-up {
  display: inherit !important;
}

@media only screen and (min-width: 750px) {
  .hide-for-small-only, .show-for-small-up, .hide-for-small, .hide-for-small-down, .show-for-medium-only, .show-for-medium-up, .show-for-medium, .show-for-medium-down, .hide-for-large-only, .hide-for-large-up, .hide-for-large, .show-for-large-down, .hide-for-xlarge-only, .hide-for-xlarge-up, .hide-for-xxlarge-only, .hide-for-xxlarge-up {
    display: inherit !important;
  }
  .show-for-small-only, .hide-for-small-up, .show-for-small, .show-for-small-down, .hide-for-medium-only, .hide-for-medium-up, .hide-for-medium, .hide-for-medium-down, .show-for-large-only, .show-for-large-up, .show-for-large, .hide-for-large-down, .show-for-xlarge-only, .show-for-xlarge-up, .show-for-xxlarge-only, .show-for-xxlarge-up {
    display: none !important;
  }
}
.cf:after {
  clear: both;
  display: block;
  content: "";
}

.soldout {
  color: #c8161e;
}

/* pager STYLE
-------------------------------*/
.pager .total_rows-wrapper,
.pager .pagination-wrapper {
  margin-bottom: 10px;
}

.pager.pager_footer {
  margin-top: 10px;
}

@media only screen and (max-width: 40.063em) {
  /* small */
  .pager .total_rows-wrapper {
    padding-bottom: 0;
  }
}
/* SIGNUP STYLE
-------------------------------*/
.signup .attention {
  margin: 15px 0 15px 0;
}

.signup h3.subtitle {
  background-color: #fff;
  color: #000;
  font-size: 16px;
  padding: 0 0 20px;
}

.signup .rule {
  background-color: #fff;
  padding: 20px 50px;
  overflow: auto;
  height: 380px;
  border: 1px solid #A5A5A5;
}

.signup .rule h3 {
  margin: 20px 0 0 0;
}

.signup .rule h4 {
  margin: 15px 0 0 0;
  font-weight: bold;
}

.signup .rule dt {
  font-weight: bold;
  margin-top: 10px;
}

.signup .buttonArea {
  /*margin-top: 30px;*/
}

.signup .buttonAttention {
  margin: 30px 0;
}

@media only screen and (max-width: 40.063em) {
  /* small */
  .signup .rule {
    padding: 10px;
    height: 200px;
  }
  .signup .buttonAttention {
    text-align: left;
    margin: 15px 0 30px 0;
  }
}
/* mypage STYLE
-------------------------------*/
.mypage.mainContents {
  margin-bottom: 130px;
  color: #fff;
}
@media only screen and (min-width: 1024px) and (max-width: 767px) {
  .mypage.mainContents {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media only screen and (min-width: 1024px) and (min-width: 768px) {
  .mypage.mainContents {
    padding-left: min(7.2916666667%, 140px);
    padding-right: min(7.2916666667%, 140px);
  }
}
@media only screen and (min-width: 1024px) and (min-width: 768px) and (max-width: 1023px) {
  .mypage.mainContents {
    padding-left: 75px;
    padding-right: 75px;
  }
}

.mypage h2.title {
  margin: 0 0 45px;
  font-size: 2.6rem;
  font-family: var(--cinzel);
  color: #999999;
  letter-spacing: 0.23em;
}
@media only screen and (max-width: 1023px) {
  .mypage h2.title {
    font-size: 2rem;
    margin-bottom: 30px;
    padding: 0 20px;
  }
}

.mypage .member_name {
  margin-bottom: 85px;
  font-size: 18px;
}
@media only screen and (max-width: 1023px) {
  .mypage .member_name {
    margin-bottom: 35px;
  }
}

.mypage .login_date {
  font-size: 1rem;
}

@media only screen and (max-width: 1023px) {
  .mypage .mainContentsInner {
    display: flex;
    flex-direction: column;
  }
}
@media only screen and (min-width: 1024px) {
  .mypage .mainContentsInner {
    display: grid;
    grid-template-columns: 1fr 2fr;
    gap: 0 70px;
    grid-template-areas: "side main";
  }
}

.mypage .mainContentsInner .side_area {
  background-color: #171717;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 40px;
  box-shadow: 0px 3px 26px rgba(0, 0, 0, 0.25);
  height: fit-content;
}
@media only screen and (min-width: 1024px) {
  .mypage .mainContentsInner .side_area {
    border-radius: 20px;
    grid-area: side;
    padding: 32px 40px 100px;
  }
}

@media only screen and (min-width: 1024px) {
  .mypage-top .mainContentsInner,
  .history .mainContentsInner
  {
    grid-area: main;
    background: url(../img/mypage/bg.png) no-repeat;
    background-position: calc(50% - 200px) -266px;
    background-size: 100%;
  }
  .mypage-top .mainContentsInner.noData,
  .history .mainContentsInner.noData {
    background-size: 0%;
  }
}

.clearfix::before, .clearfix::after {
  display: none;
}

.mypage .mainContentsInner .main_area {
  margin-top: 20px;
  margin-bottom: 20px;
}
.mypage .mainContentsInner .main_area .ttl_section {
  margin-bottom: 12px;
  padding-bottom: 7px;
  border-bottom: 1px solid #000;
  font-size: 24px;
}

.mypage .mainContentsInner .main_area .ttl_section span {
  margin-left: 12px;
  font-size: 14px;
}

.mypage .mainContentsInner .main_area .section {
  margin-bottom: 50px;
}

.mypage .mainContentsInner .main_area p,
.mypage .mainContentsInner .main_area li {
  font-size: 16px;
  line-height: 2;
}

.mypage .mainContentsInner .main_area .txt_l {
  font-size: 20px;
}

.mypage .mainContentsInner .side_area .bnr_area li {
  margin-bottom: 10px;
}

.mypage .mainContentsInner .side_area .bnr_area li:last-child {
  margin-bottom: 40px;
}

.mypage .mainContentsInner .side_area dl dd {
  font-size: 12px;
}

.mypage .mainContentsInner .side_area .btn_logout,
.mypage .mainContentsInner .side_area .btn_back {
  margin: 20px 0 0;
}

.mypage .mainContentsInner .side_area .btn_logout button {
  height: 50px;
  width: 100%;
  background: #000;
  color: #fff;
  font-size: 14px;
}

.mypage .mainContentsInner .side_area .btn_back a {
  height: 50px;
  width: 100%;
  background: #FFF;
  color: #000;
  border: 1px solid #000;
  text-align: center;
  display: block;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 50px;
}

.mypage .side_area {
  position: relative;
}
.mypage .side_area dt:not(.side_area__header) {
  margin-bottom: 5px;
}
.mypage .side_area dt:not(.side_area__header) a {
  font-size: 1.6rem;
}
@media only screen and (max-width: 767px) {
  .mypage .side_area dt:not(.side_area__header) a {
    font-size: 1.2rem;
  }
}
.mypage .side_area__header {
  font-size: 1.8rem;
  margin-bottom: 10px;
}
@media only screen and (max-width: 767px) {
  .mypage .side_area__header {
    font-size: 1.6rem;
  }
}
.mypage .side_area__header a {
  font-size: 1.8rem;
}
@media only screen and (max-width: 767px) {
  .mypage .side_area__header a {
    font-size: 1.6rem;
  }
}
.mypage .side_area dl:not(:last-of-type) {
  margin-bottom: 50px;
}
.mypage .logout {
  position: absolute;
  top: 30px;
  right: 30px;
  font-weight: 500;
  border-radius: 4px;
  color: #B29F7B;
  border: solid 1px #B29F7B;
  padding: 4px 8px;
}
.mypage .member-info,
.mypage .member-address,
.mypage .favorite-outer,
.mypage .history-outer {
  background-color: #171717;
  padding: 32px 40px 100px;
  border-radius: 20px;
  box-shadow: 0px 3px 26px rgba(0, 0, 0, 0.25);
}
@media only screen and (max-width: 1023px) {
  .mypage .member-info,
  .mypage .member-address,
  .mypage .favorite-outer,
  .mypage .history-outer {
    padding: 32px 20px 80px;
    width: calc(100% - 40px);
    margin-inline: auto;
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 1024px) {
  .mypage .member-info, .mypage .member-address {
    margin-bottom: 20px;
  }
}
.mypage .member-info h1, .mypage .member-address h1 {
  font-size: 2.2rem;
  margin-bottom: 35px;
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  .mypage .member-info h1, .mypage .member-address h1 {
    font-size: 1.6rem;
  }
}
.mypage .member-info .info-list,
.mypage .member-address .info-list,
.delivery_address .info-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 60px;
}
@media only screen and (max-width: 767px) {
  .mypage .member-info .info-list,
  .mypage .member-address .info-list,
  .delivery_address .info-list {
    gap: 30px;
  }
}
.mypage .member-info .info-row,
.mypage .member-address .info-row,
.delivery_address .info-row {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: start;
  gap: 20px;
}
.delivery_address .info-row {
  grid-template-columns: auto;
}

@media only screen and (min-width: 1024px) {
  .delivery_address .info-row {
    grid-template-columns: 1fr auto;
  }

  .mypage .member-info .info-row__main,
  .mypage .member-address .info-row__main,
  .delivery_address .info-row__main {
    display: grid;
    grid-template-columns: 150px 1fr;
  }
}
.mypage .member-info .info-row__label,
.mypage .member-address .info-row__label,
.delivery_address .info-row__label {
  font-size: 1.6rem;
}
@media only screen and (max-width: 767px) {
  .mypage .member-info .info-row__label,
  .mypage .member-address .info-row__label,
  .delivery_address .info-row__label {
    font-size: 1.4rem;
    margin-bottom: 10px;
  }
}
.mypage .member-info .info-row__content,
.mypage .member-address .info-row__content,
.delivery_address .info-row__content {
  font-size: 1.4rem;
}
@media only screen and (max-width: 767px) {
  .mypage .member-info .info-row__content,
  .mypage .member-address .info-row__content, 
  .delivery_address .info-row__content {
    font-size: 1.2rem;
  }
}
.mypage .member-info .info-row .small-text,
.mypage .member-address .info-row .small-text,
.delivery_address .small-text {
  font-size: 1.2rem;
}
.mypage .member-info .edit-btn, .mypage .member-address .edit-btn,
.delivery_address .deliveryEditButtonArea .edit-btn,
.creditcard .creditcardInfo .edit-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  background: none;
  border: 1px solid #d4c194;
  color: #d4c194;
  width: 62px;
  height: 32px;
  cursor: pointer;
  border-radius: 5px;
  font-size: 1.6rem;
}
@media only screen and (max-width: 767px) {
  .mypage .member-info .edit-btn, .mypage .member-address .edit-btn,
  .delivery_address .deliveryEditButtonArea .edit-btn,
  .creditcard .creditcardInfo .edit-btn {
    font-size: 1.2rem;
    width: 62px;
    height: 26px;
  }
}

.ttl_jp.ttl-wrap h2 {
  margin-bottom: 30px;
  font-size: 30px;
}

/* related item
--------------------------------------*/
#related-wrap {
  padding: 28px 0 100px;
}

/*#related-wrap ul.related-list{
	overflow:hidden;
}*/
#related-wrap ul.related-list li {
  position: relative;
  width: 15.5%;
  float: left;
  margin-left: 1.4%;
  text-align: center;
  font-size: 14px;
  font-size: 1.4rem;
}

#related-wrap ul.related-list li:first-child {
  margin-left: 0;
}

#related-wrap ul.related-list li .img {
  position: relative;
  margin-bottom: 20px;
}

#related-wrap ul.related-list li .img .heart {
  position: absolute;
  top: 10px;
  right: 10px;
}

#related-wrap ul.related-list li .icn_ranking {
  position: absolute;
  top: -10px;
  left: -10px;
  z-index: 1;
}

#related-wrap ul.related-list li .icn_ranking img {
  width: 50px;
  height: auto;
}

#related-wrap ul.related-list li .img .mask {
  width: 100%;
  height: 100%;
  position: absolute;
  margin: auto;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

#related-wrap ul.related-list li .img:hover .mask {
  opacity: 1;
}

#related-wrap ul.related-list li .img .mask .bag-btn {
  position: absolute;
  bottom: 0;
  margin: auto;
  right: 0;
}

#related-wrap ul.related-list li .img .mask .bag-btn img {
  max-width: 120px;
}

#related-wrap ul.related-list li .item-name {
  margin-bottom: 10px;
}

#related-wrap ul.related-list li .price {
  color: #7d7d7d;
}

#related-wrap ul.related-list li .sp-btn {
  display: none;
}

#related-wrap ul.related-list li .img .bag-btn {
  position: absolute;
  bottom: 0px;
  margin: auto;
  right: 0px;
  opacity: 0;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

#related-wrap ul.related-list li .img:hover .bag-btn {
  opacity: 1;
}

@media only screen and (max-width: 1024px) {
  #related-wrap ul.related-list li .img .mask {
    display: none;
  }
  #related-wrap ul.related-list li .sp-btn {
    display: block;
    width: 70%;
    margin: 0 auto;
    padding-top: 10px;
  }
  #related-wrap ul.related-list li .item-name {
    margin-bottom: 0px;
  }
}
#category-wrap {
  margin-bottom: 43px;
}

@media only screen and (max-width: 750px) {
  #category-wrap {
    margin-bottom: 30px;
  }
  #related-wrap {
    padding: 0 0 40px;
  }
  /*#related-wrap ul.related-list li,
  #related-wrap ul.related-list li:first-child{
  	width:31.33%;
  	float:left;
  	margin:0 3% 40px 0;
  	font-size:14px;
  	font-size:1.4rem;
  }*/
  #related-wrap .ttl-wrap h2 {
    font-size: 25px;
  }
  #related-wrap ul.related-list li {
    width: 48.5%;
    margin: 0 3% 40px 0;
  }
  #related-wrap ul.related-list li:nth-child(2n) {
    margin-right: 0;
  }
  #related-wrap ul.related-list li .img {
    margin-bottom: 10px;
  }
  #related-wrap ul.related-list li .img img {
    width: 100%;
  }
  #related-wrap ul.related-list li .img .heart {
    top: 5px;
    right: 5px;
    width: 15px;
  }
  #related-wrap ul.related-list li .item-name {
    margin-bottom: 5px;
  }
  #related-wrap ul.related-list {
    margin-bottom: 30px;
  }
  #related-wrap .bag-btn img {
    width: 25px !important;
  }
  #related-wrap .bag-btn {
    width: inherit !important;
    display: inherit !important;
    position: absolute;
    bottom: 0px;
    right: 0px;
    text-align: right;
  }
  #related-wrap ul.related-list li .icn_ranking {
    position: absolute;
    top: -10px;
    left: -2px;
    z-index: 1;
  }
  #related-wrap ul.related-list li .icn_ranking img {
    width: 25px;
    height: auto;
  }
}
/* delivery_address STYLE
-------------------------------*/
.delivery_address .contentsTable {
  display: table;
  width: 100%;
}

.delivery_address .contentsTable .contentsRow {
  display: table-row;
}

.delivery_address .contentsCol {
  display: table-cell;
  border-top: 1px solid #A5A5A5;
  padding: 15px 0 13px 0;
  background-color: #fff;
  font-size: 16px;
  font-size: 1.6rem;
}

.delivery_address .contentsCol a {
  display: inline-block;
}

.delivery_address .contentsTable .contentsRow.last .contentsCol {
  border-bottom: 1px solid #A5A5A5;
}

.delivery_address .contentsColName {
  width: 25%;
  padding-left: 10px;
  padding-right: 5px;
}

.delivery_address .contentsColAddress {
  width: 100%;
}

.delivery_address .contentsColButton {
  white-space: nowrap;
  padding: 10px 1px 8px 10px;
}

@media only screen and (max-width: 40.063em) {
  /* small */
  .delivery_address .contentsTable {
    display: block;
    padding: 0;
  }
  .delivery_address .contentsTable .contentsRow {
    display: block;
  }
  .delivery_address .contentsCol {
    width: 100%;
    display: block;
    border: none;
    padding: 9px 9px 0 9px;
    font-size: 14px;
    font-size: 1.4rem;
  }
  .delivery_address .contentsTable .contentsRow.last .contentsCol {
    border-bottom: none;
  }
  .delivery_address .contentsTable .contentsRow.first .contentsColName {
    border-top: 1px solid #A5A5A5;
  }
  .delivery_address .contentsTable .contentsRow.last .contentsColButton {
    border-bottom: 1px solid #A5A5A5;
  }
  .delivery_address .contentsColButton {
    border-bottom: 1px solid #A5A5A5;
    padding-bottom: 9px;
    text-align: right;
  }
}

/* SHOPPING GUIDE
-------------------------------*/
html {
  scroll-behavior: smooth;
}

@media (max-width: 767px) {
  .guide {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (min-width: 768px) {
  .guide {
    padding-left: min(7.2916666667%, 140px);
    padding-right: min(7.2916666667%, 140px);
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .guide {
    padding-left: 75px;
    padding-right: 75px;
  }
}
.guide__title {
  font-family: var(--cinzel);
  letter-spacing: 0.23em;
  text-align: left;
  margin-bottom: 50px;
  font-size: 2.6rem;
}
@media (max-width: 767px) {
  .guide__title {
    font-size: 1.6rem;
    margin-bottom: 35px;
  }
}
@media (min-width: 1024px) {
  .guide__contents {
    display: grid;
    grid-template-columns: 1fr 2fr;
    gap: 0 10px;
  }
}
@media (min-width: 1200px) {
  .guide__contents {
    gap: 0 70px;
  }
}
.guide__contents__left {
  align-self: flex-start;
}
@media (max-width: 1023px) {
  .guide__contents__left {
    margin-bottom: 30px;
  }
}
.guide__contents__left, .guide__contents__right {
  padding: 50px;
  background-color: #171717;
  border-radius: 20px;
  padding: 30px;
}
@media (min-width: 768px) {
  .guide__contents__left, .guide__contents__right {
    padding: 25px;
  }
}
@media (min-width: 1200px) {
  .guide__contents__left, .guide__contents__right {
    padding: 50px;
  }
}
.guide__contents li:not(:first-of-type) {
  margin-top: 35px;
}
@media (max-width: 767px) {
  .guide__contents li:not(:first-of-type) {
    margin-top: 25px;
  }
}
.guide__contents .guide-link {
  font-size: 1.5rem;
  color: #FFFFFF;
  display: block;
  position: relative;
}
.guide__contents .guide-link::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  background-image: url(/assets/front/img/icon/ico-white-arrow.svg);
  width: 8px;
  height: 13px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
@media (max-width: 767px) {
  .guide__contents .guide-link {
    font-size: 1.2rem;
  }
}
.guide__subtitle {
  color: #FFFFFF;
  font-size: 1.8rem;
  margin-bottom: 35px;
}
@media (max-width: 767px) {
  .guide__subtitle {
    font-size: 1.6rem;
  }
}
.guide .faq-item {
  background-color: #242424;
  color: #FFFFFF;
  padding: 20px;
  margin-bottom: 20px;
  border-radius: 5px;
  cursor: pointer;
}
.guide .faq-item p, .guide .faq-item span {
  line-height: 27px;
}
@media (max-width: 767px) {
  .guide .faq-item {
    padding: 15px 25px 15px 15px;
  }
}
.guide .faq-question {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.guide .q-label, .guide .a-label {
  border-radius: 50%;
  min-width: 30px;
  height: 30px;
  background-color: #666666;
  margin-right: 8px;
  align-self: start;
  display: flex;
  justify-content: center;
  align-items: center;
}
.guide .q-text {
  flex: 1;
  padding-right: 10px;
}
.guide .arrow {
  width: 8px;
  height: 13px;
  transition: transform 0.3s ease;
}
.guide .faq-answer {
  display: none;
  margin-top: 25px;
}
.guide .faq-item.active .faq-answer {
  display: flex;
}
.guide .faq-item.active .arrow {
  transform: rotate(90deg);
}
.guide section {
  scroll-margin-top: 140px;
}
.guide section:not(:first-of-type) .guide__subtitle {
  margin-top: 70px;
}

.guide .payment-option table
{
	width: 100%;
	color: white;
	border: solid 1px white;
  font-size: 1.4rem;
}
@media (max-width: 767px) {
  .guide .payment-option table {
    font-size: 1.0rem;
  }
}

.guide .payment-option table th,
.guide .payment-option table td
{
	color: white;
	font-size: unset;
	padding: .5em;
	line-height: normal;
}

.legal .legal__content table
{
	width: 100%;
	border: solid 1px;
  font-size: 1.6rem;
}
@media (max-width: 767px) {
.legal .legal__content table {
    font-size: 1.2rem;
  }
}

.legal .legal__content table th,
.legal .legal__content table td
{
  color: #999999;
  font-size: unset;
  padding: .5em;
  line-height: normal;
}

/* TERMS STYLE
-------------------------------*/
@media (max-width: 767px) {
  .terms,
  .privacy,
  .legal {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (min-width: 768px) {
  .terms,
  .privacy,
  .legal {
    padding-left: min(7.2916666667%, 140px);
    padding-right: min(7.2916666667%, 140px);
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .terms,
  .privacy,
  .legal {
    padding-left: 75px;
    padding-right: 75px;
  }
}
.terms__title,
.privacy__title,
.legal__title {
  font-family: var(--cinzel);
  letter-spacing: 0.23em;
  text-align: left;
  margin-bottom: 50px;
  font-size: 2.6rem;
}
@media (max-width: 767px) {
  .terms__title,
  .privacy__title,
  .legal__title {
    font-size: 1.6rem;
    margin-bottom: 35px;
  }
}
.terms__content,
.privacy__content,
.legal__content {
  background-color: #171717;
  border-radius: 20px;
  padding: 50px;
}
.terms .bold,
.privacy .bold,
.legal .bold {
  font-weight: bold;
}
@media (min-width: 1023px) {
  .terms__content,
  .privacy__content,
  .legal__content {
    display: grid;
    gap: 100px;
    grid-template-columns: 220px auto;
  }
}
@media (max-width: 767px) {
  .terms__content,
  .privacy__content,
  .legal__content {
    padding: 35px 25px;
  }
}
.terms__content p,
.privacy__content p,
.legal__content p,
.terms__content dt,
.privacy__content dt,
.legal__content dt,
.terms__content dd,
.privacy__content dd,
.legal__content dd,
.terms__content li,
.privacy__content li,
.legal__content li {
  font-size: 1.6rem;
  line-height: 27px;
}
@media (max-width: 767px) {
  .terms__content p,
  .privacy__content p,
  .legal__content p,
  .terms__content dt,
  .privacy__content dt,
  .legal__content dt,
  .terms__content dd,
  .privacy__content dd,
  .legal__content dd,
  .terms__content li,
  .privacy__content li,
  .legal__content li {
    font-size: 1.2rem;
  }
}
.terms__content p,
.privacy__content p,
.legal__content p {
  margin-bottom: 60px;
}
@media (max-width: 767px) {
  .terms__content p,
  .privacy__content p,
  .legal__content p {
    margin-bottom: 30px;
  }
}
.terms__content dd,
.privacy__content dd,
.legal__content dd {
  margin-bottom: 30px;
}
.terms__subTitle,
.privacy__subTitle,
.legal__subTitle {
  color: #FFFFFF;
  font-size: 1.8rem;
}
@media (max-width: 1023px) {
  .terms__subTitle,
  .privacy__subTitle,
  .legal__subTitle {
    font-size: 1.4rem;
    margin-bottom: 25px;
  }
}
.legal .link {
  text-decoration: underline;
}



/* SYSTEM REQUIREMENTS STYLE
-------------------------------*/
.system .mainContentsInner {
  margin: 20px 0 0;
  padding-top: 40px;
  border-top: 1px solid #A5A5A5;
}

.system .mainContentsInner dt {
  padding-top: 20px;
  padding-bottom: 5px;
  font-size: 1.1em;
  font-weight: bold;
}

.system .mainContentsInner dt.first {
  padding-top: 0;
}

.system .mainContentsInner dd {
  padding-top: 15px;
  font-size: 12px;
}

@media only screen and (max-width: 40.063em) {
  /* small */
  .system .mainContentsInner {
    margin: 20px 9px 20px 9px;
    padding-top: 20px;
  }
  .system .mainContentsInner dt {
    padding-top: 15px;
  }
}
/* CONTACT US STYLE
-------------------------------*/
.contact.mainContents {
  overflow: hidden;
}

.contact .mainContentsInner {
  margin: 20px 0 0;
  padding-top: 40px;
  border-top: 1px solid #A5A5A5;
}

.contact .mainContentsL {
  margin-left: 0;
  width: 21.5%;
}

.contact .mainContentsR {
  float: right;
  width: 75%;
}

.contact .mainContentsRContent {
  margin-left: 0;
}

.contact .mainContentsInner .attention {
  margin-bottom: 20px;
}

.contact .mainContentsInner input[type=text],
.contact .mainContentsInner textarea {
  margin-top: 20px;
  border: none;
  background-color: #FFF;
  box-shadow: none;
  border-radius: 0;
  margin-bottom: 20px;
  width: 450px;
}

.contact .mainContentsInner input[type=text] {
  border-bottom: 1px solid #A5A5A5;
}

.contact .mainContentsInner textarea {
  border: 1px solid #A5A5A5;
}

.contact .mainContentsInner .buttonArea {
  margin-top: 40px;
}

.contact .mainContentsInner .buttonArea .columns.end {
  padding: 0;
  padding-right: 10px;
}

.contact .formTable {
  padding: 20px 0;
  clear: both;
}

.contact .formTable .inputRow {
  border: none;
  border-bottom: 1px solid #A5A5A5;
}

.contact .mainContentsInner .error-messages {
  font-size: 12px;
}

.contact .mainContentsInner .inputLabel {
  padding-top: 10px !important;
}

.contact {
  font-size: 14px;
  font-size: 1.4rem;
}

.contact .contact-inner {
  max-width: 500px;
}

.contact .attention {
  margin-bottom: 30px;
}

.contact h2.title {
  font-family: "futura", "Century Gothic", sans-serif;
  font-size: 30px;
  font-size: 3rem;
  margin-bottom: 5px;
}

.contact .subtitle {
  font-size: 16px;
  font-size: 1.6rem;
  margin-bottom: 20px;
  display: block;
  color: #7d7d7d;
}

.contact input[type=text],
.contact input[type=email],
.contact input[type=password],
.contact select,
.contact textarea {
  height: auto;
  box-shadow: none;
  padding: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #A5A5A5;
  margin-bottom: 15px;
  font-size: 14px;
  font-size: 1.4rem;
}

.contact select {
  background: #FFF url(../img/arrow.png) no-repeat right 15px center;
}

.contact .formTable .inputRow {
  padding-bottom: 10px;
}

.contact .formTable .inputRow .inputHead .inputLabel {
  width: 200px;
  font-size: 14px;
  font-size: 1.4rem;
}

.contact .formTable .inputRow .inputColInner {
  margin-left: 200px;
  line-height: 200%;
  margin-top: 10px;
}

.contact .formTable .inputRow .inputHead {
  width: 200px;
  padding-right: 15px;
  padding-top: 17px;
}

@media only screen and (max-width: 750px) {
  /* small */
  .contact .mainContentsInner {
    margin: 20px 9px 20px 9px;
    padding-top: 20px;
  }
  .contact .mainContentsL,
  .contact .mainContentsR {
    width: 100%;
  }
  .contact .mainContentsInner input[type=text],
  .contact .mainContentsInner textarea {
    width: 100%;
  }
  .contact h2.title {
    font-size: 22px;
    font-size: 2.2rem;
    margin: 0 0 5px;
    padding: 0 !important;
  }
  .contact .subtitle {
    font-size: 14px;
    font-size: 1.4rem;
    margin: 0 0 20px;
    margin-bottom: 15px;
    padding: 0 !important;
  }
  .contact .attention {
    margin-bottom: 20px;
  }
  .contact .formTable .inputRow {
    padding: 15px 0;
  }
  .contact .formTable .inputRow .inputColInner {
    margin-top: 0;
  }
  .contact .formTable .inputRow .inputHead {
    margin: 0;
    padding: 0;
    margin-bottom: 5px;
  }
}
/* REMINDER STYLE
-------------------------------*/
.reminder .mainContentsInner {
  margin: 20px 0 0;
  padding-top: 20px;
  border-top: 1px solid #A5A5A5;
  color: white;
}

.reminder .mainContentsInner input[type=text],
.reminder .mainContentsInner textarea {
  margin-top: 20px;
  border: none;
  background-color: #FFF;
  box-shadow: none;
  border-radius: 0;
  margin-bottom: 20px;
  width: 450px;
}

.reminder .mainContentsInner input[type=text] {
  border-bottom: 1px solid #A5A5A5;
}

.reminder .mainContentsInner textarea {
  border: 1px solid #A5A5A5;
}

.reminder .mainContentsInner .buttonArea {
  margin-top: 40px;
}

.reminder .mainContentsInner .buttonArea .button {
    width: min(310px, 100%);
    height: 40px;
    margin: auto;
    border-radius: 65px;
    display: grid;
    place-content: center;
    color: white;
    font-size: 1.2rem;
    background: var(--colorB2);
    padding: 0;
    transition: opacity 0.3s ease;
}

.reminder .mainContentsInner .buttonArea .button.backlink {
    background: white;
    color: black;
}

.reminder .mainContentsInner .buttonArea .columns.end {
  padding: 0;
}

.reminder .formTable {
  padding: 20px 0;
}

.reminder .formTable .inputRow {
  border: none;
  border-bottom: 1px solid #A5A5A5;
}

.reminder .mainContentsInner .error-messages {
  font-size: 12px;
}

.reminder .mainContentsInner .inputLabel {
  padding-top: 10px !important;
}

.reminder .mainContentsInner .mail {
  padding-top: 20px;
  font-size: 16px;
}

.reminder .mainContentsInner {
  margin: 0 !important;
  padding-top: 0 !important;
  border-top: none !important;
}

.reminder.mainContents {
  font-size: 14px;
  font-size: 1.4rem;
}

.reminder h2.title {
  font-family: var(--cinzel);
  font-size: 30px;
  font-size: 3rem;
  margin-bottom: 5px;
}

.reminder .subtitle {
  font-size: 16px;
  font-size: 1.6rem;
  margin-bottom: 20px;
  display: block;
}

.reminder .attention {
  margin-bottom: 30px;
}

.reminder #form_mail {
  height: auto;
  box-shadow: none;
  padding: 10px;
  width: 350px !important;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #A5A5A5;
}

@media only screen and (max-width: 1024px) {
  .reminder .mainContentsInner {
    margin: 0 !important;
    padding: 0 !important;
    border-top: none !important;
  }
  .reminder .mainContentsInner .buttonArea .button {
    width: min(320px, 100%);
    height: 50px;
    font-size: 1.6rem;
  }
  .reminder .mainContentsInner input[type=text], .reminder .mainContentsInner textarea {
    margin-top: 0 !important;
    border: 1px solid #A5A5A5;
    border-radius: 0 !important;
    margin-bottom: 0 !important;
    width: inherit !important;
  }
}
@media only screen and (max-width: 750px) {
  .reminder h2.title {
    font-size: 22px;
    font-size: 2.2rem;
    margin: 0 0 5px;
    padding: 0;
  }
  .reminder .subtitle {
    font-size: 14px;
    font-size: 1.4rem;
    margin: 0 0 20px;
    margin-bottom: 15px;
  }
  .reminder .attention {
    margin-bottom: 30px;
  }
  .reminder #form_mail {
    width: 100% !important;
  }
}
/* PRIVACY POLICY STYLE
-------------------------------*/

/* FAQ STYLE
-------------------------------*/
.faq .mainContentsInner {
  margin: 20px 0 0;
  padding-top: 40px;
  border-top: 1px solid #A5A5A5;
}

.faq .menuWrapper {
  margin-bottom: 30px;
}

.faq .menuWrapper a,
.faq .menu a {
  display: block;
  padding: 0;
}

.faq .menuWrapper dt {
  font-size: 16px;
  font-weight: bold;
  padding-bottom: 10px;
}

.faq .menuWrapper dd {
  font-size: 12px;
  padding: 0;
}

.faq .menuWrapper dd ul {
  font-size: 12px;
  padding: 0;
  margin: 0 0 10px;
}

.faq .menuWrapper.shipping dd ul li {
  margin-bottom: 15px;
}

.faq .menuWrapper dd p {
  margin-bottom: 10px;
}

.faq .menuWrapper dd p.mb0 {
  margin-bottom: 0;
}

.faq .menuWrapper dd ul.qanda_box li {
  padding: 10px 15px;
  font-size: 13px;
}

.faq .menuWrapper dd ul.qanda_box {
  margin-bottom: 30px;
}

.faq .menuWrapper dd ul.qanda_box li span {
  display: block;
}

.faq .menuWrapper dd ul.qanda_box li .txt_q {
  margin-bottom: 10px;
  font-weight: bold;
}

.faq .menu {
  padding-bottom: 20px;
}

.faq .menu a {
  padding-bottom: 10px;
}

/*.faq div[id*="link"] {
	margin-top:-80px;
	padding-top:80px;
}*/
.faq div[id*=link] a {
  display: inline;
  text-decoration: underline;
}

.faq-answer .link {
  text-decoration: underline;
}

@media only screen and (max-width: 750px) {
  /* small */
  .faq .mainContentsInner {
    margin: 20px 9px 20px 9px;
    padding-top: 20px;
  }
  /*.faq .menuWrapper dd {
  	margin: 0 0 10px;
  }*/
  .faq .menuWrapper dd ul.qanda_box li {
    padding: 15px 10px;
  }
}
/* BLOG
-------------------------------*/
.blog .mainContentsRContent {
  margin-bottom: 50px;
}

.blog .mainContentsInner {
  margin: 0 20px 20px !important;
  border-bottom: 1px dotted #A5A5A5;
}

.blog .photo {
  padding-bottom: 20px;
  display: block;
  position: relative;
}

.blog .icon {
  bottom: 20px;
  left: 0px;
  position: absolute;
}

.blog h3 {
  padding: 0 0 10px 20px;
  font-weight: bold;
  font-size: 1.2em;
}

.blog .date {
  padding: 0 0 10px 20px;
}

.blog .msg {
  padding: 0 0 20px 20px;
  line-height: 2em;
  display: block;
}

.blog .text {
  padding: 0 0 20px 20px;
  line-height: 2em;
  display: block;
}

@media only screen and (max-width: 40.063em) {
  .blog .mainContentsRContent {
    margin-bottom: 30px;
  }
  .blog .mainContentsInner {
    margin: 0 40px 20px !important;
    border-bottom: none;
  }
  .blog .border {
    height: 40px;
    border-top: 1px dotted #A5A5A5;
  }
  .blog h3 {
    padding-left: 0px;
  }
  .blog .date {
    padding-left: 0px;
  }
  .blog .text {
    padding-left: 0px;
  }
}
/* BLOG_DETAIL
-------------------------------*/
.blogDetail .mainContentsRContent {
  margin-bottom: 50px;
}

.blogDetail .mainContentsInner {
  margin: 0 20px 20px !important;
}

.blogDetail h2.blogTitle {
  background-color: #000;
  color: #fff;
  font-size: 18px;
  padding: 13px 20px 10px;
  min-height: 50px;
  height: auto !important;
  height: 50px;
  border: none;
}

.blogDetail .photo {
  padding-bottom: 20px;
  display: block;
}

.blogDetail .date {
  padding: 0 0 30px;
}

.blog_detail_dateInner {
  padding-bottom: 10px;
  max-width: 100%;
  float: left;
}

.blogDetail .text {
  padding: 0 0 20px 20px;
  line-height: 2em;
  display: block;
  clear: both;
}

.blogDetail .text img {
  max-width: 100%;
}

.blogDetail .text table {
  max-width: 100%;
}

.blogDetail .text td {
  max-width: 100%;
}

.blogDetail .text td img {
  width: 100%;
}

.blog_detail__sns {
  position: relative;
  float: right;
  top: 0px;
  padding: 0 0 5px !important;
}

.blog_detail__sns:after {
  clear: both;
  content: "";
  display: table;
}

.blog_detail__sns_list {
  margin-right: 10px;
  float: right;
}

.blog_detail__list_back {
  border-top: 1px solid #A5A5A5;
  border-bottom: 1px solid #A5A5A5;
  margin: 0 20px;
}

.blog_detail__list_back--link {
  display: block;
  height: 46px;
  line-height: 46px;
  margin: 0 auto;
}

.blog_detail__list_li--back .blog_detail__list_back--link:before {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
  content: "\f104";
}

.blog_detail__list_li--next .blog_detail__list_back--link:after {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
  content: "\f105";
}

.blog_detail__list_ul {
  margin: 0 auto;
}

.blog_detail__list_ul:after {
  clear: both;
  content: "";
  display: table;
}

.blog_detail__list_ul::after {
  clear: both;
  content: "";
  display: table;
}

.blog_detail__list_ul li {
  float: left;
  width: 33.333333%;
  min-height: 1px;
}

.blog_detail__list_li--back {
  text-align: left;
  padding-left: 10px;
}

.blog_detail__list_li--all {
  text-align: center;
}

.blog_detail__list_li--next {
  text-align: right;
  padding-right: 10px;
}

.blogDetail .collection div {
  text-align: center;
  float: left !important;
}

.blogDetail .collection a {
  display: inline-block;
  padding: 0 5px 10px;
}

.blogDetail .collection a img {
  width: 100%;
}

@media only screen and (min-width: 40.063em) {
  .blogDetail .collection div:nth-child(3n+1) {
    clear: both;
  }
}
@media only screen and (max-width: 40.063em) {
  .blogDetail h2.blogTitle {
    margin: 0 0 20px;
  }
  .blogDetail .mainContentsRContent {
    margin-bottom: 30px;
  }
  .blogDetail .mainContentsInner {
    margin: 0 40px 20px !important;
    border-bottom: none;
  }
  .blogDetail .border {
    height: 40px;
    border-top: 1px dotted #A5A5A5;
  }
  .blogDetail .date {
    padding-left: 0px;
  }
  .blogDetail .text {
    padding-left: 0px;
  }
  .blogDetail .text table {
    width: auto;
  }
  .blogDetail .collection div:nth-child(2n+1) {
    clear: both;
  }
  .blogDetail .collection div:nth-child(3n+1) {
    float: left !important;
  }
  .blogDetail .collection a {
    width: 100%;
  }
}
/* BLOG_DETAIL COLLECTION
-------------------------------*/
.modal-open {
  overflow: hidden;
}

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  display: none;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}

.modal.fade .modal-dialog {
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  transform: translate(0, -25%);
}

.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal-dialog {
  padding: 20px 10px !important;
  max-width: 100%;
}

.modal-content {
  margin: auto;
  max-width: 660px;
  position: relative;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  outline: 0;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
}

.modal-header {
  padding: 5px;
  text-align: right;
  max-width: 660px;
}

.modal-body {
  padding: 0 10px !important;
  max-width: 660px;
}

.blueimp-gallery .modal-body img {
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  position: relative !important;
}

.modal-footer {
  padding: 5px;
  text-align: right;
  max-width: 660px;
}

.modal-footer .btn + .btn {
  margin-bottom: 0;
  margin-left: 5px;
}

.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}

.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}

.btn {
  -moz-user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.42857;
  margin-bottom: 0;
  padding: 6px 12px;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
}

.close {
  margin-right: 5px;
  font-size: 21px;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  filter: alpha(opacity=20);
  opacity: 0.2;
}

.close:focus, .close:hover {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  filter: alpha(opacity=50);
  opacity: 0.5;
}

button.close {
  -webkit-appearance: none;
  padding: 0;
  cursor: pointer;
  background: 0 0;
  border: 0;
}

button.next {
  background-color: #000000;
  border-color: #000000;
  color: #fff;
}

button.next:after {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
  content: "\f105";
  padding-left: 5px;
}

button.prev {
  background-color: #FFFFFF;
  border-color: #999999;
  color: #999999;
}

button.prev:before {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
  content: "\f104";
  padding-right: 5px;
}

/* NEWS
-------------------------------*/
.news .mainContentsRContent {
  margin-bottom: 50px;
}

.news .mainContentsInner {
  margin: 0 20px 20px !important;
  border-bottom: 1px dotted #d7d7d7;
}

.news h3 {
  padding: 0 0 10px 20px;
  font-weight: bold;
  font-size: 1.2em;
}

.news .date {
  padding: 0 0 10px 20px;
}

.news .msg {
  padding: 0 0 20px 20px;
  line-height: 2em;
  display: block;
}

.news .text {
  padding: 0 0 20px 20px;
  line-height: 2em;
  display: block;
}

@media only screen and (max-width: 40.063em) {
  .news .mainContentsRContent {
    margin-bottom: 30px;
  }
  .news .mainContentsInner {
    margin: 0 40px 20px !important;
    border-bottom: none;
  }
  .news .border {
    height: 40px;
    border-top: 1px dotted #d7d7d7;
  }
  .news h3 {
    padding-left: 0px;
  }
  .news .date {
    padding-left: 0px;
  }
  .news .text {
    padding-left: 0px;
  }
}
/* 元A通
-------------------------------*/
.mainContentsR {
  float: left;
  width: 100%;
}

.mainContentsRContent {
  margin-left: 290px;
}

.mainContentsRContent h2.title {
  padding-bottom: 5px;
}

.mainContentsL {
  float: left;
  margin-left: -100%;
  width: 250px;
  padding-top: 15px;
  padding-bottom: 50px;
}

.mainContentsL ul {
  padding-top: 12px;
  border-top: 1px solid #e6e6e6;
}

.mainContentsL ul li {
  padding-bottom: 12px;
  margin-bottom: 12px;
  font-size: 14px;
  font-size: 1.4rem;
  border-bottom: 1px solid #e6e6e6;
}

.mainContentsL ul li.selected,
.mainContentsL ul li .menu-sub li.selected {
  text-decoration: underline;
}

.mainContentsL .menu-sub li {
  padding: 0;
  font-size: 12px;
  line-height: 175%;
}

.title-box {
  border-bottom: 1px solid #000;
  margin-bottom: 35px;
}

@media only screen and (max-width: 750px) {
  /* small */
  .mainContentsR {
    float: none;
    margin-top: 0;
  }
  .mainContentsR .mainContentsRContent {
    margin-left: 0;
  }
  .mainContentsRContent h2.title {
    padding: 0 10px 5px;
  }
  .mainContentsRContent .subtitle {
    padding: 0 10px 5px;
  }
  .mainContentsL {
    float: none;
    margin-left: 0;
    width: 100%;
    padding: 0 9px;
  }
  .bu_menu {
    margin: 10px;
  }
  .menu-faq {
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid #A5A5A5;
  }
  .menu-faq li {
    padding: 0;
    font-size: 12px;
    line-height: 175%;
  }
  .menu-faq li.selected {
    text-decoration: underline;
  }
  .title-box {
    margin-bottom: 25px;
  }
}
.pager2 {
  display: block;
  text-align: center;
  margin-bottom: 50px;
}

.pager2 ul {
  display: inline-block;
}

.pager2 li {
  font-size: 1.4em !important;
  margin: 0 !important;
}

.pager2 li a {
  padding: 5px 15px !important;
  border-radius: 0px !important;
  border-top: 1px solid #A5A5A5;
  border-bottom: 1px solid #A5A5A5;
  border-right: 1px solid #A5A5A5;
}

.pager2 li:nth-child(2) a {
  border-left: 1px solid #A5A5A5;
}

.pager2 li.current a {
  background-color: #000000 !important;
  border: 1px solid #A5A5A5;
}

.pager2 li.arrow {
  display: none !important;
}

/* BUTTON
-------------------------------*/
.buttonArea {
  clear: both;
}

.buttonArea.center {
  text-align: center;
}

.buttonArea .row {
  padding: 0;
}

.buttonArea .mypage-btn {
  width: 250px;
  float: left;
  margin-right: 10px;
}

.buttonArea .mypage-btn.last {
  margin-right: 0;
}

.buttonArea .form-btn {
  width: 250px;
  display: inline-block;
  font-size: 0;
  margin: 0 5px;
}

.buttonArea .mypage-btn.single,
.buttonArea .form-btn.single {
  float: none;
  margin: 0 0 10px;
}

.buttonArea .form-btn.single {
  margin: 0 auto 10px;
  display: block;
}

.buttonArea .backlink {
  display: block;
  border: 1px solid #000;
  background-color: #FFF;
  text-align: center;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  height: inherit;
  font-size: 16px;
  font-size: 1.6rem;
  padding: 12px 0;
}

.buttonArea.flexbox {
  display: -webkit-flex;
  display: flex;
}

.buttonArea.flexbox.center {
  -webkit-justify-content: center;
  justify-content: center;
}

@media only screen and (max-width: 1024px) {
  .buttonArea .backlink {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
@media only screen and (max-width: 750px) {
  .buttonArea .row {
    margin: 0;
    width: 100% !important;
  }
  .buttonArea .mypage-btn {
    width: 100%;
    float: none;
    margin: 0 0 10px;
  }
  .buttonArea.flexbox {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .mypage-btn.back {
    -webkit-order: 2;
    order: 2;
  }
  .mypage-btn.next {
    -webkit-order: 1;
    order: 1;
  }
}
/* withdraw
-------------------------------*/
.withdraw.mainContents {
  font-size: 14px;
  font-size: 1.4rem;
  padding: 0 20px;
}

.withdraw h2.title {
  font-family: var(--notoSans);
  font-size: 30px;
  font-size: 3rem;
  margin-bottom: 5px;
}

.withdraw h2.title.mb {
  margin-bottom: 15px;
}

.withdraw .withdrawInfo {
  border-top: none;
  padding-top: 30px;
	background: var(--black17);
  border-radius: 20px;
	padding: 40px min(8.5cqw,93px) 48px min(7.3cqw,80px);
  margin: 0 auto;
  color: white;
}

.withdraw .button {
    width: min(310px, 100%);
    height: 40px;
    margin: auto;
    border-radius: 65px;
    display: grid;
    place-content: center;
    color: white;
    font-size: 1.2rem;
    background: var(--colorB2);
    padding: 0;
    transition: opacity 0.3s ease;
}

.withdraw .button.backlink {
    background: white;
    color: black;
}

@media only screen and (max-width: 750px) {
  .withdraw h2.title {
    padding: 0 !important;
    font-size: 22px;
    font-size: 2.2rem;
  }
  .withdraw h2.title.mb {
    margin-bottom: 10px;
  }
  .withdraw .button {
    width: min(320px, 100%);
    height: 50px;
    font-size: 1.6rem;
  }
}
/* favorite
-------------------------------*/
.favorite-outer .pagination_bottom {
  margin-top: 20px;
}

.favorite .favo-ttl {
  font-size: 2.2rem;
  margin-bottom: 35px;
}
@media only screen and (max-width: 767px) {
  .favorite .favo-ttl {
    font-size: 1.4rem;
  }
}

.favorite .favo-control {
  position: relative;
  margin-bottom: 70px;
}

.favorite .favo-control.last {
  padding-top: 50px;
  margin-bottom: 0;
}

.favorite .favo-control .num {
  position: absolute;
  left: 20px;
  top: 10px;
}

.favorite .pager li.paged {
  font-size: 20px !important;
  font-size: 2rem !important;
}

.favorite .favorite-wrap {
  font-size: 0;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 60px 20px;
  padding-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  .favorite .favorite-wrap {
    grid-template-columns: repeat(2, 1fr);
  }
}

.favorite .favorite-wrap .favorite-box {
  color: #DDDDDD;
  position: relative;
  font-size: 1.6rem;
  vertical-align: top;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .favorite .favorite-wrap .favorite-box {
    font-size: 1.2rem;
  }
}

.favorite .favorite-wrap .favorite-box:nth-child(3n) {
  margin-right: 0;
}

.favorite .favorite-wrap .favorite-box p {
  line-height: 1.8;
  font-size: 1.6rem;
  font-family: var(--notoSerif);
}
@media only screen and (max-width: 767px) {
  .favorite .favorite-wrap .favorite-box p {
    font-size: 1.2rem;
  }
}

.favorite-box .images {
  border-radius: 10px;
}

.favorite .favorite-wrap .favorite-box .colImage {
  position: relative;
  margin-bottom: 15px;
}

.favorite .favorite-wrap .favorite-box .add_favorite {
  text-indent: -9999px;
  background: url(../img/heart.png) no-repeat 0 0;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 5000;
}

.favorite .favorite-wrap .favorite-box .add_favorite.active {
  background: url(../img/heart_on.png) no-repeat 0 0;
}

.favorite .favorite-wrap .favorite-box .delete-btn {
  cursor: pointer;
  display: block;
  position: absolute;
  top: -10px;
  right: -10px;
  font-size: inherit;
  margin: 0;
  outline: medium none;
  padding: 0;
  color: #000;
  background: url(../img/icon/ico-remove-fave.svg) no-repeat 0 center;
  background-size: contain;
  padding-left: 18px;
  text-decoration: underline;
  text-decoration: none;
  width: 37px;
  height: 37px;
}
.favorite .favorite-wrap .favorite-box .delete-btn a {
  display: block;
  position: absolute;
  top: 0px;
  right: 0px;
  padding: 0;
  padding-left: 18px;
  width: 37px;
  height: 37px;
}
.favorite .favorite-wrap .favorite-box .sp-bagBtn {
  display: none;
}

/* mod
-------------------------------*/
.mod.mainContents {
  font-size: 14px;
  font-size: 1.4rem;
  padding: 0 20px;
}

.mod h2.title {
  font-family: var(--notoSans);
  font-size: 30px;
  font-size: 3rem;
  margin-bottom: 5px;
}

.mod.password h2.title {
  font-family: var(--notoSans);
}

.mod h2.title.mb {
  margin-bottom: 15px;
}

.mod h3 small {
  color: white;
}

.mod .formTable .inputLabel .required {
    margin-left: 0.5em;
}

.mod .confirm-txt,
.mod .mainContentsInner p {
  color: white;
}

.mod.password .mainContentsInner,
.mod.password p {
  color: white;
}

.mod .formTable .form-box,
.mod .mainContentsInner .modEndArea {
  border-top: none;
  padding-top: 30px;
	background: var(--black17);
  border-radius: 20px;
	padding: 40px min(8.5cqw,93px) 48px min(7.3cqw,80px);
  color: white;
}

.mod .formTable .inputRow .inputHead .inputLabel {
  width: 150px;
}

.mod .formTable .inputRow .inputColInner {
  margin-left: 150px;
}

.mod .formTable .inputRow .inputCol .disabled {
  background-color: black;
}

.mod .formTable .inputRow .sex {
  display: flex;
}

.mod .formTable .inputRow .sex label {
  margin-left: 10px;
}

.mod .formTable p.input_attention {
  color: white;
}

.mod .withdraw-link {
  padding: 0 0 10px;
  text-align: center;
}

.mod .withdraw-link a {
  font-size: 12px;
  font-size: 1.2rem;
  color: white;
}

.mod .button {
    width: min(310px, 100%);
    height: 40px;
    margin: auto;
    border-radius: 65px;
    display: grid;
    place-content: center;
    color: white;
    font-size: 1.2rem;
    background: var(--colorB2);
    padding: 0;
    transition: opacity 0.3s ease;
}

.mod .button.backlink {
    background: white;
    color: black;
}

@media only screen and (max-width: 750px) {
  .mod h2.title {
    font-size: 22px;
    font-size: 2.2rem;
    padding: 0 !important;
  }
  .mod h2.title.mb {
    margin-bottom: 10px;
  }
  .mod .withdraw-link {
    padding: 0 0 5px;
  }
  .mod .button {
    width: min(320px, 100%);
    height: 50px;
    font-size: 1.6rem;
  }
}
/* delivery_address
-------------------------------*/
.delivery_address.mainContents {
  font-size: 14px;
  font-size: 1.4rem;
  padding: 0 20px;
}

.delivery_address.mainContents p {
  color: white;
}

.delivery_address .deliveryInfo,
.delivery_address .mainContentsInner .deliveryInfo {
  border-top: none;
  padding-top: 30px;
	background: var(--black17);
  border-radius: 20px;
	padding: 40px min(8.5cqw,93px) 48px min(7.3cqw,80px);
  margin: 0 auto;
  color: white;
}

.delivery_address h2.title {
  font-family: var(--notoSans);
  font-size: 30px;
  font-size: 3rem;
  margin-bottom: 5px;
}

.delivery_address .deliveryEditButtonArea {
  display: flex;
}

.delivery_address .deliveryEditButtonArea a {
  margin: 0 10px;
}

.delivery_address h2.title.mb {
  margin-bottom: 15px;
}

.delivery_address .formTable .form-box.first {
  border-top: none;
  padding-top: 0;
}

.delivery_address .formTable .inputRow .inputCol .disabled {
  background-color: black;
}

.delivery_address .attention {
  margin-bottom: 20px;
}

.delivery_address .regmessageArea {
  max-width: 100%;
  text-align: left;
}

.delivery_address .add-control {
  margin: 30px 0 20px;
}

.delivery_address .add-control.last {
  margin: 20px 0;
}

.delivery_address .button {
    width: min(310px, 100%);
    height: 40px;
    margin: auto;
    border-radius: 65px;
    display: grid;
    place-content: center;
    color: white;
    font-size: 1.2rem;
    background: var(--colorB2);
    padding: 0;
    transition: opacity 0.3s ease;
}

.delivery_address .button.backlink {
    background: white;
    color: black;
}

@media only screen and (max-width: 750px) {
  .delivery_address.mainContents {
    font-size: 12px;
    font-size: 1.2rem;
  }
  .delivery_address h2.title {
    font-size: 22px;
    font-size: 2.2rem;
    padding: 0 !important;
  }
  .delivery_address h2.title.mb {
    margin-bottom: 10px;
  }
  .delivery_address .button {
    width: min(320px, 100%);
    height: 50px;
    font-size: 1.6rem;
  }

}
/* creditcard
-------------------------------*/
.creditcard.mainContents {
  font-size: 14px;
  font-size: 1.4rem;
  padding: 0 20px;
}

.creditcard h2.title {
  font-family: var(--notoSans);
  font-size: 30px;
  font-size: 3rem;
  margin-bottom: 5px;
}

.creditcard h2.title.mb {
  margin-bottom: 15px;
}

.creditcard .attention {
  margin-bottom: 20px;
}

.creditcard .creditcardInfo {
  border-top: none;
  padding-top: 30px;
	background: var(--black17);
  border-radius: 20px;
	padding: 40px min(8.5cqw,93px) 48px min(7.3cqw,80px);
  margin: 0 auto;
  color: white;
  text-align: center;
}

.creditcard .buttonArea .button {
  width: min(310px, 100%);
  height: 40px;
  margin: auto;
  border-radius: 65px;
  display: grid;
  place-content: center;
  color: white;
  font-size: 1.2rem;
  background: var(--colorB2);
  padding: 0;
  transition: opacity 0.3s ease;
}

.creditcard .buttonArea .button.backlink {
  background: white;
  color: black;
}

.creditcard .edit-btn {
  margin: 0 auto;
}

@media only screen and (max-width: 750px) {
  .creditcard.mainContents {
    font-size: 12px;
    font-size: 1.2rem;
  }
  .creditcard h2.title {
    font-size: 22px;
    font-size: 2.2rem;
    padding: 0 !important;
  }
  .creditcard h2.title.mb {
    margin-bottom: 10px;
  }
}

/* history STYLE
-------------------------------*/
@media screen and (min-width: 1024px) {
  .border-t-l {
    border-radius: 10px 0 0 0;
  }
  .border-t-r {
    border-radius: 0 10px 0 0;
  }
  .border-b-r {
    border-radius: 0 0 10px 0;
  }
  .border-b-l {
    border-radius: 0 0 0 10px;
  }
}
.mypage .history-outer {
  padding-bottom: 48px;
}
@media screen and (max-width: 767px) {
  .mypage .history-outer {
    background-color: transparent;
    width: calc(100% - 60px);
    padding-inline: 0;
  }
}
.mypage .history-outer .pager-wrap {
  margin-top: 40px;
}
.mypage.history .order-summary__cell.buttonArea {
  display: flex;
}

.mypage.history .order-summary .cancel-button,
.mypage.history .order-summary .detail-button,
.mypage.history_detail .detail-button {
  display: flex;
  justify-content: center;
  align-items: center;
  background: none;
  border: 1px solid #d4c194;
  color: #d4c194;
  width: 100px;
  height: 40px;
  margin: 20px auto;
  cursor: pointer;
  border-radius: 5px;
  font-size: 1.6rem;
}
.mypage.history_detail .detail-button {
  width: 130px;
}

.mypage .history-outer .orderHistoryCol .order_cancel_text {
  text-align: center;
}

.mypage.history_detail .button {
    width: min(310px, 100%);
    height: 40px;
    margin: auto;
    border-radius: 65px;
    display: grid;
    place-content: center;
    color: white;
    font-size: 1.2rem;
    background: var(--colorB2);
    padding: 0;
    transition: opacity 0.3s ease;
}

.mypage.history_detail .button.backlink {
    background: white;
    color: black;
}

.mypage.history_detail .button.receipt_btn_black,
.mypage.history_detail .button.receipt_btn_white {
    background: grey;
}

@media (min-width: 1024px) {
  .mypage.history_detail .button {
    width: min(320px, 100%);
    height: 50px;
    font-size: 1.6rem;
  }
}

.history-ttl {
  font-size: 2.2rem;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .history-ttl {
    font-size: 1.4rem;
    margin-bottom: 15px;
  }
}

.order-history {
  padding: 30px;
  color: #fff;
  background-color: #000000;
  border-radius: 20px;
  font-family: sans-serif;
}
.order-history:not(:first-of-type) {
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .order-history {
    padding: 0;
  }
}
.order-history__info {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  background-color: #222;
  padding: 15px;
  border-radius: 10px;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .order-history__info {
    flex-direction: column;
  }
}
.order-history__info-block {
  flex: 1 1 200px;
}
.order-history__label, .order-history__text {
  margin: 4px 0;
}
.order-history__product {
  margin: 10px 0;
  display: grid;
  grid-template-columns: 95px auto;
  background-color: #1a1a1a;
  padding: 15px;
  border-radius: 10px;
}
@media screen and (min-width: 768px) {
  .order-history__product {
    gap: 15px;
  }
}
@media screen and (max-width: 767px) {
  .order-history__product {
    margin: 5px 0 0;
  }
}
@media screen and (min-width: 768px) {
  .order-history__product .details p {
    font-size: 1.2rem;
    line-height: 20px;
  }
}
@media screen and (min-width: 768px) {
  .order-history__product .details {
    width: 40%;
    padding-right: 10px;
  }
}
@media screen and (max-width: 767px) {
  .order-history__product .details {
    margin: 0 auto 0 0;
  }
}
.order-history__product .name {
  font-family: var(--notoSerif);
}
@media screen and (min-width: 768px) {
  .order-history__product .name p {
    font-size: 1.4rem;
  }
}
@media screen and (min-width: 768px) {
  .order-history__product .name {
    padding-right: 10px;
    width: 40%;
  }
}
.order-history__product-image {
  width: 120px;
  border-radius: 5px;
}
.order-history__product-info {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .order-history__product-info {
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
    padding-left: 15px;
  }
}
.order-history__product-title, .order-history__product-name, .order-history__product-detail, .order-history__product-price {
  margin: 0;
}
.order-history__product-title {
  letter-spacing: 0.23em;
  font-size: 12px !important;
}
@media screen and (max-width: 767px) {
  .order-history__product-title {
    font-size: 1rem;
    margin-bottom: 8px;
  }
}
.order-history__product-name {
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .order-history__product-name {
    font-size: 1.6rem;
    margin-bottom: 6px;
    line-height: 20px;
  }
}
.order-history__product-price {
  width: 20%;
  font-size: 1.5rem;
  font-weight: 500;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .order-history__product-price {
    margin-top: 15px;
  }
}
.order-history__summary {
  background-color: #222;
  padding: 30px 30px 50px;
  border-radius: 10px;
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .order-history__summary {
    margin-top: 5px;
    padding: 30px 20px;
  }
}
.order-history__summary-item {
  margin-bottom: 15px;
  font-size: 1.8rem;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .order-history__summary-item {
    font-size: 1.4rem;
  }
}
.order-history__summary-discount {
  color: #FF0000;
}
.order-history__summary-total {
  margin-top: 10px;
  font-size: 1.8rem;
  display: flex;
  justify-content: space-between;
  border-top: solid 1px #605F5F;
  padding-top: 15px;
}
@media screen and (max-width: 767px) {
  .order-history__summary-total {
    font-size: 1.4rem;
  }
}

.order-summary,
.creditcard-info-summary {
  display: table;
  border-collapse: collapse;
  width: 100%;
  background-color: #111;
  color: #fff;
  font-family: sans-serif;
  margin-bottom: 0px;
  overflow: hidden;
}
.order-summary-wrap,
.creditcard-info-wrap {
  border: solid 1px #484848;
  overflow: hidden;
  border-radius: 10px;
  margin-bottom: 20px;
}
.order-summary__row,
.creditcard-info-summary__row {
  display: table-row;
}
.order-summary__cell,
.creditcard-info-summary__cell {
  display: table-cell;
  padding: 12px;
  border: 1px solid #333;
  vertical-align: middle;
  background-color: #000000;
  font-size: 1.4rem;
  min-width: 30%;
}
@media screen and (max-width: 767px) {
  .order-summary__cell,
  .creditcard-info-summary__cell {
    padding: 14px 18px;
    display: block;
    width: 100%;
    border: none;
    border-top: 1px solid #333;
  }
}
.order-summary__cell--label,
.creditcard-info-summary__cell--label {
  background-color: #171717;
  font-weight: bold;
  width: 20%;
  white-space: nowrap;
  color: #808080;
}
@media screen and (max-width: 767px) {
  .order-summary__cell--label,
  .creditcard-info-summary__cell--label {
    width: 100%;
  }
}
.order-summary__cell--address {
  width: 100%;
  display: table-cell;
  line-height: 22px;
}
@media screen and (max-width: 767px) {
  .order-summary__cell--address {
    line-height: 28px;
    border-bottom: 1px solid #333;
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .vertical-sp {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
  .vertical-sp > *:nth-child(1) {
    grid-column: 1;
    grid-row: 1;
    border-right: #484848 solid 1px;
  }
  .vertical-sp > *:nth-child(2) {
    grid-column: 1;
    grid-row: 2; /* Swap with item 3 */
    border-right: #484848 solid 1px;
  }
  .vertical-sp > *:nth-child(3) {
    grid-column: 2;
    grid-row: 1; /* Move up */
  }
  .vertical-sp > *:nth-child(4) {
    grid-column: 2;
    grid-row: 2;
  }
}

.mypage.history_detail .delivery_confirm_link {
  border-bottom: 1px solid white;
}

/* Member History Detail - Receipt Modal
-------------------------------*/
.receipt-modal {
  z-index: 9999;
  visibility: visible;
  position: fixed;
  top: 20% !important;
  left: 0% !important;
}
.receipt-modal .title {
  margin-bottom: 2rem;
  font-size: 2rem;
}

.receipt-modal .input-box {
  width: 100%;
  margin-bottom: 1.6rem;
}

.receipt-modal .input-label {
  font-size: 1.6rem;
}

.receipt-modal .input-add {
  height: 3.2rem;
  font-size: 1.5rem;
}

.receipt-modal .info-box {
  margin: auto;
  width: 56%;
}

.receipt-modal .info-txt {
  font-size: 1.3rem;
  margin-bottom: 1.3rem;
}

.receipt-modal .btn-box {
  text-align: center;
  margin: 0 auto;
  width: 46%;
}

.receipt-modal .receipt-pop-btn-area .button {
  margin: 10px 0;
}

.receipt-modal .info-box .info-txt {
  color: black;
}

@media only screen and (max-width: 1024px) {
  .pc-receipt-btn {
    font-size: 1.2rem;
    height: 36px;
  }
  .receipt-modal .info-box {
    width: 56%;
  }
}
@media only screen and (max-width: 903px) {
  .receipt-modal .info-box {
    width: 62%;
  }
}
@media only screen and (max-width: 822px) {
  .receipt-modal .input-label {
    font-size: 1.4rem;
  }
  .receipt-modal .info-box {
    width: 70%;
  }
}
@media only screen and (max-width: 750px) {
  .receipt-modal {
    top: 200px !important;
    transition: all 0.2s ease-out, opacity 0.2s ease-out, margin 0.2s ease-out;
    overflow: hidden;
  }
  .receipt-modal .title {
    margin-bottom: 1.5rem;
    font-size: 1.7rem;
    padding: 1rem 0 0 1rem;
  }
  .receipt-modal .input-box {
    width: 100%;
    margin-bottom: 1.3rem;
    padding: 0;
  }
  .receipt-modal .input-box .col-3 {
    padding: 0 0 0 0.2rem;
  }
  .receipt-modal .input-box .col-3 {
    padding: 0 0 0 1rem;
  }
  .receipt-modal .input-label {
    font-size: 1.3rem;
  }
  .receipt-modal .input-add {
    height: 2.9rem;
    font-size: 1.3rem;
  }
  .receipt-modal .info-box {
    width: 82%;
  }
  .receipt-modal .info-txt {
    font-size: 1.3rem;
    margin-bottom: 1.3rem;
  }
  .pc-receipt-btn {
    display: none;
  }
}
@media only screen and (max-width: 320px) {
  .receipt-modal .title {
    font-size: 1.4rem;
  }
  .receipt-modal .input-label {
    font-size: 1.2rem;
    padding: 0;
    vertical-align: middle;
  }
  .receipt-modal .input-add {
    height: 2.6rem;
    font-size: 1.2rem;
  }
  .receipt-modal .info-box {
    width: 95%;
  }
  .receipt-modal .info-txt {
    font-size: 1.2rem;
    margin-bottom: 1.2rem;
  }
}

/* 404, cart_error */
.mainContentsInner.errorPage {
  color: white;
}
.mainContentsInner.errorPage .button {
    width: min(310px, 100%);
    height: 40px;
    margin: auto;
    border-radius: 65px;
    display: grid;
    place-content: center;
    color: white;
    font-size: 1.2rem;
    background: var(--colorB2);
    padding: 0;
    transition: opacity 0.3s ease;
}
@media (min-width: 1024px) {
  .mainContentsInner.errorPage .button {
    width: min(320px, 100%);
    height: 50px;
    font-size: 1.6rem;
  }
}
