@charset "UTF-8";
/*!
 * ress.css • v4.0.0
 * MIT License
 * github.com/filipelinhares/ress
 */
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-text-size-adjust: 100%;
  word-break: normal;
  -moz-tab-size: 4;
  -o-tab-size: 4;
     tab-size: 4;
  font-size: 62.5%;
  -ms-overflow-style: none; /* IE, Edge 対応 */
  scrollbar-width: none; /* Firefox 対応 */
}

html::-webkit-scrollbar {
  width: 7px;
}

html::-webkit-scrollbar-track { /* Chrome, Safari 対応 */
  background-color: rgba(67, 117, 186, 0);
}

html::-webkit-scrollbar-thumb {
  border-radius: 0.5rem;
  background: -webkit-gradient(linear, left bottom, left top, from(rgb(200, 144, 208)), to(rgb(67, 117, 186)));
  background: linear-gradient(0deg, rgb(200, 144, 208) 0%, rgb(67, 117, 186) 100%);
}

*,
::before,
::after {
  background-repeat: no-repeat;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

::before,
::after {
  text-decoration: inherit;
  vertical-align: inherit;
}

* {
  padding: 0;
  margin: 0;
}

hr {
  overflow: visible;
  height: 0;
  color: inherit;
}

details,
main {
  display: block;
}

summary {
  display: list-item;
}

small {
  font-size: 80%;
}

[hidden] {
  display: none;
}

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

a {
  background-color: transparent;
  text-decoration: none;
  color: #222222;
}

a:active,
a:hover {
  outline-width: 0;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
}

pre {
  font-size: 1em;
}

b,
strong {
  font-weight: bolder;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

table {
  border-color: inherit;
  text-indent: 0;
}

input {
  border-radius: 0;
}

[disabled] {
  cursor: default;
}

[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;
}

textarea {
  overflow: auto;
  resize: vertical;
}

button,
input,
optgroup,
select,
textarea {
  font: inherit;
}

optgroup {
  font-weight: bold;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
[type=button],
[type=reset],
[type=submit],
[role=button] {
  cursor: pointer;
  color: inherit;
}

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-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  outline: 1px dotted ButtonText;
}

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

button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none;
}

a:focus,
button:focus,
input:focus,
select:focus,
textarea:focus {
  outline-width: 0;
}

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

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

select::-ms-value {
  color: currentColor;
}

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

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

img {
  border-style: none;
  max-width: 100%;
  vertical-align: top;
}

body {
  font-family: 游ゴシック体, Yu Gothic, YuGothic, dnp-shuei-gothic-gin-std, sans-serif;
  font-style: normal;
  font-weight: 500;
  color: #fff;
  overflow-x: hidden;
  position: relative;
}

ol,
ul {
  list-style-type: none;
}

html {
  background: #092b96;
}

#l-container {
  height: auto !important;
}

.u-txt {
  font-size: 3.7333333333vw;
  line-height: 9.3333333333vw;
}
@media only screen and (min-width: 768px) {
  .u-txt {
    font-size: 1.0416666667vw;
    line-height: 2.1875vw;
  }
}

.u-txtCenter {
  text-align: center;
}

.u-txtBold {
  font-weight: bold;
}

.u-txtBorder {
  text-decoration: underline;
}

.u-fontEn01 {
  font-family: "Tenor Sans", sans-serif;
  font-style: normal;
  font-weight: 500;
}

.u-fontSippori {
  font-family: "Shippori Mincho", serif;
  font-weight: normal;
}

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

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

.u-fadeIn {
  opacity: 0;
  -webkit-transform: translateY(1rem);
          transform: translateY(1rem);
  -webkit-transition: all 2s;
  transition: all 2s;
}

.u-mb10 {
  margin-bottom: 2.6666666667vw;
}
@media only screen and (min-width: 768px) {
  .u-mb10 {
    margin-bottom: 15px;
  }
}

.u-btn {
  padding-bottom: 2px;
}
.u-btn a {
  width: 100%;
  position: relative;
  display: inline-block;
  padding: 1.0666666667vw;
}
@media only screen and (min-width: 768px) {
  .u-btn a {
    padding: 0.3125vw;
    max-width: 26.171875vw;
    min-width: 335px;
  }
}
.u-btn a:before {
  content: "";
  position: absolute;
  background-color: #fff;
  left: 1.8666666667vw;
  right: 1.8666666667vw;
  top: 0;
  height: 1px;
}
@media only screen and (min-width: 768px) {
  .u-btn a:before {
    left: 0.546875vw;
    right: 0.546875vw;
  }
}
.u-btn a:after {
  content: "";
  position: absolute;
  background-color: #fff;
  left: 1.8666666667vw;
  right: 1.8666666667vw;
  bottom: 0;
  height: 1px;
}
@media only screen and (min-width: 768px) {
  .u-btn a:after {
    left: 0.546875vw;
    right: 0.546875vw;
  }
}
.u-btn a .btn-text {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  padding: 3.4666666667vw 13.8666666667vw 3.4666666667vw 8.5333333333vw;
  font-size: 3.2vw;
  letter-spacing: 0.1em;
  font-weight: normal;
  text-align: center;
  letter-spacing: 0.1em;
  color: #fff;
  background-color: rgba(9, 43, 150, 0.41);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#092b96), to(rgba(215, 163, 230, 0.13)));
  background-image: linear-gradient(#092b96 0%, rgba(215, 163, 230, 0.13) 100%);
}
@media only screen and (min-width: 768px) {
  .u-btn a .btn-text {
    padding: 1.171875vw 4.0625vw 1.171875vw 2.5vw;
    font-size: 1.09375vw;
    max-width: 25.546875vw;
    min-width: 327px;
  }
}
.u-btn a .btn-text i {
  font-style: inherit;
  font-size: 20px;
}
.u-btn a .btn-text:before {
  content: "";
  display: block;
  position: absolute;
  inset: 0;
  background: rgb(46, 46, 46);
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(46, 46, 46, 0.82)), to(rgb(113, 113, 113)));
  background: linear-gradient(180deg, rgba(46, 46, 46, 0.82) 0%, rgb(113, 113, 113) 100%);
  mix-blend-mode: overlay;
  -webkit-transition: 0.4s ease-out;
  transition: 0.4s ease-out;
}
.u-btn a .btn-arrow {
  border-color: #fff;
}
@media only screen and (min-width: 768px) {
  .u-btn a:hover .btn-arrow {
    width: 15px;
  }
}

.u-starLine {
  padding: 0 3.7333333333vw;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .u-starLine {
    padding: 0 1.25vw;
  }
}
.u-starLine span {
  position: relative;
  display: block;
  border-bottom: 1px solid #fff;
}
.u-starLine span:before {
  content: "";
  display: inline-block;
  width: 2.4vw;
  height: 2.4vw;
  background: url(../images/ico_starLine.svg) no-repeat;
  background-size: cover;
  position: absolute;
  left: -3.7333333333vw;
  bottom: -1.2vw;
}
@media only screen and (min-width: 768px) {
  .u-starLine span:before {
    width: 1.09375vw;
    height: 1.09375vw;
    left: -1.40625vw;
    bottom: -0.546875vw;
  }
}
.u-starLine span:after {
  content: "";
  display: inline-block;
  width: 2.4vw;
  height: 2.4vw;
  background: url(../images/ico_starLine.svg) no-repeat;
  background-size: cover;
  position: absolute;
  right: -3.7333333333vw;
  bottom: -1.2vw;
}
@media only screen and (min-width: 768px) {
  .u-starLine span:after {
    width: 1.09375vw;
    height: 1.09375vw;
    right: -1.40625vw;
    bottom: -0.546875vw;
  }
}

.c-contentInner {
  padding: 0 8vw;
}
@media only screen and (min-width: 768px) {
  .c-contentInner {
    margin: 0 auto;
    padding: 0 2.34375vw;
    max-width: 83.28125vw;
  }
}

.u-forSp {
  display: block;
}
@media only screen and (min-width: 768px) {
  .u-forSp {
    display: none;
  }
}

.u-forPc {
  display: none;
}
@media only screen and (min-width: 768px) {
  .u-forPc {
    display: block;
  }
}

@font-face {
  font-family: "Kannada";
  src: url(../font/kannada-mn.ttf);
}
.fontEn {
  font-family: "Tenor Sans", sans-serif;
  font-weight: normal;
}

.fontKannada {
  font-family: Kannada;
  font-weight: normal;
}

.fontJp {
  font-family: "Shippori Mincho", serif;
  font-weight: normal;
}

.beer-slider {
  display: inline-block;
  position: relative;
  overflow: hidden;
}

.beer-slider *, .beer-slider:before, .beer-slider:after,
.beer-slider *:before,
.beer-slider *:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.beer-slider img, .beer-slider svg {
  vertical-align: bottom;
}

.beer-slider > * {
  height: 100%;
}

.beer-slider > img {
  max-width: 100%;
  height: auto;
}

.beer-reveal {
  position: absolute;
  left: 0;
  top: 0;
  right: 50%;
  overflow: hidden;
  z-index: 1;
  opacity: 0;
  -webkit-transition: opacity 0.35s;
  transition: opacity 0.35s;
}

.beer-reveal > :first-child {
  width: 200%;
  max-width: none;
  height: 100%;
}

.beer-reveal > img:first-child {
  height: auto;
}

.beer-range {
  position: absolute;
  z-index: 2;
  top: 0;
  bottom: 0;
  height: 100%;
  margin: 0;
  left: -1px;
  width: calc(100% + 2px);
  cursor: pointer;
  -webkit-appearance: slider-horizontal !important;
  -moz-appearance: none;
  opacity: 0;
  -ms-touch-action: auto;
  touch-action: auto;
}

.beer-range::-webkit-slider-thumb {
  -webkit-appearance: none;
  height: 300vh;
}

.beer-range::-moz-range-thumb {
  -webkit-appearance: none;
  height: 300vh;
}

.beer-range::-ms-tooltip {
  display: none;
}

.beer-handle {
  position: absolute;
  z-index: 2;
  pointer-events: none;
  opacity: 0;
  top: 50%;
  left: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
          transform: translate3d(-50%, -50%, 0);
  color: #000;
  background: rgba(255, 255, 255, 0.5);
  width: 48px;
  height: 48px;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0);
          box-shadow: 0 0 6px rgba(0, 0, 0, 0);
  -webkit-transition: background 0.3s, opacity 0.5s 0.25s, -webkit-box-shadow 0.3s;
  transition: background 0.3s, opacity 0.5s 0.25s, -webkit-box-shadow 0.3s;
  transition: background 0.3s, box-shadow 0.3s, opacity 0.5s 0.25s;
  transition: background 0.3s, box-shadow 0.3s, opacity 0.5s 0.25s, -webkit-box-shadow 0.3s;
}

.beer-handle:before, .beer-handle:after {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  top: 50%;
  border-top: solid 2px;
  border-left: solid 2px;
  -webkit-transform-origin: 0 0;
          transform-origin: 0 0;
}

.beer-handle:before {
  left: 10px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.beer-handle:after {
  right: 0;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}

.beer-slider[data-beer-label]:after,
.beer-reveal[data-beer-label]:after {
  content: attr(data-beer-label);
  position: absolute;
  top: 1.5rem;
  line-height: 1;
  padding: 0.5rem;
  border-radius: 0.125rem;
  background: rgba(255, 255, 255, 0.75);
}

.beer-slider[data-beer-label]:after {
  right: 1.5rem;
}

.beer-reveal[data-beer-label]:after {
  left: 1.5rem;
}

.beer-slider[data-beer-label=""]:after,
.beer-reveal[data-beer-label=""]:after {
  content: none;
}

.beer-ready .beer-reveal, .beer-ready .beer-handle {
  opacity: 1;
}

/* ##############################################################################

    HEADER

############################################################################## */
/* header
**************************************** */
.header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  padding-left: 135px;
  padding-right: 135px;
  padding-top: 60px;
  line-height: 1;
  z-index: 9990;
  -webkit-transition: all 1s ease-out;
  transition: all 1s ease-out;
}

.popup-active .header {
  opacity: 0;
  pointer-events: none;
}

.header::before {
  content: "";
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 92px;
  z-index: 1;
  background: rgb(36, 57, 128);
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(36, 57, 128)), color-stop(49%, rgb(17, 76, 173)), to(rgba(50, 99, 180, 0)));
  background: linear-gradient(180deg, rgb(36, 57, 128) 0%, rgb(17, 76, 173) 49%, rgba(50, 99, 180, 0) 100%);
  pointer-events: none;
  -webkit-transition: all 1s ease-out;
  transition: all 1s ease-out;
  opacity: 0;
}

.header--logo {
  position: relative;
}

.header--logo-sm {
  position: fixed;
  z-index: 5;
  top: 20px;
  opacity: 0;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}

.header--logo-sm img {
  width: 78px;
}

