@charset "UTF-8";
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  box-sizing: border-box;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
  box-sizing: border-box;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

/* reset for form */
input[type="text"],
input[type="checkbox"],
input[type="radio"] {
  padding: 0;
  border: none;
  border-radius: 0;
  outline: none;
  background: none;
  box-sizing: border-box;
}

textarea,
button,
select {
  appearance: none;
  resize: none;
  padding: 0;
  border: 0;
  outline: none;
  background: transparent;
  box-sizing: border-box;
}

/*========== set.scss ==========*/
html {
  font-size: 62.5%;
  background-color: #fff;
}

body {
  font-family: 'Noto Sans JP', "ヒラギノ角ゴ ProN W3", " Avenir", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", Osaka, sans-serif;
  color: #4d4d4d;
  text-align: center;
  font-size: 1.6rem;
  line-height: 1.8;
}

@media screen and (max-width: 767px) {
  body {
    font-size: calc(100vw / ( 750 / 22 ));
    line-height: 1.7;
  }
}

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

img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}

a {
  text-decoration: none;
  color: #000;
}

a.txtLink:hover {
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  opacity: 0.7;
}

@media screen and (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}

.opacity {
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  opacity: 0.7;
}

.trans {
  transition: all  0.3s ease;
}

.hover, .p-sns .item a:hover, .p-header-nav .forShop a:hover, .p-nav .gNav .item a:hover, .p-lineup-items .item .btn:hover, .p-shop-bn .item a:hover, .p-footer-pagetop a:hover, .p-footer-nav .item a:hover {
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  opacity: 0.7;
  transition: all  0.3s ease;
}

.hoverTxt {
  text-decoration: underline;
  transition: all  0.3s ease;
}

.boxShadow {
  box-shadow: 0px 0px 6px rgba(54, 48, 48, 0.6);
}

.txtShadow {
  text-shadow: 0px 0px 9px rgba(54, 48, 48, 0.71);
}

.box-trim {
  position: relative;
  overflow: hidden;
}

.box-trim img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

@media screen and (max-width: 767px) {
  .noSP {
    display: none !important;
  }
}

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

.fadein {
  opacity: 0.1;
  transform: translate(0, 40px);
  transition: all 800ms;
}

.fadein.scrollin {
  opacity: 1;
  transform: translate(0, 0);
}

.ojf {
  font-family: 'object-fit: cover;';
}

/*========== l-header.scss ==========*/
.l-header {
  position: relative;
}

/*========== l-footer.scss ==========*/
.l-footer {
  padding: calc(100vw / ( 750 / 45 )) 0;
}

@media screen and (min-width: 768px) {
  .l-footer {
    padding: calc(100vw / ( 1200 / 65 )) 0;
  }
}

/*========== c-inner.scss ==========*/
.c-inner {
  margin: auto;
  width: calc(100vw / ( 750 / 600 ));
  max-width: 960px;
}

/*========== c-title.scss ==========*/
.c-title-primary {
  color: #333333;
  font-weight: bold;
  line-height: 1.6;
  margin-bottom: 1.5em;
  font-size: calc(100vw / ( 750 / 37 ));
}

@media screen and (min-width: 768px) {
  .c-title-primary {
    font-size: 3.2rem;
  }
}

.c-title-primary .en {
  display: block;
  color: #666666;
  font-weight: normal;
  letter-spacing: 0.15em;
  font-size: calc(100vw / ( 750 / 28 ));
}

@media screen and (min-width: 768px) {
  .c-title-primary .en {
    font-size: 2.3rem;
  }
}

/*========== p-sns.scss ==========*/
.p-sns {
  display: flex;
  align-items: center;
}

.p-sns .item a {
  display: block;
  text-indent: -9999px;
  width: calc(100vw / ( 750 / 42 ));
  height: calc(100vw / ( 750 / 42 ));
}

@media screen and (min-width: 768px) {
  .p-sns .item a {
    width: 25px;
    height: 25px;
  }
}

.p-sns .item a.forFB {
  background: url("../images/icon_fb.svg") center no-repeat;
  background-size: contain;
}

.p-sns .item a.forInsta {
  background: url("../images/icon_insta.svg") center no-repeat;
  background-size: contain;
}

/*========== p-header.scss ==========*/
.p-header {
  text-align: left;
  padding: 75px 0 25px 17%;
}

@media screen and (max-width: 767px) {
  .p-header {
    padding: 0 calc(100vw / ( 750 / 30 ));
  }
}

.p-header__inner {
  position: relative;
}

