@charset "UTF-8";
/*  Foundation Base -----------------  */
* {
  box-sizing: border-box;
  border: 0;
  margin: 0;
  padding: 0;
  outline: 0;
  list-style: none;
  vertical-align: baseline;
  color: inherit;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  letter-spacing: 0.06em;
  font-style: normal;
  font-size: inherit;
  font-weight: 400;
  font-feature-settings: "palt";
  font-family: YakuHanMP_Noto,'Noto Serif JP', "Times New Roman",  "游明朝", YuMincho, 'MyYuMincho', "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", 'MyHiragino', "serif";
}

/* MyYuMincho */
@font-face {
  font-family: 'MyYuMincho';
  font-weight: normal;
  src: local("游明朝 Medium"), local("YuMincho-Medium"), local("Yu Mincho Medium"), local("游明朝"), local("YuMincho"), local("YuMincho-Regular");
}

@font-face {
  font-family: 'MyYuMincho';
  font-weight: bold;
  src: local("游明朝 Bold"), local("YuMincho-Bold"), local("Yu Mincho"), local("游明朝"), local("YuMincho");
}

@font-face {
  font-family: 'MyHiragino';
  font-weight: normal;
  src: local("Hiragino Mincho"), local("ヒラギノ明朝 ProN W3"), local("Hiragino Mincho ProN");
}

@font-face {
  font-family: 'MyHiragino';
  font-weight: bold;
  src: local("Hiragino Mincho"), local("ヒラギノ明朝 ProN W6"), local("Hiragino Mincho ProN W6");
}

@font-face {
  font-family: 'MyHiragino';
  font-weight: 800;
  src: local("Hiragino Mincho"), local("ヒラギノ明朝 StdN"), local("Hiragino Mincho StdN");
}

.san-serif, .c-t6, .c-caption {
  font-family: -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, sans-serif;
}

body {
  margin: 0;
  color: #303030;
  font-size: 16px;
  line-height: 2.0;
}

@media (max-width: 1024px) {
  body {
    font-size: 15px;
  }
}

@media (max-width: 768px) {
  body {
    font-size: 14px;
  }
}

h1, h2, h3, h4, h5, h6 {
  line-height: 1.5;
  margin-top: -.25em;
  margin-bottom: .5em;
}

strong {
  font-weight: bold;
}

p {
  margin-bottom: 1.0em;
}

@media (max-width: 768px) {
  p {
    text-align: left;
  }
  p br {
    display: none;
  }
}

img {
  -ms-interpolation-mode: bicubic;
  max-width: 100%;
  border: none;
  vertical-align: bottom;
}

:focus {
  outline: 0;
}

.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

a, a img {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  color: #ea5e71;
  font-weight: bold;
  text-decoration: none;
  opacity: 1.0;
  cursor: pointer;
}

a, a * {
  transition: color .2s linear,opacity .2s linear,background .2s linear,border .2s linear,-webkit-text-stroke-color .2s linear;
}

a:hover {
  color: #917e74;
  border-color: #917e74;
}

a:hover * {
  text-decoration: none;
  color: #ea5e71;
  border-color: #ea5e71;
  -webkit-text-stroke-color: #ea5e71;
}

a:hover img {
  opacity: .6;
}

input, button, textarea, select, option {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: none;
  border: none;
}

select::-ms-expand {
  display: none;
}

::-webkit-input-placeholder {
  color: #ccc;
}

input:-ms-input-placeholder {
  color: #ccc;
}

::-moz-placeholder {
  color: #ccc;
}

.fb_iframe_widget > span {
  vertical-align: baseline !important;
}

/*  Layout Header -----------------  */
#header {
  position: absolute;
  left: 0;
  top: 0;
  margin: 5%;
  z-index: 5;
}

#header img {
  height: 40px;
}

@media (max-width: 768px) {
  #header img {
    height: 24px;
  }
}

/*  Layout Main -----------------  */
#page {
  overflow: hidden;
}

.l-content a,
.l-content h1,
.l-content h2,
.l-content h3,
.l-content h4,
.l-content li,
.l-content p {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: relative;
  opacity: 0;
  top: 60px;
  transform: skewY(4deg);
  transition: opacity 1.5s ,top 1.5s ,transform 1.5s,background .2s;
}

