@charset "UTF-8";

/* --------------------------------------------------------
-----------------------------------------------------------
COMMON
-----------------------------------------------------------
----------------------------------------------------------- */
h2 {
  font-family: "游ゴシック", "Yu Gothic", Arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
}

h2.center {
  text-align: center;
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 10px;
}

h2.content-title {
  padding: 0 15px 5px;
  border-bottom: 1px solid #5ebdba;
  margin-bottom: 10px;
  letter-spacing: 0.08em;
}

.HTMLeditor .btn-wrap {
  text-align: center;
  margin-top: 60px;
}

.HTMLeditor .btn-wrap a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 385px;
  height: 70px;
  background: #5ebdba;
  border-radius: 50px;
  text-decoration: none;
  color: #FFF;
  font-family: "游ゴシック", "Yu Gothic", Arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-size: 24px;
  font-weight: bold;
  margin: 0 auto;
}

.Content-article {
  margin-bottom: 80px;
}

.HTMLeditor p {
  font-size: 15px;
  line-height: 1.8;
  margin-bottom: 15px;
}

.HTMLeditor h3 {
  font-size: 19px;
}

.HTMLeditor li+li {
  margin: 0;
}


/* --------------------------------------------------------
-----------------------------------------------------------
FV-wrap
-----------------------------------------------------------
----------------------------------------------------------- */
.content01 {
  margin-bottom: 30px;
}


.FV-wrap p {
  font-size: 15px;
  margin: 15px auto 0;
  line-height: 2;
}

.FV-wrap picture {
  display: block;
  margin-bottom: 20px;
}

/* --------------------------------------------------------
-----------------------------------------------------------
content02
-----------------------------------------------------------
----------------------------------------------------------- */
.FV-banner-wrap .flex-wrap {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: stretch;
  gap: 30px;
}

.FV-banner-wrap .flex-wrap>div {
  width: calc((100% - 30px) / 2);
}

/* --------------------------------------------------------
-----------------------------------------------------------
content03
-----------------------------------------------------------
----------------------------------------------------------- */
.FV-under-wrap .flex-wrap {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  gap: 30px;
}

.FV-under-wrap .flex-wrap>div {
  width: calc((100% - 30px) / 2);
}

.FV-under-wrap .text-wrap {
  font-size: 15px;
  margin: 15px auto 0;
  line-height: 2;
}

.FV-under-wrap .btn-wrap {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: stretch;
  gap: 50px;
  margin-top: 25px;
}

.FV-under-wrap .btn-wrap .btn a {
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  color: #FFF;
  font-family: "游ゴシック", "Yu Gothic", Arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-size: 25px;
  font-weight: bold;
  position: relative;
  width: 385px;
  height: 70px;
  margin: 0 auto;
  padding-right: 15px;
}

.FV-under-wrap .btn-wrap .btn.order a {
  background: #5ebdba;
}

.FV-under-wrap .btn-wrap .btn.recommend a {
  background: #f08777;
}

/* --------------------------------------------------------
-----------------------------------------------------------
content04
-----------------------------------------------------------
----------------------------------------------------------- */
.toc-wrap .toc-002 {
  margin-bottom: 30px;
  border: 2px solid #aaa;
  border-radius: 3px;
  width: 830px;
  margin: 0 auto;
}

.toc-wrap .toc-002 div {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0;
  padding: 15px 0;
  background-color: #aaa;
  color: #fff;
  font-weight: 600;
  font-size: 20px;
  font-family: "游ゴシック", "Yu Gothic", Arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
}

.toc-wrap .toc-002 label::after {
  font-family: "游ゴシック", "Yu Gothic", Arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  margin-left: 7px;
  font-weight: 500;
  font-size: .7em;
  color: #fff;
  content: "[開く]";
  cursor: pointer;
  font-size: 14px;
}

.toc-wrap .toc-002:has(:checked) label::after {
  content: "[閉じる]";
}

.toc-wrap .toc-002 input {
  display: none;
}

.toc-wrap .toc-002 ol {
  list-style-type: decimal;
  margin: 0;
  overflow: hidden;
}

.toc-wrap .toc-002>ol {
  height: 0;
}

.toc-wrap .toc-002:has(:checked)>ol {
  height: auto;
  padding: 20px 75px 15px;
}

.toc-wrap .toc-002 ol ol {
  margin-top: 5px;
  padding-left: 1.1em;
}

.toc-wrap .toc-002 li {
  font-size: 16px;
  padding-left: 10px;
}

.toc-wrap .toc-002 li+li {
  margin-top: 12px;
}

.toc-wrap .toc-002 a {
  color: #333;
  text-decoration: none;
  font-family: "游ゴシック", "Yu Gothic", Arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-weight: 500;
}

