<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/* 共通 */
html {
  -webkit-tap-highlight-color: transparent;
}

* {
  box-sizing: border-box;
}

@font-face {
  src: url("../fonts/NotoSansJP-Black900.woff") format("woff");
  font-family: "Noto Sans JP 900";
  font-style: normal;
  font-display: swap;
}
@font-face {
  src: url("../fonts/NotoSansJP-Bold700.woff") format("woff");
  font-family: "Noto Sans JP 700";
  font-style: normal;
  font-display: swap;
}
@font-face {
  src: url("../fonts/NotoSansJP-Medium500.woff") format("woff");
  font-family: "Noto Sans JP 500";
  font-style: normal;
  font-display: swap;
}
@font-face {
  src: url("../fonts/NotoSansJP-Regular400.woff") format("woff");
  font-family: "Noto Sans JP 400";
  font-style: normal;
  font-display: swap;
}
@font-face {
  src: url("../fonts/NotoSansJP-Light300.woff") format("woff");
  font-family: "Noto Sans JP 300";
  font-style: normal;
  font-display: swap;
}
@font-face {
  src: url("../fonts/RedHatDisplay-ExtraBold.woff") format("woff");
  font-family: "RedHatDisplay-ExtraBold";
  font-style: normal;
  font-display: swap;
}
@font-face {
  src: url("../fonts/RedHatDisplay-Bold.woff") format("woff");
  font-family: "RedHatDisplay-bold";
  font-style: normal;
  font-display: swap;
}
@font-face {
  src: url("../fonts/RedHatDisplay-Light.woff") format("woff");
  font-family: "RedHatDisplay-Light";
  font-style: normal;
  font-display: swap;
}
@font-face {
  src: url("../fonts/RedHatDisplay-Medium.woff") format("woff");
  font-family: "RedHatDisplay-Medium";
  font-style: normal;
  font-display: swap;
}
@font-face {
  src: url("../fonts/RedHatDisplay-BlackItalic.woff") format("woff");
  font-family: "RedHatDisplay-BlackItalic";
  font-style: normal;
  font-display: swap;
}
@font-face {
  src: url("../fonts/RedHatDisplay-Black.woff") format("woff");
  font-family: "RedHatDisplay-Black";
  font-style: normal;
  font-display: swap;
}
.l-ttl {
  position: relative;
}
.l-ttl::after, .l-ttl::before {
  position: absolute;
  content: "";
  width: calc(100% - 10px);
  height: 100%;
}
.l-ttl::after {
  border-top: 1px solid #e08784;
  border-left: 1px solid #e08784;
  top: 0;
  left: 0;
}
.l-ttl::before {
  border-bottom: 1px solid #e08784;
  border-right: 1px solid #e08784;
  bottom: 0;
  right: 0;
}

header .header__logo {
  padding-top: 2.69vw;
  padding-left: 2.69vw;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  header .header__logo {
    padding-top: 5.75vw;
    padding-left: 5.75vw;
  }
}
header .header__logo img {
  width: 11vw;
  height: 3.5vw;
}
@media screen and (max-width: 767px) {
  header .header__logo img {
    width: 20vw;
    height: 6.25vw;
  }
}

#mv.mv {
  position: relative;
  margin-top: -6.3vw;
}
@media screen and (max-width: 767px) {
  #mv.mv {
    margin-top: -12.2vw;
  }
}
#mv.mv .mv__inner {
  position: relative;
  width: 100%;
}

.l-ttl-h2-mainimg {
  display: block;
}
.l-ttl-h2-mainimg img {
  height: 54px;
  width: auto;
}
@media screen and (max-width: 767px) {
  .l-ttl-h2-mainimg img {
    height: 7vw;
  }
}
.l-ttl-h2--main {
  font-family: "RedHatDisplay-Black";
  font-size: 5rem;
  letter-spacing: 1.5rem;
  color: #e08784;
}
@media screen and (max-width: 480px) {
  .l-ttl-h2--main {
    font-size: 4rem;
    letter-spacing: 0.5rem;
  }
}
.l-ttl-h2--ruby {
  font-size: 1.8rem;
  line-height: 3rem;
  font-family: "Noto Sans JP 400";
}
@media screen and (max-width: 767px) {
  .l-ttl-h2--ruby {
    font-size: 1.6rem;
    line-height: 2.5rem;
  }
}
@media screen and (max-width: 480px) {
  .l-ttl-h2--ruby {
    font-size: 1.4rem;
  }
}

#cta {
  background-color: #fff;
  margin-top: -1px;
}

#cta .cta__inner, #cta02 .cta__inner {
  width: 1120px;
  margin-left: auto;
  margin-right: auto;
  background-image: url("../images/back-cta.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  padding: 67px 67px;
}
@media screen and (max-width: 1240px) {
  #cta .cta__inner, #cta02 .cta__inner {
    width: 92%;
  }
}
@media screen and (max-width: 1120px) {
  #cta .cta__inner, #cta02 .cta__inner {
    padding: 37px 37px;
  }
}
@media screen and (max-width: 480px) {
  #cta .cta__inner, #cta02 .cta__inner {
    padding: 27px 27px;
  }
}
#cta .cta__inner--top, #cta .cta__inner--bottom, #cta02 .cta__inner--top, #cta02 .cta__inner--bottom {
  position: absolute;
  left: 0;
  width: 100%;
  height: 20px;
  background: rgb(150, 140, 83);
  background: linear-gradient(90deg, rgb(150, 140, 83) 0%, rgb(230, 225, 179) 50%, rgb(150, 140, 83) 100%);
}
@media screen and (max-width: 768px) {
  #cta .cta__inner--top, #cta .cta__inner--bottom, #cta02 .cta__inner--top, #cta02 .cta__inner--bottom {
    height: 15px;
  }
}
@media screen and (max-width: 480px) {
  #cta .cta__inner--top, #cta .cta__inner--bottom, #cta02 .cta__inner--top, #cta02 .cta__inner--bottom {
    height: 7px;
  }
}
#cta .cta__inner--top, #cta02 .cta__inner--top {
  top: 0;
}
#cta .cta__inner--bottom, #cta02 .cta__inner--bottom {
  bottom: 0;
}
#cta .cta__inner--right, #cta .cta__inner--left, #cta02 .cta__inner--right, #cta02 .cta__inner--left {
  position: absolute;
  width: 20px;
  height: 100%;
  top: 0;
  background: rgb(150, 140, 83);
  background: linear-gradient(180deg, rgb(150, 140, 83) 0%, rgb(230, 225, 179) 25%, rgb(150, 140, 83) 50%, rgb(230, 225, 179) 75%, rgb(150, 140, 83) 100%);
}
@media screen and (max-width: 768px) {
  #cta .cta__inner--right, #cta .cta__inner--left, #cta02 .cta__inner--right, #cta02 .cta__inner--left {
    width: 15px;
  }
}
@media screen and (max-width: 480px) {
  #cta .cta__inner--right, #cta .cta__inner--left, #cta02 .cta__inner--right, #cta02 .cta__inner--left {
    width: 7px;
  }
}
#cta .cta__inner--right, #cta02 .cta__inner--right {
  right: 0;
}
#cta .cta__inner--left, #cta02 .cta__inner--left {
  left: 0;
}
#cta .cta__inner__ttl, #cta02 .cta__inner__ttl {
  text-align: center;
  margin-bottom: 20px;
}
#cta .cta__inner__ttl--img, #cta02 .cta__inner__ttl--img {
  display: inline-block;
  width: 322px;
}
@media screen and (max-width: 480px) {
  #cta .cta__inner__ttl--img, #cta02 .cta__inner__ttl--img {
    width: 100%;
  }
}
#cta .cta__inner__ttl .color, #cta02 .cta__inner__ttl .color {
  color: #e08784;
}
#cta .cta__inner__ttl--h201, #cta02 .cta__inner__ttl--h201 {
  font-size: 6rem;
  line-height: 7rem;
  font-family: "RedHatDisplay-bold";
}
@media screen and (max-width: 1120px) {
  #cta .cta__inner__ttl--h201, #cta02 .cta__inner__ttl--h201 {
    font-size: 5.5rem;
    line-height: 6.5rem;
  }
}
@media screen and (max-width: 480px) {
  #cta .cta__inner__ttl--h201, #cta02 .cta__inner__ttl--h201 {
    font-size: 4.5rem;
    line-height: 5.5rem;
  }
}
#cta .cta__inner__ttl--h202, #cta02 .cta__inner__ttl--h202 {
  font-size: 3.5rem;
  font-family: "Noto Sans JP 900";
}
@media screen and (max-width: 1120px) {
  #cta .cta__inner__ttl--h202, #cta02 .cta__inner__ttl--h202 {
    font-size: 3rem;
  }
}
#cta .cta__inner__ttl--h203, #cta02 .cta__inner__ttl--h203 {
  font-size: 5rem;
  font-family: "Noto Sans JP 700";
}
@media screen and (max-width: 1120px) {
  #cta .cta__inner__ttl--h203, #cta02 .cta__inner__ttl--h203 {
    font-size: 4.5rem;
  }
}
@media screen and (max-width: 480px) {
  #cta .cta__inner__ttl--h203, #cta02 .cta__inner__ttl--h203 {
    font-size: 3.5rem;
  }
}
#cta .cta__inner__howto--ttl, #cta02 .cta__inner__howto--ttl {
  background-color: #ae9b8a;
  font-size: 2rem;
  line-height: 3rem;
  text-align: center;
  font-family: "Noto Sans JP 700";
  padding: 20px 30px;
  color: #fff;
  position: relative;
  cursor: pointer;
}
@media screen and (max-width: 480px) {
  #cta .cta__inner__howto--ttl, #cta02 .cta__inner__howto--ttl {
    padding: 15px 30px;
  }
}
#cta .cta__inner__howto--ttl::after, #cta .cta__inner__howto--ttl::before, #cta02 .cta__inner__howto--ttl::after, #cta02 .cta__inner__howto--ttl::before {
  position: absolute;
  content: "";
  width: 14px;
  height: 1px;
  background-color: #fff;
  right: 25px;
  top: 35px;
  transition: ease 0.2s;
}
@media screen and (max-width: 767px) {
  #cta .cta__inner__howto--ttl::after, #cta .cta__inner__howto--ttl::before, #cta02 .cta__inner__howto--ttl::after, #cta02 .cta__inner__howto--ttl::before {
    right: 20px;
  }
}
@media screen and (max-width: 480px) {
  #cta .cta__inner__howto--ttl::after, #cta .cta__inner__howto--ttl::before, #cta02 .cta__inner__howto--ttl::after, #cta02 .cta__inner__howto--ttl::before {
    top: 45px;
  }
}
#cta .cta__inner__howto--ttl::before, #cta02 .cta__inner__howto--ttl::before {
  transform: rotate(90deg);
}
#cta .cta__inner__howto--ttl.active::before, #cta02 .cta__inner__howto--ttl.active::before {
  transform: rotate(0deg);
}
#cta .cta__inner__howto--content, #cta02 .cta__inner__howto--content {
  display: none;
}
#cta .cta__inner__howto--content--box, #cta02 .cta__inner__howto--content--box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  background-color: #fff;
  padding: 15px;
  margin-bottom: 10px;
}
#cta .cta__inner__howto--content--item, #cta02 .cta__inner__howto--content--item {
  width: 32.5%;
  position: relative;
  padding: 10px 10px 30px;
}
@media screen and (max-width: 767px) {
  #cta .cta__inner__howto--content--item, #cta02 .cta__inner__howto--content--item {
    width: 100%;
  }
}
#cta .cta__inner__howto--content--item::after, #cta02 .cta__inner__howto--content--item::after {
  position: absolute;
  content: "";
  width: 50px;
  height: 27px;
  background-image: url("../images/code-howto-y.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  top: 70px;
  right: -33px;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  #cta .cta__inner__howto--content--item::after, #cta02 .cta__inner__howto--content--item::after {
    left: 50%;
    transform: rotate(90deg) translateX(-50%);
    -webkit-transform: rotate(90deg) translateX(-50%);
    -ms-transform: rotate(90deg) translateX(-50%);
    transform-origin: 0% 50%;
    top: initial;
    bottom: -13px;
  }
}
@media screen and (max-width: 480px) {
  #cta .cta__inner__howto--content--item::after, #cta02 .cta__inner__howto--content--item::after {
    width: 10vw;
    height: 5.6vw;
  }
}
#cta .cta__inner__howto--content--item:nth-child(3)::after, #cta02 .cta__inner__howto--content--item:nth-child(3)::after {
  display: none;
}
#cta .cta__inner__howto--content--item--number, #cta02 .cta__inner__howto--content--item--number {
  width: 44px;
  height: 44px;
  position: absolute;
  top: 0px;
  left: 0px;
}
#cta .cta__inner__howto--content--item--img, #cta02 .cta__inner__howto--content--item--img {
  border: 1px solid #505050;
  margin-bottom: 5px;
}
@media screen and (max-width: 767px) {
  #cta .cta__inner__howto--content--item--img, #cta02 .cta__inner__howto--content--item--img {
    margin-bottom: 10px;
  }
}
#cta .cta__inner__howto--content--item p, #cta02 .cta__inner__howto--content--item p {
  font-feature-settings: "palt";
  font-size: 1.6rem;
  line-height: 3rem;
  font-family: "Noto Sans JP 400";
}
@media screen and (max-width: 767px) {
  #cta .cta__inner__howto--content--item p, #cta02 .cta__inner__howto--content--item p {
    font-size: 1.4rem;
    line-height: 2.5rem;
  }
}
#cta .cta__inner__howto--content p, #cta02 .cta__inner__howto--content p {
  font-family: "Noto Sans JP 400";
}
#cta .cta__inner--product, #cta02 .cta__inner--product {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#cta .cta__inner--product--item, #cta02 .cta__inner--product--item {
  width: 48%;
  position: relative;
}
@media screen and (max-width: 767px) {
  #cta .cta__inner--product--item, #cta02 .cta__inner--product--item {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  #cta .cta__inner--product--item:nth-child(1), #cta02 .cta__inner--product--item:nth-child(1) {
    margin-bottom: 30px;
  }
}
#cta .cta__inner--product--item--btn01, #cta .cta__inner--product--item--btn02, #cta02 .cta__inner--product--item--btn01, #cta02 .cta__inner--product--item--btn02 {
  position: absolute;
  width: 84%;
  bottom: 109px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
