<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
.futura-500 {
  font-family: futura-pt, sans-serif;
  font-weight: 500;
  font-style: normal;
}

.futura-600 {
  font-family: futura-pt, sans-serif;
  font-weight: 600;
  font-style: normal;
}

.futura-600 {
  font-family: futura-pt, sans-serif;
  font-weight: 600;
  font-style: normal;
}

.page-head {
  min-height: 50.5rem;
  background-image: url(../images/page-head-bg.png);
  background-size: contain;
  background-position: left top;
  background-repeat: no-repeat;
  padding-top: 25rem;
  position: relative;
  z-index: 2;
}

.page-head::after {
  content: "";
  position: absolute;
  width: 31.8rem;
  height: 27.6rem;
  right: 0;
  top: 15.6rem;
  right: 18rem;
  background-image: url(../images/page-head-mark.png);
  background-size: contain;
  background-repeat: no-repeat;
}

@media screen and (max-width: 768px) {
  .page-head::after {
    width: 12.2rem;
    height: 16rem;
    right: 0rem;
    bottom: auto;
    top: 7rem;
    background-position: right 1rem center;
  }
}
@media screen and (max-width: 768px) {
  .page-head {
    background-image: url(../images/page-head-bg_sp.png);
    background-size: 24rem;
    background-position: left 0rem top 0;
    min-height: 31rem;
    padding: 14rem 0 0;
  }
}
.page-head .js-page-bird {
  position: absolute;
  margin: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
}

.page-head .page-bird1 {
  right: 55.5rem;
  bottom: 20.8rem;
}

@media screen and (max-width: 768px) {
  .page-head .page-bird1 {
    right: 17rem;
    bottom: 0rem;
    width: 1.6rem;
    display: none;
  }
}
.page-head .page-bird2 {
  right: 44.4rem;
  bottom: 15rem;
}

@media screen and (max-width: 768px) {
  .page-head .page-bird2 {
    right: 6.3rem;
    bottom: 10rem;
    width: 1.4rem;
  }
}
.page-head .page-bird3 {
  right: 27rem;
  bottom: 7rem;
}

@media screen and (max-width: 768px) {
  .page-head .page-bird3 {
    right: 2rem;
    bottom: 7.5rem;
    width: 3rem;
  }
}
.page-head .page-bird4 {
  right: 38rem;
  bottom: 4.4rem;
}

