@import url("https://www.sakurahorikiri.co.jp/w/wp-content/themes/sakurahorikiri/style.css");

section {
  margin-bottom: 0;
}

#ftr {
  background-color: #fff;
}

/* 商品ページの自由編集エリア追加分 */
/* パソコンで見たときは"pc"のclassがついた画像が表示される */
.pc {
  display: inline !important;
}

.sp {
  display: none !important;
}

/* スマートフォンで見たときは"sp"のclassがついた画像が表示される */
@media only screen and (max-width: 768px) {
  .pc {
    display: none !important;
  }

  .sp {
    display: inline !important;
  }
}

/* sp時のみ改行*/
@media screen and (max-width: 768px) {
  #item-long>.block .long.pt-a .text h3 br {
    display: block;
  }
}

@media screen and (min-width: 768px) {
  .pc-hide {
    display: none !important;
  }
}

#item-long>.block .long h3 {
  line-height: 1.8em;
}

#item-long>.block .long {
  line-height: 1.7em;
}

/*TOPページにも3ボタンリンクを出す*/
.fs-body-top #supportlink {
  display: block !important;
}

#item-long, #item-point>.block .long.pt-a .btn {
  /* font-family: 'Noto Sans JP', sans-serif; */
  background: #666666;
  color: #fff;
  font-size: 1.2em;
  padding: 16px 20px;
  text-decoration: none;
  border: 0;
  border-radius: 30px;
  transition-property: opacity;
  -webkit-transition-property: opacity;
  transition-duration: .5s;
  -webkit-transition-duration: .4s;
}

#item-long, #item-point>.block .long.pt-a .btn:hover {
  opacity: .7;
}

#item-long>.block .long.pt-a table {
  border-collapse: collapse;
}

#item-long>.block .long.pt-a table td {
  border: 1px solid #333;
  padding: 5px 10px;
}

#item-long>.block .long.pt-e .block .text {
  line-height: 1.6;
}

#item-long>.block .long.pt-f {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

@media screen and (max-width: 768px) {
  #item-long>.block .long.pt-f {
    width: 90%;
    margin: 0 auto;
  }
}

#item-long>.block .long.pt-f .block {
  width: calc(50% - 10px);
}

@media screen and (max-width: 768px) {
  #item-long>.block .long.pt-f .block {
    width: 100%;
    margin: 0 0 20px 0;
  }
}

#item-long>.block .long.pt-f .text {
  text-align: center;
  line-height: 1.6;
}

@media screen and (max-width: 768px) {
  #item-long>.block .long.pt-f .text {
    padding: 0 20px;
  }
}

#item-long>.block .long.pt-g {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 50px;
  width: 100%;
}

@media screen and (max-width: 768px) {
  #item-long>.block .long.pt-g {
    padding-left: 20px;
    padding-right: 20px;
  }
}

#item-long>.block .long.pt-g .block {
  max-width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
}

@media screen and (max-width: 768px) {
  #item-long>.block .long.pt-g .block {
    max-width: 100%;
  }
}

#item-long>.block .long.pt-g .block .image {
  max-width: 376px;
}

@media screen and (max-width: 768px) {
  #item-long>.block .long.pt-g .block .image {
    max-width: 100%;
    width: 100%;
    margin-bottom: 20px;
    text-align: center;
  }
}

#item-long>.block .long.pt-g .block .text {
  width: calc(100% - 406px);
}

#item-long>.block .long.pt-g .block .text h3 {
  margin-top: 0;
}

@media screen and (max-width: 768px) {
  #item-long>.block .long.pt-g .block .text {
    width: 100%;
  }
}

#item-long>.block .long.pt-h {
  display: flex;
  justify-content: space-between;
  margin-bottom: 50px;
  width: 100%;
}

#item-long>.block .long.pt-h:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
}

@media screen and (max-width: 768px) {
  #item-long>.block .long.pt-h:before {
    display: none;
  }
}

#item-long>.block .long.pt-h .block {
  max-width: 95%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  flex-direction: row-reverse;
  align-items: center;
}

@media screen and (max-width: 768px) {
  #item-long>.block .long.pt-h .block {
    max-width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
}

#item-long>.block .long.pt-h .block .image {
  max-width: 376px;
}

@media screen and (max-width: 768px) {
  #item-long>.block .long.pt-h .block .image {
    max-width: 100%;
    width: 100%;
    margin-bottom: 20px;
    text-align: center;
  }
}

#item-long>.block .long.pt-h .block .text {
  width: calc(100% - 406px);
}

#item-long>.block .long.pt-h .block .text h3 {
  margin-top: 0;
}

@media screen and (max-width: 768px) {
  #item-long>.block .long.pt-h .block .text {
    width: 100%;
  }
}

/*ここから*/
#item-long>.block .long.pt-i {
  margin-bottom: 50px;
}

#item-long>.block .long.pt-i .image {
  margin-bottom: 40px;
}

#item-long>.block .long.pt-i .text {
  text-align: center;
}

#item-long>.block .long.pt-i .text h3 {
  font-size: 24px;
  line-height: 1.6em;
}

#item-long>.block .long.pt-i .text h4 {
  font-size: 20px;
  line-height: 1.6em;
}

@media screen and (max-width: 768px) {
  #item-long>.block .long.pt-i {
    margin-bottom: 40px;
    padding-top: 0px;
    padding-left: 0px;
    padding-right: 0px;
  }
}

@media screen and (max-width: 768px) {
  #item-long>.block .long.pt-i .image {
    margin-bottom: 40px;
  }
}

@media screen and (max-width: 768px) {
  #item-long>.block .long.pt-i .text {
    padding: 0 20px;
  }
}

/*
@media screen and (max-width: 768px) {
  #item-long > .block .long.pt-i .text h4 br {
    display: none;
  }
}*/
/* シリーズ詳細ページの追加分 */
.series-detail .sec03>.block>ul>li .text02 {
  text-align: left;
  font-size: 1.4rem;
  line-height: 1.6;
  margin-bottom: 20px;
  font-family: 'Noto Sans JP', sans-serif;
}

/* 初めての方のスターターキット誘導追加分 */
#page-beginner .sec05 .ttl+.text {
  text-align: center;
  margin-bottom: 25px;
}

#page-beginner .sec05 .ttl+.text p {
  margin: 0;
  font-size: 18px;
  line-height: 1.6em;
}

#page-beginner .sec05 .text+.btn-wrap {
  text-align: center;
  margin-bottom: 70px;
}

/* マイページのスターターキット誘導追加分 */
.fs-body-my-top .mypage-btnbnr {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}

.fs-body-my-top .mypage-btnbnr>* {
  position: relative;
  top: -80px;
}

.fs-body-my-top .mypage-btnbnr .btn-friends-ver2 .btn {
  min-width: 272px;
  text-align: center;
}

.fs-body-my-top .mypage-btnbnr .bnr-starterkit {
  font-size: 0;
  line-height: 0;
  margin-left: 16px;
}

.fs-body-my-top .mypage-btnbnr .bnr-starterkit img {
  height: 54px;
  width: auto;
}

@media only screen and (max-width: 768px) {
  .fs-body-my-top .mypage-btnbnr {
    display: block;
    text-align: center;
  }

  .fs-body-my-top .mypage-btnbnr .btn-friends-ver2 .btn {
    min-width: 0;
    width: 100%;
    max-width: 400px;
    text-align: center;
  }

  .fs-body-my-top .mypage-btnbnr .bnr-starterkit {
    margin-left: 0;
    margin-top: 16px;
    text-align: center;
  }

  .fs-body-my-top .mypage-btnbnr .bnr-starterkit img {
    width: 100%;
    height: auto;
    max-width: 400px;
  }
}

/* シンプルフッター追加分 */
#footer-simple {
  background: #4b4e53;
  color: #fff;
  padding: 20px 20px 40px;
}

@media screen and (max-width: 768px) {
  #footer-simple {
    padding-bottom: 60px;
  }
}

#footer-simple .footer-upper {
  max-width: 1205px;
  margin: 0 auto 20px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

#footer-simple .footer-upper .footer-logo {
  width: 154px;
}

@media screen and (max-width: 768px) {
  #footer-simple .footer-upper .footer-logo {
    margin: 0 auto;
  }
}

#footer-simple .footer-upper .footer-sns {
  font-size: 0;
  line-height: 0;
  margin-top: 10px;
}

@media screen and (max-width: 768px) {
  #footer-simple .footer-upper .footer-sns {
    width: 100%;
    margin-top: 20px;
  }
}

#footer-simple .footer-upper .footer-sns ul {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width: 768px) {
  #footer-simple .footer-upper .footer-sns ul {
    justify-content: center;
  }
}

#footer-simple .footer-upper .footer-sns ul li {
  margin: 0;
  padding: 0;
  width: 25px;
  height: auto;
}

#footer-simple .footer-upper .footer-sns ul li:not(:first-child) {
  margin-left: 20px;
}

@media screen and (max-width: 768px) {
  #footer-simple .footer-upper .footer-sns ul li:not(:first-child) {
    margin-left: 10px;
  }
}

#footer-simple .footer-lower {
  text-align: center;
}

/* ショッピングガイドのルール表記 */
#page-guide #guide-etc>.block .rule {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 14px;
  line-height: 1.6em;
  margin-top: 40px;
  font-weight: 500;
}

#page-guide #guide-etc>.block .rule p {
  margin-bottom: 0;
}

/* 会員登録フォームのチェックボックス表示調整 */
.fs-c-checkbox__checkMark {
  flex-shrink: 0;
}

/* TOPページの各エリアの背景処理 */
#newproducts, #ranking {
  position: relative;
  z-index: 2;
}

