* {
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  font-size: 62.5%;
}

body {
  font-size: 1.4rem;
  line-height: 1.8;
  color: #333;
  font-family: "Noto Sans JP", serif;
  font-weight: 400;
  padding-bottom: 7rem;
}
@media screen and (min-width: 768px) {
  body {
    padding-bottom: 0;
  }
}
@media screen and (min-width: 1024px) {
  body {
    font-size: 1.6rem;
  }
}

a {
  color: inherit;
  text-decoration: none;
}

ul {
  list-style-type: none;
}

h1, h2, h3, h4, li, dt, input {
  line-height: 1.4;
}

img {
  max-width: 100%;
}

.ff_oswald {
  font-family: "Oswald", serif;
  font-style: normal;
}

@media screen and (min-width: 768px) {
  .sp_only {
    display: none;
  }
}

.sp_hidden {
  display: none;
}
@media screen and (min-width: 768px) {
  .sp_hidden {
    display: block;
  }
}

.pc_only {
  display: none;
}
@media screen and (min-width: 1024px) {
  .pc_only {
    display: block;
  }
}

@media screen and (min-width: 1024px) {
  .pc_hidden {
    display: none;
  }
}

.content {
  width: 100rem;
  max-width: 94%;
  margin: 0 auto;
  padding: 4rem 0;
}
@media screen and (min-width: 768px) {
  .content {
    padding: 6.4rem 0;
  }
}
@media screen and (min-width: 1024px) {
  .content {
    padding: 8rem 0;
  }
}

header {
  background-color: #E5481B;
}
header .header_inner {
  padding: 1.2rem;
  width: 100rem;
  max-width: 94%;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  header .header_inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
header .header_inner .co_logo {
  width: 16rem;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  header .header_inner .co_logo {
    margin: 0;
  }
}
header .header_inner .co_logo img {
  display: block;
}
header .header_inner .header_btn {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 1.2rem;
  background-color: #E5481B;
  -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.4);
          box-shadow: 0 0 6px rgba(0, 0, 0, 0.4);
  z-index: 5;
}
@media screen and (min-width: 768px) {
  header .header_inner .header_btn {
    position: static;
    -webkit-box-shadow: none;
            box-shadow: none;
    padding: 0;
    width: auto;
  }
}
header .header_inner .header_btn li {
  width: 80%;
  text-align: center;
}
@media screen and (min-width: 768px) {
  header .header_inner .header_btn li {
    width: auto;
  }
}
header .header_inner .header_btn li a {
  display: block;
  padding: 1.2rem;
  border-radius: 10rem;
}
header .header_inner .header_btn li a img {
  position: relative;
  top: 2px;
}
header .header_inner .header_btn .to_contact a {
  background-color: #fff;
}
@media screen and (min-width: 768px) {
  header .header_inner .header_btn .to_contact a {
    background-color: transparent;
    padding: 0;
    border-radius: 0;
    color: #fff;
  }
}
header .header_inner .header_btn .to_contact a img {
  width: 8px;
}
@media screen and (min-width: 768px) {
  header .header_inner .header_btn .to_contact a .arrow_black {
    display: none;
  }
}
header .header_inner .header_btn .to_contact a .arrow_white {
  display: none;
}
@media screen and (min-width: 768px) {
  header .header_inner .header_btn .to_contact a .arrow_white {
    display: inline;
  }
}
header .header_inner .header_btn .to_buy a {
  background-color: #fff;
  color: #333;
}
@media screen and (min-width: 768px) {
  header .header_inner .header_btn .to_buy a {
    padding: 0.8rem;
  }
}
header .header_inner .header_btn .to_buy a img {
  width: 16px;
}

