@charset "UTF-8";
/*

このファイルを直接編集しないでください。
書き足す場合は、新規に別のCSSファイルを作成して読み込んでください。

























*/
/* ==========
 * animations
 */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

html {
  background: #333;
  color: #666;
  font-family: -apple-system, "BlinkMacSystemFont", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  font-size: 3.5vw;
  line-height: 1.75;
}
@media only screen and (min-width: 720px) {
  html {
    font-size: 14px;
  }
}

body {
  background: #fff;
  color: inherit;
  font: inherit;
  margin: 0;
  padding: 0;
  text-align: inherit;
}
@media only screen and (min-width: 720px) {
  body {
    min-width: calc(1000px + 2rem * 2);
  }
}

a {
  color: inherit;
}

b {
  color: #c45;
}

p {
  margin: 1.75em 0;
}

mark {
  background: #ffff66;
  background: linear-gradient(0deg, #ffff66 40%, rgba(255, 255, 102, 0) 41%);
}

small {
  font-size: 85%;
}

h1 {
  font-size: 170%;
  line-height: 1.25;
  margin: 3rem 0;
  padding: 0;
}
@media only screen and (min-width: 720px) {
  h1 {
    font-size: 220%;
    text-align: center;
  }
}

h2 {
  font-size: 120%;
  line-height: 1.5;
  margin: 3rem 0;
}
@media only screen and (min-width: 720px) {
  h2 {
    font-size: 140%;
  }
}

h3 {
  font-size: 100%;
  line-height: 1.5;
  margin: 2.625rem 0 1.75rem;
}

figure {
  margin: 1.75em 0;
  text-align: center;
}

figcaption {
  line-height: 1.5;
  margin: .5em 0;
}
@media only screen and (min-width: 720px) {
  figcaption {
    font-size: 90%;
  }
}

img {
  max-width: 100%;
  vertical-align: bottom;
}

ul, ol {
  line-height: 1.5;
  margin: 1.75rem 0;
  padding: 0 0 0 1.5em;
}
p + ul, figure + ul, ul + ul, ol + ul, table + ul, p + ol, figure + ol, ul + ol, ol + ol, table + ol {
  margin-top: 1.75rem;
}

li {
  margin: 0;
}
li + li {
  margin-top: .5em;
}

ins {
  text-decoration: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  line-height: 1.5;
  margin: 1.75rem 0;
  width: 100%;
}
@media only screen and (min-width: 720px) {
  table {
    font-size: 90%;
  }
}

caption {
  margin: .5em 0 0;
  text-align: left;
}
caption:first-child {
  margin: 0 0 0.875rem;
}

td, th {
  border: 1px solid #666;
  padding: .75em .75em;
}

th {
  background: #eee;
  color: #333;
}

td {
  background: #fff;
}
td ul, td ol {
  margin: 0;
}

input[type="text"],
input[type="email"],
input[type="tel"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="tel"],
input[type="password"],
input[type="date"],
select,
textarea {
  border: 1px solid #aaa;
  border-radius: 4px;
  box-sizing: border-box;
  font-family: inherit;
  font-size: 140%;
  line-height: 1.5;
  padding: .5em .5em;
  vertical-align: middle;
  width: 100%;
}
@media only screen and (min-width: 720px) {
  input[type="text"],
  input[type="email"],
  input[type="tel"],
  input[type="search"],
  input[type="number"],
  input[type="tel"],
  input[type="tel"],
  input[type="password"],
  input[type="date"],
  select,
  textarea {
    font-size: 100%;
    padding: .5em .5em;
    width: auto;
  }
}

.wrapper {
  overflow: hidden;
}

.content-wrapper {
  padding: 3rem 2rem;
}
@media only screen and (min-width: 720px) {
  .content-wrapper {
    margin-left: auto;
    margin-right: auto;
    padding: 3rem 0;
    width: 1000px;
  }
}

.header {
  position: relative;
}

.header--dark {
  background: #333;
  color: #fff;
}

.header--light {
  background: url("../img/header_bg_ptn.png") repeat left top #eee;
  color: #666;
}

.header__inner {
  padding: 1rem;
  position: relative;
}
@media only screen and (min-width: 720px) {
  .header__inner {
    display: table;
    margin-left: auto;
    margin-right: auto;
    padding: 0.5rem 2rem;
    width: 1000px;
  }
}

.header__logo {
  display: inline-block;
  height: 1.5rem;
  width: auto;
}
@media only screen and (min-width: 720px) {
  .header__logo {
    display: table-cell;
    height: auto;
    vertical-align: middle;
    width: 150px;
  }
}
.header__logo a {
  color: inherit;
  text-decoration: none;
}
.header__logo img {
  vertical-align: -18%;
  height: 100%;
}
@media only screen and (min-width: 720px) {
  .header__logo img {
    height: auto;
    width: 150px;
  }
}

.global-nav {
  background: rgba(210, 147, 144, 0.9);
  color: #fff;
  height: 100vh;
  left: 0;
  opacity: 0;
  position: fixed;
  top: 0;
  transform: scale(2);
  transition: opacity .3s linear 0s, transform .3s ease 0s;
  width: 100%;
}
.global-nav:target, .is-nav-opened .global-nav {
  display: block;
  opacity: 1;
  transform: scale(1);
  top: 0;
  z-index: 100;
}
.is-nav-default .global-nav, .is-nav-finished-closing .global-nav {
  height: 0;
  overflow: hidden;
  top: -100%;
  z-index: -1;
}
@media only screen and (min-width: 720px) {
  .is-nav-default .global-nav, .is-nav-finished-closing .global-nav {
    top: auto;
    z-index: 0;
  }
}
@media only screen and (min-width: 720px) {
  .global-nav {
    background: none;
    color: inherit;
    height: auto;
    display: table-cell !important;
    opacity: 1;
    position: static;
    transform: scale(1);
    transition: none;
    width: auto;
  }
}

.global-nav__list {
  display: flex;
  font-family: "Roboto Condensed", sans-serif;
  flex-wrap: wrap;
  justify-content: space-between;
  list-style: none;
  margin: 0;
  padding: 3rem 1rem 1rem;
}
@media only screen and (min-width: 720px) {
  .global-nav__list {
    display: block;
    margin: 0 0 0 1em;
    padding: 0;
  }
}
.global-nav__list > li {
  font-size: 150%;
  line-height: 1;
  margin: .5rem 0 0;
  text-align: center;
  width: calc(50% - .25rem);
}
@media only screen and (min-width: 720px) {
  .global-nav__list > li {
    display: inline-block;
    font-size: 100%;
    margin: 0 0 0 1.25em;
    padding: 1em 0;
    width: auto;
  }
}
.global-nav__list > li a {
  border: 1px solid #fff;
  color: inherit;
  display: block;
  font-weight: normal;
  padding: 2.5rem 1rem;
  text-decoration: none;
}
@media only screen and (min-width: 720px) {
  .global-nav__list > li a {
    border: 0;
    padding: 0 0 1px;
    transition: opacity .2s linear;
  }
  .global-nav__list > li a:hover {
    opacity: .75;
  }
}

.global-nav__utility {
  list-style: none;
  line-height: 1.25;
  margin: 0;
  padding: 0 1rem;
}
@media only screen and (min-width: 720px) {
  .global-nav__utility {
    font-size: 85%;
    line-height: 1;
    padding: 0;
    position: absolute;
    right: 0;
    top: calc(50% - .75em);
  }
}
.global-nav__utility > li {
  text-align: center;
}
@media only screen and (min-width: 720px) {
  .global-nav__utility > li {
    display: inline-block;
    margin: 0 0 0 1em;
    text-align: left;
  }
}
@media only screen and (max-width: 720px) {
  .global-nav__utility > li + li {
    margin-top: .5rem;
  }
}
.global-nav__utility > li a {
  border: 1px solid;
  color: inherit;
  display: block;
  padding: 1rem;
  text-decoration: none;
}
@media only screen and (min-width: 720px) {
  .global-nav__utility > li a {
    border: 0;
    display: inline;
    padding: 0;
    transition: opacity .2s linear;
  }
  .global-nav__utility > li a:hover {
    opacity: .75;
  }
}

.global-nav-switch {
  display: inline-block;
  position: absolute;
  right: 1rem;
  top: 1rem;
  z-index: 150;
}
@media only screen and (min-width: 720px) {
  .global-nav-switch {
    display: none;
  }
}
.is-nav-opened .global-nav-switch {
  position: fixed;
}

.global-nav-switch {
  width: 2rem;
  height: 1.6rem;
}
.global-nav-switch span {
  background: #fff;
  height: .1rem;
  left: 0;
  position: absolute;
  transition: all .4s;
  width: 100%;
}
.global-nav-switch span:nth-of-type(1) {
  top: 0;
}
.global-nav-switch span:nth-of-type(2) {
  opacity: 1;
  top: calc(50% - 1px);
}
.global-nav-switch span:nth-of-type(3) {
  bottom: 0;
}
.is-nav-animated .global-nav-switch span:nth-of-type(1) {
  -webkit-animation: menu-bar01 .75s forwards;
  animation: menu-bar01 .75s forwards;
}
.is-nav-animated .global-nav-switch span:nth-of-type(2) {
  transition: all .25s .25s;
  opacity: 1;
}
.is-nav-animated .global-nav-switch span:nth-of-type(3) {
  -webkit-animation: menu-bar02 .75s forwards;
  animation: menu-bar02 .75s forwards;
}
.is-nav-opened .global-nav-switch span:nth-of-type(1) {
  -webkit-animation: active-menu-bar01 .75s forwards;
  animation: active-menu-bar01 .75s forwards;
}
.is-nav-opened .global-nav-switch span:nth-of-type(2) {
  opacity: 0;
}
.is-nav-opened .global-nav-switch span:nth-of-type(3) {
  -webkit-animation: active-menu-bar03 .75s forwards;
  animation: active-menu-bar03 .75s forwards;
}

@-webkit-keyframes menu-bar01 {
  0% {
    -webkit-transform: translateY(0.76rem) rotate(45deg);
  }
  50% {
    -webkit-transform: translateY(0.76rem) rotate(0);
  }
  100% {
    -webkit-transform: translateY(0) rotate(0);
  }
}
@keyframes menu-bar01 {
  0% {
    transform: translateY(0.76rem) rotate(45deg);
  }
  50% {
    transform: translateY(0.76rem) rotate(0);
  }
  100% {
    transform: translateY(0) rotate(0);
  }
}
@-webkit-keyframes menu-bar02 {
  0% {
    -webkit-transform: translateY(0) rotate(-45deg);
  }
  50% {
    -webkit-transform: translateY(0) rotate(0);
  }
  100% {
    -webkit-transform: translateY(0) rotate(0);
  }
}
@keyframes menu-bar02 {
  0% {
    transform: translateY(-0.76rem) rotate(-45deg);
  }
  50% {
    transform: translateY(-0.76rem) rotate(0);
  }
  100% {
    transform: translateY(0) rotate(0);
  }
}
@-webkit-keyframes active-menu-bar01 {
  0% {
    -webkit-transform: translateY(0) rotate(0);
  }
  50% {
    -webkit-transform: translateY(0.76rem) rotate(0);
  }
  100% {
    -webkit-transform: translateY(0.76rem) rotate(45deg);
  }
}
@keyframes active-menu-bar01 {
  0% {
    transform: translateY(0) rotate(0);
  }
  50% {
    transform: translateY(0.76rem) rotate(0);
  }
  100% {
    transform: translateY(0.76rem) rotate(45deg);
  }
}
.menu-trigger.active span:nth-of-type(2) {
  opacity: 0;
}

@-webkit-keyframes active-menu-bar03 {
  0% {
    -webkit-transform: translateY(0) rotate(0);
  }
  50% {
    -webkit-transform: translateY(-0.76rem) rotate(0);
  }
  100% {
    -webkit-transform: translateY(-0.76rem) rotate(-45deg);
  }
}
@keyframes active-menu-bar03 {
  0% {
    transform: translateY(0) rotate(0);
  }
  50% {
    transform: translateY(-0.76rem) rotate(0);
  }
  100% {
    transform: translateY(-0.76rem) rotate(-45deg);
  }
}
.main {
  position: relative;
  z-index: 10;
}

.key {
  background-color: #e1b6b4;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  color: #fff;
}
@media only screen and (min-width: 720px) {
  .key {
    min-height: 280px;
  }
}

.key__inner {
  padding: 1.5rem 2rem;
}
@media only screen and (min-width: 720px) {
  .key__inner {
    margin: 0 auto;
    padding: 4.5rem 2rem;
    width: 1000px;
  }
}

.key__title {
  font-family: "Marcellus", serif;
  font-size: 10vw;
  font-weight: normal;
  line-height: 1.2;
  margin: 0;
  padding: 0;
  text-align: center;
}
@media only screen and (min-width: 720px) {
  .key__title {
    font-size: 90px;
    margin: 0 auto;
  }
}

.key__sub-title {
  line-height: 1.25;
  margin: .5em 0 1em;
  text-align: center;
}
@media only screen and (min-width: 720px) {
  .key__sub-title {
    font-size: 140%;
  }
}

.key__lead {
  line-height: 2;
  text-align: center;
}
.key__sub-title + .key__lead:before {
  background: #fff !important;
}
.key__lead p {
  margin: 0;
}

.second-key {
  background: #e1b6b4;
  color: #fff;
}
@media only screen and (min-width: 720px) {
  .second-key {
    min-height: .second-key second-key-min-height;
  }
}

.second-key__inner {
  padding: 1rem 2rem;
}
@media only screen and (min-width: 720px) {
  .second-key__inner {
    margin: 0 auto;
    padding: 2rem 2rem;
    width: 1000px;
  }
}

.second-key__title {
  font-family: "Marcellus", serif;
  font-size: 200%;
  line-height: 1;
  margin: 0;
  padding: 0;
  text-align: center;
}
@media only screen and (min-width: 720px) {
  .second-key__title {
    font-size: 250%;
  }
}

.second-key__sub-title {
  font-size: 80%;
  line-height: 1.25;
  margin: .5rem 0 0;
  text-align: center;
}
@media only screen and (min-width: 720px) {
  .second-key__sub-title {
    font-size: 100%;
  }
}

.bread {
  background: #555;
  color: #fff;
  font-size: 80%;
  line-height: 1.25;
}

.bread__list {
  list-style: none;
  margin: 0;
  overflow: hidden;
  padding: .75rem 1rem;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media only screen and (min-width: 720px) {
  .bread__list {
    margin: 0 auto;
    padding: 0.75rem 2rem;
    width: 1000px;
  }
}
.bread__list > li {
  display: inline-block;
  margin: 0;
  padding: 0;
}
.bread__list > li + li:before {
  content: " / ";
}

.footer-contact {
  border-top: 1px solid #eae3e3;
  position: relative;
}
.footer-contact:before {
  background-image: url(../img/footer_contact_bg.jpg);
  background-color: #fff;
  background-size: 175%;
  background-repeat: no-repeat;
  background-position: 40% 0;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 0;
}
@media only screen and (min-width: 720px) {
  .footer-contact:before {
    background-size: cover;
    background-position: 100% top;
    left: 50%;
    width: 1000px;
  }
}
.footer-contact .note, .footer-contact .the-cart-box__cart__note-list > li, .footer-contact .products-lineup__lineup__item__note, .footer-contact .store-set-lineup__item__cart__note {
  font-size: inherit;
}

.footer-contact__inner {
  padding-bottom: 2rem;
  padding-top: 2rem;
  position: relative;
  z-index: 1;
}
@media only screen and (min-width: 720px) {
  .footer-contact__inner {
    padding-bottom: 3rem;
    padding-top: 3rem;
    width: 1000px;
  }
}

.footer-contact__heading {
  font-family: "游明朝体", YuMincho, "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 200%;
  font-weight: bold;
  line-height: 1.25;
  margin: 0;
  padding: 0;
}
@media only screen and (min-width: 720px) {
  .footer-contact__heading {
    font-size: 42px;
  }
}
.footer-contact__heading span:nth-child(1) {
  display: block;
}
@media only screen and (min-width: 720px) {
  .footer-contact__heading span:nth-child(1) {
    display: inline-block;
  }
}
.footer-contact__heading span:nth-child(2) {
  display: inline-block;
}
.footer-contact__heading span:nth-child(3) {
  display: inline-block;
  margin-left: -.25em;
  transform: rotate(15deg);
}

.footer-contact__main {
  background-color: #fff;
  border: 1px solid;
  list-style: none;
  margin: 2rem 0 0;
  padding: 1rem;
}
@media only screen and (min-width: 720px) {
  .footer-contact__main {
    background: none transparent;
    border: 0;
    padding: 0;
  }
}
.footer-contact__main > li {
  margin: 0;
  padding: 0;
}
.footer-contact__main > li + li {
  margin-top: 1rem;
}
@media only screen and (min-width: 720px) {
  .footer-contact__main > li + li {
    margin-top: 2rem;
  }
}

.footer-contact__tel__num {
  margin: 1rem 0;
}

.footer-contact__tel__num__icon {
  display: inline-block;
  line-height: 1;
  vertical-align: baseline;
  width: 3rem;
}
@media only screen and (min-width: 720px) {
  .footer-contact__tel__num__icon {
    height: 60px;
    width: 60px;
  }
}
.footer-contact__tel__num__icon img {
  height: auto;
  width: 100%;
}

.footer-contact__tel__num__num {
  display: inline-block;
  font-family: serif;
  font-size: 270%;
  font-weight: bold;
  line-height: 1;
  vertical-align: baseline;
}
.footer-contact__tel__num__num a {
  color: #c45;
  text-decoration: none;
}
@media only screen and (min-width: 720px) {
  .footer-contact__tel__num__num {
    font-size: 60px;
  }
}

.footer-contact__tel__time,
.footer-contact__mail__time {
  font-size: 90%;
  line-height: 1.25;
  margin: .5rem 0;
}
@media only screen and (min-width: 720px) {
  .footer-contact__tel__time,
  .footer-contact__mail__time {
    font-size: 100%;
  }
}

.footer-contact__tel__note,
.footer-contact__mail__note {
  font-size: 90% !important;
  line-height: 1.25 !important;
  margin: .5rem 0 !important;
}
.footer-contact__tel__note > li,
.footer-contact__mail__note > li {
  padding-left: 1em !important;
}
@media only screen and (min-width: 720px) {
  .footer-contact__tel__note,
  .footer-contact__mail__note {
    font-size: 100% !important;
  }
}

.footer-contact__tel__label,
.footer-contact__mail__label {
  background: #c45;
  border-radius: 2em;
  color: #fff;
  display: inline-block;
  font-size: 90%;
  font-weight: bold;
  line-height: 1;
  padding: .5em 1em;
  text-align: center;
  margin: 0;
  min-width: 8em;
}
@media only screen and (min-width: 720px) {
  .footer-contact__tel__label,
  .footer-contact__mail__label {
    font-size: 100%;
  }
}

.footer-contact__mail__address {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 220%;
  line-height: 1;
  margin: 1rem 0;
}
.footer-contact__mail__address a {
  color: #42a5cf;
  text-decoration: none;
}
@media only screen and (min-width: 720px) {
  .footer-contact__mail__address {
    font-size: 40px;
  }
}

.footer__nav {
  background: #eae3e3;
  font-size: 90%;
  text-align: center;
}
.footer__nav a {
  color: inherit;
}

.footer__nav__list {
  list-style: none;
  margin: 0;
  padding: 2em 2rem;
}
.footer__nav__list > a {
  display: inline-block;
  font-weight: normal;
}
@media only screen and (min-width: 720px) {
  .footer__nav__list {
    margin-left: auto;
    margin-right: auto;
    padding: 2em 1rem;
    width: 1000px;
  }
}

.footer__copyright {
  background: #333;
  color: #fff;
  font-size: 80%;
  padding: 1em 0;
  text-align: center;
}
@media only screen and (min-width: 720px) {
  .footer__copyright {
    margin-left: auto;
    margin-right: auto;
    padding: 1em 1rem;
  }
}

/* ====================
 * テキスト主体のコンテンツの基本構成要素
 */
.text-header, .company-header, .privacy-header, .sctl-header, .information-header, .guide-header {
  color: #333;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2rem;
  padding-right: 2rem;
  text-align: center;
}
@media only screen and (min-width: 720px) {
  .text-header, .company-header, .privacy-header, .sctl-header, .information-header, .guide-header {
    padding-left: calc(140px + 2rem);
    padding-right: calc(140px + 2rem);
    width: 720px;
  }
}

.text-title, .company-title, .privacy-title, .sctl-title {
  font-weight: normal;
  line-height: 1.25;
  margin: 0;
  padding: 0;
}

.text-sub-title, .company-sub-title, .privacy-sub-title, .sctl-sub-title {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 3vw;
  line-height: 1;
  margin: 1.5em 0 0;
}
@media only screen and (min-width: 720px) {
  .text-sub-title, .company-sub-title, .privacy-sub-title, .sctl-sub-title {
    font-size: 90%;
  }
}

.text-content, .company-content, .privacy-content, .sctl-content, .information-content, .guide-header, .guide-content {
  margin-left: auto;
  margin-right: auto;
  padding-left: 2rem;
  padding-right: 2rem;
}
@media only screen and (min-width: 720px) {
  .text-content, .company-content, .privacy-content, .sctl-content, .information-content, .guide-header, .guide-content {
    padding-left: calc(140px + 2rem);
    padding-right: calc(140px + 2rem);
    width: 720px;
  }
}

@media only screen and (max-width: 720px) {
  .none-sp {
    display: none;
  }
}

@media only screen and (min-width: 720px) {
  .none-pc {
    display: none;
  }
}

.prevent-select {
  user-select: none;
}

.inner-container, .footer-contact__inner, .section-belt-header__inner, .store-item-point__header__inner, .store-shopping-guide__inner, .bnr, .home-key__logo__inner, .home-campaign__inner, .home-story__slide__item__inner, .home-desc__inner, .home-point__inner, .home-content__inner, .about-concept__image__inner, .about-concept__inner, .about-lineup__header__inner, .about-lineup__inner, .frankincense-secret__header__inner, .frankincense-secret__inner, .contacts-content, .store-lead__inner, .store-award, .store-ranking__inner, .store-point__item__inner, .store-lineup__inner, .store-campaign__inner, .store-information__inner, .store-item-fv__inner, .store-item-point__inner, .store-item-produce__inner, .store-item-howto__header__inner, .store-item-howto__inner, .store-item-subscription__header__inner, .store-item-subscription__inner, .store-item-set__header__inner, .store-item-set__inner, .store-item-goal__inner, .item-ingredient__inner, .products-lineup__inner, .store-set-lead__inner, .store-set-lineup__inner, .guide-container {
  padding-left: 2rem;
  padding-right: 2rem;
}
@media only screen and (min-width: 720px) {
  .inner-container, .footer-contact__inner, .section-belt-header__inner, .store-item-point__header__inner, .store-shopping-guide__inner, .bnr, .home-key__logo__inner, .home-campaign__inner, .home-story__slide__item__inner, .home-desc__inner, .home-point__inner, .home-content__inner, .about-concept__image__inner, .about-concept__inner, .about-lineup__header__inner, .about-lineup__inner, .frankincense-secret__header__inner, .frankincense-secret__inner, .contacts-content, .store-lead__inner, .store-award, .store-ranking__inner, .store-point__item__inner, .store-lineup__inner, .store-campaign__inner, .store-information__inner, .store-item-fv__inner, .store-item-point__inner, .store-item-produce__inner, .store-item-howto__header__inner, .store-item-howto__inner, .store-item-subscription__header__inner, .store-item-subscription__inner, .store-item-set__header__inner, .store-item-set__inner, .store-item-goal__inner, .item-ingredient__inner, .products-lineup__inner, .store-set-lead__inner, .store-set-lineup__inner, .guide-container {
    margin-left: auto;
    margin-right: auto;
    width: 1000px;
  }
}

.example-caption {
  padding-left: 2em;
  position: relative;
  text-align: left;
}
.example-caption:before {
  content: "例）";
  left: 0;
  position: absolute;
  top: auto;
}

.note, .the-cart-box__cart__note-list > li, .products-lineup__lineup__item__note, .store-set-lineup__item__cart__note {
  line-height: 1.5;
  padding-left: 1em;
  position: relative;
}
@media only screen and (min-width: 720px) {
  .note, .the-cart-box__cart__note-list > li, .products-lineup__lineup__item__note, .store-set-lineup__item__cart__note {
    font-size: 85%;
  }
}
.note:before, .the-cart-box__cart__note-list > li:before, .products-lineup__lineup__item__note:before, .store-set-lineup__item__cart__note:before {
  content: "*";
  left: 0;
  position: absolute;
  top: auto;
}

.note-list, .footer-contact__tel__note,
.footer-contact__mail__note {
  list-style: none;
  margin: 1.75rem 0;
  padding: 0;
}
@media only screen and (min-width: 720px) {
  .note-list, .footer-contact__tel__note,
  .footer-contact__mail__note {
    font-size: 85%;
  }
}
.note-list > li, .footer-contact__tel__note > li,
.footer-contact__mail__note > li {
  counter-increment: notelistitemdecimal;
  padding-left: 1.25em;
  position: relative;
}
.note-list > li:before, .footer-contact__tel__note > li:before,
.footer-contact__mail__note > li:before {
  content: "*";
  left: 0;
  position: absolute;
  top: auto;
}
.note-list > li.note-list__item--star, .footer-contact__tel__note > li.note-list__item--star,
.footer-contact__mail__note > li.note-list__item--star, .footer-contact__tel__note > li,
.footer-contact__mail__note > li {
  counter-increment: notelistitemdecimal;
  padding-left: 2.2em;
}
.note-list > li.note-list__item--num, .footer-contact__tel__note > li.note-list__item--num,
.footer-contact__mail__note > li.note-list__item--num {
  counter-increment: notelistitemdecimal;
  padding-left: 2.2em;
}
.note-list > li.note-list__item--num:before, .footer-contact__tel__note > li.note-list__item--num:before,
.footer-contact__mail__note > li.note-list__item--num:before {
  content: "*" counter(notelistitemdecimal);
}

.no-style-list, .the-cart-box__cart__note-list {
  list-style: none;
  padding: 0;
}

.line-between-heading-text, .key__sub-title + .key__lead:before, .lineup-heading:after, .lineup-heading--jp:after, .products-lineup__heading:after, .store-shopping-guide__heading:after, .store-ranking__heading:after, .store-lineup__heading:after, .store-campaign__heading:after, .store-information__heading:after, .store-set-lineup__heading:after, .home-desc__heading:after, .about-concept__desc__heading:after {
  background: #eae3e3;
  content: "";
  display: block;
  height: 1px;
  margin: 2.5rem auto;
  width: 3rem;
}

.section-heading, .about-lineup__heading, .store-item-howto__heading, .store-item-subscription__heading, .store-item-set__heading {
  border: 0;
  color: inherit;
  font-family: "Marcellus", serif;
  font-size: 10vw;
  font-weight: normal;
  line-height: 1.25;
  margin: 0;
  padding: 0;
  text-align: center;
}
@media only screen and (min-width: 720px) {
  .section-heading, .about-lineup__heading, .store-item-howto__heading, .store-item-subscription__heading, .store-item-set__heading {
    font-size: 56px;
  }
}

.section-sub-heading, .store-item-howto__sub-heading, .store-item-subscription__sub-heading, .store-item-set__sub-heading {
  font-size: 4vw;
  line-height: 1.5;
  text-align: center;
  margin: 1.5rem 0 0;
}
@media only screen and (min-width: 720px) {
  .section-sub-heading, .store-item-howto__sub-heading, .store-item-subscription__sub-heading, .store-item-set__sub-heading {
    font-size: 16px;
  }
}

.section-belt-header, .frankincense-secret__header, .store-item-point__header {
  padding: 2rem 0;
  text-align: center;
}
@media only screen and (min-width: 720px) {
  .section-belt-header, .frankincense-secret__header, .store-item-point__header {
    padding: 3.5rem 0;
  }
}

.section-belt-heading, .frankincense-secret__heading, .store-item-point__heading {
  border: 0;
  font-family: "Marcellus", serif;
  font-size: 10vw;
  font-weight: normal;
  line-height: 1.25;
  margin: 0;
  padding: 0;
}
@media only screen and (min-width: 720px) {
  .section-belt-heading, .frankincense-secret__heading, .store-item-point__heading {
    font-size: 56px;
  }
}

.section-belt-sub-heading, .frankincense-secret__sub-heading, .store-item-point__sub-heading {
  margin: .25em 0 0;
}
@media only screen and (min-width: 720px) {
  .section-belt-sub-heading, .frankincense-secret__sub-heading, .store-item-point__sub-heading {
    font-size: 100%;
  }
}

.lineup-heading, .lineup-heading--jp, .products-lineup__heading, .store-shopping-guide__heading, .store-ranking__heading, .store-lineup__heading, .store-campaign__heading, .store-information__heading, .store-set-lineup__heading {
  border: 0;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 8vw;
  font-weight: normal;
  line-height: 1.25;
  margin: 0 0 1.25em;
  padding: 0;
  text-align: center;
}
@media only screen and (min-width: 720px) {
  .lineup-heading, .lineup-heading--jp, .products-lineup__heading, .store-shopping-guide__heading, .store-ranking__heading, .store-lineup__heading, .store-campaign__heading, .store-information__heading, .store-set-lineup__heading {
    font-size: 260%;
  }
}

.lineup-heading--jp, .products-lineup__heading {
  font-family: -apple-system, "BlinkMacSystemFont", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  font-size: 6vw;
}
@media only screen and (min-width: 720px) {
  .lineup-heading--jp, .products-lineup__heading {
    font-size: 200%;
  }
}

.decorated-heading, .privacy-section-heading, .sctl-section-heading, .guide-heading, .guide-section__heading {
  border: 0;
  border-top: 0.2rem solid #eae3e3;
  color: #333;
  font-size: 4.5vw;
  font-weight: normal;
  line-height: 1.5;
  padding: 1rem 0 0;
  position: relative;
}
@media only screen and (min-width: 720px) {
  .decorated-heading, .privacy-section-heading, .sctl-section-heading, .guide-heading, .guide-section__heading {
    font-size: 150%;
  }
}
.decorated-heading:before, .privacy-section-heading:before, .sctl-section-heading:before, .guide-heading:before, .guide-section__heading:before {
  background: #e1b6b4;
  content: "";
  display: block;
  height: .2rem;
  left: 0;
  top: -.2rem;
  position: absolute;
  width: 25vw;
}
@media only screen and (min-width: 720px) {
  .decorated-heading:before, .privacy-section-heading:before, .sctl-section-heading:before, .guide-heading:before, .guide-section__heading:before {
    width: 8rem;
  }
}

.btn, .btn--strong, .contacts-section__info__btn, .fixed-recommendation__btn, .home-story__slide__item__act a, .home-point__item__act a {
  border: 1px solid;
  box-sizing: border-box;
  cursor: pointer;
  display: inline-block;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: normal;
  line-height: 1.25;
  min-width: 12em;
  padding: 1em 1em;
  text-align: center;
  text-decoration: none;
}
.btn:hover, .btn--strong:hover, .contacts-section__info__btn:hover, .fixed-recommendation__btn:hover, .home-story__slide__item__act a:hover, .home-point__item__act a:hover {
  text-decoration: none;
}
@media only screen and (min-width: 720px) {
  .btn, .btn--strong, .contacts-section__info__btn, .fixed-recommendation__btn, .home-story__slide__item__act a, .home-point__item__act a {
    padding: .5em 1em;
  }
}

.btn--strong, .contacts-section__info__btn {
  background: #d78582;
  color: #fff;
}

.cart-btn, .cart-btn--strong, .the-cart-box__cart__item--subscription .the-cart-box__cart__act__btn, .products-lineup__lineup__item__act__btn--sub, .store-set-lineup__item__cart__item--subscription .store-set-lineup__item__cart__act__btn, .the-cart-box__cart__act__btn, .products-lineup__lineup__item__act__btn, .store-set-lineup__item__cart__act__btn {
  background: #333;
  border: 0;
  box-sizing: border-box;
  color: #fff;
  display: inline-block;
  font-size: 110%;
  line-height: 1.25;
  padding: 1em 1.5em;
  text-align: center;
  text-decoration: none;
  width: 100%;
}
@media only screen and (min-width: 720px) {
  .cart-btn, .cart-btn--strong, .the-cart-box__cart__item--subscription .the-cart-box__cart__act__btn, .products-lineup__lineup__item__act__btn--sub, .store-set-lineup__item__cart__item--subscription .store-set-lineup__item__cart__act__btn, .the-cart-box__cart__act__btn, .products-lineup__lineup__item__act__btn, .store-set-lineup__item__cart__act__btn {
    font-size: 90%;
    min-width: 17em;
    width: auto;
  }
}

.cart-btn--strong, .the-cart-box__cart__item--subscription .the-cart-box__cart__act__btn, .products-lineup__lineup__item__act__btn--sub, .store-set-lineup__item__cart__item--subscription .store-set-lineup__item__cart__act__btn {
  background: #d78582;
}

.category-label, .lineup__item__category__item, .home-campaign__item__name__help, .store-ranking__item__category__item, .products-lineup__lineup__item__category__item {
  border: 1px solid;
  display: inline-block;
  font-size: 85%;
  font-weight: normal;
  line-height: 1;
  padding: .25em .5em;
  vertical-align: middle;
}

.price-label, .the-cart-box__cart__price__label, .store-set-lineup__item__cart__price__label {
  border: 1px solid;
  display: inline-block;
  font-size: 80%;
  line-height: 1;
  padding: .25em .5em;
  vertical-align: middle;
}

/* ====================
 * ページ最上部に固定配置するおしらせ
 */
@keyframes fixed-info {
  0% {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
  10% {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.fixed-info {
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1000;
}
.fixed-info.is-hidden {
  display: none;
}
.fixed-info * {
  color: inherit;
}

.fixed-info__inner {
  animation: fixed-info .8s ease 0s;
  background-color: rgba(204, 68, 85, 0.9);
  box-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, 0.2);
  color: #fff;
  margin: 0 auto;
  padding: .75rem 1rem;
  position: relative;
  transition: opacity .4s ease 0s, transform .4s ease 0s;
}
@media only screen and (min-width: 720px) {
  .fixed-info__inner {
    padding: 1em 3.5em 1em;
  }
}
.is-closed .fixed-info__inner {
  opacity: 0 !important;
  transform: translate3d(0, -100%, 0) !important;
}
.fixed-info__inner a {
  color: inherit;
}

.fixed-info__text {
  line-height: 1.5;
}
@media only screen and (min-width: 720px) {
  .fixed-info__text {
    text-align: center;
  }
}
.fixed-info__text p {
  margin: 0;
}
.fixed-info__text p > span {
  vertical-align: middle;
}
.fixed-info__text b, .fixed-info__text strong {
  color: inherit;
}

.fixed-info__close {
  text-align: right;
  margin: .5em 0 0;
}
@media only screen and (min-width: 720px) {
  .fixed-info__close {
    margin: 0;
    position: absolute;
    right: 1rem;
    top: 0.5rem;
  }
}

.fixed-info__label {
  background: #fff;
  border-radius: 2em;
  color: #c45;
  display: block;
  font-size: 80%;
  font-weight: bold;
  line-height: 1;
  margin: 0 auto .5rem;
  text-align: center;
  padding: .5em 1rem;
  vertical-align: middle;
  width: 14em;
}

/* ====================
 * 固定のレコメンド
 */
.fixed-recommendation {
  background: rgba(204, 68, 85, 0.9);
  box-shadow: 0.5rem 0.75rem 1.5rem rgba(0, 0, 0, 0.2);
  bottom: 0;
  left: 0;
  position: fixed;
  width: 100%;
  transform: translate3d(0, 100%, 0);
  opacity: 0;
  transition: opacity .8s ease 0s, bottom .8s ease 0s, transform .8s ease 0s;
  z-index: 1000;
}
.is-scroll-quarterentered .fixed-recommendation {
  transform: translate3d(0, 0%, 0);
  opacity: 1;
}
.is-scroll-quarterleft .fixed-recommendation {
  transform: translate3d(0, 100%, 0);
  opacity: 0;
}
.is-scroll-quarterleft .fixed-recommendation.is-transition-end {
  display: none;
}
.special-offer-closed .fixed-recommendation {
  display: none;
}

.fixed-recommendation__inner {
  color: #fff;
  padding: 1rem;
  margin: 0 auto;
  position: relative;
  box-sizing: border-box;
}
@media only screen and (min-width: 720px) {
  .fixed-recommendation__inner {
    padding: 2rem;
    width: 1000px;
  }
}

.fixed-recommendation__close {
  position: absolute;
  top: .5rem;
  right: 1rem;
}
@media only screen and (min-width: 720px) {
  .fixed-recommendation__close {
    right: .5rem;
  }
}

.fixed-recommendation__close i.fa-times {
  font-size: 1.5rem;
}

.fixed-recommendation__label {
  line-height: 1;
  text-align: center;
}

.fixed-recommendation__label__main {
  display: block;
  font-family: "Marcellus", serif;
  font-size: 6vw;
}
@media only screen and (min-width: 720px) {
  .fixed-recommendation__label__main {
    font-size: 50px;
  }
}

.fixed-recommendation__label__main__sale {
  display: block;
  font-size: 4.5vw;
  font-weight: bold;
}
@media only screen and (min-width: 720px) {
  .fixed-recommendation__label__main__sale {
    font-size: 34px;
  }
}

.fixed-recommendation__label__sub {
  display: block;
  font-size: 4.5vw;
  margin: .5rem 0 0;
}
@media only screen and (min-width: 720px) {
  .fixed-recommendation__label__sub {
    font-size: 200%;
    margin: 1rem 0 0;
  }
}

.fixed-recommendation__text {
  line-height: 1.5;
  margin: 1rem auto;
  max-width: 720px;
  text-align: center;
}
@media only screen and (min-width: 720px) {
  .fixed-recommendation__text {
    font-size: 110%;
    margin: 1.5rem auto;
  }
}
.fixed-recommendation__text p {
  margin: 0;
}
@media only screen and (min-width: 720px) {
  .fixed-recommendation__text br {
    display: none;
  }
}
.fixed-recommendation__text b {
  border-bottom: 2px dotted;
  color: #FFFA73;
  font-weight: normal;
}

.fixed-recommendation__act {
  margin: 1rem 0 0;
  text-align: center;
}
@media only screen and (min-width: 720px) {
  .fixed-recommendation__act {
    margin: 1.5rem 0 0;
  }
}
.fixed-recommendation__act h3 {
  margin: 0;
}

.fixed-recommendation__btn {
  background: #fff;
  border: 0;
  border-radius: 2em;
  color: #c45;
  font-size: 90%;
  font-weight: bold;
  line-height: 1.5;
  padding: .5em 2em;
}
@media only screen and (min-width: 720px) {
  .fixed-recommendation__btn {
    font-size: 110%;
  }
}

/* ====================
 * 固定のレコメンド
 */
.fixed-banner {
  width: 50%;
  position: fixed;
  bottom: 0;
  right: 0;
  transform: translate3d(0, 100%, 0);
  transition: opacity .8s ease 0s, bottom .8s ease 0s, transform .8s ease 0s;
  z-index: 10000;
}
@media only screen and (min-width: 720px) {
  .fixed-banner {
    width: 23rem;
    bottom: 312px;
    right: 0;
  }
}
.is-scroll-quarterentered .fixed-banner {
  transform: translate3d(0, -102%, 0);
}
@media only screen and (min-width: 720px) {
  .is-scroll-quarterentered .fixed-banner {
    transform: translate3d(0, 31%, 0);
  }
}
.is-scroll-quarterleft .fixed-banner {
  transform: translate3d(0, 0%, 0);
}
@media only screen and (min-width: 720px) {
  .is-scroll-quarterleft .fixed-banner {
    transform: translate3d(0, 100%, 0);
  }
}
.is-scroll-quarterleft .fixed-banner.is-transition-end {
  display: none;
}
.banner-offer-closed .fixed-banner {
  display: none;
}

.fixed-banner__inner {
  color: #333;
  padding: 0 1rem;
  margin: 0 auto;
  position: relative;
  box-sizing: border-box;
}
@media only screen and (min-width: 720px) {
  .fixed-banner__inner {
    padding: 2rem;
  }
}

.fixed-banner__close {
  position: absolute;
  top: -24px;
  right: 1rem;
}
@media only screen and (min-width: 720px) {
  .fixed-banner__close {
    top: 0;
    right: 2rem;
  }
}

.fixed-banner__close i.fa-times {
  font-size: 1.5rem;
}

.twin_set_btn {
  background: #d78582;
}

/* ====================
 * 各ページに設置できる製品ラインナップ
 */
.lineup {
  color: inherit;
}

.lineup__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  list-style: none;
  margin: 0;
  padding: 0;
}

.lineup__item, .lineup__list:after, .lineup__list:before {
  margin: 3rem 0 0;
  padding: 0;
  width: 48%;
}
@media only screen and (min-width: 720px) {
  .lineup__item, .lineup__list:after, .lineup__list:before {
    width: 300px;
  }
}

.lineup__item__image {
  position: relative;
}
.lineup__item__image a {
  display: block;
}

.lineup__list:after {
  content: "";
  display: block;
  margin: 0;
}

.lineup__list:before {
  content: "";
  display: block;
  margin: 0;
  order: 1;
}

.lineup__item__text {
  font-size: 90%;
  margin: .5em 0 0;
}
@media only screen and (min-width: 720px) {
  .lineup__item__text {
    font-size: 100%;
  }
}

.lineup__item__category {
  margin: .25rem 0;
}

.lineup__item__brand {
  display: block;
}

.lineup__item__name {
  display: block;
  margin: 0;
}

.lineup__item__price {
  margin: 0;
}

.lineup__item__price--subscription {
  color: #c45;
}

.lineup__item__set-detail {
  font-size: 80%;
  margin: .25em 0 0;
}

/* ====================
 * オンラインストアの下部の簡易ショッピングガイド
 */
.store-shopping-guide {
  border-top: 0.25rem solid #eae3e3;
  color: #333;
  padding: 3rem 0;
}
@media only screen and (min-width: 720px) {
  .store-shopping-guide {
    padding: 60px 0;
  }
}

@media only screen and (min-width: 720px) {
  .store-shopping-guide__container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: -20px;
  }
}

.store-shopping-guide__item {
  box-sizing: border-box;
}
@media only screen and (min-width: 720px) {
  .store-shopping-guide__item {
    border: 1px solid;
    margin: 20px 0 0;
    padding: 19px;
    width: 320px;
  }
}
@media only screen and (max-width: 720px) {
  .store-shopping-guide__item + .store-shopping-guide__item {
    margin: 3rem 0 0;
  }
}

.store-shopping-guide__item__heading {
  background: #eae3e3;
  line-height: 1.25;
  margin: 0;
  padding: .5rem 1rem;
  text-align: center;
}
@media only screen and (min-width: 720px) {
  .store-shopping-guide__item__heading {
    background: transparent;
    font-size: 150%;
    padding: 0;
  }
}

.store-shopping-guide__item__content {
  margin: 1.5rem 0 0;
}
.store-shopping-guide__item__content .note, .store-shopping-guide__item__content .the-cart-box__cart__note-list > li, .store-shopping-guide__item__content .products-lineup__lineup__item__note, .store-shopping-guide__item__content .store-set-lineup__item__cart__note {
  margin: .25em 0;
}

.store-shopping-guide__item__link {
  margin: 2rem 0 0;
}

.store-shopping-guide__item__order-list {
  list-style: none;
  padding: 0;
}
.store-shopping-guide__item__order-list > li {
  counter-increment: order-list;
  margin: 1em 0;
  padding: 0 0 0 2em;
  position: relative;
}
.store-shopping-guide__item__order-list > li:before {
  background: #333;
  color: #fff;
  content: counter(order-list);
  font-family: "Roboto Condensed", sans-serif;
  font-size: 80%;
  font-weight: normal;
  left: 0;
  line-height: 1;
  padding: .25em .25em;
  position: absolute;
  text-align: center;
  top: .25em;
  vertical-align: middle;
  min-width: 1em;
}
.store-shopping-guide__item__order-list > li .note, .store-shopping-guide__item__order-list > li .the-cart-box__cart__note-list > li, .store-shopping-guide__item__order-list > li .products-lineup__lineup__item__note, .store-shopping-guide__item__order-list > li .store-set-lineup__item__cart__note {
  margin: .5em 0;
}

.store-shopping-guide__item__subscription-list {
  margin-top: 1em;
}
.store-shopping-guide__item__subscription-list > li {
  margin: .25em 0;
}

.store-shopping-guide__item__credit-list > li {
  margin: .25em 0;
}

.store-shopping-guide__item__delivery-list {
  list-style: none;
  padding: 0;
}
.store-shopping-guide__item__delivery-list > li {
  margin: 2em 0;
}
.store-shopping-guide__item__delivery-list > li .note, .store-shopping-guide__item__delivery-list > li .the-cart-box__cart__note-list > li, .store-shopping-guide__item__delivery-list > li .products-lineup__lineup__item__note, .store-shopping-guide__item__delivery-list > li .store-set-lineup__item__cart__note {
  margin: .5em 0;
}

.store-shopping-guide__item__contact-list {
  list-style: none;
  padding: 0;
}
.store-shopping-guide__item__contact-list > li {
  margin: 1em 0;
}
.store-shopping-guide__item__contact-list > li .note, .store-shopping-guide__item__contact-list > li .the-cart-box__cart__note-list > li, .store-shopping-guide__item__contact-list > li .products-lineup__lineup__item__note, .store-shopping-guide__item__contact-list > li .store-set-lineup__item__cart__note {
  margin: .5em 0;
}

/* ====================
 * テーブル
 */
.decorated-table th, .company-table th, .privacy-table th, .sctl-table th, .decorated-table td, .company-table td, .privacy-table td, .sctl-table td {
  background: transparent;
  border: 0;
}
.decorated-table td, .company-table td, .privacy-table td, .sctl-table td {
  border-top: 0.2rem solid #eae3e3;
  color: #666;
  padding: 1rem 0 2.5rem 0;
}
.decorated-table th, .company-table th, .privacy-table th, .sctl-table th {
  border-top: 0.2rem solid #e1b6b4;
  color: #333;
  text-align: left;
  padding: 1rem 1rem 2.5rem 0;
}

/* ====================
 * リスト
 */
.decorated-dl, .sctl-list {
  border: 0;
  padding: 0;
}
.decorated-dl > dt, .sctl-list > dt {
  border-top: 0.2rem solid #eae3e3;
  color: #333;
  padding: 1rem 0 0;
  position: relative;
}
.decorated-dl > dt:before, .sctl-list > dt:before {
  background: #e1b6b4;
  content: "";
  display: block;
  height: .2rem;
  left: 0;
  top: -.2rem;
  position: absolute;
  width: 25vw;
}
@media only screen and (min-width: 720px) {
  .decorated-dl > dt:before, .sctl-list > dt:before {
    width: 8rem;
  }
}
.decorated-dl > dd, .sctl-list > dd {
  padding: 0 0 2rem;
}

.info-dl, .privacy-address-list, .subscription-call-center, .procedure-address-list {
  background: #fff;
  border: 1px solid #666;
  margin: 1.75rem 0;
  padding: 1rem;
}
.info-dl > dt, .privacy-address-list > dt, .subscription-call-center > dt, .procedure-address-list > dt {
  font-weight: bold;
  margin: 0 0 .5em;
}
.info-dl > dd, .privacy-address-list > dd, .subscription-call-center > dd, .procedure-address-list > dd {
  margin: 0;
}
.info-dl > dd + dt, .privacy-address-list > dd + dt, .subscription-call-center > dd + dt, .procedure-address-list > dd + dt {
  border-top: 1px solid;
  margin-top: 1em;
  padding-top: 1em;
}
.info-dl > dd.note-dd, .privacy-address-list > dd.note-dd, .subscription-call-center > dd.note-dd, .procedure-address-list > dd.note-dd {
  line-height: 1.5;
}
@media only screen and (min-width: 720px) {
  .info-dl > dd.note-dd, .privacy-address-list > dd.note-dd, .subscription-call-center > dd.note-dd, .procedure-address-list > dd.note-dd {
    font-size: 80%;
  }
}

/* ====================
 * Info
 */
.the-cart-box {
  padding: 0;
  position: relative;
}
@media only screen and (min-width: 720px) {
  .the-cart-box {
    min-height: 500px;
  }
}

.the-cart-box__bulk {
  display: flex;
}

/* ====================
 * Info image
 */
.the-cart-box__image {
  background: #f3f5f6;
  background: linear-gradient(180deg, #f3f5f6 0%, white 100%);
  overflow: hidden;
  height: calc(100vw - 2rem * 4);
  position: relative;
}
@media only screen and (min-width: 720px) {
  .the-cart-box__image {
    height: 100%;
    position: absolute;
    width: 100%;
  }
}
.the-cart-box__image:after {
  background: #ebeeef;
  bottom: 0;
  content: "";
  height: 10%;
  left: 0;
  position: absolute;
  width: 100%;
  z-index: 0;
}
@media only screen and (min-width: 720px) {
  .the-cart-box__image:after {
    height: 80px;
  }
}

.the-cart-box__image__product {
  bottom: 10%;
  left: 50%;
  height: auto;
  position: absolute;
  width: auto;
  z-index: 1;
}
@media only screen and (min-width: 720px) {
  .the-cart-box__image__product {
    bottom: 80px;
    left: 25%;
  }
}
.the-cart-box__image__product img {
  margin-left: -50%;
  height: auto;
  max-height: calc(100vw - 2rem * 4 - 11vw);
  max-width: 80vw;
  width: auto;
}
@media only screen and (min-width: 720px) {
  .the-cart-box__image__product img {
    margin: 0 0 0 -50%;
    max-height: 380px;
    max-width: 420px;
  }
}
.the-cart-box__image__product:nth-of-type(n + 2) {
  display: none;
}
.the-cart-box__image__product.is-hidden {
  display: none;
}
.no-js .the-cart-box__image__product, .the-cart-box__image__product.is-active {
  display: block;
}

.the-cart-box__image__product__ref {
  background-position: center top;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 90%;
  left: -50%;
  position: absolute;
  top: 100%;
  width: 100%;
}
@media only screen and (min-width: 720px) {
  .the-cart-box__image__product__ref {
    background-size: 100% auto;
    height: 100%;
    left: 0;
    margin: 0 0 0 -50%;
  }
}

/* Award */
.the-cart-box__image__award {
  left: 1.25rem;
  padding: .3rem .6rem;
  position: absolute;
  top: 1rem;
  width: 4.5rem;
  z-index: 100;
}
@media only screen and (min-width: 720px) {
  .the-cart-box__image__award {
    width: 118px;
  }
}
.the-cart-box__image__award img {
  width: 100%;
}

.the-cart-box__image__award--basic {
  left: 7rem;
  padding: .3rem .6rem;
  position: absolute;
  top: 0;
  width: 4.5rem;
  z-index: 100;
}
@media only screen and (min-width: 720px) {
  .the-cart-box__image__award--basic {
    left: 8rem;
    top: -2.5rem;
    width: 118px;
  }
}
.the-cart-box__image__award--basic img {
  width: 100%;
}

.the-cart-box__image__award--twin {
  left: 7rem;
  padding: .3rem .6rem;
  position: absolute;
  top: -.8rem;
  width: 4.5rem;
  z-index: 100;
}
@media only screen and (min-width: 720px) {
  .the-cart-box__image__award--twin {
    left: 8rem;
    top: -9.5rem;
    width: 118px;
  }
}
.the-cart-box__image__award--twin img {
  width: 100%;
}

.the-cart-box__image__award--right {
  left: auto;
  right: 1rem;
}
@media only screen and (min-width: 720px) {
  .the-cart-box__image__award--right {
    right: calc(50% + 3rem);
  }
}
@media only screen and (max-width: 720px) {
  .body--store__set__item--trial .the-cart-box__image__award--right {
    width: 4rem;
  }
}

/* ====================
 * Info data
 */
.the-cart-box__data {
  padding: 1.75rem 0;
  position: relative;
  z-index: 10;
}
@media only screen and (min-width: 720px) {
  .the-cart-box__data {
    padding: 2rem 2rem 2rem 0;
    margin: 0 0 0 50%;
  }
}

.the-cart-box__name {
  font-size: 150%;
  font-weight: normal;
  line-height: 1.25;
  margin: 0;
  padding: 0;
  text-align: left;
}
.the-cart-box__name span {
  font-size: 70%;
}
@media only screen and (min-width: 720px) {
  .the-cart-box__name {
    font-size: 28px;
  }
  .the-cart-box__name span {
    font-size: 18px;
  }
}

.the-cart-box__sub-name {
  margin: .5em 0 0;
}

.the-cart-box__category {
  color: #aaa;
  margin: .5em 0;
}

.the-cart-box__detail {
  font-size: 80%;
  margin: 1em 0;
  padding: 0;
}

.the-cart-box__detail__label {
  font-weight: bold;
  margin: 0;
}

.the-cart-box__detail__content {
  margin: 0;
}

.the-cart-box__detail__item:not(:last-child):after {
  content: ", ";
}

.the-cart-box__desc {
  line-height: 1.5;
}
.the-cart-box__desc p {
  margin: 1em 0;
}

.the-cart-box__stock-state {
  background: rgba(255, 255, 255, 0.8);
  border: 1px solid #eae3e3;
  margin: 1rem 0;
  padding: 1rem;
}
.the-cart-box__stock-state p {
  font-size: 90%;
  margin: 0;
}

.the-cart-box__cart__selector__label {
  display: block;
  font-weight: bold;
  margin: 0 0 .5em;
}
.the-cart-box__cart__selector__label:before {
  content: "* ";
}

.the-cart-box__cart__selector__select {
  width: auto;
}

.the-cart-box__cart--multiple .the-cart-box__cart__list:nth-of-type(n + 2) {
  display: none;
}
.the-cart-box__cart--multiple .the-cart-box__cart__list.is-hidden {
  display: none;
}
.no-js .the-cart-box__cart--multiple .the-cart-box__cart__list, .the-cart-box__cart--multiple .the-cart-box__cart__list.is-active {
  display: block;
}

.the-cart-box__cart__list {
  list-style: none;
  margin: 1.5rem 0;
  padding: 0;
}
.the-cart-box__cart__list > li {
  margin: 0;
  padding: 0;
}
.the-cart-box__cart__list > li + li {
  margin-top: 1rem;
}

.the-cart-box__cart__list.bulk_type > li + li {
  margin-top: 0;
}

.the-cart-box__cart__price {
  font-size: 120%;
}

.the-cart-box__cart__price__label.bulk_type {
  width: 18%;
  font-size: 70%;
  line-height: normal;
  text-align: center;
  margin-bottom: 10px;
}

@media only screen and (min-width: 720px) {
  .the-cart-box__cart__price__label.bulk_type {
    width: 70px;
  }
}
.the-cart-box__cart__price__perset {
  font-size: 11px;
  padding-top: 5px;
  width: 23%;
}

@media only screen and (min-width: 720px) {
  .the-cart-box__cart__price__perset {
    font-size: 13px;
    padding-top: 5px;
    width: 22%;
  }
}
.the-cart-box__cart__price__price {
  vertical-align: middle;
}

.the-cart-box__cart__price__price.bulk_type {
  font-size: 80%;
}

.the-cart-box__cart__act {
  margin: .75rem 0;
}

.strikethrough {
  position: relative;
}

.strikethrough:before {
  position: absolute;
  content: "";
  left: 0;
  top: 50%;
  right: 0;
  border-top: 1px solid;
  border-color: #A51B2A;
  -webkit-transform: rotate(-10deg);
  -moz-transform: rotate(-10deg);
  -ms-transform: rotate(-10deg);
  -o-transform: rotate(-10deg);
  transform: rotate(-10deg);
}

.bulk_price {
  font-size: 120%;
}

.the-cart-box__cart__next-price-list {
  list-style: none;
  margin: .5em 0;
  padding: 0;
}
.the-cart-box__cart__next-price-list > li {
  margin: 0;
  padding: 0;
}

.the-cart-box__cart__note-list {
  margin: 1rem 0 0;
}
.the-cart-box__cart__note-list > li {
  margin: 0;
}

/* ====================
 * 図
 */
/* ====================
 * 受賞などをアピールするための横幅いっぱいの大きなバナー
 */
.bnr {
  margin-bottom: 1.75rem;
  margin-top: 1.75rem;
  text-align: center;
}
@media only screen and (min-width: 720px) {
  .bnr {
    margin-bottom: 60px;
    margin-top: 60px;
  }
}

.bnr__inner {
  display: inline-block;
  text-align: left;
}

.bnr__note {
  font-size: 80%;
  line-height: 1.4;
  margin: .75rem 0 0;
}

/* ====================
 * 製品の隅などに表示するバッジや受賞ロゴなど
 */
/**
 * VOCEロゴ
 */
.voce-logo, .voce-logo--right, .voce-logo--horizontal, .voce-logo--horizontal--right {
  box-sizing: border-box;
  left: .5rem;
  max-width: 30%;
  padding: .5rem;
  position: absolute;
  top: .5rem;
  z-index: 10;
}
.voce-logo img, .voce-logo--right img, .voce-logo--horizontal img, .voce-logo--horizontal--right img {
  height: auto !important;
  max-height: 100% !important;
  max-width: 100% !important;
  width: auto !important;
}

.voce-logo--right {
  left: auto;
  right: .5rem;
}

.voce-logo--products--right {
  position: absolute;
  box-sizing: border-box;
  max-width: 8%;
  left: 5rem;
  z-index: -10;
}
@media only screen and (min-width: 720px) {
  .voce-logo--products--right {
    left: .5rem;
    max-width: 30%;
    padding: .5rem;
    top: .5rem;
    left: auto;
    right: .5rem;
  }
}

.voce-logo--horizontal, .voce-logo--horizontal--right {
  max-width: 55%;
}
@media only screen and (min-width: 720px) {
  .voce-logo--horizontal, .voce-logo--horizontal--right {
    max-width: 45%;
  }
}

.voce-logo--horizontal--right {
  left: auto;
  top: -.3rem;
  right: 0;
}
@media only screen and (min-width: 720px) {
  .voce-logo--horizontal--right {
    left: auto;
    right: 1rem;
  }
}

/* ==========
 * home
 */
@media only screen and (max-width: 720px) {
  .body--home .header {
    background-color: transparent;
    background-image: none;
    position: absolute;
    width: 100%;
    z-index: 100;
  }
}
.body--home .header__logo {
  background-size: 100% auto;
}
@media only screen and (min-width: 720px) {
  .body--home .header__logo {
    background-size: 0;
  }
}
.body--home .global-nav-switch span {
  background-color: #333;
}
.body--home.is-nav-opened .global-nav-switch span {
  background-color: #fff;
}

@keyframes home-key {
  0% {
    opacity: 0;
    transform: translate3d(0, -1rem, 0);
  }
  70% {
    opacity: .6;
    transform: translate3d(0, -0.4rem, 0);
  }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.home-key {
  background: #e1b6b4;
  position: relative;
  z-index: 1;
}
@media only screen and (min-width: 720px) {
  .home-key {
    background: #fff;
    padding: 0;
  }
}

.home-key__image {
  animation: home-key 1.25s linear 0s 1 forwards;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 65vh;
  min-height: 32rem;
  opacity: 0;
  position: relative;
  z-index: 2;
}
@media only screen and (min-width: 720px) {
  .home-key__image {
    height: 56vw;
    min-height: 620px;
    min-width: 1100px;
    margin: 0 auto;
    max-height: 732px;
    max-width: 1300px;
    padding: 0;
    text-align: center;
    width: 100vw;
  }
}
.home-key__image img {
  display: none;
}

@keyframes home-key-logo {
  0% {
    opacity: 0;
    transform: translate3d(0, 1.5rem, 0);
  }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.home-key__logo {
  box-sizing: border-box;
  height: 25vh;
  background: #e1b6b4;
  padding: 0 2rem;
  position: relative;
  z-index: 1;
}
@media only screen and (min-width: 720px) {
  .home-key__logo {
    height: auto;
    margin-top: -10em;
    padding: 15em 0 5em;
  }
}

.home-key__logo__logo {
  animation: home-key-logo 1s linear 1s 1 forwards;
  opacity: 0;
  text-align: center;
}
.home-key__logo__logo img {
  display: inline-block;
  height: auto;
  margin-top: 6.5vh;
  max-height: 12vh;
  max-width: 100%;
  vertical-align: bottom;
  width: auto;
}
@media only screen and (min-width: 720px) {
  .home-key__logo__logo img {
    height: auto;
    margin: 0;
    max-height: 100%;
    width: 343px;
  }
}

/* ==========
 * home campaign
 */
.home-campaign__inner {
  padding-bottom: 4rem;
  padding-top: 4rem;
}
@media only screen and (min-width: 720px) {
  .home-campaign__inner {
    padding-bottom: 5rem;
    padding-top: 5rem;
    text-align: center;
  }
}

.home-campaign__heading {
  border: 0;
  color: #e1b6b4;
  font-family: "Marcellus", serif;
  font-size: 11vw;
  font-weight: normal;
  line-height: 1.25;
  margin: 0;
  padding: 0;
  text-align: center;
}
@media only screen and (min-width: 720px) {
  .home-campaign__heading {
    font-size: 640%;
  }
}

.home-campaign__list {
  list-style: none;
  margin: 0;
  padding: 0;
}
@media only screen and (min-width: 720px) {
  .home-campaign__list {
    display: flex;
    justify-content: space-between;
  }
}

.home-campaign__item {
  margin: 3rem 0 0;
}
@media only screen and (min-width: 720px) {
  .home-campaign__item {
    margin: 4rem 0 0;
    width: 300px;
  }
}
.home-campaign__item > a {
  text-decoration: none;
}

.home-campaign__item__image {
  display: block;
  overflow: hidden;
  position: relative;
}
@media only screen and (min-width: 720px) {
  .home-campaign__item__image {
    height: 300px;
    width: 300px;
  }
}
.home-campaign__item__image > img {
  width: 100%;
}
@media only screen and (min-width: 720px) {
  .home-campaign__item__image > img {
    height: 100%;
    margin-left: -80px;
    max-width: none;
    width: auto;
  }
  .home-campaign__item--trial .home-campaign__item__image > img {
    margin-left: -160px;
  }
}

.home-campaign__item__image__award {
  background: #fff;
  left: .5rem;
  padding: .5rem;
  position: absolute;
  top: .5rem;
  max-width: 30%;
  z-index: 10;
}
@media only screen and (min-width: 720px) {
  .home-campaign__item__image__award {
    max-width: 35%;
  }
}
.home-campaign__item__image__award img {
  max-height: 100%;
  width: 100%;
}

.home-campaign__item__text {
  display: block;
  margin: 1rem 0 0;
  text-align: center;
}

.home-campaign__item__name {
  display: block;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 175%;
  line-height: 1.5;
  margin: .125em 0;
}

.home-campaign__item__name__main {
  vertical-align: middle;
}

.home-campaign__item__name__help {
  font-size: .85rem;
  margin: 0 .5rem;
  vertical-align: middle;
}

.home-campaign__item__desc {
  display: block;
  line-height: 1.5;
  margin: 0;
}

/* ==========
 * home story
 */
.home-story {
  background: #eae3e3;
}

.home-story__heading {
  background: #fff;
  border: 0;
  color: #e1b6b4;
  font-family: "Marcellus", serif;
  font-size: 11vw;
  font-weight: normal;
  line-height: 1.25;
  margin: 0;
  padding: 0;
  text-align: center;
}
@media only screen and (min-width: 720px) {
  .home-story__heading {
    font-size: 480%;
    padding: 4rem 0;
  }
}

.home-story__slide__list {
  list-style: none;
  margin: 0;
  padding: 3rem 0 4.5rem;
}
@media only screen and (min-width: 720px) {
  .home-story__slide__list {
    padding: 0;
  }
}

.home-story__slide__item {
  background: no-repeat center top #fff;
  background-size: 150%;
  line-height: 2;
  margin: 0;
  padding: 0 0 3rem;
  position: relative;
  user-select: none;
}
@media only screen and (min-width: 720px) {
  .home-story__slide__item {
    background-size: cover;
    padding: 0;
    user-select: auto;
  }
}

.home-story__slide__item__image {
  background-position: center;
  background-size: cover;
  height: 14rem;
}
@media only screen and (min-width: 720px) {
  .home-story__slide__item__image {
    height: 100%;
    left: 0;
    margin: 0;
    position: absolute;
    top: 0;
    width: 100%;
  }
}
.home-story__slide__item__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media only screen and (min-width: 720px) {
  .home-story__slide__item__image img {
    height: 100%;
  }
}

.home-story__slide__item__inner {
  overflow: hidden;
  padding: 0 1.5rem 1.5rem;
}
.home-story__slide__item__inner:after {
  clear: both;
  content: "";
  display: block;
}
@media only screen and (min-width: 720px) {
  .home-story__slide__item__inner {
    height: 580px;
    padding: 5rem 0 0;
    position: relative;
  }
}

.home-story__slide__item__heading {
  border: 0;
  font-family: "Marcellus", serif;
  font-size: 7vw;
  font-weight: normal;
  line-height: 1.1;
  margin: 0;
  padding: 0;
}
@media only screen and (min-width: 720px) {
  .home-story__slide__item__heading {
    font-size: 72px;
  }
}
@media only screen and (max-width: 720px) {
  .home-story__slide__item__heading {
    position: absolute;
    top: 3.7rem;
  }
}

.home-story__slide__item__text p {
  margin: 2em 0;
}
@media only screen and (max-width: 720px) {
  .home-story__slide__item__text p br {
    display: none;
  }
}

.home-story__slide__item__act {
  position: relative;
  z-index: 5;
}
@media only screen and (max-width: 720px) {
  .home-story__slide__item__act {
    box-sizing: border-box;
    bottom: 0;
    left: 0;
    padding: 1.5rem;
    position: absolute;
    width: 100%;
  }
}
@media only screen and (min-width: 720px) {
  .home-story__slide__item__act a {
    font-size: 80%;
    min-width: 16em;
  }
}
@media only screen and (max-width: 720px) {
  .home-story__slide__item__act a {
    bottom: 0;
    display: block;
  }
}

/* basic */
@media only screen and (max-width: 720px) {
  .home-story__slide__item--basic .home-story__slide__item__heading {
    top: 2rem;
  }
}
@media only screen and (min-width: 720px) {
  .home-story__slide__item--basic .home-story__slide__item__heading {
    margin-top: 3rem;
  }
}
.home-story__slide__item--basic .home-story__slide__item__text {
  padding-right: 7em;
  position: relative;
}
@media only screen and (min-width: 720px) {
  .home-story__slide__item--basic .home-story__slide__item__text {
    width: 20em;
  }
}

.home-story__slide__item--basic__seal {
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  width: 6em;
}
@media only screen and (min-width: 720px) {
  .home-story__slide__item--basic__seal {
    left: 22em;
    top: -28px;
    width: 160px;
  }
}
.home-story__slide__item--basic__seal img {
  width: 100%;
}

/* serum */
@media only screen and (min-width: 720px) {
  .home-story__slide__item--serum .home-story__slide__item__heading,
  .home-story__slide__item--serum .home-story__slide__item__text,
  .home-story__slide__item--serum .home-story__slide__item__act {
    margin-left: 50%;
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media only screen and (max-width: 720px) {
  .home-story__slide__item--serum .home-story__slide__item__heading {
    top: 2rem;
  }
}
@media only screen and (min-width: 720px) {
  .home-story__slide__item--serum .home-story__slide__item__heading {
    margin-top: 5rem;
  }
}
.home-story__slide__item--serum .home-story__slide__item__image {
  background-position: left center;
  background-size: 180%;
}
@media only screen and (min-width: 720px) {
  .home-story__slide__item--serum .home-story__slide__item__image {
    background-position: center center;
    background-size: cover;
  }
}
.home-story__slide__item--serum .home-story__slide__item__text {
  position: relative;
}
@media only screen and (min-width: 720px) {
  .home-story__slide__item--serum .home-story__slide__item__text {
    width: auto;
  }
}

.home-story__slide__item--serum__award {
  display: block;
  left: 1.5rem;
  padding: .25rem;
  position: absolute;
  top: 7rem;
  width: 6rem;
}
@media only screen and (min-width: 720px) {
  .home-story__slide__item--serum__award {
    background: transparent;
    float: right;
    left: 0;
    margin: 0;
    padding: 0;
    position: static;
    top: 0;
    width: 210px;
  }
}

/* lotion */
.home-story__slide__item--lotion .home-story__slide__item__heading {
  left: 1.5rem;
  top: 1rem;
}
@media only screen and (min-width: 720px) {
  .home-story__slide__item--lotion .home-story__slide__item__heading {
    font-size: 65px;
  }
}
@media only screen and (max-width: 720px) {
  .home-story__slide__item--lotion .home-story__slide__item__heading {
    text-align: left;
  }
}
@media only screen and (min-width: 720px) {
  .home-story__slide__item--lotion .home-story__slide__item__content {
    float: left;
  }
}

.home-story__slide__item--lotion__image {
  top: 6.5rem;
  left: 1.5rem;
  margin: 0;
  position: absolute;
  z-index: 0;
  width: 3rem;
}
@media only screen and (min-width: 720px) {
  .home-story__slide__item--lotion__image {
    bottom: 0;
    float: left;
    margin: 1rem 0 0 2rem;
    right: 0;
    position: static;
    top: auto;
    width: 120px;
    z-index: 0;
  }
}

/* cream */
.home-story__slide__item--cream .home-story__slide__item__heading {
  left: 1.5rem;
  top: 1rem;
}
@media only screen and (min-width: 720px) {
  .home-story__slide__item--cream .home-story__slide__item__heading {
    font-size: 65px;
  }
}
@media only screen and (max-width: 720px) {
  .home-story__slide__item--cream .home-story__slide__item__heading {
    text-align: left;
  }
}

.home-story__slide__item--cream__image {
  top: 8rem;
  left: 1.5rem;
  margin: 0;
  position: absolute;
  z-index: 0;
  width: 9rem;
}
@media only screen and (min-width: 720px) {
  .home-story__slide__item--cream__image {
    bottom: 0;
    float: none;
    margin: 4rem 0 0;
    right: 0;
    position: static;
    top: auto;
    width: 300px;
    z-index: 0;
  }
}

/* mist */
@media only screen and (min-width: 720px) {
  .home-story__slide__item--mist .home-story__slide__item__heading,
  .home-story__slide__item--mist .home-story__slide__item__text,
  .home-story__slide__item--mist .home-story__slide__item__act {
    color: #666;
    margin-left: 55%;
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
.home-story__slide__item--mist .home-story__slide__item__heading {
  right: 1.5rem;
  top: 1rem;
}
@media only screen and (min-width: 720px) {
  .home-story__slide__item--mist .home-story__slide__item__heading {
    font-size: 65px;
  }
}
@media only screen and (max-width: 720px) {
  .home-story__slide__item--mist .home-story__slide__item__heading {
    text-align: right;
  }
}

.home-story__slide__item--mist__image {
  top: 6rem;
  margin: 0;
  position: absolute;
  right: 1.5rem;
  width: 330px;
  z-index: 0;
  width: 7rem;
}
@media only screen and (min-width: 720px) {
  .home-story__slide__item--mist__image {
    bottom: 0;
    float: none;
    margin: 0;
    right: 0;
    top: auto;
    width: 330px;
    z-index: 0;
  }
}

/* store */
@media only screen and (min-width: 720px) {
  .home-story__slide__item--store .home-story__slide__item__heading,
  .home-story__slide__item--store .home-story__slide__item__text,
  .home-story__slide__item--store .home-story__slide__item__act {
    margin-right: 50%;
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
.home-story__slide__item--store .home-story__slide__item__heading {
  left: 1.5rem;
  text-align: left;
  top: 3.2rem;
}
@media only screen and (max-width: 720px) {
  .home-story__slide__item--store .home-story__slide__item__heading {
    font-size: 6.5vw;
    top: 2rem;
  }
}

/* set */
@media only screen and (min-width: 720px) {
  .home-story__slide__item--set .home-story__slide__item__heading,
  .home-story__slide__item--set .home-story__slide__item__text,
  .home-story__slide__item--set .home-story__slide__item__act {
    color: #fff;
    margin-left: 55%;
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
.home-story__slide__item--set .home-story__slide__item__heading {
  color: #fff;
  right: 1.5rem;
  top: 4.8rem;
}
@media only screen and (max-width: 720px) {
  .home-story__slide__item--set .home-story__slide__item__heading {
    text-align: left;
  }
}

/** ==========
 * Swiper(override)
 */
.home-story .swiper-container-horizontal > .swiper-pagination-bullets,
.home-story .swiper-pagination-custom,
.home-story .swiper-pagination-fraction {
  bottom: 2rem;
}
.home-story .swiper-slide {
  height: auto;
}
.home-story .swiper-pagination-bullet {
  background-color: rgba(120, 100, 110, 0.25);
  opacity: 1;
  outline: none;
}
.home-story .swiper-pagination-bullet-active {
  background-color: #e1b6b4;
}

/* ==========
 * home desc
 */
.home-desc__inner {
  padding-bottom: 3rem;
  padding-top: 4rem;
}
@media only screen and (min-width: 720px) {
  .home-desc__inner {
    padding-bottom: 5rem;
    padding-top: 5rem;
    text-align: center;
  }
}

.home-desc__heading {
  border-bottom: 0;
  font-size: 170%;
  font-weight: normal;
  margin: 0;
  padding: 0;
  text-align: center;
  opacity: 0;
  transform: translate3d(0, 1rem, 0);
}
.no-js .home-desc__heading, .home-desc__heading.is-scroll-quarterentered {
  opacity: 1;
  transform: translate3d(0, 0, 0) !important;
  transition: opacity 0.9s linear 0s, transform 0.9s ease 0s;
}

.home-desc__text {
  line-height: 2;
  text-align: center;
}
.home-desc__text > * {
  opacity: 0;
  transform: translate3d(0, 1rem, 0);
}
.no-js .home-desc__text > *, .home-desc__text.is-scroll-quarterentered > * {
  opacity: 1;
  transform: translate3d(0, 0, 0) !important;
  transition: opacity 0.9s linear, transform 0.9s ease;
}
.no-js .home-desc__text > *:nth-child(0), .home-desc__text.is-scroll-quarterentered > *:nth-child(0) {
  transition-delay: 0s;
}
.no-js .home-desc__text > *:nth-child(1), .home-desc__text.is-scroll-quarterentered > *:nth-child(1) {
  transition-delay: 0.5s;
}
.no-js .home-desc__text > *:nth-child(2), .home-desc__text.is-scroll-quarterentered > *:nth-child(2) {
  transition-delay: 1s;
}
.no-js .home-desc__text > *:nth-child(3), .home-desc__text.is-scroll-quarterentered > *:nth-child(3) {
  transition-delay: 1.5s;
}
.no-js .home-desc__text > *:nth-child(4), .home-desc__text.is-scroll-quarterentered > *:nth-child(4) {
  transition-delay: 2s;
}
.no-js .home-desc__text > *:nth-child(5), .home-desc__text.is-scroll-quarterentered > *:nth-child(5) {
  transition-delay: 2.5s;
}
.no-js .home-desc__text > *:nth-child(6), .home-desc__text.is-scroll-quarterentered > *:nth-child(6) {
  transition-delay: 3s;
}
.no-js .home-desc__text > *:nth-child(7), .home-desc__text.is-scroll-quarterentered > *:nth-child(7) {
  transition-delay: 3.5s;
}
.no-js .home-desc__text > *:nth-child(8), .home-desc__text.is-scroll-quarterentered > *:nth-child(8) {
  transition-delay: 4s;
}
.no-js .home-desc__text > *:nth-child(9), .home-desc__text.is-scroll-quarterentered > *:nth-child(9) {
  transition-delay: 4.5s;
}
.no-js .home-desc__text > *:nth-child(10), .home-desc__text.is-scroll-quarterentered > *:nth-child(10) {
  transition-delay: 5s;
}
.no-js .home-desc__text > *:nth-child(11), .home-desc__text.is-scroll-quarterentered > *:nth-child(11) {
  transition-delay: 5.5s;
}
.no-js .home-desc__text > *:nth-child(12), .home-desc__text.is-scroll-quarterentered > *:nth-child(12) {
  transition-delay: 6s;
}
.no-js .home-desc__text > *:nth-child(13), .home-desc__text.is-scroll-quarterentered > *:nth-child(13) {
  transition-delay: 6.5s;
}
.no-js .home-desc__text > *:nth-child(14), .home-desc__text.is-scroll-quarterentered > *:nth-child(14) {
  transition-delay: 7s;
}
.no-js .home-desc__text > *:nth-child(15), .home-desc__text.is-scroll-quarterentered > *:nth-child(15) {
  transition-delay: 7.5s;
}
.no-js .home-desc__text > *:nth-child(16), .home-desc__text.is-scroll-quarterentered > *:nth-child(16) {
  transition-delay: 8s;
}
.no-js .home-desc__text > *:nth-child(17), .home-desc__text.is-scroll-quarterentered > *:nth-child(17) {
  transition-delay: 8.5s;
}
.no-js .home-desc__text > *:nth-child(18), .home-desc__text.is-scroll-quarterentered > *:nth-child(18) {
  transition-delay: 9s;
}
.no-js .home-desc__text > *:nth-child(19), .home-desc__text.is-scroll-quarterentered > *:nth-child(19) {
  transition-delay: 9.5s;
}
.no-js .home-desc__text > *:nth-child(20), .home-desc__text.is-scroll-quarterentered > *:nth-child(20) {
  transition-delay: 10s;
}
@media only screen and (max-width: 720px) {
  .home-desc__text br {
    display: none;
  }
}

/* ==========
 * fixed image
 */
.home-fixed-image--01 img {
  display: block;
  margin: 0 auto;
  max-width: 1600px;
  width: 100%;
}

.home-fixed-image--02 {
  background: url("../img/home_fixed_image_03.jpg") no-repeat center center;
  background-size: cover;
  height: 36vh;
  position: relative;
  width: 100%;
}
@media only screen and (min-width: 720px) {
  .home-fixed-image--02 {
    background-attachment: fixed;
    height: 600px;
  }
}

/* ==========
 * home point
 */
.home-point {
  overflow: hidden;
  padding: 3rem 0;
}
@media only screen and (min-width: 720px) {
  .home-point {
    padding: 7rem 0;
  }
}

.home-point__item {
  position: relative;
}
@media only screen and (min-width: 720px) {
  .home-point__item {
    position: relative;
  }
  .home-point__item:after {
    clear: both;
    content: "";
    display: block;
  }
}
.home-point__item + .home-point__item {
  margin-top: 3rem;
}
@media only screen and (min-width: 720px) {
  .home-point__item + .home-point__item {
    margin-top: 6rem;
  }
}

.home-point__item__heading {
  border: 0;
  color: #e1b6b4;
  font-family: "Marcellus", serif;
  font-size: 11vw;
  font-weight: normal;
  line-height: 1.1;
  margin: 1rem 0 -.3em;
  padding: 0;
  position: relative;
  z-index: 3;
}
@media only screen and (min-width: 720px) {
  .home-point__item__heading {
    font-size: 640%;
    margin-bottom: -.3em;
  }
}

.home-point__item__text {
  background: #e1b6b4;
  box-sizing: border-box;
  color: #fff;
  font-size: 85%;
  line-height: 2;
  margin: 0;
  padding: 1.5rem 1rem;
  position: relative;
  z-index: 2;
}
@media only screen and (min-width: 720px) {
  .home-point__item__text {
    font-size: 100%;
    padding: 2rem 2rem;
  }
}
.home-point__item__text p {
  margin: 0;
}
.home-point__item__text p + p {
  margin-top: 1rem;
}
@media only screen and (min-width: 720px) {
  .home-point__item__text p + p {
    margin-top: 2em;
  }
}

.home-point__item__act {
  margin: 1rem 0 0;
  text-align: center;
}
@media only screen and (min-width: 720px) {
  .home-point__item__act {
    margin: 2em 0 0;
  }
}
.home-point__item__act a {
  padding: .5em 4em;
}

.home-point__item--frankincense > * {
  opacity: 0;
  transform: translate3d(0, 1rem, 0);
}
.no-js .home-point__item--frankincense > *, .home-point__item--frankincense.is-scroll-quarterentered > * {
  opacity: 1;
  transform: translate3d(0, 0, 0) !important;
  transition: opacity 0.9s linear, transform 0.9s ease;
}
.no-js .home-point__item--frankincense > *:nth-child(0), .home-point__item--frankincense.is-scroll-quarterentered > *:nth-child(0) {
  transition-delay: 0s;
}
.no-js .home-point__item--frankincense > *:nth-child(1), .home-point__item--frankincense.is-scroll-quarterentered > *:nth-child(1) {
  transition-delay: 0.5s;
}
.no-js .home-point__item--frankincense > *:nth-child(2), .home-point__item--frankincense.is-scroll-quarterentered > *:nth-child(2) {
  transition-delay: 1s;
}
.no-js .home-point__item--frankincense > *:nth-child(3), .home-point__item--frankincense.is-scroll-quarterentered > *:nth-child(3) {
  transition-delay: 1.5s;
}
.no-js .home-point__item--frankincense > *:nth-child(4), .home-point__item--frankincense.is-scroll-quarterentered > *:nth-child(4) {
  transition-delay: 2s;
}
.no-js .home-point__item--frankincense > *:nth-child(5), .home-point__item--frankincense.is-scroll-quarterentered > *:nth-child(5) {
  transition-delay: 2.5s;
}
.no-js .home-point__item--frankincense > *:nth-child(6), .home-point__item--frankincense.is-scroll-quarterentered > *:nth-child(6) {
  transition-delay: 3s;
}
.no-js .home-point__item--frankincense > *:nth-child(7), .home-point__item--frankincense.is-scroll-quarterentered > *:nth-child(7) {
  transition-delay: 3.5s;
}
.no-js .home-point__item--frankincense > *:nth-child(8), .home-point__item--frankincense.is-scroll-quarterentered > *:nth-child(8) {
  transition-delay: 4s;
}
.no-js .home-point__item--frankincense > *:nth-child(9), .home-point__item--frankincense.is-scroll-quarterentered > *:nth-child(9) {
  transition-delay: 4.5s;
}
.no-js .home-point__item--frankincense > *:nth-child(10), .home-point__item--frankincense.is-scroll-quarterentered > *:nth-child(10) {
  transition-delay: 5s;
}
.no-js .home-point__item--frankincense > *:nth-child(11), .home-point__item--frankincense.is-scroll-quarterentered > *:nth-child(11) {
  transition-delay: 5.5s;
}
.no-js .home-point__item--frankincense > *:nth-child(12), .home-point__item--frankincense.is-scroll-quarterentered > *:nth-child(12) {
  transition-delay: 6s;
}
.no-js .home-point__item--frankincense > *:nth-child(13), .home-point__item--frankincense.is-scroll-quarterentered > *:nth-child(13) {
  transition-delay: 6.5s;
}
.no-js .home-point__item--frankincense > *:nth-child(14), .home-point__item--frankincense.is-scroll-quarterentered > *:nth-child(14) {
  transition-delay: 7s;
}
.no-js .home-point__item--frankincense > *:nth-child(15), .home-point__item--frankincense.is-scroll-quarterentered > *:nth-child(15) {
  transition-delay: 7.5s;
}
.no-js .home-point__item--frankincense > *:nth-child(16), .home-point__item--frankincense.is-scroll-quarterentered > *:nth-child(16) {
  transition-delay: 8s;
}
.no-js .home-point__item--frankincense > *:nth-child(17), .home-point__item--frankincense.is-scroll-quarterentered > *:nth-child(17) {
  transition-delay: 8.5s;
}
.no-js .home-point__item--frankincense > *:nth-child(18), .home-point__item--frankincense.is-scroll-quarterentered > *:nth-child(18) {
  transition-delay: 9s;
}
.no-js .home-point__item--frankincense > *:nth-child(19), .home-point__item--frankincense.is-scroll-quarterentered > *:nth-child(19) {
  transition-delay: 9.5s;
}
.no-js .home-point__item--frankincense > *:nth-child(20), .home-point__item--frankincense.is-scroll-quarterentered > *:nth-child(20) {
  transition-delay: 10s;
}
.home-point__item--frankincense .home-point__item__heading {
  margin-right: -1rem;
  text-align: right;
  transform: translate3d(3rem, 0, 0);
}
@media only screen and (min-width: 720px) {
  .home-point__item--frankincense .home-point__item__heading {
    margin-left: 0;
  }
}
.home-point__item--frankincense .home-point__item__image {
  transform: translate3d(-3rem, 0, 0);
  position: relative;
  z-index: 1;
}
@media only screen and (min-width: 720px) {
  .home-point__item--frankincense .home-point__item__image {
    float: left;
    width: 560px;
  }
}
.home-point__item--frankincense .home-point__item__text {
  transform: translate3d(0, 3rem, 0);
}
@media only screen and (min-width: 720px) {
  .home-point__item--frankincense .home-point__item__text {
    margin: -260px 3rem 0 0;
    float: right;
    width: 480px;
  }
}

.home-point__item--organic > * {
  opacity: 0;
  transform: translate3d(0, 1rem, 0);
}
.no-js .home-point__item--organic > *, .home-point__item--organic.is-scroll-quarterentered > * {
  opacity: 1;
  transform: translate3d(0, 0, 0) !important;
  transition: opacity 0.9s linear, transform 0.9s ease;
}
.no-js .home-point__item--organic > *:nth-child(0), .home-point__item--organic.is-scroll-quarterentered > *:nth-child(0) {
  transition-delay: 0s;
}
.no-js .home-point__item--organic > *:nth-child(1), .home-point__item--organic.is-scroll-quarterentered > *:nth-child(1) {
  transition-delay: 0.5s;
}
.no-js .home-point__item--organic > *:nth-child(2), .home-point__item--organic.is-scroll-quarterentered > *:nth-child(2) {
  transition-delay: 1s;
}
.no-js .home-point__item--organic > *:nth-child(3), .home-point__item--organic.is-scroll-quarterentered > *:nth-child(3) {
  transition-delay: 1.5s;
}
.no-js .home-point__item--organic > *:nth-child(4), .home-point__item--organic.is-scroll-quarterentered > *:nth-child(4) {
  transition-delay: 2s;
}
.no-js .home-point__item--organic > *:nth-child(5), .home-point__item--organic.is-scroll-quarterentered > *:nth-child(5) {
  transition-delay: 2.5s;
}
.no-js .home-point__item--organic > *:nth-child(6), .home-point__item--organic.is-scroll-quarterentered > *:nth-child(6) {
  transition-delay: 3s;
}
.no-js .home-point__item--organic > *:nth-child(7), .home-point__item--organic.is-scroll-quarterentered > *:nth-child(7) {
  transition-delay: 3.5s;
}
.no-js .home-point__item--organic > *:nth-child(8), .home-point__item--organic.is-scroll-quarterentered > *:nth-child(8) {
  transition-delay: 4s;
}
.no-js .home-point__item--organic > *:nth-child(9), .home-point__item--organic.is-scroll-quarterentered > *:nth-child(9) {
  transition-delay: 4.5s;
}
.no-js .home-point__item--organic > *:nth-child(10), .home-point__item--organic.is-scroll-quarterentered > *:nth-child(10) {
  transition-delay: 5s;
}
.no-js .home-point__item--organic > *:nth-child(11), .home-point__item--organic.is-scroll-quarterentered > *:nth-child(11) {
  transition-delay: 5.5s;
}
.no-js .home-point__item--organic > *:nth-child(12), .home-point__item--organic.is-scroll-quarterentered > *:nth-child(12) {
  transition-delay: 6s;
}
.no-js .home-point__item--organic > *:nth-child(13), .home-point__item--organic.is-scroll-quarterentered > *:nth-child(13) {
  transition-delay: 6.5s;
}
.no-js .home-point__item--organic > *:nth-child(14), .home-point__item--organic.is-scroll-quarterentered > *:nth-child(14) {
  transition-delay: 7s;
}
.no-js .home-point__item--organic > *:nth-child(15), .home-point__item--organic.is-scroll-quarterentered > *:nth-child(15) {
  transition-delay: 7.5s;
}
.no-js .home-point__item--organic > *:nth-child(16), .home-point__item--organic.is-scroll-quarterentered > *:nth-child(16) {
  transition-delay: 8s;
}
.no-js .home-point__item--organic > *:nth-child(17), .home-point__item--organic.is-scroll-quarterentered > *:nth-child(17) {
  transition-delay: 8.5s;
}
.no-js .home-point__item--organic > *:nth-child(18), .home-point__item--organic.is-scroll-quarterentered > *:nth-child(18) {
  transition-delay: 9s;
}
.no-js .home-point__item--organic > *:nth-child(19), .home-point__item--organic.is-scroll-quarterentered > *:nth-child(19) {
  transition-delay: 9.5s;
}
.no-js .home-point__item--organic > *:nth-child(20), .home-point__item--organic.is-scroll-quarterentered > *:nth-child(20) {
  transition-delay: 10s;
}
.home-point__item--organic .home-point__item__heading {
  margin-left: -1rem;
  transform: translate3d(3rem, 0, 0);
}
@media only screen and (min-width: 720px) {
  .home-point__item--organic .home-point__item__heading {
    text-align: left;
    margin-right: 0;
  }
}
.home-point__item--organic .home-point__item__image {
  transform: translate3d(-3rem, 0, 0);
}
@media only screen and (min-width: 720px) {
  .home-point__item--organic .home-point__item__image {
    float: right;
    width: 560px;
  }
}
.home-point__item--organic .home-point__item__text {
  transform: translate3d(0, 3rem, 0);
}
@media only screen and (min-width: 720px) {
  .home-point__item--organic .home-point__item__text {
    margin: -270px 0 0 3rem;
    float: left;
    width: 480px;
  }
}

/* ==========
 * home content
 */
.home-content {
  background: #e1b6b4;
  color: #fff;
  padding: 2.5rem 0;
}
@media only screen and (min-width: 720px) {
  .home-content {
    padding: 7rem 0;
  }
}

@media only screen and (min-width: 720px) {
  .home-content__inner {
    display: flex;
    justify-content: space-between;
  }
}

.home-content__item {
  margin: 1rem 0;
}
@media only screen and (min-width: 720px) {
  .home-content__item {
    margin: 0;
    width: 300px;
  }
}
.home-content__item a {
  border: 1px solid #fff;
  display: block;
  text-decoration: none;
  padding: .75rem;
}
.home-content__item a:after {
  clear: both;
  content: "";
  display: block;
}
@media only screen and (min-width: 720px) {
  .home-content__item a {
    border: 0;
    display: inline;
    padding: 0;
  }
}
.home-content__item p {
  margin: 0 0 0 30%;
}
@media only screen and (min-width: 720px) {
  .home-content__item p {
    text-align: center;
    margin: 0;
  }
}
@media only screen and (max-width: 720px) {
  .home-content__item p br {
    display: none;
  }
}

.home-content__item__heading {
  border: 0;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 6vw;
  font-weight: normal;
  letter-spacing: .1em;
  line-height: 1.25;
  margin: 0 0 .5rem 30%;
  padding: 0;
}
@media only screen and (min-width: 720px) {
  .home-content__item__heading {
    font-size: 160%;
    margin: 1.25rem 0 1rem;
    text-align: center;
  }
}

.home-content__item__image {
  position: relative;
}
@media only screen and (max-width: 720px) {
  .home-content__item__image {
    float: left;
    width: 25%;
  }
}
.home-content__item__image img {
  width: 100%;
}

.about-key {
  background-image: url("../img/about_key_bg_02.jpg?");
  background-position: 50% center;
  color: #e1b6b4;
}
@media only screen and (max-width: 720px) {
  .about-key {
    background-position: 54% center;
  }
}

.about-key__title {
  text-align: left;
  padding: 110px 0 150px;
}
@media only screen and (max-width: 720px) {
  .about-key__title {
    font-size: 8vw;
    padding: 1.5em 0 2em 0;
  }
}

.about-concept {
  position: relative;
}

/* ====================
 * images
 */
.about-concept__image {
  display: none;
}
@media only screen and (min-width: 720px) {
  .about-concept__image {
    display: block;
    height: 100%;
    overflow: hidden;
    position: absolute;
    width: 100%;
    z-index: 0;
  }
}

.about-concept__image__inner {
  position: relative;
}
.about-concept__image__inner > * {
  opacity: 0;
  transform: translate3d(0, 1rem, 0);
}
.no-js .about-concept__image__inner > *, .about-concept__image__inner.is-scroll-halfentered > * {
  opacity: 1;
  transform: translate3d(0, 0, 0) !important;
  transition: opacity 0.9s linear, transform 0.9s ease;
}
.no-js .about-concept__image__inner > *:nth-child(0), .about-concept__image__inner.is-scroll-halfentered > *:nth-child(0) {
  transition-delay: 0s;
}
.no-js .about-concept__image__inner > *:nth-child(1), .about-concept__image__inner.is-scroll-halfentered > *:nth-child(1) {
  transition-delay: 0.5s;
}
.no-js .about-concept__image__inner > *:nth-child(2), .about-concept__image__inner.is-scroll-halfentered > *:nth-child(2) {
  transition-delay: 1s;
}
.no-js .about-concept__image__inner > *:nth-child(3), .about-concept__image__inner.is-scroll-halfentered > *:nth-child(3) {
  transition-delay: 1.5s;
}
.no-js .about-concept__image__inner > *:nth-child(4), .about-concept__image__inner.is-scroll-halfentered > *:nth-child(4) {
  transition-delay: 2s;
}
.no-js .about-concept__image__inner > *:nth-child(5), .about-concept__image__inner.is-scroll-halfentered > *:nth-child(5) {
  transition-delay: 2.5s;
}
.no-js .about-concept__image__inner > *:nth-child(6), .about-concept__image__inner.is-scroll-halfentered > *:nth-child(6) {
  transition-delay: 3s;
}
.no-js .about-concept__image__inner > *:nth-child(7), .about-concept__image__inner.is-scroll-halfentered > *:nth-child(7) {
  transition-delay: 3.5s;
}
.no-js .about-concept__image__inner > *:nth-child(8), .about-concept__image__inner.is-scroll-halfentered > *:nth-child(8) {
  transition-delay: 4s;
}
.no-js .about-concept__image__inner > *:nth-child(9), .about-concept__image__inner.is-scroll-halfentered > *:nth-child(9) {
  transition-delay: 4.5s;
}
.no-js .about-concept__image__inner > *:nth-child(10), .about-concept__image__inner.is-scroll-halfentered > *:nth-child(10) {
  transition-delay: 5s;
}
.no-js .about-concept__image__inner > *:nth-child(11), .about-concept__image__inner.is-scroll-halfentered > *:nth-child(11) {
  transition-delay: 5.5s;
}
.no-js .about-concept__image__inner > *:nth-child(12), .about-concept__image__inner.is-scroll-halfentered > *:nth-child(12) {
  transition-delay: 6s;
}
.no-js .about-concept__image__inner > *:nth-child(13), .about-concept__image__inner.is-scroll-halfentered > *:nth-child(13) {
  transition-delay: 6.5s;
}
.no-js .about-concept__image__inner > *:nth-child(14), .about-concept__image__inner.is-scroll-halfentered > *:nth-child(14) {
  transition-delay: 7s;
}
.no-js .about-concept__image__inner > *:nth-child(15), .about-concept__image__inner.is-scroll-halfentered > *:nth-child(15) {
  transition-delay: 7.5s;
}
.no-js .about-concept__image__inner > *:nth-child(16), .about-concept__image__inner.is-scroll-halfentered > *:nth-child(16) {
  transition-delay: 8s;
}
.no-js .about-concept__image__inner > *:nth-child(17), .about-concept__image__inner.is-scroll-halfentered > *:nth-child(17) {
  transition-delay: 8.5s;
}
.no-js .about-concept__image__inner > *:nth-child(18), .about-concept__image__inner.is-scroll-halfentered > *:nth-child(18) {
  transition-delay: 9s;
}
.no-js .about-concept__image__inner > *:nth-child(19), .about-concept__image__inner.is-scroll-halfentered > *:nth-child(19) {
  transition-delay: 9.5s;
}
.no-js .about-concept__image__inner > *:nth-child(20), .about-concept__image__inner.is-scroll-halfentered > *:nth-child(20) {
  transition-delay: 10s;
}
.about-concept__image__inner img {
  position: absolute;
}

@media only screen and (min-width: 720px) {
  .about-concept__image__lotion {
    left: 840px;
    top: 240px;
  }
}

@media only screen and (min-width: 720px) {
  .about-concept__image__serum {
    left: 140px;
    top: 30px;
  }
}

@media only screen and (min-width: 720px) {
  .about-concept__image__mist-100 {
    left: 70px;
    top: 330px;
  }
}

@media only screen and (min-width: 720px) {
  .about-concept__image__mist-50 {
    left: 1000px;
    top: 120px;
  }
}

@media only screen and (min-width: 720px) {
  .about-concept__image__cream {
    left: 770px;
    top: 50px;
  }
}

/* ====================
 * concept text
 */
.about-concept__inner {
  padding-top: 4rem;
  position: relative;
  z-index: 2;
}
@media only screen and (min-width: 720px) {
  .about-concept__inner {
    padding-top: 6rem;
  }
}

.about-concept__logo {
  opacity: 0;
  transform: translate3d(0, 1rem, 0);
  margin: 0 0 3rem;
  padding: 0;
  text-align: center;
}
.no-js .about-concept__logo, .about-concept__logo.is-scroll-arrived {
  opacity: 1;
  transform: translate3d(0, 0, 0) !important;
  transition: opacity 0.9s linear 0s, transform 0.9s ease 0s;
}
@media only screen and (min-width: 720px) {
  .about-concept__logo {
    margin: 0 0 4rem;
  }
}
.about-concept__logo img {
  max-width: 323px;
  width: 70%;
}
@media only screen and (min-width: 720px) {
  .about-concept__logo img {
    width: 323px;
  }
}

.about-concept__desc__heading {
  border-bottom: 0;
  font-size: 170%;
  font-weight: normal;
  margin: 0;
  padding: 0;
  text-align: center;
  opacity: 0;
  transform: translate3d(0, 1rem, 0);
}
.no-js .about-concept__desc__heading, .about-concept__desc__heading.is-scroll-arrived {
  opacity: 1;
  transform: translate3d(0, 0, 0) !important;
  transition: opacity 0.9s linear 0.25s, transform 0.9s ease 0.25s;
}

.about-concept__desc__text {
  line-height: 2;
  text-align: center;
}
.about-concept__desc__text > * {
  opacity: 0;
  transform: translate3d(0, 1rem, 0);
}
.no-js .about-concept__desc__text > *, .about-concept__desc__text.is-scroll-arrived > * {
  opacity: 1;
  transform: translate3d(0, 0, 0) !important;
  transition: opacity 0.9s linear, transform 0.9s ease;
}
.no-js .about-concept__desc__text > *:nth-child(0), .about-concept__desc__text.is-scroll-arrived > *:nth-child(0) {
  transition-delay: 0.5s;
}
.no-js .about-concept__desc__text > *:nth-child(1), .about-concept__desc__text.is-scroll-arrived > *:nth-child(1) {
  transition-delay: 1s;
}
.no-js .about-concept__desc__text > *:nth-child(2), .about-concept__desc__text.is-scroll-arrived > *:nth-child(2) {
  transition-delay: 1.5s;
}
.no-js .about-concept__desc__text > *:nth-child(3), .about-concept__desc__text.is-scroll-arrived > *:nth-child(3) {
  transition-delay: 2s;
}
.no-js .about-concept__desc__text > *:nth-child(4), .about-concept__desc__text.is-scroll-arrived > *:nth-child(4) {
  transition-delay: 2.5s;
}
.no-js .about-concept__desc__text > *:nth-child(5), .about-concept__desc__text.is-scroll-arrived > *:nth-child(5) {
  transition-delay: 3s;
}
.no-js .about-concept__desc__text > *:nth-child(6), .about-concept__desc__text.is-scroll-arrived > *:nth-child(6) {
  transition-delay: 3.5s;
}
.no-js .about-concept__desc__text > *:nth-child(7), .about-concept__desc__text.is-scroll-arrived > *:nth-child(7) {
  transition-delay: 4s;
}
.no-js .about-concept__desc__text > *:nth-child(8), .about-concept__desc__text.is-scroll-arrived > *:nth-child(8) {
  transition-delay: 4.5s;
}
.no-js .about-concept__desc__text > *:nth-child(9), .about-concept__desc__text.is-scroll-arrived > *:nth-child(9) {
  transition-delay: 5s;
}
.no-js .about-concept__desc__text > *:nth-child(10), .about-concept__desc__text.is-scroll-arrived > *:nth-child(10) {
  transition-delay: 5.5s;
}
.no-js .about-concept__desc__text > *:nth-child(11), .about-concept__desc__text.is-scroll-arrived > *:nth-child(11) {
  transition-delay: 6s;
}
.no-js .about-concept__desc__text > *:nth-child(12), .about-concept__desc__text.is-scroll-arrived > *:nth-child(12) {
  transition-delay: 6.5s;
}
.no-js .about-concept__desc__text > *:nth-child(13), .about-concept__desc__text.is-scroll-arrived > *:nth-child(13) {
  transition-delay: 7s;
}
.no-js .about-concept__desc__text > *:nth-child(14), .about-concept__desc__text.is-scroll-arrived > *:nth-child(14) {
  transition-delay: 7.5s;
}
.no-js .about-concept__desc__text > *:nth-child(15), .about-concept__desc__text.is-scroll-arrived > *:nth-child(15) {
  transition-delay: 8s;
}
.no-js .about-concept__desc__text > *:nth-child(16), .about-concept__desc__text.is-scroll-arrived > *:nth-child(16) {
  transition-delay: 8.5s;
}
.no-js .about-concept__desc__text > *:nth-child(17), .about-concept__desc__text.is-scroll-arrived > *:nth-child(17) {
  transition-delay: 9s;
}
.no-js .about-concept__desc__text > *:nth-child(18), .about-concept__desc__text.is-scroll-arrived > *:nth-child(18) {
  transition-delay: 9.5s;
}
.no-js .about-concept__desc__text > *:nth-child(19), .about-concept__desc__text.is-scroll-arrived > *:nth-child(19) {
  transition-delay: 10s;
}
.no-js .about-concept__desc__text > *:nth-child(20), .about-concept__desc__text.is-scroll-arrived > *:nth-child(20) {
  transition-delay: 10.5s;
}
@media only screen and (max-width: 720px) {
  .about-concept__desc__text br {
    display: none;
  }
}

/* ====================
 * middle image
 */
.about-concept__middle-image {
  margin: 3rem 0 0;
  position: relative;
  z-index: 5;
}
@media only screen and (min-width: 720px) {
  .about-concept__middle-image {
    margin: 60px auto;
    padding: 0 2rem;
    width: 980px;
  }
}
.about-concept__middle-image img {
  width: 100%;
}

/* ====================
 * profile
 */
/*
.about-concept__profile {
	position: relative;
	z-index: 5;
	
	@include pc {
		margin: 0 auto;
		padding: 0 $padding-side;
		width: $content-width;
	}
}


.about-concept__profile__inner {
	@include scroll-appear($delay: .4s);
	background: $color-dark;
	color: #fff;
	margin: $padding-verticality * 1.5 0 0;
	padding: 0;
	position: relative;
	@include pc {
		margin: 6rem 2rem;
		padding: 3rem 2.5rem;
	}
}

.about-concept__profile__image {
	font-size: 0;
	position: relative;
	text-align: center;
	top: -1rem;
	z-index: 1;
	
	@include pc {
		height: auto;
		left: -30px;
		position: absolute;
		text-align: left;
		top: -30px;
		width: 100%;
	}
	
	img {
		vertical-align: top;
	}
}

.about-concept__profile__image__01 {
	position: relative;
	z-index: 2;
	width: 46%;
	@include pc {
		height: auto;
		left: 0;
		margin: 0;
		position: absolute;
		top: 0;
		width: 250px;
	}
}

.about-concept__profile__image__02 {
	margin-top: 3rem;
	margin-left: -9%;
	position: relative;
	width: 49%;
	z-index: 1;
	@include pc {
		height: auto;
		left: 200px;
		margin: 0;
		position: absolute;
		top: 130px;
		width: 300px;
	}
}

.about-concept__profile__heading {
	display: block;
	font-family: $font-family-heading-serif;
	font-size: 9vw;
	font-weight: normal;
	line-height: 1.25;
	margin: -3em $padding-side 0;
	padding: 0;
	position: relative;
	text-align: left;
	right: 0;
	z-index: 10;
	
	@include pc {
		border-bottom: 1px solid;
		display: block;
		font-size: 32px;
		margin: 0 0 0 480px;
		padding: 0 0 1.5rem;
		width: auto;
	}
}

.about-concept__profile__heading__about {
	font-size: 80%;
	@include pc {
		font-size: 100%;
	}
}

.about-concept__profile__heading__name {
	color: $color-assort;
	display: block;
	margin-left: .5em;
	@include pc {
		display: inline;
		margin: 0;
	}
}

.about-concept__profile__text {
	font-size: 90%;
	line-height: $line-height-high;
	padding: 0 $padding-side $padding-verticality;
	@include pc {
		line-height: $line-height-high 0 0;
		margin: 0 0 0 480px;
		padding: 0;
	}
	
	p {
		margin: $line-height-high + em 0 0;
	}
}
*/
/* ====================
 * line up
 */
.about-lineup {
  background: #e1b6b4;
  color: #fff;
  padding: 3rem 0;
  position: relative;
  z-index: 0;
}
@media only screen and (min-width: 720px) {
  .about-lineup {
    margin-top: -20rem;
    padding: 20rem 0 6rem;
  }
}

.about-lineup__header {
  margin: 0;
}

.frankincense-key {
  background-image: url("../img/frankincense_key_bg.jpg");
  padding: 14vh 0;
}
@media only screen and (min-width: 720px) {
  .frankincense-key {
    padding: 100px 0;
  }
}

/* ====================
 * secret 
 */
.frankincense-secret__header {
  background: #e1b6b4;
  color: #fff;
}
@media only screen and (min-width: 720px) {
  .frankincense-secret__header {
    padding: 3.5rem 0 12rem;
  }
}

@media only screen and (max-width: 720px) {
  .frankincense-secret__heading {
    font-size: 6vw;
  }
}

/* ====================
 * secret item
 */
.frankincense-secret__item {
  margin: 3rem 0;
  position: relative;
}
.frankincense-secret__item:after {
  clear: both;
  content: "";
  display: block;
}
@media only screen and (min-width: 720px) {
  .frankincense-secret__item {
    margin: 6rem 0;
  }
}
.frankincense-secret__item > * {
  opacity: 0;
  transform: translate3d(0, 1rem, 0);
}
.no-js .frankincense-secret__item > *, .frankincense-secret__item.is-scroll-quarterentered > * {
  opacity: 1;
  transform: translate3d(0, 0, 0) !important;
  transition: opacity 0.9s linear, transform 0.9s ease;
}
.no-js .frankincense-secret__item > *:nth-child(0), .frankincense-secret__item.is-scroll-quarterentered > *:nth-child(0) {
  transition-delay: 0s;
}
.no-js .frankincense-secret__item > *:nth-child(1), .frankincense-secret__item.is-scroll-quarterentered > *:nth-child(1) {
  transition-delay: 0.5s;
}
.no-js .frankincense-secret__item > *:nth-child(2), .frankincense-secret__item.is-scroll-quarterentered > *:nth-child(2) {
  transition-delay: 1s;
}
.no-js .frankincense-secret__item > *:nth-child(3), .frankincense-secret__item.is-scroll-quarterentered > *:nth-child(3) {
  transition-delay: 1.5s;
}
.no-js .frankincense-secret__item > *:nth-child(4), .frankincense-secret__item.is-scroll-quarterentered > *:nth-child(4) {
  transition-delay: 2s;
}
.no-js .frankincense-secret__item > *:nth-child(5), .frankincense-secret__item.is-scroll-quarterentered > *:nth-child(5) {
  transition-delay: 2.5s;
}
.no-js .frankincense-secret__item > *:nth-child(6), .frankincense-secret__item.is-scroll-quarterentered > *:nth-child(6) {
  transition-delay: 3s;
}
.no-js .frankincense-secret__item > *:nth-child(7), .frankincense-secret__item.is-scroll-quarterentered > *:nth-child(7) {
  transition-delay: 3.5s;
}
.no-js .frankincense-secret__item > *:nth-child(8), .frankincense-secret__item.is-scroll-quarterentered > *:nth-child(8) {
  transition-delay: 4s;
}
.no-js .frankincense-secret__item > *:nth-child(9), .frankincense-secret__item.is-scroll-quarterentered > *:nth-child(9) {
  transition-delay: 4.5s;
}
.no-js .frankincense-secret__item > *:nth-child(10), .frankincense-secret__item.is-scroll-quarterentered > *:nth-child(10) {
  transition-delay: 5s;
}
.no-js .frankincense-secret__item > *:nth-child(11), .frankincense-secret__item.is-scroll-quarterentered > *:nth-child(11) {
  transition-delay: 5.5s;
}
.no-js .frankincense-secret__item > *:nth-child(12), .frankincense-secret__item.is-scroll-quarterentered > *:nth-child(12) {
  transition-delay: 6s;
}
.no-js .frankincense-secret__item > *:nth-child(13), .frankincense-secret__item.is-scroll-quarterentered > *:nth-child(13) {
  transition-delay: 6.5s;
}
.no-js .frankincense-secret__item > *:nth-child(14), .frankincense-secret__item.is-scroll-quarterentered > *:nth-child(14) {
  transition-delay: 7s;
}
.no-js .frankincense-secret__item > *:nth-child(15), .frankincense-secret__item.is-scroll-quarterentered > *:nth-child(15) {
  transition-delay: 7.5s;
}
.no-js .frankincense-secret__item > *:nth-child(16), .frankincense-secret__item.is-scroll-quarterentered > *:nth-child(16) {
  transition-delay: 8s;
}
.no-js .frankincense-secret__item > *:nth-child(17), .frankincense-secret__item.is-scroll-quarterentered > *:nth-child(17) {
  transition-delay: 8.5s;
}
.no-js .frankincense-secret__item > *:nth-child(18), .frankincense-secret__item.is-scroll-quarterentered > *:nth-child(18) {
  transition-delay: 9s;
}
.no-js .frankincense-secret__item > *:nth-child(19), .frankincense-secret__item.is-scroll-quarterentered > *:nth-child(19) {
  transition-delay: 9.5s;
}
.no-js .frankincense-secret__item > *:nth-child(20), .frankincense-secret__item.is-scroll-quarterentered > *:nth-child(20) {
  transition-delay: 10s;
}

.frankincense-secret__item__image {
  margin: 1.75rem 0;
  position: relative;
  z-index: 0;
}
@media only screen and (min-width: 720px) {
  .frankincense-secret__item__image:before {
    background: #ffeeed;
    content: "";
    display: block;
    height: 100%;
    position: absolute;
    width: 100%;
    z-index: 0;
  }
}
.frankincense-secret__item__image img {
  position: relative;
  z-index: 1;
}

.frankincense-secret__item__header {
  margin: 1rem 0;
  z-index: 1;
}
@media only screen and (min-width: 720px) {
  .frankincense-secret__item__header {
    margin: 0;
    position: absolute;
  }
}

.frankincense-secret__item__num {
  text-align: center;
}
@media only screen and (min-width: 720px) {
  .frankincense-secret__item__num {
    text-align: left;
    width: auto;
  }
}
.frankincense-secret__item__num img {
  width: 12vw;
}
@media only screen and (min-width: 720px) {
  .frankincense-secret__item__num img {
    width: auto;
  }
}

.frankincense-secret__item__heading {
  border: 0;
  color: #e1b6b4;
  font-family: "Marcellus", serif;
  font-size: 7vw;
  font-weight: normal;
  margin: .25rem 0;
  padding: 0;
  position: relative;
  text-align: center;
}
@media only screen and (min-width: 720px) {
  .frankincense-secret__item__heading {
    font-size: 98px;
    margin: 0;
    text-align: left;
  }
}
.frankincense-secret__item__heading:after {
  border-top: 2px solid;
  content: "";
  display: block;
  left: calc(50% - .5em);
  margin: .75rem 0 0;
  position: absolute;
  width: 1em;
}
@media only screen and (min-width: 720px) {
  .frankincense-secret__item__heading:after {
    border-top: 4px solid;
    left: auto;
    margin: 0;
    width: 80px;
  }
}

.frankincense-secret__item__copy {
  color: #d78582;
  font-size: 4.2vw;
  font-weight: normal;
  line-height: 1.5;
  margin: 2rem 0 0;
  text-align: center;
}
@media only screen and (min-width: 720px) {
  .frankincense-secret__item__copy {
    font-size: 170%;
    line-height: inherit;
    text-align: left;
  }
}

.frankincense-secret__item__text {
  position: relative;
  z-index: 2;
}
@media only screen and (min-width: 720px) {
  .frankincense-secret__item__text {
    line-height: 2;
  }
}

/* ====================
 * 1. secret item history
 */
@media only screen and (min-width: 720px) {
  .frankincense-secret__item--history {
    margin: -7rem 0 0;
  }
}
@media only screen and (min-width: 720px) {
  .frankincense-secret__item--history .frankincense-secret__item__header {
    left: 0;
    top: 280px;
  }
}
@media only screen and (min-width: 720px) {
  .frankincense-secret__item--history .frankincense-secret__item__image {
    margin: 0 0 40px 220px;
    width: 680px;
  }
}
@media only screen and (min-width: 720px) {
  .frankincense-secret__item--history .frankincense-secret__item__image:before {
    left: 100px;
    top: 150px;
  }
}
@media only screen and (min-width: 720px) {
  .frankincense-secret__item--history .frankincense-secret__item__text {
    margin: 0 60px 0 480px;
  }
}

/* ====================
 * 2. secret item essence
 */
@media only screen and (min-width: 720px) {
  .frankincense-secret__item--essence .frankincense-secret__item__header {
    right: 0;
    top: 40px;
  }
}
@media only screen and (min-width: 720px) {
  .frankincense-secret__item--essence .frankincense-secret__item__heading {
    text-align: right;
  }
  .frankincense-secret__item--essence .frankincense-secret__item__heading:after {
    right: 0;
  }
}
@media only screen and (min-width: 720px) {
  .frankincense-secret__item--essence .frankincense-secret__item__copy {
    text-align: right;
  }
}
@media only screen and (min-width: 720px) {
  .frankincense-secret__item--essence .frankincense-secret__item__image {
    height: 380px;
    margin: 0 0 90px;
    width: 720px;
  }
}
@media only screen and (min-width: 720px) {
  .frankincense-secret__item--essence .frankincense-secret__item__image:before {
    left: 100px;
    top: 120px;
  }
}
.frankincense-secret__item--essence .frankincense-secret__item__image img {
  width: 65%;
}
@media only screen and (min-width: 720px) {
  .frankincense-secret__item--essence .frankincense-secret__item__image img {
    position: absolute;
    width: 420px;
  }
}
@media only screen and (min-width: 720px) {
  .frankincense-secret__item--essence .frankincense-secret__item__image img:nth-child(1) {
    left: 0;
    top: 0;
  }
}
@media only screen and (max-width: 720px) {
  .frankincense-secret__item--essence .frankincense-secret__item__image img:nth-child(2) {
    margin: -6rem 0 0 35%;
  }
}
@media only screen and (min-width: 720px) {
  .frankincense-secret__item--essence .frankincense-secret__item__image img:nth-child(2) {
    left: 220px;
    top: 160px;
  }
}
@media only screen and (min-width: 720px) {
  .frankincense-secret__item--essence .frankincense-secret__item__text {
    margin: 0 0 0 60px;
    position: relative;
    width: 440px;
  }
}
@media only screen and (min-width: 720px) {
  .frankincense-secret__item--essence .frankincense-secret__item__text figure {
    position: absolute;
    top: -100px;
    right: -400px;
    width: 320px;
  }
}
.frankincense-secret__item--essence .frankincense-secret__item__text figure img {
  max-width: 320px;
  width: 80%;
}
@media only screen and (min-width: 720px) {
  .frankincense-secret__item--essence .frankincense-secret__item__text figure img {
    width: 100%;
  }
}

/* ====================
 * 3. secret item product
 */
@media only screen and (min-width: 720px) {
  .frankincense-secret__item--product .frankincense-secret__item__header {
    left: 0;
    top: 110px;
  }
}
@media only screen and (min-width: 720px) {
  .frankincense-secret__item--product .frankincense-secret__item__heading:after {
    left: 0;
    text-align: left;
  }
}
@media only screen and (min-width: 720px) {
  .frankincense-secret__item--product .frankincense-secret__item__image {
    height: 380px;
    margin: 0 0 40px 220px;
    width: 720px;
  }
}
@media only screen and (min-width: 720px) {
  .frankincense-secret__item--product .frankincense-secret__item__image:before {
    left: 60px;
    top: 150px;
  }
}
@media only screen and (min-width: 720px) {
  .frankincense-secret__item--product .frankincense-secret__item__text {
    float: right;
    margin: 0 60px 0 0;
    position: relative;
    width: 440px;
  }
}
@media only screen and (max-width: 720px) {
  .frankincense-secret__item--product .frankincense-secret__item__text figure {
    text-align: left;
  }
}
@media only screen and (min-width: 720px) {
  .frankincense-secret__item--product .frankincense-secret__item__text figure {
    font-size: 0;
    left: -500px;
    position: absolute;
    top: 20px;
  }
}
.frankincense-secret__item--product .frankincense-secret__item__text figure img {
  width: 65%;
}
@media only screen and (min-width: 720px) {
  .frankincense-secret__item--product .frankincense-secret__item__text figure img {
    display: block;
  }
}
@media only screen and (min-width: 720px) {
  .frankincense-secret__item--product .frankincense-secret__item__text figure img:nth-child(1) {
    width: 280px;
  }
}
@media only screen and (max-width: 720px) {
  .frankincense-secret__item--product .frankincense-secret__item__text figure img:nth-child(2) {
    margin: -6rem 0 0 35%;
  }
}
@media only screen and (min-width: 720px) {
  .frankincense-secret__item--product .frankincense-secret__item__text figure img:nth-child(2) {
    margin: -120px 0 0 180px;
    width: 280px;
  }
}

.company-header {
  margin-bottom: 4rem;
  margin-top: 4rem;
}
@media only screen and (min-width: 720px) {
  .company-header {
    margin-bottom: 5rem;
    margin-top: 5rem;
  }
}

.company-content {
  padding-bottom: 3rem;
}
@media only screen and (min-width: 720px) {
  .company-content {
    padding-bottom: 60px;
  }
}

.company-table th {
  width: 5em;
}
@media only screen and (min-width: 720px) {
  .company-table th {
    width: 8em;
  }
}

.contacts-second-key {
  background: #fff1f0;
  background-size: cover;
  color: #666;
  margin: 0;
  text-align: center;
}
@media only screen and (min-width: 720px) {
  .contacts-second-key {
    background-size: contain;
  }
}

.contacts-content {
  color: #333;
  padding-bottom: 3rem;
}
@media only screen and (min-width: 720px) {
  .contacts-content {
    padding-bottom: 60px;
  }
}

.contacts-section__heading {
  border: 0;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.5;
  margin: 3.5rem 0 1.75rem;
  padding: 1rem 0 0;
  position: relative;
  text-align: center;
}
.contacts-section__heading > span {
  font-size: 300%;
  font-family: "Roboto Condensed", sans-serif;
}
.contacts-section + .contacts-section .contacts-section__heading {
  margin-top: 5.25rem;
}

.contacts-section__lead {
  text-align: center;
}

.contacts-section__info {
  border: 1px solid #bdb6b6;
  margin: 2.625rem auto;
  padding: 1rem 2rem;
}

.contacts-section__info__heading {
  font-size: 110%;
  font-weight: bold;
  text-align: center;
  margin: 1.75rem 0;
}
@media only screen and (min-width: 720px) {
  .contacts-section__info__heading {
    font-size: 150%;
  }
}

.contacts-section__info__lead {
  text-align: center;
}

.contacts-section__info__ways {
  margin: 1.75rem 0;
}
.contacts-section__info__ways > dt {
  margin: 0;
  padding: 0;
}
.contacts-section__info__ways > dd {
  margin: 1.75rem 0;
  padding: 0;
}

.contacts-section__info__tel {
  text-align: center;
}

.contacts-section__info__tel > a {
  display: inline-block;
  text-decoration: none;
}

.contacts-section__info__tel__icon {
  display: inline-block;
  height: 2.2em;
  vertical-align: middle;
  width: auto;
}
@media only screen and (min-width: 720px) {
  .contacts-section__info__tel__icon {
    height: 3.8em;
  }
}

.contacts-section__info__tel__number {
  color: #c45;
  display: inline-block;
  font-size: 250%;
  font-family: "Roboto Condensed", sans-serif;
  line-height: 1;
  text-decoration: none;
  vertical-align: middle;
}
@media only screen and (min-width: 720px) {
  .contacts-section__info__tel__number {
    font-size: 500%;
  }
}

.contacts-section__info__tel__time {
  display: block;
  font-size: 90%;
  line-height: 1.5;
  margin: .5rem 0 0;
}

.contacts-section__info__action {
  margin: 1.75rem auto;
  text-align: center;
}

.contacts-section__info__btn {
  font-size: 110%;
  padding: 1em 2em;
}

.contacts-section__note {
  margin: 1.75rem 0;
}

.contacts-section__point-list {
  color: #c45;
  font-size: 120%;
  font-weight: bold;
}

.faq-list {
  list-style: none;
  padding: 0 1rem;
}
.faq-list > li {
  margin: 1em 0;
}

.faq-list__q {
  font-weight: bold;
}
.faq-list__q:before {
  content: "Q. ";
}

.faq-list__a {
  display: none;
  margin: .5em 0;
}
*:target .faq-list__a, .is-opened .faq-list__a {
  display: block;
}

.privacy-header {
  margin-bottom: 4rem;
  margin-top: 4rem;
}
@media only screen and (min-width: 720px) {
  .privacy-header {
    margin-bottom: 5rem;
    margin-top: 5rem;
  }
}

.privacy-content {
  padding-bottom: 3rem;
}
@media only screen and (min-width: 720px) {
  .privacy-content {
    padding-bottom: 60px;
  }
}

.privacy-table th {
  width: 5em;
}
@media only screen and (min-width: 720px) {
  .privacy-table th {
    width: 8em;
  }
}

.sctl-header {
  margin-bottom: 4rem;
  margin-top: 4rem;
}
@media only screen and (min-width: 720px) {
  .sctl-header {
    margin-bottom: 5rem;
    margin-top: 5rem;
  }
}

.sctl-content {
  padding-bottom: 3rem;
}
@media only screen and (min-width: 720px) {
  .sctl-content {
    padding-bottom: 60px;
  }
}

.sctl-table th {
  width: 5em;
}
@media only screen and (min-width: 720px) {
  .sctl-table th {
    width: 8em;
  }
}

.information-article {
  color: #333;
}
.information-article h2 {
  margin: 2rem 0;
}

.information-header {
  margin-bottom: 3rem;
  margin-top: 3rem;
}
@media only screen and (min-width: 720px) {
  .information-header {
    margin-bottom: 4rem;
    margin-top: 4rem;
  }
}

.infotmation-date {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 100%;
  line-height: 1.25;
}

.information-title {
  font-size: 6vw;
  line-height: 1.5;
}
.infotmation-date + .information-title {
  margin-top: 1rem;
}
@media only screen and (min-width: 720px) {
  .information-title {
    font-size: 175%;
  }
}

.information-content {
  line-height: 2;
  padding-bottom: 3rem;
}
.information-content dd {
  margin: 0;
}

.store-key {
  background: #e1b6b4;
  color: #fff;
}
@media only screen and (min-width: 720px) {
  .store-key {
    margin: 60px 0 100px;
  }
}
.store-key .key__inner {
  position: relative;
}

.store-key_movie {
  color: #fff;
  margin-bottom: 51%;
}
@media only screen and (min-width: 720px) {
  .store-key_movie {
    position: relative;
    margin: -37px 0 100px;
    height: 56.25vw;
    max-height: 900px;
  }
}
.store-key_movie .key__inner {
  position: relative;
  top: 10%;
}

.store-key__title {
  text-align: left;
  z-index: 1;
  position: relative;
}
@media only screen and (min-width: 720px) {
  .store-key__title {
    font-size: 86px;
  }
}

.store-key__sub-title {
  font-size: 90%;
  text-align: left;
}
@media only screen and (min-width: 720px) {
  .store-key__sub-title {
    font-size: 18px;
  }
}

.store-key__sub-title {
  font-size: 90%;
  text-align: left;
  z-index: 1;
  position: relative;
}
@media only screen and (min-width: 720px) {
  .store-key__sub-title {
    font-size: 18px;
  }
}

.store-key__image {
  height: 100%;
  overflow: hidden;
  position: absolute;
  top: 0;
  right: 0;
  width: 65%;
}
@media only screen and (min-width: 720px) {
  .store-key__image {
    height: 100%;
    overflow: visible;
    width: 100%;
  }
}
.store-key__image img {
  max-width: 90%;
  position: absolute;
  top: 11%;
  right: 2%;
}
@media only screen and (min-width: 720px) {
  .store-key__image img {
    height: 135%;
    top: -8%;
    right: -50px;
  }
}

.store-lead__text {
  line-height: 2;
}
@media only screen and (min-width: 720px) {
  .store-lead__text {
    margin: 60px 0;
    text-align: center;
  }
}

.key__video-container {
  left: 0;
  height: 100%;
  overflow: hidden;
  position: absolute;
  top: 2.65rem;
  width: 100%;
  z-index: -1;
}
@media only screen and (min-width: 720px) {
  .key__video-container {
    top: 37px;
  }
}

.key__video {
  top: 0;
  display: block;
  height: auto;
  margin: 0;
  max-height: 100%;
  min-width: 100%;
  position: absolute;
  right: 50%;
  transform: translateX(50%) translateY(0);
  width: 130%;
  z-index: 0;
}
@media only screen and (min-width: 720px) {
  .key__video {
    width: 100%;
    min-height: 594px;
  }
}

.store-award {
  margin-bottom: 1.75rem;
  margin-top: 1.75rem;
  text-align: center;
}

.store-award__inner {
  display: inline-block;
  text-align: left;
}

.store-award__note {
  font-size: 80%;
  line-height: 1.4;
  margin: .75rem 0 0;
}

.store-ranking {
  padding: 3rem 0;
}
@media only screen and (min-width: 720px) {
  .store-ranking {
    padding: 60px 0;
  }
}

.store-ranking__heading span {
  display: block;
  font-size: 1rem;
  line-height: 1.25;
  margin: 1rem 0 0;
  text-align: center;
}

.store-ranking__content {
  margin: 5rem 0 0;
}
@media only screen and (min-width: 720px) {
  .store-ranking__content {
    margin: 90px 0 0;
  }
}

.store-ranking__list {
  counter-reset: rank;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  list-style: none;
  margin: -5rem 0 0;
  padding: 0;
}
@media only screen and (min-width: 720px) {
  .store-ranking__list {
    margin: -60px 0 0;
  }
}

.store-ranking__item {
  counter-increment: rank;
  margin: 5rem 0 0;
  position: relative;
  width: 46%;
}
@media only screen and (min-width: 720px) {
  .store-ranking__item {
    margin: 60px 0 0;
    width: 220px;
  }
}

.store-ranking__item__rank {
  font-size: 100%;
  left: -1rem;
  position: absolute;
  text-align: center;
  top: -3rem;
}
.store-ranking__item__rank:before {
  content: "RANK";
  display: inline-block;
  font-family: serif;
  font-size: 90%;
  font-weight: bold;
  line-height: 1;
}
.store-ranking__item__rank:after {
  background: #333;
  box-shadow: 0.25rem 0.25rem 0 #e1b6b4;
  color: #fff;
  content: counter(rank);
  display: block;
  font-family: serif;
  font-size: 125%;
  height: 1em;
  line-height: 1;
  margin: 0 auto;
  padding: .5em;
  width: 1em;
}
@media only screen and (min-width: 720px) {
  .store-ranking__item__rank:after {
    font-size: 150%;
  }
}
.store-ranking__item:nth-child(1) .store-ranking__item__rank:before {
  color: #ca6;
}
.store-ranking__item:nth-child(1) .store-ranking__item__rank:after {
  background-color: #ca6;
}
.store-ranking__item:nth-child(2) .store-ranking__item__rank:before {
  color: #aaa;
}
.store-ranking__item:nth-child(2) .store-ranking__item__rank:after {
  background-color: #aaa;
}
.store-ranking__item:nth-child(3) .store-ranking__item__rank:before {
  color: #c75;
}
.store-ranking__item:nth-child(3) .store-ranking__item__rank:after {
  background-color: #c75;
}

.store-ranking__item__image {
  margin: 0 0 .5rem 0;
}
.store-ranking__item__image img {
  vertical-align: bottom;
}

.store-ranking__item__category {
  margin: .25rem 0;
}

.store-ranking__item__category__item {
  font-size: 75%;
  padding: .25em .25em;
}
@media only screen and (min-width: 720px) {
  .store-ranking__item__category__item {
    font-size: 85%;
    padding: .25em .5em;
  }
}

.store-ranking__item__name {
  font-size: 95%;
  margin: .5rem 0;
}
@media only screen and (min-width: 720px) {
  .store-ranking__item__name {
    font-size: 100%;
  }
}

.store-ranking__item__desc {
  font-size: 75%;
  margin: .5rem 0;
}
@media only screen and (min-width: 720px) {
  .store-ranking__item__desc {
    font-size: 100%;
  }
}

.store-ranking__item__price-list {
  font-size: 100%;
  line-height: 1.25;
  list-style: none;
  margin: .5rem 0 0;
  padding: 0;
}

.store-ranking__item__price {
  margin: .25rem 0 0;
}

.store-ranking__item__price--subscription {
  color: #c45;
  margin: .25rem 0 0;
}

.store-point__item {
  margin: 3rem 0 0;
}
@media only screen and (min-width: 720px) {
  .store-point__item {
    min-height: 360px;
    margin: 60px 0;
  }
}

.store-point__item__inner {
  position: relative;
}

.store-point__item__heading {
  border: 0;
  color: #e1b6b4;
  font-size: 10.5vw;
  font-family: "Marcellus", serif;
  font-weight: normal;
  line-height: 1.25;
  margin: 0;
  padding: 0;
  position: relative;
  text-align: center;
  z-index: 1;
}
@media only screen and (min-width: 720px) {
  .store-point__item__heading {
    font-size: 90px;
    text-align: left;
  }
}
@media only screen and (min-width: 720px) {
  .store-point__item:nth-child(odd) .store-point__item__heading {
    margin-left: 520px;
  }
}
@media only screen and (min-width: 720px) {
  .store-point__item:nth-child(even) .store-point__item__heading {
    margin-left: 40px;
  }
}

@media only screen and (min-width: 720px) {
  .store-point__item__image {
    position: absolute;
    top: 20px;
    width: 460px;
    z-index: 0;
  }
}
@media only screen and (min-width: 720px) {
  .store-point__item:nth-child(odd) .store-point__item__image {
    left: 2rem;
  }
}
@media only screen and (min-width: 720px) {
  .store-point__item:nth-child(even) .store-point__item__image {
    right: 2rem;
  }
}
.store-point__item__image a {
  display: block;
}
@media only screen and (min-width: 720px) {
  .store-point__item__image img {
    width: 100%;
  }
}

@media only screen and (min-width: 720px) {
  .store-point__item:nth-child(odd) .store-point__item__text {
    margin-left: 500px;
  }
}
@media only screen and (min-width: 720px) {
  .store-point__item:nth-child(even) .store-point__item__text {
    margin-right: 500px;
  }
}

.store-lineup {
  padding: 3rem 0;
}
@media only screen and (min-width: 720px) {
  .store-lineup {
    padding: 60px 0;
  }
}
.store-lineup .lineup__list {
  margin-top: -2rem;
}

/* ====================
 * campaign and trial
 */
.store-campaign {
  padding: 3rem 0;
}
@media only screen and (min-width: 720px) {
  .store-campaign {
    padding: 60px 0;
  }
}

.store-campaign__bnr__list {
  list-style: none;
  padding: 0;
}
@media only screen and (min-width: 720px) {
  .store-campaign__bnr__list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0;
  }
}

.store-campaign__bnr__item {
  margin: 2rem 0 0;
}
@media only screen and (min-width: 720px) {
  .store-campaign__bnr__item {
    margin: 4rem 0 0;
    width: 480px;
  }
}
.store-campaign__bnr__item img {
  width: 100%;
}

.store-trial-bnr {
  margin: 3rem auto 0;
}
@media only screen and (min-width: 720px) {
  .store-trial-bnr {
    margin: 4rem auto 0;
  }
}

.store-trial-bnr__lead {
  height: auto;
  margin: 0 0 1rem;
  text-align: center;
}
.store-trial-bnr__lead img {
  width: 100%;
}
@media only screen and (min-width: 720px) {
  .store-trial-bnr__lead img {
    width: auto;
  }
}

.store-trial-bnr__bnr {
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  width: auto;
}
@media only screen and (min-width: 720px) {
  .store-trial-bnr__bnr {
    width: 640px;
  }
}
.store-trial-bnr__bnr img {
  width: 100%;
}
@media only screen and (min-width: 720px) {
  .store-trial-bnr__bnr {
    width: 640px;
  }
}

.store-trial-bnr__video {
  height: 100%;
  left: -28%;
  position: absolute;
  top: 0;
  width: auto;
  z-index: 0;
}
@media only screen and (min-width: 720px) {
  .store-trial-bnr__video {
    left: -19.5%;
  }
}

.store-trial-bnr__text {
  position: relative;
  z-index: 10;
}

/*バルクセットバナー*/
.bulk_set_bnr {
  text-align: center;
  margin: 5% 0 0 0;
}
@media only screen and (min-width: 720px) {
  .bulk_set_bnr {
    margin: 80px 0 0 0;
  }
}

/* ==========
 * home information
 */
.store-information__inner {
  padding-bottom: 4rem;
  padding-top: 4rem;
}
@media only screen and (min-width: 720px) {
  .store-information__inner {
    padding-bottom: 5rem;
    padding-top: 5rem;
    text-align: center;
  }
}

.store-information__list {
  list-style: none;
  margin: 3rem auto 0;
  padding: 0;
  text-align: left;
}
@media only screen and (min-width: 720px) {
  .store-information__list {
    max-width: 680px;
  }
}

.store-information__item {
  display: table;
  margin: 0;
  width: 100%;
}
.store-information__item + .store-information__item {
  border-top: 1px solid #eae3e3;
}

.store-information__item__date {
  display: block;
  padding: 1.5rem 2em .5rem 0;
  vertical-align: top;
  width: 6em;
}
@media only screen and (min-width: 720px) {
  .store-information__item__date {
    display: table-cell;
    padding: 1rem 2em 1rem 0;
  }
}

.store-information__item__text {
  display: block;
  padding: .5rem 0 1.5rem;
  vertical-align: top;
}
@media only screen and (min-width: 720px) {
  .store-information__item__text {
    display: table-cell;
    padding: 1rem 0;
  }
}

/* ====================
 * FV
 */
.store-item-fv {
  padding: 2rem 0 0;
}
@media only screen and (min-width: 720px) {
  .store-item-fv {
    padding: 2rem 0 0;
  }
}

/* ====================
 * Point
 */
.store-item-point {
  padding: 0 0 3rem;
}
@media only screen and (min-width: 720px) {
  .store-item-point {
    padding: 0 0 60px;
  }
}

.store-item-point__header {
  background: #e1b6b4;
  color: #fff;
}
@media only screen and (min-width: 720px) {
  .store-item-point__header {
    margin-top: -10rem;
    padding-bottom: 4em;
    padding-top: 13rem;
  }
}

/* ====================
 * より多くのお客様に使用して頂けるよう、パラベン・エタノール・合成着色料を使用しておりません。
 */
.store-item-point__no-additive {
  margin: 3rem 0;
}
.store-item-point__no-additive:after {
  clear: both;
  content: "";
  display: block;
}
@media only screen and (min-width: 720px) {
  .store-item-point__no-additive {
    margin: 6rem 0;
  }
}

.store-item-point__no-additive__heading {
  font-size: 4.5vw;
  font-weight: normal;
  margin: 0 0 2rem;
  text-align: center;
}
@media only screen and (min-width: 720px) {
  .store-item-point__no-additive__heading {
    font-size: 180%;
    margin: 0 0 2rem;
  }
}
@media only screen and (max-width: 720px) {
  .store-item-point__no-additive__heading br {
    display: none;
  }
}

.store-item-point__no-additive__image {
  text-align: center;
}
.store-item-point__no-additive__image img {
  margin: 1rem 0 0;
  max-width: 420px;
  width: 100%;
}

.store-item-point__award {
  margin-bottom: 0;
  margin-top: 3rem;
  text-align: center;
}

.store-item-point__award__inner {
  display: inline-block;
  text-align: left;
}

.store-item-point__award__note {
  font-size: 80%;
  line-height: 1.4;
  margin: .75rem 0 0;
}

/* ====================
 * 成分紹介
 */
.store-item-point__item {
  margin: 3rem 0;
}
.store-item-point__item:after {
  clear: both;
  content: "";
  display: block;
}
@media only screen and (min-width: 720px) {
  .store-item-point__item {
    margin: 6rem 0;
  }
}

.store-item-point__item__heading {
  font-size: 150%;
  font-weight: normal;
  margin: 0;
}
@media only screen and (min-width: 720px) {
  .store-item-point__item__heading {
    font-size: 180%;
    margin: 0;
    width: 470px;
  }
}
@media only screen and (min-width: 720px) {
  .store-item-point__item:nth-child(odd) .store-item-point__item__heading {
    float: left;
  }
}
@media only screen and (min-width: 720px) {
  .store-item-point__item:nth-child(even) .store-item-point__item__heading {
    float: right;
  }
}
@media only screen and (max-width: 720px) {
  .store-item-point__item__heading br {
    display: none;
  }
}

.store-item-point__item__image {
  margin: 2rem 0 0;
}
@media only screen and (min-width: 720px) {
  .store-item-point__item__image {
    margin: 0;
    min-height: 280px;
    width: 470px;
  }
}
@media only screen and (min-width: 720px) {
  .store-item-point__item:nth-child(odd) .store-item-point__item__image {
    float: right;
    margin-left: 60px;
  }
}
@media only screen and (min-width: 720px) {
  .store-item-point__item:nth-child(even) .store-item-point__item__image {
    float: left;
    margin-right: 60px;
  }
}
.store-item-point__item__image img {
  max-width: 100%;
}

.store-item-point__item__text {
  line-height: 2;
}
@media only screen and (min-width: 720px) {
  .store-item-point__item__text {
    width: 470px;
  }
}
@media only screen and (min-width: 720px) {
  .store-item-point__item:nth-child(odd) .store-item-point__item__text {
    float: left;
  }
}
@media only screen and (min-width: 720px) {
  .store-item-point__item:nth-child(even) .store-item-point__item__text {
    float: right;
  }
}
.store-item-point__item__text p {
  margin: 2em 0 0;
}

/* ====================
 * より多くのお客様に使用して頂けるよう、パラベン・エタノール・合成着色料を使用しておりません。
 */
.store-item-point__no-additive {
  margin: 3rem 0;
}
.store-item-point__no-additive:after {
  clear: both;
  content: "";
  display: block;
}
@media only screen and (min-width: 720px) {
  .store-item-point__no-additive {
    margin: 6rem 0;
  }
}

.store-item-point__no-additive__heading {
  font-size: 4.5vw;
  font-weight: normal;
  margin: 0 0 2rem;
  text-align: center;
}
@media only screen and (min-width: 720px) {
  .store-item-point__no-additive__heading {
    font-size: 180%;
    margin: 0 0 2rem;
  }
}
@media only screen and (max-width: 720px) {
  .store-item-point__no-additive__heading br {
    display: none;
  }
}

.store-item-point__no-additive__image {
  text-align: center;
}
.store-item-point__no-additive__image img {
  margin: 1rem 0 0;
  max-width: 420px;
  width: 100%;
}

/* ====================
 * セット内容紹介
 */
.store-item-point__prod {
  margin: 3rem 0;
}
.store-item-point__prod:after {
  clear: both;
  content: "";
  display: block;
}
@media only screen and (min-width: 720px) {
  .store-item-point__prod {
    margin: 6rem 0;
  }
}

@media only screen and (min-width: 720px) {
  .store-item-point__prod--pouch {
    margin: 6rem 60px;
  }
}

.store-item-point__prod__header {
  margin: 0;
}
@media only screen and (min-width: 720px) {
  .store-item-point__prod__header {
    margin: 0;
    width: 470px;
  }
}
@media only screen and (min-width: 720px) {
  .store-item-point__prod:nth-child(odd) .store-item-point__prod__header {
    float: left;
  }
}
@media only screen and (min-width: 720px) {
  .store-item-point__prod:nth-child(even) .store-item-point__prod__header {
    float: right;
  }
}
@media only screen and (max-width: 720px) {
  .store-item-point__prod__header br {
    display: none;
  }
}

.store-item-point__prod__heading {
  font-size: 6vw;
  font-weight: normal;
  margin: 0;
}
@media only screen and (min-width: 720px) {
  .store-item-point__prod__heading {
    font-size: 200%;
  }
}

.store-item-point__prod__cat__item {
  color: #bdb6b6;
}

.store-item-point__prod__image {
  margin: 2rem 0 0;
}
@media only screen and (min-width: 720px) {
  .store-item-point__prod__image {
    margin: 20px 0 0;
    min-height: 280px;
    width: 470px;
  }
  .store-item-point__prod--pouch .store-item-point__prod__image {
    margin-top: 0;
    width: 350px;
  }
}
@media only screen and (min-width: 720px) {
  .store-item-point__prod:nth-child(odd) .store-item-point__prod__image {
    float: right;
    margin-left: 60px;
  }
}
@media only screen and (min-width: 720px) {
  .store-item-point__prod:nth-child(even) .store-item-point__prod__image {
    float: left;
    margin-right: 60px;
  }
}
.store-item-point__prod__image img {
  max-width: 100%;
}

.store-item-point__prod__text {
  line-height: 2;
}
@media only screen and (min-width: 720px) {
  .store-item-point__prod__text {
    width: 470px;
  }
}
@media only screen and (min-width: 720px) {
  .store-item-point__prod:nth-child(odd) .store-item-point__prod__text {
    float: left;
  }
}
@media only screen and (min-width: 720px) {
  .store-item-point__prod:nth-child(even) .store-item-point__prod__text {
    float: right;
  }
}
.store-item-point__prod__text p {
  margin: 2em 0 0;
}

.store-item-point__prod__ing {
  margin: 2em 0 0;
}
@media only screen and (min-width: 720px) {
  .store-item-point__prod__ing {
    width: 470px;
  }
}
@media only screen and (min-width: 720px) {
  .store-item-point__prod:nth-child(odd) .store-item-point__prod__ing {
    float: left;
  }
}
@media only screen and (min-width: 720px) {
  .store-item-point__prod:nth-child(even) .store-item-point__prod__ing {
    float: right;
  }
}

.store-item-point__prod__ing__label {
  font-weight: bold;
  text-align: center;
  margin: 0 0 1.5em;
}
@media only screen and (min-width: 720px) {
  .store-item-point__prod__ing__label {
    font-size: 90%;
  }
}
.store-item-point__prod__ing__label:before {
  content: "〈";
}
.store-item-point__prod__ing__label:after {
  content: "〉";
}

.store-item-point__prod__ing__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  list-style: none;
  margin: .5rem 0 0;
  padding: 0;
}
@media only screen and (min-width: 720px) {
  .store-item-point__prod__ing__list {
    justify-content: space-between;
    margin: 0;
  }
}
.store-item-point__prod__ing__list > li {
  margin: 1rem 0;
}
@media only screen and (min-width: 720px) {
  .store-item-point__prod__ing__list > li {
    margin: 0;
  }
}

.store-item-point__prod__ing__item {
  margin: 0;
  width: 44%;
}
@media only screen and (min-width: 720px) {
  .store-item-point__prod__ing__item {
    width: 100px;
  }
}

.store-item-point__prod__ing__image {
  display: block;
  text-align: center;
}
.store-item-point__prod__ing__image img {
  width: 100%;
}

.store-item-point__prod__ing__name {
  display: block;
  font-size: 85%;
  line-height: 1.25;
  margin: 1rem 0 0;
  text-align: center;
}
@media only screen and (min-width: 720px) {
  .store-item-point__prod__ing__name {
    font-size: 10px;
  }
}

.store-item-point__prod__note {
  clear: both;
}
@media only screen and (min-width: 720px) {
  .store-item-point__prod__note {
    font-style: 85%;
    width: 470px;
  }
}
@media only screen and (min-width: 720px) {
  .store-item-point__prod:nth-child(odd) .store-item-point__prod__note {
    float: left;
  }
}
@media only screen and (min-width: 720px) {
  .store-item-point__prod:nth-child(even) .store-item-point__prod__note {
    float: right;
  }
}
.store-item-point__prod__note p {
  margin-bottom: 0;
}

/* ====================
 * Produce
 */
.store-item-produce__paper {
  background: #e1b6b4;
  color: #fff;
  margin: 0 -2rem 0;
  padding: 1rem 2rem;
}
@media only screen and (min-width: 720px) {
  .store-item-produce__paper {
    margin: 0 0 100px;
    padding: 20px 40px;
  }
}

.store-item-produce__heading {
  border: 0;
  font-size: 6vw;
  font-weight: normal;
  margin: 1em 0;
  padding: 0;
  text-align: center;
}
@media only screen and (min-width: 720px) {
  .store-item-produce__heading {
    font-size: 32px;
    margin: 1em 0;
  }
}

.store-item-produce__section {
  line-height: 2;
}
.store-item-produce__section:after {
  clear: both;
  content: "";
  display: block;
}
@media only screen and (min-width: 720px) {
  .store-item-produce__section {
    margin: 0;
    padding: 10px 0;
  }
}
@media only screen and (min-width: 720px) {
  .store-item-produce__section:nth-of-type(odd) figure {
    float: right;
    margin-left: 40px;
  }
}
@media only screen and (min-width: 720px) {
  .store-item-produce__section:nth-of-type(even) figure {
    float: left;
    margin-right: 40px;
  }
}
@media only screen and (min-width: 720px) {
  .store-item-produce__section figure {
    width: 440px;
  }
}

/* ====================
 * How to use
 */
.store-item-howto {
  background: #eae3e3;
  padding: 3rem 0;
}
@media only screen and (min-width: 720px) {
  .store-item-howto {
    padding: 60px 0;
  }
}

.store-item-howto__header__inner__second {
  border-top: 1px solid #fff;
  width: 740px;
  margin: 40px auto;
}

.store-item-howto__heading {
  color: #fff;
}

.store-item-howto__step-list {
  margin: 4rem 0 0;
}
@media only screen and (min-width: 720px) {
  .store-item-howto__step-list {
    display: flex;
    justify-content: center;
  }
}

.store-item-howto__step-item {
  list-style: none;
  margin: 0;
  padding: 0;
}
@media only screen and (min-width: 720px) {
  .store-item-howto__step-item {
    text-align: center;
    width: 200px;
  }
}
.store-item-howto__step-item + .store-item-howto__step-item {
  margin: 3rem 0 0;
}
@media only screen and (min-width: 720px) {
  .store-item-howto__step-item + .store-item-howto__step-item {
    margin: 0 0 0 80px;
  }
}
.store-item-howto__step-item p {
  margin: 1.5em 0 0;
}
@media only screen and (min-width: 720px) {
  .store-item-howto__step-item p {
    font-size: 90%;
  }
}

.store-item-howto__step-item__label {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 200%;
  line-height: 1;
  text-align: center;
}
@media only screen and (min-width: 720px) {
  .store-item-howto__step-item__label {
    font-size: 24px;
    margin: 0 0 20px;
  }
}

.store-item-howto__step-item__image {
  margin: 2rem 0;
  position: relative;
  text-align: center;
}
@media only screen and (min-width: 720px) {
  .store-item-howto__step-item__image {
    margin: 0;
    width: auto;
  }
}
.store-item-howto__step-item__image img {
  width: 60%;
}
@media only screen and (min-width: 720px) {
  .store-item-howto__step-item__image img {
    width: 200px;
  }
}
@media only screen and (min-width: 720px) {
  .store-item-howto__step-item + .store-item-howto__step-item .store-item-howto__step-item__image:before {
    background: url("../img/step_arw_white.png") no-repeat left top;
    background-size: 100%;
    content: "";
    height: 28px;
    left: -45px;
    position: absolute;
    top: 86px;
    width: 15px;
  }
}

.store-item-howto__point {
  margin: 3em 0 0 0;
  text-align: center;
}

.split-line {
  border-top: 1px solid #fff;
  margin: 40px auto;
}
@media only screen and (min-width: 720px) {
  .split-line {
    width: 740px;
  }
}

.store-item-howto__point__label {
  background: #666;
  color: #fff;
  display: inline-block;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 80%;
  line-height: 1;
  padding: .25em .5em;
  vertical-align: middle;
}

.store-item-howto__point__text {
  display: block;
  font-size: 90%;
  margin: .5em 0 0;
  vertical-align: middle;
}
@media only screen and (min-width: 720px) {
  .store-item-howto__point__text {
    display: inline;
    margin: 0;
  }
}

.store-item-howto__mist-timing {
  background: #bdb6b6;
  border-radius: 1.5em;
  color: #fff;
  padding: 2rem;
}
.store-item-howto__mist-timing:after {
  clear: both;
  content: "";
  display: block;
}
@media only screen and (min-width: 720px) {
  .store-item-howto__mist-timing {
    margin: 4rem auto;
    padding: 30px;
    width: 720px;
  }
}

.store-item-howto__mist-timing__heading {
  font-size: 5.5vw;
  font-weight: normal;
  margin: 0;
  padding: 0;
  text-align: center;
}
@media only screen and (min-width: 720px) {
  .store-item-howto__mist-timing__heading {
    font-size: 180%;
  }
}

.store-item-howto__mist-timing__text {
  margin: 1.75rem 0 0;
}
.store-item-howto__mist-timing__text figure {
  margin: 1.75rem 0;
}
@media only screen and (min-width: 720px) {
  .store-item-howto__mist-timing__text figure {
    float: left;
    margin: 0;
    width: 180px;
  }
}
.store-item-howto__mist-timing__text figure img {
  width: 80%;
}
@media only screen and (min-width: 720px) {
  .store-item-howto__mist-timing__text figure img {
    width: 100%;
  }
}
.store-item-howto__mist-timing__text figcaption {
  font-size: 90%;
  margin: 1rem 0 0;
}
@media only screen and (min-width: 720px) {
  .store-item-howto__mist-timing__text figcaption {
    font-size: 80%;
  }
}
@media only screen and (min-width: 720px) {
  .store-item-howto__mist-timing__text p {
    margin-left: 220px;
  }
}

.store-item-howto__mist-timing__situations {
  margin: 1.75rem 0 0;
  padding: 0;
  text-align: center;
}
@media only screen and (min-width: 720px) {
  .store-item-howto__mist-timing__situations {
    margin-left: 220px;
    text-align: left;
  }
}
.store-item-howto__mist-timing__situations dt {
  background: #fff;
  border-radius: 1em;
  color: #666;
  display: inline-block;
  font-size: 80%;
  font-weight: bold;
  line-height: 1;
  margin: 0 0 1rem;
  padding: .5em 1em;
}
.store-item-howto__mist-timing__situations dd {
  font-size: 4vw;
  line-height: 1.5;
  margin: .25em 0;
  padding: 0;
  text-align: left;
}
@media only screen and (min-width: 720px) {
  .store-item-howto__mist-timing__situations dd {
    font-size: 125%;
  }
}
.store-item-howto__mist-timing__situations dd:before {
  border: 2px solid;
  border-radius: .25em;
  box-sizing: border-box;
  content: "";
  display: inline-block;
  height: .5em;
  margin-right: .5em;
  vertical-align: middle;
  width: .5em;
}

/* ====================
 * Subscription
 */
.store-item-subscription {
  background: #fff;
  padding: 3rem 0;
}
@media only screen and (min-width: 720px) {
  .store-item-subscription {
    padding: 60px 0;
  }
}

.store-item-subscription__heading {
  color: #eae3e3;
}

.store-item-subscription__inner {
  margin-top: 3rem;
}

@media only screen and (min-width: 720px) {
  .store-item-subscription__lead {
    text-align: center;
  }
}

.store-item-subscription__step-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  justify-content: center;
  list-style: none;
  margin: 3rem 0 0;
  padding: 0;
}
@media only screen and (min-width: 720px) {
  .store-item-subscription__step-list {
    justify-content: center;
  }
}

.store-item-subscription__step-item {
  background: #bdb6b6;
  border-radius: 1.5em;
  box-sizing: border-box;
  color: #fff;
  padding: .5rem;
  position: relative;
  text-align: center;
  width: 30%;
}
@media only screen and (min-width: 720px) {
  .store-item-subscription__step-item {
    padding: 10px 10px;
    width: 190px;
  }
}
@media only screen and (max-width: 720px) {
  .store-item-subscription__step-item:nth-child(n + 3) {
    margin-left: 5%;
  }
}
@media only screen and (min-width: 720px) {
  .store-item-subscription__step-item + .store-item-subscription__step-item {
    margin-left: 40px;
  }
}
.store-item-subscription__step-item + .store-item-subscription__step-item:before {
  background: url("../img/step_arw_gray.png") no-repeat left top;
  background-size: 100%;
  content: "";
  position: absolute;
  top: 50%;
  height: 1.2rem;
  left: -.9rem;
  margin: -.6rem 0 0 0;
  width: 0.6456rem;
}
@media only screen and (min-width: 720px) {
  .store-item-subscription__step-item + .store-item-subscription__step-item:before {
    height: 28px;
    left: -27px;
    margin: -14px 0 0 0;
    width: 15px;
  }
}
@media only screen and (max-width: 720px) {
  .store-item-subscription__step-item + .store-item-subscription__step-item:nth-child(-n + 2):before {
    display: none;
  }
}
.store-item-subscription__step-item:first-child {
  background: #fff;
  color: inherit;
  margin: 0 0 1rem;
}
@media only screen and (min-width: 720px) {
  .store-item-subscription__step-item:first-child {
    border: 2px solid #bdb6b6;
    margin: 0;
  }
}
@media only screen and (max-width: 720px) {
  .store-item-subscription__step-item:first-child {
    padding: 0;
    width: 100%;
  }
}
.store-item-subscription__step-item:first-child p {
  display: inline-block;
  margin: 0;
  padding: 0 0 0 1rem;
  text-align: left;
  vertical-align: middle;
}
@media only screen and (min-width: 720px) {
  .store-item-subscription__step-item:first-child p {
    display: block;
    font-size: 12px;
    margin: 1rem 0 0;
    padding: 0;
    text-align: inherit;
  }
}

.store-item-subscription__step-item__image {
  margin: 0;
  display: inline-block;
  height: 3rem;
  vertical-align: middle;
}
@media only screen and (min-width: 720px) {
  .store-item-subscription__step-item__image {
    display: block;
    height: 80px;
    padding: 6px;
  }
}
.store-item-subscription__step-item__image img {
  height: 100%;
  width: auto;
}

.store-item-subscription__step-item__count {
  border-bottom: 2px dotted;
  font-size: 3vw;
  margin: 0 0 1em;
  padding: 0 0 10px;
}
@media only screen and (min-width: 720px) {
  .store-item-subscription__step-item__count {
    font-size: 100%;
  }
}

.store-item-subscription__step-item__rate {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 4vw;
}
@media only screen and (min-width: 720px) {
  .store-item-subscription__step-item__rate {
    font-size: 24px;
  }
}

.store-item-subscription__step-item__price {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 4.5vw;
}
@media only screen and (min-width: 720px) {
  .store-item-subscription__step-item__price {
    font-size: 36px;
    padding: 0 0 4px;
  }
}
.store-item-subscription__step-item__price:before {
  background: url("../img/store/price_arw_white.png") no-repeat center center;
  background-size: auto 8px;
  content: "";
  display: block;
  height: 8px;
  padding: .5rem 0;
  width: 100%;
}

/* ====================
 * Set
 */
.store-item-set {
  background: #e1b6b4;
  color: #fff;
  padding: 3rem 0;
}
@media only screen and (min-width: 720px) {
  .store-item-set {
    margin-bottom: -10rem;
    padding: 60px 0 calc(60px + 10rem);
  }
}

.store-item-set__header {
  text-align: center;
}

.store-item-set__header__inner b {
  color: inherit;
}

.store-item-set__sub-heading b {
  color: inherit;
}

.store-item-set__heading__text {
  vertical-align: middle;
}

.store-item-set__heading__offer {
  display: inline-block;
  font-size: 1rem;
  margin: 1rem 0 0;
  vertical-align: middle;
}
@media only screen and (min-width: 720px) {
  .store-item-set__heading__offer {
    margin: 0;
  }
}

.store-item-set__seal__price, .store-item-set__seal__postage {
  background: #fff;
  border-radius: 2.5em;
  color: #c45;
  display: inline-block;
  font-family: -apple-system, "BlinkMacSystemFont", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.1;
  height: 2.5em;
  text-align: center;
  width: 2.5em;
  padding: 5px 10px 15px;
  vertical-align: middle;
}

.store-item-set__seal__postage {
  padding: 10px;
  line-height: 1.25;
}

/* ====================
 * Goal
 */
.store-item-goal {
  padding: 2rem 0 0;
}
@media only screen and (min-width: 720px) {
  .store-item-goal {
    padding: 40px 0 0;
  }
}
.store-item-subscription + .store-item-goal {
  padding-top: 0;
}
.store-item-set + .store-item-goal {
  padding-top: 0;
}

.store-item-goal__inner {
  padding-top: 2rem;
}
@media only screen and (min-width: 720px) {
  .store-item-goal__inner {
    padding-top: 0;
  }
}

/* ====================
 * Ingredients
 */
.item-ingredient {
  border-top: 1px dotted;
  margin: 0 2rem;
  padding: 2rem 0;
}
@media only screen and (min-width: 720px) {
  .item-ingredient {
    border: 0;
    padding: 40px 0;
  }
}

.item-ingredient__inner {
  padding: 0;
}

.item-ingredient__heading {
  border: 0;
  font-size: 100%;
  margin: 0;
  padding: 0;
  text-align: center;
}
.item-ingredient__heading:before {
  content: "〈";
}
.item-ingredient__heading:after {
  content: "〉";
}

.item-ingredient__text {
  font-size: 80%;
  line-height: 1.75;
  margin: 1.75rem 0;
}
.item-ingredient__text p {
  margin: 1em 0;
}

.item-ingredient__text__prod-name {
  font-size: 100%;
  font-weight: bold;
  margin: 1em 0;
}

.products-key {
  background-image: url("../img/store/prod_key_bg_02.jpg");
  background-size: cover;
  background-position: 95% center;
  color: #fff;
  margin-bottom: 4rem;
  padding: 1rem 0;
}
@media only screen and (min-width: 720px) {
  .products-key {
    background-size: cover;
    background-position: right center;
    margin-bottom: 60px;
    padding: 90px 0 110px;
  }
}

.products-key__title {
  text-align: left;
}
@media only screen and (max-width: 720px) {
  .products-key__title {
    font-size: 8.5vw;
  }
}

.products-key__sub-title {
  text-align: left;
}
@media only screen and (max-width: 720px) {
  .products-key__sub-title {
    font-size: 90%;
  }
}

.products-lineup {
  margin: 3rem 0rem;
}
@media only screen and (min-width: 720px) {
  .products-lineup {
    margin: 80px 0;
  }
}

@media only screen and (min-width: 720px) {
  .products-lineup__lineup {
    margin: 3rem 0 0;
  }
}

.products-lineup__lineup__list {
  padding: 0;
}
@media only screen and (min-width: 720px) {
  .products-lineup__lineup__list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: -80px -40px 0;
  }
}
.products-lineup__lineup__list > li {
  margin: 3rem 0 0;
  padding: 0;
}

.products-lineup__lineup__item {
  list-style: none;
  margin: 0;
  width: auto;
  position: relative;
}
@media only screen and (min-width: 720px) {
  .products-lineup__lineup__item {
    margin: 80px 40px 0 !important;
    width: 280px;
  }
}
.products-lineup__lineup__item + .products-lineup__lineup__item {
  border-top: 1px solid #eae3e3;
  margin: 2rem 0 0;
  padding-top: 2rem;
}
@media only screen and (min-width: 720px) {
  .products-lineup__lineup__item + .products-lineup__lineup__item {
    border: 0;
    padding: 0;
  }
}

.products-lineup__lineup__item__image {
  box-sizing: border-box;
  float: left;
  margin: 0 0 .5rem;
  height: 7rem;
  text-align: center;
  padding: 0;
  position: relative;
  width: 7rem;
}
@media only screen and (min-width: 720px) {
  .products-lineup__lineup__item__image {
    float: none;
    height: 220px;
    width: auto;
  }
}
.products-lineup__lineup__item__image a {
  display: block;
  height: 100%;
  width: 100%;
}
.products-lineup__lineup__item__image img {
  bottom: 0;
  height: auto;
  left: 0;
  margin: auto;
  max-height: 85%;
  max-width: 80%;
  position: absolute;
  right: 0;
  top: 0;
  width: auto;
}

.products-lineup__lineup__item__data {
  margin: 0 0 0 8rem;
}
@media only screen and (min-width: 720px) {
  .products-lineup__lineup__item__data {
    margin: .5rem 0;
  }
}

.products-lineup__lineup__item__name {
  margin: .5rem 0;
}

.products-lineup__lineup__item__detail {
  font-size: 75%;
  margin: .5rem 0;
  padding: 0;
}

.products-lineup__lineup__item__detail__label {
  font-weight: bold;
  margin: 0;
  padding: 0;
}

.products-lineup__lineup__item__detail__content {
  margin: 0;
  padding: 0;
}

.products-lineup__lineup__item__detail__item:not(:last-child):after {
  content: ", ";
}

.products-lineup__lineup__item__price {
  list-style: none;
  margin: .25rem 0;
  padding: 0;
}
.products-lineup__lineup__item__price > li {
  margin: 0;
  padding: 0;
}

.products-lineup__lineup__item__price__label {
  min-width: 3em;
}
.products-lineup__lineup__item__price__label:after {
  content: ": ";
}

.products-lineup__lineup__item__price__more {
  font-size: 85%;
  list-style: none;
  margin: .25em 0;
  padding: 0;
}
@media only screen and (min-width: 720px) {
  .products-lineup__lineup__item__price__more {
    font-size: 90%;
  }
}
.products-lineup__lineup__item__price__more > li {
  margin: 0;
}

.products-lineup__lineup__item__price__more__label {
  display: inline-block;
  min-width: 6em;
}
.products-lineup__lineup__item__price__more__label:after {
  content: ": ";
}

.products-lineup__lineup__item__act {
  clear: both;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 1rem 0 0;
  text-align: center;
}

.products-lineup__lineup__item__act__btn {
  font-size: 90%;
  min-width: 5em;
  width: 49%;
}
@media only screen and (min-width: 720px) {
  .products-lineup__lineup__item__act__btn {
    margin: 0;
  }
}

.products-lineup__lineup__item__note {
  font-size: 80%;
  margin: 1rem 0 0;
}

.products-trial-bnr {
  margin: 4rem auto 0;
  width: auto;
}
@media only screen and (min-width: 720px) {
  .products-trial-bnr {
    width: 640px;
  }
}
.products-trial-bnr img {
  width: 100%;
}

.store-set-key {
  background-image: url("../img/store/set_key_bg.jpg");
  background-position: 45% center;
  padding-bottom: 3rem;
  padding-top: 3rem;
}
@media only screen and (min-width: 720px) {
  .store-set-key {
    padding-bottom: 110px;
    padding-top: 110px;
  }
}

.store-set-key__title-group {
  margin-left: 58%;
  text-align: left;
}

.store-set-key__logo {
  height: 1.2rem;
}
.store-set-key__logo i
img {
  height: 100%;
  max-width: 284px;
  width: auto;
}

.store-set-key__title {
  font-size: 8vw;
  margin: 0;
  text-align: inherit;
}
@media only screen and (min-width: 720px) {
  .store-set-key__title {
    font-size: 80px;
    margin: 20px 0 0;
  }
}

.store-set-key__sub-title {
  font-size: 80%;
  margin: .75rem 0 0;
}
@media only screen and (min-width: 720px) {
  .store-set-key__sub-title {
    font-size: 20px;
    margin: 20px 0 0;
  }
}

.store-set-key__seal {
  background: #c45;
  color: #fff;
  display: inline-block;
  font-size: 90%;
  font-weight: bold;
  line-height: 1;
  padding: .25em;
  text-align: center;
  vertical-align: middle;
}

.store-set-lead {
  margin: 3rem 0;
}
@media only screen and (min-width: 720px) {
  .store-set-lead {
    margin: 60px 0;
  }
}

.store-set-lead__heading {
  border: 0;
  font-size: 5.5vw;
  font-weight: normal;
  margin: 0;
  padding: 0;
  text-align: center;
}
@media only screen and (min-width: 720px) {
  .store-set-lead__heading {
    font-size: 180%;
  }
}

.store-set-lead__text {
  line-height: 2;
}
@media only screen and (min-width: 720px) {
  .store-set-lead__text {
    margin: 40px 0 0;
    text-align: center;
  }
}

.store-set-lineup {
  margin: 4rem 0 4rem;
}
@media only screen and (min-width: 720px) {
  .store-set-lineup {
    margin: 60px 0 60px;
  }
}

.store-set-lineup__item {
  margin: 0;
}
.store-set-lineup__item:after {
  clear: both;
  content: "";
  display: block;
}
.store-set-lineup__item + .store-set-lineup__item {
  border-top: 1px solid #eae3e3;
  margin-top: 4rem;
  padding-top: 4rem;
}
@media only screen and (min-width: 720px) {
  .store-set-lineup__item + .store-set-lineup__item {
    border: 0;
    margin-top: 50px;
    padding: 0;
  }
}

.store-set-lineup__item__image {
  text-align: center;
  position: relative;
}
@media only screen and (min-width: 720px) {
  .store-set-lineup__item__image {
    float: left;
    height: 300px;
    width: 300px;
  }
}
.store-set-lineup__item__image a {
  display: block;
  height: 100%;
}
.store-set-lineup__item__image img {
  height: auto;
  max-height: 100%;
  max-width: 100%;
  width: auto;
}

.store-set-lineup__item__data {
  margin: 1.75rem 0 0;
}
@media only screen and (min-width: 720px) {
  .store-set-lineup__item__data {
    margin: 0 0 0 340px;
  }
}

.store-set-lineup__item__copy {
  font-size: 90%;
  margin: .5rem 0;
}
@media only screen and (min-width: 720px) {
  .store-set-lineup__item__copy {
    font-size: 80%;
    margin-top: 0;
  }
}

.store-set-lineup__item__name {
  font-size: 5vw;
  font-weight: bold;
  line-height: 1.25;
  margin: .5rem 0;
}
@media only screen and (min-width: 720px) {
  .store-set-lineup__item__name {
    font-size: 150%;
  }
}
@media only screen and (min-width: 720px) {
  .store-set-lineup__item__name small {
    font-size: 100%;
  }
}

.store-set-lineup__item__detail {
  border: none;
  font-size: 90%;
  line-height: 1.5;
  margin: 1rem 0;
  padding: 0;
}
@media only screen and (min-width: 720px) {
  .store-set-lineup__item__detail {
    font-size: 80%;
    margin: .5rem 0;
  }
}

.store-set-lineup__item__detail__label {
  display: inline;
  font-weight: bold;
  margin: 0;
}
.store-set-lineup__item__detail__label:after {
  content: ": ";
}

.store-set-lineup__item__detail__content {
  display: inline;
  margin: 0;
}

.store-set-lineup__item__detail__item:not(:last-child):after {
  content: ", ";
}

@media only screen and (min-width: 720px) {
  .store-set-lineup__item__cart__base-price {
    font-size: 80%;
  }
}

.store-set-lineup__item__cart__list {
  list-style: none;
  padding: 0;
  margin: .5rem 0 0;
}
.store-set-lineup__item__cart__list > li {
  margin: 0;
}
.store-set-lineup__item__cart__list > li + li {
  margin: 1rem 0 0;
}

.store-set-lineup__item__cart__price {
  font-size: 120%;
}

.store-set-lineup__item__cart__price__price {
  vertical-align: middle;
}

.store-set-lineup__item__cart__act {
  margin: .5rem 0 0;
}

.store-set-lineup__item__cart__next-price-list {
  list-style: none;
  margin: .5em 0;
  padding: 0;
}
.store-set-lineup__item__cart__next-price-list > li {
  margin: 0;
  padding: 0;
}

.store-set-lineup__item__cart__note {
  margin: 1rem 0 0;
}

#bulk-set-lp ul,
#bulk-set-lp li, p, h1, h2, h3, span, div {
  list-style: none;
  margin: 0;
  padding: 0;
}

/*========key visuak area=====================*/
.bulk-set-key br.sp {
  display: none;
}
@media only screen and (min-width: 720px) {
  .bulk-set-key br.sp {
    display: block;
  }
}

.bulk-set-key .key__inner {
  padding: 0;
}

.bulk-set-key .key__title {
  font-size: 9.5vw;
  margin: 0;
  text-align: center;
  text-shadow: 0 5px 5px #00000069;
}
@media only screen and (min-width: 720px) {
  .bulk-set-key .key__title {
    font-size: 32px;
    text-shadow: 0 2px 5px #00000091;
  }
}

.bulk-set-key {
  background-image: url(../img/store/bulk_set/sp_bg_key.png);
  padding: 4% 0 59% 0;
}
@media only screen and (min-width: 720px) {
  .bulk-set-key {
    background-image: url(../img/store/bulk_set/bg_bulk_set_key.jpg);
    background-position: center top;
    padding-bottom: 340px;
    padding-top: 44px;
    background-size: 1260px;
    background-color: #fff;
  }
}

.bulk-set-key p.top {
  font-size: 260%;
  color: #a51b2a;
  text-align: center;
  font-weight: bold;
  line-height: 1.2;
}
@media only screen and (min-width: 720px) {
  .bulk-set-key p.top {
    font-size: 54px;
    line-height: 1.3;
  }
}

.bulk-set-key p.top br.sp_bulk {
  display: block !important;
}
@media only screen and (min-width: 720px) {
  .bulk-set-key p.top br.sp_bulk {
    display: none !important;
  }
}

@media only screen and (min-width: 720px) {
  #bulk-set-lp .inner {
    width: 1000px;
    margin: 0 auto;
  }
}

@media only screen and (min-width: 720px) {
  #bulk-set-lp .inner .img {
    text-align: center;
  }
}

#bulk-set-lp .cta1 {
  margin-top: 0;
}
@media only screen and (min-width: 720px) {
  #bulk-set-lp .cta1 {
    margin-top: -10%;
    margin-top: -144px;
  }
}

@media only screen and (min-width: 720px) {
  #bulk-set-lp .cta1 .inner {
    width: 820px;
    margin: 0 auto;
  }
}

#bulk-set-lp .cta1 ul.postscript {
  color: #000;
  padding: 0 1em 0 1em;
  margin-bottom: 2em;
}
@media only screen and (min-width: 720px) {
  #bulk-set-lp .cta1 ul.postscript {
    font-size: 11px;
    line-height: 1.5;
    padding: 0 1em 0 0;
  }
}

#bulk-set-lp .cta1 ul.postscript li {
  text-indent: -1em;
  padding-left: 1em;
  margin: 0 0 5px 0;
}

