main.l-container {
  position: relative;
}
pre {
  white-space: pre-line;
}
.pink {
  color: #e57d62;
}
.hover {
  transition: all 0.25s;
}
a.txtLink {
  text-decoration: underline !important;
}
.nowrap {
  white-space: nowrap;
  display: inline-block;
}
.kome .nowrap,
.komeList .nowrap {
  text-indent: 0;
}
@media (any-hover: hover) {
  .hover:hover {
    opacity: 0.8;
  }
  a.pink:hover {
    color: #e57d62;
  }
  a.txtLink:hover {
    text-decoration: none !important;
  }
}
main.js-main-container,
main[role="main"] {
  padding-top: 12rem;
  padding-bottom: 8rem;
}
@media screen and (max-width: 769px) {
  main.js-main-container,
  main[role="main"] {
    padding-top: 9rem;
    padding-bottom: 5rem;
  }
}
main.l-container {
  padding-top: 10.5rem;
  padding-bottom: 6rem;
}
@media screen and (max-width: 769px) {
  main.l-container {
    padding-top: 8rem;
    padding-bottom: 4rem;
  }
}
main .l-container__row.u-margin__top--60:first-of-type {
  margin-top: 0;
}
main .l-container__row.u-margin__bottom--100 {
  margin-bottom: 0;
}
main.mypage {
  padding-top: 10rem;
  padding-bottom: 6rem;
}
@media screen and (max-width: 769px) {
  main.mypage {
    padding-top: 6.9rem;
    padding-bottom: 4rem;
  }
}
.passwordArrBox {
  width: 88%;
  max-width: 780px;
  margin: 4.5em auto 0;
  font-size: 14px;
  line-height: 1.7;
}
.passwordArrBox .inBox {
  text-align: center;
  border: solid 1px #e57d62;
  padding: 1em 1em;
  margin: 20px 0px 20px 0px;
}
.passwordArrBox .inBox div {
  padding: 7px;
  color: #e57d62;
}
@media screen and (max-width: 769px) {
  .passwordArrBox {
    margin: 16vw auto 0;
  }
  .passwordArrBox .inBox {
    padding: 1em 1em;
  }
  .passwordArrBox .inBox div {
    text-align: left;
  }
}
.txt01 {
  font-size: 15px;
  line-height: 1.6;
}
.myMenu .mypageNavList .title {
  background: #eae7e6;
  font-size: 13px;
  letter-spacing: 0.06em;
  font-weight: 600;
  padding: 0.5em 15px;
  margin: 25px 0 8px 0;
}
.myMenu .mypageNavList .title:first-child {
  margin-top: 0;
}
.myMenu .mypageNavList li {
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: 0.04em;
  padding-left: 7px;
}
.myMenu .mypageNavList li a {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 9px 0;
}
.myMenu .mypageNavList li p.icon {
  width: 2.5em;
  height: 1.5em;
  margin-right: 3px;
  position: relative;
}
.myMenu .mypageNavList li p.icon:before,
.myMenu .mypageNavList li p.icon:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  height: 1.5em;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  left: 0;
  top: 0;
  transition: opacity 0.25s cubic-bezier(0.16, 1, 0.3, 1);
}
.myMenu .mypageNavList li p.icon:after {
  opacity: 0;
}
.myMenu .mypageNavList li.teiki p.icon:before {
  background-image: url(../images/background/my_teiki.svg);
}
.myMenu .mypageNavList li.history p.icon:before {
  background-image: url(../images/background/my_history.svg);
}
.myMenu .mypageNavList li.items p.icon:before {
  background-image: url(../images/background/my_items.svg);
}
.myMenu .mypageNavList li.faq p.icon:before {
  background-image: url(../images/background/my_faq.svg);
}
.myMenu .mypageNavList li.user p.icon:before {
  background-image: url(../images/background/my_pen.svg);
}
.myMenu .mypageNavList li.address p.icon:before {
  background-image: url(../images/background/my_address.svg);
}
.myMenu .mypageNavList li.cards p.icon:before {
  background-image: url(../images/background/my_cards.svg);
}
.myMenu .mypageNavList li.password p.icon:before {
  background-image: url(../images/background/my_password.svg);
}
.myMenu .mypageNavList li.logout p.icon:before {
  background-image: url(../images/background/c-menu_logout_icon.svg);
}
.myMenu .mypageNavList li.teiki p.icon:after {
  background-image: url(../images/background/my_teiki_orange.svg);
}
.myMenu .mypageNavList li.history p.icon:after {
  background-image: url(../images/background/my_history_orange.svg);
}
.myMenu .mypageNavList li.items p.icon:after {
  background-image: url(../images/background/my_items_orange.svg);
}
.myMenu .mypageNavList li.faq p.icon:after {
  background-image: url(../images/background/my_faq_orange.svg);
}
.myMenu .mypageNavList li.user p.icon:after {
  background-image: url(../images/background/my_pen_orange.svg);
}
.myMenu .mypageNavList li.address p.icon:after {
  background-image: url(../images/background/my_address_orange.svg);
}
.myMenu .mypageNavList li.cards p.icon:after {
  background-image: url(../images/background/my_cards_orange.svg);
}
.myMenu .mypageNavList li.password p.icon:after {
  background-image: url(../images/background/my_password_orange.svg);
}
.myMenu .mypageNavList li.logout p.icon:after {
  background-image: url(../images/background/c-menu_logout_icon_orange.svg);
}
.myMenu .mypageNavList li p:not(.icon) {
  color: #2e2218 !important;
  transition: color 0.15s;
}
@media (any-hover: hover) {
  .myMenu .mypageNavList li a:hover p:not(.icon) {
    color: #e57d62 !important;
  }
  .myMenu .mypageNavList li a:hover p.icon:before {
    opacity: 0;
  }
  .myMenu .mypageNavList li a:hover p.icon:after {
    opacity: 1;
  }
}
.myMenu .lineTxtNav {
  border-top: #dcdad9 1px solid;
  margin-top: 20px;
}
.myMenu .lineTxtNav li {
  border-bottom: #dcdad9 1px solid;
  font-size: 12px;
  line-height: 1.5;
  letter-spacing: 0.04em;
}
.myMenu .lineTxtNav li a {
  padding: 7px 15px;
  display: block;
  transition: color 0.15s;
}
@media (any-hover: hover) {
  .myMenu .lineTxtNav li a:hover {
    color: #e57d62;
  }
}
.myMenu .bnrList {
  margin-top: 32px;
}
.myMenu .bnrList li {
  margin-bottom: 14px;
}
.myMenu .bnrList a {
  transition: opacity 0.2s;
}
@media (any-hover: hover) {
  .myMenu .bnrList a:hover {
    opacity: 0.7;
  }
}
.ly_globalMenu_body .myMenu {
  display: none;
}
@media screen and (max-width: 1060px) {
  .ly_globalMenu_body.myMenuWrap {
    display: block;
    padding-top: 150px;
  }
  .ly_globalMenu_body.myMenuWrap .grid {
    display: none;
  }
  .ly_globalMenu_body .myMenu {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    padding: 0 10vw;
  }
  .ly_globalMenu_body .myMenu .mypageNavList {
    width: 50%;
    margin-right: 8%;
  }
  .ly_globalMenu_body .myMenu div {
    flex: 1;
  }
  .ly_globalMenu_body .myMenu .lineTxtNav {
    margin-top: 0;
  }
  .ly_globalMenu_body .myMenu .lineTxtNav li a {
    padding: 13px 10px;
  }
  .ly_globalMenu_body .myMenu .bnrList {
    margin-top: 50px;
  }
  .ly_globalMenu_body .myMenu .userBlock {
    display: none;
  }
  .ly_globalMenu_body .myMenu .spAccMenu {
    display: none;
  }
  .ly_globalMenu_body .myMenu .ly_globalMenu_snsList {
    display: none;
  }
}
@media screen and (max-width: 769px) {
  .ly_globalMenu_body_link {
    padding-bottom: 0;
  }
  .ly_globalMenu_body.myMenuWrap {
    padding-top: 6.9rem;
    background: #fff;
  }
  .ly_globalMenu_body .myMenu {
    display: block;
    padding: 0;
    width: 100vw;
    position: relative;
    left: 50%;
    transform: translate(-50%, 0);
  }
  .ly_globalMenu_body .myMenu .mypageNavList {
    width: 100%;
    margin-right: 0;
  }
  .ly_globalMenu_body .myMenu .userBlock {
    position: relative;
    display: block;
    border-bottom: 1px solid #dddcdb;
    background: #f5f5f5;
    padding: 1.6rem 1.8rem 1.4rem;
  }
  .ly_globalMenu_body .myMenu .userBlock .name {
    font-size: 1.7rem;
    line-height: 0.8;
    letter-spacing: 0.1em;
  }
  .ly_globalMenu_body .myMenu .userBlock .name span {
    font-size: 0.85rem;
    line-height: 1.4;
    margin-top: 0.45em;
    display: block;
  }
  .ly_globalMenu_body .myMenu .userBlock .type {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    right: 1.8rem;
    top: 1.4rem;
    border: #e57d62 1px solid;
    background: #fff;
    color: #e57d62;
    font-weight: 600;
    letter-spacing: 0.05em;
    border-radius: 4px;
    font-size: 0.75rem;
    padding: 0 0.7em;
    height: 2.1em;
  }
  .ly_globalMenu_body .myMenu .spAccMenu {
    padding: 1.4rem 1.8rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 1rem;
    font-family: ryo-display-plusn, serif;
  }
  .ly_globalMenu_body .myMenu .spAccMenu a {
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }
  .ly_globalMenu_body .myMenu .spAccMenu img {
    width: auto;
    height: 1.6em;
    margin-right: 0.35em;
  }
  .ly_globalMenu_body .myMenu .mypageNavList .title {
    font-size: 0.8rem;
    font-weight: normal;
    padding: 0.5em 1.6rem;
    margin: 0;
  }
  .ly_globalMenu_body .myMenu .mypageNavList li {
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: 0.04em;
    padding-left: 0;
    border-bottom: #e0dfde 1px solid;
  }
  .ly_globalMenu_body .myMenu .mypageNavList li a {
    position: relative;
    padding: 0.5rem 1.3rem;
    height: 3.4em;
  }
  .ly_globalMenu_body .myMenu .mypageNavList li a:after {
    content: "";
    display: block;
    width: 1.8rem;
    height: 1.8rem;
    border-radius: 50%;
    background: url(../images/background/menu_arrow.svg) no-repeat center
      #f5f5f5;
    background-size: 0.5rem;
    position: absolute;
    right: 1.4rem;
    top: 50%;
    transform: translate(0, -50%);
  }
  .ly_globalMenu_body .myMenu .mypageNavList li.logout {
    display: none;
  }
  .ly_globalMenu_body .myMenu .lineTxtNav {
    border-top: none;
    margin-top: 0;
  }
  .ly_globalMenu_body .myMenu .lineTxtNav li {
    border-bottom: #dddcdb 1px solid;
    font-size: 0.8rem;
  }
  .ly_globalMenu_body .myMenu .lineTxtNav li a {
    padding: 0.8rem 1.7rem;
    background: #f5f5f5;
    position: relative;
  }
  .ly_globalMenu_body .myMenu .lineTxtNav li a:after {
    content: "";
    display: block;
    width: 1.8rem;
    height: 1.8rem;
    border-radius: 50%;
    background: url(../images/background/menu_arrow.svg) no-repeat center #fff;
    background-size: 0.5rem;
    position: absolute;
    right: 1.4rem;
    top: 50%;
    transform: translate(0, -50%);
  }
  .ly_globalMenu_body .myMenu .bnrList {
    margin-top: 2rem;
    padding: 0 1rem;
  }
  .ly_globalMenu_body .myMenu .bnrList li {
    margin-bottom: 0.7rem;
  }
  .ly_globalMenu_body .myMenu .ly_globalMenu_snsList {
    margin: 2rem 1.4rem 0;
    padding-bottom: 2.8rem;
  }
  .ly_globalMenu_body.is_open + .myMenuBG {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 111;
    background: #fff;
    border-bottom: #dddcdb 1px solid;
    display: block;
    width: 100vw;
    height: 5.9rem;
  }
}
@media screen and (max-width: 769px) {
  .form-inline {
    display: flex;
    align-items: center;
  }
  .page-container {
    padding-bottom: 5vw;
  }
  .bl_filterMenu_list {
    padding: 1.1rem 0;
  }
  .bl_filterMenu_link {
    height: 2.2rem;
  }
}
.btn-warning {
  background: #f53a3a !important;
  border: none !important;
}
.btn-warning:hover {
  opacity: 0.88;
}
.btn-warning:focus,
.btn-warning.focus {
  outline: none !important;
  border: none !important;
}
@media screen and (max-width: 769px) {
  #sidebar-view {
    margin-top: 10vw;
  }
}
.kome {
  padding-left: 1em;
  text-indent: -1em;
  line-height: 1.6;
}
.nowrap {
  display: inline-block;
  white-space: nowrap;
}
.bl_productCard_image {
  position: relative;
}
.bl_productCard_image .bl_productCard_post {
  position: absolute;
  bottom: 1.25rem;
  left: 1.25rem;
  z-index: 10;
  letter-spacing: 0.1em;
  font-family: aw-conqueror-didot, serif;
  font-style: normal;
  font-weight: 400;
  font-size: 0.75rem;
}
@media screen and (max-width: 769px) {
  .bl_productCard_image .bl_productCard_post {
    font-size: 0.625rem;
    letter-spacing: 0.05em;
    bottom: 0.6rem;
    left: 0.625rem;
  }
}
.un_productCard_post {
  position: absolute;
  bottom: 2.5rem;
  right: 2.5rem;
  font-family: aw-conqueror-didot, serif;
  font-style: normal;
  font-weight: 400;
  z-index: 10;
  font-size: 0.75rem;
}
@media screen and (max-width: 769px) {
  .un_productCard_post {
    font-size: 0.75rem;
    letter-spacing: 0.05em;
    bottom: 0.9375rem;
    right: 1.25rem;
  }
}
.c-product_item__inner__eyecatch {
  position: relative;
}
.c-product_item__inner__eyecatch .bl_productCard_post {
  position: absolute;
  bottom: 0.2rem;
  left: 0.4rem;
  z-index: 10;
  margin: 0;
  letter-spacing: 0.06em;
  font-family: aw-conqueror-didot, serif;
  font-style: normal;
  font-weight: 400;
  font-size: 0.625rem;
  margin: 0;
}
.c-product_item__inner__eyecatch a {
  color: inherit;
}
.c-product_item__inner__eyecatch a:hover .bl_productCard_post {
  text-decoration: none;
}
@media screen and (max-width: 769px) {
  .c-product_item__inner__eyecatch .bl_productCard_post {
    bottom: 0.15rem;
    left: 0.3rem;
    font-size: 0.6rem;
    letter-spacing: 0.04em;
  }
}
.un_productDetail_thumbnail {
  position: relative;
}
.un_productDetail_thumbnail .bl_productCard_post {
  position: absolute;
  bottom: 2.5rem;
  right: 2.5rem;
  z-index: 10;
  margin: 0;
  letter-spacing: 0.06em;
  font-family: aw-conqueror-didot, serif;
  font-style: normal;
  font-weight: 400;
  font-size: 0.75rem;
  letter-spacing: 0.15em;
}
@media screen and (max-width: 769px) {
  .un_productDetail_thumbnail .bl_productCard_post {
    font-size: 0.75rem;
    letter-spacing: 0.05em;
    bottom: 0.9375rem;
    right: 1.25rem;
  }
}
.un_productPrice_option {
  align-items: flex-start;
}
.un_productPrice_option_label {
  margin-top: 0.2em;
}
.un_productPrice_option_notice {
  display: block;
  margin: 0.5em 0 0;
}
.un_productDetail_cartButton.nocart:after {
  display: none;
}
@media screen and (max-width: 769px) {
  .un_productPrice_option_label {
    margin-top: 0;
  }
}
#product-show-view .option_type.row {
  margin-left: -15px;
  margin-right: -15px;
}
#product-show-view .option_type.row:before,
#product-show-view .option_type.row:after {
  content: "";
  display: table;
}
#product-show-view .option_type.row:after {
  clear: both;
}
#product-show-view .option_type.row .col-md-6 {
  width: 50%;
}
#product-show-view .option_type.row .col-xs-6,
#product-show-view .option_type.row .col-md-2 {
  float: left;
}
#payment_method_description {
  padding: 20px 0 0;
  margin-bottom: -20px;
  font-size: 14px;
  line-height: 1.5;
}
#payment_method_description img {
  display: inline-block;
  margin-bottom: 1em;
}
@media screen and (max-width: 769px) {
  #payment_method_description {
    margin-bottom: 0;
  }
}
#contacts-form-view .topTxt {
  font-size: 15px;
  line-height: 1.5;
}
.radioList {
  padding-top: 6px;
}
.radioList li {
  margin-bottom: 0.5em;
}
@media screen and (max-width: 769px) {
  #contacts-form-view .topTxt {
    font-size: 0.84rem;
    line-height: 1.6;
    margin-bottom: 2em;
  }
  .radioList {
    padding: 1em 0 0.3em;
  }
}
#contactSetumei {
  font-size: 14px;
  line-height: 1.6;
  padding: 6px 0 1em;
}
#contactSetumei:empty {
  padding: 0;
}
#contact_content {
  font-size: 15px;
}
@media screen and (max-width: 769px) {
  #contactSetumei {
    font-size: 0.84rem;
    padding: 0.5em 0 1em;
  }
}
#contactConfirmPage .c-form_table--confirm {
  margin-bottom: 70px;
  width: 100%;
}
#contactConfirmPage .c-form_table--confirm th {
  width: 13em !important;
}
#contactConfirmPage .c-form_table--confirm td {
  width: auto;
}
#contactConfirmPage .p-account_form__inner__bottom__btn {
  margin-bottom: 40px;
}
@media screen and (max-width: 769px) {
  #contactConfirmPage .c-form_table--confirm {
    margin-bottom: 16vw;
  }
  #contactConfirmPage .p-account_form__inner__bottom__btn {
    margin-bottom: 7vw;
  }
}
#contactsThanks .topTxt {
  font-size: 15px;
  line-height: 2.2;
  text-align: center;
  margin-bottom: 3em;
}
#contactsThanks .backLink {
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 769px) {
  #contactsThanks .topTxt {
    margin-top: -1em;
    padding: 0 5vw;
    font-size: 0.84rem;
    line-height: 2;
    text-align: left;
  }
}
#mzdaoPage .bl_pageHeader {
  height: 52rem;
}
#mzdaoPage a.txtLink {
  text-decoration: underline;
}
#mzdaoPage a.txtLink:hover {
  text-decoration: none;
}
#mzdaoPage .bl_anchorList li {
  width: 100%;
  margin: 0 0 1.4em 0;
}
#mzdaoPage .mypage_image {
  width: 100%;
  max-width: 780px;
  margin: 0 auto;
  display: block;
}
#mzdaoPage .bnrBox {
  margin-top: 30px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