@media screen and (min-width: 768px) {
  .p-header__inner {
    width: 58%;
  }
}

.p-header__inner:before, .p-header__inner:after {
  content: "";
  display: block;
  position: absolute;
}

.p-header__inner:before {
  width: 26.3%;
  height: 107px;
  background: url("../images/header_obj01.png") center no-repeat;
  background-size: contain;
  left: -30%;
  top: -30px;
}

@media screen and (max-width: 767px) {
  .p-header__inner:before {
    width: calc(100vw / ( 750 / 90 ));
    height: calc(100vw / ( 750 / 90 ));
    left: calc(-100vw / ( 750 / 10 ));
    top: calc(-100vw / ( 750 / 20 ));
  }
}

.p-header__inner:after {
  width: 54.7%;
  height: 146px;
  background: url("../images/header_obj02.png") center no-repeat;
  background-size: contain;
  right: -65%;
  top: -45px;
}

@media screen and (max-width: 767px) {
  .p-header__inner:after {
    width: calc(100vw / ( 750 / 170 ));
    height: calc(100vw / ( 750 / 150 ));
    right: calc(-100vw / ( 750 / 10 ));
    top: calc(100vw / ( 750 / 40 ));
  }
}

.p-header-logo {
  margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
  .p-header-logo {
    padding: 0 calc(100vw / ( 750 / 100 ));
    margin-bottom: calc(100vw / ( 750 / 30 ));
  }
}

.p-header-info {
  font-size: 1.2rem;
}

@media screen and (max-width: 767px) {
  .p-header-info {
    font-size: calc(100vw / ( 750 / 22 ));
    line-height: 1.4;
  }
}

.p-header-nav {
  justify-content: flex-end;
}

.p-header-nav .item {
  margin-right: calc(100vw / ( 750 / 25 ));
}

@media screen and (min-width: 768px) {
  .p-header-nav .item {
    margin-right: 20px;
  }
}

@media screen and (max-width: 767px) {
  .p-header-nav .item a {
    width: calc(100vw / ( 750 / 25 ));
    height: calc(100vw / ( 750 / 25 ));
  }
}

.p-header-nav .forShop {
  display: inline-block;
  border: 1px solid #000;
  border-radius: 5px;
  padding: 0.3em 1em;
  font-weight: bold;
  font-size: calc(100vw / ( 750 / 12 ));
}

@media screen and (min-width: 768px) {
  .p-header-nav .forShop {
    font-size: 1.5rem;
  }
}

/*========== p-nav.scss ==========*/
.p-nav {
  position: absolute;
  padding: calc(100vw / ( 750 / 40 )) calc(100vw / ( 750 / 30 )) 0 0;
  width: 100vw;
  top: 0;
  right: 0;
  z-index: 300;
}

@media screen and (min-width: 768px) {
  .p-nav {
    padding: 40px 60px 0 0;
  }
}

.p-nav-sns {
  justify-content: center;
}

.p-nav-sns .item {
  margin: 0 calc(100vw / ( 750 / 15 ));
}

.p-nav-sns .item a.forFB {
  background-image: url("../images/icon_fb_wh.svg");
}

.p-nav-sns .item a.forInsta {
  background-image: url("../images/icon_insta_wh.svg");
}

@media screen and (max-width: 767px) {
  .p-nav-logo {
    left: calc(100vw / ( 750 / 40 ));
    top: calc(100vw / ( 750 / 60 ));
    width: calc(100vw / ( 750 / 130 ));
    line-height: 1;
    position: absolute;
  }
}

.p-nav .gNav {
  border-bottom: 1px solid #fff;
  margin-bottom: calc(100vw / ( 750 / 35 ));
}

@media screen and (min-width: 768px) {
  .p-nav .gNav {
    margin-bottom: 35px;
  }
}

.p-nav .gNav .item {
  line-height: 1;
}

.p-nav .gNav .item:first-child {
  border-bottom: 1px solid #fff;
  margin-bottom: calc(100vw / ( 750 / 35 ));
  padding-bottom: calc(100vw / ( 750 / 28 ));
}

@media screen and (min-width: 768px) {
  .p-nav .gNav .item:first-child {
    margin-bottom: 20px;
    padding-bottom: 25px;
  }
}

.p-nav .gNav .item:last-child {
  margin-bottom: calc(100vw / ( 750 / 35 ));
}

@media screen and (min-width: 768px) {
  .p-nav .gNav .item:last-child {
    margin-bottom: 20px;
  }
}