@media screen and (max-width: 768px) {
  .page-head .page-bird4 {
    right: 10rem;
    bottom: -7.6rem;
    width: 2.6rem;
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .section-title {
    margin-bottom: 0;
  }

  .section-title .main {
    font-size: 2rem;
  }

  .section-title .sub {
    margin-top: 0.5rem;
  }

  .section-title .sub img {
    width: 7.4rem;
  }
}
.page-content-title {
  margin-bottom: 4.5rem;
}

@media screen and (max-width: 768px) {
  .page-content-title {
    margin-bottom: 2.8rem;
  }
}
.page-content-title .main {
  font-size: 4.4rem;
  font-family: "Kiwi Maru", serif;
  font-weight: 500;
  line-height: 4.5rem;
  margin-bottom: 1.5rem;
}

@media screen and (max-width: 768px) {
  .page-content-title .main {
    font-size: 2.4rem;
    margin-bottom: 0;
  }
}
.page-content-title .sub {
  font-family: futura-pt, sans-serif;
  font-weight: 500;
  font-size: 1.6rem;
}

.footer {
  padding-top: 18rem;
  position: relative;
  background-color: transparent;
}

@media screen and (max-width: 768px) {
  .footer {
    padding-top: 6rem;
  }
}
.page-content {
  position: relative;
  padding-top: 9.5rem;
}

@media screen and (max-width: 768px) {
  .page-content {
    padding-top: 1rem !important;
  }
}
.controls {
  display: flex;
  justify-content: end;
  margin-bottom: 5rem;
}

@media screen and (max-width: 768px) {
  .controls {
    margin-bottom: 4rem;
  }
}
.controls .control {
  margin: 0 1.5rem;
}

@media screen and (max-width: 768px) {
  .controls .control {
    margin: 0 0.75rem;
  }
}
.controls .control:last-child {
  margin-right: 0;
}

.search {
  position: relative;
  margin-bottom: 6rem;
}

@media screen and (max-width: 768px) {
  .search {
    margin-bottom: 3.5rem;
  }
}
.search-controls {
  position: absolute;
  top: 1rem;
  width: calc(100% - 14rem);
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width: 768px) {
  .search-controls {
    position: relative;
    top: 0;
    margin-bottom: 2.4rem;
  }
}
.sort {
  display: flex;
  align-items: center;
  font-weight: 500;
}

@media screen and (max-width: 768px) {
  .sort {
    margin-top: 2rem;
    width: 100%;
  }
  .search-controls {
    display: block;
    width: 100%;
  }
  .sort__item {
    margin-right: 1.5rem !important;
  }
}
.sort__title {
  margin-right: 1rem;
}

.sort__item {
  margin-right: 2.5rem;
}

.sort__item.is-active {
  color: #F3046C;
}

.filter {
  width: 100%;
}

.filter__button {
  display: inline-block;
  margin-left: auto;
  width: 14rem;
  position: relative;
  background: #fff;
  display: block;
  padding: 1.5rem;
  border-radius: 5px;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20id%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97_17572%22%20data-name%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97%2017572%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2210.234%22%20height%3D%226.324%22%20viewBox%3D%220%200%2010.234%206.324%22%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_97%22%20data-name%3D%22%E3%83%91%E3%82%B9%2097%22%20d%3D%22M9.027%2C48.907l-3.91%2C3.91-3.91-3.91L0%2C50.114l5.117%2C5.117%2C5.117-5.117Z%22%20transform%3D%22translate(0%20-48.907)%22%20fill%3D%22%23212121%22%2F%3E%3C%2Fsvg%3E");
  background-size: 1rem;
  background-repeat: no-repeat;
  background-position: right 2rem center;
  position: relative;
  bottom: -2px;
}

@media screen and (max-width: 768px) {
  .filter__button {
    height: 4rem;
    font-size: 1.2rem;
    padding: 0.9rem 1rem;
    background-position: right 2rem top 1.6rem;
  }
}
.filter__button.is-active {
  border-radius: 5px 5px 0 0;
  border: solid 1px #707070;
  border-bottom: 1px #fff solid;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2210.234%22%20height%3D%226.324%22%20viewBox%3D%220%200%2010.234%206.324%22%3E%20%3Cg%20id%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97_17572%22%20data-name%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97%2017572%22%20transform%3D%22translate(0)%22%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_97%22%20data-name%3D%22%E3%83%91%E3%82%B9%2097%22%20d%3D%22M9.027%2C55.231l-3.91-3.91-3.91%2C3.91L0%2C54.024l5.117-5.117%2C5.117%2C5.117Z%22%20transform%3D%22translate(0%20-48.907)%22%20fill%3D%22%23212121%22%2F%3E%20%3C%2Fg%3E%3C%2Fsvg%3E");
}

@media screen and (max-width: 768px) {
  .filter__button.is-active {
    padding-bottom: 1rem;
    height: 5rem;
  }
}
.search-total {
  display: inline-block;
}

.search-total .count {
  font-size: 2.4rem;
  font-family: futura-pt, sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #F3046C;
}

.filter-content {
  display: none;
  border-radius: 5px 0 5px 5px;
  border: solid 1px #707070;
  background-color: #fff;
  width: 100%;
  padding: 3.5rem 3.8rem;
}

@media screen and (max-width: 768px) {
  .filter-content {
    padding: 3.5rem 2.8rem;
  }
}
.filter-content__items {
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width: 768px) {
  .filter-content__items {
    display: block;
  }
}
@media print, screen and (min-width: 769px) {
  .filter-content__checks {
    display: block !important;
  }
}
@media screen and (max-width: 768px) {
  .filter-content__checks {
    display: none;
  }
}
.filter-content__item {
  flex: 0 0 33.33%;
  max-width: 29rem;
}

@media screen and (max-width: 768px) {
  .filter-content__item {
    max-width: 100%;
  }

  .filter-content__item + .filter-content__item {
    margin-top: 3.5rem;
  }
}
.filter-content__item-title {
  font-size: 2rem;
  font-family: "Kiwi Maru", serif;
  border-bottom: 1px solid #707070;
  padding-bottom: 1rem;
  margin-bottom: 2.75rem;
}

@media print, screen and (min-width: 769px) {
  .filter-content__item-title {
    pointer-events: none !important;
  }
}
@media screen and (max-width: 768px) {
  .filter-content__item-title {
    pointer-events: auto !important;
    margin-bottom: 2rem;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2217%22%20height%3D%222.5%22%20viewBox%3D%220%200%2017%202.5%22%3E%20%3Cg%20id%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97_16871%22%20data-name%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97%2016871%22%20transform%3D%22translate(-678%20-756.25)%22%3E%20%3Cline%20id%3D%22%E7%B7%9A_280%22%20data-name%3D%22%E7%B7%9A%20280%22%20x2%3D%2217%22%20transform%3D%22translate(678%20757.5)%22%20fill%3D%22none%22%20stroke%3D%22%23a99dbc%22%20stroke-width%3D%222.5%22%2F%3E%20%3C%2Fg%3E%3C%2Fsvg%3E");
    background-repeat: no-repeat;
    background-position: right 0 center;
  }

  .filter-content__item-title.is-active {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2217%22%20height%3D%2217%22%20viewBox%3D%220%200%2017%2017%22%3E%20%3Cg%20id%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97_17793%22%20data-name%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97%2017793%22%20transform%3D%22translate(-678%20-749)%22%3E%20%3Cline%20id%3D%22%E7%B7%9A_280%22%20data-name%3D%22%E7%B7%9A%20280%22%20x2%3D%2217%22%20transform%3D%22translate(678%20757.5)%22%20fill%3D%22none%22%20stroke%3D%22%23a99dbc%22%20stroke-width%3D%222.5%22%2F%3E%20%3Cline%20id%3D%22%E7%B7%9A_281%22%20data-name%3D%22%E7%B7%9A%20281%22%20x2%3D%2217%22%20transform%3D%22translate(686.5%20749)%20rotate(90)%22%20fill%3D%22none%22%20stroke%3D%22%23a99dbc%22%20stroke-width%3D%222.5%22%2F%3E%20%3C%2Fg%3E%3C%2Fsvg%3E");
  }
}
.filter-content__item-checkbox label {
  font-size: 2rem;
  padding-left: 4rem;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2225%22%20height%3D%2225%22%20viewBox%3D%220%200%2025%2025%22%3E%20%3Cg%20id%3D%22Form_-_Checkbox_-_Checked%22%20data-name%3D%22Form%20-%20Checkbox%20-%20Checked%22%20transform%3D%22translate(0%205.652)%22%3E%20%3Cg%20id%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2_1215%22%20data-name%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2%201215%22%20transform%3D%22translate(0%20-5.652)%22%20fill%3D%22none%22%20stroke%3D%22%23212121%22%20stroke-width%3D%221%22%3E%20%3Crect%20width%3D%2225%22%20height%3D%2225%22%20rx%3D%2212.5%22%20stroke%3D%22none%22%2F%3E%20%3Crect%20x%3D%220.5%22%20y%3D%220.5%22%20width%3D%2224%22%20height%3D%2224%22%20rx%3D%2212%22%20fill%3D%22none%22%2F%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: left top 0.2rem;
  background-repeat: no-repeat;
  padding-bottom: 0.5rem;
  margin-bottom: 0.8rem;
  display: block;
  background-size: 3rem;
}

@media screen and (max-width: 768px) {
  .filter-content__item-checkbox label {
    background-size: 2.4rem;
    font-size: 1.6rem;
    padding-bottom: 0.25rem;
  }
}
.filter-content__item-checkbox input {
  display: none;
}

.filter-content__item-checkbox input:checked + label {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2225%22%20height%3D%2225%22%20viewBox%3D%220%200%2025%2025%22%3E%20%3Cg%20id%3D%22Form_-_Checkbox_-_Checked%22%20data-name%3D%22Form%20-%20Checkbox%20-%20Checked%22%20transform%3D%22translate(0%205.652)%22%3E%20%3Crect%20id%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2_1215%22%20data-name%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2%201215%22%20width%3D%2225%22%20height%3D%2225%22%20rx%3D%2212.5%22%20transform%3D%22translate(0%20-5.652)%22%20fill%3D%22%23a99dbc%22%2F%3E%20%3Cg%20id%3D%22Icon_-_Check%22%20data-name%3D%22Icon%20-%20Check%22%20transform%3D%22translate(4.751%20-2.604)%22%3E%20%3Crect%20id%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2_460%22%20data-name%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2%20460%22%20width%3D%2216.92%22%20height%3D%2216.92%22%20transform%3D%22translate(0%200)%22%20fill%3D%22none%22%2F%3E%20%3Cpath%20id%3D%22Checkbox%22%20d%3D%22M10.232%2C11.716%2C4.615%2C5.757%2C5.69%2C4.448l4.542%2C4.436L19.117%2C0l2.377.634Z%22%20transform%3D%22translate(-4.314%205.251)%22%20fill%3D%22%23fff%22%20stroke%3D%22%23fff%22%20stroke-width%3D%221%22%2F%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%3C%2Fsvg%3E");
}

.page-foot {
  margin: 10rem 0 0;
}

@media screen and (max-width: 768px) {
  .page-foot {
    overflow: hidden;
    margin: 5rem 0 0;
  }
}
/** 商品詳細 **/
.product-detail .slick-prev::before, .product-detail .slick-next::before {
  background: #000;
}

.product-detail .slick-prev::after, .product-detail .slick-next::after {
  background: #000;
}

.product-detail .slick-prev {
  transform: scale(0.69);
}

@media screen and (max-width: 768px) {
  .product-detail .slick-prev {
    left: -2rem;
  }

  .product-detail .slick-prev::after {
    margin-top: 6px;
  }
}
.product-detail .slick-next {
  transform: scale(0.69);
}

@media screen and (max-width: 768px) {
  .product-detail .slick-next {
    right: -2rem;
  }

  .product-detail .slick-next:after {
    margin-top: 6px;
  }
}
.product-detail .slick-prev, .product-detail .slick-next {
  top: 10%;
}

@media screen and (max-width: 768px) {
  .product-detail .slick-prev, .product-detail .slick-next {
    top: 5%;
  }
}
.product-detail__meta {
  margin-bottom: 2rem;
}

.product-detail__main {
  display: flex;
  justify-content: space-between;
  padding-bottom: 10rem;
}

@media screen and (max-width: 768px) {
  .product-detail__main {
    display: block;
    padding-bottom: 4rem;
  }
}
.product-detail__main-left {
  flex: 0 0 44%;
  max-width: 415px;
  position: relative;
  left: 0;
}

@media screen and (max-width: 768px) {
  .product-detail__main-left {
    max-width: 100%;
  }
}
.product-detail__main-aside {
  position: sticky;
  top: 14rem;
  left: 0;
}

.product-detail__main-right {
  flex: 0 0 54%;
  max-width: 525px;
}

@media screen and (max-width: 768px) {
  .product-detail__main-right {
    max-width: 100%;
  }
  .product-detail__main-right &gt; .product-detail__controls {
    display: flex;
    justify-content: center;
    gap: 0;
  }
  .product-detail__main-right &gt; .product-detail__controls .product-detail__control1,
  .product-detail__main-right &gt; .product-detail__controls .product-detail__control2 {
    flex: 0;
  }
  .product-detail__main-right &gt; .product-detail__controls .product-detail__control2 {
    margin-right: 0;
    flex-basis: fit-content;
  }
}

.product-detail__main-visual img {
  width: 100%;
  /*height: 33.6rem;*/
  
  aspect-ratio: 16/9;
  object-fit: cover;
  border-radius: 5px;
}

@media screen and (max-width: 768px) {
  .product-detail__main-visual img {
    /*height: 27.7rem;*/
  }
}
.product-detail__main-visual-tmbs {
  display: flex;
  margin: 2rem -0.5rem 4.5rem;
}

@media screen and (max-width: 768px) {
  .product-detail__main-visual-tmbs {
    overflow: hidden;
    margin: 1.5rem -0.3rem 4rem;
  }
}
.product-detail__main-visual-tmb {
  flex: 0 0 20%;
  padding: 0 0.5rem;
}

.product-detail__main-visual-tmb-inner {
  overflow: hidden;
  border-radius: 5px;
  position: relative;
}

.product-detail__main-visual-tmb-inner::after {
  transition: 0.4s;
  content: "";
  background-color: rgba(0, 0, 0, 0.35);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.product-detail__main-visual-tmb-inner::before {
  transition: 0.4s;
  content: "";
  display: none;
  z-index: 2;
  border: solid 3px #F3046C;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.product-detail__main-visual-tmb.is-active .product-detail__main-visual-tmb-inner::after {
  display: none;
}

.product-detail__main-visual-tmb.is-active .product-detail__main-visual-tmb-inner::before {
  display: block;
}

@media screen and (max-width: 768px) {
  .product-detail__main-visual-tmb {
    padding: 0 0.3rem;
  }
}
.product-detail__main-visual-tmb img {
  border-radius: 5px;
}

.product-detail__main-subtitle {
  font-size: 1.4rem;
  color: #6a6a6a;
  margin-bottom: 1;
}

@media screen and (max-width: 768px) {
  .product-detail__main-subtitle {
    margin-bottom: 1rem;
  }
}
.product-detail__main-title {
  font-size: 2.8rem;
  line-height: 4rem;
  font-weight: 500;
  margin-bottom: 2.4rem;
}

@media screen and (max-width: 768px) {
  .product-detail__main-title {
    font-size: 2rem;
    line-height: 3rem;
    margin-bottom: 2rem;
  }
}
.product-detail__main-price-note {
  font-size: 1.4rem;
  font-weight: 500;
}

@media screen and (max-width: 768px) {
  .product-detail__main-price-note {
    font-size: 1rem;
  }
}
.product-detail__main-stock {
  margin-top: 3rem;
  font-weight: 500;
  font-size: 1.4rem;
}
@media screen and (max-width: 768px) {
  .product-detail__main-stock {
    margin-top: .5rem;
  }
}
.product-detail__main-price-info {
  /* display: flex;
  justify-content: space-between;
  align-items: baseline; */
  margin-bottom: 1rem;
  display: block;
}

@media screen and (max-width: 768px) {
  .product-detail__main-price-info {
    margin-bottom: 2.4rem;
  }
}
.product-detail__main-shipping-link {
  color: #1a6eff;
  font-size: 1.4rem;
  padding-bottom: 0.15rem;
  border-bottom: 1px solid;
}

@media screen and (max-width: 768px) {
  .product-detail__main-shipping-link {
    font-size: 1rem;
  }
}
.product-detail__main-price {
  font-size: 1.2rem;
}

.product-detail__main-price .accent {
  font-size: 1.4rem;
}

@media screen and (max-width: 768px) {
  .product-detail__main-price .accent {
    font-size: 1rem;
  }
}
@media screen and (max-width: 768px) {
  .product-detail__main-price {
    font-size: 1rem;
    margin-left: 0;
  }
}
.product-detail__main-price .main {
  font-size: 3rem;
  font-family: futura-pt, sans-serif;
  font-weight: 500;
  font-style: normal;
}

@media screen and (max-width: 768px) {
  .product-detail__main-price .main {
    margin-right: 0.5rem;
  }
}
.product-detail__stock-info {
  font-size: 1.4rem;
  font-weight: 500;
  margin-bottom: 1rem;
}

.product-detail__controls {
  display: flex;
  justify-content: space-between;
  margin-bottom: 2.52rem;
  /* overflow: hidden; */
}

@media screen and (max-width: 768px) {
  .product-detail__info-area .product-detail__add-cart {
    width: 15rem;
    font-size: 1.4rem !important;
  }
  .product-detail__controls {
    display: grid;
    grid-template-columns: 10.1rem 1fr;
    gap: 1rem;
  }
}
.product-detail__controls .text-link {
  font-size: 1.4rem;
  display: inline-block;
  color: #6A6A6A;
  border-bottom: 1px solid;
}

.product-detail__controls .text-link img {
  width: 1.3rem;
  /* margin-right: 0.25rem; */
  display: inline-block;
}

.product-detail__control1 {
  flex: 0 0 37.5%;
  max-width: 37.5%;
}

@media screen and (max-width: 768px) {
  .product-detail__control1 {
    max-width: 100%;
    flex: 0 0 100%;
  }
}
@media screen and (max-width: 768px) {
  .product-detail__control1--text-link {
    max-width: 100%;
    white-space: nowrap;
    flex: 1 0 auto;
    margin-right: 1rem;
  }
}
.product-detail__control1 .nice-select {
  width: 100%;
  max-width: 185px;
  text-align: right !important;
  display: flex;
  justify-content: space-between;
  font-size: 2rem;
  font-family: futura-pt, sans-serif;
  font-weight: 500;
  font-style: normal;
  border: solid 1px #707070;
  height: 5.5rem;
  line-height: 5rem;
}

.product-detail__control1.product-detail__control1--text-link {
  max-width: none;
  flex: 1;
  flex-basis: auto;
  margin-right: 1.5rem;
}
@media screen and (min-width: 769px) {
  .product-detail__control1.product-detail__control1--text-link {
    flex-grow: 0;
  }
}
.product-detail__control2.product-detail__control1--text-link {
  max-width: none;
  flex: 1;
  flex-basis: auto
}
@media screen and (max-width: 768px) {
  .product-detail__control1 .nice-select {
    min-width: 10.1rem;
    width: 10.1rem;
  }
}
.product-detail__control1 .nice-select::before {
  content: "数量";
  font-size: 1.6rem;
}

.product-detail__control2 {
  flex: 0 0 62.5%;
  max-width: 62.5%;
}
@media screen and (max-width: 768px) {
  .product-detail__control2 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

.product-detail__add-cart {
  width: 100%;
  background-color: #F3046C;
  color: #fff;
  display: flex;
  align-items: center;
  border-radius: 5px;
  justify-content: center;
  height: 5.5rem;
  font-weight: 500;
  transition: 0.3s;
  position: relative;
}

.product-detail__add-cart::before {
  content: "";
  border-radius: 5px;
  position: absolute;
  width: 95%;
  width: calc(100% - 10px);
  height: 86%;
  border: dashed 1px #fff;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}
.product-detail__add-cart.set-cart-bottom,
.product-detail__add-cart.link-cart-bottom {
  background-color: #F3046C;/* #28485A;*/
}
.product-detail__add-cart.input-cart,
.product-detail__add-cart.add-cart-bottom {
  background-color: #34647E;/* #F3046C;*/
}

@media screen and (max-width: 768px) {
  .product-detail__add-cart {
    font-size: 1.6rem;
  }
}
.product-detail__add-cart:hover {
  opacity: 0.8;
}

.product-detail__add-cart img {
  margin: 0 1.5rem 0 0;
}

.product-detail__desc {
  padding-bottom: 3.6rem;
  margin-bottom: 3.5rem;
  border-bottom: solid 1px #707070;
}

@media screen and (max-width: 768px) {
  .product-detail__desc {
    line-height: 2.5rem;
    font-size: 1.4rem;
    margin-bottom: 3rem;
    padding-bottom: 3rem;
  }
}
.product-detail__info {
  display: none;
  padding-top: 1.3rem;
  margin-bottom: -1.3rem;
}
.product-detail__info-area {
  margin-top: 6rem;
}

.product-detail__info-detail {
  border-top: 1px solid;
  border-bottom: 1px solid;
  padding: 1.3rem 0;
}
.product-detail__info-title {
  font-size: 2rem;
  font-weight: 500;
  text-align: center;
  position: relative;
  /* padding-bottom: 0.5rem; */
}
.product-detail__info-title svg{
  position: absolute;
  right: 2rem;
  top: 50%;
  transform: translate(0,-50%);
}
.product-detail__info-title.is-active .plus {
  opacity: 0;
}

@media screen and (max-width: 768px) {
  .product-detail__info-title svg {
    right: 1.1rem;
    width: 1rem;
    height: 1rem;
  }
  .product-detail__info-detail {
    padding: .8rem 0;
  }
  .product-detail__info-title {
    font-size: 1.4rem;
  }
}
.product-detail__info dl {
  padding: 0 0.8rem;
  border-top: 1px dashed #707070;
}
.product-detail__info dl:first-child {
  border-top: .5px solid #212121;
}

@media screen and (max-width: 768px) {
  .product-detail__info {
    padding-top: 0.8rem;
    margin-bottom: -.8rem;
  }
  .product-detail__info dl {
    padding: 0;
  }
}
.product-detail__info dl dt {
  padding: 1.4rem 0.8rem 1rem;
  font-weight: 500;
}

.product-detail__info dl dd {
  font-size: 1.4rem;
  padding: 0 0.8rem 2rem;
}

.product-detail__article {
  padding-top: 10rem;
  margin-bottom: 10rem;
}

@media screen and (max-width: 768px) {
  .product-detail__article {
    padding-top: 4rem;
    margin-bottom: 4rem;
  }
}
.product-detail__article-title {
  font-size: 2.4rem;
  font-weight: bold;
  margin-bottom: 5rem;
  line-height: 4rem;
  position: relative;
}

.product-detail__article-title::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  bottom: -20px;
  height: 12px;
  background-image: -moz-radial-gradient(#000 30%, transparent 30%);
  background-image: -webkit-radial-gradient(#000 30%, transparent 30%);
  background-image: radial-gradient(to #000 30%, transparent 30%);
  background-size: 12px 12px;
  background-position: left 0 top 0;
}

@media screen and (max-width: 768px) {
  .product-detail__article-title {
    font-size: 1.6rem;
    line-height: 2.6rem;
  }
}
.product-detail-review__items {
  padding: 0 1.2rem;
}

.product-detail-review__item {
  margin-top: 3.5rem;
  padding-bottom: 3rem;
  border-bottom: #707070 1px dashed;
}

@media screen and (max-width: 768px) {
  .product-detail-review__item {
    margin-top: 2.4rem;
    padding-bottom: 1.8rem;
  }
}
.product-detail-review__item p {
  line-height: 3rem;
}

@media screen and (max-width: 768px) {
  .product-detail-review__item p {
    font-size: 1.4rem;
    line-height: 2.5rem;
  }
}
.product-detail-review__name {
  max-width: 85%;
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 1.2rem;
}

@media screen and (max-width: 768px) {
  .product-detail-review__name {
    font-size: 1.6rem;
  }
}
.product-detail-review__value {
  display: flex;
  margin-bottom: 1.2rem;
}

.product-detail-review__value-title {
  margin-right: 0.5rem;
}

@media screen and (max-width: 768px) {
  .product-detail-review__value-title {
    margin-right: 1rem;
  }
}
.product-detail-review__title {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .product-detail-review__title {
    display: block;
  }
}
.product-detail-review__total {
  display: flex;
  align-items: center;
  font-weight: normal;
  font-family: YakuHanJP, "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  margin: 0 1rem 0 5rem;
}

@media screen and (max-width: 768px) {
  .product-detail-review__total {
    margin-left: 0;
  }
}
.product-detail-review__total span {
  font-size: 1.6rem;
  display: inline-block;
  margin-left: 0.5rem;
}

.product-detail-review__head {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

@media screen and (max-width: 768px) {
  .product-detail-review__head {
    display: block;
    margin-bottom: 1.5rem;
  }
}
.product-detail-review__date {
  font-size: 1.2rem;
}

.product-detail-review__date span {
  font-size: 1.4rem;
  font-family: futura-pt, sans-serif;
}

.product-detail-review__point {
  margin-left: 1rem;
}

.product-detail-review .review-point {
  margin-left: 0.5rem;
}

.product-detail-review svg.off path {
  fill: #c2c2c2;
}

.product-detail-review__button {
  margin-top: 5rem;
}

.product-detail-review__button .c-button {
  font-family: YakuHanJP, "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}

.review-comment {
  position: relative;
  background: #fff;
  border: solid 1px #707070;
  border-radius: 5px;
  margin-top: 3rem;
  padding: 2rem 1.7rem;
}

@media screen and (max-width: 768px) {
  .review-comment {
    padding: 2rem 1.5rem;
    margin-bottom: 0.7rem;
  }
}
.review-comment__title {
  font-size: 1.6rem;
  font-weight: bold;
  margin-bottom: 1.2rem;
}

@media screen and (max-width: 768px) {
  .review-comment__title {
    font-size: 1.4rem;
    margin-bottom: 0.8rem;
  }
}
@media screen and (max-width: 768px) {
  .review-comment__text {
    line-height: 2, 5rem;
  }
}
.review-comment::before {
  content: "";
  position: absolute;
  left: 5rem;
  top: -0.9rem;
  width: 1.6rem;
  height: 1.6rem;
  background-size: 100%;
  background-repeat: no-repeat;
  border: solid 1px;
  border-bottom: 0;
  border-right: 0;
  transform: rotate(45deg);
  background: #fff;
}

/* 特集 **/
.column-detail__meta {
  display: flex;
  align-items: center;
  margin-bottom: 2rem;
}

.column-detail__meta .news-category {
  margin-right: 0.75rem;
}

.column-detail__date {
  font-size: 1.4rem;
  font-family: futura-pt, sans-serif;
  font-weight: 500;
  font-style: normal;
  margin-right: 2rem;
  margin-top: 3px;
}

.column-detail__content {
  margin-bottom: 10rem;
}

.column-detail__main--block {
  display: block;
}

.column-detail__main--block &gt; * {
  max-width: 100%;
}

/**
news
*/
.news-list-bg-icon {
  position: relative;
}

.news-list-bg-icon::before {
  content: "";
  background-image: url("../images/news/machi1.svg");
  background-size: contain;
  background-repeat: no-repeat;
  width: 7.7rem;
  height: 5.1rem;
  position: absolute;
  left: -13rem;
  top: 13rem;
}

@media screen and (max-width: 768px) {
  .news-list-bg-icon::before {
    top: -6rem;
    left: 0;
    width: 5.3rem;
    height: 3.5rem;
  }
}
.news-list-bg-icon::after {
  content: "";
  background-image: url("../images/news/machi2.svg");
  background-size: contain;
  background-repeat: no-repeat;
  width: 7.1rem;
  height: 5.1rem;
  position: absolute;
  right: -13rem;
  bottom: -22rem;
}

@media screen and (max-width: 768px) {
  .news-list-bg-icon::after {
    bottom: -15rem;
    right: -1rem;
    width: 5.1rem;
    height: 3.6rem;
  }
}
.list__items {
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 768px) {
  .list__items {
    margin-top: -2rem;
  }
}
.list__item {
  height: 8.5rem;
  border-bottom: 1px solid #707070;
  display: flex;
  align-items: center;
  transition: 0.3s;
}

@media screen and (max-width: 768px) {
  .list__item {
    height: 7rem;
  }
}
.list__item:hover {
  opacity: 0.6;
}

.list__item-title {
  display: flex;
  width: 90%;
  font-size: 1.6rem;
  font-weight: 400;
  padding-left: 2rem;
  padding-right: 4.8rem;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%226.754%22%20height%3D%2210.93%22%20viewBox%3D%220%200%206.754%2010.93%22%3E%20%3Cg%20id%3D%22down-chevron%22%20transform%3D%22translate(-48.907%2010.93)%20rotate(-90)%22%3E%20%3Cg%20id%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97_56%22%20data-name%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97%2056%22%20transform%3D%22translate(0%2048.907)%22%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_97%22%20data-name%3D%22%E3%83%91%E3%82%B9%2097%22%20d%3D%22M9.641%2C48.907%2C5.465%2C53.083%2C1.289%2C48.907%2C0%2C50.2l5.465%2C5.465L10.93%2C50.2Z%22%20transform%3D%22translate(0%20-48.907)%22%20fill%3D%22%23212121%22%2F%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-position: center right 2rem;
}

@media screen and (max-width: 768px) {
  .list__item-title {
    font-size: 1.2rem;
    padding-right: 2rem;
    padding-left: 0.855rem;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    white-space: normal;
  }
}
.list__item-date {
  font-family: futura-pt, sans-serif;
  font-weight: 500;
  font-style: normal;
  border-right: 1px solid #acacac;
  padding: 0 2rem 0 1.75rem;
}

@media screen and (max-width: 768px) {
  .list__item-date {
    padding: 0 1.25rem 0 0;
  }
}
.list__item-year {
  font-size: 1.2rem;
}

@media screen and (max-width: 768px) {
  .list__item-year {
    font-size: 1rem;
  }
}
.list__item-mmdd {
  font-size: 2.8rem;
  line-height: 1;
}

@media screen and (max-width: 768px) {
  .list__item-mmdd {
    font-size: 2rem;
  }
}
.list__item-label {
  white-space: nowrap;
  margin-right: 1rem;
}

/** news detail*/
.news-category {
  display: inline-block;
  background-color: #212121;
  font-weight: 400;
  color: #fff;
  text-align: center;
  padding: 0.1rem 0.5rem;
  border-radius: 5px;
  font-size: 1.2rem;
}

.detail {
  padding-top: 6rem;
}

.detail__meta {
  display: flex;
  justify-content: space-between;
  margin-bottom: 6rem;
}

@media screen and (max-width: 768px) {
  .detail__meta {
    margin-bottom: 4rem;
  }
}
.detail__title {
  font-size: 2.4rem;
  line-height: 1.25;
  padding-bottom: 3rem;
  margin-bottom: 1.8rem;
  border-bottom: 1px solid #707070;
  font-weight: 500;
}

@media screen and (max-width: 768px) {
  .detail__title {
    font-size: 1.6rem;
    line-height: 1.875;
    margin-bottom: 1.5rem;
    padding-bottom: 1rem;
  }
}
.detail__date {
  font-size: 1.4rem;
  font-family: futura-pt, sans-serif;
  font-weight: 500;
  font-style: normal;
}

.detail__content img {
  display: inline;
  margin-bottom: 5rem;
}

.detail__content .wp-block-image .alignleft {
  float: none !important;
}

.detail__content .wp-block-image .alignright {
  float: none !important;
  margin-left: auto;
}

.detail__content h3 {
  font-size: 2rem;
  padding-left: 0.75rem;
  font-weight: bold;
  border-left: 3px solid #F3046C;
  margin-bottom: 3rem;
}

.detail__content h3 span {
  padding-top: 0.4em;
  background-position: top left 0px;
  background-repeat: repeat-x;
  background-size: 1em 0.8em;
  background-image: radial-gradient(0.12em 0.12em at center center, #f3046c, #f3046c 100%, transparent);
}

.detail__content p {
  margin-bottom: 5rem;
}

@media screen and (max-width: 768px) {
  .detail__content p {
    margin-bottom: 4.2rem;
  }
}
.detail__button {
  margin-top: 5rem;
  text-align: center;
}

.review-form {
  padding: 5rem 4rem;
  background-color: #fff;
  border-radius: 10px;
}

@media screen and (max-width: 768px) {
  .review-form {
    padding: 3rem 1.5rem;
  }
}
.review-form-title {
  margin-bottom: 1rem;
}

.review-form-title::before {
  display: none;
}

.review-form-title::after {
  display: none;
}

@media screen and (max-width: 768px) {
  .review-form-title {
    text-align: center;
    font-size: 2rem;
    margin-bottom: 3rem;
  }
}
.r-product {
  margin: 10rem 0;
}

/*****/
.bg-icon {
  position: absolute;
}

.login-sakura1 {
  right: -2rem;
  top: 45rem;
}

.login-sakura2 {
  top: 117rem;
  left: -10rem;
}

.login-bird1 {
  top: 73rem;
  left: 3rem;
  z-index: 2;
}

@media screen and (max-width: 768px) {
  .login-bird1 {
    top: 77rem;
  }
}
.login-bird2 {
  z-index: 2;
  top: 80rem;
  left: -5rem;
}

.login-bird3 {
  z-index: 2;
  top: 95rem;
  right: 11rem;
}

@media screen and (max-width: 768px) {
  .login-bird3 {
    top: 83rem;
  }
}
.login-bird4 {
  z-index: 2;
  top: 104rem;
  right: -3rem;
}

@media screen and (max-width: 768px) {
  .login-bird4 {
    top: 83rem;
    right: 1rem;
  }
}
.login-content {
  position: relative;
  background: url("../images/login/login-bg1.png");
  background-size: 100% 100%;
  padding: 7.55rem 2rem;
  margin-bottom: 5rem;
}

@media screen and (max-width: 768px) {
  .login-content {
    padding: 5rem 2rem;
  }
}
.login-content2 {
  position: relative;
  background: url("../images/login/login-bg3.png");
  background-size: 100% 100%;
  min-height: 101.9rem;
  padding: 6.2rem 10rem 7.65rem;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .login-content2 {
    padding: 0 0 3rem;
    min-height: auto;
    background: none;
  }
}
.login-content2__title {
  font-size: 2.4rem;
  font-weight: bold;
  margin-bottom: 2.6rem;
}

@media screen and (max-width: 768px) {
  .login-content2__title {
    font-size: 1.6rem;
  }
}
.login-content2__text {
  margin-bottom: 4.5rem;
}

@media screen and (max-width: 768px) {
  .login-content2__text {
    font-size: 1.4rem;
  }
}
.login-content2 .banners {
  display: flex;
  justify-content: space-between;
  max-width: 76rem;
  margin: auto;
}

@media screen and (max-width: 768px) {
  .login-content2 .banners {
    display: block;
  }
}
.login-content2 .banner {
  max-width: 36rem;
}

@media screen and (max-width: 768px) {
  .login-content2 .banner {
    margin-bottom: 4rem;
  }

  .login-content2 .banner:last-child {
    margin-bottom: 0;
  }
}
.login-content2 .banner-title {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22139%22%20height%3D%225%22%20viewBox%3D%220%200%20139%205%22%3E%20%3Cdefs%3E%20%3CclipPath%20id%3D%22clip-path%22%3E%20%3Crect%20width%3D%22139%22%20height%3D%225%22%20fill%3D%22none%22%2F%3E%20%3C%2FclipPath%3E%20%3C%2Fdefs%3E%20%3Cg%20id%3D%22%E3%83%AA%E3%83%94%E3%83%BC%E3%83%88%E3%82%B0%E3%83%AA%E3%83%83%E3%83%89_22%22%20data-name%3D%22%E3%83%AA%E3%83%94%E3%83%BC%E3%83%88%E3%82%B0%E3%83%AA%E3%83%83%E3%83%89%2022%22%20clip-path%3D%22url(%23clip-path)%22%3E%20%3Cg%20transform%3D%22translate(-583%20-1129)%22%3E%20%3Ccircle%20id%3D%22%E6%A5%95%E5%86%86%E5%BD%A2_54%22%20data-name%3D%22%E6%A5%95%E5%86%86%E5%BD%A2%2054%22%20cx%3D%222%22%20cy%3D%222%22%20r%3D%222%22%20transform%3D%22translate(583%201130)%22%20fill%3D%22%23212121%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20transform%3D%22translate(-568%20-1129)%22%3E%20%3Ccircle%20id%3D%22%E6%A5%95%E5%86%86%E5%BD%A2_54-2%22%20data-name%3D%22%E6%A5%95%E5%86%86%E5%BD%A2%2054%22%20cx%3D%222%22%20cy%3D%222%22%20r%3D%222%22%20transform%3D%22translate(583%201130)%22%20fill%3D%22%23212121%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20transform%3D%22translate(-553%20-1129)%22%3E%20%3Ccircle%20id%3D%22%E6%A5%95%E5%86%86%E5%BD%A2_54-3%22%20data-name%3D%22%E6%A5%95%E5%86%86%E5%BD%A2%2054%22%20cx%3D%222%22%20cy%3D%222%22%20r%3D%222%22%20transform%3D%22translate(583%201130)%22%20fill%3D%22%23212121%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20transform%3D%22translate(-538%20-1129)%22%3E%20%3Ccircle%20id%3D%22%E6%A5%95%E5%86%86%E5%BD%A2_54-4%22%20data-name%3D%22%E6%A5%95%E5%86%86%E5%BD%A2%2054%22%20cx%3D%222%22%20cy%3D%222%22%20r%3D%222%22%20transform%3D%22translate(583%201130)%22%20fill%3D%22%23212121%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20transform%3D%22translate(-523%20-1129)%22%3E%20%3Ccircle%20id%3D%22%E6%A5%95%E5%86%86%E5%BD%A2_54-5%22%20data-name%3D%22%E6%A5%95%E5%86%86%E5%BD%A2%2054%22%20cx%3D%222%22%20cy%3D%222%22%20r%3D%222%22%20transform%3D%22translate(583%201130)%22%20fill%3D%22%23212121%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20transform%3D%22translate(-508%20-1129)%22%3E%20%3Ccircle%20id%3D%22%E6%A5%95%E5%86%86%E5%BD%A2_54-6%22%20data-name%3D%22%E6%A5%95%E5%86%86%E5%BD%A2%2054%22%20cx%3D%222%22%20cy%3D%222%22%20r%3D%222%22%20transform%3D%22translate(583%201130)%22%20fill%3D%22%23212121%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20transform%3D%22translate(-493%20-1129)%22%3E%20%3Ccircle%20id%3D%22%E6%A5%95%E5%86%86%E5%BD%A2_54-7%22%20data-name%3D%22%E6%A5%95%E5%86%86%E5%BD%A2%2054%22%20cx%3D%222%22%20cy%3D%222%22%20r%3D%222%22%20transform%3D%22translate(583%201130)%22%20fill%3D%22%23212121%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20transform%3D%22translate(-478%20-1129)%22%3E%20%3Ccircle%20id%3D%22%E6%A5%95%E5%86%86%E5%BD%A2_54-8%22%20data-name%3D%22%E6%A5%95%E5%86%86%E5%BD%A2%2054%22%20cx%3D%222%22%20cy%3D%222%22%20r%3D%222%22%20transform%3D%22translate(583%201130)%22%20fill%3D%22%23212121%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20transform%3D%22translate(-463%20-1129)%22%3E%20%3Ccircle%20id%3D%22%E6%A5%95%E5%86%86%E5%BD%A2_54-9%22%20data-name%3D%22%E6%A5%95%E5%86%86%E5%BD%A2%2054%22%20cx%3D%222%22%20cy%3D%222%22%20r%3D%222%22%20transform%3D%22translate(583%201130)%22%20fill%3D%22%23212121%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20transform%3D%22translate(-448%20-1129)%22%3E%20%3Ccircle%20id%3D%22%E6%A5%95%E5%86%86%E5%BD%A2_54-10%22%20data-name%3D%22%E6%A5%95%E5%86%86%E5%BD%A2%2054%22%20cx%3D%222%22%20cy%3D%222%22%20r%3D%222%22%20transform%3D%22translate(583%201130)%22%20fill%3D%22%23212121%22%2F%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%3C%2Fsvg%3E");
  background-size: 14rem;
  padding-bottom: 1.8rem;
  background-repeat: no-repeat;
  background-position: bottom center;
  font-family: "Kiwi Maru", serif;
  font-size: 2rem;
  font-weight: 500;
  white-space: nowrap;
  display: table;
  margin: 0 auto 1.5rem;
}

.login__logo {
  margin-bottom: 4.5rem;
}

.login__form {
  width: 38.5rem;
  margin: auto;
}

@media screen and (max-width: 768px) {
  .login__form {
    width: 100%;
  }
}
.login__form-password-link {
  font-size: 1.4rem;
  color: #2086df;
  display: inline-block;
  margin-bottom: 5rem;
}

.login__form-item {
  margin-bottom: 1.5rem;
}

.login__form-item input[type=text],
.login__form-item input[type=password] {
  width: 100%;
  height: 5rem;
  border: solid 1px #cccccc;
  padding: 0.5rem 1rem;
  border-radius: 5px;
  background: #fff;
}

.login__form-item .label {
  margin-bottom: 0.8rem;
}

.login__form-item .item {
  position: relative;
}

.login__form-item .item span {
  position: absolute;
  right: 0;
  background: #efefef;
  width: 5rem;
  height: 5rem;
  font-size: 1.3em;
  text-align: center;
  padding-top: 1.3rem;
  border: solid 1px #cccccc;
  border-radius: 0 5px 5px 0;
}

.login__form-check {
  align-items: center;
  margin-bottom: 5rem;
  display: flex;
  justify-content: center;
  font-size: 1.2rem;
  color: #707070;
}

@media screen and (max-width: 768px) {
  .login__form-check {
    margin-bottom: 3rem;
  }
}
.login__form-check input[type=checkbox] {
  opacity: 0;
}

.login__form-check label {
  position: relative;
  margin-left: 1.5rem;
}

.login__form-check label::after {
  content: "";
  position: absolute;
  left: -3rem;
  top: 0;
  width: 2rem;
  height: 2rem;
  border: solid 1px #ccc;
  border-radius: 2px;
}

.login__form-check input[type=checkbox]:checked + label::before {
  content: "";
  position: absolute;
  left: -2.4rem;
  top: 0rem;
  border: solid 2px #F3046C;
  width: 0.8rem;
  height: 1.5rem;
  border-top: 0;
  border-left: 0;
  transform: rotate(45deg);
}

.login__button-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin-bottom: 2rem;
}

.login__button-wrap .link {
  color: #2086df;
  font-size: 1.4rem;
}

.login__register {
  padding-top: 5rem;
  border-top: 1px #cccccc solid;
  text-align: center;
  font-weight: 500;
}

@media screen and (max-width: 768px) {
  .login__register {
    padding-top: 3rem;
  }
}
.login__register-title {
  margin-bottom: 3rem;
}

#toc_container {
  background: #f1efeb;
  border-radius: 5px;
  width: 100%;
  padding: 2.4rem 2.7rem;
  margin: 5rem auto;
  border: 0;
  font-size: 100%;
}

#toc_container .toc_title {
  display: none;
}

#toc_container .toc_number {
  font-family: futura-pt, sans-serif;
  font-weight: 500;
  font-size: 2.4rem;
  position: relative;
}

#toc_container .toc_number::after {
  content: ".";
}

#toc_container .toc_list li {
  margin-bottom: 0.5rem;
}

#toc_container .toc_list li ul {
  list-style-type: none;
  margin-left: 2rem;
}

#toc_container .toc_list li a {
  text-decoration: none !important;
}

.js-addfavorite .hart-on {
  display: none !important;
}

.js-addfavorite.is-active .hart-off {
  display: none !important;
}

.js-addfavorite.is-active .hart-on {
  display: inline-block !important;
}

.simple-page-content {
  border-radius: 20px;
  background-color: #fff;
  padding: 6.5rem;
}

.simple-page-content__title {
  font-size: 2.4rem;
  font-weight: bold;
  margin-bottom: 2.4rem;
}

.simple-page-content p {
  margin-bottom: 4.8rem;
  line-height: 1.875;
}

.simple-page-content ol {
  margin-bottom: 4.8rem;
  margin-left: 4rem;
}

@media screen and (max-width: 768px) {
  .simple-page-content {
    margin-top: 0;
    padding: 4.5rem 2rem;
  }

  .simple-page-content__title {
    font-size: 2rem;
    margin-bottom: 1.8rem;
  }

  .simple-page-content p {
    margin-bottom: 2.4rem;
  }

  .simple-page-content ol {
    margin-bottom: 2.4rem;
    margin-left: 2rem;
  }
}
/***/
.password-reset-content {
  background: url("../images/password-reset-bg.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  max-width: 750px;
  margin: auto;
  padding: 7.4rem 7rem;
}

@media screen and (max-width: 768px) {
  .password-reset-content {
    padding: 4rem 2rem;
  }
}
/** login **/
.login-form__item {
  max-width: 510px;
  margin: auto;
}

.login-form__item-label {
  font-weight: 500;
  margin-bottom: 0.5rem;
}

.login-form__item input[type=text],
.login-form__item input[type=password] {
  width: 100%;
  border: 0;
  border: solid 1px #cccccc;
  border-radius: 5px;
  font-weight: normal;
  padding: 1.2rem 1.8rem;
}

.login-form__button {
  margin-bottom: 3.5rem;
}

.login-form__link {
  display: table;
  margin: auto;
  font-size: 1.4rem;
  text-align: center;
  color: #2086df;
}

.singup .link {
  text-decoration: underline;
  color: #2086df;
}

.singup__text {
  line-height: 1.875;
}

@media screen and (max-width: 768px) {
  .singup__text {
    margin: 0 0 4rem;
  }
}
.singup__small-text {
  line-height: 1.875;
  font-size: 1.4rem;
  margin-bottom: 5rem;
}

.singup__small-text a {
  text-decoration: underline;
  color: #2086df;
}

.singup__check {
  background-color: #fff;
  padding: 1.8rem;
  position: relative;
  border-radius: 30px;
}

@media screen and (max-width: 768px) {
  .singup__check {
    border-radius: 15px;
  }
}
.singup__check::before {
  content: "必須";
  background-color: #f3046c;
  color: #fff;
  padding: 0 0.5rem;
  border-radius: 3px;
  margin-left: 0.1rem;
  margin-top: 0.3rem;
  font-size: 1.4rem;
  display: inline-block;
  margin-right: 0.5rem;
  position: absolute;
  top: 1.8rem;
  left: 8rem;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .singup__check::before {
    font-size: 1.2rem;
    top: 1.5rem;
    left: 1.2rem;
  }
}
.singup__check .form-check {
  margin-bottom: 0;
  justify-content: center;
  color: #212121;
  font-size: 1.6rem;
}

.singup__check .form-check label::after {
  top: 1px;
}

/*faq*/
.faq-menus {
  display: flex;
  margin-bottom: 5rem;
}

@media screen and (max-width: 768px) {
  .faq-menus {
    flex-wrap: wrap;
    margin-bottom: 2rem;
  }
}
.faq-menu {
  font-family: "Kiwi Maru", serif;
  margin-right: 4rem;
  font-size: 2rem;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20id%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97_13189%22%20data-name%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97%2013189%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2211.338%22%20height%3D%227.204%22%20viewBox%3D%220%200%2011.338%207.204%22%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_97%22%20data-name%3D%22%E3%83%91%E3%82%B9%2097%22%20d%3D%22M10%2C0%2C5.669%2C4.455%2C1.337%2C0%2C0%2C1.375%2C5.669%2C7.2l5.669-5.83Z%22%20transform%3D%22translate(0%200)%22%20fill%3D%22%23212121%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-position: center right;
  padding-right: 2rem;
  border-bottom: 1.5px solid;
  padding-bottom: 0.25rem;
}

@media screen and (max-width: 768px) {
  .faq-menu {
    font-size: 1.4rem;
    margin-right: 2rem;
    margin-bottom: 2rem;
  }
}
.faq-box {
  background: #f9f1e0;
  border-radius: 5px;
  padding: 4rem;
}

@media screen and (max-width: 768px) {
  .faq-box {
    padding: 2rem;
  }
}
.faq-box__block-title {
  margin-top: 5rem;
  font-size: 2rem;
  margin-bottom: 2rem;
}

@media screen and (max-width: 768px) {
  .faq-box__block-title {
    font-size: 1.6rem;
  }
}
.faq-item-group + .faq-item-group {
  margin-top: 6rem;
}

@media screen and (max-width: 768px) {
  .faq-item-group + .faq-item-group {
    margin-top: 3rem;
  }
}
.faq-box + .faq-box {
  margin-top: 5rem;
}

@media screen and (max-width: 768px) {
  .faq-box + .faq-box {
    margin-top: 3rem;
  }
}
.faq-item {
  padding: 2.5rem 3rem;
  background-color: #fff;
  border-radius: 10px;
  margin-bottom: 2rem;
}

.faq-item:last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 768px) {
  .faq-item {
    padding: 1.5rem 1.5rem;
  }
}
.faq-item__q {
  display: flex;
  align-items: center;
  position: relative;
  cursor: pointer;
}

.faq-item__q::after {
  content: "";
  position: absolute;
  right: 0;
  top: 1.5rem;
  width: 1.7rem;
  height: 1.7rem;
  background: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2217%22%20height%3D%2217%22%20viewBox%3D%220%200%2017%2017%22%3E%20%3Cg%20id%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97_16870%22%20data-name%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97%2016870%22%20transform%3D%22translate(-678%20-749)%22%3E%20%3Cline%20id%3D%22%E7%B7%9A_280%22%20data-name%3D%22%E7%B7%9A%20280%22%20x2%3D%2217%22%20transform%3D%22translate(678%20757.5)%22%20fill%3D%22none%22%20stroke%3D%22%23a99dbc%22%20stroke-width%3D%222.5%22%2F%3E%20%3Cline%20id%3D%22%E7%B7%9A_281%22%20data-name%3D%22%E7%B7%9A%20281%22%20x2%3D%2217%22%20transform%3D%22translate(686.5%20749)%20rotate(90)%22%20fill%3D%22none%22%20stroke%3D%22%23a99dbc%22%20stroke-width%3D%222.5%22%2F%3E%20%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat;
  background-size: contain;
  background-position: center;
}

.faq-item__q.is-active::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2217%22%20height%3D%222.5%22%20viewBox%3D%220%200%2017%202.5%22%3E%20%3Cg%20id%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97_16872%22%20data-name%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97%2016872%22%20transform%3D%22translate(-678%20-756.25)%22%3E%20%3Cline%20id%3D%22%E7%B7%9A_280%22%20data-name%3D%22%E7%B7%9A%20280%22%20x2%3D%2217%22%20transform%3D%22translate(678%20757.5)%22%20fill%3D%22none%22%20stroke%3D%22%23a99dbc%22%20stroke-width%3D%222.5%22%2F%3E%20%3C%2Fg%3E%3C%2Fsvg%3E");
}

.faq-item__q-icon {
  font-size: 3.2rem;
  font-family: futura-pt, sans-serif;
  font-weight: 500;
  color: #a99dbc;
  margin-right: 2.5rem;
}

@media screen and (max-width: 768px) {
  .faq-item__q-icon {
    font-size: 2.4rem;
    margin-right: 1.5rem;
  }
}
.faq-item__q-title {
  font-size: 2rem;
}

@media screen and (max-width: 768px) {
  .faq-item__q-title {
    padding-right: 2rem;
    font-size: 1.6rem;
  }
}
.faq-item__a {
  padding-top: 1rem;
}