/* カート内、配送方法ダイアログ「お届け希望日」非表示処理 2021/11/15 SakuraIshikawa */
.fs-c-checkout-deliveryMethod__option__title {
  display: none;
}

/* 別売り額用のボタン */
.kdmrbtn {
  display: inline-block;
  background: #999;
  color: #fff;
  font-size: 1em;
  font-weight: bold;
  padding: 0.3em 2em;
  text-decoration: none;
  border-radius: 30px;
  transition-property: opacity;
  -webkit-transition-property: opacity;
  transition-duration: .5s;
  -webkit-transition-duration: .4s;
}

.kdmrbtn:hover {
  opacity: .7;
  color: #fff;
}

/*　関連商品の詳細を見るもボタン化　*/
.fs-c-button--viewProductDetail {
  text-align: center;
  display: inline-block;
  background: #404040;
  color: #fff !important;
  padding: 0 22px;
  border-radius: 3px;
}

.fs-c-button--plain.fs-c-button--viewProductDetail::before {
  content: "";
}

/*　プライバシーポリシーパーツでセクションの下の区切り線を消す　*/
.fs-c-documentColumn2 {
  border-bottom: 0;
  padding-bottom: 0;
  line-height: 1.6em;
}

/* テーブルのレスポンシブ（縦積み）*/
table {
  border-collapse: collapse;
  width: 100%;
  font-size: 0.95em;
}

.tb01 th,
.tb01 td {
  padding: 10px;
  border: solid 1px #ccc;
  box-sizing: border-box;
}

.tb01 th {
  background: #f7f7f7;
  color: #000;
}

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

  table.tb01 th,
  table.tb01 td {
    display: block;
    width: 100%;
    border-bottom: none;
  }

  .tb01 tr:last-child {
    border-bottom: solid 1px #ccc;
  }
}


/* フッタ（利用規約とか）表示調整 */
@media screen and (max-width: 768px) {
  #sh-footer .footer-lower>ul li:nth-of-type(1) {
    order: 1;
  }

  #sh-footer .footer-lower>ul li:nth-of-type(2) {
    order: 2;
  }

  #sh-footer .footer-lower>ul li:nth-of-type(3) {
    order: 3;
  }

  #sh-footer .footer-lower>ul li:nth-of-type(4) {
    order: 4;
    padding-left: 0;
    border-left: none;
  }

  #sh-footer .footer-lower>ul li:nth-of-type(5) {
    order: 5;
    margin-right: 10px;
  }

  #sh-footer .footer-lower>ul li:nth-of-type(6) {
    order: 6;
    padding-left: 0;
    border-left: none;
    margin-top: 10px;
  }

  #sh-footer .footer-lower>ul li:nth-of-type(7) {
    order: 7;
    padding-left: 0;
    margin-top: 10px;
    border-left: none;
  }
}

/*ページ下3ボタンメニューの幅上書き*/
#supportlink .inner .btn-wrap ul li .btn {
  min-width: 220px;
}

/* 探すメニュー用新設CSS*/
#page-myselect .sec01 {
  padding: 0 20px;
  margin-bottom: 40px;
}

#page-myselect .sec01 .inner {
  max-width: 1160px;
  margin: 0 auto;
}

#page-myselect .sec01 .headiting {
  text-align: center;
  font-size: 20px;
  line-height: 1.6em;
  margin-bottom: 60px;
}

#page-myselect .btn-wrap {
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 8px 0 40px 0;
  align-items: center;
  text-align: center;
}

#page-myselect .btn-wrap:before {
  content: "";
  width: 0;
  height: 0;
  display: block;
  order: 1;
}

#page-myselect .btn-wrap:after {
  content: "";
  width: 0;
  height: 0;
  display: block;
  order: 3;
}

#page-myselect.page.pt-a {
  padding-top: 90px;
  padding-bottom: 0;
}

/*PC３列SP1列改行すると左寄せ*/
.container_3c {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.container_3c .item {
  width: 30%;
}

.container_3c::after {
  content: "";
  display: block;
  width: 30%;
}

.item-img {
  padding: 0;
}

.item-body {
  padding: 0;
  text-align: center;
}

.item-title {
  margin: 16px 0;
  font-size: 22px;
  text-align: center;
}

.item-body p {
  line-height: 1.5;
  text-align: left;
}

.item-btn {
  display: inline-block;
}

@media screen and (max-width: 768px) {
  .container_3c {
    flex-direction: column;
  }

  .container_3c .item {
    width: 100%;
  }
}

.item-d-note {
  line-height: 1.6;
}

.item-d-genre {
  width: 100%;
  border-bottom: 1px solid #E6E6E6;
}

.item-d-genre p {
  margin-top: 0;
  margin-bottom: 1em;
  font-size: 0.85em;
  line-height: 1.6;
}

.item-d-level {
  width: 100%;
  border-bottom: 1px solid #E6E6E6;
}

.item-d-level p {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 0.85em;
  line-height: 1.6;
}

/*●に矢印のアイコンをリンクの前に付ける*/
.link_arrow {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  color: #333;
  text-decoration: none;
}

.link_arrow:before {
  content: '';
  width: 18px;
  height: 18px;
  background: #db2e5e;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: -5px;
  margin-top: -10px;
}

.link_arrow:after {
  content: '';
  width: 6px;
  height: 6px;
  border: 0;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -4px;
  transform: rotate(45deg);
}

/*商品詳細ページのジャンルのリンクに下線*/
.item-d-genre a {
  text-decoration: underline;
}

/*商品詳細ページのジャンルアイコン３色*/
.genreicon {
  display: inline-block;
  color: #fff;
  border-radius: 5px;
  font-size: 0.85em;
  font-weight: bold;
  line-height: 1;
  padding: 0.35em 0.7em;
  margin-left: 1em;
  text-decoration: none;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}

.bg01 {
  background: #5f8c2c;
}

.bg02 {
  background: #3073a7;
}

.bg03 {
  background: #b24b61;
}

#item-detail .fs-c-quantity__select, #item-detail select[name="quantity"] {
  -webkit-appearance: none;
}

.fs-body-product .fs-l-main .fs-l-productLayout #item-detail .fs-c-productNameHeading .fs-c-productNameHeading__name {
  font-size: 24px;
}

.fs-body-product .fs-l-main .fs-l-productLayout #item-detail .fs-c-productPrices {
  justify-content: flex-start;
}

.fs-body-product .fs-l-main .fs-l-productLayout #item-detail .fs-c-productPrices .fs-c-price__value {
  font-family: "Roboto", sans-serif;
  font-size: 30px;
}

.topRanking .tab--typeA2 ul.tabSwitch {
  margin-left: -20px;
  margin-right: -20px;
}

/*商品一覧　価格フォントサイズ調整*/
.fs-c-productList__list .fs-c-productList__list__item .fs-c-productListItem__prices .fs-c-price__value {
  font-size: 18px !important;
}

/*商品詳細　価格フォントサイズ調整*/
.fs-body-product .fs-l-main .fs-l-productLayout #item-detail .fs-c-productPrices .fs-c-productPrice--selling .fs-c-productPrice__main .fs-c-price__value {
  font-size: 30px !important;
}

/*商品詳細　必要な道具調整*/
.fs-c-featuredProduct .fs-c-featuredProduct__list .fs-c-productListCarousel__list__item .fs-c-productListItem__control .fs-c-button--addToCart--list {
  padding: 10px 10px !important;
}

.fs-c-featuredProduct .fs-c-featuredProduct__list .fs-c-productListCarousel__list__item .fs-c-productPrice {
  margin: 10px 0;
}

/*商品詳細　css確認*/
.fs-body-product #yuzenpaper-list {
  border-top: 1px solid #E6E6E6;
  padding: 90px 0;
}

.fs-body-product #yuzenpaper-list .list .page .list-item {
  width: calc(16.6% - 32px);
}

.fs-body-product #yuzenpaper-list .list .page .list-item:nth-of-type(n + 13) {
  display: none;
}

.fs-body-product #yuzenpaper-list .list .page .list-item .text {
  font-size: 14px;
  line-height: 1.6em;
  font-family: 'Noto Sans JP', sans-serif;
}

.fs-body-product #tools-list {
  padding: 90px 0;
  background: #F5F5F5;
}

@media screen and (max-width: 768px) {
  .fs-body-product #yuzenpaper-list {
    margin: 0 20px;
  }
}

@media screen and (max-width: 768px) {
  .fs-body-product #yuzenpaper-list .list .page .list-item {
    width: calc(50% - 10px);
    float: none;
    margin: 0 0 20px;
  }
}

@media screen and (min-width: 768px) {
  .fs-body-product #yuzenpaper-list .list .page .list-item:nth-of-type(n + 13) {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .fs-body-product #yuzenpaper-list .list .page .list-item:nth-of-type(n + 7) {
    display: none;
  }
}

#yuzenpaper-list .block>.btn-wrap {
  display: none;
}

#yuzenpaper-list .list .page {
  zoom: 1;
  overflow: hidden;
  width: calc(100% + 32px);
  margin-right: -32px;
  display: none;
}

#yuzenpaper-list .list .page.is-active {
  display: block;
}

#yuzenpaper-list .list .page .list-item {
  width: calc(25% - 32px);
  float: left;
  margin-right: 32px;
  margin-bottom: 20px;
  text-align: center;
  cursor: pointer;
}

#yuzenpaper-list .list .page .list-item .image {
  margin-bottom: 10px;
  position: relative;
  width: 100%;
}

#yuzenpaper-list .list .page .list-item .image:before {
  content: "";
  display: block;
  padding-top: 100%;
}