.p-nav .gNav .item a {
  color: #fff;
  font-weight: bold;
  font-size: calc(100vw / ( 750 / 28 ));
  display: block;
  padding: 1em 0;
  letter-spacing: 0.2rem;
}

@media screen and (min-width: 768px) {
  .p-nav .gNav .item a {
    font-size: 2.0rem;
  }
}

.p-nav .gNav .item a.forHOME {
  margin: auto;
  width: calc(100vw / ( 750 / 133 ));
  padding: 0;
}

@media screen and (min-width: 768px) {
  .p-nav .gNav .item a.forHOME {
    width: 99px;
    height: 21px;
  }
}

.p-nav .burger {
  width: 100%;
  height: 100%;
  position: absolute;
  display: flex;
  align-items: center;
  top: 0;
  right: 0;
  z-index: 9999;
  cursor: pointer;
}

.p-nav .burger--wrap {
  display: none;
  position: fixed;
  width: 43px;
  height: 30px;
  display: block;
  top: 35px;
  left: 40px;
  z-index: 1000;
}

@media screen and (max-width: 767px) {
  .p-nav .burger--wrap {
    width: calc(100vw / ( 750 / 43 ));
    height: calc(100vw / ( 750 / 33 ));
    left: calc(100vw / ( 750 / 35 ));
    top: calc(100vw / ( 750 / 38 ));
  }
}

.p-nav .burger:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 3px;
  top: 0;
  right: 0;
  background: #000;
  transition: 0.6s;
  border-radius: 1000px;
}

.p-nav .burger:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 3px;
  bottom: 0;
  right: 0;
  background: #000;
  transition: 0.8s;
  border-radius: 1000px;
}

.p-nav .burger-active:before {
  transform: rotate(135deg);
  top: 0;
  bottom: 0;
  margin: auto;
  background-color: #fff;
}

.p-nav .burger-active:after {
  transform: rotate(-135deg);
  top: 0;
  bottom: 0;
  margin: auto;
  background-color: #fff;
  width: 100%;
}

.p-nav .burger-active > .line {
  transform: scale(0);
}

.p-nav .burger-active .line {
  background-color: #fff;
}

.p-nav .burger .line {
  width: 100%;
  height: 3px;
  background: #000;
  transition: 0.3s;
  border-radius: 1000px;
}

.p-nav .navigation {
  opacity: 0.0;
  top: 0;
  z-index: -1;
  width: 100vw;
  height: 0;
  position: fixed;
  right: 0;
  transition: 0.3s;
  -webkit-overflow-scrolling: touch;
  background-color: #999;
}

@media screen and (max-width: 767px) {
  .p-nav .navigation {
    overflow: auto;
  }
}

.p-nav .navigation--content {
  position: relative;
  display: inline-block;
  top: 50%;
  transform: translateY(-50%);
}

.p-nav .navigation.nav-active {
  opacity: 1.0;
  z-index: 300;
  height: 100vh;
}

/*========== p-mv.scss ==========*/
.p-mv .slider .slide01 {
  position: relative;
}

.p-mv .slider .slide01 .txt {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: calc(100vw / ( 750 / 462 ));
}

@media screen and (min-width: 768px) {
  .p-mv .slider .slide01 .txt {
    width: calc(100vw / ( 1200 / 538 ));
  }
}

/*========== p-messase.scss ==========*/
.p-message {
  background: url("../images/message_bg_sp.png") center bottom no-repeat;
  background-size: 100% auto;
  padding: calc(100vw / ( 750 / 55 )) 0 calc(100vw / ( 750 / 100 ));
}

@media screen and (min-width: 768px) {
  .p-message {
    background-image: url("../images/message_bg_pc.png");
    padding: calc(100vw / ( 1200 / 60 )) 0 calc(100vw / ( 1200 / 70 ));
  }
}

.p-message-lead {
  display: block;
  margin: 0 auto calc(100vw / ( 750 / 60 ));
  width: calc(100vw / ( 750 / 403 ));
}

@media screen and (min-width: 768px) {
  .p-message-lead {
    max-width: 847px;
    margin-bottom: 50px;
  }
}

.p-message-ttl {
  font-weight: bold;
  margin-bottom: 1.5em;
  font-size: calc(100vw / ( 750 / 24 ));
}

@media screen and (min-width: 768px) {
  .p-message-ttl {
    margin-bottom: 1em;
    font-size: 2.2rem;
  }
}

.p-message-txt01 {
  line-height: 2.5;
  font-size: calc(100vw / ( 750 / 20 ));
}

@media screen and (min-width: 768px) {
  .p-message-txt01 {
    font-size: 1.7rem;
    line-height: 3;
  }
}