#bulk-set-lp .inner .btn_area {
  position: relative;
  margin-bottom: 20px;
}
@media only screen and (min-width: 720px) {
  #bulk-set-lp .inner .btn_area {
    position: relative;
  }
}

#bulk-set-lp .cta1 .btn_area .btn, #bulk-set-lp .cta1 .btn_area .btn--strong, #bulk-set-lp .cta1 .btn_area .contacts-section__info__btn, #bulk-set-lp .cta1 .btn_area .fixed-recommendation__btn, #bulk-set-lp .cta1 .btn_area .home-story__slide__item__act a, .home-story__slide__item__act #bulk-set-lp .cta1 .btn_area a, #bulk-set-lp .cta1 .btn_area .home-point__item__act a, .home-point__item__act #bulk-set-lp .cta1 .btn_area a {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 3%;
  border: none;
  width: 83%;
}
@media only screen and (min-width: 720px) {
  #bulk-set-lp .cta1 .btn_area .btn, #bulk-set-lp .cta1 .btn_area .btn--strong, #bulk-set-lp .cta1 .btn_area .contacts-section__info__btn, #bulk-set-lp .cta1 .btn_area .fixed-recommendation__btn, #bulk-set-lp .cta1 .btn_area .home-story__slide__item__act a, .home-story__slide__item__act #bulk-set-lp .cta1 .btn_area a, #bulk-set-lp .cta1 .btn_area .home-point__item__act a, .home-point__item__act #bulk-set-lp .cta1 .btn_area a {
    position: absolute;
    left: 303px;
    bottom: 42px;
    width: 383px;
    transform: none;
    padding: 0;
  }
}