/* --------------------------------------------------------
-----------------------------------------------------------
content05
-----------------------------------------------------------
----------------------------------------------------------- */
/* オススメ３選 */
.recommend-wrap .pickup-wrap {
  margin: 30px 0 50px;
}

.recommend-wrap .pickup-wrap h3 {
  text-align: center;
}

.recommend-wrap .pickup-wrap ul {
  display: flex;
  gap: 20px;
  margin: 10px 0 30px;
}

.recommend-wrap .pickup-wrap ul li {
  width: calc((100% - 20px) / 2);
  /* border: 1px solid #5ebdba; */
  /* padding-bottom: 15px; */
  margin: 0 0 30px;
}

.recommend-wrap .pickup-wrap ul li+li {
  margin: 0;
}

.recommend-wrap .pickup-wrap ul li .price-wrap {
  background-color: #efefef;
  padding: 4px;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 10px;
}

.recommend-wrap .pickup-wrap ul li .price-wrap .price {
  color: #fc1f48;
}

.recommend-wrap .pickup-wrap ul li .img-wrap {
  text-align: center;
}



.recommend-wrap .pickup-wrap ul li .text-wrap {
  margin: 0 0 20px;
}

.recommend-wrap .pickup-wrap ul li .item-name {
  display: block;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 8px;
}

.recommend-wrap .pickup-wrap ul li .item-btn-wrap {
  font-family: "游ゴシック", "Yu Gothic", Arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 260px;
  background: #f08777;
  color: #FFF;
  font-size: 15px;
  font-weight: bold;
  margin: 0 auto;
  padding: 10px;
  border-radius: 50px;
  text-decoration: none;
}

.recommend-wrap .pickup-wrap ul li .item-btn-wrap a {
  color: #fff;
  text-decoration: none;
}

.recommend-wrap .flex-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: stretch;
  gap: 20px 30px;
}

.recommend-wrap .flex-wrap .recommend-item {
  width: calc((100% - 30px) / 2);
  border: 1px solid #5ebdba;
  position: relative;
  padding-bottom: 15px;
}

.recommend-wrap .flex-wrap .recommend-item:before {
  content: "";
  background: url(/img/lp/icon_recommend.png);
  background-size: 75px 73px;
  background-repeat: no-repeat;
  width: 75px;
  height: 73px;
  position: absolute;
  top: 70px;
  left: 10px;
}

.recommend-wrap .flex-wrap .recommend-item .item-name {
  /* font-size: 24px;
  font-weight: bold;
  font-family: "游ゴシック", "Yu Gothic", Arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif; */
  background: #ddf1f1;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  height: 76px;
  line-height: 1.3;
}

.recommend-wrap .flex-wrap .recommend-item .item-name p {
  margin: 0;
  font-size: 24px;
  font-weight: bold;
  font-family: "游ゴシック", "Yu Gothic", Arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  line-height: 1.3;
}

.recommend-wrap .flex-wrap .recommend-item .item {
  padding: 0 30px;
}

.recommend-wrap .flex-wrap .recommend-item .item .img-wrap {
  text-align: center;
  margin: 14px 0;
}

.recommend-wrap .flex-wrap .recommend-item .item .label-wrap {
  display: flex;
  justify-content: center;
  gap: 10px;
  border-top: 1px solid #5ebdba;
  border-bottom: 1px solid #5ebdba;
  padding: 8px 10px;
  margin-bottom: 8px;
}

.recommend-wrap .flex-wrap .recommend-item .item .label-wrap span {
  font-size: 14px;
  font-weight: bold;
  color: #FFF;
  background: #5ebdba;
  padding: 4px 12px 3px;
  font-family: "游ゴシック", "Yu Gothic", Arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  line-height: 1;
}

.recommend-wrap .flex-wrap .recommend-item .item .text-wrap {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: nowrap;
  gap: 20px;
}


.recommend-wrap .flex-wrap .recommend-item .item .text-wrap .left-wrap {
  flex: 1;
}

.recommend-wrap .flex-wrap .recommend-item .item .text-wrap .left-wrap>p {
  margin-top: 8px;
  font-size: 13px;
  letter-spacing: 0.05em;
  line-height: 1.7;
}

.recommend-wrap .flex-wrap .recommend-item .item .text-wrap .left-wrap .price-wrap {
  display: flex;
  justify-content: flex-start;
  align-items: baseline;
  margin-top: 8px;
  gap: 13px;
}

.recommend-wrap .flex-wrap .recommend-item .item .text-wrap .left-wrap .price-wrap .unit {
  font-size: 16px;
  font-weight: bold;
  font-family: "游ゴシック", "Yu Gothic", Arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
}