#yuzenpaper-list .list .page .list-item .image .image-inner {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  overflow: hidden;
  background: #F5F5F5;
}

#yuzenpaper-list .list .page .list-item .image .image-inner img {
  width: 134%;
  max-width: 134%;
  height: auto;
  position: absolute;
  left: -17%;
  top: 0;
  display: block;
}

@media screen and (max-width: 768px) {
  #yuzenpaper-list .list .page.is-active {
    display: flex;
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  #yuzenpaper-list .list .page {
    margin-right: auto;
    width: auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
}

@media screen and (max-width: 768px) {
  #yuzenpaper-list .list .page .list-item {
    width: calc(50% - 10px);
    float: none;
    margin: 0 0 20px;
  }
}

#item-related {
  border-top: 1px solid #E6E6E6;
  padding: 90px 0;
  max-width: 1200px;
  margin: 0 auto;
}

#item-related>.block>.btn-wrap {
  display: none;
}

#item-related .list {
  max-width: 1200px;
  margin: 0 auto;
}

#item-related .list .fs-c-productList__list__item:nth-of-type(n+5) {
  display: none;
}

#item-related .list .fs-c-productList__list .fs-c-productList__list__item .fs-c-productListItem__control {
  display: block;
  text-align: center;
}

#item-related .list .fs-c-productList__list .fs-c-productList__list__item .fs-c-productListItem__control .fs-c-button--addToCart--list {
  text-align: center;
  display: inline-block;
  background: #404040;
  color: #fff;
  padding: 0 17px;
  border-radius: 3px;
}

#item-related .list .fs-c-productList__list .fs-c-productList__list__item .fs-c-productListItem__control .fs-c-button--addToCart--list:link, #item-related .list .fs-c-productList__list .fs-c-productList__list__item .fs-c-productListItem__control .fs-c-button--addToCart--list:visited, #item-related .list .fs-c-productList__list .fs-c-productList__list__item .fs-c-productListItem__control .fs-c-button--addToCart--list:hover, #item-related .list .fs-c-productList__list .fs-c-productList__list__item .fs-c-productListItem__control .fs-c-button--addToCart--list:active {
  color: #fff;
  text-decoration: none;
}

#item-related .list .fs-c-productList__list .fs-c-productList__list__item .fs-c-productListItem__control .fs-c-button--addToCart--list:before {
  display: none;
}

#item-related .list .fs-c-productList__list .fs-c-productList__list__item .fs-c-productListItem__control .fs-c-button--addToWishList--icon {
  display: none;
}

@media screen and (max-width: 768px) {
  #item-related {
    margin: 0 20px;
  }
}

@media screen and (max-width: 768px) {
  #item-related .list .fs-c-productList__list .fs-c-productList__list__item .fs-c-productListItem__control .fs-c-button--addToCart--list {
    padding: 0 8px;
  }
}

#item-tools {
  background: #F5F5F5;
  padding: 90px 0;
}

#item-tools>.block>.btn-wrap {
  display: none;
}

#item-tools .list {
  max-width: 1200px;
  margin: 0 auto;
}

#item-tools .list .fs-c-productList__list__item:nth-of-type(n+5) {
  display: none;
}

#item-tools .list .fs-c-productList__list .fs-c-productList__list__item .fs-c-productListItem__control {
  display: block;
  text-align: center;
}

#item-tools .list .fs-c-productList__list .fs-c-productList__list__item .fs-c-productListItem__control .fs-c-button--addToCart--list {
  text-align: center;
  display: inline-block;
  background: #404040;
  color: #fff;
  padding: 0 17px;
  border-radius: 3px;
}

#item-tools .list .fs-c-productList__list .fs-c-productList__list__item .fs-c-productListItem__control .fs-c-button--addToCart--list:link, #item-tools .list .fs-c-productList__list .fs-c-productList__list__item .fs-c-productListItem__control .fs-c-button--addToCart--list:visited, #item-tools .list .fs-c-productList__list .fs-c-productList__list__item .fs-c-productListItem__control .fs-c-button--addToCart--list:hover, #item-tools .list .fs-c-productList__list .fs-c-productList__list__item .fs-c-productListItem__control .fs-c-button--addToCart--list:active {
  color: #fff;
  text-decoration: none;
}

#item-tools .list .fs-c-productList__list .fs-c-productList__list__item .fs-c-productListItem__control .fs-c-button--addToCart--list:before {
  display: none;
}

#item-tools .list .fs-c-productList__list .fs-c-productList__list__item .fs-c-productListItem__control .fs-c-button--addToWishList--icon {
  display: none;
}

@media screen and (max-width: 768px) {
  #item-tools {
    padding: 90px 20px;
  }
}

@media screen and (max-width: 768px) {
  #item-tools .list .fs-c-productList__list .fs-c-productList__list__item .fs-c-productListItem__control .fs-c-button--addToCart--list {
    padding: 0 8px;
  }
}

#item-set {
  background: #fff;
  padding: 90px 0;
  text-align: center;
}

#item-set .ttl {
  padding: 0 20px;
}

#item-set .image {
  max-width: 588px;
  margin: 0 auto 20px;
}

#item-set p {
  padding: 0 20px;
}

@media screen and (max-width: 768px) {
  #item-set p {
    font-size: 14px;
    line-height: 1.6em;
  }
}

#item-point {
  background: #fff;
  padding: 90px 20px 30px;
}

#item-point>.block {
  max-width: 893px;
  margin: 0 auto;
}

#item-point>.block>ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

#item-point>.block>ul>li {
  width: calc(48% - 16px);
  margin-bottom: 60px;
}

@media screen and (max-width: 768px) {
  #item-point>.block>ul>li {
    width: 100%;
    margin-bottom: 40px;
    font-size: 14px;
    line-height: 1.6em;
  }
}

#item-long {
  background: #fff;
  padding: 90px 0;
}

#item-long>.block {
  max-width: 893px;
  margin: 0 auto;
}

#item-long>.block .long.pt-a {
  margin-bottom: 50px;
}

#item-long>.block .long.pt-a .image {
  margin-bottom: 40px;
}

#item-long>.block .long.pt-a .text {
  text-align: center;
}

#item-long>.block .long.pt-a .text h3 {
  font-size: 24px;
  line-height: 1.6em;
}

#item-long>.block .long.pt-a .text h4 {
  font-size: 20px;
  line-height: 1.6em;
}

#item-long>.block .long.pt-b {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 50px;
  width: 100%;
}

#item-long>.block .long.pt-b .block {
  max-width: 90%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

#item-long>.block .long.pt-b .block .image {
  max-width: 276px;
}

#item-long>.block .long.pt-b .block .text {
  width: calc(100% - 306px);
}

#item-long>.block .long.pt-b .block .text h3 {
  margin-top: 0;
}

#item-long>.block .long.pt-c {
  display: flex;
  justify-content: space-between;
  margin-bottom: 50px;
  width: 100%;
}

#item-long>.block .long.pt-c:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
}

#item-long>.block .long.pt-c .block {
  max-width: 90%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  flex-direction: row-reverse;
}

#item-long>.block .long.pt-c .block .image {
  max-width: 276px;
}

#item-long>.block .long.pt-c .block .text {
  width: calc(100% - 306px);
}

#item-long>.block .long.pt-c .block .text h3 {
  margin-top: 0;
}

#item-long>.block .long.pt-d {
  margin-bottom: 50px;
}

#item-long>.block .long.pt-d .block {
  max-width: 738px;
  margin: 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
}

#item-long>.block .long.pt-d .block>.image {
  width: 276px;
  text-align: center;
}

#item-long>.block .long.pt-d .block>.image img {
  width: 70%;
  height: auto;
}

#item-long>.block .long.pt-d .block .text {
  width: calc(100% - 291px);
}

#item-long>.block .long.pt-d .block .text ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

#item-long>.block .long.pt-d .block .text ul li {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
}

#item-long>.block .long.pt-d .block .text ul li:not(:first-child) {
  margin-top: 40px;
}

#item-long>.block .long.pt-d .block .text ul li .image {
  width: 122px;
}

#item-long>.block .long.pt-d .block .text ul li p {
  width: calc(100% - 144px);
}

#item-long>.block .long.pt-e {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

#item-long>.block .long.pt-e .block {
  width: calc(33.3% - 21px);
}

@media screen and (max-width: 768px) {
  #item-long {
    padding: 40px 0;
  }
}

@media screen and (max-width: 768px) {
  #item-long>.block .long.pt-a {
    margin-bottom: 40px;
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media screen and (max-width: 768px) {
  #item-long>.block .long.pt-a .image {
    margin-bottom: 40px;
  }
}

@media screen and (max-width: 768px) {
  #item-long>.block .long.pt-a .text {
    padding: 0 20px;
  }
}

@media screen and (max-width: 768px) {
  #item-long>.block .long.pt-a .text h3 br {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  #item-long>.block .long.pt-a .text h4 br {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  #item-long>.block .long.pt-b {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media screen and (max-width: 768px) {
  #item-long>.block .long.pt-b .block {
    max-width: 100%;
  }
}

@media screen and (max-width: 768px) {
  #item-long>.block .long.pt-b .block .image {
    max-width: 100%;
    width: 100%;
    margin-bottom: 20px;
    text-align: center;
  }
}

@media screen and (max-width: 768px) {
  #item-long>.block .long.pt-b .block .text {
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  #item-long>.block .long.pt-c:before {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  #item-long>.block .long.pt-c .block {
    max-width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media screen and (max-width: 768px) {
  #item-long>.block .long.pt-c .block .image {
    max-width: 100%;
    width: 100%;
    margin-bottom: 20px;
    text-align: center;
  }
}