.faq-item__a-icon {
  font-size: 3.2rem;
  font-family: futura-pt, sans-serif;
  font-weight: 500;
  color: #a99dbc;
  margin-right: 2.5rem;
  opacity: 0;
}

@media screen and (max-width: 768px) {
  .faq-item__a-icon {
    margin-right: 1rem;
  }
}
.faq-item__a {
  display: none;
}

.faq-item__a-content {
  display: flex;
  padding: 0;
}

.complete-caution {
  /* border: solid 2px; */
  padding: 4rem;
  text-align: left;
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto;
}

.complete-message {
  margin-bottom: 6rem;
  margin-top: 4rem;
  border: solid 2px #F3046C;
  width: 75rem;
  padding: 4rem;
  margin-left: auto;
  margin-right: auto;
}

.complete-message .product-detail__add-cart {
  max-width: fit-content;
  margin: 2rem auto 1rem;
  padding: 0 4rem;
}

.complete-message__caution {
  font-size: 0.8em;
}

@media screen and (max-width: 768px) {
  .complete-message {
    margin-bottom: 4rem;
    max-width: 100%;
    padding: 2rem;
  }

  .complete-caution {
    max-width: 100%;
    padding: 0;
    margin: 2rem 0 4rem;
  }
}
.two-col-article {
  display: flex;
  justify-content: space-between;
  padding-bottom: 0;
}

@media screen and (max-width: 768px) {
  .two-col-article {
    display: block;
    padding-bottom: 4rem;
  }
}
.two-col-article__left {
  flex: 0 0 60%;
  max-width: 595px;
  position: relative;
  left: 0;
}

@media screen and (max-width: 768px) {
  .two-col-article__left {
    max-width: 100%;
  }
}
.two-col-article__right {
  flex: 0 0 36%;
  max-width: 320px;
  position: relative;
  left: 0;
}

@media screen and (max-width: 768px) {
  .two-col-article__right {
    margin-top: 8rem;
    max-width: 100%;
  }
}
.two-col-article__aside-title {
  font-size: 2rem;
  font-weight: 500;
  padding-bottom: 1rem;
  border-bottom: 2px solid;
}

.two-col-article__aside-category-items {
  margin-bottom: 10rem;
}

.two-col-article__aside-category-item {
  display: block;
  padding: 1.5rem 0.7rem;
  border-bottom: 1px dashed;
  background-image: url("../images/arrow-right.svg");
  background-repeat: no-repeat;
  background-position: center right 0.7rem;
  transition: 0.3s;
}

.two-col-article__aside-category-item.no-arrow {
  background: none;
}

.two-col-article__aside-category-item:hover {
  opacity: 0.7;
  background-position: center right 0;
}

.two-col-article__aside .related__items {
  margin-top: 3rem;
}

.two-col-article__aside .related__item-body {
  max-width: 200px;
}

@media screen and (max-width: 768px) {
  .two-col-article__aside .related__item-body {
    max-width: 21rem;
  }
}
.two-col-article__aside .related__item-title {
  font-size: 1.4rem;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.activity-report-item {
  display: block;
  padding-bottom: 2.5rem;
  margin-bottom: 2.5rem;
  border-bottom: 1px dashed #707070;
}

.activity-report-item:last-child {
  margin-bottom: 0;
}

.activity-report-item__inner {
  display: flex;
  justify-content: space-between;
}

.activity-report-item__visual {
  flex: 0 0 28.5%;
  max-width: 28.5%;
}

@media screen and (max-width: 768px) {
  .activity-report-item__visual img {
    width: 100%;
    height: 6.5rem;
    object-fit: cover;
    border-radius: 2px;
  }
}
.activity-report-item__body {
  flex: 0 0 71.5%;
  max-width: 71.5%;
  padding-left: 3rem;
  padding-top: 0.5rem;
}

@media screen and (max-width: 768px) {
  .activity-report-item__body {
    padding-left: 1rem;
    padding-top: 0;
  }
}
.activity-report-item__date {
  font-size: 1.4rem;
  font-family: futura-pt, sans-serif;
  font-weight: 500;
}

.activity-report-item__title {
  font-weight: 500;
  margin-bottom: 1.2rem;
}

@media screen and (max-width: 768px) {
  .activity-report-item__title {
    margin-bottom: 1.5rem;
  }
}
.activity-report-item__type {
  display: flex;
  background-color: #fff;
  padding: 0.5rem 0.7rem;
  border-radius: 5px;
  font-size: 1.2rem;
}

@media screen and (max-width: 768px) {
  .activity-report-item__type {
    width: calc(100% + 11rem);
    margin-left: -11rem;
  }
}
.activity-report-item__type-label {
  font-weight: 500;
  flex: 0 0 4.5rem;
  position: relative;
  align-self: baseline;
}

.activity-report-item__type-label::after {
  content: "";
  border-right: 1px solid #a99dbc;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
}

@media screen and (max-width: 768px) {
  .activity-report-item__type-label {
    flex: 0 0 4.3rem;
  }
}
.activity-report-item__type-body {
  align-self: baseline;
  padding-left: 0.5rem;
  font-size: 1.2rem;
}

.activity-report-info {
  padding: 1.35rem 1.5rem;
  background: #fff;
  border-radius: 5px;
  margin-bottom: 3.5rem;
}

.activity-report-info dl {
  display: flex;
  margin-bottom: 1rem;
  font-size: 1.2rem;
}

.activity-report-info dl:last-child {
  margin-bottom: 0;
}

.activity-report-info dl dt {
  flex: 0 0 12%;
  text-align: right;
  font-weight: 500;
  padding-right: 1rem;
  border-right: 1px solid #a99dbc;
  line-height: 1;
  padding: 0.75rem;
}

@media screen and (max-width: 768px) {
  .activity-report-info dl dt {
    flex: 0 0 22%;
  }
}
.activity-report-info dl dd {
  padding: 0.45rem;
  padding-left: 1rem;
}

.activity-report-info dl dd .money {
  font-size: 1.6rem;
  line-height: 1;
  font-weight: 500;
  font-family: futura-pt, sans-serif;
}

@media screen and (max-width: 768px) {
  .sakura1-history {
    left: 1rem;
    top: 0rem;
    width: 1.6rem;
  }
}
@media screen and (max-width: 768px) {
  .history-content-head {
    margin-top: -2rem;
    padding-top: 2rem;
  }
}
.history-content-head__row {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10rem;
}

@media screen and (max-width: 768px) {
  .history-content-head__row {
    padding-top: 2rem;
    display: block;
    margin-bottom: 6rem;
  }
}
.history-content-head__row &gt; * {
  flex: 0 0 50%;
  max-width: 50%;
}

@media screen and (max-width: 768px) {
  .history-content-head__row &gt; * {
    max-width: 100%;
  }
}
.history-content-head__left {
  max-width: 43.5%;
  flex: 0 0 43.5%;
}

@media screen and (max-width: 768px) {
  .history-content-head__left {
    max-width: 100%;
    margin-bottom: 3rem;
  }
}
@media screen and (max-width: 768px) {
  .history-content-head .c-section-title {
    font-size: 2rem;
  }

  .history-content-head .c-section-title::after {
    width: 118px;
  }
}
.history-content-head .title1.c-section-title::before {
  background-image: url("../images/history/titlbg1.png");
}

@media screen and (max-width: 768px) {
  .history-content-head .title1.c-section-title::before {
    width: 4.1rem;
  }
}
.history-content-scroll {
  position: relative;
  padding-bottom: 12rem;
}

@media screen and (max-width: 768px) {
  .history-content-scroll {
    padding-bottom: 5rem;
  }
}
.history-content-scroll .js-float-bird1 {
  position: absolute;
  left: 31rem;
  top: 6rem;
  z-index: 10;
}

@media screen and (max-width: 768px) {
  .history-content-scroll .js-float-bird1 {
    left: 8rem;
    top: 7rem;
    width: 3.4rem;
  }
}
.history-content-scroll .js-float-bird2 {
  position: absolute;
  left: 11rem;
  top: 0rem;
  z-index: 10;
}

@media screen and (max-width: 768px) {
  .history-content-scroll .js-float-bird2 {
    left: 26rem;
    top: 5rem;
    width: 3rem;
  }
}
.history-content-scroll .js-float-bird3 {
  position: absolute;
  left: 64rem;
  top: 6rem;
  z-index: 10;
}

@media screen and (max-width: 768px) {
  .history-content-scroll .js-float-bird3 {
    left: 2rem;
    top: 0.5rem;
  }
}
.history-content-scroll .js-float-bird4 {
  position: absolute;
  left: 50rem;
  top: -3rem;
  z-index: 10;
}

@media screen and (max-width: 768px) {
  .history-content-scroll .js-float-bird4 {
    top: -2rem;
    left: 20rem;
  }
}
.history-content-scroll-main {
  overflow: hidden;
  position: relative;
}

@media screen and (max-width: 768px) {
  .history-content-scroll-main {
    padding-bottom: 3rem;
  }
}
.history-content-scroll__items-wrap {
  display: flex;
  position: absolute;
  left: 0;
  top: 10.2489019034vw;
}

@media screen and (max-width: 768px) {
  .history-content-scroll__items-wrap {
    top: 14rem;
  }
}
.history-content-scroll__items {
  display: flex;
}

.history-content-scroll__item {
  width: 21.9619326501vw;
  padding: 0 1rem;
}

@media screen and (max-width: 768px) {
  .history-content-scroll__item {
    width: 26.1rem;
    padding: 0 0.85rem;
  }
}
.history-content-scroll__item img {
  border-radius: 5px;
}

.history-content-mid {
  margin-bottom: 15rem;
}

@media screen and (max-width: 768px) {
  .history-content-mid {
    margin-bottom: 0;
  }
}
.history-content-mid .history-sakura1 {
  position: absolute;
  top: 50rem;
  right: -7rem;
}

.history-content-mid .history-sakura2 {
  position: absolute;
  top: 94rem;
  left: -7rem;
  z-index: 2;
}

.history-content-mid h2.c-section-title {
  text-align: center;
  margin: auto;
  display: table;
}

@media screen and (max-width: 768px) {
  .history-content-mid h2.c-section-title {
    padding-top: 2rem;
    font-size: 2rem;
  }
}
.history-content-mid h2.c-section-title::after {
  width: 184px;
  left: 50%;
  transform: translateX(-50%);
}

@media screen and (max-width: 768px) {
  .history-content-mid h2.c-section-title::after {
    width: 114px;
  }
}
.history-content-mid h2.c-section-title::before {
  background-image: url("../images/history/titlebg2.png");
  width: 7.3rem;
  height: 7.3rem;
  left: 50%;
  transform: translateX(-50%);
}

@media screen and (max-width: 768px) {
  .history-content-mid h2.c-section-title::before {
    width: 5.2rem;
    top: 0;
  }
}
.history-item {
  margin-bottom: 15.6rem;
}

@media screen and (max-width: 768px) {
  .history-item {
    margin-bottom: 7rem;
  }
}
.history-item:last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 768px) {
  .history-item:last-child {
    padding-bottom: 10rem;
  }
}
.history-item:nth-child(even) .history-item__inner {
  flex-direction: row-reverse;
}

@media screen and (max-width: 768px) {
  .history-item:nth-child(even) .history-item__inner {
    flex-direction: column-reverse;
  }
}
@media screen and (max-width: 768px) {
  .history-item:nth-child(even) .history-item__visual .no {
    position: absolute;
    right: 1rem;
    left: auto;
  }
}
.history-item:nth-child(even) .history-item__visual::before {
  content: "";
  z-index: 1;
  position: absolute;
  background-image: url("../images/history/history-itembg2.png");
  right: -13.3rem;
  top: 1rem;
  left: auto;
  width: 40.2rem;
  height: 40.2rem;
  background-size: 48rem;
  background-position: top -7rem center;
}

@media screen and (max-width: 768px) {
  .history-item:nth-child(even) .history-item__visual::before {
    width: 25.5rem;
    height: 25.5rem;
    right: -9.3rem;
    top: 7rem;
    background-size: contain;
    background-position: 0;
  }
}
.history-item__inner {
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width: 768px) {
  .history-item__inner {
    flex-direction: column-reverse;
  }
}
.history-item__visual {
  flex: 0 0 42.5%;
  max-width: 42.5%;
  position: relative;
}

@media screen and (max-width: 768px) {
  .history-item__visual {
    max-width: 100%;
  }
}
.history-item__visual .no {
  position: absolute;
  left: 1rem;
  top: 0;
  font-family: futura-pt, sans-serif;
  font-weight: 500;
  font-size: 4.4rem;
  z-index: 5;
  color: #fff;
}

@media screen and (max-width: 768px) {
  .history-item__visual .no {
    font-size: 3.6rem;
  }
}
.history-item__visual img {
  position: relative;
  z-index: 2;
  border-radius: 5px;
}

.history-item__visual::before {
  content: "";
  z-index: 1;
  position: absolute;
  width: 40.1rem;
  height: 40.1rem;
  background: url("../images/history/history-itembg1.png");
  background-size: 100%;
  background-repeat: no-repeat;
  left: -13.3rem;
  top: 1rem;
  background-size: 45rem;
  background-position: top -5rem center;
}

@media screen and (max-width: 768px) {
  .history-item__visual::before {
    width: 23.5rem;
    height: 23.5rem;
    left: -9.3rem;
    top: 7rem;
    background-size: contain;
    background-position: 0;
  }
}
.history-item__body {
  flex: 0 0 51%;
  max-width: 51%;
  padding: 1.6rem 0;
}

@media screen and (max-width: 768px) {
  .history-item__body {
    max-width: 100%;
    padding: 0 0 3rem;
  }
}
.history-item__body .t1 {
  font-size: 2rem;
  font-weight: 500;
  margin-bottom: 3.5rem;
}