.recommend-wrap .flex-wrap .recommend-item .item .text-wrap .left-wrap .price-wrap .price {
  font-size: 32px;
  color: #fc1f48;
  font-weight: bold;
  font-family: "游ゴシック", "Yu Gothic", Arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
}

.recommend-wrap .flex-wrap .recommend-item .item .text-wrap .right-wrap {
  width: 120px;
}

.recommend-wrap .flex-wrap .recommend-item .item .item-btn-wrap {
  margin-top: 5px;
}

.recommend-wrap .recommend-block .flex-wrap .recommend-item .item-name {
  font-size: 24px;
  font-weight: bold;
  font-family: "游ゴシック", "Yu Gothic", Arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  background: #ddf1f1;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  height: 76px;
  line-height: 1.3;
}

.recommend-wrap .flex-wrap .recommend-item .item .item-btn-wrap a {
  font-family: "游ゴシック", "Yu Gothic", Arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 360px;
  background: #5ebdba;
  color: #FFF;
  font-size: 15px;
  font-weight: bold;
  margin: 0 auto;
  padding: 10px;
  border-radius: 50px;
  text-decoration: none;
}

/* --------------------------------------------------------
-----------------------------------------------------------
content06
-----------------------------------------------------------
----------------------------------------------------------- */
.merit-wrap {
  background: #fef7ea;
  padding: 60px 30px 50px;
}

.merit-wrap h2 {
  font-size: 36px;
  line-height: 1.4;
}

.merit-wrap .circle-wrap {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-top: 45px;
}

.merit-wrap .circle-wrap .circle {
  background: #fff;
  width: 173px;
  height: 173px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 30px;
  font-weight: bold;
  line-height: 1.2;
  text-align: center;
  margin: 0 !important;
  border: 3px solid #5ebdba;
  border-radius: 50%;
  position: relative;
  letter-spacing: 0;
  font-family: 'Noto Sans JP', Arial, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
}

.merit-wrap .circle-wrap .circle .top {
  display: flex;
  justify-content: flex-start;
  align-items: baseline;
  flex-wrap: nowrap;
  gap: 5px;
  line-height: 1;
}

.merit-wrap .circle-wrap .circle .top .num {
  font-size: 57px;
}

.merit-wrap .circle-wrap .circle .top .text-top {
  font-size: 28px;
  font-weight: bold;
  letter-spacing: -0.1em;
  margin-bottom: 10px;
}

.merit-wrap .circle-wrap .circle .bottom {
  font-size: 33px;
  font-weight: bold;
  margin-bottom: 10px;
  letter-spacing: -0.1em;
}

.merit-wrap .circle-wrap .circle.circle03 {
  padding-top: 5px;
}

.merit-wrap .circle-wrap .circle.circle03 .bottom {
  font-size: 40px;
  margin-top: 5px;
  margin-bottom: 0;
}

.merit-wrap .circle-wrap .circle.circle04 {
  padding-top: 15px;
}

.merit-wrap .circle-wrap .circle.circle04 .top {
  font-size: 33px;
}

.merit-wrap .circle-wrap .circle.circle04 .bottom {
  letter-spacing: -0.05em;
}

.merit-wrap .circle-wrap .circle:nth-of-type(1):before {
  content: "";
  background-image: url(/img/lp/icon_merit01.svg);
  background-repeat: no-repeat;
  background-size: 80px auto;
  width: 80px;
  height: 65px;
  position: absolute;
  top: -33px;
  left: 50%;
  transform: translateX(-50%);
}

.merit-wrap .circle-wrap .circle:nth-of-type(2):before {
  content: "";
  background-image: url(/img/lp/icon_merit02.svg);
  background-repeat: no-repeat;
  background-size: 55px auto;
  width: 55px;
  height: 62px;
  position: absolute;
  top: -29px;
  left: 50%;
  transform: translateX(-50%);
}

.merit-wrap .circle-wrap .circle:nth-of-type(3):before {
  content: "";
  background-image: url(/img/lp/icon_merit03.svg);
  background-repeat: no-repeat;
  background-size: 63px auto;
  width: 63px;
  height: 64px;
  position: absolute;
  top: -28px;
  left: 50%;
  transform: translateX(-50%);
}

.merit-wrap .circle-wrap .circle:nth-of-type(4):before {
  content: "";
  background-image: url(/img/lp/icon_merit04.svg);
  background-repeat: no-repeat;
  background-size: 96px auto;
  width: 96px;
  height: 60px;
  position: absolute;
  top: -29px;
  left: 50%;
  transform: translateX(-50%);
}

.merit-wrap.content-inner>p {
  text-align: center;
  margin-top: 30px;
  font-size: 15px;
  line-height: 2;
  font-family: 'Noto Sans JP', Arial, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
}

