@charset "UTF-8";
main {
  max-width: 375px;
  margin: 2% auto 0;
  box-shadow: 0px 0px 14px 14px rgba(225, 180, 171, 0.3);
  border-radius: 20px 20px 0 0;
}
@media screen and (max-width: 768px) {
  main {
    margin-top: 0;
    max-width: 430px;
    border-radius: 0;
    overflow: hidden;
  }
}

.header_inner_sp {
  display: flex;
  justify-content: space-between;
  padding: 4.3% 5.7%;
  background-color: #fff;
  border-radius: 20px 20px 0 0;
  position: relative;
}
@media screen and (max-width: 768px) {
  .header_inner_sp {
    border-radius: 0;
  }
}
.header_inner_sp .sns_container_1 {
  width: 30%;
}
.header_inner_sp .sns_container_2 {
  width: 23%;
  display: flex;
  justify-content: space-between;
  align-items: baseline;
}
.header_inner_sp .sns_container_2 a {
  width: 35%;
}

.header_inner_pc_left-up {
  position: fixed;
  top: 5%;
  left: 3%;
}
@media screen and (max-width: 768px) {
  .header_inner_pc_left-up {
    display: none;
  }
}
.header_inner_pc_left-up img {
  width: 50%;
  min-width: 150px;
}
@media screen and (max-width: 1280px) {
  .header_inner_pc_left-up img {
    width: 40%;
    min-width: 130px;
  }
}
.header_inner_pc_left-up p {
  font-size: 14px;
  color: #ef2c5f;
  line-height: 2;
  font-weight: 700;
  margin: 5% auto 0;
}
@media screen and (max-width: 1280px) {
  .header_inner_pc_left-up p {
    font-size: 12px;
  }
}

.header_inner_pc_left-down {
  position: fixed;
  top: 30%;
  left: 15%;
  width: 15%;
  min-width: 210px;
}
@media screen and (max-width: 1280px) {
  .header_inner_pc_left-down {
    left: 8%;
  }
}
@media screen and (max-width: 900px) {
  .header_inner_pc_left-down {
    left: 3%;
  }
}
@media screen and (max-width: 768px) {
  .header_inner_pc_left-down {
    display: none;
  }
}
.header_inner_pc_left-down .global_menu ul li {
  margin-bottom: 10%;
  transition: 0.3s;
}
.header_inner_pc_left-down .global_menu ul li:hover {
  opacity: 0.5;
}
.header_inner_pc_left-down .global_menu ul li a {
  display: flex;
  align-items: center;
  opacity: 0.5;
  transition: 0.3s;
}
.header_inner_pc_left-down .global_menu ul li a.active {
  opacity: 1;
}
.header_inner_pc_left-down .global_menu ul li a img {
  width: 16px;
}
.header_inner_pc_left-down .global_menu ul li a span {
  display: inline-block;
  margin: 3% 0 0 15%;
  font-size: 20px;
  color: #ef2c5f;
  font-weight: 700;
}
@media screen and (max-width: 1280px) {
  .header_inner_pc_left-down .global_menu ul li a span {
    font-size: 14px;
  }
}

.header_inner_pc_right {
  position: fixed;
  width: 12%;
  min-width: 150px;
  top: 35%;
  right: 15%;
  color: #ef2c5f;
}
@media screen and (max-width: 1280px) {
  .header_inner_pc_right {
    right: 8%;
  }
}
@media screen and (max-width: 900px) {
  .header_inner_pc_right {
    right: 3%;
  }
}
@media screen and (max-width: 768px) {
  .header_inner_pc_right {
    display: none;
  }
}
.header_inner_pc_right span {
  font-size: 12px;
  font-weight: 500;
  display: block;
  text-align: center;
}
.header_inner_pc_right p {
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 2px;
  margin: 2% auto 5%;
}
.header_inner_pc_right .flex {
  display: flex;
  justify-content: center;
}
.header_inner_pc_right .flex a {
  width: 20%;
}
.header_inner_pc_right .flex a:first-child {
  margin-right: 15%;
}
.header_inner_pc_right .flex a img {
  width: 100%;
}
.header_inner_pc_right .qr_code {
  display: block;
  margin: 5% auto;
  width: 70%;
}

.be_real_pc1 {
  position: fixed;
  bottom: -11%;
  left: 15%;
  width: 28%;
  z-index: -1;
  max-width: 500px;
  transform: rotate(-50deg);
}
@media screen and (max-width: 1280px) {
  .be_real_pc1 {
    left: 12%;
    width: 25%;
  }
}

.be_real_pc2 {
  position: fixed;
  top: -8%;
  right: 24%;
  width: 25%;
  max-width: 500px;
}
@media screen and (max-width: 1280px) {
  .be_real_pc2 {
    right: 12%;
    width: 25%;
  }
}

