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,
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: inherit;
    vertical-align: baseline
}

html {
    line-height: 1
}

body {
    word-wrap: break-word;
    overflow-wrap: break-word;
    margin: 0;
    padding: 0;
    color: #252834;
    font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: 0.02em;
    text-align: left;
    font-weight: 500
}

@media screen and (max-width: 768px) {
    body {
        font-size: 0.95em
    }
}

h1,
h2,
h3,
h4,
h5,
h6 {
    letter-spacing: 0.2em;
    font-family: "Noto Serif JP", 游明朝, YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", serif
}

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

q,
blockquote {
    quotes: none
}

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

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

* {
    box-sizing: border-box
}

img {
    vertical-align: top;
    max-width: 100%;
    width: 100%;
    height: auto
}

a {
    color: #1d2d65;
    text-decoration: none;
    transition: all 0.3s ease
}

a:hover {
    opacity: 0.8
}

a img {
    border: none
}

ol,
ul,
li {
    list-style: none
}

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

button {
    background-color: transparent;
    border: none;
    outline: none;
    padding: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

input[type="text"],
input[type="tel"],
input[type="email"] {
    height: 43px;
    padding: 3px 5px;
    border: 1px solid #ccc;
    background: transparent;
    font-size: 1em;
    line-height: 43px;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif
}

input[type="submit"],
input[type="button"] {
    padding: 0;
    border: 0;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
    font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif
}

select {
    height: 36px;
    border: 1px solid #ccc;
    background: transparent;
    font-size: 1em;
    line-height: 36px;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif
}

textarea {
    width: 100%;
    min-height: 73px;
    padding: 5px 10px;
    border: 1px solid #ccc;
    overflow-y: auto;
    resize: vertical;
    font-size: 1em;
    font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif
}

*:last-child {
    margin-bottom: 0
}

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

.is-fixed {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 3;
    width: 100%
}

.pagetop {
    position: fixed;
    bottom: 15px;
    right: 20px;
    display: none;
    background: #fff;
    color: #1d2d65;
    padding: 5px;
    width: 30px;
    height: 30px;
    line-height: 22px;
    vertical-align: middle;
    text-align: center;
    cursor: pointer;
    z-index: 2;
    border-radius: 50%
}

.section {
    padding: 100px 0
}

.section p {
    margin-bottom: 20px
}

.section p:last-child {
    margin-bottom: 0
}

@media screen and (min-width: 769px) {
    .section p {
        margin-bottom: 40px
    }
}

@media screen and (max-width: 992px) {
    .section {
        padding: 60px 0
    }
}

.section-second {
    margin-bottom: 40px
}

.section-second:last-child {
    margin-bottom: 0
}

@media screen and (min-width: 769px) {
    .section-second {
        margin-bottom: 80px
    }
}

.section-s {
    margin-bottom: 20px
}

@media screen and (min-width: 769px) {
    .section-s {
        margin-bottom: 40px
    }
}

.section-all {
    margin-bottom: 60px
}

@media screen and (min-width: 769px) {
    .section-all {
        margin-bottom: 100px
    }
}

@media screen and (max-width: 768px) {
    .pagetop {
        right: 2%
    }

    .section {
        padding: 60px 0
    }

    .section p,
    .section-s p {
        font-size: .9em;
        line-height: 1.8
    }
}

@media screen and (max-width: 568px) {
    .section-s {
        padding: 40px 0
    }
}

@media screen and (max-width: 480px) {
    .section {
        padding: 40px 0
    }

    p {
        margin-bottom: 2em
    }
}

.two-column-box .sub-menu-left-side {
    margin-bottom: 40px
}

@media screen and (min-width: 769px) {
    .two-column-box .sub-menu-left-side {
        width: 28%;
        float: left
    }

    .two-column-box .sub-menu-left-side.scroll {
        position: sticky;
        top: 80px;
        left: auto
    }

    .two-column-box .main-contents {
        width: 65%;
        float: right
    }
}

@media screen and (max-width: 768px) {
    .two-column-box .sub-menu-left-side ul {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap
    }

    .two-column-box .sub-menu-left-side ul li {
        width: 48%;
        font-size: 0.875em
    }
}

.ly-container-wrap {
    max-width: 1280px;
    min-width: 300px;
    margin: 0 auto
}

@media screen and (max-width: 1280px) {
    .ly-container-wrap {
        padding: 0 4%
    }
}

@media screen and (max-width: 768px) {
    .ly-container-wrap {
        padding: 0 6%
    }
}

.p-ov-h {
    overflow: hidden
}

.p-bold {
    font-weight: bold
}

.p-align-l {
    text-align: left !important
}

.p-align-c {
    text-align: center !important
}

.p-align-r {
    text-align: right !important
}

.p-relative {
    position: relative
}

.p-left {
    float: left
}

.p-right {
    float: right
}

.p-f-color-red {
    color: #b41c2b
}

.p-f-color-yellow {
    color: #ff0
}

.p-txt {
    margin: 1em 0 0
}

.p-txt2 {
    margin: 1em 20px 0
}

.p-txt2 .font-large {
    font-size: 20px;
    font-weight: bold
}

.p-img {
    margin: 1em 0 0
}

.p-w16 {
    width: 16% !important
}

.p-w25 {
    width: 25% !important
}

.p-w50 {
    width: 50% !important
}

.p-w75 {
    width: 75% !important
}

.p-w100 {
    width: 100% !important
}

.p-mt0 {
    margin-top: 0 !important
}

.p-mt20 {
    margin-top: 20px !important
}

.p-mt30 {
    margin-top: 30px !important
}

.p-mb0 {
    margin-bottom: 0px !important
}

.p-mb20 {
    margin-bottom: 20px !important
}

.p-mb30 {
    margin-bottom: 30px !important
}

.p-mb40 {
    margin-bottom: 40px !important
}

.p-mb50 {
    margin-bottom: 50px !important
}

.p-nowrap {
    white-space: nowrap
}

.p-opa {
    transition: all 0.3s ease
}

.p-opa:hover {
    opacity: 0.8
}

.p-container {
    margin-bottom: 50px
}

.p-link-more {
    margin-top: 15px;
    font-weight: bold;
    text-align: right
}

.p-line {
    padding: 0 15px;
    color: #ccc
}

.p-main-color {
    color: #1d2d65
}

.note li {
    font-size: 0.875em;
    text-indent: -1em;
    padding-left: 1em;
    margin-bottom: 3px
}

.note li:last-child {
    margin-bottom: 0
}

.error {
    color: #b41c2b;
    line-height: 1.2;
    font-weight: bold
}

.block-l {
    margin-bottom: 60px
}

.block-l:last-child {
    margin-bottom: 0
}

@media screen and (min-width: 769px) {
    .block-l {
        margin-bottom: 100px
    }
}

.block-s {
    margin-bottom: 40px
}

.block-s:last-child {
    margin-bottom: 0
}

@media screen and (min-width: 769px) {
    .block-s {
        margin-bottom: 60px
    }
}

@media screen and (max-width: 768px) {
    .pc-only {
        display: none
    }

    .tab-only {
        display: none
    }
}

@media screen and (max-width: 768px) {
    .tab-only {
        display: block
    }
}

@media screen and (min-width: 569px) {
    .sp-only {
        display: none
    }
}

.main-title {
    font-size: 2.250em;
    font-weight: bold;
    margin-bottom: 40px;
    line-height: 1.4;
    text-align: center
}

.main-title span {
    display: inline-block
}

.main-title small {
    display: block;
    font-size: 0.556em;
    margin-bottom: 5px
}

@media screen and (max-width: 768px) {
    .main-title {
        font-size: 1.8em;
        margin-bottom: 20px
    }
}

@media screen and (max-width: 480px) {
    .main-title {
        font-size: 1.4em
    }
}

@keyframes fadeIn {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@-webkit-keyframes fadeInDown2 {
    from {
        opacity: 0;
        transform: translatey(-10px)
    }

    to {
        opacity: 1;
        transform: translatey(0)
    }
}

@keyframes fadeInDown2 {
    from {
        opacity: 0;
        transform: translatey(-10px)
    }

    to {
        opacity: 1;
        transform: translatey(0)
    }
}

.m-title-01 {
    font-size: 1.5em;
    font-weight: bold;
    margin-bottom: 20px;
    padding-bottom: 15px;
    background: url(../img/common/head-blue-border.gif) repeat-x bottom left
}

@media screen and (min-width: 569px) {
    .m-title-01 {
        margin-bottom: 40px
    }
}

.m-title-02 {
    font-size: 1.250em;
    font-weight: bold;
    margin-bottom: 20px;
    padding-bottom: 15px;
    border-bottom: 1px solid #d2d5e0
}

.m-title-02 span {
    border-left: 5px solid #1d2d65;
    padding-left: 10px;
    line-height: 1.2;
    display: inline-block
}

@media screen and (min-width: 569px) {
    .m-title-02 {
        margin-bottom: 30px
    }
}

.m-title-03 {
    font-size: 1.125em;
    font-weight: bold;
    margin-bottom: 15px
}

.m-title-03 span {
    display: inline-block;
    padding-bottom: 5px;
    border-bottom: 2px solid #e8eaef
}

@media screen and (min-width: 569px) {
    .m-title-03 {
        margin-bottom: 20px
    }
}

.m-title-04 {
    font-size: 1.125em;
    font-weight: bold;
    margin-bottom: 15px;
    padding-bottom: 10px;
    border-bottom: 1px solid #e8eaef
}

@media screen and (min-width: 569px) {
    .m-title-04 {
        margin-bottom: 20px
    }
}

.m-title-05 {
    font-size: 1.75em;
    font-weight: bold;
    margin-bottom: 20px;
    padding: 15px 10px;
    text-align: center;
    background: #d2d5e0
}

@media screen and (min-width: 569px) {
    .m-title-05 {
        margin-bottom: 30px
    }
}

.breadcrumb {
    background: #fbfafa;
    padding: 20px 0px;
    margin: 0 0 40px;
    font-size: 0.778em;
    border-radius: 5px
}

.breadcrumb li {
    display: inline-block
}

.breadcrumb li a {
    color: #666
}

@media screen and (min-width: 769px) {
    .breadcrumb {
        margin-bottom: 80px
    }
}

.anchor {
    background: #fff;
    border: 1px solid #d2d5e0;
    padding: 20px 20px 30px;
    font-family: "Noto Serif JP", 游明朝, YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", serif;
    letter-spacing: 0.1em;
    opacity: 0
}

.anchor li {
    border-bottom: 1px dotted #ccc
}

.anchor li .fas {
    font-size: 0.875em;
    margin-right: 3px
}

.anchor li:last-child {
    margin-bottom: 0
}

.anchor li a {
    display: block;
    padding: 12px 0 12px 5px
}

.anchor li a:hover {
    background: #d2d5e0
}

@media screen and (max-width: 768px) {
    .anchor li a {
        padding: 8px 0 8px 5px
    }
}

.mv-01 {
    min-width: 305px;
    height: 370px;
    text-align: center
}

.mv-01 .main-title {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    color: #fff
}

.mv-01 p {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
    -webkit-animation-duration: 2.2s;
    animation-duration: 2.2s;
    color: #fff
}

@media screen and (max-width: 1100px) {
    .mv-01 {
        margin-top: 110px
    }
}

@media screen and (min-width: 769px) {
    .mv-01 {
        height: 370px
    }

    .mv-01 .ly-container-wrap {
        height: 370px
    }

    .mv-01 .ly-container-wrap .mv-ttl {
        position: relative;
        top: 50%;
        transform: translateY(-50%)
    }
}

@media screen and (max-width: 768px) {
    .mv-01 {
        height: auto;
        padding: 40px 0
    }
}

.mv-02 {
    text-align: center;
    background: #f3f4f7;
    padding: 50px 0
}

.mv-02 .main-title {
    color: #1d2d65;
    font-family: "Noto Serif JP", 游明朝, YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", serif;
    letter-spacing: 0.2em;
    margin-bottom: 0
}

@media screen and (max-width: 1100px) {
    .mv-02 {
        margin-top: 110px
    }
}

@media screen and (max-width: 768px) {
    .mv-02 {
        margin-top: 74px;
        padding: 40px 0
    }
}

.common-partner {
    background: url(../img/top/partner_bg.jpg) no-repeat center;
    background-size: cover;
    text-align: center
}

.common-partner .partner-circle {
    max-width: 380px;
    height: 560px;
    margin: 0 auto 40px;
    background: url(../img/top/partner_circle.png) no-repeat center;
    background-size: contain;
    font-feature-settings: 'palt';
    position: relative
}

.common-partner .partner-circle h2 {
    font-size: 1.5em;
    color: #1d2d65;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    opacity: 0
}

.common-partner .partner-circle .ico-circle {
    position: absolute;
    border-radius: 50%;
    font-family: "Noto Serif JP", 游明朝, YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", serif;
    font-size: 1.5em;
    width: 170px;
    line-height: 170px;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.3);
    opacity: 0
}

.common-partner .partner-circle .ico-circle a {
    color: #fff;
    display: block
}

.common-partner .partner-circle .ico-circle.ico-gift {
    background: #e184a7;
    top: 0;
    left: 0;
    right: 0;
    margin: auto
}

.common-partner .partner-circle .ico-circle.ico-flower {
    background: #c7b730;
    top: 120px;
    right: -100px
}

.common-partner .partner-circle .ico-circle.ico-welfare {
    background: #5386d9;
    bottom: 30px;
    right: -20px
}

.common-partner .partner-circle .ico-circle.ico-costume {
    background: #5bc960;
    bottom: 30px;
    left: -20px
}

.common-partner .partner-circle .ico-circle.ico-cooking {
    background: #de8c4f;
    top: 120px;
    left: -100px
}

.common-partner .partner-list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    opacity: 0
}

