/*
* fontawesomeセット
* content:'\○○○';
* font: var(--fa-font-solid);
*/
/*=====================================
*
*header
*
=======================================*/
.logo {
  position: absolute;
  top: 95px;
  left: calc((354 / 1920) * 100%);
  width: calc((360 / 1920) * 100%);
}

/*=====================================
*mv
=======================================*/
.mv-area {
  width: 100%;
  max-width: 1920px;
  margin: auto;
  background-image: url(../images/mv/mv.jpg);
  background-size: cover;
  aspect-ratio: 32 /15;
}

.mv-area .contents-area {
  display: flex;
  align-items: end;
  padding-top: calc((65 / 1920) * 100%);
  margin-left: calc((354 / 1920) * 100%);
  width: calc((1030 / 1920) * 100%);
  max-width: 1030px;
}

.mv-area .contents-area .text-area {
  position: relative;
  z-index: 2;
  width: calc((638 / 1030)*100%);
  margin-bottom: calc(((73 / 1920) * 100%) * -1);
}

.mv-area .contents-area .text-area a.mv-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  font-size: clamp(14px, 1.04vw, 20px);
  font-weight: 600;
  color: #fff;
  letter-spacing: 0.03em;
  margin-top: clamp(14px, 1.04vw, 20px);
  padding: calc((10 / 20) * 1.0em) calc((80 / 20) * 1.0em);
  background-color: #f6b28f;
  border: 1px solid #f6b28f;
  border-radius: 50px;
}

.mv-area .contents-area .text-area .img-area {
  position: absolute;
  z-index: -1;
  right: 0;
  bottom: -26px;
  width: calc((418 / 638)*100%);
}

@media screen and (min-width:1025px) {
  .mv-area .contents-area .text-area .img-area {
    right: -6%;
    width: calc((375 / 638)*100%);
  }
}

.mv-area .contents-area .text-area .img-area img:first-of-type {
  position: absolute;
  top: calc(((30 / 348) * 100%) * -1);
  left: 0;
  width: calc((141 / 348)*100%);
  max-width: 141px;
}

.mv-area .contents-area .text-area .img-area img:last-of-type {
  width: 100%;
}

.mv-area .contents-area .text-area h1 {
  position: relative;
  z-index: 3;
  font-size: clamp(16px, 1.56vw, 30px);
  color: var(--main-color);
}

.mv-area .contents-area .text-area h1 span {
  display: block;
  font-size: calc((18 / 30) * 1.0em);
  font-weight: 600;
  color: var(--sub-color);
}

.mv-area .contents-area .movie {
  width: calc((390 / 1030)*100%);
  max-height: 650px;
  overflow: hidden;
}

.mv-area .contents-area .movie video {
  width: 100%;
}

/*tb*/
@media screen and (max-width:1024px) {
  .logo {
    top: 50px;
  }

  .mv-area .contents-area .text-area {
    width: calc((700 / 1030)*100%);
  }

  .mv-area .contents-area .text-area h1 {
    font-size: 16px;
  }

  .mv-area .contents-area .text-area .img-area {
    z-index: -1;
    right: -4%;
    width: calc((360 / 700)*100%);
  }

}

@media screen and (max-width:899px) {
  .mv-area .contents-area .text-area h1 {
    font-size: 16px;
  }

  .mv-area .contents-area .text-area a.mv-btn {
    font-size: 14px;
    padding: calc((10 / 20) * 1.0em) 45px;
    margin-top: clamp(10px, 1.04vw, 20px);
  }
}

@media screen and (max-width:767px) {
  header .logo {
    top: 20px;
    left: 3%;
    width: 152px;
    z-index: 4;
  }

  .mv-area {
    aspect-ratio: 32 /15;
  }

  .mv-area .contents-area {
    flex-direction: column-reverse;
    align-items: center;
    justify-content: center;
    width: 85%;
    padding: 40px 0 20px;
    margin: auto;
    height: auto;
    min-height: calc(100vh - 135px);
  }

  .mv-area .contents-area .text-area .img-area {
    z-index: 2;
    width: 55%;
    right: -46px;
  }

  .mv-area .contents-area .text-area {
    width: 100%;
    margin-top: 20px;
    margin-bottom: 0;
  }

  .mv-area .contents-area .text-area h1 {
    font-size: 19px;
  }

  .mv-area .contents-area .movie {
    width: 74%;
    margin: 0 auto;
  }
}

@media screen and (min-width:768px) and (max-width:899px) {
  .mv-area .contents-area .text-area .img-area {
    z-index: 2;
    width: 55%;
    right: -46px;
  }
}