#mzdaoPage .bnrBox .ly_header_products {
  background: #fff;
  padding: 0px;
  width: 400px;
  transition: 0.2s opacity linear;
}
#mzdaoPage .bnrBox .ly_header_products:hover {
  opacity: 0.7;
}
#mzdaoPage .bnrBox .ly_header_products p {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 3em;
}
#mzdaoPage .bnrBox .ly_header_products p svg {
  width: 0.4em;
  margin-left: 0.8em;
}
#mzdaoPage .bnrBox p.txt {
  line-height: 1.6;
  font-size: 1rem;
  margin: 0 0 0 2em;
  flex: 1;
}
#mzdaoPage .topH2 {
  margin-bottom: 9rem;
}
#mzdaoPage .topH2 .el_subTitle {
  margin-bottom: 4rem;
}
#mzdaoPage .bl_squareCard_title {
  white-space: normal;
  line-height: 1.6;
  font-family: ryo-display-plusn, serif;
  font-size: 1.125rem;
}
#mzdaoPage .kifuItemsList {
  display: flex;
  flex-wrap: wrap;
  margin: 3% 0 10%;
}
#mzdaoPage .kifuItemsList a {
  transition: 0.2s opacity linear;
}
#mzdaoPage .kifuItemsList a:hover {
  opacity: 0.7;
}
#mzdaoPage .kifuItemsList li {
  width: 47%;
  margin: 4% 4% 0 0;
}
#mzdaoPage .kifuItemsList li:nth-child(2n) {
  margin-right: 0;
}
#mzdaoPage .imgWaku {
  border: #ebe7e6 4px solid;
  background: #fff;
  padding: 30px;
}
@media screen and (max-width: 769px) {
  #mzdaoPage .el_title_ja {
    font-size: 2rem;
  }
  #mzdaoPage .bl_pageHeader {
    height: 36.5rem;
  }
  #mzdaoPage .el_subTitle {
    letter-spacing: 0.1em;
  }
  #mzdaoPage .mypage_image {
    max-width: 375px;
  }
  #mzdaoPage .bnrBox {
    margin-top: 7vw;
    display: block;
  }
  #mzdaoPage .bnrBox .ly_header_products {
    padding: 0;
    width: 58vw;
  }
  #mzdaoPage .bnrBox .ly_header_products_icon {
    width: 1.24rem;
    height: 1.24rem;
  }
  #mzdaoPage .bnrBox .ly_header_products_text {
    font-size: 0.8125rem;
  }
  #mzdaoPage .bnrBox p.txt {
    line-height: 1.6;
    font-size: 0.875rem;
    flex: 1;
    margin: 1.2em 0 0;
  }
  #mzdaoPage .topH2 {
    margin-bottom: 5.5rem;
  }
  #mzdaoPage .topH2 .el_subTitle {
    margin-bottom: 3rem;
  }
  #mzdaoPage .bl_squareCard_title {
    font-size: 0.9375rem;
  }
  #mzdaoPage .bl_squareCard_text {
    font-size: 0.8125rem;
  }
  #mzdaoPage .kifuItemsList {
    margin: 5% 0 13%;
  }
  #mzdaoPage .kifuItemsList li {
    width: 100%;
    margin: 4% 0 0 0;
  }
  #mzdaoPage .imgWaku {
    border: #ebe7e6 4px solid;
    padding: 6vw 5vw 3vw;
  }
  #mzdaoPage .imgWaku p {
    text-align: center;
    font-size: 0.875rem;
    margin-bottom: 1em;
  }
}
#lawPage .c-table tbody tr th {
  width: 12em;
}
#policyPage .p-page_content__inner > ul {
  margin-top: 40px;
}
#policyPage .p-page_content__inner > ul > li:not(:last-child) {
  margin-bottom: 40px;
}
#policyPage h2.u-text--subhead {
  font-size: 16px;
  line-height: 1.4;
  font-weight: 500;
  border-bottom: #dcdad9 1px solid;
  padding-bottom: 0.5em;
  margin-bottom: 1em;
}
#policyPage h2.u-text--head {
  margin-top: 3.5em;
  padding-top: 1em;
}
#policyPage .u-text--body {
  line-height: 1.8;
  font-size: 14px;
}
@media screen and (max-width: 769px) {
  #policyPage h2.u-text--subhead {
    font-size: 15px;
  }
  #policyPage .u-text--body {
    line-height: 1.7;
    font-size: 13px;
  }
}
#newsListPage .bl_pageHeader {
  height: auto;
}
#newsListPage .secTitle {
  font-size: 2.34rem;
  font-feature-settings: "palt";
  letter-spacing: 0.15em;
  padding: 8.8rem 0 1.2em;
  font-family: ryo-display-plusn, serif;
  font-weight: 500;
}
#newsListPage .more {
  text-align: right;
}
@media screen and (max-width: 769px) {
  #newsListPage .secTitle {
    font-size: 1.8125rem;
    padding: 5.6rem 0 1.1em;
  }
}
#newsListPage .more .el_circleLink {
  margin: -1rem -2rem 0 0;
  height: 4.5rem;
  padding-right: 6.7rem;
}
@media screen and (max-width: 769px) {
  #newsListPage .more .el_circleLink {
    margin: -1rem -0.3rem 0 0;
    padding-right: 5rem;
  }
}
#newsListPage .more .el_circleLink:before {
  width: 4rem;
  height: 4rem;
  margin-top: -2rem;
  margin-right: -2rem;
}
@media screen and (max-width: 769px) {
  #newsListPage .more .el_circleLink:before {
    width: 3.2rem;
    height: 3.2rem;
    margin-top: -1.6rem;
    margin-right: -1.6rem;
  }
}
#newsListPage .more .el_circleLink:hover:before {
  transform: scale(0.7);
}
#newsListPage #pressRelease {
  padding-bottom: 4rem;
}
#newsListPage .pressList {
  display: flex;
  flex-wrap: wrap;
}
#newsListPage .pressList li {
  width: 30.7%;
  margin: 0 3.95% 5% 0;
}
#newsListPage .pressList li:nth-child(3n) {
  margin-right: 0;
}
#newsListPage .pressList li a {
  height: 100%;
  display: block;
  transition: opacity 0.3s;
}
#newsListPage .pressList li a:hover {
  opacity: 0.7;
}
#newsListPage .pressList li .img {
  width: 100%;
  padding-top: 60.5%;
  position: relative;
}
#newsListPage .pressList li .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  left: 0;
  top: 0;
}
#newsListPage .pressList li .dateLine {
  margin: 1.4rem 0 1.4rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#newsListPage .pressList li .dateLine .date {
  color: #b0aaa8;
  letter-spacing: 0.05em;
  font-size: 1rem;
}
#newsListPage .pressList li .dateLine .cate {
  font-size: 0.8725rem;
  letter-spacing: 0.05em;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 9em;
  padding: 0 1.2em;
  height: 1.85em;
  border-radius: 3em;
  background-color: #e57d62;
}
#newsListPage .pressList li .ttl {
  font-size: 1rem;
  line-height: 1.8;
  font-feature-settings: "palt";
  letter-spacing: 0.16em;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  text-align: justify;
}
@media screen and (max-width: 769px) {
  #newsListPage .pressList li {
    width: 46.86%;
    margin: 0 0 10% 0;
  }
  #newsListPage .pressList li:nth-child(2n-1) {
    margin-right: 6.28%;
  }
  #newsListPage .pressList li .dateLine {
    margin: 0.9rem 0 1rem;
  }
  #newsListPage .pressList li .dateLine .date {
    font-size: 0.8rem;
  }
  #newsListPage .pressList li .dateLine .cate {
    font-size: 0.625rem;
    min-width: 8.5em;
    padding: 0 1em;
    height: 1.8em;
    border-radius: 3em;
  }
  #newsListPage .pressList li .ttl {
    font-size: 0.8125rem;
    line-height: 1.8;
    letter-spacing: 0.16em;
    -webkit-line-clamp: 4;
  }
}
#newsListPage .txtNewsList {
  border-top: #c3c0be 1px solid;
  margin-bottom: 3rem;
}
#newsListPage .txtNewsList li {
  border-bottom: #c3c0be 1px solid;
}
#newsListPage .txtNewsList a {
  display: flex;
  align-items: center;
  min-height: 7.2rem;
  transition: opacity 0.2s;
}
#newsListPage .txtNewsList a:hover {
  opacity: 0.7;
}
#newsListPage .txtNewsList .dateLine {
  display: flex;
  align-items: center;
  margin-right: 3rem;
}
#newsListPage .txtNewsList .dateLine .date {
  color: #b0aaa8;
  letter-spacing: 0.05em;
  font-size: 1rem;
  margin-right: 1.1rem;
}
#newsListPage .txtNewsList .dateLine .cate {
  font-size: 0.8725rem;
  letter-spacing: 0.1em;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 9em;
  padding: 0 1.2em;
  height: 1.85em;
  border-radius: 3em;
}
#newsListPage .txtNewsList .dateLine .cate.media {
  background-color: #93a7a9;
}
#newsListPage .txtNewsList .dateLine .cate.news,
#newsListPage .txtNewsList .dateLine .cate.information {
  background-color: #b0aaa8;
}
#newsListPage .txtNewsList .dateLine .cate.press,
#newsListPage .txtNewsList .dateLine .cate.press {
  background-color: #cd7c63;
}
#newsListPage .txtNewsList .ttl {
  flex: 1;
  font-size: 1rem;
  line-height: 1.8;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
@media screen and (max-width: 769px) {
  #newsListPage .txtNewsList {
    margin-bottom: 2rem;
  }
  #newsListPage .txtNewsList a {
    /* display: block; */
    min-height: 0;
    padding: 1.1rem 0;
    display: flex;
    flex-direction: row;
    gap: 1rem;
  }
  #newsListPage .txtNewsList .dateLine {
    /* justify-content: space-between; */
    margin: 0 0 0.9rem;
    flex-direction: column;
    gap: 0.5rem;
  }
  #newsListPage .txtNewsList .dateLine .date {
    font-size: 0.8rem;
  }
  #newsListPage .txtNewsList .dateLine .cate {
    font-size: 0.625rem;
    min-width: 8.5em;
    padding: 0 1em;
    height: 1.8em;
    border-radius: 3em;
  }
  #newsListPage .txtNewsList .ttl {
    font-size: 0.8125rem;
    line-height: 1.8;
    letter-spacing: 0.16em;
    -webkit-line-clamp: 3;
  }
}
#newsListPage #information {
  margin-top: -3rem;
  padding-bottom: 3rem;
}
#newsListPage .paginationBox {
  margin-top: 5rem;
}
@media screen and (max-width: 769px) {
  #newsListPage .paginationBox {
    margin-top: 3rem;
  }
  #newsListPage .newsCatePage {
    padding-top: 3rem;
    padding-bottom: 7rem;
  }
}
.informationDetail a {
  color: #e57d62;
}
.informationDetail a:hover {
  text-decoration: underline;
  opacity: 0.9;
}
.informationDetail .pankuzu {
  width: 80%;
  max-width: 920px;
  margin: -2.6em auto 1.4em;
  font-size: 13px;
  line-height: 1.5;
  font-feature-settings: "palt";
  letter-spacing: 0.05em;
}
.informationDetail .pankuzu a {
  display: inline-block;
  margin-right: 1.5em;
  position: relative;
}
.informationDetail .pankuzu a:after {
  content: ">";
  display: block;
  font-size: 90%;
  color: #2e2218;
  position: absolute;
  right: -1.2em;
  top: 50%;
  transform: translateY(-55%);
}
@media screen and (max-width: 769px) {
  .informationDetail .pankuzu {
    width: 94%;
    font-size: 0.72rem;
    margin-top: -1em;
  }
}
.informationDetail .contents {
  width: 80%;
  max-width: 920px;
  background: #fff;
  margin: 0 auto 25px;
  padding: 40px 40px 50px;
}
.informationDetail .contents h1 {
  font-size: 24px;
  line-height: 1.5;
  font-feature-settings: "palt";
  letter-spacing: 0.05em;
}
.informationDetail .contents .info {
  display: flex;
  align-items: center;
  font-size: 14px;
  margin-top: 1em;
  letter-spacing: 0.04em;
}
.informationDetail .contents .thum {
  margin: 40px 0 40px;
}
.informationDetail .contents .p-page_article {
  line-height: 1.7;
  letter-spacing: 0.05em;
  padding: 0 20px;
}
.informationDetail .contents .p-page_article strong {
  font-weight: bold;
}
.informationDetail .contents .p-page_article hr {
  border-color: rgba(0, 0, 0, 0.12);
  margin: 6px 0 1.8em;
}
.informationDetail .contents .p-page_article p {
  margin-bottom: 1em;
}
@media screen and (max-width: 769px) {
  .informationDetail .contents {
    width: 94%;
    margin: 0 auto 7vw;
    line-height: 1.6;
    padding: 7vw 5vw 7vw;
  }
  .informationDetail .contents h1 {
    font-size: 1.6rem;
  }
  .informationDetail .contents .info {
    font-size: 0.8rem;
  }
  .informationDetail .contents .thum {
    margin: 7vw 0 7vw;
  }
  .informationDetail .contents .p-page_article {
    padding: 0;
    font-size: 0.97rem;
  }
}
.informationDetail .c-article_nav .c-article_nav__inner {
  width: 80%;
  max-width: 920px;
}
.informationDetail .c-article_nav .c-article_nav__inner a {
  text-decoration: none;
}
.informationDetail .c-article_nav .c-article_nav__inner a:hover {
  text-decoration: underline;
}
.informationDetail
  .c-article_nav
  .c-article_nav__inner
  .c-article_nav__inner__prev,
