
.invisible {
  visibility: hidden;
}

.scrollable {
  cursor: pointer;
}

@keyframes makeDisappear {
  to {
    width: 0;
    height: 0;
    visibility: hidden;
    overflow: hidden;
    opacity: 0;
  }
}
@-webkit-keyframes makeDisappear {
  to {
    width: 0;
    height: 0;
    visibility: hidden;
    opacity: 0;
  }
}
.lineclamp1 {
  /* config */
  line-height: 1.5;
  height: 1.5em;
  background-color: #fff;
  /* config end */
  position: relative;
  padding-right: 1em;
  overflow: hidden;
}
.lineclamp1:before {
  content: "...";
  position: absolute;
  right: 0;
  bottom: 0;
  display: inline-block;
  width: 1em;
}
.lineclamp1:after {
  content: "";
  position: relative;
  right: -1em;
  float: right;
  width: 1em;
  height: 100%;
  background-color: inherit;
}

.lineclamp2 {
  /* config */
  line-height: 1.5;
  height: 3em;
  background-color: #fff;
  /* config end */
  position: relative;
  padding-right: 1em;
  overflow: hidden;
}
.lineclamp2:before {
  content: "...";
  position: absolute;
  right: 0;
  bottom: 0;
  display: inline-block;
  width: 1em;
}
.lineclamp2:after {
  content: "";
  position: relative;
  right: -1em;
  float: right;
  width: 1em;
  height: 100%;
  background-color: inherit;
}

.lineclamp3 {
  /* config */
  line-height: 1.5;
  height: 4.5em;
  background-color: #fff;
  /* config end */
  position: relative;
  padding-right: 1em;
  overflow: hidden;
}
.lineclamp3:before {
  content: "...";
  position: absolute;
  right: 0;
  bottom: 0;
  display: inline-block;
  width: 1em;
}
.lineclamp3:after {
  content: "";
  position: relative;
  right: -1em;
  float: right;
  width: 1em;
  height: 100%;
  background-color: inherit;
}

