<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
body {
  font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, sans-serif;
  color: #000;
}

h1,
.h1 {
  font-size: 18px;
}

h2 {
  background: none;
}

a {
  color: #000;
  -webkit-transition: 0.15s;
  transition: 0.15s;
}

a:hover {
  color: var(--cl-pink);
  text-decoration: none;
}

input[type="text"],
input[type="tel"],
input[type="email"],
input[type="search"],
input[type="password"],
input[type="url"],
input[type="number"],
select,
textarea {
  padding: 5px;
  border: 1px solid #e0e0e0;
}

input[type="checkbox"] {
  display: none;
  width: 18px;
  height: 18px;
  vertical-align: middle;
  margin-right: 5px;
}

input[type="checkbox"] + label {
  cursor: pointer;
  padding-left: 30px;
  position: relative;
  margin-right: 30px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

input[type="checkbox"] + label::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 18px;
  height: 18px;
  border: 1px solid #999;
}

input[type="checkbox"] + label::after {
  content: "";
  display: block;
  position: absolute;
  top: 2px;
  left: 2px;
  width: 18px;
  height: 8px;
  opacity: 0;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -webkit-transform: rotate(-40deg);
  transform: rotate(-40deg);
  border-bottom: 2px solid #95d6d0;
  border-left: 2px solid #95d6d0;
}

input[type="checkbox"]:checked + label::after {
  opacity: 1;
}

.required:after {
  background-color: var(--cl-pink);
}

/* btn */
.action .btn {
  border-bottom-width: 1px;
  padding: 15px;
  min-width: 260px;
}

.btn-danger,
.btn-primary {
  color: #000;
  border: none;
  background-color: #e3dacd;
}

.btn-secondary,
.btn-default {
  color: #000;
  border: solid 1px #e3dacd;
  background-color: #fff;
}

/* price */
.price {
  color: #111;
}

/* layout */
.pane-left-menu {
  display: none;
}

.pane-right-menu {
  width: auto;
  margin: 60px 0;
}

.pane-footer {
  padding: 40px 0 0;
  background: var(--cl-beige);
}

.pane-order-header {
  border-bottom: none;
}

/* globalnav */
.pane-globalnav {
  background-color: var(--cl-beige);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  overflow-y: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
  scrollbar-base-color: #fff;
  scrollbar-face-color: #fff;
  scrollbar-shadow-color: #fff;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
  visibility: hidden;
  opacity: 0;
}

.pane-globalnav.is-active {
  visibility: visible;
  opacity: 1;
}

.pane-globalnav .container {
  width: 1050px;
  padding-left: 150px;
}

.pane-globalnav::-webkit-scrollbar {
  width: 0;
  border: none;
}

/* header */
.pane-header {
  position: relative;
  background-color: #ffffff;
  z-index: 99;
}

.pane-header.is-active {
  z-index: auto;
}

.pane-header .container {
  justify-content: flex-start;
  width: 1200px;
  padding-right: 50px;
}

.block-header-left {
  width: 200px;
}

.block-header-logo {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 200px;
  height: 200px;
  position: absolute;
  top: 0;
  background-color: var(--cl-beige);
  z-index: 12;
  padding: 12px 0 0;
  flex-direction: column;
  margin-left: -50px;
  line-height: 1.333;
}

.block-header-logo a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 120px;
  font-size: 12px;
  text-align: center;
  letter-spacing: 0.04em;
}

.block-header-logo.is-top {
  width: 200px;
  height: 200px;
  position: fixed;
}

.block-header-logo a {
  width: auto;
}

.block-header-logo--img {
  margin-top: 7px;
  width: 80px;
}

.pane-order-header .block-header-logo--img {
  height: auto;
}

.block-header-logo.is-active {
  position: fixed;
  background: transparent;
}

.block-header-logo--link {
  z-index: 11;
}

.block-header-logo--navi {
  display: block;
  width: 40px;
  height: 36px;
  position: relative;
  margin-top: 14px;
  padding: 10px;
  cursor: pointer;
}

.block-header-logo--navi i {
  width: 20px;
  border-bottom: 2px solid #111;
  height: 2px;
  display: block;
  position: absolute;
  top: 0;
  left: 10px;
}