.informationDetail
  .c-article_nav
  .c-article_nav__inner
  .c-article_nav__inner__next {
  max-width: 45%;
}
.informationDetail
  .c-article_nav
  .c-article_nav__inner
  .c-article_nav__inner__prev {
  justify-content: flex-start;
}
.informationDetail
  .c-article_nav
  .c-article_nav__inner
  .c-article_nav__inner__next {
  justify-content: flex-end;
}
@media screen and (max-width: 769px) {
  .informationDetail .c-article_nav {
    padding: 0;
  }
  .informationDetail .c-article_nav .c-article_nav__inner {
    width: 100%;
  }
  .informationDetail
    .c-article_nav
    .c-article_nav__inner
    .c-article_nav__inner__prev,
  .informationDetail
    .c-article_nav
    .c-article_nav__inner
    .c-article_nav__inner__next {
    font-size: 0.76rem;
    line-height: 1.5;
  }
}
#clinicPage .bl_borderTopBox {
  border-top: 1px solid #ddd;
  margin-top: 6.4rem;
  padding-top: 3.2rem;
}
#clinicPage .bl_borderTopBox .bl_titleTop {
  margin-bottom: 4.375rem;
  font-size: 2.2rem;
  letter-spacing: 0.1em;
  font-family: ryo-display-plusn, serif;
  font-style: normal;
  font-weight: 500;
}
#clinicPage .bl_borderTopBox .bl_List li:not(:first-child) {
  margin-top: 5.3rem;
}
@media screen and (max-width: 769px) {
  #clinicPage .bl_borderTopBox {
    border: none;
    margin-top: 4.2rem;
    padding-top: 0;
  }
  #clinicPage .bl_borderTopBox .bl_titleTop {
    background: #93a7a9;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 2.7em;
    padding: 0.5em;
    margin-bottom: 1.8rem;
    font-size: 1.5rem;
    letter-spacing: 0.15em;
  }
}
#clinicPage .bl_necessity {
  display: flex;
  align-items: flex-end;
}
#clinicPage .bl_necessity .txtBox {
  width: 50%;
  margin-right: 6.9%;
  padding-bottom: 2rem;
}
#clinicPage .bl_necessity img {
  flex: 1;
}
@media screen and (max-width: 769px) {
  #clinicPage .bl_necessity {
    display: block;
  }
  #clinicPage .bl_necessity .txtBox {
    width: 100%;
    margin-right: 0;
    padding-bottom: 2rem;
  }
}
@media screen and (max-width: 769px) {
  #clinicPage #featureList li:last-child {
    border-bottom: none;
    padding-bottom: 0;
  }
  #clinicPage #featureList .bl_media_image {
    width: 54.6vw;
    margin: 0.8rem auto;
  }
}
#clinicPage .veterinarianBox {
  display: flex;
  align-items: flex-end;
}
#clinicPage .veterinarianBox .txtBox {
  width: 43%;
  margin-right: 7.2%;
  padding-bottom: 2.5rem;
}
#clinicPage .veterinarianBox picture {
  flex: 1;
}
#clinicPage .veterinarianBox .name {
  margin-bottom: 2.9rem;
  font-size: 2.2rem;
  letter-spacing: 0.1em;
  font-family: ryo-display-plusn, serif;
  font-style: normal;
  font-weight: 500;
}
#clinicPage .veterinarianBox .name .post {
  font-size: 1.24rem;
  margin-bottom: 1.2em;
}
@media screen and (max-width: 769px) {
  #clinicPage .veterinarianBox {
    display: block;
  }
  #clinicPage .veterinarianBox .txtBox {
    width: 100%;
    margin-right: 0;
    padding-bottom: 0;
  }
  #clinicPage .veterinarianBox img {
    width: 70vw;
    margin: 0 auto 2rem;
  }
  #clinicPage .veterinarianBox .name {
    width: 70vw;
    margin: 0 auto 1.4em;
    font-size: 1.38rem;
    letter-spacing: 0.1em;
  }
  #clinicPage .veterinarianBox .name .post {
    font-size: 0.862rem;
    margin-bottom: 1em;
  }
}
#clinicPage .othLinkBox li {
  text-align: center;
}
#clinicPage .othLinkBox li:not(:first-child) {
  margin-top: 4rem;
}
#clinicPage .othLinkBox li .ttl {
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  margin-bottom: 1.7em;
}
#clinicPage .othLinkBox li .btn {
  background: #ce9a8d;
  text-decoration: none;
  color: #fff;
  font-family: ryo-display-plusn, serif;
  font-style: normal;
  font-size: 1.6rem;
  letter-spacing: 0.1em;
  height: 8.8rem;
  width: 65.4%;
  max-width: 850px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  padding: 1rem 3.2rem;
  transition: opacity 0.3s;
}
#clinicPage .othLinkBox li .btn:hover {
  opacity: 0.8;
}
#clinicPage .othLinkBox li .btn .line {
  padding: 0.15em 0.6em 0.15em 0;
  margin-right: 0.6em;
  border-right: #fff 1px solid;
  display: inline-block;
}
#clinicPage .othLinkBox li .btn .blank {
  margin-left: auto;
  background: #fff;
  width: 2.55rem;
  height: 2.55rem;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