@media screen and (max-width: 1120px) {
  #cta .cta__inner--product--item--btn01, #cta .cta__inner--product--item--btn02, #cta02 .cta__inner--product--item--btn01, #cta02 .cta__inner--product--item--btn02 {
    bottom: 9.5vw;
  }
}
@media screen and (max-width: 767px) {
  #cta .cta__inner--product--item--btn01, #cta .cta__inner--product--item--btn02, #cta02 .cta__inner--product--item--btn01, #cta02 .cta__inner--product--item--btn02 {
    bottom: 19vw;
  }
}
#cta .cta__inner--product--item--btn01 .addcart, #cta .cta__inner--product--item--btn02 .addcart, #cta02 .cta__inner--product--item--btn01 .addcart, #cta02 .cta__inner--product--item--btn02 .addcart {
  width: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-color: transparent;
  border: 1px solid transparent;
  height: 66px;
  cursor: pointer;
  transform: translateZ(0);
  font-size: 0;
}
@media screen and (max-width: 1120px) {
  #cta .cta__inner--product--item--btn01 .addcart, #cta .cta__inner--product--item--btn02 .addcart, #cta02 .cta__inner--product--item--btn01 .addcart, #cta02 .cta__inner--product--item--btn02 .addcart {
    height: 5.89vw;
  }
}
@media screen and (max-width: 767px) {
  #cta .cta__inner--product--item--btn01 .addcart, #cta .cta__inner--product--item--btn02 .addcart, #cta02 .cta__inner--product--item--btn01 .addcart, #cta02 .cta__inner--product--item--btn02 .addcart {
    height: 12vw;
  }
}
#cta .cta__inner--product--item--btn01 .addcart:hover, #cta .cta__inner--product--item--btn02 .addcart:hover, #cta02 .cta__inner--product--item--btn01 .addcart:hover, #cta02 .cta__inner--product--item--btn02 .addcart:hover {
  opacity: 0.7;
}
#cta .cta__inner--product--item--btn01--rakuten, #cta .cta__inner--product--item--btn02--rakuten, #cta02 .cta__inner--product--item--btn01--rakuten, #cta02 .cta__inner--product--item--btn02--rakuten {
  position: absolute;
  width: 84%;
  bottom: 35px;
  left: 50%;
  transform: translateX(-50%);
  transition-duration: 0s;
}
@media screen and (max-width: 1120px) {
  #cta .cta__inner--product--item--btn01--rakuten, #cta .cta__inner--product--item--btn02--rakuten, #cta02 .cta__inner--product--item--btn01--rakuten, #cta02 .cta__inner--product--item--btn02--rakuten {
    bottom: 3.125vw;
  }
}
@media screen and (max-width: 767px) {
  #cta .cta__inner--product--item--btn01--rakuten, #cta .cta__inner--product--item--btn02--rakuten, #cta02 .cta__inner--product--item--btn01--rakuten, #cta02 .cta__inner--product--item--btn02--rakuten {
    bottom: 6.5vw;
  }
}
#cta .cta__inner--product--item--btn01 .addcart, #cta02 .cta__inner--product--item--btn01 .addcart {
  background-image: url("../images/product01-btn-official.svg");
}
#cta .cta__inner--product--item--btn02 .addcart, #cta02 .cta__inner--product--item--btn02 .addcart {
  background-image: url("../images/product02-btn-official.svg");
}
#cta .cta__inner--banner, #cta02 .cta__inner--banner {
  width: 860px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 980px) {
  #cta .cta__inner--banner, #cta02 .cta__inner--banner {
    width: 100%;
  }
}
#cta .cta__inner__benefit--ttl, #cta02 .cta__inner__benefit--ttl {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
#cta .cta__inner__benefit--ttl--p, #cta02 .cta__inner__benefit--ttl--p {
  font-size: 1.8rem;
  font-family: "Noto Sans JP 700";
  padding-top: 10px;
  padding-bottom: 10px;
  border-top: 2px solid #505050;
  border-bottom: 2px solid #505050;
  margin: 0 10px 10px;
}
#cta .cta__inner__benefit--ttl--h3, #cta02 .cta__inner__benefit--ttl--h3 {
  line-height: 6rem;
  letter-spacing: 0.2rem;
}
#cta .cta__inner__benefit--ttl--h3 span, #cta02 .cta__inner__benefit--ttl--h3 span {
  color: #e08784;
}
#cta .cta__inner__benefit--ttl--h3 span:nth-child(1), #cta02 .cta__inner__benefit--ttl--h3 span:nth-child(1) {
  font-size: 6rem;
  font-family: "RedHatDisplay-bold";
}
#cta .cta__inner__benefit--ttl--h3 span:nth-child(2), #cta02 .cta__inner__benefit--ttl--h3 span:nth-child(2) {
  font-size: 5rem;
  font-family: "Noto Sans JP 700";
}
@media screen and (max-width: 1120px) {
  #cta .cta__inner__benefit--ttl--h3 span:nth-child(2), #cta02 .cta__inner__benefit--ttl--h3 span:nth-child(2) {
    font-size: 4.5rem;
  }
}
@media screen and (max-width: 480px) {
  #cta .cta__inner__benefit--ttl--h3 span:nth-child(2), #cta02 .cta__inner__benefit--ttl--h3 span:nth-child(2) {
    font-size: 3.5rem;
  }
}
#cta .cta__inner__benefit--content, #cta02 .cta__inner__benefit--content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#cta .cta__inner__benefit--content--item, #cta02 .cta__inner__benefit--content--item {
  width: 48%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  background-color: #fff;
  position: relative;
  padding: 30px;
  align-items: center;
}
@media screen and (max-width: 1120px) {
  #cta .cta__inner__benefit--content--item, #cta02 .cta__inner__benefit--content--item {
    align-items: flex-start;
    justify-content: center;
  }
}
@media screen and (max-width: 767px) {
  #cta .cta__inner__benefit--content--item, #cta02 .cta__inner__benefit--content--item {
    padding: 30px 20px 20px;
  }
}
@media screen and (max-width: 480px) {
  #cta .cta__inner__benefit--content--item, #cta02 .cta__inner__benefit--content--item {
    padding: 15px 10px 10px;
  }
}
#cta .cta__inner__benefit--content--item--text, #cta02 .cta__inner__benefit--content--item--text {
  width: 55%;
}
@media screen and (max-width: 1120px) {
  #cta .cta__inner__benefit--content--item--text, #cta02 .cta__inner__benefit--content--item--text {
    width: 100%;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  #cta .cta__inner__benefit--content--item--text, #cta02 .cta__inner__benefit--content--item--text {
    margin-bottom: 10px;
  }
}
#cta .cta__inner__benefit--content--item--img, #cta02 .cta__inner__benefit--content--item--img {
  width: 45%;
  padding-left: 20px;
}
@media screen and (max-width: 1120px) {
  #cta .cta__inner__benefit--content--item--img, #cta02 .cta__inner__benefit--content--item--img {
    width: 80%;
    padding-left: 0px;
  }
}
#cta .cta__inner__benefit--content--item:nth-child(1), #cta .cta__inner__benefit--content--item:nth-child(2), #cta02 .cta__inner__benefit--content--item:nth-child(1), #cta02 .cta__inner__benefit--content--item:nth-child(2) {
  margin-bottom: 30px;
}
#cta .cta__inner__benefit--number, #cta02 .cta__inner__benefit--number {
  font-size: 5rem;
  line-height: 5rem;
  font-family: "RedHatDisplay-Light";
  position: absolute;
  top: -20px;
  left: -20px;
}
@media screen and (max-width: 480px) {
  #cta .cta__inner__benefit--number, #cta02 .cta__inner__benefit--number {
    font-size: 3rem;
    line-height: 3rem;
    left: -10px;
  }
}
#cta .cta__inner__benefit--h4, #cta02 .cta__inner__benefit--h4 {
  font-size: 2.5rem;
  line-height: 3.5rem;
  font-family: "Noto Sans JP 700";
  color: #e08784;
  font-feature-settings: "palt";
  margin-bottom: 15px;
}
@media screen and (max-width: 480px) {
  #cta .cta__inner__benefit--h4, #cta02 .cta__inner__benefit--h4 {
    font-size: 1.8rem;
    line-height: 2.3rem;
    margin-bottom: 5px;
  }
}
#cta .cta__inner__benefit--p01, #cta02 .cta__inner__benefit--p01 {
  font-size: 1.6rem;
  line-height: 1.8rem;
  font-family: "Noto Sans JP 700";
  margin-bottom: 10px;
}
@media screen and (max-width: 480px) {
  #cta .cta__inner__benefit--p01, #cta02 .cta__inner__benefit--p01 {
    font-size: 1.4rem;
  }
}
#cta .cta__inner__benefit--p02, #cta02 .cta__inner__benefit--p02 {
  font-size: 1.6rem;
  line-height: 3rem;
  font-family: "Noto Sans JP 400";
  text-align: justify;
}
@media screen and (max-width: 767px) {
  #cta .cta__inner__benefit--p02, #cta02 .cta__inner__benefit--p02 {
    font-size: 1.4rem;
    line-height: 2.5rem;
  }
}
@media screen and (max-width: 510px) {
  #cta .cta__inner__benefit--p02, #cta02 .cta__inner__benefit--p02 {
    font-size: 2.5vw;
    line-height: 3.92vw;
  }
}
@media screen and (max-width: 480px) {
  #cta .cta__inner__benefit--p02, #cta02 .cta__inner__benefit--p02 {
    font-size: 2.74vw;
  }
}
#cta .cta__inner__benefit--p03, #cta02 .cta__inner__benefit--p03 {
  font-size: 1.4rem;
  margin-top: 12px;
}
@media screen and (max-width: 480px) {
  #cta .cta__inner__benefit--p03, #cta02 .cta__inner__benefit--p03 {
    font-size: 2.74vw;
    margin-bottom: 8px;
  }
}

#movie .movie__inner {
  position: relative;
  background-color: #E4DEDA;
}
#movie .movie__inner__video {
  width: 1080px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1120px) {
  #movie .movie__inner__video {
    width: 92%;
  }
}
#movie .movie__inner__video .youtube_wrap {
  padding-top: 56.25%;
  width: 100%;
  position: relative;
}
#movie .movie__inner__video .youtube_wrap iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
}

#awards {
  background-image: url("../images/img-awards-bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
#awards .awards__inner--img {
  width: 1080px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1120px) {
  #awards .awards__inner--img {
    width: 92%;
  }
}
#awards .awards__inner--text {
  width: 1080px;
  margin-left: auto;
  margin-right: auto;
  font-size: 1.4rem;
  line-height: 2rem;
}
@media screen and (max-width: 1120px) {
  #awards .awards__inner--text {
    width: 92%;
  }
}
@media screen and (max-width: 767px) {
  #awards .awards__inner--text {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 480px) {
  #awards .awards__inner--text {
    font-size: 0.8rem;
    line-height: 1.5rem;
  }
}
#awards .awards__inner--ttl {
  width: 880px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 980px) {
  #awards .awards__inner--ttl {
    width: 92%;
  }
}
#awards .awards__inner--jyusyo {
  width: 880px;
  margin-left: auto;
  margin-right: auto;
  border: 1px solid #6a3906;
  padding: 50px;
  position: relative;
}
@media screen and (max-width: 767px) {
  #awards .awards__inner--jyusyo {
    padding: 30px;
  }
}
@media screen and (max-width: 480px) {
  #awards .awards__inner--jyusyo {
    padding: 20px;
  }
}
@media screen and (max-width: 980px) {
  #awards .awards__inner--jyusyo {
    width: 90%;
  }
}
#awards .awards__inner--jyusyo::after, #awards .awards__inner--jyusyo::before {
  position: absolute;
  content: "";
  width: 114px;
  height: 1px;
  background-color: #6a3906;
  transform: rotate(-45deg);
  transform-origin: 0% 100%;
}
@media screen and (max-width: 480px) {
  #awards .awards__inner--jyusyo::after, #awards .awards__inner--jyusyo::before {
    width: 54px;
  }
}
#awards .awards__inner--jyusyo::after {
  top: 60px;
  left: -20px;
}
@media screen and (max-width: 480px) {
  #awards .awards__inner--jyusyo::after {
    top: 30px;
    left: -10px;
  }
}
#awards .awards__inner--jyusyo::before {
  bottom: -20px;
  right: -50px;
}
@media screen and (max-width: 480px) {
  #awards .awards__inner--jyusyo::before {
    bottom: -10px;
    right: -26px;
  }
}
#awards .awards__inner--jyusyo--name {
  grid-column: 1/3;
  grid-row: 2/3;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 10px;
}
#awards .awards__inner--jyusyo--name--ttl {
  display: block;
  width: 170px;
  margin-bottom: 10px;
  text-align: center;
  position: relative;
  font-size: 1.6rem;
  font-family: "Noto Sans JP 400";
}
@media screen and (max-width: 550px) {
  #awards .awards__inner--jyusyo--name--ttl {
    font-size: 2.9vw;
    width: 30vw;
  }
}
#awards .awards__inner--jyusyo--name--ttl::after, #awards .awards__inner--jyusyo--name--ttl::before {
  position: absolute;
  content: "";
  width: 30px;
  height: 1px;
  background-color: #505050;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