.common-partner .partner-list li {
    width: 46%;
    border-radius: 10px
}

.common-partner .partner-list li a {
    display: block;
    color: #fff;
    font-size: 1.250em;
    font-family: "Noto Serif JP", 游明朝, YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", serif
}

.common-partner .partner-list li a span {
    display: block;
    padding: 10px 0
}

.common-partner .partner-list li a .fas {
    font-size: 0.8em;
    margin-right: 5px
}

.common-partner .partner-list li:nth-child(1) {
    background: #e184a7
}

.common-partner .partner-list li:nth-child(2) {
    background: #de8c4f
}

.common-partner .partner-list li:nth-child(3) {
    background: #c7b730
}

.common-partner .partner-list li:nth-child(4) {
    background: #5bc960
}

.common-partner .partner-list li:nth-child(5) {
    background: #5386d9
}

@media screen and (min-width: 767px) {
    .common-partner .partner-list li {
        width: 18%
    }

    .common-partner .partner-circle-sp {
        display: none
    }
}

@media screen and (max-width: 768px) {
    .common-partner .partner-circle {
        display: none
    }

    .common-partner .partner-circle-sp {
        opacity: 0;
        margin-bottom: 8%
    }

    .common-partner .partner-list li {
        margin-bottom: 6%
    }

    .common-partner .partner-list li:last-child {
        margin-bottom: 0
    }

    .common-partner .partner-list li a {
        font-size: 1em
    }
}

.flex-box {
    margin-bottom: 60px
}

.flex-box .text-box p {
    margin-bottom: 20px
}

.flex-box .text-box .more-button-blue a {
    line-height: 50px
}

@media screen and (min-width: 993px) {
    .flex-box {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap
    }

    .flex-box figure {
        width: 30%
    }

    .flex-box .text-box {
        width: 65%
    }
}

@media screen and (max-width: 992px) {
    .flex-box figure {
        max-width: 480px;
        margin: 0 auto 30px
    }
}

@media screen and (max-width: 768px) {
    .flex-box {
        margin-bottom: 40px
    }
}

.flex-box-two {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 40px
}

.flex-box-two figure {
    text-align: center;
    margin-bottom: 20px
}

.flex-box-two .box {
    width: 100%;
    margin-bottom: 40px
}

.flex-box-two .box:last-child {
    margin-bottom: 0
}

@media screen and (min-width: 993px) {
    .flex-box-two .box {
        width: 48%
    }
}

@media screen and (max-width: 768px) {
    .flex-box-two {
        max-width: 450px;
        margin: 40px auto 0
    }
}

.flex-box-three {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 40px
}

.flex-box-three figure {
    text-align: center;
    margin-bottom: 20px
}

.flex-box-three .box {
    width: 100%;
    margin-bottom: 40px
}

.flex-box-three .box:last-child {
    margin-bottom: 0
}

@media screen and (min-width: 993px) {
    .flex-box-three .box {
        width: 30%
    }
}

@media screen and (min-width: 769px) and (max-width: 992px) {
    .flex-box-three .box {
        width: 48%
    }
}

@media screen and (max-width: 768px) {
    .flex-box-three figure {
        max-width: 480px;
        margin: 0 auto 30px
    }
}

.table-01 {
    width: 100%;
    margin-bottom: 40px;
    border-collapse: separate;
    border-spacing: 1px
}

.table-01:last-child {
    margin-bottom: 0
}

.table-01 th,
.table-01 td {
    text-align: center;
    width: 33.333%;
    padding: 15px 5px;
    font-size: 0.889em
}

.table-01 thead th {
    background: #1d2d65;
    color: #fff;
    font-weight: bold
}

.table-01 tbody tr:nth-child(odd) td {
    background: #d2d5e0
}

.table-01 tbody tr:nth-child(even) td {
    background: #fff
}

.table-02 {
    width: 100%;
    margin-bottom: 40px
}

.table-02:last-child {
    margin-bottom: 0
}

.table-02 thead th {
    font-weight: bold;
    color: #1d2d65
}

.table-02 tbody th {
    font-weight: bold;
    width: 20%;
    color: #1d2d65
}

@media screen and (max-width: 568px) {
    .table-02 tbody th {
        width: 30%
    }
}

.table-02 th,
.table-02 td {
    padding: 25px 15px;
    font-size: 0.889em;
    border-top: 1px solid #d2d5e0;
    border-bottom: 1px solid #d2d5e0
}

@media screen and (max-width: 568px) {

    .table-02 th,
    .table-02 td {
        padding: 15px 5px
    }
}

.table-02 td {
    font-weight: 500
}

.table-02 td dl dt {
    font-weight: bold;
    margin-bottom: 10px
}

.table-02 td dl dd {
    margin-bottom: 20px
}

.table-02 td dl dd:last-child {
    margin-bottom: 0
}

.list-01 li {
    text-indent: -1em;
    margin-bottom: 8px;
    padding: 0 0 8px 1em;
    border-bottom: 1px dotted #ccc
}

.list-01 li:last-child {
    margin-bottom: 0
}

.list-02 li {
    margin-bottom: 8px;
    padding: 8px 0 14px 0;
    border-bottom: 1px dotted #ccc;
    font-family: "Noto Serif JP", 游明朝, YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", serif;
    font-weight: bold;
    font-size: 1.25em;
    letter-spacing: 0.2em
}

.list-02 li span {
    border-radius: 50%;
    text-align: center;
    display: inline-block;
    font-size: 0.778em;
    width: 30px;
    line-height: 30px;
    color: #fff;
    background: #1d2d65;
    margin-right: 8px
}

.list-02 li .fas {
    margin-left: 5px
}

.list-02 li:last-child {
    margin-bottom: 0
}

.list-03 {
    margin-bottom: 40px;
    padding-left: 20px
}

.list-03 li {
    margin-bottom: 10px;
    list-style: disc
}

.list-03 li:last-child {
    margin-bottom: 0
}

.dl-list-01 dt {
    font-weight: bold;
    margin-bottom: 8px;
    padding: 0 0 8px;
    border-bottom: 1px solid #ccc
}

.dl-list-01 dd {
    margin-bottom: 8px;
    padding: 0 0 8px;
    border-bottom: 1px dotted #ccc
}

.dl-list-01 dd:last-child {
    margin-bottom: 0
}

.more-button-blue {
    text-align: center;
    opacity: 0
}

.more-button-blue a {
    border-radius: 10px;
    font-family: "Noto Serif JP", 游明朝, YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", serif;
    max-width: 330px;
    letter-spacing: 0.1em;
    line-height: 80px;
    display: block;
    margin: 0 auto;
    color: #fff;
    transition: all 0.25s ease-out;
    background-color: #1d2d65;
    font-size: 1.250em;
    border-bottom: 4px solid #0a122f
}

.more-button-blue a .fas {
    font-size: 0.800em;
    margin-right: 5px
}

.form-button {
    text-align: center
}

.form-button input {
    width: 100%;
    border-radius: 10px;
    font-weight: bold;
    max-width: 330px;
    line-height: 80px;
    letter-spacing: 0.1em;
    display: inline-block;
    margin: 0 auto;
    color: #fff;
    transition: all 0.25s ease-out;
    font-size: 1.250em;
    background-color: #1d2d65;
    border-bottom: 4px solid #0a122f
}

.form-button input:hover {
    opacity: 0.8
}

.form-button input.next-btn {
    -webkit-appearance: none;
    border-radius: 0;
    background: #e47226
}

.form-button input.return-btn {
    -webkit-appearance: none;
    border-radius: 0;
    background: #252834
}

.top-button {
    text-align: center
}

.top-button a {
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    padding: 30px 10px;
    width: 250px;
    display: inline-block;
    background: #e47226
}

.common-contact {
    padding: 20px 0 4%;
    background: #c5cff3
}

@media screen and (min-width: 769px) {
    .common-contact ul {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: flex-end
    }

    .common-contact ul li {
        width: 48%
    }
}

.common-contact ul li {
    opacity: 0
}

.common-contact ul li.tel-btn {
    position: relative
}

.common-contact ul li.tel-btn span {
    position: absolute;
    top: -14%;
    left: -6%;
    width: 18%;
    z-index: 1
}

@media screen and (max-width: 768px) {
    .common-contact {
        padding: 5% 0 8%
    }

    .common-contact ul li:first-child {
        margin-bottom: 4%
    }
}

.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-delay: .02s;
    animation-delay: 0.02s
}

.animated.infinite {
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite
}

@-webkit-keyframes bounce {

    from,
    20%,
    53%,
    80%,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        transform: translate3d(0, 0, 0)
    }

    40%,
    43% {
        -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        transform: translate3d(0, -30px, 0)
    }

    70% {
        -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        transform: translate3d(0, -15px, 0)
    }

    90% {
        transform: translate3d(0, -4px, 0)
    }
}

@keyframes bounce {

    from,
    20%,
    53%,
    80%,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        transform: translate3d(0, 0, 0)
    }

    40%,
    43% {
        -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        transform: translate3d(0, -30px, 0)
    }

    70% {
        -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        transform: translate3d(0, -15px, 0)
    }

    90% {
        transform: translate3d(0, -4px, 0)
    }
}

.bounce {
    -webkit-animation-name: bounce;
    animation-name: bounce;
    transform-origin: center bottom
}

@-webkit-keyframes flash {

    from,
    50%,
    to {
        opacity: 1
    }

    25%,
    75% {
        opacity: 0
    }
}

@keyframes flash {

    from,
    50%,
    to {
        opacity: 1
    }

    25%,
    75% {
        opacity: 0
    }
}

.flash {
    -webkit-animation-name: flash;
    animation-name: flash
}

@-webkit-keyframes pulse {
    from {
        transform: scale3d(1, 1, 1)
    }

    50% {
        transform: scale3d(1.05, 1.05, 1.05)
    }

    to {
        transform: scale3d(1, 1, 1)
    }
}

@keyframes pulse {
    from {
        transform: scale3d(1, 1, 1)
    }

    50% {
        transform: scale3d(1.05, 1.05, 1.05)
    }

    to {
        transform: scale3d(1, 1, 1)
    }
}

.pulse {
    -webkit-animation-name: pulse;
    animation-name: pulse
}

@-webkit-keyframes rubberBand {
    from {
        transform: scale3d(1, 1, 1)
    }

    30% {
        transform: scale3d(1.25, 0.75, 1)
    }

    40% {
        transform: scale3d(0.75, 1.25, 1)
    }

    50% {
        transform: scale3d(1.15, 0.85, 1)
    }

    65% {
        transform: scale3d(0.95, 1.05, 1)
    }

    75% {
        transform: scale3d(1.05, 0.95, 1)
    }

    to {
        transform: scale3d(1, 1, 1)
    }
}

@keyframes rubberBand {
    from {
        transform: scale3d(1, 1, 1)
    }

    30% {
        transform: scale3d(1.25, 0.75, 1)
    }

    40% {
        transform: scale3d(0.75, 1.25, 1)
    }

    50% {
        transform: scale3d(1.15, 0.85, 1)
    }

    65% {
        transform: scale3d(0.95, 1.05, 1)
    }

    75% {
        transform: scale3d(1.05, 0.95, 1)
    }

    to {
        transform: scale3d(1, 1, 1)
    }
}

.rubberBand {
    -webkit-animation-name: rubberBand;
    animation-name: rubberBand
}

@-webkit-keyframes shake {

    from,
    to {
        transform: translate3d(0, 0, 0)
    }

    10%,
    30%,
    50%,
    70%,
    90% {
        transform: translate3d(-10px, 0, 0)
    }

    20%,
    40%,
    60%,
    80% {
        transform: translate3d(10px, 0, 0)
    }
}

@keyframes shake {

    from,
    to {
        transform: translate3d(0, 0, 0)
    }

    10%,
    30%,
    50%,
    70%,
    90% {
        transform: translate3d(-10px, 0, 0)
    }

    20%,
    40%,
    60%,
    80% {
        transform: translate3d(10px, 0, 0)
    }
}