@media (max-width: 768px) {
  .l-content a,
  .l-content h1,
  .l-content h2,
  .l-content h3,
  .l-content h4,
  .l-content li,
  .l-content p {
    top: 40px;
  }
}

.l-content a.is-active,
.l-content h1.is-active,
.l-content h2.is-active,
.l-content h3.is-active,
.l-content h4.is-active,
.l-content li.is-active,
.l-content p.is-active {
  opacity: 1;
  top: 0;
  transform: none;
}

.l-content section {
  position: relative;
}

.scale, .l-content img, .p-main__bottle {
  opacity: 0;
  transform: scale(1.3);
  transition: opacity 1.5s ease 0.2s,transform 1.5s ease 0.2s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.scale.is-active, .l-content img.is-active, .is-active.p-main__bottle {
  transform: none;
  opacity: 1;
}

/*  Layout Footer -----------------  */
#footer {
  background: url("../img/footer-bg.jpg") center/cover;
  text-align: center;
  color: #fff;
  padding: 80px 0;
}

#footer .c-caption {
  text-align: left;
  max-width: 720px;
  margin: 0 auto 40px;
}

@media (max-width: 768px) {
  #footer {
    padding: 40px 0;
  }
  #footer p {
    text-align: center;
  }
}

.p-footer__logo {
  height: 100px;
  margin-bottom: 20px;
}

#footer ul {
	margin: 0 0 30px 0;
	padding: 12px 0;
	border-top: 1px solid #bb9d8f;
	border-bottom: 1px solid #bb9d8f;
	text-align: center;
	font-size:12px;
}

#footer ul li {
	display: inline-block;
	padding: 0 10px;
	border-right: 1px solid #bb9d8f;
}

#footer ul li:last-child {
	border: 0;
}

#footer ul li a {
	color:#FFF;
}

/*  Component -----------------  */
.c-t0 span,
.c-t1 span,
.c-t2 span,
.c-t3 span,
.c-t4 span,
.c-t5 span {
  display: inline-block;
}

.c-t0 {
  font-size: 48px;
}

@media (max-width: 1024px) {
  .c-t0 {
    font-size: 36px;
  }
}

@media (max-width: 768px) {
  .c-t0 {
    font-size: 24px;
  }
}

.c-t1 {
  font-size: 40px;
}

@media (max-width: 1024px) {
  .c-t1 {
    font-size: 32px;
  }
}

@media (max-width: 768px) {
  .c-t1 {
    font-size: 24px;
  }
}

.c-t2 {
  font-size: 32px;
}

@media (max-width: 1024px) {
  .c-t2 {
    font-size: 24px;
  }
}

@media (max-width: 768px) {
  .c-t2 {
    font-size: 20px;
  }
}

.c-t3 {
  font-size: 24px;
}

@media (max-width: 1024px) {
  .c-t3 {
    font-size: 20px;
  }
}

@media (max-width: 768px) {
  .c-t3 {
    font-size: 16px;
    text-align: left;
  }
  .c-t3 br {
    display: none;
  }
}

.c-t4 {
  font-size: 20px;
}

@media (max-width: 1024px) {
  .c-t4 {
    font-size: 16px;
  }
}

@media (max-width: 768px) {
  .c-t4 {
    font-size: 16px;
  }
}

.c-t5 {
  font-size: 16px;
}

@media (max-width: 1024px) {
  .c-t5 {
    font-size: 14px;
  }
}

@media (max-width: 768px) {
  .c-t5 {
    font-size: 12px;
  }
}

.c-t6 {
  font-size: 14px;
}

@media (max-width: 1024px) {
  .c-t6 {
    font-size: 12px;
  }
}

@media (max-width: 768px) {
  .c-t6 {
    font-size: 10px;
  }
}

.c-t7 {
  font-size: 12px;
}

@media (max-width: 1024px) {
  .c-t7 {
    font-size: 11px;
  }
}

@media (max-width: 768px) {
  .c-t7 {
    font-size: 10px;
  }
}

.c-caption {
  font-size: 12px;
}

@media (max-width: 1024px) {
  .c-caption {
    font-size: 11px;
  }
}

@media (max-width: 768px) {
  .c-caption {
    font-size: 10px;
  }
}