.header--nav {
  position: relative;
  z-index: 1;
  left: 0;
  right: 0;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.page-special.page-hairmask .header--nav {
  opacity: 0;
  pointer-events: none;
}

.header.is-active::before {
  opacity: 1;
}

.header--logo-sm.is-show {
  opacity: 1;
}

@media print, screen and (min-width: 768px) {
  .gnav ul,
.gnav li,
.gnav a {
    height: 100%;
  }
}
@media screen and (max-width: 1180px) {
  .header {
    padding-left: 50px;
    padding-right: 50px;
    padding-top: 40px;
  }
}
@media screen and (max-width: 767px) {
  .header {
    left: 0;
    right: 0;
    padding-left: 30px;
    padding-top: 26px;
  }
  .header::before {
    display: none;
  }
  .header--nav {
    padding-top: 23px;
    padding-right: 30px;
  }
  .header--logo {
    z-index: 0;
  }
  .header--logo img {
    width: 70px;
  }
}
/* particles
**************************************** */
.particles {
  position: absolute;
  z-index: 1;
  width: 42%;
  max-height: 500px;
  height: 50%;
  pointer-events: none;
}

@media screen and (max-width: 767px) {
  .particles {
    width: 100%;
    max-height: 400px;
    height: 30%;
  }
}
/* gnav
**************************************** */
.gnav {
  height: 50px;
  padding-top: 20px;
  -webkit-transition: all 1s ease-out;
  transition: all 1s ease-out;
}

.header.is-active .gnav {
  position: fixed;
  top: 0;
  margin-left: auto;
  right: 135px;
}

.gnav--list {
  margin-top: -4px;
  margin-right: -18px;
}

.gnav--link {
  display: block;
  padding: 0 16px;
  font-size: 19px;
  line-height: 1;
  text-align: center;
  color: #fff;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  outline: none;
  font-weight: 100;
  letter-spacing: 1px;
}

.gnav--link span {
  position: relative;
  display: inline-block;
  padding: 8px 0;
}

.gnav--link span::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 1px;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transition: -webkit-transform 0.4s ease-out;
  transition: -webkit-transform 0.4s ease-out;
  transition: transform 0.4s ease-out;
  transition: transform 0.4s ease-out, -webkit-transform 0.4s ease-out;
  background-color: #fff;
}

.gnav--link:hover span::before,
.current .gnav--link span::before {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}

.gnav--sns {
  display: none;
}

@media screen and (max-width: 1180px) {
  .header.is-active .gnav {
    right: 50px;
  }
}
@media screen and (max-width: 767px) {
  .gnav {
    position: fixed;
    inset: 0 !important;
    height: 100vh;
    opacity: 0;
    padding: 64px 10%;
    overflow: auto;
    pointer-events: none;
    -webkit-transition: 0.4s ease-out;
    transition: 0.4s ease-out;
    background: #10299a url(https://yolu.live/wp/wp-content/themes/original_theme/images/common/gnav-bg.jpg) center top;
    background-size: 100%;
    opacity: 0;
    -webkit-filter: blur(5px);
            filter: blur(5px);
    -webkit-transition: opacity 0.5s ease-out, -webkit-filter 0.7s linear;
    transition: opacity 0.5s ease-out, -webkit-filter 0.7s linear;
    transition: opacity 0.5s ease-out, filter 0.7s linear;
    transition: opacity 0.5s ease-out, filter 0.7s linear, -webkit-filter 0.7s linear;
    -webkit-overflow-scrolling: touch;
  }
  .gnav a .btn-text {
    font-size: 14px;
  }
  .gnav--link {
    display: inline-block !important;
    padding: 0;
    font-size: 26px;
    text-align: left;
  }
  .gnav--list {
    margin-bottom: 30px;
  }
  .gnav--link span {
    display: block;
    padding: 17px 0;
  }
  .gnav--link span::before {
    top: calc(50% - 3.5px);
    left: -16px;
    width: 7px;
    height: 7px;
    background: url(../images/common/star.svg);
    background-size: cover;
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  .gnav--topics {
    margin-top: 16px;
  }
  .gnav--topics .gnav--link,
.gnav--news .gnav--link,
.gnav--faq .gnav--link {
    font-size: 21px;
  }
  .gnav--topics .gnav--link span,
.gnav--news .gnav--link span,
.gnav--faq .gnav--link span {
    padding: 12px 0;
  }
  .current .gnav--link span::before {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  .header.active .gnav {
    width: 100%;
    top: 0;
    left: 0;
    pointer-events: all;
    opacity: 1;
    -webkit-filter: blur(0);
            filter: blur(0);
  }
  /* ---gnav_btn --- */
  .gnav_btn {
    position: fixed;
    top: 0;
    right: 0;
    width: 56px;
    height: 56px;
    z-index: 9999;
  }
  .gnav_btn--txt {
    position: absolute;
    top: 30px;
    left: -0.3em;
  }
  .gnav_btn--txt::before {
    content: "MENU";
    font-size: 83%;
    letter-spacing: 0;
    -webkit-transition: 0.4s ease-out;
    transition: 0.4s ease-out;
  }
  .header.active .gnav_btn--txt::before {
    content: "CLOSE";
  }
  .gnav_btn--lines {
    position: relative;
    width: 44px;
    height: 19px;
  }
  .gnav_btn--lines span {
    position: absolute;
    left: 0;
    width: 24px;
    height: 1px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    background-color: #fff;
    -webkit-transform: skewY(-25deg);
            transform: skewY(-25deg);
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
  }
  .gnav_btn--lines span:nth-of-type(1) {
    top: 0;
  }
  .gnav_btn--lines span:nth-of-type(2) {
    top: 50%;
  }
  .gnav_btn--lines span:nth-of-type(3) {
    bottom: 0;
  }
  .header.active .gnav_btn--lines span:nth-of-type(1) {
    -webkit-transform: translateY(9px) rotate(-45deg);
    transform: translateY(9px) rotate(-45deg);
  }
  .header.active .gnav_btn--lines span:nth-of-type(2) {
    opacity: 0;
  }
  .header.active .gnav_btn--lines span:nth-of-type(3) {
    -webkit-transform: translateY(-9px) rotate(45deg);
    transform: translateY(-9px) rotate(45deg);
  }
  .gnav--sns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 24px;
  }
  .gnav--sns a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 16px;
    color: #fff;
    letter-spacing: 1px;
  }
  .gnav--sns img {
    margin-right: 8px;
  }
  .gnav--sns li {
    width: calc(50% - 20px);
    margin-bottom: 20px;
    margin-right: 40px;
  }
  .gnav--sns li:nth-child(2n) {
    margin-right: 0;
  }
  .gnav--btn .btn {
    margin-bottom: 20px;
  }
}
/* header-sm
**************************************** */
.header-sm {
  height: 72px;
}

@media print, screen and (min-width: 768px) {
  .header-sm .gnav--tel {
    font-size: 120%;
  }
}
@media screen and (max-width: 767px) {
  .header-sm {
    height: 56px;
  }
}
.footer {
  position: relative;
  z-index: 2;
}

.footer--logo {
  margin-bottom: 24px;
  text-align: center;
}

.footer--logo img {
  width: 95px;
}

.footer .sns_area {
  margin-bottom: 54px;
}

@media only screen and (min-width: 768px) {
  .footer .sns_area {
    margin-bottom: 34px;
  }
}
.footer .sns--list {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
}

.footer .sns--list li:not(:last-child) {
  margin-right: 24px;
}

.footer .fnav {
  margin-left: 0;
  margin-bottom: 20px;
  font-size: 100%;
  letter-spacing: 0.06em;
  line-height: 1;
}