.shake {
    -webkit-animation-name: shake;
    animation-name: shake
}

@-webkit-keyframes headShake {
    0% {
        transform: translateX(0)
    }

    6.5% {
        transform: translateX(-6px) rotateY(-9deg)
    }

    18.5% {
        transform: translateX(5px) rotateY(7deg)
    }

    31.5% {
        transform: translateX(-3px) rotateY(-5deg)
    }

    43.5% {
        transform: translateX(2px) rotateY(3deg)
    }

    50% {
        transform: translateX(0)
    }
}

@keyframes headShake {
    0% {
        transform: translateX(0)
    }

    6.5% {
        transform: translateX(-6px) rotateY(-9deg)
    }

    18.5% {
        transform: translateX(5px) rotateY(7deg)
    }

    31.5% {
        transform: translateX(-3px) rotateY(-5deg)
    }

    43.5% {
        transform: translateX(2px) rotateY(3deg)
    }

    50% {
        transform: translateX(0)
    }
}

.headShake {
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-name: headShake;
    animation-name: headShake
}

@-webkit-keyframes swing {
    20% {
        transform: rotate3d(0, 0, 1, 15deg)
    }

    40% {
        transform: rotate3d(0, 0, 1, -10deg)
    }

    60% {
        transform: rotate3d(0, 0, 1, 5deg)
    }

    80% {
        transform: rotate3d(0, 0, 1, -5deg)
    }

    to {
        transform: rotate3d(0, 0, 1, 0deg)
    }
}

@keyframes swing {
    20% {
        transform: rotate3d(0, 0, 1, 15deg)
    }

    40% {
        transform: rotate3d(0, 0, 1, -10deg)
    }

    60% {
        transform: rotate3d(0, 0, 1, 5deg)
    }

    80% {
        transform: rotate3d(0, 0, 1, -5deg)
    }

    to {
        transform: rotate3d(0, 0, 1, 0deg)
    }
}

.swing {
    transform-origin: top center;
    -webkit-animation-name: swing;
    animation-name: swing
}

@-webkit-keyframes tada {
    from {
        transform: scale3d(1, 1, 1)
    }

    10%,
    20% {
        transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg)
    }

    30%,
    50%,
    70%,
    90% {
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg)
    }

    40%,
    60%,
    80% {
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg)
    }

    to {
        transform: scale3d(1, 1, 1)
    }
}

@keyframes tada {
    from {
        transform: scale3d(1, 1, 1)
    }

    10%,
    20% {
        transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg)
    }

    30%,
    50%,
    70%,
    90% {
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg)
    }

    40%,
    60%,
    80% {
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg)
    }

    to {
        transform: scale3d(1, 1, 1)
    }
}

.tada {
    -webkit-animation-name: tada;
    animation-name: tada
}

@-webkit-keyframes wobble {
    from {
        transform: translate3d(0, 0, 0)
    }

    15% {
        transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg)
    }

    30% {
        transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg)
    }

    45% {
        transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg)
    }

    60% {
        transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg)
    }

    75% {
        transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg)
    }

    to {
        transform: translate3d(0, 0, 0)
    }
}

@keyframes wobble {
    from {
        transform: translate3d(0, 0, 0)
    }

    15% {
        transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg)
    }

    30% {
        transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg)
    }

    45% {
        transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg)
    }

    60% {
        transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg)
    }

    75% {
        transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg)
    }

    to {
        transform: translate3d(0, 0, 0)
    }
}

.wobble {
    -webkit-animation-name: wobble;
    animation-name: wobble
}

@-webkit-keyframes jello {

    from,
    11.1%,
    to {
        transform: translate3d(0, 0, 0)
    }

    22.2% {
        transform: skewX(-12.5deg) skewY(-12.5deg)
    }

    33.3% {
        transform: skewX(6.25deg) skewY(6.25deg)
    }

    44.4% {
        transform: skewX(-3.125deg) skewY(-3.125deg)
    }

    55.5% {
        transform: skewX(1.5625deg) skewY(1.5625deg)
    }

    66.6% {
        transform: skewX(-0.78125deg) skewY(-0.78125deg)
    }

    77.7% {
        transform: skewX(0.39063deg) skewY(0.39063deg)
    }

    88.8% {
        transform: skewX(-0.19531deg) skewY(-0.19531deg)
    }
}

@keyframes jello {

    from,
    11.1%,
    to {
        transform: translate3d(0, 0, 0)
    }

    22.2% {
        transform: skewX(-12.5deg) skewY(-12.5deg)
    }

    33.3% {
        transform: skewX(6.25deg) skewY(6.25deg)
    }

    44.4% {
        transform: skewX(-3.125deg) skewY(-3.125deg)
    }

    55.5% {
        transform: skewX(1.5625deg) skewY(1.5625deg)
    }

    66.6% {
        transform: skewX(-0.78125deg) skewY(-0.78125deg)
    }

    77.7% {
        transform: skewX(0.39063deg) skewY(0.39063deg)
    }

    88.8% {
        transform: skewX(-0.19531deg) skewY(-0.19531deg)
    }
}

.jello {
    -webkit-animation-name: jello;
    animation-name: jello;
    transform-origin: center
}

@-webkit-keyframes bounceIn {

    from,
    20%,
    40%,
    60%,
    80%,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1)
    }

    0% {
        opacity: 0;
        transform: scale3d(0.3, 0.3, 0.3)
    }

    20% {
        transform: scale3d(1.1, 1.1, 1.1)
    }

    40% {
        transform: scale3d(0.9, 0.9, 0.9)
    }

    60% {
        opacity: 1;
        transform: scale3d(1.03, 1.03, 1.03)
    }

    80% {
        transform: scale3d(0.97, 0.97, 0.97)
    }

    to {
        opacity: 1;
        transform: scale3d(1, 1, 1)
    }
}

@keyframes bounceIn {

    from,
    20%,
    40%,
    60%,
    80%,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1)
    }

    0% {
        opacity: 0;
        transform: scale3d(0.3, 0.3, 0.3)
    }

    20% {
        transform: scale3d(1.1, 1.1, 1.1)
    }

    40% {
        transform: scale3d(0.9, 0.9, 0.9)
    }

    60% {
        opacity: 1;
        transform: scale3d(1.03, 1.03, 1.03)
    }

    80% {
        transform: scale3d(0.97, 0.97, 0.97)
    }

    to {
        opacity: 1;
        transform: scale3d(1, 1, 1)
    }
}

.bounceIn {
    -webkit-animation-duration: 0.75s;
    animation-duration: 0.75s;
    -webkit-animation-name: bounceIn;
    animation-name: bounceIn
}

@-webkit-keyframes bounceInDown {

    from,
    60%,
    75%,
    90%,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1)
    }

    0% {
        opacity: 0;
        transform: translate3d(0, -3000px, 0)
    }

    60% {
        opacity: 1;
        transform: translate3d(0, 25px, 0)
    }

    75% {
        transform: translate3d(0, -10px, 0)
    }

    90% {
        transform: translate3d(0, 5px, 0)
    }

    to {
        transform: translate3d(0, 0, 0)
    }
}

@keyframes bounceInDown {

    from,
    60%,
    75%,
    90%,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1)
    }

    0% {
        opacity: 0;
        transform: translate3d(0, -3000px, 0)
    }

    60% {
        opacity: 1;
        transform: translate3d(0, 25px, 0)
    }

    75% {
        transform: translate3d(0, -10px, 0)
    }

    90% {
        transform: translate3d(0, 5px, 0)
    }

    to {
        transform: translate3d(0, 0, 0)
    }
}

.bounceInDown {
    -webkit-animation-name: bounceInDown;
    animation-name: bounceInDown
}

@-webkit-keyframes bounceInLeft {

    from,
    60%,
    75%,
    90%,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1)
    }

    0% {
        opacity: 0;
        transform: translate3d(-3000px, 0, 0)
    }

    60% {
        opacity: 1;
        transform: translate3d(25px, 0, 0)
    }

    75% {
        transform: translate3d(-10px, 0, 0)
    }

    90% {
        transform: translate3d(5px, 0, 0)
    }

    to {
        transform: translate3d(0, 0, 0)
    }
}

@keyframes bounceInLeft {

    from,
    60%,
    75%,
    90%,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1)
    }

    0% {
        opacity: 0;
        transform: translate3d(-3000px, 0, 0)
    }

    60% {
        opacity: 1;
        transform: translate3d(25px, 0, 0)
    }

    75% {
        transform: translate3d(-10px, 0, 0)
    }

    90% {
        transform: translate3d(5px, 0, 0)
    }

    to {
        transform: translate3d(0, 0, 0)
    }
}

.bounceInLeft {
    -webkit-animation-name: bounceInLeft;
    animation-name: bounceInLeft
}

@-webkit-keyframes bounceInRight {

    from,
    60%,
    75%,
    90%,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1)
    }

    from {
        opacity: 0;
        transform: translate3d(3000px, 0, 0)
    }

    60% {
        opacity: 1;
        transform: translate3d(-25px, 0, 0)
    }

    75% {
        transform: translate3d(10px, 0, 0)
    }

    90% {
        transform: translate3d(-5px, 0, 0)
    }

    to {
        transform: translate3d(0, 0, 0)
    }
}

@keyframes bounceInRight {

    from,
    60%,
    75%,
    90%,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1)
    }

    from {
        opacity: 0;
        transform: translate3d(3000px, 0, 0)
    }

    60% {
        opacity: 1;
        transform: translate3d(-25px, 0, 0)
    }

    75% {
        transform: translate3d(10px, 0, 0)
    }

    90% {
        transform: translate3d(-5px, 0, 0)
    }

    to {
        transform: translate3d(0, 0, 0)
    }
}

.bounceInRight {
    -webkit-animation-name: bounceInRight;
    animation-name: bounceInRight
}

@-webkit-keyframes bounceInUp {

    from,
    60%,
    75%,
    90%,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1)
    }

    from {
        opacity: 0;
        transform: translate3d(0, 3000px, 0)
    }

    60% {
        opacity: 1;
        transform: translate3d(0, -20px, 0)
    }

    75% {
        transform: translate3d(0, 10px, 0)
    }

    90% {
        transform: translate3d(0, -5px, 0)
    }

    to {
        transform: translate3d(0, 0, 0)
    }
}

@keyframes bounceInUp {

    from,
    60%,
    75%,
    90%,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1)
    }

    from {
        opacity: 0;
        transform: translate3d(0, 3000px, 0)
    }

    60% {
        opacity: 1;
        transform: translate3d(0, -20px, 0)
    }

    75% {
        transform: translate3d(0, 10px, 0)
    }

    90% {
        transform: translate3d(0, -5px, 0)
    }

    to {
        transform: translate3d(0, 0, 0)
    }
}

.bounceInUp {
    -webkit-animation-name: bounceInUp;
    animation-name: bounceInUp
}

@-webkit-keyframes bounceOut {
    20% {
        transform: scale3d(0.9, 0.9, 0.9)
    }

    50%,
    55% {
        opacity: 1;
        transform: scale3d(1.1, 1.1, 1.1)
    }

    to {
        opacity: 0;
        transform: scale3d(0.3, 0.3, 0.3)
    }
}

@keyframes bounceOut {
    20% {
        transform: scale3d(0.9, 0.9, 0.9)
    }

    50%,
    55% {
        opacity: 1;
        transform: scale3d(1.1, 1.1, 1.1)
    }

    to {
        opacity: 0;
        transform: scale3d(0.3, 0.3, 0.3)
    }
}

.bounceOut {
    -webkit-animation-duration: 0.75s;
    animation-duration: 0.75s;
    -webkit-animation-name: bounceOut;
    animation-name: bounceOut
}

@-webkit-keyframes bounceOutDown {
    20% {
        transform: translate3d(0, 10px, 0)
    }

    40%,
    45% {
        opacity: 1;
        transform: translate3d(0, -20px, 0)
    }

    to {
        opacity: 0;
        transform: translate3d(0, 2000px, 0)
    }
}

@keyframes bounceOutDown {
    20% {
        transform: translate3d(0, 10px, 0)
    }

    40%,
    45% {
        opacity: 1;
        transform: translate3d(0, -20px, 0)
    }

    to {
        opacity: 0;
        transform: translate3d(0, 2000px, 0)
    }
}

.bounceOutDown {
    -webkit-animation-name: bounceOutDown;
    animation-name: bounceOutDown
}

@-webkit-keyframes bounceOutLeft {
    20% {
        opacity: 1;
        transform: translate3d(20px, 0, 0)
    }

    to {
        opacity: 0;
        transform: translate3d(-2000px, 0, 0)
    }
}

@keyframes bounceOutLeft {
    20% {
        opacity: 1;
        transform: translate3d(20px, 0, 0)
    }

    to {
        opacity: 0;
        transform: translate3d(-2000px, 0, 0)
    }
}