/* --------------------------------------------------------
-----------------------------------------------------------
content07
-----------------------------------------------------------
----------------------------------------------------------- */
.itemlist-wrap ul {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: stretch;
  gap: 10px;
}

.itemlist-wrap ul li {
  width: calc((100% - 30px) / 3);
  border: 1px solid #ccc;
  position: relative;
}

.itemlist-wrap ul li a {
  text-decoration: none;
  color: #444;
  height: 100%;
  display: block;
  padding: 10px 10px 15px;
}

.itemlist-wrap ul li a::after {
  content: "";
  width: 10px;
  height: 20px;
  background: url(/img/common/icon_arrow_next2.svg) no-repeat center center;
  background-size: 6px 15px;
  position: absolute;
  bottom: 20px;
  right: 26px;
}

.itemlist-wrap ul li a::before {
  content: "more";
  background-size: 9px 16px;
  position: absolute;
  bottom: 15px;
  right: 15px;
  display: block;
  padding: 5px 25px 5px 20px;
  border-radius: 24px;
  background-color: #71bdb8;
  color: #fff;
}

.itemlist-wrap ul li .img-wrap img {
  width: 100%;
  margin: 0 0 15px 0;
  background-color: #fffaeb;
}

.itemlist-wrap ul li .products-name {
  margin-bottom: 5px;
  font-size: 20px;
  font-weight: bold;
  font-family: "游ゴシック", "Yu Gothic", Arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
}

.itemlist-wrap ul li .item-name {
  font-size: 15px;
  font-weight: bold;
  font-family: "游ゴシック", "Yu Gothic", Arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  margin-bottom: 10px;
  border-bottom: 2px solid #8cd4d2;
  padding-bottom: 3px;
}

.itemlist-wrap ul li .text-wrap {
  font-size: 12px;
}

/* --------------------------------------------------------
-----------------------------------------------------------
content08 テンプレートランキング※未使用
-----------------------------------------------------------
----------------------------------------------------------- */
/* .scene-wrap .template-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: stretch;
  flex-direction: row;
  gap: 10px;
  margin-top: 30px;
}

.scene-wrap .template-wrap>div {
  width: calc((100% - 30px) / 3);
  border: 1px solid #ccc;
  padding: 15px 20px;
  position: relative;
}

.scene-wrap .template-wrap .template .img-wrap {
  margin-bottom: 10px;
}

.scene-wrap .template-wrap .template:before {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 36px;
  padding-top: 8px;
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0;
  margin-right: 10px;
  color: #FFF;
}

.scene-wrap .template-wrap .template:nth-of-type(1):before {
  content: "1";
  background-image: url(/img/index/crown01.svg);
  background-size: 40px auto;
  background-repeat: no-repeat;
  background-position: center;
}

.scene-wrap .template-wrap .template:nth-of-type(2):before {
  content: "2";
  background-image: url(/img/index/crown02.svg);
  background-size: 40px auto;
  background-repeat: no-repeat;
  background-position: center;
}

.scene-wrap .template-wrap .template:nth-of-type(3):before {
  content: "3";
  background-image: url(/img/index/crown03.svg);
  background-size: 40px auto;
  background-repeat: no-repeat;
  background-position: center;
}

.scene-wrap .template-wrap .template p.title {
  font-family: "游ゴシック", "Yu Gothic", Arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 5px;
}

.scene-wrap .link-wrap ul{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 20px;
  margin: 40px 0 0;
}

.scene-wrap .link-wrap li {
  width: 450px;
  text-align: center;
}
.scene-wrap .link-wrap .img-wrap {
  margin-bottom: 5px;
}

.scene-wrap .link-wrap a {
  display: block;
  text-decoration: none;
}
.scene-wrap .link-wrap span{
  font-size: 18px;
  font-weight: bold;
  text-decoration: none;
} */

/* --------------------------------------------------------
-----------------------------------------------------------
content08
-----------------------------------------------------------
----------------------------------------------------------- */
.scene-wrap .flex-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: stretch;
  flex-direction: row;
  gap: 20px;
  margin-top: 30px;
}

.scene-wrap .flex-wrap>div {
  width: calc((100% - 40px) / 3);
}

.scene-wrap .flex-wrap p.title {
  text-align: center;
  font-size: 17px;
  font-weight: bold;
  font-family: "游ゴシック", "Yu Gothic", Arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  margin-bottom: 12px;
}

.scene-wrap .flex-wrap .img-wrap {
  margin-bottom: 10px;
}

.scene-wrap .flex-wrap>div img {
  width: 100%;
}

.scene-wrap .text-wrap p {
  margin-bottom: 0;
}

