@charset "UTF-8";
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
*::before {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
dl,
dt,
dd,
ol,
ul,
li,
form,
label,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 16px;
  vertical-align: baseline;
  font-weight: normal;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
li,
th,
td,
a {
  -webkit-font-smoothing: antialiased;
}

a {
  text-decoration: none;
}

img {
  pointer-events: none;
}

ol,
ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

input[type=email],
input[type=text],
input[type=password],
input[type=submit],
input[type=button],
input[type=radio],
input[type=tel],
textarea,
select {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  border: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
}

input[type=email]::-webkit-search-decoration,
input[type=text]::-webkit-search-decoration,
input[type=password]::-webkit-search-decoration,
input[type=submit]::-webkit-search-decoration,
input[type=button]::-webkit-search-decoration,
input[type=radio]::-webkit-search-decoration,
input[type=tel]::-webkit-search-decoration,
textarea::-webkit-search-decoration,
select::-webkit-search-decoration {
  display: none;
}

input[type=email]:focus,
input[type=text]:focus,
input[type=password]:focus,
input[type=submit]:focus,
input[type=button]:focus,
input[type=radio]:focus,
input[type=tel]:focus,
textarea:focus,
select:focus {
  outline-offset: -2px;
  outline: none;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

select::-ms-expand {
  display: none;
}

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

* {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0;
  line-height: 1;
}

html {
  scroll-behavior: smooth;
  background-color: #f5e1e6;
}

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #4e3d42;
  background-color: #f5e1e6;
  width: 100%;
}
@media screen and (min-width: 501px) {
  body {
    width: 100%;
  }
}

::-webkit-scrollbar {
  display: none;
}

img,
a {
  display: block;
}

.fadein {
  opacity: 0;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
.fadein.init {
  opacity: 1;
}

.spVisible {
  display: none;
}
@media screen and (max-width: 500px) {
  .spVisible {
    display: block;
  }
}

.spInvisible {
  display: block;
}
@media screen and (max-width: 500px) {
  .spInvisible {
    display: none;
  }
}

.font {
  font-family: "source-han-serif-japanese", serif;
  font-weight: 400;
  font-family: "big-caslon-fb", serif;
  font-weight: 700;
  font-family: "zen-kaku-gothic-antique", sans-serif;
  font-weight: 400;
  font-family: "superclarendon", serif;
  font-weight: 300;
  font-family: "ta-oonishi", sans-serif;
  font-weight: 300;
}

@font-face {
  font-family: "Handsel";
  font-weight: 400; /* 例: 通常の太さ */
  font-style: normal; /* 例: 通常のスタイル */
  src: url("../font/handsel-rebk-webfont.woff2") format("woff2"), url("../font/handsel-rebk-webfont.woff") format("woff"), url("../font/handsel-rebk-webfont.ttf") format("truetype");
}
@font-face {
  font-family: "DIN Alternate";
  font-weight: 400; /* 例: 通常の太さ */
  font-style: normal; /* 例: 通常のスタイル */
  src: url("../font/din_alternate_bold-webfont.woff2") format("woff2"), url("../font/din_alternate_bold-webfont.woff") format("woff"), url("../font/din_alternate_bold-webfont.ttf") format("truetype");
}
.pc_left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: fixed;
  top: 0;
  left: 0;
  width: calc((100% - 375px) / 2);
  height: 100vh;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
}
@media screen and (max-width: 500px) {
  .pc_left {
    display: none;
  }
}
.pc_left img {
  width: 180px;
}

.pc_right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: fixed;
  top: 0;
  right: 0;
  width: calc((100% - 375px) / 2);
  height: 100vh;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
}
@media screen and (max-width: 500px) {
  .pc_right {
    display: none;
  }
}
.pc_right p {
  font-size: 28px;
  font-family: "big-caslon-fb", serif;
  font-weight: 700;
  color: #ffffff;
  line-height: 38px;
  text-align: center;
}

article {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 30px rgba(0, 0, 0, 0.15);
}
@media screen and (min-width: 501px) {
  article {
    width: 375px;
  }
}
article header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 50px;
  background-color: #ffffff;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