#bulk-set-lp .cta1 .btn_area .btn a, #bulk-set-lp .cta1 .btn_area .btn--strong a, #bulk-set-lp .cta1 .btn_area .contacts-section__info__btn a, #bulk-set-lp .cta1 .btn_area .fixed-recommendation__btn a, #bulk-set-lp .cta1 .btn_area .home-story__slide__item__act a a, .home-story__slide__item__act #bulk-set-lp .cta1 .btn_area a a, #bulk-set-lp .cta1 .btn_area .home-point__item__act a a, .home-point__item__act #bulk-set-lp .cta1 .btn_area a a {
  background: none;
}

@media only screen and (min-width: 720px) {
  #bulk-set-lp .cta1 .btn_area .btn, #bulk-set-lp .cta1 .btn_area .btn--strong, #bulk-set-lp .cta1 .btn_area .contacts-section__info__btn, #bulk-set-lp .cta1 .btn_area .fixed-recommendation__btn, #bulk-set-lp .cta1 .btn_area .home-story__slide__item__act a, .home-story__slide__item__act #bulk-set-lp .cta1 .btn_area a, #bulk-set-lp .cta1 .btn_area .home-point__item__act a, .home-point__item__act #bulk-set-lp .cta1 .btn_area a {
    transition: opacity 0.35s, transform 0.35s;
  }
}