@media screen and (max-width:599px) {
  header .logo {
    top: 12px;
    width: 110px;
  }


  .mv-area {
    position: relative;
    z-index: 3;
  }

  .mv-area .contents-area {
    min-height: calc(100vh - 233px);
    padding: 50px 0 20px;
  }

  .mv-area .contents-area .text-area {
    margin-top: 10px;
    margin-bottom: 0;
  }

  .mv-area .contents-area .text-area h1 {
    font-size: 17px;
  }

  .mv-area .contents-area .text-area .img-area {
    width: 45%;
    right: -27px;
    bottom: -3px;
  }

}

/*=====================================
*message-sec
=======================================*/
article.message-sec {
  padding: 100px 0 110px;
}

article.message-sec .contents-area {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

article.message-sec .contents-area .text-area {
  width: calc((705 / 1260) * 100%);
}

article.message-sec .contents-area .text-area h2 {
  width: fit-content;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0.01em;
}

article.message-sec .contents-area .text-area h2 span {
  display: block;
  width: calc((75 / 278) * 100%);
  height: 3px;
  margin-top: 1.0em;
  margin-bottom: calc((17 / 18) * 1.0em);
  background-color: var(--deco-color);
}

article.message-sec .contents-area .text-area p {
  font-size: 18px;
  letter-spacing: -0.03em;
  line-height: 2.0;
}

article.message-sec .contents-area .text-area .text-link {
  position: relative;
  display: flex;
  align-items: center;
  width: fit-content;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.0;
  color: #82655d;
  padding: 0 4px;
  margin-top: calc((41 / 20) * 1.0em);
  margin-left: auto;
  transition: 0.3s ease-in-out;
}

article.message-sec .contents-area .text-area .text-link::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 100%;
  height: 1px;
  background-color: #82655d;
  transition: 0.3s ease-in-out;
  transform-origin: right;
}

@media (any-hover:hover) {
  article.message-sec .contents-area .text-area .text-link:hover {
    opacity: 0.75;
  }

  article.message-sec .contents-area .text-area .text-link:hover::after {
    transform: scale(0, 1);
  }
}

article.message-sec .contents-area .text-area .text-link span {
  display: block;
  width: 6px;
  height: 13px;
  margin-left: 12px;
  background-color: #82655d;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
}

article.message-sec .contents-area .img-area {
  width: calc((524 / 1260) * 100%);
}

article.message-sec .contents-area .img-area .name {
  font-size: 28px;
  line-height: 1.0;
  letter-spacing: 0.01em;
  text-align: center;
  margin-top: calc((16 / 28) * 1.0em);
}

article.message-sec .contents-area .img-area .name span {
  display: block;
  font-size: calc((18 / 28) * 1.0em);
  margin-bottom: 13px;
}

/*tb*/
@media screen and (max-width:899px) {
  article.message-sec .contents-area .img-area .name {
    font-size: 20px;
  }

  article.message-sec .contents-area .text-area h2 {
    font-size: 15px;
  }

  article.message-sec .contents-area .text-area p {
    font-size: 15px;
  }

  article.message-sec .contents-area .text-area .text-link {
    font-size: 17px;
  }
}

@media screen and (max-width:767px) {
  article.message-sec .contents-area {
    flex-direction: column;
    align-items: flex-start;
  }

  article.message-sec .contents-area>* {
    width: 100% !important;
  }

  article.message-sec .contents-area .img-area {
    text-align: center;
    margin: 25px auto 0;
  }
}


/*sp*/
@media screen and (max-width:599px) {
  article.message-sec {
    padding: 60px 0 110px;
  }


  article.message-sec .contents-area .text-area h2 {
    font-size: 20px;
  }

  article.message-sec .contents-area .text-area p {
    font-size: 16px;
  }
}

/*=====================================
*about-sec
=======================================*/
.about-sec {
  padding-top: 43px;
}

.about-sec .contents-area {
  display: flex;
  justify-content: space-between;
}

.about-sec .contents-area.reverse {
  flex-direction: row-reverse;
}

.about-sec .contents-area .img-area {
  width: calc((597 / 1260) * 100%);
}

.about-sec .contents-area .text-area {
  width: calc((611 / 1260) * 100%);
  color: var(--main-color);
}

.about-sec .contents-area .text-area {
  font-size: clamp(17px, 1.04vw, 20px);
  letter-spacing: 0.01em;
  margin-top: calc((37 / 20) * 1.0em);
}

.about-sec .contents-area .text-area h2 {
  font-weight: 600;
}

.about-sec .contents-area .text-area h2 span.hd-line {
  background-image: linear-gradient(to bottom, transparent 78%, var(--deco-color) 78% 100%);
}

