/**
 * YUI 3.5.0 - reset.css (http://developer.yahoo.com/yui/3/cssreset/)
 * http://cssreset.com
 * Copyright 2012 Yahoo! Inc. All rights reserved.
 * http://yuilibrary.com/license/
 */
/*
	TODO will need to remove settings on HTML since we can't namespace it.
	TODO with the prefix, should I group by selector or property for weight savings?
*/
/*
	TODO remove settings on BODY since we can't namespace it.
*/
/*
	TODO test putting a class on HEAD.
		- Fails on FF.
*/
/*body,*/
#lp-gso {
  /*
  	TODO think about hanlding inheritence differently, maybe letting IE6 fail a bit...
  */
  /* to preserve line-height and selector appearance */
  /*to enable resizing for IE*/
  /*because legend doesn't inherit in IE */
  /* YUI CSS Detection Stamp */
}
#lp-gso div,
#lp-gso dl,
#lp-gso dt,
#lp-gso dd,
#lp-gso ul,
#lp-gso ol,
#lp-gso li,
#lp-gso h1,
#lp-gso h2,
#lp-gso h3,
#lp-gso h4,
#lp-gso h5,
#lp-gso h6,
#lp-gso pre,
#lp-gso code,
#lp-gso form,
#lp-gso fieldset,
#lp-gso legend,
#lp-gso input,
#lp-gso textarea,
#lp-gso p,
#lp-gso blockquote,
#lp-gso th,
#lp-gso td {
  margin: 0;
  padding: 0;
}
#lp-gso table {
  border-collapse: collapse;
  border-spacing: 0;
}
#lp-gso fieldset,
#lp-gso img {
  border: 0;
}
#lp-gso address,
#lp-gso caption,
#lp-gso cite,
#lp-gso code,
#lp-gso dfn,
#lp-gso em,
#lp-gso strong,
#lp-gso th,
#lp-gso var {
  font-style: normal;
  font-weight: normal;
}
#lp-gso ol,
#lp-gso ul {
  list-style: none;
}
#lp-gso caption,
#lp-gso th {
  text-align: left;
}
#lp-gso h1,
#lp-gso h2,
#lp-gso h3,
#lp-gso h4,
#lp-gso h5,
#lp-gso h6 {
  font-size: 100%;
  font-weight: normal;
}
#lp-gso q:before,
#lp-gso q:after {
  content: "";
}
#lp-gso abbr,
#lp-gso acronym {
  border: 0;
  font-variant: normal;
}
#lp-gso sup {
  vertical-align: text-top;
}
#lp-gso sub {
  vertical-align: text-bottom;
}
#lp-gso input,
#lp-gso textarea,
#lp-gso select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}
#lp-gso input,
#lp-gso textarea,
#lp-gso select {
  *font-size: 100%;
}
#lp-gso legend {
  color: #000;
}
#lp-gso main {
  display: block;
}
#lp-gso a:hover {
  opacity: 1;
}
#lp-gso #yui3-css-stamp.cssreset {
  display: none;
}
#lp-gso #wrapper img {
  vertical-align: bottom;
}

@media only screen and (min-width: 769px) {
  .spshow {
    display: none !important;
  }
}
@media only screen and (max-width: 768px) {
  .pcshow {
    display: none !important;
  }

  img {
    width: 100%;
  }
}
:root {
  --headerH_pc: 82px;
  --topNavH_pc: 3.4722222222vw;
  --topNavH_ov1440: 50px;
  --topNavH_sp: 12.5vw;
  --topNavH_sp_ov744: 50px;
  --headerH_sp: 55px;
  --titleH: initial;
  --discH: initial;
}

body, html {
  overflow-x: initial;
}

footer {
  overflow-x: hidden;
}

.anim.on {
  opacity: 1;
  transition: 1s cubic-bezier(0.33, 1, 0.68, 1) 0.3s;
  transform: translateY(0);
}

.anim {
  opacity: 0;
  transform: translateY(100px);
}

@media only screen and (max-width: 768px) {
  .sp_anim.on {
    opacity: 1;
    transition: 1s cubic-bezier(0.33, 1, 0.68, 1) 0.3s;
    transform: translateY(0);
  }
}

@media only screen and (max-width: 768px) {
  .sp_anim {
    opacity: 0;
    transform: translateY(100px);
  }
}

#lp-sfslx a:hover {
  opacity: 1;
}
#lp-sfslx .sticky_nav {
  width: 100%;
  position: -webkit-sticky;
  position: sticky;
  z-index: 10;
  background: #FFF;
}
@media only screen and (min-width: 769px) {
  #lp-sfslx .sticky_nav {
    top: var(--headerH_pc);
  }
}
@media only screen and (max-width: 768px) {
  #lp-sfslx .sticky_nav {
    top: var(--headerH_sp);
  }
}
#lp-sfslx .sticky_nav dl.menu {
  display: flex;
  justify-content: flex-end;
  position: relative;
  width: 100%;
  background: #FFF;
}
@media only screen and (min-width: 769px) {
  #lp-sfslx .sticky_nav dl.menu {
    max-width: 1440px;
    height: var(--topNavH_pc);
    max-height: var(--topNavH_ov1440);
    margin: 0 auto;
  }
}
@media only screen and (max-width: 768px) {
  #lp-sfslx .sticky_nav dl.menu {
    height: var(--topNavH_sp);
  }
}
@media screen and (min-width: 744px) and (max-width: 768px) {
  #lp-sfslx .sticky_nav dl.menu {
    height: var(--topNavH_sp_ov744);
  }
}
@media only screen and (min-width: 769px) {
  #lp-sfslx .sticky_nav dl.menu dt {
    min-width: 10em;
    width: 19.4444444444vw;
    max-width: 280px;
    height: var(--topNavH_pc);
    max-height: var(--topNavH_ov1440);
  }
}
@media only screen and (max-width: 768px) {
  #lp-sfslx .sticky_nav dl.menu dt {
    width: 87.5vw;
    height: var(--topNavH_sp);
  }
}
@media screen and (min-width: 744px) and (max-width: 768px) {
  #lp-sfslx .sticky_nav dl.menu dt {
    width: 448px;
    height: var(--topNavH_sp_ov744);
  }
}
#lp-sfslx .sticky_nav dl.menu dt a {
  width: 100%;
  height: 100%;
  font-family: ReaderMedium;
  position: relative;
  color: #000;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  background: #FFFFFF;
  letter-spacing: 0;
  white-space: nowrap;
}
@media only screen and (min-width: 769px) {
  #lp-sfslx .sticky_nav dl.menu dt a {
    padding-right: 25.6333333333px;
  }
}
@media only screen and (min-width: 769px) and (min-width: 769px) {
  #lp-sfslx .sticky_nav dl.menu dt a {
    padding-right: calc(
				25.6333333333px + 22.3666666667 * (100vw - 769px) / 671
			);
  }
}
@media only screen and (min-width: 769px) and (min-width: 1440px) {
  #lp-sfslx .sticky_nav dl.menu dt a {
    padding-right: 48px;
  }
}
@media only screen and (max-width: 768px) {
  #lp-sfslx .sticky_nav dl.menu dt a {
    padding-right: 15vw;
    font-size: 3.75vw;
  }
}
@media screen and (min-width: 744px) and (max-width: 768px) {
  #lp-sfslx .sticky_nav dl.menu dt a {
    padding-right: 76.8px;
    font-size: 19.2px;
  }
}
#lp-sfslx .sticky_nav dl.menu dt a:before {
  content: "";
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  transition: 0.2s;
  transform: rotate(0deg);
}
@media only screen and (min-width: 769px) {
  #lp-sfslx .sticky_nav dl.menu dt a:before {
    right: 9.0998333333px;
    width: 0.9659722222vw;
    max-width: 13.91px;
    height: 0.58125vw;
    max-height: 8.37px;
  }
}
@media only screen and (min-width: 769px) and (min-width: 769px) {
  #lp-sfslx .sticky_nav dl.menu dt a:before {
    right: calc(
				9.0998333333px + 7.9401666667 * (100vw - 769px) / 671
			);
  }
}
@media only screen and (min-width: 769px) and (min-width: 1440px) {
  #lp-sfslx .sticky_nav dl.menu dt a:before {
    right: 17.04px;
  }
}
@media only screen and (max-width: 768px) {
  #lp-sfslx .sticky_nav dl.menu dt a:before {
    right: 5.325vw;
    width: 4.346875vw;
    height: 2.615625vw;
  }
}
@media screen and (min-width: 744px) and (max-width: 768px) {
  #lp-sfslx .sticky_nav dl.menu dt a:before {
    right: 27.264px;
    width: 22.256px;
    height: 13.392px;
  }
}
#lp-sfslx .sticky_nav dl.menu dt.on a:before {
  transform: rotate(180deg);
}
#lp-sfslx .sticky_nav dl.menu dd {
  position: absolute;
  top: 100%;
  right: 0;
  display: none;
  margin: 0;
  text-align: right;
  background: rgba(255, 255, 255, 0.7);
  z-index: 10;
  background: #FFFFFF;
}
#lp-sfslx .sticky_nav dl.menu dd ul {
  list-style: none;
}
#lp-sfslx .sticky_nav dl.menu dd ul li {
  position: relative;
  background: #FFFFFF;
}
@media only screen and (min-width: 769px) {
  #lp-sfslx .sticky_nav dl.menu dd ul li {
    min-width: 10em;
    width: 19.4444444444vw;
    max-width: 280px;
    height: 1.6666666667vw;
    max-height: 24px;
  }
}
@media only screen and (max-width: 768px) {
  #lp-sfslx .sticky_nav dl.menu dd ul li {
    width: 87.5vw;
    height: 7.5vw;
  }
}
@media screen and (min-width: 744px) and (max-width: 768px) {
  #lp-sfslx .sticky_nav dl.menu dd ul li {
    width: 448px;
    height: 38.4px;
  }
}
@media only screen and (min-width: 769px) {
  #lp-sfslx .sticky_nav dl.menu dd ul li {
    margin-top: 8.5444444444px;
  }
}
@media only screen and (min-width: 769px) and (min-width: 769px) {
  #lp-sfslx .sticky_nav dl.menu dd ul li {
    margin-top: calc(
				8.5444444444px + 7.4555555556 * (100vw - 769px) / 671
			);
  }
}
@media only screen and (min-width: 769px) and (min-width: 1440px) {
  #lp-sfslx .sticky_nav dl.menu dd ul li {
    margin-top: 16px;
  }
}
@media only screen and (max-width: 768px) {
  #lp-sfslx .sticky_nav dl.menu dd ul li {
    margin-top: 5vw;
  }
}
@media screen and (min-width: 744px) and (max-width: 768px) {
  #lp-sfslx .sticky_nav dl.menu dd ul li {
    margin-top: 25.6px;
  }
}
@media only screen and (min-width: 769px) {
  #lp-sfslx .sticky_nav dl.menu dd ul li:last-child {
    margin-bottom: 6.4083333333px;
  }
}
@media only screen and (min-width: 769px) and (min-width: 769px) {
  #lp-sfslx .sticky_nav dl.menu dd ul li:last-child {
    margin-bottom: calc(
				6.4083333333px + 5.5916666667 * (100vw - 769px) / 671
			);
  }
}
@media only screen and (min-width: 769px) and (min-width: 1440px) {
  #lp-sfslx .sticky_nav dl.menu dd ul li:last-child {
    margin-bottom: 12px;
  }
}
@media only screen and (max-width: 768px) {
  #lp-sfslx .sticky_nav dl.menu dd ul li:last-child {
    margin-bottom: 3.75vw;
  }
}
@media screen and (min-width: 744px) and (max-width: 768px) {
  #lp-sfslx .sticky_nav dl.menu dd ul li:last-child {
    margin-bottom: 19.2px;
  }
}
#lp-sfslx .sticky_nav dl.menu dd ul li a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  font-family: ReaderRegular;
  color: #000;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