@media screen and (max-width: 768px) {
  .history-item__body .t1 {
    font-size: 1.6rem;
    margin-bottom: 2.4rem;
  }
}
.history-content-use {
  padding: 10rem 0 14rem;
  background: url("../images/history/use-bg.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

@media screen and (max-width: 768px) {
  .history-content-use {
    background-image: url("../images/history/use-bg_sp.png");
    padding: 7rem 0 9rem;
  }
}
@media screen and (max-width: 768px) {
  .history-content-use .c-section-title {
    font-size: 2rem;
    text-align: center;
  }

  .history-content-use .c-section-title::after {
    width: 170px;
    left: 50%;
    transform: translateX(-50%);
  }
}
.history-content-use .history-sakura3 {
  position: absolute;
  bottom: -9rem;
  right: -5rem;
}

@media screen and (max-width: 768px) {
  .history-content-use .history-sakura3 {
    width: 2rem;
    right: 2rem;
    bottom: 3rem;
  }
}
.history-content-use .history-content-slider {
  position: relative;
  margin-left: calc(50% - 50vw);
}

@media screen and (max-width: 768px) {
  .history-content-use .history-content-slider {
    margin: auto;
    max-width: 26rem;
  }
}
.history-content-use .slick-nav-arrows {
  position: absolute;
  top: -10rem;
  right: 5rem;
}

@media screen and (max-width: 768px) {
  .history-content-use .slick-nav-arrows {
    position: static;
  }
}
.history-content-use .slick-arrow {
  display: inline-flex;
  width: 35px;
  height: 35px;
  align-items: center;
  justify-content: center;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2235%22%20height%3D%2235%22%20viewBox%3D%220%200%2035%2035%22%3E%20%3Cg%20id%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97_16855%22%20data-name%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97%2016855%22%20transform%3D%22translate(-1281%20-3749)%22%3E%20%3Cg%20id%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97_16700%22%20data-name%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97%2016700%22%20transform%3D%22translate(821%203119)%22%3E%20%3Cg%20id%3D%22%E6%A5%95%E5%86%86%E5%BD%A2_53%22%20data-name%3D%22%E6%A5%95%E5%86%86%E5%BD%A2%2053%22%20transform%3D%22translate(460%20630)%22%20fill%3D%22%23fff%22%20stroke%3D%22%23212121%22%20stroke-width%3D%221%22%3E%20%3Ccircle%20cx%3D%2217.5%22%20cy%3D%2217.5%22%20r%3D%2217.5%22%20stroke%3D%22none%22%2F%3E%20%3Ccircle%20cx%3D%2217.5%22%20cy%3D%2217.5%22%20r%3D%2217%22%20fill%3D%22none%22%2F%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97_16701%22%20data-name%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97%2016701%22%20transform%3D%22translate(1294.748%203771.781)%20rotate(-90)%22%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_97%22%20data-name%3D%22%E3%83%91%E3%82%B9%2097%22%20d%3D%22M9.316%2C0%2C5.281%2C4.641%2C1.245%2C0%2C0%2C1.432%2C5.281%2C7.5l5.281-6.073Z%22%20transform%3D%22translate(0%200)%22%20fill%3D%22%23212121%22%2F%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%3C%2Fsvg%3E");
}

.history-content-use .slick-arrow[aria-disabled=true] {
  opacity: 0.5;
}

@media screen and (max-width: 768px) {
  .history-content-use .slick-arrow {
    width: 5rem;
    height: 5rem;
    background-size: 100%;
  }
}
.history-content-use .slick-next {
  right: 0;
  transform: scale(1);
}

@media screen and (max-width: 768px) {
  .history-content-use .slick-next {
    width: 4.4rem;
    background-position: center;
    background-repeat: no-repeat;
    right: -5.5rem;
    top: 12rem;
  }
}
.history-content-use .slick-prev {
  left: -80px;
  transform: scale(-1);
}

@media screen and (max-width: 768px) {
  .history-content-use .slick-prev {
    width: 4.4rem;
    background-position: center;
    background-repeat: no-repeat;
    left: -5.5rem;
    top: 12rem;
  }
}
.history-content-use .slick-next:before,
.history-content-use .slick-prev:before,
.history-content-use .slick-next:after,
.history-content-use .slick-prev:after {
  display: none;
}

.history-content-use .use-items .slick-list {
  padding-left: 8rem;
}

@media screen and (max-width: 768px) {
  .history-content-use .use-items .slick-list {
    padding-left: 0;
  }
}
.history-content-use .use-item {
  padding: 0 1rem;
}

@media screen and (max-width: 768px) {
  .history-content-use .use-item {
    padding: 0 0;
  }

  .history-content-use .use-item__body {
    padding: 0 2rem;
  }
}
.history-content-use .use-item .t1 {
  font-size: 1.6rem;
  font-weight: bold;
  margin-top: 1rem;
  margin-bottom: 1.2rem;
}

.history-content-use .use-item .t2 {
  font-size: 1.4rem;
}

.history-content-use .slick-dots {
  bottom: -8rem;
  left: 50%;
  transform: translateX(-40%);
}

@media screen and (max-width: 768px) {
  .history-content-use .slick-dots {
    bottom: -5rem;
    transform: translateX(-50%);
  }
}
.history-content-use .slick-dots li {
  margin: 0 7.5px;
}

.history-content-use .slick-dots li.slick-active button:before {
  background-color: #F3046C;
  border-color: #F3046C !important;
}

.history-content-use .slick-dots li.slick-active button:after {
  background-color: #F3046C;
  border-color: #F3046C !important;
}

.history-content-use .slick-dots li button:before {
  color: #b8b8b8;
  border-color: #b8b8b8;
  background-color: #b8b8b8;
}

.history-content-review {
  padding: 10rem 0;
}

@media screen and (max-width: 768px) {
  .history-content-review {
    padding: 7rem 0;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .history-content-review .mark-wrap {
    padding-bottom: 4rem;
    margin-bottom: -4rem;
  }
}
.history-content-review .history-sakura4 {
  position: absolute;
  top: 65rem;
  left: -10rem;
}

@media screen and (max-width: 768px) {
  .history-content-review .history-sakura4 {
    position: absolute;
    top: auto;
    bottom: 0;
    left: 0;
  }
}
@media screen and (max-width: 768px) {
  .history-content-review .page-section-title {
    font-size: 2rem;
  }
}
.review-name {
  position: relative;
  background: #fff;
  text-align: left;
  width: 32rem;
  border: solid 1px #707070;
  border-radius: 5px;
  margin-top: 3rem;
  padding: 2rem 1.7rem;
  font-weight: 500;
  font-style: normal;
  border: solid 1px #707070;
  height: 5rem;
  line-height: 5rem;
  margin-bottom: 2rem;
}

@media screen and (max-width: 768px) {
  .review-name {
    width: 100%;
  }
}
.product-detail-review__form textarea {
  display: block;
  width: 100%;
  height: 30rem;
  border-radius: 5px;
  margin: 1rem 0 4rem;
  border: solid 1px #707070;
}

.history-content-info__box {
  padding: 5rem 4rem;
  background-color: #fff;
  border-radius: 10px;
  margin-bottom: 5rem;
}

@media screen and (max-width: 768px) {
  .history-content-info__box {
    border-radius: 20px;
    padding: 3rem 1.5rem;
    margin-bottom: 3.5rem;
  }

  .history-content-info__box-title {
    text-align: center;
  }

  .history-content-info__box-title::after {
    width: 50px;
    left: 50%;
    transform: translateX(-50%);
  }
}
.history-content-info__title::before {
  display: none;
}

.history-content-info .title4::after {
  width: 184px;
}

@media screen and (max-width: 768px) {
  .history-content-info .title4::after {
    width: 114px;
    left: 50%;
    transform: translateX(-50%);
  }
}
.history-content-info dl {
  display: flex;
  padding: 3rem 0;
  border-bottom: #707070 dotted 1px;
}

@media screen and (max-width: 768px) {
  .history-content-info dl {
    padding: 2rem 0;
  }

  .history-content-info dl.type2 {
    display: block;
  }

  .history-content-info dl.type2 dt {
    padding-bottom: 1.5rem;
    max-width: 100%;
  }

  .history-content-info dl.type2 dd {
    max-width: 100%;
  }

  .history-content-info dl dt {
    padding-left: 0;
  }
}
.history-content-info dl:last-child {
  border-bottom: 0;
}

.history-content-info dt {
  padding-left: 1.5rem;
  font-weight: bold;
  flex: 0 0 22.5%;
  max-width: 22.5%;
}

@media screen and (max-width: 768px) {
  .history-content-info dt {
    flex: 0 0 30%;
    max-width: 30%;
  }
}
.history-content-info dd {
  flex: 0 0 78.5%;
  max-width: 78.5%;
}

.history-content-info__map iframe {
  width: 100%;
  height: 39.5rem;
}

@media screen and (max-width: 768px) {
  .history-content-info__map iframe {
    height: 35rem;
  }
}
/** about us */
.aboutus-head-box {
  background-image: url("../images/aboutus/aboutus-bg.png");
  background-size: 100% 100%;
  padding: 5rem 12rem;
  margin-bottom: 10rem;
}

@media screen and (max-width: 768px) {
  .aboutus-head-box {
    background-image: url("../images/aboutus/aboutus-bg_sp.png");
    padding: 6rem 3.8rem;
    max-width: calc(100% - 3.6rem);
    margin: 0 auto 7rem;
  }
}
.aboutus-head-box__row {
  display: flex;
  justify-content: center;
  margin-bottom: 3.5rem;
}

@media screen and (max-width: 768px) {
  .aboutus-head-box__row {
    display: block;
  }
}
.aboutus-head-box__col {
  flex: 0 0 50%;
  max-width: 50%;
}

@media screen and (max-width: 768px) {
  .aboutus-head-box__col {
    max-width: 100%;
    margin-bottom: 3.5rem;
  }
}
.aboutus-head-box__col .t1 {
  text-align: center;
  position: relative;
  display: table;
  margin: 0 auto 0.7rem;
}

@media screen and (max-width: 768px) {
  .aboutus-head-box__col .t1 {
    margin-bottom: 1.5rem;
  }
}
.aboutus-head-box__col .t1::before {
  content: "";
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2220.061%22%20height%3D%2220.061%22%20viewBox%3D%220%200%2020.061%2020.061%22%3E%20%3Cline%20id%3D%22%E7%B7%9A_333%22%20data-name%3D%22%E7%B7%9A%20333%22%20x2%3D%2219%22%20y2%3D%2219%22%20transform%3D%22translate(0.53%200.53)%22%20fill%3D%22none%22%20stroke%3D%22%23212121%22%20stroke-width%3D%221.5%22%20stroke-dasharray%3D%222%202%22%2F%3E%3C%2Fsvg%3E");
  background-size: contain;
  position: absolute;
  left: 0;
  width: 2rem;
  height: 2rem;
  top: 50%;
  transform: translate(-150%, -50%);
}

.aboutus-head-box__col .t1::after {
  content: "";
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2220.061%22%20height%3D%2220.061%22%20viewBox%3D%220%200%2020.061%2020.061%22%3E%20%3Cline%20id%3D%22%E7%B7%9A_334%22%20data-name%3D%22%E7%B7%9A%20334%22%20x1%3D%2219%22%20y2%3D%2219%22%20transform%3D%22translate(0.53%200.53)%22%20fill%3D%22none%22%20stroke%3D%22%23212121%22%20stroke-width%3D%221.5%22%20stroke-dasharray%3D%222%202%22%2F%3E%3C%2Fsvg%3E");
  background-size: contain;
  position: absolute;
  right: 0;
  width: 2rem;
  height: 2rem;
  top: 50%;
  transform: translate(150%, -50%);
}

.aboutus-head-box__col .c-button {
  width: 26.4rem;
}

.aboutus-head-box__col .c-button svg {
  margin-left: 1rem;
}

.aboutus-head-box__text {
  font-size: 1.4rem;
}

.aboutus-head-point {
  margin-bottom: 10rem;
}

@media screen and (max-width: 768px) {
  .aboutus-head-point {
    margin-bottom: 0;
    padding-bottom: 7rem;
    padding-top: 4rem;
    margin-top: -2rem;
  }
}
.aboutus-head-point .about-mark1 {
  position: absolute;
  left: -16rem;
  top: -4rem;
}

@media screen and (max-width: 768px) {
  .aboutus-head-point .about-mark1 {
    top: 2rem;
    width: 21rem;
    left: -6rem;
  }
}
.aboutus-head-point .about-mark2 {
  position: absolute;
  right: -15rem;
  bottom: -12rem;
}

@media screen and (max-width: 768px) {
  .aboutus-head-point .about-mark2 {
    bottom: -3rem;
    right: -10rem;
  }
}
.aboutus-head-point .sakura2 {
  position: absolute;
  top: 0;
  right: -12rem;
}

@media screen and (max-width: 768px) {
  .aboutus-head-point .sakura2 {
    top: 0;
    right: 1.2rem;
    width: 2rem;
  }
}
.aboutus-head-point__items {
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width: 768px) {
  .aboutus-head-point__items {
    flex-wrap: wrap;
  }
}
.aboutus-head-point__item {
  flex: 0 0 calc(25% - 1rem);
  max-width: calc(25% - 1rem);
  position: relative;
}

@media screen and (max-width: 768px) {
  .aboutus-head-point__item {
    flex: 0 0 calc(50% - 0.6rem);
    max-width: calc(50% - 0.6rem);
    margin-bottom: 1.2rem;
  }

  .aboutus-head-point__item img {
    height: 22.6rem;
  }

  .aboutus-head-point__item:nth-child(3) .text {
    top: 6.5rem;
  }
}
.aboutus-head-point__item .label {
  display: flex;
  position: absolute;
  right: 1rem;
  top: 1.5rem;
  color: #fff;
  font-size: 1.6rem;
  writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  font-weight: bold;
  -webkit-text-combine-horizontal: digits;
  -moz-text-combine-horizontal: digits;
  -ms-text-combine-horizontal: digits;
  text-combine-horizontal: digits;
  align-items: center;
}

@media screen and (max-width: 768px) {
  .aboutus-head-point__item .label {
    font-size: 1.2rem;
    top: 1rem;
    right: 0.8rem;
  }
}
.aboutus-head-point__item .label .t1 {
  writing-mode: horizontal-tb;
  background-color: #F3046C;
  padding: 0.5rem;
  border-radius: 5px;
  font-family: futura-pt, sans-serif;
}

@media screen and (max-width: 768px) {
  .aboutus-head-point__item .label .t1 {
    padding: 0.25rem 0.5rem;
  }
}
.aboutus-head-point__item .label .t2 {
  background-color: #fff;
  color: #212121;
  border-radius: 5px;
  font-size: 1.4rem;
  padding: 0.5rem 0.5rem;
  font-weight: 400;
  margin-top: 1rem;
}

.aboutus-head-point__item .label .t2 span {
  transform: translateX(2px);
  display: inline-block;
}

@media screen and (max-width: 768px) {
  .aboutus-head-point__item .label .t2 {
    font-size: 1.2rem;
    margin-top: 0.5rem;
    padding: 0.25rem 0.5rem;
  }
}
.aboutus-head-point__item .text {
  position: absolute;
  left: 1.5rem;
  bottom: 2rem;
  color: #fff;
  font-size: 1.4rem;
  max-width: 18rem;
}

@media screen and (max-width: 768px) {
  .aboutus-head-point__item .text {
    color: #fff;
    font-size: 1.2rem;
    max-width: 12rem;
    left: 0.5rem;
    bottom: auto;
    top: 12.5rem;
  }
}
.review__more {
  font-size: 1.6rem;
  font-weight: bold;
  text-align: center;
  margin: auto;
  margin-bottom: 5rem;
  display: table;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2211%22%20height%3D%2211%22%20viewBox%3D%220%200%2011%2011%22%3E%20%3Cg%20id%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97_17778%22%20data-name%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97%2017778%22%20transform%3D%22translate(-608.761%20-4259.761)%22%3E%20%3Crect%20id%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2_5340%22%20data-name%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2%205340%22%20width%3D%2211%22%20height%3D%223%22%20transform%3D%22translate(608.761%204263.761)%22%20fill%3D%22%23212121%22%2F%3E%20%3Crect%20id%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2_5341%22%20data-name%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2%205341%22%20width%3D%2211%22%20height%3D%223%22%20transform%3D%22translate(615.761%204259.761)%20rotate(90)%22%20fill%3D%22%23212121%22%2F%3E%20%3C%2Fg%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-position: center left 0;
  padding: 0 2rem;
}

@media screen and (max-width: 768px) {
  .review__more {
    margin-bottom: 4rem;
  }
}
@media screen and (max-width: 768px) {
  .sakura1-about {
    left: 1rem;
    top: 0rem;
    width: 1.6rem;
  }
}
@media screen and (max-width: 768px) {
  .aboutus-content {
    margin-top: -2rem;
    padding-top: 2rem;
  }
}
.aboutus-content-bottom .sakura1 {
  position: absolute;
  left: -13rem;
  top: 65rem;
}

@media screen and (max-width: 768px) {
  .aboutus-content-bottom .sakura1 {
    left: 1.2rem;
    top: 22rem;
    width: 2rem;
  }
}
@media screen and (max-width: 768px) {
  .aboutus-content-bottom .sakura2 {
    right: 1.2rem;
    top: 105rem;
    width: 3.1rem;
  }
}
.aboutus-content-bottom__inner {
  padding: 8rem 0;
  background-color: #f1efeb;
}

@media screen and (max-width: 768px) {
  .aboutus-content-bottom__inner {
    padding: 4rem 0;
  }
}
.aboutus-content-bottom__box {
  padding: 5rem;
  border-radius: 10px;
  background-color: #fff;
  margin-top: 5rem;
  position: relative;
  z-index: 2;
}

@media screen and (max-width: 768px) {
  .aboutus-content-bottom__box {
    padding: 5rem 2rem;
  }
}
.aboutus-content-bottom__box .row {
  display: flex;
}

@media screen and (max-width: 768px) {
  .aboutus-content-bottom__box .row {
    display: block;
  }
}
.aboutus-content-bottom__box .t1 {
  text-align: center;
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 5.6rem;
  position: relative;
}

@media screen and (max-width: 768px) {
  .aboutus-content-bottom__box .t1 {
    font-size: 1.6rem;
    margin-bottom: 4.5rem;
  }
}
.aboutus-content-bottom__box .t1::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 192px;
  bottom: -20px;
  height: 13px;
  background-image: -moz-radial-gradient(#000 30%, transparent 30%);
  background-image: -webkit-radial-gradient(#000 30%, transparent 30%);
  background-image: radial-gradient(to #000 30%, transparent 30%);
  background-size: 13px 13px;
  background-position: left 0 top 0;
  left: 50%;
  transform: translateX(-50%);
}

@media screen and (max-width: 768px) {
  .aboutus-content-bottom__box .t1::after {
    width: 10rem;
    height: 8px;
    background-size: 8px 8px;
  }
}
.aboutus-content-bottom__box .t1 .big {
  font-size: 2.4rem;
}

@media screen and (max-width: 768px) {
  .aboutus-content-bottom__box .t1 .big {
    font-size: 2rem;
  }
}
.aboutus-content-bottom__box .t2 {
  font-size: 2rem;
  font-weight: 500;
  margin-bottom: 2rem;
}

@media screen and (max-width: 768px) {
  .aboutus-content-bottom__box .t2 {
    font-size: 1.6rem;
  }
}
.aboutus-content-bottom__box .t3 {
  font-size: 1.6rem;
  font-weight: 500;
  color: #F3046C;
  margin-bottom: 1rem;
}

@media screen and (max-width: 768px) {
  .aboutus-content-bottom__box .t3 {
    font-size: 1.4rem;
    margin-bottom: 1.5rem;
  }
}
.aboutus-content-bottom__box .bx {
  border-top: dashed 1px #707070;
  border-bottom: dashed 1px #707070;
  padding: 1.5rem 0;
  margin: 1.5rem 0;
}

@media screen and (max-width: 768px) {
  .aboutus-content-bottom__box .bx {
    padding: 2rem 0;
    margin: 2rem 0;
  }
}
.aboutus-content-bottom__box .small {
  font-size: 1.2rem;
}

.aboutus-content-bottom__box .col-left {
  flex: 0 0 48%;
  max-width: 48%;
}

@media screen and (max-width: 768px) {
  .aboutus-content-bottom__box .col-left {
    max-width: 100%;
    margin-bottom: 4.5rem;
  }
}
.aboutus-content-bottom__box .col-right {
  flex: 0 0 52%;
  max-width: 52%;
  padding-left: 5rem;
}

@media screen and (max-width: 768px) {
  .aboutus-content-bottom__box .col-right {
    padding-left: 0;
    max-width: 100%;
  }
}
.aboutus-content-bottom__box .col-right .c-button-q-a {
  width: 25.2rem;
}

/** mypage **/
.mypage-head {
  display: flex;
  justify-content: space-between;
}

.mypage-head__info {
  width: 40%;
  flex: 0 0 40%;
  background-color: #fff;
  border-radius: 10px;
  padding: 3.5rem 3rem 2rem;
}

.mypage-head__info .t1 {
  background-color: #f0f0ed;
  padding: 1rem;
  font-weight: bold;
  margin-bottom: 2rem;
}

.mypage-head__info .t1 span {
  font-size: 2.4rem;
  margin-right: 1rem;
}

.mypage-head__info .t2 {
  margin-bottom: 2rem;
}

.mypage-head__info .t3 span {
  display: block;
  font-size: 1.2rem;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216.358%22%20height%3D%2216.358%22%20viewBox%3D%220%200%2016.358%2016.358%22%3E%20%3Cg%20id%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97_12783%22%20data-name%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97%2012783%22%20transform%3D%22translate(-0.36%20-0.46)%22%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_10122%22%20data-name%3D%22%E3%83%91%E3%82%B9%2010122%22%20d%3D%22M8.179%2C0A8.179%2C8.179%2C0%2C1%2C1%2C0%2C8.179%2C8.179%2C8.179%2C0%2C0%2C1%2C8.179%2C0Z%22%20transform%3D%22translate(0.36%200.46)%22%20fill%3D%22%23999%22%2F%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_119230%22%20data-name%3D%22%E3%83%91%E3%82%B9%20119230%22%20d%3D%22M6.156-5.048H7.162c-.331-1.84%2C2.6-2.221%2C2.6-4.073%2C0-1.411-1.1-2.294-2.834-2.294a4.07%2C4.07%2C0%2C0%2C0-3.1%2C1.423l.662.613a3.121%2C3.121%2C0%2C0%2C1%2C2.319-1.116c1.251%2C0%2C1.865.613%2C1.865%2C1.46C8.671-7.636%2C5.776-7.084%2C6.156-5.048ZM5.69-2.987a.954.954%2C0%2C0%2C0%2C.994.969.944.944%2C0%2C0%2C0%2C.981-.969.934.934%2C0%2C0%2C0-.981-.957A.944.944%2C0%2C0%2C0%2C5.69-2.987Z%22%20transform%3D%22translate(1.744%2015.625)%22%20fill%3D%22%23fff%22%2F%3E%20%3C%2Fg%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  padding-left: 2rem;
  color: #999999;
  text-decoration: underline;
  margin-top: 0.5rem;
}

.mypage-head__info .point {
  display: flex;
  justify-content: space-between;
  margin-bottom: 3.2rem;
}

.mypage-head__info .t4 {
  color: #f3046c;
  font-size: 2rem;
  font-family: futura-pt, sans-serif;
  font-weight: 500;
}

.mypage-head__info .t4 span {
  font-size: 2.8rem;
}

.mypage-head__info .t6 {
  margin-bottom: 3.2rem;
  font-size: 1.4rem;
}

.mypage-head__info .logout {
  font-size: 1.4rem;
  font-weight: 500;
}

.mypage-head__columns {
  display: flex;
  flex: 0 0 57%;
  max-width: 57%;
  justify-content: space-between;
  flex-wrap: wrap;
}

.mypage-head__column {
  height: 18.5rem;
  flex: 0 0 calc(33.33% - 1.75rem);
  width: calc(33.33% - 1.75rem);
  background-color: #fff;
  border-radius: 10px;
  margin-bottom: 2.5rem;
  text-align: center;
  padding: 4.5rem 0 4.5rem;
  transition: 0.3s;
}

.mypage-head__column.is-active {
  filter: drop-shadow(0px 10px 20px rgba(0, 0, 0, 0.16));
}

.mypage-head__column:hover {
  opacity: 0.5;
}

.mypage-head__column img {
  height: 5rem;
}

.mypage-head__column .column-title {
  font-weight: bold;
  margin-top: 2rem;
}

.mypage-head__column:nth-child(n+3) {
  margin-bottom: 0;
}

.mypage-content {
  margin: 10rem auto;
}

.mypage-content .page-section-title {
  margin-bottom: 7rem;
}

@media screen and (max-width: 768px) {
  .mypage-content .page-section-title {
    font-size: 2rem;
    margin-bottom: 6rem;
  }
}
.content-title {
  margin-bottom: 3rem;
  padding-bottom: 1.5rem;
  border-bottom: 1px solid #707070;
}

.mypage-content__item-visual img,
.content-title img {
  margin: 0;
}

/***/
.mypage-content__item {
  border-radius: 10px;
  background: #fff;
  padding: 2rem 3rem 3rem;
}

.mypage-content__order-title {
  font-size: 2rem;
  font-weight: 600;
  margin-bottom: 1rem;
}

.mypage-content__order-date {
  display: inline-block;
  font-weight: 500;
  margin-left: 2.5rem;
}

.mypage-content__order-meta {
  color: #707070;
}

.mypage-content__order-meta span {
  margin: 0 0.75rem;
}

.mypage-content__order-detail-tables {
  margin-bottom: 3.5rem;
}

.js-toggle-order-close {
  margin-bottom: 0.5rem;
}

.mypage-content__order-item {
  display: flex;
  margin: 2rem 0 0;
  padding: 2rem 0 0;
  border-top: 1px dashed #707070;
}

.mypage-content__order-item:last-child {
  padding-bottom: 2rem;
  margin-bottom: 2rem;
  border-bottom: 1px dashed #707070;
}

.mypage-content__order-detail-title {
  border-bottom: 1px solid #707070;
  font-size: 2rem;
  font-weight: bold;
  padding-bottom: 1rem;
  margin-top: 5rem;
}

.mypage-content__order-detail-price {
  text-align: right;
  font-size: 2rem;
  font-weight: 500;
}

.mypage-content__order-detail-price .price {
  font-size: 2.8rem;
  font-family: "futura-pt", sans-serif;
  font-weight: 500;
  margin-left: 14rem;
}

.mypage-content__order-detail-price .tax {
  font-size: 1.4rem;
  font-weight: 400;
}

.mypage-content__order-detail {
  display: none;
}

.mypage-content__order-detail .c-table dl {
  border-bottom-style: dashed;
}

.mypage-content__order-detail-button {
  text-align: center;
  cursor: pointer;
  font-weight: 500;
  margin-top: 3rem;
}

.mypage-content__item-inner {
  /* display: flex; */
}

.mypage-content__item:nth-child(n+4) {
  display: none;
}

.mypage-content__item + .mypage-content__item {
  margin-top: 4rem;
}

.mypage-content__item-visual {
  flex: 0 0 18rem;
  max-width: 18rem;
}

.mypage-content__item-visual img {
  object-fit: cover;
  /* height: 16rem;*/
  aspect-ratio: 16/9;
}

.mypage-content__item-body {
  padding-left: 3rem;
  flex: 0 0 50rem;
  max-width: 50rem;
  margin-right: auto;
}

.mypage-content__item-meta {
  font-size: 1.4rem;
  margin-bottom: 1.2rem;
}

.mypage-content__item-meta1 {
  display: inline-block;
}

.mypage-content__item-meta2 {
  display: inline-block;
  margin-left: 2rem;
  font-size: 1.2rem;
}

.mypage-content__item-meta2 span {
  font-size: 1.6rem;
  margin-right: 0.5rem;
  font-family: futura-pt, sans-serif;
  font-weight: 500;
}

.mypage-content__item-price {
  font-size: 1.2rem;
}

.mypage-content__item-price span {
  font-size: 2.4rem;
  margin-right: 0.5rem;
  font-family: futura-pt, sans-serif;
  font-weight: 500;
}

.mypage-content__item-title {
  font-size: 2rem;
  margin-bottom: 1rem;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.mypage-content__item-button {
  align-self: center;
}

.mypage-content__item-button .button {
  width: 25rem;
}

.mypage-content__item-link {
  font-size: 1.6rem;
  color: #1a6eff;
  text-decoration: underline;
}

.mypage-content__items-button {
  display: flex;
  align-items: center;
  border: solid 1px;
  width: 25rem;
  height: 5rem;
  justify-content: center;
  border-radius: 30px;
  transition: 0.3s;
  margin: 5rem auto;
}

.mypage-content__items-button:hover {
  opacity: 0.6;
}

.mypage-content__items-button img {
  margin: 0 0;
}

.mypage-content__items-button .icn {
  margin-right: 1.5rem;
}

.withdrawal {
  font-size: 1.4rem;
  font-weight: 300;
  display: table;
  margin: auto;
}

.withdrawal svg {
  margin-left: 0.5rem;
}

@media screen and (max-width: 768px) {
  .mypage-head__column:nth-child(n+5) {
    margin-bottom: 0 !important;
  }

  .mypage-content__item-inner {
    flex-wrap: wrap;
  }

  .mypage-content__item-body {
    flex: 0 0 21rem;
    max-width: 21rem;
  }

  .mypage {
    margin-top: 0;
  }

  .mypage-head {
    display: block;
  }

  .mypage-head__info {
    width: 100%;
    flex: 0 0 100%;
    background-color: #fff;
    border-radius: 10px;
    padding: 3rem 1.7rem 2rem;
    margin-bottom: 1.5rem;
  }

  .mypage-head__info .t1 {
    background-color: #f0f0ed;
    padding: 1rem;
    font-weight: bold;
    margin-bottom: 2rem;
  }

  .mypage-head__info .t1 span {
    font-size: 2rem;
    margin-right: 0.5rem;
  }

  .mypage-head__info .t2 {
    margin-bottom: 2rem;
  }

  .mypage-head__info .t3 span {
    display: block;
    font-size: 1.2rem;
  }

  .mypage-head__info .point {
    display: flex;
    justify-content: space-between;
    margin-bottom: 3.2rem;
  }

  .mypage-head__info .t4 {
    color: #f3046c;
    font-size: 2rem;
    font-family: futura-pt, sans-serif;
    font-weight: 500;
  }

  .mypage-head__info .t4 span {
    font-size: 2.4rem;
  }

  .mypage-head__info .t6 {
    margin-bottom: 3.2rem;
    font-size: 1.4rem;
  }

  .mypage-head__info .logout {
    color: #f3046c;
    font-size: 1.4rem;
    font-weight: 500;
  }

  .mypage-head__columns {
    display: flex;
    width: 100%;
    max-width: 100%;
    justify-content: space-between;
    flex-wrap: wrap;
  }

  .mypage-head__column {
    height: 10rem;
    flex: 0 0 calc(50% - 0.75rem);
    width: calc(50% - 0.75rem);
    background-color: #fff;
    border-radius: 10px;
    margin-bottom: 1.5rem !important;
    text-align: center;
    padding: 1.5rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  .mypage-head__column img {
    height: 2.5rem;
  }

  .mypage-head__column .column-title {
    font-weight: 500;
    font-size: 1.4rem;
    margin-top: 1rem;
  }

  .mypage-content {
    margin: 5rem auto 2rem;
  }

  .content-title {
    margin-bottom: 2rem;
    padding-bottom: 1rem;
  }

  .mypage-content__item-visual img,
.content-title img {
    margin: 0;
  }

  .mypage-content__item {
    padding: 2rem 1.5rem;
  }

  .mypage-content__item + .mypage-content__item {
    margin-top: 2rem;
  }

  .mypage-content__item-visual {
    flex: 0 0 7.8rem;
    max-width: 7.8rem;
  }

  .mypage-content__item-visual img {
    height: 6.3rem;
  }

  .mypage-content__item-body {
    padding-left: 1.5rem;
  }

  .mypage-content__item-title {
    font-size: 1.4rem;
    margin-bottom: 0.5rem;
    min-height: 2.8em;
  }

  .mypage-content__item-meta {
    margin-bottom: 0.5rem;
  }

  .mypage-content__item .c-btn.a-bubble-btn .button {
    width: 25rem;
    height: 5rem;
  }

  .mypage-content__item .c-btn.a-bubble-btn .txt {
    width: 12.7rem;
  }

  .mypage-content__item-button {
    margin-left: auto;
    margin-top: 0.5rem;
  }

  .mypage-content__order-title {
    font-size: 1.6rem;
  }

  .mypage-content__order-meta {
    font-size: 1.2rem;
  }

  .mypage-content__order-item {
    flex-wrap: wrap;
  }

  .mypage-content__item-button {
    margin: auto;
    margin-top: 2rem;
  }

  .mypage-content__item-link {
    margin-top: 1rem;
    display: block;
    font-size: 1.4rem;
    margin-left: -9.3rem;
  }

  .mypage-content__item-meta2 {
    margin-left: 1rem;
    font-size: 1rem;
  }

  .mypage-content__item-meta1 {
    font-size: 1.2rem;
  }

  .mypage-content__item-meta2 span {
    font-size: 1.4rem;
  }

  .mypage-content__order-detail-title {
    margin-bottom: 0;
    font-size: 1.6rem;
    margin-top: 4rem;
  }
}
/* cart-login-form*/
.form-error-text {
  color: #F3046C;
}


.c-form #return_destination,
.c-form #new_destination {
  width: 25rem;
  padding: 1.2rem;
  border-radius: 3px;
  font-weight: 500;
  display: inline-block;
  border: solid 1px #cccccc;
  text-align: center;
  background: #efefef;
}

.destination-btn {
  display: inline-block;
  width: 17.8rem;
  border-radius: 5px;
  border: solid 1px #cccccc;
  text-align: center;
  padding: 1.5rem;
  margin-left: 2.5rem;
  background: #EFEFEF;
}

@media screen and (max-width: 768px) {
  .destination-btn {
    margin-left: 0;
  }
}
.allocation_dialog_exp {
  margin-bottom: 2rem;
}

.allocation_dialog_exp-caveat {
  font-size: 1.4rem;
}

@media screen and (max-width: 768px) {
  .sakura2-product {
    position: absolute;
    top: 6rem;
    right: 2.2rem;
    transform: rotate(38deg);
  }
}
.control-product {
  width: 11rem;
  position: absolute;
  right: 18rem;
  z-index: 22;
  transform: translateY(2px);
}

@media print, screen and (min-width: 769px) {
  .control-product {
    display: none !important;
  }
}
@media screen and (max-width: 768px) {
  .control-product .nice-select {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20id%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97_17572%22%20data-name%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97%2017572%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2210.234%22%20height%3D%226.324%22%20viewBox%3D%220%200%2010.234%206.324%22%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_97%22%20data-name%3D%22%E3%83%91%E3%82%B9%2097%22%20d%3D%22M9.027%2C48.907l-3.91%2C3.91-3.91-3.91L0%2C50.114l5.117%2C5.117%2C5.117-5.117Z%22%20transform%3D%22translate(0%20-48.907)%22%20fill%3D%22%23212121%22%2F%3E%3C%2Fsvg%3E");
    background-size: 1rem;
    background-repeat: no-repeat;
    background-position: right 2rem center;
    height: 4rem;
    float: none;
  }

  .control-product .nice-select.open {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2210.234%22%20height%3D%226.324%22%20viewBox%3D%220%200%2010.234%206.324%22%3E%20%3Cg%20id%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97_17572%22%20data-name%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97%2017572%22%20transform%3D%22translate(0)%22%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_97%22%20data-name%3D%22%E3%83%91%E3%82%B9%2097%22%20d%3D%22M9.027%2C55.231l-3.91-3.91-3.91%2C3.91L0%2C54.024l5.117-5.117%2C5.117%2C5.117Z%22%20transform%3D%22translate(0%20-48.907)%22%20fill%3D%22%23212121%22%2F%3E%20%3C%2Fg%3E%3C%2Fsvg%3E");
  }

  .control-product .nice-select::after {
    display: none;
  }
}
.taikai-link {
  text-align: center;
  display: table;
  margin: 5rem auto 0;
}

.taikai-link img {
  display: inline-block;
}

.mypage-point-dialog {
  background-color: rgba(0, 0, 0, 0.6);
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 99999;
}

.mypage-point-dialog__content {
  max-width: 1000px;
  width: 100%;
  max-height: 60rem;
  overflow: auto;
  margin: 9rem auto;
  padding: 5rem 13rem;
  background-color: #FEFAF2;
  border-radius: 10px;
}

@media screen and (max-width: 768px) {
  .mypage-point-dialog__content {
    max-width: calc(100% - 4rem);
    padding: 4rem 1.7rem;
    max-height: 72.5vh;
  }
}
.mypage-point-dialog__content .title {
  text-align: center;
  font-size: 2.8rem;
  font-weight: bold;
  margin-bottom: 3.6rem;
}

@media screen and (max-width: 768px) {
  .mypage-point-dialog__content .title {
    font-size: 2rem;
    margin-bottom: 2rem;
  }
}
.mypage-point-dialog__content .row {
  display: flex;
  justify-content: space-between;
  margin-bottom: 5rem;
}

@media screen and (max-width: 768px) {
  .mypage-point-dialog__content .row {
    position: relative;
    padding-top: 3rem;
  }
}
.mypage-point-dialog__content .col-left {
  flex: 0 0 59%;
}

@media screen and (max-width: 768px) {
  .mypage-point-dialog__content .col-left {
    flex: 0 0 80.5%;
  }
}
.mypage-point-dialog__content .col-right {
  flex: 0 0 41%;
}

@media screen and (max-width: 768px) {
  .mypage-point-dialog__content .col-right {
    flex: 0 0 19.9%;
    position: relative;
    top: 2rem;
  }

  .mypage-point-dialog__content .col-right img {
    transform: scale(1.6) translate(-1.5rem, 4.5rem);
  }
}
.mypage-point-dialog__content .label {
  max-width: 304px;
  text-align: center;
  font-weight: 500;
  background: #FFEBB5;
  border-radius: 20px;
  padding: 0.8rem 2.5rem;
  position: relative;
}

@media screen and (max-width: 768px) {
  .mypage-point-dialog__content .label {
    position: absolute;
    width: 100%;
    max-width: 30.2rem;
    top: 0;
  }
}
.mypage-point-dialog__content .label::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 100%);
  border: solid 7.5px transparent;
  border-right: solid 7.5px #FFEBB5;
  border-top: solid 7.5px #FFEBB5;
}

.mypage-point-dialog__content .text1 {
  font-weight: 500;
}

.mypage-point-dialog__content .f-tiles {
  display: flex;
  align-items: baseline;
  font-weight: bold;
  margin-top: 1rem;
  margin-bottom: 0.5rem;
}

.mypage-point-dialog__content .f-tiles .t1, .mypage-point-dialog__content .f-tiles .t4 {
  font-size: 4.8rem;
  font-family: futura-pt, sans-serif;
  font-weight: 500;
  margin-right: 1rem;
}

@media screen and (max-width: 768px) {
  .mypage-point-dialog__content .f-tiles .t1, .mypage-point-dialog__content .f-tiles .t4 {
    font-size: 3.2rem;
    margin-right: 0.35rem;
  }
}
.mypage-point-dialog__content .f-tiles .t1 {
  color: #A99DBC;
}

.mypage-point-dialog__content .f-tiles .t4 {
  color: #F3046C;
}

.mypage-point-dialog__content .f-tiles .t3 {
  margin: 0 1rem;
}

@media screen and (max-width: 768px) {
  .mypage-point-dialog__content .f-tiles .t3 {
    font-size: 2rem;
    margin: 0 0.5rem;
  }
}
.mypage-point-dialog__content .f-tiles .t2, .mypage-point-dialog__content .f-tiles .t5 {
  font-size: 2.4rem;
}

@media screen and (max-width: 768px) {
  .mypage-point-dialog__content .f-tiles .t2, .mypage-point-dialog__content .f-tiles .t5 {
    font-size: 1.6rem;
  }
}
.mypage-point-dialog__content .box {
  padding: 3.5rem 7rem;
  background-size: 100%;
  background-repeat: no-repeat;
  background-image: url("../images/mypage/point-bg.svg");
}

@media screen and (max-width: 768px) {
  .mypage-point-dialog__content .box {
    background-image: url("../images/mypage/point-bg_sp.svg");
    padding: 3rem;
  }
}
.mypage-point-dialog__content .box .t1 {
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 3rem;
}

@media screen and (max-width: 768px) {
  .mypage-point-dialog__content .box .t1 {
    font-size: 1.6rem;
    margin-bottom: 1.2rem;
  }
}
.mypage-point-dialog__content .box .link {
  margin-right: 1.5rem;
  display: inline-block;
  font-size: 1.2rem;
  width: 100%;
  height: 5rem;
  padding: 1.5rem 0 1.5rem;
  text-align: center;
  border: solid 1px;
  border-radius: 38px;
  background-color: #fff;
  transition: 0.3s;
}

.mypage-point-dialog__content .box .link img {
  display: inline;
  margin-left: 1rem;
}

.mypage-point-dialog__content .box .row {
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width: 768px) {
  .mypage-point-dialog__content .box .row {
    display: block;
    padding-top: 0;
    margin-bottom: 0;
  }
}
.mypage-point-dialog__content .box .col-title {
  margin-bottom: 1.5rem;
  font-family: "Kiwi Maru", serif;
  text-align: center;
  white-space: nowrap;
}

.mypage-point-dialog__content .box .col {
  flex: 0 0 calc(50% - 2.5rem);
  max-width: calc(50% - 2.5rem);
}

@media screen and (max-width: 768px) {
  .mypage-point-dialog__content .box .col {
    max-width: 100%;
  }

  .mypage-point-dialog__content .box .col:nth-child(2) {
    margin-top: 3rem;
  }
}
.mypage-point-dialog__close {
  position: absolute;
  right: 7rem;
  top: 2rem;
}

@media screen and (max-width: 768px) {
  .mypage-point-dialog__close {
    position: absolute;
    right: 2.8rem;
    top: 2.9rem;
  }
}
.js-dialog-open {
  cursor: pointer;
}

/*sitemap*/
.col3-items {
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width: 768px) {
  .col3-items {
    display: block;
  }
}
.col3-item-group {
  flex: 0 0 calc(33.33% - 4.5rem);
  max-width: calc(33.33% - 4.5rem);
}

@media screen and (max-width: 768px) {
  .col3-item-group {
    max-width: 100%;
  }
}
.col3-item {
  margin-bottom: 6rem;
}

@media screen and (max-width: 768px) {
  .col3-item {
    margin-bottom: 3.5rem;
  }
}
.col3-item__title {
  display: block;
  font-size: 2.2rem;
  padding-bottom: 1.2rem;
  font-family: "Kiwi Maru", serif;
  border-bottom: 1px solid #212121;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%226.75%22%20height%3D%2210.623%22%20viewBox%3D%220%200%206.75%2010.623%22%3E%20%3Cg%20id%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97_17842%22%20data-name%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97%2017842%22%20transform%3D%22translate(6.75)%20rotate(90)%22%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_97%22%20data-name%3D%22%E3%83%91%E3%82%B9%2097%22%20d%3D%22M9.371%2C6.75%2C5.312%2C2.576%2C1.253%2C6.75%2C0%2C5.462%2C5.312%2C0l5.312%2C5.462Z%22%20transform%3D%22translate(0)%22%20fill%3D%22%23212121%22%2F%3E%20%3C%2Fg%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-position: right 0 top 1.3rem;
}
@media screen and (max-width: 768px) {
  .col3-item__title {
    background-position: right 0 top 1rem;
  }
}

.col3-item__title + ul {
  margin-top: 3rem;
}

@media screen and (max-width: 768px) {
  .col3-item__title {
    font-size: 2rem;
    padding-bottom: 1rem;
  }
}
.col3-item .sp-2col {
  margin-top: 3rem;
}

@media screen and (max-width: 768px) {
  .col3-item .sp-2col {
    display: flex;
  }

  .col3-item .sp-2col ul:first-child {
    flex: 0 0 39%;
  }

  .col3-item .sp-2col li {
    flex: 0 0 40%;
  }
}
.col3-item ul + ul {
  margin-top: 1.5rem;
}

.col3-item ul {
  margin-left: 2rem;
}

@media screen and (max-width: 768px) {
  .col3-item ul {
    margin-top: 1.5rem;
  }
}
.col3-item ul li {
  list-style-type: disc;
  color: #A99DBC;
}

.col3-item ul li a {
  color: #212121;
  text-decoration: underline;
}

.col3-item ul li + li {
  margin-top: 1.5rem;
}

/*one-stop*/
.one-stop-tabs {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.5rem;
  position: relative;
}

.one-stop-tab {
  padding: 2.3rem 2rem 2.1rem;
  background-color: #D4D4D4;
  font-weight: bold;
  text-align: center;
  border-radius: 5px 5px 0 0;
  cursor: pointer;
}

.one-stop-tab::after {
  content: "";
  width: 100%;
  position: absolute;
  left: 0rem;
  bottom: -5px;
  background-color: transparent;
  height: 5px;
  z-index: 7;
}

.one-stop-tab.is-active:nth-child(1) {
  background-color: #FFEBB5;
}

.one-stop-tab.is-active:nth-child(1)::after {
  background-color: #FFEBB5;
}

.one-stop-tab.is-active:nth-child(2) {
  background-color: #A99DBC;
  color: #fff;
}

.one-stop-tab.is-active:nth-child(2)::after {
  background-color: #A99DBC;
}

.u-hide {
  display: none;
}

.one-stop-tab-content {
  background-color: #fff;
  padding: 5.5rem 5rem 10rem;
}

@media screen and (max-width: 768px) {
  .one-stop-tab-content {
    padding: 3rem 2.5rem 5rem;
  }
}
.one-stop-tab-content .content-flow {
  padding-right: 0;
}

/* .one-stop-tab-content:nth-child(1) {
  border-top: 5px solid #FFEBB5;
}
.one-stop-tab-content:nth-child(2) {
  border-top: 5px solid #A99DBC;
} */
.one-stop-tab-content h3 {
  font-size: 2rem;
  font-weight: bold;
}

.one-stop-tab-content .sml {
  font-size: 1.4rem;
}

@media screen and (max-width: 768px) {
  .one-stop-tab-content .c-button {
    width: auto !important;
  }
}
.one-stop-box {
  border-radius: 15px;
  background: #fff;
  border: 2px solid #707070;
  padding: 5rem 8rem;
}

@media screen and (max-width: 768px) {
  .one-stop-box {
    padding: 3rem 2rem;
  }
}
.one-stop-box__title {
  font-size: 2.8rem;
  font-weight: bold;
  text-align: center;
}

.one-stop-box .c-button {
  width: 30rem;
}

@media screen and (max-width: 768px) {
  .one-stop-box .c-button {
    width: 100%;
  }
}
.one-stop-box .c-button::after {
  background-size: 100%;
}

.one-stop-box__items {
  display: grid;
  justify-content: space-between;
  grid-template-columns: repeat(3, 18rem);
  position: relative;
}

@media screen and (max-width: 768px) {
  .one-stop-box__items {
    grid-template-columns: repeat(1, 100%);
    gap: 3rem;
  }
}
.one-stop-box__items::before {
  content: "";
  width: 100%;
  height: 1px;
  border-top: 3px solid #FFEBB5;
  left: 0;
  top: 9rem;
  position: absolute;
}

@media screen and (max-width: 768px) {
  .one-stop-box__items::before {
    width: 1px;
    height: 100%;
    left: 50%;
    top: 0;
    transform: translate(-50%, 0);
  }
}
.one-stop-box__item {
  position: relative;
  z-index: 1;
  text-align: center;
}

.one-stop-box__item-icon {
  background-color: #FFEBB5;
  display: flex;
  align-items: center;
  height: 18rem;
  border-radius: 100%;
}

@media screen and (max-width: 768px) {
  .one-stop-box__item-icon {
    width: 18rem;
    margin: auto;
  }
}
.one-stop-box__item-label {
  width: 11rem;
  margin: auto;
  background-color: #A99DBC;
  border-radius: 5px;
  padding: 0.2rem 1.6rem;
  color: #Fff;
  text-align: center;
  font-weight: 500;
  font-family: futura-pt, sans-serif;
  font-size: 2.4rem;
  margin-top: -2rem;
  margin-bottom: 2rem;
}

@media screen and (max-width: 768px) {
  .one-stop-box__item-label {
    margin-bottom: 0.5rem;
  }
}
.one-stop-box__item-title {
  font-weight: bold;
  font-size: 2rem;
  margin: 0 -1rem;
}

.one-stop-box__item img {
  margin: auto;
}

.one-stop-row {
  display: flex;
  gap: 5rem;
}

.one-stop-col__title {
  font-weight: bold;
  font-size: 2rem;
  position: relative;
  margin-bottom: 1.6rem;
}

.one-stop-col__title::before {
  content: "";
  display: inline-block;
  margin-right: 1rem;
  width: 1.4rem;
  height: 1.4rem;
  background-color: #A99DBC;
  border-radius: 100%;
}

.one-stop-col p {
  line-height: 3rem;
}

/***/
.one-stop-columns {
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width: 768px) {
  .one-stop-columns {
    display: block;
  }
}
.one-stop-column {
  flex: 0 0 50%;
  max-width: calc(50% - 1rem);
  background-image: url("../images/one-stop/onestop-bg1.svg");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  padding: 2.5rem;
}

@media screen and (max-width: 768px) {
  .one-stop-column {
    max-width: 100%;
    background-image: url("../images/one-stop/onestop-bg1_sp.svg");
  }

  .one-stop-column + .one-stop-column {
    margin-top: 3rem;
  }
}
.one-stop-column__no {
  font-family: futura-pt, sans-serif;
  font-weight: 500;
  font-size: 2.8rem;
  color: #A99DBC;
}

@media screen and (max-width: 768px) {
  .one-stop-column__no {
    font-size: 2.4rem;
  }
}
.one-stop-column__title {
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 2rem;
}

@media screen and (max-width: 768px) {
  .one-stop-column__title {
    font-size: 1.6rem;
  }
}
.one-stop-column__text {
  line-height: 1.875;
}

.one-stop-content2-main {
  /* background-color: #F1EFEB; */
  padding-top: 10rem;
}

@media screen and (max-width: 768px) {
  .one-stop-content2-main {
    padding-top: 7rem;
    padding-bottom: 5rem;
  }
}
@media screen and (max-width: 768px) {
  .one-stop-tabs {
    margin-top: 5rem;
  }
}
@media screen and (max-width: 768px) {
  .one-stop-row {
    display: block;
  }

  .one-stop-col__title {
    font-size: 1.6rem;
    margin-bottom: 1rem;
  }

  .one-stop-col + .one-stop-col {
    margin-top: 2.5rem;
  }

  .content-flow__box3 .t2 {
    font-size: 1.4rem !important;
  }

  .content-flow__box3 .row2 dl dd {
    font-size: 1.4rem !important;
  }

  .content-flow__box3 .row2 dl {
    margin-bottom: 1.2rem !important;
  }

  .content-flow__box3 {
    padding: 2.4rem 1.6rem !important;
  }

  .content-flow__box1 {
    padding: 2rem 1.5rem !important;
  }

  .one-stop-tab-content:nth-child(2) {
    padding-bottom: 2rem;
  }

  .one-stop-content2-main {
    padding-bottom: 0;
  }
}
/*one-stop*/
/*one-stop*/
.flow-content-title {
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .flow-content-title {
    font-size: 1.6rem;
  }
}
.flow-item-title {
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .flow-item-title {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 768px) {
  .flow-item-text {
    text-align: center;
    font-size: 1.2rem;
  }
}
.flow-item {
  position: relative;
}

@media screen and (max-width: 768px) {
  .flow-item .irregular1 {
    margin-left: 1rem;
  }
}
.flow-item + .flow-item {
  margin-top: 8rem;
}

.flow-item::after {
  content: "or";
  font-family: futura-pt, sans-serif;
  font-weight: 500;
  font-size: 3.6rem;
  color: #A99DBC;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -6.4rem;
}

.flow-item:last-child::after {
  display: none;
}

.flow-item__inner {
  background-color: #F1EFEB;
  border-radius: 5px;
  padding: 4.4rem 3.5rem 3.5rem 5rem;
  position: relative;
}

@media screen and (max-width: 768px) {
  .flow-item__inner {
    padding: 3rem 3.8rem;
  }
}
.flow-item__type {
  position: absolute;
  left: 1.5rem;
  top: 1rem;
  font-family: futura-pt, sans-serif;
  font-weight: 500;
  font-size: 3.2rem;
}

@media screen and (max-width: 768px) {
  .flow-item__type {
    font-size: 2.4rem;
  }
}
.flow-item__row {
  display: flex;
  justify-content: space-between;
  position: relative;
}

@media screen and (max-width: 768px) {
  .flow-item__row {
    display: block;
  }
}
.flow-item__row::after {
  content: "";
  position: absolute;
  background-image: url("../images/one-stop/onestop-plus.svg");
  background-size: contain;
  width: 2.5rem;
  height: 2.5rem;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

@media screen and (max-width: 768px) {
  .flow-item__col + .flow-item__col {
    margin-top: 6.5rem;
  }
}
@media print, screen and (min-width: 769px) {
  .flow-item__col:nth-child(2) {
    flex: 0 0 38%;
    max-width: 38%;
  }

  .flow-item__col:nth-child(2) img {
    margin-left: 1rem;
  }
}
.flow-item__col img {
  margin-bottom: 1.5rem;
}

.flow-item__col .flow-item-title {
  margin-bottom: 1.5rem;
}

.content-flow {
  padding: 0 10rem 6rem;
  position: relative;
}

@media screen and (max-width: 768px) {
  .content-flow {
    padding: 11rem 0 2rem;
  }
}
.content-flow::before {
  content: "";
  position: absolute;
  left: 3rem;
  top: 7rem;
  width: 3px;
  height: calc(100% - 7rem);
  border-left: 3px dotted #A99DBC;
}

@media screen and (max-width: 768px) {
  .content-flow::before {
    left: 50%;
    transform: translate(-50%, 0);
    height: 2.3rem;
    border-width: 2px;
  }
}
@media screen and (max-width: 768px) {
  .content-flow::after {
    content: "";
    position: absolute;
    left: 3rem;
    bottom: 1rem;
    width: 3px;
    height: calc(100% - 7rem);
    border-left: 3px dotted #A99DBC;
    left: 50%;
    transform: translate(-50%, 0);
    height: 2.3rem;
    border-width: 2px;
  }
}
@media print, screen and (min-width: 769px) {
  .content-flow:last-child::before {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .content-flow:last-child::after {
    display: none;
  }
}
.content-flow__title {
  font-size: 2.4rem;
  font-weight: bold;
  margin-bottom: 3rem;
  padding-top: 1.5rem;
}

@media screen and (max-width: 768px) {
  .content-flow__title {
    font-size: 1.6rem;
  }
}
.content-flow__title--2 {
  font-size: 2.8rem;
  font-family: "Kiwi Maru", serif;
  font-weight: 500;
}

@media screen and (max-width: 768px) {
  .content-flow__title--2 {
    padding: 0;
    font-size: 2rem;
    text-align: center;
  }
}
.content-flow__text {
  line-height: 1.875;
}

@media screen and (max-width: 768px) {
  .content-flow__text {
    font-size: 1.4rem;
  }
}
.content-flow__no {
  position: absolute;
  width: 6rem;
  height: 6rem;
  border-radius: 100%;
  background-color: #A99DBC;
  color: #fff;
  text-align: center;
  font-size: 2.8rem;
  line-height: 1;
  font-family: futura-pt, sans-serif;
  font-weight: 500;
  padding-top: 0.9rem;
  left: 0;
  top: 0;
}

@media screen and (max-width: 768px) {
  .content-flow__no {
    left: 50%;
    transform: translate(-50%, 0);
  }
}
.content-flow__no::before {
  content: "STEP";
  display: block;
  font-size: 0.5em;
}

.content-flow__box1 {
  border: solid 2px #A99DBC;
  border-radius: 10px;
  padding: 2rem 3rem;
  background-color: #fff;
  display: flex;
  margin-bottom: 3rem;
}

@media screen and (max-width: 768px) {
  .content-flow__box1 {
    display: block;
    margin-bottom: 2rem;
  }
}
.content-flow__box1-left {
  flex: 0 0 39.5%;
  max-width: 39.5%;
  border-right: dotted 2px #A99DBC;
  display: flex;
  align-items: center;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .content-flow__box1-left {
    max-width: 100%;
    border-right: 0;
    border-bottom: dotted 2px #A99DBC;
    padding-bottom: 1rem;
  }
}
.content-flow__box1-left img {
  margin: 2rem;
}

.content-flow__box1-right {
  text-align: center;
  flex: 0 0 60.5%;
  max-width: 60.5%;
  padding-left: 1.8rem;
}

@media screen and (max-width: 768px) {
  .content-flow__box1-right {
    max-width: 100%;
    padding-left: 0;
    padding-top: 3rem;
    text-align: left;
  }
}
.content-flow__box1-right .c-button {
  width: 26.3rem;
  margin-top: 2.5rem;
  margin-bottom: 1.5rem;
}

.content-flow__box2 {
  border: solid 2px #A99DBC;
  border-radius: 10px;
  padding: 5rem 4.3rem;
  background-color: #fff;
  margin-top: 3rem;
}

@media screen and (max-width: 768px) {
  .content-flow__box2 {
    margin-top: 2rem;
    padding: 3rem 2rem;
  }
}
.content-flow__box3 {
  border: solid 2px #A99DBC;
  border-radius: 10px;
  padding: 2.25rem 3rem 3rem;
  margin-top: 3rem;
}

@media screen and (max-width: 768px) {
  .content-flow__box3 {
    padding: 2.8rem 2rem;
  }
}
.content-flow__box3 .row1 {
  display: flex;
  justify-content: start;
  align-items: center;
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 1.5rem;
}

@media screen and (max-width: 768px) {
  .content-flow__box3 .row1 {
    font-size: 1.6rem;
  }
}
.content-flow__box3 .row1 img {
  margin-right: 0.5rem;
}

@media screen and (max-width: 768px) {
  .content-flow__box3 .row1 img {
    margin-right: 1rem;
  }
}
.content-flow__box3 .t2 {
  font-weight: 500;
  margin-bottom: 1rem;
}

@media screen and (max-width: 768px) {
  .content-flow__box3 .t2 {
    font-size: 1.6rem;
  }
}
.content-flow__box3 .row2 {
  display: flex;
}

@media screen and (max-width: 768px) {
  .content-flow__box3 .row2 {
    display: block;
  }
}
.content-flow__box3 .row2 dl {
  display: flex;
  margin-right: 3.5rem;
}

@media screen and (max-width: 768px) {
  .content-flow__box3 .row2 dl {
    margin-right: 0;
    margin-bottom: 1.6rem;
  }

  .content-flow__box3 .row2 dl:last-child {
    margin-bottom: 0;
  }
}
.content-flow__box3 .row2 dl dt {
  background-color: #A99DBC;
  color: #fff;
  border-radius: 5px;
  font-size: 1.2rem;
  padding: 0.2rem 1rem;
  margin-right: 1rem;
  align-self: baseline;
}

@media screen and (max-width: 768px) {
  .content-flow__box3 .row2 dl dt {
    width: 5.8rem;
    white-space: nowrap;
    padding: 0.2rem 0.5rem;
    text-align: center;
    align-self: baseline;
  }
}
@media screen and (max-width: 768px) {
  .content-flow__box3 .row2 dl dd {
    font-size: 1.6rem;
  }
}
.content-flow .list-items {
  background-color: #F1EFEB;
  padding: 3rem 2.5rem 1rem;
}

@media screen and (max-width: 768px) {
  .content-flow .list-items {
    margin-bottom: 4rem;
  }
}
.content-flow dl.list-item {
  margin-bottom: 3.5rem;
}

@media screen and (max-width: 768px) {
  .content-flow dl.list-item {
    margin-bottom: 4rem;
  }
}
.content-flow dl.list-item dt {
  font-size: 2rem;
  position: relative;
  font-weight: bold;
  margin-bottom: 1.5rem;
}

@media screen and (max-width: 768px) {
  .content-flow dl.list-item dt {
    font-size: 1.6rem;
  }
}
.content-flow dl.list-item dt span {
  font-size: 1.6rem;
  font-weight: normal;
}

@media screen and (max-width: 768px) {
  .content-flow dl.list-item dt span {
    display: block;
    font-size: 1.4rem;
    margin-left: 2rem;
  }
}
.content-flow dl.list-item dt::before {
  content: "";
  width: 1.4rem;
  height: 1.4rem;
  display: inline-block;
  background-color: #A99DBC;
  border-radius: 100%;
  margin-right: 1rem;
}

.content-flow__cols {
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width: 768px) {
  .content-flow__cols {
    display: block;
  }
}
.content-flow__col {
  flex: 0 0 50%;
  max-width: calc(50% - 1.5rem);
  background-color: #F1EFEB;
  padding: 3rem 2.5rem;
}

@media screen and (max-width: 768px) {
  .content-flow__col {
    max-width: 100%;
  }

  .content-flow__col + .content-flow__col {
    margin-top: 2.5rem;
  }
}
.content-flow__col .t1 {
  text-align: center;
  font-weight: bold;
  font-size: 2rem;
  margin-bottom: 1.5rem;
}

.one-stop-content3 {
  padding-top: 10rem;
}

.one-stop-content3-main {
  padding-top: 10rem;
  background-color: #F1EFEB;
  padding-bottom: 10rem;
}

@media screen and (max-width: 768px) {
  .one-stop-content3 {
    padding-top: 6rem;
  }
}
.one-stop-content3 .c-button {
  width: 26.3rem;
}

@media screen and (max-width: 768px) {
  .one-stop-content3 .c-section-title {
    font-size: 1.9rem;
  }
}
/*one-stop*/
.aboutus-content-figure-box {
  margin-bottom: 10rem;
  margin-top: 10rem;
}

@media screen and (max-width: 768px) {
  .aboutus-content-figure-box {
    margin-top: 7rem;
    margin-bottom: 7rem;
  }
}
.aboutus-content-figure-box__title {
  font-size: 2.4rem;
  font-weight: bold;
  margin-bottom: 3rem;
}

@media screen and (max-width: 768px) {
  .aboutus-content-figure-box__title {
    font-size: 2rem;
    margin-bottom: 4rem;
    line-height: 1.75;
  }
}
.aboutus-content-figure-box .buttons {
  display: flex;
  margin-top: 1.5rem;
}

@media screen and (max-width: 768px) {
  .aboutus-content-figure-box .buttons {
    margin-top: 0;
  }
}
.aboutus-content-figure-box .buttons &gt; * {
  flex: 0 0 50%;
  max-width: calc(50% - 1.5rem);
}

.aboutus-content-figure-box .button {
  font-size: 2.4rem;
  color: #fff;
  font-weight: bold;
  text-align: center;
  border-radius: 10px;
  background-color: #F3046C;
  padding: 2.5rem;
  transition: 0.3s;
}

@media screen and (max-width: 768px) {
  .aboutus-content-figure-box .button {
    font-size: 1.6rem;
    padding: 2.5rem 1.25rem;
  }

  .aboutus-content-figure-box .button img {
    display: block !important;
    margin: 1rem auto 0 !important;
  }
}
.aboutus-content-figure-box .button:hover {
  opacity: 0.78;
}

.aboutus-content-figure-box .button.black {
  background-color: #474645;
}

.about-table-wrap {
  margin: 0 auto 5rem;
}

.about-table {
  display: table;
  width: 100%;
  border: solid 2px #707070;
  border-radius: 15px;
}

.about-table .small {
  margin-top: 0.5rem;
}

.about-table__row {
  display: table-row;
}

@media screen and (max-width: 768px) {
  .about-table__row {
    display: block;
  }
}
.about-table__row:last-child &gt; * {
  border-bottom: 0 !important;
}

.about-table__th {
  display: table-cell;
  border-right: dashed 1.5px #707070;
  border-bottom: dashed 1.5px #707070;
  padding: 2.5rem 6rem;
  width: 25rem;
  font-weight: 500;
}

@media screen and (max-width: 768px) {
  .about-table__th {
    display: block;
    padding: 2rem 2rem 0.5rem;
    width: 100%;
    border-right: 0 !important;
    border-bottom: 0;
  }
}
.about-table__td {
  padding: 2.5rem 6rem;
  display: table-cell;
  border-bottom: dashed 1.5px #707070;
}

@media screen and (max-width: 768px) {
  .about-table__td {
    display: block;
    width: 100%;
    padding: 0.5rem 2rem 2rem;
  }
}
.about-figure-content img {
  margin: 0 0 0;
}

.about-figure-content .yes {
  margin-left: 18.5rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
}

@media screen and (max-width: 768px) {
  .about-figure-content .yes {
    margin: 1rem 0 1rem 7rem;
  }
}
.about-figure-content .no1 {
  position: absolute;
  right: 4.8rem;
  bottom: -2rem;
  transform: translate(0, 100%);
}

@media screen and (max-width: 768px) {
  .about-figure-content .no1 {
    bottom: -1rem;
    right: 0;
  }
}
.about-figure-content .no2 {
  position: absolute;
  right: 18.5rem;
  bottom: -2rem;
  transform: translate(0, 100%);
}

@media screen and (max-width: 768px) {
  .about-figure-content .no2 {
    right: 0;
    bottom: -4rem;
  }
}
.about-figure-content .box {
  position: relative;
  padding: 2.2rem 10rem;
  background-color: #fff;
  border-radius: 10px;
}

@media screen and (max-width: 768px) {
  .about-figure-content .box {
    padding: 5rem 2rem 2.5rem;
  }
}
.about-figure-content .box .start {
  position: absolute;
  left: -2.5rem;
  top: -3.5rem;
  width: 8.6rem;
}

.about-figure-content .box .t1 {
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 0.4rem;
}

@media screen and (max-width: 768px) {
  .about-figure-content .box .t1 {
    font-size: 1.6rem;
    margin-bottom: 1rem;
  }
}
.about-figure-content .box .t2 {
  font-size: 1.4rem;
}

.about-figure-content .box.box2 {
  max-width: 68.5rem;
}

@media screen and (max-width: 768px) {
  .about-figure-content .box.box2 {
    padding-top: 1.5rem;
    max-width: 25rem;
  }
}
.product-category-list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  column-gap: 2rem;
  margin-top: 10rem;
}

@media screen and (max-width: 768px) {
  .product-category-list {
    margin-top: 7rem;
    grid-template-columns: 1fr 1fr;
    column-gap: 1.5rem;
  }
}
.product-category-link {
  display: block;
  border-bottom: dashed 1px #707070;
  padding: 1.5rem 0;
  display: flex;
  align-items: center;
  font-weight: 500;
  transition: 0.3s;
}

@media screen and (max-width: 768px) {
  .product-category-link {
    padding: 1rem 0;
  }

  .product-category-link span {
    font-size: 1.4rem;
  }
}
.product-category-link:hover {
  opacity: 0.6;
}

.product-category-link::after {
  content: "";
  width: 0.9rem;
  height: 0.9rem;
  display: inline-block;
  border: solid 2px;
  border-bottom: 0;
  border-left: 0;
  margin-right: 1rem;
  transform: rotate(45deg);
  margin-left: auto;
}

@media screen and (max-width: 768px) {
  .product-category-link::after {
    width: 0.8rem;
    height: 0.8rem;
    margin-right: 0.5rem;
  }
}
.product-category-link img {
  margin: 0;
  width: 6.5rem;
  margin-right: 2rem;
}

@media screen and (max-width: 768px) {
  .product-category-link img {
    width: 5.5rem;
    margin-right: 1.5rem;
  }
}
.product-category-link:nth-child(-n+4) {
  border-top: dashed 1px #707070;
}

@media screen and (max-width: 768px) {
  .product-category-link:nth-child(-n+4) {
    border-top: 0;
  }
}
@media screen and (max-width: 768px) {
  .product-category-link:nth-child(-n+2) {
    border-top: dashed 1px #707070;
  }
}
.singup-dialog {
  background-color: rgba(0, 0, 0, 0.6);
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 99999;
  overscroll-behavior: contain;
}

.singup-dialog__content {
  overscroll-behavior: contain;
  max-width: 1000px;
  width: 100%;
  max-height: 60rem;
  overflow: auto;
  margin: 9rem auto;
  padding: 5rem 8rem;
  background-color: #FEFAF2;
  border-radius: 10px;
}

@media screen and (max-width: 768px) {
  .singup-dialog__content {
    max-width: calc(100% - 4rem);
    padding: 4rem 1.7rem;
    max-height: 70vh;
  }
}
.singup-dialog__content .title {
  text-align: center;
  font-size: 2.8rem;
  font-weight: bold;
  margin-bottom: 3.6rem;
}

@media screen and (max-width: 768px) {
  .singup-dialog__content .title {
    font-size: 2rem;
    margin-bottom: 3.2rem;
  }
}
.singup-dialog .banners {
  display: flex;
  justify-content: space-between;
  max-width: 76rem;
  margin: auto;
}

@media screen and (max-width: 768px) {
  .singup-dialog .banners {
    display: block;
  }
}
.singup-dialog .banner {
  max-width: 36rem;
}

@media screen and (max-width: 768px) {
  .singup-dialog .banner {
    margin-bottom: 4rem;
  }

  .singup-dialog .banner:last-child {
    margin-bottom: 0;
  }
}
.singup-dialog .banner-title {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22139%22%20height%3D%225%22%20viewBox%3D%220%200%20139%205%22%3E%20%3Cdefs%3E%20%3CclipPath%20id%3D%22clip-path%22%3E%20%3Crect%20width%3D%22139%22%20height%3D%225%22%20fill%3D%22none%22%2F%3E%20%3C%2FclipPath%3E%20%3C%2Fdefs%3E%20%3Cg%20id%3D%22%E3%83%AA%E3%83%94%E3%83%BC%E3%83%88%E3%82%B0%E3%83%AA%E3%83%83%E3%83%89_22%22%20data-name%3D%22%E3%83%AA%E3%83%94%E3%83%BC%E3%83%88%E3%82%B0%E3%83%AA%E3%83%83%E3%83%89%2022%22%20clip-path%3D%22url(%23clip-path)%22%3E%20%3Cg%20transform%3D%22translate(-583%20-1129)%22%3E%20%3Ccircle%20id%3D%22%E6%A5%95%E5%86%86%E5%BD%A2_54%22%20data-name%3D%22%E6%A5%95%E5%86%86%E5%BD%A2%2054%22%20cx%3D%222%22%20cy%3D%222%22%20r%3D%222%22%20transform%3D%22translate(583%201130)%22%20fill%3D%22%23212121%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20transform%3D%22translate(-568%20-1129)%22%3E%20%3Ccircle%20id%3D%22%E6%A5%95%E5%86%86%E5%BD%A2_54-2%22%20data-name%3D%22%E6%A5%95%E5%86%86%E5%BD%A2%2054%22%20cx%3D%222%22%20cy%3D%222%22%20r%3D%222%22%20transform%3D%22translate(583%201130)%22%20fill%3D%22%23212121%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20transform%3D%22translate(-553%20-1129)%22%3E%20%3Ccircle%20id%3D%22%E6%A5%95%E5%86%86%E5%BD%A2_54-3%22%20data-name%3D%22%E6%A5%95%E5%86%86%E5%BD%A2%2054%22%20cx%3D%222%22%20cy%3D%222%22%20r%3D%222%22%20transform%3D%22translate(583%201130)%22%20fill%3D%22%23212121%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20transform%3D%22translate(-538%20-1129)%22%3E%20%3Ccircle%20id%3D%22%E6%A5%95%E5%86%86%E5%BD%A2_54-4%22%20data-name%3D%22%E6%A5%95%E5%86%86%E5%BD%A2%2054%22%20cx%3D%222%22%20cy%3D%222%22%20r%3D%222%22%20transform%3D%22translate(583%201130)%22%20fill%3D%22%23212121%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20transform%3D%22translate(-523%20-1129)%22%3E%20%3Ccircle%20id%3D%22%E6%A5%95%E5%86%86%E5%BD%A2_54-5%22%20data-name%3D%22%E6%A5%95%E5%86%86%E5%BD%A2%2054%22%20cx%3D%222%22%20cy%3D%222%22%20r%3D%222%22%20transform%3D%22translate(583%201130)%22%20fill%3D%22%23212121%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20transform%3D%22translate(-508%20-1129)%22%3E%20%3Ccircle%20id%3D%22%E6%A5%95%E5%86%86%E5%BD%A2_54-6%22%20data-name%3D%22%E6%A5%95%E5%86%86%E5%BD%A2%2054%22%20cx%3D%222%22%20cy%3D%222%22%20r%3D%222%22%20transform%3D%22translate(583%201130)%22%20fill%3D%22%23212121%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20transform%3D%22translate(-493%20-1129)%22%3E%20%3Ccircle%20id%3D%22%E6%A5%95%E5%86%86%E5%BD%A2_54-7%22%20data-name%3D%22%E6%A5%95%E5%86%86%E5%BD%A2%2054%22%20cx%3D%222%22%20cy%3D%222%22%20r%3D%222%22%20transform%3D%22translate(583%201130)%22%20fill%3D%22%23212121%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20transform%3D%22translate(-478%20-1129)%22%3E%20%3Ccircle%20id%3D%22%E6%A5%95%E5%86%86%E5%BD%A2_54-8%22%20data-name%3D%22%E6%A5%95%E5%86%86%E5%BD%A2%2054%22%20cx%3D%222%22%20cy%3D%222%22%20r%3D%222%22%20transform%3D%22translate(583%201130)%22%20fill%3D%22%23212121%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20transform%3D%22translate(-463%20-1129)%22%3E%20%3Ccircle%20id%3D%22%E6%A5%95%E5%86%86%E5%BD%A2_54-9%22%20data-name%3D%22%E6%A5%95%E5%86%86%E5%BD%A2%2054%22%20cx%3D%222%22%20cy%3D%222%22%20r%3D%222%22%20transform%3D%22translate(583%201130)%22%20fill%3D%22%23212121%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20transform%3D%22translate(-448%20-1129)%22%3E%20%3Ccircle%20id%3D%22%E6%A5%95%E5%86%86%E5%BD%A2_54-10%22%20data-name%3D%22%E6%A5%95%E5%86%86%E5%BD%A2%2054%22%20cx%3D%222%22%20cy%3D%222%22%20r%3D%222%22%20transform%3D%22translate(583%201130)%22%20fill%3D%22%23212121%22%2F%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%3C%2Fsvg%3E");
  background-size: 14rem;
  padding-bottom: 1.8rem;
  background-repeat: no-repeat;
  background-position: bottom center;
  font-family: "Kiwi Maru", serif;
  font-size: 2rem;
  font-weight: 500;
  display: table;
  margin: 0 auto 1.5rem;
}

.singup-dialog__grids {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 3rem;
  row-gap: 2.5rem;
  margin-bottom: 10rem;
}

@media screen and (max-width: 768px) {
  .singup-dialog__grids {
    grid-template-columns: repeat(2, 1fr);
    column-gap: 1.7rem;
    row-gap: 1.5rem;
    margin-bottom: 5rem;
  }
}
.singup-dialog__grid {
  padding: 1.5rem 1.2rem 3rem;
  background-color: #fff;
  border-radius: 10px;
  text-align: center;
  font-size: 1.6rem;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .singup-dialog__grid {
    padding: 1.5rem 1rem 2.5rem;
  }
}
.singup-dialog__grid .t1 {
  display: flex;
  margin-bottom: 2rem;
  height: 5rem;
  vertical-align: middle;
  justify-content: center;
  align-items: center;
}

@media screen and (max-width: 768px) {
  .singup-dialog__grid .t1 {
    align-items: baseline;
    font-size: 1.4rem;
  }
}
.singup-dialog__close {
  position: absolute;
  right: 7rem;
  top: 2rem;
}

@media screen and (max-width: 768px) {
  .singup-dialog__close {
    position: absolute;
    right: 2.8rem;
    top: 2.6rem;
  }
}
.singup-dialog__bottom-close {
  display: block;
  text-align: center;
  font-size: 1.2rem;
  font-weight: 500;
  padding: 1.5rem;
  border: solid 1px;
  max-width: 24rem;
  margin: auto;
  border-radius: 40px;
  margin-top: 4rem;
}

.js-dialog-open {
  cursor: pointer;
}

/* cart-login-form*/
.form-error-text {
  color: #F3046C;
}

.cart-login-form__row {
  display: grid;
  grid-template-columns: repeat(2,1fr);
  gap: 2rem;
}
@media screen and (max-width: 768px) {
  .cart-login-form__row {
    display: block;
  }
}


.cart-login-form__col .cart-form-title {
  font-family: "Kiwi Maru", serif;
  font-size: 2.4rem;
  font-weight: 500;
  text-align: center;
  margin-bottom: 4rem;
}
.cart-login-form__col:first-child .c-form__box {
  border-radius: 10px;
  background: #efefef;
  border: 1px solid #efefef;
  padding: 5rem 1rem;
}
@media screen and (max-width: 768px) {
  .cart-login-form__col:first-child {
    margin-bottom: 4rem;
  }
  .cart-login-form__col:first-child .c-form__box {
    padding-bottom: 4.25rem;
    padding-top: 3.2rem;
  }
}

.login__form-text {
  font-size: 1.4rem;
  position: relative;
  display: block;
  text-align: center;
  margin: 0 auto 1.4rem;
  width: fit-content;
  color: #F4227C;
  font-family: 'Kiwi Maru';
  font-weight: 500;
}
@media screen and (max-width: 768px) {
.login__form-text {
  font-size: 1.2rem;
}
}
.login__form-text::before {
  content: "";
  border-left: 1px solid;
  rotate: 330deg;
  display: inline-block;
  position: absolute;
  left: -1.4rem;
  top: 0.3rem;
  background: #F3046C;
  width: 1px;
  height: 70%;
}
.login__form-text::after {
  content: "";
  border-left: 1px solid;
  rotate: -330deg;
  display: inline-block;
  position: absolute;
  right: -1.4rem;
  top: 0.3rem;
  background: #F3046C;
  width: 1px;
  height: 70%;
}

@media screen and (max-width: 768px) {
  .cart-login-form__col .cart-form-title {
    font-size: 2rem;
  }
}
.cart-login-form__col .c-button {
  width: 34rem;
}

@media screen and (max-width: 768px) {
  .cart-login-form__col .c-button {
    width: 24rem;
    margin: auto;
  }
}
.cart-login-form__col .c-button::after {
  background-size: 100%;
}

.cart-login-form__buttons {
  margin-top: 4rem;
}

.cart-login-form__buttons .button-wrap .c-button::after {
  background-image: url("../images/button-bg-b.svg");
}

.cart-login-form__buttons .button-wrap .c-button:hover {
  color: #fff;
}

.cart-login-form__buttons .button-wrap .c-button:hover svg path {
  fill: #fff;
}

.cart-login-form__buttons .button-wrap:first-child {
  margin-bottom: 2.5rem;
  padding-bottom: 2.5rem;
  border-bottom: 1px solid #CCCCCC;
}

.cart-login-form__buttons .button-wrap:first-child .c-button::after {
  background-image: url("../images/button-bg-w.svg");
}

/* .cart-login-form__buttons .button-wrap:first-child .c-button:hover {
  color: #212121;
}

.cart-login-form__buttons .button-wrap:first-child .c-button:hover svg path {
  fill: #212121;
}

.cart-login-form__buttons .button-wrap:first-child .c-button:hover::before {
  border-color: #212121;
} */

/* cart-login-form*/
@media screen and (max-width: 768px) {
  .history-content-scroll .js-float-bird1,
.history-content-scroll .js-float-bird2,
.history-content-scroll .js-float-bird3,
.history-content-scroll .js-float-bird4 {
    scale: 0.8;
  }
}
.mypage-point-dialog__content .box .row {
  justify-content: center;
}

/***/
.product-detail__info-area .product-detail__add-cart img {
  width: 2.4rem;
}
@media screen and (max-width: 768px) {
  .sakura1 {
    display: none;
  }

  .product-detail {
    overflow: visible;
  }

  .product-detail .sakura2 {
    display: none;
  }

  .product-detail__info-area {
    position: relative;
    margin-top: 0;
  }

  .product-detail__info-area .product-detail__controls {
    position: sticky;
    justify-content: center;
    position: sticky;
    bottom: 0;
    width: calc(100% + 3.6rem);
    left: 0;
    gap: 1.6rem;
    display: flex;
    margin-left: -1.8rem;
  }

  .product-detail__info-area .product-detail__controls::before {
    content: "";
    background: rgba(255, 255, 255, 0.5);
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }

  .product-detail__info-area .product-detail__controls.is-static::before {
    display: none;
  }

  .product-detail__info-area .product-detail__control2 {
    padding: 1.5rem 0;
    max-width: 15rem;
    width: 15rem;
  }

  .product-detail__info-area .product-detail__add-cart {
    margin: 0 auto;
    font-size: 1rem;
    height: 3.5rem;
  }
  .product-detail__info-area .product-detail__add-cart img {
    display: none;
    margin-right: 1rem;
    width: auto;
    height: 1.4rem;
  }
  .product-detail__info-area .product-detail__add-cart::before {
    display: none;
  }
}
.product-label {
  margin: .2rem 0;
}
.purpose-label {
  background-color: #F1EFEB;
  color: #212121;
}
.page-content-title {
  position: relative;
  z-index: 2;
}

.fwm {
  font-weight: 500;
}

.fz-14 {
  font-size: 1.4rem;
}

.fz-20 {
  font-size: 2rem;
}

.fz-24 {
  font-size: 2.4rem;
}

.text-left {
  text-align: left !important;
}

.rank-section--feature {
  margin-bottom: 15rem;
}
@media screen and (max-width: 768px) {
  .rank-section--feature {
    margin-bottom: 8rem;
  }
}

.rank-section1 {
  margin-bottom: 10rem;
}

.rank-head {
  margin-bottom: 10rem;
}
@media screen and (max-width: 768px) {
  .rank-head {
    margin-bottom: 0;
  }
}
.rank-head__title {
  margin-bottom: 6.5rem;
}
@media screen and (max-width: 768px) {
  .rank-head__title {
    margin-bottom: 4.5rem !important;
  }
  .sakura2-rank {
    top: 4rem;
  }
}
.rank-head__catch {
  font-size: 2.4rem;
    font-weight: 500;
    line-height: 5rem;
}
@media screen and (max-width: 768px) {
  .rank-head__catch {
  font-size: 1.6rem;
  line-height: 3.5rem;
}
}
.rank-head__visual {
  position: relative;
  margin-bottom: 6rem;
}
.rank-head__visual-img {
  border-radius: 10px;
}
@media screen and (max-width: 768px) {
  .rank-head__visual-img {
    height: 21rem;
    object-fit: cover;
  }
}
@media screen and (max-width: 768px) {
  .rank-head__visual {
    margin-bottom: 4.5rem;
  }
}
.rank-head__read {
  position: absolute;
  left: 6.8rem;
  top: 6.2rem;
}
@media screen and (max-width: 768px) {
  .rank-head__read {
    width: 9.3rem;
    left: 2rem;
    top: 2.6rem;
  }
}
.rank-head__row {
  text-align: center;
}
.rank-head__row h3 {
  font-size: 3.2rem;
  margin-bottom: 5rem;
}
@media screen and (max-width: 768px) {
  .rank-head__row h3 {
    font-size: 2rem;
    text-align: center;
    margin-bottom: 3rem;
  }
}
.rank-head__row p {
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 5rem;
}
@media screen and (max-width: 768px) {
  .rank-head__row p {
    font-size: 1.6rem;
    line-height: 3.5rem;
  }
}

.rank-cells {
  display: grid;
  grid-template-columns: repeat(3, minmax(31rem, 310px));
  grid-auto-rows: 28.2rem;
  gap: 7.75rem 3.5rem;
  counter-reset: cnt;
}
@media screen and (max-width: 768px) {
  .rank-cells {
    grid-template-columns: repeat(2, 1fr);
    gap: 3.5rem 1rem;
    grid-auto-rows: auto;
  }
}

.rank-cell {
  background-color: #fff;
  border-radius: 10px;
  padding: 6.25rem 2.3rem 4.5rem;
  position: relative;
}
@media screen and (max-width: 768px) {
  .rank-cell {
    padding: 3.3rem 1.6rem 1.8rem;
  }
}
@media screen and (max-width: 768px) {
  .rank-cell.irgr2 img {
    height: 3.2rem;
  }
}
.rank-cell__no {
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50%, -50%);
  width: 8.5rem;
  height: 8.5rem;
  font-size: 1.4rem;
  color: #fff;
  text-align: center;
  padding: 1.65rem 0 0;
  font-weight: bold;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2285%22%20height%3D%2285%22%20viewBox%3D%220%200%2085%2085%22%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_98743%22%20data-name%3D%22%E3%83%91%E3%82%B9%2098743%22%20d%3D%22M42.5%2C0%2C35.963%2C9.666%2C26.23%2C3.227%2C23.906%2C14.664%2C12.447%2C12.448l2.216%2C11.458L3.227%2C26.231l6.439%2C9.733L0%2C42.5l9.666%2C6.537L3.227%2C58.77l11.436%2C2.324L12.448%2C72.553l11.458-2.216%2C2.325%2C11.436%2C9.733-6.439L42.5%2C85l6.537-9.666%2C9.733%2C6.439%2C2.324-11.436%2C11.458%2C2.215L70.337%2C61.094l11.436-2.325-6.439-9.733L85%2C42.5l-9.666-6.537%2C6.439-9.733L70.336%2C23.906l2.216-11.458L61.094%2C14.663%2C58.769%2C3.227%2C49.037%2C9.666Z%22%20fill%3D%22%23a99dbc%22%2F%3E%3C%2Fsvg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  counter-increment: cnt;
}
@media screen and (max-width: 768px) {
  .rank-cell__no {
    width: 4.5rem;
    height: 4.5rem;
    font-size: 0.8rem;
    padding: 1rem;
  }
}
.rank-cell__no::after {
  content: "0" counter(cnt);
  display: block;
  line-height: 1;
  font-family: futura-pt, sans-serif;
  font-weight: 500;
  font-size: 3.2rem;
}
@media screen and (max-width: 768px) {
  .rank-cell__no::after {
    font-size: 1.5rem;
  }
}
.rank-cell__t1 {
  font-size: 1.4rem;
  font-weight: 500;
  text-align: center;
  margin-bottom: 0.5rem;
}
@media screen and (max-width: 768px) {
  .rank-cell__t1 {
    font-size: 1rem;
    margin-left: -2rem;
    margin-right: -2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0.35rem;
  }
}
.rank-cell__t2 {
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
  margin: 0 -1.5rem 2.5rem;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .rank-cell__t2 {
    font-size: 1rem;
    line-height: 1.25;
    margin: 0 0 0.8rem;
    line-height: 1.8rem;
  }
  .rank-cell__t2 .fz-20 {
    font-size: 1.4rem;
  }
  .rank-cell__t2 .fz-24 {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 768px) {
  .rank-cell__t2.irgr5 {
    padding: 0 0 0;
    margin-bottom: 0rem;
  }
}
.rank-cell__t2.irgr1 {
  margin-left: auto;
  margin-right: auto;
  width: fit-content;
}
@media screen and (max-width: 768px) {
  .rank-cell__t2.irgr1 {
    margin-bottom: 1.3rem;
  }
}
.rank-cell__t2.irgr1 .fz-14 {
  padding-right: 1rem;
}
.rank-cell__figure {
  min-height: 11rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .rank-cell__figure {
    min-height: auto;
    max-height: 6.2rem;
  }
  .rank-cell__figure img {
    max-height: 6.2rem;
  }
  .rank-cell__figure.irgr6 {
    max-width: 3.7rem;
    margin: auto;
  }
}

.c-section-title--rank1::after {
  width: 192px;
}

.c-section-title--rank3::after {
  width: 150px;
}
@media screen and (max-width: 768px) {
  .c-section-title--rank3::after {
    width: 125px;
  }
}

.c-section-title--center {
  margin-left: auto;
  margin-right: auto;
}

.c-section-title--rank2 {
  text-align: center;
  margin: auto;
  display: table;
}
.c-section-title--rank2::after {
  width: 140px;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  .c-section-title--rank2::after {
    width: 9.3rem;
  }
}

.rank-section2 {
  margin-bottom: 10rem;
}

.rank-section3 {
  margin-bottom: 10rem;
}
@media screen and (max-width: 768px) {
  .rank-section3 {
    margin-bottom: 6rem;
  }
}

.rank-section4 {
  margin-bottom: 9rem;
}

.font-20 {
  font-size: 2rem;
}

.rank-items {
  margin-bottom: 5rem;
}

.rank-item {
  position: relative;
  margin-bottom: 9rem;
}
.rank-item::after {
  content: "";
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2249.57%22%20height%3D%2243.182%22%20viewBox%3D%220%200%2049.57%2043.182%22%3E%20%3Cg%20id%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97_18524%22%20data-name%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97%2018524%22%20transform%3D%22translate(-658.016%20-2053.868)%22%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_157606%22%20data-name%3D%22%E3%83%91%E3%82%B9%20157606%22%20d%3D%22M0%2C0C1.93%2C1.678%2C23.7%2C23.916%2C23.7%2C23.916L47.523%2C0%22%20transform%3D%22translate(659%202055)%22%20fill%3D%22none%22%20stroke%3D%22%23212121%22%20stroke-width%3D%223%22%2F%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_157607%22%20data-name%3D%22%E3%83%91%E3%82%B9%20157607%22%20d%3D%22M0%2C0C1.93%2C1.678%2C23.7%2C23.916%2C23.7%2C23.916L47.523%2C0%22%20transform%3D%22translate(659%202071)%22%20fill%3D%22none%22%20stroke%3D%22%23212121%22%20stroke-width%3D%223%22%2F%3E%20%3C%2Fg%3E%3C%2Fsvg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  left: 50%;
  bottom: -2.5rem;
  transform: translate(-50%, 100%);
  width: 4.7rem;
  height: 4rem;
}
.rank-item:last-child {
  margin-bottom: 0;
}
.rank-item:last-child::after {
  display: none;
}
.rank-item__header {
  background-color: #ffebb5;
  border-radius: 10px 10px 0 0;
  height: 4.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  font-size: 2rem;
}
@media screen and (max-width: 768px) {
  .rank-item__header {
    font-size: 1.8rem;
    justify-content: start;
    padding: 1rem 2rem;
    min-height: 6rem;
    display: block;
    height: auto;
  }
}
.rank-item__header span {
  font-size: 2.4rem;
}
.rank-item__header--t2 {
  background: rgba(169, 157, 188, 0.4);
}
.rank-item__header--t3 {
  background: #a99dbc;
  color: #fff;
}
.rank-item__header--t4 {
  background: rgba(243, 4, 108, 0.5);
  color: #fff;
}
.rank-item__header--t5 {
  background: #f3046c;
  color: #fff;
}
.rank-item__content {
  background-color: #fff;
  padding: 2.5rem 3.5rem 5rem;
  border-radius: 0 0 5px 5px;
}
@media screen and (max-width: 768px) {
  .rank-item__content {
    padding: 2.5rem 2rem;
  }
}
.rank-item__content ul {
  margin-top: 4rem;
}
.rank-item__content ul li {
  list-style-type: none;
  background-image: url("../images/rank/sakura.png");
  background-repeat: no-repeat;
  background-position: center left 0;
  background-size: 1.6rem;
  padding-left: 1.5em;
  font-size: 2rem;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .rank-item__content ul li {
    font-size: 1.6rem;
  }
}
.rank-item__content ul li + li {
  margin-top: 1.4rem;
}
.rank-item__body .row {
  display: grid;
  grid-template-columns: 21.5rem 1fr;
  gap: 4.5rem;
  align-items: center;
  padding-bottom: 2.5rem;
  border-bottom: 1px dashed #707070;
}
@media screen and (max-width: 768px) {
  .rank-item__body .row {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .rank-item__body .col1 {
    margin-bottom: 2rem;
  }
}
.rank-item__body .col1 img {
  border-radius: 10px;
}
.rank-item__body .t1,
.rank-item__body .t2 {
  font-family: "Kiwi Maru", serif;
}
.rank-item__body .t1 {
  font-size: 1.4rem;
}
.rank-item__body .t2 {
  margin-bottom: 2rem;
}
.rank-item__body .t2 span {
  font-size: 2.4rem;
}
.rank-item__footer {
  padding-top: 1.6rem;
}
.rank-item__footer-title {
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 1.2rem;
}
.rank-item__footer-columns {
  display: grid;
  grid-template-columns: 22rem 28.8rem 32rem;
  gap: 5rem;
}
@media screen and (max-width: 768px) {
  .rank-item__footer-columns {
    grid-template-columns: 1fr;
    gap: 4rem;
  }
}
.rank-item__footer-column {
  background: #fff9e9;
  border-radius: 5px;
  text-align: center;
  font-size: 1.4rem;
  padding: 0 0 1.8rem;
  position: relative;
  font-weight: 500;
}
.rank-item__footer-column::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(170%, -50%);
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2217.36%22%20height%3D%2217.2%22%20viewBox%3D%220%200%2017.36%2017.2%22%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_158498%22%20data-name%3D%22%E3%83%91%E3%82%B9%20158498%22%20d%3D%22M1.32-11.64h6.8v6.8h3.76v-6.8h6.8v-3.6h-6.8v-6.8H8.12v6.8H1.32Z%22%20transform%3D%22translate(-1.32%2022.04)%22%20fill%3D%22%23212121%22%2F%3E%3C%2Fsvg%3E");
  width: 2rem;
  height: 2rem;
  background-size: contain;
}
@media screen and (max-width: 768px) {
  .rank-item__footer-column::after {
    transform: translate(-50%, 100%);
    left: 50%;
    right: auto;
    bottom: -1rem;
    top: auto;
  }
}
.rank-item__footer-column:last-child::after {
  display: none;
}
.rank-item__footer-column .t1 {
  background-color: #FFEBB5;
  padding: 0.5rem 2rem;
  border-radius: 5px 5px 0 0;
  min-height: 6rem;
  text-align: center;
  justify-content: center;
  display: flex;
  font-size: 1.6rem;
  align-items: center;
  white-space: nowrap;
  font-weight: bold;
  margin-bottom: 1rem;
}
.rank-item__footer-column:nth-child(1) .tl {
  position: relative;
}
.rank-item__footer-column:nth-child(1) .tl::before {
  font-weight: bold;
  content: "ポイント\a付与率";
  white-space: pre;
  display: block;
}
.rank-item__footer-column:nth-child(2) .t2::before {
  content: "";
  background-image: url("../images/rank/birthday.svg");
  background-size: contain;
  background-repeat: no-repeat;
  width: 4.2rem;
  height: 5.8rem;
  display: inline-block;
  position: relative;
  top: -0.5rem;
}
.rank-item__footer-column:nth-child(2) .t2.is-coin {
  font-size: 4.8rem;
  gap: 1.5rem;
}
.rank-item__footer-column:nth-child(2) .t2.is-coin::before {
  content: "";
  background-image: url("../images/rank/coin2.svg");
  background-size: contain;
  background-repeat: no-repeat;
  width: 4.2rem;
  height: 6.1rem;
  display: inline-block;
  position: relative;
}
.rank-item__footer-column:nth-child(3) .tl::before {
  content: "ポイント\a付与率";
  font-size: 1.4rem;
  white-space: pre;
  align-self: center;
  font-weight: bold;
  margin-right: 1rem;
}
.rank-item__footer-column:nth-child(3) .t1 {
  font-size: 1.6rem;
}
.rank-item__footer-column .tl {
  padding-top: 0.75em;
  display: flex;
  justify-content: center;
  align-items: center;
  white-space: nowrap;
}
.rank-item__footer-column .t2 {
  font-family: futura-pt, sans-serif;
  font-weight: 500;
  font-size: 5.6rem;
  display: flex;
  align-items: center;
  line-height: 1;
  gap: 0.5rem;
}
.rank-item__footer-column .t2::before {
  content: "";
  background-image: url("../images/rank/coin.svg");
  background-size: contain;
  background-repeat: no-repeat;
  width: 5.2rem;
  height: 5.2rem;
  display: inline-block;
  position: relative;
  top: 0.3rem;
}
.rank-item__footer-column .t3 {
  margin-left: 0.5rem;
  font-size: 1.4rem;
  align-self: center;
  text-align: left;
  position: relative;
  font-weight: bold;
}
.rank-item__footer-column .t3 span {
  font-size: 1.6rem;
  display: block;
}
.rank-item__footer-column .t4 {
  font-weight: bold;
  line-height: 1;
  position: relative;
  top: -0.8rem;
}
.rank-item__footer-column .t6 {
  font-family: futura-pt, sans-serif;
  font-weight: 500;
  font-size: 3.2rem;
  align-self: end;
  margin-left: 1rem;
}
.rank-item__footer-column .t5 {
  font-weight: normal;
  position: relative;
  top: -0.6rem;
  left: -2.8rem;
}

.rank-box2 {
  background: #fff;
  border-radius: 10px;
  padding: 4rem 3.5rem 3.5rem;
  margin: 3.5rem auto 0;
  position: relative;
}
@media screen and (max-width: 768px) {
  .rank-box2 {
    padding: 2rem;
  }
}
.rank-box2.t1 {
  margin-bottom: 10rem;
}
.rank-box2.t1::after {
  content: "";
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2249.57%22%20height%3D%2243.182%22%20viewBox%3D%220%200%2049.57%2043.182%22%3E%20%3Cg%20id%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97_18707%22%20data-name%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97%2018707%22%20transform%3D%22translate(-658.016%20-7265.868)%22%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_158483%22%20data-name%3D%22%E3%83%91%E3%82%B9%20158483%22%20d%3D%22M0%2C0C1.93%2C1.678%2C23.7%2C23.916%2C23.7%2C23.916L47.523%2C0%22%20transform%3D%22translate(659%207267)%22%20fill%3D%22none%22%20stroke%3D%22%23212121%22%20stroke-width%3D%223%22%2F%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_158484%22%20data-name%3D%22%E3%83%91%E3%82%B9%20158484%22%20d%3D%22M0%2C0C1.93%2C1.678%2C23.7%2C23.916%2C23.7%2C23.916L47.523%2C0%22%20transform%3D%22translate(659%207283)%22%20fill%3D%22none%22%20stroke%3D%22%23212121%22%20stroke-width%3D%223%22%2F%3E%20%3C%2Fg%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-size: contain;
  width: 4.7rem;
  height: 4rem;
  position: absolute;
  left: 50%;
  bottom: -7rem;
  transform: translate(-50%, 0);
}
.rank-box2__heading {
  display: flex;
  align-items: center;
  font-size: 3.2rem;
  height: 6.2rem;
  font-weight: bold;
  padding-left: 8rem;
  background-image: url("../images/rank/mark1.png");
  background-size: 6.2rem;
  background-repeat: no-repeat;
  background-position: left 0 center;
}
@media screen and (max-width: 768px) {
  .rank-box2__heading {
    font-size: 1.8rem;
    height: 4rem;
    white-space: nowrap;
    background-size: 4rem;
    padding-left: 4.5rem;
    margin-bottom: -2rem;
  }
}
.rank-box2__heading.t2 {
  background-image: url("../images/rank/mark2.png");
}
.rank-box2__read {
  font-size: 2.4rem;
  font-weight: 500;
  margin-bottom: 2.7rem;
}
@media screen and (max-width: 768px) {
  .rank-box2__read {
    font-size: 2rem;
    margin-bottom: 2rem;
  }
}
.rank-box2__head {
  display: flex;
  gap: 1rem;
  background-color: #fff9e9;
  border-radius: 10px;
  padding: 2.5rem 4.5rem;
  margin-bottom: 5rem;
}
@media screen and (max-width: 768px) {
  .rank-box2__head {
    padding: 2rem;
    display: block;
  }
  .rank-box2__head-figure {
    max-width: 50%;
    margin: 2rem auto 0;
  }
}
.rank-box2__head-label {
  width: 30.4rem;
  height: 4rem;
  background-color: #ffebb5;
  border-radius: 20px;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin-bottom: 1rem;
}
@media screen and (max-width: 768px) {
  .rank-box2__head-label {
    width: auto;
  }
}
.rank-box2__head-label::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 100%);
  width: 1.3rem;
  height: 1.5rem;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2213.749%22%20height%3D%2215.365%22%20viewBox%3D%220%200%2013.749%2015.365%22%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_124349%22%20data-name%3D%22%E3%83%91%E3%82%B9%20124349%22%20d%3D%22M5206.631%2C22053.572l13.749%2C15.365v-15.365Z%22%20transform%3D%22translate(-5206.631%20-22053.572)%22%20fill%3D%22%23ffebb5%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
}
.rank-box2__head-point {
  display: flex;
  align-items: center;
  font-weight: bold;
  gap: 1rem;
  font-size: 2.4rem;
}
@media screen and (max-width: 768px) {
  .rank-box2__head-point {
    font-size: 1.8rem;
    white-space: nowrap;
  }
}
.rank-box2__head-t1 span {
  font-family: futura-pt, sans-serif;
  font-weight: 500;
  font-size: 4.8rem;
  color: #a99dbc;
}
.rank-box2__head-t2 {
  font-size: 2.5rem;
}
.rank-box2__head-t3 span {
  font-family: futura-pt, sans-serif;
  font-weight: 500;
  font-size: 4.8rem;
  color: #f3046c;
}
.rank-box2__head-text {
  font-weight: 500;
}
.rank-box2__item-title {
  font-size: 2rem;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .rank-box2__item-title {
    font-size: 1.6rem;
  }
}
.rank-box2__item-title--2 {
  margin-bottom: 6.8rem;
}
@media screen and (max-width: 768px) {
  .rank-box2__item-title--2 {
    margin-bottom: 2rem;
  }
}
.rank-box2__item-label {
  width: fit-content;
  height: 4rem;
  padding: 1rem 1.37rem;
  background-color: #ffebb5;
  border-radius: 20px;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
  font-size: 1.4rem;
  margin-bottom: 1rem;
  transform: translate(0, -70%);
  white-space: nowrap;
}
.rank-box2__item-label &gt; span {
  font-size: 2rem;
  padding: 0 1.5rem;
}
.rank-box2__item-label::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 100%);
  width: 1.3rem;
  height: 1.5rem;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2213.749%22%20height%3D%2215.365%22%20viewBox%3D%220%200%2013.749%2015.365%22%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_124349%22%20data-name%3D%22%E3%83%91%E3%82%B9%20124349%22%20d%3D%22M5206.631%2C22053.572l13.749%2C15.365v-15.365Z%22%20transform%3D%22translate(-5206.631%20-22053.572)%22%20fill%3D%22%23ffebb5%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
}
.rank-box2__item-header {
  display: flex;
  align-items: baseline;
  margin-bottom: 2rem;
  gap: 1.2rem;
}
.rank-box2__item-columns {
  display: grid;
  grid-template-columns: 28.8rem 38rem;
  gap: 5.6rem;
}
@media screen and (max-width: 768px) {
  .rank-box2__item-columns {
    grid-template-columns: 1fr;
    gap: 3rem;
  }
}
.rank-box2__item-columns2 {
  display: grid;
  grid-template-columns: 23rem 26rem 32.3rem;
  gap: 6rem;
}
@media screen and (max-width: 768px) {
  .rank-box2__item-columns2 {
    gap: 5rem;
    grid-template-columns: 1fr;
  }
}
.rank-box2__item-column2 {
  height: 11.5rem;
  border-radius: 5px;
  background: #fff9e9;
  position: relative;
  text-align: center;
  place-items: center center;
  line-height: 1;
}
.rank-box2__item-column2--outline {
  background: #fff;
  border: 1px solid #212121;
  padding: 1rem;
}
.rank-box2__item-column2::after {
  content: "";
  position: absolute;
  right: 0;
  top: 70%;
  transform: translate(180%, -50%);
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2220%22%20height%3D%223%22%20viewBox%3D%220%200%2020%203%22%3E%20%3Cline%20id%3D%22%E7%B7%9A_935%22%20data-name%3D%22%E7%B7%9A%20935%22%20x2%3D%2220%22%20transform%3D%22translate(0%201.5)%22%20fill%3D%22none%22%20stroke%3D%22%23212121%22%20stroke-width%3D%223%22%2F%3E%3C%2Fsvg%3E");
  width: 2rem;
  height: 5rem;
  background-size: contain;
}
@media screen and (max-width: 768px) {
  .rank-box2__item-column2::after {
    transform: translate(-150%, 82%) rotate(90deg);
    left: 50%;
    right: auto;
    bottom: -0.5rem;
    top: auto;
  }
}
.rank-box2__item-column2:nth-child(2)::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2220%22%20height%3D%2213%22%20viewBox%3D%220%200%2020%2013%22%3E%20%3Cg%20id%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97_18721%22%20data-name%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97%2018721%22%20transform%3D%22translate(-786%20-7660.185)%22%3E%20%3Cline%20id%3D%22%E7%B7%9A_936%22%20data-name%3D%22%E7%B7%9A%20936%22%20x2%3D%2220%22%20transform%3D%22translate(786%207661.685)%22%20fill%3D%22none%22%20stroke%3D%22%23212121%22%20stroke-width%3D%223%22%2F%3E%20%3Cline%20id%3D%22%E7%B7%9A_937%22%20data-name%3D%22%E7%B7%9A%20937%22%20x2%3D%2220%22%20transform%3D%22translate(786%207671.685)%22%20fill%3D%22none%22%20stroke%3D%22%23212121%22%20stroke-width%3D%223%22%2F%3E%20%3C%2Fg%3E%3C%2Fsvg%3E");
}
.rank-box2__item-column2:nth-child(3)::after {
  display: none;
}
.rank-box2__item-column {
  height: 15rem;
  border-radius: 5px;
  background: #fff9e9;
  position: relative;
  text-align: center;
  padding: 2.5rem;
}
@media screen and (max-width: 768px) {
  .rank-box2__item-column {
    padding: 2rem 1.5rem;
    height: 12.5rem;
  }
}
.rank-box2__item-column::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(180%, -50%);
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2217.36%22%20height%3D%2217.2%22%20viewBox%3D%220%200%2017.36%2017.2%22%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_158498%22%20data-name%3D%22%E3%83%91%E3%82%B9%20158498%22%20d%3D%22M1.32-11.64h6.8v6.8h3.76v-6.8h6.8v-3.6h-6.8v-6.8H8.12v6.8H1.32Z%22%20transform%3D%22translate(-1.32%2022.04)%22%20fill%3D%22%23212121%22%2F%3E%3C%2Fsvg%3E");
  width: 2rem;
  height: 5rem;
  background-size: contain;
}
@media screen and (max-width: 768px) {
  .rank-box2__item-column::after {
    transform: translate(-50%, 100%);
    left: 50%;
    right: auto;
    bottom: -0.5rem;
    top: auto;
  }
}
.rank-box2__item-column:last-child::after {
  display: none;
}
.rank-box2__item .tb1 {
  font-size: 2.8rem;
  padding: 1.4rem 0 0;
  font-weight: 500;
}
.rank-box2__item .tl {
  display: flex;
  justify-content: center;
  align-items: baseline;
  white-space: nowrap;
}
.rank-box2__item .t1 {
  font-size: 2rem;
  font-weight: bold;
}
.rank-box2__item .t1 span {
  font-size: 1.6rem;
}
.rank-box2__item .t2 {
  font-family: futura-pt, sans-serif;
  font-weight: 500;
  font-size: 5.6rem;
}
@media screen and (max-width: 768px) {
  .rank-box2__item .t2 {
    font-size: 4.8rem;
  }
}
.rank-box2__item .t2::before {
  content: "";
  background-image: url("../images/rank/coin.svg");
  background-size: contain;
  background-repeat: no-repeat;
  width: 5.2rem;
  height: 5.2rem;
  display: inline-block;
  position: relative;
  top: 1rem;
  margin-right: 0.25rem;
}
@media screen and (max-width: 768px) {
  .rank-box2__item .t2::before {
    width: 4.3rem;
    height: 4.3rem;
  }
}
.rank-box2__item .tlg {
  display: flex;
  place-items: center;
  gap: 3rem;
}
@media screen and (max-width: 768px) {
  .rank-box2__item .tlg {
    gap: 1.5rem;
  }
}
.rank-box2__item .tlg .item {
  position: relative;
}
@media screen and (max-width: 768px) {
  .rank-box2__item .tlg .item {
    width: 8rem;
  }
}
.rank-box2__item .tlg .item::before {
  content: "";
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%227%22%20height%3D%2211%22%20viewBox%3D%220%200%207%2011%22%3E%20%3Cg%20id%3D%22%E5%A4%9A%E8%A7%92%E5%BD%A2_1%22%20data-name%3D%22%E5%A4%9A%E8%A7%92%E5%BD%A2%201%22%20transform%3D%22translate(7)%20rotate(90)%22%20fill%3D%22none%22%3E%20%3Cpath%20d%3D%22M5.5%2C0%2C11%2C7H0Z%22%20stroke%3D%22none%22%2F%3E%20%3Cpath%20d%3D%22M%205.5%201.61859130859375%20L%202.057464599609375%206.000000476837158%20L%208.942535400390625%206.000000476837158%20L%205.5%201.61859130859375%20M%205.5%204.76837158203125e-07%20L%2011%207.000000476837158%20L%200%207.000000476837158%20L%205.5%204.76837158203125e-07%20Z%22%20stroke%3D%22none%22%20fill%3D%22%23212121%22%2F%3E%20%3C%2Fg%3E%3C%2Fsvg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(220%, -50%);
  width: 1.2rem;
  height: 0.8rem;
}
@media screen and (max-width: 768px) {
  .rank-box2__item .tlg .item::before {
    transform: translate(160%, -50%);
  }
}
.rank-box2__item .tlg span {
  font-size: 1.4rem;
}
@media screen and (max-width: 768px) {
  .rank-box2__item .tlg span {
    font-size: 1.2rem;
  }
}
.rank-box2__item .t3 {
  margin-left: 0.5rem;
  font-size: 1.4rem;
  align-self: center;
  text-align: left;
  position: relative;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .rank-box2__item .t3 {
    font-size: 1.2rem;
  }
}
.rank-box2__item .t3 span {
  font-size: 1.6rem;
  display: block;
}
@media screen and (max-width: 768px) {
  .rank-box2__item .t3 span {
    font-size: 1.4rem;
  }
}
.rank-box2__item .t4 {
  position: relative;
  top: -0.2rem;
  left: -1.2rem;
  font-size: 1.4rem;
}
.rank-box2__item .t5 {
  font-size: 1.8rem;
}