/* --------------------------------------------------------
-----------------------------------------------------------
FV-wrap0 お客様の声※未使用
-----------------------------------------------------------
----------------------------------------------------------- */
/* .FV-wrap0 .voice-wrap>.flex-wrap {
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  gap: 5px;
}

.FV-wrap0 .voice-wrap>.flex-wrap+.flex-wrap {
  margin-top: 20px;
}

.FV-wrap0 .voice-wrap>.flex-wrap .customer {
  width: 155px;
  text-align: center;
}

.FV-wrap0 .voice-wrap>.flex-wrap .customer p {
  font-size: 24px;
  font-weight: bold;
  font-family: "游ゴシック", "Yu Gothic", Arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  line-height: 1;
  margin-top: 15px;
}

.FV-wrap0 .voice-wrap>.flex-wrap .voice {
  flex: 1;
  border: 1px solid #333;
  border-radius: 5px;
  padding: 20px 20px 28px 30px;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: flex-start;
  gap: 15px;
  margin-right: 18px;
  font-family: "游ゴシック", "Yu Gothic", Arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
}

.FV-wrap0 .voice-wrap>.flex-wrap .voice .text-wrap {
  flex: 1;
}

.FV-wrap0 .voice-wrap>.flex-wrap .voice .title {
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0.04em;
  margin-bottom: 8px;
}

.FV-wrap0 .voice-wrap>.flex-wrap .voice .text {
  font-size: 16px;
  letter-spacing: 0.07em;
  line-height: 1.6;
}

.FV-wrap0 .voice-wrap>.flex-wrap .voice .img-wrap {
  max-width: 250px;
} */

/* --------------------------------------------------------
-----------------------------------------------------------
.design-wrap
-----------------------------------------------------------
----------------------------------------------------------- */
.design-wrap .flex-wrap {
  margin-top: 20px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 25px;
}

.design-wrap .flex-wrap .left-wrap {
  width: 460px;
  gap: 30px;
}

.design-wrap .flex-wrap .right-wrap {
  flex: 1;
}

.design-wrap .flex-wrap .right-wrap .title {
  font-size: 18px;
  margin-bottom: 10px;
  font-weight: bold;
  font-family: "游ゴシック", "Yu Gothic", Arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
}

.design-wrap .flex-wrap .right-wrap .text {
  font-size: 16px;
  margin-top: 5px;
  line-height: 1.8;
  /* font-family: "游ゴシック", "Yu Gothic", Arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif; */
}

.design-wrap h3 {
  font-family: "游ゴシック", "Yu Gothic", Arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-size: 19px;
  font-weight: bold;
  margin: 0 18px 5px;
  position: relative;
}

.design-wrap h3::before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 12px solid #5ebdba;
  border-right: 0;
  top: 8px;
  left: -17px;
}


.design-wrap .img-wrap {
  margin-bottom: 20px;
}

.design-wrap .howto-wrap {
  margin-top: 50px;
}

.design-wrap .howto-wrap ul {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  gap: 30px;
  justify-content: space-around;
}

.design-wrap .howto-wrap li {
  width: calc((100% - 30px) / 3);
  margin: 0;
}

.design-wrap .howto-wrap li .img-wrap {
  margin-bottom: 10px;
}

.design-wrap .howto-wrap li .text-wrap {
  padding: 0 10px;
}

.design-wrap .howto-wrap ul span {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  display: block;
}

.design-wrap .howto-wrap ul span.bold {
  display: inline;
  font-size: 15px;
}

.design-wrap .illustration-wrap {
  margin-top: 50px;
}

.design-wrap .illustration-wrap ul {
  display: flex;
  flex-direction: column;
  gap: 25px;
  margin: 20px 0 30px;
}

.design-wrap .illustration-wrap li {
  display: flex;
  gap: 30px;
  align-items: center;
}

.design-wrap .illustration-wrap li .img-wrap {
  width: calc((100% - 30px) / 2);
  margin: 0;
}

.design-wrap .illustration-wrap li .title-wrap {
  text-align: left;
}

.design-wrap .illustration-wrap li .text-wrap {
  width: 450px;
}

.design-wrap .illustration-wrap li span {
  font-size: 16px;
  font-weight: bold;
}

.design-wrap .illustration-wrap ul ul {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin: 10px 0 0;
  font-size: 15px;
}

.design-wrap .illustration-wrap li li {
  display: list-item;
}

.design-wrap .illustration-wrap li li span {
  font-weight: bold;
}



/* --------------------------------------------------------
-----------------------------------------------------------
FV-wrap0
-----------------------------------------------------------
----------------------------------------------------------- */

.design-wrap .submit-wrap .img-wrap img {
  margin-bottom: 20px;
}


/* --------------------------------------------------------
-----------------------------------------------------------
FV-wrap4
-----------------------------------------------------------
----------------------------------------------------------- */
.quality-wrap .wash-caution-wrap {
  margin-bottom: 65px;
  padding-top: 30px;
}