@media screen and (max-width: 550px) {
  #awards .awards__inner--jyusyo--name--ttl::after, #awards .awards__inner--jyusyo--name--ttl::before {
    width: 5.4vw;
  }
}
#awards .awards__inner--jyusyo--name--ttl::after {
  left: 0;
}
#awards .awards__inner--jyusyo--name--ttl::before {
  right: 0;
}
#awards .awards__inner--jyusyo--name p {
  font-size: 1.8rem;
  line-height: 3rem;
  text-align: center;
  font-family: "Noto Sans JP 700";
}
@media screen and (max-width: 550px) {
  #awards .awards__inner--jyusyo--name p {
    font-size: 11px;
    line-height: 5.4vw;
  }
}
#awards .awards__inner--jyusyo--top {
  display: grid;
  justify-content: center;
  margin-bottom: 50px;
}
@media screen and (max-width: 980px) {
  #awards .awards__inner--jyusyo--top {
    margin-bottom: 5vw;
  }
}
#awards .awards__inner--jyusyo--top--left, #awards .awards__inner--jyusyo--top--right {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}
#awards .awards__inner--jyusyo--top--left {
  grid-column: 1/2;
  grid-row: 1/2;
  margin-right: 20px;
}
@media screen and (max-width: 980px) {
  #awards .awards__inner--jyusyo--top--left {
    margin-right: 2vw;
  }
}
#awards .awards__inner--jyusyo--top--left img {
  width: 80%;
  max-width: 300px;
}
@media screen and (max-width: 980px) {
  #awards .awards__inner--jyusyo--top--left img {
    width: 100%;
  }
}
#awards .awards__inner--jyusyo--top--right {
  grid-column: 2/3;
  grid-row: 1/2;
  margin-left: 20px;
}
@media screen and (max-width: 980px) {
  #awards .awards__inner--jyusyo--top--right {
    margin-left: 2vw;
  }
}
#awards .awards__inner--jyusyo--top--right img {
  width: 80%;
  max-width: 300px;
}
@media screen and (max-width: 980px) {
  #awards .awards__inner--jyusyo--top--right img {
    width: 100%;
  }
}
#trouble {
  background-color: #E4DEDA;
}
#trouble .trouble__nayami {
  width: 1080px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
@media screen and (max-width: 1120px) {
  #trouble .trouble__nayami {
    width: 92%;
  }
}
#trouble .trouble__nayami--ttl--img {
  width: 280px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 480px) {
  #trouble .trouble__nayami--ttl--img {
    width: 180px;
  }
}
#trouble .trouble__nayami--ttl h2 {
  text-align: center;
  font-size: 5rem;
  line-height: 7rem;
}
@media screen and (max-width: 1120px) {
  #trouble .trouble__nayami--ttl h2 {
    font-size: 3.5rem;
    line-height: 6rem;
  }
}
@media screen and (max-width: 767px) {
  #trouble .trouble__nayami--ttl h2 {
    font-size: 3rem;
    line-height: 4rem;
  }
}
@media screen and (max-width: 480px) {
  #trouble .trouble__nayami--ttl h2 {
    font-size: 2.5rem;
    line-height: 3.5rem;
  }
}
#trouble .trouble__nayami--ttl h2 .color {
  font-family: "Noto Sans JP 500";
  color: #e08784;
  font-size: 6rem;
}
@media screen and (max-width: 1120px) {
  #trouble .trouble__nayami--ttl h2 .color {
    font-size: 5rem;
  }
}
@media screen and (max-width: 767px) {
  #trouble .trouble__nayami--ttl h2 .color {
    font-size: 3.8rem;
  }
}
@media screen and (max-width: 480px) {
  #trouble .trouble__nayami--ttl h2 .color {
    font-size: 3rem;
  }
}
#trouble .trouble__nayami__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#trouble .trouble__nayami__list--item {
  width: 31%;
}
#trouble .trouble__nayami__list--item--text {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 15px;
}
@media screen and (max-width: 767px) {
  #trouble .trouble__nayami__list--item--text {
    margin-top: 2vw;
  }
}
#trouble .trouble__nayami__list--item--text span {
  width: 31px;
  display: inline-block;
  margin-right: 5px;
}
@media screen and (max-width: 1120px) {
  #trouble .trouble__nayami__list--item--text span {
    width: 23px;
    margin-right: 3px;
  }
}
@media screen and (max-width: 767px) {
  #trouble .trouble__nayami__list--item--text span {
    width: 4.3vw;
    margin-right: 1vw;
  }
}
#trouble .trouble__nayami__list--item--text h3 {
  font-size: 3rem;
  font-family: "Noto Sans JP 500";
}
@media screen and (max-width: 1120px) {
  #trouble .trouble__nayami__list--item--text h3 {
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 767px) {
  #trouble .trouble__nayami__list--item--text h3 {
    font-size: 3vw;
    line-height: 4vw;
  }
}
#trouble .trouble__nayami__genin {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
#trouble .trouble__nayami__genin--text {
  width: 42%;
}
@media screen and (max-width: 1120px) {
  #trouble .trouble__nayami__genin--text {
    width: 48%;
  }
}
@media screen and (max-width: 767px) {
  #trouble .trouble__nayami__genin--text {
    width: 100%;
    margin-bottom: 30px;
  }
}
#trouble .trouble__nayami__genin--text h3 {
  font-size: 4rem;
  line-height: 6rem;
  margin-bottom: 10px;
}
@media screen and (max-width: 1120px) {
  #trouble .trouble__nayami__genin--text h3 {
    font-size: 3.5rem;
    line-height: 5.5rem;
  }
}
#trouble .trouble__nayami__genin--text h3 .color {
  font-family: "Noto Sans JP 500";
  color: #e08784;
  font-size: 5rem;
}
@media screen and (max-width: 1120px) {
  #trouble .trouble__nayami__genin--text h3 .color {
    font-size: 4.5rem;
  }
}
@media screen and (max-width: 480px) {
  #trouble .trouble__nayami__genin--text h3 .color {
    font-size: 3.5rem;
  }
}
#trouble .trouble__nayami__genin--text p {
  font-family: "Noto Sans JP 400";
}
#trouble .trouble__nayami__genin--img {
  width: 50%;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  #trouble .trouble__nayami__genin--img {
    width: 100%;
    margin-bottom: 50px;
  }
}
#trouble .trouble__nayami__genin--img::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 10px;
  left: 10px;
  background-color: #e08784;
  z-index: -1;
}
#trouble .trouble__nayami__check {
  background-color: #fff;
  position: relative;
  padding: 50px 40px 50px 50px;
}
@media screen and (max-width: 767px) {
  #trouble .trouble__nayami__check {
    padding: 50px 30px;
  }
}
@media screen and (max-width: 480px) {
  #trouble .trouble__nayami__check {
    padding: 30px 20px;
  }
}
#trouble .trouble__nayami__check--fukidashi {
  display: block;
  width: 425px;
  position: absolute;
  top: -35px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
@media screen and (max-width: 480px) {
  #trouble .trouble__nayami__check--fukidashi {
    width: 90%;
  }
}
#trouble .trouble__nayami__check h3 {
  font-size: 4rem;
  line-height: 5rem;
  text-align: center;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  #trouble .trouble__nayami__check h3 {
    font-size: 3rem;
    line-height: 4rem;
  }
}
@media screen and (max-width: 480px) {
  #trouble .trouble__nayami__check h3 {
    font-size: 2rem;
    line-height: 3rem;
  }
}
#trouble .trouble__nayami__check h3 .color01, #trouble .trouble__nayami__check h3 .color02 {
  color: #e08784;
}
#trouble .trouble__nayami__check h3 .color02 {
  font-family: "Noto Sans JP 500";
}
#trouble .trouble__nayami__check--flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#trouble .trouble__nayami__check--flex--img {
  width: 57%;
}
@media screen and (max-width: 1120px) {
  #trouble .trouble__nayami__check--flex--img {
    width: 100%;
    margin-bottom: 30px;
  }
}
#trouble .trouble__nayami__check--flex--text {
  width: 39%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media screen and (max-width: 1120px) {
  #trouble .trouble__nayami__check--flex--text {
    width: 100%;
  }
}
#trouble .trouble__nayami__check--flex--text h4 {
  font-size: 3rem;
  color: #e08784;
  font-family: "Noto Sans JP 500";
  text-align: center;
  padding: 10px 5px;
  margin-bottom: 35px;
}
@media screen and (max-width: 767px) {
  #trouble .trouble__nayami__check--flex--text h4 {
    font-size: 2.5rem;
    line-height: 3.5rem;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 480px) {
  #trouble .trouble__nayami__check--flex--text h4 {
    font-size: 2rem;
    line-height: 3rem;
  }
}
#trouble .trouble__nayami__check--list {
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  #trouble .trouble__nayami__check--list {
    margin-top: 0;
  }
}
#trouble .trouble__nayami__check--list ul li {
  display: flex;
  flex-wrap: wrap;
  border-bottom: 1px solid #505050;
  align-items: center;
  padding-top: 15px;
  padding-bottom: 15px;
}
#trouble .trouble__nayami__check--list ul li:last-child {
  border-bottom: none;
  padding-bottom: initial;
}
#trouble .trouble__nayami__check--list--btn {
  width: 29px;
  margin-right: 5px;
}
#trouble .trouble__nayami__check--list--content {
  font-size: 2.5rem;
  line-height: 3rem;
  width: calc(100% - 34px);
}
@media screen and (max-width: 480px) {
  #trouble .trouble__nayami__check--list--content {
    font-size: 2rem;
    line-height: 3rem;
  }
}
#trouble .trouble__nayami__yajirushi {
  width: 60px;
  display: inline-block;
  position: absolute;
  bottom: -50px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
@media screen and (max-width: 1120px) {
  #trouble .trouble__nayami__yajirushi {
    width: 40px;
    bottom: -30px;
  }
}
#trouble .trouble__relax {
  background-image: url("../images/trouble-relax-back.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
#trouble .trouble__relax__inner {
  width: 1080px;
  margin-left: auto;
  margin-right: auto;
  background-color: #fff;
  padding: 50px;
  position: relative;
}
@media screen and (max-width: 1120px) {
  #trouble .trouble__relax__inner {
    width: 92%;
  }
}
@media screen and (max-width: 767px) {
  #trouble .trouble__relax__inner {
    padding: 30px;
  }
}
@media screen and (max-width: 480px) {
  #trouble .trouble__relax__inner {
    padding: 20px;
  }
}
#trouble .trouble__relax__inner--p {
  background-color: #e08784;
  font-size: 2.5rem;
  line-height: 3rem;
  color: #fff;
  text-align: center;
  padding: 15px 5px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  #trouble .trouble__relax__inner--p {
    font-size: 1.8rem;
    line-height: 2.5rem;
  }
}
#trouble .trouble__relax__inner h3 {
  font-size: 4rem;
  line-height: 5rem;
  text-align: center;
  padding-top: 15px;
  padding-bottom: 15px;
}
@media screen and (max-width: 767px) {
  #trouble .trouble__relax__inner h3 {
    font-size: 3rem;
    line-height: 4rem;
  }
}
@media screen and (max-width: 480px) {
  #trouble .trouble__relax__inner h3 {
    font-size: 2rem;
    line-height: 3rem;
  }
}
#trouble .trouble__relax__inner h3 .color01, #trouble .trouble__relax__inner h3 .color02 {
  color: #e08784;
}
#trouble .trouble__relax__inner h3 .color02 {
  font-family: "Noto Sans JP 500";
}
#trouble .trouble__relax__inner--list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  #trouble .trouble__relax__inner--list {
    align-items: center;
    justify-content: center;
  }
}
#trouble .trouble__relax__inner--list--item {
  width: 31%;
}
@media screen and (max-width: 767px) {
  #trouble .trouble__relax__inner--list--item {
    width: 48%;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  #trouble .trouble__relax__inner--list--item:nth-child(1) {
    margin-right: 4%;
  }
}
#trouble .trouble__relax__inner--list--item p {
  font-size: 2rem;
  text-align: center;
  padding: 13px 2px;
  margin-top: 10px;
}
@media screen and (max-width: 1120px) {
  #trouble .trouble__relax__inner--list--item p {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 480px) {
  #trouble .trouble__relax__inner--list--item p {
    font-size: 1.3rem;
  }
}
#trouble .trouble__relax__inner--list--item p .come {
  font-size: 1.4rem;
  vertical-align: top;
}
@media screen and (max-width: 480px) {
  #trouble .trouble__relax__inner--list--item p .come {
    font-size: 1rem;
  }
}
#trouble .trouble__relax__inner--chu {
  font-size: 1.4rem;
  position: absolute;
  bottom: 17px;
  left: 17px;
  display: inline-block;
}
@media screen and (max-width: 1120px) {
  #trouble .trouble__relax__inner--chu {
    position: relative;
    bottom: 0;
    left: 0;
    padding-top: 10px;
  }
}