.rank-table {
  display: table;
  width: 100%;
  border-collapse: collapse;
}
@media screen and (max-width: 768px) {
  .rank-table {
    min-width: 107rem;
  }
}
.rank-table-wrap {
  overflow: hidden;
  border-radius: 10px;
}
@media screen and (max-width: 768px) {
  .rank-table-wrap {
    overflow: auto;
  }
}
.rank-table__head {
  display: table-row;
}
.rank-table__tr {
  display: table-row;
}
.rank-table__tr:last-child .rank-table__td {
  border-bottom: 0;
}
.rank-table__th {
  background-color: #f1f1f1;
  display: table-cell;
  padding: 1rem 3rem;
  font-weight: bold;
  white-space: nowrap;
  vertical-align: middle;
  text-align: center;
  border: solid 1px #d1d1d1;
  border-top: 0;
  font-size: 1.5rem;
}
.rank-table__th:first-child {
  border-left: 0;
}
.rank-table__th:last-child {
  border-right: 0;
}
.rank-table__td {
  display: table-cell;
  padding: 2rem 1.5rem;
  vertical-align: middle;
  text-align: center;
  font-size: 1.4rem;
  background-color: #fff;
  border: solid 1px #d1d1d1;
  position: relative;
}
.rank-table__td .rank {
  position: absolute;
  left: 1rem;
  font-weight: normal;
  font-size: 1.4rem;
  top: 50%;
  transform: translate(0, -50%);
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  text-orientation: upright;
}
.rank-table__td:first-child {
  border-left: 0;
}
.rank-table__td:last-child {
  border-right: 0;
}
.rank-table__td:nth-child(3) {
  text-align: left;
  vertical-align: top;
  white-space: nowrap;
}
.rank-table__td:nth-child(4) {
  text-align: left;
  vertical-align: top;
}
.rank-table__td:first-child {
  white-space: nowrap;
  font-weight: bold;
  font-size: 1.6rem;
}
.rank-table__td:first-child span {
  font-size: 1.4rem;
  display: block;
}