.bounceOutLeft {
    -webkit-animation-name: bounceOutLeft;
    animation-name: bounceOutLeft
}

@-webkit-keyframes bounceOutRight {
    20% {
        opacity: 1;
        transform: translate3d(-20px, 0, 0)
    }

    to {
        opacity: 0;
        transform: translate3d(2000px, 0, 0)
    }
}

@keyframes bounceOutRight {
    20% {
        opacity: 1;
        transform: translate3d(-20px, 0, 0)
    }

    to {
        opacity: 0;
        transform: translate3d(2000px, 0, 0)
    }
}

.bounceOutRight {
    -webkit-animation-name: bounceOutRight;
    animation-name: bounceOutRight
}

@-webkit-keyframes bounceOutUp {
    20% {
        transform: translate3d(0, -10px, 0)
    }

    40%,
    45% {
        opacity: 1;
        transform: translate3d(0, 20px, 0)
    }

    to {
        opacity: 0;
        transform: translate3d(0, -2000px, 0)
    }
}

@keyframes bounceOutUp {
    20% {
        transform: translate3d(0, -10px, 0)
    }

    40%,
    45% {
        opacity: 1;
        transform: translate3d(0, 20px, 0)
    }

    to {
        opacity: 0;
        transform: translate3d(0, -2000px, 0)
    }
}

.bounceOutUp {
    -webkit-animation-name: bounceOutUp;
    animation-name: bounceOutUp
}

@-webkit-keyframes fadeIn {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@keyframes fadeIn {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

.fadeIn {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
    visibility: visible
}

@-webkit-keyframes fadeInDown {
    from {
        opacity: 0;
        transform: translate3d(0, -100%, 0)
    }

    to {
        opacity: 1;
        transform: translate3d(0, 0, 0)
    }
}

@keyframes fadeInDown {
    from {
        opacity: 0;
        transform: translate3d(0, -100%, 0)
    }

    to {
        opacity: 1;
        transform: translate3d(0, 0, 0)
    }
}

.fadeInDown {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown
}

@-webkit-keyframes fadeInDownBig {
    from {
        opacity: 0;
        transform: translate3d(0, -2000px, 0)
    }

    to {
        opacity: 1;
        transform: translate3d(0, 0, 0)
    }
}

@keyframes fadeInDownBig {
    from {
        opacity: 0;
        transform: translate3d(0, -2000px, 0)
    }

    to {
        opacity: 1;
        transform: translate3d(0, 0, 0)
    }
}

.fadeInDownBig {
    -webkit-animation-name: fadeInDownBig;
    animation-name: fadeInDownBig
}

@-webkit-keyframes fadeInLeft {
    from {
        opacity: 0;
        transform: translate3d(-100%, 0, 0)
    }

    to {
        opacity: 1;
        transform: translate3d(0, 0, 0)
    }
}

@keyframes fadeInLeft {
    from {
        opacity: 0;
        transform: translate3d(-100%, 0, 0)
    }

    to {
        opacity: 1;
        transform: translate3d(0, 0, 0)
    }
}

.fadeInLeft {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft
}

@-webkit-keyframes fadeInLeftBig {
    from {
        opacity: 0;
        transform: translate3d(-2000px, 0, 0)
    }

    to {
        opacity: 1;
        transform: translate3d(0, 0, 0)
    }
}

@keyframes fadeInLeftBig {
    from {
        opacity: 0;
        transform: translate3d(-2000px, 0, 0)
    }

    to {
        opacity: 1;
        transform: translate3d(0, 0, 0)
    }
}

.fadeInLeftBig {
    -webkit-animation-name: fadeInLeftBig;
    animation-name: fadeInLeftBig
}

@-webkit-keyframes fadeInRight {
    from {
        opacity: 0;
        transform: translate3d(100%, 0, 0)
    }

    to {
        opacity: 1;
        transform: translate3d(0, 0, 0)
    }
}

@keyframes fadeInRight {
    from {
        opacity: 0;
        transform: translate3d(100%, 0, 0)
    }

    to {
        opacity: 1;
        transform: translate3d(0, 0, 0)
    }
}

.fadeInRight {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight
}

@-webkit-keyframes fadeInRightBig {
    from {
        opacity: 0;
        transform: translate3d(2000px, 0, 0)
    }

    to {
        opacity: 1;
        transform: translate3d(0, 0, 0)
    }
}

@keyframes fadeInRightBig {
    from {
        opacity: 0;
        transform: translate3d(2000px, 0, 0)
    }

    to {
        opacity: 1;
        transform: translate3d(0, 0, 0)
    }
}

.fadeInRightBig {
    -webkit-animation-name: fadeInRightBig;
    animation-name: fadeInRightBig
}

@-webkit-keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translate3d(0, 100%, 0)
    }

    to {
        opacity: 1;
        transform: translate3d(0, 0, 0)
    }
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translate3d(0, 100%, 0)
    }

    to {
        opacity: 1;
        transform: translate3d(0, 0, 0)
    }
}

.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp
}

@-webkit-keyframes fadeInUpBig {
    from {
        opacity: 0;
        transform: translate3d(0, 2000px, 0)
    }

    to {
        opacity: 1;
        transform: translate3d(0, 0, 0)
    }
}

@keyframes fadeInUpBig {
    from {
        opacity: 0;
        transform: translate3d(0, 2000px, 0)
    }

    to {
        opacity: 1;
        transform: translate3d(0, 0, 0)
    }
}

.fadeInUpBig {
    -webkit-animation-name: fadeInUpBig;
    animation-name: fadeInUpBig
}

