@charset "UTF-8";

body {
  overflow-x: hidden;
}

.mincho,
body {
  font-family: serif;
}

.gothic,
.worry__desc__bottom,
.worry__sol__text__desc,
.worry__bottom__desc,
.worry__bottom__attention,
.worry__bottom__graph__desc,
.worry__color__text,
.ingenuity__content__text,
.history__town,
.history__logo__left,
.history__bottom {
  font-family: sans-serif;
}

.font-min,
.worry__bottom__attention,
.worry__bottom__graph__desc,
.ingenuity__content__text__bottom {
  font-size: 12px;
}

.font-sm,
.history__heading-sub,
.history__town__desc,
.history__logo__left__desc,
.history__bottom__desc,
.color__heading-sub,
.link__btn {
  font-size: 14px;
}

.font-md,
.worry__desc__bottom,
.worry__sol__text__desc,
.worry__bottom__desc,
.ad__btn,
.faq__answer__right,
.purchase__btn,
purchase__btn_soldout {
  font-size: 18px;
}

.font-lg,
.worry__desc__upper,
.worry__sol__text__middle,
.worry__bottom__heading,
.worry__color__heading,
.worry__color__type,
.ingenuity__content__title,
.history__logo__left__heading,
.history__bottom__heading,
.faq__question__right,
.color__heading,
.detail__heading,
.purchase__heading {
  font-size: 24px;
}

.font-lr,
.ingenuity__heading,
.history__heading,
.history__town__heading,
.faq__inner {
  font-size: 32px;
}

.font-max,
.worry__bottom__heading__three {
  font-size: 40px;
}

.bg-beige,
.ingenuity__inner,
.footer__inner {
  background-color: #f9f3ea;
}

.gold,
.worry__heading,
.worry__color__heading,
.ingenuity__heading,
.ingenuity__content__title,
.history__title {
  color: #a07421;
}

.lightblue {
  color: #0085b2;
}

.red {
  color: #d83400;
}

.brown {
  color: #48372f;
}

a {
  color: black;
}

a:hover {
  text-decoration: none;
  color: black;
}

.content-width,
.worry__inner,
.ingenuity__inner,
.color__inner,
.detail__inner,
.purchase__inner {
  width: 90%;
  margin: 0 auto;
  max-width: 1050px;
}

.text-right {
  text-align: right;
}

.newline-margin {
  margin: 5px 0;
}

.line-height,
.worry__sol__text__desc {
  line-height: 2;
}

.sp {
  display: none;
}

.purchase-btn {
  position: fixed;
  bottom: 25px;
  right: 25px;
  z-index: 99;
}

.purchase-btn>a>img {
  height: 80px;
}

.header {
  background-color: white;
}

.header__inner {
  height: 60px;
  width: 100vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.header__logo {
  margin-right: 15px;
}

.header__logo>img {
  height: 30px;
}

.top>img {
  width: 100vw;
  -o-object-fit: cover;
  object-fit: cover;
}

.worry__heading {
  text-align: center;
  margin-bottom: 50px;
  font-size: 28px;
}

.worry__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: 1px solid #a07421;
}

.worry__left {
  width: 50%;
  position: relative;
}

.worry__left__bubble {
  position: absolute;
  top: -70px;
  left: 25px;
}

.worry__left__bubble>img {
  height: 100px;
}

.worry__right {
  width: 50%;
  position: relative;
}

.worry__right__bubble {
  position: absolute;
  top: -70px;
  right: 25px;
}

.worry__right__bubble>img {
  height: 100px;
}

.worry__desc {
  margin: 35px 30px 0;
}

.worry__desc__upper {
  padding-bottom: 15px;
  border-bottom: 1px solid #a07421;
  color: #a07421;
}

.worry__desc__bottom {
  padding: 15px 0;
  line-height: 2;
}

.worry__image>img {
  width: 100%;
}

.worry__sol {
  margin: 100px 0;
  position: relative;
}

.worry__sol__image>img {
  width: 70%;
}

.worry__sol__image-even {
  text-align: right;
}

.worry__sol__bubble-right {
  position: absolute;
  top: -70px;
  right: 25px;
}

.worry__sol__bubble-right>img {
  height: 100px;
}

