@charset "UTF-8";
/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

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

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

ul, li {
  list-style: none;
}

th {
  text-align: left;
  font-weight: normal;
}

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

/* Common
-------------------------------------------------- */
* {
  box-sizing: border-box;
}

html, body {
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
  color: #000;
  font-family: 'Noto Sans JP', "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", osaka, arial, helvetica, sans-serif;
  -webkit-text-size-adjust: 100%;
}

html {
  font-size: 625%;
}

body {
  font-size: .16em;
}

a {
  text-decoration: none;
  transition: .3s;
}

a img {
  transition: .3s;
}

a:hover img {
  opacity: 0.8;
}

.sp-only {
  display: none;
}

.sp-only-inline {
  display: none;
}

.pc-only {
  display: block;
}

.pc-only-inline {
  display: inline;
}

@media screen and (max-width: 768px) {
  .sp-only {
    display: block !important;
  }
  .sp-only-inline {
    display: inline !important;
  }
  .pc-only {
    display: none !important;
  }
  .pc-only-inline {
    display: none !important;
  }
}

.ta-center {
  text-align: center;
}

.l-inner {
  max-width: 1200px;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .l-inner {
    max-width: 100%;
    padding-left: 1.5em;
    padding-right: 1.5em;
  }
}

@media screen and (max-width: 1200px) and (min-width: 769px) {
  .l-inner {
    max-width: 100%;
    padding-left: 2em;
    padding-right: 2em;
  }
}

.wp-fadein {
  opacity: 0;
  transition: 1s;
}

.wp-fadein__delay01 {
  transition: 2s;
}

.wp-fadein__delay02 {
  transition: 3s;
}

.wp-fadein__delay03 {
  transition: 4s;
}

.wp-fadein__mvimg {
  transform: translateY(10%);
  transition-delay: 1s;
}

.wp-fadein__mvimg.active {
  transform: translateY(0);
}

.wp-fadein.active {
  opacity: 1;
}

@keyframes fuwafuwa {
  0% {
    transform: translateY(0%);
  }
  50% {
    transform: translateY(10%);
  }
  100% {
    transform: translateY(0%);
  }
}

/* Header
-------------------------------------------------- */
.l-header {
  position: fixed;
  width: 100%;
  background: #fff;
  z-index: 100;
  padding: 2.1em 10em 2.1em 0;
}

.l-header-box {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 0;
}

.l-header-logo img {
  max-width: 100%;
}