@media only screen and (min-width: 769px) {
  #lp-sfslx .sticky_nav dl.menu dd ul li a {
    padding-right: 25.6333333333px;
  }
}
@media only screen and (min-width: 769px) and (min-width: 769px) {
  #lp-sfslx .sticky_nav dl.menu dd ul li a {
    padding-right: calc(
				25.6333333333px + 22.3666666667 * (100vw - 769px) / 671
			);
  }
}
@media only screen and (min-width: 769px) and (min-width: 1440px) {
  #lp-sfslx .sticky_nav dl.menu dd ul li a {
    padding-right: 48px;
  }
}
@media only screen and (max-width: 768px) {
  #lp-sfslx .sticky_nav dl.menu dd ul li a {
    padding-right: 15vw;
    font-size: 3.75vw;
  }
}
@media screen and (min-width: 744px) and (max-width: 768px) {
  #lp-sfslx .sticky_nav dl.menu dd ul li a {
    padding-right: 76.8px;
    font-size: 19.2px;
  }
}
#lp-sfslx .sticky_nav dl.menu dd ul li a:before {
  content: "";
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  transition: 0.2s;
  transform: rotate(0deg);
}
@media only screen and (min-width: 769px) {
  #lp-sfslx .sticky_nav dl.menu dd ul li a:before {
    width: 0.9659722222vw;
    max-width: 13.91px;
    height: 0.58125vw;
    max-height: 8.37px;
    right: 9.0998333333px;
  }
}
@media only screen and (min-width: 769px) and (min-width: 769px) {
  #lp-sfslx .sticky_nav dl.menu dd ul li a:before {
    right: calc(
				9.0998333333px + 7.9401666667 * (100vw - 769px) / 671
			);
  }
}
@media only screen and (min-width: 769px) and (min-width: 1440px) {
  #lp-sfslx .sticky_nav dl.menu dd ul li a:before {
    right: 17.04px;
  }
}
@media only screen and (max-width: 768px) {
  #lp-sfslx .sticky_nav dl.menu dd ul li a:before {
    width: 4.346875vw;
    height: 2.615625vw;
    right: 5.325vw;
  }
}
@media screen and (min-width: 744px) and (max-width: 768px) {
  #lp-sfslx .sticky_nav dl.menu dd ul li a:before {
    width: 22.256px;
    height: 13.392px;
    right: 27.264px;
  }
}
#lp-sfslx .sticky_nav dl.menu dd ul li a:hover {
  text-decoration: underline;
}
#lp-sfslx .sticky_nav dl.menu dd ul li.active {
  display: none;
}
#lp-sfslx .sticky_nav dl.menu dd ul li.active a {
  font-family: ReaderMedium;
}
#lp-sfslx section.topSec {
  background-repeat: no-repeat;
  width: 100%;
  position: relative;
  margin: 0 auto;
}
@media only screen and (min-width: 769px) {
  #lp-sfslx section.topSec {
    background-position: center;
    background-size: cover;
    max-width: 2048px;
    height: auto;
    position: relative;
  }
}
@media only screen and (min-width: 1440px) {
  #lp-sfslx section.topSec {
    background-size: cover;
    background-color: rgb(12, 13, 17);
    background-position: center center;
    max-width: initial;
    max-height: initial;
  }
}
#lp-sfslx section.topSec:before {
  content: "";
  display: block;
}
@media only screen and (min-width: 769px) {
  #lp-sfslx section.topSec:before {
    padding-top: 34.09722222%;
  }
}
@media only screen and (min-width: 1440px) {
  #lp-sfslx section.topSec:before {
    padding-top: 489px;
  }
}
@media only screen and (max-width: 768px) {
  #lp-sfslx section.topSec:before {
    display: none;
  }
}
@media only screen and (max-width: 768px) {
  #lp-sfslx section.topSec {
    background-size: cover;
  }
}
#lp-sfslx section.topSec .inner {
  display: flex;
}
@media only screen and (min-width: 769px) {
  #lp-sfslx section.topSec .inner {
    width: 100%;
    max-width: 1440px;
    margin: 0 auto;
    justify-content: space-between;
    align-items: center;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
  }
}
@media only screen and (max-width: 768px) {
  #lp-sfslx section.topSec .inner {
    width: 100%;
    flex-direction: column;
  }
}
#lp-sfslx section.topSec .inner .txt_area {
  display: flex;
  flex-direction: column;
  /* align-items: center; */
  justify-content: center;
}
@media only screen and (min-width: 769px) {
  #lp-sfslx section.topSec .inner .txt_area {
    width: auto;
    margin-left: 10.625vw;
  }
}
@media only screen and (min-width: 1440px) {
  #lp-sfslx section.topSec .inner .txt_area {
    width: calc(100% - 900px);
    margin-left: 12.29166666666667vw;
    margin-top: 9px;
  }
}
@media only screen and (max-width: 768px) {
  #lp-sfslx section.topSec .inner .txt_area {
    justify-content: flex-start;
    align-items: center;
    order: 2;
    height: 152.03125vw;
    padding: 8vw 0;
  }
}
#lp-sfslx section.topSec .inner .txt_area h2 {
  letter-spacing: 0;
  text-transform: none;
  color: #fff;
  line-height: 1.2;
  margin: 0 0 -4px;
}
@media only screen and (min-width: 769px) {
  #lp-sfslx section.topSec .inner .txt_area h2 {
    margin-top: 0;
    font-size: 2.7777777778vw;
  }
}
@media only screen and (min-width: 769px) and (min-width: 769px) {
  #lp-sfslx section.topSec .inner .txt_area h2 {
    margin-top: calc(
				0 + 0 * (100vw - 769px) / 671
			);
  }
}
@media only screen and (min-width: 769px) and (min-width: 1440px) {
  #lp-sfslx section.topSec .inner .txt_area h2 {
    margin-top: 0;
  }
}
@media only screen and (min-width: 1440px) {
  #lp-sfslx section.topSec .inner .txt_area h2 {
    font-size: 40px;
  }
}
@media only screen and (max-width: 768px) {
  #lp-sfslx section.topSec .inner .txt_area h2 {
    font-size: 5.7921875vw;
    margin-bottom: 3.90625vw;
    white-space: nowrap;
  }
}
#lp-sfslx section.topSec .inner .txt_area h3 {
  font-family: ReaderMedium;
  color: #fff;
  text-transform: none;
  line-height: 1.2;
  letter-spacing: -0.01em;
}
@media only screen and (min-width: 769px) {
  #lp-sfslx section.topSec .inner .txt_area h3 {
    margin-top: 6.4083333333px;
  }
}
@media only screen and (min-width: 769px) and (min-width: 769px) {
  #lp-sfslx section.topSec .inner .txt_area h3 {
    margin-top: calc(
				6.4083333333px + 5.5916666667 * (100vw - 769px) / 671
			);
  }
}
@media only screen and (min-width: 769px) and (min-width: 1440px) {
  #lp-sfslx section.topSec .inner .txt_area h3 {
    margin-top: 8px;
  }
}
@media only screen and (max-width: 768px) {
  #lp-sfslx section.topSec .inner .txt_area h3 {
    font-size: 3.653125vw;
    margin-bottom: 0.78125vw;
    white-space: nowrap;
  }
}
#lp-sfslx section.topSec .inner .txt_area p.normal {
  color: #fff;
  letter-spacing: 0.028em;
}
@media only screen and (min-width: 769px) {
  #lp-sfslx section.topSec .inner .txt_area p.normal {
    margin-top: 0;
    font-size: 1.1131944444vw;
  }
}
@media only screen and (min-width: 769px) and (min-width: 769px) {
  #lp-sfslx section.topSec .inner .txt_area p.normal {
    margin-top: calc(
				0 + 0 * (100vw - 769px) / 671
			);
  }
}
@media only screen and (min-width: 769px) and (min-width: 1440px) {
  #lp-sfslx section.topSec .inner .txt_area p.normal {
    margin-top: 0;
  }
}
@media only screen and (min-width: 1440px) {
  #lp-sfslx section.topSec .inner .txt_area p.normal {
    font-size: 22px;
    line-height: 25px;
  }
}
@media only screen and (max-width: 768px) {
  #lp-sfslx section.topSec .inner .txt_area p.normal {
    font-size: 2.309375vw;
    margin-bottom: -14px;
    white-space: nowrap;
    margin-top: -4px;
    line-height: 1.2;
  }
}
#lp-sfslx section.topSec .inner .txt_area .lp-btn {
  display: flex;
}
@media only screen and (min-width: 769px) {
  #lp-sfslx section.topSec .inner .txt_area .lp-btn {
    margin-top: 17.0888888889px;
    flex-direction: column;
  }
}
@media only screen and (min-width: 769px) and (min-width: 769px) {
  #lp-sfslx section.topSec .inner .txt_area .lp-btn {
    margin-top: calc(
				17.0888888889px + 14.9111111111 * (100vw - 769px) / 671
			);
  }
}
@media only screen and (min-width: 769px) and (min-width: 1440px) {
  #lp-sfslx section.topSec .inner .txt_area .lp-btn {
    margin-top: 32px;
  }
}
@media only screen and (min-width: 769px) {
  #lp-sfslx section.topSec .inner .txt_area .lp-btn--whtline {
    min-width: 150px;
    width: 16.8055555556vw;
    max-width: 242px;
  }
}
@media only screen and (max-width: 768px) {
  #lp-sfslx section.topSec .inner .txt_area .lp-btn--whtline {
    width: 56.25vw;
    height: 12.5vw;
    max-height: initial;
    font-size: 3.75vw;
  }
}
@media only screen and (min-width: 769px) {
  #lp-sfslx section.topSec .inner .txt_area .logo_ALIVEwithBeauty {
    width: 13.0208333333vw;
    height: 1.1111111111vw;
    margin-top: 1.9097222222vw;
  }
}
@media only screen and (min-width: 1440px) {
  #lp-sfslx section.topSec .inner .txt_area .logo_ALIVEwithBeauty {
    width: 187.5px;
    height: 16px;
    margin-top: 27.5px;
  }
}
@media only screen and (max-width: 768px) {
  #lp-sfslx section.topSec .inner .txt_area .logo_ALIVEwithBeauty {
    width: 32.34375vw;
    height: 3.28125vw;
    margin-top: 6.09375vw;
    max-height: initial;
  }
}
#lp-sfslx section.topMovieSec01 {
  width: 100%;
  background: #0b170b;
  box-sizing: border-box;
}
@media only screen and (min-width: 769px) {
  #lp-sfslx section.topMovieSec01 {
    height: 28.1944444444vw;
  }
}
@media only screen and (min-width: 1440px) {
  #lp-sfslx section.topMovieSec01 {
    height: 406px;
  }
}
@media only screen and (max-width: 768px) {
  #lp-sfslx section.topMovieSec01 {
    padding-bottom: 12.5vw;
  }
}
#lp-sfslx section.topMovieSec01 .inner {
  box-sizing: border-box;
  display: flex;
}
@media only screen and (min-width: 769px) {
  #lp-sfslx section.topMovieSec01 .inner {
    align-items: center;
    width: 100%;
  }
}
@media only screen and (min-width: 1440px) {
  #lp-sfslx section.topMovieSec01 .inner {
    width: 1440px;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 768px) {
  #lp-sfslx section.topMovieSec01 .inner {
    flex-wrap: wrap;
    flex-direction: column-reverse;
    width: 100%;
  }
}
@media only screen and (min-width: 769px) {
  #lp-sfslx section.topMovieSec01 .text_area_inner {
    margin-top: 1.3888888889vw;
  }
}
@media only screen and (min-width: 1440px) {
  #lp-sfslx section.topMovieSec01 .text_area_inner {
    margin-top: 20px;
  }
}
@media only screen and (max-width: 768px) {
  #lp-sfslx section.topMovieSec01 .text_area_inner {
    margin-top: 6.25vw;
    padding-left: 11.71875vw;
  }
}
@media only screen and (min-width: 769px) {
  #lp-sfslx section.topMovieSec01 .normal {
    margin-top: 0.5555555556vw;
  }
}
@media only screen and (min-width: 1440px) {
  #lp-sfslx section.topMovieSec01 .normal {
    margin-top: 8px;
  }
}
@media only screen and (max-width: 768px) {
  #lp-sfslx section.topMovieSec01 .normal {
    margin-top: 4.6875vw;
  }
}
#lp-sfslx section.topMovieSec01 .txt_area {
  color: #fff;
}
@media only screen and (min-width: 769px) {
  #lp-sfslx section.topMovieSec01 .txt_area {
    width: 32.9861111111vw;
    margin-left: 6.4236111111vw;
  }
}
@media only screen and (min-width: 1440px) {
  #lp-sfslx section.topMovieSec01 .txt_area {
    width: 475px;
    margin-left: 92.5px;
  }
}
@media only screen and (max-width: 768px) {
  #lp-sfslx section.topMovieSec01 .txt_area {
    width: 87.5vw;
    margin: 0 auto;
    padding: 10.9375vw 0 12.5vw;
  }
}
#lp-sfslx section.topMovieSec01 .txt_area h2 {
  text-transform: none;
}
@media only screen and (max-width: 768px) {
  #lp-sfslx section.topMovieSec01 .txt_area h2 {
    font-size: 9.375vw;
  }
}
#lp-sfslx section.topMovieSec01 .txt_area h3 {
  text-transform: none;
}
@media only screen and (max-width: 768px) {
  #lp-sfslx section.topMovieSec01 .txt_area h3 {
    font-size: 5.625vw;
  }
}
@media only screen and (max-width: 768px) {
  #lp-sfslx section.topMovieSec01 .img_area {
    margin-bottom: 56.25%;
  }
}
#lp-sfslx section.topMovieSec01 .img_area .Movie {
  position: relative;
}
@media only screen and (min-width: 769px) {
  #lp-sfslx section.topMovieSec01 .img_area .Movie {
    width: 50.2083333333vw;
    max-width: 723px;
    height: 28.4027777778vw;
    max-height: 409px;
    order: 1;
  }
}
@media only screen and (max-width: 768px) {
  #lp-sfslx section.topMovieSec01 .img_area .Movie {
    width: 100%;
  }
}
#lp-sfslx section.topMovieSec01 .img_area .Movie.spshow {
  padding-top: 0;
  visibility: visible;
}
#lp-sfslx section.topMovieSec01 .img_area .Movie.spshow .bc-player-default_default .vjs-progress-control {
  height: 0.2em;
  top: -0.2em;
}
#lp-sfslx section.topMovieSec01 .img_area .Movie.show {
  visibility: visible;
}
#lp-sfslx section.topMovieSec01 .img_area .Movie .video-js {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#lp-sfslx section.topMovieSec01 .img_area .Movie .vjs-loading-spinner {
  display: none;
}
#lp-sfslx section.topMovieSec01 .img_area .Movie .bc-player-default_default .vjs-progress-control {
  height: 0.2em;
  top: -0.2em;
}
#lp-sfslx section.topMovieSec02 {
  width: 100%;
  box-sizing: border-box;
}
@media only screen and (min-width: 769px) {
  #lp-sfslx section.topMovieSec02 {
    height: 50vw;
    display: flex;
    align-items: center;
    justify-content: center;
    background-size: cover;
  }
}
@media only screen and (min-width: 1440px) {
  #lp-sfslx section.topMovieSec02 {
    height: 720px;
  }
}
@media only screen and (max-width: 768px) {
  #lp-sfslx section.topMovieSec02 {
    background-position: center bottom;
    background-size: 100% auto;
  }
}
#lp-sfslx section.topMovieSec02 .inner {
  box-sizing: border-box;
  display: flex;
}
@media only screen and (min-width: 769px) {
  #lp-sfslx section.topMovieSec02 .inner {
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding-left: 10.625vw;
  }
}
@media only screen and (min-width: 1440px) {
  #lp-sfslx section.topMovieSec02 .inner {
    width: 1440px;
    margin: 0 auto;
    padding-left: 153px;
  }
}
@media only screen and (max-width: 768px) {
  #lp-sfslx section.topMovieSec02 .inner {
    flex-wrap: wrap;
    flex-direction: column-reverse;
    width: 100%;
  }
}
@media only screen and (min-width: 769px) {
  #lp-sfslx section.topMovieSec02 .text_area_inner {
    margin-top: 1.3888888889vw;
  }
}
@media only screen and (min-width: 1440px) {
  #lp-sfslx section.topMovieSec02 .text_area_inner {
    margin-top: 20px;
  }
}
@media only screen and (max-width: 768px) {
  #lp-sfslx section.topMovieSec02 .text_area_inner {
    margin-top: 6.25vw;
    padding-left: 11.71875vw;
  }
}
@media only screen and (min-width: 769px) {
  #lp-sfslx section.topMovieSec02 .normal {
    margin-top: 0.5555555556vw;
  }
}
@media only screen and (min-width: 1440px) {
  #lp-sfslx section.topMovieSec02 .normal {
    margin-top: 8px;
  }
}
@media only screen and (max-width: 768px) {
  #lp-sfslx section.topMovieSec02 .normal {
    margin-top: 4.6875vw;
  }
}
#lp-sfslx section.topMovieSec02 .txt_area {
  color: #fff;
}
@media only screen and (min-width: 769px) {
  #lp-sfslx section.topMovieSec02 .txt_area {
    width: 32.9861111111vw;
  }
}
@media only screen and (min-width: 1440px) {
  #lp-sfslx section.topMovieSec02 .txt_area {
    width: 475px;
  }
}
@media only screen and (max-width: 768px) {
  #lp-sfslx section.topMovieSec02 .txt_area {
    width: 87.5vw;
    margin: 0 auto;
    padding: 10.9375vw 0;
  }
}
@media only screen and (min-width: 769px) {
  #lp-sfslx section.topMovieSec02 .txt_area h2 {
    text-transform: uppercase;
  }
}
@media only screen and (max-width: 768px) {
  #lp-sfslx section.topMovieSec02 .txt_area h2 {
    text-transform: none;
    font-size: 9.375vw;
  }
}
#lp-sfslx section.topMovieSec02 .txt_area h3 {
  text-transform: none;
}
@media only screen and (max-width: 768px) {
  #lp-sfslx section.topMovieSec02 .txt_area h3 {
    font-size: 5.625vw;
  }
}
@media only screen and (max-width: 768px) {
  #lp-sfslx section.topMovieSec02 .img_area {
    margin-bottom: 56.25%;
  }
}
#lp-sfslx section.topMovieSec02 .img_area .Movie {
  position: relative;
}
@media only screen and (min-width: 769px) {
  #lp-sfslx section.topMovieSec02 .img_area .Movie {
    width: 50.2083333333vw;
    max-width: 723px;
    height: 28.4027777778vw;
    max-height: 409px;
    order: 1;
  }
}
@media only screen and (max-width: 768px) {
  #lp-sfslx section.topMovieSec02 .img_area .Movie {
    width: 100%;
  }
}
#lp-sfslx section.topMovieSec02 .img_area .Movie.spshow {
  padding-top: 0;
  visibility: visible;
}
#lp-sfslx section.topMovieSec02 .img_area .Movie.spshow .bc-player-default_default .vjs-progress-control {
  height: 0.2em;
  top: -0.2em;
}
#lp-sfslx section.topMovieSec02 .img_area .Movie.show {
  visibility: visible;
}
#lp-sfslx section.topMovieSec02 .img_area .Movie .video-js {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#lp-sfslx section.topMovieSec02 .img_area .Movie .vjs-loading-spinner {
  display: none;
}
#lp-sfslx section.topMovieSec02 .img_area .Movie .bc-player-default_default .vjs-progress-control {
  height: 0.2em;
  top: -0.2em;
}
#lp-sfslx section.topMovieSec02 a.js-modal-open {
  display: block;
}
@media only screen and (min-width: 769px) {
  #lp-sfslx section.topMovieSec02 a.js-modal-open {
    width: 27.7777777778vw;
    max-width: 400px;
    height: 3.4722222222vw;
    max-height: 50px;
    top: 209.3388888889px;
    left: 81.70625px;
    opacity: 1;
    visibility: visible;
    transition: background 0.5s;
  }
}
@media only screen and (min-width: 769px) and (min-width: 769px) {
  #lp-sfslx section.topMovieSec02 a.js-modal-open {
    top: calc(
				209.3388888889px + 182.6611111111 * (100vw - 769px) / 671
			);
  }
}
@media only screen and (min-width: 769px) and (min-width: 1440px) {
  #lp-sfslx section.topMovieSec02 a.js-modal-open {
    top: 392px;
  }
}
@media only screen and (min-width: 769px) and (min-width: 769px) {
  #lp-sfslx section.topMovieSec02 a.js-modal-open {
    left: calc(
				81.70625px + 71.29375 * (100vw - 769px) / 671
			);
  }
}
@media only screen and (min-width: 769px) and (min-width: 1440px) {
  #lp-sfslx section.topMovieSec02 a.js-modal-open {
    left: 153px;
  }
}
@media only screen and (max-width: 768px) {
  #lp-sfslx section.topMovieSec02 a.js-modal-open {
    width: 69.0625vw;
    height: 20.3125vw;
  }
}
@media only screen and (min-width: 769px) {
  #lp-sfslx section.topMovieSec02 a.js-modal-open .movie_modal {
    padding-left: 54.4708333333px;
    height: 4.8611111111vw;
    margin-top: 2.0833333333vw;
    max-height: 70px;
    background-repeat: no-repeat;
    background-position: left center;
    background-size: contain;
    display: flex;
    align-items: center;
    transition: background 0.2s;
  }
}
@media only screen and (min-width: 769px) and (min-width: 769px) {
  #lp-sfslx section.topMovieSec02 a.js-modal-open .movie_modal {
    padding-left: calc(
				54.4708333333px + 47.5291666667 * (100vw - 769px) / 671
			);
  }
}
@media only screen and (min-width: 769px) and (min-width: 1440px) {
  #lp-sfslx section.topMovieSec02 a.js-modal-open .movie_modal {
    padding-left: 102px;
  }
}
@media only screen and (min-width: 1440px) {
  #lp-sfslx section.topMovieSec02 a.js-modal-open .movie_modal {
    margin-top: 30px;
    margin-left: 0;
  }
}
@media only screen and (max-width: 768px) {
  #lp-sfslx section.topMovieSec02 a.js-modal-open .movie_modal {
    padding-left: 25.3125vw;
    width: 69.0625vw;
    height: 20.3125vw;
    margin-top: 10.9375vw;
    background-repeat: no-repeat;
    background-position: left center;
    background-size: contain;
    display: flex;
    align-items: center;
    transition: background 0.2s;
  }
}
#lp-sfslx section.topMovieSec02 a.js-modal-open .movie_modal p {
  text-align: left;
  text-transform: uppercase;
  white-space: nowrap;
}
#lp-sfslx section.topMovieSec02 a.js-modal-open .movie_modal p.f_12 {
  color: #FFF;
}
@media only screen and (max-width: 768px) {
  #lp-sfslx section.topMovieSec02 a.js-modal-open .movie_modal p.f_12 {
    font-size: 3.75vw;
  }
}
#lp-sfslx section.topMovieSec02 a.fadeOut {
  opacity: 0;
  visibility: hidden;
}
#lp-sfslx .slider {
  width: 100%;
  position: relative;
  background-color: #0b190a;
  overflow: hidden;
}
#lp-sfslx .slider .wrapper {
  width: 100%;
  position: relative;
}
#lp-sfslx .slider .text-area {
  width: 50%;
  color: #fff;
  max-width: 557px;
  z-index: 10;
  position: absolute;
}
@media only screen and (max-width: 768px) {
  #lp-sfslx .slider .text-area {
    width: 100%;
    bottom: calc((100vh - 542px) / 2 * 0.3 + 7.5vw);
    max-width: none;
  }
}
#lp-sfslx .slider .text-area .text-black {
  color: #000;
}
#lp-sfslx .slider .text-area .inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
#lp-sfslx .slider .text-area .inner h2, #lp-sfslx .slider .text-area .inner h3 {
  text-transform: none;
}
#lp-sfslx .slider .text-area .inner .lp-btn {
  margin-top: 24px;
}
#lp-sfslx .slider .text-area .inner .lp-btn--blk {
  width: 16.25vw;
  max-width: 234px;
  height: 3.47222vw;
  max-height: 50px;
}
@media only screen and (max-width: 768px) {
  #lp-sfslx .slider .text-area .inner .lp-btn--blk {
    width: 56.25vw;
    height: 12.5vw;
    max-width: initial;
    max-height: initial;
    font-size: 3.75vw;
  }
}
#lp-sfslx .slider .text-area .inner .lp-btn--whtline {
  width: 16.25vw;
  max-width: 234px;
  height: 3.47222vw;
  max-height: 50px;
}
@media only screen and (max-width: 768px) {
  #lp-sfslx .slider .text-area .inner .lp-btn--whtline {
    width: 56.25vw;
    height: 12.5vw;
    max-width: initial;
    max-height: initial;
    font-size: 3.75vw;
  }
}
#lp-sfslx .slider .text-area .inner p.normal {
  margin-top: 8px;
}
#lp-sfslx .slider .text-area .inner p.f_16 {
  font-size: 16px;
  line-height: 1.2;
  letter-spacing: 0.48px;
  margin-bottom: 1%;
}
#lp-sfslx .slider .text-area .inner h3.f_16 {
  font-size: 16px;
  line-height: 1.2;
  letter-spacing: 0.48px;
  margin-bottom: 3px;
}
@media only screen and (max-width: 768px) {
  #lp-sfslx .slider .text-area .inner h3.f_16 {
    font-size: 4.375vw;
  }
}
@media only screen and (max-width: 768px) {
  #lp-sfslx .slider .text-area .inner h3.f_16.sp {
    font-size: 4.375vw;
  }
}
#lp-sfslx .slider .text-area .inner .f_30 {
  font-size: 30px;
  margin-bottom: 7px;
  line-height: 1.25;
  letter-spacing: 0.1px;
}
@media only screen and (max-width: 768px) {
  #lp-sfslx .slider .text-area .inner .f_30 {
    font-size: 7.5vw;
  }
}
@media only screen and (max-width: 768px) {
  #lp-sfslx .slider .text-area .inner .f_30.sp {
    font-size: 6.25vw;
  }
}
/* #lp-sfslx .slide01-inr {
  width: 100%;
} */
#lp-sfslx .slide01-inr, #lp-sfslx .slide02-inr, #lp-sfslx .slide03-inr {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  position: relative;
}
@media screen and (min-width: 1341px) and (max-width: 1440px) {
  #lp-sfslx .slide01-inr, #lp-sfslx .slide02-inr, #lp-sfslx .slide03-inr {
    max-width: 1340px;
    margin-left: 8%;
  }
}
@media screen and (min-width: 1241px) and (max-width: 1340px) {
  #lp-sfslx .slide01-inr, #lp-sfslx .slide02-inr, #lp-sfslx .slide03-inr {
    max-width: 1240px;
    margin-left: 8%;
  }
}
@media screen and (min-width: 1141px) and (max-width: 1240px) {
  #lp-sfslx .slide01-inr, #lp-sfslx .slide02-inr, #lp-sfslx .slide03-inr {
    max-width: 1140px;
    margin-left: 8%;
  }
}
@media screen and (min-width: 1041px) and (max-width: 1140px) {
  #lp-sfslx .slide01-inr, #lp-sfslx .slide02-inr, #lp-sfslx .slide03-inr {
    max-width: 1040px;
    margin-left: 8%;
  }
}
@media screen and (min-width: 941px) and (max-width: 1040px) {
  #lp-sfslx .slide01-inr, #lp-sfslx .slide02-inr, #lp-sfslx .slide03-inr {
    max-width: 940px;
    margin-left: 8%;
  }
}
@media screen and (min-width: 841px) and (max-width: 940px) {
  #lp-sfslx .slide01-inr, #lp-sfslx .slide02-inr, #lp-sfslx .slide03-inr {
    max-width: 840px;
    margin-left: 8%;
  }
}
@media screen and (min-width: 769px) and (max-width: 840px) {
  #lp-sfslx .slide01-inr, #lp-sfslx .slide02-inr, #lp-sfslx .slide03-inr {
    max-width: 740px;
    margin-left: 8%;
  }
}
/* #lp-sfslx .slider .slide01 {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-size: 100% 100%;
}
@media only screen and (min-width: 769px) {
  #lp-sfslx .slider .slide01 {
    height: calc(100vh - (var(--headerH_pc) + var(--topNavH_pc)));
  }
}
@media only screen and (min-width: 1440px) {
  #lp-sfslx .slider .slide01 {
    overflow: hidden;
    height: calc(100vh - (var(--headerH_pc) + var(--topNavH_ov1440)));
  }
}
@media only screen and (max-width: 768px) {
  #lp-sfslx .slider .slide01 {
    height: calc(100vh - (var(--headerH_sp) + var(--topNavH_sp)));
  }
}
@media screen and (min-width: 744px) and (max-width: 768px) {
  #lp-sfslx .slider .slide01 {
    height: calc(100vh - (var(--headerH_sp) + 50px));
  }
}
#lp-sfslx .slider .slide01 .text-area {
  z-index: 1;
  position: absolute;
}
@media only screen and (min-width: 769px) {
  #lp-sfslx .slider .slide01 .text-area {
    left: 10.5vw;
    top: 50%;
    transform: translateY(-50%);
  }
}
@media screen and (min-width: 769px) and (max-width: 1240px) {
  #lp-sfslx .slider .slide01 .text-area {
    left: 5.5vw;
  }
}
@media screen and (min-width: 1541px) and (max-width: 1640px) {
  #lp-sfslx .slider .slide01 .text-area {
    left: 13.5vw;
  }
}
@media screen and (min-width: 1641px) and (max-width: 1740px) {
  #lp-sfslx .slider .slide01 .text-area {
    left: 16.5vw;
  }
}
@media screen and (min-width: 1741px) and (max-width: 1840px) {
  #lp-sfslx .slider .slide01 .text-area {
    left: 19.5vw;
  }
}
@media screen and (min-width: 1841px) and (max-width: 1940px) {
  #lp-sfslx .slider .slide01 .text-area {
    left: 22.5vw;
  }
}
@media screen and (min-width: 1941px) {
  #lp-sfslx .slider .slide01 .text-area {
    left: 25.5vw;
  }
}
@media only screen and (max-width: 768px) {
  #lp-sfslx .slider .slide01 .text-area {
    bottom: 11%;
  }
}
#lp-sfslx .slider .slide01 .img-area {
  width: 100%;
  max-width: none;
  text-align: center;
}
@media only screen and (min-width: 769px) {
  #lp-sfslx .slider .slide01 .img-area {
    transform: translateX(-2.5%);
  }
} */
#lp-sfslx .slider .slide01,
#lp-sfslx .slider .slide02 {
  width: 100%;
  background-color: #000;
}
@media only screen and (min-width: 769px) {
  #lp-sfslx .slider .slide01,
  #lp-sfslx .slider .slide02 {
    height: calc(100vh - (var(--headerH_pc) + var(--topNavH_pc)));
  }
}
@media only screen and (min-width: 1440px) {
  #lp-sfslx .slider .slide01,
  #lp-sfslx .slider .slide02 {
    height: calc(100vh - (var(--headerH_pc) + var(--topNavH_ov1440)));
  }
}
@media only screen and (max-width: 768px) {
  #lp-sfslx .slider .slide01,
  #lp-sfslx .slider .slide02 {
    height: calc(100vh - (var(--headerH_sp) + var(--topNavH_sp)));
  }
}
@media screen and (min-width: 744px) and (max-width: 768px) {
  #lp-sfslx .slider .slide01,
  #lp-sfslx .slider .slide02 {
    height: calc(100vh - (var(--headerH_sp) + 50px));
  }
}
#lp-sfslx .slider .slide01 .img-area,
#lp-sfslx .slider .slide02 .img-area {
  height: auto;
  position: absolute;
}
@media only screen and (min-width: 769px) {
  #lp-sfslx .slider .slide01 .img-area,
  #lp-sfslx .slider .slide02 .img-area {
    width: auto;
  }
}
@media only screen and (min-width: 769px) {
  #lp-sfslx .slider .slide01 .img-area,
  #lp-sfslx .slider .slide02 .img-area {
    height: calc(100vh - (var(--headerH_pc) + var(--topNavH_pc)));
  }
}
@media only screen and (min-width: 1440px) {
  #lp-sfslx .slider .slide01 .img-area,
  #lp-sfslx .slider .slide02 .img-area {
    height: calc(100vh - (var(--headerH_pc) + var(--topNavH_ov1440)));
  }
}
@media only screen and (max-width: 768px) {
  #lp-sfslx .slider .slide01 .img-area,
  #lp-sfslx .slider .slide02 .img-area {
    width: 100%;
    top: 0;
    right: initial;
  }
}
@media screen and (max-height: 542px) and (max-width: 768px) {
  #lp-sfslx .slider .slide01 .img-area,
  #lp-sfslx .slider .slide02 .img-area {
    top: -7.9509859375vw;
  }
}
@media only screen and (min-width: 769px) {
  #lp-sfslx .slider .slide01 .img-area > img,
  #lp-sfslx .slider .slide02 .img-area > img {
    width: auto;
    height: 100%;
  }
}
@media only screen and (max-width: 768px) {
  #lp-sfslx .slider .slide01 .img-area > img,
  #lp-sfslx .slider .slide02 .img-area > img {
    width: 100%;
  }
}
#lp-sfslx .slider .slide03 {
  width: 100%;
  background-color: #000;
}
@media only screen and (min-width: 769px) {
  #lp-sfslx .slider .slide03 {
    height: calc(100vh - (var(--headerH_pc) + var(--topNavH_pc)));
  }
}
@media only screen and (min-width: 1440px) {
  #lp-sfslx .slider .slide03 {
    height: calc(100vh - (var(--headerH_pc) + var(--topNavH_ov1440)));
  }
}
@media only screen and (max-width: 768px) {
  #lp-sfslx .slider .slide03 {
    height: calc(100vh - (var(--headerH_sp) + var(--topNavH_sp)));
  }
}
@media screen and (min-width: 744px) and (max-width: 768px) {
  #lp-sfslx .slider .slide03 {
    height: calc(100vh - (var(--headerH_sp) + 50px));
  }
}
#lp-sfslx .slider .slide03 .img-area {
  height: auto;
  position: absolute;
}
@media only screen and (min-width: 769px) {
  #lp-sfslx .slider .slide03 .img-area {
    height: calc(100vh - (var(--headerH_pc) + var(--topNavH_pc)));
  }
}
@media only screen and (min-width: 1440px) {
  #lp-sfslx .slider .slide03 .img-area {
    height: calc(100vh - (var(--headerH_pc) + var(--topNavH_ov1440)));
  }
}
@media only screen and (max-width: 768px) {
  #lp-sfslx .slider .slide03 .img-area {
    width: 100%;
    top: 0;
    right: initial;
  }
}
@media screen and (max-height: 542px) and (max-width: 768px) {
  #lp-sfslx .slider .slide03 .img-area {
    top: -8.0071667188vw;
  }
}
@media only screen and (min-width: 769px) {
  #lp-sfslx .slider .slide03 .img-area > img {
    width: auto;
    height: 100%;
  }
}
@media only screen and (max-width: 768px) {
  #lp-sfslx .slider .slide03 .img-area > img {
    width: 100%;
  }
}
@media only screen and (min-width: 769px) {
  #lp-sfslx .pc-hide {
    display: none;
  }
}
@media only screen and (max-width: 768px) {
  #lp-sfslx .sp-hide {
    display: none;
  }
}
@media only screen and (max-width: 768px) {
  #lp-sfslx .slider.UA-iPad .slide01 .img-area,
  #lp-sfslx .slider.UA-iPad .slide02 .img-area,
  #lp-sfslx .slider.UA-iPad .slide03 .img-area {
    width: 100%;
    right: 0;
  }
}
@media screen and (orientation: portrait) {
  #lp-sfslx .slider.UA-iPad .text-area {
    max-width: 100vw;
  }
  #lp-sfslx .slider.UA-iPad .text-area .spshow {
    display: block !important;
  }
  #lp-sfslx .slider.UA-iPad .text-area .pcshow {
    display: none !important;
  }
  #lp-sfslx .slider.UA-iPad .text-area h2.f_30 {
    font-size: 3.75vh;
  }
  #lp-sfslx .slider.UA-iPad .text-area h2.f_30.sp {
    font-size: 3.75vh;
  }
  #lp-sfslx .slider.UA-iPad .text-area h3.f_16 {
    font-size: 2.625vh;
  }
  #lp-sfslx .slider.UA-iPad .text-area h3.f_16.sp {
    font-size: 2.625vh;
  }
  #lp-sfslx .slider.UA-iPad .text-area p.normal {
    margin-top: 2.25vh;
    font-size: 2.25vh;
  }
  #lp-sfslx .slider.UA-iPad .text-area .lp-btn {
    margin-top: 4.5vh;
  }
  #lp-sfslx .slider.UA-iPad .text-area .lp-btn--blk {
    width: 34.6875vh;
    height: 7.5vh;
    max-width: initial;
    max-height: initial;
    font-size: 2.25vh;
  }
  #lp-sfslx .slider.UA-iPad .text-area .lp-btn--whtline {
    width: 34.6875vh;
    height: 7.5vh;
    max-width: initial;
    max-height: initial;
    font-size: 2.25vh;
  }
  #lp-sfslx .slider.UA-iPad .text-area .inner .lp-btn--whtline,