.footer .fnav__list {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.footer .fnav__list li:not(:last-child) {
  margin-right: 0;
}

@media only screen and (min-width: 768px) {
  .footer .fnav__list li:not(:last-child) {
    margin-right: 70px;
  }
}
.footer .footer--copyright {
  padding-bottom: 40px;
  text-align: center;
  letter-spacing: 0.06em;
}

.footer .footer--copyright small {
  font-size: 3.2vw;
}

@media only screen and (min-width: 768px) {
  .footer .footer--copyright small {
    font-size: 0.9375vw;
  }
}
/* layout
**************************************** */
/* --- float --- */
.flt-rgt {
  float: right;
}

.flt-lft {
  float: left;
}

/* --- position --- */
.pos_rel {
  position: relative;
}

.pos_ab {
  position: absolute;
}

/* --- margin --- */
.mgn-btm8 {
  margin-bottom: 8px;
}

.mgn-btm16 {
  margin-bottom: 16px;
}

.mgn-btm24 {
  margin-bottom: 24px;
}

.mgn-btm32 {
  margin-bottom: 32px;
}

.mgn-btm40 {
  margin-bottom: 40px;
}

.mgn-btm48 {
  margin-bottom: 48px;
}

.mgn-btm56 {
  margin-bottom: 56px;
}

.mgn-btm64 {
  margin-bottom: 64px;
}

.mgn-btm72 {
  margin-bottom: 72px;
}

.mgn-btm80 {
  margin-bottom: 80px;
}

.mgn-btm88 {
  margin-bottom: 88px;
}

.mgn-btm96 {
  margin-bottom: 96px;
}

/* --- font-size --- */
.fz-12 {
  font-size: 0.75rem; /* 12px */
}

.fz-13 {
  font-size: 0.813rem; /* 13px */
}

.fz-14 {
  font-size: 0.875rem; /* 14px */
}

.fz-15 {
  font-size: 0.938rem; /* 15px */
}

.fz-16 {
  font-size: 1rem; /* 16px */
}

.fz-17 {
  font-size: 1.063rem; /* 17px */
}

.fz-18 {
  font-size: 1.125rem; /* 18px */
}

.fz-20 {
  font-size: 1.25rem; /* 20px */
}

.fz-24 {
  font-size: 1.5rem; /* 24px */
}

.fz-26 {
  font-size: 1.625rem; /* 26px */
}

.fz-28 {
  font-size: 1.75rem; /* 28px */
}

.fz-30 {
  font-size: 1.875rem; /* 30px */
}

.fz-32 {
  font-size: 2rem; /* 32px */
}

.fz-36 {
  font-size: 2.25rem; /* 36px */
}

.fz-40 {
  font-size: 2.5rem; /* 40px */
}

.fz-44 {
  font-size: 2.75rem; /* 44px */
}

.fz-48 {
  font-size: 3rem; /* 48px */
}

.fz-56 {
  font-size: 3.5rem; /* 56px */
}

.fz-64 {
  font-size: 4rem; /* 64px */
}

/* --- pc or sp --- */
.pc-none,
.pc-none-inline,
.pc-none-table,
.pc-none-flex {
  display: none;
}

.sp-none {
  display: block;
}

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

.sp-none-table {
  display: table;
}

.sp-none-flex {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
}

@media screen and (max-width: 767px) {
  /* --- margin --- */
  .mgn-btm16 {
    margin-bottom: 8px;
  }
  .mgn-btm24 {
    margin-bottom: 16px;
  }
  .mgn-btm32 {
    margin-bottom: 16px;
  }
  .mgn-btm40 {
    margin-bottom: 24px;
  }
  .mgn-btm48 {
    margin-bottom: 24px;
  }
  .mgn-btm56 {
    margin-bottom: 32px;
  }
  .mgn-btm64 {
    margin-bottom: 32px;
  }
  .mgn-btm72 {
    margin-bottom: 40px;
  }
  .mgn-btm80 {
    margin-bottom: 40px;
  }
  .mgn-btm88 {
    margin-bottom: 48px;
  }
  .mgn-btm96 {
    margin-bottom: 48px;
  }
  /* --- font-size --- */
  .fz-12 {
    font-size: 0.786rem; /* 11px */
  }
  .fz-13 {
    font-size: 0.857rem; /* 12px */
  }
  .fz-14 {
    font-size: 0.929rem; /* 13px */
  }
  .fz-15 {
    font-size: 1rem; /* 14px */
  }
  .fz-16 {
    font-size: 1.071rem; /* 15px */
  }
  .fz-17 {
    font-size: 1.143rem; /* 16px */
  }
  .fz-18 {
    font-size: 1.214rem; /* 17px */
  }
  .fz-20 {
    font-size: 1.286rem; /* 18px */
  }
  .fz-24 {
    font-size: 1.429rem; /* 20px */
  }
  .fz-26 {
    font-size: 1.429rem; /* 20px */
  }
  .fz-28 {
    font-size: 1.714rem; /* 24px */
  }
  .fz-30 {
    font-size: 1.714rem; /* 24px */
  }
  .fz-32 {
    font-size: 1.857rem; /* 26px */
  }
  .fz-36 {
    font-size: 1.857rem; /* 26px */
  }
  .fz-40 {
    font-size: 2rem; /* 28px */
  }
  .fz-44 {
    font-size: 2rem; /* 28px */
  }
  .fz-48 {
    font-size: 2.143rem; /* 30px */
  }
  .fz-56 {
    font-size: 2.286rem; /* 32px */
  }
  .fz-64 {
    font-size: 2.571rem; /* 36px */
  }
  /* --- pc or sp --- */
  .sp-none,
.sp-none-inline,
.sp-none-table,
.sp-none-flex {
    display: none;
  }
  .pc-none {
    display: block;
  }
  .pc-none-inline {
    display: inline;
  }
  .pc-none-table {
    display: table;
  }
  .pc-none-flex {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
  }
}
/* flex
**************************************** */
/* --- ブロック要素 --- */
.flex {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
}

/* --- インライン要素 --- */
.flex-inline {
  display: -ms-inline-flexbox;
  display: -webkit-inline-box;
  display: inline-flex;
}

/* --- 逆向き --- */
.flex-reverse {
  -ms-flex-direction: row-reverse;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
          flex-direction: row-reverse;
}

/* --- 縦並び --- */
.flex-column {
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
}

/* --- 水平方向揃え --- */
.flex-j-start {
  -ms-flex-pack: start;
  -webkit-box-pack: start;
          justify-content: flex-start;
}

.flex-j-end {
  -ms-flex-pack: end;
  -webkit-box-pack: end;
          justify-content: flex-end;
}

.flex-j-ctr {
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
}

.flex-j-between {
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
          justify-content: space-between;
}

.flex-j-around {
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

/* --- 垂直方向揃え --- */
.flex-a-start {
  -ms-flex-align: start;
  -webkit-box-align: start;
          align-items: flex-start;
}

.flex-a-end {
  -ms-flex-align: end;
  -webkit-box-align: end;
          align-items: flex-end;
}

.flex-a-ctr {
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
}

.flex-a-baseline {
  -ms-flex-align: baseline;
  -webkit-box-align: baseline;
          align-items: baseline;
}

.flex-a-stretch {
  -ms-flex-align: stretch;
  -webkit-box-align: stretch;
          align-items: stretch;
}

/* --- 子要素の折り返し設定 --- */
.flex-c-nowrap {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.flex-c-wrap {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

/* --- 子要素の複数行設定 --- */
.flex-c-reverse {
  -ms-flex-wrap: wrap-reverse;
  flex-wrap: wrap-reverse;
}

.flex-c-start {
  -ms-flex-line-pack: start;
  align-content: flex-start;
}

.flex-c-start {
  -webkit-align-items: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
}

.flex-c-end {
  -ms-flex-line-pack: end;
  align-content: flex-end;
}

.flex-c-ctr {
  -ms-flex-line-pack: center;
  align-content: center;
}

.flex-c-baseline {
  -ms-flex-line-pack: baseline;
  align-content: baseline;
}

.flex-c-stretch {
  -ms-flex-line-pack: stretch;
  align-content: stretch;
}

@media screen and (max-width: 767px) {
  /* --- 縦並び - sp --- */
  .flex-sp-block {
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
  }
  /* --- 並び順変更 - sp --- */
  .flex-sp-reverse {
    -ms-flex-direction: column-reverse;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
            flex-direction: column-reverse;
  }
}
html {
  background: #092b96;
}

#l-container {
  height: auto !important;
}

.u-txt {
  font-size: 3.7333333333vw;
  line-height: 9.3333333333vw;
}
@media only screen and (min-width: 768px) {
  .u-txt {
    font-size: 1.0416666667vw;
    line-height: 2.1875vw;
  }
}

.u-txtCenter {
  text-align: center;
}

.u-txtBold {
  font-weight: bold;
}

.u-txtBorder {
  text-decoration: underline;
}

.u-fontEn01 {
  font-family: "Tenor Sans", sans-serif;
  font-style: normal;
  font-weight: 500;
}

.u-fontSippori {
  font-family: "Shippori Mincho", serif;
  font-weight: normal;
}

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

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

.u-fadeIn {
  opacity: 0;
  -webkit-transform: translateY(1rem);
          transform: translateY(1rem);
  -webkit-transition: all 2s;
  transition: all 2s;
}

.u-mb10 {
  margin-bottom: 2.6666666667vw;
}
@media only screen and (min-width: 768px) {
  .u-mb10 {
    margin-bottom: 15px;
  }
}

.u-btn {
  padding-bottom: 2px;
}
.u-btn a {
  width: 100%;
  position: relative;
  display: inline-block;
  padding: 1.0666666667vw;
}
@media only screen and (min-width: 768px) {
  .u-btn a {
    padding: 0.3125vw;
    max-width: 26.171875vw;
    min-width: 335px;
  }
}
.u-btn a:before {
  content: "";
  position: absolute;
  background-color: #fff;
  left: 1.8666666667vw;
  right: 1.8666666667vw;
  top: 0;
  height: 1px;
}
@media only screen and (min-width: 768px) {
  .u-btn a:before {
    left: 0.546875vw;
    right: 0.546875vw;
  }
}
.u-btn a:after {
  content: "";
  position: absolute;
  background-color: #fff;
  left: 1.8666666667vw;
  right: 1.8666666667vw;
  bottom: 0;
  height: 1px;
}
@media only screen and (min-width: 768px) {
  .u-btn a:after {
    left: 0.546875vw;
    right: 0.546875vw;
  }
}
.u-btn a .btn-text {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  padding: 3.4666666667vw 13.8666666667vw 3.4666666667vw 8.5333333333vw;
  font-size: 3.2vw;
  letter-spacing: 0.1em;
  font-weight: normal;
  text-align: center;
  letter-spacing: 0.1em;
  color: #fff;
  background-color: rgba(9, 43, 150, 0.41);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#092b96), to(rgba(215, 163, 230, 0.13)));
  background-image: linear-gradient(#092b96 0%, rgba(215, 163, 230, 0.13) 100%);
}
@media only screen and (min-width: 768px) {
  .u-btn a .btn-text {
    padding: 1.171875vw 4.0625vw 1.171875vw 2.5vw;
    font-size: 1.09375vw;
    max-width: 25.546875vw;
    min-width: 327px;
  }
}
.u-btn a .btn-text i {
  font-style: inherit;
  font-size: 20px;
}
.u-btn a .btn-text:before {
  content: "";
  display: block;
  position: absolute;
  inset: 0;
  background: rgb(46, 46, 46);
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(46, 46, 46, 0.82)), to(rgb(113, 113, 113)));
  background: linear-gradient(180deg, rgba(46, 46, 46, 0.82) 0%, rgb(113, 113, 113) 100%);
  mix-blend-mode: overlay;
  -webkit-transition: 0.4s ease-out;
  transition: 0.4s ease-out;
}
.u-btn a .btn-arrow {
  border-color: #fff;
}
@media only screen and (min-width: 768px) {
  .u-btn a:hover .btn-arrow {
    width: 15px;
  }
}

.u-starLine {
  padding: 0 3.7333333333vw;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .u-starLine {
    padding: 0 1.25vw;
  }
}
.u-starLine span {
  position: relative;
  display: block;
  border-bottom: 1px solid #fff;
}
.u-starLine span:before {
  content: "";
  display: inline-block;
  width: 2.4vw;
  height: 2.4vw;
  background: url(../images/ico_starLine.svg) no-repeat;
  background-size: cover;
  position: absolute;
  left: -3.7333333333vw;
  bottom: -1.2vw;
}
@media only screen and (min-width: 768px) {
  .u-starLine span:before {
    width: 1.09375vw;
    height: 1.09375vw;
    left: -1.40625vw;
    bottom: -0.546875vw;
  }
}
.u-starLine span:after {
  content: "";
  display: inline-block;
  width: 2.4vw;
  height: 2.4vw;
  background: url(../images/ico_starLine.svg) no-repeat;
  background-size: cover;
  position: absolute;
  right: -3.7333333333vw;
  bottom: -1.2vw;
}
@media only screen and (min-width: 768px) {
  .u-starLine span:after {
    width: 1.09375vw;
    height: 1.09375vw;
    right: -1.40625vw;
    bottom: -0.546875vw;
  }
}

.c-contentInner {
  padding: 0 8vw;
}
@media only screen and (min-width: 768px) {
  .c-contentInner {
    margin: 0 auto;
    padding: 0 2.34375vw;
    max-width: 83.28125vw;
  }
}

.u-forSp {
  display: block;
}
@media only screen and (min-width: 768px) {
  .u-forSp {
    display: none;
  }
}

.u-forPc {
  display: none;
}
@media only screen and (min-width: 768px) {
  .u-forPc {
    display: block;
  }
}

@font-face {
  font-family: "Kannada";
  src: url(../font/kannada-mn.ttf);
}
.fontEn {
  font-family: "Tenor Sans", sans-serif;
  font-weight: normal;
}

.fontKannada {
  font-family: Kannada;
  font-weight: normal;
}

.fontJp {
  font-family: "Shippori Mincho", serif;
  font-weight: normal;
}

.beer-slider {
  display: inline-block;
  position: relative;
  overflow: hidden;
}

.beer-slider *, .beer-slider:before, .beer-slider:after,
.beer-slider *:before,
.beer-slider *:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.beer-slider img, .beer-slider svg {
  vertical-align: bottom;
}

.beer-slider > * {
  height: 100%;
}

.beer-slider > img {
  max-width: 100%;
  height: auto;
}

.beer-reveal {
  position: absolute;
  left: 0;
  top: 0;
  right: 50%;
  overflow: hidden;
  z-index: 1;
  opacity: 0;
  -webkit-transition: opacity 0.35s;
  transition: opacity 0.35s;
}

.beer-reveal > :first-child {
  width: 200%;
  max-width: none;
  height: 100%;
}

.beer-reveal > img:first-child {
  height: auto;
}

.beer-range {
  position: absolute;
  z-index: 2;
  top: 0;
  bottom: 0;
  height: 100%;
  margin: 0;
  left: -1px;
  width: calc(100% + 2px);
  cursor: pointer;
  -webkit-appearance: slider-horizontal !important;
  -moz-appearance: none;
  opacity: 0;
  -ms-touch-action: auto;
  touch-action: auto;
}

.beer-range::-webkit-slider-thumb {
  -webkit-appearance: none;
  height: 300vh;
}

.beer-range::-moz-range-thumb {
  -webkit-appearance: none;
  height: 300vh;
}

.beer-range::-ms-tooltip {
  display: none;
}

.beer-handle {
  position: absolute;
  z-index: 2;
  pointer-events: none;
  opacity: 0;
  top: 50%;
  left: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
          transform: translate3d(-50%, -50%, 0);
  color: #000;
  background: rgba(255, 255, 255, 0.5);
  width: 48px;
  height: 48px;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0);
          box-shadow: 0 0 6px rgba(0, 0, 0, 0);
  -webkit-transition: background 0.3s, opacity 0.5s 0.25s, -webkit-box-shadow 0.3s;
  transition: background 0.3s, opacity 0.5s 0.25s, -webkit-box-shadow 0.3s;
  transition: background 0.3s, box-shadow 0.3s, opacity 0.5s 0.25s;
  transition: background 0.3s, box-shadow 0.3s, opacity 0.5s 0.25s, -webkit-box-shadow 0.3s;
}

.beer-handle:before, .beer-handle:after {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  top: 50%;
  border-top: solid 2px;
  border-left: solid 2px;
  -webkit-transform-origin: 0 0;
          transform-origin: 0 0;
}

.beer-handle:before {
  left: 10px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.beer-handle:after {
  right: 0;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}

.beer-slider[data-beer-label]:after,
.beer-reveal[data-beer-label]:after {
  content: attr(data-beer-label);
  position: absolute;
  top: 1.5rem;
  line-height: 1;
  padding: 0.5rem;
  border-radius: 0.125rem;
  background: rgba(255, 255, 255, 0.75);
}

.beer-slider[data-beer-label]:after {
  right: 1.5rem;
}

.beer-reveal[data-beer-label]:after {
  left: 1.5rem;
}

.beer-slider[data-beer-label=""]:after,
.beer-reveal[data-beer-label=""]:after {
  content: none;
}

.beer-ready .beer-reveal, .beer-ready .beer-handle {
  opacity: 1;
}

/* ##############################################################################

    HEADER

############################################################################## */
/* header
**************************************** */
.header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  padding-left: 135px;
  padding-right: 135px;
  padding-top: 60px;
  line-height: 1;
  z-index: 9990;
  -webkit-transition: all 1s ease-out;
  transition: all 1s ease-out;
}

.popup-active .header {
  opacity: 0;
  pointer-events: none;
}

.header::before {
  content: "";
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 92px;
  z-index: 1;
  background: rgb(36, 57, 128);
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(36, 57, 128)), color-stop(49%, rgb(17, 76, 173)), to(rgba(50, 99, 180, 0)));
  background: linear-gradient(180deg, rgb(36, 57, 128) 0%, rgb(17, 76, 173) 49%, rgba(50, 99, 180, 0) 100%);
  pointer-events: none;
  -webkit-transition: all 1s ease-out;
  transition: all 1s ease-out;
  opacity: 0;
}

