@charset "UTF-8";

/* =Font Face
-------------------------------------------------------------- */
@font-face {
    font-family: 'Yu Gothic Light';
    src: url('../fonts/Yu Gothic Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

/* =Reset
-------------------------------------------------------------- */

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    vertical-align: baseline;
}

body {
    line-height: 1;
}

p {
    line-height: 1.7;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

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

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

caption,
th,
td {
    text-align: left;
    vertical-align: middle;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    clear: both;
}

html {
    overflow-y: scroll;
    font-size: 100%;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    scroll-behavior: smooth;
}

a:focus {
    outline: none;
}

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

audio,
canvas,
video {
    display: inline-block;
}

audio:not([controls]) {
    display: none;
}

del {
    color: #333;
}

ins {
    background: #fff9c0;
    text-decoration: none;
}

hr {
    background-color: #ccc;
    border: 0;
    height: 1px;
    margin: 24px;
    margin-bottom: 1.714285714rem;
}

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

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

small {
    font-size: smaller;
}

img {
    border: 0;
    vertical-align: top;
    -ms-interpolation-mode: bicubic;
}

/* Clearing floats */
.clear:after,
.wrapper:after,
.format-status .entry-header:after {
    clear: both;
}

.clear:before,
.clear:after,
.wrapper:before,
.wrapper:after,
.format-status .entry-header:before,
.format-status .entry-header:after {
    display: table;
    content: "";
}


/* =Page CSS
-------------------------------------------------------------- */
.hidden {
    display: none;
}

.ps-relative {
    position: relative;
}

.ps-absolute {
    position: absolute;
}

.btn--default {
    transition: ease all 0.5s;
    padding-right: 29px;
    padding-left: 29px;
    width: 90%;
    left: 50%;
    transform: translateX(-50%);
}

.hv-o:hover,
.btn--default:hover img {
    opacity: 0.8;
}

.btn--01 {
    bottom: 71px;
}

.btn--02 {
    bottom: 50px;
}

figure img {
    width: 100%;
}

.main--content {
    font-size: 16px;
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
    width: 100%;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
    background-color: #FFF;
    text-align: center;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
}

.main--inner {
    width: 100%;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
}

.video--inner {
    bottom: 50px;
    left: 50%;
    transform: translateX(-50%);
}

.video--inner2 {
    /* bottom: 100px;     */
}

.video--iframe {
    border-radius: 8px;
    overflow: hidden;
}

.button-fix {
    position: fixed;
    left: 50%;
    transform: translateX(-50%);
    bottom: 15px;
    border: 0;
    width: 100%;
    max-width: 542px;
}

@media screen and (max-width:750px) {
    .slider--inner img {
        height: 53.333vw;
    }
}

@media screen and (max-width:600px) {
    .btn--01 {
        bottom: 11.833vw;
    }

    .btn--02 {
        bottom: 8.333vw;
    }

    .video--iframe {
        width: 62.833vw;
        height: 111.667vw;
    }

    .button-fix {
        width: 91%;
    }
}