.rank-icon-columns {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 5.2rem;
}

.rank-icon-column {
  text-align: center;
  font-weight: 500;
}
.rank-icon-column__figure {
  height: 12.5rem;
  margin-bottom: 2rem;
  display: flex;
  place-items: center center;
  background-image: url("../images/rank/icon-bg.svg");
  background-repeat: no-repeat;
}
.rank-cta {
  height: 18rem;
  place-items: center center;
  background-image: url("../images/rank/rank-cta-bg.png");
  background-size: contain;
  background-repeat: no-repeat;
  padding: 4.8rem 0 0;
  width: 100rem;
  background-size: 100% 100%;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .rank-cta {
    width: 100%;
    height: auto;
    padding: 4rem 0;
  }
}
.rank-cta__title {
  font-family: "Kiwi Maru", serif;
  text-align: center;
  font-weight: 500;
  font-size: 3.2rem;
  margin-bottom: 1em;
}
.rank-cta__button {
  width: 34rem;
  height: 8rem;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  text-align: center;
  font-size: 2rem;
  font-weight: bold;
  position: relative;
  margin: auto;
  transition: 0.3s;
}
@media screen and (max-width: 768px) {
  .rank-cta__button {
    width: 84%;
    height: 6rem;
    font-size: 1.8rem;
  }
}
.rank-cta__button__inner {
  position: relative;
  z-index: 2;
  border-radius: 10px;
  background: #f3046c;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.rank-cta__button:hover {
  opacity: 0.7;
}
.rank-cta__button::before {
  content: "";
  position: absolute;
  left: 0.5rem;
  top: 0.5rem;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  background: #bc0052;
}