article header img {
  width: 150px;
}
article main .main_visual_wrap {
  padding-top: 35px;
  padding-bottom: 100px;
}
article main .main_visual_wrap .main_visual {
  position: relative;
}
article main .main_visual_wrap .main_visual .p_1 {
  font-size: 14px;
  font-family: "source-han-serif-japanese", serif;
  font-weight: 500;
  letter-spacing: 0.08em;
  line-height: 20px;
  text-align: center;
}
article main .main_visual_wrap .main_visual h1 {
  margin-top: 10px;
  font-size: 30px;
  font-family: "big-caslon-fb", serif;
  font-weight: 700;
  color: #4e3d42;
  color: rgba(78, 61, 66, 0.8);
  letter-spacing: 0;
  text-align: center;
}
article main .main_visual_wrap .main_visual .new {
  position: absolute;
  top: 100px;
  right: calc(50% - 170px);
  font-size: 28px;
  font-family: "Handsel";
  color: #ffffff;
  -webkit-transform: rotate(-20deg);
          transform: rotate(-20deg);
  z-index: 1;
}
article main .main_visual_wrap .main_visual .img_wrap {
  background-image: url(../images/index/main_visual_background.png);
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: center;
}
article main .main_visual_wrap .main_visual .img_wrap img {
  margin-left: auto;
  margin-right: auto;
  width: 134px;
}
article main .main_visual_wrap .main_visual .p_2 {
  margin-top: 10px;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 20px;
  text-align: center;
}
article main .img_1 {
  width: 100%;
}
article main .concept_wrap {
  padding-top: 40px;
  padding-bottom: 50px;
}
article main .concept_wrap .concept .h2_wrap h2 {
  font-size: 32px;
  font-family: "Handsel";
  color: #6d6466;
  text-align: center;
}
article main .concept_wrap .concept .h2_wrap p {
  margin-top: 10px;
  font-size: 12px;
  font-family: "zen-kaku-gothic-antique", sans-serif;
  letter-spacing: 0.1em;
  text-align: center;
}
article main .concept_wrap .concept .p_1 {
  margin-top: 20px;
  font-size: 20px;
  font-family: "source-han-serif-japanese", serif;
  font-weight: 500;
  letter-spacing: 0.08em;
  line-height: 1.5;
  text-align: center;
}
article main .concept_wrap .concept .p_2 {
  margin-top: 15px;
  font-size: 12px;
  font-weight: 300;
  letter-spacing: 0.05em;
  line-height: 22px;
  text-align: center;
}
article main .concept_wrap .concept .point_wrap {
  margin-top: 35px;
}
article main .concept_wrap .concept .point_wrap .point {
  margin-top: 20px;
}
article main .concept_wrap .concept .point_wrap .point:first-child {
  margin-top: 0;
}
article main .concept_wrap .concept .point_wrap .point img {
  margin-left: auto;
  margin-right: auto;
  width: 48px;
}
article main .concept_wrap .concept .point_wrap .point p {
  margin-top: 10px;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.1em;
  line-height: 22px;
  text-align: center;
}
article main .ingredients_wrap {
  padding-top: 40px;
  padding-bottom: 50px;
}
article main .ingredients_wrap .ingredients {
  margin-left: auto;
  margin-right: auto;
  width: 375px;
}
article main .ingredients_wrap .ingredients .h2_wrap h2 {
  font-size: 32px;
  font-family: "Handsel";
  color: #6d6466;
  text-align: center;
}
article main .ingredients_wrap .ingredients .h2_wrap p {
  margin-top: 10px;
  font-size: 12px;
  font-family: "zen-kaku-gothic-antique", sans-serif;
  letter-spacing: 0.1em;
  text-align: center;
}
article main .ingredients_wrap .ingredients .list {
  margin-top: 40px;
}
article main .ingredients_wrap .ingredients .list .block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
article main .ingredients_wrap .ingredients .list .block:first-child {
  margin-top: 0;
}
article main .ingredients_wrap .ingredients .list .block:nth-child(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
article main .ingredients_wrap .ingredients .list .block:nth-child(even) .img_wrap .circle {
  left: auto;
  right: 19px;
}
article main .ingredients_wrap .ingredients .list .block:nth-child(even) .text {
  margin-left: 0;
  margin-right: 10px;
}
article main .ingredients_wrap .ingredients .list .block:nth-child(2) {
  margin-top: 20px;
}
article main .ingredients_wrap .ingredients .list .block:nth-child(2) .img_wrap .circle {
  top: 90px;
}
article main .ingredients_wrap .ingredients .list .block:nth-child(2) .text {
  padding-bottom: 25px;
}
article main .ingredients_wrap .ingredients .list .block:nth-child(2) .text .p_2 {
  letter-spacing: 0.1em;
}
article main .ingredients_wrap .ingredients .list .block:nth-child(3) {
  margin-top: 25px;
}
article main .ingredients_wrap .ingredients .list .block:nth-child(3) .img_wrap .circle {
  top: -22px;
}
article main .ingredients_wrap .ingredients .list .block:nth-child(3) .text {
  padding-bottom: 18px;
}
article main .ingredients_wrap .ingredients .list .block:nth-child(4) {
  margin-top: 50px;
}
article main .ingredients_wrap .ingredients .list .block:nth-child(4) .img_wrap .circle {
  top: -20px;
}
article main .ingredients_wrap .ingredients .list .block .img_wrap {
  position: relative;
}
article main .ingredients_wrap .ingredients .list .block .img_wrap img {
  width: 168px;
}
article main .ingredients_wrap .ingredients .list .block .img_wrap .circle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: -45px;
  left: 19px;
  width: 58px;
  height: 58px;
  background-color: #ffffff;
  border-radius: 50%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
article main .ingredients_wrap .ingredients .list .block .img_wrap .circle p {
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.05em;
  text-align: center;
}
article main .ingredients_wrap .ingredients .list .block .text {
  margin-left: 10px;
  width: 160px;
}
article main .ingredients_wrap .ingredients .list .block .text .p_1 {
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.1em;
  line-height: 22px;
}
article main .ingredients_wrap .ingredients .list .block .text .p_2 {
  margin-top: 5px;
  font-size: 12px;
  font-weight: 300;
  letter-spacing: 0.02em;
  line-height: 1.5;
}
article main .ingredients_wrap .ingredients .arrow {
  margin-top: 50px;
  margin-left: auto;
  margin-right: auto;
  width: 260px;
}
article main .ingredients_wrap .ingredients .contents {
  margin-top: 25px;
}
article main .ingredients_wrap .ingredients .contents .p_1 {
  font-size: 20px;
  font-family: "source-han-serif-japanese", serif;
  font-weight: 500;
  letter-spacing: 0.03em;
  text-align: center;
}
article main .ingredients_wrap .ingredients .contents .p_2 {
  margin-top: 10px;
  font-size: 14px;
  font-family: "source-han-serif-japanese", serif;
  font-weight: 500;
  letter-spacing: 0.08em;
  text-align: center;
  line-height: 24px;
}
article main .free_wrap {
  padding-top: 40px;
  padding-bottom: 50px;
}
article main .free_wrap .free .h2_wrap h2 {
  font-size: 32px;
  font-family: "Handsel";
  color: #6d6466;
  text-align: center;
}
article main .free_wrap .free .h2_wrap p {
  margin-top: 10px;
  font-size: 12px;
  font-family: "zen-kaku-gothic-antique", sans-serif;
  letter-spacing: 0.1em;
  text-align: center;
}
article main .free_wrap .free .p_1 {
  margin-top: 20px;
  font-size: 20px;
  font-family: "source-han-serif-japanese", serif;
  font-weight: 500;
  letter-spacing: 0.08em;
  line-height: 1.5;
  text-align: center;
}
article main .free_wrap .free .p_2 {
  margin-top: 15px;
  font-size: 12px;
  font-weight: 300;
  letter-spacing: 0.05em;
  line-height: 22px;
  text-align: center;
}
article main .free_wrap .free .list {
  position: relative;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  padding-left: 25px;
  padding-bottom: 20px;
  width: 300px;
  background-color: #ffffff;
}
article main .free_wrap .free .list .block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
article main .free_wrap .free .list .block:first-child {
  margin-top: 0;
}
article main .free_wrap .free .list .block .checkbox {
  position: relative;
  width: 22px;
  height: 22px;
  border: solid 1px #4e3d42;
}
article main .free_wrap .free .list .block .checkbox .img_wrap {
  position: absolute;
  top: -3px;
  right: -4px;
  width: 23px;
  height: 22.5px;
}
article main .free_wrap .free .list .block .checkbox .img_wrap .check-svg {
  -webkit-transition: opacity 0.5s ease-out;
  transition: opacity 0.5s ease-out;
}
article main .free_wrap .free .list .block .checkbox .img_wrap .check-svg.is-show {
  opacity: 1;
}
article main .free_wrap .free .list .block .checkbox .img_wrap .check-svg.is-show .check-path {
  stroke-dashoffset: 0;
}
article main .free_wrap .free .list .block .checkbox .img_wrap .check-svg .check-path {
  stroke: #e85d75;
  stroke-width: 1;
  -webkit-transition: stroke-dashoffset 0.8s cubic-bezier(0.68, -0.55, 0.27, 1.55);
  transition: stroke-dashoffset 0.8s cubic-bezier(0.68, -0.55, 0.27, 1.55);
}
article main .free_wrap .free .list .block .checkbox .img_wrap img {
  width: 100%;
}
article main .free_wrap .free .list .block p {
  margin-left: 15px;
  font-size: 18px;
  font-family: "ta-oonishi", sans-serif;
  font-weight: 300;
  letter-spacing: 0.05em;
}
article main .free_wrap .free .list .arrow {
  position: absolute;
  left: 50%;
  bottom: -45px;
  width: 10px;
}
article main .free_wrap .free .p_3 {
  margin-top: 80px;
  font-size: 20px;
  font-family: "source-han-serif-japanese", serif;
  font-weight: 500;
  letter-spacing: 0.08em;
  line-height: 1.5;
  text-align: center;
}
article main .process_wrap {
  padding-top: 40px;
  padding-bottom: 50px;
}
article main .process_wrap .process .h2_wrap h2 {
  font-size: 32px;
  font-family: "Handsel";
  color: #6d6466;
  text-align: center;
}
article main .process_wrap .process .h2_wrap p {
  margin-top: 10px;
  font-size: 12px;
  font-family: "zen-kaku-gothic-antique", sans-serif;
  letter-spacing: 0.1em;
  text-align: center;
}
article main .process_wrap .process .sub {
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px 0;
  width: 300px;
  background-color: #ffffff;
}
article main .process_wrap .process .sub .p_1 {
  position: relative;
  font-size: 20px;
  font-family: "source-han-serif-japanese", serif;
  font-weight: 500;
  letter-spacing: 0.08em;
  text-align: center;
}
article main .process_wrap .process .sub .p_1::after {
  content: "";
  display: block;
  position: absolute;
  left: calc(50% - 95px);
  bottom: -5px;
  width: 190px;
  height: 1px;
  background-color: #e85d75;
}
article main .process_wrap .process .sub .p_2 {
  margin-top: 15px;
  font-size: 12px;
  font-weight: 300;
  letter-spacing: 0.05em;
  line-height: 22px;
  text-align: center;
}
article main .process_wrap .process .list {
  margin-top: 30px;
}
article main .process_wrap .process .list .block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  margin-top: 20px;
  margin-right: 37px;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
article main .process_wrap .process .list .block:first-child {
  margin-top: 0;
}
article main .process_wrap .process .list .block:nth-child(even) {
  margin-left: 37px;
  margin-right: 0;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
article main .process_wrap .process .list .block:nth-child(even) .img {
  margin-left: 10px;
  margin-right: 0;
}
article main .process_wrap .process .list .block:nth-child(even) .arrow {
  left: auto;
}
article main .process_wrap .process .list .block:nth-child(2) .arrow {
  right: 110px;
  bottom: -70px;
  width: 35px;
}
article main .process_wrap .process .list .block:nth-child(3) {
  margin-top: 50px;
}
article main .process_wrap .process .list .block:nth-child(3) .arrow {
  bottom: -70px;
  width: 42px;
}
article main .process_wrap .process .list .block:nth-child(4) .img {
  margin-left: -12px;
  width: 210px;
}
article main .process_wrap .process .list .block:nth-child(4) .arrow {
  right: 110px;
  bottom: -70px;
  width: 30px;
}
article main .process_wrap .process .list .block:nth-child(5) .img {
  width: 160px;
}
article main .process_wrap .process .list .block:nth-child(5) .arrow {
  bottom: -70px;
}
article main .process_wrap .process .list .block:nth-child(5) .p_3 {
  left: 50px;
  right: auto;
  -webkit-transform: rotate(35deg);
          transform: rotate(35deg);
}
article main .process_wrap .process .list .block:nth-child(6) .arrow {
  right: 120px;
  bottom: -70px;
  width: 35px;
}
article main .process_wrap .process .list .block:nth-child(6) .text .no {
  top: -30px;
}
article main .process_wrap .process .list .block:nth-child(7) .img {
  width: 160px;
}
article main .process_wrap .process .list .block .img {
  margin-right: 10px;
  width: 179px;
}
article main .process_wrap .process .list .block .text {
  position: relative;
  width: 130px;
}
article main .process_wrap .process .list .block .text .no {
  position: absolute;
  top: -55px;
  right: 0;
  font-size: 110px;
  font-family: "superclarendon", serif;
  font-weight: 300;
  color: #ffffff;
  z-index: 0;
}
article main .process_wrap .process .list .block .text .p_1 {
  position: relative;
  font-size: 18px;
  font-family: "source-han-serif-japanese", serif;
  font-weight: 600;
  letter-spacing: 0.1em;
  line-height: 22px;
  z-index: 1;
}
article main .process_wrap .process .list .block .text .p_2 {
  position: relative;
  margin-top: 5px;
  font-size: 12px;
  font-weight: 300;
  letter-spacing: 0.08em;
  line-height: 22px;
  z-index: 1;
}
article main .process_wrap .process .list .block .arrow {
  position: absolute;
  left: 95px;
  bottom: -52px;
  width: 50px;
}
article main .process_wrap .process .list .block .p_3 {
  position: absolute;
  right: 75px;
  bottom: -70px;
  font-size: 14px;
  font-family: "ta-oonishi", sans-serif;
  font-weight: 300;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
article main .process_wrap .process .p_4 {
  margin-top: 60px;
  font-size: 20px;
  font-family: "source-han-serif-japanese", serif;
  font-weight: 500;
  letter-spacing: 0.08em;
  line-height: 1.5;
  text-align: center;
}
article main .how_to_wrap {
  padding-top: 40px;
  padding-bottom: 50px;
}
article main .how_to_wrap .how_to .h2_wrap h2 {
  font-size: 32px;
  font-family: "Handsel";
  color: #6d6466;
  text-align: center;
}
article main .how_to_wrap .how_to .h2_wrap p {
  margin-top: 10px;
  font-size: 12px;
  font-family: "zen-kaku-gothic-antique", sans-serif;
  letter-spacing: 0.1em;
  text-align: center;
}
article main .how_to_wrap .how_to .p_1 {
  margin-top: 30px;
  font-size: 20px;
  font-family: "source-han-serif-japanese", serif;
  font-weight: 500;
  letter-spacing: 0.08em;
  line-height: 1.5;
  text-align: center;
}
article main .how_to_wrap .how_to .list {
  margin-top: 50px;
}
article main .how_to_wrap .how_to .list .block {
  margin-top: 50px;
}
article main .how_to_wrap .how_to .list .block:first-child {
  margin-top: 0;
}
article main .how_to_wrap .how_to .list .block:nth-child(2) img {
  width: 106px;
}
article main .how_to_wrap .how_to .list .block:nth-child(3) img {
  width: 98px;
}
article main .how_to_wrap .how_to .list .block img {
  margin-left: auto;
  margin-right: auto;
  width: 119px;
}
article main .how_to_wrap .how_to .list .block .p_1 {
  margin-top: 30px;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.1em;
  line-height: 22px;
  text-align: center;
}
article main .how_to_wrap .how_to .list .block .p_2 {
  margin-top: 5px;
  font-size: 12px;
  font-weight: 300;
  letter-spacing: 0.05em;
  line-height: 22px;
  text-align: center;
}
article main .other_wrap {
  padding-top: 40px;
  padding-bottom: 50px;
}
article main .other_wrap .other .h2_wrap h2 span {
  display: block;
  font-size: 20px;
  font-family: "source-han-serif-japanese", serif;
  font-weight: 500;
  letter-spacing: 0.08em;
  line-height: 26px;
  text-align: center;
}
article main .other_wrap .other .p_1 {
  margin-top: 40px;
  font-size: 12px;
  font-weight: 300;
  letter-spacing: 0.05em;
  line-height: 22px;
  text-align: center;
}
article main .other_wrap .other img {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}
article main .other_wrap .other .p_2 {
  font-size: 20px;
  font-family: "source-han-serif-japanese", serif;
  font-weight: 500;
  letter-spacing: 0.08em;
  line-height: 1.5;
  text-align: center;
}
article main .cta_wrap {
  padding-top: 20px;
  padding-bottom: 110px;
  background-color: #ffffff;
}
article main .cta_wrap .cta .logo {
  margin-left: auto;
  margin-right: auto;
  width: 140px;
}
article main .cta_wrap .cta .h2_wrap {
  margin-top: 10px;
}
article main .cta_wrap .cta .h2_wrap h2 {
  font-size: 22px;
  font-family: "source-han-serif-japanese", serif;
  font-weight: 500;
  letter-spacing: 0.03em;
  text-align: center;
}
article main .cta_wrap .cta .product {
  margin-top: 15px;
  margin-left: auto;
  margin-right: auto;
  width: 96px;
}
article main .cta_wrap .cta .bubble_wrap {
  position: relative;
  margin-top: 15px;
  margin-left: auto;
  margin-right: auto;
  width: 260px;
  height: 64px;
}
article main .cta_wrap .cta .bubble_wrap .bubble {
  padding-top: 15px;
  width: 100%;
  height: 100%;
  background-image: url(../images/index/bubble.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
article main .cta_wrap .cta .bubble_wrap .bubble p {
  font-size: 20px;
  font-weight: 600;
  color: #e85d75;
  letter-spacing: 0.03em;
  text-align: center;
}
article main .cta_wrap .cta .bubble_wrap .circle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: -30px;
  left: -30px;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: #e85d75;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
article main .cta_wrap .cta .bubble_wrap .circle p {
  font-size: 15px;
  font-weight: 600;
  color: #ffffff;
  letter-spacing: 0.1em;
  text-align: center;
}
article main .cta_wrap .cta .text_1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
article main .cta_wrap .cta .text_1 .p_1 {
  position: relative;
  font-size: 38px;
  font-family: "DIN Alternate";
  font-weight: bold;
  letter-spacing: 0.01em;
}
article main .cta_wrap .cta .text_1 .p_1::after {
  content: "";
  display: block;
  position: absolute;
  top: 18px;
  left: -3px;
  width: 90px;
  width: 100px;
  height: 2px;
  background-color: #e85d75;
  -webkit-transform: rotate(-10deg);
          transform: rotate(-10deg);
}
article main .cta_wrap .cta .text_1 .p_2 {
  margin-left: 10px;
  font-size: 20px;
  font-weight: bold;
}
article main .cta_wrap .cta .text_1 .p_2 span {
  font-size: 18px;
  font-weight: bold;
}
article main .cta_wrap .cta .arrow {
  margin-top: 5px;
  margin-left: auto;
  margin-right: auto;
  width: 16px;
}
article main .cta_wrap .cta .text_2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 5px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
article main .cta_wrap .cta .text_2 .p_1 {
  font-size: 52px;
  font-family: "DIN Alternate";
  font-weight: bold;
  letter-spacing: 0.01em;
}
article main .cta_wrap .cta .text_2 .p_2 {
  margin-left: 10px;
  font-size: 24px;
  font-weight: bold;
}
article main .cta_wrap .cta .text_2 .p_2 span {
  font-size: 22px;
  font-weight: bold;
}
article main .cta_wrap .cta .p_3 {
  margin-top: 10px;
  font-size: 14px;
  font-weight: 600;
  color: #e85d75;
  letter-spacing: 0.08em;
  text-align: center;
}
article main .cta_button {
  position: fixed;
  left: 0;
  bottom: 30px;
  width: 100%;
  height: 60px;
  z-index: 99;
  overflow: hidden;
}
article main .cta_button a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: auto;
  margin-right: auto;
  width: 336px;
  height: 100%;
  background-color: #e85d75;
  border-radius: 30px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  opacity: 0;
  overflow: hidden;
}
article main .cta_button a p {
  font-size: 18px;
  font-weight: 600;
  color: #ffffff;
  letter-spacing: 0.08em;
  line-height: 20px;
  text-align: center;
}
article main .cta_button a p span {
  font-size: 12px;
  font-weight: 500;
  color: #ffffff;
  letter-spacing: 0.08em;
  letter-spacing: 0.08em;
}
article main .cta_button a .cartjs_box {
  margin-left: auto !important;
  padding: 0 !important;
  width: 336px;
  height: 60px;
  border: 0 !important;
}
article main .cta_button a .cartjs_box form {
  width: 100%;
  height: 100%;
}
article main .cta_button a .cartjs_box form .cartjs_product_table {
  display: none;
}
article main .cta_button a .cartjs_box form .cartjs_cart_in {
  margin-bottom: 0 !important;
  text-align: right !important;
  width: 100%;
  height: 100%;
}
article main .cta_button a .cartjs_box form .cartjs_cart_in input[type=image] {
  width: 336px;
  height: 60px;
  background-color: #e85d75;
  background-image: url(../images/index/cta_button.png);
  background-size: 100% 100%;
}
@media screen and (max-width: 500px) {
  article main .cta_button a .cartjs_box form .cartjs_cart_in input[type=image] {
    width: 124px;
    height: 41px;
  }
}
article main .cta_button a .cartjs_box form .cartjs_cart_in input[type=submit] {
  margin: 0 !important;
  padding: 0 !important;
  width: 336px !important;
  height: 60px !important;
  background-color: #e85d75 !important;
  background-image: url(../images/index/cta_button.png) !important;
  background-size: 100% 100% !important;
  border-radius: 0 !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  border: none !important;
  text-shadow: none !important;
}
@media screen and (max-width: 500px) {
  article main .cta_button a .cartjs_box form .cartjs_cart_in input[type=submit] {
    width: 124px;
    height: 41px;
  }
}
article main .cta_button a .cartjs_box .cartjs_block {
  padding: 0 !important;
}
article main .cta_button a .cartjs_box .cartjs_block .cartjs_dtl_tbl {
  display: none;
}
article main .cta_button a .cartjs_box .cartjs_block .cartjs_buy {
  width: 190px;
  height: 48px;
}
@media screen and (max-width: 500px) {
  article main .cta_button a .cartjs_box .cartjs_block .cartjs_buy {
    width: 124px;
    height: 41px;
  }
}
article main .cta_button a .cartjs_box .cartjs_block .cartjs_buy input[type=submit] {
  margin: 0 !important;
  padding: 0 !important;
  width: 336px !important;
  height: 60px !important;
  background-color: #e85d75 !important;
  background-image: url(../images/index/cta_button.png) !important;
  background-size: 100% 100% !important;
  border-radius: 0 !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  border: none !important;
  text-shadow: none !important;
}

.js-fade-in {
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  -webkit-transition: opacity 1s ease-out, -webkit-transform 1s ease-out;
  transition: opacity 1s ease-out, -webkit-transform 1s ease-out;
  transition: opacity 1s ease-out, transform 1s ease-out;
  transition: opacity 1s ease-out, transform 1s ease-out, -webkit-transform 1s ease-out;
}
.js-fade-in:nth-child(2) {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
.js-fade-in:nth-child(3) {
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}
.js-fade-in.is-show {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.js-fade-in_2 {
  opacity: 0;
  -webkit-transition: opacity 1s 0.2s ease-out;
  transition: opacity 1s 0.2s ease-out;
}
.js-fade-in_2:nth-child(2) {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
.js-fade-in_2:nth-child(3) {
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}
.js-fade-in_2.is-show {
  opacity: 1;
}