.quality-wrap .wash-caution-wrap h3 {
  text-align: center;
}

.quality-wrap .wash-caution-wrap .sub-title,
.quality-wrap .wash-caution-wrap .caution-wrap .caution-title {
  font-size: 18px;
  font-weight: bold;
  color: #ff0000;
  margin: 0;
  text-align: center;
}

.quality-wrap .wash-caution-wrap .caution-wrap {
  padding: 12px 20px 55px;
  border: 1px solid;
  margin-top: 30px;
  position: relative;
}

.quality-wrap .wash-caution-wrap .caution-wrap:before {
  content: "";
  background: url(/web-box/upload/item_img/common/wash_img02.webp);
  background-size: 120px auto;
  background-repeat: no-repeat;
  position: absolute;
  bottom: -60px;
  right: 0;
  width: 120px;
  height: 120px;
}

.quality-wrap .wash-caution-wrap .caution-wrap .caution-title {
  text-align: center;
}

.quality-wrap .wash-caution-wrap .caution-wrap .caution-text {
  margin: 10px 0 0;
  line-height: 1.5;
  letter-spacing: 0.08em;
}

/* --------------------------------------------------------
-----------------------------------------------------------
FV-wrap5
-----------------------------------------------------------
----------------------------------------------------------- */
.price-wrap .price-wrap .content-body {
  position: relative;
}

.price-wrap .price-wrap .content-body .tab-input {
  visibility: hidden;
  position: absolute;
  height: 0;
  overflow: hidden;
}

.price-wrap .price-wrap .content-body .tab-btn-wrap {
  margin-bottom: 20px;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 10px;
}

.price-wrap .price-wrap .content-body .tab-btn-wrap li {
  width: calc((100% - 30px) / 4);
  margin: 0;
}

.price-wrap .price-wrap .content-body .tab-btn-wrap li label {
  color: #666;
  border: 1px solid #5ebdba;
  background: #fff;
  display: block;
  cursor: pointer;
  padding: 10px 27px 8px;
  text-align: center;
  font-weight: bold;
  font-size: 15px;
  line-height: 1.3;
}

.price-wrap .price-wrap .content-body .tab-body {
  -webkit-transition: opacity 1.2s;
  transition: opacity 1.2s;
  height: 0;
  overflow: hidden;
  opacity: 0;
  background: #fff;
  margin: 0;
  padding: 0;
}

.price-wrap .price-wrap .content-body #tab-input01:checked~.tab-body.tab01,
.price-wrap .price-wrap .content-body #tab-input02:checked~.tab-body.tab02,
.price-wrap .price-wrap .content-body #tab-input03:checked~.tab-body.tab03,
.price-wrap .price-wrap .content-body #tab-input04:checked~.tab-body.tab04,
.price-wrap .price-wrap .content-body #tab-input05:checked~.tab-body.tab05,
.price-wrap .price-wrap .content-body #tab-input06:checked~.tab-body.tab06,
.price-wrap .price-wrap .content-body #tab-input07:checked~.tab-body.tab07,
.price-wrap .price-wrap .content-body #tab-input08:checked~.tab-body.tab08,
.price-wrap .price-wrap .content-body #tab-input09:checked~.tab-body.tab09,
.price-wrap .price-wrap .content-body #tab-input10:checked~.tab-body.tab10,
.price-wrap .price-wrap .content-body #tab-input11:checked~.tab-body.tab11 {
  height: auto;
  opacity: 1;
}

.price-wrap .price-wrap .content-body #tab-input01:checked~.tab-btn-wrap .tab01 label,
.price-wrap .price-wrap .content-body #tab-input02:checked~.tab-btn-wrap .tab02 label,
.price-wrap .price-wrap .content-body #tab-input03:checked~.tab-btn-wrap .tab03 label,
.price-wrap .price-wrap .content-body #tab-input04:checked~.tab-btn-wrap .tab04 label,
.price-wrap .price-wrap .content-body #tab-input05:checked~.tab-btn-wrap .tab05 label,
.price-wrap .price-wrap .content-body #tab-input06:checked~.tab-btn-wrap .tab06 label,
.price-wrap .price-wrap .content-body #tab-input07:checked~.tab-btn-wrap .tab07 label,
.price-wrap .price-wrap .content-body #tab-input08:checked~.tab-btn-wrap .tab08 label,
.price-wrap .price-wrap .content-body #tab-input09:checked~.tab-btn-wrap .tab09 label,
.price-wrap .price-wrap .content-body #tab-input10:checked~.tab-btn-wrap .tab10 label,
.price-wrap .price-wrap .content-body #tab-input11:checked~.tab-btn-wrap .tab11 label {
  color: #fff;
  background: #5ebdba;
}