@media only screen and (min-width: 720px) {
  #bulk-set-lp .cta1 .btn_area .btn:hover, #bulk-set-lp .cta1 .btn_area .btn--strong:hover, #bulk-set-lp .cta1 .btn_area .contacts-section__info__btn:hover, #bulk-set-lp .cta1 .btn_area .fixed-recommendation__btn:hover, #bulk-set-lp .cta1 .btn_area .home-story__slide__item__act a:hover, .home-story__slide__item__act #bulk-set-lp .cta1 .btn_area a:hover, #bulk-set-lp .cta1 .btn_area .home-point__item__act a:hover, .home-point__item__act #bulk-set-lp .cta1 .btn_area a:hover {
    opacity: .7;
    -moz-transform: translate(0, -5px);
    -ms-transform: translate(0, -5px);
    -webkit-transform: translate(0, -5px);
    transform: translate(0, -5px);
    transition: opacity 0.35s, transform 0.35s;
  }
}

#bulk-set-lp .cta2 {
  background: #ead1d6;
  padding: 1em 0px 0 0;
}
@media only screen and (min-width: 720px) {
  #bulk-set-lp .cta2 {
    background: none;
    padding: 1em 0px;
  }
}

@media only screen and (min-width: 720px) {
  #bulk-set-lp .cta2 .inner {
    width: 820px;
    margin: 50px auto;
    background: #ead1d6;
    padding: 45px 0 30px 0;
  }
}