/* .c-btn */
.c-btn {
  font-size: 18px;
  background: #ea5e71;
  color: #fff;
  min-width: 340px;
  padding: 23px 40px;
  line-height: 1;
  margin: 0;
  display: inline-block;
  position: relative;
  transition: 0.2s linear;
  text-align: center;
  border-radius: 64px;
  cursor: pointer;
  vertical-align: middle;
  box-shadow: 0 4px 16px 0 #ede1d1;
}

@media (max-width: 768px) {
  .c-btn {
    min-width: inherit;
    width: 100%;
    font-size: 16px;
    margin: 0 auto;
  }
}

.c-btn:hover {
  transition: 0.2s linear;
  background: #d13f52;
  color: #fff;
  border-color: #d13f52;
}

.c-container {
  margin: auto;
  max-width: 1100px;
  width: 87.2%;
  position: relative;
  z-index: 1;
}

.c-container--large {
  position: relative;
  margin: auto;
  max-width: 1290px;
  width: 100%;
}

/* grid */
.c-grid {
  margin: 0 -20px;
  display: flex;
  flex-wrap: wrap;
}

@media (max-width: 768px) {
  .c-grid {
    margin: 0 -8px;
  }
}

.c-grid--center {
  justify-content: center;
}

.c-grid__cell {
  float: left;
  margin: 0 20px 40px;
}

@media (max-width: 768px) {
  .c-grid__cell {
    margin: 0 8px 16px;
  }
}

.c-grid--2 > .c-grid__cell {
  width: 46%;
  width: calc(50% - 40px);
}

@media (max-width: 768px) {
  .c-grid--2 > .c-grid__cell {
    width: 100%;
    margin: 0 8px 16px;
  }
}

.c-grid--3 > .c-grid__cell {
  width: calc(33.3333% - 40px);
}

@media (max-width: 768px) {
  .c-grid--3 > .c-grid__cell {
    width: calc(50% - 16px);
  }
}

.c-grid--4 > .c-grid__cell {
  width: calc(25% - 40px);
  text-align: center;
}

@media (max-width: 768px) {
  .c-grid--4 > .c-grid__cell {
    width: calc(50% - 16px);
  }
}

.c-grid--6 > .c-grid__cell {
  width: 12.6666%;
  width: calc(16.6666% - 40px);
}

@media (max-width: 768px) {
  .c-grid--6 > .c-grid__cell {
    width: 33.3333%;
    width: calc(33.3333% - 16px);
  }
}

/*  Project -----------------  */
.p-annotation {
  font-size: 10px;
  vertical-align: top;
  transform: scale(0.8);
  display: inline-block;
  font-family: "游ゴシック体", YuGothic, 'MyYuGothic', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", 'MyHiragino', "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
}

.p-list {
  margin-bottom: 40px;
}

.p-list li {
  position: relative;
  display: flex;
  margin-bottom: 40px;
}

@media (max-width: 768px) {
  .p-list li {
    display: block;
    margin-bottom: 20px;
  }
}

.p-list li:nth-child(2n) {
  flex-direction: row-reverse;
}

.p-list li:nth-child(2n) .p-list__age {
  left: 30px;
  right: auto;
}

@media (max-width: 768px) {
  .p-list li:nth-child(2n) .p-list__age {
    left: 16px;
  }
}

.p-list__number {
  color: #ea5e71;
  letter-spacing: 0.16em;
  font-family: 'Cinzel',serif;
}

.p-list__img {
  position: relative;
  width: 50%;
  overflow: hidden;
}

.p-list__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: 'object-fit: cover';
}

@media (max-width: 768px) {
  .p-list__img {
    width: 100%;
  }
}

.p-list__title {
  margin-top: 0.125em;
  margin-bottom: 0.25em;
  line-height: 1.25;
}

.p-list__text {
  display: flex;
  align-items: center;
  background: #fff;
  text-align: left;
  width: 50%;
  padding: 5%;
}

@media (max-width: 1024px) {
  .p-list__text p br {
    display: none;
  }
}

@media (max-width: 768px) {
  .p-list__text {
    width: 100%;
    padding: 30px;
  }
}

.p-list__text p:last-child {
  margin-bottom: 0;
}

.p-list__age {
  height: 100px;
  width: 100px;
  background: #ea5e71;
  color: #fff;
  border-radius: 100%;
  line-height: 92px;
  position: absolute;
  top: 30px;
  right: 30px;
}

