@charset "UTF-8";
@import url(https://fonts.googleapis.com/css2?family=Jost:ital,wght@1,200;1,300;1,400&family=Roboto:ital,wght@1,100;1,500&display=swap);
/*! locomotive-scroll v4.1.2 | MIT License | https://github.com/locomotivemtl/locomotive-scroll */
html.has-scroll-smooth {
  overflow: hidden
}
html.has-scroll-dragging {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none
}
.has-scroll-smooth body {
  overflow: hidden
}
.has-scroll-smooth [data-scroll-container] {
  min-height: 100vh
}
[data-scroll-direction="horizontal"] [data-scroll-container] {
  height: 100vh;
  display: inline-block;
  white-space: nowrap
}
[data-scroll-direction="horizontal"] [data-scroll-section] {
  display: inline-block;
  vertical-align: top;
  white-space: nowrap;
  height: 100%
}
.c-scrollbar {
  position: absolute;
  right: 0;
  top: 0;
  width: 11px;
  height: 100%;
  transform-origin: center right;
  transition: transform 0.3s,opacity 0.3s;
  opacity: 0
}
.c-scrollbar:hover {
  transform: scaleX(1.45)
}
.c-scrollbar:hover,
.has-scroll-scrolling .c-scrollbar,
.has-scroll-dragging .c-scrollbar {
  opacity: 1
}
[data-scroll-direction="horizontal"] .c-scrollbar {
  width: 100%;
  height: 10px;
  top: auto;
  bottom: 0;
  transform: scaleY(1)
}
[data-scroll-direction="horizontal"] .c-scrollbar:hover {
  transform: scaleY(1.3)
}
.c-scrollbar_thumb {
  position: absolute;
  top: 0;
  right: 0;
  background-color: black;
  opacity: 0.5;
  width: 7px;
  border-radius: 10px;
  margin: 2px;
  cursor: -webkit-grab;
  cursor: grab
}
.has-scroll-dragging .c-scrollbar_thumb {
  cursor: -webkit-grabbing;
  cursor: grabbing
}
[data-scroll-direction="horizontal"] .c-scrollbar_thumb {
  right: auto;
  bottom: 0
}
@font-face {
  font-family: 'Yu Gothic';
  src: local("Yu Gothic Medium");
  font-weight: 100
}
@font-face {
  font-family: 'Yu Gothic';
  src: local("Yu Gothic Medium");
  font-weight: 200
}
@font-face {
  font-family: 'Yu Gothic';
  src: local("Yu Gothic Medium");
  font-weight: 300
}
@font-face {
  font-family: 'Yu Gothic';
  src: local("Yu Gothic Medium");
  font-weight: 400
}
@font-face {
  font-family: 'Yu Gothic';
  src: local("Yu Gothic Bold");
  font-weight: bold
}
/*
	HTML5 Reset :: style.css
	----------------------------------------------------------
	We have learned much from/been inspired by/taken code where offered from:

	Eric Meyer					:: http://meyerweb.com
	HTML5 Doctor				:: http://html5doctor.com
	and the HTML5 Boilerplate	:: http://html5boilerplate.com

-------------------------------------------------------------------------------*/
/* Let's default this puppy out
-------------------------------------------------------------------------------*/
html,
body,
body div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
figure,
footer,
header,
menu,
nav,
section,
time,
mark,
audio,
video,
details,
summary {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font-weight: normal;
  vertical-align: baseline;
  background: transparent
}
article,
aside,
figure,
footer,
header,
nav,
section,
details,
summary {
  display: block
}
/* Handle box-sizing while better addressing child elements:
   http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}
*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit
}
/* consider resetting the default cursor: https://gist.github.com/murtaugh/5247154 */
/* Responsive images and other embedded objects */
/* if you don't have full control over `img` tags (if you have to overcome attributes), consider adding height: auto */
img,
object,
embed {
  max-width: 100%
}
/*
   Note: keeping IMG here will cause problems if you're using foreground images as sprites.
	In fact, it *will* cause problems with Google Maps' controls at small size.
	If this is the case for you, try uncommenting the following:

#map img {
		max-width: none;
}
*/
/* force a vertical scrollbar to prevent a jumpy page */
html {
  overflow-y: scroll
}
/* we use a lot of ULs that aren't bulleted.
	you'll have to restore the bullets within content,
	which is fine because they're probably customized anyway */
ul {
  list-style: none
}
blockquote,
q {
  quotes: none
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none
}
a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent
}
del {
  text-decoration: line-through
}
abbr[title],
dfn[title] {
  border-bottom: 1px dotted #000;
  cursor: help
}
/* tables still need cellspacing="0" in the markup */
table {
  border-collapse: collapse;
  border-spacing: 0
}
th {
  font-weight: bold;
  vertical-align: bottom
}
td {
  font-weight: normal;
  vertical-align: top
}
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0
}
input,
select {
  vertical-align: middle
}
pre {
  white-space: pre;
  /* CSS2 */white-space: pre-wrap;
  /* CSS 2.1 */white-space: pre-line;
  /* CSS 3 (and 2.1 as well, actually) */word-wrap: break-word/* IE */
}
input[type="radio"] {
  vertical-align: text-bottom
}
input[type="checkbox"] {
  vertical-align: bottom
}
.ie7 input[type="checkbox"] {
  vertical-align: baseline
}
.ie6 input {
  vertical-align: text-bottom
}
select,
input,
textarea {
  font: 99% sans-serif
}
table {
  font-size: inherit;
  font: 100%
}
small {
  font-size: 85%
}
strong {
  font-weight: bold
}
td,
td img {
  vertical-align: top
}
/* Make sure sup and sub don't mess with your line-heights http://gist.github.com/413930 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative
}
sup {
  top: -0.5em
}
sub {
  bottom: -0.25em
}
/* standardize any monospaced elements */
pre,
code,
kbd,
samp {
  font-family: monospace,sans-serif
}
/* hand cursor on clickable elements */
.clickable,
label,
input[type=button],
input[type=submit],
input[type=file],
button {
  cursor: pointer
}
/* Webkit browsers add a 2px margin outside the chrome of form elements */
button,
input,
select,
textarea {
  margin: 0
}
/* make buttons play nice in IE */
button,
input[type=button] {
  width: auto;
  overflow: visible
}
/* scale images in IE7 more attractively */
.ie7 img {
  -ms-interpolation-mode: bicubic
}
/* prevent BG image flicker upon hover
   (commented out as usage is rare, and the filter syntax messes with some pre-processors)
.ie6 html {filter: expression(document.execCommand("BackgroundImageCache", false, true));}
*/
/* let's clear some floats */
.clearfix:before,
.clearfix:after {
  content: "\0020";
  display: block;
  height: 0;
  overflow: hidden
}
.clearfix:after {
  clear: both
}
.clearfix {
  zoom: 1
}
body[data-aos-duration='50'] [data-aos],
[data-aos][data-aos][data-aos-duration='50'] {
  -webkit-transition-duration: 50ms;
  transition-duration: 50ms
}
body[data-aos-delay='50'] [data-aos],
[data-aos][data-aos][data-aos-delay='50'] {
  -webkit-transition-delay: 0;
  transition-delay: 0
}
body[data-aos-delay='50'] [data-aos].aos-animate,
[data-aos][data-aos][data-aos-delay='50'].aos-animate {
  -webkit-transition-delay: 50ms;
  transition-delay: 50ms
}
body[data-aos-duration='100'] [data-aos],
[data-aos][data-aos][data-aos-duration='100'] {
  -webkit-transition-duration: 100ms;
  transition-duration: 100ms
}
body[data-aos-delay='100'] [data-aos],
[data-aos][data-aos][data-aos-delay='100'] {
  -webkit-transition-delay: 0;
  transition-delay: 0
}
body[data-aos-delay='100'] [data-aos].aos-animate,
[data-aos][data-aos][data-aos-delay='100'].aos-animate {
  -webkit-transition-delay: 100ms;
  transition-delay: 100ms
}
body[data-aos-duration='150'] [data-aos],
[data-aos][data-aos][data-aos-duration='150'] {
  -webkit-transition-duration: 150ms;
  transition-duration: 150ms
}
body[data-aos-delay='150'] [data-aos],
[data-aos][data-aos][data-aos-delay='150'] {
  -webkit-transition-delay: 0;
  transition-delay: 0
}
body[data-aos-delay='150'] [data-aos].aos-animate,
[data-aos][data-aos][data-aos-delay='150'].aos-animate {
  -webkit-transition-delay: 150ms;
  transition-delay: 150ms
}
body[data-aos-duration='200'] [data-aos],
[data-aos][data-aos][data-aos-duration='200'] {
  -webkit-transition-duration: 200ms;
  transition-duration: 200ms
}
body[data-aos-delay='200'] [data-aos],
[data-aos][data-aos][data-aos-delay='200'] {
  -webkit-transition-delay: 0;
  transition-delay: 0
}
body[data-aos-delay='200'] [data-aos].aos-animate,
[data-aos][data-aos][data-aos-delay='200'].aos-animate {
  -webkit-transition-delay: 200ms;
  transition-delay: 200ms
}
body[data-aos-duration='250'] [data-aos],
[data-aos][data-aos][data-aos-duration='250'] {
  -webkit-transition-duration: 250ms;
  transition-duration: 250ms
}
body[data-aos-delay='250'] [data-aos],
[data-aos][data-aos][data-aos-delay='250'] {
  -webkit-transition-delay: 0;
  transition-delay: 0
}
body[data-aos-delay='250'] [data-aos].aos-animate,
[data-aos][data-aos][data-aos-delay='250'].aos-animate {
  -webkit-transition-delay: 250ms;
  transition-delay: 250ms
}
body[data-aos-duration='300'] [data-aos],
[data-aos][data-aos][data-aos-duration='300'] {
  -webkit-transition-duration: 300ms;
  transition-duration: 300ms
}
body[data-aos-delay='300'] [data-aos],
[data-aos][data-aos][data-aos-delay='300'] {
  -webkit-transition-delay: 0;
  transition-delay: 0
}
body[data-aos-delay='300'] [data-aos].aos-animate,
[data-aos][data-aos][data-aos-delay='300'].aos-animate {
  -webkit-transition-delay: 300ms;
  transition-delay: 300ms
}
body[data-aos-duration='350'] [data-aos],
[data-aos][data-aos][data-aos-duration='350'] {
  -webkit-transition-duration: 350ms;
  transition-duration: 350ms
}
body[data-aos-delay='350'] [data-aos],
[data-aos][data-aos][data-aos-delay='350'] {
  -webkit-transition-delay: 0;
  transition-delay: 0
}
body[data-aos-delay='350'] [data-aos].aos-animate,
[data-aos][data-aos][data-aos-delay='350'].aos-animate {
  -webkit-transition-delay: 350ms;
  transition-delay: 350ms
}
body[data-aos-duration='400'] [data-aos],
[data-aos][data-aos][data-aos-duration='400'] {
  -webkit-transition-duration: 400ms;
  transition-duration: 400ms
}
body[data-aos-delay='400'] [data-aos],
[data-aos][data-aos][data-aos-delay='400'] {
  -webkit-transition-delay: 0;
  transition-delay: 0
}
body[data-aos-delay='400'] [data-aos].aos-animate,
[data-aos][data-aos][data-aos-delay='400'].aos-animate {
  -webkit-transition-delay: 400ms;
  transition-delay: 400ms
}
body[data-aos-duration='450'] [data-aos],
[data-aos][data-aos][data-aos-duration='450'] {
  -webkit-transition-duration: 450ms;
  transition-duration: 450ms
}
body[data-aos-delay='450'] [data-aos],
[data-aos][data-aos][data-aos-delay='450'] {
  -webkit-transition-delay: 0;
  transition-delay: 0
}
body[data-aos-delay='450'] [data-aos].aos-animate,
[data-aos][data-aos][data-aos-delay='450'].aos-animate {
  -webkit-transition-delay: 450ms;
  transition-delay: 450ms
}
body[data-aos-duration='500'] [data-aos],
[data-aos][data-aos][data-aos-duration='500'] {
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms
}
body[data-aos-delay='500'] [data-aos],
[data-aos][data-aos][data-aos-delay='500'] {
  -webkit-transition-delay: 0;
  transition-delay: 0
}
body[data-aos-delay='500'] [data-aos].aos-animate,
[data-aos][data-aos][data-aos-delay='500'].aos-animate {
  -webkit-transition-delay: 500ms;
  transition-delay: 500ms
}
body[data-aos-duration='550'] [data-aos],
[data-aos][data-aos][data-aos-duration='550'] {
  -webkit-transition-duration: 550ms;
  transition-duration: 550ms
}
body[data-aos-delay='550'] [data-aos],
[data-aos][data-aos][data-aos-delay='550'] {
  -webkit-transition-delay: 0;
  transition-delay: 0
}
body[data-aos-delay='550'] [data-aos].aos-animate,
[data-aos][data-aos][data-aos-delay='550'].aos-animate {
  -webkit-transition-delay: 550ms;
  transition-delay: 550ms
}
body[data-aos-duration='600'] [data-aos],
[data-aos][data-aos][data-aos-duration='600'] {
  -webkit-transition-duration: 600ms;
  transition-duration: 600ms
}
body[data-aos-delay='600'] [data-aos],
[data-aos][data-aos][data-aos-delay='600'] {
  -webkit-transition-delay: 0;
  transition-delay: 0
}
body[data-aos-delay='600'] [data-aos].aos-animate,
[data-aos][data-aos][data-aos-delay='600'].aos-animate {
  -webkit-transition-delay: 600ms;
  transition-delay: 600ms
}
body[data-aos-duration='650'] [data-aos],
[data-aos][data-aos][data-aos-duration='650'] {
  -webkit-transition-duration: 650ms;
  transition-duration: 650ms
}
body[data-aos-delay='650'] [data-aos],
[data-aos][data-aos][data-aos-delay='650'] {
  -webkit-transition-delay: 0;
  transition-delay: 0
}
body[data-aos-delay='650'] [data-aos].aos-animate,
[data-aos][data-aos][data-aos-delay='650'].aos-animate {
  -webkit-transition-delay: 650ms;
  transition-delay: 650ms
}
body[data-aos-duration='700'] [data-aos],
[data-aos][data-aos][data-aos-duration='700'] {
  -webkit-transition-duration: 700ms;
  transition-duration: 700ms
}
body[data-aos-delay='700'] [data-aos],
[data-aos][data-aos][data-aos-delay='700'] {
  -webkit-transition-delay: 0;
  transition-delay: 0
}
body[data-aos-delay='700'] [data-aos].aos-animate,
[data-aos][data-aos][data-aos-delay='700'].aos-animate {
  -webkit-transition-delay: 700ms;
  transition-delay: 700ms
}
body[data-aos-duration='750'] [data-aos],
[data-aos][data-aos][data-aos-duration='750'] {
  -webkit-transition-duration: 750ms;
  transition-duration: 750ms
}
body[data-aos-delay='750'] [data-aos],
[data-aos][data-aos][data-aos-delay='750'] {
  -webkit-transition-delay: 0;
  transition-delay: 0
}
body[data-aos-delay='750'] [data-aos].aos-animate,
[data-aos][data-aos][data-aos-delay='750'].aos-animate {
  -webkit-transition-delay: 750ms;
  transition-delay: 750ms
}
body[data-aos-duration='800'] [data-aos],
[data-aos][data-aos][data-aos-duration='800'] {
  -webkit-transition-duration: 800ms;
  transition-duration: 800ms
}
body[data-aos-delay='800'] [data-aos],
[data-aos][data-aos][data-aos-delay='800'] {
  -webkit-transition-delay: 0;
  transition-delay: 0
}
body[data-aos-delay='800'] [data-aos].aos-animate,
[data-aos][data-aos][data-aos-delay='800'].aos-animate {
  -webkit-transition-delay: 800ms;
  transition-delay: 800ms
}
body[data-aos-duration='850'] [data-aos],
[data-aos][data-aos][data-aos-duration='850'] {
  -webkit-transition-duration: 850ms;
  transition-duration: 850ms
}
body[data-aos-delay='850'] [data-aos],
[data-aos][data-aos][data-aos-delay='850'] {
  -webkit-transition-delay: 0;
  transition-delay: 0
}
body[data-aos-delay='850'] [data-aos].aos-animate,
[data-aos][data-aos][data-aos-delay='850'].aos-animate {
  -webkit-transition-delay: 850ms;
  transition-delay: 850ms
}
body[data-aos-duration='900'] [data-aos],
[data-aos][data-aos][data-aos-duration='900'] {
  -webkit-transition-duration: 900ms;
  transition-duration: 900ms
}
body[data-aos-delay='900'] [data-aos],
[data-aos][data-aos][data-aos-delay='900'] {
  -webkit-transition-delay: 0;
  transition-delay: 0
}
body[data-aos-delay='900'] [data-aos].aos-animate,
[data-aos][data-aos][data-aos-delay='900'].aos-animate {
  -webkit-transition-delay: 900ms;
  transition-delay: 900ms
}
body[data-aos-duration='950'] [data-aos],
[data-aos][data-aos][data-aos-duration='950'] {
  -webkit-transition-duration: 950ms;
  transition-duration: 950ms
}
body[data-aos-delay='950'] [data-aos],
[data-aos][data-aos][data-aos-delay='950'] {
  -webkit-transition-delay: 0;
  transition-delay: 0
}
body[data-aos-delay='950'] [data-aos].aos-animate,
[data-aos][data-aos][data-aos-delay='950'].aos-animate {
  -webkit-transition-delay: 950ms;
  transition-delay: 950ms
}
body[data-aos-duration='1000'] [data-aos],
[data-aos][data-aos][data-aos-duration='1000'] {
  -webkit-transition-duration: 1000ms;
  transition-duration: 1000ms
}
body[data-aos-delay='1000'] [data-aos],
[data-aos][data-aos][data-aos-delay='1000'] {
  -webkit-transition-delay: 0;
  transition-delay: 0
}
body[data-aos-delay='1000'] [data-aos].aos-animate,
[data-aos][data-aos][data-aos-delay='1000'].aos-animate {
  -webkit-transition-delay: 1000ms;
  transition-delay: 1000ms
}
body[data-aos-duration='1050'] [data-aos],
[data-aos][data-aos][data-aos-duration='1050'] {
  -webkit-transition-duration: 1050ms;
  transition-duration: 1050ms
}
body[data-aos-delay='1050'] [data-aos],
[data-aos][data-aos][data-aos-delay='1050'] {
  -webkit-transition-delay: 0;
  transition-delay: 0
}
body[data-aos-delay='1050'] [data-aos].aos-animate,
[data-aos][data-aos][data-aos-delay='1050'].aos-animate {
  -webkit-transition-delay: 1050ms;
  transition-delay: 1050ms
}
body[data-aos-duration='1100'] [data-aos],
[data-aos][data-aos][data-aos-duration='1100'] {
  -webkit-transition-duration: 1100ms;
  transition-duration: 1100ms
}
body[data-aos-delay='1100'] [data-aos],
[data-aos][data-aos][data-aos-delay='1100'] {
  -webkit-transition-delay: 0;
  transition-delay: 0
}
body[data-aos-delay='1100'] [data-aos].aos-animate,
[data-aos][data-aos][data-aos-delay='1100'].aos-animate {
  -webkit-transition-delay: 1100ms;
  transition-delay: 1100ms
}
body[data-aos-duration='1150'] [data-aos],
[data-aos][data-aos][data-aos-duration='1150'] {
  -webkit-transition-duration: 1150ms;
  transition-duration: 1150ms
}
body[data-aos-delay='1150'] [data-aos],
[data-aos][data-aos][data-aos-delay='1150'] {
  -webkit-transition-delay: 0;
  transition-delay: 0
}
body[data-aos-delay='1150'] [data-aos].aos-animate,
[data-aos][data-aos][data-aos-delay='1150'].aos-animate {
  -webkit-transition-delay: 1150ms;
  transition-delay: 1150ms
}
body[data-aos-duration='1200'] [data-aos],
[data-aos][data-aos][data-aos-duration='1200'] {
  -webkit-transition-duration: 1200ms;
  transition-duration: 1200ms
}
body[data-aos-delay='1200'] [data-aos],
[data-aos][data-aos][data-aos-delay='1200'] {
  -webkit-transition-delay: 0;
  transition-delay: 0
}
body[data-aos-delay='1200'] [data-aos].aos-animate,
[data-aos][data-aos][data-aos-delay='1200'].aos-animate {
  -webkit-transition-delay: 1200ms;
  transition-delay: 1200ms
}
body[data-aos-duration='1250'] [data-aos],
[data-aos][data-aos][data-aos-duration='1250'] {
  -webkit-transition-duration: 1250ms;
  transition-duration: 1250ms
}
body[data-aos-delay='1250'] [data-aos],
[data-aos][data-aos][data-aos-delay='1250'] {
  -webkit-transition-delay: 0;
  transition-delay: 0
}
body[data-aos-delay='1250'] [data-aos].aos-animate,
[data-aos][data-aos][data-aos-delay='1250'].aos-animate {
  -webkit-transition-delay: 1250ms;
  transition-delay: 1250ms
}
body[data-aos-duration='1300'] [data-aos],
[data-aos][data-aos][data-aos-duration='1300'] {
  -webkit-transition-duration: 1300ms;
  transition-duration: 1300ms
}
body[data-aos-delay='1300'] [data-aos],
[data-aos][data-aos][data-aos-delay='1300'] {
  -webkit-transition-delay: 0;
  transition-delay: 0
}
body[data-aos-delay='1300'] [data-aos].aos-animate,
[data-aos][data-aos][data-aos-delay='1300'].aos-animate {
  -webkit-transition-delay: 1300ms;
  transition-delay: 1300ms
}
body[data-aos-duration='1350'] [data-aos],
[data-aos][data-aos][data-aos-duration='1350'] {
  -webkit-transition-duration: 1350ms;
  transition-duration: 1350ms
}
body[data-aos-delay='1350'] [data-aos],
[data-aos][data-aos][data-aos-delay='1350'] {
  -webkit-transition-delay: 0;
  transition-delay: 0
}
body[data-aos-delay='1350'] [data-aos].aos-animate,
[data-aos][data-aos][data-aos-delay='1350'].aos-animate {
  -webkit-transition-delay: 1350ms;
  transition-delay: 1350ms
}
body[data-aos-duration='1400'] [data-aos],
[data-aos][data-aos][data-aos-duration='1400'] {
  -webkit-transition-duration: 1400ms;
  transition-duration: 1400ms
}
body[data-aos-delay='1400'] [data-aos],
[data-aos][data-aos][data-aos-delay='1400'] {
  -webkit-transition-delay: 0;
  transition-delay: 0
}
body[data-aos-delay='1400'] [data-aos].aos-animate,
[data-aos][data-aos][data-aos-delay='1400'].aos-animate {
  -webkit-transition-delay: 1400ms;
  transition-delay: 1400ms
}
body[data-aos-duration='1450'] [data-aos],
[data-aos][data-aos][data-aos-duration='1450'] {
  -webkit-transition-duration: 1450ms;
  transition-duration: 1450ms
}
body[data-aos-delay='1450'] [data-aos],
[data-aos][data-aos][data-aos-delay='1450'] {
  -webkit-transition-delay: 0;
  transition-delay: 0
}
body[data-aos-delay='1450'] [data-aos].aos-animate,
[data-aos][data-aos][data-aos-delay='1450'].aos-animate {
  -webkit-transition-delay: 1450ms;
  transition-delay: 1450ms
}
body[data-aos-duration='1500'] [data-aos],
[data-aos][data-aos][data-aos-duration='1500'] {
  -webkit-transition-duration: 1500ms;
  transition-duration: 1500ms
}
body[data-aos-delay='1500'] [data-aos],
[data-aos][data-aos][data-aos-delay='1500'] {
  -webkit-transition-delay: 0;
  transition-delay: 0
}
body[data-aos-delay='1500'] [data-aos].aos-animate,
[data-aos][data-aos][data-aos-delay='1500'].aos-animate {
  -webkit-transition-delay: 1500ms;
  transition-delay: 1500ms
}
body[data-aos-duration='1550'] [data-aos],
[data-aos][data-aos][data-aos-duration='1550'] {
  -webkit-transition-duration: 1550ms;
  transition-duration: 1550ms
}
body[data-aos-delay='1550'] [data-aos],
[data-aos][data-aos][data-aos-delay='1550'] {
  -webkit-transition-delay: 0;
  transition-delay: 0
}
body[data-aos-delay='1550'] [data-aos].aos-animate,
[data-aos][data-aos][data-aos-delay='1550'].aos-animate {
  -webkit-transition-delay: 1550ms;
  transition-delay: 1550ms
}
body[data-aos-duration='1600'] [data-aos],
[data-aos][data-aos][data-aos-duration='1600'] {
  -webkit-transition-duration: 1600ms;
  transition-duration: 1600ms
}
body[data-aos-delay='1600'] [data-aos],
[data-aos][data-aos][data-aos-delay='1600'] {
  -webkit-transition-delay: 0;
  transition-delay: 0
}
body[data-aos-delay='1600'] [data-aos].aos-animate,
[data-aos][data-aos][data-aos-delay='1600'].aos-animate {
  -webkit-transition-delay: 1600ms;
  transition-delay: 1600ms
}
body[data-aos-duration='1650'] [data-aos],
[data-aos][data-aos][data-aos-duration='1650'] {
  -webkit-transition-duration: 1650ms;
  transition-duration: 1650ms
}
body[data-aos-delay='1650'] [data-aos],
[data-aos][data-aos][data-aos-delay='1650'] {
  -webkit-transition-delay: 0;
  transition-delay: 0
}
body[data-aos-delay='1650'] [data-aos].aos-animate,
[data-aos][data-aos][data-aos-delay='1650'].aos-animate {
  -webkit-transition-delay: 1650ms;
  transition-delay: 1650ms
}
body[data-aos-duration='1700'] [data-aos],
[data-aos][data-aos][data-aos-duration='1700'] {
  -webkit-transition-duration: 1700ms;
  transition-duration: 1700ms
}
body[data-aos-delay='1700'] [data-aos],
[data-aos][data-aos][data-aos-delay='1700'] {
  -webkit-transition-delay: 0;
  transition-delay: 0
}
body[data-aos-delay='1700'] [data-aos].aos-animate,
[data-aos][data-aos][data-aos-delay='1700'].aos-animate {
  -webkit-transition-delay: 1700ms;
  transition-delay: 1700ms
}
body[data-aos-duration='1750'] [data-aos],
[data-aos][data-aos][data-aos-duration='1750'] {
  -webkit-transition-duration: 1750ms;
  transition-duration: 1750ms
}
body[data-aos-delay='1750'] [data-aos],
[data-aos][data-aos][data-aos-delay='1750'] {
  -webkit-transition-delay: 0;
  transition-delay: 0
}
body[data-aos-delay='1750'] [data-aos].aos-animate,
[data-aos][data-aos][data-aos-delay='1750'].aos-animate {
  -webkit-transition-delay: 1750ms;
  transition-delay: 1750ms
}
body[data-aos-duration='1800'] [data-aos],
[data-aos][data-aos][data-aos-duration='1800'] {
  -webkit-transition-duration: 1800ms;
  transition-duration: 1800ms
}
body[data-aos-delay='1800'] [data-aos],
[data-aos][data-aos][data-aos-delay='1800'] {
  -webkit-transition-delay: 0;
  transition-delay: 0
}
body[data-aos-delay='1800'] [data-aos].aos-animate,
[data-aos][data-aos][data-aos-delay='1800'].aos-animate {
  -webkit-transition-delay: 1800ms;
  transition-delay: 1800ms
}
body[data-aos-duration='1850'] [data-aos],
[data-aos][data-aos][data-aos-duration='1850'] {
  -webkit-transition-duration: 1850ms;
  transition-duration: 1850ms
}
body[data-aos-delay='1850'] [data-aos],
[data-aos][data-aos][data-aos-delay='1850'] {
  -webkit-transition-delay: 0;
  transition-delay: 0
}
body[data-aos-delay='1850'] [data-aos].aos-animate,
[data-aos][data-aos][data-aos-delay='1850'].aos-animate {
  -webkit-transition-delay: 1850ms;
  transition-delay: 1850ms
}
body[data-aos-duration='1900'] [data-aos],
[data-aos][data-aos][data-aos-duration='1900'] {
  -webkit-transition-duration: 1900ms;
  transition-duration: 1900ms
}
body[data-aos-delay='1900'] [data-aos],
[data-aos][data-aos][data-aos-delay='1900'] {
  -webkit-transition-delay: 0;
  transition-delay: 0
}
body[data-aos-delay='1900'] [data-aos].aos-animate,
[data-aos][data-aos][data-aos-delay='1900'].aos-animate {
  -webkit-transition-delay: 1900ms;
  transition-delay: 1900ms
}
body[data-aos-duration='1950'] [data-aos],
[data-aos][data-aos][data-aos-duration='1950'] {
  -webkit-transition-duration: 1950ms;
  transition-duration: 1950ms
}
body[data-aos-delay='1950'] [data-aos],
[data-aos][data-aos][data-aos-delay='1950'] {
  -webkit-transition-delay: 0;
  transition-delay: 0
}
body[data-aos-delay='1950'] [data-aos].aos-animate,
[data-aos][data-aos][data-aos-delay='1950'].aos-animate {
  -webkit-transition-delay: 1950ms;
  transition-delay: 1950ms
}
body[data-aos-duration='2000'] [data-aos],
[data-aos][data-aos][data-aos-duration='2000'] {
  -webkit-transition-duration: 2000ms;
  transition-duration: 2000ms
}
body[data-aos-delay='2000'] [data-aos],
[data-aos][data-aos][data-aos-delay='2000'] {
  -webkit-transition-delay: 0;
  transition-delay: 0
}
body[data-aos-delay='2000'] [data-aos].aos-animate,
[data-aos][data-aos][data-aos-delay='2000'].aos-animate {
  -webkit-transition-delay: 2000ms;
  transition-delay: 2000ms
}
body[data-aos-duration='2050'] [data-aos],
[data-aos][data-aos][data-aos-duration='2050'] {
  -webkit-transition-duration: 2050ms;
  transition-duration: 2050ms
}
body[data-aos-delay='2050'] [data-aos],
[data-aos][data-aos][data-aos-delay='2050'] {
  -webkit-transition-delay: 0;
  transition-delay: 0
}
body[data-aos-delay='2050'] [data-aos].aos-animate,
[data-aos][data-aos][data-aos-delay='2050'].aos-animate {
  -webkit-transition-delay: 2050ms;
  transition-delay: 2050ms
}
body[data-aos-duration='2100'] [data-aos],
[data-aos][data-aos][data-aos-duration='2100'] {
  -webkit-transition-duration: 2100ms;
  transition-duration: 2100ms
}
body[data-aos-delay='2100'] [data-aos],
[data-aos][data-aos][data-aos-delay='2100'] {
  -webkit-transition-delay: 0;
  transition-delay: 0
}
body[data-aos-delay='2100'] [data-aos].aos-animate,
[data-aos][data-aos][data-aos-delay='2100'].aos-animate {
  -webkit-transition-delay: 2100ms;
  transition-delay: 2100ms
}
body[data-aos-duration='2150'] [data-aos],
[data-aos][data-aos][data-aos-duration='2150'] {
  -webkit-transition-duration: 2150ms;
  transition-duration: 2150ms
}
body[data-aos-delay='2150'] [data-aos],
[data-aos][data-aos][data-aos-delay='2150'] {
  -webkit-transition-delay: 0;
  transition-delay: 0
}
body[data-aos-delay='2150'] [data-aos].aos-animate,
[data-aos][data-aos][data-aos-delay='2150'].aos-animate {
  -webkit-transition-delay: 2150ms;
  transition-delay: 2150ms
}
body[data-aos-duration='2200'] [data-aos],
[data-aos][data-aos][data-aos-duration='2200'] {
  -webkit-transition-duration: 2200ms;
  transition-duration: 2200ms
}
body[data-aos-delay='2200'] [data-aos],
[data-aos][data-aos][data-aos-delay='2200'] {
  -webkit-transition-delay: 0;
  transition-delay: 0
}
body[data-aos-delay='2200'] [data-aos].aos-animate,
[data-aos][data-aos][data-aos-delay='2200'].aos-animate {
  -webkit-transition-delay: 2200ms;
  transition-delay: 2200ms
}
body[data-aos-duration='2250'] [data-aos],
[data-aos][data-aos][data-aos-duration='2250'] {
  -webkit-transition-duration: 2250ms;
  transition-duration: 2250ms
}
body[data-aos-delay='2250'] [data-aos],
[data-aos][data-aos][data-aos-delay='2250'] {
  -webkit-transition-delay: 0;
  transition-delay: 0
}
body[data-aos-delay='2250'] [data-aos].aos-animate,
[data-aos][data-aos][data-aos-delay='2250'].aos-animate {
  -webkit-transition-delay: 2250ms;
  transition-delay: 2250ms
}
body[data-aos-duration='2300'] [data-aos],
[data-aos][data-aos][data-aos-duration='2300'] {
  -webkit-transition-duration: 2300ms;
  transition-duration: 2300ms
}
body[data-aos-delay='2300'] [data-aos],
[data-aos][data-aos][data-aos-delay='2300'] {
  -webkit-transition-delay: 0;
  transition-delay: 0
}
body[data-aos-delay='2300'] [data-aos].aos-animate,
[data-aos][data-aos][data-aos-delay='2300'].aos-animate {
  -webkit-transition-delay: 2300ms;
  transition-delay: 2300ms
}
body[data-aos-duration='2350'] [data-aos],
[data-aos][data-aos][data-aos-duration='2350'] {
  -webkit-transition-duration: 2350ms;
  transition-duration: 2350ms
}
body[data-aos-delay='2350'] [data-aos],
[data-aos][data-aos][data-aos-delay='2350'] {
  -webkit-transition-delay: 0;
  transition-delay: 0
}
body[data-aos-delay='2350'] [data-aos].aos-animate,
[data-aos][data-aos][data-aos-delay='2350'].aos-animate {
  -webkit-transition-delay: 2350ms;
  transition-delay: 2350ms
}
body[data-aos-duration='2400'] [data-aos],
[data-aos][data-aos][data-aos-duration='2400'] {
  -webkit-transition-duration: 2400ms;
  transition-duration: 2400ms
}
body[data-aos-delay='2400'] [data-aos],
[data-aos][data-aos][data-aos-delay='2400'] {
  -webkit-transition-delay: 0;
  transition-delay: 0
}
body[data-aos-delay='2400'] [data-aos].aos-animate,
[data-aos][data-aos][data-aos-delay='2400'].aos-animate {
  -webkit-transition-delay: 2400ms;
  transition-delay: 2400ms
}
body[data-aos-duration='2450'] [data-aos],
[data-aos][data-aos][data-aos-duration='2450'] {
  -webkit-transition-duration: 2450ms;
  transition-duration: 2450ms
}
body[data-aos-delay='2450'] [data-aos],
[data-aos][data-aos][data-aos-delay='2450'] {
  -webkit-transition-delay: 0;
  transition-delay: 0
}
body[data-aos-delay='2450'] [data-aos].aos-animate,
[data-aos][data-aos][data-aos-delay='2450'].aos-animate {
  -webkit-transition-delay: 2450ms;
  transition-delay: 2450ms
}
body[data-aos-duration='2500'] [data-aos],
[data-aos][data-aos][data-aos-duration='2500'] {
  -webkit-transition-duration: 2500ms;
  transition-duration: 2500ms
}
body[data-aos-delay='2500'] [data-aos],
[data-aos][data-aos][data-aos-delay='2500'] {
  -webkit-transition-delay: 0;
  transition-delay: 0
}
body[data-aos-delay='2500'] [data-aos].aos-animate,
[data-aos][data-aos][data-aos-delay='2500'].aos-animate {
  -webkit-transition-delay: 2500ms;
  transition-delay: 2500ms
}
body[data-aos-duration='2550'] [data-aos],
[data-aos][data-aos][data-aos-duration='2550'] {
  -webkit-transition-duration: 2550ms;
  transition-duration: 2550ms
}
body[data-aos-delay='2550'] [data-aos],
[data-aos][data-aos][data-aos-delay='2550'] {
  -webkit-transition-delay: 0;
  transition-delay: 0
}
body[data-aos-delay='2550'] [data-aos].aos-animate,
[data-aos][data-aos][data-aos-delay='2550'].aos-animate {
  -webkit-transition-delay: 2550ms;
  transition-delay: 2550ms
}
body[data-aos-duration='2600'] [data-aos],
[data-aos][data-aos][data-aos-duration='2600'] {
  -webkit-transition-duration: 2600ms;
  transition-duration: 2600ms
}
body[data-aos-delay='2600'] [data-aos],
[data-aos][data-aos][data-aos-delay='2600'] {
  -webkit-transition-delay: 0;
  transition-delay: 0
}
body[data-aos-delay='2600'] [data-aos].aos-animate,
[data-aos][data-aos][data-aos-delay='2600'].aos-animate {
  -webkit-transition-delay: 2600ms;
  transition-delay: 2600ms
}
body[data-aos-duration='2650'] [data-aos],
[data-aos][data-aos][data-aos-duration='2650'] {
  -webkit-transition-duration: 2650ms;
  transition-duration: 2650ms
}
body[data-aos-delay='2650'] [data-aos],
[data-aos][data-aos][data-aos-delay='2650'] {
  -webkit-transition-delay: 0;
  transition-delay: 0
}
body[data-aos-delay='2650'] [data-aos].aos-animate,
[data-aos][data-aos][data-aos-delay='2650'].aos-animate {
  -webkit-transition-delay: 2650ms;
  transition-delay: 2650ms
}
body[data-aos-duration='2700'] [data-aos],
[data-aos][data-aos][data-aos-duration='2700'] {
  -webkit-transition-duration: 2700ms;
  transition-duration: 2700ms
}
body[data-aos-delay='2700'] [data-aos],
[data-aos][data-aos][data-aos-delay='2700'] {
  -webkit-transition-delay: 0;
  transition-delay: 0
}
body[data-aos-delay='2700'] [data-aos].aos-animate,
[data-aos][data-aos][data-aos-delay='2700'].aos-animate {
  -webkit-transition-delay: 2700ms;
  transition-delay: 2700ms
}
body[data-aos-duration='2750'] [data-aos],
[data-aos][data-aos][data-aos-duration='2750'] {
  -webkit-transition-duration: 2750ms;
  transition-duration: 2750ms
}
body[data-aos-delay='2750'] [data-aos],
[data-aos][data-aos][data-aos-delay='2750'] {
  -webkit-transition-delay: 0;
  transition-delay: 0
}
body[data-aos-delay='2750'] [data-aos].aos-animate,
[data-aos][data-aos][data-aos-delay='2750'].aos-animate {
  -webkit-transition-delay: 2750ms;
  transition-delay: 2750ms
}
body[data-aos-duration='2800'] [data-aos],
[data-aos][data-aos][data-aos-duration='2800'] {
  -webkit-transition-duration: 2800ms;
  transition-duration: 2800ms
}
body[data-aos-delay='2800'] [data-aos],
[data-aos][data-aos][data-aos-delay='2800'] {
  -webkit-transition-delay: 0;
  transition-delay: 0
}
body[data-aos-delay='2800'] [data-aos].aos-animate,
[data-aos][data-aos][data-aos-delay='2800'].aos-animate {
  -webkit-transition-delay: 2800ms;
  transition-delay: 2800ms
}
body[data-aos-duration='2850'] [data-aos],
[data-aos][data-aos][data-aos-duration='2850'] {
  -webkit-transition-duration: 2850ms;
  transition-duration: 2850ms
}
body[data-aos-delay='2850'] [data-aos],
[data-aos][data-aos][data-aos-delay='2850'] {
  -webkit-transition-delay: 0;
  transition-delay: 0
}
body[data-aos-delay='2850'] [data-aos].aos-animate,
[data-aos][data-aos][data-aos-delay='2850'].aos-animate {
  -webkit-transition-delay: 2850ms;
  transition-delay: 2850ms
}
body[data-aos-duration='2900'] [data-aos],
[data-aos][data-aos][data-aos-duration='2900'] {
  -webkit-transition-duration: 2900ms;
  transition-duration: 2900ms
}
body[data-aos-delay='2900'] [data-aos],
[data-aos][data-aos][data-aos-delay='2900'] {
  -webkit-transition-delay: 0;
  transition-delay: 0
}
body[data-aos-delay='2900'] [data-aos].aos-animate,
[data-aos][data-aos][data-aos-delay='2900'].aos-animate {
  -webkit-transition-delay: 2900ms;
  transition-delay: 2900ms
}
body[data-aos-duration='2950'] [data-aos],
[data-aos][data-aos][data-aos-duration='2950'] {
  -webkit-transition-duration: 2950ms;
  transition-duration: 2950ms
}
body[data-aos-delay='2950'] [data-aos],
[data-aos][data-aos][data-aos-delay='2950'] {
  -webkit-transition-delay: 0;
  transition-delay: 0
}
body[data-aos-delay='2950'] [data-aos].aos-animate,
[data-aos][data-aos][data-aos-delay='2950'].aos-animate {
  -webkit-transition-delay: 2950ms;
  transition-delay: 2950ms
}
body[data-aos-duration='3000'] [data-aos],
[data-aos][data-aos][data-aos-duration='3000'] {
  -webkit-transition-duration: 3000ms;
  transition-duration: 3000ms
}
body[data-aos-delay='3000'] [data-aos],
[data-aos][data-aos][data-aos-delay='3000'] {
  -webkit-transition-delay: 0;
  transition-delay: 0
}
body[data-aos-delay='3000'] [data-aos].aos-animate,
[data-aos][data-aos][data-aos-delay='3000'].aos-animate {
  -webkit-transition-delay: 3000ms;
  transition-delay: 3000ms
}
body[data-aos-easing="linear"] [data-aos],
[data-aos][data-aos][data-aos-easing="linear"] {
  -webkit-transition-timing-function: cubic-bezier(0.25, 0.25, 0.75, 0.75);
  transition-timing-function: cubic-bezier(0.25, 0.25, 0.75, 0.75)
}
body[data-aos-easing="ease"] [data-aos],
[data-aos][data-aos][data-aos-easing="ease"] {
  -webkit-transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
  transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1)
}
body[data-aos-easing="ease-in"] [data-aos],
[data-aos][data-aos][data-aos-easing="ease-in"] {
  -webkit-transition-timing-function: cubic-bezier(0.42, 0, 1, 1);
  transition-timing-function: cubic-bezier(0.42, 0, 1, 1)
}
body[data-aos-easing="ease-out"] [data-aos],
[data-aos][data-aos][data-aos-easing="ease-out"] {
  -webkit-transition-timing-function: cubic-bezier(0, 0, 0.58, 1);
  transition-timing-function: cubic-bezier(0, 0, 0.58, 1)
}
body[data-aos-easing="ease-in-out"] [data-aos],
[data-aos][data-aos][data-aos-easing="ease-in-out"] {
  -webkit-transition-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
  transition-timing-function: cubic-bezier(0.42, 0, 0.58, 1)
}
body[data-aos-easing="ease-in-back"] [data-aos],
[data-aos][data-aos][data-aos-easing="ease-in-back"] {
  -webkit-transition-timing-function: cubic-bezier(0.6, -0.28, 0.735, 0.045);
  transition-timing-function: cubic-bezier(0.6, -0.28, 0.735, 0.045)
}
body[data-aos-easing="ease-out-back"] [data-aos],
[data-aos][data-aos][data-aos-easing="ease-out-back"] {
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275)
}
body[data-aos-easing="ease-in-out-back"] [data-aos],
[data-aos][data-aos][data-aos-easing="ease-in-out-back"] {
  -webkit-transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55)
}
body[data-aos-easing="ease-in-sine"] [data-aos],
[data-aos][data-aos][data-aos-easing="ease-in-sine"] {
  -webkit-transition-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
  transition-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715)
}
body[data-aos-easing="ease-out-sine"] [data-aos],
[data-aos][data-aos][data-aos-easing="ease-out-sine"] {
  -webkit-transition-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
  transition-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1)
}
body[data-aos-easing="ease-in-out-sine"] [data-aos],
[data-aos][data-aos][data-aos-easing="ease-in-out-sine"] {
  -webkit-transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
  transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95)
}
body[data-aos-easing="ease-in-quad"] [data-aos],
[data-aos][data-aos][data-aos-easing="ease-in-quad"] {
  -webkit-transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53)
}
body[data-aos-easing="ease-out-quad"] [data-aos],
[data-aos][data-aos][data-aos-easing="ease-out-quad"] {
  -webkit-transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94)
}
body[data-aos-easing="ease-in-out-quad"] [data-aos],
[data-aos][data-aos][data-aos-easing="ease-in-out-quad"] {
  -webkit-transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955)
}
body[data-aos-easing="ease-in-cubic"] [data-aos],
[data-aos][data-aos][data-aos-easing="ease-in-cubic"] {
  -webkit-transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53)
}
body[data-aos-easing="ease-out-cubic"] [data-aos],
[data-aos][data-aos][data-aos-easing="ease-out-cubic"] {
  -webkit-transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94)
}
body[data-aos-easing="ease-in-out-cubic"] [data-aos],
[data-aos][data-aos][data-aos-easing="ease-in-out-cubic"] {
  -webkit-transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955)
}
body[data-aos-easing="ease-in-quart"] [data-aos],
[data-aos][data-aos][data-aos-easing="ease-in-quart"] {
  -webkit-transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53)
}
body[data-aos-easing="ease-out-quart"] [data-aos],
[data-aos][data-aos][data-aos-easing="ease-out-quart"] {
  -webkit-transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94)
}
body[data-aos-easing="ease-in-out-quart"] [data-aos],
[data-aos][data-aos][data-aos-easing="ease-in-out-quart"] {
  -webkit-transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955)
}
/**
 * Fade animations:
 * fade
 * fade-up, fade-down, fade-left, fade-right
 * fade-up-right, fade-up-left, fade-down-right, fade-down-left
 */