.FV_inner {
  position: relative;
  overflow: hidden;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  .FV_inner {
    height: 100%;
  }
}
.FV_inner video,
.FV_inner img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.product {
  background: url(../img/secondview_bg.png) no-repeat center bottom/100% 125%;
  padding: 7% 0 7% 0;
  margin-top: -7%;
  position: relative;
}
/* .product::after {
  content: "";
  width: 30%;
  height: 10%;
  background: url(../img/be-real_fv.svg) no-repeat center center/contain;
  position: absolute;
  bottom: 89.5%;
  right: 1%;
  transform: rotate(8deg);
} */
.product .catch {
  color: #ef2c5f;
  font-family: "A1ゴシック M", "A1ゴシック B", "Noto Sans JP";
  font-weight: 500;
  font-size: min(4.8vw, 18px);
  text-align: center;
  margin: 0 auto;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
}
.product .catch.large {
  font-size: min(8.5vw, 32px);
  margin-top: 4%;
}
.product .catch .marker {
  background: linear-gradient(transparent 60%, rgb(255, 255, 255) 50%) no-repeat;
  background-size: 0% 100%;
  display: block;
  font-weight: 500;
  font-family: "A1ゴシック M";
}
.product .catch .marker.underLine {
  background-size: 100% 100%;
  transition: background-size 1.3s;
  transition-delay: 0.3s;
  font-weight: 500;
}
.product .campaign_img {
  margin: 6.6% auto;
}
.product h3 {
  text-align: center;
}
.product h3 .flex {
  display: flex;
  justify-content: center;
  margin: 2% auto 0;
}
.product h3 span.small {
  font-size: min(4.8vw, 18px);
  color: #f384a1;
}
.product h3 span.strong {
  font-size: min(8.5vw, 32px);
  letter-spacing: 1.5px;
  color: #ef2c5f;
  text-align: center;
  font-weight: 700;
  display: inline-block;
  margin: 0 2%;
}
.product h3 span.light {
  font-size: min(17vw, 63px);
  letter-spacing: 1.5px;
  color: #f384a1;
  text-align: center;
  font-weight: 500;
}
.product .product_img_container {
  background: url(../img/product_bg_240717.png) no-repeat center center/contain;
  text-align: center;
  padding: 19% 0;
  margin-top: -7%;
}
.product .product_img_container img {
  width: 50%;
}
.product .product_name_en {
  font-size: min(6.4vw, 24px);
  text-align: center;
  font-weight: 700;
  color: #ef2c5f;
  letter-spacing: 1.5px;
}
.product .product_name_jp {
  font-size: min(4.3vw, 16px);
  text-align: center;
  font-weight: 500;
  letter-spacing: 2px;
  margin: 3% auto;
}
.product .price_container {
  display: flex;
  justify-content: space-between;
  width: 80%;
  margin: 0 auto 8%;
}
.product .price_container .price_jp {
  display: inline-block;
  padding: 1.5% 5.3%;
  background: #fff;
  font-size: min(4vw, 14px);
  letter-spacing: 1.5px;
  font-weight: 500;
  font-family: "A1ゴシック M";
}
.product .price_container .price {
  font-size: min(6vw, 21px);
  letter-spacing: 1.5px;
  font-weight: 500;
  font-family: "A1ゴシック M";
}
.product .price_container .price span {
  font-size: min(3.2vw, 12px);
}
.product button {
  border: 3px solid #ef2c5f;
  border-radius: 100px;
  display: block;
  width: 85%;
  margin: 0 auto;
  box-shadow: 14px 14px 14px 0 rgba(212, 137, 90, 0.25);
}
.product button.CTA_rakuten, .product button.CTA_amazon {
  transition: 0.3s;
}
.product button.CTA_rakuten:hover, .product button.CTA_amazon:hover {
  opacity: 0.5;
}
.product button.CTA_rakuten {
  background-color: #ef2c5f;
}
.product button.CTA_rakuten a {
  color: #fff;
  font-weight: 500;
  font-family: "A1ゴシック M", "A1ゴシック B", "Noto Sans JP";
}
.product button.CTA_amazon {
  background-color: #fff;
}
.product button.CTA_amazon a {
  color: #ef2c5f;
  font-weight: 500;
  font-family: "A1ゴシック M", "A1ゴシック B", "Noto Sans JP";
}
.product button a {
  font-size: min(4.8vw, 18px);
  display: block;
  padding: 6.4% 0;
  letter-spacing: 1.5px;
}
.product button:nth-of-type(n + 2) {
  margin-top: 4%;
}
.product .pdf_download {
  font-size: min(4vw, 15px);
  display: block;
  width: 61%;
  margin: 10% auto 3%;
  color: #b39895;
  text-align: center;
  letter-spacing: 1.7px;
  border-bottom: 2px solid #b39895;
  padding-bottom: 2%;
}
.product .pdf_download img {
  width: 6%;
}

.what {
  margin-top: -13%;
  background-image: url(../img/whatsmagpic_bg2.png);
  background-repeat: no-repeat;
  background-size: 100% 106.7%;
  padding: 36% 0 35% 0;
  position: relative;
}
.what h2 {
  width: 50%;
  margin: 0 auto;
}
.what p {
  font-size: min(4vw, 15px);
  text-align: center;
  color: #fff;
  letter-spacing: 1.5px;
  line-height: 1.5;
  margin: 3% auto;
  font-weight: 400;
}
.what .what_img_container {
  padding: 3% 0;
  background: url(../img/);
  position: relative;
}
.what .what_img_container .product_img {
  position: relative;
  z-index: 1;
  width: 70%;
  display: block;
  margin: 0 auto;
}
.what .what_img_container .feature_1 {
  position: absolute;
  width: 27%;
  top: 5%;
  right: 13%;
  z-index: 2;
}
.what .what_img_container .feature_2 {
  position: absolute;
  width: 17%;
  bottom: 2%;
  left: 13%;
  z-index: 3;
}
.what .what_img_container .circle_sentence {
  position: absolute;
  width: 65%;
  bottom: -6%;
  right: 1%;
  z-index: 0;
}

.howto {
  background-color: #fff;
  position: relative;
  padding-bottom: 50px;
}
.howto .howto_inner {
  padding-top: 12%;
}
.howto h2 {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 2.2% 0 1.2%;
  text-align: center;
  width: 60%;
  color: #f384a1;
  background-color: #fff;
  font-size: min(6.4vw, 24px);
  border: 2px solid #f384a1;
  border-radius: 100px;
  font-weight: 700;
}
.howto .howto_item_cotainer {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 0 4% 0 4% ;
}
.howto .howto_item {
  width: 47%;
}
.howto .howto_item p {
  font-size: min(3.7vw, 13px);
  color: #ef2c5f;
  text-align: center;
  margin: 7% auto 7%;
  font-weight: 500;
  line-height: 1.5em;
}
.howto .howto_item span {
  font-size: min(2.7vw, 10px);
  color: #ef2c5f;
  text-align: center;
  white-space: nowrap;
  display: block;
  margin-top: -5px;
}

.whereever {
  background-color: #fff;
}

.wherever_inner {
  background: url(../img/spot_bg.png) no-repeat center bottom/100% 105.3%;
  padding: 33% 0 27%;
  background-color: #fff;
  margin-top: -4%;
}
.wherever_inner h2 {
  width: 80%;
  margin: 0 auto;
}
.wherever_inner h3 {
  font-size: min(4.2vw, 16px);
  letter-spacing: 1.5px;
  text-align: center;
  margin: 3% auto 6%;
  color: #ef2c5f;
}

.wherever_item_container {
  display: flex;
  justify-content: space-between;
  padding: 0 3%;
}
.wherever_item_container .wrapper_1 {
  width: 50%;
}
.wherever_item_container .wrapper_2 {
  width: 45.3%;
}
.wherever_item_container .whereever_item {
  background-color: #fff;
  border: 1px solid #ef2c5f;
  padding: 4%;
}
.wherever_item_container .whereever_item.right-down {
  margin-top: 3%;
}
.wherever_item_container .whereever_item img {
  width: 100%;
  display: block;
  position: relative;
}
.wherever_item_container .whereever_item p {
  color: #ef2c5f;
  text-align: center;
  font-size: min(3.4vw, 13px);
  letter-spacing: 1.5px;
  font-weight: 500;
  margin: 6% auto 3%;
}
.wherever_item_container .whereever_item .img_container {
  position: relative;
}
.wherever_item_container .whereever_item .img_container:after {
  content: "";
  background-color: #ef2c5f;
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 3% 3% 1.5%;
  color: #fff;
  font-family: "Josefin Sans", "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 13px;
}
.wherever_item_container .whereever_item .img_container.img_1:after {
  content: "Spot 01";
}
.wherever_item_container .whereever_item .img_container.img_2:after {
  content: "Spot 02";
}
.wherever_item_container .whereever_item .img_container.img_3:after {
  content: "Spot 03";
}

.situation {
  margin-top: -30%;
  position: relative;
}