#bulk-set-lp .cta2 h2 {
  color: #fff;
  font-size: 6vw;
  font-weight: bold;
  background: #9c9a9b;
  text-align: center;
  margin: 0 4%;
  border-radius: 5px;
}
@media only screen and (min-width: 720px) {
  #bulk-set-lp .cta2 h2 {
    width: 368px;
    margin: 0 auto;
    font-size: 26px;
    padding: 4px 0;
    border-radius: 10px;
  }
}

@media only screen and (min-width: 720px) {
  #bulk-set-lp .cta2 .box {
    display: flex;
    flex-wrap: wrap;
  }
}

@media only screen and (min-width: 720px) {
  #bulk-set-lp .cta2 .box {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 0 20px;
  }
}

#bulk-set-lp .cta2 .box li {
  position: relative;
  text-align: center;
}
@media only screen and (min-width: 720px) {
  #bulk-set-lp .cta2 .box li {
    width: 390px;
    position: relative;
    margin-bottom: 30px;
  }
}

#bulk-set-lp .cta2 .box li .btn, #bulk-set-lp .cta2 .box li .btn--strong, #bulk-set-lp .cta2 .box li .contacts-section__info__btn, #bulk-set-lp .cta2 .box li .fixed-recommendation__btn, #bulk-set-lp .cta2 .box li .home-story__slide__item__act a, .home-story__slide__item__act #bulk-set-lp .cta2 .box li a, #bulk-set-lp .cta2 .box li .home-point__item__act a, .home-point__item__act #bulk-set-lp .cta2 .box li a {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 12%;
  border: none;
  padding: 0;
  width: 82%;
}
@media only screen and (min-width: 720px) {
  #bulk-set-lp .cta2 .box li .btn, #bulk-set-lp .cta2 .box li .btn--strong, #bulk-set-lp .cta2 .box li .contacts-section__info__btn, #bulk-set-lp .cta2 .box li .fixed-recommendation__btn, #bulk-set-lp .cta2 .box li .home-story__slide__item__act a, .home-story__slide__item__act #bulk-set-lp .cta2 .box li a, #bulk-set-lp .cta2 .box li .home-point__item__act a, .home-point__item__act #bulk-set-lp .cta2 .box li a {
    width: 329px;
    bottom: 12px;
    transition: opacity 0.35s, transform 0.35s;
  }
}