@media screen and (max-width: 768px) {
  #item-long>.block .long.pt-c .block .text {
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  #item-long>.block .long.pt-d .block>.image {
    width: 100%;
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 768px) {
  #item-long>.block .long.pt-d .block>.image img {
    width: 60%;
    height: auto;
  }
}

@media screen and (max-width: 768px) {
  #item-long>.block .long.pt-d .block .text {
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  #item-long>.block .long.pt-d .block .text ul {
    padding: 0 20px;
  }
}

@media screen and (max-width: 768px) {
  #item-long>.block .long.pt-d .block .text ul li:not(:first-child) {
    margin-top: 20px;
  }
}

@media screen and (max-width: 768px) {
  #item-long>.block .long.pt-d .block .text ul li .image {
    width: 28%;
  }
}

@media screen and (max-width: 768px) {
  #item-long>.block .long.pt-d .block .text ul li p {
    width: calc(72% - 20px);
  }
}

@media screen and (max-width: 768px) {
  #item-long>.block .long.pt-e {
    width: 80%;
    margin: 0 auto;
  }
}

@media screen and (max-width: 768px) {
  #item-long>.block .long.pt-e .block {
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  #item-long>.block .long.pt-e .block .image img {
    width: 100%;
    height: auto;
  }
}

#page-ranking>.inner {
  max-width: 1200px;
  margin: 0 auto;
}

#page-ranking>.inner .tab-wrapper .tab {
  justify-content: center;
  margin-bottom: 90px;
}

#page-ranking>.inner .tab-wrapper .tab li {
  width: 26%;
  border-right: none;
  border-color: #707070;
}

#page-ranking>.inner .tab-wrapper .tab li:last-child {
  border-right: 1px solid #707070;
}

#page-ranking>.inner .tab-wrapper .tab li span {
  opacity: 0.5;
  transition: opacity 0.3s;
}

#page-ranking>.inner .tab-wrapper .tab li:hover span, #page-ranking>.inner .tab-wrapper .tab li.active span {
  opacity: 1;
}

@media screen and (max-width: 1240px) {
  #page-ranking>.inner {
    padding: 0 20px;
  }
}

@media screen and (max-width: 768px) {
  #page-ranking>.inner .tab-wrapper .tab li {
    width: 33.3%;
  }
}

@media screen and (max-width: 768px) {
  #page-ranking>.inner .tab-wrapper .tab li:last-child {
    border-right: none;
  }
}

@media screen and (max-width: 768px) {
  #page-ranking>.inner .tab-wrapper .tab li:first-child {
    border-left: none;
  }
}

@media screen and (max-width: 413px) {
  #page-ranking>.inner .tab-wrapper .tab li span {
    font-size: 14px;
    line-height: 1.6em;
  }
}

.fs-body-product .fs-c-featuredProduct .ccItemListContainer>div {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}

.fs-body-product .fs-c-featuredProduct .ccItemListContainer>div>.itemList__unit {
  max-width: 25%;
  flex: 0 0 25%;
}

@media screen and (max-width: 768px) {
  .fs-body-product .fs-c-featuredProduct .ccItemListContainer>div {
    display: flex;
  }

  .fs-body-product .fs-c-featuredProduct .ccItemListContainer>div>.itemList__unit {
    max-width: 50%;
    flex: 0 0 50%;
  }
}

.fs-c-productPlainImage img {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  overflow: hidden;
}

/*フォントサイズ調整*/
@media screen and (max-width: 768px) {
  .multiGrid .itemList__unit p {
    font-size: 16px !important;
  }
}

@media screen and (max-width: 768px) {
  .articleList__title {
    font-size: 16px !important;
  }
}

@media screen and (max-width: 768px) {
  .tab--typeA2 ul.tabSwitch li span {
    font-size: 14px !important;
  }
}

@media screen and (max-width: 768px) {
  .itemList-sp--3 .itemList__unit p, .itemList.itemList--typeC .itemList__unit p, .itemList.itemList--typeD .itemList__unit p {
    font-size: 16px !important;
  }
}

@media screen and (max-width: 768px) {
  .tab--typeA2 ul.tabSwitch li span {
    font-size: 14px !important;
  }
}

@media screen and (max-width: 768px) {
  p {
    font-size: 16px !important;
  }
}

@media screen and (max-width: 768px) {
  .conceptD__text p {
    font-size: 16px !important;
  }
}

/*ヘッダーアイコン調整*/
@media screen and (max-width: 1200px) {
  .iconNav img {
    max-width: 24px !important;
  }
}

/*ランキング色調整*/
.tab--typeA2 ul.tabSwitch li.active span {
  color: #1B1B1B !important;
  background-color: #FFFFFF !important;
}

.tab--typeA2 ul.tabSwitch li span {
  color: #FFFFFF !important;
  background-color: #D57F8A !important;
  border: 1px solid #D57F8A !important;
}

/*商品詳細画像調整*/
.fs-c-productCarouselMainImage__carousel .slick-slide .fs-c-productCarouselMainImage__image img {
  max-width: 439px;
}

@media screen and (max-width: 768px) {
  .fs-c-productCarouselMainImage__carousel .slick-slide .fs-c-productCarouselMainImage__image img {
    max-width: 100vw;
  }
}

.fs-c-productCarouselMainImage__thumbnailList>li {
  flex-basis: 70px;
}

/*ここから0730鈴木追加分*/
/*商品詳細ページ：副資材ボックスの指定*/
.detail_tool, .detail_frame {
  font-size: 0.85em;
  margin-top: 1em;
}

.detail_tool span {
  font-weight: bold;
}

.detail_frame span {
  font-weight: bold;
}

/*リンクのテキストデザイン*/
a.detail_link {}

a.detail_link:link {
  color: #1b1b1b;
}

a.detail_link:hover {
  text-decoration: underline;
}

a.detail_link:visited {
  color: #1b1b1b;
}

/*リンクの前の三角（li使用）*/
ul.detail_triangle {
  padding-left: 1em;
  list-style-type: none;
}

ul.detail_triangle li {
  position: relative;
  padding-left: 1.3em;
  padding-top: 0em;
  padding-bottom: 0;
  line-height: 1.5;
  margin-top: 0.2em;
}

ul.detail_triangle li:before {
  position: absolute;
  content: '';
  top: 0.5em;
  left: 0.2em;
  height: 0;
  width: 0;
  border-style: solid;
  border-width: 6px 0 6px 9px;
  border-color: transparent transparent transparent #c9506d;
}

@media (max-width: 767px) {
  ul.detail_triangle li:before {
    top: 0.3em;
  }
}

.fs-body-product .yuzenpaper-link {
  display: none;
}

.fs-c-wishlistProduct {
  margin-top: 50px;
}

.fs-c-wishlistProduct .ccItemListContainer>div {
  display: flex;
  flex-wrap: wrap;
  gap: 20px 0;
  margin: 0 -15px;
}

.fs-c-wishlistProduct .ccItemListContainer>div .itemList__unit {
  width: 25%;
}

@media screen and (max-width: 768px) {
  .fs-c-wishlistProduct .ccItemListContainer>div .itemList__unit {
    width: 50%;
  }
}

.fs-c-quantity__select {
  padding: 10px;
}

/* 240819 */
@media screen and (min-width: 769px) {
  .fs-c-productCarouselMainImage__image>img {
    max-width: 439px;
  }

  #item-photo .fs-c-productCarouselMainImage__carousel {
    display: none;
    height: 444px;
    overflow: hidden;
  }

  #item-photo.slick-initialized .fs-c-productCarouselMainImage__carousel {
    display: block;
    height: initial;
    overflow: initial;
  }
}

@media screen and (max-width: 768px) {
  .fs-body-category .ttlImg {
    display: none;
  }
}

@media screen and (min-width: 769px) {
  body.fs-body-category:before {
    display: none;
  }

  body.feature-group-image-on .fs-c-breadcrumb {
    margin-bottom: 0;
  }

  .ttlImg {
    overflow: hidden;
    position: relative;
  }

  .ttlImg:before {
    padding-top: 260px;
    content: "";
    display: block;
  }

  .ttlImg img {
    position: absolute;
    top: 0;
    left: -30%;
    bottom: 0;
    right: 0;
    object-fit: cover;
    object-position: bottom;
    width: 160%;
    height: 100%;
    max-width: none;
  }
}

.fr3-item__rank[data-item-rank='1'] {
  background: #e1ab43;
  color: #fff;
}

.fr3-item__rank[data-item-rank='2'] {
  background: #e1e1e1;
  color: #fff;
}

.fr3-item__rank[data-item-rank='3'] {
  background: #d39379;
  color: #fff;
}

/* 20240906 */
.hrd_keywordWrap .hrd_keywordTitle {
  color: inherit;
  font-size: inherit;
  margin: inherit;
}