.worry__sol__bubble-left {
  position: absolute;
  top: -70px;
  left: 25px;
}

.worry__sol__bubble-left>img {
  height: 100px;
}

.worry__sol__text {
  position: absolute;
  top: -50px;
  right: 0;
  background-color: #f9f3ea;
  padding: 25px;
  max-width: 40%;
}

.worry__sol__text__three {
  max-width: 37%;
}

.worry__sol__text-even {
  left: 0;
}

.worry__sol__text__inner {
  position: relative;
}

.worry__sol__text::before {
  content: '';
  position: absolute;
  left: 5px;
  top: 5px;
  width: 100%;
  height: 100%;
  border: 1px solid #a07421;
}

.worry__sol__text__heading {
  text-align: center;
  padding: 10px 0;
  border-bottom: 1px solid #a07421;
}

.worry__sol__text__heading>img {
  width: 60%;
}

.worry__sol__text__heading__three>img,
.worry__sol__text__heading__four>img,
.worry__sol__text__heading__five>img {
  width: 90%;
}

.worry__sol__text__middle {
  padding: 15px 0;
  border-bottom: 1px solid #a07421;
  color: #a07421;
}

.worry__sol__text__desc {
  padding: 15px 0;
}

.worry__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.worry__bottom__left {
  width: 50%;
  padding-right: 50px;
}

.worry__bottom__heading__three {
  color: #eacd84;
}

.worry__bottom__desc {
  margin: 25px 0;
}

.worry__bottom__desc__three {
  color: white;
  margin: 0 0 20px;
  padding: 25px;
  border-bottom: 1px solid #a07421;
}

.worry__bottom__right {
  width: 50%;
}

.worry__bottom__graph {
  text-align: center;
  margin-bottom: 15px;
}

.worry__bottom__graph>img {
  width: 80%;
}

.worry__bottom__content {
  text-align: center;
  background-color: #48372f;
  padding: 50px 25px 25px;
}

.worry__bottom__image>img {
  width: 100%;
}

.worry__two,
.worry__four,
.worry__five {
  margin-top: 150px;
}

.worry__color {
  padding: 25px 50px;
  border: 1px solid #a07421;
  text-align: center;
}

.worry__color__heading {
  padding: 15px 0;
}

.worry__color__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.worry__color__brown,
.worry__color__pink {
  width: 48%;
}

.worry__color__image {
  margin: 15px 0;
}

.worry__color__image>img {
  width: 100%;
}

.worry__color__color {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 10px;
}

.worry__color__circle {
  margin-right: 10px;
}

.ad {
  width: 100vw;
  margin: 50px 0;
  padding: 50px 0;
  text-align: center;
}

.ad__upper {
  position: relative;
  width: 70%;
  max-width: 1050px;
  margin: 0 auto;
  margin-bottom: 30px;
}

.ad__bottom {
  position: relative;
  width: 70%;
  max-width: 1050px;
  margin: 0 auto;
}

.ad__upper>img,
.ad__bottom>img {
  width: 100%;
}

.ad__button {
  position: absolute;
  bottom: 30px;
  right: 20px;
}

.ad__btn {
  width: 256px;
  text-align: center;
  border: none;
  padding: 15px 65px;
  text-decoration: none !important;
  background-color: #d96d00;
  color: white;
  border-radius: 50px;
  position: relative;
}

.ad__btn::after {
  position: absolute;
  content: '▶︎';
  font-size: 5px;
  top: 50%;
  right: 25px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.ad__btn:hover {
  cursor: pointer;
}

.ingenuity {
  margin-top: 50px;
}

.ingenuity__inner {
  padding: 25px;
}

.ingenuity__heading {
  margin: 25px 0;
  text-align: center;
}

.ingenuity__content {
  border: 1px solid #a07421;
  margin: 20px 0;
}

.ingenuity__content__heading {
  text-align: center;
  margin: 15px 0;
}

.ingenuity__content__heading>img {
  height: 50px;
}

.ingenuity__content__title {
  text-align: center;
}

.ingenuity__content__ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 15px;
}

.ingenuity__content__li {
  list-style: none;
  text-align: center;
  margin: 0 25px;
}

.ingenuity__content__li>img {
  height: 120px;
}