@media (max-width: 1024px) {
  .p-list__age {
    width: 72px;
    height: 72px;
    line-height: 68px;
  }
}

@media (max-width: 768px) {
  .p-list__age {
    top: 16px;
    right: 16px;
  }
}

.p-section-header {
  margin-bottom: 40px;
}

@media (max-width: 768px) {
  .p-section-header {
    margin-bottom: 20px;
  }
  .p-section-header span {
    display: inline-block;
  }
}

@media (max-width: 768px) {
  .p-section__title {
    width: 106%;
    margin-left: -3%;
    margin-right: -3%;
  }
}

.p-subtitle {
  color: #fff;
  background: #917e74;
  padding: 8px 16px;
  display: inline-block;
}

@media (max-width: 768px) {
  .p-subtitle {
    padding: 6px 12px;
  }
}

.p-gel {
  position: relative;
}

.p-gel canvas {
  opacity: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: transparent;
}

.is-loaded .p-gel canvas {
  transition: opacity 1s;
  opacity: 1;
}

#main {
  text-align: center;
  height: 100vh;
  background: url("../img/main-bg.jpg") center/cover;
  transition: none;
  opacity: 1;
  top: 0;
}

@media (max-width: 768px) {
  #main {
    height: 80vh;
  }
}

#main .c-container {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

@media (max-width: 768px) {
  #main .c-container {
    top: 53%;
  }
}

.p-main__title {
  width: 114.6788%;
  margin-bottom: 2em;
  margin-left: -7.3394%;
  margin-right: -7.3394%;
}

@media (max-width: 768px) {
  .p-main__title {
    margin-bottom: 1em;
  }
}

.p-main__bottle {
  height: 66.6666vh;
}

@media (max-width: 768px) {
  .p-main__bottle {
    height: 50vh;
  }
}

.p-main__scroll {
  position: absolute;
  right: 0;
  bottom: 0;
  transform: rotate(90deg);
  transform-origin: center right;
  margin: 5%;
  line-height: 1;
  font-family: 'Cinzel',serif;
}

@media (max-width: 768px) {
  .p-main__scroll {
    display: none;
  }
}

.p-main__scroll:before {
  content: '';
  display: inline-block;
  width: 64px;
  height: 1px;
  margin-right: 10px;
  margin-bottom: 2px;
  background: #303030;
  position: absolute;
  left: -74px;
  top: 7px;
  vertical-align: middle;
  opacity: 0.5;
  -webkit-animation: scroll 1.2s cubic-bezier(0.87, 0, 0.13, 1) infinite;
  animation: scroll 1.2s cubic-bezier(0.87, 0, 0.13, 1) infinite;
}

@-webkit-keyframes scroll {
  0% {
    width: 0;
    left: -74px;
  }
  50% {
    width: 64px;
    left: -74px;
  }
  100% {
    width: 0;
    left: -10px;
  }
}

@keyframes scroll {
  0% {
    width: 0;
    left: -74px;
  }
  50% {
    width: 64px;
    left: -74px;
  }
  100% {
    width: 0;
    left: -10px;
  }
}

#concept {
  min-height: 900px;
  height: 100vh;
}

#concept .c-container {
  position: relative;
  height: 100%;
}

#concept .c-btn {
  margin-top: 20px;
}

@media (max-width: 768px) {
  #concept {
    min-height: inherit;
    height: auto;
    padding: 0 0 30px;
  }
}

.p-concept__img {
  position: absolute;
  width: 50%;
  height: 100%;
  background: url("../img/concept-bg.jpg") center/cover;
}

.p-concept__img img {
  z-index: 10;
}

.p-concept__img .p-concept__bottle {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) scale(1.2);
  height: 54%;
  opacity: 0;
  transition: 1.5s ease .5s;
  z-index: 1;
}

.p-concept__img .p-concept__bottle.is-active {
  opacity: 1;
  transform: translate(-50%, -50%);
}

@media (max-width: 768px) {
  .p-concept__img {
    position: relative;
    width: 100%;
    height: auto;
    background: url("../img/concept-bg.jpg") bottom/cover;
  }
  .p-concept__img:before {
    content: '';
    display: block;
    padding-top: 110%;
  }
  .p-concept__img img {
    height: 66.6666%;
  }
}

.p-concept__text {
  position: absolute;
  padding: 20px;
  width: 58.3333%;
  left: 41.6666%;
  top: 50%;
  transform: translateY(-50%);
}