.situation_inner {
  background: url(../img/situation_bg.png) no-repeat top center/cover;
  padding: 30% 5% 150%;
}
.situation_inner h2 {
  font-size: min(8.5vw, 32px);
  letter-spacing: 1.5px;
  color: #fff;
  text-align: center;
  font-weight: 700;
}
.situation_inner h2 .flex {
  display: flex;
  justify-content: center;
  margin: 2% auto;
}
.situation_inner h2 span.small {
  font-size: min(4.8vw, 18px);
}
.situation_inner h2 span.strong {
  font-size: min(8.5vw, 32px);
  letter-spacing: 1.5px;
  text-align: center;
  font-weight: 700;
  display: inline-block;
  margin: 0 2%;
}
.situation_inner h2 span.light {
  font-size: min(17vw, 63px);
  letter-spacing: 1.5px;
  text-align: center;
  font-weight: 500;
}
.situation_inner h3 {
  font-size: min(4vw, 15px);
  color: #fff;
  text-align: center;
  letter-spacing: 1.5px;
  line-height: 1.7;
  margin: -5% auto 6%;
}

.situation_item_container .img_container {
  width: 47%;
  position: relative;
}
.situation_item_container .img_container .img_inner {
  border-radius: 40px;
  overflow: hidden;
  box-shadow: 17px 17px 17px 0 rgba(146, 50, 53, 0.3);
}
.situation_item_container .img_container img {
  transition: 0.5s;
  display: block;
}
.situation_item_container .img_container img:hover {
  transform: scale(1.1, 1.1);
}
.situation_item_container .img_container.img_1 {
  float: left;
}
.situation_item_container .img_container.img_2 {
  float: right;
  margin-top: 10%;
}
.situation_item_container .img_container.img_3 {
  float: left;
  margin-top: 10%;
}
.situation_item_container .img_container.img_4 {
  float: right;
  margin-top: 10%;
}
.situation_item_container .img_container .float_sentence {
  background-color: #fff;
  padding: 3.5% 0;
  color: #ef2c5f;
  font-size: min(3.1vw, 12px);
  position: absolute;
  letter-spacing: 1.3px;
  font-weight: 500;
  text-align: center;
}
.situation_item_container .img_container .float_sentence.sentence_1 {
  border-radius: 100px 100px 100px 0;
  top: 0;
  left: 80%;
  width: 95%;
}
.situation_item_container .img_container .float_sentence.sentence_2 {
  border-radius: 100px 0 100px 100px;
  bottom: 12%;
  right: 90%;
  width: 90%;
}
.situation_item_container .img_container .float_sentence.sentence_3 {
  border-radius: 100px 100px 100px 0;
  top: 0;
  left: 80%;
  width: 105%;
}
.situation_item_container .img_container .float_sentence.sentence_4 {
  border-radius: 100px 100px 0 100px;
  bottom: 5.3%;
  right: 58%;
  width: 120%;
}
.situation_item_container .img_container .real_1 {
  position: absolute;
  width: 40%;
  top: -17%;
  right: -5%;
  transform: rotate(10deg);
}
.situation_item_container .img_container .real_2 {
  position: absolute;
  width: 40%;
  bottom: -14%;
  left: -10%;
}

.useful {
  background-color: #fbe3e0;
  position: relative;
}
.useful .useful_inner {
  padding: 15% 3% 0% 3%;
}
.useful h2 {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 2.2% 0 1.2%;
  text-align: center;
  width: 60%;
  color: #ef2c64;
  background-color: #fff;
  font-size: min(5.6vw, 20px);
  border: 2px solid #e1406a;
  border-radius: 100px;
  font-weight: 700;
}
.useful button {
  border: 3px solid #ef2c5f;
  border-radius: 100px;
  display: block;
  width: 85%;
  margin: 0 auto;
  box-shadow: 14px 14px 14px 0 rgba(212, 137, 90, 0.25);
}
.useful button.CTA_rakuten, .useful button.CTA_amazon {
  transition: 0.3s;
}
.useful button.CTA_rakuten:hover, .useful button.CTA_amazon:hover {
  opacity: 0.5;
}
.useful button.CTA_rakuten {
  background-color: #ef2c5f;
}
.useful button.CTA_rakuten a {
  color: #fff;
  font-weight: 500;
  font-family: "A1ゴシック M", "A1ゴシック B", "Noto Sans JP";
}
.useful button.CTA_amazon {
  background-color: #fff;
}
.useful button.CTA_amazon a {
  color: #ef2c5f;
  font-weight: 500;
  font-family: "A1ゴシック M", "A1ゴシック B", "Noto Sans JP";
}
.useful button a {
  font-size: min(4.8vw, 18px);
  display: block;
  padding: 6.4% 0;
  letter-spacing: 1.5px;
}
.useful button:nth-of-type(n + 2) {
  margin-top: 4%;
}

.useful_item_container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: -20px;
}
.useful_item_container:nth-of-type(n + 2) {
  margin-top: 8%;
}
.useful_item_container:last-of-type {
  margin-bottom: 12%;
}
.useful_item_container .img_container {
  position: relative;
  width: 32%;
  display: flex;
  align-items: center;
}
.useful_item_container .img_container .case_img_1 {
  position: absolute;
  top: -9%;
  left: 27%;
  width: 58%;
}
.useful_item_container .img_container .case_img_2 {
  position: absolute;
  top: 19%;
  left: 17%;
  width: 78%;
}
.useful_item_container .sentence_container {
  width: 65%;
}
.useful_item_container .sentence_container h3 {
  color: #ef2c5f;
  font-size: min(4.2vw, 16px);
  letter-spacing: 1.3px;
}
.useful_item_container .sentence_container p {
  font-size: min(3.5vw, 13px);
  margin: 3% auto;
  line-height: 1.5;
  font-weight: 500;
  letter-spacing: 0.1em;
}
.useful_item_container .sentence_container .mount .box{
  background-color: #f7f5f5;
  border-radius: 50px;
  padding: 3%;
  margin-bottom: 10px;
  display: flex;
  font-size: min(3.5vw, 13px);
  align-items: center;
  max-width: 220px;
}

.useful_item_container .sentence_container .mount .text{
    line-height: 1.5em;
    font-weight: 500 !important;
    letter-spacing: 0.1em;
    font-size: min(3.5vw, 12px);
}
.useful_item_container .sentence_container .mount .mount_1,
.useful_item_container .sentence_container .mount .mount_2 {
    width: 30px;
    margin-right: 10px;
}
.useful_item_container .sentence_container .mount span {
  color: #ef2c5f;
}
.useful_item_container .sentence_container .mount img:nth-of-type(2) {
  margin-left: 2%;
}