#feature {
  background-color: #FFF8F8;
}
#feature .feature__inner--sp {
  display: none;
}
@media screen and (max-width: 767px) {
  #feature .feature__inner--sp {
    display: block;
    font-size: 1.4rem;
    line-height: 2rem;
    width: 1080px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 767px) and (max-width: 1120px) {
  #feature .feature__inner--sp {
    width: 92%;
  }
}
#feature .feature__inner--sp span {
  font-size: 1rem;
}
#feature .feature__inner__area--row {
  flex-direction: row-reverse;
}
#feature .feature__inner__area--flex {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  height: 493px;
  width: 92%;
}
@media screen and (max-width: 1120px) {
  #feature .feature__inner__area--flex {
    height: 44vw;
  }
}
#feature .feature__inner__area--flex--no {
  width: 52%;
}
@media screen and (max-width: 767px) {
  #feature .feature__inner__area--flex--no {
    width: 48%;
  }
}
#feature .feature__inner__area--flex--text {
  width: 48%;
  padding: 20px 0;
}
@media screen and (max-width: 767px) {
  #feature .feature__inner__area--flex--text {
    width: 52%;
  }
}
#feature .feature__inner__area--flex--text--ttl {
  font-size: 4rem;
  line-height: 4rem;
  font-family: "RedHatDisplay-BlackItalic";
  color: #e08784;
  position: relative;
  padding-bottom: 5px;
  letter-spacing: 0.2rem;
  margin-bottom: 20px;
}
@media screen and (max-width: 1120px) {
  #feature .feature__inner__area--flex--text--ttl {
    font-size: 3rem;
    line-height: 3rem;
  }
}
@media screen and (max-width: 480px) {
  #feature .feature__inner__area--flex--text--ttl {
    font-size: 2rem;
    line-height: 2rem;
    margin-bottom: 10px;
  }
}
#feature .feature__inner__area--flex--text--ttl::after {
  position: absolute;
  content: "";
  width: 50px;
  height: 1px;
  background-color: #e08784;
  left: 0;
  bottom: 0;
}
#feature .feature__inner__area--flex--text h3 {
  font-size: 3rem;
  line-height: 4.5rem;
  font-feature-settings: "palt";
  margin-bottom: 20px;
}
@media screen and (max-width: 1120px) {
  #feature .feature__inner__area--flex--text h3 {
    font-size: 2.2rem;
    line-height: 3rem;
  }
}
@media screen and (max-width: 767px) {
  #feature .feature__inner__area--flex--text h3 {
    font-size: 1.8rem;
    line-height: 2.5rem;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 480px) {
  #feature .feature__inner__area--flex--text h3 {
    font-size: 1.6rem;
    line-height: 2rem;
  }
}
#feature .feature__inner__area--flex--text--p {
  font-size: 1.6rem;
  line-height: 3rem;
  font-family: "Noto Sans JP 400";
  font-feature-settings: "palt";
}
@media screen and (max-width: 767px) {
  #feature .feature__inner__area--flex--text--p {
    font-size: 1.4rem;
    line-height: 2.5rem;
  }
}
@media screen and (max-width: 1120px) {
  #feature .feature__inner__area--flex--text--p {
    font-size: 1.4rem;
    line-height: 2.3rem;
  }
}
@media screen and (max-width: 767px) {
  #feature .feature__inner__area--flex--text--p {
    display: none;
  }
}
#feature .feature__inner__area--flex--text--p span {
  font-size: 1.4rem;
}
#feature .feature__inner__area01, #feature .feature__inner__area02, #feature .feature__inner__area03 {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 1080px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 1120px) {
  #feature .feature__inner__area01, #feature .feature__inner__area02, #feature .feature__inner__area03 {
    width: 100%;
  }
}
#feature .feature__inner__area01 {
  background-image: url("../images/feature01-1.jpg");
}
#feature .feature__inner__area02 {
  background-image: url("../images/feature02-1.jpg");
}
#feature .feature__inner__area03 {
  background-image: url("../images/feature03-1.jpg");
}
#feature .feature__inner__block01 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 1080px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1120px) {
  #feature .feature__inner__block01 {
    width: 92%;
  }
}
#feature .feature__inner__block01--item {
  width: 48%;
  position: relative;
  background-color: #fff;
  padding: 30px 50px 50px;
}
@media screen and (max-width: 1120px) {
  #feature .feature__inner__block01--item {
    padding: 30px;
  }
}
@media screen and (max-width: 767px) {
  #feature .feature__inner__block01--item {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  #feature .feature__inner__block01--item {
    padding: 30px 20px 20px 20px;
  }
}
@media screen and (max-width: 767px) {
  #feature .feature__inner__block01--item:nth-child(1) {
    margin-bottom: 30px;
  }
}
#feature .feature__inner__block01--item--point {
  display: inline-block;
  width: 164px;
  position: absolute;
  top: -20px;
  left: -20px;
}
@media screen and (max-width: 767px) {
  #feature .feature__inner__block01--item--point {
    width: 144px;
    left: -10px;
  }
}
#feature .feature__inner__block01--item h4 {
  font-size: 3rem;
  line-height: 4.5rem;
  margin-bottom: 20px;
  font-feature-settings: "palt";
}
@media screen and (max-width: 1120px) {
  #feature .feature__inner__block01--item h4 {
    font-size: 2.2rem;
    line-height: 3.6rem;
  }
}
@media screen and (max-width: 767px) {
  #feature .feature__inner__block01--item h4 {
    font-size: 2.5rem;
    line-height: 3.5rem;
  }
}
@media screen and (max-width: 480px) {
  #feature .feature__inner__block01--item h4 {
    font-size: 2rem;
    line-height: 3rem;
  }
}
#feature .feature__inner__block01--item h4 .color {
  color: #e08784;
  font-family: "Noto Sans JP 500";
}
#feature .feature__inner__block01--item--images {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#feature .feature__inner__block01--item--images--01 {
  width: 63.6%;
}
#feature .feature__inner__block01--item--images--02 {
  width: 33%;
}
#feature .feature__inner__block01--item--images--02 img {
  margin-top: -56px;
}
#feature .feature__inner__block01--item .l-list02 {
  position: absolute;
  bottom: 10px;
  left: 10px;
  font-size: 1.2rem;
  line-height: 1.8rem;
  width: 96%;
  font-feature-settings: "palt";
}
@media screen and (max-width: 1120px) {
  #feature .feature__inner__block01--item .l-list02 {
    position: relative;
    bottom: 0px;
    left: 0px;
    margin-top: 10px;
    width: 100%;
  }
}
@media screen and (max-width: 480px) {
  #feature .feature__inner__block01--item .l-list02 {
    font-size: 1rem;
    line-height: 1.4rem;
  }
}
#feature .feature__inner__block01--item-chu {
  font-size: 1.2rem;
  position: absolute;
  bottom: 10px;
  left: 10px;
  display: inline-block;
}
@media screen and (max-width: 1120px) {
  #feature .feature__inner__block01--item-chu {
    position: relative;
    bottom: 0px;
    left: 0px;
    margin-top: 10px;
    width: 100%;
  }
}
#feature .feature__inner__block01--item--video {
  margin-top: 5px;
  padding-bottom: 30px;
}
#feature .feature__inner__block01--item--video video {
  width: 100%;
}
#feature .feature__inner__block02 h3 {
  font-size: 3rem;
  line-height: 4.5rem;
  text-align: center;
  font-feature-settings: "palt";
}
@media screen and (max-width: 767px) {
  #feature .feature__inner__block02 h3 {
    font-size: 2.5rem;
    line-height: 3.5rem;
  }
}
@media screen and (max-width: 480px) {
  #feature .feature__inner__block02 h3 {
    font-size: 2rem;
    line-height: 3rem;
  }
}
#feature .feature__inner__block02 h3 .color01, #feature .feature__inner__block02 h3 .color02 {
  color: #e08784;
}
#feature .feature__inner__block02 h3 .color02 {
  font-family: "Noto Sans JP 500";
}
#feature .feature__inner__block02--table {
  width: 930px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1080px) {
  #feature .feature__inner__block02--table {
    width: 92%;
  }
}
#feature .feature__inner__block02--table table {
  width: 100%;
}
#feature .feature__inner__block02--table table tr th, #feature .feature__inner__block02--table table tr td {
  border: 3px solid #FFF8F8;
  vertical-align: middle;
}
#feature .feature__inner__block02--table table tr th {
  font-size: 2rem;
  color: #fff;
  line-height: 2.5rem;
  font-family: "Noto Sans JP 500";
}
@media screen and (max-width: 740px) {
  #feature .feature__inner__block02--table table tr th {
    font-size: 1.6rem;
    line-height: 2rem;
  }
}
#feature .feature__inner__block02--table table tr td {
  text-align: center;
  position: relative;
}
#feature .feature__inner__block02--table table tr:nth-child(2n+1) td {
  background-color: #F5F5F5;
}
#feature .feature__inner__block02--table table tr:nth-child(2n) td {
  background-color: #fff;
}
#feature .feature__inner__block02--table--th {
  background-color: #98a9ac;
  text-align: center;
  padding: 20px;
}
@media screen and (max-width: 740px) {
  #feature .feature__inner__block02--table--th {
    padding: 2.7vw 3px;
  }
}
#feature .feature__inner__block02--table--product01, #feature .feature__inner__block02--table--product02 {
  padding: 20px 5px;
}
#feature .feature__inner__block02--table--product01 {
  background-color: #B49D8C;
}
#feature .feature__inner__block02--table--product02 {
  background-color: #DF8683;
}
#feature .feature__inner__block02--table--td01, #feature .feature__inner__block02--table--td02 {
  font-size: 1.8rem;
  line-height: 2.8rem;
  font-family: "Noto Sans JP 500";
}
@media screen and (max-width: 480px) {
  #feature .feature__inner__block02--table--td01, #feature .feature__inner__block02--table--td02 {
    font-size: 1.4rem;
    line-height: 2rem;
  }
}
#feature .feature__inner__block02--table--td01 {
  padding: 24px 5px;
  font-size: 1.8rem;
}
@media screen and (max-width: 480px) {
  #feature .feature__inner__block02--table--td01 {
    font-size: 1.4rem;
  }
}
#feature .feature__inner__block02--table--td02 {
  padding: 10px 5px;
}
#feature .feature__inner__block03 {
  width: 1080px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1120px) {
  #feature .feature__inner__block03 {
    width: 92%;
  }
}
#feature .feature__inner__block03 h3 {
  font-family: "Noto Sans JP 400";
  font-size: 3rem;
  line-height: 4rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #feature .feature__inner__block03 h3 {
    font-size: 2.5rem;
    line-height: 3.5rem;
  }
}
@media screen and (max-width: 480px) {
  #feature .feature__inner__block03 h3 {
    font-size: 2rem;
    line-height: 3rem;
  }
}
#feature .feature__inner__block03--video {
  width: 540px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 767px) {
  #feature .feature__inner__block03--video {
    width: 100%;
  }
}
#feature .feature__inner__block03--video video {
  width: 100%;
}
#feature .feature__inner__block03--list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#feature .feature__inner__block03--list--item {
  width: 23%;
  position: relative;
}
@media screen and (max-width: 767px) {
  #feature .feature__inner__block03--list--item {
    width: 48%;
  }
}
@media screen and (max-width: 767px) {
  #feature .feature__inner__block03--list--item:nth-child(1), #feature .feature__inner__block03--list--item:nth-child(2) {
    margin-bottom: 30px;
  }
}
#feature .feature__inner__block03--list--item--name {
  position: absolute;
  top: -15px;
  left: -15px;
}
@media screen and (max-width: 480px) {
  #feature .feature__inner__block03--list--item--name {
    left: -10px;
  }
}
#feature .feature__inner__block03--list--item--name img {
  height: 55px;
  width: auto;
}
@media screen and (max-width: 480px) {
  #feature .feature__inner__block03--list--item--name img {
    height: 40px;
  }
}
#feature .feature__inner__block03--list--item--text {
  display: inline-block;
  color: #fff;
  background-color: #505050;
  font-size: 1.8rem;
  line-height: 1.8rem;
  font-family: "Noto Sans JP 400";
  padding: 3px 15px 6px 15px;
  position: absolute;
  bottom: 10px;
  right: 10px;
}
@media screen and (max-width: 480px) {
  #feature .feature__inner__block03--list--item--text {
    font-size: 1.4rem;
    line-height: 1.4rem;
  }
}
#feature .feature__inner__block04 {
  width: 1080px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 1120px) {
  #feature .feature__inner__block04 {
    width: 92%;
  }
}
#feature .feature__inner__block04--video {
  width: 48%;
}
@media screen and (max-width: 767px) {
  #feature .feature__inner__block04--video {
    width: 100%;
    margin-bottom: 30px;
  }
}
#feature .feature__inner__block04--video video {
  width: 100%;
}
#feature .feature__inner__block04--text {
  width: 48%;
}
@media screen and (max-width: 767px) {
  #feature .feature__inner__block04--text {
    width: 100%;
  }
}
#feature .feature__inner__block04--text h3 {
  font-size: 3rem;
  line-height: 4.5rem;
  color: #e08784;
  margin-bottom: 10px;
}
@media screen and (max-width: 1120px) {
  #feature .feature__inner__block04--text h3 {
    font-size: 2.6rem;
    line-height: 3.6rem;
  }
}
@media screen and (max-width: 767px) {
  #feature .feature__inner__block04--text h3 {
    font-size: 2.5rem;
    line-height: 3.5rem;
  }
}
@media screen and (max-width: 480px) {
  #feature .feature__inner__block04--text h3 {
    font-size: 2rem;
    line-height: 3rem;
  }
}
#feature .feature__inner__block04--text p {
  font-family: "Noto Sans JP 400";
}
#feature .feature__inner__block05 {
  width: 1080px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1120px) {
  #feature .feature__inner__block05 {
    width: 92%;
  }
}
#feature .feature__inner__block05__ttl--kouka {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  margin-bottom: 5px;
}
#feature .feature__inner__block05__ttl--kouka span:nth-child(1), #feature .feature__inner__block05__ttl--kouka span:nth-child(3) {
  width: 14px;
  margin: 0 7px;
}
#feature .feature__inner__block05__ttl--kouka span:nth-child(2) {
  font-size: 2.5rem;
}
@media screen and (max-width: 480px) {
  #feature .feature__inner__block05__ttl--kouka span:nth-child(2) {
    font-size: 2rem;
  }
}
#feature .feature__inner__block05__ttl h3 {
  text-align: center;
  font-size: 3rem;
  line-height: 4.5rem;
}
@media screen and (max-width: 767px) {
  #feature .feature__inner__block05__ttl h3 {
    font-size: 2.5rem;
    line-height: 3.5rem;
  }
}
@media screen and (max-width: 480px) {
  #feature .feature__inner__block05__ttl h3 {
    font-size: 2rem;
    line-height: 3rem;
  }
}
#feature .feature__inner__block05__ttl h3 .color {
  color: #e08784;
  font-family: "Noto Sans JP 500";
}
#feature .feature__inner__block05__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#feature .feature__inner__block05__list--item {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 48.5%;
  position: relative;
}
@media screen and (max-width: 767px) {
  #feature .feature__inner__block05__list--item {
    width: 100%;
    margin-bottom: 30px;
  }
}
#feature .feature__inner__block05__list--item::after {
  position: absolute;
  content: "";
  width: 20px;
  height: 50px;
  background-image: url("../images/feature03-y.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
@media screen and (max-width: 1120px) {
  #feature .feature__inner__block05__list--item::after {
    width: 1.78vw;
    height: 4.46vw;
  }
}
@media screen and (max-width: 767px) {
  #feature .feature__inner__block05__list--item::after {
    width: 3.78vw;
    height: 6.46vw;
  }
}
#feature .feature__inner__block05__list--item--left, #feature .feature__inner__block05__list--item--right {
  width: 47%;
}

#canbe {
  background-color: #FFF8F8;
}
#canbe .canbe__inner {
  position: relative;
  width: 1080px;
  margin-left: auto;
  margin-right: auto;
  background-image: url("../images/canbe.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 520px;
  position: relative;
}
@media screen and (max-width: 1120px) {
  #canbe .canbe__inner {
    width: 100%;
    height: 46.42vw;
  }
}
@media screen and (max-width: 767px) {
  #canbe .canbe__inner {
    background-image: url("../images/canbe-sp.jpg");
    height: 100vw;
  }
}
#canbe .canbe__inner--h2 {
  position: absolute;
  width: 100%;
  top: -30px;
  left: 0;
  z-index: 1;
}
@media screen and (max-width: 1120px) {
  #canbe .canbe__inner--h2 {
    top: -2.1vw;
  }
}

.canbe-bottom {
  background-color: #FFF8F8;
}
.canbe-bottom__inner {
  width: 830px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 900px) {
  .canbe-bottom__inner {
    width: 92%;
  }
}
.canbe-bottom__inner--video video {
  width: 100%;
}