.price-wrap .price-wrap .content-body .sub-section-body ul {
  max-height: 300px;
  overflow-y: auto;
}

.price-wrap .price-wrap .content-body .sub-section-body ul li {
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  font-size: 17px;
  font-weight: bold;
  margin: 0;
}

.price-wrap .price-wrap .content-body .sub-section-body ul li:nth-of-type(odd) {
  background: #e6fdfd;
}

.price-wrap .price-wrap .content-body .sub-section-body ul li.item-name {
  background: #5ebdba;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
}

.price-wrap .price-wrap .content-body .sub-section-body ul li span {
  position: relative;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50%;
}

.price-wrap .price-wrap .content-body .sub-section-body ul li .name:before,
.price-wrap .price-wrap .content-body .sub-section-body ul li .size:before {
  content: "";
  width: 1px;
  height: 40px;
  background: #ccc;
  position: absolute;
  top: 0;
  right: 0;
}

.price-wrap .btn-wrap {
  display: flex;
  justify-content: center;
  gap: 50px;
}

.price-wrap .btn-wrap .recommend a {
  background: #f08777;
}

.price-wrap .btn-wrap a:before {
  content: "";
  background: url(/img/btn_arrow.svg);
  background-size: 10px auto;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  right: 30px;
  transform: translateY(-50%);
  width: 10px;
  height: 21px;
}

/* --------------------------------------------------------
-----------------------------------------------------------
FV-wrap6
-----------------------------------------------------------
----------------------------------------------------------- */
.question-wrap .faq-wrap {
  margin-top: 20px;
}

.question-wrap .faq-wrap .faq {
  border-bottom: 1px solid #dbdbdb;
  padding-bottom: 20px;
  padding-right: 10px;
}

.question-wrap .faq-wrap .faq+.faq {
  margin-top: 20px;
}

.question-wrap .faq-wrap .faq:last-child {
  border: none;
}

.question-wrap .faq-wrap .faq .question {
  position: relative;
  font-weight: bold;
  padding: 3px 0 0 40px;
  margin-bottom: 15px;
  font-size: 15px;
}

.question-wrap .faq-wrap .faq .answer {
  position: relative;
  padding: 3px 0 0px 40px;
}

.question-wrap .faq-wrap .faq .question::before,
.question-wrap .faq-wrap .faq .answer::before {
  font-weight: bold;
  display: inline-block;
  margin: 0 5px 0 0;
  position: absolute;
  top: 0;
  line-height: 1;
  font-size: 27px;
  width: 25px;
  text-align: center;
  left: 5px;
  text-decoration: none;
}

.question-wrap .faq-wrap .faq .question::before {
  content: 'Q';
  color: #4e75c3;
}

.question-wrap .faq-wrap .faq .answer::before {
  content: 'A';
  color: #ff4227;
}

/* --------------------------------------------------------
-----------------------------------------------------------
FV-wrap7
-----------------------------------------------------------
----------------------------------------------------------- */
.question-wrap {
  font-family: 'Noto Sans JP', Arial, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
}

.question-wrap .content-title {
  margin-bottom: 50px;
}

.question-wrap .content-wrap .title {
  min-height: 40px;
  line-height: 30px;
  margin-bottom: 10px;
  text-align: center;
  font-weight: bold;
}

.question-wrap .content-wrap .title span.text {
  font-size: 27px;
  position: relative;
}

.question-wrap .content-wrap .title span.text .num {
  font-size: 45px;
}

.question-wrap .content-wrap .title span.text:before,
.question-wrap .content-wrap .title span.text:after {
  content: "";
  width: 2px;
  height: 45px;
  background: #333;
  position: absolute;
}

.question-wrap .content-wrap .title span.text:before {
  transform: rotate(-30deg);
  top: -5px;
  left: -25px;
}

.question-wrap .content-wrap .title span.text:after {
  transform: rotate(30deg);
  top: -5px;
  right: -25px;
}

.question-wrap .content-wrap .text-wrap {
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 25px;
}

/* sample-wrap
--------------------------------------------------------- */
.question-wrap .sample-wrap {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: center;
  gap: 30px;
}

.question-wrap .sample-wrap .sample {
  width: 400px;
  background-color: #fff;
}

.question-wrap .sample-wrap .sample .sample-title {
  width: 400px;
  border-radius: 10px;
  margin: 0 auto;
  background: #ff809e;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  font-size: 23px;
  font-weight: bold;
  line-height: 1.2;
  color: #FFF;
  position: relative;
  padding: 15px;
  letter-spacing: 0.08em;
  margin-bottom: 20px;
}

.question-wrap .sample-wrap .sample.free-wrap .sample-title {
  background: #00a0e8;
}