.qa_inner {
  background-color: #fbe3e0;
  padding: 10% 5%;
}
.qa_inner h3 {
  text-align: center;
}
.qa_inner h3 .flex {
  display: flex;
  justify-content: center;
  margin: 2% auto;
}
.qa_inner h3 span.small {
  font-size: min(4.8vw, 18px);
  color: #f384a1;
}
.qa_inner h3 span.strong {
  font-size: min(8.5vw, 32px);
  letter-spacing: 1.5px;
  color: #ef2c5f;
  text-align: center;
  font-weight: 700;
  display: inline-block;
  margin: 0 2%;
}
.qa_inner h3 span.light {
  font-size: min(17vw, 63px);
  letter-spacing: 1.5px;
  color: #f384a1;
  text-align: center;
  font-weight: 500;
}
.qa_inner h4 {
  color: #ef2c5f;
  text-align: center;
  font-size: min(9.6vw, 36px);
  font-weight: 700;
  margin: 10% auto 5%;
}
.qa_inner .sns_btn_container {
  display: flex;
  justify-content: space-between;
}
.qa_inner .sns_btn_container button {
  border: none;
  border-radius: 100px;
  display: block;
  width: 47%;
  margin: 0 auto;
  box-shadow: 14px 14px 14px 0 rgba(212, 137, 90, 0.25);
}
.qa_inner .sns_btn_container button.tik, .qa_inner .sns_btn_container button.insta {
  background-color: #ef2c5f;
}
.qa_inner .sns_btn_container button.tik a, .qa_inner .sns_btn_container button.insta a {
  color: #fff;
  font-weight: 500;
}
.qa_inner .sns_btn_container button a {
  font-size: min(4.8vw, 18px);
  display: inline-block;
  padding: 12% 0;
  letter-spacing: 1.5px;
}
.qa_inner .sns_btn_container button a span {
  font-weight: 400;
  font-size: min(3.7vw, 14px);
}

ul.qa_item_list {
  margin: 0 auto;
}
ul.qa_item_list:nth-of-type(n + 2) {
  margin-top: 7%;
}

.qa_item {
  border-radius: 10px;
  width: 95%;
  margin: 0 auto;
}
.qa_item:nth-of-type(n + 2) {
  margin-top: 8%;
}

.qabox_a_container,
.qabox_q_container {
  display: flex;
  width: 92%;
  margin: 0 auto;
}

.qabox_q_container {
  font-weight: bold;
}

.qabox_img {
  color: #fff;
  font-size: min(4.8vw, 18px);
  font-weight: 700;
}
.qabox_img img {
  width: 24px;
  height: 28px;
}
.qabox_img.adjust {
  color: #ee9eb3;
}

.qa_q_content {
  margin-left: 4.5%;
  color: #fff;
}

.qa_box_q {
  background-color: #ee9eb3;
  font-size: min(3.2vw, 12px);
  font-weight: bold;
  padding: 4% 0 3%;
  position: relative;
  border-radius: 20px;
  transition: 0.3s;
}
.qa_box_q.is-active {
  border-radius: 20px 20px 0 0;
}
.qa_box_q span {
  font-weight: bold;
}

.qa_box_icon {
  width: 25px;
  height: 25px;
  position: absolute;
  right: 14px;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 600px) {
  .qa_box_icon {
    width: 15px;
    height: 15px;
  }
}
.qa_box_icon.is-open .qa_box_bar2 {
  transform: rotate(90deg);
}