@media (min-width: 992px) and (max-width: 1200px) {
  .hdrTop .hdrInner:not(.hdrInner--one) .hdrInfo {
    max-width: calc(100% - 700px) !important;
    flex: 0 0 calc(100% - 700px) !important;
  }

  .hdrTop .hdrInner:not(.hdrInner--one) .exNav {
    justify-content: flex-end;
    max-width: 700px !important;
    flex: 0 0 700px !important;
  }

  .exNav ul li:not(:last-child) {
    margin-right: 15px !important;
  }

  .exNav.exNav--typeA ul li a {
    padding-left: 15px !important;
    font-size: 14px;
  }

  .hrd_keywordWrap .hrd_keywordTitle {
    font-size: 13px;
  }

  .hrd_keywordWrap .hrd_keyword a {
    font-size: 14px;
  }

  .hdrMiddle .hdrInner {
    height: 70px !important;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {

  #hdr .hdrBottom.spOnly,
  #hdr .hdrMiddle__left.spOnly,
  .iconNav span small {
    display: block !important;
  }

  #hdr .exNav,
  #hdr .hdrMiddle__middle,
  #hdr .hdrBottom--onlyNav.pcOnly {
    display: none !important;
  }

  #hdr.hdr--typeE .hdrBottom {
    background: #F6E9E9;
  }

  .hdrCatMenu {
    max-width: 500px;
    margin: 0 auto;
  }

  .hdrCatMenu__col>div>* {
    max-width: 500px;
    margin: 0 auto;
  }

  .hdrSearch__wrap {
    top: 100% !important;
  }

  .hdrMiddle__left .side__detailSearch {
    margin: auto;
    max-width: 500px;
  }

  .iconNav [class*="hasChildren"]>ul {
    padding: 0;
    left: 0;
    border-top: 1px solid #dfdfdf;
    top: calc(100% - 15px);
  }

  .iconNav img {
    max-width: 30px !important;
  }

  .iconNav span small, .iconNav label small, .iconNav a small {
    font-size: 10px !important;
  }

  .hdrSearch--toggle {
    margin-left: 15px !important;
  }

  .iconNav i {
    font-size: 30px !important;
  }

  #menu-icon {
    margin-top: 6px;
  }
}

.fs-body-custom .freep_simpleHdr .hdrInner {
  max-width: 720px;
}

@media (min-width: 1200px) {
  .fs-body-custom .freep_simpleHdr #hdrLogo img {
    max-width: 181px;
  }
}

#ft_eto h2 {
  font-size: 1.75em;
  text-align: center;
  margin-block-start: 2em;
  margin-block-end: 1em;
  line-height: 1.4;
  font-weight: bold;
}

#ft_eto h3 {
  font-size: 1.4em;
  text-align: center;
  margin-block-start: 0em;
  margin-block-end: 1em;
  line-height: 1.7;
  color: #8c0c0c;
}

#ft_eto h4 {
  font-size: 1.25em;
  text-align: center;
  margin-block-start: 2em;
  margin-block-end: 1em;
  line-height: 1.7;
  font-weight: bold;
}

#ft_eto div {
  text-align: left;
}

#ft_eto p {
  font-size: 1em;
  margin-block-start: 0em;
  margin-block-end: 1em;
  line-height: 1.6;
}

#ft_eto .text {
  line-height: 1.7em;
  text-align: center;
}

@media (max-width:768px) {
  .text {
    font-size: 1.8rem;
    /*スマホも文字サイズ*/
  }
}

#ft_eto h3 {
  font-size: 1.5em;
  /* text-align: center; */
  margin-block-start: 0em;
  margin-block-end: 1em;
  color: #8c0c0c;
  line-height: 1.4;
}

/*-----------------*/
.block-lp_header {
  padding: 0;
}

.block-lp_header .block01 {
  max-width: 892px;
  margin: 0 auto;
}

/*-----------------*/
.block-lp_cont {
  padding: 5em 1em;
  /*background: #f5f5f5;*/
}

@media screen and (max-width: 768px) {
  .block-lp_cont {
    padding: 3em 1em;
  }
}

.block-lp_cont .block01 {
  max-width: 892px;
  margin: 0 auto;
}

.block-lp_cont .block01 .block {
  display: flex;
  flex-wrap: wrap;
  /*flex-direction: row;*/
  justify-content: space-between;
  align-items: center;
  margin-bottom: 2em;
}

/*-----------------*/
/*ノーマルテキストボックス*/
.textbox {
  padding: 0.5em 1em;
  margin: 2em 0;
  color: #6091d3;
  /*文字色*/
  background: #FFF;
  border: solid 2px #6091d3;
  /*線*/
}

/*角丸テキストボックス*/
.kdmrbox {
  padding: 0.5em 1em;
  margin: 2em 0;
  font-weight: bold;
  color: #6091d3;
  /*文字色*/
  background: #FFF;
  border: solid 2px #6091d3;
  /*線*/
  border-radius: 10px;
  /*角の丸み*/
}

.kdmrbox p {
  margin: 0;
  padding: 0;
}

/*-----------------*/
/*画像とテキストを左右互い違い、スマホではテキスト→画像*/
.pict {
  width: 50%;
  margin-left: 3%;
}

.pict img {
  width: 100%;
  height: auto;
}

.block:nth-child(even) {
  flex-direction: row-reverse;
}

.block:nth-child(even) .text {
  text-align: left;
}

.block:nth-child(even) .pict {
  margin-left: 0;
  margin-right: 3%;
}

@media (max-width:768px) {
  .block {
    flex-direction: column;
  }

  .block:nth-child(even) {
    flex-direction: column;
  }

  .block:nth-child(even) .text {
    text-align: center;
  }

  .image {
    width: 100%;
    margin-left: 0;
    text-align: center;
  }

  .block:nth-child(even) .image {
    margin-left: 0;
    margin-right: 0%;
  }

  .image img {
    width: 100%;
    height: auto;
  }
}

.block-lp_cont .block01 .block .image {
  width: calc(50% - 55px);
}

@media screen and (max-width: 768px) {
  .block-lp_cont .block01 .block .image {
    width: 100%;
    text-align: center;
  }
}

.block-lp_cont .block01 .block .text {
  width: 100%;
}

@media screen and (max-width: 768px) {
  .block-lp_cont .block01 .block .text {
    width: 100%;
    text-align: left;
    margin-bottom: 1em;
  }
}

.block-lp_cont .block01 .block .text p {
  margin: 0;
}

/*-----------------*/
/* PC3列SP2列 */
*, *:before, *:after {
  box-sizing: border-box;
}

.col_3, .col_3-2 {
  width: 100%;
  display: flex;
  display: -ms-flexbox;
  /* IE10 */
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  /* IE10 */
}

.col_3, .col_3-2>div {
  width: 33.33333%;
  padding: 10px;
  text-align: center;
  line-height: 1.6;
  margin-bottom: 1em;
}

.col_3, .col_3-2>div img {
  margin-bottom: 10px;
}

.col_3, .col_3-2>div:last-child {
  margin-bottom: 3em;
}

/*PC3列SP2列：　768px未満のとき2つ並び*/
@media screen and (max-width: 768px) {
  .col_3, .col_3-2>div {
    width: 50%;
    line-height: 1.3;
    margin-bottom: 0;
  }
}

/*PC3列SP2列：480x未満のとき１つ並び*/
/*@media screen and (max-width: 480px) {
	.col_3 > div{
		width: 100%;
    line-height: 1.6;
	}
}*/
/* PC4列SP2列 */
*, *:before, *:after {
  box-sizing: border-box;
}

.col_4, .col_4-2 {
  width: 100%;
  display: flex;
  display: -ms-flexbox;
  /* IE10 */
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  /* IE10 */
}

.col_4, .col_4-2>div {
  width: 25%;
  padding: 10px;
  text-align: center;
  line-height: 1.6;
}

.col_4, .col_4-2>div img {
  margin-bottom: 10px;
}

/*PC4列SP2列：　768px未満のとき2つ並び*/
@media screen and (max-width: 768px) {
  .col_4, .col_4-2>div {
    width: 50%;
    line-height: 1.3;
  }
}

/* PC2列SP1列 */
*, *:before, *:after {
  box-sizing: border-box;
}

.col_2-1 {
  width: 100%;
  display: flex;
  display: -ms-flexbox;
  /* IE10 */
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  /* IE10 */
}

.col_2-1>div {
  width: 50%;
  padding: 10px;
  text-align: center;
  line-height: 1.6;
}

.col_2-1>div img {
  margin-bottom: 10px;
}

/*PC2列SP1列：　768px未満のとき1つ並び*/
@media screen and (max-width: 768px) {
  .col_2-1>div {
    width: 100%;
    line-height: 1.3;
  }
}

/* PC3列SP1列 */
*, *:before, *:after {
  box-sizing: border-box;
}

.col_3-1 {
  width: 100%;
  display: flex;
  display: -ms-flexbox;
  /* IE10 */
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  /* IE10 */
}

.col_3-1>div {
  width: 33.33333%;
  padding: 10px;
  text-align: center;
  line-height: 1.6;
}

.col_3-1>div img {
  margin-bottom: 10px;
}

/*PC3列SP1列：　768px未満のとき1つ並び*/
@media screen and (max-width: 768px) {
  .col_3-1>div {
    width: 100%;
    line-height: 1.3;
  }

  .col_3-1 div.text b {
    font-size: 1.35em;
    /*SPの時だけ文字大きめ*/
  }
}

/*-------もっと読むボタンで開閉----------*/
.readmore {
  position: relative;
  box-sizing: border-box;
  /*以下お好み*/
  /* ボーダーを付ける場合
    padding: 10px;
    border: 1px solid #CCC; */
}

.readmore-content {
  position: relative;
  overflow: hidden;
  /*以下お好み*/
  /*高さの初期値*/
  height: 550px;
}

.readmore-content::before {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  content: "";
  /*以下お好み グラデーションの色と高さ 高さはreadmoreのheight以下にすること*/
  height: 80px;
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.8) 50%, rgba(255, 255, 255, 0.8) 50%, #fff 100%);
  background: linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.8) 50%, rgba(255, 255, 255, 0.8) 50%, #fff 100%);
}

/* 続きを読むボタン */
.readmore-label {
  display: table;
  bottom: 5px;
  position: absolute;
  bottom: 5px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  margin: 0 auto;
  z-index: 2;
  padding: 0 10px;
  background-color: #E60046;
  border-radius: 10px;
  color: #FFF;
}