#comparison {
  background-color: #E4DEDA;
}
#comparison .comparison__inner {
  width: 950px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1080px) {
  #comparison .comparison__inner {
    width: 92%;
  }
}
@media screen and (max-width: 1080px) {
  #comparison .comparison__inner--table.u-mb100 {
    margin-bottom: calc(50px + 6vw);
  }
}
@media screen and (max-width: 767px) {
  #comparison .comparison__inner--table.u-mb100 {
    margin-bottom: calc(50px + 15vw);
  }
}
#comparison .comparison__inner--table table {
  width: 100%;
}
@media screen and (max-width: 767px) {
  #comparison .comparison__inner--table table {
    width: 700px;
  }
}
#comparison .comparison__inner--table table tr th, #comparison .comparison__inner--table table tr td {
  border: 3px solid #E4DEDA;
  vertical-align: middle;
}
#comparison .comparison__inner--table table tr th {
  width: 25%;
  font-size: 2rem;
  color: #fff;
  line-height: 2.5rem;
  font-family: "Noto Sans JP 500";
}
@media screen and (max-width: 1080px) {
  #comparison .comparison__inner--table table tr th {
    font-size: 1.85vw;
    line-height: 2.8vw;
  }
}
@media screen and (max-width: 767px) {
  #comparison .comparison__inner--table table tr th {
    font-size: 1.4rem;
    line-height: 1.6rem;
  }
}
#comparison .comparison__inner--table table tr td {
  padding: 20px;
  text-align: center;
  position: relative;
}
@media screen and (max-width: 1080px) {
  #comparison .comparison__inner--table table tr td {
    padding: 1.85vw 1.4vw;
  }
}
@media screen and (max-width: 767px) {
  #comparison .comparison__inner--table table tr td {
    padding: 15px 10px;
  }
}
#comparison .comparison__inner--table table tr:nth-child(2n+1) td {
  background-color: #F5F5F5;
}
#comparison .comparison__inner--table table tr:nth-child(2n) td {
  background-color: #fff;
}
#comparison .comparison__inner--table--th {
  background-color: #97A8AB;
  text-align: left;
  padding: 20px;
}
@media screen and (max-width: 1080px) {
  #comparison .comparison__inner--table--th {
    padding: 1.85vw;
  }
}
@media screen and (max-width: 767px) {
  #comparison .comparison__inner--table--th {
    padding: 10px;
  }
}
#comparison .comparison__inner--table--product01, #comparison .comparison__inner--table--product02 {
  padding: 20px 5px;
  font-family: "Noto Sans JP 700";
}
@media screen and (max-width: 1080px) {
  #comparison .comparison__inner--table--product01, #comparison .comparison__inner--table--product02 {
    padding: 1.85vw 0.46vw;
  }
}
@media screen and (max-width: 767px) {
  #comparison .comparison__inner--table--product01, #comparison .comparison__inner--table--product02 {
    padding: 10px 5px;
  }
}
#comparison .comparison__inner--table--product01 span, #comparison .comparison__inner--table--product02 span {
  text-align: center;
}
#comparison .comparison__inner--table--product01 span.column, #comparison .comparison__inner--table--product02 span.column {
  display: flex;
  flex-direction: column;
  align-items: center;
}
#comparison .comparison__inner--table--product01 {
  background-color: #B49D8C;
}
#comparison .comparison__inner--table--product01 span img {
  width: 179px;
}
@media screen and (max-width: 767px) {
  #comparison .comparison__inner--table--product01 span img {
    width: 23vw;
  }
}
#comparison .comparison__inner--table--product02 {
  background-color: #DF8683;
}
#comparison .comparison__inner--table--product02 span img {
  width: 183px;
}
@media screen and (max-width: 767px) {
  #comparison .comparison__inner--table--product02 span img {
    width: 23vw;
  }
}
#comparison .comparison__inner--table--product03 {
  font-family: "Noto Sans JP 700";
  background-color: #8D8D8D;
}
#comparison .comparison__inner--table--td01 {
  color: #505050;
  font-size: 4rem;
}
@media screen and (max-width: 740px) {
  #comparison .comparison__inner--table--td01 {
    font-size: 5.4vw;
  }
}
@media screen and (max-width: 767px) {
  #comparison .comparison__inner--table--td01 {
    font-size: 2.5rem;
  }
}
#comparison .comparison__inner--table--td02 {
  color: #DF8683;
}
#comparison .comparison__inner--table--td03 {
  color: #8e8e8e;
}
#comparison .comparison__inner--table--td02, #comparison .comparison__inner--table--td03 {
  font-size: 4rem;
  font-family: "Noto Sans JP 900";
}
@media screen and (max-width: 767px) {
  #comparison .comparison__inner--table--td02, #comparison .comparison__inner--table--td03 {
    font-size: 2.5rem;
  }
}
#comparison .comparison__inner--table--td04 {
  font-size: 2rem;
  line-height: 2.8rem;
  font-family: "Noto Sans JP 700";
  color: #e08784;
}
@media screen and (max-width: 1080px) {
  #comparison .comparison__inner--table--td04 {
    font-size: 1.8vw;
    line-height: 2.8vw;
  }
}
@media screen and (max-width: 767px) {
  #comparison .comparison__inner--table--td04 {
    font-size: 1.6rem;
    line-height: 2.6rem;
  }
}
#comparison .comparison__inner--table--td05 {
  font-size: 1.8rem;
  line-height: 2.8rem;
  font-family: "Noto Sans JP 500";
  color: #8E8E8E;
}
@media screen and (max-width: 1080px) {
  #comparison .comparison__inner--table--td05 {
    font-size: 1.7vw;
    line-height: 2.7vw;
  }
}
@media screen and (max-width: 767px) {
  #comparison .comparison__inner--table--td05 {
    font-size: 1.4rem;
    line-height: 2.3rem;
  }
}
#comparison .comparison__inner--shigeki {
  background-color: #fff;
  padding: 50px;
  position: relative;
}
@media screen and (max-width: 767px) {
  #comparison .comparison__inner--shigeki {
    padding: 30px;
  }
}
@media screen and (max-width: 480px) {
  #comparison .comparison__inner--shigeki {
    padding: 20px;
  }
}
@media screen and (max-width: 1120px) {
  #comparison .comparison__inner--shigeki {
    padding: 30px 20px;
  }
}
#comparison .comparison__inner--shigeki--ttl {
  position: absolute;
  top: -50px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  width: 850px;
}
@media screen and (max-width: 1080px) {
  #comparison .comparison__inner--shigeki--ttl {
    width: 92%;
    top: -6vw;
  }
}
@media screen and (max-width: 767px) {
  #comparison .comparison__inner--shigeki--ttl {
    top: -15vw;
  }
}
#comparison .comparison__inner--shigeki--flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#comparison .comparison__inner--shigeki--flex--video {
  width: 47.6%;
}
@media screen and (max-width: 1080px) {
  #comparison .comparison__inner--shigeki--flex--video {
    width: 100%;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 480px) {
  #comparison .comparison__inner--shigeki--flex--video {
    margin-bottom: 15px;
  }
}
#comparison .comparison__inner--shigeki--flex--video video {
  width: 100%;
}
#comparison .comparison__inner--shigeki--flex--text {
  width: 50%;
  display: flex;
  position: relative;
  flex-direction: column;
  justify-content: space-between;
}
@media screen and (max-width: 1080px) {
  #comparison .comparison__inner--shigeki--flex--text {
    width: 100%;
  }
}
#comparison .comparison__inner--shigeki--flex--text h3 {
  font-size: 3rem;
  line-height: 4.5rem;
  letter-spacing: 0.1rem;
  font-feature-settings: "palt";
}
@media screen and (max-width: 1080px) {
  #comparison .comparison__inner--shigeki--flex--text h3 {
    font-size: 2.6rem;
    line-height: 3.6rem;
  }
}
@media screen and (max-width: 510px) {
  #comparison .comparison__inner--shigeki--flex--text h3 {
    font-size: 5vw;
    line-height: 8vw;
  }
}
#comparison .comparison__inner--shigeki--flex--text h3 .color01, #comparison .comparison__inner--shigeki--flex--text h3 .color02 {
  color: #e08784;
}
#comparison .comparison__inner--shigeki--flex--text h3 .color02, #comparison .comparison__inner--shigeki--flex--text h3 .color03 {
  font-family: "Noto Sans JP 500";
}
#comparison .comparison__inner--shigeki--flex--text--img {
  width: 116px;
  position: absolute;
  right: -40px;
  top: -10px;
}
@media screen and (max-width: 1120px) {
  #comparison .comparison__inner--shigeki--flex--text--img {
    right: 0px;
  }
}
@media screen and (max-width: 767px) {
  #comparison .comparison__inner--shigeki--flex--text--img {
    width: 96px;
  }
}
@media screen and (max-width: 510px) {
  #comparison .comparison__inner--shigeki--flex--text--img {
    width: 18vw;
    top: 0px;
  }
}
#comparison .comparison__inner--shigeki--flex--text p {
  font-size: 2rem;
  line-height: 5rem;
  font-feature-settings: "palt";
}
@media screen and (max-width: 510px) {
  #comparison .comparison__inner--shigeki--flex--text p {
    font-size: 1.4rem;
    line-height: 3rem;
  }
}
#comparison .comparison__inner--shigeki--flex--text p span {
  display: block;
  border-bottom: 1px solid #505050;
}

.td-text {
  position: relative;
  padding-top: 20px;
}
.td-text--apple {
  position: absolute;
  width: 173px;
  padding-left: 30px;
  height: 30px;
  top: -9px;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .td-text--apple {
    width: 150px;
    padding-left: 25px;
    height: 26px;
    top: -7px;
  }
}

#prosvoice {
  background-color: #e08784;
  position: relative;
  z-index: 1;
}
#prosvoice::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 80px;
  background-color: #FFF8F8;
  top: 0;
  left: 0;
  z-index: -1;
}
@media screen and (max-width: 1120px) {
  #prosvoice::after {
    height: 7.1vw;
  }
}
#prosvoice .prosvoice__inner {
  width: 1080px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1120px) {
  #prosvoice .prosvoice__inner {
    width: 92%;
  }
}
#prosvoice .prosvoice__inner__ttl {
  position: relative;
  z-index: 2;
  width: 727px;
  margin-left: -50px;
}
@media screen and (max-width: 1200px) {
  #prosvoice .prosvoice__inner__ttl {
    margin-left: 0;
  }
}
@media screen and (max-width: 1120px) {
  #prosvoice .prosvoice__inner__ttl {
    width: 65vw;
  }
}
@media screen and (max-width: 767px) {
  #prosvoice .prosvoice__inner__ttl {
    width: 100%;
    margin-bottom: 30px;
  }
}
#prosvoice .prosvoice__inner__ttl p {
  color: #fff;
  font-size: 1.8rem;
  font-family: "Noto Sans JP 400";
  margin-top: -30px;
  padding-left: 50px;
}
@media screen and (max-width: 767px) {
  #prosvoice .prosvoice__inner__ttl p {
    padding-left: 20px;
    margin-top: 0px;
  }
}
#prosvoice .prosvoice__inner--box {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
@media screen and (max-width: 767px) {
  #prosvoice .prosvoice__inner--box {
    flex-direction: column-reverse;
  }
}
#prosvoice .prosvoice__inner--box--text {
  width: 60%;
  position: relative;
  z-index: 1;
  padding: 100px 50px 50px 50px;
}
@media screen and (max-width: 767px) {
  #prosvoice .prosvoice__inner--box--text {
    width: 100%;
    padding: 50px;
  }
}
@media screen and (max-width: 480px) {
  #prosvoice .prosvoice__inner--box--text {
    padding: 20px;
  }
}
#prosvoice .prosvoice__inner--box--text .color {
  font-family: "Noto Sans JP 700";
}
#prosvoice .prosvoice__inner--box--text h3 {
  font-size: 3rem;
  line-height: 4.5rem;
  color: #e08784;
  font-family: "Noto Sans JP 500";
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  #prosvoice .prosvoice__inner--box--text h3 {
    font-size: 2.5rem;
    line-height: 3.5rem;
  }
}
@media screen and (max-width: 480px) {
  #prosvoice .prosvoice__inner--box--text h3 {
    font-size: 2rem;
    line-height: 3rem;
    margin-bottom: 10px;
  }
}
#prosvoice .prosvoice__inner--box--text p {
  font-size: 1.6rem;
  line-height: 3rem;
  font-family: "Noto Sans JP 400";
}
@media screen and (max-width: 767px) {
  #prosvoice .prosvoice__inner--box--text p {
    font-size: 1.4rem;
    line-height: 2.5rem;
  }
}
#prosvoice .prosvoice__inner--box--text::after {
  position: absolute;
  content: "";
  width: calc(100% + 50px);
  background-color: #fff;
  height: calc(100% - 50px);
  top: 50px;
  left: 0;
  z-index: -1;
  filter: drop-shadow(5px 5px 5px rgba(0, 0, 0, 0.3));
  transform: translateZ(0);
}
@media screen and (max-width: 767px) {
  #prosvoice .prosvoice__inner--box--text::after {
    height: calc(100% + 50px);
    width: 100%;
    top: -50px;
    left: 0px;
  }
}
@media screen and (max-width: 480px) {
  #prosvoice .prosvoice__inner--box--text::after {
    height: calc(100% + 20px);
    top: -20px;
  }
}
#prosvoice .prosvoice__inner--box--img {
  width: 40%;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  #prosvoice .prosvoice__inner--box--img {
    width: 50%;
    margin: 0 auto;
  }
}
#prosvoice .prosvoice__inner--box--img--text01, #prosvoice .prosvoice__inner--box--img--text02 {
  text-align: right;
  color: #fff;
  line-height: 2.5rem;
}
@media screen and (max-width: 767px) {
  #prosvoice .prosvoice__inner--box--img--text01, #prosvoice .prosvoice__inner--box--img--text02 {
    display: none;
  }
}
#prosvoice .prosvoice__inner--box--img--text01 {
  font-size: 1.6rem;
  margin-top: 10px;
}
@media screen and (max-width: 1120px) {
  #prosvoice .prosvoice__inner--box--img--text01 {
    font-size: 1.4rem;
  }
}
#prosvoice .prosvoice__inner--box--img--text02 {
  font-size: 2rem;
}
#prosvoice .prosvoice__inner--sp {
  display: none;
}
@media screen and (max-width: 767px) {
  #prosvoice .prosvoice__inner--sp {
    display: block;
  }
}
#prosvoice .prosvoice__inner--sp--text01, #prosvoice .prosvoice__inner--sp--text02 {
  text-align: right;
  color: #fff;
  line-height: 2.5rem;
}
#prosvoice .prosvoice__inner--sp--text01 {
  font-size: 1.4rem;
}
#prosvoice .prosvoice__inner--sp--text02 {
  font-size: 2rem;
}
#prosvoice .prosvoice__inner--bottom {
  font-size: 1.2rem;
  font-family: "Noto Sans JP 400";
  line-height: 1.8rem;
  padding-bottom: 15px;
  color: #fff;
}