.about-sec .contents-area .text-area p.catch {
  font-weight: 500;
  font-size: calc((18 / 20) * 1.0em);
  margin: calc((20.5/ 20) * 1.0em) 0 calc((6.5/ 20) * 1.0em);
}

.about-sec .contents-area .text-area p:not(.catch) {
  font-size: calc((16 / 20) * 1.0em);
  letter-spacing: -0.03em;
  line-height: 2.0;
  opacity: 0.9;
}

.about-sec .contents-area .text-area h2+p:not(.catch) {
  margin-top: calc((22 / 16) * 1.0em);
}

/*tb*/
@media screen and (max-width:1024px) {
  .about-sec.has-bg {
    padding-bottom: 25px;
    background-image: linear-gradient(to bottom, #c3b5ac 87%, var(--bg-color) 87% 100%);
  }

  .about-sec .contents-area .img-area {
    width: 40%;
  }

  .about-sec .contents-area .text-area {
    width: 58%;
    font-size: 16px;
    margin-top: 10px;
  }
}

@media screen and (max-width:899px) {
  .about-sec .contents-area {
    flex-direction: column-reverse !important;
    gap: 25px;
  }

  .about-sec .contents-area .img-area {
    width: 100%;

  }

  .about-sec .contents-area .text-area {
    width: 100%;
    font-size: 18px;
  }

  .about-sec .contents-area .text-area p.catch {
    font-weight: 600;
  }
}

/*sp*/
@media screen and (max-width:599px) {
  .about-sec .contents-area .text-area {
    font-size: 20px;
  }

  .about-sec .contents-area .text-area p.catch {
    font-size: 18px;
  }

  .about-sec .contents-area .text-area p:not(.catch) {
    font-size: 16px;
  }
}

/*=====================================
*point-sec
=======================================*/
.point-sec {
  padding-top: 114px;
}

.point-sec .contents-area h2 {
  position: relative;
  width: fit-content;
  font-size: 25px;
  font-weight: 600;
  padding: 0 1.0em calc((24 / 30) * 1.0em) 1.0em;
  margin: 0 auto 55px;
  border-bottom: 1px solid #555;
}

.point-sec .contents-area h2::before {
  content: "";
  position: absolute;
  z-index: 1;
  left: 50%;
  bottom: -9px;
  transform: translate(-50%, -50%);
  width: calc((38 / 448) * 100%);
  height: 9px;
  background-color: var(--bg-color);
}

.point-sec .contents-area h2::after {
  content: "";
  position: absolute;
  z-index: 1;
  left: 50%;
  bottom: -1px;
  transform: translate(-50%, -50%) rotate(51deg);

  width: calc((30 / 448) * 100%);
  height: 1px;
  background-color: #555;
}

.point-sec .contents-area .point-cont {
  position: relative;
  display: flex;
  align-items: center;
  gap: calc((40 / 1260) * 100%);
  padding: 45px 60px 45px 40px;
  border: 1px solid var(--main-color);
  border-radius: 8px;
  background-color: #fff;
}

.point-sec .contents-area .point-cont+.point-cont {
  margin-top: 40px;
}

.point-sec .contents-area .point-cont .img-area {
  position: relative;
  width: calc((535 / 1160) * 100%);
}

.point-sec .contents-area .point-cont .img-area img:first-of-type {
  position: absolute;
  top: -21px;
  left: -23px;
}

.point-sec .contents-area .point-cont .text-area {
  position: relative;
  z-index: 2;
  width: calc((582 / 1160) * 100%);
}

.point-sec .contents-area .point-cont .text-area h3 {
  font-size: 20px;
  font-weight: 600;
  color: var(--main-color);
  padding: 0 calc((5 / 20) * 1.0em);
  letter-spacing: 0.01em;
  margin-bottom: 1.0em;
}

.point-sec .contents-area .point-cont .text-area h3 span.hd-line {
  position: relative;
  z-index: 1;
}

.point-sec .contents-area .point-cont .text-area h3 span.hd-line::after {
  content: "";
  position: absolute;
  z-index: -1;
  left: calc((5 / 20) * -1.0em);
  bottom: 0;
  width: 100%;
  height: 100%;
  padding: 0 calc((5 / 20) * 1.0em);
  background-image: linear-gradient(to bottom, transparent 78%, #f5db00 78% 100%);
}

.point-sec .contents-area .point-cont .text-area :is(p, ul li) {
  font-size: 14px;
  letter-spacing: -0.03em;
}

.point-sec .contents-area .point-cont .text-area li {
  display: flex;
}

.point-sec .contents-area .point-cont .text-area li span {
  font-weight: 600;
  min-width: fit-content;
}

.point-sec .contents-area .point-cont .text-area :is(strong, span) {
  color: var(--main-color);
}

.point-sec .contents-area .point-cont>img {
  position: absolute;
  z-index: 1;
  right: calc((24 / 1260) * 100%);
  bottom: calc((24 / 400) * 100%);
}

/*tb*/
@media screen and (max-width:1024px) {
  .point-sec .contents-area .point-cont {
    gap: 3%;
    padding: 40px 35px;
  }

  .point-sec .contents-area .point-cont .img-area {
    width: 40%;
  }

  .point-sec .contents-area .point-cont .img-area img:first-of-type {
    transform-origin: left top;
    transform: scale(0.85);
  }

  .point-sec .contents-area .point-cont .text-area {
    width: 55%;
  }

  .point-sec .contents-area .point-cont .text-area h3 {
    font-size: 16px;
  }

  .point-sec .contents-area .point-cont>img {
    transform-origin: right bottom;
    transform: scale(0.75);
  }
}


@media screen and (max-width:899px) {
  .point-sec .contents-area .point-cont {
    flex-direction: column;
    gap: 25px;
  }

  .point-sec .contents-area .point-cont .img-area {
    width: 69%;
  }

  .point-sec .contents-area .point-cont .text-area {
    width: 69%;
  }
}

/*sp*/
@media screen and (max-width:599px) {
  .point-sec .contents-area h2 {
    font-size: 20px;
  }

  .point-sec .contents-area .point-cont {
    gap: 15px;
    padding: 40px 18px;
  }

  .point-sec .contents-area .point-cont>img {
    bottom: 10px;
  }

  .point-sec .contents-area .point-cont .img-area {
    width: 100%;
  }

  .point-sec .contents-area .point-cont .img-area img:first-of-type {
    top: -23px;
    left: -9px;
  }

  .point-sec .contents-area .point-cont .text-area {
    width: 100%;
  }

  .point-sec .contents-area .point-cont .text-area h3 {
    font-size: 18px;
  }

  .point-sec .contents-area .point-cont .text-area :is(p, ul li) {
    font-size: 16px;
  }

  .point-sec .contents-area .point-cont .text-area ul li {
    flex-direction: column;
    font-size: 14px;
  }

  .point-sec .contents-area .point-cont .text-area ul li+li {
    margin-top: 5px;
  }

  .point-sec .contents-area .point-cont .text-area li span {
    font-size: 16px;
  }
}

/*=====================================
*product-sec
=======================================*/
.product-sec {
  padding-top: 120px;
}

.product-sec .hd-area {
  text-align: center;
  margin-bottom: 65px;
}

.product-sec .hd-area h2 {
  font-size: 21px;
  font-weight: 700;
  color: var(--main-color);
  margin-top: 7px;
}

.product-sec .product-cont {
  display: flex;
  align-items: center;
  gap: calc((90 / 1085) * 100%);
  padding: 65px 105px 65px 70px;
  background-color: #e2dad3;
}

.product-sec .product-cont+.product-cont {
  margin-top: 40px;
}

.product-sec .product-cont .img-area {
  width: calc((414 / 1085) * 100%);
  text-align: center;
}

.product-sec .product-cont .img-area p {
  font-size: 16px;
  color: var(--main-color);
  margin-top: 11px;
}

.product-sec .product-cont .text-area {
  width: calc((578 / 1085) * 100%);
}

.product-sec .product-cont .price-cont .flex {
  display: flex;
  align-items: center;
  gap: calc((25 / 578) * 100%);
}

.product-sec .product-cont .price-cont .flex.end {
  align-items: flex-end;
}

.product-sec .product-cont h3 {
  font-size: clamp(22px, 1.56vw, 30px);
  font-weight: 400;
  margin-bottom: 1.0em;
  color: var(--main-color);
}

.product-sec .product-cont .text-area .price-cont .left {
  min-width: calc((124 / 578) * 100%);
}

.product-sec .product-cont .text-area .price-cont>.flex.end {
  gap: 0;
}

.product-sec .product-cont .text-area .price-cont .right {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
}

.product-sec .product-cont .text-area .price-cont {
  font-weight: 600;
}

.product-sec .product-cont .text-area .price-cont>span:first-of-type {
  display: block;
  font-size: clamp(20px, 1.3vw, 25px);
  color: var(--main-color);
  line-height: 1.0;
  margin-bottom: -8px;
}

.product-sec .product-cont .text-area .price-cont span.tax {
  font-size: clamp(20px, 1.3vw, 25px);
}

.product-sec .product-cont .text-area .price-cont .price {
  font-size: 100px;
  font-size: clamp(80px, 5.21vw, 100px);
  font-family: "Barlow";
  font-weight: 600;
  color: #f07557;
  line-height: 1.0;
}

.product-sec .product-cont .text-area .price-cont .price span {
  font-family: "ZenKaku Gothic NEW";
  font-size: 0.5em;
}

.product-sec .product-cont .text-area .price-cont .regular-price {
  width: 100%;
  line-height: 1.0;
}

.product-sec .product-cont .text-area .price-cont .regular-price {
  display: flex;
  align-items: flex-end;
  font-size: clamp(14px, 1.35vw, 26px);
}

.product-sec .product-cont .text-area .price-cont .regular-price p {
  font-size: 1.0em;
  font-weight: 500;
}

.product-sec .product-cont .text-area .price-cont .regular-price .price-wrapper {
  position: relative;
  display: flex;
  align-items: flex-end;
  padding-left: 12px;
}

.product-sec .product-cont .text-area .price-cont .regular-price .price-wrapper::before {
  content: "";
  position: absolute;
  top: calc(50% + 5px);
  left: calc(50% + 5px);
  transform: translate(-50%, -50%);
  width: calc(100% + 2px);
  height: 1px;
  background-color: var(--main-color);
}

.product-sec .product-cont .text-area .price-cont .regular-price .price {
  font-size: calc((40 / 26) * 1.0em);
  font-weight: 600;
  color: #b8a8a5;
  margin-bottom: calc((3 / 26) * -1.0em);
}

.product-sec .product-cont .text-area .price-cont .regular-price .tax {
  font-size: 0.5em;
  color: #b8a8a5;
}

.product-sec .product-cont .text-area .product-btn {
  width: fit-content;
  margin-top: 35px;
}

.product-sec .product-cont .text-area .product-btn p {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
  font-size: clamp(14px, 1.04vw, 20px);
  font-weight: 600;
  color: #68504a;
}

.product-sec .product-cont .text-area .product-btn p span {
  width: 2px;
  height: 1.0em;
  background-color: #68504a;
}

.product-sec .product-cont .text-area .product-btn p span:first-of-type {
  transform: rotate(-20deg);
}

.product-sec .product-cont .text-area .product-btn p span:last-of-type {
  transform: rotate(20deg);
}

.product-sec .product-cont .text-area .product-btn a {
  display: flex;
  width: fit-content;
  font-size: clamp(18px, 1.25vw, 24px);
  font-weight: 700;
  line-height: 1.0;
  color: #fff;
  padding: calc((20 / 24) * 1.0em) calc((85 / 24) * 1.0em);
  background-color: var(--main-color);
  border: 1px solid var(--main-color);
  border-radius: 50px;
  transition: 0.3s ease-in-out;
}

@media (any-hover:hover) {
  .product-sec .product-cont .text-area .product-btn a:hover {
    color: var(--main-color);
    background-color: #fff;
  }
}

.product-sec .product-cont .text-area .price-cont>p {
  font-size: 11px;
  font-weight: 600;
  line-height: 1.8;
  color: #73605c;
  margin-top: calc((33 / 11) * 1.0em);
}

/*tb*/
@media screen and (max-width:1024px) {
  .product-sec .product-cont {
    gap: 5%;
    padding: 55px;
  }

  .product-sec .product-cont .img-area {
    width: 30%;
  }


  .product-sec .product-cont .text-area {
    width: 65%;
  }
}

@media screen and (max-width:899px) {
  .product-sec .product-cont h3 {
    text-align: center;
  }

  .product-sec .product-cont {
    flex-direction: column;
    gap: 0;
    padding: 50px;
    border-radius: 7.5px;
  }

  .product-sec .product-cont .img-area {
    width: 100%;
  }

  .product-sec .product-cont .text-area {
    width: fit-content;
  }

  .product-sec .product-cont .text-area .price-cont {
    width: fit-content;
    margin: 35px auto 0;
  }

  .product-sec .product-cont .text-area .price-cont .left {
    min-width: fit-content;
  }

  .product-sec .product-cont .price-cont .flex {
    gap: 15px;
    width: fit-content;
    margin: auto;
  }

  .product-sec .product-cont .text-area .price-cont .right {
    position: relative;
  }

  .product-sec .product-cont .text-area .price-cont .regular-price {
    position: absolute;
    top: -16px;
    width: fit-content;
  }

  .product-sec .product-cont .text-area .product-btn {
    margin: 35px auto 0;
  }

}

/*sp*/
@media screen and (max-width:599px) {

  .product-sec .hd-area {
    margin-bottom: 35px;
  }

  .product-sec .hd-area img {
    max-width: 220px;
  }

  .product-sec .product-cont {
    padding: 50px 20px;
  }

  .product-sec .product-cont .img-area {
    width: 80%;
  }

  .product-sec .hd-area+.product-cont .img-area img {
    max-height: 250px;
  }

  .product-sec .product-cont .text-area .price-cont>span:first-of-type {
    margin-bottom: 0;
  }

  .product-sec .product-cont .text-area .price-cont .left {
    max-width: 80px;
    min-width: auto;
  }

  .product-sec .product-cont .price-cont .flex {
    gap: 6px;
  }

  .product-sec .product-cont .text-area .price-cont .price {
    font-size: 60px;
  }

  .product-sec .product-cont .text-area .price-cont span.tax {
    font-size: 15px;
  }
}

/*=====================================
*merit-sec
=======================================*/
.merit-sec {
  padding-top: 120px;
}

.merit-sec .contents-area {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.merit-sec .contents-area .img-area {
  width: calc((454 / 1260) * 100%);
}

.merit-sec .contents-area .text-area {
  width: calc((753 / 1260) * 100%);
  color: var(--main-color);
}

.merit-sec .contents-area .text-area h2 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: calc((22 / 20) * 1.0em);
}

.merit-sec .contents-area .text-area h2 span {
  font-size: calc((25 / 20) * 1.0em);
}

/*tb*/
@media screen and (max-width:899px) {
  .merit-sec .contents-area {
    flex-direction: column-reverse;
    gap: 30px;
  }

  .merit-sec .contents-area .img-area {
    width: 100%;
    text-align: center;
  }

  .merit-sec .contents-area .text-area {
    width: 100%;
  }

  .merit-sec .contents-area .text-area h2 {
    text-align: center;
  }

  .merit-sec .contents-area .text-area p {
    font-size: 16px;
  }
}

/*=====================================
*ingredient-sec
=======================================*/
.ingredient-sec {
  padding-top: 90px;
  padding-bottom: 120px;
}

.ingredient-sec h2 {
  font-size: 25px;
  font-weight: 700;
  text-align: center;
  color: var(--main-color);
  margin-bottom: 40px;
}

.ingredient-sec .wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: calc((50 / 970) * 100%);
  width: calc((970 / 1260) * 100%);
  margin: auto;
}

.ingredient-sec .wrapper .cont {
  position: relative;
  padding: 35px 20px 27px;
  border: solid 1px var(--main-color);
  border-radius: 8px;
}

.ingredient-sec .wrapper .cont h3 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 3px;
  color: #333;
}