#bulk-set-lp .cta2 .btn_area .btn a, #bulk-set-lp .cta2 .btn_area .btn--strong a, #bulk-set-lp .cta2 .btn_area .contacts-section__info__btn a, #bulk-set-lp .cta2 .btn_area .fixed-recommendation__btn a, #bulk-set-lp .cta2 .btn_area .home-story__slide__item__act a a, .home-story__slide__item__act #bulk-set-lp .cta2 .btn_area a a, #bulk-set-lp .cta2 .btn_area .home-point__item__act a a, .home-point__item__act #bulk-set-lp .cta2 .btn_area a a {
  background: #none;
}

@media only screen and (min-width: 720px) {
  #bulk-set-lp .cta2 .box li .btn:hover, #bulk-set-lp .cta2 .box li .btn--strong:hover, #bulk-set-lp .cta2 .box li .contacts-section__info__btn:hover, #bulk-set-lp .cta2 .box li .fixed-recommendation__btn:hover, #bulk-set-lp .cta2 .box li .home-story__slide__item__act a:hover, .home-story__slide__item__act #bulk-set-lp .cta2 .box li a:hover, #bulk-set-lp .cta2 .box li .home-point__item__act a:hover, .home-point__item__act #bulk-set-lp .cta2 .box li a:hover {
    opacity: .7;
    -moz-transform: translate(0, -5px);
    -ms-transform: translate(0, -5px);
    -webkit-transform: translate(0, -5px);
    transform: translate(-50%, -5px);
    transition: opacity 0.35s, transform 0.35s;
  }
}