@media screen and (max-width: 767px) {
  #voice .voice__inner .l-ttl-h2.u-mb30 {
    margin-bottom: 10px;
  }
}
#voice .voice__inner .voice__slide__color01 .voice__slide--tl {
  border-top: 6px solid #e08784;
  border-left: 6px solid #e08784;
}
#voice .voice__inner .voice__slide__color01 .voice__slide--br {
  border-bottom: 6px solid #e08784;
  border-right: 6px solid #e08784;
}
#voice .voice__inner .voice__slide__color01 .voice__slide--item--top--text--number {
  color: #e08784;
}
#voice .voice__inner .voice__slide__color01 .voice__slide--item--top--text--h3 span {
  background-color: #e08784;
}
#voice .voice__inner .voice__slide__color01 .voice__slide--product {
  background-color: #e08784;
}
#voice .voice__inner .voice__slide02__color02 .voice__slide02--tl {
  border-top: 6px solid #a9b4b7;
  border-left: 6px solid #a9b4b7;
}
#voice .voice__inner .voice__slide02__color02 .voice__slide02--br {
  border-bottom: 6px solid #a9b4b7;
  border-right: 6px solid #a9b4b7;
}
#voice .voice__inner .voice__slide02__color02 .voice__slide02--item--top--text--number {
  color: #a9b4b7;
}
#voice .voice__inner .voice__slide02__color02 .voice__slide02--item--top--text--h3 span {
  background-color: #a9b4b7;
}
#voice .voice__inner .voice__slide02__color02 .voice__slide02--product {
  background-color: #a9b4b7;
}
#voice .voice__inner__text {
  width: 900px;
  margin-left: auto;
  margin-right: auto;
  font-size: 1.2rem;
  line-height: 2rem;
  margin-top: 20px;
}
@media screen and (max-width: 980px) {
  #voice .voice__inner__text {
    width: 92%;
  }
}
#voice .voice__inner__block .voice__slide--item {
  padding-left: calc(2.5% + 50px);
  padding-right: calc(2.5% + 30px);
  padding-bottom: 50px;
}
@media screen and (max-width: 767px) {
  #voice .voice__inner__block .voice__slide--item {
    padding-left: calc(2.5% + 20px);
    padding-right: calc(2.5% + 20px);
    padding-bottom: 40px;
  }
}
#voice .voice__inner__block .voice__slide--p {
  padding-right: 20px;
}
@media screen and (max-width: 767px) {
  #voice .voice__inner__block .voice__slide--p {
    padding-right: 0px;
  }
}
#voice .voice__inner__block li {
  position: relative;
  margin-top: 25px;
  margin-bottom: 10px;
}
#voice .voice__inner__block li::after {
  position: absolute;
  content: "";
  width: 92%;
  height: 100%;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  background-color: #F3EDE9;
  z-index: -1;
}
#voice .voice__inner__block02 {
  width: 900px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  padding-bottom: 20px;
}
@media screen and (max-width: 980px) {
  #voice .voice__inner__block02 {
    width: 92%;
  }
}
@media screen and (max-width: 767px) {
  #voice .voice__inner__block02 {
    width: 100%;
  }
}
#voice .voice__inner__block02-sp {
  display: none;
}
@media screen and (max-width: 767px) {
  #voice .voice__inner__block02-sp {
    display: flex;
  }
}
#voice .voice__inner__block02-tab {
  display: block;
}
@media screen and (max-width: 767px) {
  #voice .voice__inner__block02-tab {
    display: none;
  }
}
#voice .voice__inner__block02 .voice__slide02 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 700px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 767px) {
  #voice .voice__inner__block02 .voice__slide02 {
    width: 100%;
  }
}
#voice .voice__inner__block02 .voice__slide02--item {
  padding: 30px;
}
@media screen and (max-width: 980px) {
  #voice .voice__inner__block02 .voice__slide02--item {
    padding: 30px 30px 60px;
  }
}
@media screen and (max-width: 767px) {
  #voice .voice__inner__block02 .voice__slide02--item {
    padding: 15px 15px 60px;
  }
}
#voice .voice__inner__block02 li {
  width: 48%;
  position: relative;
  margin-top: 25px;
  margin-bottom: 10px;
  background-color: #F3EDE9;
}
@media screen and (max-width: 767px) {
  #voice .voice__inner__block02 li {
    width: 100%;
    margin-right: 0.7%;
    margin-left: 0.7%;
  }
}
#voice .voice__inner .voice__slide, #voice .voice__inner .voice__slide02 {
  position: relative;
}
#voice .voice__inner .voice__slide--tl, #voice .voice__inner .voice__slide--br, #voice .voice__inner .voice__slide02--tl, #voice .voice__inner .voice__slide02--br {
  position: absolute;
  content: "";
  width: 2.3vw;
  height: 2.3vw;
}
@media screen and (max-width: 480px) {
  #voice .voice__inner .voice__slide--tl, #voice .voice__inner .voice__slide--br, #voice .voice__inner .voice__slide02--tl, #voice .voice__inner .voice__slide02--br {
    width: 8vw;
    height: 8vw;
  }
}
#voice .voice__inner .voice__slide--tl, #voice .voice__inner .voice__slide02--tl {
  top: -3px;
  left: calc(3% + 3px);
}
#voice .voice__inner .voice__slide--br, #voice .voice__inner .voice__slide02--br {
  bottom: -3px;
  right: calc(3% + 3px);
}
#voice .voice__inner .voice__slide--item, #voice .voice__inner .voice__slide02--item {
  position: relative;
  padding-top: 30px;
}
@media screen and (max-width: 767px) {
  #voice .voice__inner .voice__slide--item, #voice .voice__inner .voice__slide02--item {
    padding-top: 20px;
  }
}
#voice .voice__inner .voice__slide--item--top, #voice .voice__inner .voice__slide02--item--top {
  justify-content: space-between;
  margin-bottom: 30px;
  flex-direction: row-reverse;
}
@media screen and (max-width: 480px) {
  #voice .voice__inner .voice__slide--item--top, #voice .voice__inner .voice__slide02--item--top {
    margin-bottom: 20px;
  }
}
#voice .voice__inner .voice__slide--item--top--text, #voice .voice__inner .voice__slide02--item--top--text {
  width: 60%;
}
@media screen and (max-width: 767px) {
  #voice .voice__inner .voice__slide--item--top--text, #voice .voice__inner .voice__slide02--item--top--text {
    width: 66%;
  }
}
@media screen and (max-width: 480px) {
  #voice .voice__inner .voice__slide--item--top--text, #voice .voice__inner .voice__slide02--item--top--text {
    width: 62%;
  }
}
#voice .voice__inner .voice__slide--item--top--text--number, #voice .voice__inner .voice__slide02--item--top--text--number {
  font-family: "RedHatDisplay-BlackItalic";
  font-size: 1.6rem;
  margin-bottom: 15px;
  letter-spacing: 0.1rem;
}
@media screen and (max-width: 480px) {
  #voice .voice__inner .voice__slide--item--top--text--number, #voice .voice__inner .voice__slide02--item--top--text--number {
    margin-bottom: 10px;
  }
}
#voice .voice__inner .voice__slide--item--top--text--h3, #voice .voice__inner .voice__slide02--item--top--text--h3 {
  font-size: 2.4rem;
  font-family: "Noto Sans JP 700";
  font-feature-settings: "palt";
}
@media screen and (max-width: 767px) {
  #voice .voice__inner .voice__slide--item--top--text--h3, #voice .voice__inner .voice__slide02--item--top--text--h3 {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 480px) {
  #voice .voice__inner .voice__slide--item--top--text--h3, #voice .voice__inner .voice__slide02--item--top--text--h3 {
    margin-top: 10px;
    font-size: 4vw;
  }
}
#voice .voice__inner .voice__slide--item--top--text--h3 span, #voice .voice__inner .voice__slide02--item--top--text--h3 span {
  color: #fff;
  padding: 5px 8px;
  display: inline-block;
  margin-bottom: 5px;
}
@media screen and (max-width: 480px) {
  #voice .voice__inner .voice__slide--item--top--text--h3 span, #voice .voice__inner .voice__slide02--item--top--text--h3 span {
    padding: 5px;
    margin-bottom: 3px;
  }
}
#voice .voice__inner .voice__slide--item--top--text--p, #voice .voice__inner .voice__slide02--item--top--text--p {
  font-size: 1.6rem;
  padding-top: 15px;
}
@media screen and (max-width: 767px) {
  #voice .voice__inner .voice__slide--item--top--text--p, #voice .voice__inner .voice__slide02--item--top--text--p {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 480px) {
  #voice .voice__inner .voice__slide--item--top--text--p, #voice .voice__inner .voice__slide02--item--top--text--p {
    padding-top: 8px;
  }
}
#voice .voice__inner .voice__slide--item--top--img, #voice .voice__inner .voice__slide02--item--top--img {
  width: 36.5%;
}
@media screen and (max-width: 767px) {
  #voice .voice__inner .voice__slide--item--top--img, #voice .voice__inner .voice__slide02--item--top--img {
    width: 30%;
  }
}
@media screen and (max-width: 480px) {
  #voice .voice__inner .voice__slide--item--top--img, #voice .voice__inner .voice__slide02--item--top--img {
    width: 35%;
  }
}
#voice .voice__inner .voice__slide--p, #voice .voice__inner .voice__slide02--p {
  font-size: 1.6rem;
  line-height: 3rem;
  font-family: "Noto Sans JP 400";
  text-align: justify;
}
@media screen and (max-width: 767px) {
  #voice .voice__inner .voice__slide--p, #voice .voice__inner .voice__slide02--p {
    font-size: 1.4rem;
    line-height: 2.5rem;
  }
}
@media screen and (max-width: 767px) {
  #voice .voice__inner .voice__slide--p, #voice .voice__inner .voice__slide02--p {
    font-size: 1.4rem;
    line-height: 2.5rem;
    padding-right: 0px;
  }
}
#voice .voice__inner .voice__slide--p .color, #voice .voice__inner .voice__slide02--p .color {
  color: #e08784;
  font-family: "Noto Sans JP 700";
}
#voice .voice__inner .voice__slide--p__sup, #voice .voice__inner .voice__slide02--p__sup {
  vertical-align: super;
  font-size: 12px;
}
@media screen and (max-width: 767px) {
  #voice .voice__inner .voice__slide--p__sup, #voice .voice__inner .voice__slide02--p__sup {
    font-size: 10px;
  }
}
#voice .voice__inner .voice__slide--chu, #voice .voice__inner .voice__slide02--chu {
  font-size: 1.4rem;
  font-family: "Noto Sans JP 400";
  position: relative;
  left: 6%;
  bottom: 0px;
}
@media screen and (max-width: 480px) {
  #voice .voice__inner .voice__slide--chu, #voice .voice__inner .voice__slide02--chu {
    font-size: 1.2rem;
  }
}
#voice .voice__inner .voice__slide--product, #voice .voice__inner .voice__slide02--product {
  position: absolute;
  bottom: 10px;
  right: calc(4% + 10px);
  color: #fff;
  padding: 5px 10px 8px 10px;
  display: inline-block;
  font-size: 1.4rem;
  z-index: 2;
  font-family: "Noto Sans JP 700";
}
@media screen and (max-width: 767px) {
  #voice .voice__inner .voice__slide--product, #voice .voice__inner .voice__slide02--product {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 480px) {
  #voice .voice__inner .voice__slide--product, #voice .voice__inner .voice__slide02--product {
    font-size: 1.2rem;
  }
}
#voice .voice__inner .slick-track {
  display: flex;
}
#voice .voice__inner .slick-slide {
  height: auto !important;
}
#voice .slide--arrowarea {
  width: 92%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  z-index: 10;
}
#voice .slide-arrow {
  position: absolute;
  width: 20px;
  background-color: transparent;
  border: transparent;
}
@media screen and (max-width: 767px) {
  #voice .slide-arrow {
    width: 15px;
  }
}
#voice .slide-arrow.next-arrow {
  right: 0;
}
#voice .slide-arrow.prev-arrow {
  left: 0;
}

.staffvoice-img {
  display: inline-block;
  position: absolute;
  bottom: 0;
}
.staffvoice-img--01 {
  width: 130px;
  height: 125px;
  left: 0;
}
@media screen and (max-width: 980px) {
  .staffvoice-img--01 {
    width: 100px;
    height: 98px;
  }
}
@media screen and (max-width: 767px) {
  .staffvoice-img--01 {
    width: 80px;
    height: 77px;
    left: 10px;
  }
}
.staffvoice-img--02 {
  width: 115px;
  height: 135px;
  right: 30px;
}
@media screen and (max-width: 980px) {
  .staffvoice-img--02 {
    right: 10px;
    width: 85px;
    height: 100px;
  }
}
@media screen and (max-width: 767px) {
  .staffvoice-img--02 {
    width: 67px;
    height: 79px;
    right: 10px;
  }
}