/*========== p-scene.scss ==========*/
.p-scene {
  background-color: #d2e5f5;
  padding: calc(100vw / ( 750 / 65 )) 0 calc(100vw / ( 750 / 130 ));
}

@media screen and (min-width: 768px) {
  .p-scene {
    padding: calc(100vw / ( 1200 / 90 )) 0 calc(100vw / ( 1200 / 150 ));
  }
}

@media screen and (max-width: 767px) {
  .p-scene .c-inner {
    display: flex;
    flex-wrap: wrap;
  }
}

@media screen and (min-width: 768px) {
  .p-scene .c-inner {
    position: relative;
  }
}

.p-scene-ttl {
  margin-bottom: 40px;
}

@media screen and (max-width: 767px) {
  .p-scene-ttl {
    order: 1;
    width: calc(100vw / ( 750 / 573 ));
    margin: 0 auto calc(100vw / ( 750 / 60 ));
  }
}

@media screen and (min-width: 768px) {
  .p-scene-ttl {
    padding-left: 45.7%;
  }
}

@media screen and (min-width: 768px) {
  .p-scene-ttl img {
    max-width: 520px;
  }
}

@media screen and (max-width: 767px) {
  .p-scene-obj01 {
    order: 2;
    width: calc(100vw / ( 750 / 470 ));
    margin: 0 auto calc(100vw / ( 750 / 80 ));
  }
}

@media screen and (min-width: 768px) {
  .p-scene-obj01 {
    width: 40%;
    position: absolute;
  }
}

.p-scene-txt01 {
  text-align: left;
}

@media screen and (max-width: 767px) {
  .p-scene-txt01 {
    order: 3;
    padding-left: 1.5em;
  }
}

@media screen and (min-width: 768px) {
  .p-scene-txt01 {
    padding-left: 45.7%;
  }
}

.p-scene-txt01 p:not(:last-child) {
  margin-bottom: 1.5em;
}

/*========== p-example.scss ==========*/
.p-example {
  background-color: #ffefa0;
  padding: calc(100vw / ( 750 / 50 )) 0 calc(100vw / ( 750 / 65 ));
}

@media screen and (min-width: 768px) {
  .p-example {
    padding: calc(100vw / ( 1200 / 65 )) 0;
  }
}

@media screen and (min-width: 768px) {
  .p-example .c-inner {
    position: relative;
    padding-right: 30%;
  }
}

.p-example-ttl {
  text-align: left;
  font-weight: bold;
  line-height: 1.4;
  margin-bottom: 1.5em;
  font-size: calc(100vw / ( 750 / 23 ));
}

@media screen and (max-width: 767px) {
  .p-example-ttl {
    display: inline-block;
    padding-left: 1em;
  }
}

@media screen and (min-width: 768px) {
  .p-example-ttl {
    font-size: 2.1rem;
  }
}

@media screen and (max-width: 767px) {
  .p-example-ttlWrap {
    margin: 0 calc(-100vw / ( 750 / 75 ));
  }
}

.p-example-ph {
  width: calc(100vw / ( 750 / 325 ));
}

@media screen and (max-width: 767px) {
  .p-example-ph {
    margin: 0 auto calc(100vw / ( 750 / 75 ));
  }
}

@media screen and (min-width: 768px) {
  .p-example-ph {
    position: absolute;
    right: 0;
    top: 0;
    width: 33.85%;
  }
}

.p-example-txt01 {
  text-align: left;
}

@media screen and (max-width: 767px) {
  .p-example-txt01 {
    padding-left: 1.5em;
  }
}

.p-example-txt01 p:not(:last-child) {
  margin-bottom: 2em;
}

@media screen and (min-width: 768px) {
  .p-example-txt01 p {
    line-height: 2;
  }
}

.p-example-note {
  display: flex;
  font-size: calc(100vw / ( 750 / 13 ));
}

@media screen and (min-width: 768px) {
  .p-example-note {
    font-size: 1.3rem;
  }
}

.p-example-note .item {
  margin-right: 1em;
}

/*========== p-ingredient.scss ==========*/
.p-ingredient {
  background: url("../images/ingredient_bg_sp.png") center no-repeat;
  background-size: cover;
  padding: calc(100vw / ( 750 / 65 )) 0 calc(100vw / ( 750 / 90 ));
}

@media screen and (min-width: 768px) {
  .p-ingredient {
    background-image: url("../images/ingredient_bg_pc.png");
    padding: calc(100vw / ( 1200 / 70 )) 0 calc(100vw / ( 1200 / 90 ));
  }
}