.fv {
  position: relative;
  background-color: #FFFCE4;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .fv {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
.fv::before {
  content: "";
  display: block;
  width: 100%;
  height: 3.2rem;
  background-color: #E5481B;
  position: absolute;
  top: 0;
  left: 0;
}
.fv::after {
  content: "";
  display: block;
  width: 200%;
  height: 30rem;
  background-color: #FFFCE4;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 50%;
  translate: -50% 0;
}
.fv .fv_content {
  position: relative;
  padding-top: 3.6rem;
  width: 100rem;
  max-width: 94%;
  margin: 0 auto;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .fv .fv_content {
    width: 50%;
    padding: 0 2rem;
    margin: 0;
  }
}
.fv .fv_content h1 {
  width: 80%;
  margin: 0 auto 2.4rem;
}
@media screen and (min-width: 768px) {
  .fv .fv_content h1 {
    width: 90%;
    margin: 0 auto 3.6rem;
  }
}
.fv .fv_content h1 span {
  display: block;
  margin-bottom: 1.2rem;
}
.fv .fv_content h1 img {
  display: block;
  width: 100%;
}
.fv .fv_content h2 {
  position: relative;
  background-color: #E97374;
  border-radius: 0.8rem;
  padding: 0.4rem 0.8rem 0.4rem 11.4rem;
  color: #fff;
  font-size: 1.8rem;
}
@media screen and (min-width: 768px) {
  .fv .fv_content h2 {
    max-width: 42rem;
    margin: 3vw auto 0;
  }
}
@media screen and (min-width: 1024px) {
  .fv .fv_content h2 {
    font-size: 2rem;
    width: 90%;
    padding: 0.6rem 0.8rem 0.6rem 14rem;
  }
}
.fv .fv_content h2 img {
  position: absolute;
  display: block;
  width: 10rem;
  left: 0.8rem;
  top: 50%;
  translate: 0 -50%;
}
@media screen and (min-width: 1024px) {
  .fv .fv_content h2 img {
    width: 12rem;
  }
}
.fv .fv_character {
  position: relative;
  z-index: 2;
  width: 94%;
  margin-left: auto;
}
@media screen and (min-width: 768px) {
  .fv .fv_character {
    padding-top: 10rem;
    width: 50%;
    margin-left: 0;
  }
}
@media screen and (min-width: 1024px) {
  .fv .fv_character {
    padding-top: 12rem;
  }
}
.fv .fv_character img {
  display: block;
  width: 100%;
}
.fv .kirakira {
  position: absolute;
  z-index: 2;
}
.fv .kirakira01 {
  width: 4rem;
  top: 32%;
  right: 4%;
}
@media screen and (min-width: 768px) {
  .fv .kirakira01 {
    top: 18%;
    right: 8%;
  }
}
.fv .kirakira02 {
  width: 4.4rem;
  top: 54%;
  right: 60%;
}
@media screen and (min-width: 768px) {
  .fv .kirakira02 {
    top: 10%;
    right: 16%;
  }
}
.fv .kirakira03 {
  width: 6.4rem;
  top: 75%;
  right: 80%;
}
@media screen and (min-width: 768px) {
  .fv .kirakira03 {
    top: 28%;
    right: 32%;
  }
}

.fv_bar {
  background-color: #E5481B;
}
.fv_bar .fv_bar_inner {
  width: 100rem;
  max-width: 94%;
  margin: 0 auto;
  padding: 1.2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 768px) {
  .fv_bar .fv_bar_inner {
    display: block;
    position: relative;
    padding: 1.2rem 16rem;
  }
}
@media screen and (min-width: 1024px) {
  .fv_bar .fv_bar_inner {
    padding: 1.2rem 20rem;
  }
}
.fv_bar .fv_bar_inner .fv_product_img {
  width: 36%;
}
@media screen and (min-width: 768px) {
  .fv_bar .fv_bar_inner .fv_product_img {
    position: absolute;
    width: 14rem;
    z-index: 1;
    left: 0;
    top: 50%;
    translate: 0 -50%;
  }
}
@media screen and (min-width: 1024px) {
  .fv_bar .fv_bar_inner .fv_product_img {
    width: 16rem;
  }
}
.fv_bar .fv_bar_inner .fv_price {
  text-align: center;
  color: #fff;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.2;
}
@media screen and (min-width: 768px) {
  .fv_bar .fv_bar_inner .fv_price {
    text-align: left;
  }
}
.fv_bar .fv_bar_inner .fv_price em {
  font-size: 4.8rem;
}

.sec01 {
  background-color: #F8D1C6;
  position: relative;
  overflow: hidden;
}
.sec01 .content {
  position: relative;
  padding-top: 12rem;
  padding-bottom: 24rem;
}
@media screen and (min-width: 768px) {
  .sec01 .content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-top: 10rem;
    padding-bottom: 10rem;
    height: 68rem;
  }
}
@media screen and (min-width: 1024px) {
  .sec01 .content {
    padding-top: 16rem;
    padding-bottom: 16rem;
    height: 84rem;
  }
}
.sec01 h2 {
  color: #EB6E5A;
  margin-bottom: 2.4rem;
  font-size: 2.4rem;
}
@media screen and (min-width: 768px) {
  .sec01 h2 {
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
    margin-bottom: 0;
    margin-left: 0.8rem;
    font-size: 2.8rem;
  }
}
@media screen and (min-width: 1024px) {
  .sec01 h2 {
    font-size: 3.6rem;
  }
}
@media screen and (min-width: 768px) {
  .sec01 h2 span {
    text-combine-upright: all;
    -webkit-text-combine: horizontal;
    position: relative;
    left: -0.1em;
  }
}
.sec01 h3 {
  margin-bottom: 2.4rem;
  font-size: 2rem;
}
@media screen and (min-width: 768px) {
  .sec01 h3 {
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
    margin: 0 2.4rem;
    font-size: 2.4rem;
    letter-spacing: 0.1em;
  }
}
@media screen and (min-width: 768px) {
  .sec01 p {
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
    margin-bottom: 0;
    margin-right: 0.8rem;
    font-size: 1.6rem;
    line-height: 2.2;
  }
}
.sec01 p em {
  color: #EB6E5A;
  font-style: normal;
}
@media screen and (min-width: 768px) {
  .sec01 p span {
    text-combine-upright: all;
    -webkit-text-combine: horizontal;
    position: relative;
    left: -0.1em;
  }
}
.sec01 .sec01_img01 {
  position: absolute;
  left: 50%;
  bottom: 0;
  translate: -50% 0;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .sec01 .sec01_img01 {
    width: 16rem;
  }
}
@media screen and (min-width: 1024px) {
  .sec01 .sec01_img01 {
    width: 18rem;
  }
}
.sec01 .sec01_img01 img {
  display: block;
}
.sec01::before {
  content: "";
  display: block;
  width: 180vw;
  height: 180vw;
  background-color: #fff;
  border-radius: 100%;
  position: absolute;
  top: 46%;
  left: 50%;
  translate: -50% -50%;
  display: block;
}
@media screen and (min-width: 768px) {
  .sec01::before {
    width: 80rem;
    height: 80rem;
    top: 50%;
    translate: -50% -50%;
  }
}
@media screen and (min-width: 1024px) {
  .sec01::before {
    width: 100rem;
    height: 100rem;
  }
}
.sec01::after {
  content: "";
  display: block;
  width: 100%;
  height: 8rem;
  position: absolute;
  left: 0;
  bottom: -0.1rem;
  background-image: url(../img/sec01_bg.svg);
  background-repeat: repeat-x;
  background-position: center bottom;
  background-size: 16rem;
}