.btn-joined-project {
  display: block;
  padding: 10px 22px;
  background: linear-gradient(to right, #fb7c0b, #ffa612);
  color: white;
  font-weight: bold;
}
.btn-joined-project:hover {
  color: white;
}
.btn-joined-project:before {
  display: inline-block;
  content: " ";
  background: url(/common_assets/images/crowdfunding/project-icon.png);
  width: 38px;
  height: 38px;
  vertical-align: middle;
  margin-right: 8px;
}

.crfund-media {
  display: flex;
  align-items: flex-start;
  max-width: 30%;
}

.crfund-media-object {
  margin-right: 1em;
}

.crfund-media-body {
  flex: 1;
}

.crfund-media-heading {
  margin: 0 0 0.5em;
}

.btn-project-detail {
  display: block;
  padding: 16px 0;
  font-weight: bold;
  background-color: #007f6a;
  text-align: center;
  font-size: 1.5rem;
  letter-spacing: 1px;
  color: white;
}
.btn-project-detail:hover {
  color: white;
}

.btn-about-detail {
  display: block;
  padding: 32px 0;
  background: linear-gradient(to right, #fb7c0b, #ffa612);
  box-shadow: 0px 6px 0px #c44903;
  text-align: center;
  font-size: 1.7rem;
  font-weight: bold;
  letter-spacing: 1px;
  color: white;
}
.btn-about-detail:hover {
  color: white;
}

.btn-furupure-top {
  width: 100%;
  padding: 8px;
  display: block;
  border: 1px solid white;
  text-align: center;
  color: white;
  letter-spacing: 1px;
  font-size: 1.5rem;
}

.crfund-bold {
  font-size: 1.7rem;
  font-weight: bold;
  color: #007f6a;
  letter-spacing: 2px;
}

.crfund-bold2 {
  font-size: 1.7rem;
  font-weight: bold;
  letter-spacing: 2px;
}

.crfund-progress {
  border-radius: 12px;
  box-shadow: none;
  overflow: visible;
}
.crfund-progress.goal {
  position: relative;
}
.crfund-progress.goal:after {
  display: block;
  content: " ";
  position: absolute;
  top: -70%;
  right: 7%;
  background-image: url(/common_assets/images/crowdfunding/goal-icon-pc.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 51px;
  height: 63px;
}
.crfund-progress .crfund-progress-bar {
  background: linear-gradient(to right, #ffa511, #ff6124);
  color: #8b0915;
  border-radius: 12px;
  font-size: 1.4rem;
  letter-spacing: 1px;
  text-indent: 20px;
  text-align: left;
}
.crfund-progress.crfund-progress-lg {
  height: 50px;
  border-radius: 25px;
}
.crfund-progress.crfund-progress-lg .crfund-progress-bar {
  line-height: 50px;
  border-radius: 25px;
  font-size: 2rem;
}
.crfund-progress.crfund-progress-lg.goal:after {
  width: 76px;
  height: 94px;
  top: -50%;
  right: 7%;
  background-size: contain;
}

.crfund-party-name {
  color: #80c777;
}
.crfund-party-name:before {
  display: inline-block;
  content: " ";
  background-image: url(/common_assets/images/crowdfunding/map-pin.png);
  background-size: contain;
  width: 15px;
  height: 20px;
  margin-right: 3px;
  margin-top: -3px;
  vertical-align: middle;
}

.crfund-product-list-item .thumb {
  width: 100%;
}
.crfund-product-list-item .title-wrapper {
  padding: 6px 0;
  display: flex;
  align-items: center;
  height: 64px;
  border-bottom: 2px dotted black;
}
.crfund-product-list-item .title-wrapper .title {
  font-size: 1.5rem;
  /* config */
  line-height: 1.5;
  height: 3em;
  background-color: #fff;
  /* config end */
  position: relative;
  padding-right: 1em;
  overflow: hidden;
  color: black;
}
.crfund-product-list-item .title-wrapper .title:before {
  content: "...";
  position: absolute;
  right: 0;
  bottom: 0;
  display: inline-block;
  width: 1em;
}
.crfund-product-list-item .title-wrapper .title:after {
  content: "";
  position: relative;
  right: -1em;
  float: right;
  width: 1em;
  height: 100%;
  background-color: inherit;
}
.crfund-product-list-item .price {
  padding: 8px 0;
  font-weight: bold;
  font-size: 1.5rem;
  letter-spacing: 1px;
  color: orange;
  color: #ffa511;
}

.crfund-section-title {
  margin-bottom: 28px;
  color: black;
  padding: 18px 20px;
  letter-spacing: 2px;
  background-image: url(/common_assets/images/crowdfunding/fujisan.svg);
  background-repeat: no-repeat;
  background-position: bottom right;
}

.crfund-project-item {
  border: solid 1px #ccc;
  font-size: 1.4rem;
  background-image: url(/common_assets/images/crowdfunding/bg1.png);
  background-repeat: repeat-x;
  background-position: bottom;
}
.crfund-project-item .visual-img {
  width: 100%;
  object-fit: cover;
}
.crfund-project-item.ended .visual {
  position: relative;
}
.crfund-project-item.ended .visual:after {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.64);
  content: "受付終了 \a***** \aご支援ありがとうございました！";
  white-space: pre;
  color: white;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  font-size: 1.5rem;
  letter-spacing: 2px;
  padding-top: 10%;
}
.crfund-project-item .title {
  font-weight: normal;
  letter-spacing: 1px;
  line-height: 150%;
  /* config */
  line-height: 1.5;
  height: 4.5em;
  background-color: #fff;
  /* config end */
  position: relative;
  padding-right: 1em;
  overflow: hidden;
}
.crfund-project-item .title a {
  color: black;
}
.crfund-project-item .title:before {
  content: "...";
  position: absolute;
  right: 0;
  bottom: 0;
  display: inline-block;
  width: 1em;
}
.crfund-project-item .title:after {
  content: "";
  position: relative;
  right: -1em;
  float: right;
  width: 1em;
  height: 100%;
  background-color: inherit;
}

.crfund-about-summary-description {
  display: none;
}

.crfund-outline-wrapper {
  background: url(/common_assets/images/crowdfunding/bg2.png);
  margin: 0;
}
.crfund-outline-wrapper .crfund-outline {
  margin: 0;
  padding: 0;
  margin: auto;
  color: black;
  font-weight: bold;
  letter-spacing: 2px;
  line-height: 150%;
  text-align: center;
}
.crfund-outline-wrapper .crfund-outline.text-align-left {
  text-align: left;
}

.crfund-pagination-wrapper {
  width: 100%;
  text-align: center;
}
.crfund-pagination-wrapper .pagination > span {
  display: inline-block;
  padding: 4px 12px;
  margin: 0 3px;
  background: #007F65;
  color: white;
}
.crfund-pagination-wrapper .pagination > span a {
  color: white;
}
.crfund-pagination-wrapper .pagination .page.current {
  color: #007F65;
  background: #80C779;
}

@media only screen and (max-width: 768px) {
  .crfund-pagination-wrapper .pagination .first {
    display: none;
  }
  .crfund-pagination-wrapper .pagination .last {
    display: none;
  }
}
@media only screen and (min-width: 769px) {
  .crfund-column {
    width: 1024px;
    margin: auto;
  }
  .crfund-header-wrapper .crfund-header-topbar {
    background: #e4fdc4;
  }
  .crfund-header-wrapper .crfund-header-topbar .crfund-header-topbar-container {
    margin: auto;
    width: 1024px;
    padding: 8px 0;
  }
  .crfund-header-wrapper .crfund-header-topbar .crfund-header-topbar-container .crfund-header-topbar-title {
    text-align: right;
    font-size: 1.3rem;
  }
  .crfund-header-wrapper .crfund-header-topbar .crfund-header-topbar-container .crfund-header-topbar-title a {
    color: black;
  }
  .crfund-header-wrapper .crfund-header-container {
    width: 1024px;
    margin: auto;
    display: flex;
    justify-content: space-between;
    padding: 16px 0;
  }
  .crfund-header-wrapper .crfund-header-container .crfund-header-logo {
    width: 290px;
  }
  .crfund-header-wrapper .crfund-header-container .crfund-header-navigation {
    display: block !important;
    width: 992px;
  }
  .crfund-header-wrapper .crfund-header-container .crfund-header-navigation .crfund-header-navigation-container {
    display: flex;
    justify-content: space-between;
    height: 100%;
  }
  .crfund-header-wrapper .crfund-header-container .crfund-header-navigation .crfund-header-navigation-container .navigation-list {
    flex: 1;
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-direction: row;
  }
  .crfund-header-wrapper .crfund-header-container .crfund-header-navigation .crfund-header-navigation-container .navigation-list li {
    display: flex;
    align-items: center;
    height: 100%;
    padding: 0 20px;
  }
  .crfund-header-wrapper .crfund-header-container .crfund-header-navigation .crfund-header-navigation-container .navigation-list li a {
    font-size: 1.4rem;
    font-weight: 400;
    color: black;
  }
  .crfund-header-wrapper .crfund-header-container .crfund-header-navigation .crfund-header-navigation-container .navigation-list li + li {
    border-left: solid 1px black;
  }
  .crfund-header-wrapper .crfund-header-container .crfund-header-navigation .crfund-header-navigation-container .navigation-actions {
    display: flex;
    align-items: center;
  }
  .crfund-middle-portion {
    background-image: url(/common_assets/images/crowdfunding/crfunding-about-middle-background.png);
    height: 815px;
    width: 100%;
  }
  .crfund-middle-portion .cicle_title_image {
    display: block;
    width: 100%;
    text-align: center;
    padding-top: 90px;
    margin-bottom: 60px;
  }
  .crfund-middle-portion .middle_title_image_pc {
    max-width: 594px;
  }
  .crfund-middle-portion .middle_title_image_sp {
    display: none !important;
  }
  .crfund-about-middle {
    display: flex;
    margin-top: 88px;
  }
  .crfund-about-middle .crfund-about-left {
    flex: 1;
    padding-right: 16px;
  }
  .crfund-about-middle .crfund-about-left .crfund-about-left-title {
    font-size: 20px;
    border-bottom: 2px solid #007f6b;
    font-family: source-han-sans-simplified-c, sans-serif;
    font-weight: 700;
    font-style: normal;
    padding-bottom: 25px;
  }
  .crfund-about-middle .crfund-about-left .crfund-about-left-title .title_orange {
    color: #e99115;
  }
  .crfund-about-middle .crfund-about-left .crfund-about-left-content {
    padding-top: 30px;
    padding-bottom: 40px;
    font-size: 16px;
    font-family: source-han-sans-simplified-c, sans-serif;
    font-weight: 400;
    font-style: normal;
  }
  .crfund-about-middle .crfund-about-left .crfund-about-bottom-box {
    padding: 18px;
    background: #ecedf1;
    margin-bottom: 75px;
  }
  .crfund-about-middle .crfund-about-left .crfund-about-bottom-box .crfund-about-box-title {
    font-size: 16px;
    border-bottom: 2px dotted #222120;
    font-family: source-han-sans-simplified-c, sans-serif;
    font-weight: 500;
    font-style: normal;
    margin-bottom: 15px;
    padding-bottom: 10px;
  }
  .crfund-about-middle .crfund-about-left .crfund-about-bottom-box .crfund-about-box-content {
    font-size: 15px;
    font-family: source-han-sans-simplified-c, sans-serif;
    font-weight: 400;
    font-style: normal;
  }
  .crfund-about-middle .crfund-about-right {
    flex: 1;
    padding-left: 16px;
  }
  .crfund-about-middle .crfund-about-right .crfund_about_right_image {
    margin-top: 50px;
  }
  .crfund-middle-portion .crfund-about-circle-wrapper {
    display: flex;
  }
  .crfund-middle-portion .crfund-about-circle-wrapper .circle {
    flex: 1;
    display: block;
    width: 100%;
    text-align: center;
  }
  .crfund-middle-portion .crfund-about-circle-wrapper .circle img {
    height: 260px;
    width: 260px;
  }
  .crfund-point-section {
    display: flex;
    width: 100%;
    justify-content: space-around;
  }
  .crfund-point-section .section {
    height: 195px;
    width: 300px;
    padding-left: 70px;
    padding-right: 25px;
    border-top: 25px solid #007f6b;
    border-bottom: 25px solid #007f6b;
    display: flex;
    margin: 20px;
    background: #FFFFFF;
    color: #007f6b;
    justify-content: center;
    align-items: center;
    border-top-left-radius: 25px;
    border-bottom-right-radius: 25px;
    box-shadow: 0px 0px 27px 2px rgba(164, 154, 154, 0.64);
    -webkit-box-shadow: 0px 0px 27px 2px rgba(164, 154, 154, 0.64);
    -moz-box-shadow: 0px 0px 27px 2px rgba(164, 154, 154, 0.64);
    font-size: 16px;
    font-family: source-han-sans-simplified-c, sans-serif;
    font-weight: 500;
    font-style: normal;
    text-align: justify;
  }
  .crfund-point-section .section.one {
    position: relative;
  }
  .crfund-point-section .section.one::before {
    content: url(/common_assets/images/crowdfunding/crfund-point-one.png);
    transform: scale(0.5);
    position: absolute;
    left: -64px;
  }
  .crfund-point-section .section.two {
    position: relative;
  }
  .crfund-point-section .section.two::before {
    content: url(/common_assets/images/crowdfunding/crfund-point-two.png);
    transform: scale(0.5);
    position: absolute;
    left: -64px;
  }
  .crfund-about-step-section {
    margin-bottom: 80px;
  }
  .crfund-about-step-section .crfund-about-step-title {
    position: relative;
    height: 160px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 25px;
    font-family: source-han-sans-simplified-c, sans-serif;
    font-weight: 700;
    font-style: normal;
  }
  .crfund-about-step-section .crfund-about-step-title::before {
    content: url(/common_assets/images/crowdfunding/crfund-about-step-title-border.png);
    transform: scale(0.5);
    position: absolute;
    bottom: -26px;
    right: -453px;
  }
  .crfund-about-step-section .crfund-about-step {
    height: 205px;
    position: relative;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-size: 18px;
    font-family: source-han-sans-simplified-c, sans-serif;
    font-weight: 500;
    font-style: normal;
  }
  .crfund-about-step-section .crfund-about-step .crfund-about-step-3-pc .step_image {
    flex: 2;
  }
  .crfund-about-step-section .crfund-about-step .crfund-about-step-3-pc .step_text {
    flex: 5;
  }
  .crfund-about-step-section .crfund-about-step .crfund-about-step-3-pc .step_button {
    flex: 4;
  }
  .crfund-about-step-section .crfund-about-step .crfund-about-step-3-pc .step_button img {
    max-width: 70%;
  }
  .crfund-about-step-section .crfund-about-step .inline_step_wrapper {
    display: flex;
    align-items: center;
  }
  .crfund-about-step-section .crfund-about-step .step-3-text {
    width: 475px;
  }
  .crfund-about-step-section .crfund-about-step::before {
    content: url(/common_assets/images/crowdfunding/crfund-about-step-border.png);
    transform: scale(0.5);
    position: absolute;
    bottom: -80px;
    right: -511px;
  }
  .crfund-about-step-section .crfund-about-step.step-border-none .step-4-text {
    display: table-cell;
    margin-top: 15px;
  }
  .crfund-about-step-section .crfund-about-step.step-border-none .step-4-text .bottom {
    font-size: 15px;
  }
  .crfund-about-step-section .crfund-about-step.step-border-none::before {
    content: "";
  }
  .crfund-about-step-section .crfund-about-step .crfund-step-3-btn-img {
    transform: scale(0.5);
  }
  .crfund-about-step-section .crfund-about-step .crfund-about-step-img {
    transform: scale(0.5);
  }
  .crfund-about-step-3-sp {
    display: none;
  }
  .only-sp {
    display: none !important;
  }
  .crfund-project-search-wrapper .crfund-form-item #party_id {
    height: 40px;
    border-radius: 10px;
    width: 206px;
    padding-right: 15px;
  }
  .crfund-project-search-wrapper .crfund-form-item.published-checkbox {
    padding-top: 35px;
    /* The label_container */
    /* Hide the browser's default checkbox */
    /* Create a custom checkbox */
    /* On mouse-over, add a grey background color */
    /* When the checkbox is checked, add a blue background */
    /* Create the checkmark/indicator (hidden when not checked) */
    /* Show the checkmark when checked */
  }
  .crfund-project-search-wrapper .crfund-form-item.published-checkbox .label_container {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 33px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    position: relative;
    width: 128px;
  }
  .crfund-project-search-wrapper .crfund-form-item.published-checkbox .label_container .label_text {
    position: absolute;
    margin-top: 2px;
  }
  .crfund-project-search-wrapper .crfund-form-item.published-checkbox .label_container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
  }
  .crfund-project-search-wrapper .crfund-form-item.published-checkbox .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 23px;
    width: 23px;
    background-color: #FFFFFF;
    border: 1px solid #d0d1d5;
  }
  .crfund-project-search-wrapper .crfund-form-item.published-checkbox .label_container:hover input ~ .checkmark {
    background-color: #FFFFFF;
  }
  .crfund-project-search-wrapper .crfund-form-item.published-checkbox .label_container input:checked ~ .checkmark {
    background-color: #2196F3;
  }
  .crfund-project-search-wrapper .crfund-form-item.published-checkbox .checkmark:after {
    content: "";
    position: absolute;
    display: none;
  }
  .crfund-project-search-wrapper .crfund-form-item.published-checkbox .label_container input:checked ~ .checkmark:after {
    display: block;
  }
  .crfund-project-search-wrapper .crfund-form-item.published-checkbox .label_container .checkmark:after {
    left: 9px;
    top: 5px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .crfund-project-search-wrapper .crfund-form-item.crfund-form-submit {
    width: 255px;
    position: relative;
  }
  .crfund-project-search-wrapper .crfund-form-item.crfund-form-submit.sp {
    display: none !important;
  }
  .crfund-project-search-wrapper .crfund-form-item.crfund-form-submit .btn-crfund-search {
    transform: scale(0.5);
    position: absolute;
    left: -118px;
    top: -60px;
  }
  .crfund-main-visual {
    max-width: 1440px;
    margin: auto;
    margin-bottom: 40px;
  }
  .crfund-main-visual img {
    width: auto;
  }
  .crfund-about-top-title {
    background-image: url(/common_assets/images/crowdfunding/about-top-background.png);
    background-size: 100% 120px;
    background-repeat: repeat-y;
    height: 120px;
    width: 100%;
  }
  .crfund-about-top-title .crfund-top-text {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 120px;
    font-size: 25px;
    font-family: source-han-sans-simplified-c, sans-serif;
    font-weight: 500;
    font-style: normal;
  }
  .crfund-pr {
    max-width: 902px;
    margin: auto;
    margin-bottom: 70px;
  }
  .crfund-pr img {
    width: auto;
  }
  .crfund-project-item {
    padding: 6px;
    padding-bottom: 18px;
  }
  .crfund-project-item .visual-img {
    height: 220px;
  }
  .crfund-project-item .crfund-project-item-inner {
    padding: 14px;
  }
  .crfund-project-item .title {
    margin-top: 18px;
    margin-bottom: 16px;
    font-size: 1.7rem;
  }
  .crfund-project-item .donation-progress .crfund-progress {
    margin: 24px 0;
  }
  .crfund-project-item .info {
    display: flex;
    justify-content: space-between;
    margin-bottom: 8px;
  }
  .crfund-project-item .info .info-sub {
    flex: 1;
  }
  .crfund-project-item .info .info-sub span {
    display: block;
    text-align: center;
  }
  .crfund-project-list {
    display: grid;
    grid-template-columns: 33.33% 33.33% 33.33%;
    row-gap: 48px;
    column-gap: 16px;
    margin-bottom: 56px;
  }
  .crfund-project-list-footer {
    margin-bottom: 64px;
    text-align: center;
  }
  .crfund-project-list-footer a {
    display: inline-block;
  }
  .crfund-about-summary-wrapper {
    width: 100%;
    background: url(/common_assets/images/crowdfunding/bg2.png);
  }
  .crfund-about-summary-wrapper img {
    margin: auto;
    margin-bottom: 60px;
  }
  .btn-about-detail {
    max-width: 500px;
    margin: auto;
  }
  .crfund-about-summary-wrapper {
    padding: 60px 0;
  }
  .crfund-footer-nav-wrapper {
    width: 1024px;
    margin: auto;
  }
  .crfund-footer-nav-wrapper .logo-footer {
    width: 252px;
  }
  .crfund-footer-nav-wrapper .crfund-footer-nav-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 32px;
  }
  .crfund-footer-nav-wrapper .crfund-footer-nav-container .crfund-footer-nav-logo {
    width: 252px;
  }
  .crfund-footer-nav-wrapper .crfund-footer-nav-container .crfund-footer-nav-navigation .navigation-list {
    margin: 0;
    padding: 0;
    list-style: none;
  }
  .crfund-footer-nav-wrapper .crfund-footer-nav-container .crfund-footer-nav-navigation .navigation-list li {
    display: inline-block;
  }
  .crfund-footer-nav-wrapper .crfund-footer-nav-container .crfund-footer-nav-navigation .navigation-list li:before {
    content: "> ";
  }
  .crfund-footer-nav-wrapper .crfund-footer-nav-container .crfund-footer-nav-navigation .navigation-list li a {
    color: black;
  }
  .crfund-footer-nav-wrapper .crfund-footer-nav-container .crfund-footer-nav-navigation .navigation-list li + li {
    padding: 8px;
  }
  .crfund-breadcrumb-wrapper {
    background: #007F66;
  }
  .crfund-breadcrumb-wrapper .crfund-breadcrumb-container {
    width: 1024px;
    margin: auto;
  }
  .crfund-breadcrumb-wrapper .crfund-breadcrumb-container .list {
    margin: 0;
    padding: 0;
    list-style: none;
    padding: 10px 0;
  }
  .crfund-breadcrumb-wrapper .crfund-breadcrumb-container .list li {
    display: inline-block;
    color: white;
  }
  .crfund-breadcrumb-wrapper .crfund-breadcrumb-container .list li a {
    color: white;
  }
  .crfund-breadcrumb-wrapper .crfund-breadcrumb-container .list li:last-child a {
    pointer-events: none;
  }
  .crfund-breadcrumb-wrapper .crfund-breadcrumb-container .list li + li:before {
    content: "＞";
    padding: 0 8px;
  }
  .crfund-outline-wrapper {
    margin-bottom: 70px;
    padding: 64px 0;
  }
  .crfund-outline-wrapper .crfund-outline {
    width: 1024px;
    font-size: 2.6rem;
  }
  .crfund-project-search-wrapper {
    margin-bottom: 48px;
    background: #ecedf1;
  }
  .crfund-project-search-wrapper .crfund-project-search-container {
    padding: 32px 0;
    max-width: 630px;
    margin: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .crfund-project-detail-wrapper {
    width: 1024px;
    margin: auto;
    margin-bottom: 36px;
  }
  .crfund-project-detail-wrapper .crfund-party-name {
    font-size: 1.5rem;
    margin-bottom: 12px;
  }
  .crfund-project-detail-wrapper .crfund-project-detail-inner {
    display: flex;
    justify-content: space-between;
  }
  .crfund-project-detail-wrapper .crfund-project-detail-inner .crfund-project-thumbnails-wrapper {
    width: 492px;
  }
  .crfund-project-detail-wrapper .crfund-project-detail-inner .crfund-project-info {
    width: 482px;
  }
  .crfund-project-detail-wrapper .crfund-project-thumbnails-wrapper .crfund-project-thumbnails {
    margin: 0;
    padding: 0;
    list-style: none;
  }
  .crfund-project-detail-wrapper .donation-progress {
    margin-bottom: 12px;
    font-size: 2.1rem;
    letter-spacing: 1px;
  }
  .crfund-project-detail-wrapper .donation-progress .crfund-bold {
    font-size: 3.3rem;
  }
  .crfund-project-detail-wrapper .goal-amount {
    margin-bottom: 24px;
    font-size: 1.7rem;
    letter-spacing: 1px;
  }
  .crfund-project-detail-wrapper .progress-detail {
    padding: 16px 0;
    margin-bottom: 16px;
    display: flex;
    background: #e4fdc4;
    font-size: 1.6rem;
    color: black;
  }
  .crfund-project-detail-wrapper .progress-detail > div + div {
    border-left: 1px solid green;
  }
  .crfund-project-detail-wrapper .progress-detail .num-supporters {
    flex: 1;
    text-align: center;
  }
  .crfund-project-detail-wrapper .progress-detail .num-days-to-end {
    flex: 1;
    text-align: center;
  }
  .crfund-project-detail-wrapper .progress-detail .crfund-bold2 {
    font-size: 2.2rem;
  }
  .crfund-project-detail-wrapper .period {
    font-size: 1.6rem;
    margin-bottom: 16px;
  }
  .crfund-project-detail-wrapper .actions {
    margin-bottom: 24px;
  }
  .crfund-party-summary-wrapper {
    width: 1024px;
    margin: auto;
    margin-bottom: 80px;
    padding: 22px;
    background: #ECEDF1;
  }
  .crfund-party-summary-wrapper .crfund-party-summary {
    display: flex;
  }
  .crfund-party-summary-wrapper .crfund-party-summary .crfund-party-summary-main {
    width: 410px;
    padding: 22px;
    border-right: 1px solid gray;
  }
  .crfund-party-summary-wrapper .crfund-party-summary .crfund-party-summary-main a img {
    margin-top: 20px;
  }
  .crfund-party-summary-wrapper .crfund-party-summary .crfund-party-summary-detail {
    flex: 1;
    padding: 20px 40px;
    font-size: 1.35rem;
    line-height: 165%;
    color: black;
    letter-spacing: 1px;
  }
  .crfund-party-summary-wrapper .party-name-label {
    width: 160px;
    margin-bottom: 12px;
    padding: 6px 0;
    border: 1px solid #007f6a;
    font-size: 1.5rem;
    color: #007f6a;
    letter-spacing: 1px;
    text-align: center;
  }
  .crfund-party-summary-wrapper .party-name {
    color: black;
    font-size: 1.5rem;
    letter-spacing: 1px;
  }
  .crfund-project-more-wrapper {
    margin-bottom: 30px;
  }
  .crfund-project-more-wrapper .crfund-project-more {
    border-bottom: 2px solid #007f6a;
  }
  .crfund-project-more-wrapper .crfund-nav-wrapper {
    border-bottom: 2px solid #007f6a;
  }
  .crfund-project-more-wrapper .crfund-nav-wrapper .nav.nav-tabs {
    width: 1024px;
    margin: auto;
    border: none;
  }
  .crfund-project-more-wrapper .crfund-nav-wrapper .nav.nav-tabs li {
    margin: 0;
    width: 220px;
    text-align: center;
  }
  .crfund-project-more-wrapper .crfund-nav-wrapper .nav.nav-tabs li a {
    margin: 0;
    padding: 24px 32px;
    font-size: 1.8rem;
    border-radius: 12px 12px 0 0;
    border: 2px solid #007f6a;
    border-bottom: none;
    color: #007f6a;
  }
  .crfund-project-more-wrapper .crfund-nav-wrapper .nav.nav-tabs li.active a {
    font-weight: bold;
    background: #e4fdc4;
  }
  .crfund-project-more-wrapper .crfund-nav-wrapper .nav.nav-tabs li + li a {
    border-left: 1px solid #007f6a;
  }
  .crfund-project-more-wrapper .tab-content {
    width: 1024px;
    margin: auto;
    padding: 80px 0;
  }
  .crfund-product-list-wrapper {
    margin-bottom: 60px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    row-gap: 32px;
    column-gap: 22px;
  }
  .crfund-wysiwyg-container {
    color: black;
  }
  .crfund-wysiwyg-container h1 {
    margin-bottom: 28px;
    padding: 18px 20px;
    background-image: url(/common_assets/images/crowdfunding/fujisan.svg);
    background-repeat: no-repeat;
    background-position: bottom right;
    font-size: 2.5rem;
    letter-spacing: 2px;
  }
  .crfund-wysiwyg-container h2 {
    font-size: 2rem;
    letter-spacing: 2px;
    color: #007f6a;
  }
  .crfund-wysiwyg-container h2:before {
    margin-right: 24px;
    margin-top: -2px;
    content: " ";
    display: inline-block;
    background: linear-gradient(#6db261, #339378);
    width: 8px;
    height: 6rem;
    vertical-align: middle;
  }
  .crfund-wysiwyg-container h3 {
    font-size: 1.7rem;
    font-weight: normal;
    letter-spacing: 2px;
    color: #007f6a;
  }
  .crfund-wysiwyg-container h3:before {
    margin-right: 16px;
    margin-top: -4px;
    content: " ";
    display: inline-block;
    background: #82c679;
    border-right: 1.8rem solid #e99115;
    border-top: 1.8rem solid transparent;
    width: 1.8rem;
    height: 1.8rem;
    vertical-align: middle;
  }
  .crfund-wysiwyg-container p {
    font-size: 1.5rem;
    line-height: 190%;
  }
  .crfund-wysiwyg-container img {
    display: block;
    max-width: 80%;
    margin: auto;
  }
  .crfund-project-list-wrapper {
    margin-bottom: 180px;
  }
  .crfund-product-list-item .thumb-img {
    width: 100%;
    height: 180px;
    object-fit: cover;
  }
}
@media only screen and (max-width: 768px) {
  .crfund-header-wrapper .crfund-header-container {
    display: flex;
    justify-content: space-between;
    width: 100%;
  }
  .crfund-header-wrapper .crfund-header-container .logo-wrapper {
    flex: 1;
    max-width: 270px;
    padding: 8px 24px;
  }
  .crfund-header-wrapper .crfund-header-container .crfund-header-navigation-toggle {
    width: 72px;
    background: #08806c;
    line-height: 100%;
    position: relative;
  }
  .crfund-header-wrapper .crfund-header-container .crfund-header-navigation-toggle img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: block;
    margin: auto;
  }
  .crfund-header-wrapper .crfund-header-container .crfund-header-navigation {
    z-index: 1000;
    position: fixed;
    top: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.7);
    width: 100vw;
    height: 100vh;
  }
  .crfund-header-wrapper .crfund-header-container .crfund-header-navigation .crfund-header-navigation-close {
    z-index: 1001;
    position: absolute;
    top: 16px;
    right: 16px;
  }
  .crfund-header-wrapper .crfund-header-container .crfund-header-navigation .crfund-header-navigation-container {
    width: 85%;
    height: 100%;
    background: url(/common_assets/images/crowdfunding/bg4.png);
    position: absolute;
    right: 0;
    padding: 48px 36px;
  }
  .crfund-header-wrapper .crfund-header-container .crfund-header-navigation .crfund-header-navigation-container .navigation-list {
    margin: 0;
    padding: 0;
    list-style: none;
    padding-bottom: 20px;
  }
  .crfund-header-wrapper .crfund-header-container .crfund-header-navigation .crfund-header-navigation-container .navigation-list li {
    margin-bottom: 22px;
    display: flex;
    align-items: flex-start;
  }
  .crfund-header-wrapper .crfund-header-container .crfund-header-navigation .crfund-header-navigation-container .navigation-list li:before {
    display: inline-block;
    content: " ";
    background: url(/common_assets/images/crowdfunding/bullet-icon.png) no-repeat;
    background-size: contain;
    width: 13px;
    height: 12px;
    margin-right: 10px;
    margin-top: 8px;
  }
  .crfund-header-wrapper .crfund-header-container .crfund-header-navigation .crfund-header-navigation-container .navigation-list a {
    color: white;
    font-size: 1.5rem;
    font-weight: bold;
  }
  .crfund-header-wrapper .crfund-header-container .crfund-header-navigation .crfund-header-navigation-container .navigation-actions {
    margin-bottom: 24px;
  }
  .crfund-pr {
    width: 100%;
    padding: 18px 16px;
  }
  .crfund-pr img {
    width: 100%;
  }
  .crfund-column {
    width: 100%;
    padding: 0 16px;
    overflow: hidden;
  }
  .crfund-section-title {
    margin-bottom: 12px;
    padding: 10px 0;
    letter-spacing: 2px;
    font-size: 1.8rem;
    background-size: cover;
  }
  .crfund-project-list-wrapper {
    margin-bottom: 60px;
  }
  .crfund-project-list {
    margin-bottom: 48px;
    display: grid;
    grid-template-columns: 50% 50%;
    column-gap: 6px;
    row-gap: 18px;
  }
  .crfund-project-item {
    padding: 5px;
    padding-bottom: 16px;
    background-position: bottom -4px left 0;
  }
  .crfund-project-item .visual-img {
    height: 130px;
  }
  .crfund-project-item .crfund-project-item-inner {
    margin-top: 4px;
  }
  .crfund-project-item .crfund-party-name {
    font-size: 1.2rem;
  }
  .crfund-project-item .title {
    margin: 4px 0;
    font-size: 1.5rem;
  }
  .crfund-project-item .donation-progress .total-sales {
    font-size: 1.2rem;
  }
  .crfund-project-item .donation-progress .total-sales span {
    display: block;
  }
  .crfund-project-item .donation-progress .crfund-progress {
    margin: 4px 0;
  }
  .crfund-project-item .info {
    font-size: 1.2rem;
    margin-bottom: 4px;
  }
  .crfund-project-item .info .info-sub {
    flex: 1;
  }
  .crfund-project-item .info .info-sub span {
    display: block;
    text-align: center;
  }
  .btn-project-detail {
    padding: 6px 0;
    font-size: 1.4rem;
  }
  .crfund-progress.goal:after {
    top: -70%;
    right: 3%;
    width: 38px;
    height: 46px;
  }
  .crfund-project-list-footer {
    text-align: center;
  }
  .crfund-project-list-footer a {
    display: inline-block;
  }
  .crfund-about-summary-wrapper {
    width: 100%;
    padding: 64px 0;
    background: url(/common_assets/images/crowdfunding/bg2.png);
  }
  .crfund-about-summary-wrapper img {
    margin: auto;
    margin-bottom: 60px;
  }
  .crfund-about-summary-footer {
    width: 70%;
    margin: auto;
  }
  .btn-about-detail {
    padding: 12px 0;
    font-size: 1.5rem;
  }
  .crfund-footer-nav-wrapper {
    margin-bottom: 24px;
  }
  .crfund-footer-nav-wrapper .crfund-footer-nav-container {
    padding: 0 28px;
  }
  .crfund-footer-nav-wrapper .logo-footer {
    width: 100%;
  }
  .crfund-footer-nav-wrapper .crfund-footer-nav-container {
    margin-bottom: 16px;
  }
  .crfund-footer-nav-wrapper .crfund-footer-nav-container .crfund-footer-nav-logo {
    margin-bottom: 24px;
  }
  .crfund-footer-nav-wrapper .crfund-footer-nav-container .crfund-footer-nav-navigation .navigation-list {
    margin: 0;
    padding: 0;
    list-style: none;
  }
  .crfund-footer-nav-wrapper .crfund-footer-nav-container .crfund-footer-nav-navigation .navigation-list li {
    display: flex;
    align-items: center;
    margin-bottom: 8px;
    font-size: 1.3rem;
  }
  .crfund-footer-nav-wrapper .crfund-footer-nav-container .crfund-footer-nav-navigation .navigation-list li:before {
    display: block;
    content: "> ";
    padding-right: 4px;
  }
  .crfund-footer-nav-wrapper .crfund-footer-nav-container .crfund-footer-nav-navigation .navigation-list li a {
    color: black;
  }
  .crfund-subheader {
    display: flex;
    flex-direction: column-reverse;
  }
  .crfund-breadcrumb-wrapper {
    width: 100%;
  }
  .crfund-breadcrumb-wrapper .crfund-breadcrumb-container {
    padding: 4px 16px;
  }
  .crfund-breadcrumb-wrapper .crfund-breadcrumb-container .list {
    margin: 0;
    padding: 0;
    list-style: none;
  }
  .crfund-breadcrumb-wrapper .crfund-breadcrumb-container .list li {
    display: inline-block;
  }
  .crfund-breadcrumb-wrapper .crfund-breadcrumb-container .list li a {
    color: black;
  }
  .crfund-breadcrumb-wrapper .crfund-breadcrumb-container .list li + li:before {
    content: "＞";
  }
  .crfund-breadcrumb-wrapper .crfund-breadcrumb-container .list li:last-child a {
    pointer-events: none;
  }
  .crfund-outline-wrapper {
    padding: 36px 16px;
  }
  .crfund-outline-wrapper .crfund-outline {
    width: 100%;
    font-size: 1.8rem;
  }
  .only-pc {
    display: none !important;
  }
  .crfund-middle-portion {
    background-image: url(/common_assets/images/crowdfunding/crfunding-about-middle-background-sp.png);
    height: auto;
    width: 100%;
    padding-bottom: 50px;
  }
  .crfund-middle-portion .middle_title_image_pc {
    display: none;
  }
  .crfund-middle-portion .middle_title_image_sp {
    margin-top: 62px;
  }
  .crfund-about-middle {
    margin-top: 30px;
  }
  .crfund-about-middle .crfund-about-left .crfund-about-left-title {
    font-size: 19px;
    border-bottom: 2px solid #007f6b;
    font-family: source-han-sans-simplified-c, sans-serif;
    font-weight: 700;
    font-style: normal;
    padding-bottom: 25px;
  }
  .crfund-about-middle .crfund-about-left .crfund-about-left-title .title_orange {
    color: #e99115;
  }
  .crfund-about-middle .crfund-about-left .crfund-about-left-content {
    padding-top: 30px;
    padding-bottom: 40px;
    font-size: 15px;
    font-family: source-han-sans-simplified-c, sans-serif;
    font-weight: 400;
    font-style: normal;
  }
  .crfund-about-middle .crfund-about-left .crfund-about-bottom-box {
    padding: 18px;
    background: #ecedf1;
    margin-bottom: 75px;
  }
  .crfund-about-middle .crfund-about-left .crfund-about-bottom-box .crfund-about-box-title {
    font-size: 17px;
    border-bottom: 2px dotted #222120;
    font-family: source-han-sans-simplified-c, sans-serif;
    font-weight: 500;
    font-style: normal;
    margin-bottom: 15px;
    padding-bottom: 10px;
  }
  .crfund-about-middle .crfund-about-left .crfund-about-bottom-box .crfund-about-box-content {
    font-size: 15px;
    font-family: source-han-sans-simplified-c, sans-serif;
    font-weight: 400;
    font-style: normal;
  }
  .crfund-about-middle .crfund-about-right .crfund_about_right_image {
    margin-top: -20px;
  }
  .crfund-middle-portion .crfund-about-circle-wrapper {
    display: none;
  }
  .crfund-middle-portion .crfund-about-circle-wrapper .circle {
    flex: 1;
  }
  .crfund-middle-portion .crfund-about-circle-wrapper .circle img {
    -moz-transform: scale(0.7);
    -webkit-transform: scale(0.7);
    transform: scale(0.7);
  }
  .crfund-point-section {
    display: inline-flex;
    flex-wrap: wrap;
    margin-top: 60px;
  }
  .crfund-point-section .circle {
    display: block;
    width: 100%;
    text-align: center;
  }
  .crfund-point-section .circle img {
    height: 190px;
    width: 190px;
  }
  .crfund-point-section .section {
    height: 195px;
    width: 100%;
    padding-left: 70px;
    padding-right: 25px;
    border-top: 25px solid #007f6b;
    border-bottom: 25px solid #007f6b;
    display: flex;
    margin: 20px;
    background: #FFFFFF;
    color: #007f6b;
    justify-content: center;
    align-items: center;
    border-top-left-radius: 25px;
    border-bottom-right-radius: 25px;
    box-shadow: 0px 0px 27px 2px rgba(164, 154, 154, 0.64);
    -webkit-box-shadow: 0px 0px 27px 2px rgba(164, 154, 154, 0.64);
    -moz-box-shadow: 0px 0px 27px 2px rgba(164, 154, 154, 0.64);
    font-size: 16px;
    font-family: source-han-sans-simplified-c, sans-serif;
    font-weight: 500;
    font-style: normal;
    text-align: justify;
  }
  .crfund-point-section .section.one {
    position: relative;
  }
  .crfund-point-section .section.one::before {
    content: url(/common_assets/images/crowdfunding/crfund-point-one.png);
    transform: scale(0.5);
    position: absolute;
    left: -64px;
  }
  .crfund-point-section .section.two {
    position: relative;
  }
  .crfund-point-section .section.two::before {
    content: url(/common_assets/images/crowdfunding/crfund-point-two.png);
    transform: scale(0.5);
    position: absolute;
    left: -64px;
  }
  .crfund-point-section .section.three {
    position: relative;
  }
  .crfund-point-section .section.three::before {
    content: url(/common_assets/images/crowdfunding/crfund-point-three.png);
    transform: scale(0.5);
    position: absolute;
    left: -64px;
  }
  .crfund-about-step-3-pc {
    display: none;
  }
  .crfund-about-step-section {
    margin-bottom: 30px;
  }
  .crfund-about-step-section .crfund-about-step-title {
    margin-top: 40px;
    position: relative;
    height: 78px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-size: 17px;
    font-family: source-han-sans-simplified-c, sans-serif;
    font-weight: 700;
    font-style: normal;
    padding-left: 10px;
  }
  .crfund-about-step-section .crfund-about-step-title::after {
    content: "";
    position: absolute;
    z-index: -1;
    bottom: 0;
    margin: 0 auto;
    top: 0;
    left: 0;
    right: 0;
    background: url(/common_assets/images/crowdfunding/crfund-about-step-title-border-sp.png) no-repeat bottom center;
    -moz-background-size: 100%;
    background-size: 100%;
  }
  .crfund-about-step-section .crfund-about-step {
    min-height: 130px;
    position: relative;
    justify-content: flex-start;
    align-items: center;
    font-size: 14px;
    font-family: source-han-sans-simplified-c, sans-serif;
    font-weight: 500;
    font-style: normal;
    width: 100%;
  }
  .crfund-about-step-section .crfund-about-step .inline_step_wrapper {
    display: flex;
    align-items: center;
    min-height: 130px;
  }
  .crfund-about-step-section .crfund-about-step .inline_step_wrapper .crfund-step-3-btn-img {
    display: block;
    text-align: center;
    padding-bottom: 28px;
  }
  .crfund-about-step-section .crfund-about-step .step_image {
    flex: 1;
    margin-right: 10px;
  }
  .crfund-about-step-section .crfund-about-step .step_text {
    flex: 4;
  }
  .crfund-about-step-section .crfund-about-step .step-3-text {
    width: 475px;
  }
  .crfund-about-step-section .crfund-about-step::after {
    content: "";
    position: absolute;
    z-index: -1;
    bottom: -24px;
    margin: 0 auto;
    top: 0;
    left: 0;
    right: 0;
    background: url(/common_assets/images/crowdfunding/crfund-about-step-border-sp.png) no-repeat bottom center;
    -moz-background-size: 100%;
    background-size: 100%;
  }
  .crfund-about-step-section .crfund-about-step.step-border-none {
    padding-top: 35px;
  }
  .crfund-about-step-section .crfund-about-step.step-border-none .step-4-text {
    display: table-cell;
    margin-top: 15px;
  }
  .crfund-about-step-section .crfund-about-step.step-border-none .step-4-text .bottom {
    font-size: 15px;
  }
  .crfund-about-step-section .crfund-about-step.step-border-none::after {
    content: "";
    background: none;
  }
  .crfund-about-step-section .crfund-about-step .crfund-about-step-3-top {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .crfund-about-step-section .crfund-about-step .crfund-step-3-btn-img {
    display: block;
    text-align: center;
    padding-bottom: 28px;
  }
  .crfund-about-step-section .crfund-about-step .crfund-step-3-btn-img img {
    width: 70%;
  }
  .crfund-project-search-wrapper {
    width: 100vw;
    background: #ECEDEF;
    margin-bottom: 24px;
    position: relative;
    left: -16px;
    padding: 0 16px;
  }
  .crfund-project-search-wrapper .crfund-project-search-container {
    padding: 16px 0;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    justify-content: space-between;
  }
  .crfund-project-search-wrapper .crfund-project-search-container .crfund-form-item {
    width: 45%;
  }
  .crfund-project-search-wrapper .crfund-project-search-container .crfund-form-item #party_id {
    height: 40px;
    border-radius: 10px;
    padding-right: 15px;
  }
  .crfund-project-search-wrapper .crfund-project-search-container .crfund-form-item.published-checkbox {
    padding-top: 35px;
    /* The label_container */
    /* Hide the browser's default checkbox */
    /* Create a custom checkbox */
    /* On mouse-over, add a grey background color */
    /* When the checkbox is checked, add a blue background */
    /* Create the checkmark/indicator (hidden when not checked) */
    /* Show the checkmark when checked */
  }
  .crfund-project-search-wrapper .crfund-project-search-container .crfund-form-item.published-checkbox .label_container {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 33px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    position: relative;
    width: 128px;
  }
  .crfund-project-search-wrapper .crfund-project-search-container .crfund-form-item.published-checkbox .label_container .label_text {
    position: absolute;
    margin-top: 2px;
  }
  .crfund-project-search-wrapper .crfund-project-search-container .crfund-form-item.published-checkbox .label_container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
  }
  .crfund-project-search-wrapper .crfund-project-search-container .crfund-form-item.published-checkbox .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 23px;
    width: 23px;
    background-color: #FFFFFF;
    border: 1px solid #d0d1d5;
  }
  .crfund-project-search-wrapper .crfund-project-search-container .crfund-form-item.published-checkbox .label_container:hover input ~ .checkmark {
    background-color: #FFFFFF;
  }
  .crfund-project-search-wrapper .crfund-project-search-container .crfund-form-item.published-checkbox .label_container input:checked ~ .checkmark {
    background-color: #2196F3;
  }
  .crfund-project-search-wrapper .crfund-project-search-container .crfund-form-item.published-checkbox .checkmark:after {
    content: "";
    position: absolute;
    display: none;
  }
  .crfund-project-search-wrapper .crfund-project-search-container .crfund-form-item.published-checkbox .label_container input:checked ~ .checkmark:after {
    display: block;
  }
  .crfund-project-search-wrapper .crfund-project-search-container .crfund-form-item.published-checkbox .label_container .checkmark:after {
    left: 9px;
    top: 5px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .crfund-project-search-wrapper .crfund-project-search-container .crfund-form-item.crfund-form-submit {
    width: 100%;
  }
  .crfund-project-search-wrapper .crfund-project-search-container .crfund-form-item.crfund-form-submit.pc {
    display: none;
  }
  .crfund-project-search-wrapper .crfund-project-search-container .crfund-form-item.crfund-form-submit.sp {
    display: block;
    text-align: center;
    margin-top: 15px;
  }
  .crfund-project-search-wrapper .crfund-project-search-container .crfund-form-item.crfund-form-submit.sp input[type=image] {
    max-width: 70%;
  }
  .crfund-project-search-wrapper .crfund-project-search-container .crfund-form-item label {
    margin: 0;
    font-weight: normal;
  }
  .crfund-project-search-wrapper .crfund-project-search-container .crfund-form-item select {
    margin: 0;
  }
  .crfund-project-detail-wrapper {
    margin-top: 16px;
    margin-bottom: 16px;
    padding: 0 16px;
  }
  .crfund-project-detail-wrapper .crfund-party-name {
    margin-bottom: 6px;
  }
  .crfund-project-detail-wrapper .crfund-project-thumbnails-wrapper {
    margin-bottom: 8px;
  }
  .crfund-project-detail-wrapper .donation-progress {
    font-size: 1.6rem;
  }
  .crfund-project-detail-wrapper .donation-progress .crfund-bold {
    display: block;
    font-size: 2.5rem;
  }
  .crfund-project-detail-wrapper .goal-amount {
    margin-bottom: 12px;
    font-size: 1.6rem;
  }
  .crfund-project-detail-wrapper .crfund-progress {
    margin-bottom: 16px;
  }
  .crfund-project-detail-wrapper .progress-detail {
    padding: 12px 0;
    margin-bottom: 16px;
    display: flex;
    background: #e4fdc4;
    font-size: 1.6rem;
    color: black;
  }
  .crfund-project-detail-wrapper .progress-detail > div + div {
    border-left: 1px solid green;
  }
  .crfund-project-detail-wrapper .progress-detail .num-supporters {
    flex: 1;
    text-align: center;
  }
  .crfund-project-detail-wrapper .progress-detail .num-days-to-end {
    flex: 1;
    text-align: center;
  }
  .crfund-project-detail-wrapper .progress-detail .crfund-bold2 {
    font-size: 2.2rem;
  }
  .crfund-project-detail-wrapper .period {
    margin-bottom: 16px;
    font-size: 1.4rem;
  }
  .crfund-project-detail-wrapper .actions {
    margin-bottom: 24px;
  }
  .crfund-about-top-title {
    background-image: url(/common_assets/images/crowdfunding/crfund-top-text-sp.png);
    background-size: 100% 80px;
    background-repeat: repeat-y;
    height: 80px;
    width: 100%;
    margin-bottom: 10px;
  }
  .crfund-about-top-title .crfund-top-text {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 80px;
    font-size: 16px;
    font-family: source-han-sans-simplified-c, sans-serif;
    font-weight: 500;
    font-style: normal;
  }
  .crfund-party-summary-wrapper {
    padding: 0 16px;
    margin-bottom: 60px;
  }
  .crfund-party-summary-wrapper .crfund-party-summary {
    padding: 16px;
    background: #ECEDF1;
  }
  .crfund-party-summary-wrapper .crfund-party-summary .crfund-party-summary-main {
    padding-bottom: 20px;
  }
  .crfund-party-summary-wrapper .crfund-party-summary .crfund-party-summary-main a img {
    margin-top: 20px;
  }
  .crfund-party-summary-wrapper .crfund-party-summary .crfund-party-summary-detail {
    font-size: 1.4rem;
    line-height: 165%;
    color: black;
    letter-spacing: 1px;
  }
  .crfund-party-summary-wrapper .party-name-label {
    width: 130px;
    margin-bottom: 8px;
    padding: 4px 0;
    border: 1px solid #007f6a;
    font-size: 1.5rem;
    color: #007f6a;
    letter-spacing: 1px;
    text-align: center;
  }
  .crfund-party-summary-wrapper .party-name {
    color: black;
    font-size: 1.5rem;
    letter-spacing: 1px;
  }
  .crfund-project-more-wrapper {
    margin-bottom: 30px;
  }
  .crfund-project-more-wrapper .crfund-project-more {
    border-bottom: 2px solid #007f6a;
  }
  .crfund-project-more-wrapper .crfund-nav-wrapper {
    border-bottom: 2px solid #007f6a;
  }
  .crfund-project-more-wrapper .crfund-nav-wrapper .nav.nav-tabs {
    padding: 0 10px;
    border: none;
  }
  .crfund-project-more-wrapper .crfund-nav-wrapper .nav.nav-tabs li {
    margin: 0;
    width: 85px;
    text-align: center;
  }
  .crfund-project-more-wrapper .crfund-nav-wrapper .nav.nav-tabs li a {
    margin: 0;
    padding: 12px 8px;
    font-size: 1.3rem;
    border-radius: 12px 12px 0 0;
    border: 2px solid #007f6a;
    border-bottom: none;
    color: #007f6a;
  }
  .crfund-project-more-wrapper .crfund-nav-wrapper .nav.nav-tabs li.active a {
    font-weight: bold;
    background: #e4fdc4;
  }
  .crfund-project-more-wrapper .crfund-nav-wrapper .nav.nav-tabs li + li a {
    border-left: 1px solid #007f6a;
  }
  .crfund-project-more-wrapper .tab-content {
    width: 100%;
    padding: 32px 16px;
  }
  .crfund-wysiwyg-container {
    color: black;
  }
  .crfund-wysiwyg-container h1 {
    margin-bottom: 16px;
    padding: 20px 0px;
    background-image: url(/common_assets/images/crowdfunding/fujisan.svg);
    background-repeat: no-repeat;
    background-position: bottom right;
    font-size: 2rem;
    letter-spacing: 2px;
    line-height: 160%;
  }
  .crfund-wysiwyg-container h2 {
    font-size: 1.8rem;
    letter-spacing: 2px;
    color: #007f6a;
  }
  .crfund-wysiwyg-container h2:before {
    margin-right: 12px;
    margin-top: -2px;
    content: " ";
    display: inline-block;
    background: linear-gradient(#6db261, #339378);
    width: 5px;
    height: 3.6rem;
    vertical-align: middle;
  }
  .crfund-wysiwyg-container h3 {
    font-size: 1.6rem;
    font-weight: normal;
    letter-spacing: 2px;
    color: #007f6a;
  }
  .crfund-wysiwyg-container h3:before {
    margin-right: 12px;
    margin-top: -4px;
    content: " ";
    display: inline-block;
    background: #82c679;
    border-right: 1.8rem solid #e99115;
    border-top: 1.8rem solid transparent;
    width: 1.8rem;
    height: 1.8rem;
    vertical-align: middle;
  }
  .crfund-wysiwyg-container p {
    font-size: 1.5rem;
    line-height: 190%;
  }
  .crfund-wysiwyg-container img {
    display: block;
    max-width: 80%;
    margin: auto;
  }
  .crfund-product-list-wrapper {
    margin-bottom: 60px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    row-gap: 12px;
    column-gap: 24px;
  }
}
.content-wrapper {
  background: none;
}

.help-content-list-wrapper {
  border: none;
}

.invisible {
  visibility: hidden;
}

.scrollable {
  cursor: pointer;
}

@keyframes makeDisappear {
  to {
    width: 0;
    height: 0;
    visibility: hidden;
    overflow: hidden;
    opacity: 0;
  }
}
@-webkit-keyframes makeDisappear {
  to {
    width: 0;
    height: 0;
    visibility: hidden;
    opacity: 0;
  }
}
.lineclamp1 {
  line-height: 1.5;
  height: 1.5em;
  background-color: #fff;
  position: relative;
  padding-right: 1em;
  overflow: hidden;
}

.lineclamp1:before {
  content: "...";
  position: absolute;
  right: 0;
  bottom: 0;
  display: inline-block;
  width: 1em;
}

.lineclamp1:after {
  content: "";
  position: relative;
  right: -1em;
  float: right;
  width: 1em;
  height: 100%;
  background-color: inherit;
}

.lineclamp2 {
  line-height: 1.5;
  height: 3em;
  background-color: #fff;
  position: relative;
  padding-right: 1em;
  overflow: hidden;
}

.lineclamp2:before {
  content: "...";
  position: absolute;
  right: 0;
  bottom: 0;
  display: inline-block;
  width: 1em;
}

.lineclamp2:after {
  content: "";
  position: relative;
  right: -1em;
  float: right;
  width: 1em;
  height: 100%;
  background-color: inherit;
}

.lineclamp3 {
  line-height: 1.5;
  height: 4.5em;
  background-color: #fff;
  position: relative;
  padding-right: 1em;
  overflow: hidden;
}

.lineclamp3:before {
  content: "...";
  position: absolute;
  right: 0;
  bottom: 0;
  display: inline-block;
  width: 1em;
}

.lineclamp3:after {
  content: "";
  position: relative;
  right: -1em;
  float: right;
  width: 1em;
  height: 100%;
  background-color: inherit;
}

h1.main-title {
  display: inline-block;
  margin: 0;
  padding: 0;
}

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

.form-control {
  margin: 6px 0;
}

.clickable {
  cursor: pointer;
}

.text-default {
  font-weight: normal;
}

.text-underline {
  text-decoration: underline;
}

.color-default {
  color: #444;
}

.border {
  border: 1px solid #dee2e6 !important;
}

.border-top {
  border-top: 1px solid #dee2e6 !important;
}

.border-right {
  border-right: 1px solid #dee2e6 !important;
}

.border-bottom {
  border-bottom: 1px solid #dee2e6 !important;
}

.border-left {
  border-left: 1px solid #dee2e6 !important;
}

.m-x-auto {
  margin-right: auto !important;
  margin-left: auto !important;
}

.m-r-0, .m-x-0 {
  margin-right: 0 !important;
}

.m-l-0, .m-x-0 {
  margin-left: 0 !important;
}

.m-a-0 {
  margin: 0 !important;
}

.m-r-1, .m-x-1 {
  margin-right: 10px !important;
}

.m-l-1, .m-x-1 {
  margin-left: 10px !important;
}

.m-t-1, .m-y-1 {
  margin-top: 10px !important;
}

.m-b-1, .m-y-1 {
  margin-bottom: 10px !important;
}

.m-a-1 {
  margin: 10px !important;
}

.m-r-2, .m-x-2 {
  margin-right: 15px !important;
}

.m-l-2, .m-x-2 {
  margin-left: 15px !important;
}

.m-t-2, .m-y-2 {
  margin-top: 15px !important;
}

.m-b-2, .m-y-2 {
  margin-bottom: 15px !important;
}

.m-a-2 {
  margin: 15px !important;
}

.m-r-3, .m-x-3 {
  margin-right: 20px !important;
}

.m-l-3, .m-x-3 {
  margin-left: 20px !important;
}

.m-t-3, .m-y-3 {
  margin-top: 20px !important;
}

.m-b-3, .m-y-3 {
  margin-bottom: 20px !important;
}

.m-a-3 {
  margin: 20px !important;
}

.m-r-4, .m-x-4 {
  margin-right: 30px !important;
}

.m-l-4, .m-x-4 {
  margin-left: 30px !important;
}

.m-t-4, .m-y-4 {
  margin-top: 30px !important;
}

.m-b-4, .m-y-4 {
  margin-bottom: 30px !important;
}

.m-a-4 {
  margin: 30px !important;
}

.p-a-0 {
  padding: 0 !important;
}

.p-r-1, .p-x-1 {
  padding-right: 10px !important;
}

.p-l-1, .p-x-1 {
  padding-left: 10px !important;
}

.p-t-1, .p-y-1 {
  padding-top: 10px !important;
}

.p-b-1, .p-y-1 {
  padding-bottom: 10px !important;
}

.p-a-1 {
  padding: 10px !important;
}

.p-r-2, .p-x-2 {
  padding-right: 15px !important;
}

.p-l-2, .p-x-2 {
  padding-left: 15px !important;
}

.p-t-2, .p-y-2 {
  padding-top: 15px !important;
}

.p-b-2, .p-y-2 {
  padding-bottom: 15px !important;
}

.p-a-2 {
  padding: 15px !important;
}

.p-r-3, .p-x-3 {
  padding-right: 20px !important;
}

.p-l-3, .p-x-3 {
  padding-left: 20px !important;
}

.p-t-3, .p-y-3 {
  padding-top: 20px !important;
}

.p-b-3, .p-y-3 {
  padding-bottom: 20px !important;
}

.p-a-3 {
  padding: 20px !important;
}

.p-r-4, .p-x-4 {
  padding-right: 30px !important;
}

.p-l-4, .p-x-4 {
  padding-left: 30px !important;
}

.p-t-4, .p-y-4 {
  padding-top: 30px !important;
}

.p-b-4, .p-y-4 {
  padding-bottom: 30px !important;
}

.p-a-4 {
  padding: 30px !important;
}

.m-t-0 {
  margin-top: 0px !important;
}

.m-b-0 {
  margin-bottom: 0px !important;
}

.m-b-6 {
  margin-bottom: 50px !important;
}

.white {
  color: white !important;
}

.caution {
  color: #c00;
}

.pure-ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.global-alert {
  background: #eb3333;
  position: absolute;
  color: white;
  font-weight: bold;
  top: 0;
  width: 100%;
  z-index: 2000;
  opacity: 0.9;
}

.global-alert.alert-success {
  background: yellowgreen;
}

.global-alert.global-alert-fixed {
  position: fixed;
}

.local-alert {
  border: 1px solid #eb3333;
  width: 100%;
  margin: auto;
  padding: 16px;
  color: #eb3333;
}

.local-alert.alert-success {
  border-color: yellowgreen;
  color: #eb3333;
}

.nowworking {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(255, 255, 255, 0.9);
  z-index: 10;
  font-size: 3rem;
  text-align: center;
}

.nowworking .nowworking-inner {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  height: max-content;
}

.content-wrapper {
  position: relative;
}

.section-title {
  zoom: 1;
  display: flex;
  align-items: baseline;
  margin: 0;
  margin-bottom: 20px;
  padding: 10px 0 30px 0;
  width: 100%;
  line-height: 3rem;
  background: url(/common_assets/images/bg-section-title.png) repeat-x;
  background-position-y: bottom;
}

.section-title:before, .section-title:after {
  display: block;
  height: 0;
  visibility: hidden;
  content: " ";
}

.section-title:after {
  clear: both;
}

.section-title.ranking .left:before {
  background-image: url(/common_assets/images/icon-ranking.png);
  background-size: cover;
}

.section-title.recommend .left:before {
  background-image: url(/common_assets/images/icon-recommend.png);
  background-size: cover;
}

.section-title.news .left:before {
  background-image: url(/common_assets/images/icon-news.png);
  background-size: cover;
}

.section-title.city .left:before {
  background-image: url(/common_assets/images/icon-city.png);
  background-size: cover;
}

.section-title .left {
  display: flex;
  align-items: center;
}

.section-title .left:before {
  content: " ";
  display: inline-block;
  background: url(/common_assets/images/bg-orange.png) repeat-y;
  width: 36px;
  height: 36px;
  visibility: visible;
  vertical-align: bottom;
  margin-right: 8px;
  margin-bottom: -2px;
}

.section-title .right {
  flex: 1;
  float: right;
  font-size: 1.4rem;
  font-weight: normal;
  line-height: 1.2;
}

.section-title .main-title {
  margin-right: 8px;
  font-size: 2rem;
  font-weight: normal;
  letter-spacing: 2px;
}

.section-title .sub-title {
  font-size: 1.4rem;
  color: #e89114;
  font-weight: normal;
}

.breadcrumb-wrapper {
  width: 100%;
  padding-bottom: 4px;
  background: white;
  box-shadow: 0px 8px 8px -2px #afafaf;
  margin-bottom: 32px;
}

.breadcrumb-wrapper .breadcrumb-container {
  background: url(/common_assets/images/bg-breadcrumb.png);
}

.breadcrumb-wrapper .list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.breadcrumb-wrapper .list li {
  display: inline-block;
}

.breadcrumb-wrapper .list li:last-child:after {
  content: none;
}

.breadcrumb-wrapper .list li:last-child a {
  pointer-events: none;
  cursor: default;
}

.breadcrumb-wrapper .list li:after {
  display: inline-block;
  content: "\f105";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #e89114;
  margin: 0 12px;
}

.breadcrumb-wrapper .list a {
  color: black;
  font-weight: bold;
}

.btn-catchy {
  outline: none;
  border: none;
  position: relative;
  display: inline-block;
  padding: 16px 60px;
  text-align: center;
  background: #e89114;
  box-shadow: 0px 2px #FB6434;
  border-radius: 32px;
  font-size: 1.7rem;
  letter-spacing: 1px;
  color: white;
  cursor: pointer;
  margin-top: 16px;
}

.btn-catchy:focus, .btn-catchy:active {
  outline: none !important;
  color: white;
}

.btn-catchy:hover {
  color: white;
}

.btn-catchy:after {
  display: inline-block;
  position: absolute;
  margin: auto;
  width: 20px;
  height: 20px;
  top: 0;
  bottom: 0;
  right: 24px;
  content: "\f138";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 2rem;
  line-height: 2rem;
  color: white;
}

.btn-catchy:disabled {
  cursor: not-allowed;
}

.btn-action {
  outline: none;
  border: none;
  position: relative;
  display: inline-block;
  padding: 16px 60px;
  text-align: center;
  background: #FF5C24;
  box-shadow: 0px 2px #FB6434;
  border-radius: 32px;
  font-size: 1.7rem;
  letter-spacing: 1px;
  color: white;
  cursor: pointer;
  border-radius: 8px;
  box-shadow: 0px 2px gray;
}

.btn-action:focus, .btn-action:active {
  outline: none !important;
  color: white;
}

.btn-action:hover {
  color: white;
}

.btn-action:after {
  display: inline-block;
  position: absolute;
  margin: auto;
  width: 20px;
  height: 20px;
  top: 0;
  bottom: 0;
  right: 24px;
  content: "\f138";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 2rem;
  line-height: 2rem;
  color: white;
}

.btn-action:hover {
  text-decoration: underline;
}

.btn-action-sm {
  outline: none;
  border: none;
  position: relative;
  display: inline-block;
  padding: 16px 60px;
  text-align: center;
  background: #FF5C24;
  box-shadow: 0px 2px #FB6434;
  border-radius: 32px;
  font-size: 1.7rem;
  letter-spacing: 1px;
  color: white;
  cursor: pointer;
  padding: 6px 16px;
  border-radius: 8px;
  box-shadow: 0px 2px gray;
  font-size: 1.3rem;
}

.btn-action-sm:focus, .btn-action-sm:active {
  outline: none !important;
  color: white;
}

.btn-action-sm:hover {
  color: white;
}

.btn-action-sm:after {
  display: inline-block;
  position: absolute;
  margin: auto;
  width: 20px;
  height: 20px;
  top: 0;
  bottom: 0;
  right: 24px;
  content: "\f138";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 2rem;
  line-height: 2rem;
  color: white;
}

.btn-goback {
  outline: none;
  border: none;
  position: relative;
  display: inline-block;
  padding: 16px 60px;
  text-align: center;
  background: #ccc;
  box-shadow: 0px 2px #FB6434;
  border-radius: 32px;
  font-size: 1.7rem;
  letter-spacing: 1px;
  color: white;
  cursor: pointer;
  border-radius: 8px;
  box-shadow: 0px 2px gray;
}

.btn-goback:focus, .btn-goback:active {
  outline: none !important;
  color: white;
}

.btn-goback:hover {
  color: white;
}

.btn-goback:after {
  display: inline-block;
  position: absolute;
  margin: auto;
  width: 20px;
  height: 20px;
  top: 0;
  bottom: 0;
  right: 24px;
  content: none;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 2rem;
  line-height: 2rem;
  color: white;
}

.btn-cart-modify {
  display: inline-block;
  cursor: pointer;
  font-size: 2.1rem;
  color: #333;
  text-decoration: none !important;
}

.btn-cart-modify:hover {
  color: #666;
}

.btn-cart-modify.disabled {
  color: #ccc;
  cursor: default;
  pointer-events: none;
}

.btn-detail {
  display: inline-block;
  background: #333;
  font-size: 1.2rem;
  color: white;
  padding: 2px 16px;
}

.btn-detail:hover {
  color: white;
}

.btn-chip {
  outline: none;
  border: none;
  position: relative;
  display: inline-block;
  padding: 16px 60px;
  text-align: center;
  background: #e89114;
  box-shadow: 0px 2px #FB6434;
  border-radius: 32px;
  font-size: 1.7rem;
  letter-spacing: 1px;
  color: white;
  cursor: pointer;
  padding: 6px 16px;
  border-radius: 8px;
  box-shadow: 0px 2px gray;
  font-size: 1.3rem;
}

.btn-chip:focus, .btn-chip:active {
  outline: none !important;
  color: white;
}

.btn-chip:hover {
  color: white;
}

.btn-chip:after {
  display: inline-block;
  position: absolute;
  margin: auto;
  width: 20px;
  height: 20px;
  top: 0;
  bottom: 0;
  right: 24px;
  content: none;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 2rem;
  line-height: 2rem;
  color: white;
}

.product-item-rich-wrapper {
  margin-bottom: 24px;
  border: 1px solid #cccccc;
}

.product-item-rich-wrapper .product-item-rich-header {
  position: relative;
}

.product-item-rich-wrapper .product-item-rich-header .visual {
  width: 100%;
}

.product-item-rich-wrapper .product-item-rich-header .label-ranking {
  position: absolute;
  display: block;
  width: 30px;
  min-height: 80px;
  left: 10px;
  top: -5px;
  color: #fff;
  text-align: center;
  font-size: 1.5rem;
  background-repeat: no-repeat;
  background-size: contain;
}

.product-item-rich-wrapper .product-item-rich-header .label-ranking.label-ranking-1 {
  background-image: url(/common_assets/images/label-ranking-plain-rev-1.png);
}

.product-item-rich-wrapper .product-item-rich-header .label-ranking.label-ranking-2 {
  background-image: url(/common_assets/images/label-ranking-plain-rev-2.png);
}

.product-item-rich-wrapper .product-item-rich-header .label-ranking.label-ranking-3 {
  background-image: url(/common_assets/images/label-ranking-plain-rev-3.png);
}

.product-item-rich-wrapper .product-item-rich-header .label-ranking.label-ranking-lower {
  background-image: url(/common_assets/images/label-ranking-rev-lower.png);
}

.product-item-rich-wrapper .product-item-rich-header .special-frize-tags {
  position: absolute;
  bottom: 0;
  right: 0px;
}

.product-item-rich-wrapper a:hover {
  text-decoration: none;
}

.product-item-rich-wrapper .product-item-rich-body {
  height: 295px;
  padding: 10px;
}

.product-item-rich-wrapper .product-item-rich-body .party {
  color: #afafaf;
  margin-right: 45px;
  height: 21px;
  color: #afafaf;
  font-size: 13px;
}

.product-item-rich-wrapper .product-item-rich-body .party a {
  color: #afafaf;
}

.product-item-rich-wrapper .product-item-rich-body .title {
  line-height: 2rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  height: 6rem;
  margin: 0px;
  font-size: 16px;
  color: black;
  word-break: break-all;
}

.product-item-rich-wrapper .product-item-rich-body .title a {
  color: black;
}

.product-item-rich-wrapper .product-item-rich-body .product-categories {
  height: 85px;
  overflow: hidden;
  margin: 10px 0px;
}

.product-item-rich-wrapper .product-item-rich-body .product-categories .product-category {
  color: white;
  background: #afafaf;
  padding: 0px 5px;
  border-radius: 10px;
  display: inline-block;
  font-size: 12px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  max-width: 208px;
}

.product-item-rich-wrapper .product-item-rich-body .price {
  margin-top: 5px;
  font-size: 18px;
  font-weight: 700;
  color: #c00;
}

.product-item-rich-wrapper .product-item-rich-body .favourite-icon {
  float: right;
  margin-top: -45px;
  width: 40px;
  height: 40px;
}

.product-item-rich-wrapper .product-item-rich-body .favourite-icon.favourite {
  background-image: url(/common_assets/images/product-list-fav-filled.png);
}

.product-item-rich-wrapper .product-item-rich-body .favourite-icon.unfavourite {
  background-image: url(/common_assets/images/product-list-fav-blank.png);
}

.product-item-rich-wrapper .product-item-rich-body .short-description {
  line-height: 1.6rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  max-height: 4.6rem;
  margin-top: 5px;
  color: black;
  word-break: break-all;
}

.sidebar-section {
  margin-bottom: 16px;
}

.sidebar-section.sidebar-category .sidebar-title-category {
  font-size: 20px;
  color: black;
  font-weight: bold;
}

.sidebar-section.sidebar-category .list-category {
  list-style: none;
  margin: 0;
  padding: 0;
}

.sidebar-section.sidebar-category .list-category li a {
  font-size: 17px;
  text-decoration: underline;
}

.sidebar-section.sidebar-box {
  background: #F7F7E9;
  border: solid 1px #ccc;
  padding: 8px;
}

.sidebar-section.sidebar-box .list {
  margin: 0;
  padding: 0;
  list-style: none;
  background: #FFF;
}

.sidebar-section.sidebar-box .list li {
  padding: 8px;
  border-bottom: 2px dotted #ccc;
}

.sidebar-section.sidebar-box .list li:last-child {
  border-bottom: none;
}

.sidebar-section.sidebar-box .list li a {
  color: black;
}

.sidebar-section .sidebar-title {
  width: 100%;
  padding: 4px 0;
  background: url(/common_assets/images/bg-block-title.png);
  color: white;
  font-weight: bold;
  text-align: center;
}

.main-banner-list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.main-banner-list-wrapper .list li {
  margin-bottom: 8px;
}

.main-banner-list-wrapper .list li img {
  width: 100%;
  height: auto;
}

.product-category-list-wrapper a {
  color: black;
  font-size: 1.4rem;
  font-weight: bold;
}

.block-wrapper .block-inner {
  padding: 24px 30px;
  border: 1px solid #ccc;
  background: #F7F7E9;
}

.block-wrapper .block-header {
  background: url(/common_assets/images/bg-block-title.png);
  padding: 6px 0;
  color: white;
}

.block-wrapper .block-body {
  padding: 32px;
  background: #FFF;
}

.block-wrapper.cart .block-header:before {
  background-image: url(/common_assets/images/icon-cart.png);
}

.block-wrapper.register .block-header:before {
  background-image: url(/common_assets/images/icon-register.png);
}

.block-wrapper.login .block-header:before {
  background-image: url(/common_assets/images/icon-login.png);
}

.block-wrapper.plain .block-header:before {
  content: none !important;
}

.block-wrapper .block-header {
  text-align: center;
  font-size: 2rem;
  letter-spacing: 2px;
}

.block-wrapper .block-header:before {
  display: inline-block;
  content: "";
  background-repeat: no-repeat;
  background-size: cover;
  width: 24px;
  height: 24px;
  margin-right: 16px;
  vertical-align: top;
  margin-top: 4px;
}

.block-wrapper .message {
  margin: 24px 0;
  font-size: 1.8rem;
}

.page-up-wrapper {
  position: fixed;
  display: inline-block;
  bottom: 24px;
  right: 10px;
  margin: auto;
  text-align: right;
}

.page-up-wrapper .btn-page-up {
  display: inline-block;
  background-image: url(/common_assets/images/btn-pageup.png);
  background-repeat: no-repeat;
  background-size: cover;
  width: 77px;
  height: 77px;
}

.subkeyword-list-wrapper {
  margin-bottom: 48px;
}

.subkeyword-list-wrapper .subkeyword-list-container {
  padding: 16px;
  background: #F5F2F2;
}

.subkeyword-list-wrapper .subkeyword-list-container .subkeyword-list-body {
  width: 80%;
  margin: auto;
}

.subkeyword-list-wrapper .subkeyword-list-container .subkeyword-list-body .list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.subkeyword-list-wrapper .subkeyword-list-container .subkeyword-list-body .list li {
  display: inline-block;
  margin-bottom: 6px;
}

.subkeyword-list-wrapper .subkeyword-list-container .subkeyword-list-body .list li a {
  display: block;
  padding: 3px 16px;
  background: #878787;
  color: white;
  -webkit-border-radius: 12px;
  border-radius: 12px;
}

.product-item-list-wrapper .counter {
  font-size: 16px;
}

.product-item-list-wrapper .counter .total-items {
  color: red;
}

.product-item-list-wrapper .product-item-list-header {
  border-bottom: 2px dotted #dfdfdf;
  margin-bottom: 32px;
}

.product-item-list-wrapper .product-item-list-body .list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.search-conditions .conditions-container {
  display: flex;
  flex-wrap: wrap;
}

.search-conditions .conditions-container .conditions-title {
  background: none;
}

.search-conditions .close-icon {
  font-size: 16px;
  font-weight: bold;
  padding: 10px 10px 10px 15px;
  cursor: pointer;
}

.search-conditions .conditions-container > div {
  background-color: #fef2cc;
  margin: 10px 5px;
  text-align: center;
  font-size: 16px;
  padding: 10px 15px 10px 0px;
  border-radius: 5px;
}

.authenticate-register-wrapper ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.authenticate-register-wrapper li {
  border-bottom: 1px dotted #ddd;
  display: inline-block;
  padding: 15px 0;
}

.authenticate-register-wrapper li:first-child {
  margin-top: 20px;
}

.authenticate-register-wrapper li:last-child {
  border-bottom: none;
}

.authenticate-register-wrapper li .instraction {
  width: 65%;
  float: left;
  padding-right: 50px;
}

.authenticate-register-wrapper li .instraction img {
  padding-left: 10px;
}

.authenticate-register-wrapper li .instraction span {
  vertical-align: bottom;
  font-size: 19px;
  font-weight: bold;
  line-height: 1;
}

.authenticate-register-wrapper li .instraction p {
  padding-top: 10px;
  margin-bottom: 0px;
  font-size: 12px;
  font-weight: normal;
}

.authenticate-register-wrapper li .inst-img {
  width: 35%;
  float: left;
  text-align: center;
}

.authenticate-register-wrapper li .inst-img img {
  text-align: center;
  display: inline-block;
  vertical-align: -webkit-baseline-middle;
}

.manipulation-wrapper {
  display: flex;
  justify-content: space-between;
  background: #F5F2F2;
  padding: 12px 11px;
  letter-spacing: 1px;
}

.manipulation-wrapper.search {
  margin-bottom: 20px;
}

.manipulation-wrapper .item-counter {
  width: 35%;
}

.manipulation-wrapper .item-counter .number {
  font-size: 110%;
  font-weight: bold;
}

.manipulation-wrapper .item-sorter {
  font-weight: bold;
}

.manipulation-wrapper .item-sorter .btn-danger {
  margin-left: 40px;
}

.manipulation-wrapper .item-sorter .select {
  display: inline-block;
  border: #F5F2F2;
  background: white;
  font-weight: normal;
  padding: 2px 6px;
  outline: none;
}

.manipulation-wrapper .item-sorter .select option:disabled {
  color: #f3f3f3;
}

.manipulation-wrapper .item-sorter .select:after {
  content: "\f03a";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}

.manipulation-wrapper .item-sorter form {
  display: inline-block;
}

.manipulation-wrapper .item-sorter .item-sorter-part {
  margin-left: 8px;
  display: inline-block;
}

.manipulation-wrapper .item-sorter .item-sorter-part.checkbox {
  display: flex;
  align-items: center;
  margin-top: 12px;
  margin-bottom: 0px;
}

.manipulation-wrapper .item-sorter .item-sorter-part.checkbox .custom-control-input {
  margin-left: 8px;
}

.manipulation-wrapper .item-sorter .item-sorter-display .item-sorter-display-button {
  margin-left: 6px;
  cursor: pointer;
  font-weight: normal;
  color: gray;
}

.manipulation-wrapper .item-sorter .item-sorter-display .item-sorter-display-button.active {
  color: #e89114;
}

.manipulation-wrapper .item-sorter .item-sorter-display .item-sorter-display-button:hover {
  text-decoration: none;
}

.manipulation-wrapper .item-sorter .item-sorter-count.search {
  display: block;
  margin-bottom: 10px;
}

.pagination-wrapper {
  text-align: center;
}

.pagination-wrapper .pagination {
  display: inline-block;
}

.pagination-wrapper .pagination .next, .pagination-wrapper .pagination .last, .pagination-wrapper .pagination .prev, .pagination-wrapper .pagination .first, .pagination-wrapper .pagination .page {
  display: inline-block;
  padding: 0 16px;
  height: 32px;
  line-height: 32px;
  background: #F5F2F2;
  font-weight: bold;
}

.pagination-wrapper .pagination .next a, .pagination-wrapper .pagination .last a, .pagination-wrapper .pagination .prev a, .pagination-wrapper .pagination .first a, .pagination-wrapper .pagination .page a {
  display: block;
  color: black;
}

.pagination-wrapper .pagination .page.gap {
  background: none;
}

.pagination-wrapper .pagination .page.page {
  width: 32px;
  padding: 0;
}

.pagination-wrapper .pagination .page.page.current {
  background: #e89114;
  color: white;
}

.checkout-form-container .checkout-party-heading {
  padding: 8px;
  background: #e89114;
  color: white;
  font-size: 1.8rem;
}

.checkout-form-container .checkout-party-heading.checkout-party-heading-crfund {
  background: #007f6a;
}

.checkout-form-container .checkout-party-heading .title {
  display: inline-block;
  margin: 0 8px;
  padding: 4px 16px;
  border: 1px solid white;
}

.checkout-form-container .checkout-party-heading .list {
  margin: 0 16px;
  padding: 4px 8px;
}

.article-title-wrapper {
  margin-bottom: 24px;
  letter-spacing: 1px;
}

.article-title-wrapper .title {
  margin: 0;
  padding: 18px 28px;
  background: url(/common_assets/images/bg-article-title.png) repeat;
  color: white;
  font-size: 2.2rem;
}

.article-title-wrapper .date {
  padding: 12px 24px;
  background: #EEE;
  text-align: right;
  font-size: 1.6rem;
}

.recommend-list-wrapper .recommend-list-body {
  padding-bottom: 28px;
  border-bottom: 3px dotted #ccc;
}

.recommend-list-wrapper .recommend-list-body .list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.recommend-list-wrapper .recommend-list-body .list li {
  zoom: 1;
  padding: 18px;
}

.recommend-list-wrapper .recommend-list-body .list li:before, .recommend-list-wrapper .recommend-list-body .list li:after {
  display: block;
  height: 0;
  visibility: hidden;
  content: " ";
}

.recommend-list-wrapper .recommend-list-body .list li:after {
  clear: both;
}

.recommend-list-wrapper .recommend-list-body .list li:nth-of-type(2n+1) {
  background: #EEE;
}

.recommend-list-wrapper .recommend-list-body .list li .thumbnail {
  float: left;
  width: 50%;
}

.recommend-list-wrapper .recommend-list-body .list li .title {
  float: right;
  width: 50%;
  vertical-align: top;
  margin-bottom: 16px;
  padding-left: 18px;
  font-size: 1.6rem;
  font-weight: bold;
}

.recommend-list-wrapper .recommend-list-body .list li .title a {
  color: #444;
}

.recommend-list-wrapper .recommend-list-body .list li .summary {
  float: right;
  width: 50%;
  vertical-align: top;
  padding-left: 18px;
  font-size: 1.4rem;
}

.recommend-detail-wrapper h2 {
  letter-spacing: 1px;
  padding: 18px 28px;
  background: url(/common_assets/images/bg-article-title.png) repeat;
  color: white;
  font-size: 2.2rem;
}

.recommend-detail-wrapper h3 {
  letter-spacing: 1px;
  padding: 18px 0;
  border-bottom: 2px solid #F0912E;
}

.recommend-detail-wrapper p {
  margin: 16px 0;
  font-size: 1.4rem;
  line-height: 2.5rem;
}

.recommend-detail-wrapper a.item {
  outline: none;
  border: none;
  position: relative;
  display: inline-block;
  padding: 16px 60px;
  text-align: center;
  background: #e89114;
  box-shadow: 0px 2px #FB6434;
  border-radius: 32px;
  font-size: 1.7rem;
  letter-spacing: 1px;
  color: white;
  cursor: pointer;
}

.recommend-detail-wrapper a.item:focus, .recommend-detail-wrapper a.item:active {
  outline: none !important;
  color: white;
}

.recommend-detail-wrapper a.item:hover {
  color: white;
}

.recommend-detail-wrapper a.item:after {
  display: inline-block;
  position: absolute;
  margin: auto;
  width: 20px;
  height: 20px;
  top: 0;
  bottom: 0;
  right: 24px;
  content: "\f138";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 2rem;
  line-height: 2rem;
  color: white;
}

.recommend-featured-list-wrapper .recommend-featured-list-body {
  padding-bottom: 28px;
  border-bottom: 3px dotted #ccc;
}

.recommend-featured-list-wrapper .recommend-featured-list-body .list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.recommend-featured-list-wrapper .recommend-featured-list-body .list li {
  margin-top: 40px;
}

.recommend-featured-list-wrapper .recommend-featured-list-body .list li .comment {
  zoom: 1;
  padding-bottom: 20px;
}

.recommend-featured-list-wrapper .recommend-featured-list-body .list li .comment:before, .recommend-featured-list-wrapper .recommend-featured-list-body .list li .comment:after {
  display: block;
  height: 0;
  visibility: hidden;
  content: " ";
}

.recommend-featured-list-wrapper .recommend-featured-list-body .list li .comment:after {
  clear: both;
}

.recommend-featured-list-wrapper .recommend-featured-list-body .list li .comment .comment_icon {
  width: 15%;
  float: left;
}

.recommend-featured-list-wrapper .recommend-featured-list-body .list li .comment .comment_text {
  width: 80%;
  border: 2px solid #7696c7;
  border-radius: 15px;
  padding: 10px 10px 10px 20px;
  float: left;
  position: relative;
  top: -15px;
}

.recommend-featured-list-wrapper .recommend-featured-list-body .list li .comment .comment_text p {
  margin: 0px;
}

.recommend-featured-list-wrapper .recommend-featured-list-body .list li .comment .comment_text img {
  position: absolute;
  bottom: -12px;
  left: 20px;
}

.recommend-featured-list-wrapper .recommend-featured-list-body .list li .content-box {
  zoom: 1;
  padding: 18px;
  background: #EEE;
}

.recommend-featured-list-wrapper .recommend-featured-list-body .list li .content-box:before, .recommend-featured-list-wrapper .recommend-featured-list-body .list li .content-box:after {
  display: block;
  height: 0;
  visibility: hidden;
  content: " ";
}

.recommend-featured-list-wrapper .recommend-featured-list-body .list li .content-box:after {
  clear: both;
}

.recommend-featured-list-wrapper .recommend-featured-list-body .list li .content-box .thumbnail {
  float: left;
  width: 50%;
}

.recommend-featured-list-wrapper .recommend-featured-list-body .list li .content-box .title {
  float: right;
  width: 50%;
  vertical-align: top;
  margin-bottom: 16px;
  padding-left: 18px;
  font-size: 1.6rem;
  font-weight: bold;
}

.recommend-featured-list-wrapper .recommend-featured-list-body .list li .content-box .title a {
  color: #444;
}

.recommend-featured-list-wrapper .recommend-featured-list-body .list li .content-box .summary {
  float: right;
  width: 50%;
  vertical-align: top;
  padding-left: 18px;
  font-size: 1.4rem;
}

.mypage-navigation {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  padding: 0 24px;
  padding-top: 16px;
  border-bottom: 4px solid #F0912E;
  background: #eee;
}

.mypage-navigation .tab {
  margin-right: 4px;
  padding: 13px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  -webkit-border-bottom-left-radius: 0;
  border-bottom-left-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  border-bottom-right-radius: 0;
  background: #aaa;
  color: white;
  font-size: 1.3rem;
  letter-spacing: 1px;
}

.mypage-navigation .tab a {
  color: white;
}

.mypage-navigation .tab.active {
  background: #F0912E;
}

.mypage-navigation .tab.tab-icon:before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  vertical-align: top;
  background-size: contain;
}