@media only screen and (min-width: 720px) {
  #bulk-set-lp .cta2 .box li .btn:hover a, #bulk-set-lp .cta2 .box li .btn--strong:hover a, #bulk-set-lp .cta2 .box li .contacts-section__info__btn:hover a, #bulk-set-lp .cta2 .box li .fixed-recommendation__btn:hover a, #bulk-set-lp .cta2 .box li .home-story__slide__item__act a:hover a, .home-story__slide__item__act #bulk-set-lp .cta2 .box li a:hover a, #bulk-set-lp .cta2 .box li .home-point__item__act a:hover a, .home-point__item__act #bulk-set-lp .cta2 .box li a:hover a {
    opacity: 1;
  }
}

#bulk-set-lp .cta2 ul.postscript {
  color: #000;
  background: #fff;
  padding: 1em 1em 0 1em;
  margin-bottom: 2em;
}
@media only screen and (min-width: 720px) {
  #bulk-set-lp .cta2 ul.postscript {
    font-size: 10px;
    line-height: 1.5;
    margin-top: 1em;
    padding: 0 45px 0;
    background: none;
  }
}

#bulk-set-lp .cta2 ul.postscript li {
  margin-bottom: 5px;
  text-indent: -1em;
  padding-left: 1em;
}

/*=======================================*/
@media only screen and (min-width: 720px) {
  #bulk-set-lp .trouble {
    background: #f5f5f5;
  }
}

@media only screen and (min-width: 720px) {
  #bulk-set-lp .trouble .inner {
    width: 820px;
    margin: 50px auto 0;
    background: #ead1d6;
  }
}

#bulk-set-lp .explain {
  background: none;
}
@media only screen and (min-width: 720px) {
  #bulk-set-lp .explain {
    background: url("../img/store/bulk_set/bg_explain.png") center top no-repeat;
  }
}

#bulk-set-lp .explain .postscript {
  color: #000;
  background: #fff;
  padding: 0 1em 0 1em;
  margin-bottom: 2em;
}
@media only screen and (min-width: 720px) {
  #bulk-set-lp .explain .postscript {
    font-size: 11px;
    color: #000;
    width: 946px;
    margin: -18px auto 50px auto;
    font-size: 11px;
    color: #000;
    background: url(../img/store/bulk_set/bg_explain_set_last.png) no-repeat;
    background-position: center 100%;
    box-sizing: border-box;
    padding: 3px 0 17px 100px;
  }
}

#bulk-set-lp .explain .postscript li {
  text-indent: -1em;
  padding-left: 1em;
  margin-bottom: 5px;
}

#bulk-set-lp .explain .postscript::after {
  content: "";
}

@media only screen and (min-width: 720px) {
  #bulk-set-lp .more_push {
    content: "";
    background: #fce9ea;
  }
}

#bulk-set-lp .instagram .more_btn {
  text-align: center;
  margin: 3em 0;
}
@media only screen and (min-width: 720px) {
  #bulk-set-lp .instagram .more_btn {
    margin: 3em 0 200px 0;
  }
}

#bulk-set-lp .instagram .more_btn a {
  text-align: center;
  text-decoration: none;
  border: 1px solid #000;
  border-radius: 24px;
  padding: 0.8em 2em;
}
@media only screen and (min-width: 720px) {
  #bulk-set-lp .instagram .more_btn a {
    padding: 0.8em 2em;
    border-radius: 24px;
  }
}

#bulk-set-lp .resale .text_bg {
  position: relative;
}

#bulk-set-lp .resale .text {
  width: 83%;
  position: absolute;
  top: 14%;
  left: 9%;
  color: #010101;
  font-size: 90%;
}
@media only screen and (min-width: 720px) {
  #bulk-set-lp .resale .text {
    width: 440px;
    position: absolute;
    top: 169px;
    left: 91px;
    color: #010101;
  }
}

@media only screen and (min-width: 720px) {
  #bulk-set-lp .store-set-lineup .postscript {
    font-size: 11px;
    line-height: 1.5;
    margin-top: 1em;
    padding: 11px 45px 0 0;
  }
}

#bulk-set-lp .store-set-lineup__item__cart__act__btn {
  padding: 0;
}
@media only screen and (min-width: 720px) {
  #bulk-set-lp .store-set-lineup__item__cart__act__btn {
    padding: 0;
  }
}

#bulk-set-lp .store-set-lineup .btn, #bulk-set-lp .store-set-lineup .btn--strong, #bulk-set-lp .store-set-lineup .contacts-section__info__btn, #bulk-set-lp .store-set-lineup .fixed-recommendation__btn, #bulk-set-lp .store-set-lineup .home-story__slide__item__act a, .home-story__slide__item__act #bulk-set-lp .store-set-lineup a, #bulk-set-lp .store-set-lineup .home-point__item__act a, .home-point__item__act #bulk-set-lp .store-set-lineup a {
  text-align: left;
  padding: 0 0 !important;
  border: none;
  margin: 2em auto 0 auto;
  font-weight: bold;
  display: block;
  width: 100%;
}
@media only screen and (min-width: 720px) {
  #bulk-set-lp .store-set-lineup .btn, #bulk-set-lp .store-set-lineup .btn--strong, #bulk-set-lp .store-set-lineup .contacts-section__info__btn, #bulk-set-lp .store-set-lineup .fixed-recommendation__btn, #bulk-set-lp .store-set-lineup .home-story__slide__item__act a, .home-story__slide__item__act #bulk-set-lp .store-set-lineup a, #bulk-set-lp .store-set-lineup .home-point__item__act a, .home-point__item__act #bulk-set-lp .store-set-lineup a {
    width: 294px;
    margin: 7px 0 0 0;
  }
}