.ingredient-sec .wrapper .cont p {
  position: relative;
  z-index: 2;
  font-size: 16px;
  letter-spacing: 0.01em;
  line-height: 2.0;
}

.ingredient-sec .wrapper .cont img {
  position: absolute;
  z-index: 1;
  right: 8px;
  bottom: 10px;
}


@media screen and (max-width:1260px) {
  .ingredient-sec .wrapper {
    gap: calc((50 / 1260) * 100%);
    width: 100%;
  }
}

/*sp*/
@media screen and (max-width:599px) {
  .ingredient-sec h2 {
    font-size: 20px;
  }

  .ingredient-sec .wrapper {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .ingredient-sec .wrapper .cont h3 {
    font-size: 18px;
  }
}

/*=====================================
*worries-sec
=======================================*/
.worries-sec {
  padding-top: 120px;
  text-align: center;
}

.worries-sec h2 {
  font-size: 30px;
  font-weight: 600;
  color: var(--main-color);
  margin-bottom: 62.5px;
}

/*sp*/
@media screen and (max-width:599px) {
  .worries-sec h2 {
    font-size: 20px;
    margin-bottom: 40px;
  }
}

/*=====================================
*feature-sec
=======================================*/
.feature-sec {
  margin-top: 120px;
  padding: 70px 0 0;
  background-color: #e2dad3;
}

.feature-sec .img-text {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1100px;
  margin: auto;
}

.feature-sec .img-text img {
  width: calc((466 / 1100) * 100%);
}

.feature-sec .img-text .text-area {
  width: calc((594 / 1100) * 100%);
}

.feature-sec .img-text .text-area h2 {
  font-size: 30px;
  font-weight: 700;
  margin-bottom: calc((30 / 40) * 1.0em);
  color: var(--main-color);
}

.feature-sec .img-text .text-area p {
  font-size: 20px;
  letter-spacing: 0.01em;
  color: var(--main-color);
}

.feature-sec .grid-cont {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  max-width: 1060px;
  margin: 37px auto 0;
}

.feature-sec .grid-cont .cont {
  position: relative;
  padding: 26px 25px 60px 25px;
  background-color: rgba(255, 255, 255, 0.8);
  border: 1px solid rgba(71, 55, 51, 0.8);
  border-radius: 8px;
}

.feature-sec .grid-cont .cont h2 {
  font-size: 16px;
  font-weight: 700;
  color: var(--main-color);
  margin-bottom: calc((11 / 16) * 1.0em);
}

.feature-sec .grid-cont .cont p {
  position: relative;
  z-index: 2;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.6;
  color: #555;
}

.feature-sec .grid-cont .cont img {
  position: absolute;
  z-index: 1;
  right: 10px;
  bottom: 15px;
}

.feature-sec .message-cont {
  width: fit-content;
  margin: auto;
  margin-top: 55px;
}

.feature-sec .message-cont p:nth-of-type(1) {
  font-size: 22px;
  font-weight: 500;
  text-align: center;
  color: var(--main-color);
  margin-top: calc((20 / 22) * 1.0em);
}

.feature-sec .message-cont .important-message {
  position: relative;
  z-index: 1;
}

.feature-sec .message-cont .important-message::after {
  content: "";
  position: absolute;
  z-index: 1;
  transform: translateX(-50%);
  left: 50%;
  bottom: 0;
  width: 100vw;
  height: 50%;
  background-color: var(--bg-color)
}

.feature-sec .message-cont .important-message p {
  position: relative;
  z-index: 2;
  font-size: 32px;
  font-weight: 700;
  text-align: center;
  color: var(--main-color);
  padding: calc((30 / 32) * 1.0em) calc((25 / 32) * 1.0em) calc((22 / 32) * 1.0em) calc((45 / 32) * 1.0em);
  border: 1px var(--main-color) solid;
  border-radius: 100px;
  background-color: #fff;
}

.feature-sec .message-cont .important-message p span.wrapper {
  background-image: linear-gradient(to bottom, transparent 78%, #ede11b 78% 94%, transparent 94% 100%);
}

.feature-sec .message-cont .important-message p span.wrapper span {
  position: relative;
}

.feature-sec .message-cont .important-message p span.wrapper span::before {
  content: "";
  position: absolute;
  top: -2px;
  left: 50%;
  transform: translateX(-50%);
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: var(--main-color);
}

/*tb*/
@media screen and (max-width:899px) {
  .feature-sec .img-text .text-area h2 {
    font-size: 20px;
  }

  .feature-sec .img-text .text-area p {
    font-size: 16px;
  }


  .feature-sec .message-cont p:nth-of-type(1) {
    font-size: 18px;
  }

  .feature-sec .message-cont .important-message p {
    font-size: 25px;
  }

}

/*sp*/
@media screen and (max-width:599px) {
  .feature-sec .img-text {
    flex-direction: column;
    gap: 25px
  }

  .feature-sec .img-text img {
    width: 100%;
    margin: auto;
  }

  .feature-sec .img-text .text-area {
    width: 100%;
  }

  .feature-sec .img-text .text-area h2 {
    text-align: center;
  }

  .feature-sec .img-text p br {
    display: none;
  }

  .feature-sec .grid-cont {
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
  }

  .feature-sec .grid-cont .cont h2 {
    font-size: 18px;
    font-weight: 700;
    color: var(--main-color);
    margin-bottom: calc((11 / 16) * 1.0em);
  }

  .feature-sec .grid-cont .cont p {
    font-size: 16px;
  }

  .feature-sec .message-cont p:nth-of-type(1) {
    font-size: 16px;
  }

  .feature-sec .message-cont .important-message p {
    font-size: 20px;
    padding: calc((30 / 32) * 1.0em) calc((12 / 32) * 1.0em) calc((22 / 32) * 1.0em) calc((32 / 32) * 1.0em);
  }
}

/*=====================================
*faq-sec
=======================================*/
.faq-sec {
  padding-top: 120px;
}

.faq-sec h2 {
  font-size: 30px;
  font-weight: 600;
  color: var(--main-color);
  text-align: center;
  margin-bottom: 62.5px;
}

.faq-sec .cont {
  font-size: 25px;
}

.faq-sec .cont .question {
  cursor: pointer;
  padding: calc((24 / 25) * 1.0em) 45px calc((24 / 25) * 1.0em) 15px;
  border-bottom: 1px solid #111;
}

.faq-sec .cont:first-of-type .question {
  padding-top: 0;
}

.faq-sec .cont .question span.btn {
  position: absolute;
  transform: translateY(-50%);
  top: 50%;
  right: 16px;
  width: 17px;
  height: 16px;
}

.faq-sec .cont .question.active span.btn {
  transform: translateY(-50%) rotate(-180deg);
}


.faq-sec .cont .question span.btn span {
  position: absolute;
  top: 50%;
  width: 11px;
  height: 1px;
  background-color: #111;
}

.faq-sec .cont .question span.btn span:first-of-type {
  left: 0;
  transform: rotate(45deg);
}

.faq-sec .cont .question span.btn span:last-of-type {
  right: -1px;
  transform: rotate(-45deg);
}

.faq-sec .cont .question {
  position: relative;
  display: flex;
  align-items: center;
  gap: 14px;
}

.faq-sec .cont .answer {
  display: none;
  font-size: calc((18 / 25) * 1.0em);
  font-weight: 400;
  padding: calc((25.5 / 18) * 1.0em) 15px;
  background-color: #fff;
}

.faq-sec .cont .answer .answer-cont {
  display: flex;
  align-items: center;
  gap: 14px;
}

.faq-sec .cont:first-of-type .answer {
  display: block;
}

.faq-sec .cont :is(.question, .answer) span:not(.btn) {
  font-size: 25px;
  font-weight: 500;
  min-width: fit-content;
  color: #111;
}

/*sp*/
@media screen and (max-width:599px) {
  .faq-sec h2 {
    font-size: 20px;
    margin-bottom: 40px;
  }

  .faq-sec .cont {
    font-size: 16px;
  }

  .faq-sec .cont :is(.question, .answer) span:not(.btn) {
    font-size: 18px;
  }
}

/*=====================================
*
*pagetop
*
=======================================*/
.pagetop {
  position: fixed;
  right: 25px;
  bottom: 10px;
  cursor: pointer;
}

.pagetop img {
  filter: drop-shadow(0px 0px 2px rgba(255, 255, 255, 1.0));
}

/*sp*/
@media screen and (max-width:599px) {
  .pagetop {
    z-index: 2;
    transform: scale(0.75);
    transform-origin: bottom right;
  }
}

/*=====================================
*
*footer
*
=======================================*/
footer {
  position: relative;
  padding-top: 40px;
  margin-top: 120px;
  padding-bottom: 26px;
  background-color: #fff;
}

footer .foot-cont {
  display: flex;
  justify-content: space-between;
}

footer .foot-cont .menu-area {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: calc((115 / 338) * 100%);
  width: auto;
}

footer .foot-cont ul li+li {
  margin-top: calc((22 / 16) * 1.0em);
}

footer .foot-cont ul li a {
  display: block;
  width: fit-content;
  font-size: 16px;
  font-weight: 400;
  color: #111;
  white-space: nowrap;
  transition: ease-in-out 0.3s;
}

footer .foot-cont ul li>ul>li {
  margin-top: calc((13 / 14) * 1.0em);
}

footer .foot-cont ul li>ul>li a {
  font-size: 14px;
  color: #333;
  margin-left: calc((14 / 20) * 1.0em);
}

footer .foot-cont .insta {
  transition: ease-in-out 0.3s;
}

footer .foot-cont2 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 30px;
}

footer .foot-cont2 ul {
  display: flex;
  gap: calc((40 / 16) * 1.0em);
}

footer .foot-cont2 a {
  font-size: 16px;
  color: #333;
  transition: ease-in-out 0.3s;
}

footer .foot-cont2 p {
  font-size: 14px;
}


@media (any-hover:hover) {
  footer .foot-cont ul li a:hover {
    opacity: 0.7;
  }

  footer .foot-cont2 a:hover {
    opacity: 0.7;
  }

  footer .foot-cont .insta:hover {
    opacity: 0.7;
  }
}

/*tb*/
@media screen and (max-width:899px) {
  footer {
    position: relative;
  }

  footer .insta {
    position: absolute;
    top: 40px;
    right: 3%;
  }


  footer .foot-cont {
    display: block;
  }

  footer .foot-cont .menu-area {
    display: block;
  }

  footer .foot-cont ul+ul {
    margin-top: calc((22 / 16) * 1.0em);
  }

  footer .foot-cont2 {
    display: block;
    margin-top: calc((22 / 16) * 1.0em);
    font-weight: 400;
  }

  footer .foot-cont2 ul {
    display: block;
    margin-top: calc((22 / 16) * 1.0em);
  }

  footer .foot-cont2 ul li+li {
    margin-top: calc((22 / 16) * 1.0em);
  }

  footer .foot-cont2 p.copyright {
    text-align: center;
    margin-top: calc((22 / 16) * 1.0em);
  }

}

/*=====================================
*
*pc&tablet&spのnone処理
*
=======================================*/
/*=====================================
*pcのみ
=======================================*/
@media screen and (min-width: 1025px) {
  .pcnone {
    display: none;
  }
}

/*=====================================
*tablet用
=======================================*/
@media screen and (max-width: 1024px) and (min-width: 415px) {
  .tabnone {
    display: none;
  }
}

/*=====================================
*sp用
=======================================*/
@media screen and (max-width:414px) {
  .spnone {
    display: none;
  }
}