.mypage-navigation .tab.tab-history:before {
  background-image: url(/common_assets/images/icon-mypage-history.png);
}

.mypage-navigation .tab.tab-favorite:before {
  background-image: url(/common_assets/images/icon-mypage-favorite.png);
}

.mypage-navigation .tab.tab-profile:before {
  background-image: url(/common_assets/images/icon-mypage-profile.png);
}

.mypage-navigation .tab.tab-address:before {
  background-image: url(/common_assets/images/icon-mypage-address.png);
}

.mypage-navigation .tab.tab-subscription:before {
  background-image: url(/common_assets/images/icon-mypage-subscription.png);
}

.mypage-navigation .tab.tab-giftcode:before {
  background-image: url(/common_assets/images/icon-mypage-giftcode.png);
}

.mypage-navigation .tab.tab-saved-cards:before {
  background-image: url(/common_assets/images/icon-mypage-saved_cards.png);
}

.mypage-navigation .tab.tab-logout:before {
  background-image: url(/common_assets/images/icon-mypage-logout.png);
}

.mypage-navigation .tab.tab-deregister:before {
  background-image: url(/common_assets/images/icon-mypage-logout.png);
}

.mypage-year-pulldown {
  font-size: 1.3em;
}

.mypage-year-pulldown .p-button .btn {
  background-color: unset;
}

.mypage-total-price {
  margin-bottom: 20px;
  font-size: 1.3em;
}

.mypage-total-price .total-price-title {
  font-size: 21.5px;
  margin-top: 0;
  margin-bottom: 0;
}

.mypage-total-price .total-price {
  margin-top: 0;
  margin-bottom: 0;
}

.mypage-total-price span.camt {
  font-size: 1.6em;
}

.product-item-favorite-wrapper .thumb {
  display: block;
  width: 100%;
}

.product-item-favorite-wrapper .thumb .thumb-image {
  width: 100%;
  object-fit: scale-down;
  height: 135px;
}

.product-item-favorite-wrapper .party {
  font-size: 1.3rem;
  color: #aaa;
}

.product-item-favorite-wrapper .party a {
  color: #aaa;
  text-decoration: none;
}

.product-item-favorite-wrapper .title {
  font-size: 1.6rem;
  min-height: 80px;
}

.product-item-favorite-wrapper .title a {
  color: black;
}

.product-item-favorite-wrapper .price {
  text-align: right;
  font-size: 1.6rem;
  color: #c00;
}

.product-item-favorite-wrapper .attention {
  min-height: 30px;
}

.product-item-favorite-wrapper .attention .txt {
  padding: 3px 0px;
  margin: 0 0 5px;
  border: 1px solid silver;
  border-radius: 4px;
  font-size: 0.9em;
  text-align: center;
}

.product-item-favorite-wrapper .action .btn-remove {
  display: block;
  padding: 4px 0;
  width: 100%;
  background: #666;
  color: white;
}

.product-item-favorite-wrapper .action .btn-remove.my-page {
  padding: 8px 0;
  font-size: 17px;
}

.region-map-wrapper {
  margin-bottom: 40px;
}

.region-map-wrapper.sp-only img#img-mapjpn-sp {
  width: 100%;
  height: auto;
}

.region-list-wrapper .region-item-wrapper {
  margin-bottom: 32px;
}

.region-list-wrapper .region-item-wrapper .title {
  padding: 4px 24px;
  font-size: 1.7rem;
}

.region-list-wrapper .region-item-wrapper .title:before {
  content: "";
  display: inline-block;
  width: 32px;
  height: 32px;
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  margin-right: 8px;
}

.region-list-wrapper .region-item-wrapper.hokkaido {
  color: #253b8d;
}

.region-list-wrapper .region-item-wrapper.hokkaido a {
  color: #253b8d;
}

.region-list-wrapper .region-item-wrapper.hokkaido .title {
  background: url(/common_assets/images/bg-map-hokkaido.jpg) repeat;
}

.region-list-wrapper .region-item-wrapper.hokkaido .title:before {
  background-image: url(/common_assets/images/icon-map-hokkaido.png);
}

.region-list-wrapper .region-item-wrapper.tohoku {
  color: #2173a2;
}

.region-list-wrapper .region-item-wrapper.tohoku a {
  color: #2173a2;
}

.region-list-wrapper .region-item-wrapper.tohoku .title {
  background: url(/common_assets/images/bg-map-tohoku.jpg) repeat;
}

.region-list-wrapper .region-item-wrapper.tohoku .title:before {
  background-image: url(/common_assets/images/icon-map-tohoku.png);
}

.region-list-wrapper .region-item-wrapper.kanto {
  color: #16826f;
}

.region-list-wrapper .region-item-wrapper.kanto a {
  color: #16826f;
}

.region-list-wrapper .region-item-wrapper.kanto .title {
  background: url(/common_assets/images/bg-map-kanto.jpg) repeat;
}

.region-list-wrapper .region-item-wrapper.kanto .title:before {
  background-image: url(/common_assets/images/icon-map-kanto.png);
}

.region-list-wrapper .region-item-wrapper.chubu {
  color: #639c1e;
}

.region-list-wrapper .region-item-wrapper.chubu a {
  color: #639c1e;
}

.region-list-wrapper .region-item-wrapper.chubu .title {
  background: url(/common_assets/images/bg-map-chubu.jpg) repeat;
}

.region-list-wrapper .region-item-wrapper.chubu .title:before {
  background-image: url(/common_assets/images/icon-map-chubu.png);
}

.region-list-wrapper .region-item-wrapper.kinki {
  color: #d1a00b;
}

.region-list-wrapper .region-item-wrapper.kinki a {
  color: #d1a00b;
}

.region-list-wrapper .region-item-wrapper.kinki .title {
  background: url(/common_assets/images/bg-map-kinki.jpg) repeat;
}

.region-list-wrapper .region-item-wrapper.kinki .title:before {
  background-image: url(/common_assets/images/icon-map-kinki.png);
}

.region-list-wrapper .region-item-wrapper.chugoku {
  color: #e5669a;
}

.region-list-wrapper .region-item-wrapper.chugoku a {
  color: #e5669a;
}

.region-list-wrapper .region-item-wrapper.chugoku .title {
  background: url(/common_assets/images/bg-map-chugoku.jpg) repeat;
}

.region-list-wrapper .region-item-wrapper.chugoku .title:before {
  background-image: url(/common_assets/images/icon-map-chugoku.png);
}

.region-list-wrapper .region-item-wrapper.shikoku {
  color: #bd9e51;
}

.region-list-wrapper .region-item-wrapper.shikoku a {
  color: #bd9e51;
}

.region-list-wrapper .region-item-wrapper.shikoku .title {
  background: url(/common_assets/images/bg-map-shikoku.jpg) repeat;
}

.region-list-wrapper .region-item-wrapper.shikoku .title:before {
  background-image: url(/common_assets/images/icon-map-shikoku.png);
}

.region-list-wrapper .region-item-wrapper.kyushu_okinawa {
  color: #e66e60;
}

.region-list-wrapper .region-item-wrapper.kyushu_okinawa a {
  color: #e66e60;
}

.region-list-wrapper .region-item-wrapper.kyushu_okinawa .title {
  background: url(/common_assets/images/bg-map-kyushu_okinawa.jpg) repeat;
}

.region-list-wrapper .region-item-wrapper.kyushu_okinawa .title:before {
  background-image: url(/common_assets/images/icon-map-kyushu_okinawa.png);
}

.region-list-wrapper .region-item-wrapper .list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.area-item-wrapper .name {
  margin: 8px 0;
  text-align: center;
  font-size: 1.7rem;
}

.area-item-wrapper .description {
  font-size: 1.4rem;
  color: black;
}

.product-category-title {
  font-size: 2rem;
  margin-top: 0;
  margin-bottom: 16px;
  padding-bottom: 8px;
  border-bottom: #e89114 2px dotted;
}

.product-category-new-title {
  font-size: 2rem;
  margin-bottom: 16px;
  padding-bottom: 8px;
  border-bottom: #e89114 2px dotted;
}

.frontend-validation .inner {
  padding: 8px;
  border: 1px solid #c00;
  color: #c00;
}

.register-action-wrapper {
  margin-top: -20px;
  margin-bottom: 60px;
}

.register-action-wrapper .btn-goback {
  margin-bottom: 16px;
}

.register-head-text {
  font-size: 1.5rem;
  margin-bottom: 24px;
}

.register-head-text .service-text {
  color: black;
  font-weight: bold;
}

.register-head-text .emphasis-text {
  color: black;
  font-weight: bold;
}

.register-head-text .complement-text {
  font-size: 1.3rem;
}

.giftcode-list-wrapper {
  margin-bottom: 16px;
}

.giftcode-list-wrapper .column-price {
  text-align: right;
}

.product-category-recommend-item-wrapper .product-category-recommend-item-container img {
  display: block;
  margin-bottom: 4px;
}

.product-category-recommend-item-wrapper .product-category-recommend-item-container .title {
  font-size: 2rem;
  color: #555;
}

.recommend-hot-articles {
  border-bottom: 3px dotted #ccc;
}

.checkout-confirm-wrapper {
  color: #999;
}

.checkout-confirm-wrapper input:disabled, .checkout-confirm-wrapper select:disabled, .checkout-confirm-wrapper textarea:disabled {
  background: none !important;
  border: solid 1px #e0e0e0;
  box-shadow: none !important;
  outline: none !important;
  color: #999 !important;
}

.keyword-search-footer-wrapper {
  width: 100%;
  text-align: center;
  margin-bottom: 32px;
}

.footer-nav {
  margin: 40px auto 0 auto !important;
}

.footer-nav h4 {
  border-bottom: 1px solid #444;
  line-height: 35px;
  font-weight: normal;
}

.footer-nav ul {
  padding-inline-start: 0;
}

.footer-nav ul li {
  list-style: none;
  line-height: 25px;
}

.footer-nav ul li:before {
  content: ">";
  font-size: 10px;
  padding-right: 5px;
  line-height: 25px;
}

.footer-nav ul li a {
  color: #444;
}

.special-tags {
  display: flex;
}

.special-tags .tag {
  display: block;
  padding: 2px 6px;
  color: white;
  font-size: 1.2rem;
  font-weight: bold;
  background: #999;
}

.special-tags .tag.tag-trend {
  background: #DE4138;
}

.special-tags .tag.tag-new {
  background: #e89114;
}

.special-frize-tags {
  display: flex;
}

.special-frize-tags .tag {
  display: block;
  padding: 2px 6px;
  color: white;
  font-size: 1.2rem;
  font-weight: bold;
  background: #999;
}

.special-frize-tags .tag.tag-frozen {
  background: #2c57e1;
}

.special-frize-tags .tag.tag-refrigerated {
  background: #4aaceb;
}

.ribbon-tag {
  overflow: hidden;
  width: 100%;
  display: block;
  height: 100%;
  position: absolute;
  z-index: 100;
  top: 0;
  left: 0;
}

.ribbon-tag:after {
  content: " ";
  display: block;
  position: absolute;
  top: 0px;
  right: -46px;
  padding-top: 8px;
  padding-bottom: 5px;
  width: 140px;
  text-align: center;
  transform: rotate(45deg);
  white-space: pre;
}

.ribbon-tag.ribbon-tag-crfund:after {
  content: "クラウド\aファンディング";
  background: #007f6a;
  color: white;
  font-size: 1rem;
  font-weight: bold;
}

.current-gift-policy-ngft .hide-gift-policy-ngft {
  display: none !important;
}

.gft6_mar2020.header-sky, .gft-policy-campaign.header-sky {
  color: yellow;
  background: #00c;
}

.gft6_mar2020.product-detail-wrapper .attention, .gft-policy-campaign.product-detail-wrapper .attention {
  color: yellow !important;
  background: #00c;
}

.campaign-header-wrapper p {
  font-size: 1.4rem;
}

.campaign-header-wrapper .btn-action {
  font-size: 1.5rem;
}

.related-category .main-category {
  margin-bottom: 20px !important;
}

.related-category li {
  width: inherit !important;
}

.related-category a {
  text-decoration: underline;
}

.campaign-content-wrapper .campaign-content-body .thumbnail {
  text-align: center;
  margin-bottom: 0px;
}

.campaign-content-wrapper .campaign-content-body .summary {
  font-size: 14px;
}

.campaign-content-wrapper .campaign-content-body .summary .campaign-link {
  display: block;
}

.campaign-content-wrapper .campaign-content-body .summary .campaign-link a {
  text-decoration: underline;
}

.faq-top-wrapper .left:before {
  background-image: url(/common_assets/images/icon-faq.png);
  background-size: cover;
}

.faq-top-wrapper .faq-content-wrapper .faq-content-body .faq-box {
  border: 1px solid #dce0e0;
  margin-bottom: 20px;
}

.faq-top-wrapper .faq-content-wrapper .faq-content-body .faq-box .faq-header {
  background: #f1efe9;
  display: block;
  padding: 10px;
  cursor: pointer;
  font-weight: bold;
}

.faq-top-wrapper .faq-content-wrapper .faq-content-body .faq-box .faq-header .fa {
  background-color: #e89114;
  color: #FFF;
  border-radius: 50%;
  padding: 3px;
  float: right;
}

.faq-top-wrapper .faq-content-wrapper .faq-content-body .faq-box .faq-content {
  padding: 15px;
}

.brandtag-list-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-column-gap: 12px;
  grid-row-gap: 12px;
}

.label-crowdfunding {
  background: #007f6a;
}

.joined-project-list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.joined-project-list-wrapper .list li {
  display: block;
}

.joined-project-list-item-wrapper {
  margin-bottom: 16px;
}

.joined-project-list-item-wrapper .joined-project-list-item-container {
  display: flex;
  justify-content: space-around;
}

.joined-project-list-item-wrapper .joined-project-list-item-container .visual {
  width: 25%;
  max-width: 230px;
}

.joined-project-list-item-wrapper .joined-project-list-item-container .info {
  flex: 1;
  padding-left: 24px;
}

.joined-project-list-item-wrapper .joined-project-list-item-container .info .bold {
  font-weight: bold;
  font-size: 1.7rem;
}

.joined-project-list-item-wrapper .joined-project-list-item-container .info .party {
  color: #b0b0b0;
}

.joined-project-list-item-wrapper .joined-project-list-item-container .info .title {
  margin: 12px 0;
  font-size: 1.7rem;
}

.joined-project-list-item-wrapper .joined-project-list-item-container .info .title a {
  color: black;
}

#fav-success .modal-dialog {
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow-y: auto;
  min-height: calc(100vh - 60px);
}

@media (max-width: 767px) {
  #fav-success .modal-dialog {
    min-height: calc(100vh - 20px);
  }
}
#fav-success .modal-dialog .modal-content {
  border: 3px solid #e89114;
  text-align: center;
  font-size: 2rem;
  font-weight: 700;
  color: #e89114;
  padding: 30px 0;
}

.product-detail-wrapper .product-detail-crfund-project-wrapper {
  margin: 16px 0;
}

.product-detail-wrapper .product-detail-crfund-project-wrapper .product-detail-crfund-project-container {
  border: 1px solid #007f6b;
  padding: 4px 6px;
}

.product-detail-wrapper .product-detail-crfund-project-wrapper .product-detail-crfund-project-container a {
  display: flex;
  align-items: baseline;
  color: #333;
  font-size: 1.5rem;
}

.product-detail-wrapper .product-detail-crfund-project-wrapper .product-detail-crfund-project-container a:before {
  display: block;
  padding: 2px;
  margin-right: 8px;
  content: "クラウド\aファンディング";
  background: #007F6B;
  color: white;
  white-space: pre;
  font-weight: bold;
  font-size: 0.7rem;
  text-align: center;
}

.modal#daiichilife-integration-confirmation .modal-dialog .modal-content {
  height: 90vh;
  display: flex;
  flex-direction: column;
}

.modal#daiichilife-integration-confirmation .modal-dialog h6 {
  margin: 0;
  padding: 14px;
  background: #e03232;
  font-weight: normal;
  text-align: center;
  color: white;
  font-size: 1.6rem;
  letter-spacing: 2px;
}

.modal#daiichilife-integration-confirmation .modal-dialog .daiichilife-integration-policy-wrapper {
  height: 100%;
  overflow-y: scroll;
  margin: 28px;
}

.modal#daiichilife-integration-confirmation .modal-dialog .daiichilife-integration-policy-wrapper .block {
  margin: 18px 0;
}

.modal#daiichilife-integration-confirmation .modal-dialog .daiichilife-integration-policy-container {
  background: #f6f6e5;
  padding: 28px;
}

.modal#daiichilife-integration-confirmation .modal-dialog .check-forms {
  margin-bottom: 20px;
  background: #f6f6e5;
  padding: 28px;
}

.modal#daiichilife-integration-confirmation .modal-dialog .check-forms label {
  font-size: 1.5rem;
  font-weight: normal;
}

.modal#daiichilife-integration-confirmation .modal-dialog .check-forms span {
  font-weight: bold;
  color: red;
}

.modal#daiichilife-integration-confirmation .daiichilife-regulations {
  margin: 0;
  padding: 0;
  list-style: none;
}

.modal#daiichilife-integration-confirmation .daiichilife-regulations > li {
  margin-bottom: 12px;
}

.cart-item-list-wrapper .cart-item-wrapper {
  padding: 12px 0;
  border-bottom: 1px solid #cfcfcf;
}

.cart-item-list-wrapper .cart-item-wrapper:last-child {
  border: none;
}

.cart-item-wrapper .cart-item-main {
  display: flex;
  justify-content: space-between;
}

.cart-item-wrapper .cart-item-main .visual {
  display: block;
  width: 25%;
  position: relative;
}

.cart-item-wrapper .cart-item-main .visual img {
  width: 100%;
  max-height: 120px;
  object-fit: cover;
}

.cart-item-wrapper .cart-item-main .cart-item-title {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-left: 8px;
  font-size: 1.6rem;
}

.cart-item-wrapper .cart-item-main .cart-item-title .title {
  font-weight: bold;
}

.cart-item-wrapper .cart-item-main .cart-item-title .short-description {
  font-size: 1.1rem;
  color: #202020;
  letter-spacing: 0;
  line-height: 1.6rem;
  overflow: hidden;
}