@media (max-width: 1024px) {
  .p-concept__text p br {
    display: none;
  }
  .p-concept__text .c-caption br {
    display: block;
  }
}

@media (max-width: 768px) {
  .p-concept__text {
    padding: 0;
    width: 100%;
    position: static;
    transform: none;
    margin-top: -55px;
  }
}

#concept2 {
  position: relative;
  height: 666px;
  overflow: hidden;
  background: url("../img/main-bg.jpg") left/cover;
}

#concept2 canvas {
  position: absolute;
  top: 0;
}

#concept2 .c-container {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
}

@media (max-width: 768px) {
  #concept2 {
    padding: 40px 0 0;
    height: auto;
    background-position: center;
  }
  #concept2 .c-container {
    position: static;
    transform: none;
  }
}

.p-concept2__img {
  position: absolute;
  height: 94%;
  bottom: 0;
  left: 60%;
  z-index: 2;
}

@media (max-width: 768px) {
  .p-concept2__img {
    position: static;
    width: 44%;
    height: auto;
    margin: 0 33%;
  }
}

#ingredients {
  text-align: center;
  padding: 100px 0 0;
}

@media (max-width: 768px) {
  #ingredients {
    padding: 40px 0 0;
  }
}

.p-ingredients .c-caption {
  text-align: left;
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
}

.p-ingredients__matrix {
  max-width: 540px;
  width: 100%;
  margin: 20px 0 40px;
}

@media (max-width: 768px) {
  .p-ingredients__matrix {
    margin: 10px 0 20px;
  }
}

.p-colagen {
  margin: 80px auto;
  height: 600px;
  background: #fff3ec url("../img/ingredients-bg.png") no-repeat right top/55%;
  text-align: left;
  overflow: hidden;
  position: relative;
}

@media (max-width: 1024px) {
  .p-colagen {
    height: 400px;
  }
}

@media (max-width: 768px) {
  .p-colagen {
    background-size: 90%;
    height: auto;
    margin: 30px auto;
  }
}

.p-colagen__text {
  top: 50%;
  transform: translateY(-50%);
}

@media (max-width: 768px) {
  .p-colagen__text {
    padding: 200px 0 40px;
    transform: none;
  }
}

.p-feature {
  margin: -120px auto;
  z-index: 2;
}

.p-feature .c-grid__cell {
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 100%;
  position: relative;
}

.p-feature .c-grid__cell:before {
  content: '';
  display: block;
  padding-top: 100%;
}

@media (max-width: 768px) {
  .p-feature {
    margin: -50px auto 0;
    width: 66.6666%;
    max-width: 240px;
  }
  .p-feature .c-grid__cell {
    left: -33.3333%;
    margin-bottom: -60px;
    width: 100%;
  }
  .p-feature .c-grid__cell:nth-child(2) {
    left: 33.3333%;
  }
  .p-feature .c-grid__cell p {
    text-align: center;
  }
  .p-feature .c-grid__cell p br {
    display: block;
  }
}

.p-feature__text {
  position: absolute;
  top: 50%;
  width: 100%;
  transform: translateY(-50%);
}

.p-spiral {
  margin: 40px auto 0;
  text-align: left;
  position: relative;
}

@media (max-width: 768px) {
  .p-spiral {
    height: auto;
    margin: 40px auto 0;
  }
}

.p-spiral__video {
  position: relative;
  width: 100%;
  height: 600px;
  overflow: hidden;
}

@media (max-width: 1024px) {
  .p-spiral__video {
    height: auto;
  }
}

@media (max-width: 768px) {
  .p-spiral__video {
    position: static;
  }
}

.p-spiral__video video, .p-spiral__video img {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
}

@media (max-width: 1024px) {
  .p-spiral__video video, .p-spiral__video img {
    position: static;
    transform: none;
  }
}

.p-spiral__video img.is-active {
  transform: translateY(-50%);
}

@media (max-width: 1024px) {
  .p-spiral__video img.is-active {
    position: static;
    transform: none;
  }
}

.p-spiral__text {
  margin-top: -3.5em;
}

@media (max-width: 768px) {
  .p-spiral__text {
    margin: 20px auto;
  }
}

.p-colagen2 {
  padding: 20px 0 100px;
  text-align: left;
  background: url("../img/ingredients-bg.jpg") no-repeat right center/contain;
  position: relative;
}