@media print, screen and (min-width: 769px) {
  .rank-content {
    overflow: hidden;
  }

  .rank-mark-wrap .bird1 {
    top: 110rem;
  }
  .rank-mark-wrap .sakura2 {
    top: 200rem;
  }
  .rank-mark-wrap .sakura3 {
    bottom: auto;
    top: 465.9rem;
  }
  .rank-mark-wrap .bird3 {
    position: absolute;
    top: 754rem;
    right: -8rem;
  }
  .rank-mark-wrap .bird4 {
    position: absolute;
    top: 760rem;
    right: 4rem;
  }
}
.rank-box2__item-column2.is-special {
  border: solid 5px #f3046c;
  background-color: #fff2f8;
  position: relative;
  padding: 1rem 0;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .rank-box2__item-column2.is-special {
    margin-top: 2.4rem;
  }
}
.rank-box2__item-column2.is-special .col1 {
  top: 0;
}
.rank-box2__item-column2.is-special .col1 sup {
  font-size: 1.6rem;
  font-weight: bold;
  align-self: center;
  margin-top: -0.2rem;
}
.rank-box2__item-column2.is-special .col1 .plus {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2217.36%22%20height%3D%2217.2%22%20viewBox%3D%220%200%2017.36%2017.2%22%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_158498%22%20data-name%3D%22%E3%83%91%E3%82%B9%20158498%22%20d%3D%22M1.32-11.64h6.8v6.8h3.76v-6.8h6.8v-3.6h-6.8v-6.8H8.12v6.8H1.32Z%22%20transform%3D%22translate(-1.32%2022.04)%22%20fill%3D%22%23212121%22%2F%3E%3C%2Fsvg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 1.3rem;
  height: 3.5rem;
  margin: 0 1.1rem 0;
  align-self: center;
}
.rank-box2__item-column2.is-special .rank-box2__item-catch {
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50%, -200%);
  font-weight: bold;
  color: #f3046c;
  display: flex;
  place-items: center;
  width: 100%;
  text-align: center;
  justify-content: center;
  gap: 1.25rem;
}
.rank-box2__item-column2.is-special .rank-box2__item-catch::after, .rank-box2__item-column2.is-special .rank-box2__item-catch::before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2214.552%22%20height%3D%2217.261%22%20viewBox%3D%220%200%2014.552%2017.261%22%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_158497%22%20data-name%3D%22%E3%83%91%E3%82%B9%20158497%22%20d%3D%22M0%2C0%2C13%2C16%22%20transform%3D%22translate(0.776%200.63)%22%20fill%3D%22none%22%20stroke%3D%22%23f3046c%22%20stroke-width%3D%222%22%2F%3E%3C%2Fsvg%3E");
  content: "";
  display: block;
  width: 1.3rem;
  height: 1.6rem;
}
.rank-box2__item-column2.is-special .rank-box2__item-catch::after {
  transform: scaleX(-1);
}
.rank-box2__item-column2 .col1 {
  display: flex;
  gap: 1rem;
  align-items: center;
  justify-content: center;
  position: relative;
  top: -2rem;
  padding: 0 1.45rem;
}
@media screen and (max-width: 768px) {
  .rank-box2__item-column2 .col1 {
    margin-bottom: -0.5rem;
  }
}
.rank-box2__item-column2 .col1-title {
  font-weight: bold;
  margin-bottom: 1rem;
}
.rank-box2__item-column2 .col1-title span {
  font-size: 2.4rem;
}
.rank-box2__item-column2 .col1__left img {
  margin: 0;
}
.rank-box2__item-column2 .col1__right-t1 {
  font-size: 1.4rem;
  text-align: left;
}
.rank-box2__item-column2 .col1__right-t2 {
  display: flex;
  align-items: baseline;
  position: relative;
}
.rank-box2__item-column2 .col1__right-t2 span {
  line-height: 1;
  font-family: futura-pt, sans-serif;
  font-weight: 500;
  font-size: 3.6rem;
}
.rank-box2__item-column2 .col1__right-t2 sub {
  font-size: 1.4rem;
  vertical-align: baseline;
  margin-left: 0.5rem;
}
.rank-box2__item-column2 .col1__right-t2::after {
  content: "";
  display: block;
  width: 0.96rem;
  height: 2.6rem;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20id%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97_18692%22%20data-name%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97%2018692%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%229.651%22%20height%3D%2226.479%22%20viewBox%3D%220%200%209.651%2026.479%22%3E%20%3Cdefs%3E%20%3CclipPath%20id%3D%22clip-path%22%3E%20%3Crect%20id%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2_5580%22%20data-name%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2%205580%22%20width%3D%229.651%22%20height%3D%2226.479%22%20fill%3D%22none%22%2F%3E%20%3C%2FclipPath%3E%20%3C%2Fdefs%3E%20%3Cg%20id%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97_18691%22%20data-name%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97%2018691%22%20transform%3D%22translate(0%200)%22%20clip-path%3D%22url(%23clip-path)%22%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_158487%22%20data-name%3D%22%E3%83%91%E3%82%B9%20158487%22%20d%3D%22M4.826%2C0A6.733%2C6.733%2C0%2C0%2C1%2C9.651%2C2.018l-.314.608a6.34%2C6.34%2C0%2C0%2C0-9.024%2C0L0%2C2.018A6.733%2C6.733%2C0%2C0%2C1%2C4.826%2C0%22%20transform%3D%22translate(0%200)%22%2F%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_158488%22%20data-name%3D%22%E3%83%91%E3%82%B9%20158488%22%20d%3D%22M3.605%2C10.334a11.482%2C11.482%2C0%2C0%2C0-.922-1.257v4.339h-.73V8.935A10.762%2C10.762%2C0%2C0%2C1%2C.483%2C11.591%2C3.443%2C3.443%2C0%2C0%2C0%2C.107%2C10.9%2C10.494%2C10.494%2C0%2C0%2C0%2C1.852%2C7.729H.3v-.71H1.952V5.478c-.5.1-1.014.183-1.48.254A2.858%2C2.858%2C0%2C0%2C0%2C.24%2C5.144a15.155%2C15.155%2C0%2C0%2C0%2C3.213-.812L3.97%2C4.9a8.493%2C8.493%2C0%2C0%2C1-1.287.406V7.019H3.95v.71H2.683v.618C3%2C8.61%2C3.859%2C9.5%2C4.062%2C9.736Zm5%2C2.3c.213%2C0%2C.264-.161.284-1.267a1.872%2C1.872%2C0%2C0%2C0%2C.659.3c-.071%2C1.3-.263%2C1.643-.861%2C1.643H7.823c-.7%2C0-.861-.223-.861-.973V9.523H6.1c-.183%2C1.7-.679%2C3.153-2.434%2C3.923a2.343%2C2.343%2C0%2C0%2C0-.456-.578c1.582-.638%2C1.987-1.905%2C2.15-3.345H4.325V6.218H8.969V9.523H7.681v2.818c0%2C.254.031.293.254.293ZM5.309%2C6.208a7.742%2C7.742%2C0%2C0%2C0-.872-1.744L5.066%2C4.2a7.533%2C7.533%2C0%2C0%2C1%2C.9%2C1.693ZM5.045%2C8.854H8.218V6.878H5.045Zm3.884-4.41A17.454%2C17.454%2C0%2C0%2C1%2C7.884%2C6.188l-.629-.254A10.738%2C10.738%2C0%2C0%2C0%2C8.168%2C4.18Z%22%20transform%3D%22translate(-0.017%20-0.646)%22%2F%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_158489%22%20data-name%3D%22%E3%83%91%E3%82%B9%20158489%22%20d%3D%22M3.673%2C21.209c-.426.153-.851.3-1.276.446v2.889c0%2C.416-.1.629-.355.751a3.758%2C3.758%2C0%2C0%2C1-1.349.122%2C2.919%2C2.919%2C0%2C0%2C0-.223-.68c.456.01.872.01%2C1%2C0s.183-.041.183-.193V21.909l-1.277.436-.224-.761c.416-.112.933-.273%2C1.5-.446V18.868H.288v-.709H1.656V16.181H2.4v1.977H3.512v.709H2.4v2.038l1.175-.375Zm5.11-1.135a7.782%2C7.782%2C0%2C0%2C1-1.429%2C3.5%2C5.614%2C5.614%2C0%2C0%2C0%2C2.21%2C1.257%2C2.851%2C2.851%2C0%2C0%2C0-.5.649%2C5.966%2C5.966%2C0%2C0%2C1-2.19-1.358%2C5.827%2C5.827%2C0%2C0%2C1-1.916%2C1.308%2C3.151%2C3.151%2C0%2C0%2C0-.436-.6A5.1%2C5.1%2C0%2C0%2C0%2C6.39%2C23.6a8.006%2C8.006%2C0%2C0%2C1-1.135-1.856A6.526%2C6.526%2C0%2C0%2C1%2C3.2%2C25.387a2%2C2%2C0%2C0%2C0-.548-.5c1.744-1.379%2C2.18-3.852%2C2.3-6.276H3.634v-.7H4.981c.011-.588.021-1.165.021-1.723h.719c0%2C.558-.009%2C1.135-.03%2C1.723H9.433v.7H5.661c-.019.446-.051.9-.1%2C1.348H8.2l.132-.03Zm-3.265.568a6.949%2C6.949%2C0%2C0%2C0%2C1.338%2C2.413%2C6.716%2C6.716%2C0%2C0%2C0%2C1.106-2.413Z%22%20transform%3D%22translate(-0.024%20-2.502)%22%2F%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_158490%22%20data-name%3D%22%E3%83%91%E3%82%B9%20158490%22%20d%3D%22M4.826%2C30.843A6.737%2C6.737%2C0%2C0%2C1%2C0%2C28.825l.314-.608a6.34%2C6.34%2C0%2C0%2C0%2C9.024%2C0l.314.608a6.736%2C6.736%2C0%2C0%2C1-4.825%2C2.018%22%20transform%3D%22translate(0%20-4.364)%22%2F%3E%20%3C%2Fg%3E%3C%2Fsvg%3E");
  background-size: contain;
  margin-left: 0.5rem;
}
.rank-box2__item-column2 .col1__right-t2.non-after::after {
  display: none;
}
.rank-box2__item-column2 .col1__right-t3 {
  font-size: 1.4rem;
  position: absolute;
  left: 0;
  bottom: -1.6rem;
}
@media screen and (max-width: 768px) {
  .rank-box2__item-column2 {
    padding: 2rem 0 1rem;
    height: auto;
  }
}