.readmore-label:before {
  content: 'もっと見る';
}

.readmore-check {
  display: none;
}

/*チェック時にボタンを非表示*/
.readmore-check:checked~.readmore-label {
  position: static;
  transform: translateX(0);
  -webkit-transform: translateX(0);
  /* 「続きを読む」を押した後、元に戻す必要がない場合は、上のオプションを消してこの1行だけにする */
  /* display: none; */
}

.readmore-check:checked~.readmore-label:before {
  content: '閉じる';
}

/*チェック時に高さを自動に戻す*/
.readmore-check:checked~.readmore-content {
  height: auto;
}

/*チェック時グラデーション等を削除*/
.readmore-check:checked~.readmore-content::before {
  display: none;
}

/*-------もっと読むボタンで開閉v2----------*/
.readmore02_box1 {
  position: relative;
}

.readmore02_box1 input {
  display: none;
}

/*開くためのボタンとテキストを隠すグラデーションの設定*/
.readmore02_box1 label {
  position: absolute;
  display: flex;
  flex-direction: column;
  align-items: center;
  z-index: 1;
  bottom: -10px;
  width: 100%;
  height: 140px;
  /* グラデーションの高さ */
  cursor: pointer;
  text-align: center;
  /* 以下グラデーションは背景を自身のサイトに合わせて設定してください */
  background: linear-gradient(to bottom, rgba(250, 252, 252, 0) 0%, rgba(250, 252, 252, 0.95) 90%);
}

/* 開いた時にグラデーションを消す */
.readmore02_box1 input:checked+label {
  background: inherit;
}

.readmore02_box1 input:checked+label {
  display: none;
  /* 閉じるボタンを出す場合こめんとアウト */
}

.readmore02_box1 .readmore02_container {
  overflow: hidden;
  height: 400px;
  /* 開く前に見えている部分の高さ */
  transition: all 0.5s;
}

/*続きをよむボタン*/
.readmore02_box1 label:after,
.readmore02_box1 label::before {
  content: '';
  position: absolute;
  line-height: 2.5rem;
}

.readmore02_box1 label:after {
  z-index: 2;
  bottom: 20px;
  width: 13em;
  content: '続きをよむ';
  color: #ffffff;
  background: #1b2538;
  border-radius: 20px;
}

.readmore02box1 label::before {
  position: absolute;
  bottom: 38px;
  left: calc(50% - 3.5em);
  z-index: 3;
  width: 10px;
  height: 5px;
  background: #ffffff;
  clip-path: polygon(50% 100%, 0 0, 100% 0)
}

/*閉じるボタン*/
.readmore02_box1 input:checked+label:after {
  content: '閉じる';
}

.readmore02box1 input:checked+label:before {
  left: calc(50% - 2.5em);
  transform: scale(1, -1);
}

.readmore02_box1 input:checked~.readmore02_container {
  height: auto;
  padding-bottom: 80px;
  /* 閉じるボタンのbottomからの位置 */
  transition: all 0.5s;
}

/*-----------------*/
/*　FAQの開閉　*/
.block-lp_faq {
  padding: 125px 20px;
  background: #f5f5f5;
}

@media screen and (max-width: 768px) {
  .block-lp_faq {
    padding: 75px 20px;
  }
}

.block-lp_faq .block01 {
  max-width: 892px;
  margin: 0 auto;
}

.block-lp_faq .block01 dl {
  margin: 0;
  padding: 0;
  background: #fff;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 16px;
  line-height: 1.7em;
}

.block-lp_faq .block01 dl:not(:first-child) {
  margin-top: 20px;
}

.block-lp_faq .block01 dl dt {
  margin: 0;
  padding: 0;
  position: relative;
  cursor: pointer;
}

.block-lp_faq .block01 dl dt.active {
  background: #6ab69d;
  color: #fff;
}

.block-lp_faq .block01 dl dt.active:before {
  color: #fff;
}

.block-lp_faq .block01 dl dt:before {
  content: "Q";
  font-size: 24px;
  line-height: 24px;
  display: block;
  width: 40px;
  text-align: center;
  position: absolute;
  left: 0;
  top: 10px;
  color: #6ab69d;
  font-weight: 500;
}

.block-lp_faq .block01 dl dt span {
  display: block;
  padding: 10px 50px 10px 40px;
  position: relative;
}

.block-lp_faq .block01 dl dt span:before {
  content: "";
  width: 2px;
  height: 20px;
  display: block;
  background: #6ab69d;
  position: absolute;
  top: calc(50% - 10px);
  right: 20px;
}

.block-lp_faq .block01 dl dt span:after {
  content: "";
  width: 2px;
  height: 20px;
  display: block;
  background: #6ab69d;
  position: absolute;
  top: calc(50% - 10px);
  right: 20px;
  transform: rotate(90deg);
}

.block-lp_faq .block01 dl dd {
  margin: 0;
  padding: 20px 20px 20px 50px;
  display: none;
}

@media screen and (max-width: 768px) {
  .block-lp_faq .block01 dl dd {
    padding-left: 40px;
  }
}

/* FAQノーマル */
.faqWrap dl {
  display: block;
  background: #FFFFFF;
  border: 1px solid #DFDFDF;
  box-sizing: border-box;
  border-radius: 10px;
  padding: 20px;
  margin-bottom: 20px;
}

@media (max-width: 767px) {
  .faqWrap dl {
    padding: 10px;
    margin-bottom: 10px;
  }
}

.faqWrap dl dt {
  font-size: 16px;
  line-height: 24px;
  font-weight: bold;
  padding-right: 30px;
  cursor: pointer;
}

@media (max-width: 767px) {
  .faqWrap dl dt {
    /* font-size: 12px; */
  }
}

.faqWrap dl dt:before {
  content: "Q.";
  color: #459dc7;
}

.faqWrap dl dt:after {
  content: "";
  display: block;
  right: 0;
  width: 15px;
  height: 15px;
  position: absolute;
  top: 5px;
  border-top: 3px solid #aaa;
  border-left: 3px solid #aaa;
  transform: rotate(-135deg);
  transition: 0.15s;
}

@media (max-width: 767px) {
  .faqWrap dl dt:after {
    width: 12px;
    height: 12px;
    top: 2px;
  }
}

.faqWrap dl dt.open {
  transition: 0.15s;
  border-bottom: 1px solid #dfdfdf;
  margin-bottom: 16px;
  padding-bottom: 16px;
}

.faqWrap dl dt.open:after {
  transform: rotate(45deg);
}

@media (max-width: 767px) {
  .faqWrap dl dt.open:after {
    top: 5px;
  }
}

.faqWrap dl dd {
  display: none;
  font-size: 16px;
  line-height: 24px;
}

@media (max-width: 767px) {
  .faqWrap dl dd {
    font-size: 12px;
  }
}

.faqWrap dl dd:before {
  content: "A.";
  top: 0px;
  color: #e05a73;
}

.faqWrap dl dt, .faqWrap dl dd {
  padding-left: 36px;
  position: relative;
  text-align: left;
}

.faqWrap dl dt:before, .faqWrap dl dd:before {
  position: absolute;
  left: 0;
  font-size: 24px;
  line-height: 1;
  font-weight: bold;
}

@media (max-width: 767px) {
  .faqWrap dl dt, .faqWrap dl dd {
    padding-left: 30px;
    line-height: 20px;
  }
  .faqWrap dl dt:before, .faqWrap dl dd:before {
    font-size: 20px;
  }
}

.faqWrap.faqWrap--noJS dl dd {
  display: block;
}

.faqWrap.faqWrap--noJS dl dt {
  border-bottom: 1px solid #dfdfdf;
  margin-bottom: 16px;
  padding-bottom: 16px;
 cursor: auto;
}

.faqWrap.faqWrap--noJS dl dt:after {
  content: none;
}



.block-720 {
  max-width: 720px;
  margin: 0 auto;
}

.card_block {
  display: flex;
  justify-content: space-between;
  margin-bottom: 2em;
}

.card_block .left {
  width: 50%;
}

.card_block .item01 {}

.card_block .item02 {}

.card_block .item03 {}

.card_block .item04 {}

@media (max-width:768px) {
  .card_block {
    flex-direction: column;
  }

  .card_block .left {
    display: contents;
  }

  .card_block .item01 {
    order: 1;
  }

  .card_block .item02 {
    order: 3;
  }

  .card_block .item03 {
    order: 4;
  }

  .card_block .item04 {
    order: 2;
  }
}

.col_2 {
  display: flex;
  gap: 20px;
}

.col_2>div {
  width: 50%;
}

@media (max-width:768px) {
  .cil_2>div {
    width: 100%;
    line-height: 1.6;
  }
}

/*動画埋め込み*/
.item-movie {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}

.item-movie iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

/*お客様の声セット*/
.block-lp_voice02 {
  padding: 5em 1em;
  background: #f9f0e4;
}

@media screen and (max-width: 768px) {
  .block-lp_voice02 {
    padding: 75px 20px;
  }
}

.block-lp_voice02 .block01 {
  max-width: 892px;
  margin: 0 auto 60px;
}

.block-lp_voice02 .block01 .ttl+p {
  text-align: center;
  font-size: 18px;
  line-height: 1.7em;
}