.l-header-menu ul {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.l-header-menu ul li {
  text-align: center;
  padding: 0 2em;
}

.l-header-menu ul li a {
  color: #997514;
  line-height: 160%;
}

.l-header-menu ul li a span {
  color: #ddc176;
  font-size: .19rem;
  font-family: "Alegreya", serif;
}

.l-header-menu ul li a:hover {
  opacity: .7;
}

@media screen and (max-width: 768px) {
  .l-header {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 200;
    padding: 0;
  }
  .l-header-box {
    height: 4em;
    padding-right: 8em;
  }
  .l-header-menu {
    display: none;
  }
}

@media screen and (max-width: 1200px) and (min-width: 769px) {
  .l-header {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 200;
    padding: 0;
  }
  .l-header-box {
    height: 4em;
    padding-right: 8em;
  }
  .l-header-menu {
    display: none;
  }
}

/* Index
-------------------------------------------------- */
.mv {
  position: relative;
  top: 0;
  left: 0;
}

.mv-bg figure {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.mv-bg figure img {
  min-width: 100%;
  height: auto;
}

.mv-img {
  position: absolute;
  bottom: 0;
  right: calc( (100vw - 1200px) / 2 - 6em);
}

.mv-content {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  transform: translateY(-50%);
}

.mv-content-txt p {
  font-size: .23rem;
  line-height: 160%;
  color: #c19e67;
  letter-spacing: 2px;
  text-shadow: 0 0 45px white, 0 0 45px white, 0 0 45px white, 0 0 45px white, 0 0 45px white, 0 0 45px white, 0 0 45px white, 0 0 45px white, 0 0 45px white;
}

.mv-content-txt p.__ja {
  font-size: .55rem;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
  font-weight: bold;
  line-height: 140%;
  color: #9d7a19;
  letter-spacing: 0;
  margin-bottom: .7em;
}

.lineup-container {
  margin-top: -1.3em;
}

.lineup {
  background: white;
  background: linear-gradient(-180deg, white 0%, white 39%, #fcf7f0 40%, #fcf7f0 100%);
}

.lineup .m-ttl {
  margin-bottom: 5.7em;
}

.lineup-in {
  padding: 8.5em 0 5em;
  background: url(../images/index/lineup-bg01.png) no-repeat top 3em right;
}

.lineup-video {
  text-align: center;
  margin-bottom: 4em;
}

.lineup-video iframe {
  width: 800px;
  max-width: 100%;
  height: auto;
  aspect-ratio: 16/9;
}

.nayami {
  padding: 8.5em 0 6em;
}

.nayami .sub01 {
  text-align: center;
  margin-bottom: 8em;
}

.nayami .sub01 img {
  max-width: 100%;
}

.nayami .media {
  position: relative;
}

.nayami .media-content {
  position: relative;
  z-index: 100;
  padding-top: 1em;
}

.nayami .media-content-heading {
  font-size: .40rem;
  font-weight: 600;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
  color: #ba9224;
  line-height: 160%;
  white-space: nowrap;
  margin-bottom: 1.1em;
  letter-spacing: 4px;
  text-shadow: 0 0 15px white, 0 0 15px white, 0 0 15px white, 0 0 15px white, 0 0 15px white, 0 0 15px white, 0 0 15px white, 0 0 15px white, 0 0 15px white;
}

.nayami .media-content-list li {
  font-size: .20rem;
  font-weight: 500;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
  color: #3a3a3a;
  line-height: 160%;
  margin-bottom: .7em;
  white-space: nowrap;
}

.nayami .media-img {
  position: absolute;
  top: 0;
  right: 0;
}

.message {
  position: relative;
  background: #df5189 url(../images/index/message-bg01.jpg) no-repeat top right;
  padding: 4.3em 0 4.7em;
}

.message .sub01 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  text-align: center;
  transform: translateY(-50%);
}

.message .sub01 img {
  max-width: 100%;
}

.message-txt {
  font-size: .23rem;
  line-height: 180%;
  letter-spacing: 2px;
  font-weight: 500;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
  text-align: center;
  color: #fff;
  margin-bottom: 1.5em;
}

.message-heading {
  font-size: .40rem;
  line-height: 160%;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
  letter-spacing: 4px;
  text-align: center;
  font-weight: 600;
  color: #fff;
}

.about {
  padding: 10em 0 8.5em;
  background: url(../images/index/about-bg02.png) no-repeat top 40% left;
}

.about .m-ttl {
  margin-bottom: 14em;
}

.about-medias .about-media:nth-child(even) {
  flex-direction: row-reverse;
}

.about-medias .about-media:nth-child(even) .about-media-content {
  padding-left: 2em;
  padding-right: 0;
}

.about-medias .about-media:nth-child(even) .about-media-img {
  padding-left: 0;
  padding-right: 1em;
}

.about-medias .about-media:last-child {
  margin-bottom: 9em;
}

.about-media {
  display: flex;
  flex-direction: row;
  margin-bottom: 14em;
}

.about-media-content {
  width: 50%;
  padding-right: 2em;
  margin-top: -6em;
}

.about-media-content-point {
  position: relative;
  top: 0;
  left: -1em;
  margin-bottom: .8em;
  animation: fuwafuwa 5s ease 0s infinite;
}

.about-media-content-point img {
  max-width: 100%;
}

.about-media-content-heading {
  font-size: .30rem;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
  font-weight: 600;
  line-height: 160%;
  color: #bf3f71;
  margin-bottom: .7em;
}

.about-media-content-txt p {
  color: #3a3a3a;
  line-height: 240%;
}

.about-media-content-profile {
  margin-top: 2em;
}

.about-media-content-profile p {
  color: #fff;
  line-height: 240%;
  text-align: right;
}

.about-media-content__more-mb {
  margin-bottom: 0;
}

.about-media-img {
  width: 50%;
  padding-left: 1em;
  position: relative;
}

.about-media-img img {
  width: 100%;
}

.about-media-img img.__bordered {
  border: 6px solid #fff;
  box-shadow: 0 0 10px rgba(178, 178, 178, 0.3);
}

.about-media-img__img06 {
  margin-top: -2.5em;
}

.about-media-img .m-diamonds {
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 -3em 0;
}

.about-media-img .m-diamonds .m-diamond {
  background-color: #d2a427;
  width: 4em;
  height: 4em;
  margin-bottom: .5em;
}

.about-media-img .m-diamonds .m-diamond span {
  text-align: center;
  font-size: .18rem;
}

.about-media-img .m-diamonds .m-diamond__brown {
  background-color: #9c7610;
}

.about-media-images ul {
  display: flex;
  flex-direction: row;
  margin: 0 -0.5em;
}

.about-media-images ul li {
  width: 50%;
  padding: 0 .5em;
}

.about-media-images ul li img {
  width: 100%;
  border: 6px solid #fff;
  box-shadow: 0 0 10px rgba(178, 178, 178, 0.3);
}

.about-message {
  background: url(../images/index/about-bg01.png) no-repeat bottom left;
  background-size: 100% auto;
  padding-bottom: 4em;
}

.about-message-txt p {
  text-align: center;
  font-size: .35rem;
  font-weight: 600;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
  line-height: 160%;
  color: #3a3a3a;
  letter-spacing: 2px;
}

.about-message-txt p span {
  color: #ba9224;
}

.about__voices {
  padding: 9em 0 10em;
  background: #c09545 url(../images/index/about-bg03.png) no-repeat top center;
}

.about__voices .m-ttl {
  margin-bottom: 7em;
}

.about__voices .about-in {
  background: url(../images/index/about-bg04.png) no-repeat top 16% left;
}

.about__voices .about-medias .about-media:nth-child(even) {
  flex-direction: row;
}

.about__voices .about-medias .about-media:nth-child(even) .about-media-content {
  padding-right: 2em;
  padding-left: 0;
}

.about__voices .about-medias .about-media:nth-child(even) .about-media-content-profile p {
  text-align: left;
}

.about__voices .about-medias .about-media:nth-child(even) .about-media-img {
  padding-left: 1em;
  padding-right: 0;
}

.about__voices .about-medias .about-media:last-child {
  margin-bottom: 0;
}

.about__voices .about-media {
  flex-direction: row-reverse;
  margin-bottom: 6.5em;
}

.about__voices .about-media-content {
  padding-right: 0;
  padding-left: 4em;
  margin-top: 0;
}

.about__voices .about-media-content-txt p {
  color: #fff;
}

.about__voices .about-media-img {
  padding-left: 0;
  padding-right: 1em;
}

.reason {
  padding: 12em 0 5.3em;
}

.reason .m-ttl {
  margin-bottom: 7em;
}

.reason-items {
  display: flex;
  flex-direction: row;
  margin: 0 -1.8em;
}

.reason-items > div {
  width: 25%;
  padding: 0 1.8em;
}

.reason-item-sub01 {
  text-align: center;
}

.reason-item-sub01 img {
  max-width: 100%;
}

.reason-item-img {
  margin-bottom: 1em;
  text-align: center;
}

.reason-item-img img {
  max-width: 100%;
}

.reason-item-txt {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  height: 7.5em;
}

.reason-item-txt p {
  text-align: center;
  font-size: .18rem;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
  font-weight: 600;
  color: #3a3a3a;
  line-height: 150%;
}

.reason-item-txt p span {
  color: #df5189;
}

.care {
  background: url(../images/index/care-bg01.png) no-repeat top right;
  padding: 0 0 4em;
}

.care-ttl {
  margin-bottom: 3.5em;
}

.care-ttl-heading {
  text-align: center;
  font-size: .40rem;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
  font-weight: 600;
  color: #df5189;
  line-height: 160%;
  letter-spacing: 2px;
}

.care-media {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-bottom: 3em;
}

.care-media-img {
  position: relative;
  width: 53%;
}

.care-media-img img {
  max-width: 100%;
  border-radius: 20px;
}

.care-media-img figcaption {
  position: absolute;
  bottom: -2em;
  left: -2.5em;
}

.care-media-content {
  width: 47%;
  padding-left: 4em;
}

.care-media-content-txt p {
  color: #3a3a3a;
  line-height: 220%;
  margin-bottom: 2em;
}

.care-desc p {
  font-size: .15rem;
  line-height: 200%;
  color: #8c8c8c;
}

.horsepla {
  background: #c09545 url(../images/index/horsepla-bg01.png);
  background-size: cover;
  padding: 0 0 2em;
}

.horsepla-ttl {
  padding: 3.6em 0 1.8em;
  background: url(../images/index/horsepla-bg02.png) no-repeat top 0.5em center;
}

.horsepla-ttl-heading {
  text-align: center;
  color: #fff;
  font-size: .29rem;
  font-weight: 600;
  line-height: 160%;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
  letter-spacing: 2px;
}

.horsepla-list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin: 0 -0.4em;
}

.horsepla-list li {
  width: 25%;
  padding: 0 .4em;
  margin-bottom: 1.2em;
}

.horsepla-list li span {
  display: block;
  background: #fff;
  font-size: .18rem;
  color: #3a3a3a;
  text-align: center;
  letter-spacing: 2px;
  padding: 1em;
  border-radius: 40px;
}

.support {
  padding: 6.5em 0 0;
}

.support-sub01 {
  text-align: center;
  margin-bottom: 6em;
}

.support-sub01 img {
  max-width: 100%;
}

.support-ttl {
  text-align: center;
  letter-spacing: 2px;
  margin-bottom: 4.7em;
}

.support-ttl-heading {
  font-size: .40rem;
  font-weight: 600;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
  color: #df5189;
  line-height: 160%;
  margin-bottom: .4em;
}

.support-ttl-txt {
  font-size: .20rem;
  font-weight: 600;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
  color: #3a3a3a;
  line-height: 160%;
}

.support-points-container {
  background: url(../images/index/support-points-bg01.png) no-repeat top left;
  background-size: 50% auto;
  padding: 3.7em 0 3.7em;
}

.support-points {
  display: flex;
  flex-direction: row;
  margin: 0 1em;
}

.support-points .support-point {
  width: 33.3%;
  padding: 0 2.5em;
}

.support-point {
  position: relative;
}

.support-point-num {
  position: absolute;
  top: -1em;
  left: 0;
}

.support-point-num img {
  max-width: 100%;
}

.support-point-img {
  text-align: center;
}

.support-point-img img {
  max-width: 100%;
  border-radius: 100%;
}

.support-point-img figcaption {
  position: relative;
  top: -2em;
  left: 0;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  height: 3em;
}

.support-point-img figcaption span {
  width: 100%;
}

.support-point-heading {
  text-align: center;
  font-size: .23rem;
  font-weight: 500;
  line-height: 160%;
  letter-spacing: 2px;
  color: #3a3a3a;
  margin-bottom: .6em;
}

.support-point-txt p {
  color: #3a3a3a;
  line-height: 220%;
  letter-spacing: 1px;
}

.energy {
  padding: 8.5em 0 0;
}

.energy .sub01 {
  text-align: center;
  margin-bottom: 8em;
}

.energy .sub01 img {
  max-width: 100%;
}

.energy .susume {
  background: url(../images/index/energy-bg01.png) no-repeat bottom right;
  width: 100%;
  padding-bottom: 9em;
  margin-bottom: 3em;
}

.energy .susume-ttl {
  float: left;
  flex: 1 0 auto;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  background: #df5189;
  padding: 3.4em 3.4em 3.4em 10vw;
  transform: skew(-10deg);
  width: calc( ( ( 100vw - 1200px ) / 2 ) + ( 1200px / 4 ) + 10vw);
  max-width: 100vw;
  position: relative;
  top: 0;
  left: -10vw;
}

.energy .susume-ttl-heading {
  font-size: .40rem;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
  line-height: 150%;
  font-weight: 600;
  color: #fff;
  text-align: center;
  transform: skew(10deg);
}

.energy .susume-txt {
  float: right;
  position: relative;
  max-width: calc( ( ( 1200px / 4 ) * 3 ) - 8em);
  top: 0;
  right: calc( ( 100vw - 1200px ) / 2);
}

.energy .susume-txt p {
  line-height: 220%;
  color: #3a3a3a;
  letter-spacing: 2px;
  margin-bottom: 2em;
}

.energy .susume-txt p:last-child {
  margin-bottom: 0;
}

.energy .susume::after {
  content: "";
  display: block;
  clear: both;
}

.energy .mitocondria {
  margin-bottom: 5em;
}

.energy .mitocondria-ttl {
  margin-bottom: 2.5em;
}

.energy .mitocondria-ttl-heading {
  text-align: center;
  font-size: .40rem;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
  font-weight: 600;
  line-height: 160%;
  color: #c09545;
  letter-spacing: 2px;
}

.energy .mitocondria-txt p {
  line-height: 220%;
  color: #3a3a3a;
  text-align: center;
  letter-spacing: 2px;
}

.energy .for {
  background: url(../images/index/energy-bg02.png) no-repeat bottom right;
  padding-bottom: 5.3em;
}

.energy .for-box {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
}

.energy .for-box-img {
  width: 52%;
}

.energy .for-box-img img {
  max-width: 100%;
}

.energy .for-box-content {
  width: 48%;
  padding-left: 5em;
  padding-top: 5em;
}

.energy .for-box-content-in {
  margin-bottom: 6em;
}

.energy .for-box-content-in:last-child {
  margin-bottom: 0;
}

.energy .for-box-content-heading {
  margin-bottom: 1em;
}

.energy .for-box-content-heading img {
  max-width: 100%;
}

.energy .for-box-content-list li {
  font-size: .18rem;
  color: #3a3a3a;
  line-height: 140%;
  margin-bottom: .8em;
}

.energy .for-box-content-list__white li {
  color: #fff;
}

.premium {
  background: #fcf7f0 url(../images/index/premium-bg01.png) no-repeat bottom right;
  padding: 11em 0 8.5em;
}

.premium-ttl {
  text-align: center;
  margin-bottom: 2.3em;
}

.premium-ttl-heading img {
  max-width: 100%;
}

.premium-care {
  display: flex;
  flex-direction: row;
  padding: 0 10em;
}

.premium-care-img {
  width: 50%;
  padding-top: 2em;
}

.premium-care-img img {
  max-width: 100%;
  border: 10px solid #fff;
  border-radius: 5px;
}

.premium-care-content {
  width: 50%;
}

.premium-care-content-round p {
  text-align: center;
}

.premium-care-content-round p span {
  display: inline-block;
  text-align: center;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
  font-weight: 600;
  color: #ba9224;
  font-size: .24rem;
  line-height: 150%;
  background: #fff;
  border-radius: 100%;
  padding: 3.7em 1.7em;
}

.premium-care-content-img {
  position: relative;
  z-index: 100;
  margin-top: -5em;
}

.premium-care-content-img img {
  width: 100%;
}

.premium-points {
  padding: 0 12em;
}

.premium-points ul {
  display: flex;
  flex-direction: row;
}

.premium-points ul li {
  position: relative;
  top: -3em;
  left: 0;
  width: 25%;
}

.premium-points ul li .m-diamond {
  width: 9em;
  height: 9em;
}

.premium-points ul li .m-diamond span {
  text-align: center;
  font-size: .19rem;
  line-height: 120%;
}

.premium-points-txt {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding-right: 3em;
  height: 3em;
  font-size: .17rem;
  line-height: 160%;
  color: #3a3a3a;
  letter-spacing: 2px;
  margin-top: 2.5em;
}

.foods {
  background: url(../images/index/foods-bg01.png) no-repeat top 55% left;
}

.foods .lineup {
  background: none;
}

.foods .lineup-in {
  padding: 6em 0 8em;
  background: none;
}

.foods .lineup .m-ttl {
  margin-bottom: 5em;
}

.foods .lineup .m-lineups {
  padding: 0 4em;
  justify-content: center;
  margin: 0 auto;
}

.foods .lineup .m-lineups__more-mb {
  margin-bottom: 8em;
}

.foods .lineup .m-lineup-img-sub {
  right: -0.5em;
  bottom: 3em;
}

.foods .lineup .m-lineup-img-sub-diamonds .m-diamond {
  width: 4em;
  height: 4em;
}

.foods .lineup .m-lineup-img-sub-diamonds .m-diamond span {
  font-size: 1em;
}

.faq {
  padding: 6.3em 0 10em;
  background: #fcf7f0;
}

.faq .m-ttl {
  margin-bottom: 3.3em;
}

.faq-items .faq-item:last-child {
  margin-bottom: 0;
}

.faq-item {
  position: relative;
  background: #fff;
  padding: 2.3em 6em 2.3em 2.5em;
  margin-bottom: 1.8em;
}

.faq-item-ttl {
  padding-left: 5em;
  background: url(../images/index/faq-txt01.png) no-repeat top 0.2em left;
}

.faq-item-ttl-heading {
  font-size: .20rem;
  line-height: 150%;
  font-weight: 500;
  letter-spacing: 2px;
  color: #3a3a3a;
}

.faq-item-txt {
  display: none;
  padding-left: 5em;
  padding-top: 2em;
}

.faq-item-txt p {
  font-size: .18rem;
  color: #707070;
  line-height: 180%;
  margin-bottom: 1.3em;
}

.faq-item-txt p small {
  font-size: .16rem;
}

.faq-item-txt p:last-child {
  margin-bottom: 0;
}

.faq-item-close {
  position: absolute;
  top: 1.3em;
  right: 2.3em;
}

.faq-item-close button {
  border: 0;
  background: none;
  color: #ba9224;
  font-size: .50rem;
  cursor: pointer;
  transition: .3s;
  padding: 0;
  margin: 0;
}

.faq-item-close:hover button {
  opacity: .7;
}

.faq-item.active .faq-item-txt {
  display: block;
}

@media screen and (max-width: 1200px) and (min-width: 769px) {
  .mv-img {
    right: -2em;
  }
  .mv-img img {
    max-width: 55vw;
  }
}

@media screen and (max-width: 768px) {
  .mv-img {
    right: -2em;
  }
  .mv-img img {
    max-width: 75vw;
  }
  .mv-bg figure img {
    width: 100%;
  }
  .mv-content {
    transform: none;
    top: 22vw;
  }
  .mv-content-txt p {
    font-size: .13rem;
    line-height: 180%;
  }
  .mv-content-txt p.__ja {
    font-size: .40rem;
    font-weight: bold;
    line-height: 150%;
    margin-bottom: .5em;
  }
  .lineup-in {
    background: url(../images/sp/index/lineup-bg01.png) no-repeat top right;
    background-size: 50% auto;
    padding: 5em 0 3em;
  }
  .lineup-container .lineup {
    background: white;
    background: linear-gradient(-180deg, white 0%, white 19%, #fcf7f0 20%, #fcf7f0 100%);
  }
  .lineup-container .lineup-in {
    background: none;
  }
  .lineup-container-img img {
    width: 260%;
    vertical-align: bottom;
  }
  .lineup .m-ttl {
    margin-bottom: 3em;
  }
  .nayami {
    padding: 3em 0 0;
  }
  .nayami .sub01 {
    margin-bottom: 1em;
  }
  .nayami .media-content {
    margin-bottom: 1.7em;
  }
  .nayami .media-content-heading {
    text-align: center;
    font-size: .26rem;
    letter-spacing: 2px;
    margin-bottom: .8em;
  }
  .nayami .media-content-list li {
    font-size: .16rem;
    margin-bottom: .5em;
  }
  .nayami .media-img {
    position: static;
    margin: 0 -1.5em;
  }
  .nayami .media-img img {
    width: 100%;
    vertical-align: bottom;
  }
  .message {
    background: url(../images/sp/index/message-bg01.jpg) no-repeat top center;
    background-size: cover;
    padding: 2.7em 0 2.5em;
  }
  .message .sub01 img {
    max-width: 15%;
  }
  .message-txt {
    font-size: .16rem;
    letter-spacing: 1px;
    line-height: 200%;
    margin-bottom: 1em;
  }
  .message-heading {
    font-size: .26rem;
  }
  .about {
    padding: 3em 0 3em;
    background: url(../images/sp/index/about-bg02.png) no-repeat top right;
    background-size: 60% auto;
  }
  .about .m-ttl {
    margin-bottom: 8em;
  }
  .about .m-ttl-heading {
    text-align: center;
    font-size: .20rem;
    line-height: 130%;
  }
  .about .m-ttl__white {
    margin-bottom: 2em;
  }
  .about-medias .about-media:nth-child(even) .about-media-content {
    padding-left: 0;
  }
  .about-medias .about-media:nth-child(even) .about-media-img {
    padding: 0 1em;
  }
  .about-medias .about-media:last-child {
    margin-bottom: 2em;
  }
  .about-media {
    display: block;
    margin-bottom: 9em;
  }
  .about-media-img {
    width: 100%;
    padding: 0 1em;
  }
  .about-media-img__img06 {
    padding-left: 3em !important;
    padding-right: 3em !important;
  }
  .about-media-content {
    width: 100%;
  }
  .about-media-content-point {
    left: 0;
  }
  .about-media-content-point img {
    max-width: 30%;
  }
  .about-media-content-profile {
    margin-top: -0.5em;
    margin-bottom: 1.5em;
  }
  .about-media-content-profile p {
    text-align: left;
    line-height: 200%;
  }
  .about-media-content-heading {
    font-size: .26rem;
    margin-bottom: .4em;
  }
  .about-media-content-txt {
    margin-bottom: 2.3em;
  }
  .about-media-content-txt p {
    line-height: 200%;
  }
  .about-media-content__more-mb {
    margin-bottom: 5em;
  }
  .about-message {
    padding-bottom: 3em;
  }
  .about-message-txt p {
    font-size: .22rem;
    letter-spacing: 1px;
  }
  .about__voices {
    background: url(../images/sp/index/about-bg03.png) no-repeat top center;
    background-size: cover;
    padding: 3em 0 4em;
  }
  .about__voices .about-media {
    margin-bottom: 2.5em;
  }
  .about__voices .about-media-content {
    padding-left: 0;
  }
  .about__voices .about-media-content-point img {
    max-width: 25%;
  }
  .reason {
    padding: 3em 0 2em;
  }
  .reason .m-ttl {
    margin-bottom: 3em;
  }
  .reason .m-ttl-heading {
    text-align: center;
    font-size: .20rem;
    line-height: 130%;
  }
  .reason-items {
    flex-wrap: wrap;
    margin: 0 -0.8em 0;
  }
  .reason-items > div {
    width: 50%;
    padding: 0 .8em;
    margin-bottom: 2em;
  }
  .reason-item-img {
    margin-bottom: .5em;
  }
  .reason-item-txt {
    height: 6em;
  }
  .reason-item-txt p {
    font-size: .15rem;
  }
  .care {
    padding: 0 0 3em;
    background: none;
  }
  .care-ttl {
    margin-bottom: 1.5em;
  }
  .care-ttl-heading {
    font-size: .21rem;
    letter-spacing: 0;
  }
  .care-media {
    flex-direction: column;
    margin-bottom: .5em;
  }
  .care-media-img {
    width: 100%;
    margin-bottom: 2.5em;
  }
  .care-media-img figcaption {
    left: -1em;
    bottom: -1em;
  }
  .care-media-img figcaption img {
    max-width: 58%;
  }
  .care-media-content {
    width: 100%;
    padding-left: 0;
  }
  .care-media-content-txt p {
    line-height: 180%;
    margin-bottom: 1.7em;
  }
  .care-desc p {
    line-height: 160%;
  }
  .horsepla {
    padding: 0 0 1.5em;
    background: url(../images/sp/index/horsepla-bg01.png) no-repeat top center;
    background-size: cover;
  }
  .horsepla-ttl {
    padding: 2em 0 1.5em;
    background: none;
  }
  .horsepla-ttl-heading {
    font-size: .22rem;
  }
  .horsepla-list li {
    width: 50%;
    margin-bottom: 1em;
  }
  .horsepla-list li span {
    font-size: .14rem;
    letter-spacing: 1px;
  }
  .support {
    padding: 3em 0 0;
  }
  .support-sub01 {
    margin-bottom: 1.5em;
  }
  .support-sub01 img {
    max-width: 18%;
  }
  .support-ttl-heading {
    font-size: .23rem;
    letter-spacing: 1px;
  }
  .support-ttl-txt {
    font-size: .16rem;
  }
  .support-points {
    flex-direction: column;
  }
  .support-points-container {
    background: none;
    padding-bottom: 0;
  }
  .support-points-container .l-inner {
    background: url(../images/sp/index/support-bg01.png) no-repeat top 10em left;
    background-size: 90% auto;
  }
  .support-points .support-point {
    width: 100%;
    padding: 0 0;
    margin-bottom: 4em;
  }
  .support-points .support-point:last-child {
    margin-bottom: 3em;
  }
  .support-point-num {
    padding: 0 3em;
    left: 30%;
    transform: translateX(-50%);
  }
  .support-point-num img {
    max-width: 80%;
  }
  .support-point-img {
    padding: 0 3em;
  }
  .support-point-heading {
    font-size: .20rem;
  }
  .support-point-txt p {
    line-height: 180%;
  }
  .energy {
    padding: 0 0 0;
    background: url(../images/sp/index/energy-bg01.png) no-repeat top 8em right;
    background-size: 100% auto;
  }
  .energy .sub01 {
    padding: 0 3em 0;
    margin-bottom: 3em;
  }
  .energy .sub01 img {
    max-width: 100%;
  }
  .energy .susume {
    background: none;
    padding-bottom: 1em;
  }
  .energy .susume-ttl {
    float: none;
    padding: 1.8em 2em 1.8em 0;
    width: 70vw;
    margin-bottom: 1.5em;
  }
  .energy .susume-ttl-heading {
    font-size: .28rem;
  }
  .energy .susume-txt {
    float: none;
    right: 0;
    max-width: none;
    padding: 0 1.5em;
  }
  .energy .susume-txt p {
    line-height: 200%;
    margin-bottom: 1.5em;
  }
  .energy .mitocondria {
    margin-bottom: 2.5em;
  }
  .energy .mitocondria-ttl {
    margin-bottom: 1.5em;
  }
  .energy .mitocondria-ttl-heading {
    font-size: .24rem;
    letter-spacing: 1px;
  }
  .energy .mitocondria-txt p {
    line-height: 180%;
  }
  .energy .for {
    background: none;
    padding-bottom: 0;
  }
  .energy .for-box {
    flex-direction: column;
  }
  .energy .for-box-img {
    width: 100%;
    padding-left: 1em;
    margin-bottom: 2em;
  }
  .energy .for-box-content {
    width: 100%;
    padding-left: 0;
    padding-top: 0;
  }
  .energy .for-box-content-in {
    margin-bottom: 3em;
  }
  .energy .for-box-content-in__add-bg {
    background: url(../images/sp/index/energy-bg02.png) no-repeat bottom center;
    margin: 0 -1.5em;
    padding: 2.5em 0;
  }
  .energy .for-box-content-heading {
    text-align: center;
  }
  .energy .for-box-content-heading img {
    max-width: 40%;
  }
  .energy .for-box-content-list li {
    text-align: center;
  }
  .energy .for-box-content-list__white {
    margin-top: 2em;
  }
  .premium {
    padding: 4em 0 0;
    background-image: none;
  }
  .premium-ttl {
    margin-bottom: .5em;
  }
  .premium-care {
    flex-direction: column;
    padding: 0 1em;
  }
  .premium-care-img {
    width: 100%;
  }
  .premium-care-content {
    width: 100%;
    position: static;
    margin-top: -8em;
    margin-bottom: 5em;
  }
  .premium-care-content-round {
    margin-left: -1em;
  }
  .premium-care-content-round p {
    text-align: left;
  }
  .premium-care-content-round p span {
    font-size: .20rem;
    padding: 3.5em 1.5em;
  }
  .premium-points {
    padding: 0 0;
  }
  .premium-points ul {
    flex-wrap: wrap;
  }
  .premium-points ul li {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 50%;
    margin-bottom: 3em;
  }
  .premium-points ul li .m-diamond {
    width: 25vw;
    height: 25vw;
  }
  .premium-points ul li .m-diamond span {
    font-size: .16rem;
  }
  .premium-points ul li:nth-child(3),
  .premium-points ul li:nth-child(4) {
    margin-bottom: 1em;
  }
  .premium-points-txt {
    padding-right: 0;
    margin-top: 2em;
  }
  .foods {
    background: url(../images/sp/index/foods-bg01.png) no-repeat top right;
    background-size: 50% auto;
  }
  .foods .lineup-in {
    padding: 2.5em 0 4em;
  }
  .foods .lineup .m-ttl {
    margin-bottom: 3em;
  }
  .foods .lineup .m-lineups {
    padding: 0 0;
  }
  .foods .lineup .m-lineup-img {
    padding: 0 2em;
  }
  .faq {
    padding: 4em 0 6em;
  }
  .faq .m-ttl {
    margin-bottom: 2.3em;
  }
  .faq-item {
    padding: 1.3em 1.7em 2em 1.3em;
  }
  .faq-item-ttl {
    padding-left: 0;
    padding-top: 3em;
    margin-bottom: 1em;
  }
  .faq-item-ttl-heading {
    font-size: .18rem;
  }
  .faq-item-txt {
    padding-left: 0;
  }
  .faq-item-txt p {
    font-size: .16rem;
  }
  .faq-item-close {
    top: .5em;
    right: 1em;
  }
  .faq-item-close button {
    font-size: .60rem;
  }
}

@media screen and (max-width: 1200px) and (min-width: 769px) {
  .reason-items {
    margin: 0 -0.8em;
  }
  .reason-items > div {
    padding: 0 .8em;
  }
  .reason-item-txt p {
    font-size: .15rem;
  }
  .care-ttl-heading {
    font-size: .36rem;
  }
  .care-media-img figcaption img {
    max-width: 20vw;
  }
  .care-media-content {
    padding-left: 2em;
  }
  .support-points .support-point {
    padding: 0 1em;
  }
  .support-points .support-point-num img {
    max-width: 80%;
  }
  .support-points .support-point .m-ribbon {
    font-size: .20rem;
  }
  .energy .susume-ttl {
    float: none;
    width: 60vw;
    margin-bottom: 3em;
  }
  .energy .susume-txt {
    float: none;
    padding-left: 10vw;
    max-width: 90vw;
    right: 0;
  }
  .premium-care {
    padding: 0 3em;
  }
  .premium-points {
    padding: 0 3em;
  }
  .premium-points ul {
    justify-content: center;
  }
  .premium-points ul li .m-diamond {
    width: 12vw;
    height: 12vw;
    position: relative;
    left: 4vw;
  }
  .premium-points ul li .m-diamond span {
    font-size: 1.5vw;
  }
  .premium-points-txt {
    padding-right: 0;
  }
  .foods .lineup .m-lineups {
    padding: 0 0;
  }
  .foods .lineup-in .l-inner {
    padding: 0 0;
  }
}

/* Footer
-------------------------------------------------- */
.l-footer {
  background: #c09545;
  padding: 6em 0 2em;
}

.l-footer-logo {
  margin-bottom: 3em;
}

.l-footer-logo img {
  max-width: 100%;
}

.l-footer-menu {
  display: flex;
  flex-direction: row;
  margin-bottom: 7.5em;
}

.l-footer-menu li {
  margin-right: 3.3em;
}

.l-footer-menu li a {
  color: #fff;
  font-size: .17rem;
  font-weight: 500;
  letter-spacing: 2px;
}

.l-footer-menu li a:hover {
  opacity: .7;
}

.l-footer-menu li:last-child {
  margin-right: 0;
}

.l-footer-menu__sm {
  margin-bottom: 2em;
  justify-content: center;
}

.l-footer-menu__sm li {
  margin-right: 0;
  padding: 0 1.5em;
}

.l-footer-menu__sm li a {
  font-size: .15rem;
}

.l-footer-copyright {
  text-align: center;
  color: #fff;
  font-weight: 500;
  letter-spacing: 2px;
}

.totop {
  position: fixed;
  bottom: 2em;
  right: 2em;
}

.fixed-sp-menu {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 300;
  display: none;
}

.fixed-sp-menu ul {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-end;
}

.fixed-sp-menu ul li a, .fixed-sp-menu ul li button {
  background: none;
  border: 0;
  font-size: .16rem;
  padding: 0;
  margin: 0;
}

.fixed-sp-menu ul li a img, .fixed-sp-menu ul li button img {
  vertical-align: bottom;
  height: 4em;
  width: auto;
}

.fixed-pc-menu {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 300;
}

.fixed-pc-menu ul li a img {
  vertical-align: bottom;
}

.sp-menu {
  display: none;
  position: absolute;
  top: 0px;
  left: 9999px;
  width: 100%;
  height: 100vh;
  transition: 0.5s;
  z-index: 1000;
  background: rgba(192, 158, 94, 0.9);
}

.sp-menu-heading {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  padding: 0 0 0 1em;
  height: 4em;
}

.sp-menu-heading-logo {
  width: calc(100% - 8em);
}

.sp-menu-heading-logo img {
  max-width: 100%;
}

.sp-menu-heading-close {
  text-align: right;
  width: 8em;
}

.sp-menu-heading-close a {
  display: inline-block;
  font-size: .48rem;
  font-weight: normal;
  color: #fff;
}

.sp-menu .sp-menu-content {
  width: 100%;
  height: 100vh;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 0 .5em 4em .3em;
}

.sp-menu-menu {
  margin-top: 3em;
}

.sp-menu-menu ul li {
  margin-bottom: 3.5em;
}

.sp-menu-menu ul li a {
  color: #fff;
  letter-spacing: 2px;
}

.sp-menu-menu ul li a .en {
  text-align: center;
  font-size: .32rem;
  font-family: 'Alegreya';
  font-weight: bold;
  padding: 0;
  margin-bottom: .3em;
  letter-spacing: 4px;
}

.sp-menu-menu ul li a .ja {
  text-align: center;
  font-size: .18rem;
  font-weight: 500;
  padding: 0;
}

.sp-menu-link {
  padding: 0 1.3em;
}

.sp-menu-link ul {
  display: flex;
  flex-direction: row;
  justify-content: center;
  margin: 0 -0.8em;
}

.sp-menu-link ul li {
  width: 50%;
  padding: 0 .8em;
}

.sp-menu-link ul li img {
  max-width: 100%;
}

.sp-menu.active {
  display: block;
  left: 0px;
}

@media screen and (max-width: 768px) {
  .l-footer {
    padding: 2.5em 0 2.5em;
  }
  .l-footer-logo {
    margin-bottom: 2em;
  }
  .l-footer-menu {
    flex-direction: column;
    margin-bottom: 1em;
  }
  .l-footer-menu li {
    width: 100%;
    margin-bottom: 2em;
    text-align: center;
  }
  .l-footer-menu__sm {
    flex-direction: row;
    flex-wrap: wrap;
    margin: 0 -1em 1em;
  }
  .l-footer-menu__sm li {
    width: 50%;
    text-align: left;
    font-size: .10rem;
    margin-bottom: 2.7em;
    line-height: 180%;
  }
  .l-footer-copyright {
    font-size: .14rem;
  }
  .fixed-sp-menu {
    display: block;
  }
  .fixed-pc-menu {
    display: none;
  }
  .totop {
    right: 1em;
  }
}

@media screen and (max-width: 1200px) and (min-width: 769px) {
  .fixed-sp-menu {
    display: block;
  }
  .fixed-pc-menu {
    display: none;
  }
}