#mens {
  background-color: #fff;
}
#mens .mens__inner {
  width: 800px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 880px) {
  #mens .mens__inner {
    width: 92%;
    flex-direction: column-reverse;
  }
}
#mens .mens__inner--img {
  width: 33%;
}
@media screen and (max-width: 880px) {
  #mens .mens__inner--img {
    width: 50%;
  }
}
#mens .mens__inner--text {
  width: 65%;
  position: relative;
  font-feature-settings: "palt";
  letter-spacing: 0.1rem;
}
@media screen and (max-width: 880px) {
  #mens .mens__inner--text {
    width: 100%;
    margin-bottom: 80px;
    padding-top: 30px;
  }
}
#mens .mens__inner--text h2 {
  font-size: 2.5rem;
  line-height: 4rem;
  margin-bottom: 20px;
  font-feature-settings: "palt";
  letter-spacing: 0.1rem;
}
@media screen and (max-width: 1120px) {
  #mens .mens__inner--text h2 {
    font-size: 2.2rem;
    line-height: 3.5rem;
    margin-bottom: 10px;
  }
}
#mens .mens__inner--text h2 .color {
  color: #e08784;
  font-family: "Noto Sans JP 500";
}
#mens .mens__inner--text p {
  font-size: 1.6rem;
  line-height: 3rem;
  font-family: "Noto Sans JP 400";
}
@media screen and (max-width: 767px) {
  #mens .mens__inner--text p {
    font-size: 1.4rem;
    line-height: 2.5rem;
  }
}
#mens .mens__inner--text--sin {
  width: 412px;
  position: absolute;
  bottom: -50px;
  right: -50px;
}
@media screen and (max-width: 880px) {
  #mens .mens__inner--text--sin {
    width: 46.81vw;
    right: 0px;
  }
}
@media screen and (max-width: 480px) {
  #mens .mens__inner--text--sin {
    width: 66vw;
  }
}

#wrapping {
  background-image: url("../images/img-wrapping-bg.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: -2px;
}
#wrapping .wrapping__inner {
  background-color: rgba(255, 255, 255, 0.65);
  width: 1080px;
  margin-left: auto;
  margin-right: auto;
  padding: 130px 50px 50px;
  position: relative;
}
@media screen and (max-width: 1120px) {
  #wrapping .wrapping__inner {
    width: 92%;
  }
}
@media screen and (max-width: 1120px) {
  #wrapping .wrapping__inner {
    padding: 100px 30px 30px;
  }
}
@media screen and (max-width: 480px) {
  #wrapping .wrapping__inner {
    padding: 80px 20px 20px;
  }
}
#wrapping .wrapping__inner::after, #wrapping .wrapping__inner::before {
  position: absolute;
  content: "";
  background-repeat: no-repeat;
  background-size: contain;
}
#wrapping .wrapping__inner::after {
  width: 255px;
  height: 176px;
  background-image: url("../images/img-wrapping-ribbon.png");
  background-position: top left;
  top: 0;
  left: 0;
}
@media screen and (max-width: 1120px) {
  #wrapping .wrapping__inner::after {
    width: 180px;
  }
}
@media screen and (max-width: 480px) {
  #wrapping .wrapping__inner::after {
    width: 90px;
  }
}
#wrapping .wrapping__inner::before {
  width: 110px;
  height: 56px;
  background-image: url("../images/img-wrapping-ribbon2.png");
  background-position: bottom right;
  bottom: 0;
  right: 0;
}
@media screen and (max-width: 480px) {
  #wrapping .wrapping__inner::before {
    width: 60px;
  }
}
#wrapping .wrapping__inner__text--ttl {
  text-align: center;
}
#wrapping .wrapping__inner__text--ttl--fukidashi {
  width: 475px;
  position: absolute;
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
@media screen and (max-width: 1120px) {
  #wrapping .wrapping__inner__text--ttl--fukidashi {
    width: 445px;
    top: 30px;
  }
}
@media screen and (max-width: 767px) {
  #wrapping .wrapping__inner__text--ttl--fukidashi {
    width: 58vw;
    top: calc(20px + 1.3vw);
  }
}
@media screen and (max-width: 480px) {
  #wrapping .wrapping__inner__text--ttl--fukidashi {
    width: 70%;
    top: calc(20px + 2.3vw);
  }
}
#wrapping .wrapping__inner__text--ttl--p01 {
  font-size: 2.7rem;
  line-height: 3.5rem;
  margin-bottom: 5px;
}
@media screen and (max-width: 767px) {
  #wrapping .wrapping__inner__text--ttl--p01 {
    font-size: 2rem;
    line-height: 3rem;
    margin-bottom: 5px;
  }
}
#wrapping .wrapping__inner__text--ttl--h2 {
  font-size: 5rem;
  line-height: 6rem;
  color: #e08784;
}
@media screen and (max-width: 767px) {
  #wrapping .wrapping__inner__text--ttl--h2 {
    font-size: 3rem;
    line-height: 4rem;
    font-family: "Noto Sans JP 700";
  }
}
@media screen and (max-width: 480px) {
  #wrapping .wrapping__inner__text--ttl--h2 {
    font-size: 2.5rem;
    line-height: 3.5rem;
  }
}
@media screen and (max-width: 767px) {
  #wrapping .wrapping__inner__text--ttl--h2.u-mb50 {
    margin-bottom: 20px;
  }
}
#wrapping .wrapping__inner__text--ttl--p02 {
  font-size: 1.6rem;
  line-height: 2.7rem;
}
@media screen and (max-width: 767px) {
  #wrapping .wrapping__inner__text--ttl--p02 {
    font-size: 1.4rem;
    line-height: 2.5rem;
  }
}
#wrapping .wrapping__inner__text--flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#wrapping .wrapping__inner__text--flex--box {
  width: 48%;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  #wrapping .wrapping__inner__text--flex--box {
    margin-bottom: 20px;
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  #wrapping .wrapping__inner__text--flex--box:nth-child(3) {
    width: 100%;
    margin-bottom: 20px;
    margin-top: 20px;
  }
}
@media screen and (max-width: 767px) {
  #wrapping .wrapping__inner__text--flex--box:nth-child(4) {
    width: 100%;
  }
}
#wrapping .wrapping__inner__text--flex--box--image01 {
  width: 85%;
}
@media screen and (max-width: 767px) {
  #wrapping .wrapping__inner__text--flex--box--image01 {
    width: 100%;
  }
}
#wrapping .wrapping__inner__text--flex--box--image02 {
  width: 118%;
  margin-left: -18%;
  margin-top: -1%;
}
@media screen and (max-width: 767px) {
  #wrapping .wrapping__inner__text--flex--box--image02 {
    width: 100%;
    margin-left: 0%;
    margin-top: 0%;
  }
}
#wrapping .wrapping__inner__text--flex--box--h3, #wrapping .wrapping__inner__text--flex--box--h3--sp {
  padding: 13px 0px;
  border-top: 1px solid #505050;
  border-bottom: 1px solid #505050;
  font-size: 1.8rem;
  line-height: 2rem;
  text-align: center;
  font-feature-settings: "palt";
  font-family: "Noto Sans JP 700";
  position: relative;
}
@media screen and (max-width: 767px) {
  #wrapping .wrapping__inner__text--flex--box--h3, #wrapping .wrapping__inner__text--flex--box--h3--sp {
    font-size: 1.6rem;
    padding: 13px 30px;
  }
}
#wrapping .wrapping__inner__text--flex--box--h3 {
  display: block;
}
@media screen and (max-width: 767px) {
  #wrapping .wrapping__inner__text--flex--box--h3 {
    display: none;
  }
}
#wrapping .wrapping__inner__text--flex--box--h3--sp {
  display: none;
}
@media screen and (max-width: 767px) {
  #wrapping .wrapping__inner__text--flex--box--h3--sp {
    display: block;
  }
}
#wrapping .wrapping__inner__text--flex--box--h3--sp::after, #wrapping .wrapping__inner__text--flex--box--h3--sp::before {
  position: absolute;
  content: "";
  width: 14px;
  height: 1px;
  background-color: #505050;
  top: 50%;
  right: 0;
  transition: ease 0.2s;
}
#wrapping .wrapping__inner__text--flex--box--h3--sp::after {
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
#wrapping .wrapping__inner__text--flex--box--h3--sp::before {
  transform: rotate(90deg) translateY(-50%);
  -webkit-transform: rotate(90deg) translateY(-50%);
  -ms-transform: rotate(90deg) translateY(-50%);
}
#wrapping .wrapping__inner__text--flex--box--h3--sp.active::before {
  transform: rotate(0deg) translateY(-50%);
  -webkit-transform: rotate(0deg) translateY(-50%);
  -ms-transform: rotate(0deg) translateY(-50%);
}
#wrapping .wrapping__inner__text--flex--box--centent {
  display: block;
}
@media screen and (max-width: 767px) {
  #wrapping .wrapping__inner__text--flex--box--centent {
    display: none;
    padding-top: 20px;
  }
}
#wrapping .wrapping__inner__text--flex--box p {
  font-size: 1.6rem;
  line-height: 3rem;
  font-family: "Noto Sans JP 400";
  font-feature-settings: "palt";
}
@media screen and (max-width: 767px) {
  #wrapping .wrapping__inner__text--flex--box p {
    font-size: 1.4rem;
    line-height: 2.5rem;
  }
}
#wrapping .wrapping__inner__text--flex--box .l-list03 {
  font-size: 1.4rem;
  line-height: 2rem;
}
@media screen and (max-width: 767px) {
  #wrapping .wrapping__inner__text--flex--box .l-list03 {
    font-size: 1.2rem;
  }
}
#wrapping .wrapping__inner__text--flex--box a {
  display: inline-block;
  filter: drop-shadow(5px 5px 5px rgba(0, 0, 0, 0.3));
  padding-top: 5px;
  transform: translateZ(0);
}
#wrapping .wrapping_btn01 .addcart, #wrapping .wrapping_btn02 .addcart {
  width: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-color: transparent;
  border: 1px solid transparent;
  height: 111px;
  cursor: pointer;
  filter: drop-shadow(5px 5px 5px rgba(0, 0, 0, 0.3));
  transform: translateZ(0);
  font-size: 0;
}
@media screen and (max-width: 1120px) {
  #wrapping .wrapping_btn01 .addcart, #wrapping .wrapping_btn02 .addcart {
    height: 9.91vw;
  }
}
@media screen and (max-width: 767px) {
  #wrapping .wrapping_btn01 .addcart, #wrapping .wrapping_btn02 .addcart {
    height: 19.8vw;
  }
}
#wrapping .wrapping_btn01 .addcart:hover, #wrapping .wrapping_btn02 .addcart:hover {
  opacity: 0.7;
}
#wrapping .wrapping_btn01 input, #wrapping .wrapping_btn02 input {
  margin: 0;
  padding: 0;
}
#wrapping .wrapping_btn01 .addcart {
  background-image: url("../images/img-wrapping-btn01.png");
}
#wrapping .wrapping_btn02 .addcart {
  background-image: url("../images/img-wrapping-btn02.png");
}

#howto {
  background-color: #E4DEDA;
  margin-top: -2px;
}
@media screen and (max-width: 767px) {
  #howto .l-ttl-h2.u-mb50 {
    margin-bottom: 50px;
  }
}
#howto .howto__inner {
  width: 1080px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1120px) {
  #howto .howto__inner {
    width: 92%;
  }
}
#howto .howto__inner--box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#howto .howto__inner--box--item {
  width: 48%;
  background-color: #fff;
  padding: 50px;
  position: relative;
}
@media screen and (max-width: 767px) {
  #howto .howto__inner--box--item {
    padding: 30px;
  }
}
@media screen and (max-width: 480px) {
  #howto .howto__inner--box--item {
    padding: 20px;
  }
}
@media screen and (max-width: 1120px) {
  #howto .howto__inner--box--item {
    padding: 40px 20px 20px;
  }
}
@media screen and (max-width: 767px) {
  #howto .howto__inner--box--item {
    width: 100%;
    margin-bottom: 30px;
  }
}
#howto .howto__inner--box--item--ttl {
  font-family: "RedHatDisplay-Light";
  font-size: 4rem;
  position: absolute;
  top: -20px;
  left: 0;
  width: 100%;
  text-align: center;
  color: #e08784;
}
#howto .howto__inner--box--item--ttl h3 {
  width: 100%;
}
#howto .howto__inner--box--item h4 {
  border-top: 1px solid #e08784;
  border-bottom: 1px solid #e08784;
  font-size: 2rem;
  text-align: center;
  padding: 15px 0;
  font-family: "Noto Sans JP 500";
  color: #e08784;
  margin-bottom: 20px;
}
#howto .howto__inner--box--item--flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
}
@media screen and (max-width: 1120px) {
  #howto .howto__inner--box--item--flex {
    justify-content: center;
  }
}
@media screen and (max-width: 480px) {
  #howto .howto__inner--box--item--flex {
    justify-content: space-between;
  }
}
#howto .howto__inner--box--item--flex--img {
  width: 32.5%;
}
@media screen and (max-width: 1120px) {
  #howto .howto__inner--box--item--flex--img {
    width: 23.5%;
  }
}
#howto .howto__inner--box--item--flex--text {
  font-size: 2rem;
  font-family: "Noto Sans JP 500";
  line-height: 3.5rem;
}
@media screen and (max-width: 1120px) {
  #howto .howto__inner--box--item--flex--text {
    font-size: 1.8rem;
    line-height: 2.5rem;
    margin-left: 30px;
  }
}
@media screen and (max-width: 480px) {
  #howto .howto__inner--box--item--flex--text {
    width: 74.5%;
    margin-left: 0px;
  }
}
#howto .howto__inner--box--item--flex--text .color {
  color: #e08784;
}
#howto .howto__inner--box--item--flex02 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
#howto .howto__inner--box--item--flex02--img {
  width: 47.5%;
}
#howto .howto__inner--box--item--flex02--text {
  width: 47.5%;
  font-size: 1.6rem;
  line-height: 3rem;
  font-family: "Noto Sans JP 400";
}
@media screen and (max-width: 767px) {
  #howto .howto__inner--box--item--flex02--text {
    font-size: 1.4rem;
    line-height: 2.5rem;
  }
}
#howto .howto__inner--box--item--flex03 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
#howto .howto__inner--box--item--flex03--img {
  width: 55.9%;
}
#howto .howto__inner--box--item--flex03--text {
  width: 38.5%;
  font-size: 1.8rem;
  line-height: 3.3rem;
  font-family: "Noto Sans JP 400";
}
@media screen and (max-width: 1120px) {
  #howto .howto__inner--box--item--flex03--text {
    font-size: 1.6rem;
    line-height: 2.5rem;
  }
}
#howto .howto__inner--box--item--to {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-top: 30px;
}
#howto .howto__inner--box--item--to--child {
  width: 47%;
  margin-bottom: 20px;
}
#howto .howto__inner--box--item--to--child p {
  padding-top: 10px;
  font-size: 1.6rem;
  line-height: 2.6rem;
  font-family: "Noto Sans JP 400";
}
#howto .howto__inner--box--item--to--child:last-child {
  margin-bottom: initial;
}
#howto .howto__inner--box--item h5 {
  background-color: #e08784;
  color: #fff;
  font-size: 3rem;
  text-align: center;
  padding: 10px;
}
@media screen and (max-width: 1120px) {
  #howto .howto__inner--box--item h5 {
    font-size: 2.5rem;
  }
}
#howto .howto__inner--box--item--chui {
  border: 1px solid #e08784;
  padding: 30px;
}
@media screen and (max-width: 480px) {
  #howto .howto__inner--box--item--chui {
    padding: 20px;
  }
}
@media screen and (max-width: 1120px) {
  #howto .howto__inner--box--item--chui {
    padding: 15px;
  }
}
#howto .howto__inner--video--ttl {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  #howto .howto__inner--video--ttl {
    display: none;
  }
}
#howto .howto__inner--video--ttl--sp {
  display: none;
  position: relative;
  padding: 13px 30px;
  border-top: 1px solid #505050;
  border-bottom: 1px solid #505050;
  text-align: center;
  font-size: 2rem;
  line-height: 3rem;
  font-family: "Noto Sans JP 500";
}
@media screen and (max-width: 767px) {
  #howto .howto__inner--video--ttl--sp {
    display: block;
  }
}
#howto .howto__inner--video--ttl--sp .color {
  color: #e08784;
}
#howto .howto__inner--video--ttl--sp::after, #howto .howto__inner--video--ttl--sp::before {
  position: absolute;
  content: "";
  width: 14px;
  height: 1px;
  background-color: #505050;
  top: 50%;
  right: 0;
  transition: ease 0.2s;
}
#howto .howto__inner--video--ttl--sp::after {
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
#howto .howto__inner--video--ttl--sp::before {
  transform: rotate(90deg) translateY(-50%);
  -webkit-transform: rotate(90deg) translateY(-50%);
  -ms-transform: rotate(90deg) translateY(-50%);
}
#howto .howto__inner--video--ttl--sp.active::before {
  transform: rotate(0deg) translateY(-50%);
  -webkit-transform: rotate(0deg) translateY(-50%);
  -ms-transform: rotate(0deg) translateY(-50%);
}
#howto .howto__inner--video--ttl--img {
  width: 60px;
  margin: 0 20px;
}
@media screen and (max-width: 1120px) {
  #howto .howto__inner--video--ttl--img {
    width: 50px;
    margin: 0 13px;
  }
}
#howto .howto__inner--video--ttl h3 {
  font-size: 3rem;
  line-height: 4rem;
  font-family: "Noto Sans JP 500";
  display: inline-block;
  text-align: center;
}
@media screen and (max-width: 1120px) {
  #howto .howto__inner--video--ttl h3 {
    font-size: 2.5rem;
    line-height: 3.5rem;
  }
}
@media screen and (max-width: 480px) {
  #howto .howto__inner--video--ttl h3 {
    font-size: 1.8rem;
    line-height: 2.8rem;
  }
}
#howto .howto__inner--video--ttl h3 .color {
  color: #e08784;
}
#howto .howto__inner--video--area {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#howto .howto__inner--video--area--item {
  width: 48%;
}
@media screen and (max-width: 767px) {
  #howto .howto__inner--video--area--item {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  #howto .howto__inner--video--area--item:nth-child(1) {
    margin-bottom: 30px;
  }
}
#howto .howto__inner--video--area--item video {
  width: 100%;
}
#howto .howto__inner--video--content {
  display: block;
}
@media screen and (max-width: 767px) {
  #howto .howto__inner--video--content {
    display: none;
    padding-top: 20px;
  }
}