.p-ingredient-ttl {
  margin: 0 auto calc(100vw / ( 750 / 40 ));
  width: calc(100vw / ( 750 / 540 ));
}

@media screen and (min-width: 768px) {
  .p-ingredient-ttl {
    max-width: 451px;
    margin-bottom: 40px;
  }
}

.p-ingredient-lead {
  font-weight: bold;
  line-height: 2.2;
  margin-bottom: 2.5em;
  font-size: calc(100vw / ( 750 / 21 ));
}

@media screen and (min-width: 768px) {
  .p-ingredient-lead {
    font-size: 1.7rem;
  }
}

@media screen and (min-width: 768px) {
  .p-ingredient-items {
    display: flex;
    justify-content: space-between;
  }
}

.p-ingredient-items .item {
  font-weight: bold;
}

@media screen and (min-width: 768px) {
  .p-ingredient-items .item {
    width: 15.625%;
  }
}

@media screen and (max-width: 767px) {
  .p-ingredient-items .item:not(:last-child) {
    margin-bottom: calc(100vw / ( 750 / 55 ));
  }
}

.p-ingredient-items .item .ph {
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .p-ingredient-items .item .ph {
    width: calc(100vw / ( 750 / 240 ));
  }
}

.p-ingredient-items .item .efficacy {
  line-height: 1;
  padding: 0.75em 0;
  font-size: calc(100vw / ( 750 / 27 ));
}

@media screen and (min-width: 768px) {
  .p-ingredient-items .item .efficacy {
    font-size: 1.7rem;
  }
}

.p-ingredient-items .item .oil {
  line-height: 1;
  color: #333;
  font-size: calc(100vw / ( 750 / 19 ));
}

@media screen and (min-width: 768px) {
  .p-ingredient-items .item .oil {
    font-size: 1.2rem;
    margin: 0 -1em;
  }
}

/*========== p-result.scss ==========*/
.p-result {
  background-color: #d2e5f5;
  padding: calc(100vw / ( 750 / 70 )) 0 calc(100vw / ( 750 / 85 ));
}

@media screen and (min-width: 768px) {
  .p-result {
    padding: calc(100vw / ( 1200 / 65 )) 0 calc(100vw / ( 1200 / 125 ));
  }
}

.p-result-ttl {
  display: inline-block;
  background-color: #fff;
  color: #00adea;
  font-weight: bold;
  padding: 0.25em 2em;
  letter-spacing: 0.1em;
  margin-bottom: 1.5em;
  font-size: calc(100vw / ( 750 / 22 ));
}

@media screen and (min-width: 768px) {
  .p-result-ttl {
    font-size: 2.0rem;
  }
}

.p-result-feature .ttl {
  margin: 0 auto calc(100vw / ( 750 / 35 ));
  width: calc(100vw / ( 750 / 375 ));
}

@media screen and (min-width: 768px) {
  .p-result-feature .ttl {
    width: 321px;
    margin-bottom: 25px;
  }
}

.p-result-feature .txt {
  font-weight: bold;
  line-height: 2.1;
  margin-bottom: 2.5em;
}

@media screen and (max-width: 767px) {
  .p-result-feature .txt {
    font-size: calc(100vw / ( 750 / 18 ));
  }
}

.p-result-sample {
  background-color: #ffefa0;
  padding: calc(100vw / ( 750 / 35 )) 0;
}

@media screen and (min-width: 768px) {
  .p-result-sample {
    padding: 35px 0;
  }
}

@media screen and (max-width: 767px) {
  .p-result-sampleWrap {
    padding: 0 calc(100vw / ( 750 / 45 ));
  }
}

@media screen and (min-width: 768px) {
  .p-result-sampleWrap {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    margin-bottom: 30px;
  }
}

.p-result-sample_ttl {
  font-weight: bold;
  display: inline-block;
  line-height: 1;
  margin-bottom: 0.5em;
}

.p-result-sample_ttl:after {
  content: "";
  display: block;
  height: 1px;
}

.p-result-sample_ttl.with:after {
  background-color: #8ed1ec;
}

.p-result-sample_ttl.without:after {
  background-color: #85558f;
}

.p-result-sample_cap {
  text-align: right;
  font-size: calc(100vw / ( 750 / 12 ));
}

@media screen and (min-width: 768px) {
  .p-result-sample_cap {
    font-size: 1.0rem;
  }
}

@media screen and (max-width: 767px) {
  .p-result-sampleL {
    margin-bottom: calc(100vw / ( 750 / 60 ));
  }
}