@-webkit-keyframes fadeOut {
    from {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

@keyframes fadeOut {
    from {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

.fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut
}

@-webkit-keyframes fadeOutDown {
    from {
        opacity: 1
    }

    to {
        opacity: 0;
        transform: translate3d(0, 100%, 0)
    }
}

@keyframes fadeOutDown {
    from {
        opacity: 1
    }

    to {
        opacity: 0;
        transform: translate3d(0, 100%, 0)
    }
}

.fadeOutDown {
    -webkit-animation-name: fadeOutDown;
    animation-name: fadeOutDown
}

@-webkit-keyframes fadeOutDownBig {
    from {
        opacity: 1
    }

    to {
        opacity: 0;
        transform: translate3d(0, 2000px, 0)
    }
}

@keyframes fadeOutDownBig {
    from {
        opacity: 1
    }

    to {
        opacity: 0;
        transform: translate3d(0, 2000px, 0)
    }
}

.fadeOutDownBig {
    -webkit-animation-name: fadeOutDownBig;
    animation-name: fadeOutDownBig
}

@-webkit-keyframes fadeOutLeft {
    from {
        opacity: 1
    }

    to {
        opacity: 0;
        transform: translate3d(-100%, 0, 0)
    }
}

@keyframes fadeOutLeft {
    from {
        opacity: 1
    }

    to {
        opacity: 0;
        transform: translate3d(-100%, 0, 0)
    }
}

.fadeOutLeft {
    -webkit-animation-name: fadeOutLeft;
    animation-name: fadeOutLeft
}

@-webkit-keyframes fadeOutLeftBig {
    from {
        opacity: 1
    }

    to {
        opacity: 0;
        transform: translate3d(-2000px, 0, 0)
    }
}

@keyframes fadeOutLeftBig {
    from {
        opacity: 1
    }

    to {
        opacity: 0;
        transform: translate3d(-2000px, 0, 0)
    }
}

.fadeOutLeftBig {
    -webkit-animation-name: fadeOutLeftBig;
    animation-name: fadeOutLeftBig
}

@-webkit-keyframes fadeOutRight {
    from {
        opacity: 1
    }

    to {
        opacity: 0;
        transform: translate3d(100%, 0, 0)
    }
}

@keyframes fadeOutRight {
    from {
        opacity: 1
    }

    to {
        opacity: 0;
        transform: translate3d(100%, 0, 0)
    }
}

.fadeOutRight {
    -webkit-animation-name: fadeOutRight;
    animation-name: fadeOutRight
}

@-webkit-keyframes fadeOutRightBig {
    from {
        opacity: 1
    }

    to {
        opacity: 0;
        transform: translate3d(2000px, 0, 0)
    }
}

@keyframes fadeOutRightBig {
    from {
        opacity: 1
    }

    to {
        opacity: 0;
        transform: translate3d(2000px, 0, 0)
    }
}

.fadeOutRightBig {
    -webkit-animation-name: fadeOutRightBig;
    animation-name: fadeOutRightBig
}

@-webkit-keyframes fadeOutUp {
    from {
        opacity: 1
    }

    to {
        opacity: 0;
        transform: translate3d(0, -100%, 0)
    }
}

@keyframes fadeOutUp {
    from {
        opacity: 1
    }

    to {
        opacity: 0;
        transform: translate3d(0, -100%, 0)
    }
}

.fadeOutUp {
    -webkit-animation-name: fadeOutUp;
    animation-name: fadeOutUp
}

@-webkit-keyframes fadeOutUpBig {
    from {
        opacity: 1
    }

    to {
        opacity: 0;
        transform: translate3d(0, -2000px, 0)
    }
}

@keyframes fadeOutUpBig {
    from {
        opacity: 1
    }

    to {
        opacity: 0;
        transform: translate3d(0, -2000px, 0)
    }
}

.fadeOutUpBig {
    -webkit-animation-name: fadeOutUpBig;
    animation-name: fadeOutUpBig
}

@-webkit-keyframes flip {
    from {
        transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }

    40% {
        transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }

    50% {
        transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    80% {
        transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    to {
        transform: perspective(400px);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
}

@keyframes flip {
    from {
        transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }

    40% {
        transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }

    50% {
        transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    80% {
        transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    to {
        transform: perspective(400px);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
}

.animated.flip {
    -webkit-backface-visibility: visible;
    backface-visibility: visible;
    -webkit-animation-name: flip;
    animation-name: flip
}

@-webkit-keyframes flipInX {
    from {
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0
    }

    40% {
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    60% {
        transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        opacity: 1
    }

    80% {
        transform: perspective(400px) rotate3d(1, 0, 0, -5deg)
    }

    to {
        transform: perspective(400px)
    }
}

@keyframes flipInX {
    from {
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0
    }

    40% {
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    60% {
        transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        opacity: 1
    }

    80% {
        transform: perspective(400px) rotate3d(1, 0, 0, -5deg)
    }

    to {
        transform: perspective(400px)
    }
}

.flipInX {
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: flipInX;
    animation-name: flipInX
}

@-webkit-keyframes flipInY {
    from {
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0
    }

    40% {
        transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    60% {
        transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        opacity: 1
    }

    80% {
        transform: perspective(400px) rotate3d(0, 1, 0, -5deg)
    }

    to {
        transform: perspective(400px)
    }
}

@keyframes flipInY {
    from {
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0
    }

    40% {
        transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    60% {
        transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        opacity: 1
    }

    80% {
        transform: perspective(400px) rotate3d(0, 1, 0, -5deg)
    }

    to {
        transform: perspective(400px)
    }
}

.flipInY {
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: flipInY;
    animation-name: flipInY
}

@-webkit-keyframes flipOutX {
    from {
        transform: perspective(400px)
    }

    30% {
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        opacity: 1
    }

    to {
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        opacity: 0
    }
}

@keyframes flipOutX {
    from {
        transform: perspective(400px)
    }

    30% {
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        opacity: 1
    }

    to {
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        opacity: 0
    }
}

.flipOutX {
    -webkit-animation-duration: 0.75s;
    animation-duration: 0.75s;
    -webkit-animation-name: flipOutX;
    animation-name: flipOutX;
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important
}

@-webkit-keyframes flipOutY {
    from {
        transform: perspective(400px)
    }

    30% {
        transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
        opacity: 1
    }

    to {
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        opacity: 0
    }
}

@keyframes flipOutY {
    from {
        transform: perspective(400px)
    }

    30% {
        transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
        opacity: 1
    }

    to {
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        opacity: 0
    }
}

.flipOutY {
    -webkit-animation-duration: 0.75s;
    animation-duration: 0.75s;
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: flipOutY;
    animation-name: flipOutY
}

@-webkit-keyframes lightSpeedIn {
    from {
        transform: translate3d(100%, 0, 0) skewX(-30deg);
        opacity: 0
    }

    60% {
        transform: skewX(20deg);
        opacity: 1
    }

    80% {
        transform: skewX(-5deg);
        opacity: 1
    }

    to {
        transform: translate3d(0, 0, 0);
        opacity: 1
    }
}

@keyframes lightSpeedIn {
    from {
        transform: translate3d(100%, 0, 0) skewX(-30deg);
        opacity: 0
    }

    60% {
        transform: skewX(20deg);
        opacity: 1
    }

    80% {
        transform: skewX(-5deg);
        opacity: 1
    }

    to {
        transform: translate3d(0, 0, 0);
        opacity: 1
    }
}

.lightSpeedIn {
    -webkit-animation-name: lightSpeedIn;
    animation-name: lightSpeedIn;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out
}

@-webkit-keyframes lightSpeedOut {
    from {
        opacity: 1
    }

    to {
        transform: translate3d(100%, 0, 0) skewX(30deg);
        opacity: 0
    }
}

@keyframes lightSpeedOut {
    from {
        opacity: 1
    }

    to {
        transform: translate3d(100%, 0, 0) skewX(30deg);
        opacity: 0
    }
}

.lightSpeedOut {
    -webkit-animation-name: lightSpeedOut;
    animation-name: lightSpeedOut;
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in
}

@-webkit-keyframes rotateIn {
    from {
        transform-origin: center;
        transform: rotate3d(0, 0, 1, -200deg);
        opacity: 0
    }

    to {
        transform-origin: center;
        transform: translate3d(0, 0, 0);
        opacity: 1
    }
}

@keyframes rotateIn {
    from {
        transform-origin: center;
        transform: rotate3d(0, 0, 1, -200deg);
        opacity: 0
    }

    to {
        transform-origin: center;
        transform: translate3d(0, 0, 0);
        opacity: 1
    }
}

.rotateIn {
    -webkit-animation-name: rotateIn;
    animation-name: rotateIn
}

@-webkit-keyframes rotateInDownLeft {
    from {
        transform-origin: left bottom;
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0
    }

    to {
        transform-origin: left bottom;
        transform: translate3d(0, 0, 0);
        opacity: 1
    }
}

@keyframes rotateInDownLeft {
    from {
        transform-origin: left bottom;
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0
    }

    to {
        transform-origin: left bottom;
        transform: translate3d(0, 0, 0);
        opacity: 1
    }
}

.rotateInDownLeft {
    -webkit-animation-name: rotateInDownLeft;
    animation-name: rotateInDownLeft
}

@-webkit-keyframes rotateInDownRight {
    from {
        transform-origin: right bottom;
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0
    }

    to {
        transform-origin: right bottom;
        transform: translate3d(0, 0, 0);
        opacity: 1
    }
}

@keyframes rotateInDownRight {
    from {
        transform-origin: right bottom;
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0
    }

    to {
        transform-origin: right bottom;
        transform: translate3d(0, 0, 0);
        opacity: 1
    }
}

.rotateInDownRight {
    -webkit-animation-name: rotateInDownRight;
    animation-name: rotateInDownRight
}

@-webkit-keyframes rotateInUpLeft {
    from {
        transform-origin: left bottom;
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0
    }

    to {
        transform-origin: left bottom;
        transform: translate3d(0, 0, 0);
        opacity: 1
    }
}

@keyframes rotateInUpLeft {
    from {
        transform-origin: left bottom;
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0
    }

    to {
        transform-origin: left bottom;
        transform: translate3d(0, 0, 0);
        opacity: 1
    }
}

.rotateInUpLeft {
    -webkit-animation-name: rotateInUpLeft;
    animation-name: rotateInUpLeft
}

@-webkit-keyframes rotateInUpRight {
    from {
        transform-origin: right bottom;
        transform: rotate3d(0, 0, 1, -90deg);
        opacity: 0
    }

    to {
        transform-origin: right bottom;
        transform: translate3d(0, 0, 0);
        opacity: 1
    }
}

@keyframes rotateInUpRight {
    from {
        transform-origin: right bottom;
        transform: rotate3d(0, 0, 1, -90deg);
        opacity: 0
    }

    to {
        transform-origin: right bottom;
        transform: translate3d(0, 0, 0);
        opacity: 1
    }
}

.rotateInUpRight {
    -webkit-animation-name: rotateInUpRight;
    animation-name: rotateInUpRight
}

@-webkit-keyframes rotateOut {
    from {
        transform-origin: center;
        opacity: 1
    }

    to {
        transform-origin: center;
        transform: rotate3d(0, 0, 1, 200deg);
        opacity: 0
    }
}

@keyframes rotateOut {
    from {
        transform-origin: center;
        opacity: 1
    }

    to {
        transform-origin: center;
        transform: rotate3d(0, 0, 1, 200deg);
        opacity: 0
    }
}

.rotateOut {
    -webkit-animation-name: rotateOut;
    animation-name: rotateOut
}

@-webkit-keyframes rotateOutDownLeft {
    from {
        transform-origin: left bottom;
        opacity: 1
    }

    to {
        transform-origin: left bottom;
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0
    }
}

@keyframes rotateOutDownLeft {
    from {
        transform-origin: left bottom;
        opacity: 1
    }

    to {
        transform-origin: left bottom;
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0
    }
}

.rotateOutDownLeft {
    -webkit-animation-name: rotateOutDownLeft;
    animation-name: rotateOutDownLeft
}

@-webkit-keyframes rotateOutDownRight {
    from {
        transform-origin: right bottom;
        opacity: 1
    }

    to {
        transform-origin: right bottom;
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0
    }
}

@keyframes rotateOutDownRight {
    from {
        transform-origin: right bottom;
        opacity: 1
    }

    to {
        transform-origin: right bottom;
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0
    }
}

.rotateOutDownRight {
    -webkit-animation-name: rotateOutDownRight;
    animation-name: rotateOutDownRight
}

@-webkit-keyframes rotateOutUpLeft {
    from {
        transform-origin: left bottom;
        opacity: 1
    }

    to {
        transform-origin: left bottom;
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0
    }
}

@keyframes rotateOutUpLeft {
    from {
        transform-origin: left bottom;
        opacity: 1
    }

    to {
        transform-origin: left bottom;
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0
    }
}

.rotateOutUpLeft {
    -webkit-animation-name: rotateOutUpLeft;
    animation-name: rotateOutUpLeft
}

@-webkit-keyframes rotateOutUpRight {
    from {
        transform-origin: right bottom;
        opacity: 1
    }

    to {
        transform-origin: right bottom;
        transform: rotate3d(0, 0, 1, 90deg);
        opacity: 0
    }
}

@keyframes rotateOutUpRight {
    from {
        transform-origin: right bottom;
        opacity: 1
    }

    to {
        transform-origin: right bottom;
        transform: rotate3d(0, 0, 1, 90deg);
        opacity: 0
    }
}

.rotateOutUpRight {
    -webkit-animation-name: rotateOutUpRight;
    animation-name: rotateOutUpRight
}

@-webkit-keyframes hinge {
    0% {
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }

    20%,
    60% {
        transform: rotate3d(0, 0, 1, 80deg);
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }

    40%,
    80% {
        transform: rotate3d(0, 0, 1, 60deg);
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
        opacity: 1
    }

    to {
        transform: translate3d(0, 700px, 0);
        opacity: 0
    }
}

@keyframes hinge {
    0% {
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }

    20%,
    60% {
        transform: rotate3d(0, 0, 1, 80deg);
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }

    40%,
    80% {
        transform: rotate3d(0, 0, 1, 60deg);
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
        opacity: 1
    }

    to {
        transform: translate3d(0, 700px, 0);
        opacity: 0
    }
}

.hinge {
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-name: hinge;
    animation-name: hinge
}

@-webkit-keyframes jackInTheBox {
    from {
        opacity: 0;
        transform: scale(0.1) rotate(30deg);
        transform-origin: center bottom
    }

    50% {
        transform: rotate(-10deg)
    }

    70% {
        transform: rotate(3deg)
    }

    to {
        opacity: 1;
        transform: scale(1)
    }
}

@keyframes jackInTheBox {
    from {
        opacity: 0;
        transform: scale(0.1) rotate(30deg);
        transform-origin: center bottom
    }

    50% {
        transform: rotate(-10deg)
    }

    70% {
        transform: rotate(3deg)
    }

    to {
        opacity: 1;
        transform: scale(1)
    }
}

.jackInTheBox {
    -webkit-animation-name: jackInTheBox;
    animation-name: jackInTheBox
}

@-webkit-keyframes rollIn {
    from {
        opacity: 0;
        transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg)
    }

    to {
        opacity: 1;
        transform: translate3d(0, 0, 0)
    }
}

@keyframes rollIn {
    from {
        opacity: 0;
        transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg)
    }

    to {
        opacity: 1;
        transform: translate3d(0, 0, 0)
    }
}

.rollIn {
    -webkit-animation-name: rollIn;
    animation-name: rollIn
}

@-webkit-keyframes rollOut {
    from {
        opacity: 1
    }

    to {
        opacity: 0;
        transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg)
    }
}

@keyframes rollOut {
    from {
        opacity: 1
    }

    to {
        opacity: 0;
        transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg)
    }
}

.rollOut {
    -webkit-animation-name: rollOut;
    animation-name: rollOut
}

@-webkit-keyframes zoomIn {
    from {
        opacity: 0;
        transform: scale3d(0.3, 0.3, 0.3)
    }

    50% {
        opacity: 1
    }
}

@keyframes zoomIn {
    from {
        opacity: 0;
        transform: scale3d(0.3, 0.3, 0.3)
    }

    50% {
        opacity: 1
    }
}

.zoomIn {
    -webkit-animation-name: zoomIn;
    animation-name: zoomIn
}

@-webkit-keyframes zoomInDown {
    from {
        opacity: 0;
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19)
    }

    60% {
        opacity: 1;
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1)
    }
}

@keyframes zoomInDown {
    from {
        opacity: 0;
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19)
    }

    60% {
        opacity: 1;
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1)
    }
}

.zoomInDown {
    -webkit-animation-name: zoomInDown;
    animation-name: zoomInDown
}

@-webkit-keyframes zoomInLeft {
    from {
        opacity: 0;
        transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19)
    }

    60% {
        opacity: 1;
        transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1)
    }
}

@keyframes zoomInLeft {
    from {
        opacity: 0;
        transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19)
    }

    60% {
        opacity: 1;
        transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1)
    }
}

.zoomInLeft {
    -webkit-animation-name: zoomInLeft;
    animation-name: zoomInLeft
}

@-webkit-keyframes zoomInRight {
    from {
        opacity: 0;
        transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19)
    }

    60% {
        opacity: 1;
        transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1)
    }
}

@keyframes zoomInRight {
    from {
        opacity: 0;
        transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19)
    }

    60% {
        opacity: 1;
        transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1)
    }
}

.zoomInRight {
    -webkit-animation-name: zoomInRight;
    animation-name: zoomInRight
}

@-webkit-keyframes zoomInUp {
    from {
        opacity: 0;
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19)
    }

    60% {
        opacity: 1;
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1)
    }
}

@keyframes zoomInUp {
    from {
        opacity: 0;
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19)
    }

    60% {
        opacity: 1;
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1)
    }
}

.zoomInUp {
    -webkit-animation-name: zoomInUp;
    animation-name: zoomInUp
}

@-webkit-keyframes zoomOut {
    from {
        opacity: 1
    }

    50% {
        opacity: 0;
        transform: scale3d(0.3, 0.3, 0.3)
    }

    to {
        opacity: 0
    }
}

@keyframes zoomOut {
    from {
        opacity: 1
    }

    50% {
        opacity: 0;
        transform: scale3d(0.3, 0.3, 0.3)
    }

    to {
        opacity: 0
    }
}

.zoomOut {
    -webkit-animation-name: zoomOut;
    animation-name: zoomOut
}

@-webkit-keyframes zoomOutDown {
    40% {
        opacity: 1;
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19)
    }

    to {
        opacity: 0;
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1)
    }
}

@keyframes zoomOutDown {
    40% {
        opacity: 1;
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19)
    }

    to {
        opacity: 0;
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1)
    }
}

.zoomOutDown {
    -webkit-animation-name: zoomOutDown;
    animation-name: zoomOutDown
}

@-webkit-keyframes zoomOutLeft {
    40% {
        opacity: 1;
        transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0)
    }

    to {
        opacity: 0;
        transform: scale(0.1) translate3d(-2000px, 0, 0);
        transform-origin: left center
    }
}

@keyframes zoomOutLeft {
    40% {
        opacity: 1;
        transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0)
    }

    to {
        opacity: 0;
        transform: scale(0.1) translate3d(-2000px, 0, 0);
        transform-origin: left center
    }
}

.zoomOutLeft {
    -webkit-animation-name: zoomOutLeft;
    animation-name: zoomOutLeft
}

@-webkit-keyframes zoomOutRight {
    40% {
        opacity: 1;
        transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0)
    }

    to {
        opacity: 0;
        transform: scale(0.1) translate3d(2000px, 0, 0);
        transform-origin: right center
    }
}

@keyframes zoomOutRight {
    40% {
        opacity: 1;
        transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0)
    }

    to {
        opacity: 0;
        transform: scale(0.1) translate3d(2000px, 0, 0);
        transform-origin: right center
    }
}

.zoomOutRight {
    -webkit-animation-name: zoomOutRight;
    animation-name: zoomOutRight
}

@-webkit-keyframes zoomOutUp {
    40% {
        opacity: 1;
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19)
    }

    to {
        opacity: 0;
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1)
    }
}