.sec02 {
  background-color: #EB6E5A;
}
.sec02 .about_candlebush {
  background-color: #fff;
  border-radius: 0.8rem;
  padding: 1.2rem;
  margin-bottom: 2.4rem;
}
@media screen and (min-width: 768px) {
  .sec02 .about_candlebush {
    padding: 2.4rem;
  }
}
@media screen and (min-width: 1024px) {
  .sec02 .about_candlebush {
    padding: 4rem;
  }
}
.sec02 .about_candlebush h2 {
  background-image: url(../img/sec02_ttl_bg.png), url(../img/sec02_ttl_bg.png);
  background-position: left bottom, right bottom;
  background-repeat: no-repeat;
  background-size: 2.4rem;
  color: #EB6E5A;
  padding: 0.8rem;
  border-radius: 0.4rem;
  margin-bottom: 2.4rem;
  position: relative;
  text-align: center;
  border-bottom: solid 0.2rem #EB6E5A;
}
@media screen and (min-width: 768px) {
  .sec02 .about_candlebush h2 {
    font-size: 2.4rem;
    padding: 1.2rem 0;
  }
}
@media screen and (min-width: 1024px) {
  .sec02 .about_candlebush h2 {
    font-size: 3.2rem;
    background-size: 2.8rem;
  }
}
@media screen and (min-width: 768px) {
  .sec02 .about_candlebush h2 br {
    display: none;
  }
}
.sec02 .about_candlebush h3 {
  background-color: #FFFCE4;
  color: #EB6E5A;
  text-align: center;
  padding: 1.2rem;
  border-radius: 0.8rem;
  margin-bottom: 2rem;
  -webkit-box-shadow: 0 0 0.6rem rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 0.6rem rgba(0, 0, 0, 0.2);
}
@media screen and (min-width: 768px) {
  .sec02 .about_candlebush h3 {
    font-size: 2rem;
  }
}
@media screen and (min-width: 1024px) {
  .sec02 .about_candlebush h3 {
    font-size: 2.4rem;
    margin-bottom: 2.8rem;
  }
}
.sec02 .about_candlebush .row {
  margin-bottom: 4rem;
}
@media screen and (min-width: 768px) {
  .sec02 .about_candlebush .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media screen and (min-width: 1024px) {
  .sec02 .about_candlebush .row {
    margin-bottom: 6.4rem;
  }
}
.sec02 .about_candlebush .row figure {
  width: 72%;
  margin: 0 auto 2.4rem;
}
.sec02 .about_candlebush .row figure img {
  display: block;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .sec02 .about_candlebush .row figure {
    width: 24%;
    margin: 0;
  }
}
@media screen and (min-width: 768px) {
  .sec02 .about_candlebush .row .features_body {
    width: 74%;
  }
}
@media screen and (min-width: 768px) {
  .sec02 .about_candlebush .row_r {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}
.sec02 .about_candlebush .topics {
  margin-top: 6.4rem;
  background-color: #FFFCE4;
  border: solid 0.2rem #E5481B;
  border-radius: 0.8rem;
  padding: 3.2rem 0 2rem;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 1024px) {
  .sec02 .about_candlebush .topics {
    padding: 3.2rem 0 2.4rem;
  }
}
.sec02 .about_candlebush .topics h3 {
  position: absolute;
  left: 50%;
  top: 0;
  translate: -50% -50%;
  width: 88%;
  background-color: #E5481B;
  border-radius: 10rem;
  color: #fff;
  padding: 0.8rem 0;
  font-size: 1.6rem;
}
@media screen and (min-width: 768px) {
  .sec02 .about_candlebush .topics h3 {
    width: 32rem;
  }
}
.sec02 .about_candlebush .topics dl {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}
@media screen and (min-width: 768px) {
  .sec02 .about_candlebush .topics dl {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    width: 62%;
  }
}
@media screen and (min-width: 1024px) {
  .sec02 .about_candlebush .topics dl {
    width: 68%;
    text-align: center;
  }
}
.sec02 .about_candlebush .topics dl dt {
  color: #E5481B;
  text-align: center;
  font-weight: 700;
  font-size: 2rem;
  margin-bottom: 1.2rem;
}
.sec02 .about_candlebush .topics dl dd {
  margin: 0 1.6rem;
}
.sec02 .about_candlebush .topics figure {
  width: 36%;
}
@media screen and (min-width: 768px) {
  .sec02 .about_candlebush .topics figure {
    width: 18%;
  }
}
@media screen and (min-width: 1024px) {
  .sec02 .about_candlebush .topics figure {
    width: 16%;
  }
}
.sec02 .about_candlebush .topics figure img {
  display: block;
}
.sec02 .about_candlebush .topics .topics_img02 {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
@media screen and (min-width: 768px) {
  .sec02 .about_candlebush .topics .topics_img02 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
}
@media screen and (min-width: 768px) {
  .sec02 .about_candlebush .topics .topics_img02 img {
    width: 72%;
  }
}
.sec02 .about_candlebush .topics .point {
  -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
          order: 4;
  width: 100%;
  margin-top: 4rem;
  background-color: #E5481B;
  color: #fff;
  font-size: 2rem;
  font-weight: 700;
  text-align: center;
  padding: 0.8rem 0;
  position: relative;
}
@media screen and (min-width: 1024px) {
  .sec02 .about_candlebush .topics .point {
    margin-top: 2.4rem;
    font-size: 2.4rem;
  }
}
.sec02 .about_candlebush .topics .point::before {
  content: "";
  display: block;
  width: 1.6rem;
  height: 1.6rem;
  background-color: #E5481B;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  position: absolute;
  top: -3.2rem;
  left: 50%;
  translate: -50% 0;
}

.triangle {
  position: relative;
  height: 4rem;
}
@media screen and (min-width: 768px) {
  .triangle {
    height: 6.4rem;
  }
}
.triangle figure {
  position: absolute;
  width: 10rem;
  top: -90%;
  left: 50%;
  translate: -50% 0;
}
@media screen and (min-width: 768px) {
  .triangle figure {
    top: 10%;
  }
}
@media screen and (min-width: 1024px) {
  .triangle figure {
    width: 12rem;
    top: 0;
  }
}
.triangle::before {
  content: "";
  display: block;
  position: absolute;
  background-color: #EB6E5A;
  width: 100%;
  height: 100%;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
}

.sec03 h2 {
  text-align: center;
  margin-bottom: 4rem;
  font-size: 2.4rem;
}
@media screen and (min-width: 768px) {
  .sec03 h2 {
    font-size: 2.8rem;
  }
}
@media screen and (min-width: 1024px) {
  .sec03 h2 {
    font-size: 3.2rem;
    margin-bottom: 5.6rem;
  }
}
.sec03 h2 span {
  color: #E5481B;
}
@media screen and (min-width: 768px) {
  .sec03 .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 4rem;
  }
}
.sec03 .component_module {
  margin-bottom: 4rem;
}
@media screen and (min-width: 768px) {
  .sec03 .component_module {
    width: 31%;
    margin-bottom: 0;
  }
}
.sec03 .component_module figure {
  margin-bottom: 2.4rem;
}
.sec03 .component_module figure figcaption {
  padding: 0.4rem 1.2rem;
  border-radius: 10rem;
  text-align: center;
  font-size: 1.6rem;
  font-weight: 700;
  margin-bottom: 2.4rem;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .sec03 .component_module figure figcaption {
    font-size: 1.3rem;
  }
}
@media screen and (min-width: 1024px) {
  .sec03 .component_module figure figcaption {
    font-size: 1.6rem;
  }
}
.sec03 .component_module figure img {
  display: block;
  width: 64%;
  margin: 0 auto;
}
.sec03 .component_module dt {
  text-align: center;
  font-weight: 700;
  font-size: 2rem;
  margin-bottom: 1.6rem;
}
.sec03 .component_module dd {
  font-size: 1.4rem;
}
.sec03 .component_module01 figcaption {
  background-color: #E64826;
}
.sec03 .component_module01 dt {
  color: #E64826;
}
.sec03 .component_module02 figcaption {
  background-color: #41B971;
}
.sec03 .component_module02 dt {
  color: #41B971;
}
.sec03 .component_module03 figcaption {
  background-color: #3C7ABD;
}
.sec03 .component_module03 dt {
  color: #3C7ABD;
}
.sec03 .safety {
  background-color: #FEF4F2;
  border-radius: 0.8rem;
  padding: 1.6rem;
}
@media screen and (min-width: 768px) {
  .sec03 .safety {
    padding: 2.4rem;
  }
}
@media screen and (min-width: 768px) {
  .sec03 .safety {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.sec03 .safety figure {
  margin-bottom: 2.4rem;
}
@media screen and (min-width: 768px) {
  .sec03 .safety figure {
    width: 48%;
    margin-bottom: 0;
  }
}
@media screen and (min-width: 1024px) {
  .sec03 .safety figure {
    width: 45%;
  }
}
.sec03 .safety figure img {
  display: block;
}
@media screen and (min-width: 768px) {
  .sec03 .safety dl {
    width: 48%;
  }
}
@media screen and (min-width: 1024px) {
  .sec03 .safety dl {
    width: 52%;
  }
}
.sec03 .safety dl dt {
  padding-bottom: 1.2rem;
  margin-bottom: 1.2rem;
  font-size: 2rem;
  font-weight: 700;
  border-bottom: solid 0.2rem #F09C98;
}
@media screen and (min-width: 1024px) {
  .sec03 .safety dl dt {
    font-size: 2.8rem;
  }
}
.sec03 .safety dl dt span {
  display: block;
  color: #F09C98;
  font-size: 1.6rem;
}

.sec04 {
  background-color: #FFFCE4;
}
@media screen and (min-width: 768px) {
  .sec04 .content {
    padding: 3.2rem 0;
  }
}
@media screen and (min-width: 1024px) {
  .sec04 .content {
    padding: 4rem 0;
  }
}
.sec04 h2 {
  text-align: center;
  padding-bottom: 1.6rem;
  position: relative;
  font-size: 2.4rem;
  margin-bottom: 2.4rem;
}
.sec04 h2 span {
  color: #F09C98;
  font-size: 1.6rem;
}
@media screen and (min-width: 768px) {
  .sec04 h2 {
    margin-bottom: 4rem;
  }
}
@media screen and (min-width: 1024px) {
  .sec04 h2 {
    font-size: 3.6rem;
  }
}
@media screen and (min-width: 768px) {
  .sec04 .message_row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.sec04 .message_body {
  margin-bottom: 4rem;
}
@media screen and (min-width: 768px) {
  .sec04 .message_body {
    margin-bottom: 0;
    width: 60%;
  }
}
@media screen and (min-width: 1024px) {
  .sec04 .message_body {
    width: 66%;
  }
}
.sec04 .message_body h3 {
  font-size: 2rem;
  margin-bottom: 2.4rem;
  color: #EB6E5A;
  padding-bottom: 1.2rem;
  border-bottom: dotted 0.2rem #EB6E5A;
  margin-bottom: 1.2rem;
}
@media screen and (min-width: 768px) {
  .sec04 .message_body h3 {
    font-size: 2.4rem;
  }
}
.sec04 .message_body .signature {
  margin-top: 2.4rem;
  font-size: 1.6rem;
  font-weight: 700;
}
@media screen and (min-width: 1024px) {
  .sec04 .message_body .signature {
    font-size: 1.8rem;
  }
}
.sec04 .message_body .signature span {
  display: block;
  font-size: 1.2rem;
}
.sec04 .message_img {
  width: 64%;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .sec04 .message_img {
    width: 36%;
    margin: 0;
  }
}
@media screen and (min-width: 1024px) {
  .sec04 .message_img {
    width: 30%;
  }
}

.sec05 {
  background-color: #EF8B7B;
  background-image: url(../img/sec01_bg.svg);
  background-repeat: repeat-x;
  background-position: center bottom;
  background-size: 16rem;
  position: relative;
}
.sec05 h2 {
  background-color: #FFF;
  padding: 0.8rem 0.8rem;
  border-radius: 10rem;
  color: #EF8B7B;
  text-align: center;
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 2.4rem;
}
@media screen and (min-width: 768px) {
  .sec05 h2 {
    width: 90%;
    border: solid 0.1rem #fff;
    border-radius: 10rem;
    padding: 0.8rem;
    margin: 0 auto 4rem;
  }
}
@media screen and (min-width: 1024px) {
  .sec05 h2 {
    width: 72%;
  }
}
.sec05 h3 {
  color: #fff;
  text-align: center;
  font-size: 1.6rem;
  margin-bottom: 2rem;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .sec05 h3 {
    font-size: 2rem;
    margin-bottom: 4rem;
  }
}
.sec05 .contanct_info {
  background-color: #fff;
  border-radius: 0.8rem;
  padding: 2.4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (min-width: 1024px) {
  .sec05 .contanct_info {
    padding: 2rem 4rem;
    max-width: 81%;
    margin: 0 auto;
  }
}
.sec05 .contanct_info figure {
  width: 40%;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .sec05 .contanct_info figure {
    width: 16%;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin: 0;
  }
}
.sec05 .contanct_info .contact_module {
  text-align: center;
  font-weight: 700;
  margin-bottom: 4rem;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .sec05 .contanct_info .contact_module {
    margin-bottom: 0;
    width: 40%;
  }
}
@media screen and (min-width: 1024px) {
  .sec05 .contanct_info .contact_module {
    width: 38%;
  }
}
.sec05 .contanct_info .contact_module .txt_main {
  font-size: 2rem;
  line-height: 1;
  margin-bottom: 0.8rem;
}
.sec05 .contanct_info .contact_module .txt_main img {
  width: 2.8rem;
  margin-right: 0.8rem;
  position: relative;
}
@media screen and (min-width: 1024px) {
  .sec05 .contanct_info .contact_module .txt_main img {
    width: 3.2rem;
  }
}
.sec05 .contanct_info .contact_module .txt_main span {
  font-size: 3.6rem;
}
@media screen and (min-width: 1024px) {
  .sec05 .contanct_info .contact_module .txt_main span {
    font-size: 4rem;
  }
}
.sec05 .contanct_info .contact_module .txt_sub {
  line-height: 1;
  font-size: 1.6rem;
}
.sec05 .contanct_info .contact_module .contact_btn a {
  display: block;
  color: #EB6E5A;
  background-color: #FFF;
  border: solid 0.1rem #EB6E5A;
  padding: 1.2rem 0;
  font-size: 2rem;
  -webkit-transition: background-color 0.4s ease 0s;
  transition: background-color 0.4s ease 0s;
}
@media screen and (min-width: 768px) {
  .sec05 .contanct_info .contact_module .contact_btn a {
    font-size: 1.6rem;
  }
  .sec05 .contanct_info .contact_module .contact_btn a:hover {
    background-color: #EB6E5A;
    color: #fff;
    fill: #fff;
  }
  .sec05 .contanct_info .contact_module .contact_btn a:hover svg path {
    fill: #fff !important;
  }
}
.sec05 .contanct_info .contact_module .contact_btn a img, .sec05 .contanct_info .contact_module .contact_btn a svg {
  width: 2rem;
  margin-right: 0.4rem;
  position: relative;
}
.sec05 .contanct_info .contact_module .contact_btn a .btn_icon_mail {
  top: 0.1rem;
}
@media screen and (min-width: 768px) {
  .sec05 .contanct_info .contact_module .contact_btn a .btn_icon_mail {
    top: 0.1rem;
  }
}
@media screen and (min-width: 1024px) {
  .sec05 .contanct_info .contact_module .contact_btn a .btn_icon_mail {
    top: 0.2rem;
  }
}
.sec05 .contanct_info .contact_module .contact_btn a .btn_icon_cart {
  top: 0.1rem;
}
@media screen and (min-width: 768px) {
  .sec05 .contanct_info .contact_module .contact_btn a .btn_icon_cart {
    top: 0.2rem;
  }
}
@media screen and (min-width: 1024px) {
  .sec05 .contanct_info .contact_module .contact_btn a .btn_icon_cart {
    top: 0.4rem;
  }
}
.sec05 .contanct_info .contact_module:last-of-type {
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  .sec05 .contanct_info .contact_module.price-text {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
}
.sec05 .contanct_info .contact_module.price-text .txt_main {
  margin-top: 0.8rem;
}
@media screen and (min-width: 1024px) {
  .sec05 .contanct_info .contact_module.price-text .txt_main {
    font-size: 2.4rem;
  }
}
@media screen and (min-width: 1024px) {
  .sec05 .contanct_info .contact_module.price-text .txt_main span {
    font-size: 5.6rem;
  }
}
.sec05 .kirakira_white02, .sec05 .kirakira_white03 {
  display: none;
}
@media screen and (min-width: 768px) {
  .sec05 .kirakira_white02, .sec05 .kirakira_white03 {
    display: block;
    position: absolute;
  }
}
@media screen and (min-width: 768px) {
  .sec05 .kirakira_white03 {
    width: 5rem;
    top: 28%;
    left: 4%;
  }
}
@media screen and (min-width: 1280px) {
  .sec05 .kirakira_white03 {
    width: 10rem;
    top: 24%;
    left: 4%;
  }
}
@media screen and (min-width: 768px) {
  .sec05 .kirakira_white02 {
    width: 3.75rem;
    bottom: 56%;
    right: 4%;
  }
}
@media screen and (min-width: 1280px) {
  .sec05 .kirakira_white02 {
    width: 7.5rem;
    bottom: 16%;
    right: 4%;
  }
}

.sec06 {
  background-color: #FFFCE4;
}
.sec06 h2 {
  text-align: center;
}
.sec06 .term_table {
  margin-top: 4rem;
  border-collapse: collapse;
  width: 100%;
}
.sec06 .term_table th, .sec06 .term_table td {
  font-size: 1.4rem;
}
.sec06 .term_table th {
  width: 36%;
  background-color: #F8D1C6;
  border-top: solid 0.1rem #EB6E5A;
  border-bottom: solid 0.1rem #EB6E5A;
  padding: 1.2rem 0;
}
@media screen and (min-width: 768px) {
  .sec06 .term_table th {
    width: 24%;
  }
}
@media screen and (min-width: 768px) {
  .sec06 .term_table th br {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .sec06 .term_table th br.sp_hidden {
    display: block;
  }
}
.sec06 .term_table td {
  width: 64%;
  background-color: #fff;
  border-top: solid 0.1rem #F8D1C6;
  border-bottom: solid 0.1rem #F8D1C6;
  padding: 1.2rem;
}
@media screen and (min-width: 768px) {
  .sec06 .term_table td {
    width: 76%;
    padding: 1.2rem 1.6rem;
  }
}

footer .footer_inner {
  width: 100rem;
  max-width: 94%;
  margin: 0 auto;
  padding: 1.2rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
footer .footer_inner a {
  font-size: 1.2rem;
  position: relative;
}
footer .footer_inner a::after {
  content: "";
  position: absolute;
  right: -15px;
  top: 50%;
  translate: 0 -50%;
  width: 11px;
  height: 10px;
  background: url(/memorun/asset/img/icon-outer.svg) center no-repeat;
  background-size: cover;
}
footer .footer_inner .copyright {
  font-size: 1.2rem;
  margin-left: auto;
}
/*# sourceMappingURL=style.css.map */