.qa_box_bar1 {
  width: 25px;
  height: 4px;
  background: #70645f;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}
@media screen and (max-width: 600px) {
  .qa_box_bar1 {
    width: 15px;
    height: 2px;
  }
}

.qa_box_bar2 {
  width: 4px;
  height: 25px;
  background: #70645f;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  transition: all 0.4s ease 0s;
}
@media screen and (max-width: 600px) {
  .qa_box_bar2 {
    width: 2px;
    height: 15px;
  }
}

.qabox_a {
  background-color: #fff;
  color: #3a2525;
  font-weight: bold;
  font-size: min(3.2vw, 12px);
  line-height: 1.6666666667;
  padding: 3% 0 4%;
  position: relative;
  border-radius: 0 0 20px 20px;
}
.qabox_a .qa_box_content {
  position: relative;
  width: 90%;
  margin-left: 5.5%;
}
.qabox_a .qa_box_content span {
  color: #d8c4bc;
  font-weight: bold;
}
.qabox_a .qa_box_content span.small {
  font-size: 14px;
  color: #707070;
  font-weight: normal;
}
@media screen and (max-width: 767px) {
  .qabox_a .qa_box_content span.small {
    font-size: 16px;
  }
}
.qabox_a .qa_box_content a {
  color: #0064d9;
  text-decoration: underline;
}
@media screen and (max-width: 767px) {
  .qabox_a .qa_box_content a {
    font-size: 15px;
  }
}
.qabox_a .pdf_download {
  font-size: min(4vw, 15px);
  display: block;
  width: 61%;
  margin: 7% auto 3%;
  color: #3a2525;
  text-align: center;
  padding-bottom: 2%;
  border-bottom: 1px solid;
}
.qabox_a .pdf_download img {
  width: 6%;
}

.detail_table {
  margin: 5% auto;
  width: 90%;
}
.detail_table table {
  width: 100%;
  border-collapse: collapse;
  border: 1px solid #a7a7a7;
}
.detail_table table th,
.detail_table table td {
  border: 1px solid #a7a7a7;
}
.detail_table table th {
  background-color: #a7a7a7;
  text-align: center;
  padding: 1%;
  color: #fff;
}
.detail_table table td {
  color: #a7a7a7;
  padding: 3%;
}
.detail_table table td:nth-of-type(1) {
  width: 40%;
}

.delay-01 {
  animation-delay: 0.1s;
}

.delay-011 {
  animation-delay: 0.11s;
}

.delay-012 {
  animation-delay: 0.12s;
}

.delay-013 {
  animation-delay: 0.13s;
}

.delay-014 {
  animation-delay: 0.14s;
}

.delay-015 {
  animation-delay: 0.15s;
}

.delay-016 {
  animation-delay: 0.16s;
}

.delay-017 {
  animation-delay: 0.17s;
}

.delay-018 {
  animation-delay: 0.18s;
}

.delay-019 {
  animation-delay: 0.19s;
}

.delay-02 {
  animation-delay: 0.2s;
}

.delay-021 {
  animation-delay: 0.21s;
}

.delay-022 {
  animation-delay: 0.22s;
}

.delay-023 {
  animation-delay: 0.23s;
}

.delay-024 {
  animation-delay: 0.24s;
}

.delay-025 {
  animation-delay: 0.25s;
}

.delay-026 {
  animation-delay: 0.26s;
}

.delay-027 {
  animation-delay: 0.27s;
}

.delay-028 {
  animation-delay: 0.28s;
}

.delay-029 {
  animation-delay: 0.29s;
}

.delay-03 {
  animation-delay: 0.3s;
}

.delay-031 {
  animation-delay: 0.31s;
}

.delay-032 {
  animation-delay: 0.32s;
}

.delay-033 {
  animation-delay: 0.33s;
}

.delay-034 {
  animation-delay: 0.34s;
}

.delay-035 {
  animation-delay: 0.35s;
}

.delay-036 {
  animation-delay: 0.36s;
}

.delay-037 {
  animation-delay: 0.37s;
}

.delay-038 {
  animation-delay: 0.38s;
}

.delay-039 {
  animation-delay: 0.39s;
}

.delay-04 {
  animation-delay: 0.4s;
}

.delay-041 {
  animation-delay: 0.41s;
}

.delay-042 {
  animation-delay: 0.42s;
}

.delay-043 {
  animation-delay: 0.43s;
}

.delay-044 {
  animation-delay: 0.44s;
}

.delay-045 {
  animation-delay: 0.45s;
}

.delay-046 {
  animation-delay: 0.46s;
}

.delay-047 {
  animation-delay: 0.47s;
}

.delay-048 {
  animation-delay: 0.48s;
}

.delay-049 {
  animation-delay: 0.49s;
}

.delay-05 {
  animation-delay: 0.5s;
}

.delay-06 {
  animation-delay: 0.6s;
}

.delay-07 {
  animation-delay: 0.7s;
}

.delay-08 {
  animation-delay: 0.8s;
}

.delay-09 {
  animation-delay: 0.9s;
}

.delay-1 {
  animation-delay: 1s;
}

.delay-11 {
  animation-delay: 1.1s;
}

.delay-15 {
  animation-delay: 1.5s;
}

.delay-18 {
  animation-delay: 1.8s;
}

.delay-2 {
  animation-delay: 2s;
}

.delay-22 {
  animation-delay: 2.2s;
}

.delay-25 {
  animation-delay: 2.5s;
}

/*==================================================
左からボックスが出現→消滅→コンテンツ出現
===================================*/
/*背景色が伸びて出現 共通*/
.bgextend {
  animation-name: bgextendAnimeBase;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  position: relative;
  opacity: 0;
}

@keyframes bgextendAnimeBase {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/*中の要素*/
.bgappear {
  animation-name: bgextendAnimeSecond;
  animation-duration: 1s;
  animation-delay: 0.6s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes bgextendAnimeSecond {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/*--------- 左から --------*/
.bgLRextend::before {
  animation-name: bgLRextendAnime;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: transparent linear-gradient(120deg, #f85f00 0%, #ffc400 100%) 0% 0% no-repeat padding-box; /*伸びる背景色の設定*/
}

@keyframes bgLRextendAnime {
  0% {
    transform-origin: left;
    transform: scaleX(0);
  }
  50% {
    transform-origin: left;
    transform: scaleX(1);
  }
  50.001% {
    transform-origin: right;
  }
  100% {
    transform-origin: right;
    transform: scaleX(0);
  }
}
/*==================================================
左からフェードイン
===================================*/
.FadeLeftTrigger {
  opacity: 0;
}

.fadeLeft {
  animation-name: fadeLeftAnime;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes fadeLeftAnime {
  from {
    opacity: 0;
    transform: translateX(-100px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
/*==================================================
右からフェードイン
===================================*/
.FadeRightTrigger {
  opacity: 0;
}

.fadeRight {
  animation-name: fadeRightAnime;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes fadeRightAnime {
  from {
    opacity: 0;
    transform: translateX(100px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
/*==================================================
下からフェードイン
===================================*/
.FadeUpTrigger {
  opacity: 0;
}

.FadeUpTrigger_sp {
  opacity: 1;
}
@media screen and (max-width: 768px) {
  .FadeUpTrigger_sp {
    opacity: 0;
  }
}

.FadeUpTriggerLoad {
  opacity: 0;
}

.FadeUpFvTrigger {
  opacity: 0;
}

.fadeUp {
  animation-name: fadeUpAnime;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes fadeUpAnime {
  from {
    opacity: 0;
    transform: translateY(100px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
/*==================================================
上からフェードイン
===================================*/
.FadeDownTrigger {
  opacity: 0;
}

.fadeDown {
  animation-name: fadeDownAnime;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes fadeDownAnime {
  from {
    opacity: 0;
    transform: translateY(-100px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
/*==================================================
フェードイン
===================================*/
.FadeInTrigger {
  opacity: 0;
}

.fadeIn {
  animation-name: fadeInAnime;
  animation-duration: 1.5s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes fadeInAnime {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/*==================================================
拡大→元に戻る
===================================*/
.ScaleUpTrigger {
  opacity: 1;
}

.ScaleUp {
  animation-name: ScaleUpAnime;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  opacity: 1;
}

@keyframes ScaleUpAnime {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}
/*==================================================
文字を順番に表示
===================================*/
.eachTextAnime.appeartext {
  animation: text_anime_on 1s ease-out forwards;
}
.eachTextAnime.appeartext span {
  animation: text_anime_on 1s ease-out forwards;
}
.eachTextAnime.appeartext span:nth-child(1) {
  animation-delay: 0.1s;
}
.eachTextAnime.appeartext span:nth-child(2) {
  animation-delay: 0.2s;
}
.eachTextAnime.appeartext span:nth-child(3) {
  animation-delay: 0.3s;
}
.eachTextAnime.appeartext span:nth-child(4) {
  animation-delay: 0.4s;
}
.eachTextAnime.appeartext span:nth-child(5) {
  animation-delay: 0.5s;
}
.eachTextAnime.appeartext span:nth-child(6) {
  animation-delay: 0.6s;
}
.eachTextAnime.appeartext span:nth-child(7) {
  animation-delay: 0.7s;
}
.eachTextAnime.appeartext span:nth-child(8) {
  animation-delay: 0.8s;
}
.eachTextAnime.appeartext span:nth-child(9) {
  animation-delay: 0.9s;
}
.eachTextAnime.appeartext span:nth-child(10) {
  animation-delay: 1s;
}
.eachTextAnime.appeartext span:nth-child(11) {
  animation-delay: 1.1s;
}
.eachTextAnime.appeartext span:nth-child(12) {
  animation-delay: 1.2s;
}
.eachTextAnime.appeartext span:nth-child(13) {
  animation-delay: 1.3s;
}
.eachTextAnime.appeartext span:nth-child(14) {
  animation-delay: 1.4s;
}
.eachTextAnime.appeartext span:nth-child(15) {
  animation-delay: 1.5s;
}

.eachTextAnimeDelay.appeartext {
  animation: text_anime_on 1s ease-out forwards;
}
.eachTextAnimeDelay.appeartext span {
  animation: text_anime_on 1s ease-out forwards;
}
.eachTextAnimeDelay.appeartext span:nth-child(1) {
  animation-delay: 1.4s;
}
.eachTextAnimeDelay.appeartext span:nth-child(2) {
  animation-delay: 1.5s;
}
.eachTextAnimeDelay.appeartext span:nth-child(3) {
  animation-delay: 1.6s;
}
.eachTextAnimeDelay.appeartext span:nth-child(4) {
  animation-delay: 1.7s;
}
.eachTextAnimeDelay.appeartext span:nth-child(5) {
  animation-delay: 1.8s;
}
.eachTextAnimeDelay.appeartext span:nth-child(6) {
  animation-delay: 1.9s;
}
.eachTextAnimeDelay.appeartext span:nth-child(7) {
  animation-delay: 1.95s;
}
.eachTextAnimeDelay.appeartext span:nth-child(8) {
  animation-delay: 2s;
}
.eachTextAnimeDelay.appeartext span:nth-child(9) {
  animation-delay: 2.05s;
}
.eachTextAnimeDelay.appeartext span:nth-child(10) {
  animation-delay: 2.1s;
}
.eachTextAnimeDelay.appeartext span:nth-child(11) {
  animation-delay: 2.15s;
}
.eachTextAnimeDelay.appeartext span:nth-child(12) {
  animation-delay: 2.2s;
}
.eachTextAnimeDelay.appeartext span:nth-child(13) {
  animation-delay: 2.25s;
}
.eachTextAnimeDelay.appeartext span:nth-child(14) {
  animation-delay: 2.3s;
}
.eachTextAnimeDelay.appeartext span:nth-child(15) {
  animation-delay: 2.35s;
}

@keyframes text_anime_on {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.test {
  font-family: "A1ゴシック M", "A1ゴシック B", "Noto Sans JP";
}

body {
  font-family: "A1ゴシック M", "A1ゴシック B", "Noto Sans JP";
  color: #3a2525;
  background-color: #f8e3e0;
}
body.is-active {
  height: 100%;
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  html {
    font-size: 50px; /*reset.cssにてfont-size=100pxとしているので、remでmargin等を指定してあげると、sp時には半分にする意図 1remは10px以上でないといけない決まりのため5pxなどにしないこと */
  }
}

main {
  position: relative;
}

.br_sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .br_sp {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .br_pc {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .sp_hidden {
    display: none !important;
  }
}

@media screen and (min-width: 768px) {
  .pc_hidden {
    display: none;
  }
}

.tb_and_sp_active {
  display: none;
}
@media screen and (max-width: 1199px) {
  .tb_and_sp_active {
    display: block;
  }
}

.sp_active {
  display: none !important;
}
@media screen and (max-width: 767px) {
  .sp_active {
    display: block !important;
  }
}

@media screen and (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}
a {
  transition: 0.3s;
}
@media screen and (min-width: 768px) {
  a:hover {
    opacity: 0.5;
  }
}

.link_position {
  display: block;
  position: relative;
  top: -150px;
}

.en {
  font-family: "Josefin Sans", "Noto Sans JP", sans-serif;
}

.footer_container {
  background-color: #ee9eb3;
  position: relative;
  margin: 0 auto;
  box-shadow: 0px 0px 14px 14px rgba(225, 180, 171, 0.3);
}
@media screen and (min-width: 769px) {
  .footer_container {
    max-width: 375px;
  }
}
@media screen and (max-width: 768px) {
  .footer_container {
    max-width: 430px;
  }
}
.footer_container .footer_inner {
  padding: 5% 0 3%;
}

.copyRight .footer_link {
  width: 50%;
  display: block;
  margin: 0 auto;
}
.copyRight p {
  font-size: min(3.2vw, 12px);
  text-align: center;
  color: #fff;
}
.copyRight p a {
  color: #fff;
}
.copyRight p.l1 {
  margin: 8% auto 5%;
}
.copyRight p.l2 {
  margin: 3% auto 0;
}
.copyRight .white_line {
  width: 100%;
  height: 1px;
  background-color: #fff;
}

@media screen and (min-width: 768px) {
  button {
    transition: 0.3s;
  }
  button:hover {
    opacity: 0.5;
  }
}/*# sourceMappingURL=style.css.map */

/* 2024年12月追加分 */

.product .top{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 6px;
}

.product .top .top_left{
    width: 110px;
    margin-right: 10px;
}

.product .catch1 {
    font-family: "A1ゴシック M", "A1ゴシック B", "Noto Sans JP";
    color: #ef2c5f;
    font-weight: 700 !important;
    font-size: min(4.5vw, 17px);
    text-align: center;
    margin: 0 auto 10px auto;
    display: block;
    width: -moz-fit-content;
    width: fit-content;
}

.product .catch2 {
    font-family: "A1ゴシック M", "A1ゴシック B", "Noto Sans JP";
    color: #ef2c5f;
    font-weight: 700 !important;
    font-size: min(6.8vw, 26px);
    text-align: center;
    margin: 0 auto 10px auto;
    display: block;
    width: -moz-fit-content;
    width: fit-content;
}

.product .marker{
    background: linear-gradient(transparent 60%, rgb(255, 255, 255) 50%) no-repeat;
    background-size: 0% 100%;
    display: block;
    padding-bottom: 4px;
    font-weight: 500;
}

.product .marker.underLine {
    background-size: 100% 100%;
    transition: background-size 1.3s;
    transition-delay: 0.3s;
    font-weight: 500;
}

.product .top_right .text1{
    color: #ef2c5f;
    font-weight: 500;
    font-size: min(3.0vw, 11px);
    margin-left: 1em;
    padding-left:-1em;
    text-indent:-1em;
    display: block;
    line-height: 1.3em;
    letter-spacing: 0.1em;
}

.middle .p1{
    text-align: center;
    margin-bottom: 10px;
}

.middle{
    margin-bottom: 10px;
}

.middle .p1 div{
    font-weight: 500;
    color: #fff;
    background-color: #f385a2;
    display: inline-block;
    font-size: min(4.8vw, 22px);
    padding: 2px 4px 4px 4px;
}

.middle .p2{
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 10px 0 10px;
}

.middle .p2 .p2_left{
    color: #ef2c5f;
    font-size: min(4vw, 18px);
    font-weight: 700;
    text-align: right;
    margin-right: 10px;
    line-height: 1.3em;
}

.middle .p2 .p2_right{
    max-width: 184px;
}

.bottom{
    margin-bottom: 20px;
}

.bottom2 span{
    color: #ef2c5f;
    font-weight: 700;
    font-size: min(4.8vw, 18px);
    text-align: center;
    line-height: 1.2em;
    padding-bottom: 5px;
    border-bottom: 2px solid #ef2c5f;
    margin: 0 auto 5px auto;
    display: block;
    width: -moz-fit-content;
    width: fit-content;
}

.bottom2{
    margin-bottom: 30px;
}

.magpic_get{
    color: #ef2c5f;
    text-align: center;
    margin-bottom: 10px;
}

.magpic_get div{
    font-weight: 700;
    background: url("../img/sen1.png"),url("../img/sen2.png");
    background-size: 12px,12px;
    display: inline-block;
    font-size: min(4.8vw, 16px);
    background-position: top 0 left 0,top 0 right 0;
    background-repeat: no-repeat,no-repeat;
    padding: 0px 15px 3px 15px;
}
.store{
  background-color: #ee9eb3;
}

.store_inner{
  padding: 10% 5%;
}

.store h2{
  font-weight: 700;
  font-size: min(4.8vw, 19px);
  color: #ef2c5f;
  text-align: center;
  padding: 2px 0 4px 0;
  background-color: #fff;
  position: relative;
  margin: 0 10px 20px 10px;
}

.store h2 .kome{
  position: absolute;
  right: 0;
  top: -20px;
  color: #fff;
  font-size: 14px;
}

.store h2 .small{
  font-size: min(4.8vw, 14px);
  font-weight: 700;
}

.store .text1{
  text-align: center;
  font-weight: 500;
  color: #fff;
  margin-bottom: 10px;
  font-size: min(4.8vw, 16px);
}

.store .text1 div{
    font-weight: 700;
    background: url("../img/sen1w.png"),url("../img/sen2w.png");
    background-size: 12px,12px;
    display: inline-block;
    font-size: min(4.8vw, 16px);
    background-position: top 0 left 0,top 0 right 0;
    background-repeat: no-repeat,no-repeat;
    padding: 0px 15px 3px 15px;
}

.store .img{
    padding: 15px;
    background-color: #fff;
    margin-bottom: 20px;
    border: 1px solid #ff618a;
}

.store .text2{
    text-align: center;
    color: #fff;
    font-weight: 300;
    line-height: 1.5em;
    font-size: min(4.8vw, 14px);
    margin-bottom: 10px;
    letter-spacing: 0.1em;
}

.store .text3{
    text-align: right;
    color: #fff;
    font-weight: 300;
    line-height: 1.5em;
    font-size: min(4.8vw, 14px);
}

.store2{
    background: url("../img/rakuten_bg.png");
    background-repeat: no-repeat;
    background-size:cover;
}

.store2_inner{
  padding: 10% 5%;
}

.store2 h2{
  font-size: min(4.8vw, 17px);
  color: #fff;
  font-weight: 700;
  text-align: center;
  margin-bottom: 10px;
}

.store2 .img{
  margin-bottom: 10px;
}

.store2 .img2{
  margin-bottom: 10px;
}

.store2 .text1{
  text-align: right;
  color: #fff;
  font-size: min(4.8vw, 13px);
  line-height: 1.5em;
}
.lineup {
  margin-top: -43%;
  position: relative;
}

.lineup_inner {
  background: url(../img/lineup_bg.png) no-repeat top center/cover;
  padding: 30% 5% 10% 5%;
}
.lineup_inner h2 {
  font-size: min(8.5vw, 32px);
  letter-spacing: 1.5px;
  color: #fff;
  text-align: center;
  font-weight: 700;
}
.lineup_inner h2 .flex {
  display: flex;
  justify-content: center;
  margin: 2% auto;
}
.lineup_inner h2 span.small {
  font-size: min(4.8vw, 18px);
}
.lineup_inner h2 span.strong {
  font-size: min(8.5vw, 32px);
  letter-spacing: 1.5px;
  text-align: center;
  font-weight: 700;
  display: inline-block;
  margin: 0 2%;
}
.lineup_inner h2 span.light {
  font-size: min(17vw, 63px);
  letter-spacing: 1.5px;
  text-align: center;
  font-weight: 500;
}
.lineup_inner h3 {
  font-size: min(4vw, 15px);
  color: #fff;
  text-align: center;
  letter-spacing: 1.5px;
  line-height: 1.7;
  margin: -5% auto 6%;
}

.lineup_item_container .img_container {
  width: 47%;
  position: relative;
}

.lineup .lineup1{
    background: url(../img/lineup1_bg.png);
    background-repeat: no-repeat;
    background-size:cover;
    background-size: 100%;
    padding: 0 15px 0 15px;
    position: relative;
}

.lineup .lineup2{
    background: url(../img/lineup2_bg.png);
    background-repeat: no-repeat;
    background-size:cover;
    background-size: 100%;
    padding: 0 15px 0 15px;
    position: relative;
}

.lineup .lineup3{
    background: url(../img/lineup3_bg.png);
    background-repeat: no-repeat;
    background-size:cover;
    background-size: 100%;
    padding: 0 15px 0 15px;
    position: relative;
}

.lineup .text2{
    font-family: "Josefin Sans", "Noto Sans JP", sans-serif !important;
    font-style: italic;
}

@media screen and (min-width: 769px) {
   #btn_area1{
       padding-top: 70px;
       margin-top: -50px;
   }

    .lineup .lineup1{
        height: 285px;
        margin-top: -40px;
    }

    .lineup .lineup1 img{
        width: 200px;
        position: absolute;
        top: 40px;
    }
    
    .lineup .lineup1 .text1{
        font-weight: 700;
        color: #fff;
        position: absolute;
        top:100px;
        left: 250px;
        font-size: 14px;
        font-family: "Josefin Sans", "Noto Sans JP", sans-serif;
    }
    
    .lineup .lineup1 .text2{
        font-weight: 700;
        color: #fff;
        position: absolute;
        top:120px;
        left: 240px;
        font-size: 30px;
        font-family: "Josefin Sans", "Noto Sans JP", sans-serif;
    }
    
    .lineup .lineup2{
        height: 285px;
        margin-top: -40px;
    }
    
    .lineup .lineup2 img{
        width: 200px;
        position: absolute;
        top: 30px;
        left: 160px;
    }
    
    .lineup .lineup2 .text1{
        font-weight: 700;
        color: #ef2c5f;
        position: absolute;
        top:130px;
        left: 20px;
        font-size: 14px;
        font-family: "Josefin Sans", "Noto Sans JP", sans-serif;
    }
    
    .lineup .lineup2 .text2{
        font-weight: 700;
        color: #ef2c5f;
        position: absolute;
        top:150px;
        left: 50px;
        font-size: 30px;
        font-family: "Josefin Sans", "Noto Sans JP", sans-serif;
    }
    
    .lineup .lineup3{
        height: 285px;
        margin-top: -40px;
    }

    .lineup .lineup3 img{
        width: 200px;
        position: absolute;
        top: 40px;
    }
    
    .lineup .lineup3 .text1{
        font-weight: 700;
        color: #000000;
        position: absolute;
        top:120px;
        left: 215px;
        font-size: 13px;
        font-family: "Josefin Sans", "Noto Sans JP", sans-serif;
    }
    
    .lineup .lineup3 .text2{
        font-weight: 700;
        color: #000000;
        position: absolute;
        top:140px;
        left: 230px;
        font-size: 30px;
        font-family: "Josefin Sans", "Noto Sans JP", sans-serif;
    }
}

@media screen and (max-width: 768px) and (min-width: 428px) {
   #btn_area1{
       padding-top: 80px;
       margin-top: -50px;
   }

    .lineup .lineup1{
        height: 315px;
        margin-top: -40px;
    }
    .lineup .lineup1 img{
        width: 230px;
        position: absolute;
        top: 40px;
        left: 20px;
    }
    
    .lineup .lineup1 .text1{
        font-weight: 700;
        color: #fff;
        position: absolute;
        top:130px;
        left: 270px;
        font-size: 14px;
        font-family: "Josefin Sans", "Noto Sans JP", sans-serif;
    }
    
    .lineup .lineup1 .text2{
        font-weight: 700;
        color: #fff;
        position: absolute;
        top:150px;
        left: 260px;
        font-size: 30px;
        font-family: "Josefin Sans", "Noto Sans JP", sans-serif;
    }
    
    .lineup .lineup2{
        height: 315px;
        margin-top: -40px;
    }
    
    .lineup .lineup2 img{
        width: 230px;
        position: absolute;
        top: 30px;
        left: 190px;
    }
    
    .lineup .lineup2 .text1{
        font-weight: 700;
        color: #ef2c5f;
        position: absolute;
        top:150px;
        left: 30px;
        font-size: 14px;
        font-family: "Josefin Sans", "Noto Sans JP", sans-serif;
    }
    
    .lineup .lineup2 .text2{
        font-weight: 700;
        color: #ef2c5f;
        position: absolute;
        top:170px;
        left: 60px;
        font-size: 30px;
        font-family: "Josefin Sans", "Noto Sans JP", sans-serif;
    }
    
    .lineup .lineup3{
        height: 315px;
        margin-top: -40px;
    }
    .lineup .lineup3 img{
        width: 230px;
        position: absolute;
        top: 40px;
        left: 20px;
    }
    
    .lineup .lineup3 .text1{
        font-weight: 700;
        color: #000;
        position: absolute;
        top:140px;
        left: 255px;
        font-size: 13px;
        font-family: "Josefin Sans", "Noto Sans JP", sans-serif;
    }
    
    .lineup .lineup3 .text2{
        font-weight: 700;
        color: #000;
        position: absolute;
        top:160px;
        left: 270px;
        font-size: 30px;
        font-family: "Josefin Sans", "Noto Sans JP", sans-serif;
    }
}

@media screen and (max-width: 427px) {
   #btn_area1{
       padding-top: 20vw;
       margin-top: -20vw;
   }

    .lineup .lineup1{
        height: 80vw;
        margin-top: -8vw;
    }
    .lineup .lineup1 img{
        width: 52vw;
        position: absolute;
        top: 10vw;
        left: 4vw;
    }
    
    .lineup .lineup1 .text1{
        font-weight: 700;
        color: #fff;
        position: absolute;
        top:32vw;
        left: 62vw;
        font-size: 4vw;
        font-family: "Josefin Sans", "Noto Sans JP", sans-serif;
    }
    
    .lineup .lineup1 .text2{
        font-weight: 700;
        color: #fff;
        position: absolute;
        top:37vw;
        left: 62vw;
        font-size: 8vw;
        font-family: "Josefin Sans", "Noto Sans JP", sans-serif;
    }
    
    .lineup .lineup2{
        height: 80vw;
        margin-top: -15vw;
    }
    .lineup .lineup2 img{
        width: 52vw;
        position: absolute;
        top: 10vw;
        left: 44vw;
    }
    
    .lineup .lineup2 .text1{
        font-weight: 700;
        color: #ef2c5f;
        position: absolute;
        top:35vw;
        left: 4vw;
        font-size: 4vw;
        font-family: "Josefin Sans", "Noto Sans JP", sans-serif;
    }
    
    .lineup .lineup2 .text2{
        font-weight: 700;
        color: #ef2c5f;
        position: absolute;
        top:41vw;
        left: 12vw;
        font-size: 8vw;
        font-family: "Josefin Sans", "Noto Sans JP", sans-serif;
    }
    
    .lineup .lineup3{
        height: 80vw;
        margin-top: -15vw;
    }
    .lineup .lineup3 img{
        width: 52vw;
        position: absolute;
        top: 10vw;
        left: 4vw;
    }
    
    .lineup .lineup3 .text1{
        font-weight: 700;
        color: #000;
        position: absolute;
        top:32vw;
        left: 60vw;
        font-size: 3vw;
        font-family: "Josefin Sans", "Noto Sans JP", sans-serif;
    }
    
    .lineup .lineup3 .text2{
        font-weight: 700;
        color: #000;
        position: absolute;
        top:37vw;
        left: 62vw;
        font-size: 8vw;
        font-family: "Josefin Sans", "Noto Sans JP", sans-serif;
    }
}
#shop1{
    padding: 0 0 0 0;
}
.btn_area{
    background-color: #fff;
    padding: 50px 0 40px 0;
}

.btn_area button {
  border: 3px solid #ef2c5f;
  border-radius: 100px;
  display: block;
  width: 85%;
  margin: 0 auto;
  box-shadow: 14px 14px 14px 0 rgba(212, 137, 90, 0.25);
}
.btn_area button.CTA_rakuten, .btn_area button.CTA_amazon {
  transition: 0.3s;
}
.btn_area button.CTA_rakuten:hover, .btn_area button.CTA_amazon:hover {
  opacity: 0.5;
}
.btn_area button.CTA_rakuten {
  background-color: #ef2c5f;
}
.btn_area button.CTA_rakuten a {
  color: #fff;
  font-weight: 500;
  font-family: "A1ゴシック M", "A1ゴシック B", "Noto Sans JP";
}
.btn_area button.CTA_amazon {
  background-color: #fff;
}
.btn_area button.CTA_amazon a {
  color: #ef2c5f;
  font-weight: 500;
  font-family: "A1ゴシック M", "A1ゴシック B", "Noto Sans JP";
}
.btn_area button a {
  font-size: min(4.8vw, 18px);
  display: block;
  padding: 6.4% 0;
  letter-spacing: 1.5px;
}
.btn_area button:nth-of-type(n + 2) {
  margin-top: 4%;
}

.shop{
    background-color: #fff;
    padding-bottom: 50px;
}

.shop h3{
    color: #ef2c5f;
    font-weight: 500;
    text-align: center;
    font-size: min(8.5vw, 32px);
    font-weight: 700;
    margin-bottom: 25px;
}

.shop h3 .small{
    font-size: min(4.8vw, 14px);
    color: #f384a1;
}

.shop ul{
    display: flex;
    padding: 0px 20px 20px 20px;
}

.shop ul li{
    width: 32%;
    margin-right: 2%;
}

.shop ul li:last-child{
    margin-right: 0;
}

.shop p{
    text-align: center;
    font-size: min(4.8vw, 14px);
}

.rakuten_sale_banner img{
    width: 100%;
}

.rakuten_sale_banner1{
    margin-bottom: 20px;
    text-align: center;
}

.rakuten_sale_banner2{
    margin-bottom: 20px;
    margin-top: -30px;
    text-align: center;
}

.rakuten_sale_banner3{
    text-align: center;
    margin-top: -35px;
    margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
    .rakuten_sale_banner3{
        text-align: center;
        margin-top: -15px;
        margin-bottom: 20px;
    }
}