@keyframes zoomOutUp {
    40% {
        opacity: 1;
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19)
    }

    to {
        opacity: 0;
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1)
    }
}

.zoomOutUp {
    -webkit-animation-name: zoomOutUp;
    animation-name: zoomOutUp
}

@-webkit-keyframes slideInDown {
    from {
        transform: translate3d(0, -100%, 0);
        visibility: visible
    }

    to {
        transform: translate3d(0, 0, 0)
    }
}

@keyframes slideInDown {
    from {
        transform: translate3d(0, -100%, 0);
        visibility: visible
    }

    to {
        transform: translate3d(0, 0, 0)
    }
}

.slideInDown {
    -webkit-animation-name: slideInDown;
    animation-name: slideInDown
}

@-webkit-keyframes slideInLeft {
    from {
        transform: translate3d(-100%, 0, 0);
        visibility: visible
    }

    to {
        transform: translate3d(0, 0, 0)
    }
}

@keyframes slideInLeft {
    from {
        transform: translate3d(-100%, 0, 0);
        visibility: visible
    }

    to {
        transform: translate3d(0, 0, 0)
    }
}

.slideInLeft {
    -webkit-animation-name: slideInLeft;
    animation-name: slideInLeft
}

@-webkit-keyframes slideInRight {
    from {
        transform: translate3d(100%, 0, 0);
        visibility: visible
    }

    to {
        transform: translate3d(0, 0, 0)
    }
}

@keyframes slideInRight {
    from {
        transform: translate3d(100%, 0, 0);
        visibility: visible
    }

    to {
        transform: translate3d(0, 0, 0)
    }
}

.slideInRight {
    -webkit-animation-name: slideInRight;
    animation-name: slideInRight
}

@-webkit-keyframes slideInUp {
    from {
        transform: translate3d(0, 100%, 0);
        visibility: visible
    }

    to {
        transform: translate3d(0, 0, 0)
    }
}

@keyframes slideInUp {
    from {
        transform: translate3d(0, 100%, 0);
        visibility: visible
    }

    to {
        transform: translate3d(0, 0, 0)
    }
}

.slideInUp {
    -webkit-animation-name: slideInUp;
    animation-name: slideInUp
}

@-webkit-keyframes slideOutDown {
    from {
        transform: translate3d(0, 0, 0)
    }

    to {
        visibility: hidden;
        transform: translate3d(0, 100%, 0)
    }
}

@keyframes slideOutDown {
    from {
        transform: translate3d(0, 0, 0)
    }

    to {
        visibility: hidden;
        transform: translate3d(0, 100%, 0)
    }
}

.slideOutDown {
    -webkit-animation-name: slideOutDown;
    animation-name: slideOutDown
}

@-webkit-keyframes slideOutLeft {
    from {
        transform: translate3d(0, 0, 0)
    }

    to {
        visibility: hidden;
        transform: translate3d(-100%, 0, 0)
    }
}

@keyframes slideOutLeft {
    from {
        transform: translate3d(0, 0, 0)
    }

    to {
        visibility: hidden;
        transform: translate3d(-100%, 0, 0)
    }
}

.slideOutLeft {
    -webkit-animation-name: slideOutLeft;
    animation-name: slideOutLeft
}

@-webkit-keyframes slideOutRight {
    from {
        transform: translate3d(0, 0, 0)
    }

    to {
        visibility: hidden;
        transform: translate3d(100%, 0, 0)
    }
}

@keyframes slideOutRight {
    from {
        transform: translate3d(0, 0, 0)
    }

    to {
        visibility: hidden;
        transform: translate3d(100%, 0, 0)
    }
}

.slideOutRight {
    -webkit-animation-name: slideOutRight;
    animation-name: slideOutRight
}

@-webkit-keyframes slideOutUp {
    from {
        transform: translate3d(0, 0, 0)
    }

    to {
        visibility: hidden;
        transform: translate3d(0, -100%, 0)
    }
}

@keyframes slideOutUp {
    from {
        transform: translate3d(0, 0, 0)
    }

    to {
        visibility: hidden;
        transform: translate3d(0, -100%, 0)
    }
}

.slideOutUp {
    -webkit-animation-name: slideOutUp;
    animation-name: slideOutUp
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translatey(-10px)
    }

    to {
        opacity: 1;
        transform: translatey(0)
    }
}