.ingenuity__content__text {
  margin-top: 15px;
  line-height: 2;
}

.ingenuity__content__text__bottom {
  line-height: 1.5;
  margin-top: 10px;
}

.ingenuity__content__text__three {
  text-align: center;
}

.ingenuity__content__text__four {
  padding: 0 70px;
}

.ingenuity__content__image {
  margin: 15px 0;
}

.ingenuity__content__image>img {
  width: 100%;
}

.ingenuity__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.ingenuity__left {
  width: 50%;
}

.ingenuity__left__two {
  padding: 25px 0;
  text-align: center;
}

.ingenuity__left__two>img {
  height: 100%;
}

.ingenuity__left__three>img {
  width: 100%;
}

.ingenuity__right {
  width: 50%;
  padding: 0 20px;
}

.ingenuity__right__four {
  padding: 0;
}

.ingenuity__right>img {
  width: 100%;
}

.history__title {
  text-align: center;
  margin: 100px 0 50px;
}

.history__heading-sub {
  margin-top: 15px;
  letter-spacing: 5px;
}

.history__town {
  padding: 100px 0 300px;
  background-image: url(/img/usr/freepage/warmpad_ket/image4/town_photo.png);
  background-size: cover;
  background-position: center center;
  text-align: center;
}

.history__town__heading {
  font-weight: 500;
}

.history__town__desc {
  line-height: 2;
  margin-top: 15px;
}

.history__logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 100px;
}

.history__logo__left__heading {
  font-weight: 500;
}

.history__logo__left__desc {
  line-height: 2;
  margin-top: 15px;
}

.history__logo__right {
  margin-left: 25px;
}

.history__logo__right>img {
  height: 100px;
}

.history__year {
  background-color: #f5f3f2;
  padding-top: 100px;
}

.history__year>img {
  width: 100%;
}

.history__bottom {
  width: 100vw;
  background-image: url(/img/usr/freepage/warmpad_ket/image4/shop_photo.png);
  background-size: cover;
  padding: 150px;
  color: white;
}

.history__bottom__heading {
  font-weight: 500;
}

.history__bottom__desc {
  line-height: 2;
  margin-top: 15px;
}

.faq {
  background-color: #f9f3ea;
}

.faq__inner {
  width: 70%;
  margin: 0 auto;
  color: #48372f;
  padding: 50px 0;
}

.faq__heading {
  text-align: center;
  margin: 50px 0;
}

.faq__question {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 10px 25px;
  background-color: white;
}

.faq__answer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 25px;
}

.faq__answer__right {
  line-height: 1.7;
  padding-top: 6px;
}

.faq__left {
  margin-right: 15px;
}

.color {
  margin: 50px 0;
}

.color__title {
  text-align: center;
  color: #9f7320;
  padding: 50px 0;
}

.color__heading-sub {
  margin-top: 15px;
  letter-spacing: 5px;
  position: relative;
  display: inline-block;
  padding: 0 60px;
}

.color__heading-sub::before,
.color__heading-sub::after {
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 50px;
  height: 1px;
  background-color: #9f7320;
}

.color__heading-sub::before {
  left: 0;
}

.color__heading-sub::after {
  right: 0;
}

.color__type {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  margin-bottom: 50px;
}

.color__left {
  width: 20%;
  text-align: center;
}

.color__left__upper {
  margin-bottom: 15px;
}

.color__left__upper>img {
  width: 80%;
}

.color__left__bottom>img {
  width: 100%;
}

.color__right {
  width: 70%;
}

.color__right>img {
  width: 100%;
}

.detail {
  margin: 50px 0;
}

.detail__heading {
  text-align: center;
  color: #9f7320;
  padding: 50px 0;
}

.detail__image>img {
  width: 100%;
}

.detail__image__upper {
  margin-bottom: 25px;
}

.purchase {
  margin: 50px 0;
}

.purchase__heading {
  text-align: center;
  color: #9f7320;
  padding: 50px 0;
}

.purchase__content {
  margin-bottom: 50px;
}

.purchase__upper {
  margin-bottom: 15px;
}

.purchase__upper>img {
  height: 80px;
}