#clinicPage .othLinkBox li .btn .blank img {
  width: 32%;
}
@media screen and (max-width: 769px) {
  #clinicPage .othLinkBox li:not(:first-child) {
    margin-top: 3.6rem;
  }
  #clinicPage .othLinkBox li .ttl {
    font-size: 1rem;
    font-weight: 400;
    letter-spacing: 0.1em;
    margin-bottom: 1.4em;
  }
  #clinicPage .othLinkBox li .btn {
    font-size: 1.3em;
    height: 8rem;
    width: 100%;
    max-width: 850px;
    padding: 1rem 0.9rem;
  }
  #clinicPage .othLinkBox li .btn:hover {
    opacity: 1;
  }
  #clinicPage .othLinkBox li .btn .line {
    display: block;
    width: 3em;
    padding: 0.1em 0.5em 0.1em 0;
    margin: 0 0 0.6em;
  }
  #clinicPage .othLinkBox li .btn .blank {
    width: 16.7vw;
    height: 16.7vw;
  }
  #clinicPage .othLinkBox li .btn .blank img {
    width: 20%;
  }
}
.mySideMenu {
  width: 280px;
}
@media screen and (max-width: 1300px) {
  .mySideMenu {
    width: 20rem;
  }
}
@media screen and (max-width: 1060px) {
  .mySideMenu {
    display: none;
  }
}
.p-account__inner__content {
  width: calc(100% - 330px);
}
@media screen and (max-width: 1300px) {
  .p-account__inner__content {
    width: calc(100% - 24rem);
    margin-top: 0;
  }
}
@media screen and (max-width: 1060px) {
  .p-account {
    padding-left: 6vw;
    padding-right: 6vw;
  }
  .p-account__inner__content {
    width: 100%;
  }
}
@media screen and (max-width: 769px) {
  .p-account {
    padding-left: 4vw;
    padding-right: 4vw;
  }
}
.nonBox {
  border: #d7d5d3 1px solid;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 12rem;
  font-size: 16px;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 769px) {
  .nonBox {
    height: 26vw;
    font-size: 0.91rem;
  }
}
.orderBox .itemList li {
  position: relative;
  margin-bottom: 28px;
}
.orderBox .itemList li .setItemList li {
  margin-bottom: 0;
}
.orderBox .itemList li.premium {
  margin: 2em 0 28px;
}
.orderBox .itemList li .setNaiyo {
  width: 100%;
  padding-right: 1.7rem;
  display: flex;
  align-items: flex-end;
  min-height: 3.2em;
}
.orderBox .itemList li .setNaiyo .setItemList {
  flex: 1;
}
.orderBox .itemList li .setNaiyo .setItemList li {
  margin: 0.2em 0 0;
}
@media screen and (max-width: 769px) {
  .orderBox .itemList li {
    border-top: #dcdad9 1px solid;
    margin-bottom: 0;
  }
  .orderBox .itemList li .setItemList li {
    border: none;
  }
  .orderBox .itemList li.premium {
    margin: 0;
    border-top: none;
  }
  .orderBox .itemList li .setNaiyo {
    padding-right: 0;
    margin-bottom: 0.5em;
    display: block;
  }
  .orderBox .itemList li .setNaiyo .setItemList {
    margin-bottom: 0.8em;
  }
  .orderBox .itemList li .setNaiyo .setItemList li {
    margin: 0.5em 0 0;
  }
}
.orderBox .itemList li .change a {
  font-size: 13px;
  letter-spacing: 0.1em;
  padding-left: 0.1em;
  font-weight: 500;
  color: #fff;
  background: #e57d62;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 5.3em;
  height: 2.3em;
  border-radius: 2px;
  transition: all 0.25s;
}
@media (any-hover: hover) {
  .orderBox .itemList li .change a:hover {
    opacity: 0.8;
  }
}
@media screen and (max-width: 769px) {
  .orderBox .itemList li .change a {
    font-size: 0.8rem;
    width: 5.4em;
    height: 2em;
  }
}
.orderBox .itemList li .itemChange {
  position: absolute;
  right: 1.7rem;
  top: 57px;
}
@media screen and (max-width: 769px) {
  .orderBox .itemList li .itemChange {
    position: absolute;
    right: 2vw;
    top: 1.1vw;
  }
}
.orderBox .itemList li .itemChangeSet a {
  width: 10em;
}
@media screen and (max-width: 769px) {
  .orderBox .itemList li .itemChangeSet a {
    margin-left: auto;
  }
}
.orderBox .itemList li .ttl {
  background: #eae7e6;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.1em;
  padding: 10px 14px;
  margin-bottom: 20px;
}
.orderBox .itemList li .img {
  width: min(24%, 160px);
  position: absolute;
  left: 0;
  top: 52px;
}
@media screen and (max-width: 769px) {
  .orderBox .itemList li .ttl {
    font-size: 0.84rem;
    padding: 2.5vw;
    text-align: center;
    margin-bottom: 0;
    border-bottom: #dcdad9 1px solid;
  }
  .orderBox .itemList li .img {
    width: 27vw;
    position: relative;
    left: auto;
    top: auto;
  }
}
.orderBox .itemList li .item {
  font-size: 14px;
  line-height: 1.7;
  margin-left: min(28%, 190px);
}
.orderBox .itemList li .item .name {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 3px 0 0.8em 7px;
  border-bottom: #dcdad9 1px solid;
  min-height: 3.6em;
  font-feature-settings: "palt";
  letter-spacing: 0.08em;
}
.orderBox .itemList li .item .name .nameP {
  padding-right: calc(1.7rem + 100px);
}
.orderBox .itemList li .item .name span {
  display: block;
}
.orderBox .itemList li .item .num,
.orderBox .itemList li .item .price {
  border-bottom: #dcdad9 1px solid;
  display: flex;
  align-items: center;
  padding-left: 7px;
  position: relative;
  height: 3.4em;
}
.orderBox .itemList li .item .num .change,
.orderBox .itemList li .item .price .change {
  position: absolute;
  right: 1.7rem;
  top: 50%;
  transform: translateY(-50%);
}
.orderBox .itemList li .item .num dt,
.orderBox .itemList li .item .price dt {
  width: 3em;
  letter-spacing: 0.3em;
  margin-right: 2em;
}
.orderBox .itemList li .item .num dd,
.orderBox .itemList li .item .price dd {
  font-weight: 600;
  flex: 1;
  letter-spacing: 0.06em;
}
.orderBox .itemList li .item .price {
  border-bottom: none;
}
@media screen and (max-width: 769px) {
  .orderBox .itemList li .item {
    font-size: 0.8rem;
    line-height: 1.5;
    margin-left: 0;
  }
  .orderBox .itemList li .item .itemNameBox {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    border-bottom: #dcdad9 1px solid;
    padding: 2vw;
  }
  .orderBox .itemList li .item .name {
    flex: 1;
    margin-right: 3vw;
    padding: 0;
    border-bottom: none;
    min-height: 0;
  }
  .orderBox .itemList li .item .name .nameP {
    padding-right: 0;
  }
  .orderBox .itemList li .item .name span {
    margin-top: 0.25em;
  }
  .orderBox .itemList li .item .num,
  .orderBox .itemList li .item .price {
    align-items: stretch;
    padding-left: 0;
    height: 2.7em;
  }
  .orderBox .itemList li .item .num .change,
  .orderBox .itemList li .item .price .change {
    right: 2vw;
  }
  .orderBox .itemList li .item .num dt,
  .orderBox .itemList li .item .price dt {
    font-size: 0.8rem;
    width: 10em;
    margin-right: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    border-right: #dcdad9 1px solid;
  }
  .orderBox .itemList li .item .num dd,
  .orderBox .itemList li .item .price dd {
    font-size: 0.84rem;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding-left: 1.5em;
  }
}
.teikiBox:not(:first-child) {
  margin-top: 4rem;
}
.teikiBox .top {
  position: relative;
  background: #2d2117;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.08em;
  height: 2.5em;
  display: flex;
  align-items: center;
  padding: 0 0.8rem 0 2rem;
}
.teikiBox .top .link {
  margin-left: auto;
  font-size: 14px;
  letter-spacing: 0.1em;
  font-weight: normal;
}
.teikiBox .top .link a {
  display: block;
  padding-right: 1.8em;
  position: relative;
}
.teikiBox .top .link a:before {
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  width: 1.4em;
  height: 1.4em;
  border-radius: 50%;
  background: url(../images/background/menu_arrow.svg) no-repeat center, #fff;
  background-size: 0.4em;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 769px) {
  .teikiBox:not(:first-child) {
    margin-top: 13vw;
  }
  .teikiBox .top {
    font-size: 0.94rem;
    letter-spacing: 0.1em;
    height: 2.5em;
    padding: 0 0.8rem 0 1rem;
  }
  .teikiBox .top .link {
    position: absolute;
    right: 7px;
    top: 50%;
    transform: translateY(-50%);
    margin-left: 0;
    font-size: 0.8rem;
  }
  .teikiBox .orderBox {
    border: #dcdad9 1px solid;
    background: #fff;
    border-top: none;
    padding: 4vw 0 0;
  }
}
.teikiBox .inner {
  border: #dcdad9 1px solid;
  background: #fff;
  border-top: none;
  padding: 2.4rem 3rem 2rem;
}
@media screen and (max-width: 769px) {
  .teikiBox .inner {
    padding: 0;
    border: none;
    background: none;
  }
}
.teikiBox .totalLine {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  border-bottom: #dcdad9 1px solid;
  padding: 0 0.4em 0.7em;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.06em;
}
.teikiBox .totalLine p:first-child {
  margin-right: 2.3em;
}
@media screen and (max-width: 769px) {
  .teikiBox .totalLine {
    justify-content: space-between;
    padding: 0 2.5vw 0.8em 5vw;
    font-size: 0.94rem;
    letter-spacing: 0.08em;
  }
  .teikiBox .totalLine p:not(:first-child) {
    font-size: 0.88rem;
  }
}
.teikiBox .shipFree {
  margin: 17px 0 30px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.teikiBox .shipFree .pink {
  white-space: nowrap;
  background: #fbebe7;
  color: #e57d62;
  flex-shrink: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 2.7em;
  padding: 0 1.1em 0 1.2em;
  border-radius: 2em;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.08em;
  font-feature-settings: "palt";
  margin-right: 0.8em;
}
.teikiBox .shipFree .pink img {
  width: 2em;
  margin-right: 0.5em;
}
.teikiBox .shipFree .txt {
  font-size: 12px;
  line-height: 1.5;
  letter-spacing: 0.08em;
  padding-top: 0.3em;
}
.teikiBox .shipFree .txt.long {
  padding-left: 1em;
  text-indent: -1em;
  font-feature-settings: "palt";
}
@media screen and (max-width: 769px) {
  .teikiBox .shipFree {
    margin: 3.5vw 2vw;
    display: block;
  }
  .teikiBox .shipFree .pink {
    width: 100%;
    height: 2.6em;
    border-radius: 0;
    font-size: 0.88rem;
    font-weight: 500;
    margin-right: 0;
  }
  .teikiBox .shipFree .pink img {
    width: 2.2em;
  }
  .teikiBox .shipFree .txt {
    font-size: 0.68rem;
    padding-top: 0.8em;
  }
}
.teikiBox .preSoryo {
  font-size: 12px;
  font-weight: 500;
  line-height: 1.5;
  color: #e57d62;
  margin: -15px 0 20px;
}
@media screen and (max-width: 769px) {
  .teikiBox .preSoryo {
    font-size: 0.68rem;
    margin: -1.4vw 2vw 3vw;
  }
}
.teikiBox .premiumTxt {
  font-size: 13px;
}
@media screen and (max-width: 769px) {
  .teikiBox .premiumTxt {
    font-size: 0.72rem;
    line-height: 1.4;
    margin-top: 0.9em;
  }
}
.teikiBox .otherChangbox {
  border-top: #dcdad9 1px solid;
  padding-top: 30px;
}
.teikiBox .otherChangbox .title {
  display: flex;
  align-items: flex-start;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.1em;
  padding-left: 5px;
}
.teikiBox .otherChangbox .title .ttl {
  margin-right: 3em;
}
.teikiBox .otherChangbox .title .date {
  color: #e57d62;
  flex: 1;
}
.teikiBox .otherChangbox .title .date span.over {
  display: block;
  margin-top: 0.5em;
  color: #2e2218;
  font-weight: 500;
  font-size: 0.72rem;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
.teikiBox .otherChangbox .title .date a {
  color: #e57d62;
  text-decoration: underline;
  display: inline-block;
  margin-right: 0.2em;
}
.teikiBox .otherChangbox .title .date a:hover {
  text-decoration: none;
}
.teikiBox .otherChangbox .title #teikiFirst {
  flex: 1;
}
.teikiBox .otherChangbox .title #teikiFirst .date {
  background: #feffd1;
  padding: 0.9em 1em;
  margin: -0.5em 0 0 0;
  border: #e57d62 2px solid;
  border-radius: 3px;
}
.teikiBox .otherChangbox .title #teikiFirst .date span.over {
  font-size: 0.84rem;
}
.teikiBox .otherChangbox .title #teikiFirst .date strong {
  font-weight: bold;
}
.teikiBox .otherChangbox .saikaiBox {
  margin-bottom: 30px;
}
.teikiBox .otherChangbox .saikaiBox .saikaiBtn {
  margin: 0 auto;
  background: #e57d62;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 17px;
  font-weight: 500;
  letter-spacing: 0.1em;
  padding-left: 0.1em;
  height: 3.2em;
  width: 16em;
  border-radius: 4em;
}
.teikiBox .otherChangbox .saikaiBox .saikaiBtn img {
  width: 2.4em;
  margin-right: 0.5em;
}
@media screen and (max-width: 769px) {
  .teikiBox .otherChangbox {
    padding-top: 0;
    margin-top: 2.5vw;
    border-top: none;
    background: #fff;
  }
  .teikiBox .otherChangbox .title {
    display: block;
    padding-left: 0;
  }
  .teikiBox .otherChangbox .title .ttl {
    font-size: 0.8rem;
    font-weight: normal;
    letter-spacing: 0.2em;
    padding-left: 0.2em;
    background: #e57d62;
    color: #fff;
    margin-right: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 2.1em;
  }
  .teikiBox .otherChangbox .title .date {
    border-left: #dcdad9 1px solid;
    border-right: #dcdad9 1px solid;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    min-height: 2.4em;
    padding: 0.8em 1em 0.7em 1.08em;
    font-size: 0.94rem;
    font-weight: 600;
    letter-spacing: 0.08em;
  }
  .teikiBox .otherChangbox .title .date span.over {
    width: 100%;
    margin: 0.7em 0 -0.2em;
    color: #2e2218;
    font-weight: 500;
    font-size: 0.72rem;
    line-height: 1.5;
    letter-spacing: 0.05em;
    text-align: center;
  }
  .teikiBox .otherChangbox .title .date a {
    color: #e57d62;
    text-decoration: underline;
    display: inline-block;
    margin-right: 0.2em;
  }
  .teikiBox .otherChangbox .title .date a:hover {
    text-decoration: none;
  }
  .teikiBox .otherChangbox .title #teikiFirst .date {
    background: none;
  }
  .teikiBox .otherChangbox .title #teikiFirst .date span.over {
    font-size: 0.85rem;
  }
  .teikiBox .otherChangbox .saikaiBox {
    margin-bottom: 2.5vw;
    padding: 3vw 0;
  }
  .teikiBox .otherChangbox .saikaiBox .saikaiBtn {
    font-size: 1rem;
    height: 3.6em;
    width: 100%;
  }
  .teikiBox .otherChangbox .saikaiBox .saikaiBtn img {
    width: 2.8em;
    margin-right: 0.5em;
  }
}
.teikiBox .otherChangbox .changeList {
  margin-top: 18px;
}
@media screen and (max-width: 769px) {
  .teikiBox .otherChangbox .changeList {
    margin: 0;
    display: grid;
    border: #dcdad9 1px solid;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    border-top: #dcdad9 1px solid;
  }
  .teikiBox .otherChangbox .changeList li:nth-child(1) {
    grid-area: 1/1/2/2;
    border-right: #dcdad9 1px solid;
    border-bottom: #dcdad9 1px solid;
  }
  .teikiBox .otherChangbox .changeList li:nth-child(2) {
    grid-area: 2/1/3/2;
    border-right: #dcdad9 1px solid;
  }
  .teikiBox .otherChangbox .changeList li:nth-child(3) {
    grid-area: 1/2/2/3;
    border-bottom: #dcdad9 1px solid;
  }
  .teikiBox .otherChangbox .changeList li:nth-child(4) {
    grid-area: 2/2/3/3;
  }
}
.teikiBox .otherChangbox .changeList li {
  background: #f5f5f5;
  position: relative;
  display: flex;
  align-items: center;
  padding: 8px 1.5rem 8px 1.5rem;
  margin-bottom: 6px;
  font-size: 14px;
  letter-spacing: 0.05em;
  line-height: 1.5;
}
.teikiBox .otherChangbox .changeList li.pink {
  background: #fbece7;
}
.teikiBox .otherChangbox .changeList li.pink .txt {
  color: #2e2218;
}
.teikiBox .otherChangbox .changeList li .btnBox {
  margin-left: auto;
}
.teikiBox .otherChangbox .changeList li .btnBox .txt {
  display: none;
}
.teikiBox .otherChangbox .changeList li .flex {
  width: calc(100% - 220px);
  display: flex;
  align-items: center;
}
.teikiBox .otherChangbox .changeList li .flex .midashi {
  font-weight: 500;
  width: 12em;
}
.teikiBox .otherChangbox .changeList li .flex .midashi img {
  width: 1.8em;
  margin-right: 0.6em;
}
.teikiBox .otherChangbox .changeList li .flex .txt {
  background: #fff;
  padding: 0.4em 0.7em;
  flex: 1;
  font-weight: 600;
  letter-spacing: 0.08em;
}
.teikiBox .otherChangbox .changeList li.address .txt {
  font-weight: normal;
  font-size: 13px;
  line-height: 1.3;
  padding: 0.5em 0.7em;
}
.teikiBox .otherChangbox .changeList li.address .addName {
  font-size: 14px;
  font-weight: 600;
  display: block;
  margin-bottom: 0.3em;
}
@media screen and (max-width: 769px) {
  .teikiBox .otherChangbox .changeList li {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0 0 2vw;
    position: relative;
    margin-bottom: 0;
    font-size: 0.84rem;
    background: none;
    text-align: center;
  }
  .teikiBox .otherChangbox .changeList li .flex {
    width: 100%;
    height: 100%;
    display: block;
  }
  .teikiBox .otherChangbox .changeList li .flex .midashi {
    width: 100%;
    background: #fbece7;
    color: #e57d62;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 0.8rem;
    letter-spacing: 0.08em;
    padding: 0.2em;
    min-height: 3em;
  }
  .teikiBox .otherChangbox .changeList li .flex .midashi img {
    width: 2.2em;
    margin-right: 0.5em;
  }
  .teikiBox .otherChangbox .changeList li .flex .txt {
    background: #fff;
    padding: 0.5em 0.7em 0.4em;
    flex: 1;
    font-weight: 600;
    letter-spacing: 0.08em;
  }
  .teikiBox .otherChangbox .changeList li .btnBox {
    margin-left: 0;
    width: 100%;
  }
  .teikiBox .otherChangbox .changeList li.address .txt {
    font-size: 0.72rem;
    padding: 0.5em 0.7em;
    text-align: left;
    font-weight: normal;
  }
  .teikiBox .otherChangbox .changeList li.address .addName {
    font-size: 0.8rem;
    margin-bottom: 0.3em;
  }
}
.teikiBox .otherChangbox .changeList li .btnList {
  margin-left: auto;
}
.teikiBox .otherChangbox .changeList li .btnList li {
  display: block;
  background: none;
  padding: 0;
  margin-bottom: 6px;
  border: none !important;
}
.teikiBox .otherChangbox .changeList li .btnList li:last-child {
  margin-bottom: 0;
}
.teikiBox .otherChangbox .changeList li .btnList li a {
  display: flex;
  justify-content: center;
  align-items: center;
  border: #e57d62 1px solid;
  background: #fff;
  color: #e57d62;
  font-weight: 500;
  width: 13.5em;
  height: 2.5em;
  white-space: nowrap;
  border-radius: 2em;
  transition: all 0.25s;
}
@media (any-hover: hover) {
  .teikiBox .otherChangbox .changeList li .btnList li a:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 769px) {
  .teikiBox .otherChangbox .changeList li .btnList {
    width: 100%;
    margin: auto 0 0;
    padding: 0 1.6vw;
  }
  .teikiBox .otherChangbox .changeList li .btnList li {
    margin-bottom: 1vw;
  }
  .teikiBox .otherChangbox .changeList li .btnList li:last-child {
    margin-bottom: 0;
  }
  .teikiBox .otherChangbox .changeList li .btnList li a {
    font-size: 0.8rem;
    letter-spacing: -0.02em;
    font-feature-settings: "palt";
    width: 100%;
    height: 2em;
  }
}
.teikiBox.stop .otherChangbox .title {
  display: none;
}
.teikiBox.stop .otherChangbox .changeList {
  display: flex;
  flex-direction: column-reverse;
}
.teikiBox.stop .otherChangbox .changeList li.oodoke {
  display: none;
}
.teikiBox.stop .otherChangbox .changeList li.cycle .btnList {
  display: none;
}
.teikiBox.stop .otherChangbox .changeList li.payment .btnList {
  display: none;
}
.teikiBox.stop .otherChangbox .changeList li.address {
  background: #fbece7;
}
@media screen and (max-width: 769px) {
  .teikiBox.stop .otherChangbox .changeList {
    display: flex;
    flex-direction: column-reverse;
    background: #fff;
  }
  .teikiBox.stop .otherChangbox .changeList li {
    display: flex;
    flex-direction: row;
    padding: 0;
    border: none;
    border-bottom: #dfd6d4 1px solid;
    background: #fff;
  }
  .teikiBox.stop .otherChangbox .changeList li.cycle {
    border-bottom: none;
  }
  .teikiBox.stop .otherChangbox .changeList li.address {
    align-items: stretch;
    background: #fff;
  }
  .teikiBox.stop .otherChangbox .changeList li.address .flex {
    width: 38.5vw;
    align-items: stretch;
  }
  .teikiBox.stop .otherChangbox .changeList li.address .flex .txt {
    display: none;
  }
  .teikiBox.stop .otherChangbox .changeList li.address .btnList {
    margin: 0;
    flex: 1;
    padding: 0 4vw;
  }
  .teikiBox.stop .otherChangbox .changeList li.address .btnBox {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 0;
  }
  .teikiBox.stop .otherChangbox .changeList li.address .btnBox .txt {
    display: block !important;
  }
  .teikiBox.stop .otherChangbox .changeList li .flex {
    display: flex;
    align-items: stretch;
    background: #f5f5f5;
  }
  .teikiBox.stop .otherChangbox .changeList li .flex .midashi {
    width: 38.5vw;
    border-right: #dfd6d4 1px solid;
  }
  .teikiBox.stop .otherChangbox .changeList li .flex .txt {
    background: none;
    text-align: left;
    font-size: 0.8rem;
    font-weight: normal;
    padding: 0.5em 4vw 0.4em;
    display: flex;
    align-items: center;
  }
}
.teikiBox .bottomBtnList {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.12em;
  display: flex;
  justify-content: space-between;
  margin-top: 13px;
}
.teikiBox .bottomBtnList .stop {
  margin-left: auto;
}
.teikiBox .bottomBtnList .addItem a {
  width: 11em;
  height: 2.6em;
  padding-left: 0.12em;
  border-radius: 3em;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #e57d62;
  color: #fff;
  text-decoration: none;
}
.teikiBox .bottomBtnList .stop a {
  width: 5em;
  height: 2.6em;
  padding-left: 0.12em;
  border-radius: 3em;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #93a7a9;
  color: #fff;
  text-decoration: none;
}
@media screen and (max-width: 769px) {
  .teikiBox .bottomBtnList {
    font-size: 0.79rem;
    margin-top: 2.5vw;
  }
  .teikiBox .bottomBtnList .addItem a {
    width: 11.6em;
    height: 2.3em;
    padding-left: 0.12em;
  }
  .teikiBox .bottomBtnList .stop a {
    width: 5.6em;
    height: 2.3em;
    padding-left: 0.12em;
  }
}
.spBottomMenu {
  display: none;
}
@media screen and (max-width: 769px) {
  .spBottomMenu {
    display: block;
    margin-top: 20vw;
  }
  .spBottomMenu .blueNav {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: -2vw;
  }
  .spBottomMenu .blueNav li {
    background: #fff;
    border: #e6e4e4 1px solid;
    margin-bottom: 2vw;
    width: calc(50% - 1vw);
  }
  .spBottomMenu .blueNav li:nth-child(odd) {
    margin-right: 2vw;
  }
  .spBottomMenu .blueNav li a {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 2.5vw 0;
    font-feature-settings: "palt";
    letter-spacing: 0.05em;
    font-size: 0.91rem;
    font-weight: 500;
    color: #93a7a9;
  }
  .spBottomMenu .blueNav li .icon {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 9vw;
    height: 9vw;
    background: #93a7a9;
    color: #fff;
    border-radius: 50%;
    margin-bottom: 2vw;
  }
  .spBottomMenu .blueNav li .icon img {
    width: 90%;
    filter: brightness(0%) invert(100%);
  }
  .spBottomMenu .blueNav li.cards .txt {
    width: 110%;
    margin: 0 -5%;
    transform: scaleX(0.9);
    text-align: center;
  }
  .spBottomMenu .faqBtn {
    background: #fff;
    border: #e6e4e4 1px solid;
    margin: 6vw 0 0;
  }
  .spBottomMenu .faqBtn a {
    color: #93a7a9;
    font-size: 1.12rem;
    font-weight: 500;
    letter-spacing: 0.05em;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 3.7em;
  }
  .spBottomMenu .faqBtn a img {
    width: 3.5em;
    margin-right: 0.7em;
  }
  .spBottomMenu .teikiBtn {
    background: #fff;
    border: #e6e4e4 1px solid;
    margin: 0 0 6vw;
  }
  .spBottomMenu .teikiBtn a {
    color: #e57d62;
    font-size: 1.12rem;
    font-weight: 500;
    letter-spacing: 0.05em;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 3.7em;
  }
  .spBottomMenu .teikiBtn a img {
    width: 3em;
    margin-right: 0.2em;
  }
  .spBottomMenu .bnrList li {
    margin-bottom: 2vw;
  }
  .spBottomMenu .bnrList li:last-child {
    margin-bottom: 0;
  }
  .spBottomMenu .lineTxtNav {
    border: 1px solid #e2e1e0;
    border-bottom: none;
    background: #fff;
    margin-top: 10vw;
  }
  .spBottomMenu .lineTxtNav li {
    border-bottom: 1px solid #e2e1e0;
    font-size: 0.8rem;
    letter-spacing: 0.05em;
  }
  .spBottomMenu .lineTxtNav li a {
    display: flex;
    align-items: center;
    padding: 1em;
    position: relative;
  }
  .spBottomMenu .lineTxtNav li a:before {
    content: "";
    display: block;
    width: 1.4em;
    height: 1.4em;
    border-radius: 50%;
    background: url(../images/background/menu_arrow.svg) no-repeat center
      #eaeae9;
    background-size: 0.4em;
    position: absolute;
    right: 2.5vw;
    top: 50%;
    transform: translateY(-50%);
  }
}
.memberItems {
  margin: 60px 0 0;
}
.memberItems h2 {
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0.08em;
  margin-bottom: 0.8em;
}
.memberItems p.txt {
  font-size: 15px;
  color: #e57d62;
  font-weight: 500;
  letter-spacing: 0.05em;
}
.memberItems .more a {
  margin: 1.5em 0;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #93a7a9;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.06em;
  width: 15em;
  height: 2.6em;
  border-radius: 2px;
  padding-left: 0.06em;
}
@media screen and (max-width: 769px) {
  .memberItems {
    margin: 13vw 0 0;
  }
  .memberItems h2 {
    font-size: 1.12rem;
    text-align: center;
  }
  .memberItems p.txt {
    font-size: 0.68rem;
    text-align: center;
    line-height: 1.6;
  }
  .memberItems .more a {
    margin: 3vw 0 6vw;
    font-size: 0.97rem;
    width: 100%;
    height: 2.6em;
    border-radius: none;
  }
}
.memberItems .mItemList {
  display: flex;
  flex-wrap: wrap;
}
.memberItems .mItemList li {
  display: flex;
  flex-direction: column;
  width: calc((100% - 30px) / 4);
  margin: 0 10px 28px 0;
  border: #e0dfde 1px solid;
  background: #fff;
}
.memberItems .mItemList li:nth-child(4n) {
  margin-right: 0;
}
@media screen and (max-width: 769px) {
  .memberItems .mItemList li {
    width: calc((100% - 2.5vw) / 2);
    margin: 0 2.5vw 2.5vw 0;
  }
  .memberItems .mItemList li:nth-child(2n) {
    margin-right: 0;
  }
}
.memberItems .mItemList li .img {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.memberItems .mItemList li .img a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}
.memberItems .mItemList li .img img {
  width: 70%;
  height: 120px;
  object-fit: cover;
  object-position: center;
}
.memberItems .mItemList li .img .discount {
  position: absolute;
  left: 9px;
  top: 10px;
  color: #e57d62;
  padding-bottom: 2px;
  border-bottom: #e57d62 1px solid;
  display: flex;
  align-items: flex-end;
}
.memberItems .mItemList li .img .discount strong {
  font-size: 34px;
  font-weight: 500;
  line-height: 0.8;
}
.memberItems .mItemList li .img .discount span {
  display: inline-block;
  font-size: 11px;
  font-weight: 600;
}
.memberItems .mItemList li .img .discount span span {
  font-size: 17px;
  display: block;
}
@media screen and (max-width: 769px) {
  .memberItems .mItemList li .img img {
    width: 76%;
    height: 27vw;
  }
  .memberItems .mItemList li .img .discount {
    left: 1.5vw;
    top: 2vw;
    padding-bottom: 0.8vw;
  }
  .memberItems .mItemList li .img .discount strong {
    font-size: 2rem;
  }
  .memberItems .mItemList li .img .discount span {
    font-size: 0.6rem;
  }
  .memberItems .mItemList li .img .discount span span {
    font-size: 0.94rem;
  }
}
.memberItems .mItemList li .txtArea {
  width: 100%;
  flex: 1;
  display: flex;
  flex-direction: column;
  background: #eae7e6;
  border-top: #d3d1cf 1px solid;
  padding: 8px 13px 10px;
  font-size: 14px;
  line-height: 1.2;
  letter-spacing: 0.04em;
  font-feature-settings: "palt";
}
.memberItems .mItemList li .txtArea .careList {
  display: flex;
  margin-bottom: 4px;
}
.memberItems .mItemList li .txtArea .careList li {
  border: none;
  background: #fff;
  color: #c3c0be;
  font-weight: 500;
  padding: 0 0.7em;
  height: 1.5em;
  font-size: 13px;
  letter-spacing: 0.06em;
  width: auto;
  min-width: 5.5em;
  margin: 0 2px 2px 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.memberItems .mItemList li .txtArea .price {
  color: #969696;
  font-weight: 500;
  letter-spacing: 0.06em;
  margin: 5px 0 10px;
}
.memberItems .mItemList li .txtArea a.hover {
  margin-top: auto;
  background: #93a7a9;
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.15em;
  padding-left: 0.15em;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 2em;
  border-radius: 2em;
}
@media screen and (max-width: 769px) {
  .memberItems .mItemList li .txtArea {
    padding: 2.5vw 3vw;
    font-size: 0.76rem;
    line-height: 1.4;
  }
  .memberItems .mItemList li .txtArea .careList {
    margin-bottom: 2px;
  }
  .memberItems .mItemList li .txtArea .careList li {
    padding: 0 0.7em;
    font-size: 0.6rem;
    min-width: 6em;
  }
  .memberItems .mItemList li .txtArea .price {
    margin: 1.5vw 0 2.5vw;
  }
  .memberItems .mItemList li .txtArea a.hover {
    font-size: 0.8rem;
    height: 2.2em;
  }
}
.p-account__inner__content .userBlock {
  margin-top: -0.2rem;
  position: relative;
}
.p-account__inner__content .userBlock .name {
  font-size: 31px;
  line-height: 0.8;
  letter-spacing: 0.1em;
}
.p-account__inner__content .userBlock .name span {
  font-size: 17px;
  line-height: 1.4;
  display: block;
  margin-top: 0.4em;
}
.p-account__inner__content .userBlock .type {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  border: #e57d62 1px solid;
  color: #e57d62;
  border-radius: 5px;
  background: #fff;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.05em;
  padding: 0 0.8em;
  height: 2.1em;
}
@media screen and (max-width: 769px) {
  .p-account__inner__content .userBlock {
    width: 100vw;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    margin-top: 0;
    padding: 7vw 9.5vw 4vw;
    background: #fff;
  }
  .p-account__inner__content .userBlock .name {
    font-size: 1.7rem;
    line-height: 0.8;
    letter-spacing: 0.1em;
  }
  .p-account__inner__content .userBlock .name span {
    font-size: 0.85rem;
    margin-top: 0.45em;
  }
  .p-account__inner__content .userBlock .type {
    border: #e57d62 1px solid;
    border-radius: 4px;
    font-size: 0.75rem;
    padding: 0 0.7em;
    height: 2.1em;
    top: 10vw;
    right: 5vw;
  }
}
.paginationBox {
  width: 100%;
  margin-top: 30px;
}
.paginationBox .pageNumTxt {
  font-size: 15px;
  letter-spacing: 0.04em;
  font-weight: 500;
}
.paginationBox .pageNumTxt strong {
  font-size: 17px;
  font-weight: 600;
}
@media screen and (max-width: 769px) {
  .paginationBox {
    margin-top: 3vw;
  }
  .paginationBox .pageNumTxt {
    font-size: 0.84rem;
  }
  .paginationBox .pageNumTxt strong {
    font-size: 0.94rem;
  }
}
.paginationBox .c-pagination__list {
  display: flex;
  justify-content: center;
  align-items: center;
  border: none;
  margin: 20px 0 0;
  font-size: 15px;
  font-weight: 500;
}
.paginationBox .c-pagination__list li {
  width: 2.3em;
  height: 2.3em;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 5px;
}
.paginationBox .c-pagination__list li.tenten {
  margin: 0;
}
.paginationBox .c-pagination__list li.is-active {
  background: #fff;
  border: #b1ada9 1px solid;
  border-radius: 50%;
}
.paginationBox .c-pagination__list li.is-active:after {
  content: none;
}
.paginationBox .c-pagination__list li a {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.25s;
}
@media (any-hover: hover) {
  .paginationBox .c-pagination__list li a:hover {
    color: #e57d62;
  }
}
.paginationBox .c-pagination__list li.arrow a {
  background: url(../images/background/menu_arrow.svg) no-repeat center;
  background-size: 0.7em;
}
@media (any-hover: hover) {
  .paginationBox .c-pagination__list li.arrow a:hover {
    background-image: url(../images/background/menu_arrow_pink.svg);
  }
}
.paginationBox .c-pagination__list li.arrow.prev {
  transform: scale(-1, 1);
  margin-right: 1em;
}
.paginationBox .c-pagination__list li.arrow.next {
  margin-left: 1em;
}
@media screen and (max-width: 769px) {
  .paginationBox .c-pagination__list {
    margin: 6vw 0 0;
    font-size: 0.8rem;
  }
  .paginationBox .c-pagination__list li {
    margin: 0 1vw;
  }
}
.mypage {
  letter-spacing: 0.03em;
}
.mypage .attentionTxt {
  font-size: 14px;
  font-weight: 600;
}
.mypage .userBlock {
  margin-bottom: 40px;
}
.mypage .teikiNum {
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.1em;
}
.mypage .teikiNum p {
  color: #fff;
  background: #2d2117;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  height: 2em;
  padding: 0 1em;
}
.mypage h2.teikiNum {
  margin-bottom: -4px;
}
.mypage h2.teikiNum + .changeBox {
  border-top: none;
}
.mypage .changeBoxTtl {
  margin: 40px 0 1em;
  font-size: 16px;
  letter-spacing: 0.1em;
  font-weight: 600;
}
.mypage h2.changeBoxTtl {
  font-size: 18px;
  margin-bottom: 1.2em;
}
.mypage .changeBox {
  border: #dedcdb 1px solid;
  background: #fff;
  padding: 40px 3.4rem;
}
.mypage .pcWhiteBox {
  border: #dedcdb 1px solid;
  background: #fff;
  padding: 40px 3.4rem 45px;
}
.mypage .pcWhiteBox .grayBox {
  margin-bottom: 50px;
  background: #f5f5f5;
  padding: 1rem 2rem;
  font-size: 14px;
  line-height: 1.6;
}
.mypage .pcWhiteBox .grayBox.top {
  margin-bottom: 12px;
}
.mypage .backLink {
  background: #d2c4bf;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  display: flex;
  justify-content: center;
  align-items: center;
  letter-spacing: 0.15em;
  padding-left: 0.15em;
  width: 7em;
  height: 2.2em;
  border-radius: 3em;
  margin-top: 25px;
}
@media screen and (max-width: 769px) {
  .mypage .attentionTxt {
    font-size: 0.72rem;
  }
  .mypage .userBlock {
    margin-bottom: 10vw;
  }
  .mypage .teikiNum {
    text-align: center;
    font-size: 1rem;
  }
  .mypage .teikiNum p {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    height: 1.6em;
    padding: 0 3em 0 3.1em;
    border-radius: 3em;
  }
  .mypage h2.teikiNum {
    margin-bottom: -0.2em;
  }
  .mypage h3.teikiNum p {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    border-radius: 0;
    font-size: 0.94rem;
    height: 2em;
    padding: 0 1rem;
  }
  .mypage .changeBoxTtl {
    text-align: center;
    margin: 2.6em 0 0.8em;
    font-size: 1.12rem;
  }
  .mypage h2.changeBoxTtl {
    font-size: 1.12rem;
    margin-bottom: 0.9em;
  }
  .mypage .changeBox {
    padding: 4.5vw;
  }
  .mypage .pcWhiteBox {
    border: none;
    background: none;
    padding: 0;
  }
  .mypage .pcWhiteBox .formTopTxt {
    background: #fff;
    border: #dedcdb 1px solid;
    padding: 0.6rem;
    padding-bottom: 0.55rem;
    text-align: center;
  }
  .mypage .pcWhiteBox .grayBox {
    text-align: center;
    margin-bottom: 12vw;
    background: #fff;
    border: #e1e2e2 1px solid;
    padding: 0.9rem 1rem;
    font-size: 0.72rem;
    line-height: 1.5;
  }
  .mypage .pcWhiteBox .grayBox.top {
    margin-bottom: 1rem;
  }
  .mypage .backLink {
    font-size: 0.8rem;
    width: 6.5em;
    margin-top: 4vw;
    margin-bottom: -6vw;
  }
}
.mypage .change a,
.mypage .change button,
.mypage .change input {
  background: #e57d62;
  color: #fff;
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 0.1em;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 2.4em;
  width: 100%;
  border-radius: 2px;
}
@media screen and (max-width: 769px) {
  .mypage .change a,
  .mypage .change button,
  .mypage .change input {
    font-size: 0.8rem;
  }
}
.mypage .topStatusBox {
  padding: 0;
}
.mypage .topStatusBox dl {
  display: flex;
  align-items: center;
  border-bottom: #dedcdb 1px solid;
  min-height: 3.4rem;
  padding: 1.2em 3.2rem;
}
.mypage .topStatusBox dl.line1 {
  padding-top: 0;
  padding-bottom: 0;
}
.mypage .topStatusBox dl:last-child {
  border-bottom: none;
}
.mypage .topStatusBox dt {
  font-size: 14px;
  letter-spacing: 0.08em;
  font-weight: 600;
  width: 13.5em;
  display: flex;
  align-items: center;
  height: 100%;
}
.mypage .topStatusBox dd {
  font-size: 15px;
  line-height: 1.4;
  letter-spacing: 0.08em;
  display: flex;
  align-items: center;
  height: 100%;
  flex: 1;
  font-feature-settings: "palt";
}
.mypage .topStatusBox dd .flex {
  display: flex;
  align-items: center;
  position: relative;
  width: 100%;
  height: 100%;
}
.mypage .topStatusBox .linkP {
  margin-left: auto;
  margin-right: -1rem;
}
.mypage .topStatusBox .linkP a {
  display: flex;
  align-items: center;
  padding-right: 2.1em;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.06em;
  color: #e57d62;
  position: relative;
  transition: all 0.25s;
}
.mypage .topStatusBox .linkP a:before {
  content: "";
  display: block;
  width: 1.4em;
  height: 1.4em;
  border-radius: 50%;
  background: url(../images/select_white.svg) no-repeat center #e57d62;
  background-size: 0.7em;
  transform-origin: center;
  position: absolute;
  right: 0;
  top: 50%;
  transform: rotate(-90deg) translateX(50%);
}
@media (any-hover: hover) {
  .mypage .topStatusBox .linkP a:hover {
    opacity: 0.8;
  }
}
@media screen and (max-width: 769px) {
  .mypage .topStatusBox .linkP {
    margin-right: 0;
  }
  .mypage .topStatusBox .linkP a {
    padding-right: 1.6em;
    font-size: 0.8rem;
    margin-left: 1em;
  }
  .mypage .topStatusBox .linkP a:before {
    width: 1.3em;
    height: 1.3em;
    background-size: 0.7em;
  }
}
.mypage .topStatusBox .status {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 14px;
  letter-spacing: 0.1em;
  padding-left: 0.1em;
  font-weight: 500;
  border-radius: 2px;
  height: 1.9em;
  width: 10em;
}
.mypage .topStatusBox .status.yuko {
  background: #93a7a9;
}
.mypage .topStatusBox .status.stop {
  background: #d2c4bf;
}
@media screen and (max-width: 769px) {
  .mypage .topStatusBox dl {
    min-height: 2.8rem;
    padding: 2vw 4vw;
    justify-content: space-between;
  }
  .mypage .topStatusBox dt {
    font-size: 0.84rem;
    width: 13.5em;
    white-space: nowrap;
  }
  .mypage .topStatusBox dd {
    font-size: 0.84rem;
    flex: none;
  }
  .mypage .topStatusBox dl.address dt {
    width: 8em;
  }
  .mypage .topStatusBox dl.address dd {
    flex: 1;
  }
  .mypage .topStatusBox .status {
    font-size: 0.84rem;
    height: 1.7em;
    line-height: 1.4;
    width: 10em;
  }
}
.control-alert,
.alert,
.alert-danger {
  max-width: 1200px;
  margin: 0 auto 50px;
  padding: 0 30px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 769px) {
  .control-alert,
  .alert,
  .alert-danger {
    margin: 0 0 7vw;
    padding: 0 5vw;
  }
}
.alert-success {
  border: #93a7a9 1px solid;
  background: #93a7a9;
  animation: fadeDel 0.5s forwards 3.5s;
}
.alert-success * {
  color: #fff !important;
}
@keyframes fadeDel {
  0% {
    opacity: 1;
  }
  90% {
    opacity: 0;
  }
  100% {
    opacity: 0;
    padding: 0;
    height: 0;
    margin: 0;
  }
}
.alert-danger {
  border: #e57d62 1px solid;
}
.mypage .formTopTxt {
  font-size: 14px;
  line-height: 1.6;
  letter-spacing: 0.05em;
  margin-bottom: 40px;
}
.mypage .formTopTxt .hissu {
  font-weight: 500;
}
.mypage .formBottomTxt {
  font-size: 14px;
  line-height: 1.6;
  letter-spacing: 0.05em;
  margin: 30px 0 0;
}
@media screen and (max-width: 769px) {
  .mypage .formTopTxt {
    font-size: 0.72rem;
  }
  .mypage .formTopTxt .hissu {
    display: inline-block;
    margin-top: 0.5em;
  }
  .mypage .formBottomTxt {
    font-size: 0.72rem;
    margin: 3.5em 0 0;
    text-align: center;
  }
}
.mypage .kihonBlock {
  margin-top: 30px;
}
.mypage .kihonBlock.top {
  margin-top: 0;
}
.mypage .kihonBlock .topTtlBox {
  background: #eae7e6;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.06em;
  padding: 1em;
  margin-bottom: 12px;
  position: relative;
}
@media screen and (max-width: 769px) {
  .mypage .kihonBlock {
    border: #e1e2e2 1px solid;
    background: #fff;
    margin-top: 4vw;
  }
  .mypage .kihonBlock .topTtlBox {
    font-size: 0.84rem;
    font-weight: 500;
    text-align: center;
    padding: 0.6em;
    margin-bottom: 0;
  }
}
.mypage .kihonBlock dl {
  border: #dedcdb 1px solid;
  display: flex;
  margin-bottom: -1px;
}
.mypage .kihonBlock dl dt {
  display: flex;
  align-items: center;
  padding: 0.6em 0 0.6em 2.5em;
  width: 14em;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.08em;
  line-height: 1.5;
}
.mypage .kihonBlock dl dd {
  flex: 1;
  display: flex;
  align-items: center;
  font-size: 15px;
  letter-spacing: 0.05em;
  line-height: 1.5;
  padding: 0.6em 1em 0.6em 2em;
}
.mypage .kihonBlock dl dd .itemList li {
  padding: 0.2em 0;
  margin-top: 0.3em;
  line-height: 1.4;
  font-feature-settings: "palt";
}
.mypage .kihonBlock dl dd .itemList li:first-child {
  margin-top: 0;
}
@media screen and (max-width: 769px) {
  .mypage .kihonBlock dl {
    margin: 0 -1px -1px;
  }
  .mypage .kihonBlock dl dt {
    padding: 0.5em 0 0.5em 4vw;
    width: auto;
    font-size: 0.84rem;
  }
  .mypage .kihonBlock dl dd {
    font-feature-settings: "palt";
    justify-content: flex-end;
    font-size: 0.84rem;
    padding: 0.5em 1em 0.5em 0;
  }
}
.mypage .kihonBlock .btnList {
  display: flex;
  justify-content: flex-end;
  margin-top: 16px;
}
.mypage .kihonBlock .btnList li {
  margin-left: 14px;
}
.mypage .kihonBlock .btnList li a {
  background: #e57d62;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.1em;
  padding-left: 0.1em;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 2.4em;
  width: 12em;
  border-radius: 3em;
}
@media screen and (max-width: 769px) {
  .mypage .kihonBlock .btnList {
    margin-top: 2.5vw;
    padding: 0 3.5vw 3vw;
    width: 100%;
  }
  .mypage .kihonBlock .btnList li {
    margin-left: 1.6vw;
    flex: 1;
  }
  .mypage .kihonBlock .btnList li:first-child {
    margin: 0;
  }
  .mypage .kihonBlock .btnList li a {
    font-size: 0.8rem;
    height: 2em;
    width: 100%;
  }
}
#customers-view .userBlock {
  background: none;
  margin-bottom: 0;
}
#customers-view .mySlideWrap {
  background: #fff;
  padding: 2rem 0;
  margin: 1.7rem 0;
}
#customers-view .mySlideWrap .splide__list {
  width: auto;
}
#customers-view .mySlideWrap .splide__slide {
  width: 376px !important;
  padding: 0 0.7rem;
}
#customers-view .mySlideWrap .splide__slide img {
  overflow: hidden;
  border-radius: 11px;
  box-shadow: 2px 2px 6px 0px rgba(0, 0, 0, 0.2);
}
#customers-view .mySlideWrap .splide__slide a {
  transition: opacity 0.2s;
}
@media (any-hover: hover) {
  #customers-view .mySlideWrap .splide__slide a:hover {
    opacity: 0.8;
  }
}
@media screen and (max-width: 769px) {
  #customers-view .mySlideWrap {
    background: none;
    padding: 0;
    margin: 0;
    width: 100vw;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
  }
  #customers-view .mySlideWrap .splide__slide {
    width: 76vw !important;
    padding: 0 1.2vw;
  }
  #customers-view .mySlideWrap .splide__slide img {
    border-radius: 0;
    box-shadow: none;
  }
}
#customers-view .mySlideWrap .splide__arrow {
  font-size: 0;
  width: 46px;
  height: 46px;
  top: 50%;
  left: 50%;
  transform: translate(-210px, -50%) scale(-1, 1);
  background: none;
  border: none;
  mix-blend-mode: multiply;
  opacity: 0.7;
}
#customers-view .mySlideWrap .splide__arrow.splide__arrow--next {
  left: auto;
  right: 50%;
  transform: translate(210px, -50%) scale(1, 1);
}
#customers-view .mySlideWrap .splide__arrow:before,
#customers-view .mySlideWrap .splide__arrow:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 0;
}
#customers-view .mySlideWrap .splide__arrow:before {
  background: #cfcdcb;
  border: #fff 1px solid;
}
#customers-view .mySlideWrap .splide__arrow:after {
  background: url(../images/background/slide_arrow.svg) no-repeat center;
  background-size: contain;
}
@media screen and (max-width: 769px) {
  #customers-view .mySlideWrap .splide__arrow {
    width: 9vw;
    height: 9vw;
    transform: translate(-42vw, -50%) scale(-1, 1);
  }
  #customers-view .mySlideWrap .splide__arrow.splide__arrow--next {
    transform: translate(42vw, -50%) scale(1, 1);
  }
}
#customers-view .teikiTabWrap {
  margin: 45px 0 0;
}
#customers-view .teikiTabWrap h2 {
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0.08em;
  margin-bottom: 1em;
}
@media screen and (max-width: 769px) {
  #customers-view .teikiTabWrap {
    margin: 11vw 0 0;
  }
  #customers-view .teikiTabWrap h2 {
    font-size: 1.12rem;
    text-align: center;
  }
}
#customers-view .teikiTabWrap .tabList {
  display: flex;
  justify-content: space-between;
  margin-bottom: -1px;
}
#customers-view .teikiTabWrap .tabList li {
  width: 50%;
  height: 3.5em;
  padding-top: 2px;
  cursor: pointer;
  outline: none;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #eae7e6;
  color: #b4b4b5;
  border: 1px solid #eae7e6;
  border-bottom: #dcdad9 1px solid;
  font-size: 16px;
  letter-spacing: 0.07em;
  font-weight: 500;
  text-align: center;
  font-feature-settings: "palt";
  transition: 0.3s;
}
#customers-view .teikiTabWrap .tabList li.active {
  background: #fff;
  color: #2e2218;
  border: #dcdad9 1px solid;
  border-bottom-color: #fff;
}
@media (any-hover: hover) {
  #customers-view .teikiTabWrap .tabList li:focus {
    outline: none;
    border: none;
    background: #fff;
  }
  #customers-view .teikiTabWrap .tabList li:focus-visible {
    outline: none;
    border: none;
    background: #fff;
  }
  #customers-view .teikiTabWrap .tabList li:not(.active):hover,
  #customers-view .teikiTabWrap .tabList li:focus,
  #customers-view .teikiTabWrap .tabList li:focus-visible {
    color: #2e2218;
    background-color: #fff;
  }
}
@media screen and (max-width: 769px) {
  #customers-view .teikiTabWrap .tabList li {
    height: 3.3em;
    padding-top: 0.2em;
    font-size: 1rem;
    letter-spacing: 0.07em;
    font-weight: 500;
    text-align: center;
  }
}
#customers-view .teikiTabWrap .tabArea {
  background: #fff;
  border: #dcdad9 1px solid;
  padding: 1.6rem 3rem 3rem;
}
@media screen and (max-width: 769px) {
  #customers-view .teikiTabWrap .tabArea {
    padding: 5vw 5vw 5vw;
  }
}
#customers-view .teikiTabWrap .matomeBox {
  margin-top: 4.6rem;
  border: #e57d62 1px solid;
  color: #e57d62;
  padding: 12px 12px 18px;
  text-align: center;
}
#customers-view .teikiTabWrap .matomeBox h2 {
  font-size: 18px;
  line-height: 1.4;
  font-weight: 600;
  letter-spacing: 0.12em;
  padding-left: 0.12em;
  margin-bottom: 0.8em;
}
#customers-view .teikiTabWrap .matomeBox h2 img {
  width: 30px;
}
#customers-view .teikiTabWrap .matomeBox h2 p {
  margin-top: 0.5em;
}
#customers-view .teikiTabWrap .matomeBox .txt {
  font-size: 15px;
  line-height: 1.7;
  letter-spacing: 0.08em;
  font-weight: 500;
}
@media screen and (max-width: 769px) {
  #customers-view .teikiTabWrap .matomeBox {
    margin-top: 10vw;
    padding: 1.5vw 3vw 3vw;
  }
  #customers-view .teikiTabWrap .matomeBox h2 {
    font-size: 0.88rem;
    margin-bottom: 0.6em;
  }
  #customers-view .teikiTabWrap .matomeBox h2 img {
    width: 5vw;
  }
  #customers-view .teikiTabWrap .matomeBox h2 p {
    margin-top: 0.45em;
  }
  #customers-view .teikiTabWrap .matomeBox .txt {
    font-size: 0.84rem;
    line-height: 1.5;
  }
}
@media screen and (max-width: 769px) {
  #customers-view .spBottomMenu {
    margin-top: 12vw;
  }
}
#order-items-edit-view .changeItemNum {
  padding: 30px 3.4rem;
}
#order-items-edit-view .changeItemNum h4 {
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.1em;
  background: #eae7e6;
  padding: 10px 15px;
  margin-bottom: 1em;
}
#order-items-edit-view .changeItemNum .item {
  display: flex;
}
#order-items-edit-view .changeItemNum .item .img {
  border: #f1f1f0 1px solid;
  width: min(22%, 160px);
  margin-right: 28px;
}
#order-items-edit-view .changeItemNum .item .txtAtrea {
  flex: 1;
  display: flex;
  flex-direction: column;
  padding: 0.6em 0;
}
#order-items-edit-view .changeItemNum .item .txtAtrea .name {
  font-size: 14px;
  line-height: 1.5;
  font-feature-settings: "palt";
  letter-spacing: 0.05em;
  margin-bottom: 1.2em;
}
#order-items-edit-view .changeItemNum .item .txtAtrea .name .type {
  display: block;
  font-size: 13px;
  margin-top: 0.3em;
}
#order-items-edit-view .changeItemNum .item .txtAtrea .num {
  margin: auto 0 0 auto;
  max-width: 516px;
  width: 100%;
  display: flex;
  align-items: center;
}
#order-items-edit-view .changeItemNum .item .txtAtrea .num form {
  display: flex;
  align-items: center;
  width: 100%;
}
#order-items-edit-view .changeItemNum .item .txtAtrea .num select {
  height: 34px;
  width: 100%;
}
#order-items-edit-view .changeItemNum .item .txtAtrea .num button {
  height: 34px;
  width: 10em;
  font-weight: 500;
  margin-left: 15px;
}
#order-items-edit-view .changeItemNum .item .txtAtrea .price {
  margin: 20px 0 0 auto;
  max-width: 516px;
  width: 100%;
  display: flex;
  align-items: center;
}
#order-items-edit-view .changeItemNum .item .txtAtrea .price .num {
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.06em;
}
#order-items-edit-view .changeItemNum .item .txtAtrea .ttl {
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.1em;
  width: 3.8em;
}
@media screen and (max-width: 769px) {
  #order-items-edit-view .changeItemNum {
    padding: 0;
  }
  #order-items-edit-view .changeItemNum h4 {
    font-size: 0.84rem;
    font-weight: 500;
    padding: 0.6em;
    margin-bottom: 0;
    text-align: center;
  }
  #order-items-edit-view .changeItemNum .item {
    display: block;
  }
  #order-items-edit-view .changeItemNum .item .img {
    display: none;
  }
  #order-items-edit-view .changeItemNum .item .txtAtrea {
    padding: 0;
  }
  #order-items-edit-view .changeItemNum .item .txtAtrea .name {
    font-size: 0.84rem;
    line-height: 1.6;
    letter-spacing: 0.05em;
    margin-bottom: 0;
    padding: 2.5vw 4vw;
    border-bottom: #dedcdb 1px solid;
  }
  #order-items-edit-view .changeItemNum .item .txtAtrea .name .type {
    font-size: 0.8rem;
    margin-top: 0.1em;
  }
  #order-items-edit-view .changeItemNum .item .txtAtrea .num {
    margin: 0;
    padding: 2.5vw 4vw;
    border-bottom: #dedcdb 1px solid;
  }
  #order-items-edit-view .changeItemNum .item .txtAtrea .num select {
    height: 7vw;
    width: 100%;
  }
  #order-items-edit-view .changeItemNum .item .txtAtrea .num button {
    height: 7vw;
    width: 7em;
    font-weight: 600;
    margin-left: 12px;
  }
  #order-items-edit-view .changeItemNum .item .txtAtrea .price {
    margin: 0;
    padding: 2.5vw 4vw;
  }
  #order-items-edit-view .changeItemNum .item .txtAtrea .price .num {
    font-size: 0.84rem;
    font-weight: normal;
    border-bottom: none;
    padding: 0;
  }
  #order-items-edit-view .changeItemNum .item .txtAtrea .ttl {
    font-size: 0.84rem;
    width: 3.8em;
    height: 6vw;
    display: flex;
    align-items: center;
  }
}
#order-items-edit-view .numChangeBox .pink.txt {
  font-size: 15px;
  margin-bottom: 1em;
  letter-spacing: 0.05em;
}
#order-items-edit-view .numChangeBox .flex {
  display: flex;
  justify-content: center;
  align-items: center;
}
#order-items-edit-view .numChangeBox #order_item_quantity {
  display: none;
}
#order-items-edit-view .numChangeBox .ttl {
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.1em;
  width: 7.8em;
  white-space: nowrap;
}
#order-items-edit-view .numChangeBox select {
  height: 34px;
  flex: 1;
  padding: 0 40px 0 10px;
  font-feature-settings: "palt";
  font-size: 14px;
}
#order-items-edit-view .numChangeBox input {
  height: 34px;
  width: 10em;
  font-weight: 500;
  margin-left: 15px;
}
@media screen and (max-width: 769px) {
  #order-items-edit-view .numChangeBox .pink.txt {
    font-size: 0.76rem;
    line-height: 1.5;
    margin-bottom: 1.6em;
    letter-spacing: 0.07em;
  }
  #order-items-edit-view .numChangeBox .flex {
    display: block;
  }
  #order-items-edit-view .numChangeBox .ttl {
    font-size: 0.84rem;
    margin-bottom: 0.5em;
  }
  #order-items-edit-view .numChangeBox select {
    height: 2rem;
    font-size: 0.72rem;
  }
  #order-items-edit-view .numChangeBox input {
    height: 1.9rem;
    width: 12em;
    font-size: 0.94rem;
    padding: 0;
    margin: 4vw auto 0;
    border-radius: 3em;
  }
}
#order-items-edit-view .deleteLink {
  text-align: center;
  font-size: 16px;
  font-weight: 600;
}
#order-items-edit-view .deleteLink a {
  letter-spacing: 0.05em;
  padding: 0 0.15em 0.35em 0.2em;
  display: inline-block;
  border-bottom: #908a86 1px solid;
}
@media screen and (max-width: 769px) {
  #order-items-edit-view .deleteLink {
    margin-top: 9vw;
    font-size: 0.91rem;
  }
  #order-items-edit-view .deleteLink a {
    padding: 0 0.15em 0.38em 0.2em;
  }
}
#order-items-view .teikiNum .ankerLink {
  display: none;
}
#order-items-view .teikiBox .itemList li .change a {
  width: 10em;
}
#order-items-view #addItemsListBox {
  margin: 66px 0 0;
}
#order-items-view #addItemsListBox .changeBoxTtl {
  margin-bottom: 0.7em;
}
#order-items-view #addItemsListBox .topTxt {
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.02em;
  line-height: 1.5;
}
#order-items-view #addItemsListBox .topTxt2 {
  font-size: 15px;
  letter-spacing: 0.02em;
  line-height: 1.5;
  margin: 2.5em 0 1em;
}
#order-items-view #addItemsListBox .mItemList {
  margin-top: 25px;
}
#order-items-view #addItemsListBox .mItemList .careList {
  display: none;
}
#order-items-view #addItemsListBox .mItemList li .img img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 769px) {
  #order-items-view .teikiNum {
    position: relative;
  }
  #order-items-view .teikiNum .ankerLink {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 0.8rem;
    font-weight: 600;
    letter-spacing: 0.07em;
    background: #fff;
    height: 1.5em;
    border-radius: 2em;
    padding: 0 1em;
    position: absolute;
    right: 3vw;
    top: 50%;
    transform: translateY(-50%);
  }
  #order-items-view .teikiBox {
    background: #fff;
  }
  #order-items-view .teikiBox .itemList li .itemNameBox {
    padding: 2.5vw 4vw;
  }
  #order-items-view .teikiBox .itemList li .item .name span {
    margin-top: 0.2em;
  }
  #order-items-view .teikiBox .itemList li .img {
    display: none;
  }
  #order-items-view .teikiBox .itemList li .itemChange {
    right: 3vw;
  }
  #order-items-view .teikiBox .itemList li .change a {
    width: 5.4em;
  }
  #order-items-view .teikiBox .itemList li .item .num .change {
    right: 3vw;
  }
  #order-items-view .teikiBox .itemList li .item .num dt,
  #order-items-view .teikiBox .itemList li .item .price dt {
    justify-content: flex-start;
    padding-left: 4vw;
  }
  #order-items-view .changeBox {
    padding: 0;
    border: none;
    background: none;
  }
  #order-items-view .teikiBox .shipFree {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  #order-items-view #addItemsListBox {
    margin: 15vw 0 0;
  }
  #order-items-view #addItemsListBox .changeBoxTtl {
    margin-bottom: 0.9em;
  }
  #order-items-view #addItemsListBox .topTxt {
    font-size: 0.68rem;
    font-feature-settings: "palt";
    letter-spacing: 0.05em;
  }
  #order-items-view #addItemsListBox .topTxt2 {
    font-size: 0.76rem;
    text-align: center;
    margin: 2em 0 3em;
  }
  #order-items-view #addItemsListBox .mItemList {
    margin-top: 7vw;
  }
  #order-items-view #addItemsListBox .mItemList .careList {
    display: none;
  }
  #order-items-view #addItemsListBox .mItemList li .img img {
    width: 100%;
    height: auto;
  }
}
#subs-order-view .saikaiBox {
  max-width: 750px;
  margin: 60px auto;
}
#subs-order-view .saikaiBox .topTxt {
  font-size: 16px;
  letter-spacing: 0.1em;
  font-weight: 500;
  margin-bottom: 2.8em;
}
#subs-order-view .saikaiBox .bottomTxt {
  font-size: 15px;
  letter-spacing: 0.1em;
  font-weight: 500;
  margin-top: 1.5em;
}
#subs-order-view .saikaiBox form {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: none;
}
#subs-order-view .saikaiBox .p-subscription_detail__resume-form__content {
  flex: 1;
  margin-right: 26px;
}
#subs-order-view .saikaiBox .label {
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.04em;
  margin-bottom: 0.8em;
  margin-top: -1.8em;
}
#subs-order-view .saikaiBox select {
  height: 38px;
  font-size: 15px;
}
#subs-order-view .saikaiBox button {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #e57d62;
  color: #fff;
  font-size: 17px;
  font-weight: 500;
  letter-spacing: 0.08em;
  height: 52px;
  border-radius: 60px;
  padding: 0 35px;
}
#subs-order-view .saikaiBox button img {
  width: 2.2em;
  margin-right: 0.4em;
}
@media screen and (max-width: 769px) {
  #subs-order-view .saikaiBox {
    margin: 8vw 4vw -2.5vw;
  }
  #subs-order-view .saikaiBox .topTxt {
    font-size: 0.8rem;
    margin-bottom: 1.4em;
    line-height: 1.5;
  }
  #subs-order-view .saikaiBox .bottomTxt {
    font-size: 0.76rem;
    margin-top: 1em;
    line-height: 1.5;
  }
  #subs-order-view .saikaiBox form {
    display: block;
  }
  #subs-order-view .saikaiBox .p-subscription_detail__resume-form__content {
    margin: 0;
  }
  #subs-order-view .saikaiBox .label {
    font-size: 0.84rem;
    margin-bottom: 0.5em;
    margin-top: 0;
  }
  #subs-order-view .saikaiBox select {
    height: 38px;
    font-size: 15px;
  }
  #subs-order-view .saikaiBox button {
    margin-top: 2.6vw;
    width: 100%;
    font-size: 1rem;
    height: 4em;
    border-radius: 2px;
  }
  #subs-order-view .saikaiBox button img {
    width: 3em;
    margin-right: 0.7em;
  }
}
#subs-order-edit-view .changeBox {
  padding: 34px 3.4rem;
}
#subs-order-edit-view #limit {
  padding: 25px 3.4rem;
}
#subs-order-edit-view #limit .date {
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.08em;
  margin-right: 2.3em;
}
#subs-order-edit-view #limit div {
  font-size: 14px;
  letter-spacing: 0.05em;
  margin: 1em 0 0;
}
@media screen and (max-width: 769px) {
  #subs-order-edit-view .changeBox {
    padding: 0;
  }
  #subs-order-edit-view #limit {
    padding: 0;
    display: block;
    text-align: center;
  }
  #subs-order-edit-view #limit .date {
    font-size: 1.16rem;
    letter-spacing: 0.08em;
    margin-right: 0;
    border-bottom: #dedcdb 1px solid;
    padding: 3vw 5vw;
  }
  #subs-order-edit-view #limit div {
    padding: 3vw;
    font-size: 0.72rem;
    letter-spacing: 0.06em;
    line-height: 1.6;
    margin-top: 0;
  }
}
#subs-order-edit-view .p-account__inner__content__form {
  margin: 0;
}
#subs-order-edit-view .inputBox {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  margin-top: 1.5rem;
}
#subs-order-edit-view .inputBox.top {
  margin-top: 0;
}
#subs-order-edit-view .inputBox .ttl {
  font-size: 14px;
  letter-spacing: 0.06em;
  font-weight: bold;
  width: 190px;
  padding-top: 0.9em;
}
#subs-order-edit-view .inputBox .form {
  flex: 1;
  padding-right: 190px;
  font-size: 14px;
  letter-spacing: 0.05em;
  display: flex;
  align-items: center;
}
#subs-order-edit-view .inputBox .form label {
  width: 100%;
}
#subs-order-edit-view .inputBox .txt {
  width: 100%;
  padding: 1em 0 0 190px;
  font-size: 14px;
  letter-spacing: 0.05em;
}
#subs-order-edit-view .inputBox .btn {
  position: absolute;
  right: 0;
  top: 4px;
  width: 160px;
  height: 32px;
  border-radius: 2px;
  padding: 0;
  font-size: 14px;
  font-weight: 500;
}
#subs-order-edit-view .inputBox #container_delivery_schedule_by_term label {
  width: 100%;
  max-width: 280px;
}
#subs-order-edit-view #skip-next-delivery-view .ttl {
  letter-spacing: 0.03em;
}
#subs-order-edit-view #skip-next-delivery-view input:disabled {
  background-color: #f7f7f7;
}
@media screen and (max-width: 769px) {
  #subs-order-edit-view .inputBox {
    margin-top: 0;
    padding: 5vw 4vw 4vw;
    border-top: #dedcdb 1px solid;
  }
  #subs-order-edit-view .inputBox.top {
    margin-top: 0;
    border: none;
  }
  #subs-order-edit-view .inputBox .ttl {
    font-size: 0.84rem;
    width: 100%;
    padding: 0 0 0.5em;
  }
  #subs-order-edit-view .inputBox .form {
    width: 100%;
    flex: none;
    padding-right: 0;
    font-size: 0.72rem;
  }
  #subs-order-edit-view .inputBox .txt {
    width: 62vw;
    padding: 0.7em 0 0 0;
    font-size: 0.68rem;
    line-height: 1.4;
    font-feature-settings: "palt";
  }
  #subs-order-edit-view .inputBox .btn {
    position: relative;
    right: auto;
    top: auto;
    vertical-align: middle;
    width: 18.7vw;
    height: 5.6vw;
    font-size: 0.8rem;
    line-height: 1.6;
    margin: 0.5em 0 0 auto;
  }
  #subs-order-edit-view .inputBox #container_delivery_schedule_by_term label {
    width: 55vw;
    max-width: 280px;
  }
  #subs-order-edit-view #skip-next-delivery-view .btn {
    margin: 3vw auto 0;
    width: 45.6vw;
    height: 7.47vw;
    font-size: 0.97rem;
    border-radius: 10vw;
  }
}
#cancelPage .topTxt {
  padding: 0;
  margin: 2em 0 1.6em;
  line-height: 2;
  font-size: 13px;
}
#cancelTbl {
  margin-bottom: 40px;
}
#cancelTbl td {
  padding: 0;
}
@media screen and (max-width: 769px) {
  #cancelPage .topTxt {
    font-size: 12px;
    line-height: 1.7;
    padding: 0 13px;
    margin: 1.8em 0;
  }
  #cancelPage .table-responsive {
    margin-bottom: 35px;
    border-top: none;
  }
  #cancelTbl {
    margin-bottom: 0;
  }
}
#subs-order-cancel-view .p-account__inner__content__form__bottom {
  margin-top: 50px;
}
#subs-order-cancel-view .p-account__inner__content__form__bottom__btn {
  max-width: 350px;
  border-radius: 4em;
  letter-spacing: 0.05em !important;
  height: 3.5em;
  margin-bottom: 1em;
}
@media screen and (max-width: 769px) {
  #subs-order-cancel-view .p-account__inner__content__form__bottom {
    margin-top: -3vw;
  }
  #subs-order-cancel-view .p-account__inner__content__form__bottom__btn {
    font-size: 15px;
    max-width: 100%;
    width: auto;
    padding: 0 1em;
    letter-spacing: 0.05em !important;
    height: 3.5em;
    margin-bottom: 1em;
  }
}
#orders-list-view .changeBoxTtlWrap {
  margin: 40px 0 20px;
  display: flex;
  align-items: center;
}
#orders-list-view .changeBoxTtlWrap .changeBoxTtl {
  margin: 0;
}
#orders-list-view .changeBoxTtlWrap .historyNum {
  margin-left: 30px;
  font-size: 15px;
  letter-spacing: 0.06em;
}
#orders-list-view .changeBoxTtlWrap .historyNum strong {
  color: #e57d62;
  font-size: 18px;
  line-height: 1.3;
  margin-right: 0.2em;
}
@media screen and (max-width: 769px) {
  #orders-list-view .changeBoxTtlWrap {
    margin: 0;
    display: block;
  }
  #orders-list-view .changeBoxTtlWrap .changeBoxTtl {
    margin: 2.2em 0 1em;
  }
  #orders-list-view .changeBoxTtlWrap .historyNum {
    margin: 0 0 0.9em;
    font-size: 0.84rem;
  }
  #orders-list-view .changeBoxTtlWrap .historyNum strong {
    font-size: 0.94rem;
  }
}
#orders-list-view .changeBox {
  margin-bottom: 30px;
  padding: 26px 3.3rem 22px;
}
@media screen and (max-width: 769px) {
  #orders-list-view .changeBox {
    margin-bottom: 7vw;
    padding: 0;
  }
}
#orders-list-view .orderBlock .topTtlBox {
  background: #eae7e6;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.06em;
  padding: 1em;
  margin-bottom: 12px;
  position: relative;
}
#orders-list-view .orderBlock .topTtlBox .status {
  position: absolute;
  right: 1rem;
  top: 50%;
  transform: translateY(-50%);
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 10em;
  height: 1.9em;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.1em;
  padding-left: 0.1em;
}
@media screen and (max-width: 769px) {
  #orders-list-view .orderBlock .topTtlBox {
    font-size: 0.84rem;
    font-weight: 500;
    padding: 1em;
    margin-bottom: 0;
  }
  #orders-list-view .orderBlock .topTtlBox .status {
    font-size: 0.84rem;
    font-weight: 500;
    height: 1.6em;
    right: 4vw;
  }
}
#orders-list-view .orderBlock dl {
  border: #dedcdb 1px solid;
  display: flex;
  margin-bottom: -1px;
}
#orders-list-view .orderBlock dl dt {
  display: flex;
  align-items: center;
  border-right: #dedcdb 1px solid;
  padding: 0.6em 0 0.6em 2.5em;
  width: 11.5em;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.06em;
  line-height: 1.5;
}
#orders-list-view .orderBlock dl dd {
  display: flex;
  align-items: center;
  font-size: 15px;
  letter-spacing: 0.05em;
  line-height: 1.5;
  padding: 0.5em 1em 0.5em 2em;
}
#orders-list-view .orderBlock dl dd .itemList li {
  padding: 0.2em 0;
  margin-top: 0.3em;
  line-height: 1.4;
  font-feature-settings: "palt";
}
#orders-list-view .orderBlock dl dd .itemList li:first-child {
  margin-top: 0;
}
@media screen and (max-width: 769px) {
  #orders-list-view .orderBlock dl {
    margin: 0 -1px;
    border-bottom: none;
    border: none;
  }
  #orders-list-view .orderBlock dl.orderNum {
    padding: 0.5em 0 0.2em;
  }
  #orders-list-view .orderBlock dl.item {
    margin-bottom: 0.5em;
  }
  #orders-list-view .orderBlock dl.item dt {
    display: none;
  }
  #orders-list-view .orderBlock dl.item dd {
    width: 100%;
    padding: 0;
  }
  #orders-list-view .orderBlock dl dt {
    border-right: none;
    padding: 0 0 0 4vw;
    width: auto;
    font-size: 0.84rem;
    font-weight: normal;
  }
  #orders-list-view .orderBlock dl dt:after {
    content: "：";
    display: inline;
  }
  #orders-list-view .orderBlock dl dd {
    font-size: 0.84rem;
    padding: 0 1em 0 0;
  }
  #orders-list-view .orderBlock dl dd .itemList {
    width: 100%;
    border-top: #dedcdb 1px solid;
    margin-bottom: 0.3em;
  }
  #orders-list-view .orderBlock dl dd .itemList li {
    padding: 0.6em 4vw 0.5em;
    margin-top: 0;
    line-height: 1.4;
    border-bottom: #dedcdb 1px solid;
  }
}
#orders-list-view .orderBlock .btnList {
  display: flex;
  justify-content: flex-end;
  margin-top: 16px;
}
#orders-list-view .orderBlock .btnList li {
  margin-left: 14px;
}
#orders-list-view .orderBlock .btnList li a {
  background: #e57d62;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.1em;
  padding-left: 0.1em;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 2.4em;
  width: 12em;
  border-radius: 3em;
}
@media screen and (max-width: 769px) {
  #orders-list-view .orderBlock .btnList {
    margin-top: 2.5vw;
    padding: 0 3.5vw 3vw;
    width: 100%;
  }
  #orders-list-view .orderBlock .btnList li {
    margin-left: 1.6vw;
    flex: 1;
  }
  #orders-list-view .orderBlock .btnList li:first-child {
    margin: 0;
  }
  #orders-list-view .orderBlock .btnList li a {
    font-size: 0.8rem;
    height: 2em;
    width: 100%;
  }
}
.c-form_table__subscription table {
  background: #fff;
}
.c-form_table__subscription .c-account_table > tbody > tr > td {
  vertical-align: top;
  line-height: 1.4;
}
.c-form_table__subscription .status {
  margin: 0.4em 0 0.5em;
  background: #eae7e6;
  border-radius: 2px;
  font-weight: 500;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 13px;
  width: 8em;
  height: 1.8em;
}
.c-form_table__subscription .status.yuko {
  background: #93a7a9;
  color: #fff;
}
@media screen and (max-width: 769px) {
  .c-form_table__subscription td {
    padding: 3px 15px;
  }
  .c-form_table__subscription tr {
    position: relative;
  }
  .c-form_table__subscription td.checkBox {
    position: absolute;
    left: 0;
    top: 0;
    padding-top: 10px;
  }
  .c-form_table__subscription td.checkBox + td {
    padding-top: 10px;
  }
  .c-form_table__subscription td:not(.checkBox) {
    padding-left: 4.4em !important;
  }
  .c-form_table__subscription .p-account__inner__content__form__bottom__link {
    display: inline-block;
    margin: 0 0 0.6em;
  }
  .c-form_table__subscription .status {
    position: absolute;
    right: 10px;
    top: 10px;
    margin: 0;
    font-size: 0.76rem;
  }
  .c-form_table__subscription .itemList {
    font-size: 0.76rem;
    line-height: 1.4;
  }
  .c-form_table__subscription .itemList li {
    margin-top: 0.4em;
  }
}
.orderTbl {
  border-spacing: 0;
  border-collapse: separate;
  border: #dedcdb 1px solid;
  border-bottom: none;
  background: #fff;
  width: 100%;
}
.orderTbl th {
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-align: left;
  padding: 1.1em 1.3em 1.1em 2.5em;
  vertical-align: middle;
  border-bottom: #dedcdb 1px solid;
  border-right: #dedcdb 1px solid;
  width: 11.5em;
}
.orderTbl td {
  font-size: 14px;
  letter-spacing: 0.06em;
  text-align: left;
  padding: 1em 2em;
  border-bottom: #dedcdb 1px solid;
  vertical-align: middle;
}
.orderTbl tr.total {
  background: #f5f5f5;
}
.orderTbl tr.total td {
  font-weight: 600;
}
@media screen and (max-width: 769px) {
  .orderTbl {
    border-right: 0;
    border-left: 0;
  }
  .orderTbl tr:last-child th,
  .orderTbl tr:last-child td {
    border-bottom: none;
  }
  .orderTbl th {
    font-size: 0.84rem;
    padding: 0.8em 3.5vw;
    vertical-align: middle;
    border-right: none;
  }
  .orderTbl td {
    font-size: 0.84rem;
    padding: 0.8em 3.5vw 0.8em 0;
    text-align: right;
  }
  .orderTbl tr.total {
    background: #eae7e6;
  }
  .orderTbl tr.total th {
    padding-top: 1.1em;
    padding-bottom: 1.1em;
  }
  .orderTbl tr.total td {
    font-weight: 600;
  }
}
#orders-detail-view .orderDetail {
  padding-top: 45px;
  padding-bottom: 55px;
  margin: 0 0 30px;
}
#orders-detail-view .nameBox .num,
#orders-detail-view .nameBox .price {
  display: none;
}
#orders-detail-view .orderTbl {
  margin: 45px 0 0;
}
@media screen and (max-width: 769px) {
  #orders-detail-view .orderDetail {
    padding: 0;
    margin: 0 0 6vw;
  }
  #orders-detail-view .orderBox .itemList li {
    padding: 4vw 3.5vw 3.5vw;
  }
  #orders-detail-view .orderBox .itemList li .setItemList {
    margin-bottom: 0.6em;
  }
  #orders-detail-view .orderBox .itemList li .setItemList li {
    padding: 0;
  }
  #orders-detail-view .orderBox .itemList li:first-child {
    border-top: none;
  }
  #orders-detail-view .orderBox .itemList li .ttl {
    background: none;
    text-align: left;
    border: none;
    padding: 0 0 2.5vw;
  }
  #orders-detail-view .orderBox .itemList li .item .itemNameBox {
    padding: 2.5vw;
    background: #eae7e6;
    border-bottom: none;
  }
  #orders-detail-view .orderBox .itemList li .name {
    margin-bottom: 0.5em;
  }
  #orders-detail-view .orderBox .itemList li .num,
  #orders-detail-view .orderBox .itemList li .price {
    display: none;
  }
  #orders-detail-view .orderBox .itemList li .nameBox .num,
  #orders-detail-view .orderBox .itemList li .nameBox .price {
    display: flex;
    border: none;
    height: auto;
  }
  #orders-detail-view .orderBox .itemList li .nameBox .num dt,
  #orders-detail-view .orderBox .itemList li .nameBox .price dt {
    padding: 0;
    border: none;
    width: 3.5em;
    letter-spacing: 0.05em;
    justify-content: flex-start;
    align-items: center;
  }
  #orders-detail-view .orderBox .itemList li .nameBox .num dd,
  #orders-detail-view .orderBox .itemList li .nameBox .price dd {
    padding: 0;
    border: none;
    font-size: 0.8rem;
    justify-content: flex-start;
    align-items: center;
  }
  #orders-detail-view .orderTbl {
    margin: 0;
  }
}
#orders-detail-view .linkTxtList {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin: 17px 0;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.1em;
}
#orders-detail-view .linkTxtList a {
  position: relative;
  display: flex;
  align-items: center;
  padding-right: 2em;
  transition: all 0.25s;
}
#orders-detail-view .linkTxtList a:before {
  content: "";
  display: block;
  width: 1.6em;
  height: 1.6em;
  border-radius: 50%;
  background: url(../images/select.svg) no-repeat center #fff;
  background-size: 0.7em;
  position: absolute;
  right: 0;
  top: 50%;
  transform-origin: center;
  transform: rotate(-90deg) translateX(50%);
}
@media (any-hover: hover) {
  #orders-detail-view .linkTxtList a:hover {
    color: #e57d62;
  }
  #orders-detail-view .linkTxtList a:hover:before {
    background-image: url(../images/select_pink.svg);
  }
}
@media screen and (max-width: 769px) {
  #orders-detail-view .linkTxtList {
    margin: 1.1em 0 1.8em;
    font-size: 0.8rem;
  }
}
#orders-detail-view .receipt-issue {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 50px auto 0;
  width: 280px;
  height: 44px;
  border-radius: 40px;
  background: #e57d62;
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 769px) {
  #orders-detail-view .receipt-issue {
    margin: 10vw auto 5vw;
    width: 46vw;
    max-width: 280px;
    height: 8vw;
    border-radius: 10vw;
  }
}
@media screen and (max-width: 769px) {
  #shipping-address-view .topStatusBox dt {
    width: 10em;
  }
  #shipping-address-view .topStatusBox dd {
    flex: 1;
    line-height: 1.5;
  }
}
#view-free_columns {
  padding-top: 30px;
}
#view-free_columns .p-checkout__list__block__inner__category {
  margin-top: 20px;
}
#view-free_columns .attention {
  color: #e57d62;
  font-size: 14px;
  font-weight: 500;
  margin: 1em 0 2em;
  line-height: 1.5;
}
#view-free_columns .c-form_table > tbody > tr > td {
  padding-bottom: 0;
}
#view-free_columns .checkbox-inline {
  font-size: 14px;
  padding: 11px 0 0 2.2em;
}
#view-free_columns .checkbox-inline input[type="checkbox"] {
  width: 1.5em !important;
  height: 1.5em;
  left: 0;
  top: 9px;
  margin: 0;
}
#view-free_columns .acBoxInner {
  border: #dedcdb 1px solid;
  background: #fff;
  padding: 30px;
  padding-top: 28px;
  border-radius: 3px;
  margin-top: 20px;
}
#view-free_columns .acBoxInner input {
  outline: none;
  border: #555 1px solid;
  border-radius: 3px;
  width: 100%;
  max-width: 400px;
  height: 35px;
  padding: 5px;
}
#view-free_columns h2.topH2 {
  margin-top: 0;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 0.7em;
}
#view-free_columns h2.topH2 img {
  vertical-align: bottom;
  margin-right: 0.3em;
}
#view-free_columns h2 {
  font-size: 19px;
  font-weight: bold;
  margin: 1.3em 0 0.3em;
  line-height: 1.6;
}
#view-free_columns h2.topH2 + p {
  font-size: 13px;
  line-height: 1.6;
}
#view-free_columns .txt2 {
  font-size: 14px;
  line-height: 1.6;
}
#view-free_columns .lineBox {
  border-top: rgba(153, 153, 153, 0.7) 1px solid;
  margin-top: 2em;
  font-size: 14px;
  line-height: 1.6;
}
#view-free_columns .mzdaoBtn {
  background: #ffbd12;
  color: #000;
  border-radius: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  height: 3em;
  width: 300px;
  max-width: 100%;
  margin-top: 10px;
}
#view-free_columns .mzdaoBtn:hover {
  text-decoration: none;
  opacity: 0.85;
}
@media screen and (max-width: 769px) {
  #view-free_columns {
    padding-top: 10vw;
  }
  #view-free_columns .attention {
    font-size: 0.68rem;
  }
  #view-free_columns .acBoxInner {
    padding: 6vw;
    padding-top: 7vw;
    margin-top: 15px;
  }
  #view-free_columns h2.topH2 {
    font-size: 17px;
    margin-bottom: 0.7em;
  }
  #view-free_columns h2.topH2 img {
    width: 85px;
  }
  #view-free_columns h2 {
    font-size: 17px;
    margin: 1.1em 0 0.3em;
    line-height: 1.6;
  }
  #view-free_columns h2.topH2 + p {
    font-size: 12px;
    line-height: 1.6;
  }
  #view-free_columns .txt2 {
    font-size: 13px;
    line-height: 1.6;
  }
  #view-free_columns .lineBox {
    margin-top: 1.8em;
    font-size: 12px;
    line-height: 1.6;
  }
  #view-free_columns .mzdaoBtn {
    font-size: 13px;
  }
}
#customer-edit-view .taikaiLink {
  margin: 5em 0 -50px;
  text-align: center;
}
#customer-edit-view .taikaiLink a {
  color: inherit;
  text-decoration: underline;
}
#customer-edit-view .taikaiLink a:hover {
  text-decoration: none;
}
#customer-edit-view .c-form_table__subscription {
  padding-bottom: 1.5em;
}
#customer-edit-view .taikai {
  font-size: 15px;
  display: block;
  width: 4.5em;
  margin: 1em 0 -2em auto;
}
#customer-edit-view .c-form_table__checkbox input {
  margin-right: 10px;
  background: #fff;
}
#customer-edit-view .p-account__inner__content__form__bottom {
  margin-top: 50px;
}
#customer-edit-view .p-account__inner__content__form__bottom__btn {
  width: 210px;
  height: 36px;
}
@media screen and (max-width: 769px) {
  #customer-edit-view .taikaiLink {
    margin: 4em 0 -10px;
  }
  #customer-edit-view .taikai {
    font-size: 0.72rem;
    margin: 1.5em 0 0 auto;
  }
  #customer-edit-view .c-form_table__checkbox__text {
    padding-top: 0.3em;
  }
  #customer-edit-view .p-account__inner__content__form__bottom {
    margin-top: 7vw;
  }
  #customer-edit-view .p-account__inner__content__form__bottom__btn {
    width: 13em;
    height: 8vw;
    margin-top: 1em;
  }
}
#customers-card-index-view .cardSetumei {
  letter-spacing: 0.05em;
  line-height: 1.7;
  margin-bottom: 0 !important;
}
#customers-card-index-view .whiteList {
  padding: 8px 0 3px;
}
#customers-card-index-view .whiteList li {
  background: #fff;
  font-weight: 600;
  padding: 0.5em 1em 0.4em;
  letter-spacing: 0.06em;
  margin-top: 6px;
}
@media screen and (max-width: 769px) {
  #customers-card-index-view .attCard {
    margin-top: 0.3em;
  }
  #customers-card-index-view .whiteList {
    margin: 0 -1vw;
    padding: 2vw 0 0;
  }
  #customers-card-index-view .whiteList li {
    font-size: 0.68rem;
    background: #f5f5f5;
    padding: 0.4em 0.4em 0.5em;
    letter-spacing: 0.06em;
    margin-top: 1vw;
  }
  #customers-card-index-view .pcWhiteBox .grayBox {
    margin-bottom: 9vw;
  }
  #customers-card-index-view .pcWhiteBox .grayBox.top {
    margin-bottom: 0;
  }
}
#customers-card-index-view .p-payment_list__add__win__form__bottom {
  margin-top: 0;
}
#customers-card-index-view .p-payment_list__add__win__form__bottom__btn {
  width: 210px;
  height: 36px;
  border-radius: 40px;
  font-size: 15px;
}
#customers-card-index-view .kihon {
  display: flex;
  align-items: center;
}
#customers-card-index-view .kihon .c-form_table__checkbox__text {
  letter-spacing: 0.08em;
}
#customers-card-index-view .kihon input {
  background-color: #fff;
  margin-right: 10px;
}
#customers-card-index-view .kihon .txt {
  flex: 1;
  margin-left: 2.5em;
}
@media screen and (max-width: 769px) {
  #customers-card-index-view .p-payment_list__add__win__form__bottom__btn {
    width: 13em;
    height: 8vw;
    border-radius: 40px;
    font-size: 0.97rem;
    margin-top: 6vw;
  }
  #customers-card-index-view .kihon {
    display: block;
    text-align: left;
  }
  #customers-card-index-view .kihon .c-form_table__newsletter {
    padding-top: 0;
    font-size: 0.76rem;
  }
  #customers-card-index-view .kihon .c-form_table__checkbox__text {
    padding-top: 0.2em;
  }
  #customers-card-index-view .kihon input {
    margin-right: 0.6em;
  }
  #customers-card-index-view .kihon .txt {
    margin-left: 0;
  }
}
#customers-card-index-view .kihonBlock.top {
  margin-top: 40px;
}
#customers-card-index-view .kihonBlock .default img {
  width: 1.2em;
  margin-right: 0.6em;
}
#customers-card-index-view .kihonBlock .btnList {
  padding: 5px 10px 5px 0;
  margin: 0 0 0 auto;
}
#customers-card-index-view .kihonBlock .btnList a {
  width: 10em;
  height: 2em;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.08em;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 2px;
}
#customers-card-index-view .kihonBlock .btnList .delete {
  background: #93a7a9;
}
@media screen and (max-width: 769px) {
  #customers-card-index-view .kihonBlock.top {
    margin-top: 8vw;
  }
  #customers-card-index-view .kihonBlock .btnList {
    width: auto;
    padding: 1vw 0;
  }
  #customers-card-index-view .kihonBlock .btnList a {
    width: 6em;
    height: 1.8em;
    font-size: 0.8rem;
  }
}
#customers-card-edit-view .c-form_table__checkbox input {
  margin-right: 10px;
  background: #fff;
}
#customers-card-edit-view .p-account__inner__content__form__bottom {
  margin-top: 20px;
}
#customers-card-edit-view .p-account__inner__content__form__bottom__btn {
  width: 210px;
  height: 36px;
}
@media screen and (max-width: 769px) {
  #customers-card-edit-view .c-form_table__checkbox__text {
    padding-top: 0.3em;
  }
  #customers-card-edit-view .p-account__inner__content__form__bottom__btn {
    width: 13em;
    height: 8vw;
    margin-top: 1em;
  }
}
#customers-password-edit-view .p-account__inner__content__form__bottom {
  margin-top: 10px;
}
#customers-password-edit-view .p-account__inner__content__form__bottom__btn {
  width: 210px;
  height: 36px;
}
@media screen and (max-width: 769px) {
  #customers-password-edit-view .p-account__inner__content__form__bottom__btn {
    width: 13em;
    height: 8vw;
    margin-top: 1em;
  }
}
#shipping-address-new-view .p-account__inner__content__form__bottom {
  margin-top: 10px;
}
#shipping-address-new-view .p-account__inner__content__form__bottom__btn {
  width: 210px;
  height: 36px;
}
@media screen and (max-width: 769px) {
  #shipping-address-new-view .p-account__inner__content__form__bottom__btn {
    width: 13em;
    height: 8vw;
    margin-top: 1em;
  }
}
#shipping-address-list .setumei {
  margin-bottom: 30px;
}
#shipping-address-list .p-address_list__add {
  width: 210px;
  height: 40px;
  border-radius: 40px;
  margin: 0 0 40px;
}
#shipping-address-list .btnList {
  padding: 5px 10px 5px 0;
  margin: 0 0 0 auto;
}
#shipping-address-list .btnList a {
  width: 10em;
  height: 2em;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.08em;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 2px;
}
#shipping-address-list .btnList .delete {
  background: #93a7a9;
}
@media screen and (max-width: 769px) {
  #shipping-address-list .setumei {
    margin-bottom: 5vw;
  }
  #shipping-address-list .p-address_list__add {
    width: 13em;
    height: 8vw;
    border-radius: 8vw;
    font-size: 0.97rem;
    margin-bottom: 8vw;
  }
  #shipping-address-list .btnList {
    width: auto;
    padding: 1vw 0;
  }
  #shipping-address-list .btnList a {
    width: 6em;
    height: 1.8em;
    font-size: 0.8rem;
  }
}
.setsPage {
  padding-top: 12rem !important;
}
@media screen and (max-width: 769px) {
  .setsPage {
    padding-top: 9rem !important;
  }
}
.setsPage .p-list_header__inner {
  max-width: 1300px;
}
.setsPage .p-set_selection__inner {
  max-width: 1300px;
}
.setsPage .p-list_header__inner__title {
  font-size: 28px;
  flex: 1;
  padding-right: 1.5em;
}
.setsPage .c-list_tool__num.u-text--subhead {
  letter-spacing: 0.2em;
}
.setsPage .c-product_item__inner__eyecatch {
  margin-bottom: 18px;
  position: relative;
}
.setsPage .c-product_item__inner__eyecatch .more {
  width: 22%;
  position: absolute;
  right: -3%;
  bottom: 5%;
}
.setsPage .c-product_item__inner__title {
  font-size: 16px;
  line-height: 1.4;
}
.setsPage .c-product_item__inner__category {
  display: none;
}
.setsPage .c-product_item form {
  position: relative;
  padding-bottom: 58px;
  height: 100%;
}
@media screen and (max-width: 769px) {
  .setsPage .c-product_item__inner__title {
    font-size: 0.94rem;
  }
  .setsPage .c-product_item__inner__eyecatch .more {
    width: 26%;
    right: -5%;
    bottom: 2%;
  }
}
.setsPage .c-product_item__inner__control {
  display: flex;
  justify-content: space-between;
  border: 1px solid #c3c0be;
  width: 100%;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
}
.setsPage .c-product_item__inner__control .btn-cut span,
.setsPage .c-product_item__inner__control .btn-add span {
  display: none;
}
.setsPage .c-product_item__inner__control .quantity {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}
.setsPage .c-product_item__inner__control span.u-color__text--sub {
  position: relative;
}
.setsPage .c-product_item__inner__control span.u-color__text--sub:before {
  content: "";
  display: block;
  width: 18px;
  height: 1px;
  background: #2e2218;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, 0);
}
.setsPage
  .c-product_item__inner__control
  span.u-color__text--sub.btn-add:after {
  content: "";
  display: block;
  width: 18px;
  height: 1px;
  background: #2e2218;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, 0) rotate(90deg);
}
.setsPage .soldout {
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  background: #eae7e6;
  color: #9a9a9a;
  height: 40px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.setsPage .un_productDetail_cartButton {
  height: 4.5rem;
  margin-top: 0;
}
.setsPage .un_productDetail_cartButton:disabled {
  opacity: 0.12;
}
.setItemList {
  margin: 0.8em 0 0 0.6em;
  line-height: 1.4;
  font-size: 90%;
}
.setItemList li {
  margin: 0.3em 0 0;
}
@media screen and (max-width: 769px) {
  .setItemList {
    margin-left: 0;
  }
}
.modalWrap {
  display: none;
}
.modaal-overlay {
  z-index: 99990 !important;
}
.modaal-wrapper {
  z-index: 99999 !important;
}
.modaal-close:focus,
.modaal-close:hover {
  background: none !important;
}
.modaal-close:focus:after,
.modaal-close:focus:before,
.modaal-close:hover:after,
.modaal-close:hover:before {
  background: #412814 !important;
}
.modalSetWrap .modaal-container {
  width: auto;
}
.modalSetWrap .setModalBox {
  max-width: 330px;
  margin: 0 auto;
}
.modalSetWrap .setModalBox .img {
  margin: 0 auto 20px;
  padding-top: 100%;
  background-size: cover;
  background-repeat: no-repeat;
}
.modalSetWrap .setModalBox .itemName {
  font-family: ryo-display-plusn, serif;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.5;
  font-size: 1.3rem;
  text-align: center;
  margin-bottom: 1em;
}
.modalSetWrap .setModalBox .setumei1 {
  font-size: 0.875rem;
  line-height: 1.8;
  margin-bottom: 1.5em;
}
.modalSetWrap .setModalBox .seibun {
  border: 1px solid #c3c0be;
  background: #f5f5f5;
  font-size: 0.75rem;
  line-height: 1.6;
  padding: 1.2em 1em;
}
@media screen and (max-width: 769px) {
  .modalSetWrap .modaal-content-container {
    padding: 5vw;
  }
} /*# sourceMappingURL=add.min.css.map */