@keyframes fadeOut {
    from {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

@-webkit-keyframes mapAnimation {
    from {
        opacity: 0;
        transform: translatey(-10px);
        transform: scale(1.4)
    }

    to {
        opacity: 1;
        transform: translatey(0);
        transform: scale(1)
    }
}

@keyframes mapAnimation {
    from {
        opacity: 0;
        transform: translatey(-10px);
        transform: scale(1.4)
    }

    to {
        opacity: 1;
        transform: translatey(0);
        transform: scale(1)
    }
}

.slick-box.pc-only {
    display: block
}

.slick-box.sp-only {
    display: none
}

@media screen and (max-width: 568px) {
    .slick-box.pc-only {
        display: none
    }

    .slick-box.sp-only {
        display: block
    }
}

.slick-box {
    height: 512px
}

.slick-box .ly-container-wrap {
    height: 512px;
    position: relative
}

.slick-box .slide01,
.slick-box .slide02,
.slick-box .slide03,
.slick-box .slide04,
.slick-box .slide05,
.slick-box .slide06,
.slick-box .slide10,
.slick-box .slide11,
.slick-box .slide12 {
    height: 512px
}
.slick-box .slide01 {
    background: url(../img/top/slide/slide_202509_w3000.jpg) no-repeat center bottom;
    background-size: auto 512px;
}

.slick-box .slide10 {
    background: url(../img/top/slide/slide_241119_pc.jpg) no-repeat center bottom;
    background-size: auto 512px;
}

.slick-box .slide11 {
    background: url(../img/top/slide/slide_0250306_w3000.jpg) no-repeat center bottom;
    background-size: auto 512px;
}

.slick-box .slide12 {
    background: url(../img/top/slide/slide_souen_w3000.jpg) no-repeat center bottom;
    background-size: auto 512px;
}

.slick-box .slide01 img,
.slick-box .slide10 img,
.slick-box .slide11 img,
.slick-box .slide12 img {
    display: inline-block
}

.slick-box .slide01 .slide_top,
.slick-box .slide10 .slide_top,
.slick-box .slide11 .slide_top,
.slick-box .slide12 .slide_top {
    position: absolute;
    bottom: 0px;
    right: 0;
    width: 100%;
    height: auto;
    text-align: center;
    z-index: 51;
}

.slick-box .slide01 .slide_down,
.slick-box .slide10 .slide_down,
.slick-box .slide11 .slide_down,
.slick-box .slide12 .slide_down {
    position: absolute;
    bottom: 0px;
    right: 0;
    width: 100%;
    height: auto;
    text-align: center;
    z-index: 50;
}

.slick-box .slide01 .slide_top img,
.slick-box .slide01 .slide_down img,
.slick-box .slide10 .slide_top img,
.slick-box .slide10 .slide_down img,
.slick-box .slide11 .slide_top img,
.slick-box .slide11 .slide_down img,
.slick-box .slide12 .slide_top img,
.slick-box .slide12 .slide_down img,
{
max-height: 512px;
width: auto;
}

.slick-box .slide01.slick-current .slide_down {
    transform: translateY(-50%);
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    opacity: 0
}

.slick-box .slide01.slick-current .slide_top {
    transform: translateY(-50%);
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    opacity: 0
}

.slick-box .slide02 {
    background: url(../img/top/slide/img_slide_02.jpg) no-repeat center;
    background-size: cover
}

.slick-box .slide02 .map {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 800px;
    height: 424px;
    z-index: 2
}

.slick-box .slide02 .map img {
    width: 800px
}

.slick-box .slide02 .map img.tab-only {
    display: none
}

.slick-box .slide02.slick-current .map {
    transform: translateY(-50%);
    -webkit-animation-name: mapAnimation;
    animation-name: mapAnimation;
    -webkit-animation-duration: 4s;
    animation-duration: 4s;
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    opacity: 0
}

.slick-box .slide03 {
    background: url(../img/top/slide/img_slide_03.jpg) no-repeat center;
    background-size: cover
}

.slick-box .slide03 p {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 480px;
    height: 313px
}

.slick-box .slide03 p img {
    width: 480px
}

.slick-box .slide03.slick-current p {
    transform: translateY(-50%);
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    opacity: 0
}

.slick-box .slide04 {
    background: url(../img/top/slide/img_slide_04.jpg) no-repeat 60% center;
    background-size: cover
}

.slick-box .slide04 p {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 500px;
    height: 190px
}

.slick-box .slide04 p img {
    width: 500px
}

.slick-box .slide04.slick-current p {
    transform: translateY(-50%);
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    opacity: 0
}

.slick-box .slide05 {
    background: url(../img/top/slide/img_slide_05.jpg) no-repeat center;
    background-size: cover
}

.slick-box .slide05 p {
    position: absolute;
    bottom: 60px
}

.slick-box .slide05 p.text01 {
    left: 0
}

.slick-box .slide05 p.text01 img {
    width: 270px
}

.slick-box .slide05 p.text02 {
    right: 0
}

.slick-box .slide05 p.text02 img {
    width: 290px
}

.slick-box .slide05.slick-current p {
    transform: translateY(-50%);
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    opacity: 0
}

.slick-box .slide06 {
    background: url(../img/top/slide/img_slide_06.jpg) no-repeat center;
    background-size: cover
}

.slick-box .slide06 p {
    position: absolute
}

.slick-box .slide06.slick-current p {
    transform: translateY(-50%);
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    opacity: 0
}

.slick-box .slide06.slick-current p.text01 {
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 500px;
    height: 112px
}

.slick-box .slide06.slick-current p.text01 img {
    width: 500px
}

.slick-box .slide06.slick-current p.text02 {
    right: 0;
    bottom: 60px
}

.slick-box .slide06.slick-current p.text02 img {
    width: 330px
}

.slick-box.slick-dotted.slick-slider {
    margin-bottom: 0
}

.slick-box .slick-dots {
    bottom: 15px !important
}

.slick-box .slick-dots li {
    margin: 0
}

.slick-box .slick-dots li button::before {
    opacity: 1 !important;
    color: #c4c1d2 !important
}

.slick-box .slick-dots li.slick-active button::before {
    opacity: 1 !important;
    color: #1c2d63 !important
}

@media screen and (max-width: 1100px) {
    .slick-box {
        margin-top: 110px
    }
}

@media screen and (min-width: 887px) {
    .slick-box .slide01 .block .contact .point img {
        width: 200px
    }
}

@media screen and (max-width: 886px) {
    .slick-box {
        height: 70vh
    }

    .slick-box .ly-container-wrap {
        height: 100vh
    }

    .slick-box .slide01,
    .slick-box .slide02,
    .slick-box .slide03,
    .slick-box .slide04,
    .slick-box .slide05,
    .slick-box .slide06,
    .slick-box .slide10,
    .slick-box .slide11,
    .slick-box .slide12 {
        height: 70vh
    }

    .slick-box .slide01 {
        background: url(../img/top/slide/slide_2509_tab_h720.jpg) no-repeat center bottom;
    }

    .slick-box .slide01 .slide_top,
    .slick-box .slide01 .slide_down {
        bottom: 0px;
    }

    .slick-box .slide11 {
        background: url(../img/top/slide/slide_0250306_tab_h720.jpg) no-repeat center bottom;
    }

    .slick-box .slide11 .slide_top,
    .slick-box .slide11 .slide_down {
        bottom: 0px;
    }

    .slick-box .slide12 {
        background: url(../img/top/slide/slide_souen_tab_h_720.jpg) no-repeat center bottom;
    }

    .slick-box .slide12 .slide_top,
    .slick-box .slide12 .slide_down {
        bottom: 0px;
    }
    .slick-box .slide02 .map {
        width: 100%;
        height: 70%
    }

    .slick-box .slide02 .map img {
        width: 100%
    }

    .slick-box .slide03 {
        background: url(../img/top/slide/img_slide_03_sp.jpg) no-repeat center;
        background-size: cover;
    }

    .slick-box .slide03 p {
        top: 90px
    }

    .slick-box .slide04 {
        background: url(../img/top/slide/slide_2501_w3000.jpg) no-repeat center;
        background-size: cover;
    }

    .slick-box .slide04 p {
        top: auto;
        left: 0;
        bottom: 70px;
        width: 390px;
        height: 150px;
    }

    .slick-box .slide05 {
        background: url(../img/top/slide/img_slide_05_sp.jpg) no-repeat center;
        background-size: cover;
    }

    .slick-box .slide05 p.text01 {
        bottom: auto;
        top: 30px;
    }

    .slick-box .slide06 {
        background: url(../img/top/slide/img_slide_06_sp.jpg) no-repeat center;
        background-size: cover;
    }

    .slick-box .slide10 .slide_top,
    .slick-box .slide10 .slide_down,
    .slick-box .slide11 .slide_top,
    .slick-box .slide11 .slide_down,
    .slick-box .slide12 .slide_top,
    .slick-box .slide12 .slide_down {
        bottom: 0px;
    }
}

@media screen and (max-width: 768px) {
    .slick-box {
        margin-top: 74px
    }

    .slick-box .slide01 {
        background: url(../img/top/slide/slide_2509tab_h720.jpg) no-repeat center bottom;
    }

    .slick-box .slide02 .map {
        height: 90%
    }

    .slick-box .slide02 .map img.pc-only {
        display: none
    }

    .slick-box .slide02 .map img.tab-only {
        display: block;
        width: 95%;
        margin: auto;
        position: relative;
        top: 50%;
        transform: translateY(-50%);
    }

    .slick-box .slide11 {
        background: url(../img/top/slide/slide_0250306_tab_h720.jpg) no-repeat center bottom;
    }
    .slick-box .slide12 {
        background: url(../img/top/slide/slide_souen_tab_h_720.jpg) no-repeat center bottom;
    }
}

@media screen and (max-width: 568px) {
    .slick-box .slide01 {
        background: url(../img/top/slide/slide_2509_sp_h2000.jpg) no-repeat center bottom;
        background-size: 100% auto;
    }

    .slick-box .slide01 .slide_top {
        top: 5px;
        left: 0;
        width: 100%;
        text-align: center;
    }

    .slick-box .slide01 .slide_down {
        left: 0;
        bottom: 30px;
        width: 100%;
        text-align: center;
    }

    .slick-box .slide01 .slide_top img,
    .slick-box .slide01 .slide_down img {
        width: 100%;
    }

    .slick-box .slide03 p {
        width: 90%;
        top: 30%;
    }

    .slick-box .slide04 p {
        width: 90%;
        bottom: 14%;
    }

    .slick-box .slide05 p.text01 {
        width: 52%
    }

    .slick-box .slide05 p.text02 {
        width: 57%
    }

    .slick-box .slide06.slick-current p.text01 {
        width: 90%
    }

    .slick-box .slide10 {
        background: url(../img/top/slide/slide_241119_sp.jpg) no-repeat center bottom;
        background-size: 100% auto;
    }

    .slick-box .slide10 .slide_top {
        top: 5px;
        left: 0;
        width: 100%;
        text-align: center;
    }

    .slick-box .slide10 .slide_down {
        left: 0;
        bottom: 30px;
        width: 100%;
        text-align: center;
    }

    .slick-box .slide10 .slide_top img,
    .slick-box .slide01 .slide_down img {
        width: 100%;
    }

    .slick-box .slide11 {
        background: url(../img/top/slide/slide_20250306_sp_h2000.jpg) no-repeat center bottom;
        background-size: 100% auto;
    }

    .slick-box .slide11 .slide_top {
        top: 5px;
        left: 0;
        width: 100%;
        text-align: center;
    }

    .slick-box .slide11 .slide_down {
        left: 0;
        bottom: 30px;
        width: 100%;
        text-align: center;
    }

    .slick-box .slide11 .slide_top img,
    .slick-box .slide01 .slide_down img {
        width: 100%;
    }
    




    .slick-box .slide12 {
        background: url(../img/top/slide/slide_souen_sp_h2000.jpg) no-repeat center bottom;
        background-size: 100% auto;
    }

    .slick-box .slide12 .slide_top {
        top: 5px;
        left: 0;
        width: 100%;
        text-align: center;
    }

    .slick-box .slide12 .slide_down {
        left: 0;
        bottom: 30px;
        width: 100%;
        text-align: center;
    }

    .slick-box .slide12 .slide_top img,
    .slick-box .slide01 .slide_down img {
        width: 100%;
    }

}

@media screen and (max-width: 385px) {
    .slick-box .slide01 {
        background: url(../img/top/slide/slide_2509_sp_h2000.jpg) no-repeat center bottom;
        background-size: 100% auto;
    }

    .slick-box .slide10 {
        background: url(../img/top/slide/slide_241119_sp.jpg) no-repeat center bottom;
        background-size: 100% auto;
    }

    .slick-box .slide11 {
        background: url(../img/top/slide/slide_20250306_sp_h2000.jpg) no-repeat center bottom;
        background-size: 100% auto;
    }

    .slick-box .slide12 {
        background: url(../img/top/slide/slide_souen_sp_h2000.jpg) no-repeat center bottom;
        background-size: 100% auto;
    }    
}

.top-urgency {
    padding: 60px 0
}

.top-urgency .ly-container-wrap>.button {
    max-width: 550px;
    margin: 0 auto
}

.top-urgency .ly-container-wrap>.button:not(:last-child) {
    margin-bottom: 25px !important
}

.top-urgency .ly-container-wrap>.button:last-child {
    margin-bottom: 0 !important
}

.top-urgency .urgency-button .button.tel-btn {
    position: relative
}

.top-urgency .urgency-button .button.tel-btn span {
    position: absolute;
    top: -14%;
    left: -6%;
    width: 18%;
    z-index: 1
}

@media screen and (min-width: 769px) {
    .top-urgency .urgency-button {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap
    }

    .top-urgency .urgency-button .button {
        width: 48%
    }
}

@media screen and (max-width: 768px) {
    .top-urgency .urgency-button .button.tel-btn {
        margin-bottom: 20px
    }
}

@media screen and (max-width: 568px) {
    .top-urgency {
        padding: 40px 0
    }
}

.top-plan {
    background: url(../img/common/bg.jpg)
}

.top-plan .main-title {
    opacity: 0
}

.top-plan ul {
    opacity: 0
}

.top-plan ul li {
    background: #fff;
    box-shadow: 0 1px 5px #ccc;
    border-radius: 10px;
    padding: 2%
}

.top-plan ul li:nth-child(1) {
    border-top: 12px solid #d75988
}

.top-plan ul li:nth-child(2) {
    border-top: 12px solid #597ad7
}

.top-plan ul li:nth-child(3) {
    border-top: 12px solid #ada814
}

.top-plan ul li figure {
    margin-bottom: 20px
}

.top-plan ul li .more-button-blue a {
    max-width: none;
    line-height: 60px
}

@media screen and (max-width: 1280px) {
    .top-plan ul li .more-button-blue a {
        font-size: 1.05em
    }
}

@media screen and (min-width: 1101px) {
    .top-plan ul li {
        width: 31%
    }
}

@media screen and (min-width: 769px) and (max-width: 1100px) {
    .top-plan ul li {
        width: 48%;
        margin-bottom: 40px
    }

    .top-plan ul li:last-child {
        margin: 0 auto
    }
}

@media screen and (min-width: 769px) {
    .top-plan ul {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        margin-bottom: 60px
    }
}

@media screen and (max-width: 768px) {
    .top-plan ul {
        max-width: 480px;
        margin: 0 auto 40px
    }

    .top-plan ul li {
        margin-bottom: 30px;
        padding: 5%
    }

    .top-plan ul li:last-child {
        margin-bottom: 0
    }
}

@media screen and (max-width: 568px) {
    .top-plan .main-title span:before {
        left: -47px
    }

    .top-plan .main-title span:after {
        right: -43px
    }

    .top-plan ul {
        margin-bottom: 0
    }

    .top-plan .sp-hidden {
        display: none
    }
}

.top-map .main-title,
.top-map .flex-box {
    opacity: 0
}

.top-map .hall-map {
    background: #ffffed;
    position: relative;
    max-width: 700px;
    margin: 0 auto 80px;
    padding: 20px 0 20px 0
}

.top-map .hall-map a {
    position: absolute;
    z-index: 1;
    opacity: 0
}

.top-map .hall-map a.appear {
    transform: translateY(-50%);
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards
}

.top-map .hall-map a.pin01 {
    bottom: 31%;
    right: 27%;
    -webkit-animation-delay: 0.25s;
    animation-delay: 0.25s
}

.top-map .hall-map a.pin02 {
    bottom: 39%;
    right: 31%;
    -webkit-animation-delay: 0.275s;
    animation-delay: 0.275s
}

.top-map .hall-map a.pin03 {
    top: 43%;
    right: 42%;
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s
}

.top-map .hall-map a.pin04 {
    bottom: 33%;
    right: 24%;
    -webkit-animation-delay: 0.325s;
    animation-delay: 0.325s
}

.top-map .hall-map a.pin05 {
    top: 36%;
    left: 47%;
    z-index: 2;
    -webkit-animation-delay: 0.35s;
    animation-delay: 0.35s
}

.top-map .hall-map a.pin06 {
    top: 27%;
    left: 26%;
    -webkit-animation-delay: 0.475s;
    animation-delay: 0.475s
}

.top-map .hall-map a.pin07 {
    bottom: 30%;
    right: 18%;
    z-index: 2;
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s
}

.top-map .hall-map a.pin08 {
    top: 41%;
    left: 35%;
    -webkit-animation-delay: 0.525s;
    animation-delay: 0.525s
}

.top-map .hall-map a.pin09 {
    top: 34%;
    left: 17%;
    -webkit-animation-delay: 0.575s;
    animation-delay: 0.575s
}

.top-map .hall-map a.pin10 {
    top: 35%;
    left: 45%;
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s
}

.top-map .hall-map a.pin11 {
    bottom: 31%;
    right: 16%;
    -webkit-animation-delay: 0.625s;
    animation-delay: 0.625s
}

.top-map .hall-map a.pin12 {
    bottom: 30%;
    left: 15%;
    -webkit-animation-delay: 0.65s;
    animation-delay: 0.65s
}

.top-map .hall-map a.pin13 {
    bottom: 7%;
    left: 46%;
    -webkit-animation-delay: 0.675s;
    animation-delay: 0.675s
}

.top-map .hall-map a.pin14 {
    bottom: 11%;
    left: 28%;
    -webkit-animation-delay: 0.7s;
    animation-delay: 0.7s
}

.top-map .hall-map a.pin15 {
    bottom: 42%;
    right: 10%;
    -webkit-animation-delay: 0.725s;
    animation-delay: 0.725s
}

.top-map .hall-list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap
}

.top-map .hall-list li {
    width: 48%;
    margin-bottom: 4%;
    position: relative;
    overflow: hidden
}

.top-map .hall-list li:after {
    position: absolute;
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    transition: all 0.3s ease-out
}

.top-map .hall-list li:nth-child(1):after {
    background: url(../img/top/map_img_5.jpg) no-repeat center;
    background-size: cover
}

.top-map .hall-list li:nth-child(2):after {
    background: url(../img/top/map_img04.jpg) no-repeat center;
    background-size: cover
}

.top-map .hall-list li:nth-child(3):after {
    background: url(../img/top/map_imges06.jpg) no-repeat center;
    background-size: cover
}

.top-map .hall-list li:nth-child(4):after {
    background: url(../img/top/map_img2.jpg) no-repeat center;
    background-size: cover
}

.top-map .hall-list li:nth-child(4) small {
    font-size: 0.8em
}

.top-map .hall-list li:nth-child(5):after {
    background: url(../img/top/map_img_01.jpg) no-repeat center;
    background-size: cover
}

.top-map .hall-list li:nth-child(6):after {
    background: url(../img/top/map_img03.jpg) no-repeat center;
    background-size: cover
}

.top-map .hall-list li:nth-child(7):after {
    background: url(../img/top/map_img07.jpg) no-repeat center;
    background-size: cover
}

.top-map .hall-list li:nth-child(8):after {
    background: url(../img/top/map_img_8.jpg) no-repeat center;
    background-size: cover
}

.top-map .hall-list li:nth-child(9):after {
    background: url(../img/top/map_img9.jpg) no-repeat center;
    background-size: cover
}

.top-map .hall-list li:nth-child(10):after {
    background: url(../img/top/map_img_10.jpg) no-repeat center;
    background-size: cover
}

.top-map .hall-list li:nth-child(11):after {
    background: url(../img/top/map_img_11.jpg) no-repeat center;
    background-size: cover;
}

.top-map .hall-list li:hover:after {
    transform: scale(1.1)
}

.top-map .hall-list li a {
    color: #fff;
    padding: 45.88% 0;
    text-align: center;
    display: block;
    position: relative;
    z-index: 1;
    font-family: "Noto Serif JP", 游明朝, YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", serif
}

.top-map .hall-list li ul li {
    width: auto;
    margin-bottom: 0
}

.top-map .hall-list li ul li:after {
    content: none
}

.top-map .hall-list li ul li a {
    color: inherit;
    padding: 0;
    text-align: left
}

@media screen and (min-width: 993px) {
    .top-map .hall-list::after {
        content: "";
        display: block;
        width: 49%
    }

    .top-map .hall-list li {
        width: 23.5%;
        margin-bottom: 2%
    }
}

@media screen and (min-width: 769px) and (max-width: 1100px) {
    .top-map .hall-list li {
        width: 32%;
        margin-bottom: 2.3333%
    }
}

@media screen and (max-width: 1100px) {
    .top-map .flex-box .hall-map {
        margin-bottom: 30px
    }
}

@media screen and (max-width: 768px) {
    .top-map .hall-map {
        margin-bottom: 40px
    }

    .top-map .hall-map a {
        width: 22px
    }
}

@media screen and (min-width: 481px) {
    .top-map .hall-list li br:not(.pc) {
        display: none
    }
}

@media screen and (max-width: 480px) {
    .top-map .flex-box .hall-map a {
        width: 15px
    }

    .top-map .hall-list li a {
        padding: 40% 0;
        font-size: 0.875em
    }
}

.top-partner {
    background: url(../img/top/partner_bg.jpg) no-repeat center;
    background-size: cover;
    text-align: center
}

.top-partner .partner-circle {
    max-width: 380px;
    height: 560px;
    margin: 0 auto 40px;
    background: url(../img/top/partner_circle.png) no-repeat center;
    background-size: contain;
    font-feature-settings: 'palt';
    position: relative
}

.top-partner .partner-circle h2 {
    font-size: 1.5em;
    color: #1d2d65;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    opacity: 0
}

.top-partner .partner-circle .ico-circle {
    position: absolute;
    border-radius: 50%;
    font-family: "Noto Serif JP", 游明朝, YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", serif;
    font-size: 1.5em;
    width: 170px;
    line-height: 170px;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.3);
    opacity: 0
}