.purchase__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.purchase__bottom__blanket {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.purchase__left {
  width: 50%;
}

.purchase__left>img {
  width: 100%;
}

.purchase__right {
  width: 50%;
  padding: 0 25px;
}

.purchase__type {
  text-align: center;
  margin-top: 15px;
}

.purchase__type>img {
  width: 90%;
}

.purchase__button {
  margin-top: 5px;
}

.purchase__btn {
  text-align: center;
  border: none;
  display: inline-block;
  width: 100%;
  padding: 10px;
  text-decoration: none !important;
  background-color: #d96d00;
  color: white;
  border-radius: 50px;
  position: relative;
}

.purchase__btn::after {
  position: absolute;
  content: '▶︎';
  font-size: 5px;
  top: 50%;
  right: 25px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.purchase__btn:hover {
  cursor: pointer;
}

.purchase__btn_soldout {
  /* width: 256px !important; */
  text-align: center;
  border: none;
  display: inline-block;
  width: 100%;
  padding: 10px;
  text-decoration: none !important;
  background-color: #bebdbd;
  color: #000000;
  border-radius: 50px;
  position: relative;
}

@media screen and (max-width: 768px) {
  .purchase__btn_soldout {
    margin-top: 10px;
  }

  .ad__button .purchase__btn_soldout {
    width: 100% !important;
  }
}

.ad__button .purchase__btn_soldout {
  width: 256px;
}


.link {
  padding: 50px 0;
}

.link__ul {
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.link__ul__left,
.link__ul__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.link__li {
  list-style: none;
  margin-right: 5px;
}

.link__btn {
  text-align: center;
  border: none;
  padding: 5px 25px 5px 10px;
  text-decoration: none !important;
  background-color: #48372f;
  color: white;
  border-radius: 50px;
  position: relative;
}

.link__btn::after {
  position: absolute;
  content: '▶︎';
  font-size: 3px;
  top: 50%;
  right: 5px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.link__btn:hover {
  cursor: pointer;
}

.footer__inner {
  padding: 100px 0;
  text-align: center;
}

.footer__logo>img {
  height: 70px;
}

/* タブレット表示時 */
@media (max-width: 1024px) {
  .worry__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .worry__content__two,
  .worry__content__four {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .worry__left {
    width: 100%;
  }

  .worry__right {
    width: 100%;
  }

  .worry__sol__image {
    padding-top: 250px;
  }

  .worry__sol__image__three {
    padding-top: 450px;
  }

  .worry__sol__text {
    max-width: 60%;
  }

  .worry__sol__text__heading>img {
    width: 40%;
  }

  .worry__sol__text__heading__three>img,
  .worry__sol__text__heading__four>img,
  .worry__sol__text__heading__five>img {
    width: 80%;
  }

  .worry__bottom {
    display: block;
  }

  .worry__bottom__left {
    width: 100%;
    padding-right: 0;
  }

  .worry__bottom__right {
    width: 100%;
  }

  .worry__bottom__graph {
    margin-top: 30px;
  }

  .ad__upper,
  .ad__bottom {
    width: 90%;
  }

  .ingenuity__content__ul {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .ingenuity__content__li {
    -ms-flex-preferred-size: 33%;
    flex-basis: 33%;
    margin: 0 0 15px;
  }

  .ingenuity__content__text__four {
    text-align: center;
  }

  .ingenuity__item__three {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .ingenuity__item__four {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .ingenuity__left__three,
  .ingenuity__left__four {
    width: 100%;
  }

  .ingenuity__right__three,
  .ingenuity__right__four {
    width: 100%;
  }

  .history__logo {
    padding: 50px;
  }

  .history__bottom {
    padding: 100px;
  }

  .history__year {
    padding-bottom: 25px;
    overflow: hidden;
  }

  .history__year>img {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }

  .faq__inner {
    width: 90%;
  }

  .purchase__upper {
    margin-bottom: 10px;
  }

  .purchase__upper>img {
    height: 60px;
  }

  .link__ul {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .link__ul__left,
  .link__ul__right {
    display: block;
  }

  .link__li {
    margin-right: 15px;
    margin-bottom: 15px;
  }
}

/* スマホ表示時 */
@media (max-width: 599px) {

  .font-min,
  .worry__bottom__attention,
  .worry__bottom__graph__desc,
  .ingenuity__content__text__bottom {
    font-size: 10px;
  }

  .font-sm,
  .history__heading-sub,
  .history__town__desc,
  .history__logo__left__desc,
  .history__bottom__desc,
  .color__heading-sub,
  .link__btn {
    font-size: 12px;
  }

  .font-md,
  .worry__desc__bottom,
  .worry__sol__text__desc,
  .worry__bottom__desc,
  .ad__btn,
  .faq__answer__right,
  .purchase__btn ,
  purchase__btn_soldout{
    font-size: 14px;
  }

  .font-lg,
  .worry__desc__upper,
  .worry__sol__text__middle,
  .worry__bottom__heading,
  .worry__color__heading,
  .worry__color__type,
  .ingenuity__content__title,
  .history__logo__left__heading,
  .history__bottom__heading,
  .faq__question__right,
  .color__heading,
  .detail__heading,
  .purchase__heading {
    font-size: 20px;
  }

  .font-lr,
  .ingenuity__heading,
  .history__heading,
  .history__town__heading,
  .faq__inner {
    font-size: 26px;
  }

  .font-max,
  .worry__bottom__heading__three {
    font-size: 35px;
  }

  .pc {
    display: none;
  }

  .sp {
    display: block;
  }

  .top {
    position: relative;
  }

  .top__header-logo>img {
    height: 100px;
    position: absolute;
    top: 0;
    right: 35px;
  }

  .header {
    display: none;
  }

  .worry__heading {
    font-size: 22px;
  }

  .worry__left__bubble {
    top: -50px;
    left: 15px;
  }

  .worry__left__bubble>img {
    height: 85px;
  }

  .worry__right__bubble {
    top: -50px;
    right: 15px;
  }

  .worry__right__bubble>img {
    height: 85px;
  }

  .worry__desc {
    margin-bottom: 15px;
  }

  .worry__desc__upper {
    padding-bottom: 5px;
  }

  .worry__desc__bottom {
    padding-top: 5px;
    line-height: unset;
  }

  .worry__sol {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    width: 100%;
    margin: 75px 0;
  }

  .worry__sol__bubble-right {
    position: absolute;
    top: -50px;
    right: 15px;
  }

  .worry__sol__bubble-right>img {
    height: 85px;
  }

  .worry__sol__bubble-left {
    position: absolute;
    top: -50px;
    left: 15px;
  }

  .worry__sol__bubble-left>img {
    height: 85px;
  }

  .worry__sol__image {
    padding: 0;
  }

  .worry__sol__image>img {
    width: 100%;
  }

  .worry__sol__text {
    position: unset;
    max-width: 100%;
  }

  .worry__sol__text__desc {
    line-height: unset;
  }

  .worry__bottom__desc {
    margin: 15px 0;
  }

  .worry__bottom__desc__three {
    border: none;
    padding: 0;
  }

  .worry__bottom__image {
    margin-top: 10px;
  }

  .worry__bottom__attention {
    margin-top: 10px;
  }

  .worry__two,
  .worry__four,
  .worry__five {
    margin-top: 75px;
  }

  .worry__color {
    padding: 15px 10px;
  }

  .worry__color__content {
    display: block;
  }

  .worry__color__brown,
  .worry__color__pink {
    width: 100%;
  }

  .worry__color__brown {
    margin-bottom: 20px;
  }

  .worry__color__color {
    margin-bottom: 0;
  }

  .ad__button {
    bottom: 20px;
    right: 15px;
    position: unset;
  }

  .ad__btn {
    padding: 15px 0;
    width: 100%;
    margin-top: 10px;
  }

  .ad__btn::after {
    font-size: 2px;
    right: 10px;
  }

  .ingenuity__content__heading>img {
    height: 35px;
  }

  .ingenuity__content__li {
    -ms-flex-preferred-size: 49%;
    flex-basis: 49%;
  }

  .ingenuity__content__text {
    line-height: unset;
    margin-bottom: 15px;
  }

  .ingenuity__content__text__four {
    padding: 0 20px;
  }

  .ingenuity__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .ingenuity__item__four {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .ingenuity__left {
    width: 100%;
  }

  .ingenuity__left__two {
    padding: 15px 0;
  }

  .ingenuity__right {
    width: 100%;
  }

  .history__logo {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .history__logo__right {
    margin: 0 0 15px;
  }

  .history__year {
    padding: 0px;
  }

  .history__year>img {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  .history__bottom {
    padding: 50px;
    background-position: center center;
  }

  .faq__inner {
    padding: 25px 0;
  }

  .faq__heading {
    margin: 25px;
  }

  .color {
    margin: 25px 0;
  }

  .color__title {
    padding: 25px 0;
  }

  .color__type {
    margin-bottom: 25px;
  }

  .detail {
    margin: 25px 0;
  }

  .detail__heading {
    padding: 25px 0;
  }

  .purchase {
    margin: 25px 0;
  }

  .purchase__heading {
    padding: 25px 0;
  }

  .purchase__upper>img {
    height: 40px;
  }

  .purchase__bottom {
    display: block;
  }

  .purchase__left {
    width: 100%;
  }

  .purchase__right {
    width: 100%;
  }

  .link {
    padding: 25px 0;
  }

  .link__ul {
    display: block;
    padding-left: 50px;
  }

  .footer__inner {
    padding: 50px 0;
  }
}

/* レビュー */
.review {
  border-bottom: 1px solid #fff;
  background-color: #F5F3EF;
  padding: 0 0 50px;
}

.review .section-title_ {
  margin-bottom: 50px;
  padding: 15px 0;
  background: #B7943D;
  font-size: 34px;
  font-weight: 400;
  color: #fff;
  text-align: center;
  outline: 1px solid #fff;
  outline-offset: -8px;
}

.review .section-title_ .title-sub {
  display: block;
  font-size: 14px;
}

.review .section-body__inner_ {
  margin: 0 auto;
  width: 100%;
  max-width: 1000px;
}

.review-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.review-item {
  display: flex;
  flex-direction: column;
  margin-bottom: 50px;
  width: 48%;
}

.review-item:last-child,
.review-item:nth-last-child(2):nth-child(odd) {
  margin-bottom: 0;
}

.review-item_content {
  position: relative;
  margin-bottom: 30px;
  padding: 18px 20px;
  border: 1px solid #B7943D;
  border-radius: 10px;
  background-color: #fff;
}

.review-item_content::after {
  content: '';
  position: absolute;
  right: 65px;
  bottom: -25px;
  background-image: url(../../../../img/usr/freepage/warmpad_ket/balloon.png);
  background-repeat: no-repeat;
  width: 34px;
  height: 25px;
}

.review-item_title {
  margin-bottom: 10px;
  color: #B7943D;
  font-weight: 600;
  font-size: 20px;
  line-height: 1.5;
}

.review-item_text {
  line-height: 26px;
  font-size: 16px;
  font-family: source-han-sans-japanese, sans-serif;
}

.review-item_user {
  display: flex;
  align-items: center;
  justify-content: center;
}

.review-goods_data {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin-left: 30px;
  width: calc(80% - 89px - 30px);
}

.user-title {
  margin-bottom: 10px;
  padding: 5px;
  background-color: #B7943D;
  color: #fff;
  border-radius: 5px;
  font-family: source-han-sans-japanese, sans-serif;
  font-size: 14px;
  line-height: 1;
}

.goods-title {
  margin-bottom: 10px;
  font-family: source-han-sans-japanese, sans-serif;
}

.review-star {
  height: 18px;
  background-image: url(../../../../img/usr/freepage/warmpad_ket/star.png);
  background-repeat: repeat-x;
}

.review-star.star-1 {
  width: calc(19px * 1);
}

.review-star.star-2 {
  width: calc(19px * 2);
}

.review-star.star-3 {
  width: calc(19px * 3);
}

.review-star.star-5 {
  width: calc(19px * 4);
}

.review-star.star-5 {
  width: calc(19px * 5);
}

.review-item .button-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: auto;
}

.review-item .btn-goods {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 164px;
  height: 32px;
  font-size: 14px;
  border: 1px solid;
  border-radius: 40px;
  background: #B7943D;
  border-color: #B7943D;
  color: #ffffff;
  margin-top: 16px;
  transition: .3s;
  font-family: source-han-sans-japanese, sans-serif;
}

.review-item .btn-goods:hover {
  color: #B7943D;
  background: #ffffff;
}

.review-item .btn-goods::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 10px;
  width: 7px;
  height: 7px;
  border-right: 1px solid;
  border-bottom: 1px solid;
  border-color: #fff;
  transform: rotate(-45deg) translate(0, -50%);
}

.review-item .btn-goods:hover::after {
  border-color: #B7943D;
}

.review .small {
  text-align: right;
  font-weight: 400;
}

.review-wrap+.small {
  margin-top: 30px;
}

@media screen and (max-width: 750px) {
  .review {
    padding-bottom: 0;
  }

  .review .section-body__inner_ {
    width: 90%;
    padding: 30px 0 30px;
    box-sizing: border-box;
  }

  .review-wrap {
    flex-direction: column;
  }

  .review .section-title_ {
    margin-bottom: 0;
    font-size: 21px;
    font-weight: 400;
  }

  .review .section-title_ .title-sub {
    display: block;
    font-size: 10px;
  }

  .review-item {
    width: 100%;
  }

  .review-item:nth-last-child(2):nth-child(odd) {
    margin-bottom: 50px;
  }

  .review-item_title {
    font-size: 18px;
    font-weight: 600;
  }

  .review-item .btn-goods {
    width: 180px;
    height: 32px;
    font-size: 11px;
    font-weight: bold;
    border: 2px solid;
    margin: 14px auto 0;
  }

  .review-goods_data {
    margin-left: 20px;
    width: calc(100% - 89px - 20px);
  }
}

/* 2308 改修*/

@media screen and (min-width:600px) {
  .sp_only {
    display: none;
  }
}

.warry-menu {
  width: 100vw;
  margin: -30px calc(50% - 50vw) 30px;
}

@media screen and (min-width:600px) {
  .warry-menu {
    max-width: 1050px;
    margin: 0 auto 50px;
  }
}


.warry_lists {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin-left: -10px;
  padding: 0;
}

.warry_item {
  width: calc(100% / 2 - 20px);
  margin: 20px 0 0 16px;
}

@media screen and (min-width:600px) {
  .warry_item {
    width: calc(100% / 3 - 20px);
  }
}

.warry_ancher {
  display: block;
  padding: 8px 20px 5px;
  border: 1px solid #A07421;
  background-color: #fff;
  border-radius: 10px;
  color: #A07421;
  font-size: 13px;
  font-family: sans-serif;
  text-decoration: none;
  letter-spacing: 0.08em;
  position: relative;
}

@media screen and (min-width:600px) {
  .warry_ancher {
    font-size: 16px;
  }

  ;
}

.warry_ancher:hover {
  background-color: #A07421;
  color: #fff;
  transition: 0.3s background-color, color ease-in;
}

.warry_ancher:after {
  content: '';
  width: 8px;
  height: 8px;
  border-right: 2px solid #A07421;
  border-bottom: 2px solid #A07421;
  position: absolute;
  top: 50%;
  right: 8px;
  transform: translateY(-5px) rotate(45deg);
}

.warry_ancher:hover:after {
  border-color: #fff;
}

.worry_leaad {
  width: 100vw;
  margin: 0 calc(50% - 50vw);
  text-align: center;
  font-weight: bold;
}

.worry_leaad p {
  width: calc(100% - 20px);
  margin: 0 auto 50px;
  padding: 20px 0;
  color: #A07421;
  font-size: 16px;
  line-height: 2;
  border-top: 1px solid #A07421;
  border-bottom: 1px solid #A07421;
}

.worry .worry__heading {
  margin-bottom: 50px;
}

.worry__one,
.worry__two,
.worry__three,
.worry__four,
.worry__five {
  padding-top: 85px;
  margin-top: -85px;
}

@media screen and (min-width:600px) {
  .worry_leaad {
    width: 100%;
    max-width: 1050px;
    margin: 0 auto 100px;
  }

  .worry_leaad p {
    padding: 20px 0;
    font-size: 20px;

  }

  .worry .purchase__contents {
    margin-bottom: 100px;
  }

  .worry__one,
  .worry__two,
  .worry__three,
  .worry__four,
  .worry__five {
    padding-top: 100px;
    margin-top: -100px;
  }
}