@media (max-width: 768px) {
  .p-colagen2 {
    padding: 0 0 500px;
    background: url("../img/ingredients-bg.jpg") no-repeat right bottom/400px;
  }
}

.p-colagen2__text .c-t2 {
  margin-top: 1em;
  margin-bottom: 0.125em;
}

.p-colagen2__text .c-btn {
  margin-top: 1em;
}

#mission {
  text-align: center;
  padding: 100px 0;
  background: url("../img/mission-bg.jpg") bottom/cover;
}

#mission .p-list {
  margin-bottom: 60px;
}

#mission .p-list__img:before {
  content: '';
  display: block;
  padding-top: 66.6666%;
}

#mission .p-list__img img {
  position: absolute;
  left: 0;
  top: 0;
}

@media (max-width: 768px) {
  #mission {
    padding: 40px 0;
  }
}

#promise {
  padding: 100px 0 0;
  text-align: center;
}

@media (max-width: 768px) {
  #promise {
    padding: 40px 0 0;
  }
}

.p-promise {
  max-width: 800px;
  margin: 40px auto 0;
}

@media (max-width: 768px) {
  .p-promise {
    margin: 20px -8px 0;
  }
}

.p-promise .c-grid__cell {
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 100%;
  position: relative;
  max-width: 240px;
}

.p-promise .c-grid__cell:before {
  content: '';
  display: block;
  padding-top: 100%;
}

.p-promise .c-t4 {
  position: absolute;
  top: 50%;
  width: 100%;
  transform: translateY(-50%);
  margin: 0;
}

.p-merit {
  position: relative;
  padding: 180px 0 120px;
  background: #fcf7f4 url("../img/promise-bg2.jpg") no-repeat top/contain;
}

.p-merit canvas {
  position: absolute;
  left: 0;
  top: 0;
  transform: translateY(-40%);
}

@media (max-width: 768px) {
  .p-merit {
    padding: 160px 0 40px;
    margin-top: -60px;
  }
}

.p-merit .p-merit__img {
  max-width: 245px;
  border-radius: 50%;
  overflow: hidden;
  margin: 0 auto 30px;
  margin-bottom: 20px;
}

.p-merit .p-merit__img img {
  border-radius: 50%;
  width: 100%;
  height: auto;
}

@media (max-width: 768px) {
  .p-merit .p-merit__img {
    width: 50%;
  }
}

.p-merit .c-btn {
  margin-top: 20px;
}

#howto {
  text-align: center;
  padding: 100px 0;
}

@media (max-width: 768px) {
  #howto {
    padding: 40px 0;
  }
}

.p-step {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 30px 0 30px -30px;
}

@media (max-width: 768px) {
  .p-step {
    flex-wrap: wrap;
    margin: 30px 0;
  }
}

.p-step li {
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1.25;
  background: #f8ece8;
  color: #917e74;
  position: relative;
  width: 240px;
  height: 64px;
  margin: 0 30px;
  padding-left: 16px;
}

@media (max-width: 768px) {
  .p-step li {
    width: 100%;
    padding: 0;
    margin: 0;
  }
  .p-step li:first-child:after {
    display: none;
  }
}

.p-step li:after {
  content: '';
  display: block;
  border: 32px solid transparent;
  border-left-color: #f8ece8;
  position: absolute;
  right: -64px;
}

@media (max-width: 768px) {
  .p-step li:after {
    border: 8px solid transparent;
    border-top-color: #917e74;
    right: 50%;
    top: 0;
    margin-right: -8px;
    z-index: 1;
  }
}

.p-step li:nth-child(2) {
  background: #917e74;
  color: #fff;
}

.p-step li:nth-child(2):after {
  border-left-color: #917e74;
}

@media (max-width: 768px) {
  .p-step li:nth-child(2):after {
    border-color: transparent;
    border-top-color: #f8ece8;
  }
}

.p-step li span {
  display: block;
}

.p-howto {
  position: relative;
  padding-top: 40px;
  text-align: left;
}

@media (max-width: 768px) {
  .p-howto {
    padding-top: 0;
  }
  .p-howto .c-grid__cell {
    border-top: 1px solid rgba(0, 0, 0, 0.2);
    padding-top: 30px;
  }
}