#support {
  background-image: url("../images/img-support.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right center;
}
@media screen and (max-width: 1120px) {
  #support {
    background-image: url("../images/img-support-sp.jpg");
  }
}
@media screen and (max-width: 767px) {
  #support {
    background-image: initial;
    background-color: #fff;
  }
}
#support .support__inner {
  display: flex;
  flex-wrap: wrap;
  width: 1080px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1120px) {
  #support .support__inner {
    width: 92%;
  }
}
@media screen and (max-width: 767px) {
  #support .support__inner.u-pt100 {
    padding-top: 0;
  }
}
#support .support__inner__text {
  width: 550px;
}
@media screen and (max-width: 767px) {
  #support .support__inner__text {
    width: 100%;
  }
}
#support .support__inner__text--p {
  font-size: 1.6rem;
  line-height: 3rem;
  font-family: "Noto Sans JP 400";
  font-feature-settings: "palt";
  text-align: justify;
}
@media screen and (max-width: 767px) {
  #support .support__inner__text--p {
    font-size: 1.4rem;
    line-height: 2.5rem;
  }
}
#support .support__inner__text a {
  display: inline-block;
  background-color: #e08784;
  color: #fff;
  font-size: 2rem;
  padding: 13px 20px;
  font-family: "Noto Sans JP 500";
}

#guide .guide__inner__contants {
  display: flex;
  flex-wrap: wrap;
  width: 1080px;
  margin-left: auto;
  margin-right: auto;
  justify-content: space-between;
}
@media screen and (max-width: 1120px) {
  #guide .guide__inner__contants {
    width: 92%;
  }
}
#guide .guide__inner__contants--item {
  width: 48%;
}
@media screen and (max-width: 767px) {
  #guide .guide__inner__contants--item {
    width: 100%;
  }
}
#guide .guide__inner__contants--item--box {
  margin-bottom: 30px;
}
#guide .guide__inner__contants--item--box h3 {
  font-size: 1.8rem;
  line-height: 2.5rem;
  font-family: "Noto Sans JP 700";
  padding: 7px 0;
  border-bottom: 1px solid #505050;
  border-top: 1px solid #505050;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  #guide .guide__inner__contants--item--box h3 {
    font-size: 1.6rem;
  }
}
#guide .guide__inner__contants--item--box p {
  font-size: 1.6rem;
  line-height: 3rem;
  font-family: "Noto Sans JP 400";
  font-feature-settings: "palt";
  text-align: justify;
}
@media screen and (max-width: 767px) {
  #guide .guide__inner__contants--item--box p {
    font-size: 1.4rem;
    line-height: 2.5rem;
  }
}
@media screen and (max-width: 767px) {
  #guide .guide__inner__contants--item--box p {
    font-size: 1.4rem;
    line-height: 2.5rem;
  }
}
#guide .guide__inner__contants--item--box a {
  border-bottom: 1px solid #505050;
}
#guide .guide__inner__contants--item--box a:hover {
  opacity: 0.7;
}

footer.footer {
  background-color: #e08784;
}
footer.footer .footer__inner {
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding: 50px 0;
}
@media screen and (max-width: 1260px) {
  footer.footer .footer__inner {
    width: 92%;
  }
}
footer.footer .footer__inner--logo {
  width: 145px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 767px) {
  footer.footer .footer__inner--logo {
    width: 120px;
  }
}
footer.footer .footer__inner--nav {
  padding-top: 45px;
  padding-bottom: 45px;
}
footer.footer .footer__inner--nav ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
footer.footer .footer__inner--nav ul li {
  font-size: 1.6rem;
  line-height: 3rem;
  font-family: "Noto Sans JP 400";
  color: #fff;
  position: relative;
  padding: 0 20px;
}
@media screen and (max-width: 767px) {
  footer.footer .footer__inner--nav ul li {
    font-size: 1.4rem;
    line-height: 2.5rem;
  }
}
@media screen and (max-width: 767px) {
  footer.footer .footer__inner--nav ul li {
    font-size: 1.4rem;
    line-height: 2.5rem;
    padding: 0 15px;
  }
}
footer.footer .footer__inner--nav ul li:last-child::after {
  display: none;
}
footer.footer .footer__inner--nav ul li::after {
  position: absolute;
  content: "";
  width: 1px;
  height: 17px;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  footer.footer .footer__inner--nav ul li::after {
    height: 14px;
  }
}
footer.footer .footer__inner--nav ul li a {
  color: #fff;
}
footer.footer .footer__copyrights {
  font-family: "RedHatDisplay-bold";
  text-align: center;
  font-size: 1.4rem;
  color: #fff;
  letter-spacing: 0.2rem;
}
@media screen and (max-width: 767px) {
  footer.footer .footer__copyrights {
    font-size: 1.2rem;
    letter-spacing: 0rem;
  }
}

.coupon {
  width: 453px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  filter: drop-shadow(5px 5px 5px rgba(0, 0, 0, 0.3));
  transform: translateZ(0);
}
@media screen and (max-width: 767px) {
  .coupon {
    width: 77vw;
  }
}
.coupon--number {
  font-size: 5.2rem;
  color: #fff;
  font-family: "RedHatDisplay-ExtraBold";
  position: absolute;
  top: 81px;
  left: 70px;
  transform: rotate(-3.2deg);
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .coupon--number {
    font-size: 9.5vw;
    top: 13.6vw;
    left: 9.5vw;
  }
}
@media screen and (max-width: 480px) {
  .coupon--number {
    font-size: 9.5vw;
    top: 13.6vw;
  }
}
.coupon .success-msg {
  display: none;
  position: absolute;
  padding: 20px 20px;
  background-color: #e08784;
  color: #fff;
  top: 100px;
  margin: auto;
  text-align: center;
  border-radius: 5px;
  font-size: 1.8rem;
  font-family: "Noto Sans JP 700";
  width: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
@media screen and (max-width: 480px) {
  .coupon .success-msg {
    font-size: 1.4rem;
  }
}
.coupon .success-msg.copied {
  display: inline-block;
}

#safety .safety__inner {
  width: 980px;
  margin-left: auto;
  margin-right: auto;
  border: 1px solid #98a9ac;
}
@media screen and (max-width: 1040px) {
  #safety .safety__inner {
    width: 92%;
  }
}
#safety .safety__inner--ttl {
  background-color: #98a9ac;
  font-size: 2rem;
  text-align: center;
  font-family: "Noto Sans JP 700";
  padding: 20px 10px;
  color: #fff;
  position: relative;
  cursor: pointer;
}
#safety .safety__inner--ttl::after, #safety .safety__inner--ttl::before {
  position: absolute;
  content: "";
  width: 14px;
  height: 1px;
  background-color: #fff;
  right: 25px;
  top: 30px;
  transition: ease 0.2s;
}
#safety .safety__inner--ttl::before {
  transform: rotate(90deg);
}
#safety .safety__inner--ttl.active::before {
  transform: rotate(0deg);
}
#safety .safety__inner--content {
  display: none;
  padding-top: 20px;
}
#safety .safety__inner--content--box {
  padding: 50px;
}
@media screen and (max-width: 767px) {
  #safety .safety__inner--content--box {
    padding: 30px;
  }
}
@media screen and (max-width: 480px) {
  #safety .safety__inner--content--box {
    padding: 20px;
  }
}
#safety .safety__inner--content--box p {
  font-size: 1.6rem;
  line-height: 3rem;
  font-family: "Noto Sans JP 400";
}
@media screen and (max-width: 767px) {
  #safety .safety__inner--content--box p {
    font-size: 1.4rem;
    line-height: 2.5rem;
  }
}

#useditfor {
  background-color: #e08784;
  position: relative;
}
#useditfor::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100px;
  bottom: 0;
  left: 0;
  background-color: #FFF8F8;
  z-index: 0;
}
#useditfor .useditfor__inner {
  width: 1080px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 1120px) {
  #useditfor .useditfor__inner {
    width: 92%;
  }
}
#useditfor .useditfor__inner--flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#useditfor .useditfor__inner--flex span {
  width: 48%;
}
#useditfor .useditfor__inner--ttl--h2 {
  width: 100%;
  margin-bottom: 20px;
}
#useditfor .useditfor__inner--ttl--ruby {
  font-size: 4rem;
  line-height: 5rem;
  font-family: "Noto Sans JP 300";
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 767px) {
  #useditfor .useditfor__inner--ttl--ruby {
    font-size: 3rem;
    line-height: 4rem;
  }
}
@media screen and (max-width: 480px) {
  #useditfor .useditfor__inner--ttl--ruby {
    font-size: 2rem;
    line-height: 3rem;
  }
}
#useditfor .useditfor__inner--text {
  font-size: 1.4rem;
  line-height: 2rem;
  padding-top: 10px;
}
@media screen and (max-width: 480px) {
  #useditfor .useditfor__inner--text {
    font-size: 1.2rem;
    line-height: 1.6rem;
  }
}

/*20240904 */
.inner-banner01 {
  max-width: 760px;
  margin: auto;
}

.mb01 {
  margin-bottom: 50px;
}

#present .present-inner {
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
}

#present .famy-present {
  max-width: 473px;
  margin: 0 auto 50px;
}

#wrapping {
  background: none;
}

#present .present-area {
  padding-top: 100px;
  padding-bottom: 100px;
  background-image: url("../images/bg-present.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

#present .present-box {
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
  padding: 55px 0 50px 0;
  position: relative;
  background: rgba(255, 255, 255, 0.9) url("../images/bg-rebon.png") no-repeat left top/314px 229px;
}

.wrapping_infoImg {
  width: 45%;
  margin: 0 auto;
}

#present .ttl {
  padding: 10px;
  border-top: 1px solid #505050;
  border-bottom: 1px solid #505050;
  font-size: 1.8rem;
  line-height: 2rem;
  text-align: center;
  font-family: "Noto Sans JP 700";
}

#present .wrapping__inner__text--ttl--h2 {
  font-family: "Noto Sans JP 300";
}

#present .present-block {
  padding: 0 40px;
}

#present .item-area {
  display: grid;
  gap: 20px;
  grid-template-columns: 1fr 1fr;
}

@media screen and (max-width: 1120px) {
  #present .present-inner {
    width: 92%;
  }
}
@media screen and (max-width: 767px) {
  .wrapping_infoImg {
    width: 65%;
  }
  #present .present-box {
    background: rgba(255, 255, 255, 0.65) url("../images/bg-rebon.png") no-repeat left top/78px 57px;
  }
  #present .present-block {
    padding: 0 20px;
  }
  #present .present-area {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  #present .item-area {
    grid-template-columns: 1fr;
  }
  #present .famy-present {
    margin-bottom: 20px;
  }
  .sp-blokc {
    display: block;
  }
}/*# sourceMappingURL=main.css.map */</pre></body></html>