.top-partner .partner-circle .ico-circle a {
    color: #fff;
    display: block
}

.top-partner .partner-circle .ico-circle.ico-costume {
    background: #e184a7;
    top: 0;
    left: 0;
    right: 0;
    margin: auto
}

.top-partner .partner-circle .ico-circle.ico-welfare {
    background: #5bc960;
    top: 120px;
    right: -100px
}

.top-partner .partner-circle .ico-circle.ico-flower {
    background: #de8c4f;
    bottom: 30px;
    right: -20px
}

.top-partner .partner-circle .ico-circle.ico-gift {
    background: #5386d9;
    bottom: 30px;
    left: -20px
}

.top-partner .partner-circle .ico-circle.ico-cooking {
    background: #c7b730;
    top: 120px;
    left: -100px
}

.top-partner .partner-list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    opacity: 0
}

.top-partner .partner-list li {
    width: 46%;
    border-radius: 10px
}

.top-partner .partner-list li a {
    display: block;
    color: #fff;
    font-size: 1.250em;
    font-family: "Noto Serif JP", 游明朝, YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", serif
}

.top-partner .partner-list li a span {
    display: block;
    padding: 10px 0
}

.top-partner .partner-list li a .fas {
    font-size: 0.8em;
    margin-right: 5px
}

.top-partner .partner-list li:nth-child(1) {
    background: #e184a7
}

.top-partner .partner-list li:nth-child(2) {
    background: #5bc960
}

.top-partner .partner-list li:nth-child(3) {
    background: #c7b730
}

.top-partner .partner-list li:nth-child(4) {
    background: #5386d9
}

.top-partner .partner-list li:nth-child(5) {
    background: #de8c4f
}

@media screen and (min-width: 767px) {
    .top-partner .partner-list li {
        width: 18%
    }

    .top-partner .partner-circle-sp {
        display: none
    }
}

@media screen and (max-width: 768px) {
    .top-partner .partner-circle {
        display: none
    }

    .top-partner .partner-circle-sp {
        opacity: 0;
        margin-bottom: 8%
    }

    .top-partner .partner-list li {
        margin-bottom: 6%
    }

    .top-partner .partner-list li:last-child {
        margin-bottom: 0
    }

    .top-partner .partner-list li a {
        font-size: 1em
    }
}

.top-voice {
    background: url(../img/common/bg.jpg)
}

.top-voice .main-title {
    opacity: 0
}

.top-voice ul {
    opacity: 0;
    margin-bottom: 30px
}

.top-voice ul li {
    background: #fff;
    box-shadow: 0 1px 5px #ccc;
    border-radius: 10px;
    padding: 20px;
    margin-bottom: 40px
}

.top-voice ul li figure {
    width: 34%
}

.top-voice ul li .txt .info,
.top-voice ul li .txt p {
    color: #252834
}

.top-voice ul li .txt .info {
    margin-bottom: 10px
}

.top-voice ul li .txt h3 {
    letter-spacing: 0;
    font-size: 1.250em;
    margin-bottom: 10px
}

.top-voice ul li .txt span {
    color: #1d2d65;
    text-decoration: underline
}

.top-voice ul li a:hover span {
    text-decoration: none
}

@media screen and (min-width: 993px) {
    .top-voice ul {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap
    }

    .top-voice ul li {
        width: 48%
    }
}

@media screen and (max-width: 992px) {
    .top-voice ul {
        max-width: 540px;
        margin: 0 auto
    }

    .top-voice ul li {
        margin-bottom: 30px
    }
}

@media screen and (min-width: 569px) {
    .top-voice ul li a {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap
    }

    .top-voice ul li .txt {
        width: 62%
    }
}

@media screen and (max-width: 568px) {
    .top-voice ul li figure {
        width: 160px;
        margin: 0 auto 20px
    }
}

.top-column .main-title {
    opacity: 0
}

.top-column ul {
    opacity: 0;
    margin-bottom: 60px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap
}

.top-column ul li a {
    display: block
}

.top-column ul li figure {
    margin-bottom: 20px
}

.top-column ul li .info {
    font-size: 0.875em;
    margin-bottom: 10px
}

.top-column ul li .info .date {
    color: #252834
}

.top-column ul li .info .cat {
    color: #fff;
    text-align: center;
    width: 90px;
    padding: 0 5px;
    display: inline-block
}

.top-column ul li .info .cat.tag-junbi {
    background: #ee8b8b
}

.top-column ul li .info .cat.tag-syukatsu {
    background: #e0b271
}

.top-column ul li .info .cat.tag-sougigo {
    background: #7fc360
}

.top-column ul li .info .cat.tag-houji {
    background: #6fbdce
}

.top-column ul li h3 {
    letter-spacing: 0;
    font-size: 1.125em
}

@media screen and (min-width: 993px) {
    .top-column ul li {
        width: 23%
    }
}

@media screen and (max-width: 992px) {
    .top-column ul {
        margin-bottom: 30px
    }

    .top-column ul li {
        width: 48%;
        margin-bottom: 30px
    }
}

.top-staff {
    background: url(../img/common/bg.jpg)
}

.top-staff .main-title {
    opacity: 0
}

.top-staff ul {
    opacity: 0;
    margin-bottom: 30px;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap
}

.top-staff ul li {
    margin-bottom: 30px
}

.top-staff ul li a {
    display: block
}

.top-staff ul li figure {
    text-align: center;
    margin-bottom: 10px
}

.top-staff ul li .info {
    text-align: center;
    font-weight: 700;
    color: #252834
}

.top-staff ul li .info .hall {
    font-size: 0.875em;
    display: block
}

.top-staff ul li .info .name {
    display: block
}

@media screen and (min-width: 993px) {
    .top-staff ul {
        margin-bottom: 60px
    }

    .top-staff ul li {
        width: 19%;
        margin-right: 0.8%
    }

    .top-staff ul li:nth-child(6n) {
        margin-right: 0
    }
}

@media screen and (min-width: 569px) and (max-width: 992px) {
    .top-staff ul li {
        width: 23%;
        margin-right: 2.66%
    }

    .top-staff ul li:nth-child(4n) {
        margin-right: 0
    }

    .top-staff ul li:nth-child(6n) {
        margin-right: auto
    }
}

@media screen and (max-width: 568px) {
    .top-staff ul li {
        width: 30%;
        margin-right: 3.3333%
    }

    .top-staff ul li:nth-child(3n) {
        margin-right: 0
    }
}

.top-special .main-title {
    opacity: 0
}

.top-special .main-title span {
    position: relative
}

.top-special .main-title span:before,
.top-special .main-title span:after {
    position: absolute;
    bottom: 0
}

.top-special .main-title span:before {
    content: url(../img/top/special_head_left.png);
    left: -60px
}

.top-special .main-title span:after {
    content: url(../img/top/special_head_right.png);
    right: -55px
}

.top-special ul {
    opacity: 0
}

.top-special ul li {
    background: #fff;
    box-shadow: 0 1px 5px #ccc;
    border-radius: 10px
}

.top-special ul li .txt {
    padding: 17px
}

.top-special ul li .txt h3 {
    letter-spacing: 0.1em;
    font-size: 1.5em;
    margin-bottom: 15px;
    padding-left: 62px;
    line-height: 1.3;
    min-height: 54px;
    font-feature-settings: "palt"
}

.top-special ul li:nth-child(1) .txt h3 {
    background: url(../img/top/special_ico01.png) no-repeat left top
}

.top-special ul li:nth-child(2) .txt h3 {
    background: url(../img/top/special_ico02.png) no-repeat left top
}

.top-special ul li:nth-child(3) .txt h3 {
    background: url(../img/top/special_ico03.png) no-repeat left top
}

@media screen and (min-width: 993px) {
    .top-special ul li {
        width: 31%
    }
}

@media screen and (min-width: 767px) and (max-width: 993px) {
    .top-special ul li {
        width: 48%;
        margin-bottom: 40px
    }

    .top-special ul li:last-child {
        margin: 0 auto
    }
}

@media screen and (min-width: 767px) {
    .top-special ul {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap
    }
}

@media screen and (max-width: 768px) {
    .top-special ul {
        max-width: 540px;
        margin: 0 auto
    }

    .top-special ul li {
        margin-bottom: 30px
    }

    .top-special ul li:last-child {
        margin-bottom: 0
    }
}

@media screen and (max-width: 568px) {
    .top-special .main-title span:before {
        left: -47px
    }

    .top-special .main-title span:after {
        right: -43px
    }
}

@media screen and (max-width: 320px) {

    .top-special .main-title span:before,
    .top-special .main-title span:after {
        display: none
    }
}

.top-news {
    margin-bottom: 50px;
    opacity: 0
}

.top-news .news-area {
    border-radius: 5px;
    background: #fff;
    box-shadow: 0 0 3px #e8eaef;
    padding: 50px 40px;
    margin-bottom: 40px;
    opacity: 0
}

.top-news .news-area li {
    border-bottom: 1px dotted #ccc;
    padding-bottom: 25px;
    margin-bottom: 30px
}

.top-news .news-area li:last-child {
    margin-bottom: 0
}

.top-news .news-area li a p {
    text-decoration: underline
}

.top-news .news-area li a:hover p {
    text-decoration: none
}

.top-news .news-area li .date {
    color: #252834;
    font-size: 0.875em;
    margin-right: 10px
}

.top-news .news-area li .cat {
    color: #fff;
    background: #1d2d65;
    text-align: center;
    padding: 2px 8px;
    font-size: 0.875em;
    margin-right: 15px;
    line-height: 1.4;
    width: 80px
}

.top-news .news-area li p {
    font-weight: bold
}

@media screen and (min-width: 993px) {
    .top-news .news-area li a {
        display: flex;
        flex-wrap: wrap;
        align-items: center
    }
}

@media screen and (max-width: 992px) {
    .top-news h2 {
        margin-bottom: 30px
    }

    .top-news .news-area {
        padding: 30px
    }

    .top-news .news-area li {
        padding-bottom: 15px;
        margin-bottom: 20px
    }

    .top-news .news-area li a {
        display: block
    }

    .top-news .news-area li .date {
        margin-right: 5px
    }

    .top-news .news-area li p {
        margin-top: 5px
    }
}

@media screen and (max-width: 568px) {
    .top-news {
        margin-bottom: 0
    }
}

.slick-box .slide01 .iframe {
    position: absolute;
    bottom: 10%;
    left: 20%;
    width: 25%;
    height: 0;
    padding-bottom: 14%;
    transform: translateY(-50%);
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
    -webkit-animation-delay: 1.5s;
    animation-delay: 1.5s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    opacity: 0;
    z-index: 52;
}

/* .top-urgency .ly-container-wrap>.button.iframe{}でYT動画枠設定してます */
.slick-box .slide01 .iframe iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

@media screen and (max-width: 1100px) {
    .slick-box .slide01 .iframe {
        width: 220px;
        padding-bottom: 130px;
        right: 10px
    }
}

@media screen and (max-width: 992px) {
    .slick-box .slide01 .iframe {
        display: none
    }
}

.top-urgency .ly-container-wrap>.button.iframe {
    position: relative;
    height: 0;
    padding-bottom: 56.25%;
}

.top-urgency .ly-container-wrap>.button.iframe iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

@media screen and (min-width: 993px) {
    .top-urgency .ly-container-wrap>.button.iframe {
        max-width: 550px;
        height: auto;
        margin: 0 auto;
        padding-bottom: 30%;
    }
}