.p-howto p {
  border-bottom: 1px dashed rgba(0, 0, 0, 0.2);
  padding-bottom: 1em;
  margin-top: 1em;
}

.p-howto p:last-child {
  border: 0;
}

.p-howto p.c-caption {
  text-align: right;
}

.p-howto p:nth-child(3) br {
  display: block;
}

.p-howto:before {
  content: '';
  display: block;
  width: calc(100% - 40px);
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  margin: 0 20px;
  position: absolute;
  top: 0;
}

@media (max-width: 768px) {
  .p-howto:before {
    display: none;
  }
}

.p-howto__img {
  float: right;
  width: 66.6666%;
}

@media (max-width: 768px) {
  .p-howto__img {
    width: 50%;
    margin: auto;
    float: none;
    display: block;
  }
}

.p-habit {
  text-align: left;
  margin: 80px auto;
}

@media (max-width: 1024px) {
  .p-habit {
    margin: 60px auto;
  }
}

@media (max-width: 768px) {
  .p-habit {
    margin: 0 0 30px;
  }
}

.p-habit__img {
  position: relative;
  left: -30%;
  overflow: hidden;
  z-index: 0;
}

@media (max-width: 768px) {
  .p-habit__img {
    left: 0;
  }
  .p-habit__img:before {
    display: block;
    content: '';
    padding-top: 56.25%;
  }
  .p-habit__img img {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: auto;
    -o-object-fit: cover;
    object-fit: cover;
  }
}

.p-habit__text {
  position: absolute;
  left: 60%;
  width: 40%;
  top: -5em;
}

@media (max-width: 1024px) {
  .p-habit__text {
    left: 50%;
    width: 43.6%;
    top: -4em;
  }
}

@media (max-width: 768px) {
  .p-habit__text {
    position: static;
    width: 87.2%;
    margin: -1em auto 0;
  }
}

#review {
  text-align: center;
  padding: 100px 0;
  background: url("../img/mission-bg.jpg") top/cover;
}

@media (max-width: 768px) {
  #review {
    padding: 40px 0;
  }
}

#review .p-list .c-caption {
  text-align: right;
  margin-top: -2em;
}

.p-graph {
  padding: 80px 0;
  background: #fff;
}

@media (max-width: 768px) {
  .p-graph {
    padding: 40px 6.4%;
  }
}

.p-graph li {
  display: inline-block;
  width: 33.3333%;
  vertical-align: top;
  margin: 0 6.6666% 60px;
}

@media (max-width: 768px) {
  .p-graph li {
    width: 100%;
    margin: 0 auto 16px;
  }
  .p-graph li img {
    max-width: 240px;
    display: block;
    margin: auto;
  }
  .p-graph li .c-caption {
    text-align: center;
  }
}

#longseller {
  padding: 100px 0;
  background: #fff3ec;
  text-align: center;
}

#longseller *:last-child {
  margin-bottom: 0;
}

@media (max-width: 768px) {
  #longseller {
    padding: 40px 0;
  }
  #longseller p {
    text-align: center;
  }
}

.p-longseller {
  align-items: center;
}

.p-longseller__img img {
  max-height: 600px;
}

@media (max-width: 768px) {
  .p-longseller__img img {
    width: 60%;
  }
}

.p-longseller__text {
  text-align: left;
}

.p-pink {
  color: #ea5e71;
}

#share {
  padding: 200px 0;
  background: #f9f9f9;
  height: 900px;
  overflow: hidden;
}

#share .c-container {
  z-index: 2;
}

@media (max-width: 768px) {
  #share {
    text-align: center;
    padding: 40px 0;
    height: auto;
  }
}

.p-medal {
  float: left;
  width: 126px;
  margin-right: 20px;
  margin-top: -35px;
}

@media (max-width: 1024px) {
  .p-medal {
    width: 105px;
    margin-top: -30px;
  }
}

@media (max-width: 768px) {
  .p-medal {
    float: none;
    margin: auto;
    display: block;
  }
}

.p-share__video {
  position: absolute;
  width: 720px;
  right: -210px;
  top: -70px;
  z-index: 0;
  border-radius: 100%;
}

@media (max-width: 768px) {
  .p-share__video {
    width: 110%;
    right: -30%;
    top: auto;
    bottom: 15%;
  }
}