.block-lp_voice02 .block01 ul {
  list-style: none;
  padding: 0;
  margin: 60px 0 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

@media screen and (max-width: 768px) {
  .block-lp_voice02 .block01 ul {
    margin-top: 40px;
  }
}

.block-lp_voice02 .block01 ul li {
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
}

.block-lp_voice02 .block01 ul li:not(:first-child) {
  margin-top: 50px;
}

@media screen and (max-width: 768px) {
  .block-lp_voice02 .block01 ul li:not(:first-child) {
    margin-top: 40px;
  }
}

.block-lp_voice02 .block01 ul li:before {
  display: block;
  content: "";
  width: 110px;
  height: 175px;
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center center;
  background-image: url(../img/lp_starterkit/block-lp_voice02-img01.png);
}

.block-lp_voice02 .block01 ul li.illust02:before {
  background-image: url(../img/lp_starterkit/block-lp_voice02-img02.png);
}

.block-lp_voice02 .block01 ul li.illust03:before {
  background-image: url(../img/lp_starterkit/block-lp_voice02-img03.png);
}

.block-lp_voice02 .block01 ul li.illust04:before {
  background-image: url(../img/lp_starterkit/block-lp_voice02-img04.png);
}

.block-lp_voice02 .block01 ul li div {
  max-width: 538px;
  border-radius: 34px;
  padding: 15px 36px;
  background: #fff;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 16px;
  line-height: 1.7em;
  position: relative;
  margin-left: 20px;
}

@media screen and (max-width: 768px) {
  .block-lp_voice02 .block01 ul li div {
    max-width: calc(100% - 130px);
    padding: 10px 20px;
    border-radius: 15px;
  }
}

.block-lp_voice02 .block01 ul li div:before {
  width: 0;
  height: 0;
  content: '';
  display: block;
  border-right: 10px solid transparent;
  border-bottom: 30px solid #fff;
  border-left: 10px solid transparent;
  position: absolute;
  left: -20px;
  top: calc(50% - 15px);
  transform: rotate(-90deg);
}

.block-lp_voice02 .block01 ul li div p:last-child {
  text-align: right;
}

.block-lp_voice02 .block01 ul li:nth-of-type(even) {
  flex-direction: row-reverse;
}

.block-lp_voice02 .block01 ul li:nth-of-type(even) div {
  margin-left: 0;
  margin-right: 20px;
}

.block-lp_voice02 .block01 ul li:nth-of-type(even) div:before {
  left: auto;
  right: -20px;
  transform: rotate(90deg);
}

@media screen and (max-width: 768px) {
  .block-lp_voice02 .block01 ul li.vertical:before {
    margin: 0 auto;
  }
}

@media screen and (max-width: 768px) {
  .block-lp_voice02 .block01 ul li.vertical div {
    max-width: 100%;
    margin: 20px 0 0;
  }

  .block-lp_voice02 .block01 ul li.vertical div:before {
    left: calc(50% - 15px);
    top: -20px;
    transform: rotate(0);
    border-right: 15px solid transparent;
    border-bottom: 20px solid #fff;
    border-left: 15px solid transparent;
  }
}

/* cの中で特集ページ */
#ft_c {
  max-width: 800px;
  line-height: 1.7;
  margin: 0 auto;
}

#ft_c img {
  margin-bottom: 1em;
}

#ft_c h2 {
  font-size: 2em;
  letter-spacing: 0.15em;
  text-align: center;
  margin-block-start: 2em;
  margin-block-end: 1em;
  font-weight: bold;
}

#ft_c h3 {
  font-size: 1.6em;
  margin-block-start: 2em;
  margin-block-end: 1em;
  line-height: 1.4;
  color: #000;
  font-weight: bold;
}

#ft_c p.readtxt {
  font-size: 1.2em !important;
  text-align: center;
  margin-block-start: 0em;
  margin-block-end: 1em;
  line-height: 1.7;
  color: #8c0c0c;
  font-weight: bold
}

#ft_c h4 {
  font-size: 1.25em;
  margin-block-start: 2em;
  margin-block-end: 1em;
  line-height: 1.7;
  font-weight: bold;
}

#ft_c div {
  text-align: left;
}

#ft_c p {
  text-align: left;
  font-size: 1em;
  margin-block-start: 0em;
  margin-block-end: 1em;
  line-height: 1.6;
}

.h3ttl {
  display: flex;
  align-items: center;
  /* 垂直中心 */
  justify-content: center;
  /* 水平中心 */
}

.h3ttl:before, .h3ttl:after {
  border-top: 3px solid;
  content: "";
  width: 2.5em;
  /* 線の長さ */
}

@media (max-width:768px) {
  .h3ttl:before, .h3ttl:after {
    width: 1.5em;
  }
}

.h3ttl:before {
  margin-right: 1em;
  /* 文字の右隣 */
}

.h3ttl:after {
  margin-left: 1em;
  /* 文字の左隣 */
}

/*特集用の左右互い違い*/
#ft_c .box {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-bottom: 40px;
}

#ft_c .txtarea {
  width: 50%;
}

#ft_c h4 {
  font-size: 1.25em;
  margin: 0;
}

#ft_c .pict {
  margin-left: 3%;
}

#ft_c .pict img {
  width: 100%;
  height: auto;
}

#ft_c .box:nth-child(even) {
  flex-direction: row-reverse;
}

#ft_c .box:nth-child(even) .txtarea {
  text-align: right;
}

#ft_c .box:nth-child(even) .pict {
  margin-left: 0;
  margin-right: 3%;
}

@media (max-width:768px) {
  #ft_c .box {
    flex-direction: column;
  }

  #ft_c .box:nth-child(even) {
    flex-direction: column;
  }

  #ft_c .txtarea {
    width: 100%;
    text-align: center;
  }

  #ft_c .box:nth-child(even) .txtarea {
    text-align: center;
  }

  #ft_c .pict {
    width: 100%;
    margin-left: 0;
    text-align: center;
  }

  #ft_c .box:nth-child(even) .pict {
    margin-left: 0;
    margin-right: 0%;
  }

  #ft_c .pict img {
    width: 100%;
    height: auto;
  }
}

/*頒布会レイアウト調整*/
.fs-body-product .fs-l-main .fs-l-productLayout #item-detail .fs-c-productActionButton {
  padding-top: 20px;
}

.fs-c-subscriptionPriceTable {
  margin: 20px 0 10px 0;
}

.fs-c-buttonContainer {
  justify-content: end;
  padding: 5px 0 !importnt;
}

@media screen and (max-width: 768px) {
  .fs-c-buttonContainer {
    justify-content: center;
  }
}

@media screen and (max-width: 768px) {
  .fs-body-product .fs-l-main .fs-l-productLayout #item-detail .sns-btn dl {
    justify-content: center;
  }
}

.fs-c-productQuantityAndAction {
  text-align: center;
}

.fs-c-subscriptionProductTable .fs-c-subscriptionProductTable__head tr .fs-c-subscriptionProductTable__headerCell:first-child .fs-c-string--label {
  display: inline-block;
  text-indent: -9999px;
}

.fs-c-subscriptionProductTable .fs-c-subscriptionProductTable__head tr .fs-c-subscriptionProductTable__headerCell:first-child:before {
  content: "回数";
}

.fs-c-productQuantityAndAction--subscription {
  flex-direction: column-reverse;
  margin: 30px 0 15px;
}

.fs-c-productQuantityAndAction--subscription .fs-c-buttonContainer--addToSubscriptionCart--detail {
  width: 100%;
}

.fs-c-productQuantityAndAction--subscription .fs-c-buttonContainer--addToSubscriptionCart--detail .fs-c-button--addToSubscriptionCart--detail--hanpukai {
  width: 100%;
}

.fs-c-productQuantityAndAction--subscription select.fs-c-quantity__select {
  border: 1px solid #404040;
  padding: 16px 40px 16px 16px;
  background: #fff;
}

.fs-c-productQuantityAndAction--subscription span.fs-c-productQuantityAndAction__quantity {
  position: relative;
  margin: 10px 0 20px auto;
}

@media screen and (max-width: 768px) {
  .fs-c-productQuantityAndAction--subscription span.fs-c-productQuantityAndAction__quantity {
    float: none;
    margin-left: 10%;
    margin-right: auto;
    margin-bottom: 20px;
  }
}

.fs-c-productQuantityAndAction--subscription span.fs-c-productQuantityAndAction__quantity:after {
  background: none;
  border: none;
  border-top: 1px solid #404040;
  border-right: 1px solid #404040;
  transform: rotate(135deg);
  content: "";
  width: 16px;
  height: 16px;
  padding: 0;
  margin: 0;
  top: 50%;
  right: 10px;
  margin-top: -12px;
  position: absolute;
  display: block;
  pointer-events: none;
}

/*フォントサイズ調整*/
.news-detail p {
  font-size: 16px;
}

/*見出しの下の黒の下線をトル*/
.ttl.pt-a div:nth-of-type(1):after {
  height: 0;
}

/*チラシダウンロード幅調整*/
#page-download .sec01 .inner .download-list .block .image img {
  max-width: 220px;
}

.fs-c-reviewList__item__body {
  position: static;
}

.fs-c-reviewProduct__info .fs-c-productName__name {
  display: block;
  font-size: 1.1em;
  font-weight: bold;
  margin-bottom: 0.5em;
}

/*--------新商品一覧のリード文---------*/
.newitem_read {
  text-align: center;
}

@media (max-width:768px) {
  .newitem_read {
    text-align: left;
  }
}

/*--------PC左SP中央---------*/
.pcr_spc {
  text-align: right;
}

@media (max-width:768px) {
  .pcr_spc {
    text-align: center;
  }
}

/*--------カートのタイトル下の色柄名サイズ---------*/
.fs-c-listedProductName__variation, .fs-c-listedProductName__selection {
  font-size: 1em;
}