.cart-item-wrapper .cart-item-action {
  margin-top: 16px;
  margin-bottom: 4px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.cart-item-wrapper .cart-item-action > div {
  margin-right: 12px;
  font-size: 1.7rem;
}

.cart-item-wrapper .cart-item-action > div .btn-group-quantity {
  margin-left: 4px;
  display: inline-block;
}

.cart-item-wrapper .cart-item-action > div .btn-group-quantity .btn-cart-modify {
  font-size: 1.7rem;
  margin-left: 6px;
}

.cart-item-wrapper .cart-item-action > div .btn-cart-destroy {
  background: #222;
  color: white;
}

.cart-item-wrapper .cart-item-price {
  text-align: right;
  vertical-align: baseline;
  font-size: 1.7rem;
  letter-spacing: 1px;
}

.cart-item-wrapper .cart-item-price .price-number {
  color: #c00;
  font-size: 2.2rem;
}

.cart-item-wrapper .cart-item-price .price-number.price-inconsistent {
  color: black;
  text-decoration: underline #eb3333 3px;
}

.cart-item-wrapper .cart-item-price .price-alert {
  font-size: 1.3rem;
  color: #eb3333;
}

.cart-item-wrapper .btn-cart-sync {
  background: #eb3333;
  color: white;
}

.cart-item-list-total .price-alert {
  font-weight: normal;
  font-size: 1.3rem;
  color: #eb3333;
}

.cart-item-list-total .price-inconsistent {
  color: black !important;
  text-decoration: underline #eb3333 3px;
}

.recommendation-wrapper {
  width: 100%;
}

.recommendation-wrapper .feature-section {
  width: 100%;
  padding: 8px;
  background: -webkit-gradient(linear, left top, left bottom, from(#664003), color-stop(34%, #b48120), color-stop(66%, #e5ed6b), to(#664003));
  background: linear-gradient(180deg, #664003 0%, #b48120 34%, #e5ed6b 66%, #664003 100%);
  -webkit-box-shadow: 0 0 8px 0 rgba(179, 152, 66, 0.5);
  box-shadow: 0 0 8px 0 rgba(179, 152, 66, 0.5);
}

.recommendation-wrapper .feature-section-list li h3 {
  font-weight: normal;
  margin-top: 6px;
  line-height: 1.4;
}

.recommendation-wrapper .feature-section-list li a {
  color: black;
}

.recommendation-wrapper .feature-section-list li:last-child {
  margin-right: 0;
}

.recommendation-wrapper .feature-section-list li {
  display: block;
  width: 32%;
  float: left;
  margin-right: 2%;
}

.recommendation-wrapper .feature-section-list li .visual img {
  width: 100%;
  height: 140px;
  object-fit: cover;
}

.recommendation-wrapper .feature-section-list {
  background-color: #fff;
  line-height: 1.75;
  list-style: none;
  margin: 0;
  padding: 10px;
}

.recommendation-wrapper .feature-section-list:after {
  content: "";
  clear: both;
  display: block;
}

@media only screen and (max-width: 768px) {
  .recommendation-wrapper .feature-section-list li {
    width: 32%;
    margin-right: 2%;
  }
  .recommendation-wrapper .feature-section-list li .visual img {
    width: 100%;
    height: 68px;
    object-fit: cover;
  }
  .recommendation-wrapper .feature-section-list .title {
    font-size: 15px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
  }
}
div.poplink > div.poplink_search > div.item a > div.item_right > div.any3 {
  display: none !important;
}

.header-session {
  background: #F7F7E8;
}

.header-session .header-session-container {
  color: white;
  font-weight: bold;
}

@media only screen and (min-width: 769px) {
  .header-session .header-session-container {
    width: 1024px;
    margin: auto;
  }
}
@media only screen and (max-width: 768px) {
  .header-session .header-session-container {
    padding-left: 8px;
    padding-right: 8px;
  }
}
.header-wrapper-etax-connect .header-container-column-right {
  margin-top: 20px;
  display: flex;
  gap: 12px;
  align-items: center;
  justify-content: flex-end;
}

@media only screen and (max-width: 768px) {
  .header-wrapper-etax-connect .header-container-column-right {
    margin: 4px auto;
    gap: 6px;
    flex-direction: column;
    align-items: flex-end;
  }
}
@media only screen and (min-width: 769px) {
  .rtoaster-wrapper {
    max-width: 1024px;
    width: auto !important;
  }
  .pc-only {
    display: block;
  }
  .sp-only {
    display: none !important;
  }
  .simulator {
    width: 720px;
    border: 2px solid #727c8c;
    border-radius: 5px;
    margin: 20px 0px !important;
  }
  .simulator #family_structure, .simulator #salary_income:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #000;
  }
  .simulator .slide-header {
    display: flex;
    width: 640px;
    position: relative;
    align-items: center;
    font-weight: bold;
    margin: 5px 0px;
    cursor: pointer;
  }
  .simulator .slide-header .title {
    width: 680px;
    text-align: center;
    font-size: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .simulator .slide-header .plus-icon {
    height: 40px;
    width: 40px;
    color: #e89114;
    align-items: center;
    justify-content: center;
    display: flex;
    font-size: 20px;
  }
  .simulator .simulator-body {
    margin: 20px 0px;
  }
  .simulator .simulator-body .simulator-wrapper {
    width: 100%;
    background-color: #F7F7E9;
    padding: 20px;
  }
  .simulator .simulator-body .simulator-wrapper.top {
    position: relative;
    width: 660px;
    height: 110px;
    margin-left: 20px;
  }
  .simulator .simulator-body .simulator-wrapper.bottom {
    margin-top: 10px;
    margin-bottom: 20px;
    padding: 5px 10px;
    width: 660px;
    margin-left: 20px;
    display: inline-block;
  }
  .simulator .simulator-body .simulator-wrapper.bottom .keyword-search-container.limit-simulator {
    letter-spacing: normal;
    display: inline-flex;
  }
  .simulator .simulator-body .simulator-wrapper.bottom .keyword-search-container.limit-simulator .input-wrapper {
    width: 200px;
  }
  .simulator .simulator-body .simulator-wrapper.bottom .keyword-search-container.limit-simulator .input-wrapper:before {
    display: block;
    content: "";
  }
  .simulator .simulator-body .simulator-wrapper.bottom .keyword-search-container.limit-simulator .input-wrapper .keyword-search-input {
    padding: 5.5px 0;
    text-align: right;
    width: 100%;
    font-size: 16px;
    line-height: 22px;
  }
  .simulator .simulator-body .simulator-wrapper.bottom .keyword-search-container.limit-simulator .yen {
    display: inline-flex;
    align-items: center;
    margin-left: 5px;
  }
  .simulator .simulator-body .simulator-wrapper.bottom .left-input {
    background: #e89114;
    color: white;
    position: relative;
    padding: 2px 10px;
    height: 44px;
    width: 150px;
  }
  .simulator .simulator-body .simulator-wrapper.bottom .left-input span {
    display: block;
  }
  .simulator .simulator-body .simulator-wrapper.bottom .left-input span.top {
    font-size: 11px;
    line-height: 17px;
  }
  .simulator .simulator-body .simulator-wrapper.bottom .left-input span.bottom {
    font-size: 16px;
    line-height: 21px;
  }
  .simulator .simulator-body .simulator-wrapper.bottom .left-input::after {
    content: "";
    position: absolute;
    right: -20px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 22px 0 22px 20px;
    border-color: transparent transparent transparent #e89114;
    line-height: 0px;
    _border-color: #000000 #000000 #000000 #e89114;
    _filter: progid:DXImageTransform.Microsoft.Chroma(color="#000000");
    top: 0px;
  }
  .simulator .simulator-body .simulator-wrapper.bottom .action {
    width: 260px;
    float: right;
  }
  .simulator .simulator-body .simulator-wrapper.bottom .action .btn-catchy {
    padding: 10px 52px 10px 20px !important;
    background: #e89114 !important;
    font-size: 13px !important;
    color: white !important;
  }
  .simulator .simulator-body .simulator-wrapper.bottom .action .limit_link {
    margin-top: 5px;
    display: inline-block;
  }
  .simulator .simulator-body .simulator-wrapper .limit-simulator-select {
    display: table-cell;
  }
  .simulator .simulator-body .simulator-wrapper .limit-simulator-select .select-simulator-label {
    display: block;
  }
  .simulator .simulator-body .simulator-wrapper .limit-simulator-select select {
    height: 40px;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url(/common_assets/images/select-arrow-down.png);
    background-repeat: no-repeat;
    border: 1px solid #9b9b9b;
    border-radius: 2px;
    background-position: -webkit-calc(100% - 10px) center;
    background-position: right 10px center;
  }
  .simulator .simulator-body .simulator-wrapper .limit-simulator-select select:focus {
    outline-width: 0;
  }
  .simulator .simulator-body .simulator-wrapper .limit-simulator-select:nth-child(1) select {
    width: 200px;
    padding-left: 14px;
    margin-right: 20px;
  }
  .simulator .simulator-body .simulator-wrapper .limit-simulator-select:nth-child(2) select {
    width: 300px;
    padding-left: 14px;
  }
  .guard {
    width: 1024px;
    margin: auto;
  }
  .pc-double-column {
    zoom: 1;
  }
  .pc-double-column:before, .pc-double-column:after {
    display: block;
    height: 0;
    visibility: hidden;
    content: " ";
  }
  .pc-double-column:after {
    clear: both;
  }
  .pc-double-column .pc-double-column-left {
    float: left;
    width: 720px;
  }
  .pc-double-column .pc-double-column-right {
    float: right;
    width: 250px;
  }
  .header-wrapper {
    width: 100%;
    margin-bottom: 24px;
  }
  .header-sky {
    padding: 8px 0;
    color: white;
    background: #DE4138;
  }
  .header-sky a {
    color: white;
    text-decoration: underline;
  }
  .header-sky .header-sky-container {
    width: 1024px;
    margin: auto;
    text-align: center;
    font-size: 120%;
    letter-spacing: 2px;
    font-weight: 900;
  }
  .header-topbar {
    background: #F7F7E8;
  }
  .header-topbar .header-topbar-container {
    display: flex;
    width: 1024px;
    margin: auto;
  }
  .header-topbar .header-topbar-container .header-topbar-title {
    flex: 2;
    padding: 12px 0;
  }
  .header-topbar .header-topbar-container .header-topbar-title .site-title {
    margin: 0;
    padding: 0;
    line-height: 1.3rem;
  }
  .header-topbar .header-topbar-container .header-topbar-title .site-title a {
    text-decoration: none;
    color: black;
    font-weight: normal;
    font-size: 1.3rem;
  }
  .header-topbar .header-topbar-container .header-topbar-navigation {
    flex: 3;
    zoom: 1;
  }
  .header-topbar .header-topbar-container .header-topbar-navigation:before, .header-topbar .header-topbar-container .header-topbar-navigation:after {
    display: block;
    height: 0;
    visibility: hidden;
    content: " ";
  }
  .header-topbar .header-topbar-container .header-topbar-navigation:after {
    clear: both;
  }
  .header-topbar .header-topbar-container .header-topbar-navigation .header-topbar-navigation-inner {
    zoom: 1;
    float: right;
  }
  .header-topbar .header-topbar-container .header-topbar-navigation .header-topbar-navigation-inner:before, .header-topbar .header-topbar-container .header-topbar-navigation .header-topbar-navigation-inner:after {
    display: block;
    height: 0;
    visibility: hidden;
    content: " ";
  }
  .header-topbar .header-topbar-container .header-topbar-navigation .header-topbar-navigation-inner:after {
    clear: both;
  }
  .header-topbar .header-topbar-container .header-topbar-navigation .header-topbar-navigation-inner .action-help {
    margin: 0;
    padding: 0;
    list-style: none;
    padding: 12px 0;
    margin-right: 16px;
    float: left;
  }
  .header-topbar .header-topbar-container .header-topbar-navigation .header-topbar-navigation-inner .action-help li {
    display: inline-block;
  }
  .header-topbar .header-topbar-container .header-topbar-navigation .header-topbar-navigation-inner .action-help li:after {
    content: " / ";
    display: inline-block;
    vertical-align: top;
    color: #e89114;
    margin: 0 4px;
  }
  .header-topbar .header-topbar-container .header-topbar-navigation .header-topbar-navigation-inner .action-help li:last-child:after {
    content: none;
  }
  .header-topbar .header-topbar-container .header-topbar-navigation .header-topbar-navigation-inner .action-help li a {
    color: black;
    font-weight: bold;
  }
  .header-topbar .header-topbar-container .header-topbar-navigation .header-topbar-navigation-inner .action-member {
    margin: 0;
    padding: 0;
    list-style: none;
    padding: 8px 0;
    float: left;
  }
  .header-topbar .header-topbar-container .header-topbar-navigation .header-topbar-navigation-inner .action-member li.member-login {
    display: inline-block;
    width: 100px;
    height: 28px;
    -webkit-border-radius: 12px;
    border-radius: 12px;
    background: #e89114;
    text-align: center;
    line-height: 28px;
  }
  .header-topbar .header-topbar-container .header-topbar-navigation .header-topbar-navigation-inner .action-member li.member-login a {
    display: block;
    color: white;
  }
  .header-topbar .header-topbar-container .header-topbar-navigation .header-topbar-navigation-inner .action-member li.member-login a:before {
    content: " ";
    display: inline-block;
    background-image: url(/common_assets/images/icon-login.png);
    background-size: cover;
    width: 16px;
    height: 16px;
    vertical-align: middle;
    margin-top: -4px;
    margin-right: 4px;
  }
  .header-topbar .header-topbar-container .header-topbar-navigation .header-topbar-navigation-inner .action-member li.member-register {
    display: inline-block;
    width: 100px;
    height: 28px;
    -webkit-border-radius: 12px;
    border-radius: 12px;
    background: #e89114;
    text-align: center;
    line-height: 28px;
  }
  .header-topbar .header-topbar-container .header-topbar-navigation .header-topbar-navigation-inner .action-member li.member-register a {
    display: block;
    color: white;
  }
  .header-topbar .header-topbar-container .header-topbar-navigation .header-topbar-navigation-inner .action-member li.member-register a:before {
    content: " ";
    display: inline-block;
    background-image: url(/common_assets/images/icon-register.png);
    background-size: cover;
    width: 16px;
    height: 16px;
    vertical-align: middle;
    margin-top: -4px;
    margin-right: 4px;
  }
  .header-topbar .header-topbar-container .header-topbar-navigation .header-topbar-navigation-inner .action-member li.member-favourite {
    display: inline-block;
    width: 100px;
    height: 28px;
    -webkit-border-radius: 12px;
    border-radius: 12px;
    background: #e89114;
    text-align: center;
    line-height: 28px;
  }
  .header-topbar .header-topbar-container .header-topbar-navigation .header-topbar-navigation-inner .action-member li.member-favourite a {
    display: block;
    color: white;
  }
  .header-topbar .header-topbar-container .header-topbar-navigation .header-topbar-navigation-inner .action-member li.member-favourite a:before {
    content: " ";
    display: inline-block;
    background-image: url(/common_assets/images/icon-favorite.png);
    background-size: cover;
    width: 16px;
    height: 16px;
    vertical-align: middle;
    margin-top: -4px;
    margin-right: 4px;
  }
  .header-topbar .header-topbar-container .header-topbar-navigation .header-topbar-navigation-inner .action-member li.member-favourite.has-fav a:before {
    content: none;
  }
  .header-topbar .header-topbar-container .header-topbar-navigation .header-topbar-navigation-inner .action-member li.member-favourite.has-fav .quantity {
    border: 1px solid white;
    border-radius: 10px;
    padding: 0px 6px;
    background: #FF5C24;
  }
  .header-topbar .header-topbar-container .header-topbar-navigation .header-topbar-navigation-inner .action-member li.member-cart {
    display: inline-block;
    width: 100px;
    height: 28px;
    -webkit-border-radius: 12px;
    border-radius: 12px;
    background: #e89114;
    text-align: center;
    line-height: 28px;
  }
  .header-topbar .header-topbar-container .header-topbar-navigation .header-topbar-navigation-inner .action-member li.member-cart a {
    display: block;
    color: white;
  }
  .header-topbar .header-topbar-container .header-topbar-navigation .header-topbar-navigation-inner .action-member li.member-cart a:before {
    content: " ";
    display: inline-block;
    background-image: url(/common_assets/images/icon-cart.png);
    background-size: cover;
    width: 16px;
    height: 16px;
    vertical-align: middle;
    margin-top: -4px;
    margin-right: 4px;
  }
  .header-topbar .header-topbar-container .header-topbar-navigation .header-topbar-navigation-inner .action-member li.member-cart.has-cart a:before {
    content: none;
  }
  .header-topbar .header-topbar-container .header-topbar-navigation .header-topbar-navigation-inner .action-member li.member-cart.has-cart .quantity {
    border: 1px solid white;
    border-radius: 10px;
    padding: 0px 6px;
    background: #FF5C24;
  }
  .header-of-header-container {
    width: 1024px;
    margin: auto;
    display: flex;
  }
  .header-of-header-container .header-container-column-left {
    flex: 1;
    display: flex;
    justify-content: start;
    align-items: center;
  }
  .header-of-header-container .header-container-column-right {
    flex: 1;
    display: flex;
    justify-content: end;
    align-items: center;
  }
  .header-of-header-container .logo-wrapper {
    padding: 20px 0;
  }
  .header-of-header-container .logo-wrapper img {
    width: 330px;
  }
  .header-of-header-container .message-wrapper {
    color: red;
    font-size: 16px;
    font-weight: bold;
  }
  .header-container {
    width: 1024px;
    margin: auto;
    display: flex;
  }
  .header-container .header-container-column-left {
    flex: 2;
  }
  .header-container .header-container-column-right {
    flex: 3;
  }
  .header-container .logo-wrapper {
    padding-top: 20px;
  }
  .header-container .logo-wrapper img {
    width: 330px;
    height: auto;
  }
  .header-container .action-discover {
    margin: 0;
    padding: 0;
    list-style: none;
    padding-top: 16px;
  }
  .header-container .action-discover li.discover-ranking {
    display: inline-block;
    width: 120px;
    padding: 4px 0;
    position: relative;
    text-align: center;
  }
  .header-container .action-discover li.discover-ranking:after {
    display: block;
    position: absolute;
    content: " ";
    background: #C9C9C9;
    width: 2px;
    height: 50px;
    margin: auto;
    top: 0;
    bottom: 0;
    right: 0;
  }
  .header-container .action-discover li.discover-ranking a {
    display: block;
    color: black;
    font-size: 1.4rem;
  }
  .header-container .action-discover li.discover-ranking a:before {
    content: " ";
    display: block;
    background: url(/common_assets/images/icon-ranking.png);
    background-size: cover;
    width: 42px;
    height: 42px;
    margin: auto;
    margin-bottom: 4px;
  }
  .header-container .action-discover li.discover-city {
    display: inline-block;
    width: 120px;
    padding: 4px 0;
    position: relative;
    text-align: center;
  }
  .header-container .action-discover li.discover-city:after {
    display: block;
    position: absolute;
    content: " ";
    background: #C9C9C9;
    width: 2px;
    height: 50px;
    margin: auto;
    top: 0;
    bottom: 0;
    right: 0;
  }
  .header-container .action-discover li.discover-city a {
    display: block;
    color: black;
    font-size: 1.4rem;
  }
  .header-container .action-discover li.discover-city a:before {
    content: " ";
    display: block;
    background: url(/common_assets/images/icon-city.png);
    background-size: cover;
    width: 42px;
    height: 42px;
    margin: auto;
    margin-bottom: 4px;
  }
  .header-container .action-discover li.discover-product {
    display: inline-block;
    width: 120px;
    padding: 4px 0;
    position: relative;
    text-align: center;
  }
  .header-container .action-discover li.discover-product:after {
    display: block;
    position: absolute;
    content: " ";
    background: #C9C9C9;
    width: 2px;
    height: 50px;
    margin: auto;
    top: 0;
    bottom: 0;
    right: 0;
  }
  .header-container .action-discover li.discover-product a {
    display: block;
    color: black;
    font-size: 1.4rem;
  }
  .header-container .action-discover li.discover-product a:before {
    content: " ";
    display: block;
    background: url(/common_assets/images/icon-product.png);
    background-size: cover;
    width: 42px;
    height: 42px;
    margin: auto;
    margin-bottom: 4px;
  }
  .header-container .action-discover li.discover-recommend {
    display: inline-block;
    width: 120px;
    padding: 4px 0;
    position: relative;
    text-align: center;
  }
  .header-container .action-discover li.discover-recommend:after {
    display: block;
    position: absolute;
    content: " ";
    background: #C9C9C9;
    width: 2px;
    height: 50px;
    margin: auto;
    top: 0;
    bottom: 0;
    right: 0;
  }
  .header-container .action-discover li.discover-recommend a {
    display: block;
    color: black;
    font-size: 1.4rem;
  }
  .header-container .action-discover li.discover-recommend a:before {
    content: " ";
    display: block;
    background: url(/common_assets/images/icon-recommend.png);
    background-size: cover;
    width: 42px;
    height: 42px;
    margin: auto;
    margin-bottom: 4px;
  }
  .header-container .action-discover li.discover-news {
    display: inline-block;
    width: 120px;
    padding: 4px 0;
    position: relative;
    text-align: center;
  }
  .header-container .action-discover li.discover-news:after {
    display: block;
    position: absolute;
    content: " ";
    background: #C9C9C9;
    width: 2px;
    height: 50px;
    margin: auto;
    top: 0;
    bottom: 0;
    right: 0;
  }
  .header-container .action-discover li.discover-news a {
    display: block;
    color: black;
    font-size: 1.4rem;
  }
  .header-container .action-discover li.discover-news a:before {
    content: " ";
    display: block;
    background: url(/common_assets/images/icon-news.png);
    background-size: cover;
    width: 42px;
    height: 42px;
    margin: auto;
    margin-bottom: 4px;
  }
  .header-container .action-discover li:last-child:after {
    content: none;
  }
  .footer-wrapper {
    width: 100%;
    background: url(/common_assets/images/bg-footer.png);
    border-top: 1px solid #ccc;
  }
  .footer-wrapper .footer-container {
    width: 450px;
    margin: auto;
    padding-top: 54px;
    padding-bottom: 46px;
    text-align: center;
  }
  .footer-wrapper .logo-wrapper {
    width: 100%;
    margin-bottom: 28px;
  }
  .footer-wrapper .logo-wrapper img {
    width: 330px;
  }
  .footer-wrapper .footer-nav {
    width: 1024px;
    margin: auto;
  }
  .footer-wrapper .navigation-action-formal {
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: center;
  }
  .footer-wrapper .navigation-action-formal li {
    display: inline-block;
  }
  .footer-wrapper .navigation-action-formal li:after {
    content: " / ";
    display: inline-block;
    vertical-align: top;
    color: #e89114;
    margin: 0 4px;
  }
  .footer-wrapper .navigation-action-formal li:last-child:after {
    content: none;
  }
  .footer-wrapper .navigation-action-formal li a {
    color: black;
    font-weight: bold;
  }
  .footer-wrapper .copyright {
    width: 100%;
    padding: 30px 0;
    background: url(/common_assets/images/bg-copyright.png);
    color: white;
    text-align: center;
    font-size: 1.2rem;
  }
  .content-wrapper {
    background: url(/common_assets/images/bg-content.png);
  }
  .section {
    margin-bottom: 60px;
  }
  .category-ranking-wrapper {
    margin-bottom: 40px;
  }
  .category-ranking-wrapper .category-ranking-title {
    padding-bottom: 8px;
    border-bottom: 2px dotted #e89114;
  }
  .category-ranking-wrapper .category-ranking-title .sub-title {
    font-size: 14px;
    margin-top: 5px;
  }
  .category-ranking-wrapper .category-ranking-title:before {
    display: inline-block;
    width: 30px;
    content: " ";
    background-image: url(/common_assets/images/icon-ranking.png);
    background-repeat: no-repeat;
    background-size: contain;
  }
  .category-ranking-wrapper .category-ranking-list {
    display: grid;
    grid-template-columns: 32% 32% 32%;
    justify-items: center;
    grid-gap: 0 10px;
  }
  .category-ranking-wrapper.ranking-wrapper .list {
    overflow-x: auto;
    overflow-y: hidden;
    display: -webkit-box;
    flex-wrap: unset;
  }
  .category-ranking-wrapper.ranking-wrapper .list .product-item-rich-wrapper {
    margin-right: 13px;
  }
  .category-ranking-wrapper .list.main-ranking {
    justify-content: unset;
  }
  .category-ranking-wrapper .list.main-ranking .product-item-rich-wrapper {
    float: left;
    margin-right: 9px;
  }
  .action {
    text-align: center;
  }
  .help-content-list-wrapper {
    width: 100%;
    padding: 24px 0;
    border-top: 1px solid #ccc;
    background: white;
  }
  .help-content-list-wrapper .list {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    width: 1024px;
    margin: auto;
  }
  .help-content-list-wrapper .list li {
    width: 240px;
    flex-wrap: wrap;
    align-items: flex-start;
    margin-right: 18px;
    margin-bottom: 18px;
  }
  .help-content-list-wrapper .list li:nth-of-type(5n) {
    margin-right: 0;
  }
  .help-content {
    display: block;
    width: 100%;
    border: 1px solid #ccc;
    padding: 4px;
  }
  .help-content .help-content-container {
    position: relative;
    display: block;
    height: 70px;
    padding: 16px;
    padding-right: 32px;
    background: #F7F7E9;
    color: black;
    font-weight: bold;
    font-size: 1.4rem;
  }
  .help-content .help-content-container:after {
    position: absolute;
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    display: block;
    background: #e89114;
    width: 16px;
    height: 100%;
    margin: auto;
    padding-top: 24px;
    top: 0;
    bottom: 0;
    right: 0;
    color: white;
    text-align: center;
  }
  .breadcrumb-wrapper .breadcrumb-container {
    padding: 12px 0;
  }
  .breadcrumb-wrapper .list {
    width: 1024px;
    margin: auto;
  }
  .block-wrapper {
    width: 1024px;
    margin: auto;
    margin-bottom: 60px;
  }
  .keyword-list-wrapper {
    margin-bottom: 20px;
  }
  .keyword-list-wrapper .keyword-list-container {
    display: flex;
  }
  .keyword-list-wrapper .keyword-list-container .keyword-list-header {
    height: 40px;
    background-image: url(/common_assets/images/bg-separator.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: right center;
  }
  .keyword-list-wrapper .keyword-list-container .keyword-list-header .text {
    line-height: 24px;
    display: inline-block;
    background-image: url(/common_assets/images/icon-keyword.png);
    background-repeat: no-repeat;
    background-size: contain;
    margin: 8px 0;
    padding: 0 40px;
    font-weight: bold;
    vertical-align: middle;
  }
  .keyword-list-wrapper .keyword-list-container .keyword-list-body {
    flex: 1;
    padding: 8px 20px;
  }
  .keyword-list-wrapper .keyword-list-container .keyword-list-body li {
    margin-bottom: 4px;
  }
  .keyword-list-wrapper .list, .keyword-list2-wrapper .list {
    margin: 0;
    padding: 0;
    list-style: none;
  }
  .keyword-list-wrapper .list li, .keyword-list2-wrapper .list li {
    display: inline-block;
  }
  .keyword-list-wrapper .list li a, .keyword-list2-wrapper .list li a {
    display: block;
    padding: 2px 12px;
    margin-right: 6px;
    background: #e89114;
    -webkit-border-radius: 12px;
    border-radius: 12px;
    color: white;
  }
  .keyword-search-wrapper {
    padding: 10px 0;
    border: 1px solid #ccc;
    background: #F7F7E9;
    text-align: center;
  }
  .keyword-search-wrapper.section {
    margin-bottom: 24px;
  }
  .keyword-search-container {
    display: inline-block;
  }
  .keyword-search-container .input-wrapper {
    display: inline-block;
    border: 1px solid #ccc;
    padding: 4px 8px;
    background: #FFF;
  }
  .keyword-search-container .input-wrapper:before {
    display: inline-block;
    width: 30px;
    content: " ";
    background-image: url(/common_assets/images/icon-search.png);
    background-repeat: no-repeat;
    background-size: contain;
  }
  .keyword-search-container .input-wrapper .keyword-search-input {
    display: inline-block;
    border: none;
    outline: none;
    outline-style: none;
    width: 390px;
    padding: 4px 0;
  }
  .keyword-search-container .button-wrapper {
    display: inline-block;
  }
  .keyword-search-container .button-wrapper .keyword-search-button {
    padding: 6px 18px;
    height: 39px;
    background: #444;
    color: white;
    border: none;
    outline: none;
    outline-style: none;
  }
  .recommend-top-wrapper .recommend-list-wrapper .recommend-list-body {
    border-bottom: none;
  }
  .recommend-top-wrapper .recommend-list-wrapper .thumbnail img {
    width: 100%;
    height: auto;
  }
  .news-top-wrapper .list {
    margin: 0;
    padding: 0;
    list-style: none;
  }
  .news-top-wrapper .list li {
    font-size: 1.5rem;
    letter-spacing: 1px;
  }
  .news-top-wrapper .list li:nth-of-type(2n) {
    background: #F5F2F2;
  }
  .news-top-wrapper .list li a {
    display: flex;
    padding: 8px 0;
    text-decoration: none;
  }
  .news-top-wrapper .list li a:hover {
    text-decoration: none;
  }
  .news-top-wrapper .list li a .date {
    width: 25%;
    text-align: center;
    color: #999;
  }
  .news-top-wrapper .list li a .title {
    width: 75%;
    text-align: left;
    color: black;
  }
  .product-item-list-wrapper.listview .product-item-regular-wrapper {
    width: 100%;
    display: flex;
    padding: 24px;
    border-bottom: 2px dotted #dfdfdf;
  }
  .product-item-list-wrapper.listview .product-item-regular-wrapper .product-item-regular-header {
    width: 230px;
  }
  .product-item-list-wrapper.listview .product-item-regular-wrapper .product-item-regular-header .visual {
    width: 100%;
    position: relative;
  }
  .product-item-list-wrapper.listview .product-item-regular-wrapper .product-item-regular-header .visual img {
    width: 230px;
    height: 154px;
    object-fit: cover;
  }
  .product-item-list-wrapper.listview .product-item-regular-wrapper .product-item-regular-header .visual .special-tags {
    position: absolute;
    top: 0;
    left: 0;
  }
  .product-item-list-wrapper.listview .product-item-regular-wrapper .product-item-regular-header .visual .special-frize-tags {
    position: absolute;
    bottom: 0;
    right: 0px;
  }
  .product-item-list-wrapper.listview .product-item-regular-wrapper .product-item-regular-body {
    flex: 1;
    padding: 0 24px;
  }
  .product-item-list-wrapper.listview .product-item-regular-wrapper .product-item-regular-body .party {
    color: #afafaf;
    font-size: 1.5rem;
  }
  .product-item-list-wrapper.listview .product-item-regular-wrapper .product-item-regular-body .party a {
    color: #afafaf;
  }
  .product-item-list-wrapper.listview .product-item-regular-wrapper .product-item-regular-body .title {
    margin: 8px 0;
    font-size: 1.8rem;
    font-weight: normal;
    word-break: break-all;
  }
  .product-item-list-wrapper.listview .product-item-regular-wrapper .product-item-regular-body .title a {
    color: black;
  }
  .product-item-list-wrapper.listview .product-item-regular-wrapper .product-item-regular-body .price {
    margin-bottom: 12px;
    font-size: 1.8rem;
    font-weight: 550;
    color: #c00;
  }
  .product-item-list-wrapper.listview .product-item-regular-wrapper .product-item-regular-body .tags .tag {
    display: inline-block;
    padding: 2px 8px;
    margin-left: 4px;
    background: #c31;
    color: white;
    font-weight: bold;
    font-size: 1.1rem;
  }
  .product-item-list-wrapper.listview .for-list {
    display: block !important;
  }
  .product-item-list-wrapper.listview .for-grid {
    display: none;
  }
  .product-item-list-wrapper:not(.listview) .list {
    display: grid;
    grid-template-columns: 32% 32% 32%;
    justify-items: center;
    grid-gap: 0 10px;
  }
  .product-item-list-wrapper:not(.listview) .product-item-regular-wrapper {
    width: 100%;
    margin-bottom: 24px;
    border: 1px solid #cccccc;
  }
  .product-item-list-wrapper:not(.listview) .product-item-regular-wrapper .product-item-regular-header .visual {
    width: 100%;
    position: relative;
  }
  .product-item-list-wrapper:not(.listview) .product-item-regular-wrapper .product-item-regular-header .visual .soldout {
    position: relative;
  }
  .product-item-list-wrapper:not(.listview) .product-item-regular-wrapper .product-item-regular-header .visual .soldout:after {
    position: absolute !important;
    content: "品切れ / 準備中" !important;
    color: #FFF !important;
    line-height: 150px !important;
    text-align: center !important;
    background: rgba(0, 0, 0, 0.7) !important;
    top: 0 !important;
    left: 0 !important;
    height: 100%;
    width: 100%;
  }
  .product-item-list-wrapper:not(.listview) .product-item-regular-wrapper .product-item-regular-header .visual img {
    width: 230px;
    height: 154px;
    object-fit: cover;
  }
  .product-item-list-wrapper:not(.listview) .product-item-regular-wrapper .product-item-regular-header .visual .special-tags {
    position: absolute;
    top: 0;
    left: 0;
  }
  .product-item-list-wrapper:not(.listview) .product-item-regular-wrapper .product-item-regular-header .visual .special-frize-tags {
    position: absolute;
    bottom: 0;
    right: 0px;
  }
  .product-item-list-wrapper:not(.listview) .product-item-regular-wrapper a:hover {
    text-decoration: none;
  }
  .product-item-list-wrapper:not(.listview) .product-item-regular-wrapper .product-item-regular-body {
    height: 257px;
    padding: 10px;
  }
  .product-item-list-wrapper:not(.listview) .product-item-regular-wrapper .product-item-regular-body .party {
    color: #afafaf;
    margin-right: 40px;
    height: 21px;
    color: #afafaf;
    font-size: 13px;
  }
  .product-item-list-wrapper:not(.listview) .product-item-regular-wrapper .product-item-regular-body .party a {
    color: #afafaf;
  }
  .product-item-list-wrapper:not(.listview) .product-item-regular-wrapper .product-item-regular-body .title {
    line-height: 2rem;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    height: 6rem;
    margin: 0px;
    font-size: 16px;
    color: black;
    word-break: break-all;
  }
  .product-item-list-wrapper:not(.listview) .product-item-regular-wrapper .product-item-regular-body .title a {
    color: black;
  }
  .product-item-list-wrapper:not(.listview) .product-item-regular-wrapper .product-item-regular-body .product-categories {
    height: 47px;
    overflow: hidden;
    margin: 10px 0px;
  }
  .product-item-list-wrapper:not(.listview) .product-item-regular-wrapper .product-item-regular-body .product-categories .product-category {
    color: white;
    background: #afafaf;
    padding: 0px 5px;
    border-radius: 10px;
    display: inline-block;
    font-size: 12px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    max-width: 210px;
  }
  .product-item-list-wrapper:not(.listview) .product-item-regular-wrapper .product-item-regular-body .price {
    margin-top: 5px;
    font-size: 18px;
    font-weight: 700;
    color: #c00;
  }
  .product-item-list-wrapper:not(.listview) .product-item-regular-wrapper .product-item-regular-body .favourite-icon {
    float: right;
    margin-top: -45px;
    width: 40px;
    height: 40px;
  }
  .product-item-list-wrapper:not(.listview) .product-item-regular-wrapper .product-item-regular-body .favourite-icon.favourite {
    background-image: url(/common_assets/images/product-list-fav-filled.png);
  }
  .product-item-list-wrapper:not(.listview) .product-item-regular-wrapper .product-item-regular-body .favourite-icon.unfavourite {
    background-image: url(/common_assets/images/product-list-fav-blank.png);
  }
  .product-item-list-wrapper:not(.listview) .product-item-regular-wrapper .product-item-regular-body .short-description {
    line-height: 1.6rem;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    max-height: 4.6rem;
    margin-top: 5px;
    color: black;
    word-break: break-all;
  }
  .product-item-list-wrapper:not(.listview) .for-list {
    display: none;
  }
  .product-item-list-wrapper:not(.listview) .for-grid {
    display: block;
  }
  .product-category-info-wrapper {
    margin-bottom: 40px;
  }
  .product-category-info-wrapper .product-category-content {
    word-wrap: break-word;
    opacity: 0.8;
  }
  .order-list-wrapper .list {
    margin: 0;
    padding: 0;
    list-style: none;
  }
  .order-list-wrapper .list li:nth-of-type(n+2) .order-list-item-wrapper .order-list-item-header {
    display: none;
  }
  .order-list-item-wrapper .column {
    border-left: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
  }
  .order-list-item-wrapper .column-date {
    width: 15%;
  }
  .order-list-item-wrapper .column-product {
    width: 20%;
  }
  .order-list-item-wrapper .column-price {
    width: 10%;
  }
  .order-list-item-wrapper .column-status {
    width: 40%;
  }
  .order-list-item-wrapper .column-detail {
    width: 15%;
    border: 1px solid #ccc;
  }
  .order-list-item-wrapper .order-list-item-header {
    display: flex;
  }
  .order-list-item-wrapper .order-list-item-header .column {
    padding: 8px;
    background: #aaa;
    color: white;
    font-size: 1.4rem;
  }
  .order-list-item-wrapper .order-list-item-body {
    display: flex;
  }
  .order-list-item-wrapper .order-list-item-body .column {
    padding: 8px;
  }
  .order-list-item-wrapper .order-list-item-body .column-price {
    color: #c00;
    font-size: 1.6rem;
    text-align: right;
  }
  .order-detail-list-wrapper {
    margin: 0;
    padding: 0;
    list-style: none;
  }
  .order-detail-list-wrapper .order-detail-list-item-wrapper {
    zoom: 1;
  }
  .order-detail-list-wrapper .order-detail-list-item-wrapper:before, .order-detail-list-wrapper .order-detail-list-item-wrapper:after {
    display: block;
    height: 0;
    visibility: hidden;
    content: " ";
  }
  .order-detail-list-wrapper .order-detail-list-item-wrapper:after {
    clear: both;
  }
  .order-detail-list-wrapper .order-detail-list-item-wrapper img {
    float: left;
    display: block;
    width: 100px;
  }
  .order-detail-list-wrapper .order-detail-list-item-wrapper .party_name {
    width: 60%;
    padding-left: 8px;
    float: left;
    display: block;
    color: #aaa;
  }
  .order-detail-list-wrapper .order-detail-list-item-wrapper .title {
    width: 60%;
    padding-left: 8px;
    float: left;
    display: block;
    font-weight: bold;
    color: black;
  }
  .favorite-list-wrapper .list {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
  }
  .favorite-list-wrapper .list li {
    width: calc(25% - 8px);
    margin-right: 8px;
    margin-bottom: 8px;
  }
  .product-item-favorite-wrapper .thumb {
    min-height: 140px;
  }
  .product-item-favorite-wrapper .body {
    min-height: 120px;
  }
  .favorite-list-wrapper.listview {
    margin-top: 20px;
  }
  .favorite-list-wrapper.listview .list {
    display: unset;
    margin-top: 20px;
  }
  .favorite-list-wrapper.listview li {
    width: unset;
    border-bottom: 1px solid #eeeeee;
    zoom: 1;
  }
  .favorite-list-wrapper.listview li:before, .favorite-list-wrapper.listview li:after {
    display: block;
    height: 0;
    visibility: hidden;
    content: " ";
  }
  .favorite-list-wrapper.listview li:after {
    clear: both;
  }
  .favorite-list-wrapper.listview li .product-item-favorite-wrapper .thumb {
    width: 25%;
    float: left;
    margin-right: 2%;
  }
  .favorite-list-wrapper.listview li .product-item-favorite-wrapper .f-cont {
    width: 72%;
    float: left;
  }
  .favorite-list-wrapper.listview li .product-item-favorite-wrapper .f-cont .body {
    min-height: unset !important;
  }
  .favorite-list-wrapper.listview li .product-item-favorite-wrapper .f-cont .body .title {
    min-height: unset;
  }
  .favorite-list-wrapper.listview li .product-item-favorite-wrapper .f-cont .body .price {
    text-align: left;
  }
  .favorite-list-wrapper.listview li .product-item-favorite-wrapper .f-cont .action {
    text-align: right;
  }
  .favorite-list-wrapper.listview li .product-item-favorite-wrapper .f-cont .action .my-page {
    display: inline-block;
    text-align: center;
    width: unset;
    margin-bottom: 5px;
  }
  .favorite-list-wrapper.listview li .product-item-favorite-wrapper .f-cont .action .btn-remove {
    text-align: center;
    display: inline-block;
    width: 200px;
  }
  .order-detail-wrapper {
    display: flex;
    flex-wrap: wrap;
    font-size: 1.4rem;
    letter-spacing: 1px;
  }
  .order-detail-wrapper .column-item {
    width: 100%;
    display: flex;
    border-bottom: 1px solid #ccc;
  }
  .order-detail-wrapper .column-item.column-item-ordered-at {
    width: 50%;
    border-top: 1px solid #ccc;
  }
  .order-detail-wrapper .column-item.column-item-order-status {
    width: 50%;
    border-top: 1px solid #ccc;
  }
  .order-detail-wrapper .column-item.column-item-price .column-body {
    color: #c00;
    font-size: 1.5rem;
  }
  .order-detail-wrapper .column-item .column-header {
    width: 180px;
    padding: 18px;
    background: #999;
    color: white;
  }
  .order-detail-wrapper .column-item .column-body {
    flex: 1;
    padding: 18px;
    border-right: 1px solid #ccc;
  }
  .shipping-address-list-wrapper {
    font-size: 1.4rem;
    letter-spacing: 1px;
  }
  .shipping-address-list-wrapper .columnized-list {
    margin: 0;
    padding: 0;
    list-style: none;
  }
  .shipping-address-list-wrapper .columnized-item:nth-of-type(n+2) .column-header {
    display: none;
  }
  .shipping-address-list-wrapper .columnized-item .column-header {
    display: flex;
  }
  .shipping-address-list-wrapper .columnized-item .column-header .column {
    background: #999;
    color: white;
  }
  .shipping-address-list-wrapper .columnized-item .column-body {
    display: flex;
    border-bottom: 1px solid #ccc;
  }
  .shipping-address-list-wrapper .columnized-item .column {
    flex: 1;
    padding: 8px;
    border-left: 1px solid #ccc;
  }
  .shipping-address-list-wrapper .columnized-item .column:last-child {
    border-right: 1px solid #ccc;
  }
  .ranking-wrapper .list {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .ranking-wrapper .list .product-item-rich-wrapper {
    width: 32%;
  }
  .ranking-wrapper .list .product-item-rich-wrapper .product-item-rich-header .visual img {
    width: 228px;
    height: 154px;
    object-fit: cover;
  }
  .ranking-wrapper .list .product-item-rich-wrapper .product-item-rich-body {
    height: 257px;
  }
  .ranking-wrapper .list .product-item-rich-wrapper .product-item-rich-body .product-categories {
    height: 47px;
  }
  .product-item-simple-wrapper {
    display: flex;
    padding: 6px 0;
  }
  .product-item-simple-wrapper .product-item-simple-header {
    flex: 2;
  }
  .product-item-simple-wrapper .product-item-simple-body {
    flex: 5;
    padding-left: 8px;
  }
  .product-item-simple-wrapper .product-item-simple-body .party {
    color: #ccc;
    font-size: 1.2rem;
  }
  .product-item-simple-wrapper .product-item-simple-body .party a {
    color: #ccc !important;
  }
  .product-item-simple-wrapper .product-item-simple-body .title {
    color: black;
    font-size: 1.4rem;
  }
  .product-item-simple-wrapper .product-item-simple-body .price {
    color: #c00;
    font-size: 1.4rem;
    text-align: right;
    font-weight: 550;
  }
  .top-slider-wrapper {
    margin-bottom: 16px;
    position: relative;
    background: #FFF;
  }
  .top-slider-wrapper .lSSlideOuter {
    overflow: hidden;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
  .top-slider-wrapper .lightSlider:before, .top-slider-wrapper .lightSlider:after {
    content: " ";
    display: table;
  }
  .top-slider-wrapper .lightSlider {
    overflow: hidden;
    margin: 0;
  }
  .top-slider-wrapper .lSSlideWrapper {
    max-width: 100%;
    overflow: hidden;
    position: relative;
  }
  .top-slider-wrapper .lSSlideWrapper > .lightSlider:after {
    clear: both;
  }
  .top-slider-wrapper .lSSlideWrapper .lSSlide {
    -webkit-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
    -webkit-transition: all 1s;
    -webkit-transition-property: -webkit-transform, height;
    -moz-transition-property: -moz-transform, height;
    transition-property: transform, height;
    -webkit-transition-duration: inherit !important;
    transition-duration: inherit !important;
    -webkit-transition-timing-function: inherit !important;
    transition-timing-function: inherit !important;
  }
  .top-slider-wrapper .lSSlideWrapper .lSFade {
    position: relative;
  }
  .top-slider-wrapper .lSSlideWrapper .lSFade > * {
    position: absolute !important;
    top: 0;
    left: 0;
    z-index: 9;
    margin-right: 0;
    width: 100%;
  }
  .top-slider-wrapper .lSSlideWrapper.usingCss .lSFade > * {
    opacity: 0;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    -webkit-transition-duration: inherit !important;
    transition-duration: inherit !important;
    -webkit-transition-property: opacity;
    transition-property: opacity;
    -webkit-transition-timing-function: inherit !important;
    transition-timing-function: inherit !important;
  }
  .top-slider-wrapper .lSSlideWrapper .lSFade > *.active {
    z-index: 10;
  }
  .top-slider-wrapper .lSSlideWrapper.usingCss .lSFade > *.active {
    opacity: 1;
  }
  .top-slider-wrapper .lSSlideOuter .lSPager.lSpg {
    margin: 10px 0 0;
    padding: 0;
    text-align: center;
  }
  .top-slider-wrapper .lSSlideOuter .lSPager.lSpg > li {
    cursor: pointer;
    display: inline-block;
    padding: 0 5px;
  }
  .top-slider-wrapper .lSSlideOuter .lSPager.lSpg > li a {
    background-color: #222222;
    border-radius: 30px;
    display: inline-block;
    height: 8px;
    overflow: hidden;
    text-indent: -999em;
    width: 8px;
    position: relative;
    z-index: 99;
    -webkit-transition: all 0.5s linear 0s;
    transition: all 0.5s linear 0s;
  }
  .top-slider-wrapper .lSSlideOuter .lSPager.lSpg > li:hover a, .top-slider-wrapper .lSSlideOuter .lSPager.lSpg > li.active a {
    background-color: #428bca;
  }
  .top-slider-wrapper .lSSlideOuter .media {
    opacity: 0.8;
  }
  .top-slider-wrapper .lSSlideOuter .media.active {
    opacity: 1;
  }
  .top-slider-wrapper .lSSlideOuter .lsPagerWrapper {
    width: 100%;
    margin: 16px 0;
    padding: 8px 0;
    background: url(/common_assets/images/bg-breadcrumb.png);
  }
  .top-slider-wrapper .lSSlideOuter .lSPager.lSGallery {
    list-style: none outside none;
    padding-left: 0;
    margin: 10px auto;
    overflow: hidden;
    transform: translate3d(0px, 0px, 0px);
    -moz-transform: translate3d(0px, 0px, 0px);
    -ms-transform: translate3d(0px, 0px, 0px);
    -webkit-transform: translate3d(0px, 0px, 0px);
    -o-transform: translate3d(0px, 0px, 0px);
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
  .top-slider-wrapper .lSSlideOuter .lSPager.lSGallery li {
    overflow: hidden;
  }
  .top-slider-wrapper .lSSlideOuter .lSPager.lSGallery li a {
    display: block;
    background: #666;
  }
  .top-slider-wrapper .lSSlideOuter .lSPager.lSGallery li img {
    opacity: 0.6;
  }
  .top-slider-wrapper .lSSlideOuter .lSPager.lSGallery li.active img, .top-slider-wrapper .lSSlideOuter .lSPager.lSGallery li:hover img {
    opacity: 1;
  }
  .top-slider-wrapper .lSSlideOuter .lSPager.lSGallery img {
    display: block;
    height: auto;
    max-width: 100%;
  }
  .top-slider-wrapper .lSSlideOuter .lSPager.lSGallery:before, .top-slider-wrapper .lSSlideOuter .lSPager.lSGallery:after {
    content: " ";
    display: table;
  }
  .top-slider-wrapper .lSSlideOuter .lSPager.lSGallery:after {
    clear: both;
  }
  .top-slider-wrapper .lSAction > a {
    display: block;
    width: 60px;
    height: 60px;
    margin: auto;
    top: 0;
    bottom: 0;
    cursor: pointer;
    position: absolute;
    z-index: 99;
    -webkit-border-radius: 30px;
    border-radius: 30px;
    background: #e89114;
    text-decoration: none;
  }
  .top-slider-wrapper .lSAction > a:after {
    display: block;
    width: 100%;
    font-size: 2.6rem;
    line-height: 60px;
    text-align: center;
    color: white;
    text-decoration: none;
  }
  .top-slider-wrapper .lSAction > a:hover {
    opacity: 1;
  }
  .top-slider-wrapper .lSAction > .lSPrev {
    left: -30px;
  }
  .top-slider-wrapper .lSAction > .lSPrev:after {
    content: "\f104";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
  }
  .top-slider-wrapper .lSAction > .lSNext {
    right: -30px;
  }
  .top-slider-wrapper .lSAction > .lSNext:after {
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
  }
  .top-slider-wrapper .lSAction > a.disabled {
    pointer-events: none;
  }
  .top-slider-wrapper .cS-hidden {
    height: 1px;
    opacity: 0;
    filter: alpha(opacity=0);
    overflow: hidden;
  }
  .top-slider-wrapper .lSSlideOuter.vertical {
    position: relative;
  }
  .top-slider-wrapper .lSSlideOuter.vertical.noPager {
    padding-right: 0px !important;
  }
  .top-slider-wrapper .lSSlideOuter.vertical .lSGallery {
    position: absolute !important;
    right: 0;
    top: 0;
  }
  .top-slider-wrapper .lSSlideOuter.vertical .lightSlider > * {
    width: 100% !important;
    max-width: none !important;
  }
  .top-slider-wrapper .lSSlideOuter.vertical .lSAction > a {
    left: 50%;
    margin-left: -14px;
    margin-top: 0;
  }
  .top-slider-wrapper .lSSlideOuter.vertical .lSAction > .lSNext {
    background-position: 31px -31px;
    bottom: 10px;
    top: auto;
  }
  .top-slider-wrapper .lSSlideOuter.vertical .lSAction > .lSPrev {
    background-position: 0 -31px;
    bottom: auto;
    top: 10px;
  }
  .top-slider-wrapper .lSSlideOuter.lSrtl {
    direction: rtl;
  }
  .top-slider-wrapper .lSSlideOuter .lightSlider, .top-slider-wrapper .lSSlideOuter .lSPager {
    padding-left: 0;
    list-style: none outside none;
  }
  .top-slider-wrapper .lSSlideOuter.lSrtl .lightSlider, .top-slider-wrapper .lSSlideOuter.lSrtl .lSPager {
    padding-right: 0;
  }
  .top-slider-wrapper .lSSlideOuter .lightSlider > *, .top-slider-wrapper .lSSlideOuter .lSGallery li {
    float: left;
  }
  .top-slider-wrapper .lSSlideOuter.lSrtl .lightSlider > *, .top-slider-wrapper .lSSlideOuter.lSrtl .lSGallery li {
    float: right !important;
  }
  @-webkit-keyframes rightEnd {
    0% {
      left: 0;
    }
    50% {
      left: -15px;
    }
    100% {
      left: 0;
    }
  }
  @keyframes rightEnd {
    0% {
      left: 0;
    }
    50% {
      left: -15px;
    }
    100% {
      left: 0;
    }
  }
  @-webkit-keyframes topEnd {
    0% {
      top: 0;
    }
    50% {
      top: -15px;
    }
    100% {
      top: 0;
    }
  }
  @keyframes topEnd {
    0% {
      top: 0;
    }
    50% {
      top: -15px;
    }
    100% {
      top: 0;
    }
  }
  @-webkit-keyframes leftEnd {
    0% {
      left: 0;
    }
    50% {
      left: 15px;
    }
    100% {
      left: 0;
    }
  }
  @keyframes leftEnd {
    0% {
      left: 0;
    }
    50% {
      left: 15px;
    }
    100% {
      left: 0;
    }
  }
  @-webkit-keyframes bottomEnd {
    0% {
      bottom: 0;
    }
    50% {
      bottom: -15px;
    }
    100% {
      bottom: 0;
    }
  }
  @keyframes bottomEnd {
    0% {
      bottom: 0;
    }
    50% {
      bottom: -15px;
    }
    100% {
      bottom: 0;
    }
  }
  .top-slider-wrapper .lSSlideOuter .rightEnd {
    -webkit-animation: rightEnd 0.3s;
    animation: rightEnd 0.3s;
    position: relative;
  }
  .top-slider-wrapper .lSSlideOuter .leftEnd {
    -webkit-animation: leftEnd 0.3s;
    animation: leftEnd 0.3s;
    position: relative;
  }
  .top-slider-wrapper .lSSlideOuter.vertical .rightEnd {
    -webkit-animation: topEnd 0.3s;
    animation: topEnd 0.3s;
    position: relative;
  }
  .top-slider-wrapper .lSSlideOuter.vertical .leftEnd {
    -webkit-animation: bottomEnd 0.3s;
    animation: bottomEnd 0.3s;
    position: relative;
  }
  .top-slider-wrapper .lSSlideOuter.lSrtl .rightEnd {
    -webkit-animation: leftEnd 0.3s;
    animation: leftEnd 0.3s;
    position: relative;
  }
  .top-slider-wrapper .lSSlideOuter.lSrtl .leftEnd {
    -webkit-animation: rightEnd 0.3s;
    animation: rightEnd 0.3s;
    position: relative;
  }
  .top-slider-wrapper .lightSlider.lsGrab > * {
    cursor: -webkit-grab;
    cursor: -moz-grab;
    cursor: -o-grab;
    cursor: -ms-grab;
    cursor: grab;
  }
  .top-slider-wrapper .lightSlider.lsGrabbing > * {
    cursor: move;
    cursor: -webkit-grabbing;
    cursor: -moz-grabbing;
    cursor: -o-grabbing;
    cursor: -ms-grabbing;
    cursor: grabbing;
  }
  .top-slider-wrapper .lightSlider > li a {
    display: block;
    width: 100%;
    text-align: center;
  }
  .top-slider-wrapper .top-slider {
    width: 100%;
    height: 330px;
    margin: auto;
    list-style: none;
  }
  .top-slider-wrapper .top-slider:not(.lSSlide) {
    margin: 0;
    display: flex;
    flex-direction: row;
    visibility: hidden;
  }
  .top-slider-wrapper .lSSlideWrapper {
    width: 1024px;
    margin: auto;
    overflow: visible;
  }
  .top-slider-wrapper:after {
    position: absolute;
    display: block;
    content: "";
    background: url(/common_assets/images/ornament-slider-top.png) no-repeat;
    width: 260px;
    height: 25px;
    top: -13px;
    left: 0;
    right: 0;
    margin: auto;
  }
  .product-detail-wrapper {
    width: 1024px;
    margin: auto;
    margin-bottom: 60px;
  }
  .product-detail-wrapper .block-inner {
    padding: 24px 30px;
    border: 1px solid #ccc;
    background: #F7F7E9;
  }
  .product-detail-wrapper .block-header {
    background: url(/common_assets/images/bg-block-title.png);
    padding: 6px 0;
    color: white;
  }
  .product-detail-wrapper .block-body {
    padding: 32px;
    background: #FFF;
  }
  .product-detail-wrapper .product-detail-header {
    zoom: 1;
    padding: 8px 16px;
  }
  .product-detail-wrapper .product-detail-header:before, .product-detail-wrapper .product-detail-header:after {
    display: block;
    height: 0;
    visibility: hidden;
    content: " ";
  }
  .product-detail-wrapper .product-detail-header:after {
    clear: both;
  }
  .product-detail-wrapper .product-detail-header .header-left {
    float: left;
  }
  .product-detail-wrapper .product-detail-header .header-left .region {
    display: inline-block;
    padding: 4px 8px;
    font-size: 1.4rem;
    border: 1px solid white;
  }
  .product-detail-wrapper .product-detail-header .header-left .region.hokkaido {
    color: #253b8d;
    background: url(/common_assets/images/bg-map-hokkaido.jpg) repeat;
  }
  .product-detail-wrapper .product-detail-header .header-left .region.tohoku {
    color: #2173a2;
    background: url(/common_assets/images/bg-map-tohoku.jpg) repeat;
  }
  .product-detail-wrapper .product-detail-header .header-left .region.kanto {
    color: #16826f;
    background: url(/common_assets/images/bg-map-kanto.jpg) repeat;
  }
  .product-detail-wrapper .product-detail-header .header-left .region.chubu {
    color: #639c1e;
    background: url(/common_assets/images/bg-map-chubu.jpg) repeat;
  }
  .product-detail-wrapper .product-detail-header .header-left .region.kinki {
    color: #d1a00b;
    background: url(/common_assets/images/bg-map-kinki.jpg) repeat;
  }
  .product-detail-wrapper .product-detail-header .header-left .region.chugoku {
    color: #e5669a;
    background: url(/common_assets/images/bg-map-chugoku.jpg) repeat;
  }
  .product-detail-wrapper .product-detail-header .header-left .region.shikoku {
    color: #bd9e51;
    background: url(/common_assets/images/bg-map-shikoku.jpg) repeat;
  }
  .product-detail-wrapper .product-detail-header .header-left .region.kyushu_okinawa {
    color: #e66e60;
    background: url(/common_assets/images/bg-map-kyushu_okinawa.jpg) repeat;
  }
  .product-detail-wrapper .product-detail-header .header-left .party {
    margin-left: 8px;
    display: inline-block;
    font-size: 1.6rem;
    color: white;
  }
  .product-detail-wrapper .product-detail-header .header-right {
    float: right;
  }
  .product-detail-wrapper .product-detail-header .header-right .option-label {
    display: inline-block;
    border: 1px solid white;
    padding: 4px 8px;
    font-size: 1.4rem;
    margin-left: 8px;
    color: white;
  }
  .product-detail-wrapper .product-detail-body {
    zoom: 1;
  }
  .product-detail-wrapper .product-detail-body:before, .product-detail-wrapper .product-detail-body:after {
    display: block;
    height: 0;
    visibility: hidden;
    content: " ";
  }
  .product-detail-wrapper .product-detail-body:after {
    clear: both;
  }
  .product-detail-wrapper .product-detail-body .thumbnails {
    float: left;
    width: 50%;
    padding-right: 32px;
    margin-bottom: 32px;
  }
  .product-detail-wrapper .product-detail-body .thumbnails .product-thumbnails {
    margin: 0;
    padding: 0;
    list-style: none;
  }
  .product-detail-wrapper .product-detail-body .thumbnails .product-thumbnails .soldout {
    position: relative;
  }
  .product-detail-wrapper .product-detail-body .thumbnails .product-thumbnails .soldout:after {
    position: absolute !important;
    content: "品切れ / 準備中" !important;
    color: #FFF !important;
    font-size: 1.5em !important;
    line-height: 250px !important;
    text-align: center !important;
    background: rgba(0, 0, 0, 0.7) !important;
    top: 0 !important;
    left: 0 !important;
    height: 100%;
    width: 100%;
  }
  .product-detail-wrapper .product-detail-body .main-info {
    width: 50%;
    float: right;
  }
  .product-detail-wrapper .product-detail-body .others {
    width: 50%;
    padding-right: 32px;
    float: left;
  }
  .product-detail-wrapper .product-detail-body .others table {
    border: 1px solid #acacac;
  }
  .product-detail-wrapper .product-detail-body .others table th {
    background: #ccc;
    color: white;
  }
  .product-detail-wrapper .details-buttom {
    display: inline-block;
    width: 100%;
  }
  .product-detail-wrapper .title {
    font-size: 2.2rem;
    font-weight: bold;
    letter-spacing: 1px;
    margin-bottom: 12px;
    margin-top: 0;
  }
  .product-detail-wrapper .prefecture-lv {
    margin-bottom: 12px;
  }
  .product-detail-wrapper .prefecture-lv a {
    font-size: 12px;
    color: #000000;
    text-decoration: underline;
  }
  .product-detail-wrapper .prefecture-lv a:hover {
    text-decoration: none;
  }
  .product-detail-wrapper .price {
    font-size: 2rem;
    color: #c00;
    text-align: right;
    margin-bottom: 16px;
    font-weight: bold;
  }
  .product-detail-wrapper .price.text_align_left {
    text-align: left;
  }
  .product-detail-wrapper .price.text_align_left .p-text {
    font-weight: normal;
    color: #000000;
    margin-right: 5px;
    font-size: 12px;
  }
  .product-detail-wrapper .supported-payment-brands {
    margin: 8px 0;
    display: flex;
    direction: row;
    justify-content: flex-end;
    max-width: 320px;
    margin-left: auto;
  }
  .product-detail-wrapper .supported-payment-brands .supported-payment-brand {
    flex: 1;
    max-width: 60px;
  }
  .product-detail-wrapper .supported-payment-brand-name {
    color: #444444;
    font-size: 12px;
  }
  .product-detail-wrapper .supported-payment-brand-lv {
    margin-top: 30px;
  }
  .product-detail-wrapper .supported-payment-brand-lv .payment-text {
    color: #444444;
    font-size: 12px;
  }
  .product-detail-wrapper .supported-payment-brand-lv .payment-text span {
    font-size: 14px;
    font-weight: bold;
  }
  .product-detail-wrapper .supported-payment-brand-lv .supported-payment-brands {
    justify-content: flex-start;
    margin-left: unset;
  }
  .product-detail-wrapper .tags {
    margin-bottom: 12px;
  }
  .product-detail-wrapper .tags .tag-text {
    margin-top: 30px;
    color: #444444;
    font-size: 14px;
    font-weight: bold;
  }
  .product-detail-wrapper .tags .tag {
    display: inline-block;
    padding: 4px 8px;
    background: #FF675D;
    color: white;
    margin-bottom: 2px;
  }
  .product-detail-wrapper .tags .tag.tag-brand {
    background: #f1ad16;
  }
  .product-detail-wrapper .attention {
    margin: 16px 0;
    font-size: 1.4rem;
    font-weight: bold;
    color: #2b23a2 !important;
    line-height: 2em;
    border-radius: 1em;
    text-decoration: none;
    background: #ffcc00;
    text-align: center;
  }
  .product-detail-wrapper .attention.attention-ext {
    border-radius: unset;
    background: #f7f7e8;
  }
  .product-detail-wrapper .attention.attention-ext p {
    font-size: 12px;
    padding: 10px 16px;
    color: #444444;
    line-height: normal;
  }
  .product-detail-wrapper .attention.attention-ext p a {
    text-decoration: underline;
    color: #b30303;
    font-weight: bold;
  }
  .product-detail-wrapper .attention.attention-ext p a:hover {
    text-decoration: unset;
  }
  .product-detail-wrapper .actions {
    margin-bottom: 16px 0;
  }
  .product-detail-wrapper .actions.actions-ext {
    display: flex;
    align-items: center;
  }
  .product-detail-wrapper .description {
    margin: 16px 0;
    font-size: 1.4rem;
  }
  .product-detail-wrapper .description p {
    margin: 16px 0;
  }
  .region-list-wrapper .region-item-wrapper .list {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 8px;
  }
  .authenticate-wrapper {
    width: 1024px;
    margin: auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 16px;
  }
  .authenticate-wrapper .block-wrapper {
    width: 100%;
  }
  .authenticate-wrapper .authenticate-login-wrapper {
    flex: 1;
  }
  .authenticate-wrapper .authenticate-login-wrapper .action {
    margin-top: 24px;
  }
  .authenticate-wrapper .authenticate-register-wrapper {
    flex: 1;
  }
  .authenticate-wrapper .authenticate-register-wrapper .action {
    margin-top: 24px;
  }
  .product-related-list-wrapper {
    width: 1024px;
    margin: auto;
    margin-bottom: 32px;
  }
  .product-related-list-wrapper .list {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-gap: 8px;
  }
  .product-related-list-wrapper .list .product-item-regular-wrapper {
    width: 100%;
    margin-bottom: 24px;
    border: 1px solid #cccccc;
  }
  .product-related-list-wrapper .list .product-item-regular-wrapper .product-item-regular-header .visual {
    width: 100%;
    position: relative;
  }
  .product-related-list-wrapper .list .product-item-regular-wrapper .product-item-regular-header .visual .soldout {
    position: relative;
  }
  .product-related-list-wrapper .list .product-item-regular-wrapper .product-item-regular-header .visual .soldout:after {
    position: absolute !important;
    content: "品切れ / 準備中" !important;
    color: #FFF !important;
    line-height: 150px !important;
    text-align: center !important;
    background: rgba(0, 0, 0, 0.7) !important;
    top: 0 !important;
    left: 0 !important;
    height: 100%;
    width: 100%;
  }
  .product-related-list-wrapper .list .product-item-regular-wrapper .product-item-regular-header .visual img {
    width: 230px;
    height: 154px;
    object-fit: cover;
  }
  .product-related-list-wrapper .list .product-item-regular-wrapper .product-item-regular-header .visual .special-tags {
    position: absolute;
    top: 0;
    left: 0;
  }
  .product-related-list-wrapper .list .product-item-regular-wrapper .product-item-regular-header .visual .special-frize-tags {
    position: absolute;
    bottom: 0;
    right: 0px;
  }
  .product-related-list-wrapper .list .product-item-regular-wrapper a:hover {
    text-decoration: none;
  }
  .product-related-list-wrapper .list .product-item-regular-wrapper .product-item-regular-body {
    height: 257px;
    padding: 10px;
  }
  .product-related-list-wrapper .list .product-item-regular-wrapper .product-item-regular-body .party {
    color: #afafaf;
    margin-right: 40px;
    height: 21px;
    color: #afafaf;
    font-size: 13px;
  }
  .product-related-list-wrapper .list .product-item-regular-wrapper .product-item-regular-body .party a {
    color: #afafaf;
  }
  .product-related-list-wrapper .list .product-item-regular-wrapper .product-item-regular-body .title {
    line-height: 2rem;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    height: 6rem;
    margin: 0px;
    font-size: 16px;
    color: black;
    word-break: break-all;
  }
  .product-related-list-wrapper .list .product-item-regular-wrapper .product-item-regular-body .title a {
    color: black;
  }
  .product-related-list-wrapper .list .product-item-regular-wrapper .product-item-regular-body .product-categories {
    height: 47px;
    overflow: hidden;
    margin: 10px 0px;
  }
  .product-related-list-wrapper .list .product-item-regular-wrapper .product-item-regular-body .product-categories .product-category {
    color: white;
    background: #afafaf;
    padding: 0px 5px;
    border-radius: 10px;
    display: inline-block;
    font-size: 12px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    max-width: 210px;
  }
  .product-related-list-wrapper .list .product-item-regular-wrapper .product-item-regular-body .price {
    margin-top: 5px;
    font-size: 18px;
    font-weight: 700;
    color: #c00;
  }
  .product-related-list-wrapper .list .product-item-regular-wrapper .product-item-regular-body .favourite-icon {
    float: right;
    margin-top: -45px;
    width: 40px;
    height: 40px;
  }
  .product-related-list-wrapper .list .product-item-regular-wrapper .product-item-regular-body .favourite-icon.favourite {
    background-image: url(/common_assets/images/product-list-fav-filled.png);
  }
  .product-related-list-wrapper .list .product-item-regular-wrapper .product-item-regular-body .favourite-icon.unfavourite {
    background-image: url(/common_assets/images/product-list-fav-blank.png);
  }
  .product-related-list-wrapper .list .product-item-regular-wrapper .product-item-regular-body .short-description {
    line-height: 1.6rem;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    max-height: 4.6rem;
    margin-top: 5px;
    color: black;
    word-break: break-all;
  }
  .product-list-wrapper .list.main-ranking.product {
    overflow-x: auto;
    overflow-y: hidden;
    display: -webkit-box;
    flex-wrap: unset;
    justify-content: unset;
  }
  .product-list-wrapper .list.main-ranking.product .product-item-rich-wrapper {
    float: left;
    margin-right: 10px;
  }
  .btn-cart-push, .link-btn-cart-push {
    outline: none;
    border: none;
    position: relative;
    display: inline-block;
    padding: 16px 60px;
    text-align: center;
    background: #FB6434;
    box-shadow: 0px 2px #FB6434;
    border-radius: 32px;
    font-size: 1.7rem;
    letter-spacing: 1px;
    color: white;
    cursor: pointer;
    display: inline-block;
    border-radius: 8px;
    padding: 16px 48px;
    padding-left: 32px;
    box-shadow: none;
  }
  .btn-cart-push:focus, .btn-cart-push:active, .link-btn-cart-push:focus, .link-btn-cart-push:active {
    outline: none !important;
    color: white;
  }
  .btn-cart-push:hover, .link-btn-cart-push:hover {
    color: white;
  }
  .btn-cart-push:after, .link-btn-cart-push:after {
    display: inline-block;
    position: absolute;
    margin: auto;
    width: 20px;
    height: 20px;
    top: 0;
    bottom: 0;
    right: 24px;
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 2rem;
    line-height: 2rem;
    color: white;
  }
  .btn-cart-push.btn-cart-yello, .link-btn-cart-push.btn-cart-yello {
    background: #e89114;
    font-size: 1.4rem;
    width: 255px;
    height: 51px;
    box-shadow: none;
  }
  .btn-cart-push.btn-cart-yello:after, .link-btn-cart-push.btn-cart-yello:after {
    content: "";
  }
  .btn-cart-push.my-page, .link-btn-cart-push.my-page {
    width: 100%;
    border-radius: 0;
    padding: 8px 25px;
    margin-bottom: 8px;
  }
  .btn-cart-push.my-page.small-btn:after, .link-btn-cart-push.my-page.small-btn:after {
    right: 3px;
  }
  .btn-cart-added {
    outline: none;
    border: none;
    position: relative;
    display: inline-block;
    padding: 16px 60px;
    text-align: center;
    background: #aaa;
    box-shadow: 0px 2px #FB6434;
    border-radius: 32px;
    font-size: 1.7rem;
    letter-spacing: 1px;
    color: white;
    cursor: pointer;
    display: inline-block;
    border-radius: 8px;
    padding: 16px 48px;
    padding-left: 32px;
  }
  .btn-cart-added:focus, .btn-cart-added:active {
    outline: none !important;
    color: white;
  }
  .btn-cart-added:hover {
    color: white;
  }
  .btn-cart-added:after {
    display: inline-block;
    position: absolute;
    margin: auto;
    width: 20px;
    height: 20px;
    top: 0;
    bottom: 0;
    right: 24px;
    content: "";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 2rem;
    line-height: 2rem;
    color: white;
  }
  .btn-cart-added.my-page {
    width: 100%;
    border-radius: 0;
    padding: 8px 17px;
    margin-bottom: 8px;
    box-shadow: none;
  }
  .btn-favorite {
    outline: none;
    border: none;
    position: relative;
    display: inline-block;
    padding: 16px 60px;
    text-align: center;
    background: #acacac;
    box-shadow: 0px 2px #FB6434;
    border-radius: 32px;
    font-size: 1.7rem;
    letter-spacing: 1px;
    color: white;
    cursor: pointer;
    display: inline-block;
    border-radius: 8px;
    box-shadow: 0px 2px gray;
    padding: 16px 48px;
    padding-left: 32px;
  }
  .btn-favorite:focus, .btn-favorite:active {
    outline: none !important;
    color: white;
  }
  .btn-favorite:hover {
    color: white;
  }
  .btn-favorite:after {
    display: inline-block;
    position: absolute;
    margin: auto;
    width: 20px;
    height: 20px;
    top: 0;
    bottom: 0;
    right: 24px;
    content: none;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 2rem;
    line-height: 2rem;
    color: white;
  }
  .btn-favorite.favorited, .btn-favorite.favourite {
    background: #E12D37;
  }
  .btn-favorite.favorited:after, .btn-favorite.favourite:after {
    content: "\f00c";
  }
  .btn-favorite.unfavorited:hover, .btn-favorite.unfavourite:hover {
    background: #FF675D;
  }
  .btn-favorit-ext {
    background: #fff;
    color: #e89114;
    box-shadow: 0px 2px #fff;
    font-size: 1.4rem;
    margin-left: 27px;
    width: 167px;
    height: 51px;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #e89114;
  }
  .btn-favorit-ext:after {
    content: "";
  }
  .btn-favorit-ext:hover {
    background: #e89114;
    color: #fff;
  }
  .btn-favorit-ext.favorited, .btn-favorit-ext.favourite {
    background: #E12D37;
    color: #fff;
  }
  .btn-favorit-ext.favorited:after, .btn-favorit-ext.favourite:after {
    content: "";
  }
  .btn-favorit-ext.unfavorited:hover, .btn-favorit-ext.unfavourite:hover {
    background: #e89114;
  }
  .step-navigation {
    margin: 0;
    padding: 0;
    list-style: none;
    margin-bottom: 30px;
  }
  .step-navigation .step {
    position: relative;
    display: inline-block;
    padding: 16px;
    background: #dcdcdc;
    color: white;
    font-size: 1.4rem;
    letter-spacing: 1px;
    width: 205px;
    height: 60px;
    text-align: center;
    margin-right: 16px;
  }
  .step-navigation .step .step-number {
    vertical-align: baseline;
    font-size: 1.7rem;
    font-weight: bold;
  }
  .step-navigation .step:after {
    position: absolute;
    display: block;
    content: "";
    border-top: 30px solid transparent;
    border-bottom: 30px solid transparent;
    border-left: 16px solid #dcdcdc;
    top: 0;
    bottom: 0;
    right: -16px;
  }
  .step-navigation .step:last-child {
    margin-right: 0;
  }
  .step-navigation .step:last-child:after {
    content: none;
  }
  .step-navigation .step.active {
    background: #e89114;
  }
  .step-navigation .step.active:after {
    border-left-color: #e89114;
  }
  .checkout-complete-banner .checkout-complete-banner-img {
    padding: 2% 10%;
  }
  .checkout-complete-banner .checkout-complete-banner-img img {
    border: 2px solid #eba79c;
  }
  .cart-package-wrapper {
    font-size: 1.4rem;
    letter-spacing: 1px;
  }
  .cart-package-wrapper .columnized-list {
    margin: 0;
    padding: 0;
    list-style: none;
  }
  .cart-package-wrapper .columnized-item:nth-of-type(n+2) .column-header {
    display: none;
  }
  .cart-package-wrapper .columnized-item .column-header {
    display: flex;
  }
  .cart-package-wrapper .columnized-item .column-header .column {
    background: #999;
    color: white;
  }
  .cart-package-wrapper .columnized-item .column-body {
    display: flex;
    border-bottom: 1px solid #ccc;
  }
  .cart-package-wrapper .columnized-item .column {
    flex: 1;
    padding: 8px;
    border-left: 1px solid #ccc;
  }
  .cart-package-wrapper .columnized-item .column:last-child {
    border-right: 1px solid #ccc;
  }
  .cart-package-wrapper .columnized-item .column {
    flex: none;
  }
  .cart-package-wrapper .cart-item-header {
    text-align: center;
  }
  .cart-package-wrapper .cart-item-column {
    zoom: 1;
  }
  .cart-package-wrapper .cart-item-column:before, .cart-package-wrapper .cart-item-column:after {
    display: block;
    height: 0;
    visibility: hidden;
    content: " ";
  }
  .cart-package-wrapper .cart-item-column:after {
    clear: both;
  }
  .cart-package-wrapper .cart-item-column .visual {
    position: relative;
    float: left;
    width: 48%;
  }
  .cart-package-wrapper .cart-item-column .party {
    float: right;
    width: 48%;
  }
  .cart-package-wrapper .cart-item-column .title {
    float: right;
    width: 48%;
  }
  .cart-package-wrapper .cart-item-column.cart-item-column1 {
    width: 55%;
    text-align: left;
  }
  .cart-package-wrapper .cart-item-column.cart-item-column2 {
    width: 15%;
  }
  .cart-package-wrapper .cart-item-column.cart-item-column3 {
    width: 20%;
  }
  .cart-package-wrapper .cart-item-column.cart-item-column4 {
    width: 10%;
  }
  .cart-package-wrapper .party {
    color: gray;
    font-size: 1.4rem;
  }
  .cart-package-wrapper .title {
    font-size: 1.7rem;
    color: black;
    font-weight: bold;
  }
  .cart-package-wrapper input[type=number] {
    display: inline-block;
    width: 100%;
    padding: 4px;
    border: 1px solid #dfdfdf;
  }
  .cart-package-wrapper .price {
    color: #c00;
    font-size: 130%;
  }
  .cart-package-wrapper .btn-cart-destroy {
    background: #222;
    color: white;
    -webkit-border-radius: 4px;
    border-radius: 4px;
  }
  .cart-item-list-total {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    font-weight: bold;
    font-size: 2.1rem;
    border: 1px solid #dcdcdc;
    border-right: none;
  }
  .cart-item-list-total li {
    padding: 16px;
    border-right: 1px solid #dcdcdc;
  }
  .cart-item-list-total li.total-text {
    flex: 1;
    text-align: right;
  }
  .cart-item-list-total li.total-price {
    flex: 1;
    text-align: right;
    vertical-align: baseline;
  }
  .cart-item-list-total li.total-price .price-number {
    color: #c00;
    font-size: 2.3rem;
    letter-spacing: 1px;
  }
  .cart-item-action {
    display: flex;
    justify-content: space-between;
    margin: 36px 0;
  }
  .cart-item-action .goback {
    margin-top: 0 !important;
  }
  .cart-item-action .gonext {
    margin-top: 0 !important;
  }
  .form-wrapper .form-component {
    display: flex;
    align-items: stretch;
  }
  .form-wrapper .form-component .form-component-header {
    border-top: 1px solid #ccc;
    background: #a0a0a0;
    color: white;
    padding: 8px 16px;
    font-weight: bold;
    letter-spacing: 1px;
  }
  .form-wrapper .form-component .form-component-body {
    border: 1px solid #ccc;
    border-bottom: none;
    padding: 8px 16px;
    font-weight: bold;
    letter-spacing: 1px;
  }
  .form-wrapper .form-component:last-of-type {
    border-bottom: 1px solid #ccc;
  }
  .form-wrapper .label-required {
    display: inline-block;
    background: #E12D37;
    padding: 3px 8px;
    color: white;
    font-size: 1rem;
    float: right;
  }
  .form-wrapper .caution {
    margin: 8px 0;
    font-size: 1.3rem;
    font-weight: normal;
    color: #c00;
    letter-spacing: 0;
  }
  .form-wrapper .gonext {
    margin: 32px 0;
    text-align: center;
  }
  .news-list-wrapper .list {
    margin: 0;
    padding: 0;
    list-style: none;
  }
  .news-list-wrapper .list li:nth-of-type(2n) {
    background: #F5F2F2;
  }
  .news-item-regular {
    padding: 12px 8px;
  }
  .news-item-regular .title {
    font-size: 1.6rem;
    font-weight: bold;
  }
  .news-item-regular .title a {
    color: black;
  }
  .news-item-regular .date {
    text-align: right;
    font-size: 1.2rem;
  }
  .news-item-regular .summary {
    font-size: 1.2rem;
  }
  .legal-wrapper {
    width: 100%;
    margin: 16px auto;
    padding: 16px;
    border: 1px solid #dcdcdc;
    font-size: 1.5rem;
  }
  .legal-wrapper .legal-container {
    width: 80%;
    margin: auto;
    text-align: center;
  }
  .legal-wrapper .legal-container p {
    margin-bottom: 12px;
  }
  .legal-wrapper .legal-container .agreement-wrapper {
    padding: 16px;
    background: #F7F7E9;
  }
  .legal-wrapper .legal-container .agreement-wrapper label {
    position: relative;
    padding-left: 20px;
  }
  .legal-wrapper .legal-container .agreement-wrapper label input {
    position: absolute;
    left: -10px;
    top: -5px;
    width: 26px;
    height: 26px;
  }
  .product-category-list-wrapper .category-list-icon {
    float: left;
    width: 20px;
    margin-right: 8px;
    text-align: center;
  }
  .product-category-list-wrapper .icon-product-category {
    max-height: 20px;
    max-width: 20px;
  }
  .giftcode-list-wrapper {
    font-size: 1.4rem;
    letter-spacing: 1px;
  }
  .giftcode-list-wrapper .columnized-list {
    margin: 0;
    padding: 0;
    list-style: none;
  }
  .giftcode-list-wrapper .columnized-item:nth-of-type(n+2) .column-header {
    display: none;
  }
  .giftcode-list-wrapper .columnized-item .column-header {
    display: flex;
  }
  .giftcode-list-wrapper .columnized-item .column-header .column {
    background: #999;
    color: white;
  }
  .giftcode-list-wrapper .columnized-item .column-body {
    display: flex;
    border-bottom: 1px solid #ccc;
  }
  .giftcode-list-wrapper .columnized-item .column {
    flex: 1;
    padding: 8px;
    border-left: 1px solid #ccc;
  }
  .giftcode-list-wrapper .columnized-item .column:last-child {
    border-right: 1px solid #ccc;
  }
  .product-category-keyword-list-wrapper {
    margin-bottom: 40px;
  }
  .product-category-keyword-list-wrapper .product-category-keyword-list-header {
    font-size: 2rem;
    margin-bottom: 16px;
    background: #fff;
    border-left: solid 3.5px #ff8c00;
    padding: 2px 6px;
  }
  .product-category-keyword-list-wrapper .product-category-keyword-list-body .list {
    margin: 0;
    padding: 0;
    list-style: none;
  }
  .product-category-keyword-list-wrapper .product-category-keyword-list-body .list li {
    display: inline-block;
    margin-right: 8px;
    margin-bottom: 6px;
    padding: 2px 6px;
    border: 1px solid #ccc;
    border-radius: 2px;
  }
  .product-category-keyword-list-wrapper .product-category-keyword-list-body .list li a {
    color: #555;
  }
  .product-category-recommend-wrapper .product-category-recommend-header {
    margin-bottom: 16px;
  }
  .product-category-recommend-wrapper .product-category-recommend-header .label {
    display: inline-block;
    margin-right: 6px;
    vertical-align: middle;
    background: #e89114;
    color: white;
    font-weight: bold;
  }
  .product-category-recommend-wrapper .product-category-recommend-header .text {
    font-size: 2rem;
    vertical-align: middle;
  }
  .product-category-recommend-wrapper .product-category-recommend-body .list {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .product-category-recommend-wrapper .product-category-recommend-body .list li {
    display: inline-block;
    width: 30%;
    margin-bottom: 16px;
  }
  .special-category-wrapper .list {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .special-category-wrapper .list > li {
    width: 49%;
  }
  .special-category-list-item-wrapper {
    margin-bottom: 8px;
    display: flex;
    flex-direction: row;
  }
  .special-category-list-item-wrapper .special-category-list-item-header {
    flex: 1;
  }
  .special-category-list-item-wrapper .special-category-list-item-body {
    flex: 3;
    padding-left: 16px;
  }
  .special-category-list-item-wrapper .special-category-list-item-body a {
    color: #444;
  }
  .special-category-list-item-wrapper .special-category-list-item-body .main-category {
    font-size: 1.6rem;
    margin: 0;
    margin-bottom: 8px;
  }
  .special-category-list-item-wrapper .special-category-list-item-body .sub-category {
    font-size: 1.4rem;
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: start;
  }
  .special-category-list-item-wrapper .special-category-list-item-body .sub-category > li {
    display: inline-block;
    margin-right: 16px;
  }
  .reset-password-container {
    max-width: 400px;
    margin: auto;
  }
  .keyword-search-footer-wrapper {
    margin-bottom: 24px;
  }
  .keyword-search-footer-wrapper .keyword-search-input {
    width: 300px !important;
  }
  .campaign-wrapper .block-wrapper {
    width: 100%;
    margin-bottom: 20px;
  }
  .campaign-header-wrapper .authenticate-login-wrapper .block-wrapper {
    margin-bottom: 0;
  }
  .campaign-login-promotion-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 16px;
  }
  .campaign-login-promotion-wrapper .block-bare-wrapper .block-header {
    font-size: 1.6rem;
  }
  .campaign-login-promotion-wrapper .block-bare-wrapper .block-header:before {
    margin-top: 0;
    margin-right: 12px;
  }
  .form-campaign-code p.legal {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .form-campaign-code .form-component {
    margin-bottom: 12px;
  }
  .form-campaign-code .form-component input {
    width: 100%;
  }
  .form-campaign-code .form-component input[type=text] {
    border: 1px solid gray;
    border-radius: 8px;
    height: 50px;
  }
  .campaign-content-wrapper .campaign-content-body {
    display: flex;
  }
  .campaign-content-wrapper .campaign-content-body .thumbnail {
    flex: 1;
  }
  .campaign-content-wrapper .campaign-content-body .summary {
    flex: 1;
    position: relative;
    margin-top: 10px;
    padding-right: 40px;
  }
  .campaign-content-wrapper .campaign-content-body .summary .campaign-link {
    text-align: right;
  }
  .favourite-modal .modal-dialog {
    width: 480px !important;
  }
  .favourite-modal .modal-content .modal-header {
    text-align: center;
    border-bottom: unset;
    padding-top: 40px;
    padding-bottom: 20px;
  }
  .favourite-modal .modal-content .modal-header .modal-title {
    font-size: 28px;
  }
  .favourite-modal .modal-content .modal-header .mclose {
    font-size: 50px;
    position: absolute;
    top: -15px;
    right: -15px;
    background-color: #eeeeee;
    padding: 0 8px;
    border-radius: 50%;
  }
  .favourite-modal .modal-content .modal-body .mcontnt {
    display: grid;
    grid-template-columns: 40% 59%;
    justify-items: center;
    grid-gap: 0 10px;
    width: 478px;
    background-color: rgba(238, 238, 238, 0.9333333333);
    margin-left: -20px;
    padding: 40px;
  }
  .favourite-modal .modal-content .modal-body .mcontnt .pright {
    width: 100%;
  }
  .favourite-modal .modal-content .modal-body .mcontnt .pright .title {
    font-size: 16px;
  }
  .favourite-modal .modal-content .modal-body .modal-foo .btn {
    display: block;
    width: 90%;
    text-align: center;
    border: 1px solid #e89114;
    border-radius: 5px;
    padding: 10px 0;
    margin: 20px auto;
    font-size: 24px;
  }
  .favourite-modal .modal-content .modal-body .modal-foo .btn.register {
    background-color: #e89114;
    color: #fff;
  }
  .favourite-modal .modal-content .modal-body .modal-foo .btn.login {
    color: #e89114;
  }
  .favourite-modal .modal-content .modal-body .modal-foo .txt {
    text-align: center;
    font-size: 20px;
    margin-top: 40px;
  }
  .favourite-modal .modal-content .modal-body .modal-foo .login-text {
    font-size: 16px;
  }
  .favourite-modal .modal-content .modal-body .modal-foo .mbtn-close {
    text-align: center;
    margin: 40px;
  }
  .top-category-ranking .nav-tabs .nav-item a {
    border: 1px solid #ddd;
    font-size: 14px;
    padding: 6px 0px;
    width: 100px;
    text-align: center;
    color: #666666;
  }
  .top-category-ranking .nav-tabs .nav-item a img {
    width: 15px;
    height: 14px;
    display: inline;
    margin-bottom: 2px;
    margin-right: 3px;
  }
  .top-category-ranking .nav-tabs .nav-item.active a {
    border-bottom-color: transparent;
    color: black;
    font-weight: bold;
  }
  .top-category-ranking .tab-content {
    margin-top: 35px;
  }
  .top-category-ranking .main-ranking {
    justify-content: unset;
  }
  .top-category-ranking .main-ranking .product-item-rich-wrapper {
    width: 24%;
    margin-right: 7px;
  }
  .top-category-ranking .main-ranking .product-item-rich-wrapper .product-item-rich-header .visual img {
    width: 170px;
    height: 105px;
  }
  .top-category-ranking .main-ranking .product-item-rich-wrapper .product-item-rich-body .party {
    font-size: 10px;
    margin-right: 40px;
  }
  .top-category-ranking .main-ranking .product-item-rich-wrapper .product-item-rich-body .product-categories .product-category {
    font-size: 11px;
    max-width: 150px;
  }
  .top-category-ranking .main-ranking .product-item-rich-wrapper .product-item-rich-body .price {
    font-size: 16px;
  }
  .checkout-profile-wrapper .form-control, #tab_paid_by_card .form-control {
    height: 50px;
    font-size: 15px;
  }
}
@media only screen and (max-width: 768px) {
  .pc-only {
    display: none !important;
  }
  .sp-only {
    display: block;
  }
  .guard {
    padding-left: 8px;
    padding-right: 8px;
  }
  .block .block-inner {
    padding: 8px;
    border: 1px solid #ccc;
    background: #F7F7E9;
  }
  .block .block-header {
    background: url(/common_assets/images/bg-block-title.png);
    padding: 6px 0;
    color: white;
  }
  .block .block-body {
    padding: 12px;
    background: #FFF;
  }
  .table-1column-sp td {
    display: block;
  }
  .simulator {
    width: 90vw;
    border: 2px solid #727c8c;
    border-radius: 5px;
    margin: 0 auto;
    margin-top: 20px;
  }
  .simulator #family_structure, .simulator #salary_income:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #000;
  }
  .simulator .slide-header {
    display: flex;
    width: 344px;
    position: relative;
    align-items: center;
    margin: 0 auto;
    padding: 10px 0px;
  }
  .simulator .slide-header .title {
    width: 74vw;
    text-align: center;
    font-size: 13px;
    font-weight: bold;
  }
  .simulator .slide-header .plus-icon {
    height: 40px;
    width: 40px;
    color: #e89114;
    align-items: center;
    justify-content: center;
    display: flex;
    font-size: 20px;
  }
  .simulator .simulator-body {
    margin: 20px 0px;
  }
  .simulator .simulator-body .simulator-wrapper {
    width: 100%;
    background-color: #F7F7E9;
  }
  .simulator .simulator-body .simulator-wrapper.top {
    position: relative;
    width: 83vw;
    height: 100px;
    margin-top: 15px 10px;
    padding: 15px;
    margin-left: 2vw;
  }
  .simulator .simulator-body .simulator-wrapper.bottom {
    margin-top: 10px;
    margin-bottom: 20px;
    padding: 5px 2px;
    display: inline-block;
    justify-content: center;
    width: 83vw;
    margin-left: 2vw;
  }
  .simulator .simulator-body .simulator-wrapper.bottom .keyword-search-container.limit-simulator {
    letter-spacing: normal;
    display: inline-flex;
  }
  .simulator .simulator-body .simulator-wrapper.bottom .keyword-search-container.limit-simulator .input-wrapper {
    display: flex;
    width: 41vw;
  }
  .simulator .simulator-body .simulator-wrapper.bottom .keyword-search-container.limit-simulator .input-wrapper:before {
    content: "";
    background-image: none;
  }
  .simulator .simulator-body .simulator-wrapper.bottom .keyword-search-container.limit-simulator .input-wrapper .keyword-search-input {
    padding: 5.5px 0;
    width: 34vw;
    text-align: right;
    font-size: 4vw;
    line-height: 22px;
  }
  .simulator .simulator-body .simulator-wrapper.bottom .keyword-search-container.limit-simulator .yen {
    display: inline-flex;
    align-items: center;
    margin-left: 5px;
  }
  .simulator .simulator-body .simulator-wrapper.bottom .left-input {
    background: #e89114;
    color: white;
    position: relative;
    padding: 2px 7px;
    width: 35vw;
    height: 44px;
  }
  .simulator .simulator-body .simulator-wrapper.bottom .left-input span {
    display: block;
  }
  .simulator .simulator-body .simulator-wrapper.bottom .left-input span.top {
    font-size: 2.6vw;
    line-height: 17px;
  }
  .simulator .simulator-body .simulator-wrapper.bottom .left-input span.bottom {
    font-size: 3.5vw;
    line-height: 21px;
  }
  .simulator .simulator-body .simulator-wrapper.bottom .left-input::after {
    content: "";
    position: absolute;
    right: -22px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 22px 0 22px 22px;
    border-color: transparent transparent transparent #e89114;
    line-height: 0px;
    _border-color: #000000 #000000 #000000 #e89114;
    _filter: progid:DXImageTransform.Microsoft.Chroma(color="#000000");
    top: 0px;
  }
  .simulator .simulator-body .simulator-wrapper.bottom .action {
    margin: 10px 0;
  }
  .simulator .simulator-body .simulator-wrapper.bottom .action .btn-catchy {
    display: block;
    margin: auto;
    padding: 10px 52px 10px 20px !important;
    background: #e89114 !important;
    font-size: 11px !important;
    color: white !important;
    width: 80%;
  }
  .simulator .simulator-body .simulator-wrapper.bottom .action .limit_link {
    margin-top: 10px;
    display: inline-block;
  }
  .simulator .simulator-body .simulator-wrapper .limit-simulator-select {
    display: table-cell;
  }
  .simulator .simulator-body .simulator-wrapper .limit-simulator-select .select-simulator-label {
    display: block;
  }
  .simulator .simulator-body .simulator-wrapper .limit-simulator-select select {
    height: 40px;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url(/common_assets/images/select-arrow-down.png);
    background-repeat: no-repeat;
    border: 1px solid #9b9b9b;
    border-radius: 2px;
    background-position: -webkit-calc(100% - 10px) center;
    background-position: right 10px center;
    padding-left: 14px;
    padding-right: 30px;
  }
  .simulator .simulator-body .simulator-wrapper .limit-simulator-select select:focus {
    outline: 0;
  }
  .simulator .simulator-body .simulator-wrapper .limit-simulator-select:nth-child(1) select {
    width: 30vw;
    margin-right: 20px;
  }
  .simulator .simulator-body .simulator-wrapper .limit-simulator-select:nth-child(2) select {
    width: 40vw;
  }
  .header-wrapper {
    width: 100%;
  }
  .header-sky {
    padding: 4px 0;
    color: white;
    background: #DE4138;
  }
  .header-sky a {
    color: white;
    text-decoration: underline;
  }
  .header-sky .header-sky-container {
    padding-left: 8px;
    padding-right: 8px;
    text-align: center;
    font-size: 105%;
    font-weight: bold;
  }
  .manipulation-wrapper .item-sorter .select {
    width: 125px;
  }
  .manipulation-wrapper .item-sorter .select#category {
    width: 140px;
  }
  .manipulation-wrapper .item-sorter .item-sorter-part {
    margin-bottom: 10px;
  }
  .header-topbar {
    background: #F7F7E8;
  }
  .header-topbar .header-topbar-container {
    width: 100%;
  }
  .header-topbar .header-topbar-container .header-topbar-title {
    padding: 8px;
  }
  .header-topbar .header-topbar-container .header-topbar-title .site-title {
    margin: 0;
    padding: 0;
    line-height: 1.3rem;
  }
  .header-topbar .header-topbar-container .header-topbar-title .site-title a {
    text-decoration: none;
    color: black;
    font-weight: normal;
    font-size: 1.3rem;
  }
  .header-topbar .header-topbar-container .header-topbar-title .site-title a.sp-logout {
    font-size: 1rem;
    text-decoration: underline;
    display: inline-block !important;
    float: right;
  }
  .header-topbar .header-topbar-container .header-topbar-navigation {
    display: none;
  }
  .header-of-header-container {
    padding-left: 8px;
    padding-right: 8px;
    display: flex;
    flex-wrap: wrap;
  }
  .header-of-header-container .header-container-column-left {
    margin: 0 auto;
  }
  .header-of-header-container .header-container-column-right {
    margin: 0 auto;
  }
  .header-of-header-container .logo-wrapper {
    padding: 10px 0;
  }
  .header-of-header-container .logo-wrapper img {
    width: 350px;
  }
  .header-of-header-container .message-wrapper {
    padding: 10px 0;
    color: red;
    font-size: 14px;
    font-weight: bold;
  }
  .header-container {
    width: 100%;
    display: flex;
    padding: 0 6px;
  }
  .header-container .header-container-column-left {
    flex: 9;
  }
  .header-container .header-container-column-right {
    flex: 10;
    width: 100%;
  }
  .header-container .logo-wrapper {
    padding-top: 16px;
  }
  .header-container .logo-wrapper img {
    width: auto;
    max-width: 100%;
    height: auto;
  }
  .header-container .action-member {
    margin: 0;
    padding: 0;
    list-style: none;
    padding-top: 3px;
    text-align: right;
    min-height: 60px;
  }
  .header-container .action-member li.member-login {
    display: inline-block;
    width: 30%;
    padding: 6px 2px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    background: #e89114;
    text-align: center;
  }
  .header-container .action-member li.member-login a {
    display: block;
    color: white;
    font-size: 1rem;
  }
  .header-container .action-member li.member-login a:before {
    content: " ";
    display: block;
    margin: auto;
    background-image: url(/common_assets/images/icon-login.png);
    background-size: cover;
    width: 28px;
    height: 28px;
  }
  .header-container .action-member li.member-register {
    display: inline-block;
    width: 30%;
    padding: 6px 2px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    background: #e89114;
    text-align: center;
  }
  .header-container .action-member li.member-register a {
    display: block;
    color: white;
    font-size: 1rem;
  }
  .header-container .action-member li.member-register a:before {
    content: " ";
    display: block;
    margin: auto;
    background-image: url(/common_assets/images/icon-register.png);
    background-size: cover;
    width: 28px;
    height: 28px;
  }
  .header-container .action-member li.member-favourite {
    display: inline-block;
    width: 30%;
    padding: 6px 2px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    background: #e89114;
    text-align: center;
  }
  .header-container .action-member li.member-favourite a {
    display: block;
    color: white;
    font-size: 1rem;
  }
  .header-container .action-member li.member-favourite a:before {
    content: " ";
    display: block;
    margin: auto;
    background-image: url(/common_assets/images/icon-favorite.png);
    background-size: cover;
    width: 28px;
    height: 28px;
  }
  .header-container .action-member li.member-favourite.has-fav a:before {
    content: none;
  }
  .header-container .action-member li.member-favourite.has-fav .quantity {
    display: block;
    width: 28px;
    height: 28px;
    margin: auto;
    border: 1px solid white;
    border-radius: 14px;
    padding: 0px 6px;
    background: #FF5C24;
    font-size: 1.5rem;
  }
  .header-container .action-member li.member-cart {
    display: inline-block;
    width: 30%;
    padding: 6px 2px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    background: #e89114;
    text-align: center;
  }
  .header-container .action-member li.member-cart a {
    display: block;
    color: white;
    font-size: 1rem;
  }
  .header-container .action-member li.member-cart a:before {
    content: " ";
    display: block;
    margin: auto;
    background-image: url(/common_assets/images/icon-cart.png);
    background-size: cover;
    width: 28px;
    height: 28px;
  }
  .header-container .action-member li.member-cart.has-cart a:before {
    content: none;
  }
  .header-container .action-member li.member-cart.has-cart .quantity {
    display: block;
    width: 28px;
    height: 28px;
    margin: auto;
    border: 1px solid white;
    border-radius: 14px;
    padding: 0px 6px;
    background: #FF5C24;
    font-size: 1.5rem;
  }
  .header-container .action-discover {
    width: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
    padding-top: 4px;
  }
  .header-container .action-discover li {
    width: 24%;
  }
  .header-container .action-discover li.discover-ranking {
    display: inline-block;
    padding: 4px 0;
    position: relative;
    text-align: center;
    vertical-align: middle;
  }
  .header-container .action-discover li.discover-ranking a {
    display: block;
    color: black;
    font-size: 1.4rem;
  }
  .header-container .action-discover li.discover-ranking a:before {
    content: " ";
    display: block;
    background: url(/common_assets/images/icon-ranking.png);
    background-size: cover;
    width: 36px;
    height: 36px;
    margin: auto;
    margin-bottom: 4px;
  }
  .header-container .action-discover li.discover-city {
    display: inline-block;
    padding: 4px 0;
    position: relative;
    text-align: center;
    vertical-align: middle;
  }
  .header-container .action-discover li.discover-city a {
    display: block;
    color: black;
    font-size: 1.4rem;
  }
  .header-container .action-discover li.discover-city a:before {
    content: " ";
    display: block;
    background: url(/common_assets/images/icon-city.png);
    background-size: cover;
    width: 36px;
    height: 36px;
    margin: auto;
    margin-bottom: 4px;
  }
  .header-container .action-discover li.discover-product {
    display: inline-block;
    padding: 4px 0;
    position: relative;
    text-align: center;
    vertical-align: middle;
  }
  .header-container .action-discover li.discover-product a {
    display: block;
    color: black;
    font-size: 1.4rem;
  }
  .header-container .action-discover li.discover-product a:before {
    content: " ";
    display: block;
    background: url(/common_assets/images/icon-product.png);
    background-size: cover;
    width: 36px;
    height: 36px;
    margin: auto;
    margin-bottom: 4px;
  }
  .header-container .action-discover li.discover-recommend {
    display: inline-block;
    padding: 4px 0;
    position: relative;
    text-align: center;
    vertical-align: middle;
  }
  .header-container .action-discover li.discover-recommend a {
    display: block;
    color: black;
    font-size: 1.4rem;
  }
  .header-container .action-discover li.discover-recommend a:before {
    content: " ";
    display: block;
    background: url(/common_assets/images/icon-recommend.png);
    background-size: cover;
    width: 36px;
    height: 36px;
    margin: auto;
    margin-bottom: 4px;
  }
  .header-container .action-discover li.discover-news {
    display: inline-block;
    padding: 4px 0;
    position: relative;
    text-align: center;
    vertical-align: middle;
  }
  .header-container .action-discover li.discover-news a {
    display: block;
    color: black;
    font-size: 1.4rem;
  }
  .header-container .action-discover li.discover-news a:before {
    content: " ";
    display: block;
    background: url(/common_assets/images/icon-news.png);
    background-size: cover;
    width: 36px;
    height: 36px;
    margin: auto;
    margin-bottom: 4px;
  }
  .footer-wrapper {
    width: 100%;
    background: url(/common_assets/images/bg-footer.png);
    border-top: 1px solid #ccc;
  }
  .footer-wrapper .footer-container {
    width: 100%;
    padding: 60px 0;
  }
  .footer-wrapper .logo-wrapper {
    width: 80%;
    margin: auto;
    margin-bottom: 50px;
  }
  .footer-wrapper .logo-wrapper img {
    width: 100%;
  }
  .footer-wrapper .footer-nav {
    padding-left: 8px;
    padding-right: 8px;
  }
  .footer-wrapper .footer-nav ul {
    margin-bottom: 20px;
  }
  .footer-wrapper .navigation-action-formal {
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: center;
  }
  .footer-wrapper .navigation-action-formal li {
    display: inline-block;
  }
  .footer-wrapper .navigation-action-formal li:after {
    content: " / ";
    display: inline-block;
    vertical-align: top;
    color: #e89114;
    font-size: 1.5rem;
    margin: 0 6px;
  }
  .footer-wrapper .navigation-action-formal li:last-child:after {
    content: none;
  }
  .footer-wrapper .navigation-action-formal li a {
    color: black;
    font-weight: bold;
    font-size: 1.5rem;
  }
  .footer-wrapper .copyright {
    width: 100%;
    padding: 30px 0;
    background: url(/common_assets/images/bg-copyright.png);
    color: white;
    text-align: center;
    font-size: 1.3rem;
  }
  .content-wrapper {
    width: 100%;
  }
  .action {
    text-align: center;
  }
  .section-title {
    margin-bottom: 15px;
    padding: 10px 0 20px 0;
  }
  .section-title .left:before {
    width: 24px;
    height: 24px;
    margin-right: 6px;
    margin-bottom: 0;
  }
  .section-title .left .main-title {
    font-size: 2rem;
  }
  .section-title .left .sub-title {
    display: none;
  }
  .section-title .right {
    font-size: 1rem;
  }
  .section-title.news .pull-right .btn {
    padding: 0;
  }
  .section {
    margin-bottom: 30px;
  }
  .category-ranking-wrapper {
    margin-bottom: 24px;
  }
  .category-ranking-wrapper .category-ranking-title {
    padding-bottom: 8px;
    border-bottom: 2px dotted #e89114;
  }
  .category-ranking-wrapper .category-ranking-title .m-title {
    width: 68%;
    float: left;
  }
  .category-ranking-wrapper .category-ranking-title .m-title:before {
    display: inline-block;
    width: 30px;
    content: " ";
    background-image: url(/common_assets/images/icon-ranking.png);
    background-repeat: no-repeat;
    background-size: contain;
  }
  .category-ranking-wrapper .category-ranking-title .sub-title {
    font-size: 12px;
    margin-top: 6px;
    width: 32%;
    float: left;
  }
  .category-ranking-wrapper .category-ranking-list {
    display: grid;
    grid-template-columns: 50% 50%;
    grid-gap: 0 10px;
    padding-right: 10px;
  }
  .category-ranking-wrapper.ranking-wrapper .list {
    overflow-x: auto;
    overflow-y: hidden;
    display: -webkit-box !important;
    flex-wrap: unset;
  }
  .category-ranking-wrapper.ranking-wrapper .list .product-item-rich-wrapper {
    width: 49%;
  }
  .help-content-list-wrapper {
    padding: 32px 0;
    padding-left: 8px;
    padding-right: 8px;
    width: 100%;
    border-top: 1px solid #ccc;
  }
  .help-content-list-wrapper .list {
    margin: 0;
    padding: 0;
    list-style: none;
  }
  .help-content-list-wrapper .list li {
    display: block;
    width: 100%;
    margin-bottom: 12px;
  }
  .help-content {
    display: block;
    width: 100%;
    border: 1px solid #ccc;
    padding: 4px;
    background: white;
  }
  .help-content .help-content-container {
    position: relative;
    display: block;
    padding: 24px;
    padding-right: 48px;
    background: #F7F7E9;
    color: black;
    font-weight: bold;
    font-size: 1.6rem;
  }
  .help-content .help-content-container:after {
    position: absolute;
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    display: block;
    background: #e89114;
    width: 24px;
    height: 100%;
    margin: auto;
    padding-top: 24px;
    top: 0;
    bottom: 0;
    right: 0;
    color: white;
    text-align: center;
  }
  .breadcrumb-wrapper {
    margin-bottom: 20px;
  }
  .breadcrumb-wrapper .breadcrumb-container {
    padding: 8px 8px;
    overflow: auto;
    white-space: nowrap;
  }
  .breadcrumb-wrapper .list {
    width: 100%;
  }
  .block-wrapper {
    padding-left: 8px;
    padding-right: 8px;
    margin-bottom: 60px;
  }
  .block-wrapper .block-inner {
    padding: 20px 8px;
  }
  .block-wrapper .block-body {
    padding: 12px;
  }
  .page-up-wrapper {
    position: fixed;
    display: inline-block;
    bottom: 12px;
    right: 8px;
    margin: auto;
    text-align: right;
  }
  .page-up-wrapper .btn-page-up {
    display: inline-block;
    background-image: url(/common_assets/images/btn-pageup.png);
    background-repeat: no-repeat;
    background-size: cover;
    width: 40px;
    height: 40px;
  }
  .keyword-list-wrapper {
    margin: 20px 0;
  }
  .keyword-list-wrapper .keyword-list-container {
    display: flex;
  }
  .keyword-list-wrapper .keyword-list-container .keyword-list-header {
    height: 32px;
    background-image: url(/common_assets/images/bg-separator.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: right center;
  }
  .keyword-list-wrapper .keyword-list-container .keyword-list-header .text {
    line-height: 24px;
    display: inline-block;
    background-image: url(/common_assets/images/icon-keyword.png);
    background-repeat: no-repeat;
    background-size: contain;
    margin: 4px 0;
    padding-left: 28px;
    padding-right: 16px;
    font-weight: bold;
    vertical-align: middle;
  }
  .keyword-list-wrapper .keyword-list-container .keyword-list-body {
    flex: 1;
    padding: 4px 10px;
  }
  .keyword-list-wrapper .keyword-list-container .keyword-list-body li {
    margin-bottom: 4px;
  }
  .keyword-list-wrapper .list, .keyword-list2-wrapper .list {
    margin: 0;
    padding: 0;
    list-style: none;
  }
  .keyword-list-wrapper .list li, .keyword-list2-wrapper .list li {
    display: inline-block;
    font-size: 1.5rem;
  }
  .keyword-list-wrapper .list li a, .keyword-list2-wrapper .list li a {
    display: block;
    padding: 2px 12px;
    margin-right: 3px;
    background: #e89114;
    -webkit-border-radius: 12px;
    border-radius: 12px;
    color: white;
  }
  .keyword-list-wrapper .list li:nth-of-type(n+4), .keyword-list2-wrapper .list li:nth-of-type(n+4) {
    display: none;
  }
  .keyword-search-wrapper {
    padding: 10px 0;
    border: 1px solid #ccc;
    background: #F7F7E9;
    text-align: center;
  }
  .keyword-search-wrapper.section {
    margin-bottom: 20px;
  }
  .keyword-search-container {
    display: inline-block;
  }
  .keyword-search-container .input-wrapper {
    display: inline-block;
    border: 1px solid #ccc;
    padding: 4px 8px;
    background: #FFF;
  }
  .keyword-search-container .input-wrapper:before {
    display: inline-block;
    width: 30px;
    content: " ";
    background-image: url(/common_assets/images/icon-search.png);
    background-repeat: no-repeat;
    background-size: contain;
  }
  .keyword-search-container .input-wrapper .keyword-search-input {
    display: inline-block;
    border: none;
    outline: none;
    outline-style: none;
    width: 45vw;
    padding: 4px 0;
  }
  .keyword-search-container .button-wrapper {
    display: inline-block;
  }
  .keyword-search-container .button-wrapper .keyword-search-button {
    padding: 6px 18px;
    height: 39px;
    background: #444;
    color: white;
    border: none;
    outline: none;
    outline-style: none;
  }
  .authenticate-register-wrapper li .instraction {
    padding-right: 20px;
  }
  .subkeyword-list-wrapper .subkeyword-list-container .subkeyword-list-body {
    width: 96%;
    margin: auto;
  }
  .subkeyword-list-wrapper .subkeyword-list-container .subkeyword-list-body .list li:nth-of-type(n+5) {
    display: none;
  }
  .recommend-top-wrapper .list {
    margin: 0;
    padding: 0;
    list-style: none;
    margin-bottom: 16px;
  }
  .recommend-top-wrapper .list li {
    width: 100%;
    margin-bottom: 16px;
  }
  .recommend-top-wrapper .recommend-list-wrapper .recommend-list-body {
    border-bottom: none;
  }
  .news-top-wrapper .list {
    margin: 0;
    padding: 0;
    list-style: none;
  }
  .news-top-wrapper .list li {
    font-size: 1.5rem;
    letter-spacing: 1px;
  }
  .news-top-wrapper .list li:nth-of-type(2n) {
    background: #F5F2F2;
  }
  .news-top-wrapper .list li a {
    display: block;
    padding: 12px;
    text-decoration: none;
  }
  .news-top-wrapper .list li a:hover {
    text-decoration: none;
  }
  .news-top-wrapper .list li a .date {
    display: block;
    color: #999;
    font-size: 80%;
  }
  .news-top-wrapper .list li a .title {
    display: block;
    color: black;
  }
  .product-item-list-wrapper.listview .product-item-regular-wrapper {
    width: 100%;
    display: flex;
    padding: 12px 0;
    border-bottom: 2px dotted #dfdfdf;
  }
  .product-item-list-wrapper.listview .product-item-regular-wrapper .product-item-regular-header {
    width: 140px;
  }
  .product-item-list-wrapper.listview .product-item-regular-wrapper .product-item-regular-header .visual {
    width: 100%;
    position: relative;
  }
  .product-item-list-wrapper.listview .product-item-regular-wrapper .product-item-regular-header .visual img {
    width: 100%;
    min-height: 100%;
    height: 120px;
    object-fit: cover;
  }
  .product-item-list-wrapper.listview .product-item-regular-wrapper .product-item-regular-header .visual .special-tags {
    position: absolute;
    top: 0;
    left: 0;
  }
  .product-item-list-wrapper.listview .product-item-regular-wrapper .product-item-regular-header .visual .special-frize-tags {
    position: absolute;
    bottom: 0;
    right: 0;
  }
  .product-item-list-wrapper.listview .product-item-regular-wrapper .product-item-regular-body {
    flex: 1;
    padding: 0 0 0 16px;
  }
  .product-item-list-wrapper.listview .product-item-regular-wrapper .product-item-regular-body .party {
    color: #afafaf;
    font-size: 1.5rem;
  }
  .product-item-list-wrapper.listview .product-item-regular-wrapper .product-item-regular-body .party a {
    color: #afafaf;
  }
  .product-item-list-wrapper.listview .product-item-regular-wrapper .product-item-regular-body .title {
    margin: 6px 0;
    font-weight: normal;
    font-size: 1.8rem;
  }
  .product-item-list-wrapper.listview .product-item-regular-wrapper .product-item-regular-body .title a {
    color: black;
  }
  .product-item-list-wrapper.listview .product-item-regular-wrapper .product-item-regular-body .price {
    margin-bottom: 4px;
    padding: 0 6px;
    font-size: 1.7rem;
    font-weight: 550;
    color: #c00;
    text-align: right;
  }
  .product-item-list-wrapper.listview .product-item-regular-wrapper .product-item-regular-body .tags .tag {
    display: inline-block;
    padding: 2px 8px;
    margin-left: 4px;
    background: #c31;
    color: white;
    font-weight: bold;
    font-size: 1.1rem;
  }
  .product-item-list-wrapper:not(.listview) .list {
    display: grid;
    grid-template-columns: 50% 50%;
    margin-right: 10px;
    grid-gap: 0 10px;
  }
  .product-item-list-wrapper:not(.listview) .product-item-regular-wrapper {
    width: 100%;
    margin-bottom: 24px;
    border: 1px solid #cccccc;
  }
  .product-item-list-wrapper:not(.listview) .product-item-regular-wrapper .product-item-regular-header .visual {
    width: 100%;
    position: relative;
  }
  .product-item-list-wrapper:not(.listview) .product-item-regular-wrapper .product-item-regular-header .visual .soldout {
    position: relative;
  }
  .product-item-list-wrapper:not(.listview) .product-item-regular-wrapper .product-item-regular-header .visual .soldout:after {
    position: absolute !important;
    content: "品切れ / 準備中" !important;
    color: #FFF !important;
    line-height: 100px !important;
    text-align: center !important;
    background: rgba(0, 0, 0, 0.7) !important;
    top: 0 !important;
    left: 0 !important;
    height: 100%;
    width: 100%;
  }
  .product-item-list-wrapper:not(.listview) .product-item-regular-wrapper .product-item-regular-header .visual img {
    width: 100%;
    min-height: 100%;
    height: 120px;
    object-fit: cover;
  }
  .product-item-list-wrapper:not(.listview) .product-item-regular-wrapper .product-item-regular-header .visual .special-tags {
    position: absolute;
    top: 0;
    left: 0;
  }
  .product-item-list-wrapper:not(.listview) .product-item-regular-wrapper .product-item-regular-header .visual .special-frize-tags {
    position: absolute;
    bottom: 0;
    right: 0;
  }
  .product-item-list-wrapper:not(.listview) .product-item-regular-wrapper a:hover {
    text-decoration: none;
  }
  .product-item-list-wrapper:not(.listview) .product-item-regular-wrapper .product-item-regular-body {
    height: 253px;
    padding: 10px;
  }
  .product-item-list-wrapper:not(.listview) .product-item-regular-wrapper .product-item-regular-body .party {
    color: #afafaf;
    margin-right: 40px;
    height: 26px;
    color: #afafaf;
    font-size: 10px;
  }
  .product-item-list-wrapper:not(.listview) .product-item-regular-wrapper .product-item-regular-body .party a {
    color: #afafaf;
  }
  .product-item-list-wrapper:not(.listview) .product-item-regular-wrapper .product-item-regular-body .title {
    line-height: 2rem;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    height: 6rem;
    margin: 0px;
    font-size: 16px;
    color: black;
  }
  .product-item-list-wrapper:not(.listview) .product-item-regular-wrapper .product-item-regular-body .title a {
    color: black;
  }
  .product-item-list-wrapper:not(.listview) .product-item-regular-wrapper .product-item-regular-body .product-categories {
    height: 40px;
    overflow: hidden;
    margin: 10px 0px;
  }
  .product-item-list-wrapper:not(.listview) .product-item-regular-wrapper .product-item-regular-body .product-categories .product-category {
    color: white;
    background: #afafaf;
    padding: 0px 5px;
    border-radius: 10px;
    display: inline-block;
    font-size: 11px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    max-width: 152px;
  }
}
@media only screen and (max-width: 768px) and (max-width: 321px) {
  .product-item-list-wrapper:not(.listview) .product-item-regular-wrapper .product-item-regular-body .product-categories .product-category {
    max-width: 125px;
  }
}
@media only screen and (max-width: 768px) {
  .product-item-list-wrapper:not(.listview) .product-item-regular-wrapper .product-item-regular-body .price {
    margin-top: 5px;
    font-size: 16px;
    font-weight: 700;
    color: #c00;
  }
  .product-item-list-wrapper:not(.listview) .product-item-regular-wrapper .product-item-regular-body .favourite-icon {
    float: right;
    margin-top: -45px;
    width: 40px;
    height: 40px;
  }
  .product-item-list-wrapper:not(.listview) .product-item-regular-wrapper .product-item-regular-body .favourite-icon.favourite {
    background-image: url(/common_assets/images/product-list-fav-filled.png);
  }
  .product-item-list-wrapper:not(.listview) .product-item-regular-wrapper .product-item-regular-body .favourite-icon.unfavourite {
    background-image: url(/common_assets/images/product-list-fav-blank.png);
  }
  .product-item-list-wrapper:not(.listview) .product-item-regular-wrapper .product-item-regular-body .short-description {
    line-height: 1.6rem;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    max-height: 4.6rem;
    margin-top: 8px;
    color: black;
    word-break: break-all;
  }
  .product-category-info-wrapper {
    margin-bottom: 40px;
  }
  .product-category-info-wrapper .product-category-content {
    word-wrap: break-word;
    opacity: 0.8;
  }
  .recommend-list-wrapper .recommend-list-body .list li .thumbnail img {
    width: 100%;
    height: auto;
  }
  .recommend-list-wrapper .recommend-list-body .list li .summary {
    float: none;
    width: 100%;
    clear: both;
    padding: 0;
    font-size: 1.4rem;
  }
  .mypage-navigation {
    margin: 0;
    padding: 0;
    list-style: none;
    display: grid;
    grid-template-columns: auto auto;
    padding: 8px 4px;
    border-bottom: none;
  }
  .mypage-navigation .tab {
    margin-right: 4px;
    margin-bottom: 4px;
    -webkit-border-radius: 0;
    border-radius: 0;
  }
  .order-list-wrapper .list {
    margin: 0;
    padding: 0;
    list-style: none;
  }
  .order-list-item-wrapper {
    display: flex;
    margin-bottom: 24px;
  }
  .order-list-item-wrapper .column {
    border-bottom: 1px solid #ccc;
    overflow: hidden;
  }
  .order-list-item-wrapper .column-date {
    border-top: 1px solid #ccc;
  }
  .order-list-item-wrapper .column-date {
    max-height: 40px;
  }
  .order-list-item-wrapper .column-product {
    height: 60px;
    overflow-y: scroll;
  }
  .order-list-item-wrapper .column-price {
    max-height: 38px;
  }
  .order-list-item-wrapper .column-status {
    min-height: 100px;
    max-height: 180px;
    max-height: 40px;
  }
  .order-list-item-wrapper .column-detail {
    max-height: 38px;
  }
}
@media only screen and (max-width: 768px) and (max-width: 321px) {
  .order-list-item-wrapper .column-detail {
    height: 58px;
    max-height: 58px;
  }
}
@media only screen and (max-width: 768px) {
  .order-list-item-wrapper .order-list-item-header {
    width: 30%;
  }
  .order-list-item-wrapper .order-list-item-header .column {
    padding: 8px;
    background: #aaa;
    color: white;
    font-size: 1.3rem;
  }
  .order-list-item-wrapper .order-list-item-body {
    width: 70%;
    border-right: 1px solid #ccc;
  }
  .order-list-item-wrapper .order-list-item-body .column {
    padding: 8px;
  }
  .order-list-item-wrapper .order-list-item-body .column-price {
    color: #c00;
    font-size: 1.6rem;
    text-align: right;
  }
  .order-detail-list-wrapper {
    margin: 0;
    padding: 0;
    list-style: none;
  }
  .order-detail-list-wrapper .order-detail-list-item-wrapper {
    zoom: 1;
    margin-bottom: 8px;
  }
  .order-detail-list-wrapper .order-detail-list-item-wrapper:before, .order-detail-list-wrapper .order-detail-list-item-wrapper:after {
    display: block;
    height: 0;
    visibility: hidden;
    content: " ";
  }
  .order-detail-list-wrapper .order-detail-list-item-wrapper:after {
    clear: both;
  }
  .order-detail-list-wrapper .order-detail-list-item-wrapper img {
    float: left;
    display: block;
    width: 60px;
  }
  .order-detail-list-wrapper .order-detail-list-item-wrapper .party_name {
    width: 60%;
    padding-left: 8px;
    float: left;
    display: block;
    color: #aaa;
  }
  .order-detail-list-wrapper .order-detail-list-item-wrapper .title {
    margin: 8px 0;
    width: 100%;
    float: left;
    display: block;
    font-weight: bold;
    color: black;
  }
  .favorite-list-wrapper .list {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
  }
  .favorite-list-wrapper .list li {
    width: calc(50% - 4px);
    margin-bottom: 8px;
  }
  .favorite-list-wrapper .list li:nth-child(odd) {
    margin-right: 4px;
  }
  .favorite-list-wrapper .list li:nth-child(even) {
    margin-left: 4px;
  }
  .product-item-favorite-wrapper .thumb {
    min-height: 110px;
  }
  .product-item-favorite-wrapper .body {
    min-height: 150px;
  }
  .favorite-list-wrapper.listview {
    margin-top: 20px;
  }
  .favorite-list-wrapper.listview li {
    width: unset;
    border-bottom: 1px solid #eeeeee;
  }
  .favorite-list-wrapper.listview li .product-item-favorite-wrapper .thumb {
    width: 48%;
    float: left;
    margin-right: 2%;
  }
  .favorite-list-wrapper.listview li .product-item-favorite-wrapper .thumb .thumb-image {
    height: 110px;
  }
  .favorite-list-wrapper.listview li .product-item-favorite-wrapper .f-cont .body {
    width: 50%;
    float: left;
  }
  .favorite-list-wrapper.listview li .product-item-favorite-wrapper .f-cont .action {
    zoom: 1;
  }
  .favorite-list-wrapper.listview li .product-item-favorite-wrapper .f-cont .action:before, .favorite-list-wrapper.listview li .product-item-favorite-wrapper .f-cont .action:after {
    display: block;
    height: 0;
    visibility: hidden;
    content: " ";
  }
  .favorite-list-wrapper.listview li .product-item-favorite-wrapper .f-cont .action:after {
    clear: both;
  }
  .favorite-list-wrapper.listview li .product-item-favorite-wrapper .f-cont .action .my-page {
    width: 48%;
    float: left;
    margin-right: 2%;
  }
  .favorite-list-wrapper.listview li .product-item-favorite-wrapper .f-cont .action .my-page.btn-cart-push {
    padding: 12px 20px;
  }
  .favorite-list-wrapper.listview li .product-item-favorite-wrapper .f-cont .action .my-page.btn-cart-added {
    padding: 12px 5px;
  }
  .favorite-list-wrapper.listview li .product-item-favorite-wrapper .f-cont .action .btn-remove {
    margin-right: 0px;
  }
  .order-detail-wrapper {
    display: flex;
    flex-wrap: wrap;
  }
  .order-detail-wrapper .column-item {
    width: 100%;
  }
  .order-detail-wrapper .column-item.column-item-price .column-body {
    color: #c00;
    font-size: 1.5rem;
  }
  .order-detail-wrapper .column-item .column-header {
    padding: 8px;
    background: #999;
    color: white;
  }
  .order-detail-wrapper .column-item .column-body {
    padding: 8px;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
  }
  .order-detail-wrapper .column-item:last-child .column-body {
    border-bottom: 1px solid #ccc;
  }
  .shipping-address-list-wrapper {
    font-size: 1.4rem;
    letter-spacing: 1px;
  }
  .shipping-address-list-wrapper .columnized-list {
    margin: 0;
    padding: 0;
    list-style: none;
  }
  .shipping-address-list-wrapper .columnized-item {
    margin-bottom: 16px;
  }
  .shipping-address-list-wrapper .columnized-item-inner {
    display: flex;
  }
  .shipping-address-list-wrapper .columnized-item-inner .column-header .column {
    background: #999;
    color: white;
  }
  .shipping-address-list-wrapper .columnized-item-inner .column-body {
    flex: 1;
    border-right: 1px solid #ccc;
  }
  .shipping-address-list-wrapper .columnized-item-inner .column {
    padding: 8px;
    border-bottom: 1px solid #ccc;
  }
  .shipping-address-list-wrapper .columnized-item-inner .column:first-child {
    border-top: 1px solid #ccc;
  }
  .shipping-address-list-wrapper .column-header {
    width: 30%;
  }
  .shipping-address-list-wrapper .column-name {
    height: 80px;
  }
  .shipping-address-list-wrapper .column-address {
    height: 140px;
  }
  .product-detail-wrapper {
    padding-left: 8px;
    padding-right: 8px;
    margin-bottom: 60px;
  }
  .product-detail-wrapper .block-inner {
    padding: 8px;
    border: 1px solid #ccc;
    background: #F7F7E9;
  }
  .product-detail-wrapper .block-header {
    background: url(/common_assets/images/bg-block-title.png);
    padding: 6px 0;
    color: white;
  }
  .product-detail-wrapper .block-body {
    padding: 12px;
    background: #FFF;
  }
  .product-detail-wrapper .product-detail-header {
    zoom: 1;
    padding: 8px 8px;
  }
  .product-detail-wrapper .product-detail-header:before, .product-detail-wrapper .product-detail-header:after {
    display: block;
    height: 0;
    visibility: hidden;
    content: " ";
  }
  .product-detail-wrapper .product-detail-header:after {
    clear: both;
  }
  .product-detail-wrapper .product-detail-header .header-left .region {
    display: inline-block;
    padding: 4px 8px;
    font-size: 1.4rem;
    border: 1px solid white;
  }
  .product-detail-wrapper .product-detail-header .header-left .region.hokkaido {
    color: #253b8d;
    background: url(/common_assets/images/bg-map-hokkaido.jpg) repeat;
  }
  .product-detail-wrapper .product-detail-header .header-left .region.tohoku {
    color: #2173a2;
    background: url(/common_assets/images/bg-map-tohoku.jpg) repeat;
  }
  .product-detail-wrapper .product-detail-header .header-left .region.kanto {
    color: #16826f;
    background: url(/common_assets/images/bg-map-kanto.jpg) repeat;
  }
  .product-detail-wrapper .product-detail-header .header-left .region.chubu {
    color: #639c1e;
    background: url(/common_assets/images/bg-map-chubu.jpg) repeat;
  }
  .product-detail-wrapper .product-detail-header .header-left .region.kinki {
    color: #d1a00b;
    background: url(/common_assets/images/bg-map-kinki.jpg) repeat;
  }
  .product-detail-wrapper .product-detail-header .header-left .region.chugoku {
    color: #e5669a;
    background: url(/common_assets/images/bg-map-chugoku.jpg) repeat;
  }
  .product-detail-wrapper .product-detail-header .header-left .region.shikoku {
    color: #bd9e51;
    background: url(/common_assets/images/bg-map-shikoku.jpg) repeat;
  }
  .product-detail-wrapper .product-detail-header .header-left .region.kyushu_okinawa {
    color: #e66e60;
    background: url(/common_assets/images/bg-map-kyushu_okinawa.jpg) repeat;
  }
  .product-detail-wrapper .product-detail-header .header-left .party {
    margin-left: 8px;
    display: inline-block;
    font-size: 1.8rem;
    color: white;
  }
  .product-detail-wrapper .product-detail-header .header-right {
    width: 100%;
    float: right;
    text-align: right;
  }
  .product-detail-wrapper .product-detail-header .header-right .option-label {
    display: inline-block;
    border: 1px solid white;
    padding: 2px 4px;
    font-size: 1.2rem;
    margin-left: 4px;
    color: white;
  }
  .product-detail-wrapper .product-detail-body .thumbnails {
    width: 100%;
    margin-bottom: 24px;
  }
  .product-detail-wrapper .product-detail-body .thumbnails .product-thumbnails {
    margin: 0;
    padding: 0;
    list-style: none;
  }
  .product-detail-wrapper .product-detail-body .thumbnails .product-thumbnails .soldout {
    position: relative;
  }
  .product-detail-wrapper .product-detail-body .thumbnails .product-thumbnails .soldout:after {
    position: absolute !important;
    content: "品切れ / 準備中" !important;
    color: #FFF !important;
    font-size: 1.2em !important;
    line-height: 230px !important;
    text-align: center !important;
    background: rgba(0, 0, 0, 0.7) !important;
    top: 0 !important;
    left: 0 !important;
    height: 100%;
    width: 100%;
  }
  .product-detail-wrapper .product-detail-body .main-info {
    width: 100%;
  }
  .product-detail-wrapper .product-detail-body .others {
    width: 100%;
  }
  .product-detail-wrapper .product-detail-body .others table {
    border: 1px solid #acacac;
  }
  .product-detail-wrapper .product-detail-body .others table th {
    background: #ccc;
    color: white;
  }
  .product-detail-wrapper .title {
    font-size: 2.2rem;
    font-weight: bold;
    letter-spacing: 1px;
    margin-bottom: 12px;
    margin-top: 0;
  }
  .product-detail-wrapper .prefecture-lv {
    margin-bottom: 12px;
  }
  .product-detail-wrapper .prefecture-lv a {
    font-size: 12px;
    color: #000000;
    text-decoration: underline;
  }
  .product-detail-wrapper .prefecture-lv a:hover {
    text-decoration: none;
  }
  .product-detail-wrapper .price {
    font-size: 2rem;
    color: #c00;
    text-align: right;
    margin-bottom: 16px;
  }
  .product-detail-wrapper .price.text_align_left {
    text-align: left;
  }
  .product-detail-wrapper .price.text_align_left .p-text {
    font-weight: normal;
    color: #000000;
    margin-right: 5px;
    font-size: 12px;
  }
  .product-detail-wrapper .supported-payment-brands {
    display: flex;
    margin: 8px 0;
    margin-left: auto;
  }
  .product-detail-wrapper .supported-payment-brands .supported-payment-brand {
    flex: 1;
  }
  .product-detail-wrapper .supported-payment-brand-name {
    color: #444444;
    font-size: 12px;
  }
  .product-detail-wrapper .supported-payment-brand-lv {
    margin-top: 30px;
  }
  .product-detail-wrapper .supported-payment-brand-lv .payment-text {
    color: #444444;
    font-size: 12px;
  }
  .product-detail-wrapper .supported-payment-brand-lv .payment-text span {
    font-size: 14px;
    font-weight: bold;
  }
  .product-detail-wrapper .supported-payment-brand-lv .supported-payment-brands {
    justify-content: flex-start;
    margin-left: unset;
  }
  .product-detail-wrapper .tags {
    margin-bottom: 12px;
  }
  .product-detail-wrapper .tags .tag-text {
    margin-top: 30px;
    color: #444444;
    font-size: 14px;
    font-weight: bold;
  }
  .product-detail-wrapper .tags .tag {
    display: inline-block;
    padding: 4px 8px;
    background: #FF675D;
    color: white;
    margin-bottom: 2px;
  }
  .product-detail-wrapper .tags .tag.tag-brand {
    background: #f1ad16;
  }
  .product-detail-wrapper .attention {
    margin: 16px 0;
    font-size: 1.2rem;
    font-weight: bold;
    color: #2b23a2 !important;
    line-height: 2em;
    border-radius: 1em;
    text-decoration: none;
    background: #ffcc00;
    text-align: center;
  }
  .product-detail-wrapper .attention.attention-ext {
    border-radius: unset;
    background: #f7f7e8;
  }
  .product-detail-wrapper .attention.attention-ext p {
    font-size: 12px;
    padding: 10px 16px;
    color: #444444;
    line-height: normal;
  }
  .product-detail-wrapper .attention.attention-ext p a {
    text-decoration: underline;
    color: #b30303;
    font-weight: bold;
  }
  .product-detail-wrapper .attention.attention-ext p a:hover {
    text-decoration: unset;
  }
  .product-detail-wrapper .actions {
    margin-bottom: 16px 0;
  }
  .product-detail-wrapper .description {
    margin: 16px 0;
    font-size: 1.4rem;
  }
  .product-detail-wrapper .description p {
    margin: 16px 0;
  }
  .region-list-wrapper .region-item-wrapper .list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 8px;
  }
  .top-slider-wrapper {
    position: relative;
    background: #FFF;
  }
  .top-slider-wrapper .lSSlideOuter {
    overflow: hidden;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
  .top-slider-wrapper .lightSlider:before, .top-slider-wrapper .lightSlider:after {
    content: " ";
    display: table;
  }
  .top-slider-wrapper .lightSlider {
    overflow: hidden;
    margin: 0;
  }
  .top-slider-wrapper .lSSlideWrapper {
    max-width: 100%;
    overflow: hidden;
    position: relative;
  }
  .top-slider-wrapper .lSSlideWrapper > .lightSlider:after {
    clear: both;
  }
  .top-slider-wrapper .lSSlideWrapper .lSSlide {
    -webkit-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
    -webkit-transition: all 1s;
    -webkit-transition-property: -webkit-transform, height;
    -moz-transition-property: -moz-transform, height;
    transition-property: transform, height;
    -webkit-transition-duration: inherit !important;
    transition-duration: inherit !important;
    -webkit-transition-timing-function: inherit !important;
    transition-timing-function: inherit !important;
  }
  .top-slider-wrapper .lSSlideWrapper .lSFade {
    position: relative;
  }
  .top-slider-wrapper .lSSlideWrapper .lSFade > * {
    position: absolute !important;
    top: 0;
    left: 0;
    z-index: 9;
    margin-right: 0;
    width: 100%;
  }
  .top-slider-wrapper .lSSlideWrapper.usingCss .lSFade > * {
    opacity: 0;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    -webkit-transition-duration: inherit !important;
    transition-duration: inherit !important;
    -webkit-transition-property: opacity;
    transition-property: opacity;
    -webkit-transition-timing-function: inherit !important;
    transition-timing-function: inherit !important;
  }
  .top-slider-wrapper .lSSlideWrapper .lSFade > *.active {
    z-index: 10;
  }
  .top-slider-wrapper .lSSlideWrapper.usingCss .lSFade > *.active {
    opacity: 1;
  }
  .top-slider-wrapper .lSSlideOuter .lSPager.lSpg {
    margin: 10px 0 0;
    padding: 0;
    text-align: center;
  }
  .top-slider-wrapper .lSSlideOuter .lSPager.lSpg > li {
    cursor: pointer;
    display: inline-block;
    padding: 0 5px;
  }
  .top-slider-wrapper .lSSlideOuter .lSPager.lSpg > li a {
    background-color: #222222;
    border-radius: 30px;
    display: inline-block;
    height: 8px;
    overflow: hidden;
    text-indent: -999em;
    width: 8px;
    position: relative;
    z-index: 99;
    -webkit-transition: all 0.5s linear 0s;
    transition: all 0.5s linear 0s;
  }
  .top-slider-wrapper .lSSlideOuter .lSPager.lSpg > li:hover a, .top-slider-wrapper .lSSlideOuter .lSPager.lSpg > li.active a {
    background-color: #428bca;
  }
  .top-slider-wrapper .lSSlideOuter .media {
    opacity: 0.8;
  }
  .top-slider-wrapper .lSSlideOuter .media.active {
    opacity: 1;
  }
  .top-slider-wrapper .lSSlideOuter .lsPagerWrapper {
    width: 100%;
    margin: 16px 0;
    padding: 8px 0;
    background: url(/common_assets/images/bg-breadcrumb.png);
  }
  .top-slider-wrapper .lSSlideOuter .lSPager.lSGallery {
    list-style: none outside none;
    padding-left: 0;
    margin: 10px auto;
    overflow: hidden;
    transform: translate3d(0px, 0px, 0px);
    -moz-transform: translate3d(0px, 0px, 0px);
    -ms-transform: translate3d(0px, 0px, 0px);
    -webkit-transform: translate3d(0px, 0px, 0px);
    -o-transform: translate3d(0px, 0px, 0px);
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
  .top-slider-wrapper .lSSlideOuter .lSPager.lSGallery li {
    overflow: hidden;
  }
  .top-slider-wrapper .lSSlideOuter .lSPager.lSGallery li a {
    display: block;
    background: #666;
  }
  .top-slider-wrapper .lSSlideOuter .lSPager.lSGallery li img {
    opacity: 0.6;
  }
  .top-slider-wrapper .lSSlideOuter .lSPager.lSGallery li.active img, .top-slider-wrapper .lSSlideOuter .lSPager.lSGallery li:hover img {
    opacity: 1;
  }
  .top-slider-wrapper .lSSlideOuter .lSPager.lSGallery img {
    display: block;
    height: auto;
    max-width: 100%;
  }
  .top-slider-wrapper .lSSlideOuter .lSPager.lSGallery:before, .top-slider-wrapper .lSSlideOuter .lSPager.lSGallery:after {
    content: " ";
    display: table;
  }
  .top-slider-wrapper .lSSlideOuter .lSPager.lSGallery:after {
    clear: both;
  }
  .top-slider-wrapper .lSAction > a {
    display: block;
    width: 60px;
    height: 60px;
    margin: auto;
    top: 0;
    bottom: 0;
    cursor: pointer;
    position: absolute;
    z-index: 99;
    -webkit-border-radius: 30px;
    border-radius: 30px;
    background: #e89114;
    text-decoration: none;
  }
  .top-slider-wrapper .lSAction > a:after {
    display: block;
    width: 100%;
    font-size: 2.6rem;
    line-height: 60px;
    text-align: center;
    color: white;
    text-decoration: none;
  }
  .top-slider-wrapper .lSAction > a:hover {
    opacity: 1;
  }
  .top-slider-wrapper .lSAction > .lSPrev {
    left: -30px;
  }
  .top-slider-wrapper .lSAction > .lSPrev:after {
    content: "\f104";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
  }
  .top-slider-wrapper .lSAction > .lSNext {
    right: -30px;
  }
  .top-slider-wrapper .lSAction > .lSNext:after {
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
  }
  .top-slider-wrapper .lSAction > a.disabled {
    pointer-events: none;
  }
  .top-slider-wrapper .cS-hidden {
    height: 1px;
    opacity: 0;
    filter: alpha(opacity=0);
    overflow: hidden;
  }
  .top-slider-wrapper .lSSlideOuter.vertical {
    position: relative;
  }
  .top-slider-wrapper .lSSlideOuter.vertical.noPager {
    padding-right: 0px !important;
  }
  .top-slider-wrapper .lSSlideOuter.vertical .lSGallery {
    position: absolute !important;
    right: 0;
    top: 0;
  }
  .top-slider-wrapper .lSSlideOuter.vertical .lightSlider > * {
    width: 100% !important;
    max-width: none !important;
  }
  .top-slider-wrapper .lSSlideOuter.vertical .lSAction > a {
    left: 50%;
    margin-left: -14px;
    margin-top: 0;
  }
  .top-slider-wrapper .lSSlideOuter.vertical .lSAction > .lSNext {
    background-position: 31px -31px;
    bottom: 10px;
    top: auto;
  }
  .top-slider-wrapper .lSSlideOuter.vertical .lSAction > .lSPrev {
    background-position: 0 -31px;
    bottom: auto;
    top: 10px;
  }
  .top-slider-wrapper .lSSlideOuter.lSrtl {
    direction: rtl;
  }
  .top-slider-wrapper .lSSlideOuter .lightSlider, .top-slider-wrapper .lSSlideOuter .lSPager {
    padding-left: 0;
    list-style: none outside none;
  }
  .top-slider-wrapper .lSSlideOuter.lSrtl .lightSlider, .top-slider-wrapper .lSSlideOuter.lSrtl .lSPager {
    padding-right: 0;
  }
  .top-slider-wrapper .lSSlideOuter .lightSlider > *, .top-slider-wrapper .lSSlideOuter .lSGallery li {
    float: left;
  }
  .top-slider-wrapper .lSSlideOuter.lSrtl .lightSlider > *, .top-slider-wrapper .lSSlideOuter.lSrtl .lSGallery li {
    float: right !important;
  }
  @-webkit-keyframes rightEnd {
    0% {
      left: 0;
    }
    50% {
      left: -15px;
    }
    100% {
      left: 0;
    }
  }
  @keyframes rightEnd {
    0% {
      left: 0;
    }
    50% {
      left: -15px;
    }
    100% {
      left: 0;
    }
  }
  @-webkit-keyframes topEnd {
    0% {
      top: 0;
    }
    50% {
      top: -15px;
    }
    100% {
      top: 0;
    }
  }
  @keyframes topEnd {
    0% {
      top: 0;
    }
    50% {
      top: -15px;
    }
    100% {
      top: 0;
    }
  }
  @-webkit-keyframes leftEnd {
    0% {
      left: 0;
    }
    50% {
      left: 15px;
    }
    100% {
      left: 0;
    }
  }
  @keyframes leftEnd {
    0% {
      left: 0;
    }
    50% {
      left: 15px;
    }
    100% {
      left: 0;
    }
  }
  @-webkit-keyframes bottomEnd {
    0% {
      bottom: 0;
    }
    50% {
      bottom: -15px;
    }
    100% {
      bottom: 0;
    }
  }
  @keyframes bottomEnd {
    0% {
      bottom: 0;
    }
    50% {
      bottom: -15px;
    }
    100% {
      bottom: 0;
    }
  }
  .top-slider-wrapper .lSSlideOuter .rightEnd {
    -webkit-animation: rightEnd 0.3s;
    animation: rightEnd 0.3s;
    position: relative;
  }
  .top-slider-wrapper .lSSlideOuter .leftEnd {
    -webkit-animation: leftEnd 0.3s;
    animation: leftEnd 0.3s;
    position: relative;
  }
  .top-slider-wrapper .lSSlideOuter.vertical .rightEnd {
    -webkit-animation: topEnd 0.3s;
    animation: topEnd 0.3s;
    position: relative;
  }
  .top-slider-wrapper .lSSlideOuter.vertical .leftEnd {
    -webkit-animation: bottomEnd 0.3s;
    animation: bottomEnd 0.3s;
    position: relative;
  }
  .top-slider-wrapper .lSSlideOuter.lSrtl .rightEnd {
    -webkit-animation: leftEnd 0.3s;
    animation: leftEnd 0.3s;
    position: relative;
  }
  .top-slider-wrapper .lSSlideOuter.lSrtl .leftEnd {
    -webkit-animation: rightEnd 0.3s;
    animation: rightEnd 0.3s;
    position: relative;
  }
  .top-slider-wrapper .lightSlider.lsGrab > * {
    cursor: -webkit-grab;
    cursor: -moz-grab;
    cursor: -o-grab;
    cursor: -ms-grab;
    cursor: grab;
  }
  .top-slider-wrapper .lightSlider.lsGrabbing > * {
    cursor: move;
    cursor: -webkit-grabbing;
    cursor: -moz-grabbing;
    cursor: -o-grabbing;
    cursor: -ms-grabbing;
    cursor: grabbing;
  }
  .top-slider-wrapper .lightSlider > li a {
    display: block;
    width: 100%;
    text-align: center;
  }
  .top-slider-wrapper .top-slider {
    width: 100%;
    height: 130px;
    margin: auto;
    list-style: none;
  }
  .top-slider-wrapper .top-slider:not(.lSSlide) {
    margin: 0;
    display: flex;
    flex-direction: row;
    visibility: hidden;
  }
  .top-slider-wrapper .lSSlideWrapper {
    width: 100%;
    margin: auto;
    overflow: visible;
  }
  .top-slider-wrapper .lSAction > a {
    width: 30px;
    height: 30px;
  }
  .top-slider-wrapper .lSAction > a:after {
    font-size: 1.6rem;
    line-height: 30px;
  }
  .top-slider-wrapper .lSAction .lSPrev {
    left: 5px;
  }
  .top-slider-wrapper .lSAction .lSNext {
    right: 5px;
  }
  .product-item-simple-wrapper {
    display: flex;
    padding: 6px 0;
  }
  .product-item-simple-wrapper .product-item-simple-header {
    flex: 3;
  }
  .product-item-simple-wrapper .product-item-simple-body {
    flex: 5;
    padding-left: 8px;
  }
  .product-item-simple-wrapper .product-item-simple-body .party {
    color: #ccc;
    font-size: 1.2rem;
  }
  .product-item-simple-wrapper .product-item-simple-body .party a {
    color: #ccc !important;
  }
  .product-item-simple-wrapper .product-item-simple-body .title {
    color: black;
    font-size: 1.4rem;
  }
  .product-item-simple-wrapper .product-item-simple-body .price {
    color: #c00;
    font-size: 1.4rem;
    text-align: right;
    font-weight: 550;
  }
  .product-related-list-wrapper {
    padding-left: 8px;
    padding-right: 8px;
    margin-bottom: 32px;
  }
  .product-related-list-wrapper .list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 8px;
  }
  .product-related-list-wrapper .list .product-item-regular-wrapper {
    width: 100%;
    margin-bottom: 24px;
    border: 1px solid #cccccc;
  }
  .product-related-list-wrapper .list .product-item-regular-wrapper .product-item-regular-header .visual {
    width: 100%;
    position: relative;
  }
  .product-related-list-wrapper .list .product-item-regular-wrapper .product-item-regular-header .visual .soldout {
    position: relative;
  }
  .product-related-list-wrapper .list .product-item-regular-wrapper .product-item-regular-header .visual .soldout:after {
    position: absolute !important;
    content: "品切れ / 準備中" !important;
    color: #FFF !important;
    line-height: 100px !important;
    text-align: center !important;
    background: rgba(0, 0, 0, 0.7) !important;
    top: 0 !important;
    left: 0 !important;
    height: 100%;
    width: 100%;
  }
  .product-related-list-wrapper .list .product-item-regular-wrapper .product-item-regular-header .visual img {
    width: 100%;
    min-height: 100%;
    height: 120px;
    object-fit: cover;
  }
  .product-related-list-wrapper .list .product-item-regular-wrapper .product-item-regular-header .visual .special-tags {
    position: absolute;
    top: 0;
    left: 0;
  }
  .product-related-list-wrapper .list .product-item-regular-wrapper .product-item-regular-header .visual .special-frize-tags {
    position: absolute;
    bottom: 0;
    right: 0;
  }
  .product-related-list-wrapper .list .product-item-regular-wrapper a:hover {
    text-decoration: none;
  }
  .product-related-list-wrapper .list .product-item-regular-wrapper .product-item-regular-body {
    height: 253px;
    padding: 10px;
  }
  .product-related-list-wrapper .list .product-item-regular-wrapper .product-item-regular-body .party {
    color: #afafaf;
    margin-right: 40px;
    height: 26px;
    color: #afafaf;
    font-size: 10px;
  }
  .product-related-list-wrapper .list .product-item-regular-wrapper .product-item-regular-body .party a {
    color: #afafaf;
  }
  .product-related-list-wrapper .list .product-item-regular-wrapper .product-item-regular-body .title {
    line-height: 2rem;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    height: 6rem;
    margin: 0px;
    font-size: 16px;
    color: black;
  }
  .product-related-list-wrapper .list .product-item-regular-wrapper .product-item-regular-body .title a {
    color: black;
  }
  .product-related-list-wrapper .list .product-item-regular-wrapper .product-item-regular-body .product-categories {
    height: 40px;
    overflow: hidden;
    margin: 10px 0px;
  }
  .product-related-list-wrapper .list .product-item-regular-wrapper .product-item-regular-body .product-categories .product-category {
    color: white;
    background: #afafaf;
    padding: 0px 5px;
    border-radius: 10px;
    display: inline-block;
    font-size: 11px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    max-width: 152px;
  }
}
@media only screen and (max-width: 768px) and (max-width: 321px) {
  .product-related-list-wrapper .list .product-item-regular-wrapper .product-item-regular-body .product-categories .product-category {
    max-width: 125px;
  }
}
@media only screen and (max-width: 768px) {
  .product-related-list-wrapper .list .product-item-regular-wrapper .product-item-regular-body .price {
    margin-top: 5px;
    font-size: 16px;
    font-weight: 700;
    color: #c00;
  }
  .product-related-list-wrapper .list .product-item-regular-wrapper .product-item-regular-body .favourite-icon {
    float: right;
    margin-top: -45px;
    width: 40px;
    height: 40px;
  }
  .product-related-list-wrapper .list .product-item-regular-wrapper .product-item-regular-body .favourite-icon.favourite {
    background-image: url(/common_assets/images/product-list-fav-filled.png);
  }
  .product-related-list-wrapper .list .product-item-regular-wrapper .product-item-regular-body .favourite-icon.unfavourite {
    background-image: url(/common_assets/images/product-list-fav-blank.png);
  }
  .product-related-list-wrapper .list .product-item-regular-wrapper .product-item-regular-body .short-description {
    line-height: 1.6rem;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    max-height: 4.6rem;
    margin-top: 8px;
    color: black;
    word-break: break-all;
  }
  .ranking-wrapper .list {
    width: 100%;
  }
  .ranking-wrapper .list.main-ranking {
    display: grid;
    grid-template-columns: 50% 50%;
    grid-gap: 0 10px;
    padding-right: 10px;
  }
  .ranking-wrapper .list .product-item-rich-wrapper .product-item-rich-header .visual {
    height: 120px;
  }
  .ranking-wrapper .list .product-item-rich-wrapper .product-item-rich-header .visual img {
    object-fit: cover;
    width: 100%;
    min-height: 100%;
    height: 120px;
  }
  .ranking-wrapper .list .product-item-rich-wrapper .product-item-rich-body {
    height: 252px;
  }
  .ranking-wrapper .list .product-item-rich-wrapper .product-item-rich-body .title {
    font-weight: bold;
  }
  .ranking-wrapper .list .product-item-rich-wrapper .product-item-rich-body .number {
    margin-top: 3px;
    font-size: 1.9rem;
    font-weight: bold;
  }
  .ranking-wrapper .list .product-item-rich-wrapper .product-item-rich-body .party {
    font-size: 10px;
    margin-right: 40px;
    height: 25px;
  }
  .ranking-wrapper .list .product-item-rich-wrapper .product-item-rich-body .price {
    margin-top: 5px;
    font-size: 16px;
  }
  .ranking-wrapper .list .product-item-rich-wrapper .product-item-rich-body .product-categories {
    height: 45px;
  }
  .ranking-wrapper .list .product-item-rich-wrapper .product-item-rich-body .product-categories .product-category {
    max-width: 153px;
    font-size: 11px;
  }
}
@media only screen and (max-width: 768px) and (max-width: 321px) {
  .ranking-wrapper .list .product-item-rich-wrapper .product-item-rich-body .product-categories .product-category {
    max-width: 125px;
  }
}
@media only screen and (max-width: 768px) {
  .ranking-top-wrapper .list .product-item-rich-wrapper:nth-of-type(n+5) {
    display: none;
  }
  .product-list-wrapper .list.main-ranking.product {
    overflow-x: auto;
    overflow-y: hidden;
    display: -webkit-box !important;
    flex-wrap: unset;
    justify-content: unset;
    padding-right: 5px;
  }
  .product-list-wrapper .list.main-ranking.product .product-item-rich-wrapper {
    width: 49%;
  }
  .product-list-wrapper .list.main-ranking.product .product-item-rich-wrapper:nth-of-type(n+5) {
    display: block !important;
  }
  .btn-cart-push, .link-btn-cart-push {
    outline: none;
    border: none;
    position: relative;
    display: inline-block;
    padding: 16px 60px;
    text-align: center;
    background: #FB6434;
    box-shadow: 0px 2px #FB6434;
    border-radius: 32px;
    font-size: 1.7rem;
    letter-spacing: 1px;
    color: white;
    cursor: pointer;
    width: 100%;
    margin-bottom: 16px;
    display: inline-block;
    border-radius: 8px;
    padding: 16px 48px;
    box-shadow: none;
  }
  .btn-cart-push:focus, .btn-cart-push:active, .link-btn-cart-push:focus, .link-btn-cart-push:active {
    outline: none !important;
    color: white;
  }
  .btn-cart-push:hover, .link-btn-cart-push:hover {
    color: white;
  }
  .btn-cart-push:after, .link-btn-cart-push:after {
    display: inline-block;
    position: absolute;
    margin: auto;
    width: 20px;
    height: 20px;
    top: 0;
    bottom: 0;
    right: 24px;
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 2rem;
    line-height: 2rem;
    color: white;
  }
  .btn-cart-push.btn-cart-yello, .link-btn-cart-push.btn-cart-yello {
    background: #e89114;
    box-shadow: none;
  }
  .btn-cart-push.btn-cart-yello:after, .link-btn-cart-push.btn-cart-yello:after {
    content: "";
  }
  .btn-cart-push.my-page, .link-btn-cart-push.my-page {
    padding: 13px 20px;
    font-size: 1rem;
    margin-bottom: 8px;
    font-size: 12px;
    border-radius: 0px;
  }
  .btn-cart-push.my-page i, .link-btn-cart-push.my-page i {
    margin-left: -12px;
  }
  .btn-cart-push.my-page::after, .link-btn-cart-push.my-page::after {
    right: 6px;
  }
  .btn-cart-added {
    outline: none;
    border: none;
    position: relative;
    display: inline-block;
    padding: 16px 60px;
    text-align: center;
    background: #aaa;
    box-shadow: 0px 2px #FB6434;
    border-radius: 32px;
    font-size: 1.7rem;
    letter-spacing: 1px;
    color: white;
    cursor: pointer;
    display: inline-block;
    border-radius: 8px;
    padding: 16px 48px;
    padding-left: 32px;
  }
  .btn-cart-added:focus, .btn-cart-added:active {
    outline: none !important;
    color: white;
  }
  .btn-cart-added:hover {
    color: white;
  }
  .btn-cart-added:after {
    display: inline-block;
    position: absolute;
    margin: auto;
    width: 20px;
    height: 20px;
    top: 0;
    bottom: 0;
    right: 24px;
    content: "";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 2rem;
    line-height: 2rem;
    color: white;
  }
  .btn-cart-added.my-page {
    width: 100%;
    border-radius: 0;
    padding: 13px 5px;
    margin-bottom: 8px;
    box-shadow: none;
    font-size: 12px;
  }
  .btn-favorite {
    outline: none;
    border: none;
    position: relative;
    display: inline-block;
    padding: 16px 60px;
    text-align: center;
    background: #acacac;
    box-shadow: 0px 2px #FB6434;
    border-radius: 32px;
    font-size: 1.7rem;
    letter-spacing: 1px;
    color: white;
    cursor: pointer;
    width: 100%;
    display: inline-block;
    border-radius: 8px;
    box-shadow: 0px 2px gray;
    padding: 16px 30px;
  }
  .btn-favorite:focus, .btn-favorite:active {
    outline: none !important;
    color: white;
  }
  .btn-favorite:hover {
    color: white;
  }
  .btn-favorite:after {
    display: inline-block;
    position: absolute;
    margin: auto;
    width: 20px;
    height: 20px;
    top: 0;
    bottom: 0;
    right: 24px;
    content: none;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 2rem;
    line-height: 2rem;
    color: white;
  }
  .btn-favorite.favorited, .btn-favorite.favourite {
    background: #E12D37;
  }
  .btn-favorite.favorited:after, .btn-favorite.favourite:after {
    content: "\f00c";
  }
  .btn-favorite.unfavorited:hover, .btn-favorite.unfavourite:hover {
    background: #E12D37;
  }
  .btn-favorit-ext {
    background: #fff;
    color: #e89114;
    box-shadow: 0px 2px #fff;
    border: 1px solid #e89114;
  }
  .btn-favorit-ext:after {
    content: "";
  }
  .btn-favorit-ext:hover {
    background: #e89114;
    color: #fff;
  }
  .btn-favorit-ext.favorited, .btn-favorit-ext.favourite {
    background: #E12D37;
    color: #fff;
  }
  .btn-favorit-ext.favorited:after, .btn-favorit-ext.favourite:after {
    content: "";
  }
  .btn-favorit-ext.unfavorited:hover, .btn-favorit-ext.unfavourite:hover {
    background: #e89114;
  }
  .step-navigation {
    margin: 0;
    padding: 0;
    list-style: none;
    margin-bottom: 30px;
    display: flex;
  }
  .step-navigation .step {
    flex: 1;
    position: relative;
    display: inline-block;
    padding: 4px;
    background: #dcdcdc;
    border-right: 1px solid #dcdcdc;
    -webkit-border-radius: 1px;
    border-radius: 1px;
    color: white;
    font-size: 1rem;
    height: 50px;
    text-align: center;
    margin-right: 16px;
  }
  .step-navigation .step .step-number {
    vertical-align: baseline;
    font-size: 1.3rem;
  }
  .step-navigation .step .step-text {
    display: block;
  }
  .step-navigation .step:after {
    position: absolute;
    display: block;
    content: "";
    border-top: 25px solid transparent;
    border-bottom: 25px solid transparent;
    border-left: 16px solid #dcdcdc;
    top: 0;
    bottom: 0;
    right: -16px;
  }
  .step-navigation .step:last-child {
    margin-right: 0;
  }
  .step-navigation .step:last-child:after {
    content: none;
  }
  .step-navigation .step.active {
    background: #e89114;
    border-right: 1px solid #e89114;
  }
  .step-navigation .step.active:after {
    border-left-color: #e89114;
  }
  .checkout-complete-banner .checkout-complete-banner-img {
    padding: 5% 10%;
  }
  .checkout-complete-banner .checkout-complete-banner-img img {
    border: 2px solid #eba79c;
  }
  .cart-package-wrapper {
    font-size: 1.4rem;
    letter-spacing: 1px;
  }
  .cart-package-wrapper .columnized-list {
    margin: 0;
    padding: 0;
    list-style: none;
  }
  .cart-package-wrapper .columnized-item {
    margin-bottom: 16px;
  }
  .cart-package-wrapper .columnized-item-inner {
    display: flex;
  }
  .cart-package-wrapper .columnized-item-inner .column-header .column {
    background: #999;
    color: white;
  }
  .cart-package-wrapper .columnized-item-inner .column-body {
    flex: 1;
    border-right: 1px solid #ccc;
  }
  .cart-package-wrapper .columnized-item-inner .column {
    padding: 8px;
    border-bottom: 1px solid #ccc;
  }
  .cart-package-wrapper .columnized-item-inner .column:first-child {
    border-top: 1px solid #ccc;
  }
  .cart-package-wrapper .cart-item-column {
    height: 47px;
  }
  .cart-package-wrapper .cart-item-column1 {
    min-height: 200px;
  }
  .cart-package-wrapper .cart-item-column1 .visual {
    position: relative;
    width: 60%;
    max-height: 70px;
    overflow: hidden;
    margin-bottom: 8px;
  }
  .cart-package-wrapper .cart-item-column1 .title {
    clear: both;
    width: 100%;
    line-height: 1.5;
    height: 4.5em;
    background-color: #fff;
    position: relative;
    padding-right: 1em;
    overflow: hidden;
  }
  .cart-package-wrapper .cart-item-column1 .title:before {
    content: "...";
    position: absolute;
    right: 0;
    bottom: 0;
    display: inline-block;
    width: 1em;
  }
  .cart-package-wrapper .cart-item-column1 .title:after {
    content: "";
    position: relative;
    right: -1em;
    float: right;
    width: 1em;
    height: 100%;
    background-color: inherit;
  }
  .cart-package-wrapper .party {
    color: gray;
    font-size: 1.4rem;
  }
  .cart-package-wrapper .title {
    font-size: 1.7rem;
    color: black;
    font-weight: bold;
  }
  .cart-package-wrapper input[type=number] {
    display: inline-block;
    width: 60%;
    padding: 2px;
    border: 1px solid #dfdfdf;
    margin: 0;
  }
  .cart-package-wrapper .price {
    color: #c00;
    font-size: 130%;
  }
  .cart-package-wrapper .btn-cart-destroy {
    background: #222;
    color: white;
    -webkit-border-radius: 4px;
    border-radius: 4px;
  }
  .cart-item-list-total {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    font-weight: bold;
    font-size: 2rem;
    border: 1px solid #dcdcdc;
    border-right: none;
  }
  .cart-item-list-total li {
    padding: 16px;
    border-right: 1px solid #dcdcdc;
  }
  .cart-item-list-total li.total-text {
    flex: 1;
    text-align: right;
  }
  .cart-item-list-total li.total-price {
    flex: 1;
    text-align: right;
    vertical-align: baseline;
  }
  .cart-item-list-total li.total-price .price-number {
    color: #c00;
    font-size: 2.3rem;
    letter-spacing: 1px;
  }
  .cart-item-action {
    margin: 36px 0;
  }
  .cart-item-action .goback {
    margin-bottom: 16px;
  }
  .cart-item-action .gonext {
    margin-bottom: 16px;
  }
  .form-wrapper .form-component {
    display: flex;
    align-items: stretch;
  }
  .form-wrapper .form-component .form-component-header {
    border-top: 1px solid #ccc;
    background: #a0a0a0;
    color: white;
    padding: 8px 4px;
    font-size: 85%;
  }
  .form-wrapper .form-component .form-component-body {
    border: 1px solid #ccc;
    border-bottom: none;
    padding: 8px;
    font-weight: bold;
    letter-spacing: 1px;
  }
  .form-wrapper .form-component:last-of-type {
    border-bottom: 1px solid #ccc;
  }
  .form-wrapper .label-required {
    display: inline-block;
    background: #E12D37;
    padding: 2px 6px;
    color: white;
    font-size: 1rem;
    float: right;
  }
  .form-wrapper .caution {
    margin: 8px 0;
    font-size: 1.3rem;
    font-weight: normal;
    color: #c00;
    letter-spacing: 0;
  }
  .form-wrapper .gonext {
    margin: 32px 0;
    text-align: center;
  }
  .news-list-wrapper .list {
    margin: 0;
    padding: 0;
    list-style: none;
  }
  .news-list-wrapper .list li:nth-of-type(2n) {
    background: #F5F2F2;
  }
  .news-item-regular {
    padding: 12px 8px;
  }
  .news-item-regular .title {
    font-size: 1.6rem;
    font-weight: bold;
  }
  .news-item-regular .title a {
    color: black;
  }
  .news-item-regular .date {
    text-align: right;
    font-size: 1.2rem;
  }
  .news-item-regular .summary {
    font-size: 1.2rem;
  }
  .legal-wrapper {
    width: 100%;
    margin: 16px auto;
    padding: 16px;
    border: 1px solid #dcdcdc;
    font-size: 1.6rem;
  }
  .legal-wrapper .legal-container {
    text-align: center;
  }
  .legal-wrapper .legal-container p {
    margin-bottom: 12px;
  }
  .legal-wrapper .legal-container .agreement-wrapper {
    padding: 16px;
    background: #F7F7E9;
  }
  .legal-wrapper .legal-container .agreement-wrapper label {
    position: relative;
    padding-left: 20px;
  }
  .legal-wrapper .legal-container .agreement-wrapper label input {
    position: absolute;
    left: 0;
    top: 2px;
  }
  .product-category-list-wrapper.sidebar-box ul.list li {
    padding: 12px 24px;
  }
  .product-category-list-wrapper.sidebar-box ul.list li a {
    font-size: 1.8rem;
  }
  .product-category-list-wrapper .category-list-icon {
    float: left;
    width: 30px;
    margin-right: 8px;
    text-align: center;
  }
  .product-category-list-wrapper .icon-product-category {
    max-height: 30px;
    max-width: 30px;
  }
  .giftcode-list-wrapper {
    font-size: 1.4rem;
    letter-spacing: 1px;
  }
  .giftcode-list-wrapper .columnized-list {
    margin: 0;
    padding: 0;
    list-style: none;
  }
  .giftcode-list-wrapper .columnized-item {
    margin-bottom: 16px;
  }
  .giftcode-list-wrapper .columnized-item-inner {
    display: flex;
  }
  .giftcode-list-wrapper .columnized-item-inner .column-header .column {
    background: #999;
    color: white;
  }
  .giftcode-list-wrapper .columnized-item-inner .column-body {
    flex: 1;
    border-right: 1px solid #ccc;
  }
  .giftcode-list-wrapper .columnized-item-inner .column {
    padding: 8px;
    border-bottom: 1px solid #ccc;
  }
  .giftcode-list-wrapper .columnized-item-inner .column:first-child {
    border-top: 1px solid #ccc;
  }
  .giftcode-list-wrapper .column-credit {
    height: 90px;
  }
  .authenticate-wrapper {
    font-size: 1.4rem;
  }
  .authenticate-wrapper .authenticate-login-wrapper .action {
    margin-top: 16px;
  }
  .authenticate-wrapper .authenticate-register-wrapper .action {
    margin-top: 16px;
  }
  .product-category-keyword-list-wrapper {
    margin-bottom: 40px;
  }
  .product-category-keyword-list-wrapper .product-category-keyword-list-header {
    font-size: 2rem;
    margin-bottom: 16px;
    background: #fff;
    border-left: solid 3.5px #ff8c00;
    padding: 2px 6px;
  }
  .product-category-keyword-list-wrapper .product-category-keyword-list-body .list {
    margin: 0;
    padding: 0;
    list-style: none;
  }
  .product-category-keyword-list-wrapper .product-category-keyword-list-body .list li {
    display: inline-block;
    margin-right: 6px;
    margin-bottom: 6px;
    padding: 2px 6px;
    border: 1px solid #ccc;
    border-radius: 2px;
  }
  .product-category-keyword-list-wrapper .product-category-keyword-list-body .list li a {
    color: #555;
  }
  .product-category-recommend-wrapper .product-category-recommend-header {
    margin-bottom: 16px;
  }
  .product-category-recommend-wrapper .product-category-recommend-header .label {
    display: inline-block;
    margin-right: 6px;
    vertical-align: middle;
    background: #e89114;
    color: white;
    font-weight: bold;
  }
  .product-category-recommend-wrapper .product-category-recommend-header .text {
    font-size: 2rem;
    vertical-align: middle;
  }
  .product-category-recommend-wrapper .product-category-recommend-body .list {
    margin: 0;
    padding: 0;
    list-style: none;
  }
  .product-category-recommend-wrapper .product-category-recommend-body .list li {
    display: block;
    width: 100%;
    margin-bottom: 16px;
  }
  .rtoaster-wrapper .section-title .left:before {
    float: left;
  }
  .rtoaster-wrapper .btn-cart-push {
    padding: 16px 0;
    font-size: 0.8em;
  }
  .rtoaster-wrapper .btn-cart-push:after {
    right: 1px;
    font-size: 1rem;
  }
  .form-card-expire .form-group {
    display: inline-block;
  }
  .form-card-expire select {
    display: inline-block;
    width: auto;
  }
  .special-category-wrapper .list {
    margin: 0;
    padding: 0;
    list-style: none;
  }
  .special-category-list-item-wrapper {
    margin-bottom: 16px;
    display: flex;
    flex-direction: row;
  }
  .special-category-list-item-wrapper .special-category-list-item-header {
    flex: 1;
  }
  .special-category-list-item-wrapper .special-category-list-item-body {
    flex: 2;
    padding-left: 16px;
  }
  .special-category-list-item-wrapper .special-category-list-item-body a {
    color: #444;
  }
  .special-category-list-item-wrapper .special-category-list-item-body .main-category {
    font-size: 1.85rem;
    margin: 0;
    margin-bottom: 12px;
  }
  .special-category-list-item-wrapper .special-category-list-item-body .sub-category {
    font-size: 1.6rem;
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: start;
  }
  .special-category-list-item-wrapper .special-category-list-item-body .sub-category > li {
    display: inline-block;
    margin-right: 24px;
  }
  .campaign-wrapper .block-wrapper {
    width: 100%;
    margin-bottom: 30px;
  }
  .form-campaign-code p.legal {
    margin-top: 24px;
    margin-bottom: 24px;
  }
  .form-campaign-code .form-component {
    margin-bottom: 20px;
  }
  .form-campaign-code .form-component input {
    display: inline-block;
    width: 100%;
  }
  .form-campaign-code .form-component input[type=text] {
    border: 1px solid gray;
    border-radius: 8px;
    height: 50px;
  }
  .form-campaign-code .form-component .btn-action {
    padding: 16px 12px !important;
  }
  .campaign-login-promotion-wrapper .block-bare-wrapper .block-header {
    font-size: 1.6rem;
  }
  .campaign-login-promotion-wrapper .block-bare-wrapper .block-header:before {
    margin-top: 0;
    margin-right: 6px;
  }
  .campaign-content-wrapper .campaign-content-body .campaign-link {
    text-align: center;
  }
  .favourite-modal .modal-content .modal-header {
    text-align: center;
    border-bottom: unset;
    padding-top: 40px;
    padding-bottom: 20px;
  }
  .favourite-modal .modal-content .modal-header .modal-title {
    font-size: 24px;
  }
  .favourite-modal .modal-content .modal-header .mclose {
    font-size: 50px;
    position: absolute;
    top: -15px;
    right: -15px;
    background-color: #eeeeee;
    padding: 0 8px;
    border-radius: 50%;
  }
  .favourite-modal .modal-content .modal-body .mcontnt {
    display: grid;
    grid-template-columns: 40% 59%;
    justify-items: center;
    grid-gap: 0 10px;
    width: 94vw;
    background-color: rgba(238, 238, 238, 0.9333333333);
    margin-left: -20px;
    padding: 20px;
  }
  .favourite-modal .modal-content .modal-body .mcontnt .pright {
    width: 100%;
  }
  .favourite-modal .modal-content .modal-body .mcontnt .pright .title {
    font-size: 14px;
  }
  .favourite-modal .modal-content .modal-body .modal-foo .btn {
    display: block;
    width: 100%;
    text-align: center;
    border: 1px solid #e89114;
    border-radius: 5px;
    padding: 10px 0;
    margin: 20px auto;
    font-size: 20px;
  }
  .favourite-modal .modal-content .modal-body .modal-foo .btn.register {
    background-color: #e89114;
    color: #fff;
  }
  .favourite-modal .modal-content .modal-body .modal-foo .btn.login {
    color: #e89114;
  }
  .favourite-modal .modal-content .modal-body .modal-foo .txt {
    text-align: center;
    margin-top: 40px;
  }
  .favourite-modal .modal-content .modal-body .modal-foo .reg-text {
    font-size: 16px;
  }
  .favourite-modal .modal-content .modal-body .modal-foo .login-text {
    font-size: 14px;
  }
  .favourite-modal .modal-content .modal-body .modal-foo .mbtn-close {
    text-align: center;
    margin: 40px;
  }
  .brandtag-list-wrapper {
    margin-bottom: 60px;
    grid-template-columns: 1fr;
    grid-row-gap: 12px;
    font-size: 1.6rem;
  }
  .top-category-ranking .nav-tabs {
    overflow-x: auto;
    overflow-y: hidden;
    display: flex;
    border-bottom: unset;
  }
  .top-category-ranking .nav-tabs .nav-item {
    margin-bottom: unset;
  }
  .top-category-ranking .nav-tabs .nav-item a {
    border: 1px solid #ddd;
    font-size: 14px;
    padding: 6px 0px;
    width: 100px;
    text-align: center;
    color: #666666;
  }
  .top-category-ranking .nav-tabs .nav-item a img {
    width: 15px;
    height: 14px;
    display: inline;
    margin-bottom: 2px;
    margin-right: 3px;
  }
  .top-category-ranking .nav-tabs .nav-item.active a {
    border-bottom-color: transparent;
    color: black;
    font-weight: bold;
  }
  .top-category-ranking .tab-content {
    margin-top: 15px;
  }
  .top-category-ranking .main-ranking .product-item-rich-wrapper .product-item-rich-header .visual img {
    height: 120px;
  }
  .top-category-ranking .main-ranking .product-item-rich-wrapper .product-item-rich-body .product-categories .product-category {
    font-size: 11px;
  }
  .checkout-profile-wrapper .form-control, #tab_paid_by_card .form-control {
    height: 50px;
    font-size: 15px;
  }
}
.static-page-wrapper .sc-step-title.-bg-line h2.sc-title-text {
  font-size: 22px;
}

.amazoncp-local-nav {
  display: flex;
  margin: 1em -1px 2em !important;
}

.amazoncp-local-nav > li {
  width: 100%;
  margin: 0 1px !important;
  padding: 0 !important;
}

.amazoncp-local-nav > li > a {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  padding: 0.75em 1em;
  border-bottom: 16px solid #e89114;
  background-color: #fdf3e5;
  color: #e89114;
  font-size: 1.6rem;
  font-weight: bold;
}

.amazoncp-local-nav > li:first-child a {
  height: 100%;
}

.amazoncp-local-nav > li > a::after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  position: absolute;
  bottom: -10px;
  right: 0;
  left: 0;
  margin: 0 auto;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}

.entry-procedure {
  display: flex;
  margin: 0 -10px 55px !important;
}

@media screen and (max-width: 640px) {
  .entry-procedure {
    flex-direction: column;
    margin: 0 !important;
  }
}
.entry-procedure-item {
  width: 100%;
  background-color: #fdf3e5 !important;
  margin: 0 10px !important;
  border-radius: 4px;
}

@media screen and (max-width: 640px) {
  .entry-procedure-item {
    margin: 0 0 10px !important;
  }
}
.entry-procedure-title {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  padding: 0.75em !important;
  text-align: center;
  font-size: 16px !important;
  font-weight: bold !important;
  background-color: #e89134 !important;
  border-radius: 4px 4px 0 0;
}

.entry-procedure-title > span {
  background-color: #fff !important;
  color: #e89134;
  width: 24px;
  height: 24px;
  border-radius: 12px;
  line-height: 24px;
  text-align: center;
  margin-right: 0.5em !important;
}

.entry-procedure-content {
  padding: 0.75em 1em !important;
}

.entry-procedure-main {
  min-height: 75px;
  margin-bottom: 0.5em !important;
}

@media screen and (max-width: 640px) {
  .entry-procedure-main {
    min-height: 0 !important;
  }
}
.entry-procedure-image {
  margin-bottom: 0.5em !important;
  text-align: center;
}

.entry-procedure-image img {
  height: 80px;
}

@media screen and (max-width: 640px) {
  .entry-procedure-image img {
    width: 50% !important;
    height: auto !important;
  }
}
.entry-procedure-sub > p {
  width: 100%;
  font-size: 12px !important;
  line-height: 1.5;
}

@media screen and (max-width: 640px) {
  .entry-procedure-sub > p {
    font-size: 14px !important;
  }
}
.amazoncp-detail {
  margin-bottom: 55px !important;
}

.amazoncp-detail__image {
  text-align: center;
}

.amazoncp-detail__image > img {
  border: 2px solid #e89114 !important;
  border-radius: 8px;
}

.amazoncp-detail__section {
  margin-top: 2em !important;
  border: 2px solid #e89114 !important;
  border-radius: 8px;
}

.amazoncp-detail__title {
  background-color: #e89114 !important;
  color: #fff;
  font-size: 1.8rem !important;
  font-weight: bold !important;
  text-align: center;
  line-height: 2.5;
}

.amazoncp-detail__body {
  padding: 1.8em 2em !important;
  font-size: 1.6rem !important;
}

.amazoncp-detail__body > p {
  text-align: center;
}

.amazoncp-detail__body > p > b {
  margin: 0 0.1em;
  color: #e73430;
  font-size: 3rem;
  font-weight: bold;
}

.amazoncp-detail__note {
  display: block;
  color: #999;
  font-size: 1.4rem !important;
}

.amazoncp-detail__conditions > li {
  position: relative;
  margin-bottom: 1em !important;
  padding-left: 64px !important;
  line-height: 24px;
}

.amazoncp-detail__conditions > li::before {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 8px;
  background-color: #e89114;
  color: #fff;
  font-size: 3rem;
  font-weight: bold;
}

.amazoncp-detail__conditions > li:nth-child(1)::before {
  content: "1";
}

.amazoncp-detail__conditions > li:nth-child(2)::before {
  content: "2";
}

.amazoncp-detail__subtitle {
  position: relative;
  margin: 1.8em 0 1em !important;
  text-align: center;
}

.amazoncp-detail__subtitle::before {
  content: "";
  display: block;
  width: 100%;
  height: 0;
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 1;
  border-bottom: 1px dotted #444 !important;
}

.amazoncp-detail__subtitle > span {
  display: inline-block;
  position: relative;
  z-index: 2;
  padding: 0 1em !important;
  background-color: #fff !important;
  font-size: 1.8rem !important;
}

.amazoncp-detail__supplements {
  font-size: 1.4rem !important;
}