[data-aos^='fade'][data-aos^='fade'] {
  -webkit-transition-property: opacity,-webkit-transform;
  transition-property: opacity,-webkit-transform;
  transition-property: opacity,transform;
  transition-property: opacity,transform,-webkit-transform;
  opacity: 0
}
[data-aos^='fade'][data-aos^='fade'].aos-animate {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1
}
[data-aos='fade-up'] {
  -webkit-transform: translate3d(0, 100px, 0);
  transform: translate3d(0, 100px, 0)
}
[data-aos='fade-down'] {
  -webkit-transform: translate3d(0, -100px, 0);
  transform: translate3d(0, -100px, 0)
}
[data-aos='fade-right'] {
  -webkit-transform: translate3d(-100px, 0, 0);
  transform: translate3d(-100px, 0, 0)
}
[data-aos='fade-left'] {
  -webkit-transform: translate3d(100px, 0, 0);
  transform: translate3d(100px, 0, 0)
}
[data-aos='fade-up-right'] {
  -webkit-transform: translate3d(-100px, 100px, 0);
  transform: translate3d(-100px, 100px, 0)
}
[data-aos='fade-up-left'] {
  -webkit-transform: translate3d(100px, 100px, 0);
  transform: translate3d(100px, 100px, 0)
}
[data-aos='fade-down-right'] {
  -webkit-transform: translate3d(-100px, -100px, 0);
  transform: translate3d(-100px, -100px, 0)
}
[data-aos='fade-down-left'] {
  -webkit-transform: translate3d(100px, -100px, 0);
  transform: translate3d(100px, -100px, 0)
}
/**
 * Zoom animations:
 * zoom-in, zoom-in-up, zoom-in-down, zoom-in-left, zoom-in-right
 * zoom-out, zoom-out-up, zoom-out-down, zoom-out-left, zoom-out-right
 */
[data-aos^='zoom'][data-aos^='zoom'] {
  -webkit-transition-property: opacity,-webkit-transform;
  transition-property: opacity,-webkit-transform;
  transition-property: opacity,transform;
  transition-property: opacity,transform,-webkit-transform;
  opacity: 0
}
[data-aos^='zoom'][data-aos^='zoom'].aos-animate {
  -webkit-transform: translate3d(0, 0, 0) scale(1);
  transform: translate3d(0, 0, 0) scale(1);
  opacity: 1
}
[data-aos='zoom-in'] {
  -webkit-transform: scale(0.6);
  transform: scale(0.6)
}
[data-aos='zoom-in-up'] {
  -webkit-transform: translate3d(0, 100px, 0) scale(0.6);
  transform: translate3d(0, 100px, 0) scale(0.6)
}
[data-aos='zoom-in-down'] {
  -webkit-transform: translate3d(0, -100px, 0) scale(0.6);
  transform: translate3d(0, -100px, 0) scale(0.6)
}
[data-aos='zoom-in-right'] {
  -webkit-transform: translate3d(-100px, 0, 0) scale(0.6);
  transform: translate3d(-100px, 0, 0) scale(0.6)
}
[data-aos='zoom-in-left'] {
  -webkit-transform: translate3d(100px, 0, 0) scale(0.6);
  transform: translate3d(100px, 0, 0) scale(0.6)
}
[data-aos='zoom-out'] {
  -webkit-transform: scale(1.2);
  transform: scale(1.2)
}
[data-aos='zoom-out-up'] {
  -webkit-transform: translate3d(0, 100px, 0) scale(1.2);
  transform: translate3d(0, 100px, 0) scale(1.2)
}
[data-aos='zoom-out-down'] {
  -webkit-transform: translate3d(0, -100px, 0) scale(1.2);
  transform: translate3d(0, -100px, 0) scale(1.2)
}
[data-aos='zoom-out-right'] {
  -webkit-transform: translate3d(-100px, 0, 0) scale(1.2);
  transform: translate3d(-100px, 0, 0) scale(1.2)
}
[data-aos='zoom-out-left'] {
  -webkit-transform: translate3d(100px, 0, 0) scale(1.2);
  transform: translate3d(100px, 0, 0) scale(1.2)
}
/**
 * Slide animations
 */
[data-aos^='slide'][data-aos^='slide'] {
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform,-webkit-transform
}
[data-aos^='slide'][data-aos^='slide'].aos-animate {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0)
}
[data-aos='slide-up'] {
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0)
}
[data-aos='slide-down'] {
  -webkit-transform: translate3d(0, -100%, 0);
  transform: translate3d(0, -100%, 0)
}
[data-aos='slide-right'] {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0)
}
[data-aos='slide-left'] {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0)
}
/**
 * Flip animations:
 * flip-left, flip-right, flip-up, flip-down
 */
[data-aos^='flip'][data-aos^='flip'] {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform,-webkit-transform
}
[data-aos='flip-left'] {
  -webkit-transform: perspective(2500px) rotateY(-100deg);
  transform: perspective(2500px) rotateY(-100deg)
}
[data-aos='flip-left'].aos-animate {
  -webkit-transform: perspective(2500px) rotateY(0);
  transform: perspective(2500px) rotateY(0)
}
[data-aos='flip-right'] {
  -webkit-transform: perspective(2500px) rotateY(100deg);
  transform: perspective(2500px) rotateY(100deg)
}
[data-aos='flip-right'].aos-animate {
  -webkit-transform: perspective(2500px) rotateY(0);
  transform: perspective(2500px) rotateY(0)
}
[data-aos='flip-up'] {
  -webkit-transform: perspective(2500px) rotateX(-100deg);
  transform: perspective(2500px) rotateX(-100deg)
}
[data-aos='flip-up'].aos-animate {
  -webkit-transform: perspective(2500px) rotateX(0);
  transform: perspective(2500px) rotateX(0)
}
[data-aos='flip-down'] {
  -webkit-transform: perspective(2500px) rotateX(100deg);
  transform: perspective(2500px) rotateX(100deg)
}
[data-aos='flip-down'].aos-animate {
  -webkit-transform: perspective(2500px) rotateX(0);
  transform: perspective(2500px) rotateX(0)
}
/* Slider */
/* Icons */
@font-face {
  font-weight: normal;
  font-style: normal
}
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  top: 50%;
  display: block;
  width: 20px;
  height: 20px;
  padding: 0;
  font-size: 0px;
  line-height: 0px;
  cursor: pointer;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  color: transparent;
  border: none;
  outline: none;
  background: transparent
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  color: transparent;
  outline: none;
  background: transparent
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25
}
.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  opacity: 0.75;
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}
.slick-prev {
  left: -25px
}
[dir="rtl"] .slick-prev {
  right: -25px;
  left: auto
}
.slick-prev:before {
  content: "←"
}
[dir="rtl"] .slick-prev:before {
  content: "→"
}
.slick-next {
  right: -25px
}
[dir="rtl"] .slick-next {
  right: auto;
  left: -25px
}
.slick-next:before {
  content: "→"
}
[dir="rtl"] .slick-next:before {
  content: "←"
}
/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px
}
.slick-dots {
  position: absolute;
  bottom: -25px;
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: center
}
.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer
}
.slick-dots li button {
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  font-size: 0px;
  line-height: 0px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent
}
.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1
}
.slick-dots li button:before {
  content: "•";
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  opacity: 0.25;
  color: black;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}