.p-share__video2 {
  position: absolute;
  width: 360px;
  right: 280px;
  top: 480px;
  z-index: 1;
  border-radius: 100%;
}

@media (max-width: 768px) {
  .p-share__video2 {
    width: 70%;
    right: auto;
    top: auto;
    left: -25%;
    bottom: 0;
    margin-bottom: -20%;
  }
}

#rd {
  text-align: center;
  padding: 100px 0;
  background: #d7e0e3;
}

@media (max-width: 768px) {
  #rd {
    padding: 40px 0;
  }
}

.p-rd__video {
  width: 100%;
}

#biomatrix {
  text-align: center;
  padding: 100px 0;
}

#biomatrix .p-list__text {
  background: #f7f3eb;
}

@media (max-width: 768px) {
  #biomatrix {
    padding: 40px 0;
  }
}

.p-biomatrix__img {
  overflow: hidden;
}

.p-biomatrix__text {
  max-width: 720px;
  text-align: left;
  margin: 40px auto 80px;
}

@media (max-width: 768px) {
  .p-biomatrix__text {
    margin: 20px auto 40px;
  }
}

#cta {
  padding: 0;
  background: url("../img/main-bg.jpg") left/cover;
}

@media (max-width: 768px) {
  #cta {
    padding: 0 0 40px;
  }
}

.p-cta__text {
  position: absolute;
  padding: 20px;
  width: 58.3333%;
  left: 41.6666%;
  top: 50%;
  transform: translateY(-50%);
}

@media (max-width: 768px) {
  .p-cta__text {
    position: relative;
    transform: none;
    left: 24%;
    width: 76%;
    top: 0;
    padding: 30px 0 0;
  }
  .p-cta__text .c-btn, .p-cta__text .c-caption {
    width: 131.5789473684211%;
    margin-left: -31.89473684210525%;
    margin-top: 20px;
  }
  .p-cta__text br {
    display: block;
  }
}

.p-cta__img {
  height: 630px;
  margin: -30px 0 -30px 18%;
}

@media (max-width: 1024px) {
  .p-cta__img {
    height: 480px;
    margin: 40px 0 40px 18%;
  }
}

@media (max-width: 768px) {
  .p-cta__img {
    position: absolute;
    height: 236px;
    margin: -10px 0 0 0;
  }
}

.p-cta__title {
  margin: 10px 0;
}

.p-border {
  padding: 3px 6px;
  border: 1px solid rgba(0, 0, 0, 0.2);
}

@media (max-width: 768px) {
  .p-border {
    padding: 0 4px;
  }
}

#campaign {
  background: url("../img/campaign-bg.jpg");
  background-size: 50px;
  height: 100vh;
  min-height: 900px;
  color: #fff;
}

#campaign .p-border {
  border-color: #fff;
}

#campaign .c-container {
  top: 50%;
  transform: translateY(-50%);
}

@media (max-width: 768px) {
  #campaign {
    padding: 40px 0;
    min-height: inherit;
    height: auto;
  }
  #campaign .c-container {
    top: auto;
    transform: none;
  }
  #campaign br {
    display: block;
  }
}

.p-campaign__img {
  position: relative;
}

.p-campaign__img img {
  width: 100%;
}

.p-campaign__text {
  margin-top: -1.25em;
}

.p-shin,
.p-shun {
  position: relative;
  z-index: 1;
  margin: auto 0.25em;
}

.p-shin:after,
.p-shun:after {
  content: '';
  display: block;
  width: 1.4em;
  height: 1.4em;
  background: #b22424;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -.65em -.725em;
  z-index: -1;
  transform: rotate(45deg);
}

.p-shun {
  color: #ccb470;
}

.p-shun:after {
  background: #fff;
}

.c-btn--campaign {
  background: #b22424;
  box-shadow: none;
}

.p-campaign__badge {
  position: absolute;
  right: -20px;
  top: -20px;
  background: #b22424;
  width: 100px;
  height: 100px;
  border-radius: 100px;
  text-align: center;
  line-height: 1.25;
  padding: 18px;
}

@media (max-width: 1024px) {
  .p-campaign__badge {
    padding: 16px;
    width: 84px;
    height: 84px;
  }
}

@media (max-width: 768px) {
  .p-campaign__badge {
    right: -10px;
    top: -10px;
    padding: 16px;
    width: 72px;
    height: 72px;
  }
}