#bulk-set-lp .store-set-lineup .btn a, #bulk-set-lp .store-set-lineup .btn--strong a, #bulk-set-lp .store-set-lineup .contacts-section__info__btn a, #bulk-set-lp .store-set-lineup .fixed-recommendation__btn a, #bulk-set-lp .store-set-lineup .home-story__slide__item__act a a, .home-story__slide__item__act #bulk-set-lp .store-set-lineup a a, #bulk-set-lp .store-set-lineup .home-point__item__act a a, .home-point__item__act #bulk-set-lp .store-set-lineup a a {
  background: none;
}
@media only screen and (min-width: 720px) {
  #bulk-set-lp .store-set-lineup .btn a, #bulk-set-lp .store-set-lineup .btn--strong a, #bulk-set-lp .store-set-lineup .contacts-section__info__btn a, #bulk-set-lp .store-set-lineup .fixed-recommendation__btn a, #bulk-set-lp .store-set-lineup .home-story__slide__item__act a a, .home-story__slide__item__act #bulk-set-lp .store-set-lineup a a, #bulk-set-lp .store-set-lineup .home-point__item__act a a, .home-point__item__act #bulk-set-lp .store-set-lineup a a {
    transition: opacity 0.35s, transform 0.35s;
  }
}

@media only screen and (min-width: 720px) {
  #bulk-set-lp .store-set-lineup .btn a:hover, #bulk-set-lp .store-set-lineup .btn--strong a:hover, #bulk-set-lp .store-set-lineup .contacts-section__info__btn a:hover, #bulk-set-lp .store-set-lineup .fixed-recommendation__btn a:hover, #bulk-set-lp .store-set-lineup .home-story__slide__item__act a a:hover, .home-story__slide__item__act #bulk-set-lp .store-set-lineup a a:hover, #bulk-set-lp .store-set-lineup .home-point__item__act a a:hover, .home-point__item__act #bulk-set-lp .store-set-lineup a a:hover {
    opacity: .7;
    -moz-transform: translate(0, -5px);
    -ms-transform: translate(0, -5px);
    -webkit-transform: translate(0, -5px);
    transform: translate(0, -5px);
    transition: opacity 0.35s, transform 0.35s;
  }
}

#bulk-set-lp .store-set-lineup .btn img, #bulk-set-lp .store-set-lineup .btn--strong img, #bulk-set-lp .store-set-lineup .contacts-section__info__btn img, #bulk-set-lp .store-set-lineup .fixed-recommendation__btn img, #bulk-set-lp .store-set-lineup .home-story__slide__item__act a img, .home-story__slide__item__act #bulk-set-lp .store-set-lineup a img, #bulk-set-lp .store-set-lineup .home-point__item__act a img, .home-point__item__act #bulk-set-lp .store-set-lineup a img {
  width: 100%;
}

#bulk-set-lp .store-set-lineup .btn.last, #bulk-set-lp .store-set-lineup .last.btn--strong, #bulk-set-lp .store-set-lineup .last.contacts-section__info__btn, #bulk-set-lp .store-set-lineup .last.fixed-recommendation__btn, #bulk-set-lp .store-set-lineup .home-story__slide__item__act a.last, .home-story__slide__item__act #bulk-set-lp .store-set-lineup a.last, #bulk-set-lp .store-set-lineup .home-point__item__act a.last, .home-point__item__act #bulk-set-lp .store-set-lineup a.last {
  margin: 2em 0;
}
@media only screen and (min-width: 720px) {
  #bulk-set-lp .store-set-lineup .btn.last, #bulk-set-lp .store-set-lineup .last.btn--strong, #bulk-set-lp .store-set-lineup .last.contacts-section__info__btn, #bulk-set-lp .store-set-lineup .last.fixed-recommendation__btn, #bulk-set-lp .store-set-lineup .home-story__slide__item__act a.last, .home-story__slide__item__act #bulk-set-lp .store-set-lineup a.last, #bulk-set-lp .store-set-lineup .home-point__item__act a.last, .home-point__item__act #bulk-set-lp .store-set-lineup a.last {
    margin: 10px 0 0 0;
  }
}

.detail_area .btn a:hover, .detail_area .btn--strong a:hover, .detail_area .contacts-section__info__btn a:hover, .detail_area .fixed-recommendation__btn a:hover, .detail_area .home-story__slide__item__act a a:hover, .home-story__slide__item__act .detail_area a a:hover, .detail_area .home-point__item__act a a:hover, .home-point__item__act .detail_area a a:hover {
  opacity: 0.8;
}
@media only screen and (min-width: 720px) {
  .detail_area .btn a:hover, .detail_area .btn--strong a:hover, .detail_area .contacts-section__info__btn a:hover, .detail_area .fixed-recommendation__btn a:hover, .detail_area .home-story__slide__item__act a a:hover, .home-story__slide__item__act .detail_area a a:hover, .detail_area .home-point__item__act a a:hover, .home-point__item__act .detail_area a a:hover {
    opacity: 0.8;
  }
}

#bulk-set-lp .postscript.btm {
  color: #000;
  padding: 0;
  margin: 10px 0 0 0;
}
@media only screen and (min-width: 720px) {
  #bulk-set-lp .postscript.btm {
    font-size: 11px;
    line-height: 1.5;
    padding: 0 1em 0 0;
  }
}

#bulk-set-lp .postscript.btm li {
  text-indent: -1em;
  padding-left: 1em;
  margin: 0 0 5px 0;
}

/* guide */
[class^="body--guide"] {
  color: #333;
}

.guide-second-key {
  background: url("../img/guide_second_key_02.jpg") no-repeat center center;
  background-size: cover;
  color: #666;
  margin: 0;
  text-align: center;
}

.guide-second-key__title {
  font-family: "Marcellus", serif;
  font-size: 160%;
  line-height: 1.25;
  margin: 0 auto;
  padding: 3rem 2rem;
}
@media only screen and (min-width: 720px) {
  .guide-second-key__title {
    font-size: 240%;
    padding: 2rem 2rem;
    text-align: center;
    width: 666.6666666667px;
  }
}

.guide-header {
  margin-bottom: 4rem;
  margin-top: 4rem;
}

.guide-title {
  font-weight: normal;
}

.guide-content {
  padding-bottom: 3rem;
}
@media only screen and (min-width: 720px) {
  .guide-content {
    padding-bottom: 60px;
  }
}

.guide-heading {
  margin-top: 4rem;
}

.guide-sub-heading {
  color: #333;
  vertical-align: middle;
}
.guide-sub-heading:before {
  background: #e1b6b4;
  border-radius: .4em;
  content: "";
  display: inline-block;
  font-size: 120%;
  height: .8em;
  margin-right: .5em;
  vertical-align: middle;
  width: .8em;
}

/* guide */
.guide-key {
  background-color: #ccc;
  background-image: url("../img/guide_key_02.jpg");
  background-size: cover;
  color: #666;
}
@media only screen and (min-width: 720px) {
  .guide-key {
    background-position: center;
  }
}

.guide-key__title,
.guide-key__sub-title {
  text-align: right;
}

.guide-container {
  padding-bottom: 6rem;
}
@media only screen and (min-width: 720px) {
  .guide-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-bottom: 60px;
  }
}

.guide-section {
  box-sizing: border-box;
  margin-top: 4rem;
}
@media only screen and (min-width: 720px) {
  .guide-section {
    width: 48%;
  }
}

.guide-section__heading {
  margin: 0;
}
.guide-section__heading a {
  text-decoration: none;
}

.guide-section__list {
  font-size: 90%;
  line-height: 1.5;
  margin: 1.5rem 0 0;
  padding: 0 0 0 1.5em;
}
.guide-section__list > li + li {
  margin-top: .5em;
}

/* order */
.order-step-list__label {
  color: #333;
  font-size: 120%;
  font-weight: bold;
  line-height: 1.5;
  margin: 0 0 1.75rem;
  padding-left: 2em;
  position: relative;
}
.order-step-list__label:before {
  background: #c45;
  color: #fff;
  content: counter(item);
  font-weight: bold;
  display: inline-block;
  left: 0;
  line-height: 1;
  margin: 0 .5em 0 0;
  padding: .25em .25em;
  position: absolute;
  text-align: center;
  top: 0;
  vertical-align: middle;
  width: 1em;
}

.order-step-list {
  counter-reset: item 0;
  list-style: none;
  margin: 3rem 0 0 !important;
  padding: 0 !important;
}
.order-step-list > li {
  border: 1px solid #eae3e3;
  counter-increment: item;
  padding: 1.5rem 1rem;
  position: relative;
}
@media only screen and (min-width: 720px) {
  .order-step-list > li {
    padding: 2rem;
  }
  .order-step-list > li:after {
    clear: both;
    content: "";
    display: block;
  }
}
.order-step-list > li + li {
  margin-top: 5rem;
}
.order-step-list > li + li:before {
  border-color: #e1b6b4 transparent transparent;
  border-style: solid;
  border-width: 2rem 3rem 0 3rem;
  content: "";
  left: calc(50% - 3em);
  position: absolute;
  top: -3.5rem;
}
.order-step-list > li > ul {
  list-style: none;
  margin: 1.75rem 0;
  padding: 0;
}

.order-step-list__capture {
  border: 1px solid #666;
}
@media only screen and (min-width: 720px) {
  .order-step-list__capture {
    float: left;
    margin: 0 2em 0 0 !important;
    width: 360px;
  }
}
.order-step-list__capture img {
  max-width: 100%;
}

/* delivery */
.delivery-days-table th:nth-child(1) {
  width: 8em;
}
@media only screen and (min-width: 720px) {
  .delivery-days-table th:nth-child(1) {
    width: 12em;
  }
}

.delivery-days-table__color {
  border-radius: 2px;
  color: transparent;
  display: inline-block;
  font-size: .1px;
  height: 1em;
  vertical-align: middle;
  width: 2em;
}
tr:nth-child(1) .delivery-days-table__color {
  background-color: #cadf9a;
}
tr:nth-child(2) .delivery-days-table__color {
  background-color: #f2d48f;
}
tr:nth-child(3) .delivery-days-table__color {
  background-color: #f7c1b5;
}

@media only screen and (min-width: 720px) {
  .delivery-clocks img {
    width: 360px;
  }
}

/* payment */
.payment-list-table td:nth-child(3) {
  text-align: center;
}

.payment-way-table tbody th {
  width: 5em;
}
@media only screen and (min-width: 720px) {
  .payment-way-table tbody th {
    width: 11em;
  }
}
.payment-way-table img {
  vertical-align: middle;
}

.payment-sample-list {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: center;
}
@media only screen and (min-width: 720px) {
  .payment-sample-list {
    display: table;
    table-layout: fixed;
    width: 100%;
  }
}

.payment-sample-list__item {
  margin: 0;
  padding: 0;
}
@media only screen and (min-width: 720px) {
  .payment-sample-list__item {
    display: table-cell;
    padding: .5rem;
    vertical-align: top;
  }
}
.payment-sample-list__item + .payment-sample-list__item {
  margin: 1rem 0 0;
}
@media only screen and (min-width: 720px) {
  .payment-sample-list__item + .payment-sample-list__item {
    margin: 0;
  }
}

.payment-sample-list__item__name {
  display: block;
  margin: 0;
  padding: 0;
}

.payment-sample-list__item__image {
  display: block;
  margin: .5rem 0 0;
  padding: 0;
}
.payment-sample-list__item__image img {
  max-width: 12rem;
}

/* subscription */
.subscription-key {
  background: url("../img/subscription_bg.jpg") no-repeat center top;
  background-size: cover;
  overflow: hidden;
}

.subscription-key__inner {
  padding: 2rem 2rem;
  position: relative;
}
@media only screen and (min-width: 720px) {
  .subscription-key__inner {
    margin: 0 auto;
    min-height: 280px;
    padding: 5rem 2rem;
    width: 1000px;
  }
}

.subscription-key__title {
  display: inline-block;
  font-size: 240%;
  font-family: "游明朝体", YuMincho, "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  line-height: 1;
  margin: 0 0 2rem;
  vertical-align: middle;
}
@media only screen and (min-width: 720px) {
  .subscription-key__title {
    font-size: 340%;
    margin: 0 0 2rem;
    width: auto;
  }
}

.subscription-key__title__shoulder {
  font-size: 50%;
  font-weight: bold;
  display: block;
  line-height: 1.25;
  margin: 0 0 .5em;
  text-align: left;
}

.subscription-key__image {
  bottom: 0;
  float: right;
  margin: 0 0 0 1rem;
  right: -10%;
  width: 50%;
}
@media only screen and (min-width: 720px) {
  .subscription-key__image {
    bottom: 0;
    height: 100%;
    max-height: 440px;
    position: absolute;
    right: -40px;
    width: auto;
  }
}
.subscription-key__image img {
  max-height: 100%;
}

@media only screen and (min-width: 720px) {
  .subscription-key__text {
    width: 460px;
  }
}
.subscription-key__text b {
  color: #c45;
}
.subscription-key__text p {
  margin: 0;
}
.subscription-key__text p + P {
  margin: 1em 0 0;
}

.subscription-section__heading {
  border-bottom: 1px dotted #e1b6b4;
  border-top: 4px solid #c45;
  font-family: "游明朝体", YuMincho, "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 160%;
  line-height: 1.5;
  margin: 3rem 0 0;
  padding: 1rem 0;
}
@media only screen and (min-width: 720px) {
  .subscription-section__heading {
    font-size: 200%;
    margin: 5rem 0 0;
    text-align: center;
  }
}
@media only screen and (min-width: 720px) {
  .subscription-section__heading > b {
    font-size: 120%;
  }
}
@media only screen and (max-width: 720px) {
  .subscription-section__heading br {
    display: none;
  }
}

/* discount table */
.subscription-discount-table tbody {
  text-align: center;
}

/* rank table */
.subscription-rank-table tbody {
  text-align: center;
}
.subscription-rank-table tbody tr:nth-child(2) td:nth-child(1) {
  background: #D4D9D9;
}
.subscription-rank-table tbody tr:nth-child(3) td:nth-child(1) {
  background: #EDCFA8;
}
.subscription-rank-table tbody tr:nth-child(4) td:nth-child(1) {
  background: #D5C5D5;
}
.subscription-rank-table tbody tr:nth-child(5) td:nth-child(1) {
  background: #BF5D7E;
  color: #fff;
}
.subscription-rank-table tbody td:nth-child(1) {
  font-weight: bold;
  width: 6em;
}
@media only screen and (min-width: 720px) {
  .subscription-rank-table tbody td:nth-child(2) {
    width: 8em;
  }
}
.subscription-rank-table tbody td:nth-child(3) {
  color: #c45;
  font-weight: bold;
  width: 4em;
}
.subscription-rank-table tbody td:nth-child(4) {
  width: 2em;
}

/* add table */
.subscription-add-table tr:nth-child(n+5) th {
  background: #c45;
}
.subscription-add-table th {
  background: #eee;
  color: #333;
}
.subscription-add-table tbody {
  text-align: center;
}

@media only screen and (min-width: 720px) {
  #subscription__cycle figure:first-of-type img {
    max-width: 420px;
  }
}

/* procedure */
.procedure-outline-list {
  margin: 2.625rem 0;
}
.procedure-outline-list dt {
  font-weight: bold;
  margin: 0.4375rem 0;
  padding: 0;
}
.procedure-outline-list dd {
  margin: 0.4375rem 0;
  padding: 0;
}
.procedure-outline-list dd + dt {
  margin-top: 1.75rem;
}

@media only screen and (max-width: 720px) {
  .procedure-conditions-table {
    font-size: 90%;
  }
}
.procedure-conditions-table tbody th {
  width: 2.5em;
}
@media only screen and (min-width: 720px) {
  .procedure-conditions-table tbody th {
    width: 5em;
  }
}
.procedure-conditions-table tbody td {
  width: calc((100% - 2em) / 2);
}
@media only screen and (min-width: 720px) {
  .procedure-conditions-table tbody td {
    width: calc((100% - 5em) / 2);
  }
}

.procedure-necessary-list {
  border: 1px solid #c45;
  list-style: decimal;
  padding: 1rem 1rem 1rem 2.5rem;
}

.procedure-flow {
  counter-reset: procedure-flow;
  list-style: none;
  margin: 3.5rem 0;
  padding: 0;
}
.procedure-flow > li {
  background: #ffeeed;
  border-radius: 1rem;
  counter-increment: procedure-flow;
  margin: 1.75rem 0 1.75rem 2rem;
  padding: .25rem 2rem;
  position: relative;
}
.procedure-flow > li + li {
  margin-top: 3rem;
}
.procedure-flow > li:before {
  color: #d78582;
  content: counter(procedure-flow) ".";
  font-family: "Roboto Condensed", sans-serif;
  font-size: 175%;
  font-weight: normal;
  left: -2rem;
  line-height: 1;
  position: absolute;
  text-align: left;
  top: .25rem;
  width: 2rem;
}
.procedure-flow > li:not(:last-child):after {
  border-color: #d78582 transparent transparent;
  border-style: solid;
  border-width: 1rem 2rem 0 2rem;
  bottom: -2rem;
  content: "";
  height: 0;
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  width: 0;
}

.procedure-strong-block {
  background: #fff;
  border: 1px solid #c45;
  margin: 1.75rem 0;
  padding: 1rem;
  position: relative;
}
.procedure-strong-block:before {
  background: #c45;
  border-radius: 2em;
  color: #fff;
  content: "!";
  font-size: 100%;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: bold;
  height: 1em;
  left: -0.75em;
  line-height: 1;
  padding: .25rem;
  position: absolute;
  text-align: center;
  top: -0.75em;
  width: 1em;
}

.procedure-support-table th {
  width: 8em;
}

/* ==============================
 * たまごカート
 */
/* カートのラッパー */
#body_wrapper {
  margin-top: 2rem;
  padding-top: 0;
}

#cart_body #cart {
  overflow: visible !important;
}

/* ページ見出し */
#body_title h2 {
  border: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
}

/* ====================
 * 戻るボタン
 */
#pageback {
  margin: 2em 0 0;
}
#pageback a:first-child {
  display: none;
}

/* ====================
 * マイアカウント
 */
/* ログインボックス */
#cart_body {
  text-align: center;
  /* バリデータ */
}
#cart_body #cart {
  text-align: left;
}
#cart_body #cart table {
  border-collapse: collapse !important;
  border-spacing: 0 !important;
  width: 100% !important;
}
#cart_body #cart table.layout td, #cart_body #cart table.layout th {
  border: 0 !important;
}
#cart_body #cart table th {
  background-color: #ffeeed !important;
  border: 1px solid #e1b6b4 !important;
  color: #333 !important;
}
#cart_body #cart table td {
  background-color: #fff;
  border: 1px solid #e1b6b4 !important;
}
#cart_body #cart table td.ttl {
  background-color: #ffeeed !important;
  color: #333 !important;
}
#cart_body #cart table td.ttl p {
  background-position: left center;
  margin: 0;
  padding: 0;
  vertical-align: middle;
  width: auto !important;
}
#cart_body #cart table td.req {
  background-position: 140px center;
  min-width: 160px;
}
#cart_body #cart table td.req p {
  text-align: left;
}
#cart_body #cart table .hr {
  display: none !important;
}
#cart_body #cart #credit_new table th {
  min-width: 160px !important;
}
#cart_body #loginbox {
  height: auto !important;
  /* ログイン情報 */
  /* 商品送付先 */
}
#cart_body #loginbox table th, #cart_body #loginbox table td {
  border: 0;
  background: transparent;
  padding: inherit;
}
#cart_body #loginbox #login table th, #cart_body #loginbox #login table td {
  border: 0;
  background: transparent;
  padding: inherit;
}
#cart_body #loginbox #login2 table th, #cart_body #loginbox #login2 table td {
  border: 0;
  background: transparent;
  padding: inherit;
}
#cart_body #order_infobox {
  text-align: right;
}
#cart_body #order_infobox #name {
  font-size: inheirt;
  height: auto !important;
  text-align: left;
}
#cart_body #order_infobox #point {
  font-size: inheirt;
  text-align: left;
}
#cart_body #order_infobox img {
  vertical-align: middle;
}
#cart_body #order_infobox .point {
  vertical-align: middle;
  text-align: left;
}
#cart_body .efocube-bgcolor {
  background-color: #FFDECA !important;
}

/* Amazon Pay */
#AmazonPayButton {
  text-align: center;
}

.eggcart-members-rank {
  display: none;
  margin: 1rem 0;
  padding: 0 1rem;
  text-align: center;
}
@media only screen and (min-width: 720px) {
  .eggcart-members-rank {
    margin: 2rem auto -1rem;
    padding: 0;
    width: 800px;
    text-align: right;
  }
}
.eggcart-members-rank:not([data-rank=""]) {
  display: block;
}
.eggcart-members-rank p {
  margin: 0;
}

.eggcart-members-rank__rank {
  color: #c45;
  display: inline-block;
  font-weight: bold;
  font-size: 120%;
}
.eggcart-members-rank__rank:before {
  content: "〈";
}
.eggcart-members-rank__rank:after {
  content: "〉";
}

/* ==============================
 * たまごカート スマホ版
 */
#content {
  /* ====================
   * カート画面
   */
  /* ====================
   * ログイン
   */
  /* ====================
   * エントリー
   */
  /* バリデータ */
}
#content h2 {
  border: 0;
  padding: 0;
  margin: 1rem 0 !important;
}
#content p {
  margin: 0;
}
#content table th, #content table td {
  border: 1px solid #e1b6b4;
}
#content table th.hr, #content table td.hr {
  display: none;
}
#content table th, #content table td.ttl {
  background: #ffeeed;
}
#content table td {
  background: #fff;
}
#content table .goods_name {
  background: #ffeeed;
}
#content form p.right {
  float: none !important;
  text-align: right;
}
#content .btn, #content .btn--strong, #content .contacts-section__info__btn, #content .fixed-recommendation__btn, #content .home-story__slide__item__act a, .home-story__slide__item__act #content a, #content .home-point__item__act a, .home-point__item__act #content a {
  border: 0;
  margin: 0;
  padding: 0;
}
#content #sho_disp,
#content .cart {
  padding: 1rem;
}
#content #sho_disp form p.right,
#content .cart form p.right {
  float: none;
  text-align: right;
}
#content #sho_disp .sum span,
#content .cart .sum span {
  color: #c45;
}
#content #sho_disp .back,
#content .cart .back {
  margin: 0;
  padding: 0;
}
#content #sho_disp .back ul,
#content .cart .back ul {
  display: table;
  padding: 0;
  margin: 0;
  width: 100%;
  table-layout: fixed;
}
#content #sho_disp .back ul:after,
#content .cart .back ul:after {
  content: none;
}
#content #sho_disp .back ul li,
#content .cart .back ul li {
  display: table-cell;
  float: none !important;
  margin: 0;
  padding: .25rem;
  vertical-align: middle;
  text-align: center;
  width: auto;
}
#content #sho_disp .back ul li a,
#content .cart .back ul li a {
  display: block;
}
#content #sho_disp .back ul li a img,
#content .cart .back ul li a img {
  width: 100% !important;
}
#content .login p.right {
  float: none;
  text-align: right;
}
#content .login p.btn, #content .login p.btn--strong, #content .login p.contacts-section__info__btn, #content .login p.fixed-recommendation__btn {
  background: none;
  border: 0;
  display: block;
  margin: 1rem 0;
  padding: 1rem;
  text-align: center;
}
#content .login p.btn span, #content .login p.btn--strong span, #content .login p.contacts-section__info__btn span, #content .login p.fixed-recommendation__btn span {
  display: inline;
}
#content .login p.btn span input[type="image"], #content .login p.btn--strong span input[type="image"], #content .login p.contacts-section__info__btn span input[type="image"], #content .login p.fixed-recommendation__btn span input[type="image"] {
  vertical-align: bottom;
}
#content .login > form > section {
  background: none;
  border: 0;
  padding: 1rem;
}
#content .login > form > section + p {
  float: none;
  padding: 0 1rem;
}
#content .entry table {
  padding: 0 !important;
  font-size: inherit !important;
  margin: 1rem 0 !important;
  border: 0 !important;
}
#content .entry dl {
  background: none;
  border: 0;
  margin: 1rem 0;
  padding: 0;
}
#content .entry dt,
#content .entry dl dt {
  background-color: #ffeeed !important;
  background-image: none;
  border: 0;
  color: inherit !important;
  margin: 0;
  padding: .5rem 1rem;
}
#content .entry dd,
#content .entry dl dd {
  background: none;
  padding: .5rem 1rem;
}
#content .entry input {
  margin: .5rem 0 !important;
}
#content .entry p.right {
  float: none;
  text-align: right;
}
#content .entry p.btn, #content .entry p.btn--strong, #content .entry p.contacts-section__info__btn, #content .entry p.fixed-recommendation__btn {
  background: none;
  border: 0;
  display: block;
  margin: 1rem 0;
  padding: 1rem;
  text-align: center;
}
#content .entry p.btn span, #content .entry p.btn--strong span, #content .entry p.contacts-section__info__btn span, #content .entry p.fixed-recommendation__btn span {
  display: inline;
}
#content .entry p.btn span input[type="image"], #content .entry p.btn--strong span input[type="image"], #content .entry p.contacts-section__info__btn span input[type="image"], #content .entry p.fixed-recommendation__btn span input[type="image"] {
  vertical-align: bottom;
}
#content .entry form > table {
  margin: 0 1rem !important;
  width: calc(100% - 2rem) !important;
}
#content .entry form > table th, #content .entry form > table td {
  /* 注文ボタン（同梱注文のご選択など） */
  border: 0;
  padding: .5rem;
  text-align: center !important;
  width: auto !important;
}
#content .entry form > table th input[type="image"],
#content .entry form > table th a img, #content .entry form > table td input[type="image"],
#content .entry form > table td a img {
  height: auto !important;
  max-width: 100%;
  width: auto !important;
}
#content .change nav ul {
  margin: 0;
  padding: 0;
}
#content .change nav ul li {
  margin: .25em 0;
}
#content .efocube-bgcolor {
  background: #FFDECA !important;
}

#main header#header p.log {
  background: transparent;
  border: 0;
  margin: 1em 0 1.5em;
  padding: 0 1em;
}

#main header#header p.log > a {
  background: #aaa;
  display: block;
  text-align: center;
  width: 100%;
}

#main header#header p.log span {
  display: none;
}

/*# sourceMappingURL=style.css.map */