/*--------ログイン画面、会員登録フォームのボタンセンタリング---------*/
.fs-c-buttonContainer {
  justify-content: center;
}

/*--------ジャンルページ調整---------*/
.series-detail section {
  margin-bottom: 0px;
}

@media screen and (max-width: 768px) {
  .series-detail .sec01 .inner {
    padding-bottom: 0px;
  }
}

@media screen and (max-width: 768px) {
  .series-detail .sec03 {
    padding: 40px 20px 30px;
  }
}

.series-detail .sec01 .inner .block .btn-wrap {
  bottom: 25px;
}

.series-detail .sec03 .block img {
  margin-bottom: 10px;
}

.series-detail .sec03 .block .text {
  color: #853d46;
  font-weight: bold;
}

.series-detail .sec04 .inner {
  max-width: 893px;
}

.series-detail .sec04 .inner .col_3>div {
  text-align: left;
  font-size: 0.9em;
}

.series-detail .sec04 .inner .col_3>div img {
  margin-bottom: 0;
}

@media (max-width:768px) {
  .series-detail .sec04 {
    padding: 40px 20px;
  }
}

/*--------蛍光ペン---------*/
.markerpen {
  text-decoration: underline;
  /* 下線 */
  text-decoration-thickness: 0.5em;
  /* 線の太さ */
  text-decoration-color: rgba(255, 228, 0, 0.4);
  /* 線の色 */
  text-underline-offset: -0.2em;
  /* 線の位置。テキストに重なるようにやや上部にする */
  text-decoration-skip-ink: none;
  /* 下線と文字列が重なる部分でも下線が省略されない（線が途切れない） */
}

/*--------ストライプ背景H2見出し---------*/
h2.stripeback {
  font-size: 1.8em;
  font-weight: bold;
  margin-top: 0;
  margin-bottom: 1em;
  padding: 0.2rem;
  background: linear-gradient(transparent 60%, #ccc14c 60%);
}

h2.stripeback {
  display: inline-block;
  padding: 0 0.7rem 5px;
  margin-bottom: 0.75em;
  background-image: repeating-linear-gradient(45deg, transparent 0 3px, #72bac2 0px 7px);
  background-repeat: no-repeat;
  background-size: 100% 13px;
  background-position: left 0px bottom 7px;
  color: #353535;
  font-weight: bold;
  font-size: 32px;
  letter-spacing: -1px;
  text-shadow: 1px 1px 0 #FFF, -1px -1px 0 #FFF,
    -1px 1px 0 #FFF, 1px -1px 0 #FFF,
    0px 1px 0 #FFF, 0-1px 0 #FFF,
    -1px 0 0 #FFF, 1px 0 0 #FFF;
}

@media (max-width:768px) {
  h2.stripeback {
    font-size: 30px;
  }
}


/*--------左にラインの見出し---------*/
.mds_leftline {
  font-size: 1.3em;
  font-weight: bold;
  margin-top: 0;
  margin: 1em 0;
  color: #4a4836;
  text-align: left;
  padding: 0.15em 0.5em;
  border-left: 5px solid #c0b248;
  background: #ede9cb;
}

/*--------リボンの折り返し見出し---------*/
.mds_ribon {
  position: relative;
  padding: 0.5em;
  background: #a6d3c8;
  color: white;
}

.mds_ribon::before {
  position: absolute;
  content: '';
  top: 100%;
  left: 0;
  border: none;
  border-bottom: solid 15px transparent;
  border-right: solid 20px rgb(149, 158, 155);
}

/*--------タグ型H4見出し---------*/
h4.tag {
  position: relative;
  display: inline-block;
  padding: 0.5rem 2rem 0.5rem 4rem;
  color: #fff;
  border-radius: 100vh 0 0 100vh;
  background: #70a1b5;
}

h4.tag:before {
  position: absolute;
  top: calc(50% - 7px);
  left: 10px;
  width: 14px;
  height: 14px;
  content: '';
  border-radius: 50%;
  background: #fff;
}

/*左にデザイン要素のある見出し*/
.mds_nanamesen {
  margin: 1.5em 0 1em 0;
  position: relative;
  /* 位置調整 */
  font-weight: bold;
  /* 文字の太さ調整 */
  font-size: 1.5em;
  /* 文字サイズ指定 */
  line-height: 1.2em;
  background-color: #bf5b5b;
  /* 背景色指定 */
  color: #fff;
  /* 文字色指定 */
  padding-left: 30px;
  /* 余白指定 */
  padding: 5px 0 5px 30px;
  /* 周りの余白指定 */
}

p.mds_nanamesen {
  margin: 0;
  /* デフォルトCSS打ち消し */
  line-height: 1.6;
  /* 行間調整 */
  margin-bottom: 0.5em;
}

.mds_nanamesen:before {
  content: '';
  /* 空の要素を作る */
  height: 110%;
  /* 高さ指定 */
  width: 3px;
  /* 幅指定 */
  display: block;
  /* ブロック要素にする */
  position: absolute;
  /* 位置調整 */
  left: 14px;
  /* 位置調整 */
  top: -3px;
  /* 位置調整 */
  margin: auto;
  /* 位置調整 */
  background-color: #fff;
  /* 背景色指定 */
  transform: rotate(3deg);
  /* 回転 */
}

.mds_nanamesen:after {
  content: '';
  /* 空の要素を作る */
  height: 116%;
  /* 高さ指定 */
  width: 3px;
  /* 幅指定 */
  display: block;
  /* ブロック要素にする */
  position: absolute;
  /* 位置調整 */
  left: 14px;
  /* 位置調整 */
  top: -4px;
  /* 位置調整 */
  margin: auto;
  /* 位置調整 */
  background-color: #fff;
  /* 背景色指定 */
  transform: rotate(-15deg);
  /* 回転 */
}

/*下線の途中から色が変わる見出し*/
.mds_kasen_change01 {
  border-bottom: solid 3px #cce4ff;
  position: relative;
}

.mds_kasen_change01:after {
  position: absolute;
  content: " ";
  display: block;
  border-bottom: solid 3px #5472cd;
  bottom: -3px;
  width: 20%;
}

/*吹き出し風の見出し*/
.mds_fukidashi {
  position: relative;
  padding: 0.6em;
  background: #e0edff;
border-radius: 17px;
}

.mds_fukidashi:after {
  position: absolute;
  content: '';
  top: 100%;
  left: 30px;
  border: 10px solid transparent;
  border-top: 15px solid #e0edff;
  width: 0;
  height: 0;
}

/*-------- 幅956pxのLP用 --------*/
.block-956 {
  max-width: 956px;
  margin: 0 auto;
  background: #fff;
  padding: 50px 50px;
}

@media screen and (max-width: 768px) {
  .block-956 {
    padding: 2em 1em;
  }
}

.block-956 p {
  font-size: 1em;
  line-height: 1.7;
}

/*----アイコン付き吹き出し----*/
.balloon5 {
  width: 100%;
  margin: 1.5em 0;
  overflow: hidden;
}

.balloon5 .faceicon {
  float: left;
  margin-right: -70px;
  width: 90px;
}

@media screen and (max-width: 768px) {
  .balloon5 .faceicon {
    width: 70px;
  }
}

.balloon5 .faceicon img {
  width: 100%;
  height: auto;
  border-radius: 50%;
}

.balloon5 .chatting {
  width: 100%;
}

.says {
  display: inline-block;
  position: relative;
  margin: 13px 0 0 105px;
  padding: 17px 25px;
  border-radius: 12px;
  background: #ffcc33;
}

@media screen and (max-width: 768px) {
  .says {
    margin: 0px 0 0 95px;
    padding: 10px 15px;
    font-size: 0.9em;
  }
}

.says h3 {
  font-size: 1.5em;
  font-weight: bold;
}

.says:after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 20px;
  left: -28px;
  border: 10px solid transparent;
  border-right: 20px solid #ffcc33;
}

.says p {
  margin: 0;
  padding: 0;
}

/*--------アイコン付き見出し---------*/
h3.icon_mds {
  position: relative;
  background: #3697bb;
  padding: 10px 0px 10px 70px;
  border-radius: 10px;
  border-radius: 10px;
  margin-left: 5px;
  font-size: 23px;
  border: none;
  color: #fff;
  font-weight: bold;
margin-top: 3em;
}

h3.icon_mds:before {
  font-family: "Font Awesome 5 Free";
  content: "\f002";
  display: inline-block;
  line-height: 40px;
  position: absolute;
  padding: 0em;
  color: white;
  background: #ff6363;
  font-weight: 900;
  font-size: 30px;
  width: 60px;
  text-align: center;
  height: 60px;
  line-height: 60px;
  left: -6px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  border-radius: 50%;
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.29);
}

@media screen and (max-width: 768px) {
  h3.icon_mds:before {
    left: 6px;
  }
}

/*--------左にラインのある角丸四角見出し---------*/
  .leftline-mds-kdmr {
    background-color: #fdf5e6;
    padding: 0.5em 1em;
    border-left: 8px solid #d6bda5;
    font-weight: bold;
    font-size: 1.5em;
    letter-spacing: 0.2em;
    color: #5c4430;
    border-radius: 4px;
    display: inline-block;
  }


/*--------シンプルなPC横2列SP1列---------*/
.containerbox {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
  }

  .boxarea-wrapper {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
  }

  .boxarea {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
  }

  @media screen and (min-width: 768px) {
    .boxarea {
      width: calc(50% - 10px);
    }

    .boxarea:first-child {
      margin-right: 20px;
    }
  }

  @media screen and (max-width: 767px) {
    .boxarea {
      width: 100%;
      margin-right: 0 !important;
      margin-bottom: 20px;
    }
  }