@media screen and (min-width: 768px) {
  .p-result-sampleL {
    margin-right: 10%;
  }
}

.p-result-sampleL .items {
  display: flex;
  justify-content: center;
}

@media screen and (max-width: 767px) {
  .p-result-sampleL .items {
    padding: 0 5.6%;
  }
}

.p-result-sampleL .items .item:first-child {
  margin-right: 12%;
}

@media screen and (min-width: 768px) {
  .p-result-sampleL .items .item:first-child {
    margin-right: 10%;
  }
}

@media screen and (max-width: 767px) {
  .p-result-sampleR {
    margin-bottom: calc(100vw / ( 750 / 60 ));
  }
}

@media screen and (max-width: 767px) {
  .p-result-sampleR .items {
    display: flex;
    justify-content: space-between;
  }
}

@media screen and (max-width: 767px) {
  .p-result-sampleR .items .item {
    width: 46%;
  }
}

@media screen and (min-width: 768px) {
  .p-result-sampleR .items .item:first-child {
    margin-bottom: 10px;
  }
}

.p-result-txt01 {
  font-weight: bold;
  margin-bottom: 2em;
}

@media screen and (max-width: 767px) {
  .p-result-txt01 {
    font-size: calc(100vw / ( 750 / 17 ));
  }
}

@media screen and (max-width: 767px) {
  .p-result-note {
    display: inline-block;
    text-align: left;
  }
}

@media screen and (min-width: 768px) {
  .p-result-note {
    display: flex;
    justify-content: center;
  }
}

.p-result-note .item {
  text-indent: -1em;
  margin-left: 1em;
  font-size: calc(100vw / ( 750 / 12 ));
}

@media screen and (min-width: 768px) {
  .p-result-note .item {
    font-size: 1.0rem;
    margin-right: 1em;
  }
}

/*========== p-lineup.scss ==========*/
.p-lineup {
  padding: calc(100vw / ( 750 / 90 )) 0 calc(100vw / ( 750 / 80 ));
}

@media screen and (min-width: 768px) {
  .p-lineup {
    padding: calc(100vw / ( 1200 / 90 )) 0 calc(100vw / ( 1200 / 120 ));
  }
}

.p-lineup-lead {
  font-weight: bold;
  margin-bottom: calc(100vw / ( 750 / 100 ));
  font-size: calc(100vw / ( 750 / 23 ));
}

@media screen and (min-width: 768px) {
  .p-lineup-lead {
    font-size: 1.7rem;
    margin-bottom: 100px;
  }
}

.p-lineup-items {
  margin-bottom: calc(100vw / ( 750 / 110 ));
}

@media screen and (min-width: 768px) {
  .p-lineup-items {
    display: flex;
    justify-content: center;
    margin-bottom: 85px;
  }
}

@media screen and (max-width: 767px) {
  .p-lineup-items .item:first-child {
    margin-bottom: calc(100vw / ( 750 / 160 ));
  }
}

@media screen and (min-width: 768px) {
  .p-lineup-items .item:first-child {
    margin-right: 18.75%;
  }
}

.p-lineup-items .item .name {
  margin: 0 auto calc(100vw / ( 750 / 50 ));
  width: calc(100vw / ( 750 / 377 ));
}

@media screen and (min-width: 768px) {
  .p-lineup-items .item .name {
    width: 259px;
    margin-bottom: 50px;
  }
}

.p-lineup-items .item .ph {
  display: block;
  margin: 0 auto;
  width: calc(100vw / ( 750 / 140 ));
}

@media screen and (min-width: 768px) {
  .p-lineup-items .item .ph {
    width: 129px;
  }
}

.p-lineup-items .item .info {
  line-height: 2;
  font-weight: bold;
  color: #000;
  padding: 1.5em 0;
  font-size: calc(100vw / ( 750 / 26 ));
}

@media screen and (min-width: 768px) {
  .p-lineup-items .item .info {
    font-size: 2.0rem;
  }
}

.p-lineup-items .item .btn {
  display: block;
  margin: auto;
  width: calc(100vw / ( 750 / 330 ));
}

@media screen and (min-width: 768px) {
  .p-lineup-items .item .btn {
    width: 252px;
  }
}

.p-lineup-txt01 {
  color: #000;
}

@media screen and (max-width: 767px) {
  .p-lineup-txt01 {
    font-size: calc(100vw / ( 750 / 20 ));
  }
}