.header--logo {
  position: relative;
}

.header--logo-sm {
  position: fixed;
  z-index: 5;
  top: 20px;
  opacity: 0;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}

.header--logo-sm img {
  width: 78px;
}

.header--nav {
  position: relative;
  z-index: 1;
  left: 0;
  right: 0;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.page-special.page-hairmask .header--nav {
  opacity: 0;
  pointer-events: none;
}

.header.is-active::before {
  opacity: 1;
}

.header--logo-sm.is-show {
  opacity: 1;
}

@media print, screen and (min-width: 768px) {
  .gnav ul,
.gnav li,
.gnav a {
    height: 100%;
  }
}
@media screen and (max-width: 1180px) {
  .header {
    padding-left: 50px;
    padding-right: 50px;
    padding-top: 40px;
  }
}
@media screen and (max-width: 767px) {
  .header {
    left: 0;
    right: 0;
    padding-left: 30px;
    padding-top: 26px;
  }
  .header::before {
    display: none;
  }
  .header--nav {
    padding-top: 23px;
    padding-right: 30px;
  }
  .header--logo {
    z-index: 0;
  }
  .header--logo img {
    width: 70px;
  }
}
/* particles
**************************************** */
.particles {
  position: absolute;
  z-index: 1;
  width: 42%;
  max-height: 500px;
  height: 50%;
  pointer-events: none;
}

@media screen and (max-width: 767px) {
  .particles {
    width: 100%;
    max-height: 400px;
    height: 30%;
  }
}
/* gnav
**************************************** */
.gnav {
  height: 50px;
  padding-top: 20px;
  -webkit-transition: all 1s ease-out;
  transition: all 1s ease-out;
}

.header.is-active .gnav {
  position: fixed;
  top: 0;
  margin-left: auto;
  right: 135px;
}

.gnav--list {
  margin-top: -4px;
  margin-right: -18px;
}

.gnav--link {
  display: block;
  padding: 0 16px;
  font-size: 19px;
  line-height: 1;
  text-align: center;
  color: #fff;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  outline: none;
  font-weight: 100;
  letter-spacing: 1px;
}

.gnav--link span {
  position: relative;
  display: inline-block;
  padding: 8px 0;
}

.gnav--link span::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 1px;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transition: -webkit-transform 0.4s ease-out;
  transition: -webkit-transform 0.4s ease-out;
  transition: transform 0.4s ease-out;
  transition: transform 0.4s ease-out, -webkit-transform 0.4s ease-out;
  background-color: #fff;
}

.gnav--link:hover span::before,
.current .gnav--link span::before {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}

.gnav--sns {
  display: none;
}

@media screen and (max-width: 1180px) {
  .header.is-active .gnav {
    right: 50px;
  }
}
@media screen and (max-width: 767px) {
  .gnav {
    position: fixed;
    inset: 0 !important;
    height: 100vh;
    opacity: 0;
    padding: 64px 10%;
    overflow: auto;
    pointer-events: none;
    -webkit-transition: 0.4s ease-out;
    transition: 0.4s ease-out;
    background: #10299a url(https://yolu.live/wp/wp-content/themes/original_theme/images/common/gnav-bg.jpg) center top;
    background-size: 100%;
    opacity: 0;
    -webkit-filter: blur(5px);
            filter: blur(5px);
    -webkit-transition: opacity 0.5s ease-out, -webkit-filter 0.7s linear;
    transition: opacity 0.5s ease-out, -webkit-filter 0.7s linear;
    transition: opacity 0.5s ease-out, filter 0.7s linear;
    transition: opacity 0.5s ease-out, filter 0.7s linear, -webkit-filter 0.7s linear;
    -webkit-overflow-scrolling: touch;
  }
  .gnav a .btn-text {
    font-size: 14px;
  }
  .gnav--link {
    display: inline-block !important;
    padding: 0;
    font-size: 26px;
    text-align: left;
  }
  .gnav--list {
    margin-bottom: 30px;
  }
  .gnav--link span {
    display: block;
    padding: 17px 0;
  }
  .gnav--link span::before {
    top: calc(50% - 3.5px);
    left: -16px;
    width: 7px;
    height: 7px;
    background: url(../images/common/star.svg);
    background-size: cover;
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  .gnav--topics {
    margin-top: 16px;
  }
  .gnav--topics .gnav--link,
.gnav--news .gnav--link,
.gnav--faq .gnav--link {
    font-size: 21px;
  }
  .gnav--topics .gnav--link span,
.gnav--news .gnav--link span,
.gnav--faq .gnav--link span {
    padding: 12px 0;
  }
  .current .gnav--link span::before {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  .header.active .gnav {
    width: 100%;
    top: 0;
    left: 0;
    pointer-events: all;
    opacity: 1;
    -webkit-filter: blur(0);
            filter: blur(0);
  }
  /* ---gnav_btn --- */
  .gnav_btn {
    position: fixed;
    top: 0;
    right: 0;
    width: 56px;
    height: 56px;
    z-index: 9999;
  }
  .gnav_btn--txt {
    position: absolute;
    top: 30px;
    left: -0.3em;
  }
  .gnav_btn--txt::before {
    content: "MENU";
    font-size: 83%;
    letter-spacing: 0;
    -webkit-transition: 0.4s ease-out;
    transition: 0.4s ease-out;
  }
  .header.active .gnav_btn--txt::before {
    content: "CLOSE";
  }
  .gnav_btn--lines {
    position: relative;
    width: 44px;
    height: 19px;
  }
  .gnav_btn--lines span {
    position: absolute;
    left: 0;
    width: 24px;
    height: 1px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    background-color: #fff;
    -webkit-transform: skewY(-25deg);
            transform: skewY(-25deg);
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
  }
  .gnav_btn--lines span:nth-of-type(1) {
    top: 0;
  }
  .gnav_btn--lines span:nth-of-type(2) {
    top: 50%;
  }
  .gnav_btn--lines span:nth-of-type(3) {
    bottom: 0;
  }
  .header.active .gnav_btn--lines span:nth-of-type(1) {
    -webkit-transform: translateY(9px) rotate(-45deg);
    transform: translateY(9px) rotate(-45deg);
  }
  .header.active .gnav_btn--lines span:nth-of-type(2) {
    opacity: 0;
  }
  .header.active .gnav_btn--lines span:nth-of-type(3) {
    -webkit-transform: translateY(-9px) rotate(45deg);
    transform: translateY(-9px) rotate(45deg);
  }
  .gnav--sns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 24px;
  }
  .gnav--sns a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 16px;
    color: #fff;
    letter-spacing: 1px;
  }
  .gnav--sns img {
    margin-right: 8px;
  }
  .gnav--sns li {
    width: calc(50% - 20px);
    margin-bottom: 20px;
    margin-right: 40px;
  }
  .gnav--sns li:nth-child(2n) {
    margin-right: 0;
  }
  .gnav--btn .btn {
    margin-bottom: 20px;
  }
}
/* header-sm
**************************************** */
.header-sm {
  height: 72px;
}

@media print, screen and (min-width: 768px) {
  .header-sm .gnav--tel {
    font-size: 120%;
  }
}
@media screen and (max-width: 767px) {
  .header-sm {
    height: 56px;
  }
}
.footer {
  position: relative;
  z-index: 2;
}

.footer--logo {
  margin-bottom: 24px;
  text-align: center;
}

.footer--logo img {
  width: 95px;
}

.footer .sns_area {
  margin-bottom: 54px;
}

@media only screen and (min-width: 768px) {
  .footer .sns_area {
    margin-bottom: 34px;
  }
}
.footer .sns--list {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
}

.footer .sns--list li:not(:last-child) {
  margin-right: 24px;
}

.footer .fnav {
  margin-left: 0;
  margin-bottom: 20px;
  font-size: 100%;
  letter-spacing: 0.06em;
  line-height: 1;
}