.rank-box2__item-column3 {
  width: 64rem;
  margin-top: 3rem;
  margin-left: 29.5rem;
  height: 11.5rem;
  border: solid 5px #f3046c;
  background-color: #fff2f8;
  position: relative;
  padding: 1.2rem 2.4rem 3.2rem 6rem;
  white-space: nowrap;
  position: relative;
  border-radius: 5px;
}
@media screen and (max-width: 768px) {
  .rank-box2__item-column3 {
    width: 100%;
    height: auto;
    margin-left: auto;
    padding: 1.2rem 2.4rem 0rem 2rem;
  }
}
.rank-box2__item-column3::after {
  content: "";
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2213.749%22%20height%3D%2215.365%22%20viewBox%3D%220%200%2013.749%2015.365%22%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_158486%22%20data-name%3D%22%E3%83%91%E3%82%B9%20158486%22%20d%3D%22M5206.631%2C22068.936l13.749-15.365v15.365Z%22%20transform%3D%22translate(-5206.631%20-22053.57)%22%20fill%3D%22%23f3046c%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  right: 14.8rem;
  top: 0;
  transform: translate(0, -100%);
  width: 1.3rem;
  height: 1.5rem;
}
.rank-box2__item-column3::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2298.469%22%20height%3D%2298.469%22%20viewBox%3D%220%200%2098.469%2098.469%22%3E%20%3Cg%20id%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97_18706%22%20data-name%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97%2018706%22%20transform%3D%22translate(-457.766%20-7762.841)%22%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_158492%22%20data-name%3D%22%E3%83%91%E3%82%B9%20158492%22%20d%3D%22M42.5%2C0%2C35.963%2C9.666%2C26.23%2C3.227%2C23.906%2C14.664%2C12.447%2C12.448l2.216%2C11.458L3.227%2C26.231l6.439%2C9.733L0%2C42.5l9.666%2C6.537L3.227%2C58.77l11.436%2C2.324L12.448%2C72.553l11.458-2.216%2C2.325%2C11.436%2C9.733-6.439L42.5%2C85l6.537-9.666%2C9.733%2C6.439%2C2.324-11.436%2C11.458%2C2.215L70.337%2C61.094l11.436-2.325-6.439-9.733L85%2C42.5l-9.666-6.537%2C6.439-9.733L70.336%2C23.906l2.216-11.458L61.094%2C14.663%2C58.769%2C3.227%2C49.037%2C9.666Z%22%20transform%3D%22matrix(0.985%2C%20-0.174%2C%200.174%2C%200.985%2C%20457.766%2C%207777.602)%22%20fill%3D%22%23f3046c%22%2F%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_158498%22%20data-name%3D%22%E3%83%91%E3%82%B9%20158498%22%20d%3D%22M8.52-4.52A4.366%2C4.366%2C0%2C0%2C1%2C7.36-2.78%2C7.591%2C7.591%2C0%2C0%2C1%2C5.42-4.52ZM5.22-7.76H8.9v.64c0%2C.22%2C0%2C.44-.02.66H5.22Zm0-3.06H8.9v1.28H5.22Zm9.94%2C0v1.28H11.4v-1.28Zm0%2C4.36H11.38c.02-.22.02-.44.02-.64v-.66h3.76Zm2.36%2C1.94v-8.22H11.4v-1.18h7.36v-2.12H1.24v2.12H8.9v1.18H2.98v8.22H5.1l-1.82.74A9.643%2C9.643%2C0%2C0%2C0%2C5.34-1.54%2C19.415%2C19.415%2C0%2C0%2C1%2C.82-.36%2C11.048%2C11.048%2C0%2C0%2C1%2C2.26%2C1.76%2C18.049%2C18.049%2C0%2C0%2C0%2C7.68-.12c2.86%2C1.26%2C6.54%2C1.56%2C10.88%2C1.66A5.765%2C5.765%2C0%2C0%2C1%2C19.58-.82c-4.06.02-7.34-.06-9.94-.92A6.555%2C6.555%2C0%2C0%2C0%2C11.1-4.52Zm11.44-9.46v2.56a53.679%2C53.679%2C0%2C0%2C0%2C8.6%2C0V-14A41.126%2C41.126%2C0%2C0%2C1%2C28.96-13.98Zm1.6%2C8.54-2.3-.22a12.219%2C12.219%2C0%2C0%2C0-.34%2C2.6C27.92-1%2C29.58.22%2C33.02.22a28.324%2C28.324%2C0%2C0%2C0%2C5.16-.38l-.04-2.7a23.642%2C23.642%2C0%2C0%2C1-5.02.52c-2.04%2C0-2.8-.54-2.8-1.42A6.788%2C6.788%2C0%2C0%2C1%2C30.56-5.44Zm-4.68-9.88-2.8-.24c-.02.64-.14%2C1.4-.2%2C1.96a55.769%2C55.769%2C0%2C0%2C0-.84%2C7.92A25.566%2C25.566%2C0%2C0%2C0%2C22.82.86L25.14.7c-.02-.28-.04-.6-.04-.82a6.035%2C6.035%2C0%2C0%2C1%2C.1-.94c.22-1.06.88-3.24%2C1.44-4.9L25.4-6.94c-.28.66-.6%2C1.36-.9%2C2.04a9.649%2C9.649%2C0%2C0%2C1-.08-1.3%2C53.046%2C53.046%2C0%2C0%2C1%2C.96-7.34C25.46-13.9%2C25.72-14.9%2C25.88-15.32ZM42.74-5.04h1.92l.42-7.38.1-2.78H42.22l.1%2C2.78ZM43.7.28a1.854%2C1.854%2C0%2C0%2C0%2C1.84-1.92A1.842%2C1.842%2C0%2C0%2C0%2C43.7-3.56a1.826%2C1.826%2C0%2C0%2C0-1.82%2C1.92A1.838%2C1.838%2C0%2C0%2C0%2C43.7.28Z%22%20transform%3D%22matrix(0.985%2C%20-0.174%2C%200.174%2C%200.985%2C%20486.854%2C%207824.337)%22%20fill%3D%22%23fff%22%2F%3E%20%3C%2Fg%3E%3C%2Fsvg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  width: 9.8rem;
  height: 9.8rem;
  transform: translate(-55%, -50%);
}
@media screen and (max-width: 768px) {
  .rank-box2__item-column3::before {
    width: 6.8rem;
    height: 6.8rem;
  }
}
.rank-box2__item-column3 .rank-box2__item-column3-row {
  display: flex;
  align-items: center;
  gap: 5.8rem;
}
@media screen and (max-width: 768px) {
  .rank-box2__item-column3 .rank-box2__item-column3-row {
    display: block;
  }
}
.rank-box2__item-column3-t1 {
  font-size: 1.4rem;
}
.rank-box2__item-column3-t2 {
  font-weight: bold;
}
.rank-box2__item-column3-t2 span {
  font-size: 2.8rem;
}
@media screen and (max-width: 768px) {
  .rank-box2__item-column3-t2 span {
    font-size: 2.4rem;
  }
}
.rank-box2__item-column3-t2 sub {
  font-size: 2.4rem;
}
@media screen and (max-width: 768px) {
  .rank-box2__item-column3-t2 sub {
    font-size: 2rem;
  }
}
.rank-box2__item-column3-t3 {
  font-family: futura-pt, sans-serif;
  font-weight: 500;
  font-size: 5.6rem;
  margin-left: 1rem;
}
.rank-box2__item-column3-t4 {
  font-size: 1.4rem;
  font-weight: bold;
  margin-left: 1rem;
  margin-top: 1.6rem;
}
.rank-box2__item-column3-col1 {
  position: relative;
}
.rank-box2__item-column3-col1::after {
  content: "";
  position: absolute;
  right: -4rem;
  top: 23%;
  transform: translate(-50%, 0);
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2214.217%22%20height%3D%2223.806%22%20viewBox%3D%220%200%2014.217%2023.806%22%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_158493%22%20data-name%3D%22%E3%83%91%E3%82%B9%20158493%22%20d%3D%22M0%2C10.95C.883%2C10.182%2C10.85%2C0%2C10.85%2C0L21.759%2C10.95%22%20transform%3D%22translate(12.082%200.984)%20rotate(90)%22%20fill%3D%22none%22%20stroke%3D%22%23212121%22%20stroke-width%3D%223%22%2F%3E%3C%2Fsvg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  width: 1.4rem;
  height: 3.1rem;
  display: block;
}
@media screen and (max-width: 768px) {
  .rank-box2__item-column3-col1::after {
    left: 50%;
    right: auto;
    bottom: -3rem;
    top: auto;
    transform: translate(-100%, 0) rotate(90deg);
  }
}
.rank-box2__item-column3-col2 {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .rank-box2__item-column3-col2 {
    margin-top: 1.5rem;
  }
}

.rank-box2__item-caveat {
  text-align: right;
  margin-top: 4rem;
}
@media screen and (max-width: 768px) {
  .rank-box2__item-caveat {
    margin-top: 2rem;
  }
}

.singup-dialog__content .rank-cells {
  zoom: 0.9;
  margin: auto;
  justify-content: center;
  margin-bottom: 10rem;
}
@media screen and (max-width: 768px) {
  .singup-dialog__content .rank-cells {
    margin-bottom: 5rem;
  }
}
.singup-dialog__content .banners {
  justify-content: center;
}

.singup-dialog__content .title {
  margin-bottom: 7.2rem;
}

.banner-read {
  font-size: 2rem;
  font-weight: bold;
  text-align: left;
  line-height: 3rem;
  margin: 5rem auto 3rem;
  position: relative;
  background-image: url("../images/rank/coin2.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: left 2.5rem center;
  padding: 0 0 0 9rem;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .banner-read {
    font-size: 1.6rem;
    background-size: 3.3rem;
    background-position: left 1.1rem center;
    padding: 0 0 0 6rem;
  }
}
.banner-read span {
  color: #F3046C;
}

@media print, screen and (min-width: 769px) {
  .singup-dialog .banner {
    max-width: 45rem;
  }

  .mypage-point-dialog__content .box .row {
    gap: 2.5rem;
  }
}
.mypage-rank-info {
  display: grid;
  grid-template-columns: 8rem 1fr;
  gap: 1.5rem;
  align-items: center;
  margin-bottom: 1rem;
}
.mypage-rank-info img {
  border-radius: 6px;
}
.mypage-rank-info__next {
  margin-bottom: 2rem;
  border-bottom: dashed 1px #707070;
}
.mypage-rank-info__next dl {
  display: flex;
  align-items: center;
  font-size: 1.2rem;
  justify-content: end;
}
.mypage-rank-info__next dl dt {
  font-weight: bold;
}
.mypage-rank-info__next dl dd {
  margin-left: 0.25rem;
}
.mypage-rank-info__next dl .pt {
  font-family: futura-pt, sans-serif;
  font-weight: 500;
  font-size: 1.6rem;
}
.mypage-rank-info__next dl .pt::after {
  content: "pt";
  font-size: 1.2rem;
}
.mypage-rank-info__content {
  font-family: "Kiwi Maru", serif;
}
.mypage-rank-info__rank {
  font-size: 1.4rem;
}
.mypage-rank-info__rank-name {
  font-size: 2.4rem;
}
.mypage-rank-info__rank-name span {
  font-size: 1.6rem;
}

@media screen and (max-width: 768px) {
  .sp-none {
    display: none;
  }
}
.mypage-head__columns {
  background: #fff;
  padding: 4rem 2.4rem;
  border-radius: 10px;
  align-self: baseline;
}
.mypage-head__columns .mypage-head__column {
  background: #F8F7FA;
}

.mypage-head__info .t2 {
  margin-bottom: 1rem;
}

.mypage-head__info .t6 {
  margin-bottom: 1.6rem;
}

.mypage-head__info .point {
  font-size: 1.6rem;
  margin-bottom: 2.4rem;
}

.cart-privileges {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.8rem;
  grid-auto-rows: 6rem;
  counter-reset: cnt;
}

.cart-privilege {
  background: #fff;
  border-radius: 5px;
  display: grid;
  overflow: hidden;
  grid-template-columns: 6rem 1fr;
  counter-increment: cnt;
  gap: 1rem;
}
.cart-privilege__no {
  background: #FFEBB5;
  text-align: center;
  font-size: 1rem;
  padding-top: 1em;
}
.cart-privilege__no::after {
  content: counter(cnt);
  text-align: center;
  display: block;
  font-family: futura-pt, sans-serif;
  font-weight: 500;
  font-size: 2.4rem;
  line-height: 1;
}
.cart-privilege__text {
  align-self: center;
  font-size: 1.6rem;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .cart-privilege__text {
    font-size: 1.2rem;
    white-space: nowrap;
  }
}
.cart-privilege__text .b {
  font-weight: bold;
}
.cart-privilege__text .fs-18 {
  font-size: 1.8rem;
}
@media screen and (max-width: 768px) {
  .cart-privilege__text .fs-14_sp {
    font-size: 1.4rem !important;
  }
}
.cart-privilege__text .fs-20 {
  font-size: 2rem;
}
@media screen and (max-width: 768px) {
  .cart-privilege__text .fs-20 {
    font-size: 1.6rem;
  }
}

.mypage-point-dialog__content .box .t1 {
  display: flex;
  gap: 1rem;
  justify-content: center;
  align-items: center;
}
.mypage-point-dialog__content .box .t1::before {
  content: "＼";
}

.mypage-point-dialog__content .box .t1::after {
  content: "／";
}

.mypage-point-dialog__content .box .link {
  display: flex;
  justify-content: center;
  align-items: center;
}

.mypage-point-dialog__content .box .link img {
  margin-right: 0;
}

@media screen and (max-width: 768px) {
  .cart-login-form {
    background-size: 100% 100%;
  }
  .mypage-point-dialog__content .box {
    padding: 1.5rem 3rem;
    margin-top: 6rem;
  }
}

/*# sourceMappingURL=pages.css.map */


.mypage-point-dialog__content .box .col-title {
  font-size: 1.4rem;
}
.wp-video {
  word-wrap: break-word;
}

/*20230726*/
.product-banner + .product-banner{
  margin-top: 1rem;
}
.page-404 {
  padding-top: 3rem ;
  padding-bottom: 3rem ;
}
.product-banners {
  margin-top: 4rem;
  display: grid;
  gap: 2rem;
}

/* 20231205*/
.cart__detail-box-wrap {
	position: relative;
}
.cart__detail-banner {
position:absolute;
top:0;
left:0;
max-width: 55rem;
}

@media screen and (max-width: 768px){
  .cart__detail-box {
    /* margin-bottom: 12rem; */
  }
.cart__detail-banner {
  bottom: -10rem;
  top: auto;
}
.cart__detail-box-wrap{
  padding-top: 0;
}
.cart__detail-banner {
  display: block;
  width: 100%;
}
}
.cart-one-stop-memo {
  color: #f3046c;
  margin-top: 2rem;

}
.cart-one-stop-memo a {
  display: block;
  color: #2984fb;
}

.product-cart-popup {
  z-index: 10000;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(150,150,150,0.52);
  /* display: none; */
}
.product-cart-popup__layer {
  position: absolute;
  width: 100%;
  height: 100%;
}
.product-cart-popup__box {
  width: 59rem;
  height: 59rem;
  background-color: #fff;
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  padding: 16rem 0 0;
  border-radius: 4px;
}
.product-cart-popup__icon {
  width: 13.1rem;
  margin: 0 0 3.4rem 25.1rem;
}
.product-cart-popup__icon img{
  margin: 0;
}
.product-cart-popup__title {
  text-align: center;
  font-size: 2.4rem;
  font-weight: bold;
  margin-bottom: 14rem;
}
.product-cart-popup__footer {
  /* background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22497.963%22%20height%3D%220.5%22%20viewBox%3D%220%200%20497.963%200.5%22%3E%20%3Cline%20id%3D%22%E7%B7%9A_1043%22%20data-name%3D%22%E7%B7%9A%201043%22%20x2%3D%22497.963%22%20transform%3D%22translate(0%200.25)%22%20fill%3D%22none%22%20stroke%3D%22%23707070%22%20stroke-width%3D%220.5%22%20stroke-dasharray%3D%222%202%22%2F%3E%3C%2Fsvg%3E');
  background-repeat: repeat-x; */
  border-top: 1px dashed #707070;
  text-align: center;
  padding: 4.4rem 0 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2rem;
  gap: 1rem;
  font-weight: bold;
  margin: 0 4.55rem 0 4.65rem;
}
.product-cart-popup__footer svg{
  width: 1.5rem;
  height: 1.5rem;
}



.product-detail__relation {
  margin-top: 6rem;
}
.product-detail__relation-title {
  font-size: 2.4rem;
  margin-bottom: 2.8rem;
  font-weight: 500;
}
.product-detail__relation-item {
  margin-bottom: 3.2rem;
}
.product-detail__relation-item .product-detail__control1 .nice-select::before{
  display: none;
}
.product-detail__relation-item-inner {
  display: grid;
  grid-template-columns: 18rem 1fr;
  gap: 2.8rem;

}
.product-detail__relation-item:last-child {
  margin-bottom: 0;
}

.product-detail__relation-item-title {
  font-weight: 500;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  margin-bottom: .4rem;
}
.product-detail__relation-item-price {
  margin-bottom: .8rem;
  font-size: 3.2rem;
  display: inline-block;
}
.product-detail__relation-item-point {
  display: inline-block;
  margin-left: .5rem;
}
.product-detail__relation-item-point span {
  font-size: 1.4rem;
}
.product-detail__relation-item-buttons {
  display: grid;
  grid-template-columns: 13rem 17rem;
  justify-content: space-between;
  grid-auto-rows: 4.1rem;
}
.product-detail__relation-item-buttons .product-detail__control1 .nice-select {
  height: 4.1rem;
  line-height: 4.1rem;
}
.product-detail__relation-item-addcart {
  cursor: pointer;
  width: 100%;
  border: 0;
  background-color: #34647E; /* #F3046C; */
  color: #fff;
  display: flex;
  align-items: center;
  border-radius: 5px;
  justify-content: center;
  height: 4.1rem;
  font-weight: 500;
  transition: 0.3s;
  position: relative;
}
.product-detail__relation + .product-detail__controls {
  margin-top: 8.4rem;
}
.product-detail__relation-more {
  margin-top: 4rem;
  text-align: center;
  cursor: pointer;
  font-weight: 500;
}
.product-detail__relation-more svg{
  margin-left: 1rem;
}
.product-detail__relation-more.is-active svg{
  rotate: 180deg;
}
.product-detail__relation-more.is-active .product-detail__relation-more-t1 {
  display: none;
}
.product-detail__relation-more.is-active .product-detail__relation-more-t2 {
  display: inline-block;
}
.product-detail__relation-more-t2 {
  display: none;
}
.js-pd-relation-item:nth-child(n + 6) {
  display: none;
}
.product-detail__regular input[type="radio"] {
  display: none;
}
.product-detail__regular input[type="radio"]:checked + .product-detail__regular-item-inner {
  border: 2px solid #DB0462;
}
@media screen and (min-width: 769px){

  .product-detail__controls--float {
    flex-direction: column;
    gap: 1.6rem;
    display: grid;
    grid-template-columns: repeat(2,50%);
  }
  .product-detail__controls--float .product-detail__control2 {
    margin: auto;
    max-width: none;
    width: 100%;
    /* width: 32.5rem; */
  }
  .product-detail__regular-items {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 1.8rem;
	grid-template-rows: auto;
  }
  .product-detail__regular-items label {
	display: inherit;
    grid-template-rows: inherit;
    grid-row: inherit;
  }
}

.product-detail__regular {
  border-top: dashed 1px #212121;
  padding: 2.22rem 2px 1rem;
  margin-bottom: 1.2rem;
  overflow-x: auto;
  margin-right: -1.8rem;
}
.product-detail__regular-item-inner {
  min-height: 12rem;
  border-radius: 4px;
  overflow: hidden;
  border: solid 1px #212121;
  background-color: #fff;
}
.product-detail__regular-item-body {
  padding: .8rem 1.2rem;
}
.product-detail__regular-item-head {
  text-align: center;
  padding: 1rem;
  border-bottom: 1px solid ;
}
.product-detail__regular-item-price {
  font-size: 2.4rem;
  display: inline-block;
}
.product-detail__regular-item-point {
  display: inline-block;
  font-size: 1.4rem;
}
.product-detail__regular-item p {
  font-size: 1.4rem;
}
@media screen and (max-width: 768px){
  .product-detail__relation-more svg {
    margin-left: .6rem;
    width: 1rem;
    height: 0.85rem;
    position: relative;
    top: -0.1rem;
  }
  .product-detail__relation-title {
    font-size: 1.6rem;
    margin-bottom: 2rem;
  }
  .product-detail__relation-item-inner {
    grid-template-columns: 11.8rem 1fr;
    gap: 2.2rem;
  }
  .product-detail__relation-item-title {
    font-size: 1rem;
  }
  .product-detail__relation-item-price {
    font-size: 2rem;
  }
  .product-detail__relation-item-point {
    font-size: .8rem;
  }
  .product-detail__relation-item-point span {
    font-size: .9rem;
  }
  .product-detail__relation-item-buttons {
    grid-template-columns: 8rem 11.2rem;
    justify-content: space-between;
    grid-auto-rows: 2.7rem;
  }
  .product-detail__relation-item-buttons .product-detail__control1 .nice-select {
    font-size: 1.8rem;
    width: 8rem;
    min-width: 8rem;
    height: 2.7rem;
    line-height: 2.7rem;
    justify-content: center;
    padding: 0;
  }
  .product-detail__relation-item-addcart {
    height: 2.7rem;
    font-size: 1rem;
  }
  .product-detail__control1 .nice-select::before {
    /* display: none; */
  }
  .product-detail__relation-more {
    margin-top: 2.2rem;
  }
  .product-detail__regular {
    border-top: dashed 1px #212121;
    padding: 2.22rem 2px 1rem;
    margin-bottom: 1.2rem;
    overflow-x: auto;
    margin-right: calc(-1.8rem + .8rem);
  }
  .product-detail__regular-items {
    display: grid;
    grid-auto-columns: 14.3rem;
    grid-auto-flow: column;
    gap: .8rem;
  }
  .product-detail__regular-item-inner {
    min-height: 12rem;
    border-radius: 4px;
    border: solid 1px #212121;
  }
  .product-detail__regular-item-body {
    padding: .8rem 1.2rem;
  }
  .product-detail__regular-item-head {
    text-align: center;
    font-size: 1.4rem;
    padding: .6rem 1.2rem;
    border-bottom: 1px solid ;
  }
  .product-detail__regular-item-price {
    font-size: 1.6rem;
    line-height: 1;
    display: block;
  }
  .product-detail__regular-item-point {
    font-size: .8rem;
    margin-bottom: .6rem;
    display: block;
  }
  .product-detail__regular-item p {
    font-size: .8rem;
  }
  .product-cart-popup__footer {
    padding: 2.35rem 0;
    margin: 0 2.45rem 0 2.55rem;
  }
  .product-cart-popup__box {
    top: 50%;
    width: 32.2rem;
    height: 32.2rem;
    padding: 8.6rem 0 0;
  }
  .product-cart-popup__footer svg {
    width: .9rem;
    height: .9rem;
  }
  .product-cart-popup__icon {
    width: 7.3rem;
    margin: 0 0 1.5rem 13.8rem;
  }
  .product-cart-popup__title {
    font-size: 1.4rem;
    margin-bottom: 7.6rem;
  }
  .product-cart-popup__footer {
    font-size: 1.2rem;
    padding-top: 2.3rem;
    gap: .4rem;
  }
}

.item-list-aside__banner a{
  margin-top: 2.4rem;
  display: block;
}
</pre></body></html>