/*========== p-howto.scss ==========*/
.p-howto {
  background-color: #dbe6c0;
  padding: calc(100vw / ( 750 / 60 )) 0 calc(100vw / ( 750 / 35 ));
}

@media screen and (min-width: 768px) {
  .p-howto {
    padding: calc(100vw / ( 1200 / 60 )) 0;
  }
}

.p-howto-flow {
  margin-bottom: calc(100vw / ( 750 / 60 ));
}

@media screen and (min-width: 768px) {
  .p-howto-flow {
    display: flex;
    justify-content: center;
    margin-bottom: calc(100vw / ( 1200 / 60 ));
  }
}

.p-howto-flow .item {
  width: 269px;
}

@media screen and (max-width: 767px) {
  .p-howto-flow .item {
    width: calc(100vw / ( 750 / 267 ));
    margin: auto;
  }
}

@media screen and (max-width: 767px) {
  .p-howto-flow .item:not(:last-child) {
    margin-bottom: calc(100vw / ( 750 / 70 ));
  }
}

@media screen and (min-width: 768px) {
  .p-howto-flow .item:not(:last-child) {
    margin-right: 16.5%;
  }
}

.p-howto-txt01 {
  font-weight: bold;
  font-size: calc(100vw / ( 750 / 24 ));
}

@media screen and (min-width: 768px) {
  .p-howto-txt01 {
    font-size: 1.8rem;
  }
}

/*========== p-news.scss ==========*/
.p-news {
  padding: calc(100vw / ( 750 / 40 )) 0 0;
}

@media screen and (max-width: 767px) {
  .p-news {
    min-height: calc(100vw / ( 750 / 540 ));
  }
}

@media screen and (min-width: 768px) {
  .p-news {
    padding: calc(100vw / ( 1200 / 60 )) 0;
  }
}

@media screen and (min-width: 768px) {
  .p-newsWrap {
    display: table;
    width: 100%;
  }
}

@media screen and (min-width: 768px) {
  .p-news .c-inner {
    max-width: 690px;
  }
}

.p-news-ttl {
  background-color: #f2c99f;
  font-weight: bold;
  color: #333;
  letter-spacing: 0.15rem;
}

@media screen and (max-width: 767px) {
  .p-news-ttl {
    display: inline-block;
    padding: 0.5em 2em;
    font-size: calc(100vw / ( 750 / 28 ));
    margin-bottom: calc(100vw / ( 750 / 38 ));
  }
}

@media screen and (min-width: 768px) {
  .p-news-ttl {
    display: table-cell;
    font-size: 1.7rem;
    width: 36%;
    padding: 90px 0;
    vertical-align: middle;
  }
}

@media screen and (min-width: 768px) {
  .p-news-items {
    display: table-cell;
    border-top: 1px solid #b2b2b2;
    border-bottom: 1px solid #b2b2b2;
    vertical-align: top;
    padding: 1em 1em 1em 2em;
    position: relative;
  }
}

@media screen and (min-width: 768px) {
  .p-news-items:before {
    content: "";
    display: block;
    width: 1.5em;
    height: calc(100% + 2px);
    background-color: #fff;
    position: absolute;
    left: 0;
    top: -1px;
  }
}

.p-news-items .item {
  text-align: left;
}

.p-news-items .item:not(:last-child) {
  margin-bottom: 0.5em;
}

.p-news-items .item .detail {
  display: flex;
}

.p-news-items .item .detail .date {
  color: #000;
  font-weight: bold;
  font-size: calc(100vw / ( 750 / 30 ));
  width: 8em;
}

@media screen and (min-width: 768px) {
  .p-news-items .item .detail .date {
    font-size: 1.7rem;
    width: 7.5em;
  }
}

.p-news-items .item .detail .day {
  width: 3em;
  display: inline-block;
  text-align: right;
  margin-right: 1em;
}

@media screen and (min-width: 768px) {
  .p-news-items .item .detail .day {
    margin-right: 0.5em;
  }
}

.p-news-items .item .detail .new {
  color: #fff;
  background-color: #999;
  border-radius: 1000px;
  font-weight: bold;
  font-size: calc(100vw / ( 750 / 25 ));
  padding: 0.1em 0.7em;
}

@media screen and (min-width: 768px) {
  .p-news-items .item .detail .new {
    font-size: 1.4rem;
  }
}

.p-news-items .item .detail .txt {
  font-size: calc(100vw / ( 750 / 27 ));
  width: calc(100% - 8.5em);
}

@media screen and (min-width: 768px) {
  .p-news-items .item .detail .txt {
    font-size: 1.5rem;
    width: calc(100% - 8em);
  }
}