.slick-dots li.slick-active button:before {
  opacity: 0.75;
  color: black
}
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent
}
.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0
}
.slick-list:focus {
  outline: none
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0)
}
.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-right: auto;
  margin-left: auto
}
.slick-track:before,
.slick-track:after {
  content: "";
  display: table
}
.slick-track:after {
  clear: both
}
.slick-loading .slick-track {
  visibility: hidden
}
.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px
}
[dir="rtl"] .slick-slide {
  float: right
}
.slick-slide img {
  display: block
}
.slick-slide.slick-loading img {
  display: none
}
.slick-slide.dragging img {
  pointer-events: none
}
.slick-initialized .slick-slide {
  display: block
}
.slick-loading .slick-slide {
  visibility: hidden
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent
}
.slick-arrow.slick-hidden {
  display: none
}
.clearfix:after {
  content: '';
  display: block;
  clear: both
}
.container {
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  position: relative
}
.container-in {
  position: relative;
  margin-right: auto;
  margin-left: auto
}
@media screen and (min-width: 751px) {
  .container-in {
    max-width: calc( 100% * ( 1080 / 1200 ))
  }
}
@media screen and (max-width: 750px) {
  .pc {
    display: none !important
  }
}
@media screen and (min-width: 751px) {
  .sp {
    display: none !important
  }
}
.full {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%
}
.full-x {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: auto
}
.black-filter {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000
}
.f-w-bold {
  font-weight: bold
}
.obi-box {
  top: 0;
  left: 0;
  font-size: 0
}
.obi-text {
  position: relative;
  top: 0;
  left: 0;
  display: inline-block;
  overflow: hidden;
  white-space: nowrap
}
[data-type="b"] .obi-text {
  font-weight: bold;
  line-height: 1;
  letter-spacing: 2px;
  color: #fff
}
[data-type="c"] .obi-text {
  font-weight: bold;
  line-height: 1;
  letter-spacing: 2px;
  color: #d7181f
}
[data-type="d"] .obi-text {
  font-weight: bold;
  line-height: 1;
  letter-spacing: 2px;
  color: #fff
}
[data-type="e"] .obi-text {
  font-weight: bold;
  line-height: 1;
  letter-spacing: 2px;
  color: #fff
}
.obi-text .f-w-bold {
  position: relative;
  top: 0;
  left: -200%;
  display: block;
  width: auto;
  height: auto;
  -webkit-transition-duration: 0s;
  transition-duration: 0s;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform,-webkit-transform
}
.is-active .obi-text .f-w-bold {
  -webkit-transform: translate(200%, 0);
  transform: translate(200%, 0)
}
.slick-active .obi-text .f-w-bold {
  -webkit-transform: translate(200%, 0);
  transform: translate(200%, 0)
}
.obi-text svg {
  position: relative;
  top: 0;
  left: -200%;
  display: block;
  width: auto;
  height: 100%;
  -webkit-transition-duration: 0s;
  transition-duration: 0s;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform,-webkit-transform
}
.is-active .obi-text svg {
  -webkit-transform: translate(200%, 0);
  transform: translate(200%, 0)
}
.obi-text:before {
  content: "";
  position: absolute;
  top: 0;
  left: calc(-200% - 2px);
  width: 200%;
  height: 100%;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform,-webkit-transform;
  background: #d90017;
  background: -webkit-gradient(linear, left top, right top, from(#d90017), color-stop(51%, #a70719), color-stop(51%, white), to(white));
  background: linear-gradient(90deg, #d90017 0%, #a70719 51%, white 51%, white 100%)
}
[data-type="c"] .obi-text:before {
  background: #fff;
  background: -webkit-gradient(linear, left top, right top, from(#fff), color-stop(51%, #fff), color-stop(51%, #d7181f), to(#d7181f));
  background: linear-gradient(90deg, #fff 0%, #fff 51%, #d7181f 51%, #d7181f 100%)
}
[data-type="d"] .obi-text:before {
  background: #1a1311;
  background: -webkit-gradient(linear, left top, right top, from(#1a1311), color-stop(51%, #1a1311), color-stop(51%, #fff), to(#fff));
  background: linear-gradient(90deg, #1a1311 0%, #1a1311 51%, #fff 51%, #fff 100%)
}
[data-type="e"] .obi-text:before {
  background: #c10014;
  background: -webkit-gradient(linear, left top, right top, color-stop(20%, #c10014), color-stop(35%, #94111c), color-stop(51%, #94111c), color-stop(51%, white), to(white));
  background: linear-gradient(90deg, #c10014 20%, #94111c 35%, #94111c 51%, white 51%, white 100%)
}
.is-active .obi-text:before {
  -webkit-transform: translate(100%, 0);
  transform: translate(100%, 0)
}
.slick-active .obi-text:before {
  -webkit-transform: translate(100%, 0);
  transform: translate(100%, 0)
}
.obi-text[data-index="0"] svg {
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s
}
.obi-text[data-index="0"] .f-w-bold {
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s
}
@media screen and (min-width: 751px) {
  [data-type="e"] .obi-text[data-index="0"] .f-w-bold {
    -webkit-transition-delay: 0.4s;
    transition-delay: 0.4s
  }
}
.obi-text[data-index="0"]:before {
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s
}
@media screen and (min-width: 751px) {
  [data-type="e"] .obi-text[data-index="0"]:before {
    -webkit-transition-duration: 0.6s;
    transition-duration: 0.6s
  }
}
.obi-text[data-index="1"] svg {
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s
}
.obi-text[data-index="1"] .f-w-bold {
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s
}
@media screen and (min-width: 751px) {
  [data-type="e"] .obi-text[data-index="1"] .f-w-bold {
    -webkit-transition-delay: 0.8s;
    transition-delay: 0.8s
  }
}
.obi-text[data-index="1"]:before {
  -webkit-transition-duration: 0.6s;
  transition-duration: 0.6s
}
@media screen and (min-width: 751px) {
  [data-type="e"] .obi-text[data-index="1"]:before {
    -webkit-transition-duration: 1.2s;
    transition-duration: 1.2s
  }
}
.obi-text[data-index="2"] svg {
  -webkit-transition-delay: 0.6s;
  transition-delay: 0.6s
}
.obi-text[data-index="2"] .f-w-bold {
  -webkit-transition-delay: 0.6s;
  transition-delay: 0.6s
}
@media screen and (min-width: 751px) {
  [data-type="e"] .obi-text[data-index="2"] .f-w-bold {
    -webkit-transition-delay: 1.2s;
    transition-delay: 1.2s
  }
}
.obi-text[data-index="2"]:before {
  -webkit-transition-duration: 0.9s;
  transition-duration: 0.9s
}
@media screen and (min-width: 751px) {
  [data-type="e"] .obi-text[data-index="2"]:before {
    -webkit-transition-duration: 1.8s;
    transition-duration: 1.8s
  }
}
.obi-text[data-index="3"] svg {
  -webkit-transition-delay: 0.8s;
  transition-delay: 0.8s
}
.obi-text[data-index="3"] .f-w-bold {
  -webkit-transition-delay: 0.8s;
  transition-delay: 0.8s
}
@media screen and (min-width: 751px) {
  [data-type="e"] .obi-text[data-index="3"] .f-w-bold {
    -webkit-transition-delay: 1.6s;
    transition-delay: 1.6s
  }
}
.obi-text[data-index="3"]:before {
  -webkit-transition-duration: 1.2s;
  transition-duration: 1.2s
}
@media screen and (min-width: 751px) {
  [data-type="e"] .obi-text[data-index="3"]:before {
    -webkit-transition-duration: 2.4s;
    transition-duration: 2.4s
  }
}
.obi-text[data-index="4"] svg {
  -webkit-transition-delay: 1s;
  transition-delay: 1s
}
.obi-text[data-index="4"] .f-w-bold {
  -webkit-transition-delay: 1s;
  transition-delay: 1s
}
@media screen and (min-width: 751px) {
  [data-type="e"] .obi-text[data-index="4"] .f-w-bold {
    -webkit-transition-delay: 2s;
    transition-delay: 2s
  }
}
.obi-text[data-index="4"]:before {
  -webkit-transition-duration: 1.5s;
  transition-duration: 1.5s
}
@media screen and (min-width: 751px) {
  [data-type="e"] .obi-text[data-index="4"]:before {
    -webkit-transition-duration: 3s;
    transition-duration: 3s
  }
}
.obi-text[data-index="5"] svg {
  -webkit-transition-delay: 1.2s;
  transition-delay: 1.2s
}
.obi-text[data-index="5"] .f-w-bold {
  -webkit-transition-delay: 1.2s;
  transition-delay: 1.2s
}
@media screen and (min-width: 751px) {
  [data-type="e"] .obi-text[data-index="5"] .f-w-bold {
    -webkit-transition-delay: 2.4s;
    transition-delay: 2.4s
  }
}
.obi-text[data-index="5"]:before {
  -webkit-transition-duration: 1.8s;
  transition-duration: 1.8s
}
@media screen and (min-width: 751px) {
  [data-type="e"] .obi-text[data-index="5"]:before {
    -webkit-transition-duration: 3.6s;
    transition-duration: 3.6s
  }
}
.size-cover-frame {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%)
}
@media (min-aspect-ratio: 1366 / 768) and (min-width: 751px) {
  .size-cover-frame {
    width: calc( 100vh * ( 1366 / 768 ));
    height: 100vh
  }
}
@media (max-aspect-ratio: 1366 / 768) and (min-width: 751px) {
  .size-cover-frame {
    width: 100vw;
    height: calc( 100vw * ( 768 / 1366 ))
  }
}
@media (min-aspect-ratio: 375 / 723) and (max-width: 750px) {
  .size-cover-frame {
    width: calc( 100vh * ( 375 / 723 ));
    height: 100vh
  }
}
@media (max-aspect-ratio: 375 / 723) and (max-width: 750px) {
  .size-cover-frame {
    width: 100vw;
    height: calc( 100vw * ( 723 / 375 ))
  }
}
.font-Jost {
  font-family: 'Jost',sans-serif
}
.font-Roboto {
  font-family: 'Roboto',sans-serif
}
html.ie11 {
  overflow: inherit
}
html.ie11 body {
  overflow: inherit
}
html.ie11 .scroll-wrapper {
  position: relative
}
html.ie11 #scroll-container {
  overflow-y: visible !important
}
html.ie11 *:not(.moda-video) {
  opacity: 1 !important
}
html.ie11 section,
html.ie11 .size-cover-frame {
  top: auto !important;
  right: auto !important;
  bottom: auto !important;
  left: auto !important;
  -webkit-transform: none !important;
  transform: none !important
}
html.ie11 header,
html.ie11 .touch-prevent,
html.ie11 .header__logo,
html.ie11 .black-filter-anchor,
html.ie11 .sec-0-copyright,
html.ie11 .red-bg {
  display: none
}
html.ie11 section {
  margin: 0 !important
}
html.ie11 .movie-full-version {
  display: none
}
html.ie11 #sec-0 {
  height: auto
}
html.ie11 #sec-0:before {
  content: "";
  display: block;
  height: 100vh
}
html.ie11 #sec-0 .size-cover-frame {
  position: relative;
  height: auto
}
html.ie11 #sec-0 .movie-frame {
  overflow: hidden
}
html.ie11 #sec-0 #logo-filter {
  height: 100vh
}
html.ie11 #sec-0 .black-filter {
  display: none
}
html.ie11 #sec-0 #sec-0-h1 {
  position: relative;
  top: auto !important;
  right: auto !important;
  bottom: auto !important;
  left: auto !important;
  margin-right: 0 !important;
  margin-left: 0 !important;
  -webkit-transform: none !important;
  transform: none !important;
  margin: 0
}
html.ie11 #sec-0 #sec-0-h2,
html.ie11 #sec-0 #sec-0-p,
html.ie11 #sec-0 .sec-0-article-box {
  position: relative;
  top: auto !important;
  right: auto !important;
  bottom: auto !important;
  left: auto !important;
  margin-right: 0 !important;
  margin-left: 0 !important;
  -webkit-transform: none !important;
  transform: none !important
}
html.ie11 #sec-0 #sec-0-h2 *,
html.ie11 #sec-0 #sec-0-p *,
html.ie11 #sec-0 .sec-0-article-box * {
  position: relative;
  top: auto !important;
  right: auto !important;
  bottom: auto !important;
  left: auto !important;
  margin-right: 0 !important;
  margin-left: 0 !important;
  -webkit-transform: none !important;
  transform: none !important
}
html.ie11 #sec-0 #sec-0-h2 .sec-0-article-item,
html.ie11 #sec-0 #sec-0-p .sec-0-article-item,
html.ie11 #sec-0 .sec-0-article-box .sec-0-article-item {
  margin-top: 0 !important
}
html.ie11 #sec-0 #sec-0-h2 .sec-0-article-item *,
html.ie11 #sec-0 #sec-0-p .sec-0-article-item *,
html.ie11 #sec-0 .sec-0-article-box .sec-0-article-item * {
  margin-top: 0 !important
}
html.ie11 #sec-0 .sec-0-article-box {
  height: auto
}
html.ie11 #sec-0 .obi-text svg,
html.ie11 #sec-0 .obi-text:before {
  left: 0
}
html.ie11 #sec-1 .size-cover-frame,
html.ie11 #sec-1 .simu-poz,
html.ie11 #sec-1 .sec-1-carousel {
  position: relative;
  top: auto !important;
  right: auto !important;
  bottom: auto !important;
  left: auto !important;
  margin-right: 0 !important;
  margin-left: 0 !important;
  -webkit-transform: none !important;
  transform: none !important;
  height: auto
}
html.ie11 #sec-4 .sec-4-carousel {
  height: auto
}
html.ie11 #sec-4 .sec-4-carousel-in {
  position: relative
}
html.ie11 #sec-1,
html.ie11 #sec-2,
html.ie11 #sec-3,
html.ie11 #sec-4 {
  position: relative !important;
  height: inherit !important
}
html.ie11 #sec-5 {
  display: none
}
html.ie11 .footer-wrap {
  margin: 0 !important;
  background-color: #1a1311
}
@-webkit-keyframes scroll-down {
  0% {
    top: 0%
  }
  100% {
    top: calc(100% - 2px)
  }
}
@keyframes scroll-down {
  0% {
    top: 0%
  }
  100% {
    top: calc(100% - 2px)
  }
}
@-webkit-keyframes floating {
  0% {
    -webkit-transform: translate(0, 10px);
    transform: translate(0, 10px)
  }
  100% {
    -webkit-transform: translate(0, -10px);
    transform: translate(0, -10px)
  }
}
@keyframes floating {
  0% {
    -webkit-transform: translate(0, 10px);
    transform: translate(0, 10px)
  }
  100% {
    -webkit-transform: translate(0, -10px);
    transform: translate(0, -10px)
  }
}
@-webkit-keyframes scale-0-to-1 {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0)
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1)
  }
}
@keyframes scale-0-to-1 {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0)
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1)
  }
}
@-webkit-keyframes scale-1-to-0 {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1)
  }
  100% {
    -webkit-transform: scale(0);
    transform: scale(0)
  }
}
@keyframes scale-1-to-0 {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1)
  }
  100% {
    -webkit-transform: scale(0);
    transform: scale(0)
  }
}
@-webkit-keyframes show-pic {
  0% {
    opacity: 0
  }
  100% {
    opacity: 1
  }
}
@keyframes show-pic {
  0% {
    opacity: 0
  }
  100% {
    opacity: 1
  }
}
@-webkit-keyframes hide-pic {
  0% {
    opacity: 1
  }
  50% {
    opacity: 0
  }
  100% {
    opacity: 1
  }
}
@keyframes hide-pic {
  0% {
    opacity: 1
  }
  50% {
    opacity: 0
  }
  100% {
    opacity: 1
  }
}
@-webkit-keyframes blurM {
  0% {
    background: #dc000c;
    background: linear-gradient(138deg, #dc000c 0%, #80171f 100%)
  }
  33% {
    background: #dc000c;
    background: linear-gradient(138deg, #dc000c 0%, #80171f 100%)
  }
  66% {
    background: #dc000c;
    background: linear-gradient(138deg, #dc000c 0%, #80171f 100%)
  }
  100% {
    background: #dc000c;
    background: linear-gradient(138deg, #dc000c 0%, #80171f 100%)
  }
}
@keyframes blurM {
  0% {
    background: #dc000c;
    background: linear-gradient(138deg, #dc000c 0%, #80171f 100%)
  }
  33% {
    background: #dc000c;
    background: linear-gradient(138deg, #dc000c 0%, #80171f 100%)
  }
  66% {
    background: #dc000c;
    background: linear-gradient(138deg, #dc000c 0%, #80171f 100%)
  }
  100% {
    background: #dc000c;
    background: linear-gradient(138deg, #dc000c 0%, #80171f 100%)
  }
}
@-webkit-keyframes L {
  0% {
    opacity: 0.2;
    background: #de020b
  }
  33% {
    opacity: 0.4;
    background: #ab0006
  }
  66% {
    opacity: 0.12;
    background: #df1f22
  }
  100% {
    opacity: 0.2;
    background: #de020b
  }
}
@keyframes L {
  0% {
    opacity: 0.2;
    background: #de020b
  }
  33% {
    opacity: 0.4;
    background: #ab0006
  }
  66% {
    opacity: 0.12;
    background: #df1f22
  }
  100% {
    opacity: 0.2;
    background: #de020b
  }
}
@-webkit-keyframes blusS {
  0% {
    background: #dc000c;
    background: linear-gradient(138deg, #dc000c 0%, #db0034 100%)
  }
  33% {
    background: #dc000c;
    background: linear-gradient(138deg, #dc000c 0%, #db0034 100%)
  }
  66% {
    background: #dc000c;
    background: linear-gradient(138deg, #dc000c 0%, #db0034 100%)
  }
  100% {
    background: #dc000c;
    background: linear-gradient(138deg, #dc000c 0%, #db0034 100%)
  }
}
@keyframes blusS {
  0% {
    background: #dc000c;
    background: linear-gradient(138deg, #dc000c 0%, #db0034 100%)
  }
  33% {
    background: #dc000c;
    background: linear-gradient(138deg, #dc000c 0%, #db0034 100%)
  }
  66% {
    background: #dc000c;
    background: linear-gradient(138deg, #dc000c 0%, #db0034 100%)
  }
  100% {
    background: #dc000c;
    background: linear-gradient(138deg, #dc000c 0%, #db0034 100%)
  }
}
@-webkit-keyframes S {
  0% {
    background: #da0043;
    background: linear-gradient(138deg, #da0043 0%, #c10014 100%)
  }
  33% {
    background: #df020a;
    background: linear-gradient(138deg, #df020a 0%, #e24702 100%)
  }
  66% {
    background: #dc000c;
    background: linear-gradient(138deg, #dc000c 0%, #80171f 100%)
  }
  100% {
    background: #da0043;
    background: linear-gradient(138deg, #da0043 0%, #c10014 100%)
  }
}
@keyframes S {
  0% {
    background: #da0043;
    background: linear-gradient(138deg, #da0043 0%, #c10014 100%)
  }
  33% {
    background: #df020a;
    background: linear-gradient(138deg, #df020a 0%, #e24702 100%)
  }
  66% {
    background: #dc000c;
    background: linear-gradient(138deg, #dc000c 0%, #80171f 100%)
  }
  100% {
    background: #da0043;
    background: linear-gradient(138deg, #da0043 0%, #c10014 100%)
  }
}
@-webkit-keyframes M {
  0% {
    background: #da0043;
    background: linear-gradient(138deg, #da0043 0%, #c10014 100%)
  }
  33% {
    background: #df020a;
    background: linear-gradient(138deg, #df020a 0%, #e24702 100%)
  }
  66% {
    background: #dc000c;
    background: linear-gradient(138deg, #dc000c 0%, #80171f 100%)
  }
  100% {
    background: #da0043;
    background: linear-gradient(138deg, #da0043 0%, #c10014 100%)
  }
}
@keyframes M {
  0% {
    background: #da0043;
    background: linear-gradient(138deg, #da0043 0%, #c10014 100%)
  }
  33% {
    background: #df020a;
    background: linear-gradient(138deg, #df020a 0%, #e24702 100%)
  }
  66% {
    background: #dc000c;
    background: linear-gradient(138deg, #dc000c 0%, #80171f 100%)
  }
  100% {
    background: #da0043;
    background: linear-gradient(138deg, #da0043 0%, #c10014 100%)
  }
}
@-webkit-keyframes color-0 {
  0% {
    opacity: 1
  }
  100% {
    opacity: 1
  }
}
@keyframes color-0 {
  0% {
    opacity: 1
  }
  100% {
    opacity: 1
  }
}
@-webkit-keyframes color-1 {
  0% {
    opacity: 0
  }
  33% {
    opacity: 1
  }
  66% {
    opacity: 0
  }
  100% {
    opacity: 0
  }
}
@keyframes color-1 {
  0% {
    opacity: 0
  }
  33% {
    opacity: 1
  }
  66% {
    opacity: 0
  }
  100% {
    opacity: 0
  }
}
@-webkit-keyframes color-2 {
  0% {
    opacity: 0
  }
  33% {
    opacity: 0
  }
  66% {
    opacity: 1
  }
  100% {
    opacity: 0
  }
}
@keyframes color-2 {
  0% {
    opacity: 0
  }
  33% {
    opacity: 0
  }
  66% {
    opacity: 1
  }
  100% {
    opacity: 0
  }
}
.header {
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 0
}
.header .size-cover-frame {
  top: 0;
  right: 0;
  left: auto;
  height: 0;
  -webkit-transition: height 0.2s 1s;
  transition: height 0.2s 1s;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0)
}
.open .header .size-cover-frame {
  -webkit-transition: height 0s;
  transition: height 0s
}
@media (min-aspect-ratio: 1366 / 768) and (min-width: 751px) {
  .open .header .size-cover-frame {
    height: calc(100vh * ( 768 / 768 ))
  }
}
@media (max-aspect-ratio: 1366 / 768) and (min-width: 751px) {
  .open .header .size-cover-frame {
    height: calc(100vw * ( 768 / 1366 ))
  }
}
@media screen and (max-width: 750px) {
  .open .header .size-cover-frame {
    height: 100vh
  }
}
.header__underline {
  position: absolute;
  right: 0;
  width: 100vw;
  height: 1px;
  -webkit-transition: background-color 0.1s;
  transition: background-color 0.1s
}
@media (min-aspect-ratio: 1366 / 768) and (min-width: 751px) {
  .header__underline {
    top: calc(100vh * ( 135 / 768 ))
  }
}
@media (max-aspect-ratio: 1366 / 768) and (min-width: 751px) {
  .header__underline {
    top: calc(100vw * ( 135 / 1366 ))
  }
}
@media screen and (max-width: 750px) {
  .header__underline {
    background-color: rgba(234, 234, 234, 0) !important
  }
}
@media screen and (min-width: 751px) {
  .header__underline {
    background-color: #eaeaea
  }
}
.js--PCdefault .header__underline {
  background-color: #eaeaea
}
.js--NOunderline .header__underline {
  background-color: rgba(234, 234, 234, 0)
}
.header__underline.js--NOunderline_ {
  background-color: rgba(234, 234, 234, 0)
}
.header__column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}
@media (min-aspect-ratio: 375 / 800) and (max-width: 750px) {
  .header__column {
    padding-left: calc(100vh * ( 15 / 800 ))
  }
}
@media (max-aspect-ratio: 375 / 800) and (max-width: 750px) {
  .header__column {
    padding-left: calc(100vw * ( 15 / 375 ))
  }
}
@media (min-aspect-ratio: 375 / 800) and (max-width: 750px) {
  .header__column {
    padding-right: calc(100vh * ( 20 / 800 ))
  }
}
@media (max-aspect-ratio: 375 / 800) and (max-width: 750px) {
  .header__column {
    padding-right: calc(100vw * ( 20 / 375 ))
  }
}
@media (min-aspect-ratio: 375 / 800) and (max-width: 750px) {
  .header__column {
    padding-top: calc(100vh * ( 25 / 800 ))
  }
}
@media (max-aspect-ratio: 375 / 800) and (max-width: 750px) {
  .header__column {
    padding-top: calc(100vw * ( 25 / 375 ))
  }
}
@media (min-aspect-ratio: 1366 / 768) and (min-width: 751px) {
  .header__column {
    padding-left: calc(100vh * ( 70 / 768 ))
  }
}
@media (max-aspect-ratio: 1366 / 768) and (min-width: 751px) {
  .header__column {
    padding-left: calc(100vw * ( 70 / 1366 ))
  }
}
@media (min-aspect-ratio: 1366 / 768) and (min-width: 751px) {
  .header__column {
    padding-right: calc(100vh * ( 70 / 768 ))
  }
}
@media (max-aspect-ratio: 1366 / 768) and (min-width: 751px) {
  .header__column {
    padding-right: calc(100vw * ( 70 / 1366 ))
  }
}
@media (min-aspect-ratio: 1366 / 768) and (min-width: 751px) {
  .header__column {
    padding-top: calc(100vh * ( 45 / 768 ))
  }
}
@media (max-aspect-ratio: 1366 / 768) and (min-width: 751px) {
  .header__column {
    padding-top: calc(100vw * ( 45 / 1366 ))
  }
}
.header__logo {
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
  pointer-events: none !important;
  pointer-events: none;
  opacity: 0 !important;
  opacity: 0
}
.header__logo.-sp {
  pointer-events: none !important;
  opacity: 0 !important
}
.js--Showlogo .header__logo {
  pointer-events: all;
  opacity: 1
}
.header__logo div {
  display: block;
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain
}
@media (min-aspect-ratio: 375 / 800) and (max-width: 750px) {
  .header__logo div {
    width: calc(100vh * ( 130.35 / 800 ))
  }
}
@media (max-aspect-ratio: 375 / 800) and (max-width: 750px) {
  .header__logo div {
    width: calc(100vw * ( 130.35 / 375 ))
  }
}
@media (min-aspect-ratio: 375 / 800) and (max-width: 750px) {
  .header__logo div {
    height: calc(100vh * ( 43.98 / 800 ))
  }
}
@media (max-aspect-ratio: 375 / 800) and (max-width: 750px) {
  .header__logo div {
    height: calc(100vw * ( 43.98 / 375 ))
  }
}
@media (min-aspect-ratio: 1366 / 768) and (min-width: 751px) {
  .header__logo div {
    width: calc(100vh * ( 130.35 / 768 ))
  }
}
@media (max-aspect-ratio: 1366 / 768) and (min-width: 751px) {
  .header__logo div {
    width: calc(100vw * ( 130.35 / 1366 ))
  }
}
@media (min-aspect-ratio: 1366 / 768) and (min-width: 751px) {
  .header__logo div {
    height: calc(100vh * ( 43.98 / 768 ))
  }
}
@media (max-aspect-ratio: 1366 / 768) and (min-width: 751px) {
  .header__logo div {
    height: calc(100vw * ( 43.98 / 1366 ))
  }
}
.header__logo div.-hide {
  opacity: 0
}
.header__hamburger {
  position: relative;
  z-index: 10;
  font-size: 0
}
@media (min-aspect-ratio: 375 / 800) and (max-width: 750px) {
  .header__hamburger {
    width: calc(100vh * ( 44 / 800 ))
  }
}
@media (max-aspect-ratio: 375 / 800) and (max-width: 750px) {
  .header__hamburger {
    width: calc(100vw * ( 44 / 375 ))
  }
}
@media (min-aspect-ratio: 375 / 800) and (max-width: 750px) {
  .header__hamburger {
    height: calc(100vh * ( 44 / 800 ))
  }
}
@media (max-aspect-ratio: 375 / 800) and (max-width: 750px) {
  .header__hamburger {
    height: calc(100vw * ( 44 / 375 ))
  }
}
@media (min-aspect-ratio: 1366 / 768) and (min-width: 751px) {
  .header__hamburger {
    width: calc(100vh * ( 18 / 768 ))
  }
}
@media (max-aspect-ratio: 1366 / 768) and (min-width: 751px) {
  .header__hamburger {
    width: calc(100vw * ( 18 / 1366 ))
  }
}
@media (min-aspect-ratio: 1366 / 768) and (min-width: 751px) {
  .header__hamburger {
    height: calc(100vh * ( 12 / 768 ))
  }
}
@media (max-aspect-ratio: 1366 / 768) and (min-width: 751px) {
  .header__hamburger {
    height: calc(100vw * ( 12 / 1366 ))
  }
}
@media screen and (min-width: 751px) {
  .header__hamburger.-wh .gham:before {
    color: #fff
  }
}
.header.js--PCdefault .header__logo {
  pointer-events: none;
  opacity: 0
}
@media screen and (min-width: 751px) {
  .header.js--PCshow .header__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
  }
}
@media screen and (min-width: 751px) and (min-aspect-ratio: 1366 / 768) and (min-width: 751px) {
  .header.js--PCshow .header__inner {
    padding-top: calc(100vh * ( 45 / 768 ))
  }
}
@media screen and (min-width: 751px) and (max-aspect-ratio: 1366 / 768) and (min-width: 751px) {
  .header.js--PCshow .header__inner {
    padding-top: calc(100vw * ( 45 / 1366 ))
  }
}
@media screen and (min-width: 751px) and (min-aspect-ratio: 1366 / 768) and (min-width: 751px) {
  .header.js--PCshow .header__inner {
    padding-left: calc(100vh * ( 70 / 768 ))
  }
}
@media screen and (min-width: 751px) and (max-aspect-ratio: 1366 / 768) and (min-width: 751px) {
  .header.js--PCshow .header__inner {
    padding-left: calc(100vw * ( 70 / 1366 ))
  }
}
@media screen and (min-width: 751px) and (min-aspect-ratio: 1366 / 768) and (min-width: 751px) {
  .header.js--PCshow .header__inner {
    padding-right: calc(100vh * ( 70 / 768 ))
  }
}
@media screen and (min-width: 751px) and (max-aspect-ratio: 1366 / 768) and (min-width: 751px) {
  .header.js--PCshow .header__inner {
    padding-right: calc(100vw * ( 70 / 1366 ))
  }
}
@media screen and (min-width: 751px) {
  .header.js--PCshow .header__column {
    display: inherit;
    padding: 0
  }
  .header.js--PCshow .header__hamburger {
    display: none
  }
  .header.js--PCshow #gnav {
    position: relative;
    pointer-events: visible
  }
  .header.js--PCshow #gnav:before {
    display: none
  }
  .header.js--PCshow #gnav #gnav-bg {
    display: none
  }
  .header.js--PCshow #gnav #gnav-main {
    width: auto;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1
  }
  .header.js--PCshow #gnav-ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    height: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
  }
}
@media screen and (min-width: 751px) and (min-aspect-ratio: 1366 / 768) and (min-width: 751px) {
  .header.js--PCshow #gnav-ul li {
    font-size: calc(100vh * ( 15 / 768 ))
  }
}
@media screen and (min-width: 751px) and (max-aspect-ratio: 1366 / 768) and (min-width: 751px) {
  .header.js--PCshow #gnav-ul li {
    font-size: calc(100vw * ( 15 / 1366 ))
  }
}
@media screen and (min-width: 751px) {
  .header.js--PCshow #gnav-ul li + li {
    margin-top: 0;
    margin-left: 3.8em
  }
  .header.js--PCshow #gnav-ul li#menu-item-5 a {
    font-weight: 300
  }
  .header.js--PCshow #gnav-ul a {
    font-family: 'Jost',sans-serif;
    font-weight: 200;
    font-style: italic;
    text-decoration: none;
    color: #fff
  }
  .header.js--PCshow #gnav-ul span {
    display: none
  }
  .header.js--PCdefault #gnav-ul a {
    color: #231f20
  }
}
#gnav {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none
}
#gnav:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 200vw;
  height: 200vh;
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  pointer-events: none;
  opacity: 0;
  background-color: rgba(0, 0, 0, 0.7)
}
#gnav[aria-hidden="false"] {
  pointer-events: visible
}
#gnav[aria-hidden="false"]:before {
  opacity: 1
}
#gnav[aria-hidden="false"] #gnav-bg:before {
  width: 100%;
  height: 100%
}
#gnav[aria-hidden="false"] #gnav-main {
  -webkit-transform: translateX(0);
  transform: translateX(0);
  opacity: 1
}
#gnav-bg {
  position: absolute
}
@media (min-aspect-ratio: 1366 / 768) and (min-width: 751px) {
  #gnav-bg {
    width: calc(100vh * ( 1100 / 768 ))
  }
}
@media (max-aspect-ratio: 1366 / 768) and (min-width: 751px) {
  #gnav-bg {
    width: calc(100vw * ( 1100 / 1366 ))
  }
}
@media (min-aspect-ratio: 1366 / 768) and (min-width: 751px) {
  #gnav-bg {
    height: calc(100vh * ( 1100 / 768 ))
  }
}
@media (max-aspect-ratio: 1366 / 768) and (min-width: 751px) {
  #gnav-bg {
    height: calc(100vw * ( 1100 / 1366 ))
  }
}
@media screen and (max-width: 750px) {
  #gnav-bg {
    width: 100vh;
    height: 100vh
  }
}
@media screen and (max-width: 750px) {
  #gnav-bg {
    top: 50%;
    left: calc(100% * (30/375));
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%)
  }
}
@media screen and (min-width: 751px) {
  #gnav-bg {
    top: 50%;
    left: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%)
  }
}
#gnav-bg:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 0;
  height: 0;
  will-change: transform;
  -webkit-transition: width .3s,height .3s;
  transition: width .3s,height .3s;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border-radius: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(#c10014), to(#94111c));
  background: linear-gradient(#c10014 0%, #94111c 100%)
}
#gnav .container {
  height: 100%
}
#gnav-main {
  float: right;
  width: 61.33333%;
  height: 100%;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  opacity: 0
}
@media screen and (min-width: 751px) {
  #gnav-main {
    width: 35.65154%
  }
}
.is-open #gnav-main {
  -webkit-transition: opacity .2s,-webkit-transform .7s;
  transition: opacity .2s,-webkit-transform .7s;
  transition: transform .7s,opacity .2s;
  transition: transform .7s,opacity .2s,-webkit-transform .7s
}
.js--PCshow #gnav-main {
  -webkit-transition: opacity .2s,-webkit-transform .7s;
  transition: opacity .2s,-webkit-transform .7s;
  transition: transform .7s,opacity .2s;
  transition: transform .7s,opacity .2s,-webkit-transform .7s
}
#gnav-ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}
#gnav-ul li {
  line-height: 1
}
@media (min-aspect-ratio: 375 / 800) and (max-width: 750px) {
  #gnav-ul li {
    font-size: calc(100vh * ( 30 / 800 ))
  }
}
@media (max-aspect-ratio: 375 / 800) and (max-width: 750px) {
  #gnav-ul li {
    font-size: calc(100vw * ( 30 / 375 ))
  }
}
@media (min-aspect-ratio: 1366 / 768) and (min-width: 751px) {
  #gnav-ul li {
    font-size: calc(100vh * ( 38 / 768 ))
  }
}
@media (max-aspect-ratio: 1366 / 768) and (min-width: 751px) {
  #gnav-ul li {
    font-size: calc(100vw * ( 38 / 1366 ))
  }
}
#gnav-ul li + li {
  margin-top: 1em
}
@media screen and (max-width: 750px) {
  #gnav-ul li a {
    position: relative;
    display: inline-block;
    background-color: transparent
  }
}
#gnav-ul a {
  font-weight: normal;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
  text-decoration: none;
  color: #fff;
  outline: none
}
@media (min-aspect-ratio: 375 / 800) and (max-width: 750px) {
  #gnav-ul a {
    font-size: calc(100vh * ( 26 / 800 ))
  }
}
@media (max-aspect-ratio: 375 / 800) and (max-width: 750px) {
  #gnav-ul a {
    font-size: calc(100vw * ( 26 / 375 ))
  }
}
@media (min-aspect-ratio: 1366 / 768) and (min-width: 751px) {
  #gnav-ul a {
    font-size: calc(100vh * ( 32 / 768 ))
  }
}
@media (max-aspect-ratio: 1366 / 768) and (min-width: 751px) {
  #gnav-ul a {
    font-size: calc(100vw * ( 32 / 1366 ))
  }
}
@media screen and (min-width: 751px) {
  .js--PCshow #gnav-ul a {
    font-size: 15px
  }
}
#gnav-ul a:hover {
  opacity: 0.7
}
#gnav-ul span {
  display: inline-block;
  min-width: 2em;
  font-family: 'Jost',sans-serif;
  font-weight: 200;
  font-weight: 400;
  font-style: italic;
  line-height: 1.25
}
@media (min-aspect-ratio: 375 / 800) and (max-width: 750px) {
  #gnav-ul span {
    font-size: calc(100vh * ( 24 / 800 ))
  }
}
@media (max-aspect-ratio: 375 / 800) and (max-width: 750px) {
  #gnav-ul span {
    font-size: calc(100vw * ( 24 / 375 ))
  }
}
@media (min-aspect-ratio: 1366 / 768) and (min-width: 751px) {
  #gnav-ul span {
    font-size: calc(100vh * ( 28 / 768 ))
  }
}
@media (max-aspect-ratio: 1366 / 768) and (min-width: 751px) {
  #gnav-ul span {
    font-size: calc(100vw * ( 28 / 1366 ))
  }
}
.gham {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  border: none;
  outline: none;
  background: none
}
@media screen and (max-width: 750px) {
  .gham:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    width: 100%;
    height: 100%;
    -webkit-transition: all .2s;
    transition: all .2s;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    border-radius: 50%;
    background: #fff;
    -webkit-filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.16));
    filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.16))
  }
  .gham:not(.js--close):before {
    width: 0;
    height: 0
  }
}
@media screen and (min-width: 751px) {
  .gham:before {
    content: 'Menu';
    position: absolute;
    top: 50%;
    right: 100%;
    margin-right: 19.5px;
    font-family: 'Jost',sans-serif;
    font-weight: 200;
    font-style: italic;
    line-height: 1;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #ea0009
  }
}
@media screen and (min-width: 751px) and (min-aspect-ratio: 1366 / 768) and (min-width: 751px) {
  .gham:before {
    font-size: calc(100vh * ( 24 / 768 ))
  }
}
@media screen and (min-width: 751px) and (max-aspect-ratio: 1366 / 768) and (min-width: 751px) {
  .gham:before {
    font-size: calc(100vw * ( 24 / 1366 ))
  }
}
@media screen and (min-width: 751px) {
  .open .gham:before {
    content: 'Close';
    color: #fff
  }
}
.gham--inner {
  position: absolute;
  z-index: 999;
  top: 50%;
  left: 50%;
  -webkit-transition: all .2s;
  transition: all .2s;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%)
}
@media (min-aspect-ratio: 375 / 800) and (max-width: 750px) {
  .gham--inner {
    width: calc(100vh * ( 18 / 800 ))
  }
}
@media (max-aspect-ratio: 375 / 800) and (max-width: 750px) {
  .gham--inner {
    width: calc(100vw * ( 18 / 375 ))
  }
}
@media (min-aspect-ratio: 375 / 800) and (max-width: 750px) {
  .gham--inner {
    height: calc(100vh * ( 12 / 800 ))
  }
}
@media (max-aspect-ratio: 375 / 800) and (max-width: 750px) {
  .gham--inner {
    height: calc(100vw * ( 12 / 375 ))
  }
}
@media (min-aspect-ratio: 1366 / 768) and (min-width: 751px) {
  .gham--inner {
    width: calc(100vh * ( 26 / 768 ))
  }
}
@media (max-aspect-ratio: 1366 / 768) and (min-width: 751px) {
  .gham--inner {
    width: calc(100vw * ( 26 / 1366 ))
  }
}
@media (min-aspect-ratio: 1366 / 768) and (min-width: 751px) {
  .gham--inner {
    height: calc(100vh * ( 12 / 768 ))
  }
}
@media (max-aspect-ratio: 1366 / 768) and (min-width: 751px) {
  .gham--inner {
    height: calc(100vw * ( 12 / 1366 ))
  }
}
.gham--line {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  margin: auto;
  -webkit-transition: inherit;
  transition: inherit;
  border-radius: 1px;
  background-color: #d71920
}
@media screen and (min-width: 751px) {
  .header__hamburger.-wh .gham--line {
    background-color: #fff
  }
}
.gham--line::before,
.gham--line::after {
  content: '';
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  -webkit-transition: inherit;
  transition: inherit;
  border-radius: 1px;
  background-color: inherit;
  background-color: #d71920
}
@media screen and (min-width: 751px) {
  .header__hamburger.-wh .gham--line::before,
  .header__hamburger.-wh
    .gham--line::after {
    background-color: #fff
  }
}
@media (min-aspect-ratio: 375 / 800) and (max-width: 750px) {
  .gham--line::before {
    top: calc(100vh * ( -6 / 800 ))
  }
}
@media (max-aspect-ratio: 375 / 800) and (max-width: 750px) {
  .gham--line::before {
    top: calc(100vw * ( -6 / 375 ))
  }
}
@media (min-aspect-ratio: 1366 / 768) and (min-width: 751px) {
  .gham--line::before {
    top: calc(100vh * ( -6 / 768 ))
  }
}
@media (max-aspect-ratio: 1366 / 768) and (min-width: 751px) {
  .gham--line::before {
    top: calc(100vw * ( -6 / 1366 ))
  }
}
@media (min-aspect-ratio: 375 / 800) and (max-width: 750px) {
  .gham--line::after {
    top: calc(100vh * ( 6 / 800 ))
  }
}
@media (max-aspect-ratio: 375 / 800) and (max-width: 750px) {
  .gham--line::after {
    top: calc(100vw * ( 6 / 375 ))
  }
}
@media (min-aspect-ratio: 1366 / 768) and (min-width: 751px) {
  .gham--line::after {
    top: calc(100vh * ( 6 / 768 ))
  }
}
@media (max-aspect-ratio: 1366 / 768) and (min-width: 751px) {
  .gham--line::after {
    top: calc(100vw * ( 6 / 1366 ))
  }
}
.gham:not(.js--close) .gham--line {
  background-color: transparent
}
.gham:not(.js--close) .gham--line::before,
.gham:not(.js--close) .gham--line::after {
  top: 0;
  background-color: #fff
}
.gham:not(.js--close) .gham--line::before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg)
}
.gham:not(.js--close) .gham--line::after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg)
}
.c-visuallyHidden {
  position: absolute;
  overflow: hidden;
  clip: rect(0 0 0 0);
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  white-space: nowrap;
  text-indent: 100%;
  border: 0;
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%)
}
.footer-wrap {
  position: relative;
  z-index: 1;
  color: #fff
}
@media screen and (max-width: 750px) {
  .footer-wrap {
    margin-top: -90vh
  }
}
@media screen and (min-width: 751px) {
  .footer-wrap {
    margin-top: -90vh
  }
}
.footer-wrap .container {
  -webkit-box-sizing: content-box;
  box-sizing: content-box
}
@media (min-aspect-ratio: 375 / 800) and (max-width: 750px) {
  .footer-wrap .container {
    padding-right: calc(100vh * ( 25 / 800 ))
  }
}
@media (max-aspect-ratio: 375 / 800) and (max-width: 750px) {
  .footer-wrap .container {
    padding-right: calc(100vw * ( 25 / 375 ))
  }
}
@media (min-aspect-ratio: 375 / 800) and (max-width: 750px) {
  .footer-wrap .container {
    padding-left: calc(100vh * ( 25 / 800 ))
  }
}
@media (max-aspect-ratio: 375 / 800) and (max-width: 750px) {
  .footer-wrap .container {
    padding-left: calc(100vw * ( 25 / 375 ))
  }
}
@media (min-aspect-ratio: 1366 / 768) and (min-width: 751px) {
  .footer-wrap .container {
    padding-right: calc(100vh * ( 130 / 768 ))
  }
}
@media (max-aspect-ratio: 1366 / 768) and (min-width: 751px) {
  .footer-wrap .container {
    padding-right: calc(100vw * ( 130 / 1366 ))
  }
}
@media (min-aspect-ratio: 1366 / 768) and (min-width: 751px) {
  .footer-wrap .container {
    padding-left: calc(100vh * ( 130 / 768 ))
  }
}
@media (max-aspect-ratio: 1366 / 768) and (min-width: 751px) {
  .footer-wrap .container {
    padding-left: calc(100vw * ( 130 / 1366 ))
  }
}
@media (min-aspect-ratio: 375 / 800) and (max-width: 750px) {
  .footer-sns,
  .footer-product {
    padding-top: calc(100vh * ( 70 / 800 ))
  }
}
@media (max-aspect-ratio: 375 / 800) and (max-width: 750px) {
  .footer-sns,
  .footer-product {
    padding-top: calc(100vw * ( 70 / 375 ))
  }
}
@media (min-aspect-ratio: 1366 / 768) and (min-width: 751px) {
  .footer-sns,
  .footer-product {
    padding-top: calc(100vh * ( 100 / 768 ))
  }
}
@media (max-aspect-ratio: 1366 / 768) and (min-width: 751px) {
  .footer-sns,
  .footer-product {
    padding-top: calc(100vw * ( 100 / 1366 ))
  }
}
.footer-sns__ttl,
.footer-product__ttl {
  position: relative;
  font-family: 'Jost',sans-serif;
  font-weight: 200;
  font-style: italic;
  line-height: 1;
  pointer-events: none
}
@media (min-aspect-ratio: 375 / 800) and (max-width: 750px) {
  .footer-sns__ttl,
  .footer-product__ttl {
    font-size: calc(100vh * ( 70 / 800 ))
  }
}
@media (max-aspect-ratio: 375 / 800) and (max-width: 750px) {
  .footer-sns__ttl,
  .footer-product__ttl {
    font-size: calc(100vw * ( 70 / 375 ))
  }
}
@media (min-aspect-ratio: 1366 / 768) and (min-width: 751px) {
  .footer-sns__ttl,
  .footer-product__ttl {
    font-size: calc(100vh * ( 100 / 768 ))
  }
}
@media (max-aspect-ratio: 1366 / 768) and (min-width: 751px) {
  .footer-sns__ttl,
  .footer-product__ttl {
    font-size: calc(100vw * ( 100 / 1366 ))
  }
}
.footer-sns__ttl span,
.footer-product__ttl span {
  font-weight: 200
}
.footer-sns__ttl:before,
.footer-product__ttl:before {
  position: absolute;
  display: block;
  opacity: 0.15
}
.footer-sns__ttl {
  text-align: right
}
.footer-sns__ttl:before {
  content: 'SNS';
  top: 70%;
  right: 3%
}
@media (min-aspect-ratio: 375 / 800) and (max-width: 750px) {
  .footer-sns__list {
    margin-top: calc(100vh * ( 25 / 800 ))
  }
}
@media (max-aspect-ratio: 375 / 800) and (max-width: 750px) {
  .footer-sns__list {
    margin-top: calc(100vw * ( 25 / 375 ))
  }
}
@media (min-aspect-ratio: 1366 / 768) and (min-width: 751px) {
  .footer-sns__list {
    margin-top: calc(100vh * ( 50 / 768 ))
  }
}
@media (max-aspect-ratio: 1366 / 768) and (min-width: 751px) {
  .footer-sns__list {
    margin-top: calc(100vw * ( 50 / 1366 ))
  }
}
.footer-sns__list li {
  border-bottom: 1px solid
}
@media (min-aspect-ratio: 375 / 800) and (max-width: 750px) {
  .footer-sns__list li {
    padding-bottom: calc(100vh * ( 40 / 800 ))
  }
}
@media (max-aspect-ratio: 375 / 800) and (max-width: 750px) {
  .footer-sns__list li {
    padding-bottom: calc(100vw * ( 40 / 375 ))
  }
}
@media (min-aspect-ratio: 1366 / 768) and (min-width: 751px) {
  .footer-sns__list li {
    padding-bottom: calc(100vh * ( 48 / 768 ))
  }
}
@media (max-aspect-ratio: 1366 / 768) and (min-width: 751px) {
  .footer-sns__list li {
    padding-bottom: calc(100vw * ( 48 / 1366 ))
  }
}
.footer-sns__list li:last-child {
  border-bottom: none
}
@media (min-aspect-ratio: 375 / 800) and (max-width: 750px) {
  .footer-sns__list li + li {
    margin-top: calc(100vh * ( 38 / 800 ))
  }
}
@media (max-aspect-ratio: 375 / 800) and (max-width: 750px) {
  .footer-sns__list li + li {
    margin-top: calc(100vw * ( 38 / 375 ))
  }
}
@media (min-aspect-ratio: 1366 / 768) and (min-width: 751px) {
  .footer-sns__list li + li {
    margin-top: calc(100vh * ( 38 / 768 ))
  }
}
@media (max-aspect-ratio: 1366 / 768) and (min-width: 751px) {
  .footer-sns__list li + li {
    margin-top: calc(100vw * ( 38 / 1366 ))
  }
}
.footer-sns__list li a {
  text-decoration: none;
  color: #fff;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}
@media screen and (min-width: 751px) {
  .footer-sns__list li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
  }
}
.footer-sns__list li a:hover {
  opacity: 0.6
}
@media (min-aspect-ratio: 375 / 800) and (max-width: 750px) {
  .footer-sns__list li .footer-icon {
    width: calc(100vh * ( 120 / 800 ))
  }
}
@media (max-aspect-ratio: 375 / 800) and (max-width: 750px) {
  .footer-sns__list li .footer-icon {
    width: calc(100vw * ( 120 / 375 ))
  }
}
@media (min-aspect-ratio: 375 / 800) and (max-width: 750px) {
  .footer-sns__list li .footer-icon {
    height: calc(100vh * ( 120 / 800 ))
  }
}
@media (max-aspect-ratio: 375 / 800) and (max-width: 750px) {
  .footer-sns__list li .footer-icon {
    height: calc(100vw * ( 120 / 375 ))
  }
}
@media (min-aspect-ratio: 1366 / 768) and (min-width: 751px) {
  .footer-sns__list li .footer-icon {
    width: calc(100vh * ( 144 / 768 ))
  }
}
@media (max-aspect-ratio: 1366 / 768) and (min-width: 751px) {
  .footer-sns__list li .footer-icon {
    width: calc(100vw * ( 144 / 1366 ))
  }
}
@media (min-aspect-ratio: 1366 / 768) and (min-width: 751px) {
  .footer-sns__list li .footer-icon {
    height: calc(100vh * ( 144 / 768 ))
  }
}
@media (max-aspect-ratio: 1366 / 768) and (min-width: 751px) {
  .footer-sns__list li .footer-icon {
    height: calc(100vw * ( 144 / 1366 ))
  }
}
@media (min-aspect-ratio: 1366 / 768) and (min-width: 751px) {
  .footer-sns__list li .footer-icon {
    padding-right: calc(100vh * ( 24 / 768 ))
  }
}
@media (max-aspect-ratio: 1366 / 768) and (min-width: 751px) {
  .footer-sns__list li .footer-icon {
    padding-right: calc(100vw * ( 24 / 1366 ))
  }
}
@media screen and (max-width: 750px) {
  .footer-sns__list li .footer-icon {
    position: relative;
    display: block;
    margin: 0 auto 0
  }
}
.footer-sns__list li dl {
  position: relative
}
.footer-sns__list li dt {
  position: relative;
  line-height: 1
}
@media screen and (max-width: 750px) {
  .footer-sns__list li dt {
    text-align: center
  }
}
.footer-sns__list li dt.-line .font-Jost:before {
  background-image: url(../images/icon/footer-line.svg)
}
.footer-sns__list li dt.-twitter .font-Jost:before {
  background-image: url(../images/icon/footer-twitter.svg)
}
.footer-sns__list li dt.-instagram .font-Jost:before {
  background-image: url(../images/icon/footer-instagram.svg)
}
@media (min-aspect-ratio: 375 / 800) and (max-width: 750px) {
  .footer-sns__list li dt p {
    font-size: calc(100vh * ( 15 / 800 ))
  }
}
@media (max-aspect-ratio: 375 / 800) and (max-width: 750px) {
  .footer-sns__list li dt p {
    font-size: calc(100vw * ( 15 / 375 ))
  }
}
@media (min-aspect-ratio: 1366 / 768) and (min-width: 751px) {
  .footer-sns__list li dt p {
    font-size: calc(100vh * ( 16 / 768 ))
  }
}
@media (max-aspect-ratio: 1366 / 768) and (min-width: 751px) {
  .footer-sns__list li dt p {
    font-size: calc(100vw * ( 16 / 1366 ))
  }
}
.footer-sns__list li dt p.font-Jost {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 300;
  font-style: italic
}
@media (min-aspect-ratio: 375 / 800) and (max-width: 750px) {
  .footer-sns__list li dt p.font-Jost {
    font-size: calc(100vh * ( 24 / 800 ))
  }
}
@media (max-aspect-ratio: 375 / 800) and (max-width: 750px) {
  .footer-sns__list li dt p.font-Jost {
    font-size: calc(100vw * ( 24 / 375 ))
  }
}
@media (min-aspect-ratio: 375 / 800) and (max-width: 750px) {
  .footer-sns__list li dt p.font-Jost {
    margin-top: calc(100vh * ( 24 / 800 ))
  }
}
@media (max-aspect-ratio: 375 / 800) and (max-width: 750px) {
  .footer-sns__list li dt p.font-Jost {
    margin-top: calc(100vw * ( 24 / 375 ))
  }
}
@media (min-aspect-ratio: 375 / 800) and (max-width: 750px) {
  .footer-sns__list li dt p.font-Jost {
    margin-bottom: calc(100vh * ( 16 / 800 ))
  }
}
@media (max-aspect-ratio: 375 / 800) and (max-width: 750px) {
  .footer-sns__list li dt p.font-Jost {
    margin-bottom: calc(100vw * ( 16 / 375 ))
  }
}
@media (min-aspect-ratio: 1366 / 768) and (min-width: 751px) {
  .footer-sns__list li dt p.font-Jost {
    font-size: calc(100vh * ( 24 / 768 ))
  }
}
@media (max-aspect-ratio: 1366 / 768) and (min-width: 751px) {
  .footer-sns__list li dt p.font-Jost {
    font-size: calc(100vw * ( 24 / 1366 ))
  }
}
@media (min-aspect-ratio: 1366 / 768) and (min-width: 751px) {
  .footer-sns__list li dt p.font-Jost {
    margin-bottom: calc(100vh * ( 24 / 768 ))
  }
}
@media (max-aspect-ratio: 1366 / 768) and (min-width: 751px) {
  .footer-sns__list li dt p.font-Jost {
    margin-bottom: calc(100vw * ( 24 / 1366 ))
  }
}
@media screen and (max-width: 750px) {
  .footer-sns__list li dt p.font-Jost {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
  }
}
.footer-sns__list li dt p.font-Jost:before {
  content: "";
  position: relative;
  display: inline-block;
  background-repeat: no-repeat;
  background-size: contain
}
@media (min-aspect-ratio: 375 / 800) and (max-width: 750px) {
  .footer-sns__list li dt p.font-Jost:before {
    width: calc(100vh * ( 40 / 800 ))
  }
}
@media (max-aspect-ratio: 375 / 800) and (max-width: 750px) {
  .footer-sns__list li dt p.font-Jost:before {
    width: calc(100vw * ( 40 / 375 ))
  }
}
@media (min-aspect-ratio: 375 / 800) and (max-width: 750px) {
  .footer-sns__list li dt p.font-Jost:before {
    height: calc(100vh * ( 40 / 800 ))
  }
}
@media (max-aspect-ratio: 375 / 800) and (max-width: 750px) {
  .footer-sns__list li dt p.font-Jost:before {
    height: calc(100vw * ( 40 / 375 ))
  }
}
@media (min-aspect-ratio: 375 / 800) and (max-width: 750px) {
  .footer-sns__list li dt p.font-Jost:before {
    margin-right: calc(100vh * ( 16 / 800 ))
  }
}
@media (max-aspect-ratio: 375 / 800) and (max-width: 750px) {
  .footer-sns__list li dt p.font-Jost:before {
    margin-right: calc(100vw * ( 16 / 375 ))
  }
}
@media (min-aspect-ratio: 1366 / 768) and (min-width: 751px) {
  .footer-sns__list li dt p.font-Jost:before {
    width: calc(100vh * ( 40 / 768 ))
  }
}
@media (max-aspect-ratio: 1366 / 768) and (min-width: 751px) {
  .footer-sns__list li dt p.font-Jost:before {
    width: calc(100vw * ( 40 / 1366 ))
  }
}
@media (min-aspect-ratio: 1366 / 768) and (min-width: 751px) {
  .footer-sns__list li dt p.font-Jost:before {
    height: calc(100vh * ( 40 / 768 ))
  }
}
@media (max-aspect-ratio: 1366 / 768) and (min-width: 751px) {
  .footer-sns__list li dt p.font-Jost:before {
    height: calc(100vw * ( 40 / 1366 ))
  }
}
@media (min-aspect-ratio: 1366 / 768) and (min-width: 751px) {
  .footer-sns__list li dt p.font-Jost:before {
    margin-right: calc(100vh * ( 16 / 768 ))
  }
}
@media (max-aspect-ratio: 1366 / 768) and (min-width: 751px) {
  .footer-sns__list li dt p.font-Jost:before {
    margin-right: calc(100vw * ( 16 / 1366 ))
  }
}
.footer-sns__list li dt p.font-gothic {
  font-weight: bold
}
@media (min-aspect-ratio: 375 / 800) and (max-width: 750px) {
  .footer-sns__list li dt p.font-gothic {
    font-size: calc(100vh * ( 24 / 800 ))
  }
}
@media (max-aspect-ratio: 375 / 800) and (max-width: 750px) {
  .footer-sns__list li dt p.font-gothic {
    font-size: calc(100vw * ( 24 / 375 ))
  }
}
@media (min-aspect-ratio: 1366 / 768) and (min-width: 751px) {
  .footer-sns__list li dt p.font-gothic {
    font-size: calc(100vh * ( 24 / 768 ))
  }
}
@media (max-aspect-ratio: 1366 / 768) and (min-width: 751px) {
  .footer-sns__list li dt p.font-gothic {
    font-size: calc(100vw * ( 24 / 1366 ))
  }
}
@media screen and (max-width: 750px) {
  .footer-sns__list li dt p.font-gothic {
    line-height: 1.66667
  }
}
.footer-sns__list li dt:before,
.footer-sns__list li dt:after {
  content: '';
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain
}
@media (min-aspect-ratio: 375 / 800) and (max-width: 750px) {
  .footer-sns__list li dt:after {
    width: calc(100vh * ( 9 / 800 ))
  }
}
@media (max-aspect-ratio: 375 / 800) and (max-width: 750px) {
  .footer-sns__list li dt:after {
    width: calc(100vw * ( 9 / 375 ))
  }
}
@media (min-aspect-ratio: 375 / 800) and (max-width: 750px) {
  .footer-sns__list li dt:after {
    height: calc(100vh * ( 9 / 800 ))
  }
}
@media (max-aspect-ratio: 375 / 800) and (max-width: 750px) {
  .footer-sns__list li dt:after {
    height: calc(100vw * ( 9 / 375 ))
  }
}
@media (min-aspect-ratio: 375 / 800) and (max-width: 750px) {
  .footer-sns__list li dt:after {
    right: calc(100vh * ( 20 / 800 ))
  }
}
@media (max-aspect-ratio: 375 / 800) and (max-width: 750px) {
  .footer-sns__list li dt:after {
    right: calc(100vw * ( 20 / 375 ))
  }
}
@media screen and (max-width: 750px) {
  .footer-sns__list li dt:after {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
  }
}
@media (min-aspect-ratio: 375 / 800) and (max-width: 750px) {
  .footer-sns__list li dd {
    font-size: calc(100vh * ( 16 / 800 ))
  }
}
@media (max-aspect-ratio: 375 / 800) and (max-width: 750px) {
  .footer-sns__list li dd {
    font-size: calc(100vw * ( 16 / 375 ))
  }
}
@media (min-aspect-ratio: 375 / 800) and (max-width: 750px) {
  .footer-sns__list li dd {
    margin-top: calc(100vh * ( 7 / 800 ))
  }
}
@media (max-aspect-ratio: 375 / 800) and (max-width: 750px) {
  .footer-sns__list li dd {
    margin-top: calc(100vw * ( 7 / 375 ))
  }
}
@media (min-aspect-ratio: 1366 / 768) and (min-width: 751px) {
  .footer-sns__list li dd {
    line-height: calc(100vh * ( 34 / 768 ))
  }
}
@media (max-aspect-ratio: 1366 / 768) and (min-width: 751px) {
  .footer-sns__list li dd {
    line-height: calc(100vw * ( 34 / 1366 ))
  }
}
@media (min-aspect-ratio: 1366 / 768) and (min-width: 751px) {
  .footer-sns__list li dd {
    margin-top: calc(100vh * ( 7 / 768 ))
  }
}
@media (max-aspect-ratio: 1366 / 768) and (min-width: 751px) {
  .footer-sns__list li dd {
    margin-top: calc(100vw * ( 7 / 1366 ))
  }
}
@media screen and (max-width: 750px) {
  .footer-sns__list li dd {
    line-height: 2.125
  }
}
.footer-sns__list li .at-span {
  display: block;
  line-height: 1
}
@media (min-aspect-ratio: 375 / 800) and (max-width: 750px) {
  .footer-sns__list li .at-span {
    line-height: calc(100vh * ( 34 / 800 ))
  }
}
@media (max-aspect-ratio: 375 / 800) and (max-width: 750px) {
  .footer-sns__list li .at-span {
    line-height: calc(100vw * ( 34 / 375 ))
  }
}
@media (min-aspect-ratio: 375 / 800) and (max-width: 750px) {
  .footer-sns__list li .at-span {
    padding-top: calc(100vh * ( 6 / 800 ))
  }
}
@media (max-aspect-ratio: 375 / 800) and (max-width: 750px) {
  .footer-sns__list li .at-span {
    padding-top: calc(100vw * ( 6 / 375 ))
  }
}
@media (min-aspect-ratio: 1366 / 768) and (min-width: 751px) {
  .footer-sns__list li .at-span {
    line-height: calc(100vh * ( 34 / 768 ))
  }
}
@media (max-aspect-ratio: 1366 / 768) and (min-width: 751px) {
  .footer-sns__list li .at-span {
    line-height: calc(100vw * ( 34 / 1366 ))
  }
}
.footer {
  position: relative;
  overflow: hidden
}
@media (min-aspect-ratio: 375 / 800) and (max-width: 750px) {
  .footer {
    padding-top: calc(100vh * ( 31 / 800 ))
  }
}
@media (max-aspect-ratio: 375 / 800) and (max-width: 750px) {
  .footer {
    padding-top: calc(100vw * ( 31 / 375 ))
  }
}
@media (min-aspect-ratio: 375 / 800) and (max-width: 750px) {
  .footer {
    padding-bottom: calc(100vh * ( 145 / 800 ))
  }
}
@media (max-aspect-ratio: 375 / 800) and (max-width: 750px) {
  .footer {
    padding-bottom: calc(100vw * ( 145 / 375 ))
  }
}
@media (min-aspect-ratio: 1366 / 768) and (min-width: 751px) {
  .footer {
    padding-top: calc(100vh * ( 83 / 768 ))
  }
}
@media (max-aspect-ratio: 1366 / 768) and (min-width: 751px) {
  .footer {
    padding-top: calc(100vw * ( 83 / 1366 ))
  }
}
@media (min-aspect-ratio: 1366 / 768) and (min-width: 751px) {
  .footer {
    padding-bottom: calc(100vh * ( 70 / 768 ))
  }
}
@media (max-aspect-ratio: 1366 / 768) and (min-width: 751px) {
  .footer {
    padding-bottom: calc(100vw * ( 70 / 1366 ))
  }
}
@media screen and (max-width: 750px) {
  .footer {
    z-index: -1;
    overflow: visible;
    background-color: #1a1311
  }
  .footer:before {
    content: "";
    position: absolute;
    top: -99%;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #1a1311
  }
}
.footer__inner {
  position: relative
}
@media (min-aspect-ratio: 375 / 800) and (max-width: 750px) {
  .footer__inner {
    padding-top: calc(100vh * ( 30 / 800 ))
  }
}
@media (max-aspect-ratio: 375 / 800) and (max-width: 750px) {
  .footer__inner {
    padding-top: calc(100vw * ( 30 / 375 ))
  }
}
@media (min-aspect-ratio: 1366 / 768) and (min-width: 751px) {
  .footer__inner {
    width: calc(100vh * ( 420 / 768 ))
  }
}
@media (max-aspect-ratio: 1366 / 768) and (min-width: 751px) {
  .footer__inner {
    width: calc(100vw * ( 420 / 1366 ))
  }
}
.footer__logo {
  font-size: 0
}
@media (min-aspect-ratio: 375 / 800) and (max-width: 750px) {
  .footer__logo {
    width: calc(100vh * ( 100 / 800 ))
  }
}
@media (max-aspect-ratio: 375 / 800) and (max-width: 750px) {
  .footer__logo {
    width: calc(100vw * ( 100 / 375 ))
  }
}
@media (min-aspect-ratio: 1366 / 768) and (min-width: 751px) {
  .footer__logo {
    width: calc(100vh * ( 200 / 768 ))
  }
}
@media (max-aspect-ratio: 1366 / 768) and (min-width: 751px) {
  .footer__logo {
    width: calc(100vw * ( 200 / 1366 ))
  }
}
@media (min-aspect-ratio: 1366 / 768) and (min-width: 751px) {
  .footer__logo {
    margin-left: calc(100vh * ( 361 / 768 ))
  }
}
@media (max-aspect-ratio: 1366 / 768) and (min-width: 751px) {
  .footer__logo {
    margin-left: calc(100vw * ( 361 / 1366 ))
  }
}
@media screen and (max-width: 750px) {
  .footer__logo {
    position: absolute;
    top: 0;
    right: 0
  }
}
.footer__logo img {
  width: 100%
}
.footer__nav li {
  line-height: 1
}
@media (min-aspect-ratio: 375 / 800) and (max-width: 750px) {
  .footer__nav li {
    font-size: calc(100vh * ( 10 / 800 ))
  }
}
@media (max-aspect-ratio: 375 / 800) and (max-width: 750px) {
  .footer__nav li {
    font-size: calc(100vw * ( 10 / 375 ))
  }
}
@media (min-aspect-ratio: 1366 / 768) and (min-width: 751px) {
  .footer__nav li {
    font-size: calc(100vh * ( 12 / 768 ))
  }
}
@media (max-aspect-ratio: 1366 / 768) and (min-width: 751px) {
  .footer__nav li {
    font-size: calc(100vw * ( 12 / 1366 ))
  }
}
.footer__nav li + li {
  margin-top: 1.5em
}
.footer__nav a {
  text-decoration: none;
  color: #fff
}
.footer__nav a:hover {
  text-decoration: underline
}
.copyright {
  font-family: 'Jost',sans-serif;
  font-weight: 200;
  font-style: italic
}
@media (min-aspect-ratio: 375 / 800) and (max-width: 750px) {
  .copyright {
    font-size: calc(100vh * ( 12 / 800 ))
  }
}
@media (max-aspect-ratio: 375 / 800) and (max-width: 750px) {
  .copyright {
    font-size: calc(100vw * ( 12 / 375 ))
  }
}
@media (min-aspect-ratio: 375 / 800) and (max-width: 750px) {
  .copyright {
    margin-top: calc(100vh * ( 20 / 800 ))
  }
}
@media (max-aspect-ratio: 375 / 800) and (max-width: 750px) {
  .copyright {
    margin-top: calc(100vw * ( 20 / 375 ))
  }
}
@media (min-aspect-ratio: 1366 / 768) and (min-width: 751px) {
  .copyright {
    font-size: calc(100vh * ( 13 / 768 ))
  }
}
@media (max-aspect-ratio: 1366 / 768) and (min-width: 751px) {
  .copyright {
    font-size: calc(100vw * ( 13 / 1366 ))
  }
}
@media (min-aspect-ratio: 1366 / 768) and (min-width: 751px) {
  .copyright {
    margin-top: calc(100vh * ( -43 / 768 ))
  }
}
@media (max-aspect-ratio: 1366 / 768) and (min-width: 751px) {
  .copyright {
    margin-top: calc(100vw * ( -43 / 1366 ))
  }
}
@media screen and (max-width: 750px) {
  .copyright {
    line-height: 1.92308
  }
}
@media screen and (min-width: 751px) {
  .copyright {
    line-height: 2.08333
  }
}
.pagetop {
  position: absolute
}
@media (min-aspect-ratio: 375 / 800) and (max-width: 750px) {
  .pagetop {
    width: calc(100vh * ( 129 / 800 ))
  }
}
@media (max-aspect-ratio: 375 / 800) and (max-width: 750px) {
  .pagetop {
    width: calc(100vw * ( 129 / 375 ))
  }
}
@media (min-aspect-ratio: 375 / 800) and (max-width: 750px) {
  .pagetop {
    height: calc(100vh * ( 129 / 800 ))
  }
}
@media (max-aspect-ratio: 375 / 800) and (max-width: 750px) {
  .pagetop {
    height: calc(100vw * ( 129 / 375 ))
  }
}
@media (min-aspect-ratio: 375 / 800) and (max-width: 750px) {
  .pagetop {
    right: calc(100vh * ( -24 / 800 ))
  }
}
@media (max-aspect-ratio: 375 / 800) and (max-width: 750px) {
  .pagetop {
    right: calc(100vw * ( -24 / 375 ))
  }
}
@media (min-aspect-ratio: 375 / 800) and (max-width: 750px) {
  .pagetop {
    bottom: calc(100vh * ( -16 / 800 ))
  }
}
@media (max-aspect-ratio: 375 / 800) and (max-width: 750px) {
  .pagetop {
    bottom: calc(100vw * ( -16 / 375 ))
  }
}
@media (min-aspect-ratio: 1366 / 768) and (min-width: 751px) {
  .pagetop {
    width: calc(100vh * ( 160 / 768 ))
  }
}
@media (max-aspect-ratio: 1366 / 768) and (min-width: 751px) {
  .pagetop {
    width: calc(100vw * ( 160 / 1366 ))
  }
}
@media (min-aspect-ratio: 1366 / 768) and (min-width: 751px) {
  .pagetop {
    height: calc(100vh * ( 160 / 768 ))
  }
}
@media (max-aspect-ratio: 1366 / 768) and (min-width: 751px) {
  .pagetop {
    height: calc(100vw * ( 160 / 1366 ))
  }
}
@media (min-aspect-ratio: 1366 / 768) and (min-width: 751px) {
  .pagetop {
    right: calc(100vh * ( -27 / 768 ))
  }
}
@media (max-aspect-ratio: 1366 / 768) and (min-width: 751px) {
  .pagetop {
    right: calc(100vw * ( -27 / 1366 ))
  }
}
@media (min-aspect-ratio: 1366 / 768) and (min-width: 751px) {
  .pagetop {
    bottom: calc(100vh * ( -20 / 768 ))
  }
}
@media (max-aspect-ratio: 1366 / 768) and (min-width: 751px) {
  .pagetop {
    bottom: calc(100vw * ( -20 / 1366 ))
  }
}
.pagetop a {
  display: block;
  height: 100%;
  color: #fff;
  border: 1px solid;
  border-radius: 50%
}
.pagetop a:hover {
  color: #d71920
}
.pagetop a:hover:before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2229.079%22%20height%3D%2236.569%22%20viewBox%3D%220%200%2029.079%2036.569%22%3E%20%3Cg%20id%3D%22up_2%22%20data-name%3D%22up%202%22%20transform%3D%22translate(-4.293%20-2.5)%22%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_615%22%20data-name%3D%22%E3%83%91%E3%82%B9%20615%22%20d%3D%22M5%2C16.832%2C18.832%2C3%2C32.665%2C16.832%22%20transform%3D%22translate(0%200)%22%20fill%3D%22none%22%20stroke%3D%22%23d71920%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221%22%2F%3E%20%3Cline%20id%3D%22%E7%B7%9A_11%22%20data-name%3D%22%E7%B7%9A%2011%22%20y2%3D%2235.284%22%20transform%3D%22translate(19.114%203.285)%22%20fill%3D%22none%22%20stroke%3D%22%23d71920%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221%22%2F%3E%20%3C%2Fg%3E%3C%2Fsvg%3E")
}
.pagetop a:before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2229.079%22%20height%3D%2236.569%22%20viewBox%3D%220%200%2029.079%2036.569%22%3E%20%3Cg%20id%3D%22up_2%22%20data-name%3D%22up%202%22%20transform%3D%22translate(-4.293%20-2.5)%22%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_615%22%20data-name%3D%22%E3%83%91%E3%82%B9%20615%22%20d%3D%22M5%2C16.832%2C18.832%2C3%2C32.665%2C16.832%22%20transform%3D%22translate(0%200)%22%20fill%3D%22none%22%20stroke%3D%22%23fff%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221%22%2F%3E%20%3Cline%20id%3D%22%E7%B7%9A_11%22%20data-name%3D%22%E7%B7%9A%2011%22%20y2%3D%2235.284%22%20transform%3D%22translate(19.114%203.285)%22%20fill%3D%22none%22%20stroke%3D%22%23fff%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221%22%2F%3E%20%3C%2Fg%3E%3C%2Fsvg%3E");
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain
}
@media (min-aspect-ratio: 375 / 800) and (max-width: 750px) {
  .pagetop a:before {
    height: calc(100vh * ( 35.57 / 800 ))
  }
}
@media (max-aspect-ratio: 375 / 800) and (max-width: 750px) {
  .pagetop a:before {
    height: calc(100vw * ( 35.57 / 375 ))
  }
}
@media (min-aspect-ratio: 1366 / 768) and (min-width: 751px) {
  .pagetop a:before {
    height: calc(100vh * ( 44 / 768 ))
  }
}
@media (max-aspect-ratio: 1366 / 768) and (min-width: 751px) {
  .pagetop a:before {
    height: calc(100vw * ( 44 / 1366 ))
  }
}
.is-ios {
  -ms-touch-action: none;
  touch-action: none
}
html,
body {
  overflow: hidden
}
.myyear {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit
}
html,
body {
  -ms-touch-action: none;
  touch-action: none
}
.scroll-wrapper {
  -ms-touch-action: auto;
  touch-action: auto;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  width: 100%;
  height: 100%
}
@media screen and (max-width: 750px) {
  .scroll-wrapper {
    height: 100vh
  }
  .android .scroll-wrapper {
    min-height: 100vh;
    /* カスタムプロパティ未対応ブラウザ用のフォールバック */min-height: calc(var(--vh, 1vh) * 100)
  }
}
.device-not-touch {
  overflow: hidden
}
.device-not-touch body {
  overflow: hidden
}
.device-not-touch #scroll-container {
  position: relative;
  overflow-x: hidden;
  overflow-y: hidden !important
}
#scroll-container {
  position: relative;
  overflow-x: hidden;
  overflow-y: hidden !important
}
#scroll-container .footer-wrap {
  opacity: 0
}
.has-scroll-init #scroll-container .footer-wrap {
  opacity: 1
}
.has-scroll-init #scroll-container #sec-1 {
  opacity: 1
}
.has-scroll-init #scroll-container #sec-2 {
  opacity: 1
}
.has-scroll-init #scroll-container #sec-3 {
  opacity: 1
}
.has-scroll-init #scroll-container #sec-4 {
  opacity: 1
}
.has-scroll-init #scroll-container #sec-5 {
  opacity: 1
}
#scroll-container #sec-1 {
  opacity: 0
}
#scroll-container #sec-2 {
  opacity: 0
}
#scroll-container #sec-3 {
  opacity: 0
}
#scroll-container #sec-4 {
  opacity: 0
}
#scroll-container #sec-5 {
  opacity: 0
}
@media screen and (max-width: 750px) {
  html {
    height: 100%
  }
}
html.fix-issue-for-PC {
  overflow: hidden
}
html.fix-issue-for-PC #scroll-container {
  position: fixed;
  right: 0;
  width: 100%;
  margin-right: auto;
  margin-left: auto
}
body {
  font-family: "游ゴシック","Yu Gothic","游ゴシック体",YuGothic,sans-serif;
  font-weight: 500
}
@media screen and (max-width: 750px) {
  .media-detect {
    width: 0
  }
}
@media screen and (min-width: 751px) {
  .media-detect {
    width: 10px
  }
}
section {
  position: relative;
  top: 0;
  left: 0;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%
}
.test-mode section {
  border: 1px solid #000
}
.a {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100px;
  height: 100px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: #000
}
#logo-filter {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  width: 100%;
  height: 100%;
  pointer-events: none
}
@media (min-aspect-ratio: 402 / 865) {
  #logo-filter #logo-filter-in {
    width: calc(100vh * (402 / 865));
    height: 100vh
  }
}
@media (max-aspect-ratio: 402 / 865) {
  #logo-filter #logo-filter-in {
    width: 100vw;
    height: calc(100vw * (865 / 402))
  }
}
#logo-filter svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%
}
#logo-filter #logo-filter-in {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  margin: auto;
  -webkit-transform-origin: calc(100% * (199/402)) calc(100% * (393/865));
  transform-origin: calc(100% * (199/402)) calc(100% * (393/865))
}
@media (min-aspect-ratio: 402 / 865) {
  #logo-filter #logo-filter-in:before {
    content: "";
    position: absolute;
    top: 0;
    left: calc(100% - 2px);
    width: 100vw;
    height: 100vh;
    background-color: #fff
  }
  #logo-filter #logo-filter-in:after {
    content: "";
    position: absolute;
    top: 0;
    right: calc(100% - 2px);
    width: 100vw;
    height: 100vh;
    background-color: #fff
  }
}
@media (max-aspect-ratio: 402 / 865) {
  #logo-filter #logo-filter-in:before {
    content: "";
    position: absolute;
    bottom: calc(100% - 2px);
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: #fff
  }
  #logo-filter #logo-filter-in:after {
    content: "";
    position: absolute;
    top: calc(100% - 2px);
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: #fff
  }
}
#logo-filter #logo-filter-in.disable {
  opacity: 0 !important
}
#sec-0 {
  overflow: visible;
  height: 100vh
}
@media screen and (max-width: 750px) {
  #sec-0 {
    margin-bottom: calc(3000px - 100vh - 3000px * 0.4)
  }
  .supports-touch #sec-0 {
    margin-bottom: calc(1500px - 100vh - 1500px * 0.4)
  }
}
@media screen and (min-width: 751px) {
  #sec-0 {
    margin-bottom: calc(2000px - 100vh - 2000px * 0.4)
  }
}
.v1 #sec-0 {
  margin-bottom: 0 !important
}
#sec-0-h1 {
  position: absolute;
  display: block;
  opacity: 0
}
@media (min-aspect-ratio: 375 / 800) and (max-width: 750px) {
  #sec-0-h1 {
    top: calc(100vh * ( 66 / 800 ))
  }
}
@media (max-aspect-ratio: 375 / 800) and (max-width: 750px) {
  #sec-0-h1 {
    top: calc(100vw * ( 66 / 375 ))
  }
}
@media (min-aspect-ratio: 375 / 800) and (max-width: 750px) {
  #sec-0-h1 {
    left: calc(100vh * ( 27 / 800 ))
  }
}
@media (max-aspect-ratio: 375 / 800) and (max-width: 750px) {
  #sec-0-h1 {
    left: calc(100vw * ( 27 / 375 ))
  }
}
@media (min-aspect-ratio: 375 / 800) and (max-width: 750px) {
  #sec-0-h1 {
    -webkit-transform: calc(100vh * ( translateY(20vh) / 800 ));
    transform: calc(100vh * ( translateY(20vh) / 800 ))
  }
}
@media (max-aspect-ratio: 375 / 800) and (max-width: 750px) {
  #sec-0-h1 {
    -webkit-transform: calc(100vw * ( translateY(20vh) / 375 ));
    transform: calc(100vw * ( translateY(20vh) / 375 ))
  }
}
@media screen and (min-width: 751px) {
  #sec-0-h1 {
    top: 50%;
    left: 50%;
    margin-top: calc(100%*(-0.5 * (56 + 56 + 10 - 40)/1366));
    margin-left: calc(100%*(-550/1366));
    -webkit-transform: translateY(20vh);
    transform: translateY(20vh)
  }
}
@media (min-aspect-ratio: 375 / 800) and (max-width: 750px) {
  #sec-0-h1 .obi-text {
    height: calc(100vh * ( 33 / 800 ))
  }
}
@media (max-aspect-ratio: 375 / 800) and (max-width: 750px) {
  #sec-0-h1 .obi-text {
    height: calc(100vw * ( 33 / 375 ))
  }
}
@media (min-aspect-ratio: 375 / 800) and (max-width: 750px) {
  #sec-0-h1 .obi-text {
    margin-bottom: calc(100vh * ( 4 / 800 ))
  }
}
@media (max-aspect-ratio: 375 / 800) and (max-width: 750px) {
  #sec-0-h1 .obi-text {
    margin-bottom: calc(100vw * ( 4 / 375 ))
  }
}
@media (min-aspect-ratio: 375 / 800) and (max-width: 750px) {
  #sec-0-h1 .obi-text {
    padding: calc(100vh * ( 5 / 800 ))
  }
}
@media (max-aspect-ratio: 375 / 800) and (max-width: 750px) {
  #sec-0-h1 .obi-text {
    padding: calc(100vw * ( 5 / 375 ))
  }
}
@media (min-aspect-ratio: 1366 / 768) and (min-width: 751px) {
  #sec-0-h1 .obi-text {
    height: calc(100vh * ( 56 / 768 ))
  }
}
@media (max-aspect-ratio: 1366 / 768) and (min-width: 751px) {
  #sec-0-h1 .obi-text {
    height: calc(100vw * ( 56 / 1366 ))
  }
}
@media (min-aspect-ratio: 1366 / 768) and (min-width: 751px) {
  #sec-0-h1 .obi-text {
    margin-bottom: calc(100vh * ( 10 / 768 ))
  }
}
@media (max-aspect-ratio: 1366 / 768) and (min-width: 751px) {
  #sec-0-h1 .obi-text {
    margin-bottom: calc(100vw * ( 10 / 1366 ))
  }
}
@media (min-aspect-ratio: 1366 / 768) and (min-width: 751px) {
  #sec-0-h1 .obi-text {
    padding: calc(100vh * ( 8 / 768 ))
  }
}
@media (max-aspect-ratio: 1366 / 768) and (min-width: 751px) {
  #sec-0-h1 .obi-text {
    padding: calc(100vw * ( 8 / 1366 ))
  }
}
#sec-0-p {
  position: absolute;
  display: block;
  -webkit-transform: translateY(100px);
  transform: translateY(100px);
  pointer-events: none;
  opacity: 0;
  color: #fff;
  text-shadow: rgba(0, 0, 0, 0.25) 1px 2px 2px
}
@media (min-aspect-ratio: 375 / 800) and (max-width: 750px) {
  #sec-0-p {
    font-size: calc(100vh * ( 16 / 800 ))
  }
}
@media (max-aspect-ratio: 375 / 800) and (max-width: 750px) {
  #sec-0-p {
    font-size: calc(100vw * ( 16 / 375 ))
  }
}
@media (min-aspect-ratio: 375 / 800) and (max-width: 750px) {
  #sec-0-p {
    top: calc(100vh * ( 165 / 800 ))
  }
}
@media (max-aspect-ratio: 375 / 800) and (max-width: 750px) {
  #sec-0-p {
    top: calc(100vw * ( 165 / 375 ))
  }
}
@media (min-aspect-ratio: 375 / 800) and (max-width: 750px) {
  #sec-0-p {
    left: calc(100vh * ( 27 / 800 ))
  }
}
@media (max-aspect-ratio: 375 / 800) and (max-width: 750px) {
  #sec-0-p {
    left: calc(100vw * ( 27 / 375 ))
  }
}
@media (min-aspect-ratio: 375 / 800) and (max-width: 750px) {
  #sec-0-p {
    letter-spacing: calc(100vh * ( 1.5 / 800 ))
  }
}
@media (max-aspect-ratio: 375 / 800) and (max-width: 750px) {
  #sec-0-p {
    letter-spacing: calc(100vw * ( 1.5 / 375 ))
  }
}
@media (min-aspect-ratio: 1366 / 768) and (min-width: 751px) {
  #sec-0-p {
    font-size: calc(100vh * ( 18 / 768 ))
  }
}
@media (max-aspect-ratio: 1366 / 768) and (min-width: 751px) {
  #sec-0-p {
    font-size: calc(100vw * ( 18 / 1366 ))
  }
}
@media (min-aspect-ratio: 1366 / 768) and (min-width: 751px) {
  #sec-0-p {
    top: calc(100vh * ( 176 / 768 ))
  }
}
@media (max-aspect-ratio: 1366 / 768) and (min-width: 751px) {
  #sec-0-p {
    top: calc(100vw * ( 176 / 1366 ))
  }
}
@media screen and (max-width: 750px) {
  #sec-0-p {
    width: calc(100%*(318/375));
    line-height: 2
  }
}
@media screen and (min-width: 751px) {
  #sec-0-p {
    left: 50%;
    width: calc(100%*(500/1366));
    margin-left: -55px;
    line-height: 1.88889
  }
}
#sec-0-p .f-w-bold {
  display: block;
  text-shadow: rgba(0, 0, 0, 0.16) 2px 3px 3px
}
@media (min-aspect-ratio: 375 / 800) and (max-width: 750px) {
  #sec-0-p .f-w-bold {
    font-size: calc(100vh * ( 20 / 800 ))
  }
}
@media (max-aspect-ratio: 375 / 800) and (max-width: 750px) {
  #sec-0-p .f-w-bold {
    font-size: calc(100vw * ( 20 / 375 ))
  }
}
@media (min-aspect-ratio: 375 / 800) and (max-width: 750px) {
  #sec-0-p .f-w-bold {
    margin-top: calc(100vh * ( 14 / 800 ))
  }
}
@media (max-aspect-ratio: 375 / 800) and (max-width: 750px) {
  #sec-0-p .f-w-bold {
    margin-top: calc(100vw * ( 14 / 375 ))
  }
}
@media (min-aspect-ratio: 375 / 800) and (max-width: 750px) {
  #sec-0-p .f-w-bold {
    margin-bottom: calc(100vh * ( 14 / 800 ))
  }
}
@media (max-aspect-ratio: 375 / 800) and (max-width: 750px) {
  #sec-0-p .f-w-bold {
    margin-bottom: calc(100vw * ( 14 / 375 ))
  }
}
@media (min-aspect-ratio: 1366 / 768) and (min-width: 751px) {
  #sec-0-p .f-w-bold {
    font-size: calc(100vh * ( 24 / 768 ))
  }
}
@media (max-aspect-ratio: 1366 / 768) and (min-width: 751px) {
  #sec-0-p .f-w-bold {
    font-size: calc(100vw * ( 24 / 1366 ))
  }
}
@media (min-aspect-ratio: 1366 / 768) and (min-width: 751px) {
  #sec-0-p .f-w-bold {
    margin-top: calc(100vh * ( 20 / 768 ))
  }
}
@media (max-aspect-ratio: 1366 / 768) and (min-width: 751px) {
  #sec-0-p .f-w-bold {
    margin-top: calc(100vw * ( 20 / 1366 ))
  }
}
@media (min-aspect-ratio: 1366 / 768) and (min-width: 751px) {
  #sec-0-p .f-w-bold {
    margin-bottom: calc(100vh * ( 28 / 768 ))
  }
}
@media (max-aspect-ratio: 1366 / 768) and (min-width: 751px) {
  #sec-0-p .f-w-bold {
    margin-bottom: calc(100vw * ( 28 / 1366 ))
  }
}
@media screen and (max-width: 750px) {
  #sec-0-p .f-w-bold {
    line-height: 2
  }
}
@media screen and (min-width: 751px) {
  #sec-0-p .f-w-bold {
    line-height: 2
  }
}
#sec-0-pic {
  position: relative;
  display: block
}
@media (min-aspect-ratio: 375 / 800) and (max-width: 750px) {
  #sec-0-pic {
    width: calc(100vh * ( 295 / 800 ))
  }
}
@media (max-aspect-ratio: 375 / 800) and (max-width: 750px) {
  #sec-0-pic {
    width: calc(100vw * ( 295 / 375 ))
  }
}
@media (min-aspect-ratio: 375 / 800) and (max-width: 750px) {
  #sec-0-pic {
    margin-left: calc(100vh * ( -6 / 800 ))
  }
}
@media (max-aspect-ratio: 375 / 800) and (max-width: 750px) {
  #sec-0-pic {
    margin-left: calc(100vw * ( -6 / 375 ))
  }
}
@media (min-aspect-ratio: 1366 / 768) and (min-width: 751px) {
  #sec-0-pic {
    width: calc(100vh * ( 277 / 768 ))
  }
}
@media (max-aspect-ratio: 1366 / 768) and (min-width: 751px) {
  #sec-0-pic {
    width: calc(100vw * ( 277 / 1366 ))
  }
}
@media (min-aspect-ratio: 1366 / 768) and (min-width: 751px) {
  #sec-0-pic {
    margin-left: calc(100vh * ( -6 / 768 ))
  }
}
@media (max-aspect-ratio: 1366 / 768) and (min-width: 751px) {
  #sec-0-pic {
    margin-left: calc(100vw * ( -6 / 1366 ))
  }
}
.sec-0-copyright {
  position: absolute;
  font-family: 'Jost',sans-serif;
  font-weight: 400;
  font-style: italic
}
@media (min-aspect-ratio: 1366 / 768) and (min-width: 751px) {
  .sec-0-copyright {
    font-size: calc(100vh * ( 12 / 768 ))
  }
}
@media (max-aspect-ratio: 1366 / 768) and (min-width: 751px) {
  .sec-0-copyright {
    font-size: calc(100vw * ( 12 / 1366 ))
  }
}
@media (min-aspect-ratio: 1366 / 768) and (min-width: 751px) {
  .sec-0-copyright {
    margin-left: calc(100vh * ( 54 / 768 ))
  }
}
@media (max-aspect-ratio: 1366 / 768) and (min-width: 751px) {
  .sec-0-copyright {
    margin-left: calc(100vw * ( 54 / 1366 ))
  }
}
@media screen and (max-width: 750px) {
  .sec-0-copyright {
    display: none
  }
}
@media screen and (min-width: 751px) {
  .sec-0-copyright {
    bottom: 58px;
    left: calc(100% * (133/1366));
    width: calc(100% * (350/1366));
    height: auto;
    line-height: 2.08333
  }
}
.scroll-down {
  position: absolute
}
@media (min-aspect-ratio: 375 / 800) and (max-width: 750px) {
  .scroll-down {
    bottom: calc(100vh * ( 90 / 800 ))
  }
}
@media (max-aspect-ratio: 375 / 800) and (max-width: 750px) {
  .scroll-down {
    bottom: calc(100vw * ( 90 / 375 ))
  }
}
@media screen and (max-width: 750px) {
  .scroll-down {
    left: 50%;
    width: 1px;
    height: calc(100% * (142/723))
  }
}
@media screen and (min-width: 751px) {
  .scroll-down {
    bottom: 50px;
    left: calc(100% * (133/1366));
    width: 1px;
    height: calc(100% * (155/768))
  }
}
.scroll-down:before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-animation-name: scroll-down;
  animation-name: scroll-down;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-direction: alternate;
  animation-direction: alternate;
  border-radius: 50%
}
@media screen and (max-width: 750px) {
  .scroll-down:before {
    width: 1.33333vw;
    height: 1.33333vw
  }
}
@media screen and (min-width: 751px) {
  .scroll-down:before {
    width: 7px;
    height: 7px
  }
}
.scroll-down[data-type="red"] {
  background-color: #d7181f
}
.scroll-down[data-type="red"]:before {
  background-color: #d7181f
}
.scroll-down[data-type="white"] {
  opacity: 0;
  background-color: #fff
}
.scroll-down[data-type="white"]:before {
  background-color: #fff
}
.scroll-down-frame {
  pointer-events: none
}
.scroll-down-box {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 100vw;
  height: 100%;
  margin-left: -50vw
}
.scroll-down-text {
  position: absolute;
  display: inline-block;
  font-family: 'Jost',sans-serif;
  font-weight: 400;
  font-style: italic;
  line-height: 1;
  text-align: center
}
@media (min-aspect-ratio: 375 / 800) and (max-width: 750px) {
  .scroll-down-text {
    font-size: calc(100vh * ( 12 / 800 ))
  }
}
@media (max-aspect-ratio: 375 / 800) and (max-width: 750px) {
  .scroll-down-text {
    font-size: calc(100vw * ( 12 / 375 ))
  }
}
@media (min-aspect-ratio: 1366 / 768) and (min-width: 751px) {
  .scroll-down-text {
    font-size: calc(100vh * ( 12 / 768 ))
  }
}
@media (max-aspect-ratio: 1366 / 768) and (min-width: 751px) {
  .scroll-down-text {
    font-size: calc(100vw * ( 12 / 1366 ))
  }
}
@media screen and (max-width: 750px) {
  .scroll-down-text {
    bottom: calc(100% * (47/142));
    width: 24vw
  }
  [data-type="red"] .scroll-down-text {
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
  }
  [data-type="white"] .scroll-down-text {
    left: 4.26667vw
  }
}
@media screen and (min-width: 751px) {
  .scroll-down-text {
    right: 0;
    bottom: calc(100% * (32/155));
    width: 90px
  }
}
[data-type="red"] .scroll-down-text {
  color: #d7181f
}
[data-type="white"] .scroll-down-text {
  color: #fff
}
.scroll-down-space {
  position: relative;
  display: inline-block
}
@media screen and (max-width: 750px) {
  [data-type="red"] .scroll-down-space {
    width: 2.13333vw
  }
  [data-type="white"] .scroll-down-space {
    width: 1.06667vw
  }
}
@media screen and (min-width: 751px) {
  .scroll-down-space {
    width: 6px
  }
}
.play-icon-btn {
  position: absolute;
  z-index: 3;
  top: 50%;
  left: 50%;
  width: calc(100% *(88/480));
  cursor: pointer;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%)
}
@media screen and (max-width: 750px) {
  .moda-video .play-icon-btn {
    width: calc(100% *(70/375))
  }
}
@media screen and (min-width: 751px) {
  .moda-video .play-icon-btn {
    width: calc(100% *(88/1360))
  }
}
.play-icon-btn:hover {
  opacity: 0.7
}
.movie-full-version {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  margin: 0 auto;
  opacity: 1
}
@media screen and (max-width: 750px) {
  .movie-full-version {
    top: calc(100% * (77/723));
    width: calc(100% * (325/375));
    height: calc(100% * (183/723))
  }
}
@media screen and (min-width: 751px) {
  .movie-full-version {
    top: calc(100% * (50/768));
    width: calc(100% * (0.8 * 480/1366));
    height: calc(100% * (0.8 * 270/768))
  }
}
.movie-full-version video {
  pointer-events: none
}
.movie-full-version.play-icon-clicked video {
  pointer-events: all
}
.movie-full-version.play-icon-clicked .play-icon-btn {
  pointer-events: none;
  opacity: 0
}
.movie-full-version:before {
  content: '';
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3)
}
.movie-frame {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%
}
@media (min-aspect-ratio: 960 / 540) {
  .movie-frame-in {
    width: 100vw;
    height: calc(100vw * (540 / 960))
  }
  .movie-frame .detect-aspect-ratio {
    width: 0
  }
}
@media (max-aspect-ratio: 960 / 540) {
  .movie-frame-in {
    width: calc(100vh * (960 / 540));
    height: 100vh
  }
  .movie-frame .detect-aspect-ratio {
    width: 100px
  }
}
.movie-frame-in {
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  -webkit-backface-visibility: hidden
}
@media (max-aspect-ratio: 1366 / 768) and (min-width: 751px) {
  .movie-frame-in {
    top: calc(-0.5 * (100vh - 100vw * (768 / 1366)))
  }
}
@media (max-aspect-ratio: 375 / 723) and (max-width: 750px) {
  .movie-frame-in {
    top: calc(-0.5 * (100vh - 100vw * (723 / 375)))
  }
}
.movie-frame-in-ex {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  margin: auto
}
@media screen and (max-width: 750px) {
  .movie-frame-in-ex {
    top: calc(100%*(77/723));
    width: calc(100% * (325/375));
    height: calc(100% * (183/723))
  }
}
@media screen and (min-width: 751px) {
  .movie-frame-in-ex {
    top: calc(100%*(50/723));
    width: calc(100% * (480/1366));
    height: calc(100% * (270/768))
  }
}
.movie-frame video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%
}
.movie-frame .black-filter {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0
}
#sec-1 {
  overflow: visible;
  height: 100vh;
  margin-top: -80vh
}
#sec-1-h2 {
  position: absolute;
  left: 0;
  display: block;
  width: 100%;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
  text-align: center;
  opacity: 0
}
@media screen and (max-width: 750px) {
  #sec-1-h2 {
    top: calc(100%*(325/723))
  }
}
@media screen and (min-width: 751px) {
  #sec-1-h2 {
    top: calc(100%*(320/768))
  }
}
#sec-1-h2.is-active {
  opacity: 1
}
#sec-1-h2 .obi-text {
  line-height: 1;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt"
}
@media (min-aspect-ratio: 375 / 800) and (max-width: 750px) {
  #sec-1-h2 .obi-text {
    margin-bottom: calc(100vh * ( 11 / 800 ))
  }
}
@media (max-aspect-ratio: 375 / 800) and (max-width: 750px) {
  #sec-1-h2 .obi-text {
    margin-bottom: calc(100vw * ( 11 / 375 ))
  }
}
@media (min-aspect-ratio: 375 / 800) and (max-width: 750px) {
  #sec-1-h2 .obi-text {
    padding-top: calc(100vh * ( 12 / 800 ))
  }
}
@media (max-aspect-ratio: 375 / 800) and (max-width: 750px) {
  #sec-1-h2 .obi-text {
    padding-top: calc(100vw * ( 12 / 375 ))
  }
}
@media (min-aspect-ratio: 375 / 800) and (max-width: 750px) {
  #sec-1-h2 .obi-text {
    padding-bottom: calc(100vh * ( 12 / 800 ))
  }
}
@media (max-aspect-ratio: 375 / 800) and (max-width: 750px) {
  #sec-1-h2 .obi-text {
    padding-bottom: calc(100vw * ( 12 / 375 ))
  }
}
@media (min-aspect-ratio: 375 / 800) and (max-width: 750px) {
  #sec-1-h2 .obi-text {
    padding-left: calc(100vh * ( 15 / 800 ))
  }
}
@media (max-aspect-ratio: 375 / 800) and (max-width: 750px) {
  #sec-1-h2 .obi-text {
    padding-left: calc(100vw * ( 15 / 375 ))
  }
}
@media (min-aspect-ratio: 375 / 800) and (max-width: 750px) {
  #sec-1-h2 .obi-text {
    padding-right: calc(100vh * ( 15 / 800 ))
  }
}
@media (max-aspect-ratio: 375 / 800) and (max-width: 750px) {
  #sec-1-h2 .obi-text {
    padding-right: calc(100vw * ( 15 / 375 ))
  }
}
@media (min-aspect-ratio: 375 / 800) and (max-width: 750px) {
  #sec-1-h2 .obi-text {
    font-size: calc(100vh * ( 17 / 800 ))
  }
}
@media (max-aspect-ratio: 375 / 800) and (max-width: 750px) {
  #sec-1-h2 .obi-text {
    font-size: calc(100vw * ( 17 / 375 ))
  }
}
@media (min-aspect-ratio: 1366 / 768) and (min-width: 751px) {
  #sec-1-h2 .obi-text {
    margin-bottom: calc(100vh * ( 10 / 768 ))
  }
}
@media (max-aspect-ratio: 1366 / 768) and (min-width: 751px) {
  #sec-1-h2 .obi-text {
    margin-bottom: calc(100vw * ( 10 / 1366 ))
  }
}
@media (min-aspect-ratio: 1366 / 768) and (min-width: 751px) {
  #sec-1-h2 .obi-text {
    padding-top: calc(100vh * ( 18 / 768 ))
  }
}
@media (max-aspect-ratio: 1366 / 768) and (min-width: 751px) {
  #sec-1-h2 .obi-text {
    padding-top: calc(100vw * ( 18 / 1366 ))
  }
}
@media (min-aspect-ratio: 1366 / 768) and (min-width: 751px) {
  #sec-1-h2 .obi-text {
    padding-bottom: calc(100vh * ( 18 / 768 ))
  }
}
@media (max-aspect-ratio: 1366 / 768) and (min-width: 751px) {
  #sec-1-h2 .obi-text {
    padding-bottom: calc(100vw * ( 18 / 1366 ))
  }
}
@media (min-aspect-ratio: 1366 / 768) and (min-width: 751px) {
  #sec-1-h2 .obi-text {
    padding-left: calc(100vh * ( 45 / 768 ))
  }
}
@media (max-aspect-ratio: 1366 / 768) and (min-width: 751px) {
  #sec-1-h2 .obi-text {
    padding-left: calc(100vw * ( 45 / 1366 ))
  }
}
@media (min-aspect-ratio: 1366 / 768) and (min-width: 751px) {
  #sec-1-h2 .obi-text {
    padding-right: calc(100vh * ( 45 / 768 ))
  }
}
@media (max-aspect-ratio: 1366 / 768) and (min-width: 751px) {
  #sec-1-h2 .obi-text {
    padding-right: calc(100vw * ( 45 / 1366 ))
  }
}
@media (min-aspect-ratio: 1366 / 768) and (min-width: 751px) {
  #sec-1-h2 .obi-text {
    font-size: calc(100vh * ( 24 / 768 ))
  }
}
@media (max-aspect-ratio: 1366 / 768) and (min-width: 751px) {
  #sec-1-h2 .obi-text {
    font-size: calc(100vw * ( 24 / 1366 ))
  }
}
.red-filter {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0;
  background-color: rgba(255, 0, 0, 0.5)
}
.red-bg_ {
  position: absolute;
  bottom: 0;
  left: 0;
  overflow: hidden;
  pointer-events: none
}
.hide-splash .red-bg_ {
  visibility: hidden
}
.v1 .red-bg_ {
  width: 100%;
  height: 150%
}
.v1 .red-bg_.red-bgV1_ {
  position: absolute
}
.v1 .red-bg_.red-bgV3_ {
  display: none
}
.red-bg_-scale {
  position: absolute
}
.v1 .red-bg_-scale {
  top: 100%;
  left: 50%;
  width: 10%;
  height: 10%;
  -webkit-transition: all 1s;
  transition: all 1s;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: #b00516;
  background: -webkit-gradient(linear, left bottom, left top, from(#a70719), color-stop(50%, #a70719), to(#dc000c));
  background: linear-gradient(0deg, #a70719 0%, #a70719 50%, #dc000c 100%)
}
.v1 .red-bg_-scale {
  border-radius: 100%
}
.red-bg_-scale .red-bg_-scale-in {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%
}
.v1 .red-bg_-scale .red-bg_-scale-in {
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
  border-radius: 100%;
  background-color: rgba(255, 255, 255, 0)
}
.v1 .red-bg_-scale.is-active {
  -webkit-transition: all 1s;
  transition: all 1s
}
@media screen and (min-aspect-ratio: 1 / 1) {
  .v1 .red-bg_-scale.is-active {
    width: 225vw;
    height: 225vw
  }
}
@media screen and (max-aspect-ratio: 1 / 1) {
  .v1 .red-bg_-scale.is-active {
    width: 225vh;
    height: 225vh
  }
}
.v1 .red-bg_-scale.is-active .red-bg_-scale-in {
  -webkit-transition: background-color 0.3s 0.7s;
  transition: background-color 0.3s 0.7s;
  background-color: white
}
.red-bg {
  position: absolute;
  bottom: 0;
  left: 0;
  overflow: hidden;
  width: 100%;
  height: 150%;
  pointer-events: none
}
.red-bg-scale {
  position: absolute;
  top: 100%;
  left: 50%;
  width: 10%;
  height: 10%;
  -webkit-transition: all 1s;
  transition: all 1s;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border-radius: 100%;
  background: #b00516;
  background: -webkit-gradient(linear, left bottom, left top, from(#a70719), color-stop(50%, #a70719), to(#dc000c));
  background: linear-gradient(0deg, #a70719 0%, #a70719 50%, #dc000c 100%)
}
@media screen and (min-aspect-ratio: 1 / 1) {
  .red-bg-scale {
    width: 0vw;
    height: 0vw
  }
}
@media screen and (max-aspect-ratio: 1 / 1) {
  .red-bg-scale {
    width: 0vh;
    height: 0vh
  }
}
.red-bg-scale.is-active {
  -webkit-transition: all 1s;
  transition: all 1s
}
@media screen and (min-aspect-ratio: 1 / 1) {
  .red-bg-scale.is-active {
    width: 225vw;
    height: 225vw
  }
}
@media screen and (max-aspect-ratio: 1 / 1) {
  .red-bg-scale.is-active {
    width: 225vh;
    height: 225vh
  }
}
@-webkit-keyframes em {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0)
  }
  50% {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px)
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0)
  }
}
@keyframes em {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0)
  }
  50% {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px)
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0)
  }
}
.sec-1-carousel-icon {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  margin-right: auto;
  margin-left: auto
}
.sec-1-carousel-icon-0 {
  width: calc(100%*(68.86/352));
  margin-bottom: calc(100%*(65/352))
}
.sec-1-carousel-icon-1 {
  width: calc(100%*(111.49/352));
  margin-bottom: calc(100%*(89.6/352))
}
.sec-1-carousel-icon-2 {
  width: calc(100%*(68.86/352));
  margin-bottom: calc(100%*(56/352))
}
.subtitle-box {
  position: absolute
}
@media (min-aspect-ratio: 375 / 800) and (max-width: 750px) {
  .subtitle-box {
    height: calc(100vh * ( 62 / 800 ))
  }
}
@media (max-aspect-ratio: 375 / 800) and (max-width: 750px) {
  .subtitle-box {
    height: calc(100vw * ( 62 / 375 ))
  }
}
@media (min-aspect-ratio: 375 / 800) and (max-width: 750px) {
  .subtitle-box {
    bottom: calc(100vh * ( 68 / 800 ))
  }
}
@media (max-aspect-ratio: 375 / 800) and (max-width: 750px) {
  .subtitle-box {
    bottom: calc(100vw * ( 68 / 375 ))
  }
}
@media (min-aspect-ratio: 1366 / 768) and (min-width: 751px) {
  .subtitle-box {
    height: calc(100vh * ( 62 / 768 ))
  }
}
@media (max-aspect-ratio: 1366 / 768) and (min-width: 751px) {
  .subtitle-box {
    height: calc(100vw * ( 62 / 1366 ))
  }
}
@media (min-aspect-ratio: 1366 / 768) and (min-width: 751px) {
  .subtitle-box {
    bottom: calc(100vh * ( 58 / 768 ))
  }
}
@media (max-aspect-ratio: 1366 / 768) and (min-width: 751px) {
  .subtitle-box {
    bottom: calc(100vw * ( 58 / 1366 ))
  }
}
@media (min-aspect-ratio: 375 / 800) and (max-width: 750px) {
  [data-index="0"] .subtitle-box {
    left: calc(100vh * ( 50 / 800 ))
  }
}
@media (max-aspect-ratio: 375 / 800) and (max-width: 750px) {
  [data-index="0"] .subtitle-box {
    left: calc(100vw * ( 50 / 375 ))
  }
}
@media (min-aspect-ratio: 1366 / 768) and (min-width: 751px) {
  [data-index="0"] .subtitle-box {
    left: calc(100vh * ( 50 / 768 ))
  }
}
@media (max-aspect-ratio: 1366 / 768) and (min-width: 751px) {
  [data-index="0"] .subtitle-box {
    left: calc(100vw * ( 50 / 1366 ))
  }
}
@media (min-aspect-ratio: 375 / 800) and (max-width: 750px) {
  [data-index="1"] .subtitle-box {
    left: calc(100vh * ( 27 / 800 ))
  }
}
@media (max-aspect-ratio: 375 / 800) and (max-width: 750px) {
  [data-index="1"] .subtitle-box {
    left: calc(100vw * ( 27 / 375 ))
  }
}
@media (min-aspect-ratio: 1366 / 768) and (min-width: 751px) {
  [data-index="1"] .subtitle-box {
    left: calc(100vh * ( 30 / 768 ))
  }
}
@media (max-aspect-ratio: 1366 / 768) and (min-width: 751px) {
  [data-index="1"] .subtitle-box {
    left: calc(100vw * ( 30 / 1366 ))
  }
}
@media (min-aspect-ratio: 375 / 800) and (max-width: 750px) {
  [data-index="2"] .subtitle-box {
    left: calc(100vh * ( 50 / 800 ))
  }
}
@media (max-aspect-ratio: 375 / 800) and (max-width: 750px) {
  [data-index="2"] .subtitle-box {
    left: calc(100vw * ( 50 / 375 ))
  }
}
@media (min-aspect-ratio: 1366 / 768) and (min-width: 751px) {
  [data-index="2"] .subtitle-box {
    left: calc(100vh * ( 50 / 768 ))
  }
}
@media (max-aspect-ratio: 1366 / 768) and (min-width: 751px) {
  [data-index="2"] .subtitle-box {
    left: calc(100vw * ( 50 / 1366 ))
  }
}
.subtitle-jp {
  position: relative;
  top: 0;
  left: 0;
  display: inline-block;
  margin-left: 0.625em;
  font-weight: bold;
  vertical-align: top
}
@media (min-aspect-ratio: 375 / 800) and (max-width: 750px) {
  .subtitle-jp {
    font-size: calc(100vh * ( 16 / 800 ))
  }
}
@media (max-aspect-ratio: 375 / 800) and (max-width: 750px) {
  .subtitle-jp {
    font-size: calc(100vw * ( 16 / 375 ))
  }
}
@media (min-aspect-ratio: 1366 / 768) and (min-width: 751px) {
  .subtitle-jp {
    font-size: calc(100vh * ( 16 / 768 ))
  }
}
@media (max-aspect-ratio: 1366 / 768) and (min-width: 751px) {
  .subtitle-jp {
    font-size: calc(100vw * ( 16 / 1366 ))
  }
}
@media (min-aspect-ratio: 375 / 800) and (max-width: 750px) {
  [data-index="0"] .subtitle-jp {
    top: calc(100vh * ( 24 / 800 ))
  }
}
@media (max-aspect-ratio: 375 / 800) and (max-width: 750px) {
  [data-index="0"] .subtitle-jp {
    top: calc(100vw * ( 24 / 375 ))
  }
}
@media (min-aspect-ratio: 1366 / 768) and (min-width: 751px) {
  [data-index="0"] .subtitle-jp {
    top: calc(100vh * ( 24 / 768 ))
  }
}
@media (max-aspect-ratio: 1366 / 768) and (min-width: 751px) {
  [data-index="0"] .subtitle-jp {
    top: calc(100vw * ( 24 / 1366 ))
  }
}
@media (min-aspect-ratio: 375 / 800) and (max-width: 750px) {
  [data-index="1"] .subtitle-jp {
    top: calc(100vh * ( 20 / 800 ))
  }
}
@media (max-aspect-ratio: 375 / 800) and (max-width: 750px) {
  [data-index="1"] .subtitle-jp {
    top: calc(100vw * ( 20 / 375 ))
  }
}
@media (min-aspect-ratio: 1366 / 768) and (min-width: 751px) {
  [data-index="1"] .subtitle-jp {
    top: calc(100vh * ( 20 / 768 ))
  }
}
@media (max-aspect-ratio: 1366 / 768) and (min-width: 751px) {
  [data-index="1"] .subtitle-jp {
    top: calc(100vw * ( 20 / 1366 ))
  }
}
@media (min-aspect-ratio: 375 / 800) and (max-width: 750px) {
  [data-index="2"] .subtitle-jp {
    top: calc(100vh * ( 24 / 800 ))
  }
}
@media (max-aspect-ratio: 375 / 800) and (max-width: 750px) {
  [data-index="2"] .subtitle-jp {
    top: calc(100vw * ( 24 / 375 ))
  }
}
@media (min-aspect-ratio: 1366 / 768) and (min-width: 751px) {
  [data-index="2"] .subtitle-jp {
    top: calc(100vh * ( 24 / 768 ))
  }
}
@media (max-aspect-ratio: 1366 / 768) and (min-width: 751px) {
  [data-index="2"] .subtitle-jp {
    top: calc(100vw * ( 24 / 1366 ))
  }
}
.subtitle-en {
  position: relative;
  top: 50%;
  display: inline-block;
  font-family: 'Roboto',sans-serif;
  font-weight: 100;
  font-style: italic;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  vertical-align: top;
  letter-spacing: 0.06em
}
@media (min-aspect-ratio: 375 / 800) and (max-width: 750px) {
  [data-index="0"] .subtitle-en {
    font-size: calc(100vh * ( 28 / 800 ))
  }
}
@media (max-aspect-ratio: 375 / 800) and (max-width: 750px) {
  [data-index="0"] .subtitle-en {
    font-size: calc(100vw * ( 28 / 375 ))
  }
}
@media (min-aspect-ratio: 1366 / 768) and (min-width: 751px) {
  [data-index="0"] .subtitle-en {
    font-size: calc(100vh * ( 28 / 768 ))
  }
}
@media (max-aspect-ratio: 1366 / 768) and (min-width: 751px) {
  [data-index="0"] .subtitle-en {
    font-size: calc(100vw * ( 28 / 1366 ))
  }
}
[data-index="1"] .subtitle-en {
  text-align: right
}
@media (min-aspect-ratio: 375 / 800) and (max-width: 750px) {
  [data-index="1"] .subtitle-en {
    font-size: calc(100vh * ( 24 / 800 ))
  }
}
@media (max-aspect-ratio: 375 / 800) and (max-width: 750px) {
  [data-index="1"] .subtitle-en {
    font-size: calc(100vw * ( 24 / 375 ))
  }
}
@media (min-aspect-ratio: 1366 / 768) and (min-width: 751px) {
  [data-index="1"] .subtitle-en {
    font-size: calc(100vh * ( 24 / 768 ))
  }
}
@media (max-aspect-ratio: 1366 / 768) and (min-width: 751px) {
  [data-index="1"] .subtitle-en {
    font-size: calc(100vw * ( 24 / 1366 ))
  }
}
@media (min-aspect-ratio: 375 / 800) and (max-width: 750px) {
  [data-index="2"] .subtitle-en {
    font-size: calc(100vh * ( 28 / 800 ))
  }
}
@media (max-aspect-ratio: 375 / 800) and (max-width: 750px) {
  [data-index="2"] .subtitle-en {
    font-size: calc(100vw * ( 28 / 375 ))
  }
}
@media (min-aspect-ratio: 1366 / 768) and (min-width: 751px) {
  [data-index="2"] .subtitle-en {
    font-size: calc(100vh * ( 28 / 768 ))
  }
}
@media (max-aspect-ratio: 1366 / 768) and (min-width: 751px) {
  [data-index="2"] .subtitle-en {
    font-size: calc(100vw * ( 28 / 1366 ))
  }
}
.bg-circle-in {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform-origin: 20px 0px;
  transform-origin: 20px 0px;
  -webkit-animation-name: sec-2-rotate_;
  animation-name: sec-2-rotate_;
  -webkit-animation-play-state: paused;
  animation-play-state: paused;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both
}
.bg-circle-in:nth-child(1) {
  margin: calc(100% * ((12 - 48)/692)) 0 0 calc(100% * ((305 - 337)/692))
}
.bg-circle-in:nth-child(2) {
  margin: calc(100% * ((59 - 48)/692)) 0 0 calc(100% * ((276 - 337)/692))
}
.bg-circle-in:nth-child(3) {
  margin: calc(100% * ((0 - 48)/692)) 0 0 calc(100% * ((353 - 337)/692))
}
.bg-circle-in:nth-child(4) {
  margin: calc(100% * ((70 - 48)/692)) 0 0 calc(100% * ((377 - 337)/692))
}
.bg-circle-in:nth-child(5) {
  margin: calc(100% * ((48 - 48)/692)) 0 0 calc(100% * ((337 - 337)/692))
}
.bg-circle-in svg {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%)
}
@media (min-aspect-ratio: 375 / 800) and (max-width: 750px) {
  .bg-circle-in svg {
    width: calc(100vh * ( 692 / 800 ))
  }
}
@media (max-aspect-ratio: 375 / 800) and (max-width: 750px) {
  .bg-circle-in svg {
    width: calc(100vw * ( 692 / 375 ))
  }
}
@media (min-aspect-ratio: 375 / 800) and (max-width: 750px) {
  .bg-circle-in svg {
    height: calc(100vh * ( 692 / 800 ))
  }
}
@media (max-aspect-ratio: 375 / 800) and (max-width: 750px) {
  .bg-circle-in svg {
    height: calc(100vw * ( 692 / 375 ))
  }
}
@media (min-aspect-ratio: 1366 / 768) and (min-width: 751px) {
  .bg-circle-in svg {
    width: calc(100vh * ( 692 / 768 ))
  }
}
@media (max-aspect-ratio: 1366 / 768) and (min-width: 751px) {
  .bg-circle-in svg {
    width: calc(100vw * ( 692 / 1366 ))
  }
}
@media (min-aspect-ratio: 1366 / 768) and (min-width: 751px) {
  .bg-circle-in svg {
    height: calc(100vh * ( 692 / 768 ))
  }
}
@media (max-aspect-ratio: 1366 / 768) and (min-width: 751px) {
  .bg-circle-in svg {
    height: calc(100vw * ( 692 / 1366 ))
  }
}
.bg-circle-in:nth-child(1) {
  -webkit-animation-duration: 4.9s;
  animation-duration: 4.9s;
  -webkit-animation-delay: -0.1s;
  animation-delay: -0.1s
}
.bg-circle-in:nth-child(2) {
  -webkit-animation-duration: 4.8s;
  animation-duration: 4.8s;
  -webkit-animation-delay: -0.2s;
  animation-delay: -0.2s
}
.bg-circle-in:nth-child(3) {
  -webkit-animation-duration: 4.7s;
  animation-duration: 4.7s;
  -webkit-animation-delay: -0.3s;
  animation-delay: -0.3s
}
.bg-circle-in:nth-child(4) {
  -webkit-animation-duration: 4.6s;
  animation-duration: 4.6s;
  -webkit-animation-delay: -0.4s;
  animation-delay: -0.4s
}
.bg-circle-in:nth-child(1) {
  -webkit-animation-duration: 4.9s;
  animation-duration: 4.9s;
  -webkit-animation-delay: -0.1s;
  animation-delay: -0.1s
}
.bg-circle-in:nth-child(2) {
  -webkit-animation-duration: 4.8s;
  animation-duration: 4.8s;
  -webkit-animation-delay: -0.2s;
  animation-delay: -0.2s
}
.bg-circle-in:nth-child(3) {
  -webkit-animation-duration: 4.7s;
  animation-duration: 4.7s;
  -webkit-animation-delay: -0.3s;
  animation-delay: -0.3s
}
.bg-circle-in:nth-child(4) {
  -webkit-animation-duration: 4.6s;
  animation-duration: 4.6s;
  -webkit-animation-delay: -0.4s;
  animation-delay: -0.4s
}
#sec-2 {
  position: relative;
  overflow: visible;
  margin-top: -4px
}
@media (min-aspect-ratio: 375 / 800) and (max-width: 750px) {
  #sec-2 {
    height: calc(100vh * ( 1016 / 800 ))
  }
}
@media (max-aspect-ratio: 375 / 800) and (max-width: 750px) {
  #sec-2 {
    height: calc(100vw * ( 1016 / 375 ))
  }
}
@media (min-aspect-ratio: 1366 / 768) and (min-width: 751px) {
  #sec-2 {
    height: calc(100vh * ( 768 / 768 ))
  }
}
@media (max-aspect-ratio: 1366 / 768) and (min-width: 751px) {
  #sec-2 {
    height: calc(100vw * ( 768 / 1366 ))
  }
}
@media screen and (max-width: 750px) {
  #sec-2 .size-cover-frame {
    top: 0;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0)
  }
}
#sec-2-h2 {
  position: absolute;
  left: 0;
  display: block;
  width: 100%;
  text-align: center
}
@media (min-aspect-ratio: 375 / 800) and (max-width: 750px) {
  #sec-2-h2 {
    top: calc(100vh * ( 147 / 800 ))
  }
}
@media (max-aspect-ratio: 375 / 800) and (max-width: 750px) {
  #sec-2-h2 {
    top: calc(100vw * ( 147 / 375 ))
  }
}
@media (min-aspect-ratio: 1366 / 768) and (min-width: 751px) {
  #sec-2-h2 {
    top: calc(100vh * ( 225 / 768 ))
  }
}
@media (max-aspect-ratio: 1366 / 768) and (min-width: 751px) {
  #sec-2-h2 {
    top: calc(100vw * ( 225 / 1366 ))
  }
}
@media (min-aspect-ratio: 375 / 800) and (max-width: 750px) {
  #sec-2-h2 .obi-text {
    height: calc(100vh * ( 42 / 800 ))
  }
}
@media (max-aspect-ratio: 375 / 800) and (max-width: 750px) {
  #sec-2-h2 .obi-text {
    height: calc(100vw * ( 42 / 375 ))
  }
}
@media (min-aspect-ratio: 375 / 800) and (max-width: 750px) {
  #sec-2-h2 .obi-text {
    margin-bottom: calc(100vh * ( 11 / 800 ))
  }
}
@media (max-aspect-ratio: 375 / 800) and (max-width: 750px) {
  #sec-2-h2 .obi-text {
    margin-bottom: calc(100vw * ( 11 / 375 ))
  }
}
@media (min-aspect-ratio: 375 / 800) and (max-width: 750px) {
  #sec-2-h2 .obi-text {
    padding-top: calc(100vh * ( 12 / 800 ))
  }
}
@media (max-aspect-ratio: 375 / 800) and (max-width: 750px) {
  #sec-2-h2 .obi-text {
    padding-top: calc(100vw * ( 12 / 375 ))
  }
}
@media (min-aspect-ratio: 375 / 800) and (max-width: 750px) {
  #sec-2-h2 .obi-text {
    padding-bottom: calc(100vh * ( 12 / 800 ))
  }
}
@media (max-aspect-ratio: 375 / 800) and (max-width: 750px) {
  #sec-2-h2 .obi-text {
    padding-bottom: calc(100vw * ( 12 / 375 ))
  }
}
@media (min-aspect-ratio: 375 / 800) and (max-width: 750px) {
  #sec-2-h2 .obi-text {
    padding-left: calc(100vh * ( 23 / 800 ))
  }
}
@media (max-aspect-ratio: 375 / 800) and (max-width: 750px) {
  #sec-2-h2 .obi-text {
    padding-left: calc(100vw * ( 23 / 375 ))
  }
}
@media (min-aspect-ratio: 375 / 800) and (max-width: 750px) {
  #sec-2-h2 .obi-text {
    padding-right: calc(100vh * ( 23 / 800 ))
  }
}
@media (max-aspect-ratio: 375 / 800) and (max-width: 750px) {
  #sec-2-h2 .obi-text {
    padding-right: calc(100vw * ( 23 / 375 ))
  }
}
@media (min-aspect-ratio: 375 / 800) and (max-width: 750px) {
  #sec-2-h2 .obi-text {
    font-size: calc(100vh * ( 18 / 800 ))
  }
}
@media (max-aspect-ratio: 375 / 800) and (max-width: 750px) {
  #sec-2-h2 .obi-text {
    font-size: calc(100vw * ( 18 / 375 ))
  }
}
@media (min-aspect-ratio: 1366 / 768) and (min-width: 751px) {
  #sec-2-h2 .obi-text {
    height: calc(100vh * ( 60 / 768 ))
  }
}
@media (max-aspect-ratio: 1366 / 768) and (min-width: 751px) {
  #sec-2-h2 .obi-text {
    height: calc(100vw * ( 60 / 1366 ))
  }
}
@media (min-aspect-ratio: 1366 / 768) and (min-width: 751px) {
  #sec-2-h2 .obi-text {
    margin-bottom: calc(100vh * ( 10 / 768 ))
  }
}
@media (max-aspect-ratio: 1366 / 768) and (min-width: 751px) {
  #sec-2-h2 .obi-text {
    margin-bottom: calc(100vw * ( 10 / 1366 ))
  }
}
@media (min-aspect-ratio: 1366 / 768) and (min-width: 751px) {
  #sec-2-h2 .obi-text {
    padding-top: calc(100vh * ( 18 / 768 ))
  }
}
@media (max-aspect-ratio: 1366 / 768) and (min-width: 751px) {
  #sec-2-h2 .obi-text {
    padding-top: calc(100vw * ( 18 / 1366 ))
  }
}
@media (min-aspect-ratio: 1366 / 768) and (min-width: 751px) {
  #sec-2-h2 .obi-text {
    padding-bottom: calc(100vh * ( 18 / 768 ))
  }
}
@media (max-aspect-ratio: 1366 / 768) and (min-width: 751px) {
  #sec-2-h2 .obi-text {
    padding-bottom: calc(100vw * ( 18 / 1366 ))
  }
}
@media (min-aspect-ratio: 1366 / 768) and (min-width: 751px) {
  #sec-2-h2 .obi-text {
    padding-left: calc(100vh * ( 15 / 768 ))
  }
}
@media (max-aspect-ratio: 1366 / 768) and (min-width: 751px) {
  #sec-2-h2 .obi-text {
    padding-left: calc(100vw * ( 15 / 1366 ))
  }
}
@media (min-aspect-ratio: 1366 / 768) and (min-width: 751px) {
  #sec-2-h2 .obi-text {
    padding-right: calc(100vh * ( 15 / 768 ))
  }
}
@media (max-aspect-ratio: 1366 / 768) and (min-width: 751px) {
  #sec-2-h2 .obi-text {
    padding-right: calc(100vw * ( 15 / 1366 ))
  }
}
@media (min-aspect-ratio: 1366 / 768) and (min-width: 751px) {
  #sec-2-h2 .obi-text {
    font-size: calc(100vh * ( 24 / 768 ))
  }
}
@media (max-aspect-ratio: 1366 / 768) and (min-width: 751px) {
  #sec-2-h2 .obi-text {
    font-size: calc(100vw * ( 24 / 1366 ))
  }
}
#sec-2-p {
  position: absolute
}
@media (min-aspect-ratio: 375 / 800) and (max-width: 750px) {
  #sec-2-p {
    font-size: calc(100vh * ( 16 / 800 ))
  }
}
@media (max-aspect-ratio: 375 / 800) and (max-width: 750px) {
  #sec-2-p {
    font-size: calc(100vw * ( 16 / 375 ))
  }
}
@media (min-aspect-ratio: 375 / 800) and (max-width: 750px) {
  #sec-2-p {
    letter-spacing: calc(100vh * ( 1.5 / 800 ))
  }
}
@media (max-aspect-ratio: 375 / 800) and (max-width: 750px) {
  #sec-2-p {
    letter-spacing: calc(100vw * ( 1.5 / 375 ))
  }
}
@media (min-aspect-ratio: 1366 / 768) and (min-width: 751px) {
  #sec-2-p {
    width: calc(100vh * ( 620 / 768 ))
  }
}
@media (max-aspect-ratio: 1366 / 768) and (min-width: 751px) {
  #sec-2-p {
    width: calc(100vw * ( 620 / 1366 ))
  }
}
@media (min-aspect-ratio: 1366 / 768) and (min-width: 751px) {
  #sec-2-p {
    font-size: calc(100vh * ( 16 / 768 ))
  }
}
@media (max-aspect-ratio: 1366 / 768) and (min-width: 751px) {
  #sec-2-p {
    font-size: calc(100vw * ( 16 / 1366 ))
  }
}
@media (min-aspect-ratio: 1366 / 768) and (min-width: 751px) {
  #sec-2-p {
    left: calc(100vh * ( 133 / 768 ))
  }
}
@media (max-aspect-ratio: 1366 / 768) and (min-width: 751px) {
  #sec-2-p {
    left: calc(100vw * ( 133 / 1366 ))
  }
}
@media (min-aspect-ratio: 1366 / 768) and (min-width: 751px) {
  #sec-2-p {
    top: calc(100vh * ( 333 / 768 ))
  }
}
@media (max-aspect-ratio: 1366 / 768) and (min-width: 751px) {
  #sec-2-p {
    top: calc(100vw * ( 333 / 1366 ))
  }
}
@media screen and (max-width: 750px) {
  #sec-2-p {
    top: calc(100% * ((545 - 8)/723));
    right: 0;
    left: 0;
    width: calc(100% * (323/375));
    margin: 0 auto;
    line-height: 2
  }
}
@media screen and (min-width: 751px) {
  #sec-2-p {
    line-height: 2.5
  }
}
#sec-2-movie {
  position: absolute
}
@media screen and (max-width: 750px) {
  #sec-2-movie {
    top: calc(100% * (336/723));
    right: 0;
    left: 0;
    width: calc(100% * (323/375));
    height: calc(100% * (182/723));
    margin: 0 auto
  }
}
@media screen and (min-width: 751px) {
  #sec-2-movie {
    top: calc(100% * (365/768));
    left: calc(100% * (793/1366));
    width: calc(100% * (440/1366));
    height: calc(100% * (248/768))
  }
}
#sec-2-movie video {
  pointer-events: none
}
@media screen and (max-width: 750px) {
  #sec-2-movie .play-icon-btn {
    width: calc(100% *(43/323))
  }
}
#sec-2-movie.play-icon-clicked video {
  pointer-events: all
}
#sec-2-movie.play-icon-clicked .play-icon-btn {
  pointer-events: none;
  opacity: 0
}
#sec-2-movie:before {
  content: '';
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3)
}
#sec-2-bg-circle {
  position: absolute
}
@media screen and (max-width: 750px) {
  #sec-2-bg-circle {
    display: none
  }
}
@media screen and (min-width: 751px) {
  #sec-2-bg-circle {
    top: calc(100% * (48/768));
    left: calc(100% * (337/1366));
    width: calc(100% * (692/1366));
    padding-bottom: calc(100% * (692/1366))
  }
}
#sec-2 .btn-more {
  position: relative;
  display: inline-block
}
@media (min-aspect-ratio: 375 / 800) and (max-width: 750px) {
  #sec-2 .btn-more {
    padding-top: calc(100vh * ( 24 / 800 ))
  }
}
@media (max-aspect-ratio: 375 / 800) and (max-width: 750px) {
  #sec-2 .btn-more {
    padding-top: calc(100vw * ( 24 / 375 ))
  }
}
@media (min-aspect-ratio: 1366 / 768) and (min-width: 751px) {
  #sec-2 .btn-more {
    padding-top: calc(100vh * ( 20 / 768 ))
  }
}
@media (max-aspect-ratio: 1366 / 768) and (min-width: 751px) {
  #sec-2 .btn-more {
    padding-top: calc(100vw * ( 20 / 1366 ))
  }
}
@media (min-aspect-ratio: 375 / 800) and (max-width: 750px) {
  #sec-2 .btn-more a {
    width: calc(100vh * ( 200 / 800 ))
  }
}
@media (max-aspect-ratio: 375 / 800) and (max-width: 750px) {
  #sec-2 .btn-more a {
    width: calc(100vw * ( 200 / 375 ))
  }
}
@media (min-aspect-ratio: 1366 / 768) and (min-width: 751px) {
  #sec-2 .btn-more a {
    width: calc(100vh * ( 200 / 768 ))
  }
}
@media (max-aspect-ratio: 1366 / 768) and (min-width: 751px) {
  #sec-2 .btn-more a {
    width: calc(100vw * ( 200 / 1366 ))
  }
}
#sec-2 .btn-more a span {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 0;
  text-align: center;
  border-radius: 100px;
  background: none
}
@media (min-aspect-ratio: 375 / 800) and (max-width: 750px) {
  #sec-2 .btn-more a span {
    line-height: calc(100vh * ( 40 / 800 ))
  }
}
@media (max-aspect-ratio: 375 / 800) and (max-width: 750px) {
  #sec-2 .btn-more a span {
    line-height: calc(100vw * ( 40 / 375 ))
  }
}
@media (min-aspect-ratio: 375 / 800) and (max-width: 750px) {
  #sec-2 .btn-more a span {
    font-size: calc(100vh * ( 16 / 800 ))
  }
}
@media (max-aspect-ratio: 375 / 800) and (max-width: 750px) {
  #sec-2 .btn-more a span {
    font-size: calc(100vw * ( 16 / 375 ))
  }
}
@media (min-aspect-ratio: 1366 / 768) and (min-width: 751px) {
  #sec-2 .btn-more a span {
    line-height: calc(100vh * ( 40 / 768 ))
  }
}
@media (max-aspect-ratio: 1366 / 768) and (min-width: 751px) {
  #sec-2 .btn-more a span {
    line-height: calc(100vw * ( 40 / 1366 ))
  }
}
@media (min-aspect-ratio: 1366 / 768) and (min-width: 751px) {
  #sec-2 .btn-more a span {
    font-size: calc(100vh * ( 16 / 768 ))
  }
}
@media (max-aspect-ratio: 1366 / 768) and (min-width: 751px) {
  #sec-2 .btn-more a span {
    font-size: calc(100vw * ( 16 / 1366 ))
  }
}
@-webkit-keyframes sec-2-rotate {
  0% {
    -webkit-transform: rotate(0deg) scale(1, 0.9);
    transform: rotate(0deg) scale(1, 0.9)
  }
  50% {
    -webkit-transform: rotate(180deg) scale(0.9, 1);
    transform: rotate(180deg) scale(0.9, 1)
  }
  100% {
    -webkit-transform: rotate(360deg) scale(1, 0.9);
    transform: rotate(360deg) scale(1, 0.9)
  }
}
@keyframes sec-2-rotate {
  0% {
    -webkit-transform: rotate(0deg) scale(1, 0.9);
    transform: rotate(0deg) scale(1, 0.9)
  }
  50% {
    -webkit-transform: rotate(180deg) scale(0.9, 1);
    transform: rotate(180deg) scale(0.9, 1)
  }
  100% {
    -webkit-transform: rotate(360deg) scale(1, 0.9);
    transform: rotate(360deg) scale(1, 0.9)
  }
}
@-webkit-keyframes sec-2-rotate_ {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg)
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg)
  }
}
@keyframes sec-2-rotate_ {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg)
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg)
  }
}
#white-bg {
  position: absolute;
  left: 0;
  width: 100%;
  height: 0px;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  pointer-events: none;
  opacity: 1
}
@media screen and (max-width: 750px) {
  #white-bg {
    bottom: 0
  }
}
@media screen and (min-width: 751px) {
  #white-bg {
    bottom: 0
  }
}
#white-bg.is-active {
  opacity: 1
}
#white-bg:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%
}
@media screen and (max-width: 750px) {
  #white-bg:before {
    height: 15vh
  }
}
@media screen and (min-width: 751px) {
  #white-bg:before {
    height: 30vh
  }
}
#wave-svg {
  position: absolute;
  bottom: calc(100% - 2px);
  height: auto;
  -webkit-transform: scaleY(1.2);
  transform: scaleY(1.2);
  -webkit-transform-origin: 50% 100%;
  transform-origin: 50% 100%
}
@media screen and (max-width: 750px) {
  #wave-svg {
    left: -95%;
    width: 200%
  }
}
@media screen and (min-width: 751px) {
  #wave-svg {
    left: -55%;
    width: 160%
  }
}
#sec-3 {
  overflow: visible;
  background-color: #fff
}
@media (min-aspect-ratio: 375 / 800) and (max-width: 750px) {
  #sec-3 {
    height: calc(100vh * ( 768 / 800 ))
  }
}
@media (max-aspect-ratio: 375 / 800) and (max-width: 750px) {
  #sec-3 {
    height: calc(100vw * ( 768 / 375 ))
  }
}
@media (min-aspect-ratio: 375 / 800) and (max-width: 750px) {
  #sec-3 {
    margin-top: calc(100vh * ( 150 / 800 ))
  }
}
@media (max-aspect-ratio: 375 / 800) and (max-width: 750px) {
  #sec-3 {
    margin-top: calc(100vw * ( 150 / 375 ))
  }
}
@media (min-aspect-ratio: 1366 / 768) and (min-width: 751px) {
  #sec-3 {
    height: calc(100vh * ( 768 / 768 ))
  }
}
@media (max-aspect-ratio: 1366 / 768) and (min-width: 751px) {
  #sec-3 {
    height: calc(100vw * ( 768 / 1366 ))
  }
}
#sec-4 {
  z-index: 2;
  overflow: visible;
  height: auto;
  margin-top: -4px
}
@media (min-aspect-ratio: 375 / 800) and (max-width: 750px) {
  #sec-4 {
    padding-top: calc(100vh * ( 150 / 800 ))
  }
}
@media (max-aspect-ratio: 375 / 800) and (max-width: 750px) {
  #sec-4 {
    padding-top: calc(100vw * ( 150 / 375 ))
  }
}
@media (min-aspect-ratio: 1366 / 768) and (min-width: 751px) {
  #sec-4 {
    padding-top: calc(100vh * ( 100 / 768 ))
  }
}
@media (max-aspect-ratio: 1366 / 768) and (min-width: 751px) {
  #sec-4 {
    padding-top: calc(100vw * ( 100 / 1366 ))
  }
}
#sec-4 .carousel-item .size-cover-frame {
  position: relative;
  top: 50%;
  left: 0;
  margin-right: auto;
  margin-left: auto;
  -webkit-transform: none;
  transform: none;
  -webkit-transform: translate(0%, -50%);
  transform: translate(0%, -50%)
}
#sec-4 .size-cover-frame {
  position: relative;
  top: 0;
  left: 0;
  margin-right: auto;
  margin-left: auto;
  -webkit-transform: none;
  transform: none
}
#sec-4 .size-cover-frame.for-obi {
  position: absolute;
  z-index: 3;
  right: 0;
  pointer-events: none
}
#sec-4 .size-cover-frame.for-dot {
  position: absolute;
  top: 0;
  right: 0;
  height: 0
}
@media screen and (min-width: 751px) {
  #sec-4 .size-cover-frame.for-dot {
    top: 50%
  }
}
@media (min-aspect-ratio: 375 / 800) and (max-width: 750px) {
  #sec-4 .obi-text {
    margin-bottom: calc(100vh * ( 4 / 800 ))
  }
}
@media (max-aspect-ratio: 375 / 800) and (max-width: 750px) {
  #sec-4 .obi-text {
    margin-bottom: calc(100vw * ( 4 / 375 ))
  }
}
@media (min-aspect-ratio: 375 / 800) and (max-width: 750px) {
  #sec-4 .obi-text {
    padding-top: calc(100vh * ( 15 / 800 ))
  }
}
@media (max-aspect-ratio: 375 / 800) and (max-width: 750px) {
  #sec-4 .obi-text {
    padding-top: calc(100vw * ( 15 / 375 ))
  }
}
@media (min-aspect-ratio: 375 / 800) and (max-width: 750px) {
  #sec-4 .obi-text {
    padding-bottom: calc(100vh * ( 15 / 800 ))
  }
}
@media (max-aspect-ratio: 375 / 800) and (max-width: 750px) {
  #sec-4 .obi-text {
    padding-bottom: calc(100vw * ( 15 / 375 ))
  }
}
@media (min-aspect-ratio: 375 / 800) and (max-width: 750px) {
  #sec-4 .obi-text {
    padding-left: calc(100vh * ( 18 / 800 ))
  }
}
@media (max-aspect-ratio: 375 / 800) and (max-width: 750px) {
  #sec-4 .obi-text {
    padding-left: calc(100vw * ( 18 / 375 ))
  }
}
@media (min-aspect-ratio: 375 / 800) and (max-width: 750px) {
  #sec-4 .obi-text {
    padding-right: calc(100vh * ( 18 / 800 ))
  }
}
@media (max-aspect-ratio: 375 / 800) and (max-width: 750px) {
  #sec-4 .obi-text {
    padding-right: calc(100vw * ( 18 / 375 ))
  }
}
@media (min-aspect-ratio: 375 / 800) and (max-width: 750px) {
  #sec-4 .obi-text {
    font-size: calc(100vh * ( 14 / 800 ))
  }
}
@media (max-aspect-ratio: 375 / 800) and (max-width: 750px) {
  #sec-4 .obi-text {
    font-size: calc(100vw * ( 14 / 375 ))
  }
}
@media (min-aspect-ratio: 1366 / 768) and (min-width: 751px) {
  #sec-4 .obi-text {
    margin-bottom: calc(100vh * ( 10 / 768 ))
  }
}
@media (max-aspect-ratio: 1366 / 768) and (min-width: 751px) {
  #sec-4 .obi-text {
    margin-bottom: calc(100vw * ( 10 / 1366 ))
  }
}
@media (min-aspect-ratio: 1366 / 768) and (min-width: 751px) {
  #sec-4 .obi-text {
    padding-top: calc(100vh * ( 15 / 768 ))
  }
}
@media (max-aspect-ratio: 1366 / 768) and (min-width: 751px) {
  #sec-4 .obi-text {
    padding-top: calc(100vw * ( 15 / 1366 ))
  }
}
@media (min-aspect-ratio: 1366 / 768) and (min-width: 751px) {
  #sec-4 .obi-text {
    padding-bottom: calc(100vh * ( 15 / 768 ))
  }
}
@media (max-aspect-ratio: 1366 / 768) and (min-width: 751px) {
  #sec-4 .obi-text {
    padding-bottom: calc(100vw * ( 15 / 1366 ))
  }
}
@media (min-aspect-ratio: 1366 / 768) and (min-width: 751px) {
  #sec-4 .obi-text {
    padding-left: calc(100vh * ( 11 / 768 ))
  }
}
@media (max-aspect-ratio: 1366 / 768) and (min-width: 751px) {
  #sec-4 .obi-text {
    padding-left: calc(100vw * ( 11 / 1366 ))
  }
}
@media (min-aspect-ratio: 1366 / 768) and (min-width: 751px) {
  #sec-4 .obi-text {
    padding-right: calc(100vh * ( 11 / 768 ))
  }
}
@media (max-aspect-ratio: 1366 / 768) and (min-width: 751px) {
  #sec-4 .obi-text {
    padding-right: calc(100vw * ( 11 / 1366 ))
  }
}
@media (min-aspect-ratio: 1366 / 768) and (min-width: 751px) {
  #sec-4 .obi-text {
    font-size: calc(100vh * ( 16 / 768 ))
  }
}
@media (max-aspect-ratio: 1366 / 768) and (min-width: 751px) {
  #sec-4 .obi-text {
    font-size: calc(100vw * ( 16 / 1366 ))
  }
}
.for-obi .obi-box {
  position: absolute;
  top: 0;
  left: 0
}
@media screen and (max-width: 750px) {
  [data-index="0"] .for-obi .obi-box {
    margin: calc(100%*((450 - 88 - 95)/375)) 0 0 calc(100%*(25/375))
  }
}
@media screen and (min-width: 751px) {
  [data-index="0"] .for-obi .obi-box {
    margin: calc(100%*(200/1366)) 0 0 calc(100%*(329/1366))
  }
}
@media screen and (max-width: 750px) {
  [data-index="1"] .for-obi .obi-box {
    right: 0;
    left: auto;
    margin: calc(100%*((253 - 88)/375)) calc(100%*(25/375)) 0 0
  }
}
@media screen and (min-width: 751px) {
  [data-index="1"] .for-obi .obi-box {
    margin: calc(100%*(319/1366)) 0 0 calc(100%*(683/1366))
  }
}
@media screen and (max-width: 750px) {
  [data-index="2"] .for-obi .obi-box {
    margin: calc(100%*((254 - 88)/375)) 0 0 calc(100%*(25/375))
  }
}
@media screen and (min-width: 751px) {
  [data-index="2"] .for-obi .obi-box {
    margin: calc(100%*(319/1366)) 0 0 calc(100%*(329/1366))
  }
}
.carousel-item {
  position: relative;
  height: 33.33%
}
.carousel-item:nth-child(1) {
  z-index: 3
}
.carousel-item:nth-child(2) {
  z-index: 2
}
.carousel-item:nth-child(3) {
  z-index: 1
}
.sec-4-carousel {
  position: relative;
  top: 0;
  left: 0;
  width: 100%
}
@media (min-aspect-ratio: 375 / 800) and (max-width: 750px) {
  .sec-4-carousel {
    height: calc(100vh * ( 1843.65 / 800 ))
  }
}
@media (max-aspect-ratio: 375 / 800) and (max-width: 750px) {
  .sec-4-carousel {
    height: calc(100vw * ( 1843.65 / 375 ))
  }
}
@media (min-aspect-ratio: 1366 / 768) and (min-width: 751px) {
  .sec-4-carousel {
    height: calc(100vh * ( 1497.6 / 768 ))
  }
}
@media (max-aspect-ratio: 1366 / 768) and (min-width: 751px) {
  .sec-4-carousel {
    height: calc(100vw * ( 1497.6 / 1366 ))
  }
}
.sec-4-carousel-in {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%
}
@media screen and (max-width: 750px) {
  .sec-4-carousel[data-index="2"] .size-cover-frame {
    margin-bottom: 10%
  }
}
.sec-4-carousel .slick-slide {
  opacity: 1 !important
}
.carousel-pic {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  border-radius: 100%;
  background-color: #333
}
@media screen and (max-width: 750px) {
  .carousel-pic {
    width: calc(100%*(365/375));
    padding-bottom: calc(100%*(365/375))
  }
}
@media screen and (min-width: 751px) {
  .carousel-pic {
    width: calc(100%*(447/1366));
    padding-bottom: calc(100%*(447/1366))
  }
}
.carousel-pic img {
  position: absolute;
  width: 100%;
  height: 100%
}
@media (min-aspect-ratio: 375 / 800) and (max-width: 750px) {
  [data-subindex="1"] .carousel-pic {
    top: calc(100vh * ( -10 / 800 ))
  }
}
@media (max-aspect-ratio: 375 / 800) and (max-width: 750px) {
  [data-subindex="1"] .carousel-pic {
    top: calc(100vw * ( -10 / 375 ))
  }
}
@media (min-aspect-ratio: 1366 / 768) and (min-width: 751px) {
  [data-subindex="1"] .carousel-pic {
    top: calc(100vh * ( -10 / 768 ))
  }
}
@media (max-aspect-ratio: 1366 / 768) and (min-width: 751px) {
  [data-subindex="1"] .carousel-pic {
    top: calc(100vw * ( -10 / 1366 ))
  }
}
@media (min-aspect-ratio: 375 / 800) and (max-width: 750px) {
  [data-subindex="2"] .carousel-pic {
    left: calc(100vh * ( 10 / 800 ))
  }
}
@media (max-aspect-ratio: 375 / 800) and (max-width: 750px) {
  [data-subindex="2"] .carousel-pic {
    left: calc(100vw * ( 10 / 375 ))
  }
}
@media (min-aspect-ratio: 1366 / 768) and (min-width: 751px) {
  [data-subindex="2"] .carousel-pic {
    left: calc(100vh * ( 10 / 768 ))
  }
}
@media (max-aspect-ratio: 1366 / 768) and (min-width: 751px) {
  [data-subindex="2"] .carousel-pic {
    left: calc(100vw * ( 10 / 1366 ))
  }
}
@media screen and (max-width: 750px) {
  [data-index="0"] .carousel-pic {
    margin: calc(100%*((183 - 88)/375)) 0 0 calc(100%*(100/375))
  }
}
@media screen and (min-width: 751px) {
  [data-index="0"] .carousel-pic {
    margin: calc(100%*(212/1366)) 0 0 calc(100%*(683/1366))
  }
}
@media screen and (max-width: 750px) {
  [data-index="1"] .carousel-pic {
    margin: calc(100%*((406 - 88)/375)) 0 0 calc(100%*(-99/375))
  }
}
@media screen and (min-width: 751px) {
  [data-index="1"] .carousel-pic {
    margin: calc(100%*(212/1366)) 0 0 calc(100%*(139/1366))
  }
}
@media screen and (max-width: 750px) {
  [data-index="2"] .carousel-pic {
    margin: calc(100%*((470 - 88)/375)) 0 0 calc(100%*(100/375))
  }
}
@media screen and (min-width: 751px) {
  [data-index="2"] .carousel-pic {
    margin: calc(100%*(212/1366)) 0 0 calc(100%*(683/1366))
  }
}
.carousel-title {
  position: absolute;
  top: 0;
  left: 0;
  font-family: 'Roboto',sans-serif;
  font-weight: 100;
  font-style: italic
}
@media (min-aspect-ratio: 375 / 800) and (max-width: 750px) {
  .carousel-title {
    line-height: calc(100vh * ( 46 / 800 ))
  }
}
@media (max-aspect-ratio: 375 / 800) and (max-width: 750px) {
  .carousel-title {
    line-height: calc(100vw * ( 46 / 375 ))
  }
}
@media (min-aspect-ratio: 375 / 800) and (max-width: 750px) {
  .carousel-title {
    font-size: calc(100vh * ( 35 / 800 ))
  }
}
@media (max-aspect-ratio: 375 / 800) and (max-width: 750px) {
  .carousel-title {
    font-size: calc(100vw * ( 35 / 375 ))
  }
}
@media (min-aspect-ratio: 1366 / 768) and (min-width: 751px) {
  .carousel-title {
    line-height: calc(100vh * ( 50 / 768 ))
  }
}
@media (max-aspect-ratio: 1366 / 768) and (min-width: 751px) {
  .carousel-title {
    line-height: calc(100vw * ( 50 / 1366 ))
  }
}
@media (min-aspect-ratio: 1366 / 768) and (min-width: 751px) {
  .carousel-title {
    font-size: calc(100vh * ( 38 / 768 ))
  }
}
@media (max-aspect-ratio: 1366 / 768) and (min-width: 751px) {
  .carousel-title {
    font-size: calc(100vw * ( 38 / 1366 ))
  }
}
@media screen and (max-width: 750px) {
  [data-index="0"] .carousel-title {
    margin: calc(100%*((527 - 88)/375)) 0 0 calc(100%*(25/375))
  }
}
@media screen and (min-width: 751px) {
  [data-index="0"] .carousel-title {
    margin: calc(100%*(399/1366)) 0 0 calc(100%*(329/1366))
  }
}
[data-index="1"] .carousel-title {
  text-align: right
}
@media screen and (max-width: 750px) {
  [data-index="1"] .carousel-title {
    right: 0;
    left: auto;
    margin: calc(100%*((413 - 88)/375)) calc(100%*(25/375)) 0 0
  }
}
@media screen and (min-width: 751px) {
  [data-index="1"] .carousel-title {
    margin: calc(100%*(399/1366)) 0 0 calc(100%*(683/1366))
  }
}
@media screen and (max-width: 750px) {
  [data-index="2"] .carousel-title {
    margin: calc(100%*((331 - 88)/375)) 0 0 calc(100%*(23/375))
  }
}
@media screen and (min-width: 751px) {
  [data-index="2"] .carousel-title {
    margin: calc(100%*(399/1366)) 0 0 calc(100%*(329/1366))
  }
}
.carousel-text {
  position: absolute;
  top: 0;
  left: 0;
  word-break: break-all
}
@media (min-aspect-ratio: 375 / 800) and (max-width: 750px) {
  .carousel-text {
    line-height: calc(100vh * ( 46 / 800 ))
  }
}
@media (max-aspect-ratio: 375 / 800) and (max-width: 750px) {
  .carousel-text {
    line-height: calc(100vw * ( 46 / 375 ))
  }
}
@media (min-aspect-ratio: 375 / 800) and (max-width: 750px) {
  .carousel-text {
    font-size: calc(100vh * ( 12 / 800 ))
  }
}
@media (max-aspect-ratio: 375 / 800) and (max-width: 750px) {
  .carousel-text {
    font-size: calc(100vw * ( 12 / 375 ))
  }
}
@media (min-aspect-ratio: 1366 / 768) and (min-width: 751px) {
  .carousel-text {
    line-height: calc(100vh * ( 50 / 768 ))
  }
}
@media (max-aspect-ratio: 1366 / 768) and (min-width: 751px) {
  .carousel-text {
    line-height: calc(100vw * ( 50 / 1366 ))
  }
}
@media (min-aspect-ratio: 1366 / 768) and (min-width: 751px) {
  .carousel-text {
    font-size: calc(100vh * ( 14 / 768 ))
  }
}
@media (max-aspect-ratio: 1366 / 768) and (min-width: 751px) {
  .carousel-text {
    font-size: calc(100vw * ( 14 / 1366 ))
  }
}
@media screen and (max-width: 750px) {
  .carousel-text {
    line-height: 2
  }
}
@media screen and (min-width: 751px) {
  .carousel-text {
    line-height: 1.71429
  }
}
@media screen and (max-width: 750px) {
  [data-index="0"] .carousel-text {
    margin: calc(100%*((598 - 88 - 6)/375)) 0 0 calc(100%*(25/375))
  }
}
@media screen and (min-width: 751px) {
  [data-index="0"] .carousel-text {
    margin: calc(100%*((473 - 5)/1366)) 0 0 calc(100%*(329/1366))
  }
}
@media (min-aspect-ratio: 375 / 800) and (max-width: 750px) {
  [data-index="0"] .carousel-text {
    width: calc(100vh * ( 270 / 800 ))
  }
}
@media (max-aspect-ratio: 375 / 800) and (max-width: 750px) {
  [data-index="0"] .carousel-text {
    width: calc(100vw * ( 270 / 375 ))
  }
}
@media (min-aspect-ratio: 1366 / 768) and (min-width: 751px) {
  [data-index="0"] .carousel-text {
    width: calc(100vh * ( 310 / 768 ))
  }
}
@media (max-aspect-ratio: 1366 / 768) and (min-width: 751px) {
  [data-index="0"] .carousel-text {
    width: calc(100vw * ( 310 / 1366 ))
  }
}
@media (min-aspect-ratio: 375 / 800) and (max-width: 750px) {
  [data-index="1"] .carousel-text {
    width: calc(100vh * ( 305 / 800 ))
  }
}
@media (max-aspect-ratio: 375 / 800) and (max-width: 750px) {
  [data-index="1"] .carousel-text {
    width: calc(100vw * ( 305 / 375 ))
  }
}
@media (min-aspect-ratio: 1366 / 768) and (min-width: 751px) {
  [data-index="1"] .carousel-text {
    width: calc(100vh * ( 360 / 768 ))
  }
}
@media (max-aspect-ratio: 1366 / 768) and (min-width: 751px) {
  [data-index="1"] .carousel-text {
    width: calc(100vw * ( 360 / 1366 ))
  }
}
@media screen and (max-width: 750px) {
  [data-index="1"] .carousel-text {
    right: 0;
    left: auto;
    margin: calc(100%*((343 - 88 - 6)/375)) calc(100%*(25/375)) 0 0;
    text-align: right
  }
}
@media screen and (min-width: 751px) {
  [data-index="1"] .carousel-text {
    margin: calc(100%*((473 - 5)/1366)) 0 0 calc(100%*(683/1366))
  }
}
@media (min-aspect-ratio: 375 / 800) and (max-width: 750px) {
  [data-index="2"] .carousel-text {
    width: calc(100vh * ( 250 / 800 ))
  }
}
@media (max-aspect-ratio: 375 / 800) and (max-width: 750px) {
  [data-index="2"] .carousel-text {
    width: calc(100vw * ( 250 / 375 ))
  }
}
@media (min-aspect-ratio: 1366 / 768) and (min-width: 751px) {
  [data-index="2"] .carousel-text {
    width: calc(100vh * ( 330 / 768 ))
  }
}
@media (max-aspect-ratio: 1366 / 768) and (min-width: 751px) {
  [data-index="2"] .carousel-text {
    width: calc(100vw * ( 330 / 1366 ))
  }
}
@media screen and (max-width: 750px) {
  [data-index="2"] .carousel-text {
    margin: calc(100%*((402 - 88 - 6)/375)) 0 0 calc(100%*(25/375))
  }
}
@media screen and (min-width: 751px) {
  [data-index="2"] .carousel-text {
    margin: calc(100%*((473 - 5)/1366)) 0 0 calc(100%*(341/1366))
  }
}
.btn-more {
  position: absolute;
  top: 0;
  left: 0
}
.btn-more a,
.btn-more-in {
  position: relative;
  display: block;
  text-decoration: none
}
@media (min-aspect-ratio: 375 / 800) and (max-width: 750px) {
  .btn-more a,
  .btn-more-in {
    width: calc(100vh * ( 85 / 800 ))
  }
}
@media (max-aspect-ratio: 375 / 800) and (max-width: 750px) {
  .btn-more a,
  .btn-more-in {
    width: calc(100vw * ( 85 / 375 ))
  }
}
@media (min-aspect-ratio: 1366 / 768) and (min-width: 751px) {
  .btn-more a,
  .btn-more-in {
    width: calc(100vh * ( 85 / 768 ))
  }
}
@media (max-aspect-ratio: 1366 / 768) and (min-width: 751px) {
  .btn-more a,
  .btn-more-in {
    width: calc(100vw * ( 85 / 1366 ))
  }
}
.btn-more a:after,
.btn-more-in:after {
  content: '';
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translate(50%, -50%);
  transform: translate(50%, -50%);
  background-color: #d71920
}
@media (min-aspect-ratio: 375 / 800) and (max-width: 750px) {
  .btn-more a:after,
  .btn-more-in:after {
    width: calc(100vh * ( 50 / 800 ))
  }
}
@media (max-aspect-ratio: 375 / 800) and (max-width: 750px) {
  .btn-more a:after,
  .btn-more-in:after {
    width: calc(100vw * ( 50 / 375 ))
  }
}
@media (min-aspect-ratio: 375 / 800) and (max-width: 750px) {
  .btn-more a:after,
  .btn-more-in:after {
    height: calc(100vh * ( 1 / 800 ))
  }
}
@media (max-aspect-ratio: 375 / 800) and (max-width: 750px) {
  .btn-more a:after,
  .btn-more-in:after {
    height: calc(100vw * ( 1 / 375 ))
  }
}
@media (min-aspect-ratio: 1366 / 768) and (min-width: 751px) {
  .btn-more a:after,
  .btn-more-in:after {
    width: calc(100vh * ( 50 / 768 ))
  }
}
@media (max-aspect-ratio: 1366 / 768) and (min-width: 751px) {
  .btn-more a:after,
  .btn-more-in:after {
    width: calc(100vw * ( 50 / 1366 ))
  }
}
@media (min-aspect-ratio: 1366 / 768) and (min-width: 751px) {
  .btn-more a:after,
  .btn-more-in:after {
    height: calc(100vh * ( 1 / 768 ))
  }
}
@media (max-aspect-ratio: 1366 / 768) and (min-width: 751px) {
  .btn-more a:after,
  .btn-more-in:after {
    height: calc(100vw * ( 1 / 1366 ))
  }
}
.btn-more a:before,
.btn-more-in:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 100%;
  -webkit-transition: margin-left .3s;
  transition: margin-left .3s;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background-image: url("../images/icon/arrow_2_red.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain
}
@media (min-aspect-ratio: 375 / 800) and (max-width: 750px) {
  .btn-more a:before,
  .btn-more-in:before {
    width: calc(100vh * ( 9 / 800 ))
  }
}
@media (max-aspect-ratio: 375 / 800) and (max-width: 750px) {
  .btn-more a:before,
  .btn-more-in:before {
    width: calc(100vw * ( 9 / 375 ))
  }
}
@media (min-aspect-ratio: 375 / 800) and (max-width: 750px) {
  .btn-more a:before,
  .btn-more-in:before {
    height: calc(100vh * ( 9 / 800 ))
  }
}
@media (max-aspect-ratio: 375 / 800) and (max-width: 750px) {
  .btn-more a:before,
  .btn-more-in:before {
    height: calc(100vw * ( 9 / 375 ))
  }
}
@media (min-aspect-ratio: 375 / 800) and (max-width: 750px) {
  .btn-more a:before,
  .btn-more-in:before {
    margin-left: calc(100vh * ( 36 / 800 ))
  }
}
@media (max-aspect-ratio: 375 / 800) and (max-width: 750px) {
  .btn-more a:before,
  .btn-more-in:before {
    margin-left: calc(100vw * ( 36 / 375 ))
  }
}
@media (min-aspect-ratio: 1366 / 768) and (min-width: 751px) {
  .btn-more a:before,
  .btn-more-in:before {
    width: calc(100vh * ( 9 / 768 ))
  }
}
@media (max-aspect-ratio: 1366 / 768) and (min-width: 751px) {
  .btn-more a:before,
  .btn-more-in:before {
    width: calc(100vw * ( 9 / 1366 ))
  }
}
@media (min-aspect-ratio: 1366 / 768) and (min-width: 751px) {
  .btn-more a:before,
  .btn-more-in:before {
    height: calc(100vh * ( 9 / 768 ))
  }
}
@media (max-aspect-ratio: 1366 / 768) and (min-width: 751px) {
  .btn-more a:before,
  .btn-more-in:before {
    height: calc(100vw * ( 9 / 1366 ))
  }
}
@media (min-aspect-ratio: 1366 / 768) and (min-width: 751px) {
  .btn-more a:before,
  .btn-more-in:before {
    margin-left: calc(100vh * ( 36 / 768 ))
  }
}
@media (max-aspect-ratio: 1366 / 768) and (min-width: 751px) {
  .btn-more a:before,
  .btn-more-in:before {
    margin-left: calc(100vw * ( 36 / 1366 ))
  }
}
.btn-more span {
  position: relative;
  display: block;
  font-weight: 300;
  font-style: italic;
  color: #d71920;
  border: 1px solid;
  background-color: #fff
}
@media (min-aspect-ratio: 375 / 800) and (max-width: 750px) {
  .btn-more span {
    border-radius: calc(100vh * ( 13.5 / 800 ))
  }
}
@media (max-aspect-ratio: 375 / 800) and (max-width: 750px) {
  .btn-more span {
    border-radius: calc(100vw * ( 13.5 / 375 ))
  }
}
@media (min-aspect-ratio: 375 / 800) and (max-width: 750px) {
  .btn-more span {
    font-size: calc(100vh * ( 12 / 800 ))
  }
}
@media (max-aspect-ratio: 375 / 800) and (max-width: 750px) {
  .btn-more span {
    font-size: calc(100vw * ( 12 / 375 ))
  }
}
@media (min-aspect-ratio: 375 / 800) and (max-width: 750px) {
  .btn-more span {
    line-height: calc(100vh * ( 27 / 800 ))
  }
}
@media (max-aspect-ratio: 375 / 800) and (max-width: 750px) {
  .btn-more span {
    line-height: calc(100vw * ( 27 / 375 ))
  }
}
@media (min-aspect-ratio: 375 / 800) and (max-width: 750px) {
  .btn-more span {
    padding-left: calc(100vh * ( 20 / 800 ))
  }
}
@media (max-aspect-ratio: 375 / 800) and (max-width: 750px) {
  .btn-more span {
    padding-left: calc(100vw * ( 20 / 375 ))
  }
}
@media (min-aspect-ratio: 1366 / 768) and (min-width: 751px) {
  .btn-more span {
    border-radius: calc(100vh * ( 13.5 / 768 ))
  }
}
@media (max-aspect-ratio: 1366 / 768) and (min-width: 751px) {
  .btn-more span {
    border-radius: calc(100vw * ( 13.5 / 1366 ))
  }
}
@media (min-aspect-ratio: 1366 / 768) and (min-width: 751px) {
  .btn-more span {
    font-size: calc(100vh * ( 12 / 768 ))
  }
}
@media (max-aspect-ratio: 1366 / 768) and (min-width: 751px) {
  .btn-more span {
    font-size: calc(100vw * ( 12 / 1366 ))
  }
}
@media (min-aspect-ratio: 1366 / 768) and (min-width: 751px) {
  .btn-more span {
    line-height: calc(100vh * ( 27 / 768 ))
  }
}
@media (max-aspect-ratio: 1366 / 768) and (min-width: 751px) {
  .btn-more span {
    line-height: calc(100vw * ( 27 / 1366 ))
  }
}
@media (min-aspect-ratio: 1366 / 768) and (min-width: 751px) {
  .btn-more span {
    padding-left: calc(100vh * ( 20 / 768 ))
  }
}
@media (max-aspect-ratio: 1366 / 768) and (min-width: 751px) {
  .btn-more span {
    padding-left: calc(100vw * ( 20 / 1366 ))
  }
}
.btn-more span:before {
  content: 'More'
}
.carousel-text .btn-more span:before {
  display: inline-block;
  -webkit-transform: scale(0.5);
  transform: scale(0.5);
  -webkit-transform-origin: 0% 100%;
  transform-origin: 0% 100%;
  white-space: pre
}
@media (min-aspect-ratio: 375 / 800) and (max-width: 750px) {
  .carousel-text .btn-more span:before {
    font-size: calc(100vh * ( 24 / 800 ))
  }
}
@media (max-aspect-ratio: 375 / 800) and (max-width: 750px) {
  .carousel-text .btn-more span:before {
    font-size: calc(100vw * ( 24 / 375 ))
  }
}
@media (min-aspect-ratio: 375 / 800) and (max-width: 750px) {
  .carousel-text .btn-more span:before {
    line-height: calc(100vh * ( 12 / 800 ))
  }
}
@media (max-aspect-ratio: 375 / 800) and (max-width: 750px) {
  .carousel-text .btn-more span:before {
    line-height: calc(100vw * ( 12 / 375 ))
  }
}
@media (min-aspect-ratio: 1366 / 768) and (min-width: 751px) {
  .carousel-text .btn-more span:before {
    font-size: calc(100vh * ( 24 / 768 ))
  }
}
@media (max-aspect-ratio: 1366 / 768) and (min-width: 751px) {
  .carousel-text .btn-more span:before {
    font-size: calc(100vw * ( 24 / 1366 ))
  }
}
@media (min-aspect-ratio: 1366 / 768) and (min-width: 751px) {
  .carousel-text .btn-more span:before {
    line-height: calc(100vh * ( 12 / 768 ))
  }
}
@media (max-aspect-ratio: 1366 / 768) and (min-width: 751px) {
  .carousel-text .btn-more span:before {
    line-height: calc(100vw * ( 12 / 1366 ))
  }
}
.btn-more a:hover span:before {
  content: 'Click!!'
}
@media (min-aspect-ratio: 1366 / 768) and (min-width: 751px) {
  .btn-more a:hover:before {
    margin-left: calc(100vh * ( 20 / 768 ))
  }
}
@media (max-aspect-ratio: 1366 / 768) and (min-width: 751px) {
  .btn-more a:hover:before {
    margin-left: calc(100vw * ( 20 / 1366 ))
  }
}
@media screen and (max-width: 750px) {
  [data-index="0"] .btn-more {
    margin: calc(100%*(22/375)) 0 0 calc(100%*(0/375))
  }
}
@media screen and (min-width: 751px) {
  [data-index="0"] .btn-more {
    margin: calc(100%*(403/1366)) 0 0 calc(100%*(0/1366))
  }
}
@media (min-aspect-ratio: 375 / 800) and (max-width: 750px) {
  [data-index="1"] .btn-more {
    right: calc(100vh * ( 43 / 800 ))
  }
}
@media (max-aspect-ratio: 375 / 800) and (max-width: 750px) {
  [data-index="1"] .btn-more {
    right: calc(100vw * ( 43 / 375 ))
  }
}
@media screen and (max-width: 750px) {
  [data-index="1"] .btn-more {
    left: auto;
    margin: calc(100%*(22/375)) calc(100%*(25/375)) 0 0
  }
}
@media screen and (min-width: 751px) {
  [data-index="1"] .btn-more {
    margin: calc(100%*(403/1366)) 0 0 calc(100%*(683/1366))
  }
}
@media screen and (max-width: 750px) {
  [data-index="2"] .btn-more {
    margin: calc(100%*(56/375)) 0 0 calc(100%*(25/375))
  }
}
@media screen and (min-width: 751px) {
  [data-index="2"] .btn-more {
    margin: calc(100%*(403/1366)) 0 0 calc(100%*(329/1366))
  }
}
.carousel-text .btn-more {
  position: relative
}
.dot-box {
  position: absolute;
  top: 0;
  left: 0;
  text-align: left
}
@media (min-aspect-ratio: 375 / 800) and (max-width: 750px) {
  .dot-box {
    width: calc(100vh * ( 117 / 800 ))
  }
}
@media (max-aspect-ratio: 375 / 800) and (max-width: 750px) {
  .dot-box {
    width: calc(100vw * ( 117 / 375 ))
  }
}
@media (min-aspect-ratio: 375 / 800) and (max-width: 750px) {
  .dot-box {
    height: calc(100vh * ( 7 / 800 ))
  }
}
@media (max-aspect-ratio: 375 / 800) and (max-width: 750px) {
  .dot-box {
    height: calc(100vw * ( 7 / 375 ))
  }
}
@media (min-aspect-ratio: 1366 / 768) and (min-width: 751px) {
  .dot-box {
    width: calc(100vh * ( 117 / 768 ))
  }
}
@media (max-aspect-ratio: 1366 / 768) and (min-width: 751px) {
  .dot-box {
    width: calc(100vw * ( 117 / 1366 ))
  }
}
@media (min-aspect-ratio: 1366 / 768) and (min-width: 751px) {
  .dot-box {
    height: calc(100vh * ( 7 / 768 ))
  }
}
@media (max-aspect-ratio: 1366 / 768) and (min-width: 751px) {
  .dot-box {
    height: calc(100vw * ( 7 / 1366 ))
  }
}
.dot-box .slick-dots li button {
  width: 0;
  height: 0;
  padding: 0
}
.dot-box .slick-dots {
  bottom: 0;
  text-align: left
}
@media (min-aspect-ratio: 375 / 800) and (max-width: 750px) {
  .dot-box .slick-dots {
    height: calc(100vh * ( 8.32 / 800 ))
  }
}
@media (max-aspect-ratio: 375 / 800) and (max-width: 750px) {
  .dot-box .slick-dots {
    height: calc(100vw * ( 8.32 / 375 ))
  }
}
@media (min-aspect-ratio: 1366 / 768) and (min-width: 751px) {
  .dot-box .slick-dots {
    height: calc(100vh * ( 8.32 / 768 ))
  }
}
@media (max-aspect-ratio: 1366 / 768) and (min-width: 751px) {
  .dot-box .slick-dots {
    height: calc(100vw * ( 8.32 / 1366 ))
  }
}
.dot-box .slick-dots li button:before {
  width: 0;
  height: 0;
  line-height: 0;
  opacity: 0 !important
}
.dot-box .slick-dots li {
  width: 8px;
  height: 8px;
  vertical-align: top;
  border-radius: 100%;
  background-color: #1d1d1b
}
@media (min-aspect-ratio: 375 / 800) and (max-width: 750px) {
  .dot-box .slick-dots li {
    margin-left: calc(100vh * ( 7.5 / 800 ))
  }
}
@media (max-aspect-ratio: 375 / 800) and (max-width: 750px) {
  .dot-box .slick-dots li {
    margin-left: calc(100vw * ( 7.5 / 375 ))
  }
}
@media (min-aspect-ratio: 375 / 800) and (max-width: 750px) {
  .dot-box .slick-dots li {
    margin-right: calc(100vh * ( 7.5 / 800 ))
  }
}
@media (max-aspect-ratio: 375 / 800) and (max-width: 750px) {
  .dot-box .slick-dots li {
    margin-right: calc(100vw * ( 7.5 / 375 ))
  }
}
@media (min-aspect-ratio: 1366 / 768) and (min-width: 751px) {
  .dot-box .slick-dots li {
    margin-left: calc(100vh * ( 7.5 / 768 ))
  }
}
@media (max-aspect-ratio: 1366 / 768) and (min-width: 751px) {
  .dot-box .slick-dots li {
    margin-left: calc(100vw * ( 7.5 / 1366 ))
  }
}
@media (min-aspect-ratio: 1366 / 768) and (min-width: 751px) {
  .dot-box .slick-dots li {
    margin-right: calc(100vh * ( 7.5 / 768 ))
  }
}
@media (max-aspect-ratio: 1366 / 768) and (min-width: 751px) {
  .dot-box .slick-dots li {
    margin-right: calc(100vw * ( 7.5 / 1366 ))
  }
}
.dot-box .slick-dots li.slick-active {
  background-color: #c10014
}
@media screen and (max-width: 750px) {
  [data-index="0"] .dot-box {
    margin: calc(100%*((670 - 88)/375)) 0 0 calc(100%*(24/375))
  }
}
@media screen and (min-width: 751px) {
  [data-index="0"] .dot-box {
    margin: calc(100%*((551 - 374)/1366)) 0 0 calc(100%*(328/1366))
  }
}
@media screen and (max-width: 750px) {
  [data-index="1"] .dot-box {
    right: 0;
    left: auto;
    margin: calc(100%*((490 - 88)/375)) calc(100%*(24/375)) 0 0
  }
  [data-index="1"] .dot-box .slick-dots {
    text-align: right
  }
}
@media screen and (min-width: 751px) {
  [data-index="1"] .dot-box {
    margin: calc(100%*((551 - 350)/1366)) 0 0 calc(100%*(683/1366))
  }
}
@media screen and (max-width: 750px) {
  [data-index="2"] .dot-box {
    margin: calc(100%*((490 - 88)/375)) 0 0 calc(100%*(24/375))
  }
}
@media screen and (min-width: 751px) {
  [data-index="2"] .dot-box {
    margin: calc(100%*((551 - 350)/1366)) 0 0 calc(100%*(328/1366))
  }
}
.sec-4-ikura {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none
}
.sec-4-ikura-block {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: auto
}
.sec-4-ikura-block #blurM {
  -webkit-filter: blur(10px);
  filter: blur(10px);
  opacity: 0.31
}
.sec-4-ikura-block #blusS {
  -webkit-filter: blur(5px);
  filter: blur(5px);
  opacity: 0.2
}
.sec-4-ikura-div {
  position: relative;
  margin-top: 0;
  pointer-events: none
}
@media screen and (max-width: 750px) {
  .sec-4-ikura-div {
    left: 50%;
    width: calc(100%*(766/375));
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0)
  }
}
.sec-4-ikura-div-in {
  position: relative;
  width: 100%
}
.sec-4-ikura-div-in div[data-index] {
  position: relative;
  width: 100%;
  padding-bottom: calc(100%*(829/1416))
}
@media screen and (max-width: 750px) {
  .sec-4-ikura-div-in div[data-index][data-index="3"] {
    display: none
  }
  .sec-4-ikura-div-in div[data-index][data-index="4"] {
    display: none
  }
  .sec-4-ikura-div-in div[data-index][data-index="5"] {
    display: none
  }
  .sec-4-ikura-div-in div[data-index][data-index="6"] {
    display: none
  }
  .sec-4-ikura-div-in div[data-index][data-index="7"] {
    display: none
  }
  .sec-4-ikura-div-in div[data-index][data-index="8"] {
    display: none
  }
  .sec-4-ikura-div-in div[data-index][data-index="9"] {
    display: none
  }
}
@media screen and (min-width: 751px) {
  .sec-4-ikura-div-in div[data-index][data-index="3"] {
    display: none
  }
  .sec-4-ikura-div-in div[data-index][data-index="4"] {
    display: none
  }
  .sec-4-ikura-div-in div[data-index][data-index="5"] {
    display: none
  }
  .sec-4-ikura-div-in div[data-index][data-index="6"] {
    display: none
  }
  .sec-4-ikura-div-in div[data-index][data-index="7"] {
    display: none
  }
  .sec-4-ikura-div-in div[data-index][data-index="8"] {
    display: none
  }
  .sec-4-ikura-div-in div[data-index][data-index="9"] {
    display: none
  }
}
@media screen and (min-width: 751px) {
  .sec-4-ikura-div-in div[data-index][data-index="1"] {
    display: none
  }
}
@media screen and (min-width: 751px) {
  .sec-4-ikura-div-in div[data-index][data-index="2"] {
    display: none
  }
}
.sec-4-ikura-div-in div[data-index] > div {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%
}
.sec-4-ikura-div-in div[data-index] > div > div {
  position: absolute;
  top: 0;
  left: 0
}
.sec-4-ikura-div-in div[data-index] > div > div > div {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 100%
}
.state-playing {
  will-change: transform
}
.color-0 {
  -webkit-animation-name: color-0;
  animation-name: color-0;
  -webkit-animation-play-state: paused;
  animation-play-state: paused;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-direction: alternate;
  animation-direction: alternate;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both
}
.color-1 {
  -webkit-animation-name: color-1;
  animation-name: color-1;
  -webkit-animation-play-state: paused;
  animation-play-state: paused;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-direction: alternate;
  animation-direction: alternate;
  opacity: 0;
  background-color: #fff !important;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both
}
.color-1:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 100%
}
.color-2 {
  -webkit-animation-name: color-2;
  animation-name: color-2;
  -webkit-animation-play-state: paused;
  animation-play-state: paused;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-direction: alternate;
  animation-direction: alternate;
  opacity: 0;
  background-color: #fff !important;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both
}
.color-2:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 100%
}
#blurM > div {
  -webkit-filter: blur(10px);
  filter: blur(10px)
}
#blurM > div .color-0 {
  -webkit-animation: none !important;
  animation: none !important;
  background: #dc000c;
  background: linear-gradient(138deg, #dc000c 0%, #80171f 100%)
}
#blurM > div .color-1 {
  display: none
}
#blurM > div .color-1:before {
  background: #dc000c;
  background: linear-gradient(138deg, #dc000c 0%, #80171f 100%)
}
#blurM > div .color-2 {
  display: none
}
#blurM > div .color-2:before {
  background: #dc000c;
  background: linear-gradient(138deg, #dc000c 0%, #80171f 100%)
}
#blurM > div:nth-child(1) div {
  -webkit-animation-duration: 8s;
  animation-duration: 8s;
  -webkit-animation-delay: -1s;
  animation-delay: -1s
}
#blurM > div:nth-child(2) div {
  -webkit-animation-duration: 7s;
  animation-duration: 7s;
  -webkit-animation-delay: -4s;
  animation-delay: -4s
}
#blurM > div:nth-child(3) div {
  -webkit-animation-duration: 8s;
  animation-duration: 8s;
  -webkit-animation-delay: -1s;
  animation-delay: -1s
}
#blurM > div:nth-child(4) div {
  -webkit-animation-duration: 6s;
  animation-duration: 6s;
  -webkit-animation-delay: -4s;
  animation-delay: -4s
}
#blusS > div {
  -webkit-filter: blur(5px);
  filter: blur(5px)
}
#blusS > div .color-0 {
  -webkit-animation: none !important;
  animation: none !important;
  background: #dc000c;
  background: linear-gradient(138deg, #dc000c 0%, #80171f 100%)
}
#blusS > div .color-1 {
  display: none
}
#blusS > div .color-1:before {
  background: #dc000c;
  background: linear-gradient(138deg, #dc000c 0%, #db0034 100%)
}
#blusS > div .color-2 {
  display: none
}
#blusS > div .color-2:before {
  background: #dc000c;
  background: linear-gradient(138deg, #dc000c 0%, #db0034 100%)
}
#blusS > div:nth-child(1) div {
  -webkit-animation-duration: 8s;
  animation-duration: 8s;
  -webkit-animation-delay: -2s;
  animation-delay: -2s
}
#blusS > div:nth-child(2) div {
  -webkit-animation-duration: 6s;
  animation-duration: 6s;
  -webkit-animation-delay: -4s;
  animation-delay: -4s
}
#blusS > div:nth-child(3) div {
  -webkit-animation-duration: 7s;
  animation-duration: 7s;
  -webkit-animation-delay: -2s;
  animation-delay: -2s
}
#blusS > div:nth-child(4) div {
  -webkit-animation-duration: 8s;
  animation-duration: 8s;
  -webkit-animation-delay: -5s;
  animation-delay: -5s
}
#blusS > div:nth-child(5) div {
  -webkit-animation-duration: 7s;
  animation-duration: 7s;
  -webkit-animation-delay: -2s;
  animation-delay: -2s
}
#blusS > div:nth-child(6) div {
  -webkit-animation-duration: 8s;
  animation-duration: 8s;
  -webkit-animation-delay: -1s;
  animation-delay: -1s
}
#L div .color-0 {
  background: rgba(222, 2, 11, 0.2)
}
#L div .color-1:before {
  background: rgba(171, 0, 6, 0.4)
}
#L div .color-2:before {
  background: rgba(223, 31, 34, 0.12)
}
#L div:nth-child(1) div {
  -webkit-animation-duration: 8s;
  animation-duration: 8s;
  -webkit-animation-delay: -1s;
  animation-delay: -1s
}
#L div:nth-child(2) div {
  -webkit-animation-duration: 6s;
  animation-duration: 6s;
  -webkit-animation-delay: -3s;
  animation-delay: -3s
}
#L div:nth-child(3) div {
  -webkit-animation-duration: 7s;
  animation-duration: 7s;
  -webkit-animation-delay: -1s;
  animation-delay: -1s
}
#M div .color-0 {
  background: #da0043;
  background: linear-gradient(138deg, #da0043 0%, #c10014 100%)
}
#M div .color-1:before {
  background: #df020a;
  background: linear-gradient(138deg, #df020a 0%, #e24702 100%)
}
#M div .color-2:before {
  background: #dc000c;
  background: linear-gradient(138deg, rgba(220, 0, 12, 0.9) 0%, rgba(128, 23, 31, 0.9) 100%)
}
#M div:nth-child(1) div {
  -webkit-animation-duration: 8s;
  animation-duration: 8s;
  -webkit-animation-delay: -5s;
  animation-delay: -5s
}
#M div:nth-child(2) div {
  -webkit-animation-duration: 6s;
  animation-duration: 6s;
  -webkit-animation-delay: -5s;
  animation-delay: -5s
}
#M div:nth-child(3) div {
  -webkit-animation-duration: 6s;
  animation-duration: 6s;
  -webkit-animation-delay: -3s;
  animation-delay: -3s
}
#S > div .color-0 {
  background: #da0043;
  background: linear-gradient(138deg, #da0043 0%, #c10014 100%)
}
#S > div .color-1:before {
  background: #df020a;
  background: linear-gradient(138deg, #df020a 0%, #e24702 100%)
}
#S > div .color-2:before {
  background: #dc000c;
  background: linear-gradient(138deg, rgba(220, 0, 12, 0.9) 0%, rgba(128, 23, 31, 0.9) 100%)
}
#S > div:nth-child(1) div {
  -webkit-animation-duration: 6s;
  animation-duration: 6s;
  -webkit-animation-delay: -2s;
  animation-delay: -2s
}
#S > div:nth-child(2) div {
  -webkit-animation-duration: 8s;
  animation-duration: 8s;
  -webkit-animation-delay: -2s;
  animation-delay: -2s
}
#S > div:nth-child(3) div {
  -webkit-animation-duration: 7s;
  animation-duration: 7s;
  -webkit-animation-delay: -5s;
  animation-delay: -5s
}
#S > div:nth-child(4) div {
  -webkit-animation-duration: 6s;
  animation-duration: 6s;
  -webkit-animation-delay: -2s;
  animation-delay: -2s
}
#S > div:nth-child(5) div {
  -webkit-animation-duration: 8s;
  animation-duration: 8s;
  -webkit-animation-delay: -4s;
  animation-delay: -4s
}
#S > div:nth-child(6) div {
  -webkit-animation-duration: 7s;
  animation-duration: 7s;
  -webkit-animation-delay: -5s;
  animation-delay: -5s
}
.sec-4-ikura-svg {
  position: relative;
  display: none;
  margin-top: -60vh;
  pointer-events: none
}
@media screen and (max-width: 750px) {
  .sec-4-ikura-svg {
    left: 50%;
    width: calc(100%*(766/375));
    -webkit-transform: translate(-19%, 0);
    transform: translate(-19%, 0)
  }
}
#js-sec-5-anchor + .pin-spacer {
  pointer-events: none
}
#sec-5 {
  overflow: visible;
  pointer-events: none
}
@media screen and (max-width: 750px) {
  #sec-5 {
    height: 90vh;
    margin-top: -60vh
  }
}
@media screen and (min-width: 751px) {
  #sec-5 {
    height: 100vh;
    margin-top: -80vh
  }
}
#sec-5:after {
  content: "";
  position: absolute;
  top: calc(100% - 2px);
  left: 0;
  width: 100%;
  height: 1000px
}
.sec-5-ikura-svg {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0)
}
@media screen and (max-width: 750px) {
  .sec-5-ikura-svg {
    height: 100%
  }
}
@media screen and (min-width: 751px) {
  .sec-5-ikura-svg {
    width: 100%
  }
}
.sec-5-ikura-svg.is-active circle {
  fill: #1a1311 !important;
  opacity: 1 !important
}
.moda-video {
  position: fixed;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  pointer-events: none;
  opacity: 1;
  opacity: 0;
  background-color: rgba(0, 0, 0, 0.7)
}
[data-videotype="sec-2"] .moda-video .play-icon-btn.in-moda {
  display: none !important
}
.moda-video__inner {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%)
}
@media screen and (max-width: 750px) {
  .moda-video__inner {
    width: 90%;
    padding-bottom: calc(100% * ((315 * (0.9 * 375 / 560)) / 375))
  }
}
@media screen and (min-width: 751px) {
  .moda-video__inner {
    width: 60%;
    padding-bottom: calc(100% * ((315 * (0.6 * 1366 / 560)) / 1366))
  }
}
.moda-video__inner iframe {
  position: absolute;
  top: 0;
  left: 0;
  display: none;
  width: 100%;
  height: 100%
}
[data-videotype="sec-2"] .moda-video__inner video {
  display: none
}
[data-videotype="sec-2"] .moda-video__inner iframe {
  display: block
}
.moda-video video {
  position: absolute;
  width: 100%
}
.video-close-btn {
  position: absolute;
  top: 50%;
  cursor: pointer;
  background-image: url("../images/close-btn.png");
  background-repeat: no-repeat;
  background-position: 100% 0
}
@media (min-aspect-ratio: 375 / 800) and (max-width: 750px) {
  .video-close-btn {
    width: calc(100vh * ( 30 / 800 ))
  }
}
@media (max-aspect-ratio: 375 / 800) and (max-width: 750px) {
  .video-close-btn {
    width: calc(100vw * ( 30 / 375 ))
  }
}
@media (min-aspect-ratio: 375 / 800) and (max-width: 750px) {
  .video-close-btn {
    height: calc(100vh * ( 30 / 800 ))
  }
}
@media (max-aspect-ratio: 375 / 800) and (max-width: 750px) {
  .video-close-btn {
    height: calc(100vw * ( 30 / 375 ))
  }
}
@media (min-aspect-ratio: 375 / 800) and (max-width: 750px) {
  .video-close-btn {
    margin-top: calc(100vh * ( -170 / 800 ))
  }
}
@media (max-aspect-ratio: 375 / 800) and (max-width: 750px) {
  .video-close-btn {
    margin-top: calc(100vw * ( -170 / 375 ))
  }
}
@media (min-aspect-ratio: 1366 / 768) and (min-width: 751px) {
  .video-close-btn {
    width: calc(100vh * ( 101 / 768 ))
  }
}
@media (max-aspect-ratio: 1366 / 768) and (min-width: 751px) {
  .video-close-btn {
    width: calc(100vw * ( 101 / 1366 ))
  }
}
@media (min-aspect-ratio: 1366 / 768) and (min-width: 751px) {
  .video-close-btn {
    height: calc(100vh * ( 21 / 768 ))
  }
}
@media (max-aspect-ratio: 1366 / 768) and (min-width: 751px) {
  .video-close-btn {
    height: calc(100vw * ( 21 / 1366 ))
  }
}
@media (min-aspect-ratio: 1366 / 768) and (min-width: 751px) {
  .video-close-btn {
    margin-top: calc(100vh * ( -265 / 768 ))
  }
}
@media (max-aspect-ratio: 1366 / 768) and (min-width: 751px) {
  .video-close-btn {
    margin-top: calc(100vw * ( -265 / 1366 ))
  }
}
@media screen and (max-width: 750px) {
  .video-close-btn {
    right: 5%;
    background-size: auto 100%
  }
}
@media screen and (min-width: 751px) {
  .video-close-btn {
    right: 20%;
    background-size: 100% 100%
  }
  .video-close-btn:hover {
    opacity: 0.8
  }
}
[data-modal-video="on"] .moda-video {
  pointer-events: all;
  opacity: 1
}
.filter-for-scroll {
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  opacity: 0;
  background-color: #fff
}
.filter-for-scroll.is-active {
  opacity: 1
}
.touch-prevent {
  position: fixed;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.5
}
.not-support-touch .touch-prevent {
  display: none
}
.load-complete .touch-prevent {
  display: none
}
.black-filter-anchor {
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
  pointer-events: none;
  opacity: 0;
  background-color: #000;
  will-change: opacity
}
.anchor-moving .black-filter-anchor {
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
  opacity: 1
}
.arrow-sp-box {
  position: absolute;
  left: 100%;
  width: 100%;
  height: 01
}
@media (min-aspect-ratio: 375 / 800) and (max-width: 750px) {
  .arrow-sp-box {
    margin-top: calc(100vh * ( 210 / 800 ))
  }
}
@media (max-aspect-ratio: 375 / 800) and (max-width: 750px) {
  .arrow-sp-box {
    margin-top: calc(100vw * ( 210 / 375 ))
  }
}
@media screen and (max-width: 750px) {
  .arrow-sp-box {
    top: 50%
  }
}
@media screen and (min-width: 751px) {
  .arrow-sp-box {
    display: none
  }
}
.next-arrow-sp {
  position: absolute;
  top: 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s
}
@media (min-aspect-ratio: 375 / 800) and (max-width: 750px) {
  .next-arrow-sp {
    width: calc(100vh * ( 65 / 800 ))
  }
}
@media (max-aspect-ratio: 375 / 800) and (max-width: 750px) {
  .next-arrow-sp {
    width: calc(100vw * ( 65 / 375 ))
  }
}
@media (min-aspect-ratio: 375 / 800) and (max-width: 750px) {
  .next-arrow-sp {
    right: calc(100vh * ( 23 / 800 ))
  }
}
@media (max-aspect-ratio: 375 / 800) and (max-width: 750px) {
  .next-arrow-sp {
    right: calc(100vw * ( 23 / 375 ))
  }
}
.next-arrow-sp.slick-disabled {
  opacity: 0
}
.prev-arrow-sp {
  position: absolute;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s
}
@media (min-aspect-ratio: 375 / 800) and (max-width: 750px) {
  .prev-arrow-sp {
    width: calc(100vh * ( 65 / 800 ))
  }
}
@media (max-aspect-ratio: 375 / 800) and (max-width: 750px) {
  .prev-arrow-sp {
    width: calc(100vw * ( 65 / 375 ))
  }
}
@media (min-aspect-ratio: 375 / 800) and (max-width: 750px) {
  .prev-arrow-sp {
    right: calc(100vh * ( 270 / 800 ))
  }
}
@media (max-aspect-ratio: 375 / 800) and (max-width: 750px) {
  .prev-arrow-sp {
    right: calc(100vw * ( 270 / 375 ))
  }
}
@media screen and (max-width: 750px) {
  .prev-arrow-sp {
    top: 50%
  }
}
.prev-arrow-sp.slick-disabled {
  opacity: 0
}
.space-adjust-dot {
  position: relative;
  display: inline-block
}
@media (min-aspect-ratio: 375 / 800) and (max-width: 750px) {
  .space-adjust-dot {
    width: calc(100vh * ( 5 / 800 ))
  }
}
@media (max-aspect-ratio: 375 / 800) and (max-width: 750px) {
  .space-adjust-dot {
    width: calc(100vw * ( 5 / 375 ))
  }
}
@media (min-aspect-ratio: 1366 / 768) and (min-width: 751px) {
  .space-adjust-dot {
    width: calc(100vh * ( 3 / 768 ))
  }
}
@media (max-aspect-ratio: 1366 / 768) and (min-width: 751px) {
  .space-adjust-dot {
    width: calc(100vw * ( 3 / 1366 ))
  }
}
@-webkit-keyframes PageAnimeAppear {
  0% {
    opacity: 0
  }
  100% {
    opacity: 1
  }
}
@keyframes PageAnimeAppear {
  0% {
    opacity: 0
  }
  100% {
    opacity: 1
  }
}
@-webkit-keyframes PageAnimeV1 {
  0% {
    -webkit-transform: translate(-50%, 0%) scale(1);
    transform: translate(-50%, 0%) scale(1)
  }
  40% {
    -webkit-transform: translate(-50%, 0%) scale(12);
    transform: translate(-50%, 0%) scale(12)
  }
  50% {
    -webkit-transform: translate(-50%, 0%) scale(12);
    transform: translate(-50%, 0%) scale(12)
  }
  55% {
    -webkit-transform: translate(-50%, 0%) scale(12);
    transform: translate(-50%, 0%) scale(12);
    opacity: 1
  }
  100% {
    -webkit-transform: translate(-50%, 0%) scale(12);
    transform: translate(-50%, 0%) scale(12);
    opacity: 0
  }
}
@keyframes PageAnimeV1 {
  0% {
    -webkit-transform: translate(-50%, 0%) scale(1);
    transform: translate(-50%, 0%) scale(1)
  }
  40% {
    -webkit-transform: translate(-50%, 0%) scale(12);
    transform: translate(-50%, 0%) scale(12)
  }
  50% {
    -webkit-transform: translate(-50%, 0%) scale(12);
    transform: translate(-50%, 0%) scale(12)
  }
  55% {
    -webkit-transform: translate(-50%, 0%) scale(12);
    transform: translate(-50%, 0%) scale(12);
    opacity: 1
  }
  100% {
    -webkit-transform: translate(-50%, 0%) scale(12);
    transform: translate(-50%, 0%) scale(12);
    opacity: 0
  }
}
@-webkit-keyframes PageAnimeAppear_ {
  0% {
    opacity: 1
  }
  100% {
    opacity: 0
  }
}
@keyframes PageAnimeAppear_ {
  0% {
    opacity: 1
  }
  100% {
    opacity: 0
  }
}
@-webkit-keyframes PageAnimeV1_ {
  0% {
    -webkit-transform: translate(-50%, 0%) scale(12);
    transform: translate(-50%, 0%) scale(12);
    opacity: 0
  }
  40% {
    -webkit-transform: translate(-50%, 0%) scale(12);
    transform: translate(-50%, 0%) scale(12);
    opacity: 1
  }
  50% {
    -webkit-transform: translate(-50%, 0%) scale(12);
    transform: translate(-50%, 0%) scale(12)
  }
  55% {
    -webkit-transform: translate(-50%, 0%) scale(12);
    transform: translate(-50%, 0%) scale(12)
  }
  100% {
    -webkit-transform: translate(-50%, 0%) scale(1);
    transform: translate(-50%, 0%) scale(1)
  }
}
@keyframes PageAnimeV1_ {
  0% {
    -webkit-transform: translate(-50%, 0%) scale(12);
    transform: translate(-50%, 0%) scale(12);
    opacity: 0
  }
  40% {
    -webkit-transform: translate(-50%, 0%) scale(12);
    transform: translate(-50%, 0%) scale(12);
    opacity: 1
  }
  50% {
    -webkit-transform: translate(-50%, 0%) scale(12);
    transform: translate(-50%, 0%) scale(12)
  }
  55% {
    -webkit-transform: translate(-50%, 0%) scale(12);
    transform: translate(-50%, 0%) scale(12)
  }
  100% {
    -webkit-transform: translate(-50%, 0%) scale(1);
    transform: translate(-50%, 0%) scale(1)
  }
}
@-webkit-keyframes splashbg {
  0% {
    background-color: white
  }
  100% {
    background-color: rgba(255, 255, 255, 0)
  }
}
@keyframes splashbg {
  0% {
    background-color: white
  }
  100% {
    background-color: rgba(255, 255, 255, 0)
  }
}
#sec-hash {
  overflow: visible;
  height: 100vh;
  -webkit-transition: background-color 0.05s 0.5s;
  transition: background-color 0.05s 0.5s
}
.v1.supports-touch #sec-hash {
  margin-top: 200vh
}
.v1 #sec-hash {
  margin-top: 300vh
}
.v1 #sec-hash.is-active .size-cover-frame {
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
  opacity: 1
}
@media screen and (min-width: 751px) {
  .v1.speed-140 #sec-hash {
    margin-top: 140vh
  }
}
#sec-hash::before {
  content: "";
  position: absolute;
  top: 0;
  top: -100%;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none
}
#sec-hash .size-cover-frame {
  opacity: 0
}
.v1 #sec-hash .size-cover-frame {
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
  opacity: 0
}
#sec-hash-h2 {
  position: absolute;
  left: 0;
  display: block;
  width: 100%;
  text-align: center
}
@media screen and (max-width: 750px) {
  #sec-hash-h2 {
    top: calc(100%*(414/723))
  }
}
@media screen and (min-width: 751px) {
  #sec-hash-h2 {
    top: calc(100%*(455/768))
  }
}
@media (min-aspect-ratio: 375 / 800) and (max-width: 750px) {
  #sec-hash-h2 .obi-text {
    height: calc(100vh * ( 42 / 800 ))
  }
}
@media (max-aspect-ratio: 375 / 800) and (max-width: 750px) {
  #sec-hash-h2 .obi-text {
    height: calc(100vw * ( 42 / 375 ))
  }
}
@media (min-aspect-ratio: 375 / 800) and (max-width: 750px) {
  #sec-hash-h2 .obi-text {
    margin-bottom: calc(100vh * ( 4 / 800 ))
  }
}
@media (max-aspect-ratio: 375 / 800) and (max-width: 750px) {
  #sec-hash-h2 .obi-text {
    margin-bottom: calc(100vw * ( 4 / 375 ))
  }
}
@media (min-aspect-ratio: 375 / 800) and (max-width: 750px) {
  #sec-hash-h2 .obi-text {
    padding-top: calc(100vh * ( 12 / 800 ))
  }
}
@media (max-aspect-ratio: 375 / 800) and (max-width: 750px) {
  #sec-hash-h2 .obi-text {
    padding-top: calc(100vw * ( 12 / 375 ))
  }
}
@media (min-aspect-ratio: 375 / 800) and (max-width: 750px) {
  #sec-hash-h2 .obi-text {
    padding-bottom: calc(100vh * ( 12 / 800 ))
  }
}
@media (max-aspect-ratio: 375 / 800) and (max-width: 750px) {
  #sec-hash-h2 .obi-text {
    padding-bottom: calc(100vw * ( 12 / 375 ))
  }
}
@media (min-aspect-ratio: 375 / 800) and (max-width: 750px) {
  #sec-hash-h2 .obi-text {
    padding-left: calc(100vh * ( 23 / 800 ))
  }
}
@media (max-aspect-ratio: 375 / 800) and (max-width: 750px) {
  #sec-hash-h2 .obi-text {
    padding-left: calc(100vw * ( 23 / 375 ))
  }
}
@media (min-aspect-ratio: 375 / 800) and (max-width: 750px) {
  #sec-hash-h2 .obi-text {
    padding-right: calc(100vh * ( 23 / 800 ))
  }
}
@media (max-aspect-ratio: 375 / 800) and (max-width: 750px) {
  #sec-hash-h2 .obi-text {
    padding-right: calc(100vw * ( 23 / 375 ))
  }
}
@media (min-aspect-ratio: 375 / 800) and (max-width: 750px) {
  #sec-hash-h2 .obi-text {
    font-size: calc(100vh * ( 18 / 800 ))
  }
}
@media (max-aspect-ratio: 375 / 800) and (max-width: 750px) {
  #sec-hash-h2 .obi-text {
    font-size: calc(100vw * ( 18 / 375 ))
  }
}
@media (min-aspect-ratio: 1366 / 768) and (min-width: 751px) {
  #sec-hash-h2 .obi-text {
    height: calc(100vh * ( 60 / 768 ))
  }
}
@media (max-aspect-ratio: 1366 / 768) and (min-width: 751px) {
  #sec-hash-h2 .obi-text {
    height: calc(100vw * ( 60 / 1366 ))
  }
}
@media (min-aspect-ratio: 1366 / 768) and (min-width: 751px) {
  #sec-hash-h2 .obi-text {
    margin-bottom: calc(100vh * ( 10 / 768 ))
  }
}
@media (max-aspect-ratio: 1366 / 768) and (min-width: 751px) {
  #sec-hash-h2 .obi-text {
    margin-bottom: calc(100vw * ( 10 / 1366 ))
  }
}
@media (min-aspect-ratio: 1366 / 768) and (min-width: 751px) {
  #sec-hash-h2 .obi-text {
    padding-top: calc(100vh * ( 18 / 768 ))
  }
}
@media (max-aspect-ratio: 1366 / 768) and (min-width: 751px) {
  #sec-hash-h2 .obi-text {
    padding-top: calc(100vw * ( 18 / 1366 ))
  }
}
@media (min-aspect-ratio: 1366 / 768) and (min-width: 751px) {
  #sec-hash-h2 .obi-text {
    padding-bottom: calc(100vh * ( 18 / 768 ))
  }
}
@media (max-aspect-ratio: 1366 / 768) and (min-width: 751px) {
  #sec-hash-h2 .obi-text {
    padding-bottom: calc(100vw * ( 18 / 1366 ))
  }
}
@media (min-aspect-ratio: 1366 / 768) and (min-width: 751px) {
  #sec-hash-h2 .obi-text {
    padding-left: calc(100vh * ( 45 / 768 ))
  }
}
@media (max-aspect-ratio: 1366 / 768) and (min-width: 751px) {
  #sec-hash-h2 .obi-text {
    padding-left: calc(100vw * ( 45 / 1366 ))
  }
}
@media (min-aspect-ratio: 1366 / 768) and (min-width: 751px) {
  #sec-hash-h2 .obi-text {
    padding-right: calc(100vh * ( 45 / 768 ))
  }
}
@media (max-aspect-ratio: 1366 / 768) and (min-width: 751px) {
  #sec-hash-h2 .obi-text {
    padding-right: calc(100vw * ( 45 / 1366 ))
  }
}
@media (min-aspect-ratio: 1366 / 768) and (min-width: 751px) {
  #sec-hash-h2 .obi-text {
    font-size: calc(100vh * ( 24 / 768 ))
  }
}
@media (max-aspect-ratio: 1366 / 768) and (min-width: 751px) {
  #sec-hash-h2 .obi-text {
    font-size: calc(100vw * ( 24 / 1366 ))
  }
}
.sec-hash-article-box {
  position: absolute
}
@media (min-aspect-ratio: 375 / 800) and (max-width: 750px) {
  .sec-hash-article-box {
    width: calc(100vh * ( 400 / 800 ))
  }
}
@media (max-aspect-ratio: 375 / 800) and (max-width: 750px) {
  .sec-hash-article-box {
    width: calc(100vw * ( 400 / 375 ))
  }
}
@media (min-aspect-ratio: 375 / 800) and (max-width: 750px) {
  .sec-hash-article-box {
    height: calc(100vh * ( 410 / 800 ))
  }
}
@media (max-aspect-ratio: 375 / 800) and (max-width: 750px) {
  .sec-hash-article-box {
    height: calc(100vw * ( 410 / 375 ))
  }
}
@media (min-aspect-ratio: 375 / 800) and (max-width: 750px) {
  .sec-hash-article-box {
    top: calc(100vh * ( 295 / 800 ))
  }
}
@media (max-aspect-ratio: 375 / 800) and (max-width: 750px) {
  .sec-hash-article-box {
    top: calc(100vw * ( 295 / 375 ))
  }
}
@media screen and (max-width: 750px) {
  .sec-hash-article-box {
    right: 0;
    left: 0;
    margin: 0 auto
  }
}
@media screen and (min-width: 751px) {
  .sec-hash-article-box {
    top: calc(100% * (340/768));
    left: 50%;
    width: calc(100% * (1 * 766/1366));
    height: calc(100% * (1 * 325/768));
    margin-left: calc(100% * (-0.5 * 766/1366))
  }
}
.sec-hash-article-box-words {
  position: absolute;
  bottom: 0;
  -webkit-transform: translateX(100%);
  transform: translateX(100%)
}
@media (min-aspect-ratio: 375 / 800) and (max-width: 750px) {
  .sec-hash-article-box-words {
    bottom: calc(100vh * ( 12.84192 / 800 ))
  }
}
@media (max-aspect-ratio: 375 / 800) and (max-width: 750px) {
  .sec-hash-article-box-words {
    bottom: calc(100vw * ( 12.84192 / 375 ))
  }
}
@media screen and (max-width: 750px) {
  .sec-hash-article-box-words {
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
  }
}
@media screen and (min-width: 751px) {
  .sec-hash-article-box-words {
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
  }
}
.sec-hash-article-box-words p {
  font-family: 'Roboto',sans-serif;
  font-weight: 500;
  font-style: italic;
  line-height: .5;
  white-space: nowrap;
  color: rgba(0, 0, 0, 0.1)
}
@media (min-aspect-ratio: 375 / 800) and (max-width: 750px) {
  .sec-hash-article-box-words p {
    font-size: calc(100vh * ( 65 / 800 ))
  }
}
@media (max-aspect-ratio: 375 / 800) and (max-width: 750px) {
  .sec-hash-article-box-words p {
    font-size: calc(100vw * ( 65 / 375 ))
  }
}
@media (min-aspect-ratio: 1366 / 768) and (min-width: 751px) {
  .sec-hash-article-box-words p {
    font-size: calc(100vh * ( 130 / 768 ))
  }
}
@media (max-aspect-ratio: 1366 / 768) and (min-width: 751px) {
  .sec-hash-article-box-words p {
    font-size: calc(100vw * ( 130 / 1366 ))
  }
}
.sec-hash-article-box-in {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%
}
@media screen and (min-width: 751px) {
  .sec-hash-article-box-in {
    left: 0 !important
  }
}
.sec-hash-article-item {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: translateY(270%);
  transform: translateY(270%);
  will-change: transform
}
.sec-hash-article-item:before {
  content: "";
  position: absolute;
  top: 0;
  height: 110%;
  background-color: #fff
}
@media screen and (max-width: 750px) {
  .sec-hash-article-item:before {
    left: 0%;
    width: 100%
  }
}
@media screen and (min-width: 751px) {
  .sec-hash-article-item:before {
    left: -1%;
    width: 130%
  }
}
.sec-hash-article-item .obi-box {
  position: absolute;
  z-index: 1
}
@media screen and (max-width: 750px) {
  .sec-hash-article-item .obi-box {
    left: 50%
  }
}
.sec-hash-article-item .obi-text {
  padding: .9em 1em;
  line-height: 1
}
@media (min-aspect-ratio: 375 / 800) and (max-width: 750px) {
  .sec-hash-article-item .obi-text {
    font-size: calc(100vh * ( 15 / 800 ))
  }
}
@media (max-aspect-ratio: 375 / 800) and (max-width: 750px) {
  .sec-hash-article-item .obi-text {
    font-size: calc(100vw * ( 15 / 375 ))
  }
}
@media (min-aspect-ratio: 1366 / 768) and (min-width: 751px) {
  .sec-hash-article-item .obi-text {
    font-size: calc(100vh * ( 18 / 768 ))
  }
}
@media (max-aspect-ratio: 1366 / 768) and (min-width: 751px) {
  .sec-hash-article-item .obi-text {
    font-size: calc(100vw * ( 18 / 1366 ))
  }
}
.sec-hash-article-item p {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  word-break: keep-all;
  color: #424242
}
@media (min-aspect-ratio: 375 / 800) and (max-width: 750px) {
  .sec-hash-article-item p {
    font-size: calc(100vh * ( 13 / 800 ))
  }
}
@media (max-aspect-ratio: 375 / 800) and (max-width: 750px) {
  .sec-hash-article-item p {
    font-size: calc(100vw * ( 13 / 375 ))
  }
}
@media (min-aspect-ratio: 1366 / 768) and (min-width: 751px) {
  .sec-hash-article-item p {
    font-size: calc(100vh * ( 14 / 768 ))
  }
}
@media (max-aspect-ratio: 1366 / 768) and (min-width: 751px) {
  .sec-hash-article-item p {
    font-size: calc(100vw * ( 14 / 1366 ))
  }
}
@media screen and (max-width: 750px) {
  .sec-hash-article-item p {
    left: 50%;
    line-height: 2.15385;
    -webkit-transform-origin: 0% 0%;
    transform-origin: 0% 0%;
    white-space: pre
  }
  .sec-hash-article-item p:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 35%;
    background-color: #fff
  }
}
@media screen and (min-width: 751px) {
  .sec-hash-article-item p {
    line-height: 2.28571
  }
}
.sec-hash-article-item p span {
  position: relative
}
.sec-hash-article-item .sec-hash-article-pic {
  position: absolute;
  background-color: #fff
}
@media (min-aspect-ratio: 375 / 800) and (max-width: 750px) {
  .sec-hash-article-item .sec-hash-article-pic {
    width: calc(100vh * ( 342 / 800 ))
  }
}
@media (max-aspect-ratio: 375 / 800) and (max-width: 750px) {
  .sec-hash-article-item .sec-hash-article-pic {
    width: calc(100vw * ( 342 / 375 ))
  }
}
@media (min-aspect-ratio: 1366 / 768) and (min-width: 751px) {
  .sec-hash-article-item .sec-hash-article-pic {
    width: calc(100vh * ( 440 / 768 ))
  }
}
@media (max-aspect-ratio: 1366 / 768) and (min-width: 751px) {
  .sec-hash-article-item .sec-hash-article-pic {
    width: calc(100vw * ( 440 / 1366 ))
  }
}
@media screen and (max-width: 750px) {
  .sec-hash-article-item .sec-hash-article-pic {
    right: 0;
    left: 0;
    margin-right: auto;
    margin-left: auto;
    -webkit-transform: none !important;
    transform: none !important
  }
}
.sec-hash-article-item .sec-hash-article-pic img {
  display: block;
  width: 100%
}
.sec-hash-article-item[data-index="0"] {
  /*723*/
}
@media (min-aspect-ratio: 1366 / 768) and (min-width: 751px) {
  .sec-hash-article-item[data-index="0"] p {
    margin-top: calc(100vh * ( 195 / 768 ))
  }
}
@media (max-aspect-ratio: 1366 / 768) and (min-width: 751px) {
  .sec-hash-article-item[data-index="0"] p {
    margin-top: calc(100vw * ( 195 / 1366 ))
  }
}
@media (min-aspect-ratio: 1366 / 768) and (min-width: 751px) {
  .sec-hash-article-item[data-index="0"] p {
    margin-left: calc(100vh * ( 440 / 768 ))
  }
}
@media (max-aspect-ratio: 1366 / 768) and (min-width: 751px) {
  .sec-hash-article-item[data-index="0"] p {
    margin-left: calc(100vw * ( 440 / 1366 ))
  }
}
@media (min-aspect-ratio: 375 / 800) and (max-width: 750px) {
  .sec-hash-article-item[data-index="0"] p {
    margin-top: calc(100vh * ( 250 / 800 ))
  }
}
@media (max-aspect-ratio: 375 / 800) and (max-width: 750px) {
  .sec-hash-article-item[data-index="0"] p {
    margin-top: calc(100vw * ( 250 / 375 ))
  }
}
@media (min-aspect-ratio: 375 / 800) and (max-width: 750px) {
  .sec-hash-article-item[data-index="0"] p {
    margin-left: calc(100vh * ( -175 / 800 ))
  }
}
@media (max-aspect-ratio: 375 / 800) and (max-width: 750px) {
  .sec-hash-article-item[data-index="0"] p {
    margin-left: calc(100vw * ( -175 / 375 ))
  }
}
@media (min-aspect-ratio: 375 / 800) and (max-width: 750px) {
  .sec-hash-article-item[data-index="0"] p {
    padding-top: calc(100vh * ( 30 / 800 ))
  }
}
@media (max-aspect-ratio: 375 / 800) and (max-width: 750px) {
  .sec-hash-article-item[data-index="0"] p {
    padding-top: calc(100vw * ( 30 / 375 ))
  }
}
@media (min-aspect-ratio: 375 / 800) and (max-width: 750px) {
  .sec-hash-article-item[data-index="0"] p {
    padding-left: calc(100vh * ( 32 / 800 ))
  }
}
@media (max-aspect-ratio: 375 / 800) and (max-width: 750px) {
  .sec-hash-article-item[data-index="0"] p {
    padding-left: calc(100vw * ( 32 / 375 ))
  }
}
@media (min-aspect-ratio: 375 / 800) and (max-width: 750px) {
  .sec-hash-article-item[data-index="0"] p {
    padding-right: calc(100vh * ( 32 / 800 ))
  }
}
@media (max-aspect-ratio: 375 / 800) and (max-width: 750px) {
  .sec-hash-article-item[data-index="0"] p {
    padding-right: calc(100vw * ( 32 / 375 ))
  }
}
@media (min-aspect-ratio: 375 / 800) and (max-width: 750px) {
  .sec-hash-article-item[data-index="0"] p {
    padding-bottom: calc(100vh * ( 30 / 800 ))
  }
}
@media (max-aspect-ratio: 375 / 800) and (max-width: 750px) {
  .sec-hash-article-item[data-index="0"] p {
    padding-bottom: calc(100vw * ( 30 / 375 ))
  }
}
@media screen and (min-width: 751px) {
  .sec-hash-article-item[data-index="0"] p {
    padding: calc(100%*(42/766)) calc(100%*(42/766))
  }
}
.sec-hash-article-item[data-index="0"] .obi-box {
  position: absolute;
  z-index: 1
}
@media (min-aspect-ratio: 1366 / 768) and (min-width: 751px) {
  .sec-hash-article-item[data-index="0"] .obi-box {
    margin-top: calc(100vh * ( 150 / 768 ))
  }
}
@media (max-aspect-ratio: 1366 / 768) and (min-width: 751px) {
  .sec-hash-article-item[data-index="0"] .obi-box {
    margin-top: calc(100vw * ( 150 / 1366 ))
  }
}
@media (min-aspect-ratio: 1366 / 768) and (min-width: 751px) {
  .sec-hash-article-item[data-index="0"] .obi-box {
    margin-left: calc(100vh * ( 350 / 768 ))
  }
}
@media (max-aspect-ratio: 1366 / 768) and (min-width: 751px) {
  .sec-hash-article-item[data-index="0"] .obi-box {
    margin-left: calc(100vw * ( 350 / 1366 ))
  }
}
@media (min-aspect-ratio: 375 / 800) and (max-width: 750px) {
  .sec-hash-article-item[data-index="0"] .obi-box {
    margin-top: calc(100vh * ( 215 / 800 ))
  }
}
@media (max-aspect-ratio: 375 / 800) and (max-width: 750px) {
  .sec-hash-article-item[data-index="0"] .obi-box {
    margin-top: calc(100vw * ( 215 / 375 ))
  }
}
@media (min-aspect-ratio: 375 / 800) and (max-width: 750px) {
  .sec-hash-article-item[data-index="0"] .obi-box {
    margin-left: calc(100vh * ( -187 / 800 ))
  }
}
@media (max-aspect-ratio: 375 / 800) and (max-width: 750px) {
  .sec-hash-article-item[data-index="0"] .obi-box {
    margin-left: calc(100vw * ( -187 / 375 ))
  }
}
@media screen and (min-width: 751px) {
  .sec-hash-article-item[data-index="0"] .sec-hash-article-pic {
    margin: 0 0 0 0
  }
}
.sec-hash-article-item[data-index="1"] {
  /*723*/
}
@media (min-aspect-ratio: 1366 / 768) and (min-width: 751px) {
  .sec-hash-article-item[data-index="1"] p {
    margin-top: calc(100vh * ( 195 / 768 ))
  }
}
@media (max-aspect-ratio: 1366 / 768) and (min-width: 751px) {
  .sec-hash-article-item[data-index="1"] p {
    margin-top: calc(100vw * ( 195 / 1366 ))
  }
}
@media (min-aspect-ratio: 1366 / 768) and (min-width: 751px) {
  .sec-hash-article-item[data-index="1"] p {
    margin-left: calc(100vh * ( 440 / 768 ))
  }
}
@media (max-aspect-ratio: 1366 / 768) and (min-width: 751px) {
  .sec-hash-article-item[data-index="1"] p {
    margin-left: calc(100vw * ( 440 / 1366 ))
  }
}
@media (min-aspect-ratio: 375 / 800) and (max-width: 750px) {
  .sec-hash-article-item[data-index="1"] p {
    margin-top: calc(100vh * ( 250 / 800 ))
  }
}
@media (max-aspect-ratio: 375 / 800) and (max-width: 750px) {
  .sec-hash-article-item[data-index="1"] p {
    margin-top: calc(100vw * ( 250 / 375 ))
  }
}
@media (min-aspect-ratio: 375 / 800) and (max-width: 750px) {
  .sec-hash-article-item[data-index="1"] p {
    margin-left: calc(100vh * ( -175 / 800 ))
  }
}
@media (max-aspect-ratio: 375 / 800) and (max-width: 750px) {
  .sec-hash-article-item[data-index="1"] p {
    margin-left: calc(100vw * ( -175 / 375 ))
  }
}
@media (min-aspect-ratio: 375 / 800) and (max-width: 750px) {
  .sec-hash-article-item[data-index="1"] p {
    padding-top: calc(100vh * ( 30 / 800 ))
  }
}
@media (max-aspect-ratio: 375 / 800) and (max-width: 750px) {
  .sec-hash-article-item[data-index="1"] p {
    padding-top: calc(100vw * ( 30 / 375 ))
  }
}
@media (min-aspect-ratio: 375 / 800) and (max-width: 750px) {
  .sec-hash-article-item[data-index="1"] p {
    padding-left: calc(100vh * ( 32 / 800 ))
  }
}
@media (max-aspect-ratio: 375 / 800) and (max-width: 750px) {
  .sec-hash-article-item[data-index="1"] p {
    padding-left: calc(100vw * ( 32 / 375 ))
  }
}
@media (min-aspect-ratio: 375 / 800) and (max-width: 750px) {
  .sec-hash-article-item[data-index="1"] p {
    padding-right: calc(100vh * ( 32 / 800 ))
  }
}
@media (max-aspect-ratio: 375 / 800) and (max-width: 750px) {
  .sec-hash-article-item[data-index="1"] p {
    padding-right: calc(100vw * ( 32 / 375 ))
  }
}
@media (min-aspect-ratio: 375 / 800) and (max-width: 750px) {
  .sec-hash-article-item[data-index="1"] p {
    padding-bottom: calc(100vh * ( 30 / 800 ))
  }
}
@media (max-aspect-ratio: 375 / 800) and (max-width: 750px) {
  .sec-hash-article-item[data-index="1"] p {
    padding-bottom: calc(100vw * ( 30 / 375 ))
  }
}
@media screen and (min-width: 751px) {
  .sec-hash-article-item[data-index="1"] p {
    padding: calc(100%*(42/766)) calc(100%*(42/766))
  }
}
@media (min-aspect-ratio: 1366 / 768) and (min-width: 751px) {
  .sec-hash-article-item[data-index="1"] .obi-box {
    margin-top: calc(100vh * ( 150 / 768 ))
  }
}
@media (max-aspect-ratio: 1366 / 768) and (min-width: 751px) {
  .sec-hash-article-item[data-index="1"] .obi-box {
    margin-top: calc(100vw * ( 150 / 1366 ))
  }
}
@media (min-aspect-ratio: 1366 / 768) and (min-width: 751px) {
  .sec-hash-article-item[data-index="1"] .obi-box {
    margin-left: calc(100vh * ( 300 / 768 ))
  }
}
@media (max-aspect-ratio: 1366 / 768) and (min-width: 751px) {
  .sec-hash-article-item[data-index="1"] .obi-box {
    margin-left: calc(100vw * ( 300 / 1366 ))
  }
}
@media (min-aspect-ratio: 375 / 800) and (max-width: 750px) {
  .sec-hash-article-item[data-index="1"] .obi-box {
    margin-top: calc(100vh * ( 215 / 800 ))
  }
}
@media (max-aspect-ratio: 375 / 800) and (max-width: 750px) {
  .sec-hash-article-item[data-index="1"] .obi-box {
    margin-top: calc(100vw * ( 215 / 375 ))
  }
}
@media (min-aspect-ratio: 375 / 800) and (max-width: 750px) {
  .sec-hash-article-item[data-index="1"] .obi-box {
    margin-left: calc(100vh * ( -187 / 800 ))
  }
}
@media (max-aspect-ratio: 375 / 800) and (max-width: 750px) {
  .sec-hash-article-item[data-index="1"] .obi-box {
    margin-left: calc(100vw * ( -187 / 375 ))
  }
}
@media screen and (min-width: 751px) {
  .sec-hash-article-item[data-index="1"] .sec-hash-article-pic {
    margin: 0 0 0 0
  }
}
@media (min-aspect-ratio: 1366 / 768) and (min-width: 751px) {
  .sec-hash-article-item[data-index="2"] p {
    margin-top: calc(100vh * ( 195 / 768 ))
  }
}
@media (max-aspect-ratio: 1366 / 768) and (min-width: 751px) {
  .sec-hash-article-item[data-index="2"] p {
    margin-top: calc(100vw * ( 195 / 1366 ))
  }
}
@media (min-aspect-ratio: 1366 / 768) and (min-width: 751px) {
  .sec-hash-article-item[data-index="2"] p {
    margin-left: calc(100vh * ( 440 / 768 ))
  }
}
@media (max-aspect-ratio: 1366 / 768) and (min-width: 751px) {
  .sec-hash-article-item[data-index="2"] p {
    margin-left: calc(100vw * ( 440 / 1366 ))
  }
}
@media (min-aspect-ratio: 375 / 800) and (max-width: 750px) {
  .sec-hash-article-item[data-index="2"] p {
    margin-top: calc(100vh * ( 250 / 800 ))
  }
}
@media (max-aspect-ratio: 375 / 800) and (max-width: 750px) {
  .sec-hash-article-item[data-index="2"] p {
    margin-top: calc(100vw * ( 250 / 375 ))
  }
}
@media (min-aspect-ratio: 375 / 800) and (max-width: 750px) {
  .sec-hash-article-item[data-index="2"] p {
    margin-left: calc(100vh * ( -175 / 800 ))
  }
}
@media (max-aspect-ratio: 375 / 800) and (max-width: 750px) {
  .sec-hash-article-item[data-index="2"] p {
    margin-left: calc(100vw * ( -175 / 375 ))
  }
}
@media (min-aspect-ratio: 375 / 800) and (max-width: 750px) {
  .sec-hash-article-item[data-index="2"] p {
    padding-top: calc(100vh * ( 30 / 800 ))
  }
}
@media (max-aspect-ratio: 375 / 800) and (max-width: 750px) {
  .sec-hash-article-item[data-index="2"] p {
    padding-top: calc(100vw * ( 30 / 375 ))
  }
}
@media (min-aspect-ratio: 375 / 800) and (max-width: 750px) {
  .sec-hash-article-item[data-index="2"] p {
    padding-left: calc(100vh * ( 32 / 800 ))
  }
}
@media (max-aspect-ratio: 375 / 800) and (max-width: 750px) {
  .sec-hash-article-item[data-index="2"] p {
    padding-left: calc(100vw * ( 32 / 375 ))
  }
}
@media (min-aspect-ratio: 375 / 800) and (max-width: 750px) {
  .sec-hash-article-item[data-index="2"] p {
    padding-right: calc(100vh * ( 32 / 800 ))
  }
}
@media (max-aspect-ratio: 375 / 800) and (max-width: 750px) {
  .sec-hash-article-item[data-index="2"] p {
    padding-right: calc(100vw * ( 32 / 375 ))
  }
}
@media (min-aspect-ratio: 375 / 800) and (max-width: 750px) {
  .sec-hash-article-item[data-index="2"] p {
    padding-bottom: calc(100vh * ( 30 / 800 ))
  }
}
@media (max-aspect-ratio: 375 / 800) and (max-width: 750px) {
  .sec-hash-article-item[data-index="2"] p {
    padding-bottom: calc(100vw * ( 30 / 375 ))
  }
}
@media screen and (min-width: 751px) {
  .sec-hash-article-item[data-index="2"] p {
    padding: calc(100%*(42/766)) calc(100%*(42/766))
  }
}
@media (min-aspect-ratio: 1366 / 768) and (min-width: 751px) {
  .sec-hash-article-item[data-index="2"] .obi-box {
    margin-top: calc(100vh * ( 150 / 768 ))
  }
}
@media (max-aspect-ratio: 1366 / 768) and (min-width: 751px) {
  .sec-hash-article-item[data-index="2"] .obi-box {
    margin-top: calc(100vw * ( 150 / 1366 ))
  }
}
@media (min-aspect-ratio: 1366 / 768) and (min-width: 751px) {
  .sec-hash-article-item[data-index="2"] .obi-box {
    margin-left: calc(100vh * ( 345 / 768 ))
  }
}
@media (max-aspect-ratio: 1366 / 768) and (min-width: 751px) {
  .sec-hash-article-item[data-index="2"] .obi-box {
    margin-left: calc(100vw * ( 345 / 1366 ))
  }
}
@media (min-aspect-ratio: 375 / 800) and (max-width: 750px) {
  .sec-hash-article-item[data-index="2"] .obi-box {
    margin-top: calc(100vh * ( 215 / 800 ))
  }
}
@media (max-aspect-ratio: 375 / 800) and (max-width: 750px) {
  .sec-hash-article-item[data-index="2"] .obi-box {
    margin-top: calc(100vw * ( 215 / 375 ))
  }
}
@media (min-aspect-ratio: 375 / 800) and (max-width: 750px) {
  .sec-hash-article-item[data-index="2"] .obi-box {
    margin-left: calc(100vh * ( -187 / 800 ))
  }
}
@media (max-aspect-ratio: 375 / 800) and (max-width: 750px) {
  .sec-hash-article-item[data-index="2"] .obi-box {
    margin-left: calc(100vw * ( -187 / 375 ))
  }
}
@media screen and (min-width: 751px) {
  .sec-hash-article-item[data-index="2"] .sec-hash-article-pic {
    margin: 0 0 0 0
  }
}
.sec-hash-article-item[data-index="3"] {
  /*723*/
}
@media (min-aspect-ratio: 1366 / 768) and (min-width: 751px) {
  .sec-hash-article-item[data-index="3"] p {
    margin-top: calc(100vh * ( 195 / 768 ))
  }
}
@media (max-aspect-ratio: 1366 / 768) and (min-width: 751px) {
  .sec-hash-article-item[data-index="3"] p {
    margin-top: calc(100vw * ( 195 / 1366 ))
  }
}
@media (min-aspect-ratio: 1366 / 768) and (min-width: 751px) {
  .sec-hash-article-item[data-index="3"] p {
    margin-left: calc(100vh * ( 440 / 768 ))
  }
}
@media (max-aspect-ratio: 1366 / 768) and (min-width: 751px) {
  .sec-hash-article-item[data-index="3"] p {
    margin-left: calc(100vw * ( 440 / 1366 ))
  }
}
@media (min-aspect-ratio: 375 / 800) and (max-width: 750px) {
  .sec-hash-article-item[data-index="3"] p {
    margin-top: calc(100vh * ( 250 / 800 ))
  }
}
@media (max-aspect-ratio: 375 / 800) and (max-width: 750px) {
  .sec-hash-article-item[data-index="3"] p {
    margin-top: calc(100vw * ( 250 / 375 ))
  }
}
@media (min-aspect-ratio: 375 / 800) and (max-width: 750px) {
  .sec-hash-article-item[data-index="3"] p {
    margin-left: calc(100vh * ( -175 / 800 ))
  }
}
@media (max-aspect-ratio: 375 / 800) and (max-width: 750px) {
  .sec-hash-article-item[data-index="3"] p {
    margin-left: calc(100vw * ( -175 / 375 ))
  }
}
@media (min-aspect-ratio: 375 / 800) and (max-width: 750px) {
  .sec-hash-article-item[data-index="3"] p {
    padding-top: calc(100vh * ( 30 / 800 ))
  }
}
@media (max-aspect-ratio: 375 / 800) and (max-width: 750px) {
  .sec-hash-article-item[data-index="3"] p {
    padding-top: calc(100vw * ( 30 / 375 ))
  }
}
@media (min-aspect-ratio: 375 / 800) and (max-width: 750px) {
  .sec-hash-article-item[data-index="3"] p {
    padding-left: calc(100vh * ( 32 / 800 ))
  }
}
@media (max-aspect-ratio: 375 / 800) and (max-width: 750px) {
  .sec-hash-article-item[data-index="3"] p {
    padding-left: calc(100vw * ( 32 / 375 ))
  }
}
@media (min-aspect-ratio: 375 / 800) and (max-width: 750px) {
  .sec-hash-article-item[data-index="3"] p {
    padding-right: calc(100vh * ( 32 / 800 ))
  }
}
@media (max-aspect-ratio: 375 / 800) and (max-width: 750px) {
  .sec-hash-article-item[data-index="3"] p {
    padding-right: calc(100vw * ( 32 / 375 ))
  }
}
@media (min-aspect-ratio: 375 / 800) and (max-width: 750px) {
  .sec-hash-article-item[data-index="3"] p {
    padding-bottom: calc(100vh * ( 30 / 800 ))
  }
}
@media (max-aspect-ratio: 375 / 800) and (max-width: 750px) {
  .sec-hash-article-item[data-index="3"] p {
    padding-bottom: calc(100vw * ( 30 / 375 ))
  }
}
@media screen and (min-width: 751px) {
  .sec-hash-article-item[data-index="3"] p {
    padding: calc(100%*(42/766)) calc(100%*(42/766))
  }
}
@media (min-aspect-ratio: 1366 / 768) and (min-width: 751px) {
  .sec-hash-article-item[data-index="3"] .obi-box {
    margin-top: calc(100vh * ( 150 / 768 ))
  }
}
@media (max-aspect-ratio: 1366 / 768) and (min-width: 751px) {
  .sec-hash-article-item[data-index="3"] .obi-box {
    margin-top: calc(100vw * ( 150 / 1366 ))
  }
}
@media (min-aspect-ratio: 1366 / 768) and (min-width: 751px) {
  .sec-hash-article-item[data-index="3"] .obi-box {
    margin-left: calc(100vh * ( 345 / 768 ))
  }
}
@media (max-aspect-ratio: 1366 / 768) and (min-width: 751px) {
  .sec-hash-article-item[data-index="3"] .obi-box {
    margin-left: calc(100vw * ( 345 / 1366 ))
  }
}
@media (min-aspect-ratio: 375 / 800) and (max-width: 750px) {
  .sec-hash-article-item[data-index="3"] .obi-box {
    margin-top: calc(100vh * ( 215 / 800 ))
  }
}
@media (max-aspect-ratio: 375 / 800) and (max-width: 750px) {
  .sec-hash-article-item[data-index="3"] .obi-box {
    margin-top: calc(100vw * ( 215 / 375 ))
  }
}
@media (min-aspect-ratio: 375 / 800) and (max-width: 750px) {
  .sec-hash-article-item[data-index="3"] .obi-box {
    margin-left: calc(100vh * ( -187 / 800 ))
  }
}
@media (max-aspect-ratio: 375 / 800) and (max-width: 750px) {
  .sec-hash-article-item[data-index="3"] .obi-box {
    margin-left: calc(100vw * ( -187 / 375 ))
  }
}
@media screen and (min-width: 751px) {
  .sec-hash-article-item[data-index="3"] .sec-hash-article-pic {
    margin: 0 0 0 0
  }
}
.sec-hash-article-item[data-index="0"] {
  z-index: 2
}
.sec-hash-article-item[data-index="1"] {
  z-index: 3
}
.sec-hash-article-item[data-index="2"] {
  z-index: 4
}
.sec-hash-article-item[data-index="3"] {
  z-index: 5
}
.bg-circle {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border-radius: 100%
}
@media (min-aspect-ratio: 1366 / 768) and (min-width: 751px) {
  .bg-circle {
    width: calc(100vh * ( 200 / 768 ))
  }
}
@media (max-aspect-ratio: 1366 / 768) and (min-width: 751px) {
  .bg-circle {
    width: calc(100vw * ( 200 / 1366 ))
  }
}
@media (min-aspect-ratio: 1366 / 768) and (min-width: 751px) {
  .bg-circle {
    height: calc(100vh * ( 200 / 768 ))
  }
}
@media (max-aspect-ratio: 1366 / 768) and (min-width: 751px) {
  .bg-circle {
    height: calc(100vw * ( 200 / 1366 ))
  }
}
@media (min-aspect-ratio: 375 / 800) and (max-width: 750px) {
  .bg-circle#sec-campaign-bg-circle {
    width: calc(100vh * ( 100 / 800 ))
  }
}
@media (max-aspect-ratio: 375 / 800) and (max-width: 750px) {
  .bg-circle#sec-campaign-bg-circle {
    width: calc(100vw * ( 100 / 375 ))
  }
}
@media (min-aspect-ratio: 375 / 800) and (max-width: 750px) {
  .bg-circle#sec-campaign-bg-circle {
    height: calc(100vh * ( 100 / 800 ))
  }
}
@media (max-aspect-ratio: 375 / 800) and (max-width: 750px) {
  .bg-circle#sec-campaign-bg-circle {
    height: calc(100vw * ( 100 / 375 ))
  }
}
@media (min-aspect-ratio: 375 / 800) and (max-width: 750px) {
  .bg-circle#sec-products-bg-circle {
    width: calc(100vh * ( 200 / 800 ))
  }
}
@media (max-aspect-ratio: 375 / 800) and (max-width: 750px) {
  .bg-circle#sec-products-bg-circle {
    width: calc(100vw * ( 200 / 375 ))
  }
}
@media (min-aspect-ratio: 375 / 800) and (max-width: 750px) {
  .bg-circle#sec-products-bg-circle {
    height: calc(100vh * ( 200 / 800 ))
  }
}
@media (max-aspect-ratio: 375 / 800) and (max-width: 750px) {
  .bg-circle#sec-products-bg-circle {
    height: calc(100vw * ( 200 / 375 ))
  }
}
.bg-circle-out {
  position: absolute;
  top: 58%;
  left: 50%;
  width: 0;
  height: 0
}
.bg-circle-frame {
  position: relative;
  z-index: 3;
  width: 100%;
  height: 0;
  pointer-events: none
}
#sec-campaign-bg,
#sec-products-bg {
  position: relative
}
#sec-campaign-banner,
#sec-products-banner {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  display: block;
  background-color: rgba(0, 0, 0, 0.5)
}
@media screen and (max-width: 750px) {
  #sec-campaign-banner,
  #sec-products-banner {
    width: calc(100% * (323/375));
    margin: calc(100% * (424/375)) auto 0;
    padding-bottom: calc(100% * (129/375))
  }
}
@media screen and (min-width: 751px) {
  #sec-campaign-banner,
  #sec-products-banner {
    width: calc(100% * (800/1366));
    margin: calc(100% * (288/1366)) auto 0;
    padding-bottom: calc(100% * (320/1366))
  }
}
#sec-campaign__ttl,
#sec-products__ttl {
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 auto;
  font-family: 'Jost',sans-serif;
  font-weight: 200;
  font-style: italic;
  line-height: 1;
  pointer-events: none;
  color: #fff
}
@media (min-aspect-ratio: 375 / 800) and (max-width: 750px) {
  #sec-campaign__ttl,
  #sec-products__ttl {
    font-size: calc(100vh * ( 70 / 800 ))
  }
}
@media (max-aspect-ratio: 375 / 800) and (max-width: 750px) {
  #sec-campaign__ttl,
  #sec-products__ttl {
    font-size: calc(100vw * ( 70 / 375 ))
  }
}
@media (min-aspect-ratio: 375 / 800) and (max-width: 750px) {
  #sec-campaign__ttl,
  #sec-products__ttl {
    width: calc(100vh * ( 1100 / 800 ))
  }
}
@media (max-aspect-ratio: 375 / 800) and (max-width: 750px) {
  #sec-campaign__ttl,
  #sec-products__ttl {
    width: calc(100vw * ( 1100 / 375 ))
  }
}
@media (min-aspect-ratio: 375 / 800) and (max-width: 750px) {
  #sec-campaign__ttl,
  #sec-products__ttl {
    padding-top: calc(100vh * ( 313 / 800 ))
  }
}
@media (max-aspect-ratio: 375 / 800) and (max-width: 750px) {
  #sec-campaign__ttl,
  #sec-products__ttl {
    padding-top: calc(100vw * ( 313 / 375 ))
  }
}
@media (min-aspect-ratio: 1366 / 768) and (min-width: 751px) {
  #sec-campaign__ttl,
  #sec-products__ttl {
    font-size: calc(100vh * ( 100 / 768 ))
  }
}
@media (max-aspect-ratio: 1366 / 768) and (min-width: 751px) {
  #sec-campaign__ttl,
  #sec-products__ttl {
    font-size: calc(100vw * ( 100 / 1366 ))
  }
}
@media (min-aspect-ratio: 1366 / 768) and (min-width: 751px) {
  #sec-campaign__ttl,
  #sec-products__ttl {
    width: calc(100vh * ( 1100 / 768 ))
  }
}
@media (max-aspect-ratio: 1366 / 768) and (min-width: 751px) {
  #sec-campaign__ttl,
  #sec-products__ttl {
    width: calc(100vw * ( 1100 / 1366 ))
  }
}
@media (min-aspect-ratio: 1366 / 768) and (min-width: 751px) {
  #sec-campaign__ttl,
  #sec-products__ttl {
    padding-top: calc(100vh * ( 114 / 768 ))
  }
}
@media (max-aspect-ratio: 1366 / 768) and (min-width: 751px) {
  #sec-campaign__ttl,
  #sec-products__ttl {
    padding-top: calc(100vw * ( 114 / 1366 ))
  }
}
#sec-campaign__ttl span,
#sec-products__ttl span {
  font-weight: 200
}
#sec-campaign__ttl:before,
#sec-products__ttl:before {
  position: absolute;
  display: block;
  opacity: 0.15
}
@media (min-aspect-ratio: 375 / 800) and (max-width: 750px) {
  #sec-campaign__ttl:before,
  #sec-products__ttl:before {
    bottom: calc(100vh * ( -29 / 800 ))
  }
}
@media (max-aspect-ratio: 375 / 800) and (max-width: 750px) {
  #sec-campaign__ttl:before,
  #sec-products__ttl:before {
    bottom: calc(100vw * ( -29 / 375 ))
  }
}
@media (min-aspect-ratio: 1366 / 768) and (min-width: 751px) {
  #sec-campaign__ttl:before,
  #sec-products__ttl:before {
    bottom: calc(100vh * ( -48 / 768 ))
  }
}
@media (max-aspect-ratio: 1366 / 768) and (min-width: 751px) {
  #sec-campaign__ttl:before,
  #sec-products__ttl:before {
    bottom: calc(100vw * ( -48 / 1366 ))
  }
}
#sec-campaign {
  z-index: 4
}
@media (min-aspect-ratio: 375 / 800) and (max-width: 750px) {
  #sec-campaign {
    height: calc(100vh * ( 524 / 800 ))
  }
}
@media (max-aspect-ratio: 375 / 800) and (max-width: 750px) {
  #sec-campaign {
    height: calc(100vw * ( 524 / 375 ))
  }
}
@media (min-aspect-ratio: 1366 / 768) and (min-width: 751px) {
  #sec-campaign {
    height: calc(100vh * ( 768 / 768 ))
  }
}
@media (max-aspect-ratio: 1366 / 768) and (min-width: 751px) {
  #sec-campaign {
    height: calc(100vw * ( 768 / 1366 ))
  }
}
@media (min-aspect-ratio: 375 / 800) and (max-width: 750px) {
  #sec-campaign-bg {
    height: calc(100vh * ( 524 / 800 ))
  }
}
@media (max-aspect-ratio: 375 / 800) and (max-width: 750px) {
  #sec-campaign-bg {
    height: calc(100vw * ( 524 / 375 ))
  }
}
@media (min-aspect-ratio: 375 / 800) and (max-width: 750px) {
  #sec-campaign-bg {
    top: calc(100vh * ( 500 / 800 ))
  }
}
@media (max-aspect-ratio: 375 / 800) and (max-width: 750px) {
  #sec-campaign-bg {
    top: calc(100vw * ( 500 / 375 ))
  }
}
@media (min-aspect-ratio: 1366 / 768) and (min-width: 751px) {
  #sec-campaign-bg {
    height: calc(100vh * ( 768 / 768 ))
  }
}
@media (max-aspect-ratio: 1366 / 768) and (min-width: 751px) {
  #sec-campaign-bg {
    height: calc(100vw * ( 768 / 1366 ))
  }
}
@media (min-aspect-ratio: 1366 / 768) and (min-width: 751px) {
  #sec-campaign-bg {
    top: calc(100vh * ( 500 / 768 ))
  }
}
@media (max-aspect-ratio: 1366 / 768) and (min-width: 751px) {
  #sec-campaign-bg {
    top: calc(100vw * ( 500 / 1366 ))
  }
}
#sec-campaign-bg-overflowhidden {
  position: relative;
  overflow: hidden
}
@media (min-aspect-ratio: 375 / 800) and (max-width: 750px) {
  #sec-campaign-bg-overflowhidden {
    height: calc(100vh * ( 1424 / 800 ))
  }
}
@media (max-aspect-ratio: 375 / 800) and (max-width: 750px) {
  #sec-campaign-bg-overflowhidden {
    height: calc(100vw * ( 1424 / 375 ))
  }
}
@media (min-aspect-ratio: 375 / 800) and (max-width: 750px) {
  #sec-campaign-bg-overflowhidden {
    top: calc(100vh * ( -500 / 800 ))
  }
}
@media (max-aspect-ratio: 375 / 800) and (max-width: 750px) {
  #sec-campaign-bg-overflowhidden {
    top: calc(100vw * ( -500 / 375 ))
  }
}
@media (min-aspect-ratio: 1366 / 768) and (min-width: 751px) {
  #sec-campaign-bg-overflowhidden {
    height: calc(100vh * ( 1868 / 768 ))
  }
}
@media (max-aspect-ratio: 1366 / 768) and (min-width: 751px) {
  #sec-campaign-bg-overflowhidden {
    height: calc(100vw * ( 1868 / 1366 ))
  }
}
@media (min-aspect-ratio: 1366 / 768) and (min-width: 751px) {
  #sec-campaign-bg-overflowhidden {
    top: calc(100vh * ( -500 / 768 ))
  }
}
@media (max-aspect-ratio: 1366 / 768) and (min-width: 751px) {
  #sec-campaign-bg-overflowhidden {
    top: calc(100vw * ( -500 / 1366 ))
  }
}
#sec-campaign-bg-circle {
  background: #dba1a3;
  background: -webkit-gradient(linear, left bottom, left top, from(#dba1a3), to(#d05e62));
  background: linear-gradient(0deg, #dba1a3 0%, #d05e62 100%)
}
#sec-campaign__ttl {
  text-align: left
}
@media (min-aspect-ratio: 375 / 800) and (max-width: 750px) {
  #sec-campaign__ttl {
    padding-left: calc(100vh * ( 26 / 800 ))
  }
}
@media (max-aspect-ratio: 375 / 800) and (max-width: 750px) {
  #sec-campaign__ttl {
    padding-left: calc(100vw * ( 26 / 375 ))
  }
}
@media (min-aspect-ratio: 1366 / 768) and (min-width: 751px) {
  #sec-campaign__ttl {
    padding-left: calc(100vh * ( 48 / 768 ))
  }
}
@media (max-aspect-ratio: 1366 / 768) and (min-width: 751px) {
  #sec-campaign__ttl {
    padding-left: calc(100vw * ( 48 / 1366 ))
  }
}
@media screen and (max-width: 750px) {
  #sec-campaign__ttl {
    opacity: 0
  }
}
#sec-campaign__ttl:before {
  content: 'News'
}
@media (min-aspect-ratio: 375 / 800) and (max-width: 750px) {
  #sec-campaign__ttl:before {
    left: calc(100vh * ( 34 / 800 ))
  }
}
@media (max-aspect-ratio: 375 / 800) and (max-width: 750px) {
  #sec-campaign__ttl:before {
    left: calc(100vw * ( 34 / 375 ))
  }
}
@media (min-aspect-ratio: 1366 / 768) and (min-width: 751px) {
  #sec-campaign__ttl:before {
    left: calc(100vh * ( 54 / 768 ))
  }
}
@media (max-aspect-ratio: 1366 / 768) and (min-width: 751px) {
  #sec-campaign__ttl:before {
    left: calc(100vw * ( 54 / 1366 ))
  }
}
@media screen and (max-width: 750px) {
  #sec-campaign-banner {
    opacity: 0
  }
}
#sec-campaign-banner img {
  position: absolute;
  display: block;
  width: 100%
}
#sec-products {
  z-index: 4
}
@media (min-aspect-ratio: 375 / 800) and (max-width: 750px) {
  #sec-products {
    height: calc(100vh * ( 504 / 800 ))
  }
}
@media (max-aspect-ratio: 375 / 800) and (max-width: 750px) {
  #sec-products {
    height: calc(100vw * ( 504 / 375 ))
  }
}
@media (min-aspect-ratio: 1366 / 768) and (min-width: 751px) {
  #sec-products {
    height: calc(100vh * ( 1068 / 768 ))
  }
}
@media (max-aspect-ratio: 1366 / 768) and (min-width: 751px) {
  #sec-products {
    height: calc(100vw * ( 1068 / 1366 ))
  }
}
#sec-products .size-cover-frame {
  opacity: 0
}
@media screen and (max-width: 750px) {
  #sec-products .size-cover-frame {
    -webkit-transform: translate(-50%, -60%);
    transform: translate(-50%, -60%)
  }
}
@media (min-aspect-ratio: 375 / 800) and (max-width: 750px) {
  #sec-products-bg {
    height: calc(100vh * ( 504 / 800 ))
  }
}
@media (max-aspect-ratio: 375 / 800) and (max-width: 750px) {
  #sec-products-bg {
    height: calc(100vw * ( 504 / 375 ))
  }
}
@media (min-aspect-ratio: 375 / 800) and (max-width: 750px) {
  #sec-products-bg {
    top: calc(100vh * ( 500 / 800 ))
  }
}
@media (max-aspect-ratio: 375 / 800) and (max-width: 750px) {
  #sec-products-bg {
    top: calc(100vw * ( 500 / 375 ))
  }
}
@media (min-aspect-ratio: 1366 / 768) and (min-width: 751px) {
  #sec-products-bg {
    height: calc(100vh * ( 1068 / 768 ))
  }
}
@media (max-aspect-ratio: 1366 / 768) and (min-width: 751px) {
  #sec-products-bg {
    height: calc(100vw * ( 1068 / 1366 ))
  }
}
@media (min-aspect-ratio: 1366 / 768) and (min-width: 751px) {
  #sec-products-bg {
    top: calc(100vh * ( 500 / 768 ))
  }
}
@media (max-aspect-ratio: 1366 / 768) and (min-width: 751px) {
  #sec-products-bg {
    top: calc(100vw * ( 500 / 1366 ))
  }
}
#sec-products-bg-overflowhidden {
  position: relative;
  overflow: hidden
}
@media (min-aspect-ratio: 375 / 800) and (max-width: 750px) {
  #sec-products-bg-overflowhidden {
    height: calc(100vh * ( 1004 / 800 ))
  }
}
@media (max-aspect-ratio: 375 / 800) and (max-width: 750px) {
  #sec-products-bg-overflowhidden {
    height: calc(100vw * ( 1004 / 375 ))
  }
}
@media (min-aspect-ratio: 375 / 800) and (max-width: 750px) {
  #sec-products-bg-overflowhidden {
    top: calc(100vh * ( -1400 / 800 ))
  }
}
@media (max-aspect-ratio: 375 / 800) and (max-width: 750px) {
  #sec-products-bg-overflowhidden {
    top: calc(100vw * ( -1400 / 375 ))
  }
}
@media (min-aspect-ratio: 1366 / 768) and (min-width: 751px) {
  #sec-products-bg-overflowhidden {
    height: calc(100vh * ( 1568 / 768 ))
  }
}
@media (max-aspect-ratio: 1366 / 768) and (min-width: 751px) {
  #sec-products-bg-overflowhidden {
    height: calc(100vw * ( 1568 / 1366 ))
  }
}
@media (min-aspect-ratio: 1366 / 768) and (min-width: 751px) {
  #sec-products-bg-overflowhidden {
    top: calc(100vh * ( -1600 / 768 ))
  }
}
@media (max-aspect-ratio: 1366 / 768) and (min-width: 751px) {
  #sec-products-bg-overflowhidden {
    top: calc(100vw * ( -1600 / 1366 ))
  }
}
#sec-products-bg-circle {
  background: #ffd5d3;
  background: -webkit-gradient(linear, left bottom, left top, from(#ffd5d3), to(#e59791));
  background: linear-gradient(0deg, #ffd5d3 0%, #e59791 100%)
}
#sec-products-banner:hover .btn-more-in span:before {
  content: 'Click!!'
}
@media (min-aspect-ratio: 1366 / 768) and (min-width: 751px) {
  #sec-products-banner:hover .btn-more-in:before {
    margin-left: calc(100vh * ( 20 / 768 ))
  }
}
@media (max-aspect-ratio: 1366 / 768) and (min-width: 751px) {
  #sec-products-banner:hover .btn-more-in:before {
    margin-left: calc(100vw * ( 20 / 1366 ))
  }
}
@media (min-aspect-ratio: 375 / 800) and (max-width: 750px) {
  #sec-products-banner:hover .btn-more-in:before {
    margin-left: calc(100vh * ( 20 / 800 ))
  }
}
@media (max-aspect-ratio: 375 / 800) and (max-width: 750px) {
  #sec-products-banner:hover .btn-more-in:before {
    margin-left: calc(100vw * ( 20 / 375 ))
  }
}
@media screen and (max-width: 750px) {
  #sec-products .btn-more {
    left: 50%;
    margin: calc(100% * (165/800)) 0 0 0;
    -webkit-transform: translateX(-50%) scale(0.7);
    transform: translateX(-50%) scale(0.7)
  }
}
@media screen and (min-width: 751px) {
  #sec-products .btn-more {
    margin: calc(100% * (179/800)) 0 0 calc(100% * (345/800))
  }
}
@media (min-aspect-ratio: 375 / 800) and (max-width: 750px) {
  #sec-products__ttl {
    padding-left: calc(100vh * ( 26 / 800 ))
  }
}
@media (max-aspect-ratio: 375 / 800) and (max-width: 750px) {
  #sec-products__ttl {
    padding-left: calc(100vw * ( 26 / 375 ))
  }
}
@media screen and (max-width: 750px) {
  #sec-products__ttl {
    text-align: left
  }
}
@media screen and (min-width: 751px) {
  #sec-products__ttl {
    text-align: right
  }
}
#sec-products__ttl:before {
  content: 'Products'
}
@media (min-aspect-ratio: 375 / 800) and (max-width: 750px) {
  #sec-products__ttl:before {
    left: calc(100vh * ( 34 / 800 ))
  }
}
@media (max-aspect-ratio: 375 / 800) and (max-width: 750px) {
  #sec-products__ttl:before {
    left: calc(100vw * ( 34 / 375 ))
  }
}
@media (min-aspect-ratio: 1366 / 768) and (min-width: 751px) {
  #sec-products__ttl:before {
    right: calc(100vh * ( 8 / 768 ))
  }
}
@media (max-aspect-ratio: 1366 / 768) and (min-width: 751px) {
  #sec-products__ttl:before {
    right: calc(100vw * ( 8 / 1366 ))
  }
}