#lp-sfslx .slider.UA-iPad .text-area .inner .lp-btn--blk {
    max-width: 400px !important;
  }
  /* #lp-sfslx .slider.UA-iPad .slide01-inr {
    display: flex;
    justify-content: center;
  }
  #lp-sfslx .slider.UA-iPad .slide01-inr .img-area {
    transform: translate(0px, 14%) !important;
  }
  #lp-sfslx .slider.UA-iPad .slide01-inr .img-area .tb-show {
    display: block;
    width: 100%;
  }
  #lp-sfslx .slider.UA-iPad .slide01-inr .img-area .tb-hide {
    display: none;
  }
  #lp-sfslx .slider.UA-iPad .slide01-inr .text-area {
    width: 80vw;
    bottom: 3.125vw;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: none;
    top: initial;
    left: initial;
  } */
  #lp-sfslx .slider.UA-iPad .slide01-inr,
  #lp-sfslx .slider.UA-iPad .slide02-inr {
    width: 100%;
    max-width: initial;
    margin-left: 0;
  }
  #lp-sfslx .slider.UA-iPad .slide01 .img-area,
  #lp-sfslx .slider.UA-iPad .slide02 .img-area {
    width: 78.125vw;
    max-width: 100%;
    top: -4.1666666667vw;
    right: initial;
  }
  #lp-sfslx .slider.UA-iPad .slide01 .text-area,
  #lp-sfslx .slider.UA-iPad .slide02 .text-area {
    bottom: 6.25vw;
    width: 100vw;
    display: flex;
    align-items: center;
    justify-content: center;
    top: initial;
    left: initial;
  }
  #lp-sfslx .slider.UA-iPad .slide03-inr {
    width: 100%;
    max-width: initial;
    margin-left: 0;
  }
  #lp-sfslx .slider.UA-iPad .slide03 .img-area {
    width: 72.265625vw;
    max-width: 100%;
    top: -2.6041666667vw;
    right: initial;
  }
  #lp-sfslx .slider.UA-iPad .slide03 .img-area > img {
    width: 100%;
  }
  #lp-sfslx .slider.UA-iPad .slide03 .text-area {
    bottom: 6.25vw;
    width: 100vw;
    display: flex;
    align-items: center;
    justify-content: center;
    top: initial;
    left: initial;
  }
}
@media screen and (max-height: 1024px) and (max-width: 768px) {
  #lp-sfslx .slider.UA-PC .inner .lp-btn {
    margin-top: 4.5vh;
  }
  #lp-sfslx .slider.UA-PC .inner .lp-btn--blk {
    width: 34.6875vh;
    height: 7.5vh;
    max-width: initial;
    max-height: initial;
    font-size: 2.25vh;
  }
  #lp-sfslx .slider.UA-PC .inner .lp-btn--whtline {
    width: 34.6875vh;
    height: 7.5vh;
    max-width: initial;
    max-height: initial;
    font-size: 2.25vh;
  }
  #lp-sfslx .slider.UA-PC .inner h2.f_30 {
    font-size: 3.75vh;
  }
  #lp-sfslx .slider.UA-PC .inner h2.f_30.sp {
    font-size: 3.75vh;
  }
  #lp-sfslx .slider.UA-PC .inner h3.f_16 {
    font-size: 2.625vh;
  }
  #lp-sfslx .slider.UA-PC .inner h3.f_16.sp {
    font-size: 2.625vh;
  }
  #lp-sfslx .slider.UA-PC .inner p.normal {
    margin-top: 2.25vh;
    font-size: 2.25vh;
  }
}
@media only screen and (max-width: 768px) {
  #lp-sfslx .slider.UA-PC .slide01 .img-area,
  #lp-sfslx .slider.UA-PC .slide02 .img-area {
    width: 100%;
    max-width: 100%;
    top: 0;
    right: 0;
  }
}
@media only screen and (max-width: 768px) {
  #lp-sfslx .slider.UA-PC .text-area {
    top: calc((100vh - 542px) / 2 * 0.3 - 7.9509859vw + 39vh);
  }
}
@media only screen and (max-width: 768px) {
  #lp-sfslx .slider.UA-PC .slide03 .img-area {
    width: 44vh;
    max-width: 100%;
    top: 0;
    right: 0;
  }
}
#lp-sfslx .slider.UA-PC .slide03 .img-area > img {
  width: 100%;
}
@media only screen and (max-width: 768px) {
  #lp-sfslx .slider.UA-PC .slide03 .text-area {
    top: calc((100vh - 542px) / 2 * 0.3 - 7.00716686vw + 41vh);
  }
}
#lp-sfslx section.LongenevityScience {
  position: relative;
}
@media only screen and (min-width: 769px) {
  #lp-sfslx section.LongenevityScience {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom, center;
    height: 215.625vw;
    max-height: 2529px;
  }
}
@media only screen and (max-width: 768px) {
  #lp-sfslx section.LongenevityScience {
    background-repeat: no-repeat;
    background-position: top, center;
    background-size: cover;
    overflow: hidden;
  }
}
@media only screen and (min-width: 1440px) {
  #lp-sfslx section.LongenevityScience {
    background-color: rgb(12, 13, 17);
    height: 175.625vw;
  }
}
#lp-sfslx section.LongenevityScience .wrap_top {
  width: 100%;
}
@media only screen and (min-width: 769px) {
  #lp-sfslx section.LongenevityScience .wrap_top {
    position: relative;
    height: 254.5833333333vw;
    max-height: calc(2666px + 1000px);
    margin-right: auto;
    margin-left: auto;
  }
}
#lp-sfslx section.LongenevityScience .wrap_bottom {
  width: 100%;
}
@media only screen and (min-width: 769px) {
  #lp-sfslx section.LongenevityScience .wrap_bottom {
    margin-right: auto;
    margin-left: auto;
    height: 254.5833333333vw;
    max-height: calc(2666px + 1000px);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
  }
}
@media only screen and (max-width: 768px) {
  #lp-sfslx section.LongenevityScience .wrap_bottom {
    padding-top: 18.75vw;
    height: 615.5vw;
  }
}
#lp-sfslx section.LongenevityScience .wrap_bottom #trigger {
  top: 0;
}
@media only screen and (min-width: 769px) {
  #lp-sfslx section.LongenevityScience .wrap_bottom #trigger {
    position: absolute;
    height: 185.1388888889vw;
    max-height: 2666px;
    z-index: 1;
    padding-top: 0;
    z-index: 100;
  }
}
@media only screen and (min-width: 1440px) {
  #lp-sfslx section.LongenevityScience .wrap_bottom #trigger {
    height: 2666px;
    padding-top: 0;
    z-index: 100;
  }
}
#lp-sfslx section.LongenevityScience .wrap_absolute {
  width: 1px;
}
@media only screen and (min-width: 769px) {
  #lp-sfslx section.LongenevityScience .wrap_absolute {
    z-index: 20;
    height: 186.3888888889vw;
    max-height: calc(1684px + 1000px);
    position: absolute;
    top: 0;
    left: 0;
  }
}
@media only screen and (max-width: 768px) {
  #lp-sfslx section.LongenevityScience .wrap_absolute {
    z-index: 20;
    position: absolute;
    height: 713.4375vw;
    top: 0;
    left: 0;
  }
}
@media only screen and (min-width: 769px) {
  #lp-sfslx section.LongenevityScience .inner_top {
    width: 100%;
    height: 53.4722222222vw;
    max-height: 770px;
    top: calc(var(--headerH_pc) + var(--topNavH_pc));
  }
}
@media only screen and (min-width: 1440px) {
  #lp-sfslx section.LongenevityScience .inner_top {
    top: calc(var(--headerH_pc) + var(--topNavH_ov1440));
  }
}
@media only screen and (max-width: 768px) {
  #lp-sfslx section.LongenevityScience .inner_top {
    padding-top: 27.5vw;
    padding-left: 6.25vw;
    position: relative;
  }
}
@media only screen and (min-width: 769px) {
  #lp-sfslx section.LongenevityScience .inner_top .heading_area {
    width: 100%;
    max-width: 1440px;
    top: 78.5020833333px;
    padding-left: 81.70625px;
    left: 0;
    right: 0;
    margin: 0 auto;
    position: absolute;
  }
}
@media only screen and (min-width: 769px) and (min-width: 769px) {
  #lp-sfslx section.LongenevityScience .inner_top .heading_area {
    top: calc(
				113.5020833333px + 68.4979166667 * (100vw - 769px) / 671
			);
  }
}
@media only screen and (min-width: 769px) and (min-width: 1440px) {
  #lp-sfslx section.LongenevityScience .inner_top .heading_area {
    top: 184px;
  }
}
@media only screen and (min-width: 769px) and (min-width: 769px) {
  #lp-sfslx section.LongenevityScience .inner_top .heading_area {
    padding-left: calc(
				81.70625px + 71.29375 * (100vw - 769px) / 671
			);
  }
}
@media only screen and (min-width: 769px) and (min-width: 1440px) {
  #lp-sfslx section.LongenevityScience .inner_top .heading_area {
    padding-left: 153px;
  }
}
#lp-sfslx section.LongenevityScience .inner_top .heading_area h2 {
  text-align: left;
  color: #FFF;
  letter-spacing: 0;
}
@media only screen and (max-width: 768px) {
  #lp-sfslx section.LongenevityScience .inner_top .heading_area h2 {
    font-size: 10.9375vw;
    line-height: 100%;
    margin-bottom: 2.5vw;
  }
}
#lp-sfslx section.LongenevityScience .inner_top .heading_area h3 {
  text-align: left;
  color: #FFF;
  text-transform: none;
  letter-spacing: 0;
}
@media only screen and (max-width: 1440px) {
  #lp-sfslx section.LongenevityScience .inner_top .heading_area h3 {
    margin-top: 7px;
  }
}
@media only screen and (max-width: 768px) {
  #lp-sfslx section.LongenevityScience .inner_top .heading_area h3 {
    font-size: 5.625vw;
    line-height: 140%;
    margin-bottom: 10vw;
  }
}
@media only screen and (min-width: 769px) {
  #lp-sfslx section.LongenevityScience .inner_top .sound_play {
    margin-left: 45.9263888889px;
    padding-left: 21.3611111111px;
    height: 1.6270833333vw;
    max-height: 23.43px;
    position: absolute;
    top: 0;
    left: 0;
    background-repeat: no-repeat;
    background-position: left center;
    background-size: contain;
    display: flex;
    align-items: center;
  }
}
@media only screen and (min-width: 769px) and (min-width: 769px) {
  #lp-sfslx section.LongenevityScience .inner_top .sound_play {
    margin-left: calc(
				45.9263888889px + 40.0736111111 * (100vw - 769px) / 671
			);
  }
}
@media only screen and (min-width: 769px) and (min-width: 1440px) {
  #lp-sfslx section.LongenevityScience .inner_top .sound_play {
    margin-left: 86px;
  }
}
@media only screen and (min-width: 769px) and (min-width: 769px) {
  #lp-sfslx section.LongenevityScience .inner_top .sound_play {
    padding-left: calc(
				21.3611111111px + 18.6388888889 * (100vw - 769px) / 671
			);
  }
}
@media only screen and (min-width: 769px) and (min-width: 1440px) {
  #lp-sfslx section.LongenevityScience .inner_top .sound_play {
    padding-left: 40px;
  }
}
@media only screen and (min-width: 769px) and (min-width: 769px) {
  #lp-sfslx section.LongenevityScience .inner_top .sound_play {
    top: 6.4vw;
  }
}
@media only screen and (min-width: 769px) and (min-width: 1440px) {
  #lp-sfslx section.LongenevityScience .inner_top .sound_play {
    top: 92px;
  }
}
@media only screen and (min-width: 1440px) {
  #lp-sfslx section.LongenevityScience .inner_top .sound_play {
    left: calc((100vw - 1440px) / 2);
  }
}
@media only screen and (max-width: 768px) {
  #lp-sfslx section.LongenevityScience .inner_top .sound_play {
    padding-left: 10vw;
    height: 7.5vw;
    position: absolute;
    top: 10vw;
    left: 6.25vw;
    display: flex;
    align-items: center;
    transition: background 0.2s;
  }
}
#lp-sfslx section.LongenevityScience .inner_top .sound_play > div {
  display: inline-block;
  position: relative;
}
#lp-sfslx section.LongenevityScience .inner_top .sound_play > div p {
  overflow: hidden;
  transform: translate(-100%, 0);
  transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s 0s;
}
#lp-sfslx section.LongenevityScience .inner_top .sound_play > div p span {
  display: block;
  transform: translate(100%, 0);
  transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s 0s;
  color: #FFF;
  display: flex;
  align-items: center;
}
@media only screen and (min-width: 769px) {
  #lp-sfslx section.LongenevityScience .inner_top .sound_play > div p span {
    padding: 5px 10px 4px;
    max-height: 24px;
    font-size: 0.6944444444vw;
  }
}
@media only screen and (min-width: 1440px) {
  #lp-sfslx section.LongenevityScience .inner_top .sound_play > div p span {
    padding: 5px 10px 4px;
    height: 24px;
    font-size: 10px;
    border-radius: 10px;
  }
}
@media only screen and (max-width: 768px) {
  #lp-sfslx section.LongenevityScience .inner_top .sound_play > div p span {
    padding: 1.5625vw 3.125vw 1.25vw;
    height: 7.5vw;
    font-size: 3.125vw;
  }
}
#lp-sfslx section.LongenevityScience .inner_top .sound_play > div:before {
  content: "";
  display: inline;
  position: absolute;
  background: rgba(255, 255, 255, 0.3);
  width: 0%;
  height: 100%;
  transition: width 0.5s 0.5s;
}
@media only screen and (min-width: 769px) {
  #lp-sfslx section.LongenevityScience .inner_top .sound_play > div:before {
    border-radius: 10px;
  }
}
@media only screen and (max-width: 768px) {
  #lp-sfslx section.LongenevityScience .inner_top .sound_play > div:before {
    border-radius: 3.125vw;
  }
}
#lp-sfslx section.LongenevityScience .inner_top .sound_play:hover {
  cursor: pointer;
}
#lp-sfslx section.LongenevityScience .inner_top .sound_play.slideIn > div p {
  transform: translate(0, 0);
  transition-delay: 0.5s;
}
#lp-sfslx section.LongenevityScience .inner_top .sound_play.slideIn > div p span {
  transform: translate(0, 0);
  transition-delay: 0.5s;
}
#lp-sfslx section.LongenevityScience .inner_top .sound_play.slideIn > div:before {
  width: 100%;
  transition-delay: 0s;
}
@media only screen and (min-width: 769px) {
  #lp-sfslx section.LongenevityScience .inner_top .sky {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 100%;
    height: 40.6597222222vw;
    max-height: 585.5px;
    background-repeat: no-repeat;
    background-size: 142.5vw 40.6597222222vw;
    background-position: center top;
  }
}
@media only screen and (min-width: 1440px) {
  #lp-sfslx section.LongenevityScience .inner_top .sky {
    background-size: 2052px 585.5px;
  }
}
@media only screen and (min-width: 769px) {
  #lp-sfslx section.LongenevityScience .inner_under {
    top: calc(var(--headerH_pc) + var(--topNavH_pc));
    height: 185.1388888889vw;
    max-height: 2666px;
    z-index: 5;
    background-repeat: no-repeat;
    background-size: 142.5vw 155.6944444444vw;
    background-position: center bottom;
  }
}
@media only screen and (min-width: 1440px) {
  #lp-sfslx section.LongenevityScience .inner_under {
    background-size: 2052px 2242px;
    background-color: transparent;
    height: 2666px;
    top: calc(var(--headerH_pc) + var(--topNavH_ov1440));
  }
}
@media only screen and (min-width: 769px) {
  #lp-sfslx section.LongenevityScience .inner_under:before {
    content: "";
    display: inline-block;
    width: 1px;
    height: 24vw;
    background: transparent;
  }
}
@media only screen and (min-width: 1440px) {
  #lp-sfslx section.LongenevityScience .inner_under:before {
    height: 547px;
  }
}
#lp-sfslx section.LongenevityScience .inner_under .mountain_under {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
}
@media only screen and (min-width: 769px) {
  #lp-sfslx section.LongenevityScience .inner_under .mountain_under .txt_area {
    width: 100%;
    padding-left: 81.70625px;
    margin-bottom: 34.1777777778px;
    display: flex;
    flex-direction: column;
  }
}
@media only screen and (min-width: 769px) and (min-width: 769px) {
  #lp-sfslx section.LongenevityScience .inner_under .mountain_under .txt_area {
    padding-left: calc(
				81.70625px + 71.29375 * (100vw - 769px) / 671
			);
  }
}
@media only screen and (min-width: 769px) and (min-width: 1440px) {
  #lp-sfslx section.LongenevityScience .inner_under .mountain_under .txt_area {
    padding-left: 153px;
  }
}
@media only screen and (min-width: 769px) and (min-width: 769px) {
  #lp-sfslx section.LongenevityScience .inner_under .mountain_under .txt_area {
    margin-bottom: calc(
				34.1777777778px + 29.8222222222 * (100vw - 769px) / 671
			);
  }
}
@media only screen and (min-width: 769px) and (min-width: 1440px) {
  #lp-sfslx section.LongenevityScience .inner_under .mountain_under .txt_area {
    margin-bottom: 64px;
  }
}
@media only screen and (max-width: 768px) {
  #lp-sfslx section.LongenevityScience .inner_under .mountain_under .txt_area {
    margin-left: 18.125vw;
  }
}
#lp-sfslx section.LongenevityScience .inner_under .mountain_under .txt_area p.normal {
  color: #FFF;
}
@media only screen and (max-width: 768px) {
  #lp-sfslx section.LongenevityScience .inner_under .mountain_under .txt_area p.normal {
    margin-top: 2.5vw;
  }
}
@media only screen and (min-width: 769px) {
  #lp-sfslx section.LongenevityScience .inner_under .mountain_under .txt_area p.normal + .normal {
    margin-top: 4.2722222222px;
  }
}
@media only screen and (min-width: 769px) and (min-width: 769px) {
  #lp-sfslx section.LongenevityScience .inner_under .mountain_under .txt_area p.normal + .normal {
    margin-top: calc(
				4.2722222222px + 3.7277777778 * (100vw - 769px) / 671
			);
  }
}
@media only screen and (min-width: 769px) and (min-width: 1440px) {
  #lp-sfslx section.LongenevityScience .inner_under .mountain_under .txt_area p.normal + .normal {
    margin-top: 8px;
  }
}
@media only screen and (max-width: 768px) {
  #lp-sfslx section.LongenevityScience .inner_under .mountain_under .txt_area p.normal + .normal {
    margin-top: 2.5vw;
  }
}
@media only screen and (min-width: 769px) {
  #lp-sfslx section.LongenevityScience .inner_under .LongenevityScience_movie {
    display: flex;
    width: 90.2777777778vw;
    max-width: 1300px;
    margin: 17vw auto 0;
  }
}
@media only screen and (min-width: 1440px) {
  #lp-sfslx section.LongenevityScience .inner_under .LongenevityScience_movie {
    margin: 0 auto;
  }
}
@media only screen and (max-width: 768px) {
  #lp-sfslx section.LongenevityScience .inner_under .LongenevityScience_movie {
    margin-top: 0vw;
    margin-left: 6.25vw;
  }
}
@media only screen and (min-width: 769px) {
  #lp-sfslx section.LongenevityScience .inner_under .LongenevityScience_movie .txt_area {
    order: 2;
    width: 32.8819444444vw;
    max-width: 473.5px;
    margin-left: 55.271875px;
  }
}
@media only screen and (min-width: 769px) and (min-width: 769px) {
  #lp-sfslx section.LongenevityScience .inner_under .LongenevityScience_movie .txt_area {
    margin-left: calc(
				55.271875px + 48.228125 * (100vw - 769px) / 671
			);
  }
}
@media only screen and (min-width: 769px) and (min-width: 1440px) {
  #lp-sfslx section.LongenevityScience .inner_under .LongenevityScience_movie .txt_area {
    margin-left: 103.5px;
  }
}
#lp-sfslx section.LongenevityScience .inner_under .LongenevityScience_movie .txt_area h2 {
  color: #FFF;
  letter-spacing: 0;
  text-transform: none;
}
@media only screen and (min-width: 769px) {
  #lp-sfslx section.LongenevityScience .inner_under .LongenevityScience_movie .txt_area h2 {
    margin-bottom: 17.0888888889px;
  }
}
@media only screen and (min-width: 769px) and (min-width: 769px) {
  #lp-sfslx section.LongenevityScience .inner_under .LongenevityScience_movie .txt_area h2 {
    margin-bottom: calc(
				17.0888888889px + 14.9111111111 * (100vw - 769px) / 671
			);
  }
}
@media only screen and (min-width: 769px) and (min-width: 1440px) {
  #lp-sfslx section.LongenevityScience .inner_under .LongenevityScience_movie .txt_area h2 {
    margin-bottom: 32px;
  }
}
@media only screen and (max-width: 768px) {
  #lp-sfslx section.LongenevityScience .inner_under .LongenevityScience_movie .txt_area h2 {
    font-size: 7.8125vw;
    line-height: 120%;
    margin-bottom: 2.5vw;
  }
}
#lp-sfslx section.LongenevityScience .inner_under .LongenevityScience_movie .txt_area h3 {
  color: #FFF;
  text-transform: none;
  letter-spacing: 0;
}
@media only screen and (max-width: 768px) {
  #lp-sfslx section.LongenevityScience .inner_under .LongenevityScience_movie .txt_area h3 {
    font-size: 5.625vw;
    line-height: 140%;
    margin-bottom: 10vw;
    height: 15.625vw;
  }
}
#lp-sfslx section.LongenevityScience .inner_under .LongenevityScience_movie .txt_area h4 {
  font-family: ReaderMedium;
  color: #FFF;
  text-transform: none;
  letter-spacing: 0;
}
@media only screen and (max-width: 768px) {
  #lp-sfslx section.LongenevityScience .inner_under .LongenevityScience_movie .txt_area h4 {
    font-size: 4.375vw;
    margin-bottom: 2.5vw;
  }
}
#lp-sfslx section.LongenevityScience .inner_under .LongenevityScience_movie .txt_area .normal {
  color: #FFF;
  letter-spacing: 0;
}
@media only screen and (min-width: 769px) {
  #lp-sfslx section.LongenevityScience .inner_under .LongenevityScience_movie .txt_area .normal {
    margin-top: 0.7291666667vw;
  }
}
@media only screen and (min-width: 1440px) {
  #lp-sfslx section.LongenevityScience .inner_under .LongenevityScience_movie .txt_area .normal {
    margin-top: 10.5px;
  }
}
@media only screen and (max-width: 768px) {
  #lp-sfslx section.LongenevityScience .inner_under .LongenevityScience_movie .txt_area .normal {
    font-size: 3.75vw;
    margin-bottom: 10.9375vw;
  }
}
@media only screen and (min-width: 769px) {
  #lp-sfslx section.LongenevityScience .inner_under .LongenevityScience_movie .txt_area_inner {
    width: 25.2777777778vw;
    margin-top: 2.0833333333vw;
  }
}
@media only screen and (min-width: 1440px) {
  #lp-sfslx section.LongenevityScience .inner_under .LongenevityScience_movie .txt_area_inner {
    width: 364px;
    margin-top: 30px;
  }
}
@media only screen and (max-width: 768px) {
  #lp-sfslx section.LongenevityScience .inner_under .LongenevityScience_movie .txt_area_inner {
    margin-top: 9.375vw;
    margin-left: 11.875vw;
  }
}
#lp-sfslx section.LongenevityScience .inner_under .LongenevityScience_movie .Movie {
  position: relative;
}
@media only screen and (min-width: 769px) {
  #lp-sfslx section.LongenevityScience .inner_under .LongenevityScience_movie .Movie {
    width: 50.2083333333vw;
    max-width: 723px;
    height: 28.4027777778vw;
    max-height: 409px;
    order: 1;
  }
}
@media only screen and (max-width: 768px) {
  #lp-sfslx section.LongenevityScience .inner_under .LongenevityScience_movie .Movie {
    width: 100%;
  }
}
#lp-sfslx section.LongenevityScience .inner_under .LongenevityScience_movie .Movie.spshow {
  padding-top: 0;
  visibility: visible;
}
#lp-sfslx section.LongenevityScience .inner_under .LongenevityScience_movie .Movie.spshow .bc-player-default_default .vjs-progress-control {
  height: 0.2em;
  top: -0.2em;
}
#lp-sfslx section.LongenevityScience .inner_under .LongenevityScience_movie .Movie.show {
  visibility: visible;
}
#lp-sfslx section.LongenevityScience .inner_under .LongenevityScience_movie .Movie .video-js {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
#lp-sfslx section.LongenevityScience .inner_under .LongenevityScience_movie .Movie .vjs-loading-spinner {
  display: none;
}
#lp-sfslx section.LongenevityScience .inner_under .LongenevityScience_movie .Movie .bc-player-default_default .vjs-progress-control {
  height: 0.2em;
  top: -0.2em;
}
@media only screen and (min-width: 769px) {
  #lp-sfslx section.LongenevityScience .inner_under .under_wrapper {
    width: 90.2777777778vw;
    max-width: 1300px;
    margin: 0 auto;
    padding-left: 44.3243055556px;
    position: relative;
  }
}
@media only screen and (min-width: 769px) and (min-width: 769px) {
  #lp-sfslx section.LongenevityScience .inner_under .under_wrapper {
    padding-left: calc(
				44.3243055556px + 38.6756944444 * (100vw - 769px) / 671
			);
  }
}
@media only screen and (min-width: 769px) and (min-width: 1440px) {
  #lp-sfslx section.LongenevityScience .inner_under .under_wrapper {
    padding-left: 83px;
  }
}
@media only screen and (min-width: 769px) {
  #lp-sfslx section.LongenevityScience .inner_under .under_wrapper .leaf {
    position: absolute;
    top: 0;
    left: 0;
    width: 3.9354166667vw;
    height: calc(100% - 1.875vw);
    overflow: hidden;
    position: absolute;
  }
}
@media only screen and (min-width: 769px) and (min-width: 769px) {
  #lp-sfslx section.LongenevityScience .inner_under .under_wrapper .leaf {
    top: calc(
				0 + 0 * (100vw - 769px) / 671
			);
  }
}
@media only screen and (min-width: 769px) and (min-width: 1440px) {
  #lp-sfslx section.LongenevityScience .inner_under .under_wrapper .leaf {
    top: 0;
  }
}
@media only screen and (min-width: 1440px) {
  #lp-sfslx section.LongenevityScience .inner_under .under_wrapper .leaf {
    height: calc(100% - 27px);
  }
}
@media only screen and (max-width: 768px) {
  #lp-sfslx section.LongenevityScience .inner_under .under_wrapper .leaf {
    display: none;
  }
}
@media only screen and (min-width: 769px) {
  #lp-sfslx section.LongenevityScience .inner_under .under_wrapper .leaf:before {
    content: "";
    display: block;
    position: absolute;
    top: 44.8583333333px;
    left: 5.3402777778px;
    width: 1px;
    height: 100%;
    opacity: 0.2;
    background: #FFFFFF;
  }
}
@media only screen and (min-width: 769px) and (min-width: 769px) {
  #lp-sfslx section.LongenevityScience .inner_under .under_wrapper .leaf:before {
    top: calc(
				44.8583333333px + 39.1416666667 * (100vw - 769px) / 671
			);
  }
}
@media only screen and (min-width: 769px) and (min-width: 1440px) {
  #lp-sfslx section.LongenevityScience .inner_under .under_wrapper .leaf:before {
    top: 84px;
  }
}
@media only screen and (min-width: 769px) and (min-width: 769px) {
  #lp-sfslx section.LongenevityScience .inner_under .under_wrapper .leaf:before {
    left: calc(
				5.3402777778px + 4.6597222222 * (100vw - 769px) / 671
			);
  }
}
@media only screen and (min-width: 769px) and (min-width: 1440px) {
  #lp-sfslx section.LongenevityScience .inner_under .under_wrapper .leaf:before {
    left: 10px;
  }
}
@media only screen and (min-width: 769px) {
  #lp-sfslx section.LongenevityScience .inner_under .under_wrapper .leaf:after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 4.5392361111px;
    width: 0.3472222222vw;
    height: 0.3472222222vw;
    left: 0;
    background: #473b35;
    border-radius: 50%;
  }
}
@media only screen and (min-width: 769px) and (min-width: 769px) {
  #lp-sfslx section.LongenevityScience .inner_under .under_wrapper .leaf:after {
    left: calc(
				4.5392361111px + 3.9607638889 * (100vw - 769px) / 671
			);
  }
}
@media only screen and (min-width: 769px) and (min-width: 1440px) {
  #lp-sfslx section.LongenevityScience .inner_under .under_wrapper .leaf:after {
    left: 8.5px;
  }
}
@media only screen and (min-width: 769px) {
  #lp-sfslx section.LongenevityScience .inner_under .under_wrapper .leaf > span {
    display: block;
  }
}
@media only screen and (max-width: 768px) {
  #lp-sfslx section.LongenevityScience .inner_under .under_wrapper .leaf > span {
    display: none;
  }
}
@media only screen and (min-width: 769px) {
  #lp-sfslx section.LongenevityScience .inner_under .under_wrapper .leaf > span:before {
    content: "";
    display: block;
    position: absolute;
    top: 42.1881944444px;
    left: 4.5392361111px;
    width: 0.3472222222vw;
    height: 0.3472222222vw;
    top: 0;
    left: 0;
    opacity: 0.2;
    background: #FFFFFF;
    border-radius: 50%;
  }
}
@media only screen and (min-width: 769px) and (min-width: 769px) {
  #lp-sfslx section.LongenevityScience .inner_under .under_wrapper .leaf > span:before {
    top: calc(
				42.1881944444px + 36.8118055556 * (100vw - 769px) / 671
			);
  }
}
@media only screen and (min-width: 769px) and (min-width: 1440px) {
  #lp-sfslx section.LongenevityScience .inner_under .under_wrapper .leaf > span:before {
    top: 79px;
  }
}
@media only screen and (min-width: 769px) and (min-width: 769px) {
  #lp-sfslx section.LongenevityScience .inner_under .under_wrapper .leaf > span:before {
    left: calc(
				4.5392361111px + 3.9607638889 * (100vw - 769px) / 671
			);
  }
}
@media only screen and (min-width: 769px) and (min-width: 1440px) {
  #lp-sfslx section.LongenevityScience .inner_under .under_wrapper .leaf > span:before {
    left: 8.5px;
  }
}
@media only screen and (min-width: 1440px) {
  #lp-sfslx section.LongenevityScience .inner_under .under_wrapper .leaf > span:before {
    width: 5px;
    height: 5px;
  }
}
@media only screen and (min-width: 769px) {
  #lp-sfslx section.LongenevityScience .inner_under .under_wrapper .group01 {
    display: flex;
    justify-content: space-between;
    margin-top: 42.7222222222px;
    margin-bottom: 51.2666666667px;
  }
}
@media only screen and (min-width: 769px) and (min-width: 769px) {
  #lp-sfslx section.LongenevityScience .inner_under .under_wrapper .group01 {
    margin-top: calc(
				42.7222222222px + 37.2777777778 * (100vw - 769px) / 671
			);
  }
}
@media only screen and (min-width: 769px) and (min-width: 1440px) {
  #lp-sfslx section.LongenevityScience .inner_under .under_wrapper .group01 {
    margin-top: 80px;
  }
}
@media only screen and (min-width: 769px) and (min-width: 769px) {
  #lp-sfslx section.LongenevityScience .inner_under .under_wrapper .group01 {
    margin-bottom: calc(
				51.2666666667px + 44.7333333333 * (100vw - 769px) / 671
			);
  }
}
@media only screen and (min-width: 769px) and (min-width: 1440px) {
  #lp-sfslx section.LongenevityScience .inner_under .under_wrapper .group01 {
    margin-bottom: 96px;
  }
}
@media only screen and (max-width: 768px) {
  #lp-sfslx section.LongenevityScience .inner_under .under_wrapper .group01 {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column-reverse;
  }
}
@media only screen and (min-width: 769px) {
  #lp-sfslx section.LongenevityScience .inner_under .under_wrapper .group01 .txt_area {
    width: 29.6180555556vw;
  }
}
@media only screen and (min-width: 1440px) {
  #lp-sfslx section.LongenevityScience .inner_under .under_wrapper .group01 .txt_area {
    width: 426.5px;
  }
}
@media only screen and (max-width: 768px) {
  #lp-sfslx section.LongenevityScience .inner_under .under_wrapper .group01 .txt_area {
    margin-top: 10vw;
    margin-left: 6.25vw;
    margin-right: 12.03125vw;
    margin-bottom: 10vw;
  }
}
#lp-sfslx section.LongenevityScience .inner_under .under_wrapper .group01 .txt_area h4 {
  font-family: ReaderMedium;
  text-transform: none;
  color: #FFFFFF;
}
@media only screen and (min-width: 769px) {
  #lp-sfslx section.LongenevityScience .inner_under .under_wrapper .group01 .txt_area h4 {
    margin-bottom: 4.2722222222px;
  }
}
@media only screen and (min-width: 769px) and (min-width: 769px) {
  #lp-sfslx section.LongenevityScience .inner_under .under_wrapper .group01 .txt_area h4 {
    margin-bottom: calc(
				4.2722222222px + 3.7277777778 * (100vw - 769px) / 671
			);
  }
}
@media only screen and (min-width: 769px) and (min-width: 1440px) {
  #lp-sfslx section.LongenevityScience .inner_under .under_wrapper .group01 .txt_area h4 {
    margin-bottom: 8px;
  }
}
@media only screen and (max-width: 768px) {
  #lp-sfslx section.LongenevityScience .inner_under .under_wrapper .group01 .txt_area h4 {
    font-size: 5.625vw;
    line-height: 140%;
    margin-bottom: 2.5vw;
  }
}
#lp-sfslx section.LongenevityScience .inner_under .under_wrapper .group01 .txt_area p.normal {
  color: #FFFFFF;
}
@media only screen and (max-width: 768px) {
  #lp-sfslx section.LongenevityScience .inner_under .under_wrapper .group01 .txt_area p.normal {
    margin-left: 11.875vw;
  }
}
@media only screen and (min-width: 769px) {
  #lp-sfslx section.LongenevityScience .inner_under .under_wrapper .group01 .txt_area p + .normal {
    margin-top: 4.2722222222px;
    width: 27.9861111111vw;
  }
}
@media only screen and (min-width: 769px) and (min-width: 769px) {
  #lp-sfslx section.LongenevityScience .inner_under .under_wrapper .group01 .txt_area p + .normal {
    margin-top: calc(
				4.2722222222px + 3.7277777778 * (100vw - 769px) / 671
			);
  }
}
@media only screen and (min-width: 769px) and (min-width: 1440px) {
  #lp-sfslx section.LongenevityScience .inner_under .under_wrapper .group01 .txt_area p + .normal {
    margin-top: 8px;
  }
}
@media only screen and (min-width: 1440px) {
  #lp-sfslx section.LongenevityScience .inner_under .under_wrapper .group01 .txt_area p + .normal {
    width: 403px;
  }
}
@media only screen and (max-width: 768px) {
  #lp-sfslx section.LongenevityScience .inner_under .under_wrapper .group01 .txt_area p + .normal {
    margin-top: 2.5vw;
  }
}
#lp-sfslx section.LongenevityScience .inner_under .under_wrapper .group01 .Movie {
  position: relative;
}
@media only screen and (min-width: 769px) {
  #lp-sfslx section.LongenevityScience .inner_under .under_wrapper .group01 .Movie {
    width: 50.2083333333vw;
    max-width: 723px;
    height: 28.4027777778vw;
    max-height: 409px;
    order: 1;
  }
}
@media only screen and (max-width: 768px) {
  #lp-sfslx section.LongenevityScience .inner_under .under_wrapper .group01 .Movie {
    order: 1;
    width: 100%;
    margin-right: 6.25vw;
  }
}
#lp-sfslx section.LongenevityScience .inner_under .under_wrapper .group01 .Movie.spshow {
  padding-top: 0;
  visibility: visible;
}
#lp-sfslx section.LongenevityScience .inner_under .under_wrapper .group01 .Movie.spshow .bc-player-default_default .vjs-progress-control {
  height: 0.2em;
  top: -0.2em;
}
#lp-sfslx section.LongenevityScience .inner_under .under_wrapper .group01 .Movie.show {
  visibility: visible;
}
#lp-sfslx section.LongenevityScience .inner_under .under_wrapper .group01 .Movie .video-js {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
#lp-sfslx section.LongenevityScience .inner_under .under_wrapper .group01 .Movie .vjs-loading-spinner {
  display: none;
}
#lp-sfslx section.LongenevityScience .inner_under .under_wrapper .group01 .Movie .bc-player-default_default .vjs-progress-control {
  height: 0.2em;
  top: -0.2em;
}
#lp-sfslx section.LongenevityScience .inner_under .under_wrapper .group02 {
  display: flex;
}
@media only screen and (min-width: 769px) {
  #lp-sfslx section.LongenevityScience .inner_under .under_wrapper .group02 {
    justify-content: space-between;
  }
}
@media only screen and (max-width: 768px) {
  #lp-sfslx section.LongenevityScience .inner_under .under_wrapper .group02 {
    flex-direction: column;
    margin-right: 6.25vw;
    margin-bottom: 70vw;
  }
}
@media only screen and (min-width: 769px) {
  #lp-sfslx section.LongenevityScience .inner_under .under_wrapper .group02 .txt_area {
    width: 27.9861111111vw;
  }
}
@media only screen and (min-width: 1440px) {
  #lp-sfslx section.LongenevityScience .inner_under .under_wrapper .group02 .txt_area {
    width: 403px;
  }
}
@media only screen and (max-width: 768px) {
  #lp-sfslx section.LongenevityScience .inner_under .under_wrapper .group02 .txt_area {
    order: 2;
    margin-left: 18.125vw;
  }
}
#lp-sfslx section.LongenevityScience .inner_under .under_wrapper .group02 .txt_area h3 {
  text-transform: none;
  color: #FFFFFF;
  letter-spacing: 0;
}
@media only screen and (max-width: 768px) {
  #lp-sfslx section.LongenevityScience .inner_under .under_wrapper .group02 .txt_area h3 {
    font-size: 5.625vw;
    line-height: 120%;
    letter-spacing: 0;
  }
}
#lp-sfslx section.LongenevityScience .inner_under .under_wrapper .group02 .txt_area h4 {
  font-family: ReaderMedium;
  text-transform: none;
  color: #FFFFFF;
}
@media only screen and (max-width: 768px) {
  #lp-sfslx section.LongenevityScience .inner_under .under_wrapper .group02 .txt_area h4 {
    font-size: 4.375vw;
    line-height: 120%;
    margin-bottom: 2.5vw;
    margin-top: 10vw;
  }
}
@media only screen and (min-width: 769px) {
  #lp-sfslx section.LongenevityScience .inner_under .under_wrapper .group02 .txt_area p.normal + h4 {
    margin-top: 17.0888888889px;
  }
}
@media only screen and (min-width: 769px) and (min-width: 769px) {
  #lp-sfslx section.LongenevityScience .inner_under .under_wrapper .group02 .txt_area p.normal + h4 {
    margin-top: calc(
				17.0888888889px + 14.9111111111 * (100vw - 769px) / 671
			);
  }
}
@media only screen and (min-width: 769px) and (min-width: 1440px) {
  #lp-sfslx section.LongenevityScience .inner_under .under_wrapper .group02 .txt_area p.normal + h4 {
    margin-top: 32px;
  }
}
#lp-sfslx section.LongenevityScience .inner_under .under_wrapper .group02 .txt_area p.normal {
  color: #FFFFFF;
}
@media only screen and (min-width: 769px) {
  #lp-sfslx section.LongenevityScience .inner_under .under_wrapper .group02 .txt_area p.normal {
    margin-top: 4.2722222222px;
  }
}
@media only screen and (min-width: 769px) and (min-width: 769px) {
  #lp-sfslx section.LongenevityScience .inner_under .under_wrapper .group02 .txt_area p.normal {
    margin-top: calc(
				4.2722222222px + 3.7277777778 * (100vw - 769px) / 671
			);
  }
}
@media only screen and (min-width: 769px) and (min-width: 1440px) {
  #lp-sfslx section.LongenevityScience .inner_under .under_wrapper .group02 .txt_area p.normal {
    margin-top: 8px;
  }
}
@media only screen and (max-width: 768px) {
  #lp-sfslx section.LongenevityScience .inner_under .under_wrapper .group02 .txt_area p.normal {
    margin-top: 2.5vw;
  }
}
@media only screen and (min-width: 769px) {
  #lp-sfslx section.LongenevityScience .inner_under .under_wrapper .group02 .txt_area p + .normal {
    margin-top: 4.2722222222px;
  }
}
@media only screen and (min-width: 769px) and (min-width: 769px) {
  #lp-sfslx section.LongenevityScience .inner_under .under_wrapper .group02 .txt_area p + .normal {
    margin-top: calc(
				4.2722222222px + 3.7277777778 * (100vw - 769px) / 671
			);
  }
}
@media only screen and (min-width: 769px) and (min-width: 1440px) {
  #lp-sfslx section.LongenevityScience .inner_under .under_wrapper .group02 .txt_area p + .normal {
    margin-top: 8px;
  }
}
@media only screen and (max-width: 768px) {
  #lp-sfslx section.LongenevityScience .inner_under .under_wrapper .group02 .txt_area p + .normal {
    margin-top: 2.5vw;
  }
}
@media only screen and (min-width: 769px) {
  #lp-sfslx section.LongenevityScience .inner_under .under_wrapper .group02 .txt_area p.strong {
    color: #FFFFFF;
    margin-top: 17.0888888889px;
  }
}
@media only screen and (min-width: 769px) and (min-width: 769px) {
  #lp-sfslx section.LongenevityScience .inner_under .under_wrapper .group02 .txt_area p.strong {
    margin-top: calc(
				17.0888888889px + 14.9111111111 * (100vw - 769px) / 671
			);
  }
}
@media only screen and (min-width: 769px) and (min-width: 1440px) {
  #lp-sfslx section.LongenevityScience .inner_under .under_wrapper .group02 .txt_area p.strong {
    margin-top: 32px;
  }
}
@media only screen and (max-width: 768px) {
  #lp-sfslx section.LongenevityScience .inner_under .under_wrapper .group02 .txt_area p.strong {
    color: #FFFFFF;
    font-size: 3.75vw;
    margin-top: 10vw;
  }
}
#lp-sfslx section.LongenevityScience .inner_under .under_wrapper .group02 .txt_area .lp-btn {
  display: flex;
  flex-direction: column;
}
@media only screen and (min-width: 769px) {
  #lp-sfslx section.LongenevityScience .inner_under .under_wrapper .group02 .txt_area .lp-btn {
    margin-top: 17.0888888889px;
  }
}
@media only screen and (min-width: 769px) and (min-width: 769px) {
  #lp-sfslx section.LongenevityScience .inner_under .under_wrapper .group02 .txt_area .lp-btn {
    margin-top: calc(
				17.0888888889px + 14.9111111111 * (100vw - 769px) / 671
			);
  }
}
@media only screen and (min-width: 769px) and (min-width: 1440px) {
  #lp-sfslx section.LongenevityScience .inner_under .under_wrapper .group02 .txt_area .lp-btn {
    margin-top: 32px;
  }
}
@media only screen and (max-width: 768px) {
  #lp-sfslx section.LongenevityScience .inner_under .under_wrapper .group02 .txt_area .lp-btn {
    margin-top: 10vw;
  }
}
#lp-sfslx section.LongenevityScience .inner_under .under_wrapper .group02 .txt_area .lp-btn--white {
  text-transform: none;
}
@media only screen and (min-width: 769px) {
  #lp-sfslx section.LongenevityScience .inner_under .under_wrapper .group02 .txt_area .lp-btn--white {
    min-width: 220px;
    width: 22.3611111111vw;
    max-width: 322px;
  }
}
@media only screen and (max-width: 768px) {
  #lp-sfslx section.LongenevityScience .inner_under .under_wrapper .group02 .txt_area .lp-btn--white {
    width: 55.9375vw;
    height: 16.25vw;
    max-height: initial;
    font-size: 3.75vw;
  }
}
@media only screen and (min-width: 769px) {
  #lp-sfslx section.LongenevityScience .inner_under .under_wrapper .group02 .txt_area .lp-btn--white + .lp-btn--whtline {
    margin-top: 6.4083333333px;
  }
}
@media only screen and (min-width: 769px) and (min-width: 769px) {
  #lp-sfslx section.LongenevityScience .inner_under .under_wrapper .group02 .txt_area .lp-btn--white + .lp-btn--whtline {
    margin-top: calc(
				6.4083333333px + 5.5916666667 * (100vw - 769px) / 671
			);
  }
}
@media only screen and (min-width: 769px) and (min-width: 1440px) {
  #lp-sfslx section.LongenevityScience .inner_under .under_wrapper .group02 .txt_area .lp-btn--white + .lp-btn--whtline {
    margin-top: 12px;
  }
}
@media only screen and (max-width: 768px) {
  #lp-sfslx section.LongenevityScience .inner_under .under_wrapper .group02 .txt_area .lp-btn--white + .lp-btn--whtline {
    margin-top: 24px;
  }
}
#lp-sfslx section.LongenevityScience .inner_under .under_wrapper .group02 .txt_area .lp-btn--white:hover {
  border-color: #D6001C;
  color: #D6001C;
}
#lp-sfslx section.LongenevityScience .inner_under .under_wrapper .group02 .txt_area .lp-btn--whtline {
  text-transform: none;
  background: #262626;
}
@media only screen and (min-width: 769px) {
  #lp-sfslx section.LongenevityScience .inner_under .under_wrapper .group02 .txt_area .lp-btn--whtline {
    min-width: 220px;
    width: 22.3611111111vw;
    max-width: 322px;
  }
}
@media only screen and (max-width: 768px) {
  #lp-sfslx section.LongenevityScience .inner_under .under_wrapper .group02 .txt_area .lp-btn--whtline {
    width: 55.9375vw;
    height: 16.25vw;
    max-height: initial;
    font-size: 3.75vw;
  }
}
#lp-sfslx section.LongenevityScience .inner_under .under_wrapper .group02 .txt_area .lp-btn--whtline:hover {
  border-color: #D6001C;
  background: #FFFFFF;
  color: #D6001C;
}
#lp-sfslx section.LongenevityScience .inner_under .under_wrapper .group02 .Movie {
  position: relative;
}
@media only screen and (min-width: 769px) {
  #lp-sfslx section.LongenevityScience .inner_under .under_wrapper .group02 .Movie {
    width: 50.2083333333vw;
    max-width: 723px;
    height: 28.4027777778vw;
    max-height: 409px;
    order: 1;
  }
}
@media only screen and (max-width: 768px) {
  #lp-sfslx section.LongenevityScience .inner_under .under_wrapper .group02 .Movie {
    order: 1;
    width: 100%;
    margin-right: 6.25vw;
  }
}
#lp-sfslx section.LongenevityScience .inner_under .under_wrapper .group02 .Movie.spshow {
  padding-top: 0;
  visibility: visible;
}
#lp-sfslx section.LongenevityScience .inner_under .under_wrapper .group02 .Movie.spshow .bc-player-default_default .vjs-progress-control {
  height: 0.2em;
  top: -0.2em;
}
#lp-sfslx section.LongenevityScience .inner_under .under_wrapper .group02 .Movie.show {
  visibility: visible;
}
#lp-sfslx section.LongenevityScience .inner_under .under_wrapper .group02 .Movie .video-js {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
#lp-sfslx section.LongenevityScience .inner_under .under_wrapper .group02 .Movie .vjs-loading-spinner {
  display: none;
}
#lp-sfslx section.LongenevityScience .inner_under .under_wrapper .group02 .Movie .bc-player-default_default .vjs-progress-control {
  height: 0.2em;
  top: -0.2em;
}
@media only screen and (min-width: 769px) {
  #lp-sfslx section.LongenevityScience .inner_absolute {
    position: -webkit-sticky;
    position: sticky;
    top: calc(var(--headerH_pc) + var(--topNavH_pc));
    width: 1px;
    padding-top: 49.1305555556px;
  }
}
@media only screen and (min-width: 769px) and (min-width: 769px) {
  #lp-sfslx section.LongenevityScience .inner_absolute {
    padding-top: calc(
				49.1305555556px + 42.8694444444 * (100vw - 769px) / 671
			);
  }
}
@media only screen and (min-width: 769px) and (min-width: 1440px) {
  #lp-sfslx section.LongenevityScience .inner_absolute {
    padding-top: 92px;
  }
}
@media only screen and (min-width: 1440px) {
  #lp-sfslx section.LongenevityScience .inner_absolute {
    width: 1px;
    max-width: initial;
    top: calc(var(--headerH_pc) + var(--topNavH_ov1440));
  }
}
@media only screen and (max-width: 768px) {
  #lp-sfslx section.LongenevityScience .inner_absolute {
    height: 7.5vw;
    top: calc(var(--headerH_sp) + var(--topNavH_sp));
    left: 6.25vw;
    padding-top: 10vw;
  }
}
@media screen and (min-width: 744px) and (max-width: 768px) {
  #lp-sfslx section.LongenevityScience .inner_absolute {
    top: calc(var(--headerH_sp) + var(--topNavH_sp_ov744));
  }
}
#lp-sfslx section.LongenevityScience .inner_absolute .sound_play_icon {
  z-index: 20;
}
@media only screen and (min-width: 769px) {
  #lp-sfslx section.LongenevityScience .inner_absolute .sound_play_icon {
    padding-left: 45.9263888889px;
    opacity: 1;
    transition: opacity 0.5s;
  }
}
@media only screen and (min-width: 769px) and (min-width: 769px) {
  #lp-sfslx section.LongenevityScience .inner_absolute .sound_play_icon {
    padding-left: calc(
				45.9263888889px + 40.0736111111 * (100vw - 769px) / 671
			);
  }
}
@media only screen and (min-width: 769px) and (min-width: 1440px) {
  #lp-sfslx section.LongenevityScience .inner_absolute .sound_play_icon {
    padding-left: 86px;
  }
}
@media only screen and (min-width: 1440px) {
  #lp-sfslx section.LongenevityScience .inner_absolute .sound_play_icon {
    max-width: initial;
    margin-left: calc((100vw - 1440px) / 2);
  }
}
@media only screen and (max-width: 768px) {
  #lp-sfslx section.LongenevityScience .inner_absolute .sound_play_icon {
    padding-left: 6.25vw;
  }
}
#lp-sfslx section.LongenevityScience .inner_absolute .sound_play_icon a {
  transition: background 0.2s;
  background-repeat: no-repeat;
  background-position: left center;
  display: block;
}
@media only screen and (min-width: 769px) {
  #lp-sfslx section.LongenevityScience .inner_absolute .sound_play_icon a {
    width: 1.6666666667vw;
    max-width: 24px;
    height: 1.6270833333vw;
    max-height: 23.43px;
    background-size: contain;
  }
}
@media only screen and (max-width: 768px) {
  #lp-sfslx section.LongenevityScience .inner_absolute .sound_play_icon a {
    width: 5vw;
    height: 7.5vw;
    padding-left: 7.5vw;
    background-size: 5vw;
    background-position: center;
  }
}
#lp-sfslx section.LongenevityScience .inner_absolute .sound_play_icon.fadeOut {
  opacity: 0;
}
#lp-sfslx section.yutaka_treatment {
  margin-top: -2px;
  background-repeat: no-repeat;
}
@media only screen and (min-width: 769px) {
  #lp-sfslx section.yutaka_treatment {
    background-position: calc(100vw / 2) center;
    background-color: #000;
    width: 100%;
    position: relative;
    margin: 0 auto;
    background-size: auto 100%;
    max-width: 2119px;
    height: 700px;
  }
}
@media only screen and (min-width: 960px) {
  #lp-sfslx section.yutaka_treatment {
    background-position: calc(50% + 56.38888888888889vw / 2) center;
  }
}
@media only screen and (min-width: 1440px) {
  #lp-sfslx section.yutaka_treatment {
    background-size: auto 100%;
    background-color: #000;
    background-position: calc(50% + 630px / 2) center;
    max-width: initial;
    max-height: initial;
  }
}
@media only screen and (max-width: 768px) {
  #lp-sfslx section.yutaka_treatment {
    background-position: top center;
    background-size: 100%;
    background-color: #000;
  }
}
@media only screen and (min-width: 769px) {
  #lp-sfslx section.yutaka_treatment .inner {
    width: 100%;
    max-width: 1440px;
    margin: 0 auto;
    height: 700px;
    display: flex;
    align-items: center;
  }
}
@media only screen and (max-width: 768px) {
  #lp-sfslx section.yutaka_treatment .inner {
    width: 100%;
    padding: 62.1875vw 6.25vw 7.5vw;
  }
}
#lp-sfslx section.yutaka_treatment .inner .txt_area {
  display: flex;
  flex-direction: column;
}
@media only screen and (min-width: 769px) {
  #lp-sfslx section.yutaka_treatment .inner .txt_area {
    padding-left: 4.0277777778vw;
  }
}
@media only screen and (min-width: 980px) {
  #lp-sfslx section.yutaka_treatment .inner .txt_area {
    padding-left: 58px;
  }
}
@media only screen and (min-width: 980px) and (min-width: 980px) {
  #lp-sfslx section.yutaka_treatment .inner .txt_area {
    padding-left: calc(
				58px + 95 * (100vw - 980px) / 460
			);
  }
}
@media only screen and (min-width: 980px) and (min-width: 1440px) {
  #lp-sfslx section.yutaka_treatment .inner .txt_area {
    padding-left: 153px;
  }
}
#lp-sfslx section.yutaka_treatment .inner .txt_area h2 {
  font-family: ReaderMedium;
  letter-spacing: 0;
  text-transform: none;
  color: #FFF;
  line-height: 1.2;
}
@media only screen and (max-width: 768px) {
  #lp-sfslx section.yutaka_treatment .inner .txt_area h2 {
    font-size: 7.5vw;
    margin-bottom: 2.5vw;
  }
}
#lp-sfslx section.yutaka_treatment .inner .txt_area h3 {
  font-family: ReaderMedium;
  color: #FFF;
  text-transform: none;
  line-height: 1.2;
  letter-spacing: 0;
}
@media only screen and (min-width: 769px) {
  #lp-sfslx section.yutaka_treatment .inner .txt_area h3 {
    margin-top: 4.2722222222px;
  }
}
@media only screen and (min-width: 769px) and (min-width: 769px) {
  #lp-sfslx section.yutaka_treatment .inner .txt_area h3 {
    margin-top: calc(
				4.2722222222px + 3.7277777778 * (100vw - 769px) / 671
			);
  }
}
@media only screen and (min-width: 769px) and (min-width: 1440px) {
  #lp-sfslx section.yutaka_treatment .inner .txt_area h3 {
    margin-top: 8px;
  }
}
@media only screen and (max-width: 768px) {
  #lp-sfslx section.yutaka_treatment .inner .txt_area h3 {
    font-size: 4.375vw;
    margin-bottom: 2.5vw;
  }
}
#lp-sfslx section.yutaka_treatment .inner .txt_area p.normal {
  color: #FFF;
}
@media only screen and (min-width: 769px) {
  #lp-sfslx section.yutaka_treatment .inner .txt_area p.normal {
    margin-top: 4.2722222222px;
  }
}
@media only screen and (min-width: 769px) and (min-width: 769px) {
  #lp-sfslx section.yutaka_treatment .inner .txt_area p.normal {
    margin-top: calc(
				4.2722222222px + 3.7277777778 * (100vw - 769px) / 671
			);
  }
}
@media only screen and (min-width: 769px) and (min-width: 1440px) {
  #lp-sfslx section.yutaka_treatment .inner .txt_area p.normal {
    margin-top: 8px;
  }
}
@media only screen and (max-width: 768px) {
  #lp-sfslx section.yutaka_treatment .inner .txt_area p.normal {
    font-size: 3.75vw;
    margin-bottom: 7.5vw;
  }
}
#lp-sfslx section.yutaka_treatment .inner .txt_area p.notice {
  color: #FFF;
}
@media only screen and (min-width: 769px) {
  #lp-sfslx section.yutaka_treatment .inner .txt_area p.notice {
    line-height: 1.4;
  }
}
@media only screen and (max-width: 768px) {
  #lp-sfslx section.yutaka_treatment .inner .txt_area p.notice {
    font-size: 3.125vw;
    line-height: 1.5;
  }
}
#lp-sfslx section.yutaka_treatment .inner .txt_area .lp-btn {
  display: flex;
}
@media only screen and (min-width: 769px) {
  #lp-sfslx section.yutaka_treatment .inner .txt_area .lp-btn {
    margin-top: 17.0888888889px;
    margin-bottom: 17.0888888889px;
    flex-direction: column;
  }
}
@media only screen and (min-width: 769px) and (min-width: 769px) {
  #lp-sfslx section.yutaka_treatment .inner .txt_area .lp-btn {
    margin-top: calc(
				17.0888888889px + 14.9111111111 * (100vw - 769px) / 671
			);
  }
}
@media only screen and (min-width: 769px) and (min-width: 1440px) {
  #lp-sfslx section.yutaka_treatment .inner .txt_area .lp-btn {
    margin-top: 32px;
  }
}
@media only screen and (min-width: 769px) and (min-width: 769px) {
  #lp-sfslx section.yutaka_treatment .inner .txt_area .lp-btn {
    margin-bottom: calc(
				17.0888888889px + 14.9111111111 * (100vw - 769px) / 671
			);
  }
}
@media only screen and (min-width: 769px) and (min-width: 1440px) {
  #lp-sfslx section.yutaka_treatment .inner .txt_area .lp-btn {
    margin-bottom: 32px;
  }
}
@media only screen and (max-width: 768px) {
  #lp-sfslx section.yutaka_treatment .inner .txt_area .lp-btn {
    margin-bottom: 7.5vw;
  }
}
#lp-sfslx section.yutaka_treatment .inner .txt_area .lp-btn--whtline {
  position: relative;
  align-items: flex-start;
}
@media only screen and (min-width: 769px) {
  #lp-sfslx section.yutaka_treatment .inner .txt_area .lp-btn--whtline {
    min-width: 142px;
    width: 14.8611111111vw;
    max-width: 214px;
    padding-left: 21.3611111111px;
    padding-right: 14.41875px;
  }
}
@media only screen and (min-width: 769px) and (min-width: 769px) {
  #lp-sfslx section.yutaka_treatment .inner .txt_area .lp-btn--whtline {
    padding-left: calc(
				21.3611111111px + 18.6388888889 * (100vw - 769px) / 671
			);
  }
}
@media only screen and (min-width: 769px) and (min-width: 1440px) {
  #lp-sfslx section.yutaka_treatment .inner .txt_area .lp-btn--whtline {
    padding-left: 40px;
  }
}
@media only screen and (min-width: 769px) and (min-width: 769px) {
  #lp-sfslx section.yutaka_treatment .inner .txt_area .lp-btn--whtline {
    padding-right: calc(
				14.41875px + 12.58125 * (100vw - 769px) / 671
			);
  }
}
@media only screen and (min-width: 769px) and (min-width: 1440px) {
  #lp-sfslx section.yutaka_treatment .inner .txt_area .lp-btn--whtline {
    padding-right: 27px;
  }
}
@media only screen and (max-width: 768px) {
  #lp-sfslx section.yutaka_treatment .inner .txt_area .lp-btn--whtline {
    width: 52.1875vw;
    height: 12.5vw;
    max-height: initial;
    font-size: 3.75vw;
    padding-right: 3.696875vw;
    padding-left: 7.8125vw;
  }
}
#lp-sfslx section.yutaka_treatment .inner .txt_area .lp-btn--whtline:after {
  content: "";
  display: inline;
  position: absolute;
  top: 0;
  bottom: 0;
  margin-top: auto;
  margin-bottom: auto;
  background-repeat: no-repeat;
  background-size: contain;
}
@media only screen and (min-width: 769px) {
  #lp-sfslx section.yutaka_treatment .inner .txt_area .lp-btn--whtline:after {
    width: 0.8333333333vw;
    max-width: 12px;
    height: 1.1458333333vw;
    max-height: 16.5px;
    right: 22.9631944444px;
  }
}
@media only screen and (min-width: 769px) and (min-width: 769px) {
  #lp-sfslx section.yutaka_treatment .inner .txt_area .lp-btn--whtline:after {
    right: calc(
				22.9631944444px + 20.0368055556 * (100vw - 769px) / 671
			);
  }
}
@media only screen and (min-width: 769px) and (min-width: 1440px) {
  #lp-sfslx section.yutaka_treatment .inner .txt_area .lp-btn--whtline:after {
    right: 43px;
  }
}
@media only screen and (max-width: 768px) {
  #lp-sfslx section.yutaka_treatment .inner .txt_area .lp-btn--whtline:after {
    width: 2.915625vw;
    height: 4.009375vw;
    right: 8.540625vw;
  }
}
#lp-sfslx section.yutaka_atHome {
  background-repeat: no-repeat;
}
@media only screen and (min-width: 769px) {
  #lp-sfslx section.yutaka_atHome {
    background-position: calc(-509px - (1149px - 100vw) / 2) center;
    width: 100%;
    position: relative;
    margin: 0 auto;
    background-size: 2116px 700px;
    max-width: 2048px;
    height: 700px;
  }
}
@media only screen and (min-width: 1150px) {
  #lp-sfslx section.yutaka_atHome {
    background-position: calc(-379px - (1280px - 100vw)) center;
  }
}
@media only screen and (min-width: 1280px) {
  #lp-sfslx section.yutaka_atHome {
    background-position: -379px center;
  }
}
@media only screen and (min-width: 1440px) {
  #lp-sfslx section.yutaka_atHome {
    background-size: 2315px 700px, 2315px 700px, 2116px 700px;
    background-color: rgb(12, 13, 17);
    background-position: center center;
    max-width: initial;
    max-height: initial;
  }
}
@media only screen and (max-width: 768px) {
  #lp-sfslx section.yutaka_atHome {
    background-position: center, top;
    background-size: cover;
  }
}
@media only screen and (min-width: 769px) {
  #lp-sfslx section.yutaka_atHome .inner {
    width: 100%;
    max-width: 1440px;
    margin: 0 auto;
    height: 700px;
    display: flex;
    align-items: center;
  }
}
@media only screen and (max-width: 768px) {
  #lp-sfslx section.yutaka_atHome .inner {
    width: 100%;
    padding: 62.1875vw 6.25vw 7.5vw;
  }
}
#lp-sfslx section.yutaka_atHome .inner .txt_area {
  display: flex;
  flex-direction: column;
}
@media only screen and (min-width: 769px) {
  #lp-sfslx section.yutaka_atHome .inner .txt_area {
    padding-left: 4.0277777778vw;
  }
}
@media only screen and (min-width: 980px) {
  #lp-sfslx section.yutaka_atHome .inner .txt_area {
    padding-left: 58px;
  }
}
@media only screen and (min-width: 980px) and (min-width: 980px) {
  #lp-sfslx section.yutaka_atHome .inner .txt_area {
    padding-left: calc(
				58px + 95 * (100vw - 980px) / 460
			);
  }
}
@media only screen and (min-width: 980px) and (min-width: 1440px) {
  #lp-sfslx section.yutaka_atHome .inner .txt_area {
    padding-left: 153px;
  }
}
#lp-sfslx section.yutaka_atHome .inner .txt_area h2 {
  font-family: ReaderMedium;
  letter-spacing: 0;
  text-transform: none;
  color: #FFF;
  line-height: 1.2;
}
@media only screen and (max-width: 768px) {
  #lp-sfslx section.yutaka_atHome .inner .txt_area h2 {
    font-size: 7.5vw;
    margin-bottom: 2.5vw;
  }
}
#lp-sfslx section.yutaka_atHome .inner .txt_area h3 {
  font-family: ReaderMedium;
  color: #FFF;
  text-transform: none;
  line-height: 1.2;
  letter-spacing: 0;
}
@media only screen and (min-width: 769px) {
  #lp-sfslx section.yutaka_atHome .inner .txt_area h3 {
    margin-top: 4.2722222222px;
  }
}
@media only screen and (min-width: 769px) and (min-width: 769px) {
  #lp-sfslx section.yutaka_atHome .inner .txt_area h3 {
    margin-top: calc(
				4.2722222222px + 3.7277777778 * (100vw - 769px) / 671
			);
  }
}
@media only screen and (min-width: 769px) and (min-width: 1440px) {
  #lp-sfslx section.yutaka_atHome .inner .txt_area h3 {
    margin-top: 8px;
  }
}
@media only screen and (max-width: 768px) {
  #lp-sfslx section.yutaka_atHome .inner .txt_area h3 {
    font-size: 4.375vw;
    margin-bottom: 2.5vw;
  }
}
#lp-sfslx section.yutaka_atHome .inner .txt_area p.normal {
  color: #FFF;
}
@media only screen and (min-width: 769px) {
  #lp-sfslx section.yutaka_atHome .inner .txt_area p.normal {
    margin-top: 4.2722222222px;
  }
}
@media only screen and (min-width: 769px) and (min-width: 769px) {
  #lp-sfslx section.yutaka_atHome .inner .txt_area p.normal {
    margin-top: calc(
				4.2722222222px + 3.7277777778 * (100vw - 769px) / 671
			);
  }
}
@media only screen and (min-width: 769px) and (min-width: 1440px) {
  #lp-sfslx section.yutaka_atHome .inner .txt_area p.normal {
    margin-top: 8px;
  }
}
@media only screen and (max-width: 768px) {
  #lp-sfslx section.yutaka_atHome .inner .txt_area p.normal {
    font-size: 3.75vw;
    margin-bottom: 7.5vw;
  }
}
#lp-sfslx section.yutaka_atHome .inner .txt_area br.show930 {
  display: none;
}
@media only screen and (max-width: 930px) {
  #lp-sfslx section.yutaka_atHome .inner .txt_area br.show930 {
    display: block;
  }
}
#lp-sfslx section.yutaka_atHome .inner .txt_area .lp-btn {
  display: flex;
}
@media only screen and (min-width: 769px) {
  #lp-sfslx section.yutaka_atHome .inner .txt_area .lp-btn {
    margin-top: 17.0888888889px;
  }
}
@media only screen and (min-width: 769px) and (min-width: 769px) {
  #lp-sfslx section.yutaka_atHome .inner .txt_area .lp-btn {
    margin-top: calc(
				17.0888888889px + 14.9111111111 * (100vw - 769px) / 671
			);
  }
}
@media only screen and (min-width: 769px) and (min-width: 1440px) {
  #lp-sfslx section.yutaka_atHome .inner .txt_area .lp-btn {
    margin-top: 32px;
  }
}
@media only screen and (max-width: 768px) {
  #lp-sfslx section.yutaka_atHome .inner .txt_area .lp-btn {
    margin-bottom: 7.5vw;
    flex-direction: column;
  }
}
@media only screen and (min-width: 769px) {
  #lp-sfslx section.yutaka_atHome .inner .txt_area .lp-btn--white {
    width: 11.1805555556vw;
    max-width: 161px;
    margin-right: 6.4083333333px;
  }
}
@media only screen and (min-width: 769px) and (min-width: 769px) {
  #lp-sfslx section.yutaka_atHome .inner .txt_area .lp-btn--white {
    margin-right: calc(
				6.4083333333px + 5.5916666667 * (100vw - 769px) / 671
			);
  }
}
@media only screen and (min-width: 769px) and (min-width: 1440px) {
  #lp-sfslx section.yutaka_atHome .inner .txt_area .lp-btn--white {
    margin-right: 12px;
  }
}
@media only screen and (max-width: 768px) {
  #lp-sfslx section.yutaka_atHome .inner .txt_area .lp-btn--white {
    width: 57.8125vw;
    height: 12.5vw;
    max-height: initial;
    font-size: 3.75vw;
    margin-bottom: 4.375vw;
  }
}
#lp-sfslx section.yutaka_atHome .inner .txt_area .lp-btn--white:hover {
  border-color: #262626;
  background-color: #262626;
  color: #FFFFFF;
}
@media only screen and (min-width: 769px) {
  #lp-sfslx section.yutaka_atHome .inner .txt_area .lp-btn--whtline {
    width: 12.4305555556vw;
    max-width: 179px;
  }
}
@media only screen and (max-width: 768px) {
  #lp-sfslx section.yutaka_atHome .inner .txt_area .lp-btn--whtline {
    width: 57.8125vw;
    height: 12.5vw;
    max-height: initial;
    font-size: 3.75vw;
  }
}
#lp-sfslx section.yutaka_atHome .inner .txt_area .lp-btn--whtline:hover {
  border-color: #262626;
  background-color: #262626;
  color: #FFFFFF;
}
@media only screen and (min-width: 769px) {
  #lp-sfslx section.bls {
    padding-top: 34.1777777778px;
    padding-bottom: 34.1777777778px;
  }
}
@media only screen and (min-width: 769px) and (min-width: 769px) {
  #lp-sfslx section.bls {
    padding-top: calc(
				34.1777777778px + 29.8222222222 * (100vw - 769px) / 671
			);
  }
}
@media only screen and (min-width: 769px) and (min-width: 1440px) {
  #lp-sfslx section.bls {
    padding-top: 64px;
  }
}
@media only screen and (min-width: 769px) and (min-width: 769px) {
  #lp-sfslx section.bls {
    padding-bottom: calc(
				34.1777777778px + 29.8222222222 * (100vw - 769px) / 671
			);
  }
}
@media only screen and (min-width: 769px) and (min-width: 1440px) {
  #lp-sfslx section.bls {
    padding-bottom: 64px;
  }
}
@media only screen and (max-width: 768px) {
  #lp-sfslx section.bls {
    padding: 10vw 0 7.5vw;
  }
}
#lp-sfslx section.bls .txt_area {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
}
#lp-sfslx section.bls .txt_area h2 {
  text-transform: none;
}
@media only screen and (min-width: 769px) {
  #lp-sfslx section.bls .txt_area h2 {
    margin-bottom: 6.4083333333px;
  }
}
@media only screen and (min-width: 769px) and (min-width: 769px) {
  #lp-sfslx section.bls .txt_area h2 {
    margin-bottom: calc(
				6.4083333333px + 5.5916666667 * (100vw - 769px) / 671
			);
  }
}
@media only screen and (min-width: 769px) and (min-width: 1440px) {
  #lp-sfslx section.bls .txt_area h2 {
    margin-bottom: 12px;
  }
}
@media only screen and (max-width: 768px) {
  #lp-sfslx section.bls .txt_area h2 {
    font-size: 6.25vw;
    margin-bottom: 2.5vw;
    letter-spacing: 0;
  }
}
#lp-sfslx section.bls .txt_area h3 {
  text-transform: uppercase;
}
@media only screen and (min-width: 769px) {
  #lp-sfslx section.bls .txt_area h3 {
    margin-bottom: 6.4083333333px;
    line-height: 1.2;
  }
}
@media only screen and (min-width: 769px) and (min-width: 769px) {
  #lp-sfslx section.bls .txt_area h3 {
    margin-bottom: calc(
				6.4083333333px + 5.5916666667 * (100vw - 769px) / 671
			);
  }
}
@media only screen and (min-width: 769px) and (min-width: 1440px) {
  #lp-sfslx section.bls .txt_area h3 {
    margin-bottom: 12px;
  }
}
@media only screen and (max-width: 768px) {
  #lp-sfslx section.bls .txt_area h3 {
    display: none;
  }
}
#lp-sfslx section.bls .txt_area p.normal {
  margin-bottom: 17.0888888889px;
}
@media (min-width: 769px) {
  #lp-sfslx section.bls .txt_area p.normal {
    margin-bottom: calc(
				17.0888888889px + 14.9111111111 * (100vw - 769px) / 671
			);
  }
}
@media (min-width: 1440px) {
  #lp-sfslx section.bls .txt_area p.normal {
    margin-bottom: 32px;
  }
}
@media only screen and (max-width: 768px) {
  #lp-sfslx section.bls .txt_area p {
    margin-bottom: 7.5vw;
  }
}
#lp-sfslx section.bls #tab_menu {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  padding: 0;
  margin-bottom: 17.0888888889px;
}
@media (min-width: 769px) {
  #lp-sfslx section.bls #tab_menu {
    margin-bottom: calc(
				17.0888888889px + 14.9111111111 * (100vw - 769px) / 671
			);
  }
}
@media (min-width: 1440px) {
  #lp-sfslx section.bls #tab_menu {
    margin-bottom: 32px;
  }
}
#lp-sfslx section.bls #tab_menu li {
  display: flex;
  align-items: center;
  line-height: 1.4;
  letter-spacing: 1px;
  text-transform: uppercase;
  border: 1px solid #262626;
  background-repeat: no-repeat;
  background-position: center;
  background-color: #FFF;
  color: #262626;
  transition: 0.2s;
}
@media only screen and (min-width: 769px) {
  #lp-sfslx section.bls #tab_menu li {
    height: 3.4722222222vw;
    max-height: 50px;
    justify-content: center;
  }
}
@media only screen and (max-width: 768px) {
  #lp-sfslx section.bls #tab_menu li {
    font-size: 3.75vw;
    height: 12.5vw;
  }
}
#lp-sfslx section.bls #tab_menu li.selected {
  background-color: #262626;
  color: #FFF;
}
@media only screen and (min-width: 769px) {
  #lp-sfslx section.bls #tab_menu li.day {
    width: 8.8888888889vw;
    max-width: 128px;
    background-size: 1.6666666vw, 1.59722222vw;
    background-position: 23.4375%, center;
    padding-left: 21.3611111111px;
  }
}
@media only screen and (min-width: 769px) and (min-width: 769px) {
  #lp-sfslx section.bls #tab_menu li.day {
    padding-left: calc(
				21.3611111111px + 18.6388888889 * (100vw - 769px) / 671
			);
  }
}
@media only screen and (min-width: 769px) and (min-width: 1440px) {
  #lp-sfslx section.bls #tab_menu li.day {
    padding-left: 40px;
  }
}
@media only screen and (min-width: 1440px) {
  #lp-sfslx section.bls #tab_menu li.day {
    background-size: 24px, 23px;
  }
}
@media only screen and (max-width: 768px) {
  #lp-sfslx section.bls #tab_menu li.day {
    background-size: 6.25vw;
    width: 34.375vw;
    padding-left: 19.0625vw;
    background-position: 6.25vw, center;
  }
}
@media only screen and (min-width: 769px) {
  #lp-sfslx section.bls #tab_menu li.night {
    width: 10.0694444444vw;
    max-width: 145px;
    background-size: 1.50763888vw, 1.4375vw;
    background-position: 22.2689%, center;
    padding-left: 20.1381875px;
    margin-left: 12.8166666667px;
  }
}
@media only screen and (min-width: 769px) and (min-width: 769px) {
  #lp-sfslx section.bls #tab_menu li.night {
    padding-left: calc(
				20.1381875px + 17.5718125 * (100vw - 769px) / 671
			);
  }
}
@media only screen and (min-width: 769px) and (min-width: 1440px) {
  #lp-sfslx section.bls #tab_menu li.night {
    padding-left: 37.71px;
  }
}
@media only screen and (min-width: 769px) and (min-width: 769px) {
  #lp-sfslx section.bls #tab_menu li.night {
    margin-left: calc(
				12.8166666667px + 11.1833333333 * (100vw - 769px) / 671
			);
  }
}
@media only screen and (min-width: 769px) and (min-width: 1440px) {
  #lp-sfslx section.bls #tab_menu li.night {
    margin-left: 24px;
  }
}
@media only screen and (min-width: 1440px) {
  #lp-sfslx section.bls #tab_menu li.night {
    background-size: 21.71px, 20.7px;
  }
}
@media only screen and (max-width: 768px) {
  #lp-sfslx section.bls #tab_menu li.night {
    background-size: 5.625vw;
    width: 39.375vw;
    padding-left: 19.065625vw;
    background-position: 8.409375vw, center;
    margin-left: 7.5vw;
  }
}
#lp-sfslx section.bls #tab_menu li:last-child {
  margin-right: 0;
}
@media only screen and (min-width: 769px) {
  #lp-sfslx section.bls #tab_menu li:hover {
    cursor: pointer;
    border: 1px solid #D6001C;
    color: #D6001C;
    background-color: #FFFFFF;
  }
}
#lp-sfslx section.bls .product_area {
  width: 100%;
  background: #e5d5af;
}
@media only screen and (min-width: 769px) {
  #lp-sfslx section.bls .product_area {
    padding-top: 34.1777777778px;
    padding-bottom: 17.0888888889px;
  }
}
@media only screen and (min-width: 769px) and (min-width: 769px) {
  #lp-sfslx section.bls .product_area {
    padding-top: calc(
				34.1777777778px + 29.8222222222 * (100vw - 769px) / 671
			);
  }
}
@media only screen and (min-width: 769px) and (min-width: 1440px) {
  #lp-sfslx section.bls .product_area {
    padding-top: 64px;
  }
}
@media only screen and (min-width: 769px) and (min-width: 769px) {
  #lp-sfslx section.bls .product_area {
    padding-bottom: calc(
				17.0888888889px + 14.9111111111 * (100vw - 769px) / 671
			);
  }
}
@media only screen and (min-width: 769px) and (min-width: 1440px) {
  #lp-sfslx section.bls .product_area {
    padding-bottom: 32px;
  }
}
#lp-sfslx section.bls .product_area .tab_panel {
  margin: 0 auto;
  transition: height 1s;
  overflow: hidden;
}
@media only screen and (min-width: 769px) {
  #lp-sfslx section.bls .product_area .tab_panel {
    width: 65.3472222222vw;
    max-width: 941px;
  }
}
@media only screen and (max-width: 768px) {
  #lp-sfslx section.bls .product_area .tab_panel {
    height: 85.625vw;
  }
}
#lp-sfslx section.bls .product_area .tab_panel ul,
#lp-sfslx section.bls .legendary_area .inner > ul {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media only screen and (max-width: 768px) {
  #lp-sfslx section.bls .product_area .tab_panel ul,
  #lp-sfslx section.bls .legendary_area .inner > ul {
    padding: 0 12.03125vw;
  }
}
#lp-sfslx section.bls .product_area .tab_panel ul li,
#lp-sfslx section.bls .legendary_area .inner > ul li {
  list-style: none;
}
#lp-sfslx section.bls .product_area .tab_panel ul li.tile,
#lp-sfslx section.bls .legendary_area .inner > ul li.tile {
  position: relative;
}
@media only screen and (min-width: 769px) {
  #lp-sfslx section.bls .product_area .tab_panel ul li.tile,
  #lp-sfslx section.bls .legendary_area .inner > ul li.tile {
    width: 12.0138888889vw;
    max-width: 173px;
    height: 23.4027777778vw;
    max-height: 337px;
    margin-bottom: 17.0888888889px;
  }
}
@media only screen and (min-width: 769px) and (min-width: 769px) {
  #lp-sfslx section.bls .product_area .tab_panel ul li.tile,
  #lp-sfslx section.bls .legendary_area .inner > ul li.tile {
    margin-bottom: calc(
				17.0888888889px + 14.9111111111 * (100vw - 769px) / 671
			);
  }
}
@media only screen and (min-width: 769px) and (min-width: 1440px) {
  #lp-sfslx section.bls .product_area .tab_panel ul li.tile,
  #lp-sfslx section.bls .legendary_area .inner > ul li.tile {
    margin-bottom: 32px;
  }
}
@media only screen and (max-width: 768px) {
  #lp-sfslx section.bls .product_area .tab_panel ul li.tile,
  #lp-sfslx section.bls .legendary_area .inner > ul li.tile {
    width: 35.3125vw;
    height: 78.125vw;
    margin-top: 7.5vw;
  }
}
#lp-sfslx section.bls .product_area .tab_panel ul li.tile a,
#lp-sfslx section.bls .legendary_area .inner > ul li.tile a {
  display: block;
  background: #FFFFFF;
  border: 1px solid #F1F1F1;
  transition: 0.2s;
}
@media only screen and (min-width: 769px) {
  #lp-sfslx section.bls .product_area .tab_panel ul li.tile a,
  #lp-sfslx section.bls .legendary_area .inner > ul li.tile a {
    width: 12.0138888889vw;
    max-width: 173px;
    height: 23.4027777778vw;
    max-height: 337px;
  }
}
@media only screen and (max-width: 768px) {
  #lp-sfslx section.bls .product_area .tab_panel ul li.tile a,
  #lp-sfslx section.bls .legendary_area .inner > ul li.tile a {
    width: 35.3125vw;
    height: 78.125vw;
  }
}
#lp-sfslx section.bls .product_area .tab_panel ul li.tile a img.product_img,
#lp-sfslx section.bls .legendary_area .inner > ul li.tile a img.product_img {
  position: absolute;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (min-width: 769px) {
  #lp-sfslx section.bls .product_area .tab_panel ul li.tile a img.product_img,
  #lp-sfslx section.bls .legendary_area .inner > ul li.tile a img.product_img {
    width: 7.8472222222vw;
    max-width: 113px;
    height: auto;
    bottom: 34.7118055556px;
  }
}
@media only screen and (min-width: 769px) and (min-width: 769px) {
  #lp-sfslx section.bls .product_area .tab_panel ul li.tile a img.product_img,
  #lp-sfslx section.bls .legendary_area .inner > ul li.tile a img.product_img {
    bottom: calc(
				34.7118055556px + 30.2881944444 * (100vw - 769px) / 671
			);
  }
}
@media only screen and (min-width: 769px) and (min-width: 1440px) {
  #lp-sfslx section.bls .product_area .tab_panel ul li.tile a img.product_img,
  #lp-sfslx section.bls .legendary_area .inner > ul li.tile a img.product_img {
    bottom: 65px;
  }
}
@media only screen and (max-width: 768px) {
  #lp-sfslx section.bls .product_area .tab_panel ul li.tile a img.product_img,
  #lp-sfslx section.bls .legendary_area .inner > ul li.tile a img.product_img {
    width: auto;
    height: 59.375vw;
    bottom: 10.625vw;
  }
}
#lp-sfslx section.bls .product_area .tab_panel ul li.tile a p.number,
#lp-sfslx section.bls .legendary_area .inner > ul li.tile a p.number {
  position: absolute;
  display: inline-block;
  line-height: 1.2;
  color: #888888;
  z-index: 1;
}
@media only screen and (min-width: 769px) {
  #lp-sfslx section.bls .product_area .tab_panel ul li.tile a p.number,
  #lp-sfslx section.bls .legendary_area .inner > ul li.tile a p.number {
    top: 6.4083333333px;
    left: 6.4083333333px;
  }
}
@media only screen and (min-width: 769px) and (min-width: 769px) {
  #lp-sfslx section.bls .product_area .tab_panel ul li.tile a p.number,
  #lp-sfslx section.bls .legendary_area .inner > ul li.tile a p.number {
    top: calc(
				6.4083333333px + 5.5916666667 * (100vw - 769px) / 671
			);
  }
}
@media only screen and (min-width: 769px) and (min-width: 1440px) {
  #lp-sfslx section.bls .product_area .tab_panel ul li.tile a p.number,
  #lp-sfslx section.bls .legendary_area .inner > ul li.tile a p.number {
    top: 12px;
  }
}
@media only screen and (min-width: 769px) and (min-width: 769px) {
  #lp-sfslx section.bls .product_area .tab_panel ul li.tile a p.number,
  #lp-sfslx section.bls .legendary_area .inner > ul li.tile a p.number {
    left: calc(
				6.4083333333px + 5.5916666667 * (100vw - 769px) / 671
			);
  }
}
@media only screen and (min-width: 769px) and (min-width: 1440px) {
  #lp-sfslx section.bls .product_area .tab_panel ul li.tile a p.number,
  #lp-sfslx section.bls .legendary_area .inner > ul li.tile a p.number {
    left: 12px;
  }
}
@media only screen and (max-width: 768px) {
  #lp-sfslx section.bls .product_area .tab_panel ul li.tile a p.number,
  #lp-sfslx section.bls .legendary_area .inner > ul li.tile a p.number {
    font-size: 6.25vw;
    top: 2.78125vw;
    left: 3.75vw;
  }
}
#lp-sfslx section.bls .product_area .tab_panel ul li.tile a p.number.none,
#lp-sfslx section.bls .legendary_area .inner > ul li.tile a p.number.none {
  display: none;
}
#lp-sfslx section.bls .product_area .tab_panel ul li.tile a p.product_name,
#lp-sfslx section.bls .legendary_area .inner > ul li.tile a p.product_name {
  position: absolute;
  width: 100%;
  text-align: center;
  color: #666666;
}
@media only screen and (min-width: 769px) {
  #lp-sfslx section.bls .product_area .tab_panel ul li.tile a p.product_name,
  #lp-sfslx section.bls .legendary_area .inner > ul li.tile a p.product_name {
    bottom: 0;
    line-height: 1.4;
    height: 4.5138888889vw;
    max-height: 65px;
  }
}
@media only screen and (max-width: 768px) {
  #lp-sfslx section.bls .product_area .tab_panel ul li.tile a p.product_name,
  #lp-sfslx section.bls .legendary_area .inner > ul li.tile a p.product_name {
    font-size: 3.125vw;
    line-height: 1.5;
    bottom: 3.125vw;
    height: 10.625vw;
  }
}
@media only screen and (min-width: 769px) {
  #lp-sfslx section.bls .product_area .tab_panel ul li.tile a:hover,
  #lp-sfslx section.bls .legendary_area .inner > ul li.tile a:hover {
    border: 1px solid #262626;
  }
}
@media only screen and (min-width: 769px) {
  #lp-sfslx section.bls .product_area .tab_panel ul li.label {
    display: flex;
  }
  #lp-sfslx section.bls .product_area .tab_panel ul li.label a {
    pointer-events: none;
  }
  #lp-sfslx section.bls .product_area .tab_panel ul li.label a p.normal {
    color: #000000;
    text-align: center;
    background-repeat: no-repeat;
  }
}
@media only screen and (min-width: 769px) and (min-width: 769px) {
  #lp-sfslx section.bls .product_area .tab_panel ul li.label a p.normal {
    padding-top: 71.4262152778px;
    background-position: center 37.8947368%;
    background-size: 2.0833333vw, 1.99652vw;
  }
}
@media only screen and (min-width: 769px) and (min-width: 769px) and (min-width: 769px) {
  #lp-sfslx section.bls .product_area .tab_panel ul li.label a p.normal {
    padding-top: calc(
				71.4262152778px + 62.3237847222 * (100vw - 769px) / 671
			);
  }
}
@media only screen and (min-width: 769px) and (min-width: 769px) and (min-width: 1440px) {
  #lp-sfslx section.bls .product_area .tab_panel ul li.label a p.normal {
    padding-top: 133.75px;
  }
}
@media only screen and (min-width: 769px) and (min-width: 1440px) and (min-width: 769px) {
  #lp-sfslx section.bls .product_area .tab_panel ul li.label a p.normal {
    background-size: 30px, 28.75px;
  }
}
@media only screen and (min-width: 769px) {
  #lp-sfslx section.bls .product_area .tab_panel ul li.label a p.normal .bold {
    font-family: ReaderMedium;
  }
}
@media only screen and (max-width: 768px) {
  #lp-sfslx section.bls .product_area .tab_panel ul li.label {
    display: none;
  }
}
@media only screen and (min-width: 769px) {
  #lp-sfslx section.bls .product_area .tab_panel ul li.ex {
    width: 25.3472222222vw;
    max-width: 365px;
  }
}
@media only screen and (max-width: 768px) {
  #lp-sfslx section.bls .product_area .tab_panel ul li.ex {
    width: 100%;
  }
}
#lp-sfslx section.bls .product_area .tab_panel ul li.ex a {
  display: flex;
  align-items: flex-end;
}
@media only screen and (min-width: 769px) {
  #lp-sfslx section.bls .product_area .tab_panel ul li.ex a {
    width: 25.3472222222vw;
    max-width: 365px;
  }
}
@media only screen and (max-width: 768px) {
  #lp-sfslx section.bls .product_area .tab_panel ul li.ex a {
    width: 100%;
    padding: 0 3.4375vw;
  }
}
#lp-sfslx section.bls .product_area .tab_panel ul li.ex a > div {
  position: relative;
}
@media only screen and (min-width: 769px) {
  #lp-sfslx section.bls .product_area .tab_panel ul li.ex a > div {
    width: 12.0138888889vw;
    max-width: 173px;
    height: 23.4027777778vw;
    max-height: 337px;
  }
}
@media only screen and (max-width: 768px) {
  #lp-sfslx section.bls .product_area .tab_panel ul li.ex a > div {
    width: 35.3125vw;
    height: 100%;
  }
}
@media only screen and (max-width: 768px) {
  #lp-sfslx section.bls .product_area .tab_panel ul li.ex a > div p.number {
    left: 0.15625vw;
  }
}
#lp-sfslx section.bls .product_area .tab_panel ul li.ex a > div p.number.none {
  display: none;
}
#lp-sfslx section.bls .product_area .tab_panel ul li.ex p.or {
  color: #000;
}
@media only screen and (min-width: 769px) {
  #lp-sfslx section.bls .product_area .tab_panel ul li.ex p.or {
    height: 4.5138888889vw;
    max-height: 65px;
  }
}
@media only screen and (max-width: 768px) {
  #lp-sfslx section.bls .product_area .tab_panel ul li.ex p.or {
    font-size: 2.5vw;
    height: 10.625vw;
    padding-top: 0.9375vw;
    margin-bottom: 3.125vw;
    line-height: 1.5;
  }
}
#lp-sfslx section.bls .product_area .tab_panel ul li.double {
  background: #FFF;
  border: 1px solid #F1F1F1;
}
@media only screen and (min-width: 769px) {
  #lp-sfslx section.bls .product_area .tab_panel ul li.double {
    width: 25.3472222222vw;
    max-width: 365px;
    transition: 0.2s;
  }
}
@media only screen and (max-width: 768px) {
  #lp-sfslx section.bls .product_area .tab_panel ul li.double {
    width: 100%;
  }
}
@media only screen and (min-width: 769px) {
  #lp-sfslx section.bls .product_area .tab_panel ul li.double.on:hover {
    border: 1px solid #262626;
  }
}
#lp-sfslx section.bls .product_area .tab_panel ul li.double div {
  display: flex;
  align-items: flex-end;
  position: relative;
}
@media only screen and (min-width: 769px) {
  #lp-sfslx section.bls .product_area .tab_panel ul li.double div {
    width: 25.3472222222vw;
    max-width: 365px;
  }
}
@media only screen and (max-width: 768px) {
  #lp-sfslx section.bls .product_area .tab_panel ul li.double div {
    width: 100%;
    padding: 0 3.4375vw;
  }
}
#lp-sfslx section.bls .product_area .tab_panel ul li.double div p.number {
  position: absolute;
  display: inline-block;
  line-height: 1.2;
  color: #888888;
  z-index: 1;
}
@media only screen and (min-width: 769px) {
  #lp-sfslx section.bls .product_area .tab_panel ul li.double div p.number {
    top: 6.4083333333px;
    left: 6.4083333333px;
  }
}
@media only screen and (min-width: 769px) and (min-width: 769px) {
  #lp-sfslx section.bls .product_area .tab_panel ul li.double div p.number {
    top: calc(
				6.4083333333px + 5.5916666667 * (100vw - 769px) / 671
			);
  }
}
@media only screen and (min-width: 769px) and (min-width: 1440px) {
  #lp-sfslx section.bls .product_area .tab_panel ul li.double div p.number {
    top: 12px;
  }
}
@media only screen and (min-width: 769px) and (min-width: 769px) {
  #lp-sfslx section.bls .product_area .tab_panel ul li.double div p.number {
    left: calc(
				6.4083333333px + 5.5916666667 * (100vw - 769px) / 671
			);
  }
}
@media only screen and (min-width: 769px) and (min-width: 1440px) {
  #lp-sfslx section.bls .product_area .tab_panel ul li.double div p.number {
    left: 12px;
  }
}
@media only screen and (max-width: 768px) {
  #lp-sfslx section.bls .product_area .tab_panel ul li.double div p.number {
    font-size: 6.25vw;
    top: 2.78125vw;
    left: 3.75vw;
  }
}
#lp-sfslx section.bls .product_area .tab_panel ul li.double div p.number.none {
  display: none;
}
#lp-sfslx section.bls .product_area .tab_panel ul li.double div a {
  position: relative;
  border-color: transparent;
}
@media only screen and (min-width: 769px) {
  #lp-sfslx section.bls .product_area .tab_panel ul li.double div a:hover {
    border-color: transparent;
  }
}
@media only screen and (min-width: 769px) {
  #lp-sfslx section.bls .product_area .tab_panel ul li.double div a {
    width: 10.3472222222vw;
    max-width: 149px;
    height: 20.0694444444vw;
    max-height: 289px;
    margin: 12.8166666667px;
  }
}
@media only screen and (min-width: 769px) and (min-width: 769px) {
  #lp-sfslx section.bls .product_area .tab_panel ul li.double div a {
    margin: calc(
				12.8166666667px + 11.1833333333 * (100vw - 769px) / 671
			);
  }
}
@media only screen and (min-width: 769px) and (min-width: 1440px) {
  #lp-sfslx section.bls .product_area .tab_panel ul li.double div a {
    margin: 24px;
  }
}
@media only screen and (max-width: 768px) {
  #lp-sfslx section.bls .product_area .tab_panel ul li.double div a {
    width: 35.3125vw;
    height: 78.125vw;
  }
}
@media only screen and (min-width: 769px) {
  #lp-sfslx section.bls .product_area .tab_panel ul li.double div a img.product_img {
    bottom: 21.8951388889px;
  }
}
@media only screen and (min-width: 769px) and (min-width: 769px) {
  #lp-sfslx section.bls .product_area .tab_panel ul li.double div a img.product_img {
    bottom: calc(
				21.8951388889px + 19.1048611111 * (100vw - 769px) / 671
			);
  }
}
@media only screen and (min-width: 769px) and (min-width: 1440px) {
  #lp-sfslx section.bls .product_area .tab_panel ul li.double div a img.product_img {
    bottom: 41px;
  }
}
@media only screen and (max-width: 768px) {
  #lp-sfslx section.bls .product_area .tab_panel ul li.double div a img.product_img {
    width: auto;
    height: 59.375vw;
    bottom: 10.625vw;
  }
}
#lp-sfslx section.bls .product_area .tab_panel ul li.double div a p.product_name {
  position: absolute;
  width: 100%;
  text-align: center;
  color: #666666;
}
@media only screen and (min-width: 769px) {
  #lp-sfslx section.bls .product_area .tab_panel ul li.double div a p.product_name {
    line-height: 1.4;
    height: 2.8472222222vw;
    max-height: 41px;
  }
}
@media only screen and (max-width: 768px) {
  #lp-sfslx section.bls .product_area .tab_panel ul li.double div a p.product_name {
    font-size: 3.125vw;
    line-height: 1.5;
    bottom: 3.125vw;
    height: 10.625vw;
  }
}
#lp-sfslx section.bls .product_area .tab_panel ul li.double p.or {
  color: #000;
}
@media only screen and (min-width: 769px) {
  #lp-sfslx section.bls .product_area .tab_panel ul li.double p.or {
    height: 4.5138888889vw;
    max-height: 65px;
  }
}
@media only screen and (max-width: 768px) {
  #lp-sfslx section.bls .product_area .tab_panel ul li.double p.or {
    font-size: 2.5vw;
    height: 10.625vw;
    padding-top: 0.9375vw;
    margin-bottom: 3.125vw;
    line-height: 1.5;
  }
}
#lp-sfslx section.bls .legendary_area {
  background-position: center center;
  background-size: cover;
}
#lp-sfslx section.bls .legendary_area .inner {
  padding: 0 0 50px;
}
#lp-sfslx section.bls .legendary_area .inner h2 {
  text-transform: none;
  text-align: center;
  color: #fff;
  padding: 41px 0 0;
  margin: 0 0 36px;
}
@media only screen and (max-width: 768px) {
  #lp-sfslx section.bls .legendary_area .inner h2 {
    font-size: 6vw;
    padding: 8vw 0 0;
    margin: 0 0 6.6vw;
  }
}
#lp-sfslx section.bls .legendary_area .inner > ul {
  justify-content: center;
}
@media only screen and (max-width: 768px) {
  #lp-sfslx section.bls .legendary_area .inner > ul {
    justify-content: space-between;
  }
}
#lp-sfslx section.bls .legendary_area .inner > ul li.tile {
  margin: 0 10px;
}
@media only screen and (max-width: 768px) {
  #lp-sfslx section.bls .legendary_area .inner > ul li.tile {
    margin: 0 0 7.5vw;
  }
}
#lp-sfslx section.bls .legendary_area .inner > ul li.tile a img.product_img {
  width: 9.930555555555556vw;
  max-width: 143px;
}
@media only screen and (max-width: 768px) {
  #lp-sfslx section.bls .legendary_area .inner > ul li.tile a img.product_img {
    width: auto;
    max-width: none;
    height: 50vw;
    bottom: 18vw;
  }
  #lp-sfslx section.bls .legendary_area .inner > ul li.tile a p.product_name {
    bottom: 3.125vw;
    height: 14.625vw;
  }
}
@media only screen and (min-width: 769px) {
  #lp-sfslx section.bls .product_area .slide_arrow {
    display: none;
  }
}
@media only screen and (max-width: 768px) {
  #lp-sfslx section.bls .product_area .slide_arrow {
    height: 22.509375vw;
    position: relative;
    cursor: pointer;
  }
}
@media only screen and (max-width: 768px) {
  #lp-sfslx section.bls .product_area .slide_arrow:after {
    content: "";
    background-repeat: no-repeat;
    background-size: contain;
    width: 4.346875vw;
    height: 2.615625vw;
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    transform: rotate(0deg);
    transition: 0.2s;
  }
}
@media only screen and (max-width: 768px) {
  #lp-sfslx section.bls .product_area.open .slide_arrow:after {
    transform: rotate(180deg);
  }
}
#lp-sfslx section.bls .lp-btn {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (min-width: 769px) {
  #lp-sfslx section.bls .lp-btn {
    margin-top: 17.0888888889px;
  }
}
@media only screen and (min-width: 769px) and (min-width: 769px) {
  #lp-sfslx section.bls .lp-btn {
    margin-top: calc(
				17.0888888889px + 14.9111111111 * (100vw - 769px) / 671
			);
  }
}
@media only screen and (min-width: 769px) and (min-width: 1440px) {
  #lp-sfslx section.bls .lp-btn {
    margin-top: 32px;
  }
}
@media only screen and (max-width: 768px) {
  #lp-sfslx section.bls .lp-btn {
    margin-top: 7.5vw;
  }
}
#lp-sfslx section.bls .lp-btn--white {
  display: inline-block;
  display: flex;
  align-items: center;
}
@media only screen and (min-width: 769px) {
  #lp-sfslx section.bls .lp-btn--white {
    max-width: 262px;
    height: 3.4722222222vw;
    max-height: 50px;
    padding-left: 21.3611111111px;
    padding-right: 21.3611111111px;
  }
}
@media only screen and (min-width: 769px) and (min-width: 769px) {
  #lp-sfslx section.bls .lp-btn--white {
    padding-left: calc(
				21.3611111111px + 18.6388888889 * (100vw - 769px) / 671
			);
  }
}
@media only screen and (min-width: 769px) and (min-width: 1440px) {
  #lp-sfslx section.bls .lp-btn--white {
    padding-left: 40px;
  }
}
@media only screen and (min-width: 769px) and (min-width: 769px) {
  #lp-sfslx section.bls .lp-btn--white {
    padding-right: calc(
				21.3611111111px + 18.6388888889 * (100vw - 769px) / 671
			);
  }
}
@media only screen and (min-width: 769px) and (min-width: 1440px) {
  #lp-sfslx section.bls .lp-btn--white {
    padding-right: 40px;
  }
}
@media only screen and (min-width: 1440px) {
  #lp-sfslx section.bls .lp-btn--white {
    width: 262px;
    height: 50px;
  }
}
@media only screen and (max-width: 768px) {
  #lp-sfslx section.bls .lp-btn--white {
    width: 56.25vw;
    height: 12.5vw;
  }
}
#lp-sfslx .modal {
  display: none;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
}
@media only screen and (min-width: 769px) {
  #lp-sfslx .modal {
    top: calc(var(--headerH_pc) + var(--topNavH_pc));
    height: calc(100vh - var(--headerH_pc) - var(--topNavH_pc));
    min-height: 80vh;
  }
}
@media only screen and (min-width: 1440px) {
  #lp-sfslx .modal {
    top: calc(var(--headerH_pc) + var(--topNavH_ov1440));
    height: calc(100vh - var(--headerH_pc) - var(--topNavH_ov1440));
    min-height: 80vh;
  }
}
@media only screen and (max-width: 768px) {
  #lp-sfslx .modal {
    top: calc(var(--headerH_sp) + var(--topNavH_sp));
    height: calc(100vh - var(--headerH_sp) - var(--topNavH_sp));
    min-height: 80vh;
  }
}
@media screen and (min-width: 744px) and (max-width: 768px) {
  #lp-sfslx .modal {
    top: calc(var(--headerH_sp) + var(--topNavH_sp_ov744));
    height: calc(100vh - var(--headerH_sp) - var(--topNavH_sp_ov744));
  }
}
#lp-sfslx .modal__bg {
  background: rgba(0, 0, 0, 0.6);
  height: 100vh;
  position: absolute;
  width: 100vw;
}
@media only screen and (min-width: 769px) {
  #lp-sfslx .modal__bg {
    height: calc(100vh - var(--headerH_pc) - var(--topNavH_pc));
  }
}
@media only screen and (min-width: 1440px) {
  #lp-sfslx .modal__bg {
    height: calc(100vh - var(--headerH_pc) - var(--topNavH_ov1440));
  }
}
@media only screen and (max-width: 768px) {
  #lp-sfslx .modal__bg {
    height: calc(100vh - var(--headerH_sp) - var(--topNavH_sp));
  }
}
@media screen and (min-width: 744px) and (max-width: 768px) {
  #lp-sfslx .modal__bg {
    height: calc(100vh - var(--headerH_sp) - var(--topNavH_sp_ov744));
  }
}
#lp-sfslx .modal__content {
  background: #0F0710;
  border: 1px solid #FFFFFF;
  left: 50%;
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  display: flex;
  align-items: center;
  flex-direction: column;
}
@media only screen and (min-width: 769px) {
  #lp-sfslx .modal__content {
    width: 78.8194444444vw;
    height: 44.1666666667vw;
    padding-top: 26.1673611111px;
  }
}
@media only screen and (min-width: 769px) and (min-width: 769px) {
  #lp-sfslx .modal__content {
    padding-top: calc(
				26.1673611111px + 22.8326388889 * (100vw - 769px) / 671
			);
  }
}
@media only screen and (min-width: 769px) and (min-width: 1440px) {
  #lp-sfslx .modal__content {
    padding-top: 49px;
  }
}
@media (max-height: 728px) and (min-width: 769px) {
  #lp-sfslx .modal__content {
    width: calc((636/728 * 100vmin) * 1.6 - var(--headerH_pc) - var(--topNavH_pc));
    max-width: 90vw;
    height: calc((636/728 * 100vmin) - var(--headerH_pc) - var(--topNavH_pc));
    max-height: calc(100vh - var(--headerH_pc) - var(--topNavH_pc) - 48px);
    min-height: initial;
    padding-top: 6.7307692308vmin;
  }
}
@media (min-height: 729px) {
  #lp-sfslx .modal__content {
    max-width: calc(100vh * 1.6 - var(--headerH_pc) - var(--topNavH_ov1440) - 48px - 44px);
    max-height: calc(100vh - var(--headerH_pc) - var(--topNavH_ov1440) - 48px - 44px);
  }
}
@media (min-height: 860px) and (min-width: 1440px) {
  #lp-sfslx .modal__content {
    max-width: 1135px;
    max-height: 636px;
    padding-top: 49px;
  }
}
@media only screen and (max-width: 768px) {
  #lp-sfslx .modal__content {
    width: 87.5vw;
    height: 75.684375vw;
    padding: 7.475vw 6.25vw;
  }
}
#lp-sfslx .modal__content h3 {
  color: #FFF;
  line-height: 1.4;
  text-align: center;
  text-transform: none;
}
@media only screen and (min-width: 769px) {
  #lp-sfslx .modal__content h3 {
    margin-bottom: 17.0888888889px;
  }
}
@media only screen and (min-width: 769px) and (min-width: 769px) {
  #lp-sfslx .modal__content h3 {
    margin-bottom: calc(
				17.0888888889px + 14.9111111111 * (100vw - 769px) / 671
			);
  }
}
@media only screen and (min-width: 769px) and (min-width: 1440px) {
  #lp-sfslx .modal__content h3 {
    margin-bottom: 32px;
  }
}
@media (max-height: 728px) and (min-width: 769px) {
  #lp-sfslx .modal__content h3 {
    font-size: 3.4340659341vmin;
    margin-bottom: 4.3956043956vmin;
  }
}
@media (min-height: 729px) and (min-width: 1440px) {
  #lp-sfslx .modal__content h3 {
    margin-bottom: 32px;
    font-size: 25px;
  }
}
@media only screen and (max-width: 768px) {
  #lp-sfslx .modal__content h3 {
    font-size: 5vw;
    margin-bottom: 4.359375vw;
    letter-spacing: 0;
  }
}
#lp-sfslx .modal__content .Movie {
  position: relative;
}
@media only screen and (min-width: 769px) {
  #lp-sfslx .modal__content .Movie {
    width: 50.2083333333vw;
    max-width: 723px;
    height: 28.1944444444vw;
    max-height: calc(55.7692307692vmin - 24px);
    padding: 0;
  }
}
@media (max-height: 728px) and (min-width: 769px) {
  #lp-sfslx .modal__content .Movie {
    width: calc((406/728 * 100vmin) * 1.78459119 - var(--headerH_pc) - var(--topNavH_pc) - 44px);
    max-width: 90vw;
    height: calc((406/728 * 100vmin) - var(--headerH_pc) - var(--topNavH_pc));
    max-height: calc(100vh - var(--headerH_pc) - var(--topNavH_pc) - 48px);
    min-height: initial;
    min-width: initial;
  }
}
@media (min-height: 729px) {
  #lp-sfslx .modal__content .Movie {
    max-width: calc(89.2307692308vmin - 24px);
    max-height: calc(55.7692307692vmin - 24px);
  }
}
@media (min-height: 860px) and (min-width: 1440px) {
  #lp-sfslx .modal__content .Movie {
    max-width: 723px;
    max-height: 406px;
  }
}
@media only screen and (max-width: 768px) {
  #lp-sfslx .modal__content .Movie {
    width: 100%;
    width: 75vw;
    height: 42.046875vw;
  }
}
#lp-sfslx .modal__content .Movie.spshow {
  padding-top: 0;
  visibility: visible;
}
#lp-sfslx .modal__content .Movie.spshow .bc-player-default_default .vjs-progress-control {
  height: 0.2em;
  top: -0.2em;
}
#lp-sfslx .modal__content .Movie.show {
  visibility: visible;
}
#lp-sfslx .modal__content .Movie .video-js {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
#lp-sfslx .modal__content .Movie .vjs-loading-spinner {
  display: none;
}
#lp-sfslx .modal__content .Movie .bc-player-default_default .vjs-progress-control {
  height: 0.2em;
  top: -0.2em;
}
#lp-sfslx .modal__content .js-modal-close, #lp-sfslx .modal__content .js-modal-close02 {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media only screen and (min-width: 769px) {
  #lp-sfslx .modal__content .js-modal-close, #lp-sfslx .modal__content .js-modal-close02 {
    top: -23.4972222222px;
    right: 2.9424930556px;
    width: 2.2222222222vw;
    height: 2.2145833333vw;
  }
}
@media only screen and (min-width: 769px) and (min-width: 769px) {
  #lp-sfslx .modal__content .js-modal-close, #lp-sfslx .modal__content .js-modal-close02 {
    top: calc(
				-23.4972222222px + -20.5027777778 * (100vw - 769px) / 671
			);
  }
}
@media only screen and (min-width: 769px) and (min-width: 1440px) {
  #lp-sfslx .modal__content .js-modal-close, #lp-sfslx .modal__content .js-modal-close02 {
    top: -44px;
  }
}
@media only screen and (min-width: 769px) and (min-width: 769px) {
  #lp-sfslx .modal__content .js-modal-close, #lp-sfslx .modal__content .js-modal-close02 {
    right: calc(
				2.9424930556px + 2.5675069444 * (100vw - 769px) / 671
			);
  }
}
@media only screen and (min-width: 769px) and (min-width: 1440px) {
  #lp-sfslx .modal__content .js-modal-close, #lp-sfslx .modal__content .js-modal-close02 {
    right: 5.51px;
  }
}
@media only screen and (min-width: 1440px) {
  #lp-sfslx .modal__content .js-modal-close, #lp-sfslx .modal__content .js-modal-close02 {
    width: 32px;
    height: 31.89px;
  }
}
@media only screen and (max-width: 768px) {
  #lp-sfslx .modal__content .js-modal-close, #lp-sfslx .modal__content .js-modal-close02 {
    top: -8.721875vw;
    right: 0;
    width: 7.5vw;
    height: 7.475vw;
  }
}
@media only screen and (min-width: 769px) {
  #lp-sfslx .modal__content .js-modal-close img, #lp-sfslx .modal__content .js-modal-close02 img {
    width: 1.4548611111vw;
    height: 1.45vw;
  }
}
@media only screen and (min-width: 1440px) {
  #lp-sfslx .modal__content .js-modal-close img, #lp-sfslx .modal__content .js-modal-close02 img {
    width: 20.95px;
    height: 20.88px;
  }
}
@media only screen and (max-width: 768px) {
  #lp-sfslx .modal__content .js-modal-close img, #lp-sfslx .modal__content .js-modal-close02 img {
    width: 4.909375vw;
    height: 4.89375vw;
  }
}
#lp-sfslx .modal02 {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  background: rgba(0, 0, 0, 0.6);
}
@media only screen and (min-width: 769px) {
  #lp-sfslx .modal02 {
    top: calc(var(--headerH_pc) + var(--topNavH_pc));
    height: calc(100vh - var(--headerH_pc) - var(--topNavH_pc));
  }
}
@media only screen and (min-width: 1440px) {
  #lp-sfslx .modal02 {
    top: calc(var(--headerH_pc) + var(--topNavH_ov1440));
    height: calc(100vh - var(--headerH_pc) - var(--topNavH_ov1440));
  }
}
@media only screen and (max-width: 768px) {
  #lp-sfslx .modal02 {
    top: calc(var(--headerH_sp) + var(--topNavH_sp));
    height: calc(100vh - var(--headerH_sp) - var(--topNavH_sp));
  }
}
@media screen and (min-width: 744px) and (max-width: 768px) {
  #lp-sfslx .modal02 {
    top: calc(var(--headerH_sp) + var(--topNavH_sp_ov744));
    height: calc(100vh - var(--headerH_sp) - var(--topNavH_sp_ov744));
  }
}
#lp-sfslx .modal02 bg {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
}
#lp-sfslx .modal02 .modal-wrap {
  height: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  background: transparent;
}
@media only screen and (min-width: 769px) {
  #lp-sfslx .modal02 .modal-wrap {
    padding-right: 16.0208333333px;
    padding-left: 16.0208333333px;
  }
}
@media only screen and (min-width: 769px) and (min-width: 769px) {
  #lp-sfslx .modal02 .modal-wrap {
    padding-right: calc(
				16.0208333333px + 13.9791666667 * (100vw - 769px) / 671
			);
  }
}
@media only screen and (min-width: 769px) and (min-width: 1440px) {
  #lp-sfslx .modal02 .modal-wrap {
    padding-right: 30px;
  }
}
@media only screen and (min-width: 769px) and (min-width: 769px) {
  #lp-sfslx .modal02 .modal-wrap {
    padding-left: calc(
				16.0208333333px + 13.9791666667 * (100vw - 769px) / 671
			);
  }
}
@media only screen and (min-width: 769px) and (min-width: 1440px) {
  #lp-sfslx .modal02 .modal-wrap {
    padding-left: 30px;
  }
}
#lp-sfslx .modal02 .modal-content {
  height: 100%;
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
}
#lp-sfslx .modal02 .modal-content-box {
  position: relative;
  margin: 0 auto;
}
@media only screen and (min-width: 769px) {
  #lp-sfslx .modal02 .modal-content-box {
    padding-top: 32.0416666667px;
    padding-bottom: 32.0416666667px;
  }
}
@media only screen and (min-width: 769px) and (min-width: 769px) {
  #lp-sfslx .modal02 .modal-content-box {
    padding-top: calc(
				32.0416666667px + 27.9583333333 * (100vw - 769px) / 671
			);
  }
}
@media only screen and (min-width: 769px) and (min-width: 1440px) {
  #lp-sfslx .modal02 .modal-content-box {
    padding-top: 60px;
  }
}
@media only screen and (min-width: 769px) and (min-width: 769px) {
  #lp-sfslx .modal02 .modal-content-box {
    padding-bottom: calc(
				32.0416666667px + 27.9583333333 * (100vw - 769px) / 671
			);
  }
}
@media only screen and (min-width: 769px) and (min-width: 1440px) {
  #lp-sfslx .modal02 .modal-content-box {
    padding-bottom: 60px;
  }
}
@media only screen and (max-width: 768px) {
  #lp-sfslx .modal02 .modal-content-box {
    padding-top: 12.5vw;
    padding-bottom: 12.5vw;
  }
}
@media only screen and (min-width: 769px) {
  #lp-sfslx .modal02 .modal-content-inner {
    padding-top: 26.7013888889px;
    padding-bottom: 106.8055555556px;
  }
}
@media only screen and (min-width: 769px) and (min-width: 769px) {
  #lp-sfslx .modal02 .modal-content-inner {
    padding-top: calc(
				26.7013888889px + 23.2986111111 * (100vw - 769px) / 671
			);
  }
}
@media only screen and (min-width: 769px) and (min-width: 1440px) {
  #lp-sfslx .modal02 .modal-content-inner {
    padding-top: 50px;
  }
}
@media only screen and (min-width: 769px) and (min-width: 769px) {
  #lp-sfslx .modal02 .modal-content-inner {
    padding-bottom: calc(
				106.8055555556px + 93.1944444444 * (100vw - 769px) / 671
			);
  }
}
@media only screen and (min-width: 769px) and (min-width: 1440px) {
  #lp-sfslx .modal02 .modal-content-inner {
    padding-bottom: 200px;
  }
}
@media only screen and (max-width: 768px) {
  #lp-sfslx .modal02 .modal-content-inner {
    padding-top: 3.75vw;
    padding-bottom: 31.25vw;
  }
}
#lp-sfslx .modal02 .modal_content {
  background: #FFF;
}
@media only screen and (min-width: 769px) {
  #lp-sfslx .modal02 .modal_content {
    width: 78.8194444444vw;
    max-width: 1135px;
    padding-top: 17.0888888889px;
    padding-bottom: 17.0888888889px;
    padding-right: 44.0572916667px;
    padding-left: 44.0572916667px;
  }
}
@media only screen and (min-width: 769px) and (min-width: 769px) {
  #lp-sfslx .modal02 .modal_content {
    padding-top: calc(
				17.0888888889px + 14.9111111111 * (100vw - 769px) / 671
			);
  }
}
@media only screen and (min-width: 769px) and (min-width: 1440px) {
  #lp-sfslx .modal02 .modal_content {
    padding-top: 32px;
  }
}
@media only screen and (min-width: 769px) and (min-width: 769px) {
  #lp-sfslx .modal02 .modal_content {
    padding-bottom: calc(
				17.0888888889px + 14.9111111111 * (100vw - 769px) / 671
			);
  }
}
@media only screen and (min-width: 769px) and (min-width: 1440px) {
  #lp-sfslx .modal02 .modal_content {
    padding-bottom: 32px;
  }
}
@media only screen and (min-width: 769px) and (min-width: 769px) {
  #lp-sfslx .modal02 .modal_content {
    padding-right: calc(
				44.0572916667px + 38.4427083333 * (100vw - 769px) / 671
			);
  }
}
@media only screen and (min-width: 769px) and (min-width: 1440px) {
  #lp-sfslx .modal02 .modal_content {
    padding-right: 82.5px;
  }
}
@media only screen and (min-width: 769px) and (min-width: 769px) {
  #lp-sfslx .modal02 .modal_content {
    padding-left: calc(
				44.0572916667px + 38.4427083333 * (100vw - 769px) / 671
			);
  }
}
@media only screen and (min-width: 769px) and (min-width: 1440px) {
  #lp-sfslx .modal02 .modal_content {
    padding-left: 82.5px;
  }
}
@media only screen and (max-width: 768px) {
  #lp-sfslx .modal02 .modal_content {
    width: 87.5vw;
    padding: 6.25vw;
  }
}
#lp-sfslx .modal02 .modal_content p.back_txt {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (min-width: 769px) {
  #lp-sfslx .modal02 .modal_content p.back_txt {
    padding-left: 0;
    margin-top: 17.0888888889px;
  }
}
@media only screen and (min-width: 769px) and (min-width: 769px) {
  #lp-sfslx .modal02 .modal_content p.back_txt {
    margin-top: calc(
				17.0888888889px + 14.9111111111 * (100vw - 769px) / 671
			);
  }
}
@media only screen and (min-width: 769px) and (min-width: 1440px) {
  #lp-sfslx .modal02 .modal_content p.back_txt {
    margin-top: 32px;
  }
}
@media only screen and (max-width: 768px) {
  #lp-sfslx .modal02 .modal_content p.back_txt {
    margin-bottom: 3.75vw;
  }
}
#lp-sfslx .modal02 .modal_content p.back_txt a {
  color: #666666;
  line-height: 1;
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 768px) {
  #lp-sfslx .modal02 .modal_content p.back_txt a {
    font-size: 3.125vw;
    line-height: 1.5;
  }
}
#lp-sfslx .modal02 .modal_content p.back_txt a:hover {
  cursor: pointer;
}
#lp-sfslx .modal02 .modal_content p.back_txt.arrow {
  justify-content: flex-start;
}
@media only screen and (min-width: 769px) {
  #lp-sfslx .modal02 .modal_content p.back_txt.arrow {
    margin-top: 0;
    margin-bottom: 17.0888888889px;
  }
}
@media only screen and (min-width: 769px) and (min-width: 769px) {
  #lp-sfslx .modal02 .modal_content p.back_txt.arrow {
    margin-bottom: calc(
				17.0888888889px + 14.9111111111 * (100vw - 769px) / 671
			);
  }
}
@media only screen and (min-width: 769px) and (min-width: 1440px) {
  #lp-sfslx .modal02 .modal_content p.back_txt.arrow {
    margin-bottom: 32px;
  }
}
#lp-sfslx .modal02 .modal_content p.back_txt.arrow::before {
  content: "";
  display: inline-block;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
}
@media only screen and (min-width: 769px) {
  #lp-sfslx .modal02 .modal_content p.back_txt.arrow::before {
    width: 1.6666666667vw;
    max-width: 24px;
    height: 1.6666666667vw;
    max-height: 24px;
    margin-right: 8.0104166667px;
  }
}
@media only screen and (min-width: 769px) and (min-width: 769px) {
  #lp-sfslx .modal02 .modal_content p.back_txt.arrow::before {
    margin-right: calc(
				8.0104166667px + 6.9895833333 * (100vw - 769px) / 671
			);
  }
}
@media only screen and (min-width: 769px) and (min-width: 1440px) {
  #lp-sfslx .modal02 .modal_content p.back_txt.arrow::before {
    margin-right: 15px;
  }
}
@media only screen and (max-width: 768px) {
  #lp-sfslx .modal02 .modal_content p.back_txt.arrow::before {
    width: 6.25vw;
    height: 6.25vw;
    margin-right: 2.5vw;
  }
}
#lp-sfslx .modal02 .modal_content .Movie {
  position: relative;
}
@media only screen and (min-width: 769px) {
  #lp-sfslx .modal02 .modal_content .Movie {
    width: 67.3611111111vw;
    max-width: 970px;
    height: 37.8472222222vw;
    max-height: 545px;
  }
}
@media only screen and (max-width: 768px) {
  #lp-sfslx .modal02 .modal_content .Movie {
    width: 100%;
    margin-bottom: 7.5vw;
  }
}
#lp-sfslx .modal02 .modal_content .Movie.spshow {
  padding-top: 0;
  visibility: visible;
}
#lp-sfslx .modal02 .modal_content .Movie.spshow .bc-player-default_default .vjs-progress-control {
  height: 0.2em;
  top: -0.2em;
}
#lp-sfslx .modal02 .modal_content .Movie.show {
  visibility: visible;
}
#lp-sfslx .modal02 .modal_content .Movie .video-js {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
#lp-sfslx .modal02 .modal_content .Movie .vjs-loading-spinner {
  display: none;
}
#lp-sfslx .modal02 .modal_content .Movie .bc-player-default_default .vjs-progress-control {
  height: 0.2em;
  top: -0.2em;
}
#lp-sfslx .modal02 .modal_content .perchase_area {
  display: flex;
}
@media only screen and (min-width: 769px) {
  #lp-sfslx .modal02 .modal_content .perchase_area {
    justify-content: space-between;
    margin-top: 34.1777777778px;
  }
}
@media only screen and (min-width: 769px) and (min-width: 769px) {
  #lp-sfslx .modal02 .modal_content .perchase_area {
    margin-top: calc(
				34.1777777778px + 29.8222222222 * (100vw - 769px) / 671
			);
  }
}
@media only screen and (min-width: 769px) and (min-width: 1440px) {
  #lp-sfslx .modal02 .modal_content .perchase_area {
    margin-top: 64px;
  }
}
@media only screen and (max-width: 768px) {
  #lp-sfslx .modal02 .modal_content .perchase_area {
    flex-direction: column;
  }
}
@media only screen and (min-width: 769px) {
  #lp-sfslx .modal02 .modal_content .perchase_area .txt_area {
    width: 48.6111111111vw;
    max-width: 700px;
  }
}
#lp-sfslx .modal02 .modal_content .perchase_area .txt_area h3 {
  font-family: ReaderMedium;
  text-transform: none;
  letter-spacing: 0;
  margin-bottom: 17.0888888889px;
}
@media (min-width: 769px) {
  #lp-sfslx .modal02 .modal_content .perchase_area .txt_area h3 {
    margin-bottom: calc(
				17.0888888889px + 14.9111111111 * (100vw - 769px) / 671
			);
  }
}
@media (min-width: 1440px) {
  #lp-sfslx .modal02 .modal_content .perchase_area .txt_area h3 {
    margin-bottom: 32px;
  }
}
@media only screen and (max-width: 768px) {
  #lp-sfslx .modal02 .modal_content .perchase_area .txt_area h3 {
    font-size: 7.5vw;
    line-height: 1.2;
    margin-bottom: 2.5vw;
  }
}
#lp-sfslx .modal02 .modal_content .perchase_area .txt_area p.cap {
  font-family: ReaderMedium;
  text-transform: uppercase;
}
@media only screen and (min-width: 769px) {
  #lp-sfslx .modal02 .modal_content .perchase_area .txt_area p.cap {
    margin-bottom: 4.2722222222px;
  }
}
@media only screen and (min-width: 769px) and (min-width: 769px) {
  #lp-sfslx .modal02 .modal_content .perchase_area .txt_area p.cap {
    margin-bottom: calc(
				4.2722222222px + 3.7277777778 * (100vw - 769px) / 671
			);
  }
}
@media only screen and (min-width: 769px) and (min-width: 1440px) {
  #lp-sfslx .modal02 .modal_content .perchase_area .txt_area p.cap {
    margin-bottom: 8px;
  }
}
@media only screen and (max-width: 768px) {
  #lp-sfslx .modal02 .modal_content .perchase_area .txt_area p.cap {
    font-size: 4.375vw;
    line-height: 1.2;
    margin-bottom: 2.5vw;
  }
}
@media only screen and (min-width: 769px) {
  #lp-sfslx .modal02 .modal_content .perchase_area .txt_area p.normal + p.normal {
    margin-top: 4.2722222222px;
  }
}
@media only screen and (min-width: 769px) and (min-width: 769px) {
  #lp-sfslx .modal02 .modal_content .perchase_area .txt_area p.normal + p.normal {
    margin-top: calc(
				4.2722222222px + 3.7277777778 * (100vw - 769px) / 671
			);
  }
}
@media only screen and (min-width: 769px) and (min-width: 1440px) {
  #lp-sfslx .modal02 .modal_content .perchase_area .txt_area p.normal + p.normal {
    margin-top: 8px;
  }
}
@media only screen and (max-width: 768px) {
  #lp-sfslx .modal02 .modal_content .perchase_area .txt_area p.normal + p.normal {
    margin-top: 2.5vw;
  }
}
@media only screen and (min-width: 769px) {
  #lp-sfslx .modal02 .modal_content .perchase_area .button_area .lp-btn--blk {
    margin-top: calc(5vw - 3.4722222222vw);
    width: 11.1805555556vw;
    max-width: 161px;
  }
}
@media only screen and (min-width: 1440px) {
  #lp-sfslx .modal02 .modal_content .perchase_area .button_area .lp-btn--blk {
    margin-top: 22px;
  }
}
@media only screen and (max-width: 768px) {
  #lp-sfslx .modal02 .modal_content .perchase_area .button_area .lp-btn--blk {
    margin-top: 7.5vw;
    width: 41.5625vw;
  }
}
@media only screen and (min-width: 769px) {
  #lp-sfslx .modal02 .modal_content .products_area {
    margin-top: 34.1777777778px;
  }
}
@media only screen and (min-width: 769px) and (min-width: 769px) {
  #lp-sfslx .modal02 .modal_content .products_area {
    margin-top: calc(
				34.1777777778px + 29.8222222222 * (100vw - 769px) / 671
			);
  }
}
@media only screen and (min-width: 769px) and (min-width: 1440px) {
  #lp-sfslx .modal02 .modal_content .products_area {
    margin-top: 64px;
  }
}
@media only screen and (max-width: 768px) {
  #lp-sfslx .modal02 .modal_content .products_area {
    margin-top: 7.5vw;
  }
}
#lp-sfslx .modal02 .modal_content .products_area h5 {
  font-family: ReaderMedium;
  text-transform: uppercase;
}
@media only screen and (min-width: 769px) {
  #lp-sfslx .modal02 .modal_content .products_area h5 {
    text-align: center;
  }
}
@media only screen and (max-width: 768px) {
  #lp-sfslx .modal02 .modal_content .products_area h5 {
    font-size: 5.625vw;
    text-align: left;
  }
}
#lp-sfslx .modal02 .modal_content .products_area ul {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: space-between;
}
@media only screen and (min-width: 769px) {
  #lp-sfslx .modal02 .modal_content .products_area ul {
    width: 60.8333333333vw;
    max-width: 876px;
    margin-top: 34.1777777778px;
    margin-right: auto;
    margin-left: auto;
  }
}
@media only screen and (min-width: 769px) and (min-width: 769px) {
  #lp-sfslx .modal02 .modal_content .products_area ul {
    margin-top: calc(
				34.1777777778px + 29.8222222222 * (100vw - 769px) / 671
			);
  }
}
@media only screen and (min-width: 769px) and (min-width: 1440px) {
  #lp-sfslx .modal02 .modal_content .products_area ul {
    margin-top: 64px;
  }
}
@media only screen and (max-width: 768px) {
  #lp-sfslx .modal02 .modal_content .products_area ul {
    width: 100%;
    margin-top: 7.5vw;
  }
}
#lp-sfslx .modal02 .modal_content .products_area ul li.product_tile {
  list-style: none;
  display: flex;
}
@media only screen and (min-width: 769px) {
  #lp-sfslx .modal02 .modal_content .products_area ul li.product_tile {
    width: 19.2361111111vw;
    max-width: 277px;
    margin-bottom: 42.7222222222px;
  }
}
@media only screen and (min-width: 769px) and (min-width: 769px) {
  #lp-sfslx .modal02 .modal_content .products_area ul li.product_tile {
    margin-bottom: calc(
				42.7222222222px + 37.2777777778 * (100vw - 769px) / 671
			);
  }
}
@media only screen and (min-width: 769px) and (min-width: 1440px) {
  #lp-sfslx .modal02 .modal_content .products_area ul li.product_tile {
    margin-bottom: 80px;
  }
}
@media only screen and (max-width: 768px) {
  #lp-sfslx .modal02 .modal_content .products_area ul li.product_tile {
    width: 34.375vw;
    padding-bottom: 10.625vw;
  }
}
@media only screen and (max-width: 768px) {
  #lp-sfslx .modal02 .modal_content .products_area ul li.product_tile:first-child {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: top center;
  }
}
@media only screen and (max-width: 768px) {
  #lp-sfslx .modal02 .modal_content .products_area ul li.product_tile:first-child a {
    padding-top: calc(43.21875vw + var(--titleH));
  }
}
@media only screen and (max-width: 768px) {
  #lp-sfslx .modal02 .modal_content .products_area ul li.product_tile:first-child a img {
    display: none;
  }
}
#lp-sfslx .modal02 .modal_content .products_area ul li.product_tile:first-child a .product_discription {
  margin-top: 0;
}
#lp-sfslx .modal02 .modal_content .products_area ul li.product_tile.bestSeller a {
  position: relative;
}
@media only screen and (min-width: 769px) {
  #lp-sfslx .modal02 .modal_content .products_area ul li.product_tile.bestSeller a::before {
    content: "";
    background-size: contain;
    background-repeat: no-repeat;
    background-position: top center;
    width: 5.4166666667vw;
    max-width: 78px;
    height: 1.5972222222vw;
    max-height: 23px;
    position: absolute;
    display: block;
    top: 0.6944444444vw;
    left: 0.6944444444vw;
  }
}
@media only screen and (max-width: 768px) {
  #lp-sfslx .modal02 .modal_content .products_area ul li.product_tile.bestSeller a::before {
    color: #262626;
    display: block;
    width: 100%;
    height: 7.1875vw;
    content: "BEST SELLER";
    line-height: 7.1875vw;
    font-size: 2.8125vw;
    letter-spacing: 0.5px;
    text-align: center;
  }
}
@media only screen and (max-width: 768px) {
  #lp-sfslx .modal02 .modal_content .products_area ul li.product_tile.blank:not(.bestSeller) a::before {
    content: "";
    display: block;
    width: 100%;
    height: 7.1875vw;
  }
}
#lp-sfslx .modal02 .modal_content .products_area ul li.product_tile a {
  width: 100%;
  display: flex;
  flex-direction: column;
}
@media only screen and (min-width: 769px) {
  #lp-sfslx .modal02 .modal_content .products_area ul li.product_tile a {
    padding-bottom: 11.7486111111px;
    border: 1px solid transparent;
    transition: 0.2s;
  }
}
@media only screen and (min-width: 769px) and (min-width: 769px) {
  #lp-sfslx .modal02 .modal_content .products_area ul li.product_tile a {
    padding-bottom: calc(
				11.7486111111px + 10.2513888889 * (100vw - 769px) / 671
			);
  }
}
@media only screen and (min-width: 769px) and (min-width: 1440px) {
  #lp-sfslx .modal02 .modal_content .products_area ul li.product_tile a {
    padding-bottom: 22px;
  }
}
@media only screen and (min-width: 769px) {
  #lp-sfslx .modal02 .modal_content .products_area ul li.product_tile a:hover {
    border-color: #000;
  }
}
@media only screen and (min-width: 769px) {
  #lp-sfslx .modal02 .modal_content .products_area ul li.product_tile a img {
    margin-bottom: 8.5444444444px;
  }
}
@media only screen and (min-width: 769px) and (min-width: 769px) {
  #lp-sfslx .modal02 .modal_content .products_area ul li.product_tile a img {
    margin-bottom: calc(
				8.5444444444px + 7.4555555556 * (100vw - 769px) / 671
			);
  }
}
@media only screen and (min-width: 769px) and (min-width: 1440px) {
  #lp-sfslx .modal02 .modal_content .products_area ul li.product_tile a img {
    margin-bottom: 16px;
  }
}
@media only screen and (max-width: 768px) {
  #lp-sfslx .modal02 .modal_content .products_area ul li.product_tile a img {
    margin-bottom: 2.5vw;
  }
}
#lp-sfslx .modal02 .modal_content .products_area ul li.product_tile a .title_area {
  height: auto;
  min-height: var(--titleH);
}
@media only screen and (min-width: 769px) {
  #lp-sfslx .modal02 .modal_content .products_area ul li.product_tile a .title_area {
    padding-left: 8.5444444444px;
    padding-right: 8.5444444444px;
  }
}
@media only screen and (min-width: 769px) and (min-width: 769px) {
  #lp-sfslx .modal02 .modal_content .products_area ul li.product_tile a .title_area {
    padding-left: calc(
				8.5444444444px + 7.4555555556 * (100vw - 769px) / 671
			);
  }
}
@media only screen and (min-width: 769px) and (min-width: 1440px) {
  #lp-sfslx .modal02 .modal_content .products_area ul li.product_tile a .title_area {
    padding-left: 16px;
  }
}
@media only screen and (min-width: 769px) and (min-width: 769px) {
  #lp-sfslx .modal02 .modal_content .products_area ul li.product_tile a .title_area {
    padding-right: calc(
				8.5444444444px + 7.4555555556 * (100vw - 769px) / 671
			);
  }
}
@media only screen and (min-width: 769px) and (min-width: 1440px) {
  #lp-sfslx .modal02 .modal_content .products_area ul li.product_tile a .title_area {
    padding-right: 16px;
  }
}
#lp-sfslx .modal02 .modal_content .products_area ul li.product_tile a .title_area p.series_title {
  text-transform: uppercase;
  color: #000;
}
@media only screen and (max-width: 768px) {
  #lp-sfslx .modal02 .modal_content .products_area ul li.product_tile a .title_area p.series_title {
    color: #414141;
    text-transform: uppercase;
    font-size: 3.125vw;
  }
}
#lp-sfslx .modal02 .modal_content .products_area ul li.product_tile a .title_area p.product_title {
  font-family: ReaderMedium;
  color: #262626;
}
@media only screen and (min-width: 769px) {
  #lp-sfslx .modal02 .modal_content .products_area ul li.product_tile a .title_area p.product_title {
    padding-top: 3.2041666667px;
  }
}
@media only screen and (min-width: 769px) and (min-width: 769px) {
  #lp-sfslx .modal02 .modal_content .products_area ul li.product_tile a .title_area p.product_title {
    padding-top: calc(
				3.2041666667px + 2.7958333333 * (100vw - 769px) / 671
			);
  }
}
@media only screen and (min-width: 769px) and (min-width: 1440px) {
  #lp-sfslx .modal02 .modal_content .products_area ul li.product_tile a .title_area p.product_title {
    padding-top: 6px;
  }
}
@media only screen and (max-width: 768px) {
  #lp-sfslx .modal02 .modal_content .products_area ul li.product_tile a .title_area p.product_title {
    font-size: 3.125vw;
    padding-top: 1.875vw;
  }
}
#lp-sfslx .modal02 .modal_content .products_area ul li.product_tile a p.product_discription {
  height: auto;
  min-height: var(--discH);
  color: #666666;
}
@media only screen and (min-width: 769px) {
  #lp-sfslx .modal02 .modal_content .products_area ul li.product_tile a p.product_discription {
    margin-top: 4.2722222222px;
    padding-left: 8.5444444444px;
    padding-right: 8.5444444444px;
  }
}
@media only screen and (min-width: 769px) and (min-width: 769px) {
  #lp-sfslx .modal02 .modal_content .products_area ul li.product_tile a p.product_discription {
    margin-top: calc(
				4.2722222222px + 3.7277777778 * (100vw - 769px) / 671
			);
  }
}
@media only screen and (min-width: 769px) and (min-width: 1440px) {
  #lp-sfslx .modal02 .modal_content .products_area ul li.product_tile a p.product_discription {
    margin-top: 8px;
  }
}
@media only screen and (min-width: 769px) and (min-width: 769px) {
  #lp-sfslx .modal02 .modal_content .products_area ul li.product_tile a p.product_discription {
    padding-left: calc(
				8.5444444444px + 7.4555555556 * (100vw - 769px) / 671
			);
  }
}
@media only screen and (min-width: 769px) and (min-width: 1440px) {
  #lp-sfslx .modal02 .modal_content .products_area ul li.product_tile a p.product_discription {
    padding-left: 16px;
  }
}
@media only screen and (min-width: 769px) and (min-width: 769px) {
  #lp-sfslx .modal02 .modal_content .products_area ul li.product_tile a p.product_discription {
    padding-right: calc(
				8.5444444444px + 7.4555555556 * (100vw - 769px) / 671
			);
  }
}
@media only screen and (min-width: 769px) and (min-width: 1440px) {
  #lp-sfslx .modal02 .modal_content .products_area ul li.product_tile a p.product_discription {
    padding-right: 16px;
  }
}
@media only screen and (max-width: 768px) {
  #lp-sfslx .modal02 .modal_content .products_area ul li.product_tile a p.product_discription {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    font-size: 3.125vw;
    line-height: 1.5;
    margin-top: 2.5vw;
  }
}
#lp-sfslx .modal02 .modal_content .products_area ul li.product_tile a p.view-btn {
  margin-top: auto;
}
#lp-sfslx .modal02 .modal_content .products_area ul li.product_tile a p.view-btn span {
  font-family: ReaderMedium;
  line-height: 1.2;
  text-transform: uppercase;
  color: #262626;
  position: relative;
  display: inline-block;
}
@media only screen and (min-width: 769px) {
  #lp-sfslx .modal02 .modal_content .products_area ul li.product_tile a p.view-btn span {
    font-size: 0.9722222222vw;
    padding-top: 12.8166666667px;
    margin-left: 8.5444444444px;
    margin-right: 8.5444444444px;
  }
}
@media only screen and (min-width: 769px) and (min-width: 769px) {
  #lp-sfslx .modal02 .modal_content .products_area ul li.product_tile a p.view-btn span {
    padding-top: calc(
				12.8166666667px + 11.1833333333 * (100vw - 769px) / 671
			);
  }
}
@media only screen and (min-width: 769px) and (min-width: 1440px) {
  #lp-sfslx .modal02 .modal_content .products_area ul li.product_tile a p.view-btn span {
    padding-top: 24px;
  }
}
@media only screen and (min-width: 769px) and (min-width: 769px) {
  #lp-sfslx .modal02 .modal_content .products_area ul li.product_tile a p.view-btn span {
    margin-left: calc(
				8.5444444444px + 7.4555555556 * (100vw - 769px) / 671
			);
  }
}
@media only screen and (min-width: 769px) and (min-width: 1440px) {
  #lp-sfslx .modal02 .modal_content .products_area ul li.product_tile a p.view-btn span {
    margin-left: 16px;
  }
}
@media only screen and (min-width: 769px) and (min-width: 769px) {
  #lp-sfslx .modal02 .modal_content .products_area ul li.product_tile a p.view-btn span {
    margin-right: calc(
				8.5444444444px + 7.4555555556 * (100vw - 769px) / 671
			);
  }
}
@media only screen and (min-width: 769px) and (min-width: 1440px) {
  #lp-sfslx .modal02 .modal_content .products_area ul li.product_tile a p.view-btn span {
    margin-right: 16px;
  }
}
@media only screen and (min-width: 1440px) {
  #lp-sfslx .modal02 .modal_content .products_area ul li.product_tile a p.view-btn span {
    font-size: 14px;
  }
}
@media only screen and (max-width: 768px) {
  #lp-sfslx .modal02 .modal_content .products_area ul li.product_tile a p.view-btn span {
    font-size: 3.75vw;
    padding-top: 5vw;
  }
}
#lp-sfslx .modal02 .modal_content .products_area ul li.product_tile a p.view-btn span:after {
  content: "";
  width: 100%;
  height: 1px;
  background: #262626;
  position: absolute;
  left: 0;
}
@media only screen and (min-width: 769px) {
  #lp-sfslx .modal02 .modal_content .products_area ul li.product_tile a p.view-btn span:after {
    bottom: -3.2041666667px;
  }
}
@media only screen and (min-width: 769px) and (min-width: 769px) {
  #lp-sfslx .modal02 .modal_content .products_area ul li.product_tile a p.view-btn span:after {
    bottom: calc(
				-3.2041666667px + -2.7958333333 * (100vw - 769px) / 671
			);
  }
}
@media only screen and (min-width: 769px) and (min-width: 1440px) {
  #lp-sfslx .modal02 .modal_content .products_area ul li.product_tile a p.view-btn span:after {
    bottom: -6px;
  }
}
@media only screen and (max-width: 768px) {
  #lp-sfslx .modal02 .modal_content .products_area ul li.product_tile a p.view-btn span:after {
    bottom: -3.125vw;
  }
}
#lp-sfslx .modal02 .modal_content a.close-btn {
  position: absolute;
  right: 0;
}
@media only screen and (min-width: 769px) {
  #lp-sfslx .modal02 .modal_content a.close-btn {
    top: calc(75px - (1440px - 100vw) / 15);
  }
}
@media only screen and (min-width: 1440px) {
  #lp-sfslx .modal02 .modal_content a.close-btn {
    top: 75px;
  }
}
@media only screen and (max-width: 768px) {
  #lp-sfslx .modal02 .modal_content a.close-btn {
    top: 5.625vw;
  }
}
#lp-sfslx .normal {
  font-size: 0.9722222222vw;
  line-height: 1.4;
}
@media only screen and (min-width: 1440px) {
  #lp-sfslx .normal {
    font-size: 14px;
  }
}
@media only screen and (max-width: 768px) {
  #lp-sfslx .normal {
    font-size: 3.75vw;
  }
}
#lp-sfslx .f_12 {
  font-size: 0.8333333333vw;
  line-height: 140%;
}
@media only screen and (min-width: 1440px) {
  #lp-sfslx .f_12 {
    font-size: 12px;
  }
}
#lp-sfslx .f_14 {
  font-size: 0.9722222222vw;
  line-height: 140%;
}
@media only screen and (min-width: 1440px) {
  #lp-sfslx .f_14 {
    font-size: 14px;
  }
}
#lp-sfslx .f_16 {
  font-size: 1.1111111111vw;
  line-height: 1.2;
}
@media only screen and (min-width: 1440px) {
  #lp-sfslx .f_16 {
    font-size: 16px;
  }
}
#lp-sfslx .f_20 {
  font-size: 1.3888888889vw;
  line-height: 1.2;
}
@media only screen and (min-width: 1440px) {
  #lp-sfslx .f_20 {
    font-size: 20px;
  }
}
#lp-sfslx .f_25 {
  font-size: 1.7361111111vw;
  line-height: 1.4;
}
@media only screen and (min-width: 1440px) {
  #lp-sfslx .f_25 {
    font-size: 25px;
  }
}
#lp-sfslx .f_26 {
  font-size: 1.8055555556vw;
  line-height: 1.4;
}
@media only screen and (min-width: 1440px) {
  #lp-sfslx .f_26 {
    font-size: 26px;
  }
}
#lp-sfslx .f_30 {
  font-size: 2.0833333333vw;
  line-height: 1.4;
}
@media only screen and (min-width: 1440px) {
  #lp-sfslx .f_30 {
    font-size: 30px;
  }
}
#lp-sfslx .f_40 {
  font-size: 2.7777777778vw;
  line-height: 1.2;
}
@media only screen and (min-width: 1440px) {
  #lp-sfslx .f_40 {
    font-size: 40px;
  }
}
#lp-sfslx .f_50 {
  font-size: 3.4722222222vw;
  line-height: 1.2;
}
@media only screen and (min-width: 1440px) {
  #lp-sfslx .f_50 {
    font-size: 50px;
  }
}
#lp-sfslx .f_80 {
  font-size: 5.5555555556vw;
  line-height: 1;
}
@media only screen and (min-width: 1440px) {
  #lp-sfslx .f_80 {
    font-size: 80px;
  }
}
#lp-sfslx .caution {
  color: #888888;
  font-size: 0.8333333333vw;
  line-height: 1.375;
}
@media only screen and (min-width: 1440px) {
  #lp-sfslx .caution {
    font-size: 12px;
  }
}
@media only screen and (max-width: 768px) {
  #lp-sfslx .caution {
    font-size: 3.125vw;
  }
}
#lp-sfslx .lp-btn .lp-btn--blk {
  font-family: ReaderMedium;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  line-height: 100%;
  letter-spacing: 1px;
  text-transform: uppercase;
  background: #262626;
  border: 1px solid #262626;
  color: #FFFFFF;
  transition: 0.2s;
}
@media only screen and (min-width: 769px) {
  #lp-sfslx .lp-btn .lp-btn--blk {
    height: 3.4722222222vw;
    max-height: 50px;
    font-size: 0.9722222222vw;
  }
}
@media only screen and (min-width: 769px) and (min-width: 1440px) {
  #lp-sfslx .lp-btn .lp-btn--blk {
    font-size: 14px;
  }
}
@media only screen and (max-width: 768px) {
  #lp-sfslx .lp-btn .lp-btn--blk {
    height: 12.5vw;
    font-size: 3.75vw;
  }
}
#lp-sfslx .lp-btn .lp-btn--blk:hover {
  background: #FFFFFF;
  border: 1px solid #262626;
  color: #262626;
}
#lp-sfslx .lp-btn .lp-btn--white {
  font-family: ReaderMedium;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  line-height: 100%;
  letter-spacing: 1px;
  text-transform: uppercase;
  background: #FFFFFF;
  border: 1px solid #000;
  color: #000000;
  transition: 0.2s;
}
@media only screen and (min-width: 769px) {
  #lp-sfslx .lp-btn .lp-btn--white {
    height: 3.4722222222vw;
    max-height: 50px;
    font-size: 0.9722222222vw;
  }
}
@media only screen and (min-width: 769px) and (min-width: 1440px) {
  #lp-sfslx .lp-btn .lp-btn--white {
    font-size: 14px;
  }
}
@media only screen and (max-width: 768px) {
  #lp-sfslx .lp-btn .lp-btn--white {
    height: 12.5vw;
    font-size: 3.75vw;
  }
}
#lp-sfslx .lp-btn .lp-btn--white:hover {
  background: #FFFFFF;
  border: 1px solid #D6001C;
  color: #D6001C;
}
#lp-sfslx .lp-btn .lp-btn--blkline {
  font-family: ReaderMedium;
  letter-spacing: 1px;
  border: 1px solid #000;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #000;
  transition: 0.2s;
  text-transform: uppercase;
}
@media only screen and (min-width: 769px) {
  #lp-sfslx .lp-btn .lp-btn--blkline {
    height: 3.4722222222vw;
    max-height: 50px;
    font-size: 0.9722222222vw;
  }
}
@media only screen and (min-width: 769px) and (min-width: 1440px) {
  #lp-sfslx .lp-btn .lp-btn--blkline {
    font-size: 14px;
  }
}
@media only screen and (max-width: 768px) {
  #lp-sfslx .lp-btn .lp-btn--blkline {
    font-size: 4.375vw;
  }
}
#lp-sfslx .lp-btn .lp-btn--blkline:hover {
  border: 1px solid #262626;
  color: #262626;
  background: #FFFFFF;
}
#lp-sfslx .lp-btn .lp-btn--whtline {
  font-family: ReaderMedium;
  letter-spacing: 1px;
  background-color: transparent;
  border: 1px solid #FFF;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #fff;
  transition: 0.2s;
  text-transform: uppercase;
}
@media only screen and (min-width: 769px) {
  #lp-sfslx .lp-btn .lp-btn--whtline {
    font-size: 0.9722222222vw;
    height: 3.4722222222vw;
    max-height: 50px;
  }
}
@media only screen and (min-width: 769px) and (min-width: 1440px) {
  #lp-sfslx .lp-btn .lp-btn--whtline {
    font-size: 14px;
  }
}
@media only screen and (max-width: 768px) {
  #lp-sfslx .lp-btn .lp-btn--whtline {
    font-size: 4.375vw;
  }
}
#lp-sfslx .lp-btn .lp-btn--whtline:hover {
  border: 1px solid #414141;
  color: #414141;
  background-color: #FFF;
}
#lp-sfslx .video-js .vjs-dock-text {
  background: transparent;
  padding: 0;
}
#lp-sfslx .video-js .vjs-dock-text .vjs-dock-title {
  display: none;
}/*# sourceMappingURL=additional-lp-sfslx.css.map */