.p-news-items .item .detail .txt a {
  text-decoration: underline;
  color: #000;
}

/*========== p-shop.scss ==========*/
.p-shop-ttl {
  color: #fff;
  background-color: #808080;
  line-height: 1;
  padding: 0.5em 0;
  font-size: calc(100vw / ( 750 / 28 ));
  margin-bottom: calc(100vw / ( 750 / 45 ));
}

@media screen and (min-width: 768px) {
  .p-shop-ttl {
    font-size: 2.4rem;
    margin-bottom: calc(100vw / ( 1200 / 75 ));
  }
}

@media screen and (min-width: 768px) {
  .p-shop .c-inner {
    max-width: 800px;
  }
}

@media screen and (min-width: 768px) {
  .p-shop-bn {
    display: flex;
    flex-wrap: wrap;
    max-width: 585px;
    align-items: flex-end;
    margin: 0 auto calc(100vw / ( 1200 / 70 ));
  }
}

.p-shop-bn .item {
  width: calc(100vw / ( 750 / 267 ));
  margin: 0 auto calc(100vw / ( 750 / 55 ));
}

@media screen and (min-width: 768px) {
  .p-shop-bn .item {
    margin: 0;
    width: 186px;
    font-size: 1.5rem;
    margin: 0 2.25% 2.25% 0;
  }
  .p-shop-bn .item:nth-child(3n) {
    margin-right: 0;
  }
}

.p-shop-bn .item a.close {
  pointer-events: none;
  display: block;
  position: relative;
}

.p-shop-bn .item a.close:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(102, 102, 102, 0.6);
}

.p-shop-lead {
  color: #333;
  font-weight: bold;
  font-size: auto calc(100vw / ( 750 / 23 ));
}

@media screen and (min-width: 768px) {
  .p-shop-lead {
    font-size: 1.9rem;
  }
}

/*========== p-footer.scss ==========*/
.p-footer-pagetop {
  position: fixed;
  bottom: calc(100vw / ( 750 / 50 ));
  right: calc(100vw / ( 750 / 50 ));
  width: calc(100vw / ( 750 / 46 ));
}

@media screen and (min-width: 768px) {
  .p-footer-pagetop {
    width: 46px;
    right: 40px;
    bottom: 40px;
  }
}

.p-footer-sns {
  justify-content: center;
  margin-bottom: calc(100vw / ( 750 / 40 ));
}

@media screen and (min-width: 768px) {
  .p-footer-sns {
    margin-bottom: calc(100vw / ( 1200 / 65 ));
  }
}

.p-footer-sns .item {
  margin: 0 calc(100vw / ( 750 / 15 ));
}

@media screen and (min-width: 768px) {
  .p-footer-sns .item {
    margin: 0 10px;
  }
}

.p-footer-nav {
  display: flex;
  justify-content: center;
  margin-bottom: calc(100vw / ( 750 / 35 ));
}

@media screen and (min-width: 768px) {
  .p-footer-nav {
    margin-bottom: calc(100vw / ( 1200 / 70 ));
  }
}

.p-footer-nav .item {
  line-height: 1;
  font-weight: bold;
  font-size: calc(100vw / ( 750 / 16 ));
}

@media screen and (min-width: 768px) {
  .p-footer-nav .item {
    font-size: 1.2rem;
  }
}

.p-footer-nav .item:not(:last-child) {
  border-right: 1px solid #000;
}

.p-footer-nav .item a {
  padding: 0 1em;
  color: #000;
}

.p-footer-copy {
  color: #000;
  font-size: 1.2rem;
}

@media screen and (max-width: 767px) {
  .p-footer-copy {
    font-size: calc(100vw / ( 750 / 15 ));
  }
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Slider */
.slick-loading .slick-list {
  background: #fff url("./../images/ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
  font-family: "slick";
  src: url("./fonts/slick.eot");
  src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}

/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}

.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}

.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}

.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}

[dir="rtl"] .slick-prev {
  left: auto;
  right: -25px;
}

.slick-prev:before {
  content: "←";
}

[dir="rtl"] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}

[dir="rtl"] .slick-next {
  left: -25px;
  right: auto;
}

.slick-next:before {
  content: "→";
}

[dir="rtl"] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}

.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

/*========== u-utility.scss ==========*/
.u-sup {
  vertical-align: super;
  font-size: calc(100vw / ( 750 / 13 ));
}

@media screen and (min-width: 768px) {
  .u-sup {
    font-size: 1.0rem;
  }
}
/*# sourceMappingURL=styles.css.map */