.question-wrap .sample-wrap .sample .sample-title:before {
  border-color: #ff809e transparent transparent transparent;
  content: "";
  position: absolute;
  width: 0;
  right: 0;
  left: 0;
  margin: 0 auto;
  border-style: solid;
  border-width: 14px 12px 0 12px;
  display: block;
  bottom: -14px;
}

.question-wrap .sample-wrap .sample.free-wrap .sample-title:before {
  border-color: #00a0e8 transparent transparent transparent;
}

.question-wrap .sample-wrap .sample .content {
  padding: 35px 34px 30px;
  border: 4px solid #fc82a0;
}

.question-wrap .sample-wrap .sample .free-content {
  border: 4px solid #00a0e8;
}

.question-wrap .sample-wrap .sample .content .top-wrap {
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 15px !important;
}

.question-wrap .sample-wrap .sample .content .top-wrap span {
  color: #ff4542;
}

/*----- point-wrap ----- */
.question-wrap .sample-wrap .sample .content .point-wrap {
  text-align: center;
  background-color: #fef4dd;
  padding: 20px;
  margin-bottom: 20px;
  height: 190px;
}

.question-wrap .sample-wrap .sample .content .point-wrap .title {
  font-weight: 900;
  font-size: 30px;
  letter-spacing: 0;
  line-height: 1.0;
  font-family: DINosaur, ui-rounded, 'Hiragino Maru Gothic ProN', Quicksand, Comfortaa, Manjari, 'Arial Rounded MT', 'Arial Rounded MT Bold', Calibri, source-sans-pro, sans-serif;
  margin-bottom: 15px;
  color: #fc82a0;
}

.question-wrap .sample-wrap .sample .content.free-content .point-wrap .title {
  color: #00a0e8;
}

.question-wrap .sample-wrap .sample .content .point-wrap p {
  font-size: 17px;
  margin-bottom: 10px;
}

.question-wrap .sample-wrap .sample .content .point-wrap .text {
  font-size: 28px;
  font-weight: bold;
  letter-spacing: 0.05em;
  display: flex;
  justify-content: center;
  align-items: baseline;
}

.question-wrap .sample-wrap .sample .content .point-wrap .text span {
  font-size: 52px;
  line-height: 40px;
}

/*----- note-wrap ----- */
.question-wrap .sample-wrap .sample .content .note-wrap .title {
  width: 74px;
  background-color: #828282;
  text-align: center;
  font-size: 15px;
  font-weight: bold;
  color: #fff;
  padding: 2px;
  margin-bottom: 10px;
}

/*----- link-wrap ----- */
.question-wrap .sample-wrap .sample .content .link-wrap {
  margin-top: 30px;
}

.question-wrap .sample-wrap .sample .content .link-wrap a.btn-link {
  width: 300px;
  border-radius: 40px;
  margin: 0 auto;
  background: #ff809e;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.2;
  color: #FFF;
  position: relative;
  cursor: pointer;
  padding: 10px;
  letter-spacing: 0.08em;
  text-decoration: none;
}

.question-wrap .sample-wrap .sample .content .link-wrap a.btn-link:before {
  content: "";
  background-image: url(/web-box/contents/cabinet/upload/print/img/blanket/icon/arrow_white.svg);
  background-size: 9px auto;
  width: 10px;
  background-repeat: no-repeat;
  width: 14px;
  height: 18px;
  position: absolute;
  top: 50%;
  right: 9px;
  transform: translateY(-50%);
}

.question-wrap .sample-wrap .sample .content.free-content .link-wrap a.btn-link {
  background: #00a0e8;
}

/* --------------------------------------------------------
-----------------------------------------------------------
FV-wrap8
-----------------------------------------------------------
----------------------------------------------------------- */
.contact-wrap h2.center {
  margin-bottom: 25px;
}

.contact-wrap .flex-wrap {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  gap: 30px;
}

.contact-wrap .flex-wrap .tel-wrap {
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  gap: 10px;
}

.contact-wrap .flex-wrap .tel-wrap .num-wrap {
  color: #5ebdba;
}

.contact-wrap .flex-wrap .tel-wrap .num-wrap .num {
  font-size: 56px;
  font-weight: bold;
  line-height: 1;
}

.contact-wrap .flex-wrap .tel-wrap .num-wrap .open {
  font-size: 17px;
  padding-left: 5px;
  margin-top: -3px;
}

.contact-wrap .flex-wrap .form-btn-wrap a {
  width: 385px;
  height: 70px;
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  gap: 15px;
  background: #5ebdba;
  border-radius: 50px;
  color: #FFF;
  text-decoration: none;
  font-size: 24px;
  font-weight: bold;
  font-family: "游ゴシック", "Yu Gothic", Arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
}

.contact-wrap .flex-wrap .form-btn-wrap a img {
  width: 30px;
}