.block-header-logo--navi i::before {
  content: "";
  position: absolute;
  width: 20px;
  border-bottom: 2px solid #111;
  height: 2px;
  display: block;
  top: 8px;
  left: 0;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.block-header-logo--navi i::after {
  content: "";
  position: absolute;
  display: block;
  width: 20px;
  border-bottom: 2px solid #111;
  height: 2px;
  top: 16px;
  left: 0;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.block-header-logo--navi.is-active i {
  border-bottom: none;
}

.block-header-logo--navi.is-active i::before {
  top: 10px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.block-header-logo--navi.is-active i::after {
  top: 10px;
  width: 20px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.page-quickentryagree .block-header-logo,
.page-noshi .block-header-logo,
.page-cart .block-header-logo,
.page-method .block-header-logo,
.page-estimate .block-header-logo,
.page-login .block-header-logo {
  padding-top: 12px;
  height: 170px;
}

.block-headernav-txt ul {
  display: flex;
  align-items: center;
  font-size: 15px;
  letter-spacing: 0.04em;
}

.block-headernav-txt li + li {
  margin-left: 30px;
}

.block-headernav {
  width: auto;
  margin-left: auto;
  letter-spacing: 0.04em;
}

.block-headernav--cart-count {
  top: -5px;
  right: 16px;
  width: 18px;
  height: 18px;
  background-color: var(--cl-pink);
  color: #000;
  font-size: 10px;
  text-align: center;
  line-height: 18px;
  letter-spacing: 0;
}

.block-headernav a {
  font-size: 11px;
}

.block-headernav button {
  padding: 0;
  border: none;
  background-color: transparent;
  font-size: 11px;
  cursor: pointer;
}

.block-headernav--item-list li {
  width: 80px;
}

.block-headernav--item-list-search {
  content: "";
  background-size: contain;
  display: block;
  width: 20px;
  height: 19px;
  margin: 0 auto 10px;
  background: url(../../img/usr/common/pc/icon_search.png) no-repeat 0 0;
}

.block-headernav--item-list-login {
  content: "";
  display: block;
  width: 16px;
  height: 19px;
  margin: 0 auto 10px;
  background: url(../../img/usr/common/pc/icon_login.png) no-repeat 0 0;
}

.block-headernav--item-list-mypage {
  content: "";
  display: block;
  width: 18px;
  height: 19px;
  margin: 0 auto 10px;
  background: url(../../img/usr/common/pc/icon_mypage.png) no-repeat 0 0;
}

.block-headernav--item-list-cart {
  content: "";
  display: block;
  width: 19px;
  height: 19px;
  margin: 0 auto 10px;
  background: url(../../img/usr/common/pc/icon_cart.png) no-repeat 0 0;
}

.block-headernav--item-list-guide {
  content: "";
  display: block;
  width: 16px;
  height: 19px;
  margin: 0 auto 10px;
  background: url(../../img/usr/common/pc/icon_guide.png) no-repeat 0 0;
}

.block-header-news {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  height: 40px;
  background: var(--cl-pink);
  padding: 10px;
  text-align: center;
  color: #000;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.04em;
}

.block-header-news .txt-l {
  font-size: 18px;
}

.block-global-search {
  display: none;
  position: absolute;
  top: 130px;
  left: 0;
  width: 100%;
  height: 80px;
  background-color: #fff;
  z-index: 9;
}

.block-global-search-bg {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
}

.block-global-search .container {
  display: flex;
  align-items: center;
  position: relative;
  height: 80px;
  padding-left: 250px;
}

.block-global-search form {
  display: flex;
  align-items: center;
  width: 100%;
  height: 40px;
}

.block-global-search--submit {
  display: block;
  width: 44px;
  height: 100%;
  padding: 0;
  border: none;
  border-right: 1px solid #d8d4d1;
  background-color: transparent;
  background-image: url(../../img/usr/common/pc/icon_search.png);
  background-position: center left;
  background-repeat: no-repeat;
  background-size: 20px 19px;
  text-indent: -999999px;
}

input.block-global-search--keyword {
  width: calc(100% - 44px);
  height: 100%;
  padding: 0 0 0 23px;
  border: none;
  background-color: transparent;
  font-size: 16px;
  letter-spacing: 0.04em;
}

.block-global-search--keyword::placeholder {
  color: #999999;
}

.block-global-search-close {
  position: absolute;
  top: 50%;
  right: 0;
  width: 15px;
  height: 15px;
  margin-top: -8px;
  background-image: url(../../img/usr/common/pc/icon_searchclose.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  cursor: pointer;
}

/* globalnav */
.block-globalnav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  align-items: center;
}

.block-globalnav--item-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 130px;
  width: 460px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.block-globalnav--item-list &gt; li {
  width: 220px;
  height: 280px;
  background: #fff;
  margin-bottom: 20px;
}

.block-globalnav--item-list &gt; li &gt; a {
  padding: 0;
  color: #111;
}

.block-globalnav--item-list &gt; li &gt; a::before {
  content: none;
}

.block-globalnav--item-list &gt; li figure span {
  display: block;
  font-size: 11px;
  border: 1px solid #111;
  border-radius: 10px;
  width: 100px;
  margin: 0 auto 15px;
  padding: 5px 0;
  font-weight: 300;
}

.block-globalnav--item-list &gt; li figure span.is-category01 {
  border: 1px solid #ac6a00;
  color: #ac6a00;
}

.block-globalnav--item-list &gt; li figure span.is-category02 {
  border: 1px solid #f39700;
  color: #f39700;
}

.block-globalnav--item-list &gt; li figure span.is-category03 {
  border: 1px solid #ea68a2;
  color: #ea68a2;
}

.block-globalnav--item-list &gt; li figure span.is-category04 {
  border: 1px solid #95d6d0;
  color: #95d6d0;
}

.block-globalnav--item-list &gt; li figcaption {
  padding-top: 19px;
  font-size: 18px;
  font-weight: 500;
}

.block-globalnav--link {
  margin-top: 130px;
  width: 240px;
}

.block-globalnav--link-list {
  padding-bottom: 20px;
}

.block-globalnav--link-list li {
  margin-bottom: 15px;
}

.block-globalnav--link-list a {
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.1em;
}

.block-globalnav--link-btn li + li {
  margin-top: 10px;
}

.block-globalnav--link-btn a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 40px;
  border: 1px solid #000;
  border-radius: 4px;
  font-size: 13px;
  text-align: center;
  letter-spacing: 0.1em;
  transition: opacity 0.2s;
}

.block-globalnav--link-btn a:hover {
  color: #000;
  opacity: 0.65;
}

.block-globalnav--link-guide {
  margin-top: 34px;
  font-size: 14px;
  letter-spacing: 0.1em;
}

.block-globalnav--link-guide li + li {
  margin-top: 16px;
}

/* top */
.block-top-free-2 {
  margin: 0 auto;
  padding-left: 200px;
  width: 1200px;
}

.page-top .pane-contents .container {
  display: block;
  width: 100%;
}

.block-top-body--body {
  margin: 0 0 60px;
  width: 100%;
  height: auto;
}

.block-top-body--body li img {
  width: 100%;
  height: 450px;
  -o-object-fit: cover;
  object-fit: cover;
}

.block-top-body--bnr {
  margin: 0 auto 60px;
  padding-left: 200px;
  width: 1200px;
}

.block-top-topic {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  padding-left: 200px;
  width: 1200px;
}

.block-top-topic--header {
  font-size: 18px;
  border-top: none;
  width: 160px;
  text-align: left;
  padding: 0;
  margin: 10px 0 0;
}

.block-top-topic--body {
  width: calc(100% - 160px);
}

.block-top-topic--items li {
  border: none;
}

.block-top-topic--items dt {
  margin-right: 40px;
}

.block-top-free1 {
  margin: 0 auto 80px;
  padding-left: 200px;
  width: 1200px;
}

.block-top-free1--mod {
  width: 100%;
  height: 270px;
  background: #f6f2ed;
  position: relative;
}

.block-top-free1--mod::before {
  content: "";
  position: absolute;
  top: -10px;
  left: -10px;
  width: 100%;
  height: 270px;
  border: 1px solid #111;
  z-index: 0;
}

.block-top-free1--mod-text {
  padding: 60px 0 40px;
  font-size: 28px;
  text-align: center;
  position: relative;
  font-weight: 600;
  letter-spacing: 2px;
}

.block-top-free1--mod-btn {
  width: 160px;
  background-color: #f48693;
  color: #fff;
  padding: 10px 0;
  text-align: center;
  display: block;
  margin: 0 auto;
  border-radius: 20px;
  letter-spacing: 2px;
  font-weight: 600;
  position: relative;
}

.block-top-recommend {
  margin: 0 auto 60px;
  padding-left: 200px;
  width: 1200px;
}

.block-top-recommend--header,
.block-top-category--header,
.block-top-event--header {
  height: 100px;
  text-align: center;
  position: relative;
  font-size: 32px;
  font-weight: 600;
  margin-bottom: 40px;
}

.block-top-recommend--header::before,
.block-top-category--header::before,
.block-top-event--header::before {
  position: absolute;
  bottom: 0;
  left: calc(50% - 20px);
  content: "";
  width: 40px;
  height: 10px;
  background: url(/105_design_7/img/usr/top/ico_title_dot.png) no-repeat;
}

.block-top-recommend--header::after,
.block-top-category--header::after,
.block-top-event--header::after,
.block-goods-user-review h2::after {
  display: block;
  content: "おすすめスイーツ";
  margin: 5px auto;
  color: #808080;
  font-size: 12px;
  font-weight: 300;
}

.block-top-recommend--header span,
.block-top-category--header span,
.block-top-event--header span {
  display: inline-block;
  background: url(/105_design_7/img/usr/top/ico_feature.png) no-repeat 0 50%;
  padding: 0 30px 0 40px;
}

.block-top-recommend--goods {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.block-top-recommend--goods li {
  width: calc((100% - 100px) / 3);
  margin: 0 0 50px;
}

.block-top-recommend--goods-title {
  font-size: 14px;
  font-weight: 600;
}

.block-top-recommend--goods-text {
  font-size: 12px;
}

.block-top-category {
  margin: 0 auto 100px;
  padding-left: 200px;
  width: 1200px;
}

.block-top-category--wrap {
  background: #f6f2ed;
  padding: 50px 30px 60px;
}

.block-top-category--header::after {
  content: "カテゴリ";
}

.block-top-category--header span {
  display: inline-block;
  padding: 0 20px 0 40px;
  background: url(/105_design_7/img/usr/top/ico_category.png) no-repeat 0 50%;
}

.block-category-style-p {
  margin: 0;
}

.block-category-style-p--item {
  width: calc((100% - 60px) / 4);
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #fff;
  margin-left: 20px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  height: 340px;
}

.block-category-style-p--item:first-child {
  margin-left: 0;
}

.block-category-style-p--item-image {
  -webkit-box-ordinal-group: 11;
  -ms-flex-order: 10;
  order: 10;
  width: 100%;
}

.block-category-style-p--item-name {
  -webkit-box-ordinal-group: 21;
  -ms-flex-order: 20;
  order: 20;
  text-align: center;
  border-bottom: none;
  margin: 0 auto;
  font-weight: 600;
}

.block-category-style-p--item-name::before {
  content: "";
  display: block;
  font-size: 11px;
  border: 1px solid #111;
  border-radius: 10px;
  width: 100px;
  margin: 0 auto 10px;
  padding: 3px 0;
  font-weight: 300;
}

.block-category-style-p--item:nth-child(1) .block-category-style-p--item-name::before {
  content: "chocolate";
  border: 1px solid #ac6a00;
  color: #ac6a00;
}

.block-category-style-p--item:nth-child(2) .block-category-style-p--item-name::before {
  content: "cookie";
  border: 1px solid #f39700;
  color: #f39700;
}

.block-category-style-p--item:nth-child(3) .block-category-style-p--item-name::before {
  content: "cake";
  border: 1px solid #ea68a2;
  color: #ea68a2;
}

.block-category-style-p--item:nth-child(4) .block-category-style-p--item-name::before {
  content: "etc";
  border: 1px solid #95d6d0;
  color: #95d6d0;
}

.block-category-style-p--item-comment {
  display: none;
}

.block-top-free2--bnr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 60px 0;
  border-top: 1px solid #e0e0e0;
  border-bottom: 1px solid #e0e0e0;
}

.block-top-event {
  margin: 0 auto;
  padding-left: 200px;
  width: 1200px;
}

.block-top-event--header {
  padding: 0;
  margin-top: 0;
  border: none;
}

.block-top-event--header::after {
  content: "ランキング";
}

.block-top-event--header a {
  display: inline-block;
  padding: 0 40px 0 60px;
  background: url(/105_design_7/img/usr/top/ico_ranking.png) no-repeat 0 50%;
  position: relative;
}

.block-top-event--header a::after {
  content: "";
  position: absolute;
  width: 111px;
  height: 93px;
  background: url(/105_design_7/img/usr/top/txt_ranking.png) no-repeat 0 0;
  top: -50px;
  right: -50px;
}

.block-top-event .block-icon img {
  width: auto;
}

/* ranking 一覧ページ*/
.block-ranking-r--items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 0 60px;
  padding: 50px 0 0;
  position: relative;
}

.block-ranking-r--items li {
  width: 260px;
  -ms-flex-preferred-size: 260px;
  flex-basis: 260px;
  margin: 0 50px 50px 0;
}

.block-ranking-r--items li:nth-child(4n) {
  margin: 0 0 50px 0;
}

.block-ranking-r--goods {
  -ms-flex-preferred-size: 260px;
  flex-basis: 260px;
}

.block-ranking-r--goods a {
  text-decoration: none;
}

.block-ranking-r--goods-image .block-ranking-r--rank {
  top: -15px;
  color: #bbbbbb;
  background: none;
  font-size: 52px;
  font-family: "Libre Baskerville";
}

.block-ranking-r--goods-image .img-center img {
  width: 100%;
}

.block-ranking-r--goods-image .block-ranking-r--rank-1 {
  color: #bea870;
}

.block-ranking-r--goods-image .block-ranking-r--rank-2 {
  color: #9aa9b9;
}

.block-ranking-r--goods-image .block-ranking-r--rank-3 {
  color: #997a5c;
}

.block-ranking-r--goods-image figure {
  width: 100%;
  height: auto;
}

.block-ranking-r--goods-name {
  -webkit-box-ordinal-group: 11;
  -ms-flex-order: 10;
  order: 10;
  width: 100%;
  font-weight: 600;
  margin-bottom: 10px;
}

.block-ranking-r--price-infos {
  -webkit-box-ordinal-group: 21;
  -ms-flex-order: 20;
  order: 20;
  width: 100%;
}

.block-ranking-r--goods-description {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 15px;
}

.block-ranking-r--goods-description .block-icon {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  width: 100%;
  margin-bottom: 5px;
}

.block-ranking-r--goods-description .variation-name {
  display: none;
}

.block-ranking-r--goods .price,
.block-ranking-r--goods .net-price,
.block-ranking-r--goods .default-price,
.block-ranking-r--goods .exchange-price,
.block-ranking-r--goods .block-exchange-price--rate-dt {
  text-align: left;
  color: #111;
}

/* ranking top*/
.page-top .block-ranking-r--items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 0 60px;
  padding: 0;
  position: relative;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.page-top .block-ranking-r--items li {
  width: 260px;
  -ms-flex-preferred-size: 260px;
  flex-basis: 260px;
  margin: 0 30px 0 0;
}

/* 最近見た商品 */
.block-recent-item {
  position: relative;
  width: 1200px;
  margin: 0 auto;
}

.block-recent-item--body {
  width: 1200px;
  margin: 0 auto 60px;
}

.block-recent-item--items {
  width: 1200px;
}

.block-recent-item--header {
  border-top: #e0e0e0 1px solid;
  padding: 70px 0 50px;
  margin: 0;
  font-size: 20px;
  font-weight: 600;
}

.block-recent-item--keep-history {
  margin-top: 0;
  position: absolute;
  right: 10px;
  top: 75px;
}

.block-recent-item--keep-history a {
  color: #111;
  font-size: 12px;
  text-decoration: none;
  position: relative;
}

.block-recent-item--keep-history a::before,
.block-recent-item--keep-history a::after {
  display: block;
  content: "";
  position: absolute;
  top: 15px;
  left: 0;
  width: 13px;
  height: 1px;
  margin: -8px 0 0 -20px;
  background: #111;
}

.block-recent-item--keep-history a::before {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.block-recent-item--keep-history a::after {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.page-top .block-recent-item {
  position: relative;
  padding: 0 0 0 200px;
}

.page-top .block-recent-item--body,
.page-top .block-recent-item--items {
  width: 1000px;
}

.block-thumbnail-h li {
  width: calc((100% - 100px) / 6);
  margin-left: 20px;
}

.block-thumbnail-h--goods-description {
  margin-top: 15px;
}

.block-thumbnail-h--goods-image figure {
  background: none;
  width: 100%;
  min-height: 150px;
  height: auto;
}

.block-thumbnail-h--goods-name a {
  font-size: 12px;
  font-weight: 600;
}

.variation-name {
  font-size: 12px;
}

.block-thumbnail-h--goods .price,
.block-thumbnail-h--goods .net-price,
.block-thumbnail-h--goods .default-price,
.block-thumbnail-h--goods .exchange-price,
.block-thumbnail-h--goods .block-exchange-price--rate-dt {
  text-align: left;
  color: #111;
  padding-top: 10px;
}

/* footer */
footer .container {
  width: 100%;
}

.block-switcher {
  display: none;
}

.block-footer-logo {
  width: 1200px;
  margin: 40px auto;
  text-align: center;
}

.block-copyright {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 50px;
  background: #e3dacd;
  font-size: 12px;
  text-align: center;
  letter-spacing: 0.04em;
}

.block-copyright p {
  width: 1200px;
  margin: 0 auto;
}

.block-footer-sns--list,
.block-globalnav--link-sns {
  display: flex;
  align-items: center;
  text-align: center;
}

.block-footer-sns--list {
  justify-content: center;
  width: 1200px;
  margin: 0 auto 40px;
}

.block-globalnav--link-sns {
  margin-top: 36px;
}

.block-footer-sns--list li {
  padding: 0 20px;
}

.block-globalnav--link-sns li + li {
  margin-left: 30px;
}

.block-footer-sns--list a,
.block-globalnav--link-sns a,
.block-footer-sns--list img,
.block-globalnav--link-sns img {
  display: block;
}

.block-footer-middle {
  width: 1200px;
  margin: 0 auto;
}

.block-footernav--btn {
  display: flex;
  align-items: center;
  justify-content: center;
}

.block-footernav--btn li + li {
  margin-left: 16px;
}

.block-footernav--btn a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 240px;
  height: 40px;
  border: 1px solid #000;
  border-radius: 4px;
  font-size: 13px;
  text-align: center;
  letter-spacing: 0.1em;
  transition: opacity 0.2s;
}

.block-footernav--btn a:hover {
  color: #000;
  opacity: 0.65;
}

.block-footernav--list {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 40px 0;
  font-size: 13px;
  letter-spacing: 0.1em;
}

.block-footernav--list li + li {
  margin-left: 30px;
}

/* 商品詳細 layout */
.block-goods-detail {
  -ms-grid-columns: 1fr 500px;
  grid-template-columns: 1fr 500px;
}

.pane-goods-left-side {
  width: 640px;
}

.pane-goods-right-side {
  width: 500px;
}

/* 商品詳細 */
.pane-topic-path {
  background: rgba(243, 238, 232, 0.3);
  color: #666666;
  letter-spacing: 0.04em;
}

.block-topic-path {
  padding: 12px 0 12px 200px;
}

.block-topic-path--list a {
  color: #666666;
  text-decoration: none;
}

.block-src-l figure img {
  width: 100%;
}

.pane-goods-left-side h3 {
  font-size: 16px;
}

.pane-goods-left-side dd {
  padding-bottom: 20px;
  line-height: 1.8;
}

.block-icon {
  margin-bottom: 10px;
}

.block-icon img {
  width: auto;
  height: 20px;
}

.block-goods-comment1,
.block-goods-comment2,
.block-goods-comment3,
.block-goods-comment4,
.block-goods-comment5 {
  margin: 20px 0;
}

.goods-detail-description {
  display: table;
  width: 100%;
  margin: 5px 0;
}

.goods-detail-description dt {
  display: table-cell;
  width: 100px;
  font-weight: bold;
  padding: 6px 15px 6px 0;
  position: relative;
}

.goods-detail-description dt:before {
  position: absolute;
  content: "";
  display: block;
  height: 80%;
  width: 1px;
  background: #e0e0e0;
  right: 0;
  top: 10%;
}

.goods-detail-description dd {
  display: table-cell;
  padding: 6px 0 6px 15px;
}

.block-add-cart {
  width: 430px;
}

.block-add-cart--btn {
  display: table-cell;
  width: 430px;
  height: 56px;
  margin-top: 30px;
  border: none;
  border-radius: 4px;
  background-color: var(--cl-pink);
  color: #000;
  font-size: 18px;
  font-weight: 500;
  line-height: 36px;
  letter-spacing: 0.1em;
  vertical-align: top;
}

.block-goods-set .legend {
  font-size: 18px;
  border-bottom: #e0e0e0 1px solid;
}

.block-goods-favorite {
  -webkit-box-ordinal-group: 261;
  -ms-flex-order: 260;
  order: 260;
  position: relative;
}

.block-goods-favorite--btn {
  text-indent: -9999px;
  display: block;
  position: absolute;
  right: 0;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: #e3dacd;
  border: none;
  margin-top: -55px;
}

.block-goods-favorite--btn:before {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  content: "\02665";
  color: #fff;
  font-size: 22px;
  position: absolute;
  left: 0;
  top: 0;
  text-indent: 0;
}

.block-contact-about-goods {
  display: flex;
  align-items: center;
  justify-content: center;
}

.block-contact-about-goods--btn {
  border: none;
  background: none;
  text-align: left;
  text-decoration: underline;
  margin-top: 20px;
  letter-spacing: 0.1em;
}

.block-goods-footer-cart {
  display: none;
}

.block-variation--name.block-color--name,
.block-variation--name.block-size--name {
  font-size: 14px;
  font-weight: 600;
  margin: 20px 0 10px;
}

.block-variation--selected-item {
  margin: 10px 0 0;
}

.block-variation--item dt {
  border: 2px solid #e0e0e0;
}

.block-variation--item.active dt {
  border: 2px solid #95d6d0;
}

/* 商品詳細 合わせて買いたい */
.pane-goods-right-side .block-accessory-list {
  padding-top: 0;
  margin: 0;
  border-top: none;
}

.pane-goods-right-side .block-accessory-list--name {
  text-align: left;
  font-size: 16px;
  margin: 40px 0 0;
}

.pane-goods-right-side .block-accessory-list .block-check-list-a--items {
  padding-top: 20px;
}

.pane-goods-right-side .block-accessory-list .block-check-list-a--items li {
  width: 100%;
}

.pane-goods-right-side .block-accessory-list .block-check-list-a--items li:last-child {
  margin-bottom: 0;
}

.pane-goods-right-side .block-accessory-list .block-check-list-a--price-infos,
.pane-goods-right-side .block-accessory-list .block-check-list-a--stock-items,
.pane-goods-right-side .block-accessory-list .block-check-list-a--select-item {
  text-align: left;
}

/* 商品詳細 ユーザーレビュー*/
.block-goods-user-review {
  border-top: 1px solid #e0e0e0;
  padding-top: 40px;
  margin: 80px 0;
}

.block-goods-user-review h2 {
  font-size: 20px;
  text-align: center;
  background: none;
  font-weight: 600;
}

.block-goods-user-review h2::after {
  content: "";
}

.block-goods-user-review h2 i::before {
  content: none;
}

.block-goods-user-review--info {
  text-align: center;
}

.block-goods-user-review--need-login-message {
  margin: 5px 0 10px;
}

.block-goods-user-review--form {
  text-align: center;
}

.block-goods-user-review--write-review-btn,
.block-goods-user-review--write-review-link {
  display: inline-block;
  border: none;
  background-color: #95d6d0;
  padding: 10px;
  width: 200px;
}

.block-goods-user-review--write-review-btn:hover,
.block-goods-user-review--write-review-link:hover {
  color: #fff;
}

/* 商品一覧*/
h1.optimaized-h1.container {
  position: fixed;
  top: -100%;
}

.pager-current {
  color: #f48693;
}

.pagination &gt; * {
  border: 1px solid #e0e0e0;
}

.block-pickup-list-p li {
  margin-bottom: 40px;
}

.block-pickup-list-p--item-body {
  width: 50%;
  margin: 10px 0;
  padding: 0 20px;
}

.block-pickup-list-p--item-description {
  width: 100%;
}

.block-pickup-list-p--comment {
  font-size: 12px;
}

.block-pickup-list-p .price,
.block-pickup-list-p .net-price,
.block-pickup-list-p .default-price,
.block-pickup-list-p .exchange-price,
.block-pickup-list-p .block-exchange-price--rate-dt {
  text-align: left;
  color: #111;
  font-size: 14px;
}

.block-pickup-list-p--add-cart {
  padding-top: 10px;
  text-align: right;
}

.block-pickup-list-p--add-cart .block-list-add-cart-btn {
  border: none;
  display: inline-block;
  padding: 8px 0;
  width: 180px;
  background: var(--cl-pink);
  color: #000;
}

.block-goods-list--display-style-items dt,
.block-goods-list--sort-order-items dt {
  margin-right: 5px;
}

.block-goods-list--display-style-items dd,
.block-goods-list--sort-order-items dd {
  margin-right: 15px;
}

.block-goods-list--display-style-items .active,
.block-goods-list--sort-order-items .active {
  color: #f48693;
  font-weight: 600;
}

.block-category-list--header {
  font-weight: 600;
  font-size: 28px;
}

.block-goods-list--display-style-items {
  padding: 10px 0;
  margin-top: 10px;
  border-bottom: 1px solid #e0e0e0;
  border-top: 1px solid #e0e0e0;
}

.block-goods-list--sort-order-items {
  padding: 10px 0;
  border-bottom: 1px solid #e0e0e0;
}

.block-goods-list--pager-top.pager,
.block-goods-list--pager-bottom.pager {
  text-align: center;
  padding: 20px 0;
}

.block-goods-list--pager-bottom.pager {
  padding: 20px 0 0;
}

.block-goods-list-l--table,
.block-goods-list-l--table td,
.block-goods-list-l--table th {
  border: 1px solid #e0e0e0;
}

.block-goods-list-l--table th {
  text-align: center;
  background: #f3eee8;
}

.block-goods-list-l .price,
.block-goods-list-l .net-price,
.block-goods-list-l .default-price,
.block-goods-list-l .exchange-price,
.block-goods-list-l .block-exchange-price--rate-dt {
  color: #111;
}

.block-goods-list-l--add-cart .block-list-add-cart-btn {
  width: auto;
  border: none;
  background: #95d6d0;
  color: #fff;
}

.block-goods-list-l--goods-name + .block-icon {
  margin: 5px 0 0;
}

.block-thumbnail-t--goods {
  width: 260px;
  margin-left: 50px;
}

.block-thumbnail-t--goods-image figure {
  width: 100%;
  height: auto;
}

.block-thumbnail-t--goods-image figure img {
  height: 260px;
  -o-object-fit: cover;
  object-fit: cover;
}

.page-top .block-thumbnail-t--goods {
  width: 220px;
  margin-left: 40px;
}

.page-top .block-thumbnail-t--goods-image figure img {
  height: 240px;
}

.page-top .block-thumbnail-t--goods:first-of-type {
  margin-left: 0px;
}

.block-thumbnail-t--goods a {
  text-decoration: none;
}

.block-thumbnail-t--goods .price,
.block-thumbnail-t--goods .net-price,
.block-thumbnail-t--goods .default-price,
.block-thumbnail-t--goods .exchange-price,
.block-thumbnail-t--goods .block-exchange-price--rate-dt {
  text-align: left;
  color: #111;
  margin: 5px 0 0;
}

.block-goods-list-d--item-body {
  width: 1000px;
  margin: 0 auto;
  padding: 30px 0;
  border-top: 1px solid #e0e0e0;
}

.block-goods-list-d li {
  margin: 0;
}

.block-goods-list-d li:first-child .block-goods-list-d--item-body {
  border-top: none;
}

.block-goods-list-d--image figure {
  background: none;
}

.block-goods-list-d--item-description {
  width: 800px;
  padding: 0 0 0 40px;
}

.block-goods-list-d--goods-name {
  font-size: 16px;
}

.block-goods-list-d--goods-name a {
  text-decoration: none;
}

.block-goods-list-d--goods-name + .block-icon {
  margin: 10px 0 5px;
}

.block-goods-list-d--comment {
  font-size: 12px;
  margin-top: 5px;
}

.block-goods-list-d--item-details {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.block-goods-list-d--add-cart {
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
}

.block-goods-list-d--price-infos,
.block-goods-list-d--stock-items {
  text-align: left;
  width: auto;
  padding: 2px 0;
}

.block-goods-list-d--add-cart .block-list-add-cart-btn {
  border: none;
  background: #95d6d0;
  color: #fff;
}

.block-goods-list-d--goods-comment {
  font-size: 12px;
  margin-top: 15px;
  line-height: 1.8;
}

.block-category-list--sub {
  display: none;
}

/* 商品一覧 リスト*/
.block-list-s--items,
.block-goods-name-n {
  padding-top: 40px;
}

.block-list-s--items li,
.block-goods-name-n li {
  border-bottom: 1px solid #e0e0e0;
  padding: 10px 0;
}

.block-list-s--items li:first-child,
.block-goods-name-n li:first-child {
  border-top: 1px solid #e0e0e0;
}

.block-goods-name-n {
  padding: 0;
}

/* 商品一覧 一括購入 */
.block-bulk-purchase-b--table {
  border: 1px solid #e0e0e0;
}

.block-bulk-purchase-b--table th,
.block-bulk-purchase-b--table td {
  border: 1px solid #e0e0e0;
}

.block-bulk-purchase-b--add-cart {
  text-align: center;
}

/* 商品一覧 買い物かご*/
.block-cart-i li {
  margin-bottom: 50px;
}

.block-cart-i--goods {
  -ms-flex-preferred-size: 260px;
  flex-basis: 260px;
  margin-left: 50px;
}

.block-cart-i--goods-image figure {
  width: auto;
  height: auto;
}

.block-cart-i--goods .block-icon {
  margin: 5px 0;
}

.block-cart-i--goods .block-icon img {
  height: auto;
}

.block-cart-i--goods .variation-name {
  margin-bottom: 10px;
}

.block-cart-i--price.price {
  text-align: left;
}

/* 商品一覧 商品詳細 */
.block-goods-detail-j--items li {
  margin-bottom: 50px;
}

.block-goods-detail-j--goods {
  -ms-flex-preferred-size: 260px;
  flex-basis: 260px;
  margin-left: 50px;
}

.block-goods-detail-j--goods-image figure {
  width: 260px;
  height: 260px;
}

.block-goods-detail-j--goods .block-icon {
  margin: 5px 0;
}

.block-goods-detail-j--goods .block-icon img {
  height: auto;
}

/* 商品一覧 チェックリスト */
.block-check-list-a--items {
  padding-top: 60px;
  margin-left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.block-check-list-a--items--body {
  border-bottom: 1px solid #e0e0e0;
}

.block-check-list-a--items li {
  margin: 0 0 20px;
  width: calc((100% - 40px) / 2);
}

.block-check-list-a--items li:last-child .block-check-list-a--item-body {
  border-bottom: 1px solid #e0e0e0;
}

.block-check-list-a--items input {
  display: inline-block;
}

/* 商品一覧 ピックアップ(クイックビューあり) */
.block-pickup-list-w--item-body {
  width: 50%;
  padding-bottom: 30px;
}

.block-pickup-list-w--item-description {
  width: 380px;
}

.block-pickup-list-w .price {
  text-align: left;
  margin: 10px 0;
}

/* ジャンルページ 絞り込み */
.block-genre-style {
  border-top: 1px solid #e0e0e0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-top: 20px;
  margin-top: 60px;
}

.block-genre-style h3 {
  font-size: 16px;
  margin-right: 40px;
}

/* お問い合わせ */
/* .block-inquiry {
} */

.block-inquiry--header,
.block-inquiry-completed--header {
  text-align: center;
  font-size: 24px;
  padding: 20px 0 10px;
}

.block-inquiry input[type="text"],
.block-inquiry input[type="tel"],
.block-inquiry input[type="email"],
.block-inquiry input[type="url"],
.block-inquiry input[type="number"],
.block-inquiry select,
.block-inquiry textarea {
  min-width: 375px;
}

.block-inquiry--name input[type="text"] {
  min-width: auto;
}

.block-inquiry--goods-name .form-control {
  vertical-align: middle;
}

.block-inquiry--forward,
.block-inquiry--confirmation-forward,
.block-inquiry--confirmation-back,
.block-inquiry-completed--back-to-home {
  background-color: #e3dacd;
  vertical-align: top;
  line-height: 36px;
  font-size: 18px;
  width: 240px;
  border: none;
}

.action .block-inquiry--confirmation-back,
.action .block-inquiry-completed--back-to-home {
  background-color: #f9f9f9;
  border: 1px solid #e5e5e5;
  border-bottom-width: 1px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.block-inquiry-completed--customer-name {
  text-align: center;
}

.block-inquiry-completed--message {
  text-align: center;
  line-height: 1.8;
  margin-top: 40px;
}

.block-inquiry-history-detail {
  width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.block-inquiry-history-detail--subject {
  font-size: 18px;
  border-top: 1px solid #e0e0e0;
  padding-top: 15px;
}

.block-inquiry-history-detail--item dt {
  font-size: 14px;
  border-bottom: 1px solid #e0e0e0;
}

.block-inquiry-history-detail--form {
  margin-top: 60px;
}

/* 注文フローステップ */
.block-order-flow--step {
  padding: 100px 0 50px;
  text-align: center;
}

.block-order-flow--step ul {
  border-top: 1px solid #e0e0e0;
  border-bottom: 1px solid #e0e0e0;
  display: table;
  table-layout: fixed;
  width: 100%;
}

.block-order-flow--step1,
.block-order-flow--step2,
.block-order-flow--step3,
.block-order-flow--step4,
.block-order-flow--step5 {
  position: relative;
  display: table-cell;
  vertical-align: middle;
  height: 60px;
  padding: 0 27px;
  font-size: 14px;
  letter-spacing: 0.1em;
  font-weight: bold;
}

.block-order-gift-select--delivery-dest-add select[name="destlist"] {
  vertical-align: -4px;
}

.block-order-gift-select--delivery-dest-goods-select {
  border: 1px solid #e0e0e0;
  padding: 20px;
}

.block-order-gift-select--delivery-dest-goods-name {
  width: 300px;
}

.block-order-gift-select--delivery-dest-goods-name img {
  width: 300px;
}

.block-order-gift-select--delivery-dest-goods-name input[type="checkbox"] {
  display: inline-block;
}

.block-order-gift-select--promotion,
.block-order-gift-select--point-payment,
.block-order-gift-select--method {
  padding: 10px 0;
}

.block-order-gift-select .block-order-flow--step1,
.block-order-gift-select .block-order-flow--step2,
.block-order-gift-select .block-order-flow--step3,
.block-order-gift-select .block-order-flow--step4,
.block-order-gift-select .block-order-flow--step5 {
  padding: 0 2px;
  font-size: 13px;
  font-weight: bold;
}

.block-order-flow--step1:before {
  content: "STEP1";
}

.block-order-flow--step2:before {
  content: "STEP2";
}

.block-order-flow--step3:before {
  content: "STEP3";
}

.block-order-flow--step4:before {
  content: "STEP4";
}

.block-order-flow--step5:before {
  content: "STEP5";
}

.block-order-flow--step1:before,
.block-order-flow--step2:before,
.block-order-flow--step3:before,
.block-order-flow--step4:before,
.block-order-flow--step5:before {
  display: inline;
  padding-right: 10px;
  margin-right: 10px;
  border-right: 1px #3a3a3a solid;
}

.block-order-flow--step1:after,
.block-order-flow--step2:after,
.block-order-flow--step3:after,
.block-order-flow--step4:after,
.block-order-flow--step5:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 30px 0 30px 18px;
  border-color: #fff #fff #fff #f6f2ed;
  opacity: 0;
}

.block-order-flow--step-current {
  background-color: #f6f2ed;
  padding-right: 40px;
  color: #444;
}

.block-order-flow--step-current:after {
  opacity: 1;
}

/* 注文フロー 最近チェックした商品 */
.block-cart-recent-item {
  margin-bottom: 70px;
}

.block-cart-recent-item--header {
  border-top: #e0e0e0 1px solid;
  padding: 70px 0 50px;
  margin: 0;
  font-size: 20px;
  font-weight: 600;
}

/* 購入ページ 右カラム */
.block-cart--procedure {
  border: solid 1px #e0e0e0;
  padding: 10px;
}

.block-cart--procedure-container {
  background: none;
}

.block-cart--procedure .block-cart--order-btn {
  background-color: var(--cl-pink);
  font-weight: 200;
  border: none;
  font-size: 18px;
}

.block-cart--procedure .block-cart--order-btn-gift {
  background-color: #f48693;
  font-weight: 200;
  border: none;
  font-size: 18px;
}

.block-cart--goods-list-item-price {
  font-size: 16px;
}

.block-cart--subtotal-price {
  font-size: 24px;
  color: #111;
}

.block-order-method--procedure-container {
  background: #fff;
}

/* 購入確認ページ */
.block-order-estimate h3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: 1px solid #e0e0e0;
  min-height: 33px;
}

.block-order-estimate h3 a {
  margin: -2px 0 5px;
}

.block-order-estimate p {
  font-size: 12px;
}

.block-order-estimate--confirmation-list:first-child {
  padding-right: 20px;
}

.block-order-estimate--confirmation-list li {
  min-height: 150px;
}

.block-order-estimate--dest-name,
.block-order-estimate--host-name {
  padding-bottom: 5px;
}

.block-order-estimate address {
  line-height: 1.8;
}

.block-order-estimate--procedure-container {
  background: none;
}

.block-order-estimate--commit-btn {
  font-weight: normal;
}

.block-order-estimate--total {
  text-align: center;
  padding: 16px 8px;
  border-top: 1px solid #e0e0e0;
  border-bottom: 1px solid #e0e0e0;
}

.block-order-estimate--total-price {
  font-size: 28px;
  color: #111;
  display: block;
  text-align: center;
}

.block-order-estimate--goods-item-comment {
  margin-top: 10px;
  line-height: 1.8;
}

.block-order-estimate--amt {
  font-size: 16px;
}

.block-order-estimate dd.block-order-estimate--point-add-message {
  color: #111;
}

.block-order-estimate--uid-textbox input {
  max-width: 100%;
}

/* モーダルダイアログ */
.modal-header {
  text-align: center;
  color: #111;
  background-color: var(--cl-pink);
}

.modal-content {
  background: #fff;
}

.modal-body {
  font-size: 12px;
}

.block-member-terms {
  padding-top: 60px;
}

.block-member-terms--header {
  font-size: 18px;
  margin-bottom: 10px;
  font-weight: 600;
}

.modal-body li a {
  color: #333;
}

/* ログイン */
.block-login h1 {
  text-align: center;
  font-size: 24px;
  padding: 20px 0 10px;
}

.block-login--member-body,
.block-login--first-time {
  width: 800px;
  margin: 0 auto 60px;
}

.block-login--member-body .common_headline2_area_,
.block-login--member-body .block-login--first-time-header,
.block-login--first-time .common_headline2_area_,
.block-login--first-time .block-login--first-time-header {
  font-size: 16px;
  padding-bottom: 5px;
  margin: 0;
  font-weight: 600;
}

.block-login--member-body .fieldset .form-label {
  width: 33%;
  padding: 25px 4px 25px 25px;
}

.block-login--first-time .fieldset .form-label {
  width: 25%;
  padding: 25px 5px 25px 25px;
}

.block-login--input-items {
  width: 800px;
}

.block-login--body .btn-primary {
  padding: 15px 0;
  width: 300px;
}

.block-common-alert-list {
  margin: 0 auto 40px;
  border: 1px solid #e0e0e0;
  background: #f9f9f9;
}

/* 会員登録 */
.block-member-info-confirmation &gt; h1,
.block-member-info &gt; h1 {
  font-size: 24px;
  margin: 60px 0 20px;
}

.block-member-info .legend {
  font-size: 18px;
  border-bottom: 1px solid #e0e0e0;
  padding-bottom: 10px;
  margin: 60px 0 20px;
}

.block-member-info .fieldset .form-label {
  padding: 30px 10px 30px 25px;
}

.block-member-info--use-spoofing-protection .constraint,
.block-member-info--use-spoofing-protection .form-control {
  vertical-align: middle;
}

.block-member-info--customer-name {
  margin-bottom: 10px;
}

/* マイページ */
.block-mypage h1 {
  font-size: 24px;
}

.block-mypage--customer-status {
  background: #f48693;
}

.block-mypage--customer-name {
  font-size: 18px;
}

.block-mypage--logout {
  font-size: 12px;
}

.block-mypage--mypoint {
  font-size: 14px;
}

.block-mypage--mypoint-point {
  font-size: 24px;
}

.block-mypage--shopping-info,
.block-mypage--member-info,
.block-mypage--inquiry-info,
.block-mypage--snssync-info {
  font-size: 18px;
}

.block-mypage--shopping-info i,
.block-mypage--member-info i,
.block-mypage--inquiry-info i,
.block-mypage--snssync-info i {
  padding-right: 10px;
}

.block-mypage--shopping-info-items li,
.block-mypage--member-info-items li,
.block-mypage--inquiry-info-items li,
.block-mypage--snssync-info-items li {
  width: 370px;
  max-width: 370px;
  border: none;
  margin: 0 0 40px 40px;
}

.block-mypage--shopping-info-items li dt,
.block-mypage--member-info-items li dt,
.block-mypage--inquiry-info-items li dt,
.block-mypage--snssync-info-items li dt {
  border-bottom: #e5e5e5 1px solid;
}

.block-mypage--shopping-info-items li dt a,
.block-mypage--member-info-items li dt a,
.block-mypage--inquiry-info-items li dt a,
.block-mypage--snssync-info-items li dt a {
  font-size: 16px;
}

.block-mypage--shopping-info-items li dd,
.block-mypage--member-info-items li dd,
.block-mypage--inquiry-info-items li dd,
.block-mypage--snssync-info-items li dd {
  padding-left: 14px;
}

/* ユーザーレビュー */
.block-user-review--header,
.block-user-review-completed--header {
  font-size: 24px;
}

.block-user-review--item-header {
  font-size: 18px;
}

.action .block-user-review--forward,
.action .block-user-review--back-to-goods-page,
.action .block-user-review--back,
.action .block-user-review-completed--back {
  padding: 12px 0;
  width: 240px;
  font-size: 16px;
}

.block-user-review--footer h3,
.block-user-review--review-header {
  font-size: 18px;
}

.block-user-review--review-item {
  margin-bottom: 40px;
}

.block-user-review--review-item-header {
  font-size: 16px;
}

.block-user-review--message {
  border-top: 1px solid #e0e0e0;
  padding-top: 40px;
}

.block-user-review-completed--message-header {
  font-size: 16px;
}

.block-goods-user-review--list {
  margin-bottom: 20px;
}

.block-goods-user-review--score dt {
  width: 150px;
  text-align: right;
}

.block-goods-user-review--score dd {
  width: 150px;
}

.block-goods-user-review--count dt {
  width: 150px;
  text-align: right;
}

.block-goods-user-review--count dd {
  font-size: 24px;
  font-weight: bold;
  color: #f48693;
  width: 150px;
}

.block-goods-user-review--write-review {
  padding: 10px 0 30px;
  border-bottom: 1px solid #e0e0e0;
}

.block-goods-user-review--write-review-link {
  color: #fff;
  text-decoration: none;
}

.block-goods-user-review--item {
  padding-bottom: 15px;
  border-bottom: 1px solid #e0e0e0;
}

.block-goods-user-review--item-score {
  padding: 5px 0;
}

/* 当店人気商品 */
.block-accessory-list {
  border-top: 1px solid #e0e0e0;
  padding-top: 40px;
  margin: 0 0 80px;
}

.block-accessory-list--name {
  font-size: 20px;
  text-align: center;
  background: none;
  font-weight: 600;
  margin-bottom: 40px;
}

.block-goods-detail-j--goods a {
  text-decoration: none;
  font-weight: 600;
}

.block-goods-detail-j--goods-description {
  margin-top: 15px;
}

.block-goods-detail-j--price.price {
  text-align: left;
  color: #111;
  padding-top: 10px;
}

/* マイページ各ページ内見出し */
.block-purchase-history--header,
.block-coupon-list--header,
.block-point-history-list--header,
.block-favorite--header,
.block-mail-address--update-header,
.block-shipping-address-registration--header,
.block-member-password--header,
.block-mail-news--header,
.block-mail-news--register-header,
.block-mail-news--release-header,
.block-inquiry-history--header,
.block-inquiry-history-detail--header,
.block-regular-purcharse-list--header {
  font-size: 24px;
}

/* 購入履歴一覧 */
.status-percentage {
  color: #95d6d0;
}

[class^="status-progress"] {
  background: #e0e0e0;
}

[class^="status-progress"]:after {
  border-right: #85c6a0 solid 4px;
  background: #95d6d0;
}
.block-purchase-history-detail--shipment-header {
  font-size: 16px;
  border-bottom: 1px solid #e0e0e0;
}

/* お気に入り一覧 */
.block-favorite--checkbox input[type="checkbox"] {
  display: inline-block;
}

/* ご注文キャンセル */
.block-order-cancellation--order-detail-header,
.block-order-cancellation--cancellation-reasons-form .legend {
  font-size: 16px;
  border-bottom: 1px solid #e0e0e0;
}

/* 定期購入商品詳細 */
.block-regular-purcharse-detail--shipment-header,
.block-regular-purcharse-cycle-info-update--shipment-header {
  font-size: 16px;
  border-bottom: 1px solid #e0e0e0;
}
.block-regular-purcharse-detail--goods-img img,
.block-regular-purcharse-cycle-info-update--goods-items img {
  max-width: 300px;
}

/* アンケート */
.block-questionnaire--item .legend {
  font-size: 16px;
  border-bottom: #e0e0e0 1px solid;
}

.block-questionnaire--item .block-questionnaire--box-content {
  margin-bottom: 10px;
}

/* フリーページ */
.page_contents {
  width: 900px;
  margin: 0 auto 60px;
}

.page_contents h1 {
  font-size: 24px;
}

.page_contents h2,
.page_contents h3 {
  font-size: 18px;
}

.page_contents table {
  margin-bottom: 40px;
}

.page_contents .anchor_ p {
  margin-bottom: 20px;
}

.page_contents .page_button1 {
  margin: 20px 0;
}

/* 追加認証 */
.btn-secondary.block-additional-authentication--reissue {
  margin-left: 30px;
}

/* 取り扱い店舗 */
.block-store-stock--name-header {
  font-size: 28px;
  font-weight: 600;
}

.block-store-stock--comment,
.block-store-stock--comment p {
  margin-bottom: 20px;
}

.block-store-stock--goods-img {
  width: 240px;
  margin-right: 40px;
}
.block-store-stock--goods {
  display: flex;
  margin-bottom: 60px;
}

.block-store-stock--header {
  font-size: 20px;
  font-weight: 600;
}

.page-goods .bx-wrapper .bx-controls-direction a {
  z-index: 9;
}
.page-login input[type="checkbox"] {
  display: inline-block;
}
.page-top .slider-next,
.page-top .slider-prev {
  z-index: 9;
}

/* MVスライダー */

.block-top-mv {
  width: 100%;
  margin: 20px 0 40px;
}

.block-top-mv .slick-track {
  padding: 0;
}

.block-top-mv--items {
  display: flex;
  width: 100%;
  overflow: hidden;
}

.block-top-mv--items.slick-initialized {
  display: block;
  overflow: visible;
}

.block-top-mv--item {
  flex-shrink: 0;
  width: 880px;
  padding: 0 5px;
  transform: scale(0.86);
  transition: transform 0.2s;
  transition-delay: 0.2s;
}

.block-top-mv--item.slick-current {
  transform: scale(1);
}

.block-top-mv--item a,
.block-top-mv--item img {
  display: block;
}

.block-top-mv--item img {
  width: 100%;
  height: auto;
}

.block-top-mv--items-dots {
  width: 1200px;
  margin: 20px auto 0;
}

.block-top-mv--items-dots .slick-dots {
  display: flex !important;
  align-items: center;
  justify-content: center;
}

.block-top-mv--items-dots .slick-dots li + li {
  margin-left: 20px;
}

.block-top-mv--items-dots .slick-dots li button {
  display: block;
  width: 8px;
  height: 8px;
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 8px;
  background-color: var(cl-beige);
  text-indent: -999999px;
  cursor: pointer;
  transition: background-color 0.14s;
}

.block-top-mv--items-dots .slick-dots li.slick-active button {
  background-color: var(--cl-pink);
}

/* 商品詳細 */

.block-goods-comment {
  letter-spacing: 0.1em;
}

h1.block-goods-name--text {
  margin: 24px 0 19px;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0.1em;
}

.block-goods-price {
  margin: 0 0 25px;
}

.block-goods-price--price {
  color: #000;
  font-size: 24px;
  font-weight: 700;
}

.goods-detail-description {
  margin: 10px 0;
  font-size: 16px;
  letter-spacing: 0.1em;
}

.goods-detail-description dt {
  width: 126px;
  padding: 0 15px 0 0;
}

.goods-detail-description dt:before {
  background-color: #d8d4d1;
}

.goods-detail-description dd {
  padding: 0 0 0 40px;
}

.ttl-h2 {
  margin: 80px 0 24px;
  padding: 0 0 15px;
  border-bottom: 1px solid #d8d4d1;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.1em;
}

.block-article {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.625;
  letter-spacing: 0.1em;
}

.block-table table {
  width: 100%;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.1em;
}

.block-table table th,
.block-table table td {
  height: 70px;
  padding: 20px;
  border-top: 1px solid #d8d4d1;
  border-bottom: 1px solid #d8d4d1;
}

.block-table table th {
  background-color: #f3eee8;
  text-align: center;
}

.block-table.tabel-1 table th {
  width: 220px;
}

.block-table.tabel-1 table td {
  width: calc(100% - 220px);
}

.block-table.tabel-2 table th {
  width: 200px;
}

.block-table.tabel-2 table td {
  width: calc(50% - 200px);
}

.block-table.tabel-3 table th,
.block-table.tabel-3 table td {
  width: 50%;
  text-align: center;
}

.block-table.tabel-3 table th:not(:first-child),
.block-table.tabel-3 table td:not(:first-child) {
  border-left: 1px solid #d8d4d1;
}

.block-annotation-list li {
  position: relative;
  padding-left: 13px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.625;
  letter-spacing: 0.1em;
}

.block-annotation-list li + li {
  margin-top: 15px;
}

.block-annotation-list li::before {
  content: "";
  display: block;
  position: absolute;
  top: 10px;
  left: 0;
  width: 6px;
  height: 6px;
  border-radius: 6px;
  background-color: var(--cl-pink);
}

.block-article-img {
  font-weight: 500;
  letter-spacing: 0.1em;
}

.block-article-img.col1 ul,
.block-article-img.col2 ul,
.block-article-img.col3 ul,
.block-article-img.col4 ul {
  display: flex;
}

.block-article-img.col2 li {
  width: calc((100% - 40px) / 2);
}

.block-article-img.col2 li:not(:nth-child(2n)) {
  margin-right: 40px;
}

.block-article-img.col3 li {
  width: calc((100% - 60px) / 3);
}

.block-article-img.col3 li:not(:nth-child(3n)) {
  margin-right: 30px;
}

.block-article-img.col4 li {
  width: calc((100% - 72px) / 4);
}

.block-article-img.col4 li:not(:nth-child(4n)) {
  margin-right: 24px;
}

.block-article-img.ver1 li,
.block-article-img.ver2 li {
  display: flex;
  justify-content: space-between;
}

.block-article-img .item-img {
  display: flex;
  align-items: center;
  justify-content: center;
}

.block-article-img img {
  display: block;
}

.block-article-img.col1 .item-detail,
.block-article-img.col2 .item-detail,
.block-article-img.col3 .item-detail {
  margin-top: 24px;
}

.block-article-img.col4 .item-detail {
  margin-top: 16px;
}

.block-article-img .item-ttl {
  font-size: 18px;
  line-height: 1.444;
}

.block-article-img .item-comment {
  font-size: 16px;
  line-height: 1.625;
}

.block-article-img.col1 .item-comment,
.block-article-img.col2 .item-comment {
  margin-top: 20px;
}

.block-article-img.col3 .item-comment,
.block-article-img.col4 .item-comment {
  margin-top: 14px;
}

.block-article-img.ver1 .item-img {
  align-items: flex-start;
  width: 480px;
}

.block-article-img.ver1 .item-detail {
  width: calc(100% - 540px);
}

.block-article-img.ver2 .item-img {
  align-items: flex-start;
  width: 400px;
}

.block-article-img.ver2 .item-detail {
  width: calc(100% - 460px);
}

.pane-goods-left-side .block-article-img.ver1 .item-img,
.pane-goods-left-side .block-article-img.ver2 .item-img {
  width: 240px;
}

.pane-goods-left-side .block-article-img.ver1 .item-detail,
.pane-goods-left-side .block-article-img.ver2 .item-detail {
  width: calc(100% - 280px);
}

.block-article-img.ver1 .item-comment,
.block-article-img.ver2 .item-comment {
  margin-top: 25px;
}

.block-link,
.block-btn {
  display: flex;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.1;
  letter-spacing: 0.1em;
}

.block-link.align-center,
.block-btn.align-center {
  justify-content: center;
}

.block-link.align-right,
.block-btn.align-right {
  justify-content: flex-end;
}

.block-link ul,
.block-btn ul {
  width: 380px;
}

.block-link li + li {
  margin-top: 24px;
}

.block-btn li + li {
  margin-top: 20px;
}

.block-link a {
  position: relative;
  text-decoration: underline;
}

.block-btn a {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 380px;
  height: 50px;
  background-color: var(--cl-pink);
  color: #000;
}

.block-link a::after,
.block-btn a::after {
  content: "";
  display: inline-block;
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.block-link a.icon-outer::after,
.block-btn a.icon-outer::after {
  width: 12px;
  height: 12px;
  margin-left: 10px;
  background-image: url(../../img/usr/common/icon/ico_link_outer.png);
}

.block-btn a.icon-outer::after {
  background-image: url(../../img/usr/common/icon/ico_btn_outer.png);
}

.block-link a.icon-pdf::after,
.block-btn a.icon-pdf::after {
  width: 31px;
  height: 17px;
  margin-left: 10px;
  background-image: url(../../img/usr/common/icon/ico_link_pdf.png);
}

.block-btn a.icon-pdf::after {
  background-image: url(../../img/usr/common/icon/ico_btn_pdf.png);
}

.mt-40 {
  margin-top: 40px;
}

.mt-60 {
  margin-top: 60px;
}

.mt-80 {
  margin-top: 80px;
}

.mt-100 {
  margin-top: 100px;
}

/* LP */

.sp-only {
  display: none !important;
}

/* Flowerjelly */

.block-lp_flowerjelly {
  margin-bottom: 130px;
}

.block-lp_flowerjelly-header {
  width: 100%;
  min-width: 1200px;
  height: 800px;
  background-image: url(../../img/usr/lp/2024_flowerjelly/pc/mv_bg_1.jpg);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
}

.block-lp_flowerjelly-header-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 800px;
  background-position: center top;
}

.block-lp_flowerjelly-header .container {
  display: flex;
  align-items: flex-start;
  position: relative;
  height: 800px;
  padding-top: 225px;
}

.block-lp_flowerjelly-header-logo {
  position: absolute;
  top: 50px;
  left: 50%;
  width: 132px;
  height: 160px;
  margin-left: -66px;
  background-image: url(../../img/usr/lp/2024_flowerjelly/pc/logo@2x.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  text-indent: -999999px;
}

.block-lp_flowerjelly-header h1 {
  margin: 0;
  padding: 0;
}

.block-lp_flowerjelly-header h1 img {
  display: block;
}

.block-lp_flowerjelly-comment {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.666;
  letter-spacing: 0.08em;
}

.block-lp_flowerjelly-loopimg {
  display: flex;
  margin-top: 35px;
  padding: 30px 0;
  overflow: hidden;
}

.block-lp_flowerjelly-loopimg-item {
  display: flex;
}

.block-lp_flowerjelly-loopimg-item:first-child {
  animation: loop 170s calc(170 / 2 * -1s) linear infinite;
}

.block-lp_flowerjelly-loopimg-item:last-child {
  animation: loop2 170s linear infinite;
}

@keyframes loop {
  0% {
    transform: translateX(100%);
  }
  to {
    transform: translateX(-100%);
  }
}

@keyframes loop2 {
  0% {
    transform: translateX(0);
  }
  to {
    transform: translateX(-200%);
  }
}

.block-lp_flowerjelly-loopimg-item figure {
  flex-shrink: 0;
  width: 140px;
  margin-right: 50px;
}

.block-lp_flowerjelly-loopimg-item figure img {
  display: block;
  filter: drop-shadow(5px 10px 10px rgba(0, 0, 0, 0.2));
}

.block-lp_flowerjelly-concept {
  margin-top: 120px;
  background-image: url(../../img/usr/lp/2024_flowerjelly/pc/concept_bg.png);
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: 1382px 178px;
}

.block-lp_flowerjelly-concept .container {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  padding-top: 74px;
  height: 652px;
  background-image: url(../../img/usr/lp/2024_flowerjelly/pc/concept_img.png);
  background-position: left top;
  background-repeat: no-repeat;
  background-size: 340px 500px;
}

.block-lp_flowerjelly-concept-catchcopy,
.block-lp_flowerjelly-concept .block-lp_flowerjelly-comment {
  width: 750px;
}

.block-lp_flowerjelly-concept-catchcopy {
  margin-bottom: 30px;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.333;
  letter-spacing: 0.08em;
}

.block-lp_flowerjelly-lineup {
  background-image: url(../../img/usr/lp/2024_flowerjelly/bg.jpg);
  background-position: center top;
  background-repeat: repeat;
}

.block-lp_flowerjelly-lineup .container {
  position: relative;
  padding: 136px 0 100px;
}

.block-lp_flowerjelly-lineup h2 {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: -71px;
  left: 0;
  width: 100%;
  margin: 0;
  padding: 0;
}

.block-lp_flowerjelly-lineup-list {
  margin-top: 80px;
}

.block-lp_flowerjelly-lineup-list-item {
  position: relative;
}

.block-lp_flowerjelly-lineup-list-item + .block-lp_flowerjelly-lineup-list-item {
  margin-top: 230px;
}

.block-lp_flowerjelly-lineup-list-item + .block-lp_flowerjelly-lineup-list-item::before {
  content: "";
  display: block;
  position: absolute;
  top: -130px;
  left: 0;
  width: 100%;
  height: 31px;
  background-image: url(../../img/usr/lp/2024_flowerjelly/pc/hr.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 327px 31px;
}

.block-lp_flowerjelly-lineup-list-item h3 {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 0;
  text-align: center;
}

.block-lp_flowerjelly-lineup-list-item h3 img {
  display: block;
  height: auto;
}

.block-lp_flowerjelly-lineup-list-item h3 span {
  margin-top: 10px;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 0.08em;
}

.block-lp_flowerjelly-lineup-list-item-shipping {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 10px;
}

.block-lp_flowerjelly-lineup-list-item-shipping p {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  padding: 0 19px;
  border: 1px solid #000000;
  border-radius: 40px;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.08em;
}

.block-lp_flowerjelly-lineup-list-item-shipping span sup {
  font-size: 60%;
  vertical-align: super;
}

.block-lp_flowerjelly-lineup-list-item-goods {
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
}

.block-lp_flowerjelly-lineup-list-item-goods .item-gallery {
  position: relative;
  width: 560px;
}

.block-lp_flowerjelly-lineup-list-item-goods .item-gallery::before {
  content: "";
  display: block;
  position: absolute;
  background-repeat: no-repeat;
  background-size: contain;
}

.block-lp_flowerjelly-lineup-list-item:nth-child(1) .block-lp_flowerjelly-lineup-list-item-goods .item-gallery::before {
  top: -82px;
  left: -58px;
  width: 309px;
  height: 343px;
  background-image: url(../../img/usr/lp/2024_flowerjelly/pc/lineup_giftbox_l_img_bg.png);
}

.block-lp_flowerjelly-lineup-list-item:nth-child(2) .block-lp_flowerjelly-lineup-list-item-goods .item-gallery::before {
  top: -6px;
  right: 0;
  width: 282px;
  height: 297px;
  background-image: url(../../img/usr/lp/2024_flowerjelly/pc/lineup_giftbox_s_img_bg.png);
}

.block-lp_flowerjelly-lineup-list-item-goods .item-gallery-main {
  position: relative;
  overflow: hidden;
}

.block-lp_flowerjelly-lineup-list-item-goods .item-gallery-main-wrapper-item {
  display: flex;
  align-items: center;
  justify-content: center;
}

.block-lp_flowerjelly-lineup-list-item-goods .item-gallery-main-wrapper-item img {
  display: block;
  max-width: 450px;
  border-radius: 10px;
}

.block-lp_flowerjelly-lineup-list-item-goods .item-gallery-thumb {
  position: relative;
  width: 560px;
  margin-top: 61px;
  overflow: hidden;
}

.block-lp_flowerjelly-lineup-list-item-goods .item-gallery-thumb-box {
  width: 540px;
  overflow: hidden;
}

.block-lp_flowerjelly-lineup-list-item-goods .item-gallery-thumb-wrapper {
  margin: 0 !important;
}

.block-lp_flowerjelly-lineup-list-item-goods .item-gallery-thumb-wrapper-item {
  width: 110px !important;
  padding-right: 10px;
  cursor: pointer;
}

.block-lp_flowerjelly-lineup-list-item-goods .item-gallery-thumb-wrapper-item img {
  display: block;
  max-width: 100%;
  height: auto;
  border-radius: 10px;
}

.block-lp_flowerjelly-lineup-list-item-goods .item-gallery-thumb .swiper-button-prev {
  left: 0;
}

.block-lp_flowerjelly-lineup-list-item-goods .item-gallery-thumb .swiper-button-next {
  right: -10px;
}

.block-lp_flowerjelly-lineup-list-item-goods .swiper-button-next.swiper-button-disabled,
.block-lp_flowerjelly-lineup-list-item-goods .swiper-button-prev.swiper-button-disabled {
  opacity: 0;
}

.block-lp_flowerjelly-lineup-list-item-goods .item-gallery-thumb .swiper-button-prev::after,
.block-lp_flowerjelly-lineup-list-item-goods .item-gallery-thumb .swiper-button-next::after {
  color: #000;
  font-size: 13px;
}

.block-lp_flowerjelly-lineup-list-item-goods .item-detail {
  width: 580px;
}

.block-lp_flowerjelly-lineup-list-item-goods .item-detail-cart {
  display: flex;
  width: 100%;
  height: 114px;
  padding: 0 24px;
  border-radius: 10px;
  background-color: #ffffff;
}

.block-lp_flowerjelly-lineup-list-item-goods .item-detail-cart + .item-detail-cart {
  margin-top: 5px;
}

.block-lp_flowerjelly-lineup-list-item-goods .item-detail-cart-price {
  display: flex;
  flex-direction: column;
  justify-content: center;
  letter-spacing: 0.08em;
}

.block-lp_flowerjelly-lineup-list-item-goods .item-detail-cart-price .qty-price {
  display: flex;
  align-items: baseline;
}

.block-lp_flowerjelly-lineup-list-item-goods .item-detail-cart-price .qty {
  font-size: 18px;
  font-weight: 700;
}

.block-lp_flowerjelly-lineup-list-item-goods .item-detail-cart-price .qty span {
  margin-right: 4px;
  font-size: 24px;
  font-family: "Lato", sans-serif;
}

.block-lp_flowerjelly-lineup-list-item-goods .item-detail-cart-price .price {
  margin-left: 20px;
}

.block-lp_flowerjelly-lineup-list-item-goods .item-detail-cart-price .price-price {
  font-size: 30px;
  font-family: "Lato", sans-serif;
  font-weight: 700;
}

.block-lp_flowerjelly-lineup-list-item-goods .item-detail-cart-price .price-price span {
  font-size: 12px;
}

.block-lp_flowerjelly-lineup-list-item-goods .item-detail-cart-price .shipping {
  margin-top: 5px;
  font-size: 12px;
  text-align: right;
}

.block-lp_flowerjelly-lineup-list-item-goods .item-detail-cart-btn {
  width: 290px;
  margin-left: auto;
  padding-top: 16px;
  letter-spacing: 0.1em;
}

.block-lp_flowerjelly-lineup-list-item-goods .item-detail-cart-btn .btn-btn &gt; * {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 56px;
  border-radius: 56px;
  font-size: 18px;
  font-weight: 700;
  color: #ffffff;
}

.block-lp_flowerjelly-lineup-list-item-goods .item-detail-cart-btn .btn-btn &gt; *.btn-buy {
  background-color: #ff6262;
}

.block-lp_flowerjelly-lineup-list-item-goods .item-detail-cart-btn .btn-btn &gt; *.btn-reservation {
  background-color: #4b9d54;
}

.block-lp_flowerjelly-lineup-list-item-goods .item-detail-cart-btn .btn-btn &gt; *.btn-soldout {
  background-color: #e0dedc;
  color: rgba(0, 0, 0, 0.18);
  font-family: "Lato", sans-serif;
}

.block-lp_flowerjelly-lineup-list-item-goods .item-detail-cart-btn .btn-btn &gt; a {
  transition: opacity 0.2s;
}

.block-lp_flowerjelly-lineup-list-item-goods .item-detail-cart-btn .btn-btn &gt; a:hover {
  text-decoration: none;
  opacity: 0.65;
}

.block-lp_flowerjelly-lineup-list-item-goods .item-detail-cart-btn .btn-link {
  margin-top: 6px;
  font-size: 16px;
  text-align: center;
}

.block-lp_flowerjelly-lineup-list-item-goods .item-detail-cart-btn .btn-link a {
  text-decoration: underline;
}

.block-lp_flowerjelly-lineup-list-item-goods .item-detail-desc {
  margin-top: 24px;
}

.block-lp_flowerjelly-lineup-list-item-goods .item-detail-desc-tab {
  display: flex;
  align-items: center;
}

.block-lp_flowerjelly-lineup-list-item-goods .item-detail-desc-tab &gt; div {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50%;
  height: 50px;
  background-color: rgba(255, 255, 255, 0.3);
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.08em;
  cursor: pointer;
}

.block-lp_flowerjelly-lineup-list-item-goods .item-detail-desc-tab &gt; div.is-active {
  background-color: #ffffff;
}

.block-lp_flowerjelly-lineup-list-item-goods .item-detail-desc-tab &gt; div:first-child {
  border-top-left-radius: 10px;
}

.block-lp_flowerjelly-lineup-list-item-goods .item-detail-desc-tab &gt; div:last-child {
  border-top-right-radius: 10px;
}

.block-lp_flowerjelly-lineup-list-item-goods .item-detail-desc-target {
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  background-color: #ffffff;
}

.block-lp_flowerjelly-lineup-list-item-goods .item-detail-desc-target-item {
  display: none;
  padding: 40px;
}

.block-lp_flowerjelly-lineup-list-item-goods .item-detail-desc-target-item.is-active {
  display: block;
}

.block-lp_flowerjelly-lineup-list-item-goods .item-detail-desc-set {
  display: flex;
  justify-content: space-between;
}

.block-lp_flowerjelly-lineup-list-item-goods .item-detail-desc-set dl {
  width: 230px;
}

.block-lp_flowerjelly-lineup-list-item-goods .item-detail-desc-set dt {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 30px;
  border-radius: 4px;
  background-color: #f7f4ef;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.08em;
}

.block-lp_flowerjelly-lineup-list-item-goods .item-detail-desc-set dd {
  display: flex;
  flex-wrap: wrap;
  margin-top: 16px;
}

.block-lp_flowerjelly-lineup-list-item-goods .item-detail-desc-set dd.set-4 {
  width: 150px;
  margin: 16px auto 0;
}

.block-lp_flowerjelly-lineup-list-item-goods .item-detail-desc-set dd figure {
  display: block;
  width: 70px;
  text-align: center;
}

.block-lp_flowerjelly-lineup-list-item-goods .item-detail-desc-set dd.set-4 figure:not(:nth-child(2n)),
.block-lp_flowerjelly-lineup-list-item-goods .item-detail-desc-set dd.set-6 figure:not(:nth-child(3n)) {
  margin-right: 10px;
}

.block-lp_flowerjelly-lineup-list-item-goods .item-detail-desc-set dd.set-4 figure:not(:nth-child(-n + 2)),
.block-lp_flowerjelly-lineup-list-item-goods .item-detail-desc-set dd.set-6 figure:not(:nth-child(-n + 3)) {
  margin-top: 13px;
}

.block-lp_flowerjelly-lineup-list-item-goods .item-detail-desc-set dd figure img {
  display: block;
  width: 100%;
  height: auto;
}

.block-lp_flowerjelly-lineup-list-item-goods .item-detail-desc-set dd figure figcaption {
  display: block;
  margin-top: 10px;
  font-size: 14px;
  line-height: 1.428;
  letter-spacing: 0.04em;
}

.block-lp_flowerjelly-lineup-list-item-goods .item-detail-desc-content {
  font-size: 15px;
  line-height: 1.466;
  letter-spacing: 0.08em;
}

.block-lp_flowerjelly-lineup-list-item-goods .item-detail-desc-content-item {
  display: flex;
}

.block-lp_flowerjelly-lineup-list-item-goods .item-detail-desc-content-item + .item-detail-desc-content-item {
  margin-top: 12px;
}

.block-lp_flowerjelly-lineup-list-item-goods .item-detail-desc-content-item dt {
  width: 100px;
}

.block-lp_flowerjelly-lineup-list-item-goods .item-detail-desc-content-item dd {
  width: calc(100% - 100px);
}

.block-lp_flowerjelly-lineup-list-item-goods .item-detail-desc-content .annotation {
  margin-top: 22px;
  font-size: 13px;
  line-height: 1.692;
  letter-spacing: 0.08em;
}

.block-lp_flowerjelly-lineup-list-item-goods .item-detail-annotation {
  margin-top: 22px;
  font-size: 13px;
  line-height: 1.692;
  letter-spacing: 0.08em;
}

.block-lp_flowerjelly-brown_btn a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 400px;
  height: 60px;
  margin: 0 auto;
  border-radius: 60px;
  background-color: #a37941;
  color: #ffffff;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.1em;
  transition: opacity 0.2s;
}

.block-lp_flowerjelly-brown_btn a:hover {
  opacity: 0.65;
}

.block-lp_flowerjelly-lineup-list .block-lp_flowerjelly-brown_btn {
  margin-top: 100px;
}

.block-lp_flowerjelly-wrapping {
  margin-top: 150px;
}

.block-lp_flowerjelly-wrapping-content {
  display: flex;
  justify-content: space-between;
}

.block-lp_flowerjelly-wrapping-content .item-img {
  width: 500px;
}

.block-lp_flowerjelly-wrapping-content .item-img img {
  display: block;
  border-radius: 10px;
}

.block-lp_flowerjelly-wrapping-content .item-detail {
  position: relative;
  width: 620px;
  padding-top: 104px;
}

.block-lp_flowerjelly-wrapping-content .item-detail h2 {
  position: absolute;
  top: -37px;
  left: -131px;
  margin: 0;
  padding: 0;
}

.block-lp_flowerjelly-wrapping-content .item-detail-ttl {
  margin-bottom: 26px;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 0.08em;
}

.block-lp_flowerjelly-scene {
  margin-top: 140px;
  background-image: url(../../img/usr/lp/2024_flowerjelly/bg.jpg);
  background-position: center top;
  background-repeat: repeat;
}

.block-lp_flowerjelly-scene .container {
  position: relative;
  padding: 147px 0 100px;
}

.block-lp_flowerjelly-scene h2 {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: -67px;
  left: 0;
  width: 100%;
  margin: 0;
  padding: 0;
}

.block-lp_flowerjelly-scene h2 img {
  display: block;
}

.block-lp_flowerjelly-scene-main {
  position: relative;
}

.block-lp_flowerjelly-scene-main .item-img {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 99;
}

.block-lp_flowerjelly-scene-main .item-img img {
  display: block;
}

.block-lp_flowerjelly-scene-main .item-list li {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  width: 189px;
  height: 189px;
  background-image: url(../../img/usr/lp/2024_flowerjelly/pc/scene_bg.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  font-size: 18px;
  font-weight: 500;
  text-align: center;
  line-height: 1.444;
  letter-spacing: 0.08em;
  z-index: 9;
}

.block-lp_flowerjelly-scene-main .item-list li:nth-child(1) {
  top: -24px;
  left: -24px;
}

.block-lp_flowerjelly-scene-main .item-list li:nth-child(2) {
  top: 249px;
  left: -24px;
}

.block-lp_flowerjelly-scene-main .item-list li:nth-child(3) {
  top: 48px;
  left: 214px;
}

.block-lp_flowerjelly-scene-main .item-list li:nth-child(4) {
  top: 112px;
  left: 66px;
}

.block-lp_flowerjelly-scene-main .item-list li:nth-child(5) {
  top: -24px;
  right: 194px;
}

.block-lp_flowerjelly-scene-main .item-list li:nth-child(6) {
  top: 263px;
  left: 214px;
}

.block-lp_flowerjelly-scene-main .item-list li:nth-child(7) {
  top: 48px;
  right: -24px;
}

.block-lp_flowerjelly-scene-main .item-list li:nth-child(8) {
  top: 295px;
  right: 209px;
}

.block-lp_flowerjelly-scene-main .item-list li:nth-child(9) {
  top: 140px;
  right: 133px;
}

.block-lp_flowerjelly-scene-main .item-list li:nth-child(10) {
  top: 231px;
  right: -24px;
}

.block-lp_flowerjelly-scene-main .item-list li:nth-child(11) {
  top: 378px;
  left: 82px;
}

.block-lp_flowerjelly-scene-main .item-list li:nth-child(12) {
  top: 378px;
  right: 66px;
}

.block-lp_flowerjelly-scene-handmade {
  margin-top: 140px;
}

.block-lp_flowerjelly-scene-handmade h3 {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 0;
}

.block-lp_flowerjelly-scene-handmade-comment {
  text-align: center;
  letter-spacing: 0.08em;
}

.block-lp_flowerjelly-scene-handmade-comment p:nth-child(1) {
  font-size: 28px;
  font-weight: 700;
}

.block-lp_flowerjelly-scene-handmade-comment p:nth-child(2) {
  margin-top: 10px;
  font-size: 18px;
  font-weight: 500;
}

.block-lp_flowerjelly-scene-handmade-list {
  display: flex;
  justify-content: space-between;
  margin: 34px 0;
}

.block-lp_flowerjelly-scene-handmade-list li {
  width: 368px;
}

.block-lp_flowerjelly-scene-handmade-list img {
  width: 368px;
  border-radius: 368px;
}

.block-lp_flowerjelly hr {
  width: 100%;
  height: 31px;
  margin: 100px 0;
  padding: 0;
  border: none;
  background-image: url(../../img/usr/lp/2024_flowerjelly/pc/hr.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 327px 31px;
}

.block-lp_flowerjelly-scene-commitment h3 {
  margin: 0;
  padding: 0;
  font-size: 28px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.08em;
}

.block-lp_flowerjelly-scene-commitment-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 34px;
}

.block-lp_flowerjelly-scene-commitment-list li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: calc((100% - 40px) / 2);
}

.block-lp_flowerjelly-scene-commitment-list li:not(:nth-child(-n + 2)) {
  margin-top: 20px;
}

.block-lp_flowerjelly-scene-commitment-list .list-img {
  width: 140px;
}

.block-lp_flowerjelly-scene-commitment-list .list-img img {
  display: block;
}

.block-lp_flowerjelly-scene-commitment-list .list-detail {
  width: calc(100% - 180px);
  letter-spacing: 0.08em;
}

.block-lp_flowerjelly-scene-commitment-list .list-ttl {
  font-size: 18px;
  font-weight: 700;
}

.block-lp_flowerjelly-scene-commitment-list .list-comment {
  margin-top: 12px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.625;
}

.block-lp_flowerjelly-review {
  position: relative;
  margin-bottom: 170px;
  padding-top: 65px;
}

.block-lp_flowerjelly-review::before {
  content: "";
  display: block;
  position: absolute;
  top: -119px;
  left: 0;
  width: 100%;
  height: 255px;
  background-image: url(../../img/usr/lp/2024_flowerjelly/pc/review_bg.png);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: 1350px 255px;
}

.block-lp_flowerjelly-review h2 {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 0;
}

.block-lp_flowerjelly-review h2 img {
  display: block;
}

.block-lp_flowerjelly-review-list {
  margin-top: 50px;
}

.block-lp_flowerjelly-review-list li {
  display: flex;
  justify-content: space-between;
}

.block-lp_flowerjelly-review-list li + li {
  margin-top: 50px;
}

.block-lp_flowerjelly-review-list .list-img {
  width: 180px;
}

.block-lp_flowerjelly-review-list .list-img img {
  display: block;
}

.block-lp_flowerjelly-review-list .list-detail {
  width: calc(100% - 220px);
  padding-top: 16px;
  letter-spacing: 0.08em;
}

.block-lp_flowerjelly-review-list .list-ttl {
  font-size: 20px;
  font-weight: 700;
}

.block-lp_flowerjelly-review-list .list-comment {
  margin-top: 12px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.625;
}

.block-lp_flowerjelly-review-list .list-info {
  margin-top: 16px;
  font-size: 14px;
  font-weight: 500;
}

.block-lp_flowerjelly-faq {
  padding-top: 105px;
  background-image: url(../../img/usr/lp/2024_flowerjelly/pc/faq_bg.png);
  background-position: center top 91px;
  background-repeat: no-repeat;
  background-size: 1536px 342px;
}

.block-lp_flowerjelly-faq h2 {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 0;
}

.block-lp_flowerjelly-faq h2 img {
  display: block;
}

.block-lp_flowerjelly-faq-list {
  margin-top: 40px;
  letter-spacing: 0.08em;
}

.block-lp_flowerjelly-faq-list-item + .block-lp_flowerjelly-faq-list-item {
  margin-top: 10px;
}

.block-lp_flowerjelly-faq-list-item dd {
  display: none;
}

.block-lp_flowerjelly-faq-list-item dt,
.block-lp_flowerjelly-faq-list-item .list-answer {
  display: flex;
  align-items: center;
  position: relative;
  padding: 22px 88px;
  border-radius: 10px;
  background-color: #fbfaf8;
}

.block-lp_flowerjelly-faq-list-item dt {
  min-height: 88px;
  cursor: pointer;
  font-size: 20px;
  font-weight: 700;
}

.block-lp_flowerjelly-faq-list-item .list-answer {
  margin-top: 5px;
  padding-right: 30px;
  font-size: 16px;
  line-height: 1.625;
}

.block-lp_flowerjelly-faq-list-item dt .no,
.block-lp_flowerjelly-faq-list-item .list-answer .no {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  position: absolute;
  top: 50%;
  left: 30px;
  width: 58px;
  height: 40px;
  margin-top: -20px;
  font-size: 24px;
  font-family: "Lato", sans-serif;
  font-weight: 700;
  letter-spacing: 0;
}

.block-lp_flowerjelly-faq-list-item dt .no {
  color: #a37941;
}

.block-lp_flowerjelly-faq-list-item .list-answer .no {
  color: #f4c2c2;
}

.block-lp_flowerjelly-faq-list-item dt .icon-plus {
  display: block;
  position: absolute;
  top: 50%;
  right: 30px;
  width: 16px;
  height: 16px;
  margin-top: -8px;
}

.block-lp_flowerjelly-faq-list-item dt .icon-plus::before,
.block-lp_flowerjelly-faq-list-item dt .icon-plus::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 16px;
  height: 2px;
  margin: -1px 0 0 -8px;
  background-color: #000000;
}

.block-lp_flowerjelly-faq-list-item dt .icon-plus::after {
  transform: rotate(90deg);
  transition: transform 0.15s;
}

.block-lp_flowerjelly-faq-list-item dt.is-open .icon-plus::after {
  transform: rotate(0);
}

.block-lp_flowerjelly-faq-list-item .list-answer p + p {
  margin-top: 2em;
}

.block-lp_flowerjelly-annotation {
  margin-top: 100px;
  letter-spacing: 0.08em;
}

.block-lp_flowerjelly-annotation-item + .block-lp_flowerjelly-annotation-item {
  margin-top: 40px;
}

.block-lp_flowerjelly-annotation-item h2 {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 90px;
  margin: 0;
  padding: 0;
  border: 1px solid #e3dacd;
  border-bottom: none;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
  background-color: #fbfaf8;
  font-size: 24px;
  font-weight: 700;
  text-align: center;
}

.block-lp_flowerjelly-annotation-item-content {
  padding: 40px;
  border: 1px solid #e3dacd;
  border-top: none;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
}

.block-lp_flowerjelly-annotation-item-content .list-item + .list-item {
  margin-top: 34px;
}

.block-lp_flowerjelly-annotation-item-content dt {
  font-size: 18px;
  font-weight: 700;
}

.block-lp_flowerjelly-annotation-item-content dd {
  margin-top: 10px;
}

.block-lp_flowerjelly-annotation-item-content dd,
.block-lp_flowerjelly-annotation-item-content .item-comment {
  font-size: 16px;
  line-height: 1.625;
}

.block-lp_flowerjelly-annotation-item-content dd p + p,
.block-lp_flowerjelly-annotation-item-content .item-comment p + p {
  margin-top: 2em;
}

.block-lp_flowerjelly-annotation-item-content .block-lp_flowerjelly-brown_btn {
  margin-top: 40px;
}

.block-lp_flowerjelly-floating-btn {
  position: fixed;
  right: 26px;
  bottom: 80px;
  width: 140px;
  height: 140px;
  z-index: 999;
}

.block-lp_flowerjelly-floating-btn a {
  display: block;
  width: 100%;
  height: 100%;
  background-image: url(../../img/usr/lp/2024_flowerjelly/pc/btn_pagetop.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  text-indent: -999999px;
  transition: opacity 0.2s;
}

.block-lp_flowerjelly-floating-btn a:hover {
  opacity: 0.65;
}

.page-alert .block-common-alert {
  margin-top: 120px;
}

.block-purchase-history-detail .block-purchase-history-detail--add-goods,
.block-purchase-history-detail .block-purchase-history-detail--contact {
  background-color: #e3dacd;
  color: #333;
}

.table th {
  background-color: #f3eee8;
}

.block-topic-page {
  margin-top: 120px;
}
</pre></body></html>