.footer .fnav__list {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.footer .fnav__list li:not(:last-child) {
  margin-right: 0;
}

@media only screen and (min-width: 768px) {
  .footer .fnav__list li:not(:last-child) {
    margin-right: 70px;
  }
}
.footer .footer--copyright {
  padding-bottom: 40px;
  text-align: center;
  letter-spacing: 0.06em;
}

.footer .footer--copyright small {
  font-size: 3.2vw;
}

@media only screen and (min-width: 768px) {
  .footer .footer--copyright small {
    font-size: 0.9375vw;
  }
}
/* layout
**************************************** */
/* --- float --- */
.flt-rgt {
  float: right;
}

.flt-lft {
  float: left;
}

/* --- position --- */
.pos_rel {
  position: relative;
}

.pos_ab {
  position: absolute;
}

/* --- margin --- */
.mgn-btm8 {
  margin-bottom: 8px;
}

.mgn-btm16 {
  margin-bottom: 16px;
}

.mgn-btm24 {
  margin-bottom: 24px;
}

.mgn-btm32 {
  margin-bottom: 32px;
}

.mgn-btm40 {
  margin-bottom: 40px;
}

.mgn-btm48 {
  margin-bottom: 48px;
}

.mgn-btm56 {
  margin-bottom: 56px;
}

.mgn-btm64 {
  margin-bottom: 64px;
}

.mgn-btm72 {
  margin-bottom: 72px;
}

.mgn-btm80 {
  margin-bottom: 80px;
}

.mgn-btm88 {
  margin-bottom: 88px;
}

.mgn-btm96 {
  margin-bottom: 96px;
}

/* --- font-size --- */
.fz-12 {
  font-size: 0.75rem; /* 12px */
}

.fz-13 {
  font-size: 0.813rem; /* 13px */
}

.fz-14 {
  font-size: 0.875rem; /* 14px */
}

.fz-15 {
  font-size: 0.938rem; /* 15px */
}

.fz-16 {
  font-size: 1rem; /* 16px */
}

.fz-17 {
  font-size: 1.063rem; /* 17px */
}

.fz-18 {
  font-size: 1.125rem; /* 18px */
}

.fz-20 {
  font-size: 1.25rem; /* 20px */
}

.fz-24 {
  font-size: 1.5rem; /* 24px */
}

.fz-26 {
  font-size: 1.625rem; /* 26px */
}

.fz-28 {
  font-size: 1.75rem; /* 28px */
}

.fz-30 {
  font-size: 1.875rem; /* 30px */
}

.fz-32 {
  font-size: 2rem; /* 32px */
}

.fz-36 {
  font-size: 2.25rem; /* 36px */
}

.fz-40 {
  font-size: 2.5rem; /* 40px */
}

.fz-44 {
  font-size: 2.75rem; /* 44px */
}

.fz-48 {
  font-size: 3rem; /* 48px */
}

.fz-56 {
  font-size: 3.5rem; /* 56px */
}

.fz-64 {
  font-size: 4rem; /* 64px */
}

/* --- pc or sp --- */
.pc-none,
.pc-none-inline,
.pc-none-table,
.pc-none-flex {
  display: none;
}

.sp-none {
  display: block;
}

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

.sp-none-table {
  display: table;
}

.sp-none-flex {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
}

@media screen and (max-width: 767px) {
  /* --- margin --- */
  .mgn-btm16 {
    margin-bottom: 8px;
  }
  .mgn-btm24 {
    margin-bottom: 16px;
  }
  .mgn-btm32 {
    margin-bottom: 16px;
  }
  .mgn-btm40 {
    margin-bottom: 24px;
  }
  .mgn-btm48 {
    margin-bottom: 24px;
  }
  .mgn-btm56 {
    margin-bottom: 32px;
  }
  .mgn-btm64 {
    margin-bottom: 32px;
  }
  .mgn-btm72 {
    margin-bottom: 40px;
  }
  .mgn-btm80 {
    margin-bottom: 40px;
  }
  .mgn-btm88 {
    margin-bottom: 48px;
  }
  .mgn-btm96 {
    margin-bottom: 48px;
  }
  /* --- font-size --- */
  .fz-12 {
    font-size: 0.786rem; /* 11px */
  }
  .fz-13 {
    font-size: 0.857rem; /* 12px */
  }
  .fz-14 {
    font-size: 0.929rem; /* 13px */
  }
  .fz-15 {
    font-size: 1rem; /* 14px */
  }
  .fz-16 {
    font-size: 1.071rem; /* 15px */
  }
  .fz-17 {
    font-size: 1.143rem; /* 16px */
  }
  .fz-18 {
    font-size: 1.214rem; /* 17px */
  }
  .fz-20 {
    font-size: 1.286rem; /* 18px */
  }
  .fz-24 {
    font-size: 1.429rem; /* 20px */
  }
  .fz-26 {
    font-size: 1.429rem; /* 20px */
  }
  .fz-28 {
    font-size: 1.714rem; /* 24px */
  }
  .fz-30 {
    font-size: 1.714rem; /* 24px */
  }
  .fz-32 {
    font-size: 1.857rem; /* 26px */
  }
  .fz-36 {
    font-size: 1.857rem; /* 26px */
  }
  .fz-40 {
    font-size: 2rem; /* 28px */
  }
  .fz-44 {
    font-size: 2rem; /* 28px */
  }
  .fz-48 {
    font-size: 2.143rem; /* 30px */
  }
  .fz-56 {
    font-size: 2.286rem; /* 32px */
  }
  .fz-64 {
    font-size: 2.571rem; /* 36px */
  }
  /* --- pc or sp --- */
  .sp-none,
.sp-none-inline,
.sp-none-table,
.sp-none-flex {
    display: none;
  }
  .pc-none {
    display: block;
  }
  .pc-none-inline {
    display: inline;
  }
  .pc-none-table {
    display: table;
  }
  .pc-none-flex {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
  }
}
/* flex
**************************************** */
/* --- ブロック要素 --- */
.flex {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
}

/* --- インライン要素 --- */
.flex-inline {
  display: -ms-inline-flexbox;
  display: -webkit-inline-box;
  display: inline-flex;
}

/* --- 逆向き --- */
.flex-reverse {
  -ms-flex-direction: row-reverse;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
          flex-direction: row-reverse;
}

/* --- 縦並び --- */
.flex-column {
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
}

/* --- 水平方向揃え --- */
.flex-j-start {
  -ms-flex-pack: start;
  -webkit-box-pack: start;
          justify-content: flex-start;
}

.flex-j-end {
  -ms-flex-pack: end;
  -webkit-box-pack: end;
          justify-content: flex-end;
}

.flex-j-ctr {
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
}

.flex-j-between {
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
          justify-content: space-between;
}

.flex-j-around {
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

/* --- 垂直方向揃え --- */
.flex-a-start {
  -ms-flex-align: start;
  -webkit-box-align: start;
          align-items: flex-start;
}

.flex-a-end {
  -ms-flex-align: end;
  -webkit-box-align: end;
          align-items: flex-end;
}

.flex-a-ctr {
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
}

.flex-a-baseline {
  -ms-flex-align: baseline;
  -webkit-box-align: baseline;
          align-items: baseline;
}

.flex-a-stretch {
  -ms-flex-align: stretch;
  -webkit-box-align: stretch;
          align-items: stretch;
}

/* --- 子要素の折り返し設定 --- */
.flex-c-nowrap {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.flex-c-wrap {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

/* --- 子要素の複数行設定 --- */
.flex-c-reverse {
  -ms-flex-wrap: wrap-reverse;
  flex-wrap: wrap-reverse;
}

.flex-c-start {
  -ms-flex-line-pack: start;
  align-content: flex-start;
}

.flex-c-start {
  -webkit-align-items: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
}

.flex-c-end {
  -ms-flex-line-pack: end;
  align-content: flex-end;
}

.flex-c-ctr {
  -ms-flex-line-pack: center;
  align-content: center;
}

.flex-c-baseline {
  -ms-flex-line-pack: baseline;
  align-content: baseline;
}

.flex-c-stretch {
  -ms-flex-line-pack: stretch;
  align-content: stretch;
}

@media screen and (max-width: 767px) {
  /* --- 縦並び - sp --- */
  .flex-sp-block {
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
  }
  /* --- 並び順変更 - sp --- */
  .flex-sp-reverse {
    -ms-flex-direction: column-reverse;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
            flex-direction: column-reverse;
  }
}
/* Slider */
.slick-loading .slick-list {
  background: #fff url("./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%;
  -webkit-transform: translate(0, -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;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  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 {
  -webkit-transform: translate3d(0, 0, 0);
  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;
}

html.touched {
  overflow: hidden;
}

.load {
  background: url(../images/bg_loading.jpg) repeat-y;
  background-size: cover;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  opacity: 1;
  z-index: 9999;
  pointer-events: none;
}
.load__logo {
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.l-main {
  background: #1035A2;
  opacity: 0;
}

.l-mainBg {
  position: relative;
}
.l-mainBg:before {
  content: "";
  display: inline-block;
  width: 100%;
  height: 100%;
  background: url(../images/bg_mainBg-sp.webp) no-repeat;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.6;
  background-position: top center;
}
@media only screen and (min-width: 768px) {
  .l-mainBg:before {
    background: url(../images/bg_mainBg-pc.webp) repeat-y;
    background-size: contain;
    position: absolute;
    background-position: top center;
  }
}
.l-mainBg:after {
  content: "";
  display: inline-block;
  width: 100%;
  height: 164.8vw;
  background: url(../images/bg_yoruGrade-sp.webp) no-repeat;
  background-size: cover;
  position: absolute;
  bottom: 0;
  left: 0;
  background-position: top center;
}
@media only screen and (min-width: 768px) {
  .l-mainBg:after {
    height: 60.3125vw;
    background: url(../images/bg_yoruGrade.webp) no-repeat;
    background-size: cover;
  }
}

.result {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: #0D2FA3;
  background-image: url(../images/bg_mainBg-sp.webp);
  background-repeat: no-repeat;
  background-size: 100%;
  z-index: 9999;
  overflow-y: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
  opacity: 0;
  pointer-events: none;
}
.result::-webkit-scrollbar {
  display: none;
}
@media only screen and (min-width: 768px) {
  .result {
    background-image: url(../images/bg_mainBg-pc.png);
    background-repeat: no-repeat;
    background-size: 100%;
  }
}
.result__inner {
  position: relative;
  height: 100%;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .result__inner {
    padding-bottom: 5rem;
    height: 95%;
  }
}
.result__close {
  position: absolute;
  top: 5.3333333333vw;
  right: 5.3333333333vw;
  width: 8.5333333333vw;
  cursor: pointer;
  z-index: 2;
}
@media only screen and (min-width: 768px) {
  .result__close {
    top: 5rem;
    right: 5rem;
    width: 4.5rem;
  }
}
.result__main {
  position: absolute;
  background-size: 100% 100%;
  width: 86.6666666667vw;
  right: 0;
  margin: auto;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  overflow: hidden;
}
@media only screen and (min-width: 768px) {
  .result__main {
    background-image: url(../images/img_resultFrame-pc.webp);
    width: 81.5rem;
    height: 129.4rem;
    padding: 1.5rem;
    top: 5rem;
    left: 0;
    -webkit-transform: inherit;
    transform: inherit;
  }
}
@media only screen and (min-width: 768px) {
  .result__main--inner {
    border-radius: 500px 500px 0 0;
    padding: 21.3333333333vw 4vw 14.6666666667vw;
    height: 90vh;
    padding: 10.5rem 1rem 1rem;
    overflow: inherit;
    height: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .result__main--scroll {
    padding: 4px;
    position: relative;
    width: 86.6666666667vw;
    height: 67.7333333333vw;
  }
}
@media only screen and (max-width: 767px) {
  .result__main--scroll-inner {
    height: 64.5333333333vw;
    overflow-y: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none;
    padding: 25px;
    position: relative;
  }
}
@media only screen and (max-width: 767px) {
  .result__main--scroll-inner::-webkit-scrollbar {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .result__main--scroll:before {
    content: "";
    display: inline-block;
    background: url(../images/bg_spResult.png) no-repeat;
    background-size: contain;
    width: 100%;
    height: 100%;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }
}
.result__main--ttl {
  font-size: 4.5333333333vw;
  text-align: center;
  margin-bottom: 6.6666666667vw;
}
@media only screen and (min-width: 768px) {
  .result__main--ttl {
    font-size: 2.4rem;
    margin-bottom: 2rem;
  }
}
.result__main--img {
  text-align: center;
  margin-bottom: 6.6666666667vw;
}
@media only screen and (min-width: 768px) {
  .result__main--img {
    margin-bottom: 4rem;
  }
}
.result__main--img img {
  width: 50.1333333333vw;
}
@media only screen and (min-width: 768px) {
  .result__main--img img {
    width: 27.5rem;
  }
}
.result__main--name {
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .result__main--name {
    margin-bottom: 4vw;
  }
}
.result__main--name img {
  width: 72vw;
}
@media only screen and (min-width: 768px) {
  .result__main--name img {
    width: 50rem;
  }
}
.result__main--attl {
  margin-top: 6.6666666667vw;
  position: relative;
  text-align: center;
  padding: 4vw;
  font-size: 3.2vw;
  font-weight: normal;
  margin-bottom: 2.6666666667vw;
}
@media only screen and (min-width: 768px) {
  .result__main--attl {
    padding: 1.5rem;
    font-size: 1.2rem;
    margin: 2.5rem auto 1rem;
    width: 50rem;
    text-align: center;
  }
}
@media only screen and (max-width: 767px) {
  .result__main--attl:first-child {
    margin-top: 0;
  }
}
.result__main--attl:before {
  content: "";
  display: inline-block;
  background: url(../images/ico_resultLine.svg) no-repeat;
  height: 2.1333333333vw;
  width: 100%;
  background-size: contain;
  background-position: center;
  position: absolute;
  top: 0;
  left: 0;
}
@media only screen and (min-width: 768px) {
  .result__main--attl:before {
    background: url(../images/ico_resultLine-pc.svg) no-repeat;
    height: 0.8rem;
  }
}
.result__main--attl:after {
  content: "";
  display: inline-block;
  background: url(../images/ico_resultLine.svg) no-repeat;
  height: 2.1333333333vw;
  width: 100%;
  background-size: contain;
  background-position: center;
  position: absolute;
  bottom: 0;
  left: 0;
}
@media only screen and (min-width: 768px) {
  .result__main--attl:after {
    background: url(../images/ico_resultLine-pc.svg) no-repeat;
    height: 0.8rem;
  }
}
.result__main--txt {
  font-size: 3.7333333333vw;
}
@media only screen and (min-width: 768px) {
  .result__main--txt {
    font-size: 1.4rem;
    margin: 0 auto;
    width: 50rem;
    text-align: center;
  }
}
.result__main--txt span {
  font-size: 3.2vw;
  display: block;
}
@media only screen and (min-width: 768px) {
  .result__main--txt span {
    font-size: 1.2rem;
    text-align: left;
  }
}
.result__main--btn {
  margin: 10.6666666667vw auto 0;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .result__main--btn {
    margin: 4rem auto 0;
    width: 27.4rem;
  }
}

@media only screen and (min-width: 768px) {
  .result-calm .result__main--inner {
    background: rgb(217, 131, 227);
    background: -webkit-gradient(linear, left bottom, left top, from(rgb(217, 131, 227)), to(rgba(0, 0, 0, 0)));
    background: linear-gradient(0deg, rgb(217, 131, 227) 0%, rgba(0, 0, 0, 0) 100%);
  }
}
@media only screen and (max-width: 767px) {
  .result-calm .result__main--scroll-inner {
    background: rgb(217, 131, 227);
    background: -webkit-gradient(linear, left bottom, left top, color-stop(40%, rgb(217, 131, 227)), to(rgba(0, 0, 0, 0)));
    background: linear-gradient(0deg, rgb(217, 131, 227) 40%, rgba(0, 0, 0, 0) 100%);
  }
}

@media only screen and (min-width: 768px) {
  .result-rellax .result__main--inner {
    background: rgb(70, 139, 227);
    background: -webkit-gradient(linear, left bottom, left top, from(rgb(70, 139, 227)), to(rgba(0, 0, 0, 0)));
    background: linear-gradient(0deg, rgb(70, 139, 227) 0%, rgba(0, 0, 0, 0) 100%);
  }
}
@media only screen and (max-width: 767px) {
  .result-rellax .result__main--scroll-inner {
    background: rgb(70, 139, 227);
    background: -webkit-gradient(linear, left bottom, left top, color-stop(40%, rgb(70, 139, 227)), to(rgba(0, 0, 0, 0)));
    background: linear-gradient(0deg, rgb(70, 139, 227) 40%, rgba(0, 0, 0, 0) 100%);
  }
}

.choiceCalm .result-calm {
  opacity: 1;
  pointer-events: all;
}

.choiceRellax .result-rellax {
  opacity: 1;
  pointer-events: all;
}

.mainVisual {
  position: relative;
}
.mainVisual__logo {
  position: absolute;
  top: 9.3333333333vw;
  text-align: center;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .mainVisual__logo {
    top: 3.125vw;
    left: 3.125vw;
    text-align: left;
    width: inherit;
  }
}
.mainVisual__logo img {
  width: 21.6vw;
}
@media only screen and (min-width: 768px) {
  .mainVisual__logo img {
    width: 8.75vw;
  }
}
.mainVisual__catch {
  position: absolute;
  width: 84vw;
  top: 24vw;
  right: 0;
  left: 0;
  margin: auto;
}
@media only screen and (min-width: 768px) {
  .mainVisual__catch {
    width: 40.625vw;
    top: 8.59375vw;
  }
}
.mainVisual__catch--intro {
  position: relative;
  text-align: center;
}
.mainVisual__catch--intro p {
  text-align: center;
  padding: 11.4666666667vw 0;
}
@media only screen and (min-width: 768px) {
  .mainVisual__catch--intro p {
    padding: 3.359375vw 0;
  }
}
.mainVisual__catch--intro p img {
  width: 62.9333333333vw;
}
@media only screen and (min-width: 768px) {
  .mainVisual__catch--intro p img {
    width: 24.296875vw;
  }
}
.mainVisual__catch--intro svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.mainVisual__catch--main {
  text-align: center;
  margin-top: -3.4666666667vw;
}
@media only screen and (min-width: 768px) {
  .mainVisual__catch--main {
    margin-top: -1.5625vw;
  }
}
.mainVisual__catch--main img {
  width: 66.6666666667vw;
  margin: auto;
}
@media only screen and (min-width: 768px) {
  .mainVisual__catch--main img {
    width: 40.625vw;
  }
}

.about {
  position: relative;
  overflow: hidden;
  padding-top: 12vw;
  margin-bottom: 42.6666666667vw;
  /* 全体を囲む要素 */
  /* 左側の画像を囲む要素 */
  /* 右側の画像を囲む要素 */
  /* 境界線 */
  /* 全体を囲む要素と全体を囲む要素の子要素全て、選択時の背景色を透明にする */
}
@media only screen and (min-width: 768px) {
  .about {
    padding-top: 6.640625vw;
    margin-bottom: 12.5vw;
  }
}
.about__ttl {
  position: relative;
  text-align: center;
  font-size: 6.1333333333vw;
  line-height: 1.6;
  padding: 8vw 0;
  margin-bottom: 2.6666666667vw;
  letter-spacing: 0.1rem;
}
@media only screen and (min-width: 768px) {
  .about__ttl {
    font-size: 2.1875vw;
    margin: 0 auto 4.6875vw;
    padding: 4.296875vw 0;
    width: 39.0625vw;
  }
}
.about__ttl span {
  font-size: 6.9333333333vw;
}
@media only screen and (min-width: 768px) {
  .about__ttl span {
    font-size: 2.65625vw;
  }
}
.about__ttl:before {
  content: "";
  display: inline-block;
  position: absolute;
  background: url(../images/img_ttlStar01.svg) no-repeat;
  width: 23.2vw;
  height: 8vw;
  top: 0;
  right: -2.6666666667vw;
  background-size: cover;
}
@media only screen and (min-width: 768px) {
  .about__ttl:before {
    width: 10.390625vw;
    height: 3.515625vw;
    right: -2.34375vw;
    top: 1.171875vw;
  }
}
.about__ttl:after {
  content: "";
  display: inline-block;
  position: absolute;
  background: url(../images/img_ttlStar02.svg) no-repeat;
  width: 24vw;
  height: 8.2666666667vw;
  bottom: 0;
  left: -2.6666666667vw;
  background-size: cover;
}
@media only screen and (min-width: 768px) {
  .about__ttl:after {
    width: 10.390625vw;
    height: 3.515625vw;
    left: -2.34375vw;
    bottom: 3.515625vw;
  }
}
.about__main {
  margin: 0 -8vw 4vw;
}
@media only screen and (min-width: 768px) {
  .about__main {
    margin: 0 0 0.78125vw;
  }
}
.about__annotation {
  font-size: 2.6666666667vw;
  text-align: right;
  margin-top: 1.3333333333vw;
}
@media only screen and (min-width: 768px) {
  .about__annotation {
    font-size: 0.78125vw;
    margin-top: 0.390625vw;
    margin-right: 0;
  }
}
.about .comparison-block {
  width: 100%;
  max-width: 100%; /* 画像の最大幅です。適宜変更してください */
  position: relative;
  overflow: hidden;
}
.about .comparison-before-img {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  z-index: 5; /* 「右側の画像を囲む要素」のz-inexより大きければ問題ないです。 */
}
.about .comparison-before-img img {
  max-width: inherit;
}
.about .comparison-after-img {
  position: relative;
  z-index: 1;
}
.about .comparison-after-img img {
  width: 100%;
  max-width: inherit;
}
.about .comparison-arrow {
  position: absolute;
  z-index: 10; /* 「左側の画像を囲む要素」のz-inexより大きければ問題ないです。 */
  top: 0;
  height: 100%;
  left: 50%;
  transform: translateY(0%) translateX(-50%);
  -webkit-transform: translateY(0%) translateX(-50%);
  cursor: pointer;
  width: 9.8666666667vw;
}
.about .comparison-arrow__inner {
  height: 100%;
}
.about .comparison-arrow__inner:before {
  content: "";
  background-color: #fff; /* 境界線の色です。 */
  width: 1px; /* 境界線の太さ */
  height: 100%;
  display: inline-block;
  position: absolute;
  right: 0;
  left: 0;
  margin: auto;
}
.about .comparison-arrow__img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
  background: url(../images/img_handle.webp) no-repeat;
  width: 9.8666666667vw;
  height: 9.8666666667vw;
  background-size: cover;
  border-radius: inherit;
  pointer-events: none;
}
@media only screen and (min-width: 768px) {
  .about .comparison-arrow__img {
    width: 6.4453125vw;
    height: 6.4453125vw;
  }
}
@media only screen and (min-width: 768px) {
  .about .comparison-arrow {
    width: 6.4453125vw;
  }
}
.about .comparison-block::-moz-selection {
  background-color: transparent;
}
.about .comparison-block::selection {
  background-color: transparent;
}
.about .comparison-block::-moz-selection {
  background-color: transparent;
}
.about .comparison-block *::-moz-selection {
  background-color: transparent;
}
.about .comparison-block *::selection {
  background-color: transparent;
}
.about .comparison-block *::-moz-selection {
  background-color: transparent;
}

.select {
  position: relative;
  overflow: hidden;
  margin-bottom: 42.6666666667vw;
}
@media only screen and (min-width: 768px) {
  .select {
    margin-bottom: 9.375vw;
  }
}
.select__ttl {
  text-align: center;
  margin-bottom: 2.6666666667vw;
  letter-spacing: 0.1rem;
}
@media only screen and (min-width: 768px) {
  .select__ttl {
    margin-bottom: 0.78125vw;
  }
}
.select__ttl img {
  width: 38.1333333333vw;
}
@media only screen and (min-width: 768px) {
  .select__ttl img {
    width: 15.703125vw;
  }
}
.select__diagnosisTtl {
  text-align: center;
}
.select__diagnosisTtl img {
  width: 80vw;
}
@media only screen and (min-width: 768px) {
  .select__diagnosisTtl img {
    width: 32.8125vw;
  }
}
.select__diagnosis {
  position: relative;
  background: url(../images/bg_diagnosisFrame.webp) no-repeat;
  background-size: 100% 100%;
  margin-bottom: 5.3333333333vw;
  padding-bottom: 22.6666666667vw;
}
@media only screen and (min-width: 768px) {
  .select__diagnosis {
    background: url(../images/bg_diagnosisFrame-pc.webp) no-repeat;
    margin-bottom: 2.34375vw;
    padding-bottom: 6.640625vw;
    background-size: 100% 100%;
    width: 62.890625vw;
    margin: 0 auto 2.34375vw;
  }
}
.select__diagnosis:before {
  content: "";
  display: inline-block;
  width: 77.6vw;
  height: 59.2vw;
  background: url(../images/img_diagnosisFinish.webp) no-repeat;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-size: cover;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media only screen and (min-width: 768px) {
  .select__diagnosis:before {
    width: 29.6875vw;
    height: 20.546875vw;
  }
}
.select__diagnosis.choiceFull:before {
  opacity: 1;
}
.select__diagnosis--slide {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.select__diagnosis--box {
  padding-top: 24vw;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
@media only screen and (min-width: 768px) {
  .select__diagnosis--box {
    padding-top: 5.859375vw;
  }
}
.select__diagnosis--box--box01 .select__diagnosis--ttl img {
  width: 57.0666666667vw;
}
@media only screen and (min-width: 768px) {
  .select__diagnosis--box--box01 .select__diagnosis--ttl img {
    width: 18.5806451613vw;
  }
}
.select__diagnosis--box--box02 .select__diagnosis--ttl img {
  width: 62.6666666667vw;
}
@media only screen and (min-width: 768px) {
  .select__diagnosis--box--box02 .select__diagnosis--ttl img {
    width: 20.3225806452vw;
  }
}
.select__diagnosis--box--box03 .select__diagnosis--ttl img {
  width: 53.3333333333vw;
}
@media only screen and (min-width: 768px) {
  .select__diagnosis--box--box03 .select__diagnosis--ttl img {
    width: 22.064516129vw;
  }
}
.select__diagnosis--box--box04 .select__diagnosis--ttl img {
  width: 52.8vw;
}
@media only screen and (min-width: 768px) {
  .select__diagnosis--box--box04 .select__diagnosis--ttl img {
    width: 17.5483870968vw;
  }
}
.select__diagnosis--box--box05 .select__diagnosis--ttl img {
  width: 53.8666666667vw;
}
@media only screen and (min-width: 768px) {
  .select__diagnosis--box--box05 .select__diagnosis--ttl img {
    width: 23.8064516129vw;
  }
}
.select__diagnosis--ttl {
  text-align: center;
  margin-bottom: 10.6666666667vw;
}
@media only screen and (min-width: 768px) {
  .select__diagnosis--ttl {
    margin-bottom: 4.296875vw;
  }
}
.select__diagnosis--ttl img {
  display: inline-block;
}
.select__diagnosis--list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (min-width: 768px) {
  .select__diagnosis--list {
    width: 39.0625vw;
    margin: auto;
  }
}
.select__diagnosis--listBox {
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  max-width: 50%;
  outline: none;
}
.select__diagnosis--listBox input[type=radio] {
  display: none;
}
.select__diagnosis--listBox input[type=radio]:checked + label .select__diagnosis--listCheck:before {
  opacity: 1;
  -webkit-transform: translate(-50%, -50%) scale(1);
  transform: translate(-50%, -50%) scale(1);
}
.select__diagnosis--listBox label {
  outline: none;
}
.select__diagnosis--listImg {
  text-align: center;
  margin-bottom: 2.6666666667vw;
}
@media only screen and (min-width: 768px) {
  .select__diagnosis--listImg {
    margin-bottom: 1.4rem;
    margin-bottom: 1.171875vw;
  }
}
.select__diagnosis--listImg p {
  color: #292B97;
  font-size: 3.7333333333vw;
}
@media only screen and (min-width: 768px) {
  .select__diagnosis--listImg p {
    font-size: 1.40625vw;
  }
}
.select__diagnosis--listImg img {
  margin-bottom: 2.6666666667vw;
  display: inline-block;
}
@media only screen and (min-width: 768px) {
  .select__diagnosis--listImg img {
    margin-bottom: 0;
  }
}
.select__diagnosis--listImg .question1-a {
  width: 12.2666666667vw;
}
@media only screen and (min-width: 768px) {
  .select__diagnosis--listImg .question1-a {
    width: 4.84375vw;
  }
}
.select__diagnosis--listImg .question1-b {
  width: 12.2666666667vw;
}
@media only screen and (min-width: 768px) {
  .select__diagnosis--listImg .question1-b {
    width: 4.609375vw;
  }
}
.select__diagnosis--listImg .question2-a {
  width: 20.2666666667vw;
}
@media only screen and (min-width: 768px) {
  .select__diagnosis--listImg .question2-a {
    width: 7.8125vw;
  }
}
.select__diagnosis--listImg .question2-b {
  width: 18.9333333333vw;
}
@media only screen and (min-width: 768px) {
  .select__diagnosis--listImg .question2-b {
    width: 7.265625vw;
  }
}
.select__diagnosis--listImg .question3-a {
  width: 21.3333333333vw;
}
@media only screen and (min-width: 768px) {
  .select__diagnosis--listImg .question3-a {
    width: 8.59375vw;
  }
}
.select__diagnosis--listImg .question3-b {
  width: 19.2vw;
}
@media only screen and (min-width: 768px) {
  .select__diagnosis--listImg .question3-b {
    width: 7.96875vw;
  }
}
.select__diagnosis--listImg .question4-a {
  width: 9.3333333333vw;
}
@media only screen and (min-width: 768px) {
  .select__diagnosis--listImg .question4-a {
    width: 4.0625vw;
  }
}
.select__diagnosis--listImg .question4-b {
  width: 14.4vw;
}
@media only screen and (min-width: 768px) {
  .select__diagnosis--listImg .question4-b {
    width: 6.640625vw;
  }
}
.select__diagnosis--listImg .question5-a {
  width: 16vw;
}
@media only screen and (min-width: 768px) {
  .select__diagnosis--listImg .question5-a {
    width: 6.25vw;
  }
}
.select__diagnosis--listImg .question5-b {
  width: 17.6vw;
}
@media only screen and (min-width: 768px) {
  .select__diagnosis--listImg .question5-b {
    width: 7.421875vw;
  }
}
.select__diagnosis--listCheck {
  border: 0.1rem solid #fff;
  width: 5.0666666667vw;
  height: 5.0666666667vw;
  position: relative;
  border-radius: 100vmax;
  margin-right: 2.4vw;
}
@media only screen and (min-width: 768px) {
  .select__diagnosis--listCheck {
    width: 3rem;
    height: 3rem;
  }
}
.select__diagnosis--listCheck:before {
  content: "";
  display: inline-block;
  background: url(../images/ico_checkOn.webp) no-repeat;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) scale(0.3);
  transform: translate(-50%, -50%) scale(0.3);
  width: 4vw;
  height: 4vw;
  background-size: cover;
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media only screen and (min-width: 768px) {
  .select__diagnosis--listCheck:before {
    width: 2.1rem;
    height: 2.1rem;
  }
}
.select__diagnosis--listFlex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.select__diagnosis--listFlex p {
  font-size: 3.4666666667vw;
}
@media only screen and (min-width: 768px) {
  .select__diagnosis--listFlex p {
    font-size: 1.40625vw;
  }
}
.select__diagnosis .slick-slider,
.select__diagnosis .slick-list {
  position: static;
}
.select__diagnosis .slick-num {
  font-size: 5.3333333333vw;
  font-weight: normal;
  line-height: 1;
  text-align: right;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  position: absolute;
  bottom: 5.3333333333vw;
  right: 5.3333333333vw;
}
@media only screen and (min-width: 768px) {
  .select__diagnosis .slick-num {
    font-size: 1.796875vw;
    padding-right: 0;
    margin-top: 0;
    bottom: 2.34375vw;
    right: 2.578125vw;
  }
}
.select__diagnosis .slick-numLine {
  width: 4.8vw;
}
@media only screen and (min-width: 768px) {
  .select__diagnosis .slick-numLine {
    width: 1.5625vw;
  }
}
.select__diagnosis .slick-track {
  -webkit-transition: -webkit-transform 1000ms ease 0s;
  transition: -webkit-transform 1000ms ease 0s;
  transition: transform 1000ms ease 0s;
  transition: transform 1000ms ease 0s, -webkit-transform 1000ms ease 0s;
}
.select__diagnosis .slick-prev {
  left: -5.3333333333vw;
  top: 55%;
}
@media only screen and (max-width: 767px) {
  .select__diagnosis .slick-prev {
    height: 100%;
  }
}
@media only screen and (min-width: 768px) {
  .select__diagnosis .slick-prev {
    left: -2.34375vw;
  }
}
.select__diagnosis .slick-prev:before {
  content: "";
  display: inline-block;
  width: 2.4vw;
  height: 2.9333333333vw;
  background: url(../images/ico_leftArrow.webp);
  background-size: cover;
  opacity: 1;
}
@media only screen and (min-width: 768px) {
  .select__diagnosis .slick-prev:before {
    width: 1.953125vw;
    height: 2.5vw;
  }
}
.select__diagnosis .slick-prev.slick-disabled {
  display: none !important;
}
.select__diagnosis .slick-next {
  right: -5.3333333333vw;
  top: 55%;
  display: none !important;
}
@media only screen and (max-width: 767px) {
  .select__diagnosis .slick-next {
    height: 100%;
  }
}
@media only screen and (min-width: 768px) {
  .select__diagnosis .slick-next {
    right: -2.34375vw;
  }
}
.select__diagnosis .slick-next:before {
  content: "";
  display: inline-block;
  width: 2.4vw;
  height: 2.9333333333vw;
  background: url(../images/ico_rightArrow.webp);
  background-size: cover;
  opacity: 1;
}
@media only screen and (min-width: 768px) {
  .select__diagnosis .slick-next:before {
    width: 1.953125vw;
    height: 2.5vw;
  }
}
.select__diagnosis .slick-next.slick-disabled {
  display: none !important;
}
.select__button {
  width: 84vw;
  margin: 0 auto 6.6666666667vw;
  pointer-events: none;
}
@media only screen and (min-width: 768px) {
  .select__button {
    width: 23.828125vw;
    margin: 0 auto 1.5625vw;
  }
}
.select__again {
  width: 33.0666666667vw;
  margin: 0 auto;
  padding-bottom: 1.3333333333vw;
  border-bottom: 1px solid #fff;
  text-align: center;
  font-size: 4vw;
  display: none;
}
@media only screen and (min-width: 768px) {
  .select__again {
    width: 9.6875vw;
    padding-bottom: 0.390625vw;
    font-size: 1.171875vw;
  }
}
.select__again a {
  color: #fff;
}

.product {
  position: relative;
  overflow: hidden;
  margin-bottom: 53.3333333333vw;
}
@media only screen and (min-width: 768px) {
  .product {
    margin-bottom: 11.71875vw;
  }
}
.product__ttl {
  text-align: center;
  margin-bottom: 2.6666666667vw;
  letter-spacing: 0.1rem;
}
@media only screen and (min-width: 768px) {
  .product__ttl {
    margin-bottom: 2.34375vw;
  }
}
.product__ttl img {
  width: 49.3333333333vw;
}
@media only screen and (min-width: 768px) {
  .product__ttl img {
    width: 20.859375vw;
  }
}
.product__comparisonTtl {
  position: relative;
  font-size: 6.9333333333vw;
  width: 78.1333333333vw;
  padding: 6.6666666667vw 2.6666666667vw;
  text-align: center;
  margin: 0 auto 9.3333333333vw;
}
@media only screen and (min-width: 768px) {
  .product__comparisonTtl {
    font-size: 2.96875vw;
    width: 32.34375vw;
    padding: 3.125vw 0.78125vw;
    margin: 0 auto 1.5625vw;
  }
}
.product__comparisonTtl:before {
  content: "";
  display: inline-block;
  position: absolute;
  background: url(../images/img_ttlStar01.svg) no-repeat;
  width: 23.2vw;
  height: 8vw;
  top: 0;
  right: 0;
  background-size: cover;
}
@media only screen and (min-width: 768px) {
  .product__comparisonTtl:before {
    width: 10.390625vw;
    height: 3.515625vw;
    right: 0vw;
    top: 0;
  }
}
.product__comparisonTtl:after {
  content: "";
  display: inline-block;
  position: absolute;
  background: url(../images/img_ttlStar02.svg) no-repeat;
  width: 24vw;
  height: 8.2666666667vw;
  bottom: 0;
  left: 0;
  background-size: cover;
}
@media only screen and (min-width: 768px) {
  .product__comparisonTtl:after {
    width: 10.390625vw;
    height: 3.515625vw;
    left: 0vw;
    bottom: 0;
  }
}
.product__main {
  margin: 0 -8vw;
}
@media only screen and (min-width: 768px) {
  .product__main {
    margin: 0;
  }
}
.product__compare {
  padding: 5.8666666667vw 0 4.2666666667vw;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .product__compare {
    padding: 2.578125vw 0 1.953125vw;
  }
}
.product__compare--inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.product__compare--starsList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.product__compare--star {
  display: inline-block;
  padding: 0 0.5333333333vw;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .product__compare--star {
    padding: 0 0.390625vw;
  }
}
.product__compare--star:before {
  content: "";
  display: inline-block;
  background: url(../images/ico_starOn.png) no-repeat;
  background-size: cover;
  position: absolute;
  width: 4vw;
  height: 4vw;
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media only screen and (min-width: 768px) {
  .product__compare--star:before {
    width: 1.953125vw;
    height: 1.953125vw;
  }
}
.product__compare--star svg {
  width: 4vw;
}
@media only screen and (min-width: 768px) {
  .product__compare--star svg {
    width: 1.953125vw;
  }
}
.product__compare--star svg path {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.product__compare--star.starOn:before {
  opacity: 1;
}
.product__compare--txt {
  font-size: 3.2vw;
  width: 25.3333333333vw;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .product__compare--txt {
    font-size: 1.40625vw;
    width: 17.1875vw;
  }
}
.product__compare .u-starLine {
  position: absolute;
  bottom: 0;
}
.product__flavor {
  position: relative;
  padding: 5.3333333333vw 0 12vw;
}
@media only screen and (min-width: 768px) {
  .product__flavor {
    padding: 2.34375vw 0;
  }
}
.product__flavor img {
  width: 88.2666666667vw;
  margin: auto;
}
@media only screen and (min-width: 768px) {
  .product__flavor img {
    width: 69.53125vw;
  }
}
.product__flavor .product__compare--txt {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.product__flavor .u-starLine {
  position: absolute;
  bottom: 0;
}
.product__detailed {
  margin-top: 22.6666666667vw;
}
@media only screen and (min-width: 768px) {
  .product__detailed {
    margin-top: 5.46875vw;
  }
}
.product__detailed--ttl {
  position: relative;
  font-size: 6.9333333333vw;
  text-align: center;
  padding: 11.7333333333vw 5.3333333333vw 14.6666666667vw;
  line-height: 1;
  margin-bottom: 3.4666666667vw;
}
@media only screen and (min-width: 768px) {
  .product__detailed--ttl {
    font-size: 2.96875vw;
    padding: 3.90625vw 1.5625vw 4.6875vw;
    width: 41.875vw;
    margin: 0 auto;
  }
}
.product__detailed--ttl:before {
  content: "";
  display: inline-block;
  position: absolute;
  background: url(../images/img_ttlStar01.svg) no-repeat;
  width: 27.7333333333vw;
  height: 9.6vw;
  top: 0;
  right: -2.1333333333vw;
  background-size: cover;
}
@media only screen and (min-width: 768px) {
  .product__detailed--ttl:before {
    background: url(../images/img_ttlStar03.svg) no-repeat;
    width: 10.9375vw;
    height: 3.90625vw;
    right: 0vw;
    top: 0;
    background-size: cover;
  }
}
.product__detailed--ttl:after {
  content: "";
  display: inline-block;
  position: absolute;
  background: url(../images/img_ttlStar02.svg) no-repeat;
  width: 28.8vw;
  height: 10.9333333333vw;
  bottom: 0;
  left: -2.4vw;
  background-size: cover;
}
@media only screen and (min-width: 768px) {
  .product__detailed--ttl:after {
    background: url(../images/img_ttlStar04.svg) no-repeat;
    width: 12.65625vw;
    height: 4.375vw;
    left: 0vw;
    bottom: 0;
    background-size: cover;
  }
}
.product__detailed--links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -2.1333333333vw 13.3333333333vw;
}
@media only screen and (min-width: 768px) {
  .product__detailed--links {
    width: 46.5625vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: initial;
    margin: 0 auto 1.5625vw;
    padding-top: 3.90625vw;
  }
}
.product__detailed--link {
  -ms-flex-preferred-size: 33.333333%;
  flex-basis: 33.333333%;
  max-width: 33.333333%;
  padding: 0 2.1333333333vw;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .product__detailed--link {
    width: 100%;
    max-width: 100%;
    padding: 0 1.171875vw;
  }
}
@media only screen and (min-width: 768px) {
  .product__detailed--link p {
    font-size: 1.09375vw;
    padding-bottom: 1.171875vw;
  }
}
.product__detailed--link a {
  color: #fff;
  font-size: 2.9333333333vw;
  position: relative;
  display: block;
  padding-bottom: 6.6666666667vw;
}
@media only screen and (min-width: 768px) {
  .product__detailed--link a {
    font-size: 1.09375vw;
    padding-bottom: 1.171875vw;
  }
}
.product__detailed--link a:before {
  content: "";
  display: inline-block;
  width: 1.0666666667vw;
  height: 1.7333333333vw;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  position: absolute;
  right: 0;
  left: 0;
  bottom: 3.4666666667vw;
  margin: auto;
  background: url(../images/ico_bottomArrow.svg) no-repeat;
  background-size: cover;
  background-position: center;
}
@media only screen and (min-width: 768px) {
  .product__detailed--link a:before {
    display: none;
  }
}
.product__detailed--link a .u-starLine {
  position: absolute;
  bottom: 0;
  left: 0;
}
@media only screen and (min-width: 768px) {
  .product__detailed--box {
    padding: 0 7.03125vw;
  }
}
.product__detailed--boxTtl {
  position: relative;
  font-size: 5.3333333333vw;
  text-align: center;
  padding: 7.4666666667vw 5.3333333333vw 8.2666666667vw;
  line-height: 1;
  width: 56.8vw;
  margin: 0 auto;
}
@media only screen and (min-width: 768px) {
  .product__detailed--boxTtl {
    font-size: 2.421875vw;
    padding: 2.421875vw 0 3.90625vw;
  }
}
.product__detailed--boxTtl:before {
  content: "";
  display: inline-block;
  position: absolute;
  background: url(../images/img_ttlStar01.svg) no-repeat;
  width: 20vw;
  height: 6.9333333333vw;
  top: 0;
  right: -2.1333333333vw;
  background-size: cover;
}
@media only screen and (min-width: 768px) {
  .product__detailed--boxTtl:before {
    width: 5.859375vw;
    height: 2.03125vw;
    right: 0vw;
    top: 0;
  }
}
.product__detailed--boxTtl:after {
  content: "";
  display: inline-block;
  position: absolute;
  background: url(../images/img_ttlStar02.svg) no-repeat;
  width: 21.3333333333vw;
  height: 7.4666666667vw;
  bottom: 0;
  left: -2.4vw;
  background-size: cover;
}
@media only screen and (min-width: 768px) {
  .product__detailed--boxTtl:after {
    width: 10.390625vw;
    height: 3.515625vw;
    left: 0vw;
    bottom: 0;
  }
}
.product__detailed--boxImg {
  text-align: center;
  margin-bottom: 4vw;
}
.product__detailed--boxImg img {
  width: 38.1333333333vw;
}
.product__detailed--box:not(:last-child) {
  margin-bottom: 26.6666666667vw;
}
@media only screen and (min-width: 768px) {
  .product__detailed--box:not(:last-child) {
    margin-bottom: 10.9375vw;
  }
}
@media only screen and (min-width: 768px) {
  .product__detailed--boxFlex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    position: relative;
  }
}
@media only screen and (min-width: 768px) {
  .product__detailed--boxCalm, .product__detailed--boxRellax {
    width: 24.21875vw;
  }
}
@media only screen and (min-width: 768px) {
  .product__detailed--box-01 .product__detailed--boxTtl {
    width: 20.78125vw;
    margin: 0 auto 1.5625vw;
  }
}
@media only screen and (min-width: 768px) {
  .product__detailed--box-01 .product__detailed--boxFlex {
    padding-top: 4.6875vw;
  }
}
@media only screen and (min-width: 768px) {
  .product__detailed--box-01 .product__detailed--boxFlex:before {
    content: "";
    display: inline-block;
    width: 18.125vw;
    height: 21.25vw;
    position: absolute;
    top: 50%;
    left: 48%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background: url(../images/img_detaile01.webp) no-repeat;
    background-size: cover;
  }
}
@media only screen and (min-width: 768px) {
  .product__detailed--box-02 .product__detailed--boxTtl {
    width: 19.765625vw;
    margin: 0 auto 1.5625vw;
  }
}
@media only screen and (min-width: 768px) {
  .product__detailed--box-02 .product__detailed--boxFlex {
    padding-top: 4.6875vw;
  }
}
@media only screen and (min-width: 768px) {
  .product__detailed--box-02 .product__detailed--boxFlex:before {
    content: "";
    display: inline-block;
    width: 16.5625vw;
    height: 19.6875vw;
    position: absolute;
    top: 50%;
    left: 46%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background: url(../images/img_detaile02.webp) no-repeat;
    background-size: cover;
  }
}
.product__detailed--box-02 .product__detailed--btn {
  text-align: left;
}
@media only screen and (min-width: 768px) {
  .product__detailed--box-03 .product__detailed--boxTtl {
    width: 19.296875vw;
    margin: 0 auto 1.5625vw;
  }
}
@media only screen and (min-width: 768px) {
  .product__detailed--box-03 .product__detailed--boxFlex {
    margin: 0 -2.34375vw;
  }
}
@media only screen and (min-width: 768px) {
  .product__detailed--box-03 .product__detailed--boxCalm,
.product__detailed--box-03 .product__detailed--boxRellax {
    width: 50%;
    max-width: 50%;
    padding: 0 2.34375vw;
  }
}
@media only screen and (min-width: 768px) {
  .product__detailed--boxs {
    padding: 0.546875vw 0 !important;
  }
}
@media only screen and (min-width: 768px) {
  .product__detailed--boxsList {
    padding-bottom: 12.5vw;
  }
}
.product__detailed--boxCalm {
  margin-bottom: 13.3333333333vw;
}
@media only screen and (min-width: 768px) {
  .product__detailed--boxCalm {
    margin-bottom: 0;
  }
}
.product__detailed--check {
  font-size: 3.7333333333vw;
  padding-left: 7.4666666667vw;
  position: relative;
  margin: 0 0 0 8vw;
}
@media only screen and (min-width: 768px) {
  .product__detailed--check {
    font-size: 1.25vw;
    padding-left: 2.1875vw;
    margin: 0 0 0.78125vw 2.34375vw;
  }
}
.product__detailed--check:before {
  content: "";
  display: inline-block;
  width: 5.3333333333vw;
  height: 4.5333333333vw;
  background: url(../images/ico_checkBox.svg) no-repeat;
  background-size: cover;
  position: absolute;
  left: 0;
  top: 0;
}
@media only screen and (min-width: 768px) {
  .product__detailed--check:before {
    width: 1.5625vw;
    height: 1.328125vw;
    background-size: cover;
    top: 0.234375vw;
  }
}
.product__detailed--check .product__detailed--annotation {
  margin-left: -8vw;
}
@media only screen and (min-width: 768px) {
  .product__detailed--check .product__detailed--annotation {
    font-size: 0.625vw;
    margin-left: -2.34375vw;
  }
}
.product__detailed--txtCenter {
  margin: 0 0 0 12.8vw;
}
@media only screen and (min-width: 768px) {
  .product__detailed--txtCenter {
    margin: 0;
  }
}
.product__detailed--txt {
  font-size: 3.4666666667vw;
  line-height: 1.6;
}
@media only screen and (min-width: 768px) {
  .product__detailed--txt {
    font-size: 1.25vw;
  }
}
.product__detailed--txt span {
  font-size: 4.2666666667vw;
}
@media only screen and (min-width: 768px) {
  .product__detailed--txt span {
    font-size: 1.5625vw;
  }
}
.product__detailed--txt-seibun {
  line-height: 2.5;
  margin-bottom: 4vw;
}
@media only screen and (min-width: 768px) {
  .product__detailed--txt-seibun {
    margin-bottom: 0.78125vw;
    font-size: 0.9375vw;
    line-height: 2.3;
  }
}
.product__detailed--btn {
  margin-top: 4vw;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .product__detailed--btn {
    margin-top: 2.734375vw;
  }
}
@media only screen and (min-width: 768px) {
  .product__detailed--btn a {
    width: 20vw;
    display: inline-block;
  }
}
.product__detailed--annotation {
  font-size: 2.6666666667vw;
}
@media only screen and (min-width: 768px) {
  .product__detailed--annotation {
    font-size: 0.78125vw;
  }
}
.product__detailed--seibun {
  margin-bottom: 8vw;
}
@media only screen and (min-width: 768px) {
  .product__detailed--seibun {
    margin-bottom: 1.953125vw;
  }
}
@media only screen and (min-width: 768px) {
  .product__detailed .sub-swiper {
    width: 46.5625vw !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: initial;
    margin: 0 auto 1.5625vw;
    padding-top: 3.90625vw;
  }
}

.purchase {
  position: relative;
  z-index: 2;
  margin-bottom: 28vw;
}
@media only screen and (min-width: 768px) {
  .purchase {
    margin-bottom: 19.140625vw;
  }
}
.purchase__ttl {
  font-size: 5.3333333333vw;
  letter-spacing: 0.1rem;
  margin-bottom: 5.3333333333vw;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .purchase__ttl {
    font-size: 2.5vw;
    margin-bottom: 4.6875vw;
  }
}
.purchase__links {
  margin-bottom: 21.3333333333vw;
  font-size: 80%;
}
@media only screen and (min-width: 768px) {
  .purchase__links {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
            justify-content: center;
    margin-bottom: 3.90625vw;
  }
}
.purchase__link {
  margin-left: 0 !important;
}
@media only screen and (min-width: 768px) {
  .purchase__link:not(:last-child) {
    margin-right: 2%;
  }
}
.purchase .purchase__btn {
  width: 104%;
  margin-left: -2%;
}
@media only screen and (min-width: 768px) {
  .purchase .purchase__btn {
    width: 23.5%;
    margin-right: 2%;
  }
}
.purchase .purchase__btn:not(:last-child) {
  margin-bottom: 4.2666666667vw;
}
@media only screen and (min-width: 768px) {
  .purchase .purchase__btn:not(:last-child) {
    width: 23.5%;
    margin-bottom: 1.25vw;
  }
}
.purchase .purchase__btn a {
  width: 100%;
  position: relative;
  display: inline-block;
  padding: 0.4rem;
}
.purchase .purchase__btn a:before {
  content: "";
  position: absolute;
  background-color: #fff;
  left: 0.7rem;
  right: 0.7rem;
  top: 0;
  height: 1px;
}
.purchase .purchase__btn a:after {
  content: "";
  position: absolute;
  background-color: #fff;
  left: 0.7rem;
  right: 0.7rem;
  bottom: 0;
  height: 1px;
}
.purchase .purchase__btn .btn-text {
  background-size: 100%;
  color: #fff;
  min-width: inherit;
}
@media only screen and (min-width: 768px) {
  .purchase .purchase__btn .btn-text {
    font-size: 0.78125vw;
    padding: 1.015625vw 2.34375vw 1.015625vw 1.5625vw;
  }
}
.purchase .purchase__btn .btn-text i.fontEn {
  font-size: 180%;
}
@media only screen and (min-width: 768px) {
  .purchase .purchase__btn .btn-text i.fontEn {
    font-size: 1.09375vw;
  }
}
.purchase .purchase__btn .btn-text::before {
  content: "";
  display: block;
  position: absolute;
  inset: 0;
  background: rgb(46, 46, 46);
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(46, 46, 46, 0.82)), to(rgb(113, 113, 113)));
  background: linear-gradient(180deg, rgba(46, 46, 46, 0.82) 0%, rgb(113, 113, 113) 100%);
  mix-blend-mode: overlay;
  -webkit-transition: 0.4s ease-out;
  transition: 0.4s ease-out;
}
.purchase .purchase__btn .btn-line:before, .purchase .purchase__btn .btn-line:after {
  content: "";
  position: absolute;
  background-color: #fff;
}
.purchase .purchase__btn .btn-line:before {
  top: 0.7rem;
  bottom: 0.7rem;
  left: 0;
  width: 1px;
}
.purchase .purchase__btn .btn-line:after {
  top: 0.7rem;
  bottom: 0.7rem;
  right: 0;
  width: 1px;
}
.purchase .purchase__btn .bold {
  font-style: normal !important;
}
.purchase .purchase__btn .btn-arrow {
  color: #fff;
}
@media only screen and (min-width: 768px) {
  .purchase .purchase__btn .btn-arrow {
    right: 1.5625vw;
    width: 1.5625vw;
  }
}
@media only screen and (min-width: 768px) {
  .purchase__menus {
    margin-bottom: 21.3333333333vw;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: center;
    margin: 0 -1.171875vw;
  }
}
@media only screen and (min-width: 768px) {
  .purchase__menus li {
    padding: 0 1.171875vw;
  }
}
.purchase__menus li:not(:last-child) {
  margin-bottom: 21.3333333333vw;
}
@media only screen and (min-width: 768px) {
  .purchase__menus li:not(:last-child) {
    margin-bottom: 0;
  }
}
.purchase__menus--ttl {
  font-size: 5.3333333333vw;
  margin-bottom: 5.3333333333vw;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .purchase__menus--ttl {
    font-size: 1.5625vw;
    margin-bottom: 1.5625vw;
  }
}
.purchase__menus .purchase__btn {
  font-size: 150%;
}
@media only screen and (min-width: 768px) {
  .purchase__menus .purchase__btn {
    width: inherit;
  }
}
@media only screen and (min-width: 768px) {
  .purchase__menus .purchase__btn .btn-text {
    min-width: 17.96875vw;
    min-height: 3.515625vw;
    padding: 0.46875vw 2.34375vw 0.46875vw 0.9375vw;
  }
}

@-webkit-keyframes btn_star {
  40% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(0.7);
            transform: scale(0.7);
  }
  60% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes btn_star {
  40% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(0.7);
            transform: scale(0.7);
  }
  60% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
.footer {
  position: relative;
  z-index: 2;
}
.footer--logo {
  margin-bottom: 24px;
  text-align: center;
}
.footer--logo img {
  width: 95px;
}
.footer .sns_area {
  margin-bottom: 54px;
}
@media only screen and (min-width: 768px) {
  .footer .sns_area {
    margin-bottom: 34px;
  }
}
.footer .sns--list {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
}
.footer .sns--list li:not(:last-child) {
  margin-right: 24px;
}
.footer .fnav {
  margin-left: 0;
  margin-bottom: 20px;
  font-size: 100%;
  letter-spacing: 0.06em;
  line-height: 1;
}
.footer .fnav__list {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.footer .fnav__list li:not(:last-child) {
  margin-right: 0;
}
@media only screen and (min-width: 768px) {
  .footer .fnav__list li:not(:last-child) {
    margin-right: 70px;
  }
}
.footer .footer--copyright {
  padding-bottom: 40px;
  text-align: center;
  letter-spacing: 0.06em;
}
.footer .footer--copyright small {
  font-size: 3.2vw;
}
@media only screen and (min-width: 768px) {
  .footer .footer--copyright small {
    font-size: 0.9375vw;
  }
}