/* =========================================================
 reset
========================================================= */

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

body {
    line-height: 1;
}

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

nav ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

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

a {
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}


/* change colours to suit your needs */

ins {
    background-color: #ff9;
    color: #000;
    text-decoration: none;
}


/* change colours to suit your needs */

mark {
    background-color: #ff9;
    color: #000;
    font-style: italic;
    font-weight: bold;
}

del {
    text-decoration: line-through;
}

abbr[title],
dfn[title] {
    border-bottom: 1px dotted;
    cursor: help;
}

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


/* change border colour to suit your needs */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #cccccc;
    margin: 1em 0;
    padding: 0;
}

input,
select {
    vertical-align: middle;
}

ul,
ol {
    list-style: none;
    margin: 0;
    padding: 0;
}

i {
    font-family: 'ionicons';
    font-style: normal;
}


/* =========================================================
 base
========================================================= */

html {
    font-size: 16px;
    font-weight: 400;
    -webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
}

body {
    font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
    font-weight: 400;
    color: #4e4e4e;
    -ms-text-size-adjust: 100%;
    text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    animation: bodyFadeIn 1s ease 0s 0.5 normal;
    -webkit-animation: bodyFadeIn 1s ease 0s 0.5 normal;
}

@keyframes bodyFadeIn {
    0% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}

@-webkit-keyframes bodyFadeIn {
    0% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}


/* link */

a {
    color: #fff;
}

a:visited {
    color: #fff;
}

a:hover {
    color: #fff;
}

a:active {
    color: #fff;
}

a img {
    -webkit-transition: opacity, 300ms;
    transition: opacity, 300ms;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    vertical-align: bottom;
}

a:hover img {
    -ms-filter: "alpha(opacity=70)";
    filter: alpha(opacity=70);
    opacity: 0.7;
}

.tel-link {
    cursor: default;
    pointer-events: none;
    color: #000;
}


/* fadein */

.fadein {
    opacity: 0;
    transform: translate(0, 50px);
    -webkit-transform: translate(0, 50px);
    transition: .8s;
}

.fadein-on {
    opacity: 1.0;
    transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
}

.fadein2 {
    opacity: 0;
    transform: translate(0, 30px);
    -webkit-transform: translate(0, 30px);
    transition: .8s;
}

.fadein2-on {
    opacity: 1.0;
    transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
}

.callout {
    position: relative;
    padding: 15px;
    border: solid 1px #101010;
    border-radius: 5px;
    display: inline-block;
}

@media screen and (max-width: 414px) {
    .callout {
        padding: 10px;
    }
}

.callout p {
    margin-bottom: 0 !important;
}

.callout+p {
    margin-top: 10px;
}

.callout::before {
    content: '';
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    right: 10%;
    bottom: -20px;
    border: solid 10px #101010;
    border-right: 10px solid transparent;
    border-left: 10px solid transparent;
    border-bottom: 10px solid transparent;
}

.callout::after {
    content: '';
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    right: 10%;
    bottom: -19px;
    border: solid 10px #fff;
    border-right: 10px solid transparent;
    border-left: 10px solid transparent;
    border-bottom: 10px solid transparent;
}

@media screen and (max-width: 768px) {
    .tel-link {
        pointer-events: auto;
    }
}

img {
    width: 100%;
    height: auto;
    display: block;
}


/* clear */

.cf {
    *zoom: 1;
}

.cf::before,
.cf::after {
    content: "";
    display: table;
}

.cf:after {
    clear: both;
}


/* sppc */

.only-pc {
    display: block;
}

.only-sp {
    display: none;
}

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


/* =========================================================
 layout
========================================================= */


/* common */


/* header */

header {
    position: relative;
    z-index: 10;
}

.oceana-logo {
    position: absolute;
    top: 20px;
    left: 20px;
}

.oceana-logo img {
    width: 80px;
    position: absolute;
}

.oceana-logo p {
    font-size: 10px;
    color: #fff;
    position: absolute;
    width: 300px;
    left: 94px;
    top: 3px;
}

.drawer-nav {}


/* mainvisual */

#mainvisual {
    position: relative;
    width: 100%;
    height: 100vh;
}

#mainvisual #special-logo {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 10;
    height: 440px;
    margin: auto;
}

#mainvisual .logocenter #special-logo {
    width: 800px;
    left: 0;
    right: 0;
}

#mainvisual #special-map {
    position: absolute;
    right: 60px;
    bottom: -60px;
    z-index: 10;
}

#mainvisual #main-summary {
    position: absolute;
    bottom: 50px;
    color: #fff;
    z-index: 10;
}

#mainvisual #main-summary.txt-beige01 {
    color: #bdb29d;
}

#mainvisual #main-summary .title {
    font-size: 16px;
    line-height: 1.4;
    letter-spacing: 0.06em;
    font-family: Georgia, 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
}

#mainvisual #main-summary .sub-title {
    font-family: Georgia, 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
    font-size: 12px;
    line-height: 1.4;
    letter-spacing: 0.06em;
    margin-top: 4px;
}

#mainvisual #main-summary .special-writer {
    font-size: 11px;
    line-height: 1.4;
    letter-spacing: 0.04em;
    margin-top: 10px;
}

#mainvisual picture img {
    object-fit: cover;
    height: 100vh;
}

#mainvisual picture {
    position: relative;
    z-index: -1;
}

.inner {
    padding: 0px 64px;
}

.sec .inner {
    padding: 64px;
    clear: both;
}

.width100on .inner {
    padding: 0px;
}

.pic-wrap {
    position: relative;
}

.text-wrap {
    padding: 64px 64px 0;
    position: relative;
}

.sec .lead-copy {
    font-family: Georgia, 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
    font-size: 25px;
    line-height: 1.6;
    margin-bottom: 30px;
    letter-spacing: 0.10em;
}

.lead-copy-en {
    font-family: Georgia, 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
    font-size: 60px;
    position: absolute;
    bottom: -32px;
    right: 64px;
}

.text-right .lead-copy-en {
    bottom: -32px;
    left: 64px;
    right: auto;
}

.entry-text {
    font-size: 16px;
    line-height: 2.2;
    letter-spacing: 0.04em;
    opacity: 0.8;
}

.entry-text p {
    margin-bottom: 20px;
}

.entry-text-more {
    font-size: 16px;
    line-height: 2.2;
    margin-bottom: 30px;
    letter-spacing: 0.06em;
    opacity: 0.8;
}

.sec-title {
    font-family: Georgia, 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
    padding: 60px 0;
    font-size: 16px;
    padding-bottom: 10px;
    letter-spacing: 0.06em;
    display: inline-block;
    border-bottom: #fff solid 2px;
    margin-bottom: 60px;
}

.txt-navy .sec-title {
    border-bottom: #0c1438 solid 2px;
}

#introduction .title {
    font-family: Georgia, 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
    font-size: 26px;
    text-align: right;
    margin-bottom: 15px;
    line-height: 1.4;
}

#introduction .sec-title {
    margin-bottom: 0px;
}

#introduction p {
    text-align: right;
    font-size: 16px;
    line-height: 2.2;
    opacity: 0.8;
}

#introduction {
    padding-bottom: 72px;
    background: #101010;
    color: #fff;
    position: relative;
    z-index: 9;
}

#introduction.bg-black {
    background: #101010;
}

#introduction.bg-navy {
    background: #0c1438;
}

#introduction.bg-blue {
    background: #0759bd;
}

#introduction.bg-beige01 {
    background: #bdb29d;
}

#introduction.bg-white {
    background: #fff;
}

#introduction.bg-gray {
    background: #edeff3;
}

#introduction.txt-black {
    color: #101010;
}

#introduction.txt-navy {
    color: #0c1438;
}

#introduction.txt-blue {
    color: #0759bd;
}

#introduction.txt-beige01 {
    color: #bdb29d;
}

#introduction.txt-white {
    color: #fff;
}

#introduction.txt-black .sec-title {
    border-bottom: #151414 solid 2px;
}

#introduction .inner {
    padding: 0px 64px;
}

.side-specialthanks {
    padding: 0px 0 25px;
    clear: both;
}

.side-specialthanks a {
    text-decoration: none;
}

.side-title-thanks {
    font-size: 18px;
    line-height: 1.4;
    margin-top: 60px;
    margin-bottom: 30px;
    text-align: center;
    letter-spacing: 0.06em;
    font-family: Georgia, 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
}

.side-specialthanks picture {
    display: block;
    width: 33%;
    float: left;
}

.side-specialthanks .text-wrap {
    padding: 0px;
    position: relative;
    width: 60%;
    float: right;
}

.side-specialthanks a .lead-copy {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.4;
    padding-top: 0;
    margin-bottom: 16px;
    letter-spacing: 0.15em;
    text-decoration: none;
}

.side-specialthanks a .entry-text {
    font-size: 14px;
    line-height: 1.8;
    letter-spacing: 0.06em;
    opacity: 0.8;
    text-decoration: none;
}

.side-oceana-about {
    clear: both;
    text-align: center;
    padding: 50px 0;
    line-height: 1.6;
    font-size: 10px;
}


/* layout01 */

.sec.layout01 .lead-copy {
    writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
    position: absolute;
    top: -80px;
    left: 64px;
}

.sec.layout01 .sec-title {
    border-bottom: #fff solid 2px;
    margin: 0px 64px;
    float: left;
}

.sec.layout01 {
    background: #101010;
    color: #fff;
}

.sec.layout01.text-right .lead-copy {
    right: 50px;
    left: auto;
    height: 360px;
}

.sec.layout01.text-left .lead-copy {
    height: 360px;
}

.sec.layout01.text-left .text-wrap {
    padding-left: 200px;
}

.sec.layout01.text-right .text-wrap {
    padding-right: 200px;
}

.sec.layout01 .no-layout-base {
    display: none;
}

.sec.layout01.width100on.text-left .text-wrap {
    padding-left: 210px;
}

.sec.layout01.width100on .lead-copy {
    writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
    position: absolute;
    top: -80px;
    left: 64px;
}


/* layout02 */

.sec.layout02 .no-layout-base {
    display: none;
}

.sec.layout02 {
    background: #101010;
    color: #fff;
    padding-bottom: 40px;
}

.sec.layout02 .sec-title {
    border-bottom: #fff solid 2px;
    margin: 0px 64px;
    float: left;
    text-align: right;
}

.sec.layout02.text-left .entry-text {
    width: 72%;
    float: right;
    text-align: right;
}

.sec.layout02.text-left .entry-text-more {
    width: 72%;
    float: right;
    text-align: right;
}

.sec.layout02.text-left .lead-copy {
    font-size: 20px;
    float: left;
    display: block;
    width: 25%;
}

.sec.layout02.text-right .entry-text {
    width: 72%;
    float: left;
}

.sec.layout02.text-right .entry-text-more {
    width: 72%;
    float: left;
}

.sec.layout02.text-right .lead-copy {
    font-size: 20px;
    float: right;
    text-align: right;
    display: block;
    width: 25%;
}


/* layout03 */

.sec.layout03 .no-inside {
    display: none;
}

.sec.layout03 {
    background: #101010;
    color: #fff;
}

.sec.layout03.width100on {
    padding-bottom: 80px;
}

.sec.layout03.width100on .fadein {
    opacity: 1;
    transform: translate(0, 0px);
    -webkit-transform: translate(0, 0px);
}

.sec.layout03 picture {
    display: block;
    width: 100%;
    position: relative;
}

.sec.layout03 .sec-title {
    border-bottom: #fff solid 2px;
    margin: 0px 64px;
    float: left;
}

.sec.layout03 .lead-copy-en {
    position: absolute;
    top: 64px;
    right: 64px;
    left: auto;
    border: auto;
}

.sec.layout03.text-right .lead-copy-en {
    position: absolute;
    top: 64px;
    right: auto;
    left: 64px;
    border: auto;
}

.sec.layout03.text-center .lead-copy-en {
    top: 42%;
    text-align: center;
    right: 0;
    left: 0;
    font-size: 80px;
}

.sec.layout03 .lead-copy {
    position: absolute;
    top: 160px;
    right: 64px;
    text-align: right;
}

.sec.layout03 .entry-text {
    position: absolute;
    bottom: 0;
    z-index: 5;
    left: 0;
    padding: 0px 70px 30px;
}

.sec.layout03 .entry-text.relative {
    position: relative;
    bottom: 0;
    z-index: 5;
    left: 0;
    padding: 60px 70px 30px;
}

.sec.layout03.text-right .entry-text {
    left: auto;
    right: 0;
}


/* layout04 */

.sec.layout04 .no-layout04 {
    display: none;
}

.sec.layout04 {
    background: #101010;
    color: #fff;
}

.sec.layout04 .sec-title {
    border-bottom: #fff solid 2px;
    margin: 0px 64px;
    float: left;
}

.sec.layout04 .pic-wrap {
    width: 50%;
    position: relative;
    float: left;
}

.sec .special-video {
    margin-top: 10px;
    max-width: 100%;
}

.sec.layout04.text-left .pic-wrap {
    width: 50%;
    position: relative;
    float: right;
}

.sec.layout04 .text-wrap {
    width: 50%;
    padding: 0px 64px 64px;
    position: relative;
    box-sizing: border-box;
    float: right;
}

.sec.layout04.text-left .text-wrap {
    float: left;
}


/* layout05 */

.sec.layout05 {
    background: #101010;
    color: #fff;
}

.sec.layout05 .sec-title {
    border-bottom: #fff solid 2px;
    margin: 0px 64px;
    float: left;
}

.sec.layout05 .no-layout05 {
    display: none;
}

.sec.layout05 .pic-wrap {
    width: 50%;
    position: relative;
    float: left;
    padding-left: 64px;
    box-sizing: border-box;
}

.sec.layout05.text-left .pic-wrap {
    float: right;
    padding-left: 0px;
    padding-right: 64px;
}

.sec.layout05 .text-wrap {
    width: 50%;
    padding: 0px 64px;
    position: relative;
    box-sizing: border-box;
    float: right;
}

.sec.layout05.text-left .text-wrap {
    float: left;
}

.sec.layout05 .lead-copy {
    font-size: 24px;
    text-align: right;
}

.sec.layout05.text-left .lead-copy {
    text-align: left;
}

.sec.layout05 .lead-copy-en {
    font-size: 50px;
    position: relative;
    bottom: auto;
    text-align: right;
    right: auto;
    margin-bottom: 40px;
    padding-right: 50px;
}

.sec.layout05.text-left .lead-copy-en {
    text-align: left;
    padding-right: 0px;
}


/* layout06 */

.sec.layout06 {
    background: #101010;
    color: #fff;
}

.sec.layout06 .sec-title {
    border-bottom: #fff solid 2px;
    margin: 0px 64px;
    float: left;
}

.sec.layout06 .inner-mini {
    padding: 0px 64px 0;
    position: relative;
}

.sec.layout06 li {
    clear: both;
}

.layout06 picture {
    display: block;
    width: 30%;
    float: left;
    padding-bottom: 50px;
}

.layout06 .text-wrap {
    padding: 10px 0px 50px;
    position: relative;
    width: 65%;
    float: right;
}

.sec.layout06 .lead-copy {
    font-size: 18px;
    font-weight: 400;
    line-height: 1.4;
    margin-bottom: 15px;
    letter-spacing: 0.15em;
}

.sec.layout06 .entry-text {
    font-size: 14px;
    line-height: 2;
    margin-bottom: 20px;
    letter-spacing: 0.06em;
    opacity: 0.8;
}

.sec.layout06 .entry-text-more {
    font-size: 14px;
    line-height: 2;
    margin-bottom: 20px;
    letter-spacing: 0.06em;
    opacity: 0.8;
}


/* layout07 */

.sec.layout07 {
    background: #101010;
    color: #fff;
}

.sec.layout07 .sec-title {
    border-bottom: #fff solid 2px;
    margin: 0px 64px;
    float: left;
}

.sec.layout07 .inner-mini {
    padding: 0px 64px 0;
    position: relative;
}

.layout07 picture {
    display: block;
    width: 33%;
    float: left;
}

.layout07 .text-wrap {
    padding: 0px;
    position: relative;
    width: 60%;
    float: right;
}

.sec.layout07 .lead-copy {
    font-size: 18px;
    font-weight: 500;
    line-height: 1.4;
    padding-top: 8px;
    margin-bottom: 16px;
    letter-spacing: 0.05em;
}

.layout07 .entry-text p {
    font-size: 13px;
    line-height: 1.7;
    margin-bottom: 20px;
}

.layout07 .entry-text-more p {
    font-size: 13px;
    line-height: 1.7;
    margin-bottom: 0px;
}

.sec.layout07 li {
    width: 48%;
    margin-bottom: 30px;
    display: inline-block;
}

.sec.layout07 li:nth-child(2n) {
    float: right;
}

.sec.layout07 li img {
    object-fit: cover;
    height: 140px;
}


/* layout08 */

.sec.layout08 {
    background: #101010;
    color: #fff;
}

.sec.layout08 .sec-title {
    border-bottom: #fff solid 2px;
    margin: 0px 64px;
    float: left;
}

.sec.layout08 .inner-mini {
    padding: 0px 64px 0;
    position: relative;
}

.layout08 picture {
    display: block;
    width: 100%;
    margin: 0 auto;
}

.layout08 a picture img {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

.layout08 a picture:hover {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
}

.layout08 a picture {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    overflow: hidden;
}

.layout08 a picture:hover img {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}

.layout08 .text-wrap {
    padding: 0px;
    position: relative;
    width: 100%;
}

.sec.layout08 .lead-copy {
    font-size: 18px;
    font-weight: 500;
    line-height: 1.6;
    padding: 26px 5px 0 10px;
    margin-bottom: 18px;
    letter-spacing: 0.05em;
}

.layout08 .entry-text p {
    font-size: 14px;
    line-height: 2;
    margin-bottom: 0px;
    padding: 0px 5px 0 10px;
}

.layout08 .entry-text-more p {
    font-size: 14px;
    line-height: 2;
    margin-bottom: 0px;
    padding: 25px 5px 0 10px;
}

.sec.layout08 ul.listwrap {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
}

.sec.layout08 .listwrap li a {
    text-decoration: none;
}

.sec.layout08 .listwrap li {
    width: 30%;
    float: left;
    margin-top: 2%;
    margin-bottom: 2%;
    margin-right: 4.9%;
}

.sec.layout08 .listwrap li:nth-child(3n) {
    margin-right: 0px;
}

.sec.layout08 .listwrap li img {}


/* layout09 */

.sec.layout09 {
    background: #101010;
    color: #fff;
}

.sec.layout09 .sec-title {
    border-bottom: #fff solid 2px;
    margin: 0px 64px;
    float: left;
}

.sec.layout09 .inner-mini {
    padding: 0px 64px 0;
    position: relative;
}

.layout09 picture {
    display: block;
    width: 180px;
    margin: 0 auto;
}

.layout09 a picture img {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    border-radius: 100px;
    width: 180px;
    height: 180px;
    object-fit: cover;
}

.layout09 picture img {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    border-radius: 100px;
    width: 180px;
    height: 180px;
    object-fit: cover;
}

.layout09 a picture:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.layout09 .text-wrap {
    padding: 0px;
    position: relative;
    width: 100%;
}

.sec.layout09 .lead-copy {
    font-size: 18px;
    font-weight: 500;
    line-height: 1.6;
    padding: 26px 5px 0 10px;
    margin-bottom: 18px;
    letter-spacing: 0.05em;
    text-align: center;
}

.layout09 .entry-text p {
    font-size: 14px;
    line-height: 2;
    margin-bottom: 0px;
    padding: 0px 5px 0 10px;
}

.layout09 .entry-text-more p {
    font-size: 14px;
    line-height: 2;
    margin-bottom: 0px;
    padding: 25px 5px 0 10px;
}

.sec.layout09 ul.listwrap {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
}

.sec.layout09 .listwrap li a {
    text-decoration: none;
}

.sec.layout09 .listwrap li {
    width: 30%;
    float: left;
    margin-top: 2%;
    margin-bottom: 2%;
    margin-right: 4.9%;
}

.sec.layout09 .listwrap li:nth-child(3n) {
    margin-right: 0px;
}

.sec.layout09 .listwrap li img {}


/* layout11 */

.sec.layout11 {
    background: #101010;
    color: #fff;
}

.galler-wrap {
    padding: 0 64px;
}

.sec.layout11 .sec-title {
    border-bottom: #fff solid 2px;
    margin: 0px 64px;
    float: left;
}

.sec.layout11 .lead-copy {
    font-size: 20px;
}

.sec.layout11 li {
    width: 18.4%;
    margin-right: 2%;
    margin-bottom: 2%;
    float: left;
}

.sec.layout11 li:nth-child(5n) {
    margin-right: 0%;
}

.sec.layout11 li img {
    object-fit: cover;
    height: 180px;
}

.sec.layout11 li img {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

.sec.layout11 li .thumbs:hover {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
}

.sec.layout11 li .thumbs {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    overflow: hidden;
}

.sec.layout11 li:hover img {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}

.sec.layout11 li p {
    font-size: 13px;
    line-height: 1.4;
    margin-top: 10px;
    opacity: 0.8;
}

.clear {
    clear: both;
}

.margin-on {
    height: 80px;
}

footer {
    padding: 50px;
    background: #000;
}

.grid {
    display: -webkit-flex;
    display: flex;
}
.grid-sns {
    justify-content: space-around;
    align-items: center;
}
.grid-sns  a {
    text-decoration: none;
}
.grid-sns i {
    font-size: 1.4rem;
    text-align: center;
    display: block;
}

footer p {
    font-size: 12px;
    margin-top: 14px;
    line-height: 1.5;
}

lement.style {
    font-size: 13px;
    text-align: center;
    padding-top: 15px;
    padding-bottom: 50px;
    color: #fff;
}

.snslink {
    width: 135px;
    margin: 0px auto 30px;
}

.snslink img {
    width: 25px;
    margin: 0 10px;
}

.oceana-foot-logo {
    width: 220px;
    margin: 0 auto 0px;
}

.oceana-foot-logo img {
    padding-left: 8px;
}

.footerlink a {
    font-size: 13px;
    color: #808080;
    padding-right: 20px;
}

.foot-site-name {
    font-size: 13px;
    text-align: center;
    padding-top: 15px;
    padding-bottom: 50px;
    color: #fff;
}

.oceana-side-logo {
    clear: both;
    width: 110px;
    margin: 0 auto;
    padding: 50px 0 15px;
}

.side-site-name {
    font-size: 13px;
    text-align: center;
    padding-bottom: 30px;
}

.drawer-menu .snslink li a {
    display: block;
    margin-bottom: 0px;
    text-decoration: none;
    padding: 0px;
    border-bottom: none;
}

.sec.layout01.bg-black,
.sec.layout02.bg-black,
.sec.layout03.bg-black,
.sec.layout04.bg-black,
.sec.layout05.bg-black,
.sec.layout06.bg-black,
.sec.layout07.bg-black,
.sec.layout08.bg-black,
.sec.layout09.bg-black,
.sec.layout10.bg-black,
.sec.layout11.bg-black {
    background: #101010;
}

.sec.layout01.bg-navy,
.sec.layout02.bg-navy,
.sec.layout03.bg-navy,
.sec.layout04.bg-navy,
.sec.layout05.bg-navy,
.sec.layout06.bg-navy,
.sec.layout07.bg-navy,
.sec.layout08.bg-navy,
.sec.layout09.bg-navy,
.sec.layout10.bg-navy,
.sec.layout11.bg-navy {
    background: #0d162b;
}

.sec.layout01.bg-blue,
.sec.layout02.bg-blue,
.sec.layout03.bg-blue,
.sec.layout04.bg-blue,
.sec.layout05.bg-blue,
.sec.layout06.bg-blue,
.sec.layout07.bg-blue,
.sec.layout08.bg-blue,
.sec.layout09.bg-blue,
.sec.layout10.bg-blue,
.sec.layout11.bg-blue {
    background: #0759bd;
}

.sec.layout01.bg-beige01,
.sec.layout02.bg-beige01,
.sec.layout03.bg-beige01,
.sec.layout04.bg-beige01,
.sec.layout05.bg-beige01,
.sec.layout06.bg-beige01,
.sec.layout07.bg-beige01,
.sec.layout08.bg-beige01,
.sec.layout09.bg-beige01,
.sec.layout10.bg-beige01,
.sec.layout11.bg-beige01 {
    background: #bdb29d;
}

.sec.layout01.bg-white,
.sec.layout02.bg-white,
.sec.layout03.bg-white,
.sec.layout04.bg-white,
.sec.layout05.bg-white,
.sec.layout06.bg-white,
.sec.layout07.bg-white,
.sec.layout08.bg-white,
.sec.layout09.bg-white,
.sec.layout10.bg-white,
.sec.layout11.bg-white {
    background: #fff;
}

.sec.layout01.bg-gray,
.sec.layout02.bg-gray,
.sec.layout03.bg-gray,
.sec.layout04.bg-gray,
.sec.layout05.bg-gray,
.sec.layout06.bg-gray,
.sec.layout07.bg-gray,
.sec.layout08.bg-gray,
.sec.layout09.bg-gray,
.sec.layout10.bg-gray,
.sec.layout11.bg-gray {
    background: #edeff3;
}

.sec.layout01.txt-black,
.sec.layout02.txt-black,
.sec.layout03.txt-black,
.sec.layout04.txt-black,
.sec.layout05.txt-black,
.sec.layout06.txt-black,
.sec.layout07.txt-black,
.sec.layout08.txt-black,
.sec.layout09.txt-black,
.sec.layout10.txt-black,
.sec.layout11.txt-black {
    color: #101010;
}

.sec.layout01.txt-navy,
.sec.layout02.txt-navy,
.sec.layout03.txt-navy,
.sec.layout04.txt-navy,
.sec.layout05.txt-navy,
.sec.layout06.txt-navy,
.sec.layout07.txt-navy,
.sec.layout08.txt-navy,
.sec.layout09.txt-navy,
.sec.layout10.txt-navy,
.sec.layout11.txt-navy {
    color: #0c1438;
}

.sec.layout01.txt-blue,
.sec.layout02.txt-blue,
.sec.layout03.txt-blue,
.sec.layout04.txt-blue,
.sec.layout05.txt-blue,
.sec.layout06.txt-blue,
.sec.layout07.txt-blue,
.sec.layout08.txt-blue,
.sec.layout09.txt-blue,
.sec.layout10.txt-blue,
.sec.layout11.txt-blue {
    color: #0759bd;
}

.sec.layout01.txt-beige01,
.sec.layout02.txt-beige01,
.sec.layout03.txt-beige01,
.sec.layout04.txt-beige01,
.sec.layout05.txt-beige01,
.sec.layout06.txt-beige01,
.sec.layout07.txt-beige01,
.sec.layout08.txt-beige01,
.sec.layout09.txt-beige01,
.sec.layout10.txt-beige01,
.sec.layout11.txt-beige01 {
    color: #bdb29d;
}

.sec.layout01.txt-white,
.sec.layout02.txt-white,
.sec.layout03.txt-white,
.sec.layout04.txt-white,
.sec.layout05.txt-white,
.sec.layout06.txt-white,
.sec.layout07.txt-white,
.sec.layout08.txt-white,
.sec.layout09.txt-white,
.sec.layout10.txt-white,
.sec.layout11.txt-white {
    color: #fff;
}

.lead-copy.txt-black,
.lead-copy-en.txt-black,
.entry-text.txt-black,
.entry-text-more.txt-black {
    color: #101010;
}

.lead-copy.txt-navy,
.lead-copy-en.txt-navy,
.entry-text.txt-navy,
.entry-text-more.txt-navy {
    color: #0c1438;
}

.lead-copy.txt-blue,
.lead-copy-en.txt-blue,
.entry-text.txt-blue,
.entry-text-more.txt-blue {
    color: #0759bd;
}

.lead-copy.txt-beige01,
.lead-copy-en.txt-beige01,
.entry-text.txt-beige01,
.entry-text-more.txt-beige01 {
    color: #bdb29d;
}

.lead-copy.txt-white,
.lead-copy-en.txt-white,
.entry-text.txt-white,
.entry-text-more.txt-white {
    color: #fff;
}

.sec.layout01.txt-black .sec-title,
.sec.layout02.txt-black .sec-title,
.sec.layout03.txt-black .sec-title,
.sec.layout04.txt-black .sec-title,
.sec.layout05.txt-black .sec-title,
.sec.layout06.txt-black .sec-title,
.sec.layout07.txt-black .sec-title,
.sec.layout08.txt-black .sec-title,
.sec.layout09.txt-black .sec-title,
.sec.layout10.txt-black .sec-title,
.sec.layout11.txt-black .sec-title {
    border-bottom: #101010 solid 2px;
}

.sec.layout01.txt-beige01 .sec-title,
.sec.layout02.txt-beige01 .sec-title,
.sec.layout03.txt-beige01 .sec-title,
.sec.layout04.txt-beige01 .sec-title,
.sec.layout05.txt-beige01 .sec-title,
.sec.layout06.txt-beige01 .sec-title,
.sec.layout07.txt-beige01 .sec-title,
.sec.layout08.txt-beige01 .sec-title,
.sec.layout09.txt-beige01 .sec-title,
.sec.layout10.txt-beige01 .sec-title,
.sec.layout11.txt-beige01 .sec-title {
    border-bottom: #bdb29d solid 2px;
}

.sec.layout01.txt-navy .sec-title,
.sec.layout02.txt-navy .sec-title,
.sec.layout03.txt-navy .sec-title,
.sec.layout04.txt-navy .sec-title,
.sec.layout05.txt-navy .sec-title,
.sec.layout06.txt-navy .sec-title,
.sec.layout07.txt-navy .sec-title,
.sec.layout08.txt-navy .sec-title,
.sec.layout09.txt-navy .sec-title,
.sec.layout10.txt-navy .sec-title,
.sec.layout11.txt-navy .sec-title {
    border-bottom: #0c1438 solid 2px;
}

.txt-black a {
    color: #101010;
}

.layout06.txt-beige01 a {
    color: #bdb29d;
}

.layout08.txt-navy a {
    color: #0c1438;
    text-decoration: none;
}

#sns-share-wrap {
    position: fixed;
    right: 0;
    top: 50%;
    z-index: 10;
    margin-top: -150px;
    transition: .3s ease-in-out;
}
#sns-share-wrap i {
    margin-bottom: 13px;
}

#sns-share-wrap .facebook a {
    background: #283a79;
    display: flex;
    height: 150px;
    width: 48px;
    text-decoration: none;
    text-align: center;
    box-sizing: border-box;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    font-size: 14px;
    align-items: center;
    justify-content: center;
}

#sns-share-wrap .twitter a {
    background: #000;
    display: flex;
    height: 150px;
    width: 48px;
    text-decoration: none;
    text-align: center;
    box-sizing: border-box;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    font-size: 14px;
    align-items: center;
    justify-content: center;
}




#sns-share-wrap.hide {
    right: -48px;
    transition: .3s ease-in-out;
}

.lb-data .lb-details {
    width: 100%!important;
    float: none!important;
    text-align: center!important;
    line-height: 1.1em;
}

.lb-dataContainer {
    padding-top: 25px!important;
}

.readmore {
    display: none;
}

@media screen and (max-width: 1024px) {
    #mainvisual #special-logo {
        margin-top: 35%;
    }
    .sec .inner {
        padding: 50px;
    }
    .text-wrap {
        padding: 50px 50px 0;
    }
    .galler-wrap {
        padding: 0 50px;
    }
    .sec.layout11 li img {
        height: 150px;
    }
    .sec.layout08 .inner-mini {
        padding: 0px 50px 0;
    }
    .sec.layout06 .inner-mini {
        padding: 0px 50px 0;
    }
    .sec.layout07 .inner-mini {
        padding: 0px 50px 0;
    }
    .sec.layout05 .text-wrap {
        padding: 0px 50px;
    }
}

@media screen and (max-width: 800px) {
    #introduction .title {
        font-size: 24px;
    }
    #introduction p br {
        display: none;
    }
    .sec .inner {
        padding: 50px 0;
    }
    .sec .lead-copy {
        font-size: 25px;
        line-height: 1.6;
        margin-bottom: 30px;
    }
    .sec.layout01.text-left .text-wrap {
        padding-left: 180px;
    }
    .sec.layout01.text-right .text-wrap {
        padding-right: 180px;
    }
    .sec.layout01 .lead-copy {
        top: -50px;
        left: 50px;
    }
    .sec.layout11 li img {
        height: 120px;
    }
    .sec.layout08 li {
        width: 31.2%;
        margin-bottom: 5%;
        margin-right: 3%;
    }
    .sec.layout08 .lead-copy {
        font-size: 13px;
        padding: 20px 5px 0 10px;
        margin-bottom: 10px;
    }
    .layout08 .entry-text p {
        font-size: 13px;
    }
    .sec.layout07 .lead-copy {
        font-size: 15px;
    }
    .layout07 .entry-text p {
        font-size: 13px;
    }
    .sec.layout07 li img {
        height: 110px;
    }
    #introduction .inner {
        padding: 0px 50px;
    }
    .sec.layout05 .pic-wrap {
        padding-left: 50px;
    }
    .sec.layout01 .sec-title,
    .sec.layout02 .sec-title,
    .sec.layout03 .sec-title,
    .sec.layout04 .sec-title,
    .sec.layout05 .sec-title,
    .sec.layout06 .sec-title,
    .sec.layout07 .sec-title,
    .sec.layout08 .sec-title,
    .sec.layout09 .sec-title,
    .sec.layout10 .sec-title,
    .sec.layout11 .sec-title {
        margin: 0px 50px;
    }
    .text-right .lead-copy-en {
        bottom: -20px;
        left: 34px;
        right: auto;
    }
    .layout06 a {
        text-decoration: none;
    }
    .layout06 a .lead-copy {
        text-decoration: underline;
    }
}

@media screen and (max-width: 600px) {
    .sec.layout01 .sec-title,
    .sec.layout02 .sec-title,
    .sec.layout03 .sec-title,
    .sec.layout04 .sec-title,
    .sec.layout05 .sec-title,
    .sec.layout06 .sec-title,
    .sec.layout07 .sec-title,
    .sec.layout08 .sec-title,
    .sec.layout09 .sec-title,
    .sec.layout10 .sec-title,
    .sec.layout11 .sec-title {
        margin: 0px 20px;
    }
    .inner {
        padding: 0px 30px;
    }
    sec .inner {
        padding: 34px 0;
    }
    .width100on .inner {
        padding: 0px;
    }
    .sec.layout06 .sec-title {
        margin: 0px 20px;
    }
    #mainvisual #special-logo {
        width: 100%;
        left: 0;
        right: 0;
        margin: 25% auto 0;
    }
    #mainvisual #main-summary .title {
        font-size: 14px;
    }
    #mainvisual #main-summary .special-writer {
        font-size: 10px;
    }
    #mainvisual #special-map {
        position: absolute;
        right: 10px;
        bottom: -30px;
        width: 160px;
    }
    #introduction .inner {
        padding: 0px 36px;
    }
    #introduction p {
        text-align: left;
        font-size: 13px;
        line-height: 2.0;
        opacity: 0.8;
    }
    #introduction .title {
        font-size: 20px;
        padding-top: 20px;
        text-align: center;
        line-height: 1.8;
    }
    #introduction {
        padding-bottom: 40px;
    }
    .side-specialthanks picture {
        display: block;
        width: 100%;
        float: none;
    }
    .side-specialthanks .text-wrap {
        padding: 0px;
        position: relative;
        width: 100%;
        float: none;
        margin-top: 15px;
    }
    .sec.layout01.width100on .lead-copy {
        top: -30px;
        left: 34px;
    }
    .sec .lead-copy {
        font-size: 18px;
    }
    .text-wrap {
        padding: 44px 34px 0;
    }
    .sec.layout01.width100on.text-left .text-wrap {
        padding-left: 120px;
    }
    .sec.layout01.text-left .text-wrap {
        padding-left: 120px;
    }
    .sec.layout01.text-right .text-wrap {
        padding-right: 120px;
    }
    .sec.layout01 .lead-copy {
        top: -50px;
        left: 34px;
    }
    .sec.layout02.text-left .lead-copy {
        font-size: 18px;
        float: none;
        width: 100%;
    }
    .sec.layout02.text-left .entry-text {
        width: 100%;
        float: none;
        text-align: left;
    }
    .sec.layout02.text-right .lead-copy {
        font-size: 16px;
        float: right;
        text-align: right;
        width: 100%;
    }
    .sec.layout02.text-right .entry-text {
        width: 100%;
        float: none;
    }
    .sec .inner {
        padding: 30px 0 30px;
    }
    .sec.layout03 .inner {
        padding: 0px 0 30px;
    }
    .sec.layout03.text-center .lead-copy-en {
        top: 43%;
        text-align: center;
        right: 0;
        left: 0;
        font-size: 44px;
        position: absolute;
    }
    .sec.layout03 .entry-text.relative {
        padding: 30px;
    }
    .entry-text {
        font-size: 14px;
    }
    .entry-text-more {
        font-size: 14px;
    }
    .sec.layout05 .pic-wrap {
        width: 100%;
        position: relative;
        float: none;
        padding-left: 34px;
        padding-right: 34px;
        margin: 0 auto;
        box-sizing: border-box;
    }
    .sec.layout05 .text-wrap {
        padding: 34px 34px 0;
        float: none;
        width: 97%;
        margin: 0 auto;
    }
    .sec.layout05 .lead-copy {
        font-size: 18px;
    }
    .sec.layout05.text-left .pic-wrap {
        float: none;
        padding-left: 34px;
        padding-right: 34px;
    }
    .sec.layout05.text-left .text-wrap {
        float: none;
    }
    .sec.layout05.text-left .text-wrap {
        float: none;
    }
    .sec.layout01.text-right .lead-copy {
        right: 34px;
        left: auto;
        height: 360px;
    }
    .galler-wrap {
        padding: 0;
    }
    .sec.layout11 .lead-copy {
        font-size: 16px;
        text-align: center;
    }
    .sec.layout11 .inner {
        padding-bottom: 0;
    }
    .sec.layout11 li {
        width: 25%;
        margin-right: 0%;
        margin-bottom: 0%;
        float: left;
    }
    .sec.layout11 li p {
        display: none;
    }
    .sec.layout11 li img {
        height: 90px;
    }
    .sec.layout08 .inner-mini {
        padding: 0px 34px 0;
    }
    .sec.layout08 .listwrap li {
        width: 45%;
        float: left;
        margin-bottom: 20px;
        margin-right: auto;
        padding: 0 10px;
    }
    .sec.layout08 .inner-mini {
        padding: 0px 0px 0;
    }
    .lead-copy-en {
        font-size: 36px;
        position: relative;
        right: 0;
        bottom: 0;
        padding-top: 46px;
        text-align: center;
    }
    .text-right .lead-copy-en {
        bottom: 0;
        left: 0;
        right: auto;
        line-height: 1.2;
    }
    .sec.layout06 .inner-mini {
        padding: 0px 34px 0;
    }
    .layout06 picture {
        display: block;
        width: 100%;
        float: none;
        padding-bottom: 20px;
    }
    .layout06 .text-wrap {
        padding: 10px 10px 0;
        position: relative;
        width: 100%;
        float: none;
        box-sizing: border-box;
    }
    .layout06 .text-wrap a {
        text-decoration: none;
    }
    .sec.layout06 .entry-text {
        font-size: 13px;
        line-height: 2;
        margin-bottom: 20px;
        letter-spacing: 0.06em;
        opacity: 0.8;
    }
    .sec.layout06 .entry-text-more {
        font-size: 13px;
        line-height: 2;
        margin-bottom: 20px;
        letter-spacing: 0.06em;
        opacity: 0.8;
    }
    .sec.layout06 .lead-copy {
        font-size: 16px;
        font-weight: 400;
        line-height: 1.4;
        margin-bottom: 15px;
        letter-spacing: 0.15em;
        padding-top: 15px;
    }
    .sec.layout07 .inner-mini {
        padding: 0px 34px 0;
    }
    .sec.layout07 li {
        width: 100%;
        float: none;
        margin-bottom: 30px;
    }
    .layout07 picture {
        display: block;
        width: 24%;
        float: left;
    }
    .sec.layout07 li img {
        height: 80px;
    }
    .layout07 .text-wrap {
        padding: 0px;
        position: relative;
        width: 70%;
        float: right;
    }
    .layout07 .slideon .text-wrap {
        padding: 0px;
        position: relative;
        width: 100%;
        float: none;
        padding-left: 0;
        margin-top: 20px;
    }
    .sec.layout07 .lead-copy {
        font-size: 15px;
        font-weight: 500;
        line-height: 1.4;
        padding-top: 0px;
        margin-bottom: 16px;
        letter-spacing: 0.15em;
    }
    .sec.layout07 .slideon li {
        width: 100%;
        float: none;
        margin-bottom: 30px;
        padding: 0 10px;
        vertical-align: top;
    }
    .layout07 .slideon picture {
        display: block;
        width: 35%;
        float: left;
    }
    .layout07 .slideon .text-wrap {
        padding: 0px;
        position: relative;
        width: 60%;
        float: right;
        margin-top: 8px;
    }
    .sec.layout07 .slideon .lead-copy {
        font-size: 15px;
        font-weight: 500;
        line-height: 1.4;
        padding-top: 0px;
        margin-bottom: 16px;
        letter-spacing: 0.15em;
    }
    .sec.layout07 .entry-text {
        font-size: 13px;
        line-height: 2.3;
        letter-spacing: 0.06em;
        opacity: 0.8;
        margin-bottom: 30px;
    }
    .oceana-logo p {
        font-size: 10px;
        color: #fff;
        position: absolute;
        width: 300px;
        left: 0;
        top: 30px;
    }
    .sec.layout06 .inner-mini {
        padding: 0px 25px 0;
    }
    .sec.layout08 ul.listwrap {
        width: 80%;
        margin: 0 auto;
    }
    .sec.layout08 .listwrap li {
        width: 100%;
        float: left;
        margin-bottom: 20px;
        margin-right: auto;
        padding: 0 10px;
    }
    .layout08 .entry-text-more p {
        font-size: 13px;
        line-height: 2;
        margin-bottom: 0px;
        padding: 25px 0px 0 0px;
    }
    .sec.layout03 .lead-copy-en {
        position: relative;
        bottom: 20px;
        top: auto;
        right: 30px;
        left: auto;
        text-align: right;
        padding-top: 0px;
    }
    .sec.layout03 .entry-text {
        position: relative;
        bottom: 0;
        z-index: 5;
        left: 0;
        padding: 30px 30px 30px;
    }
    #mainvisual #main-summary {
        position: absolute;
        bottom: 90px;
        color: #fff;
        z-index: 10;
    }
    #sns-share-wrap {
        position: fixed;
        right: auto;
        top: auto;
        z-index: 10;
        margin-top: 0;
    }
    #sns-share-wrap .facebook a {
        background: #283a79;
        display: inline;
        height: auto;
        width: auto;
        text-decoration: none;
        padding-right: 0px;
        text-align: auto;
        box-sizing: border-box;
        margin-left: -20px;
        -webkit-writing-mode: horizontal-tb;
        -ms-writing-mode: horizontal-tb;
        writing-mode: horizontal-tb;
    }
    #sns-share-wrap .twitter a {
        background: #1ea3e4;
        display: inline;
        height: auto;
        width: auto;
        text-decoration: none;
        padding-right: 0;
        text-align: auto;
        box-sizing: border-box;
        margin-left: -20px;
        -webkit-writing-mode: horizontal-tb;
        -ms-writing-mode: horizontal-tb;
        writing-mode: horizontal-tb;
    }
    .sec.layout03.width100on {
        padding-bottom: 0px;
    }
    #sns-share-wrap {
        position: fixed;
        z-index: 10;
        bottom: 0;
        width: 100%;
    }
    #sns-share-wrap a {
        text-decoration: none;
        font-size: 14px;
    }
    #sns-share-wrap .facebook {
        width: 50%;
        padding: 15px;
        box-sizing: border-box;
        background: #283a79;
        text-align: center;
        float: left;
        height: 50px;
    }
    #sns-share-wrap .twitter {
        width: 50%;
        padding: 15px;
        box-sizing: border-box;
        background: #000;
        text-align: center;
        float: left;
        height: 50px;
    }
    #sns-share-wrap.hide {
        bottom: -50px;
        right: auto;
        transition: .3s ease-in-out;
    }
    .footerlink a {
        font-size: 13px;
        text-align: center;
        display: block;
        width: 100%;
        padding: 14px;
        border: #333 solid 1px;
        color: #808080;
        box-sizing: border-box;
        text-decoration: none;
    }
    .footerlink .grid {
        display: block;
    }
    .entry-text-more {
        display: none;
    }
    button.readmore {
        position: relative;
        height: 50px;
        width: 120px;
        margin: 20px auto;
        display: block;
        background-color: transparent;
        color: #666;
        padding-bottom: 40px;
        font-size: 12px;
        border: none;
        outline: 0;
        transition: .3s;
        -erbkit-transition: .3s;
    }
    button.readmore::after {
        content: " ";
        position: absolute;
        width: 14px;
        height: 14px;
        border-top: solid 2px #666;
        border-right: solid 2px #666;
        transform: rotate(135deg);
        -webkit-transform: rotate(135deg);
        right: 54px;
        top: 20px;
        transition: .3s;
        -erbkit-transition: .3s;
    }
    button.readmore:hover::after {
        top: 20px;
    }
    .on-click {
        color: transparent!important;
    }
    .on-click {
        transform: rotate(-180deg);
        -webkit-transform: rotate(-180deg);
    }
    .sec.layout09 .inner-mini {
        padding: 0;
        position: relative;
    }
    .sec.layout09 .listwrap li {
        margin-right: 10px;
        margin-left: 10px;
    }
    .sec.layout09 .listwrap li:nth-child(3n) {
        margin-right: 10px;
        margin-left: 10px;
    }
}

@media screen and (max-width: 375px) {
    .text-wrap {
        padding: 44px 25px 0;
    }
    .sec.layout05 .pic-wrap {
        padding-left: 25px;
        padding-right: 25px;
    }
    .sec.layout05 .text-wrap {
        padding: 34px 25px 0;
        float: none;
        width: 97%;
        margin: 0 auto;
    }
    .sec.layout05.text-left .pic-wrap {
        float: none;
        padding-left: 25px;
        padding-right: 25px;
    }
    .sec .lead-copy {
        margin-bottom: 20px;
    }
    .sec.layout08 .listwrap li {
        margin-top: 20px;
    }
    .layout08 .entry-text p {
        font-size: 13px;
        line-height: 2;
        margin-bottom: 0px;
        padding: 0;
    }
    .sec.layout08 .lead-copy {
        font-size: 16px;
        padding: 20px 0px 0 0px;
        margin-bottom: 10px;
    }
    .sec.layout07 li img {
        height: 75px;
    }
    .sec-title {
        padding: 50px 0;
        font-size: 14px;
        padding-bottom: 10px;
        margin-bottom: 50px;
    }
    #mainvisual #special-map {
        position: absolute;
        right: 10px;
        bottom: -30px;
        width: 140px;
    }
    #mainvisual #special-logo {
        margin-top: 25%;
    }
    .entry-text-more {
        font-size: 13px;
        line-height: 2.3;
        margin-bottom: 30px;
        letter-spacing: 0.06em;
        opacity: 0.8;
    }
    .sec.layout07 .inner-mini {
        padding: 0px 25px 0;
    }
    #mainvisual #special-logo {
        width: 94%;
    }
}

@media screen and (max-width: 320px) {
    #mainvisual #special-logo {
        width: 80%;
    }
    .sec.layout07 li img {
        height: 60px;
    }
    #introduction .inner {
        padding: 0px 25px;
    }
    #introduction .title {
        font-size: 18px;
    }
    .lead-copy-en {
        font-size: 34px;
    }
    .sec.layout05 .pic-wrap {
        width: 100%;
        position: relative;
        float: none;
        padding-left: 20px;
        padding-right: 20px;
        margin: 0 auto;
        box-sizing: border-box;
    }
    .sec.layout05 .text-wrap {
        padding: 30px 20px 0;
        float: none;
        width: 97%;
        margin: 0 auto;
    }
    .sec.layout07 .inner-mini {
        padding: 0px 20px 0;
    }
    .sec.layout05.text-left .pic-wrap {
        float: none;
        padding-left: 20px;
        padding-right: 20px;
    }
    .sec.layout06 .inner-mini {
        padding: 0px 20px 0;
    }
}

.drawer-nav {
    position: fixed;
    z-index: 24;
    top: 0;
    overflow: hidden;
    width: 100%;
    height: 100%;
    color: #fff;
    background-color: #10257b;
}

.drawer--right .drawer-nav {
    right: -100%;
    -webkit-transition: right .6s cubic-bezier(.19, 1, .22, 1);
    transition: right .6s cubic-bezier(.19, 1, .22, 1);
}


/*!
 * jquery-drawer v3.2.2
 * Flexible drawer menu using jQuery, iScroll and CSS.
 * http://git.blivesta.com/drawer
 * License : MIT
 * Author : blivesta <design@blivesta.com> (http://blivesta.com/)
 */

.drawer-nav {
    opacity: 0.9;
}

.drawer-open {}

.drawer-nav #special-logo {
    width: 130px;
    margin: 30px auto;
}

.drawer-nav {
    position: fixed;
    z-index: 2;
    top: 0;
    width: 16.25rem;
    height: 100%;
    color: #222;
    background-color: #fff
}

.drawer-brand {
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 3.75rem;
    display: block;
    padding-right: .75rem;
    padding-left: .75rem;
    text-decoration: none;
    color: #222
}

.drawer-menu {
    margin: 0;
    padding: 0;
    list-style: none
}

.drawer-menu-item {
    font-size: 1rem;
    display: block;
    padding: .75rem;
    text-decoration: none;
    color: #222
}

.drawer-menu-item:hover {
    text-decoration: underline;
    color: #555;
    background-color: transparent
}

.drawer-overlay {
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    display: none;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, .2)
}

.drawer-open .drawer-overlay {}

.drawer--top .drawer-nav {
    top: -100%;
    left: 0;
    width: 100%;
    height: auto;
    max-height: 100%;
    -webkit-transition: top .6s cubic-bezier(.19, 1, .22, 1);
    transition: top .6s cubic-bezier(.19, 1, .22, 1)
}

.drawer--top.drawer-open .drawer-nav {
    top: 0;
    overflow: auto;
}

.drawer--top .drawer-hamburger,
.drawer--top.drawer-open .drawer-hamburger {
    right: 0;
}

.drawer--left .drawer-nav {
    left: -16.25rem;
    overflow: auto;
    -webkit-transition: left .6s cubic-bezier(.19, 1, .22, 1);
    transition: left .6s cubic-bezier(.19, 1, .22, 1)
}

.drawer--left .drawer-hamburger,
.drawer--left.drawer-open .drawer-nav,
.drawer--left.drawer-open .drawer-navbar .drawer-hamburger {
    left: 0;
}

.drawer--left.drawer-open .drawer-hamburger {
    left: 16.25rem
}

.drawer--right .drawer-nav {
    right: -16.25rem;
    overflow: auto;
    -webkit-transition: right .6s cubic-bezier(.19, 1, .22, 1);
    transition: right .6s cubic-bezier(.19, 1, .22, 1)
}

.drawer--right .drawer-hamburger,
.drawer--right.drawer-open .drawer-nav,
.drawer--right.drawer-open .drawer-navbar .drawer-hamburger {
    right: 0;
}

.drawer--right.drawer-open .drawer-hamburger {
    right: 16.25rem
}

.drawer-hamburger {
    position: fixed;
    z-index: 4;
    top: 0;
    display: block;
    box-sizing: content-box;
    width: 2rem;
    padding: 0;
    padding: 18px .75rem 30px;
    -webkit-transition: all .6s cubic-bezier(.19, 1, .22, 1);
    transition: all .6s cubic-bezier(.19, 1, .22, 1);
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    border: 0;
    outline: 0;
    background-color: transparent
}

.drawer-hamburger:hover {
    cursor: pointer;
}

.drawer-hamburger-icon {
    position: relative;
    display: block;
    margin-top: 0px
}

.drawer-hamburger-icon,
.drawer-hamburger-icon:after,
.drawer-hamburger-icon:before {
    width: 100%;
    height: 2px;
    -webkit-transition: all .6s cubic-bezier(.19, 1, .22, 1);
    transition: all .6s cubic-bezier(.19, 1, .22, 1);
    background-color: #222
}

.drawer-hamburger-icon:after,
.drawer-hamburger-icon:before {
    position: absolute;
    top: -10px;
    left: 0;
    content: " "
}

.drawer-hamburger-icon:after {
    top: 10px
}

.drawer-open .drawer-hamburger-icon {
    background-color: transparent
}

.drawer-open .drawer-hamburger-icon:after,
.drawer-open .drawer-hamburger-icon:before {
    top: 0
}

.drawer-open .drawer-hamburger-icon:before {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.drawer-open .drawer-hamburger-icon:after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.sr-only {
    position: absolute;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    border: 0
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
    position: static;
    overflow: visible;
    clip: auto;
    width: auto;
    height: auto;
    margin: 0
}

.drawer--sidebar,
.drawer--sidebar .drawer-contents {
    background-color: #fff
}

@media (min-width:64em) {
    .drawer--sidebar .drawer-hamburger {
        display: none;
        visibility: hidden
    }
    .drawer--sidebar .drawer-nav {
        display: block;
        -webkit-transform: none;
        transform: none;
        position: fixed;
        width: 12.5rem;
        height: 100%
    }
    .drawer--sidebar.drawer--left .drawer-nav {
        left: 0;
        border-right: 1px solid #ddd
    }
    .drawer--sidebar.drawer--left .drawer-contents {
        margin-left: 12.5rem
    }
    .drawer--sidebar.drawer--right .drawer-nav {
        right: 0;
        border-left: 1px solid #ddd
    }
    .drawer--sidebar.drawer--right .drawer-contents {
        margin-right: 12.5rem
    }
    .drawer--sidebar .drawer-container {
        max-width: 48rem
    }
}

@media (min-width:75em) {
    .drawer--sidebar .drawer-nav {
        width: 16.25rem
    }
    .drawer--sidebar.drawer--left .drawer-contents {
        margin-left: 16.25rem
    }
    .drawer--sidebar.drawer--right .drawer-contents {
        margin-right: 16.25rem
    }
    .drawer--sidebar .drawer-container {
        max-width: 60rem
    }
}

.drawer--navbarTopGutter {
    padding-top: 3.75rem
}

.drawer-navbar .drawer-navbar-header {
    border-bottom: 1px solid #ddd;
    background-color: #fff
}

.drawer-navbar {
    z-index: 3;
    top: 0;
    width: 100%
}

.drawer-navbar--fixed {
    position: fixed
}

.drawer-navbar-header {
    position: relative;
    z-index: 3;
    box-sizing: border-box;
    width: 100%;
    height: 3.75rem;
    padding: 0 .75rem;
    text-align: center
}

.drawer-navbar .drawer-brand {
    line-height: 3.75rem;
    display: inline-block;
    padding-top: 0;
    padding-bottom: 0;
    text-decoration: none
}

.drawer-navbar .drawer-brand:hover {
    background-color: transparent
}

.drawer-navbar .drawer-nav {
    padding-top: 3.75rem
}

.drawer-navbar .drawer-menu {
    padding-bottom: 7.5rem
}

@media (min-width:64em) {
    .drawer-navbar {
        height: 3.75rem;
        border-bottom: 1px solid #ddd;
        background-color: #fff
    }
    .drawer-navbar .drawer-navbar-header {
        position: relative;
        display: block;
        float: left;
        width: auto;
        padding: 0;
        border: 0
    }
    .drawer-navbar .drawer-menu--right {
        float: right
    }
    .drawer-navbar .drawer-menu li {
        float: left
    }
    .drawer-navbar .drawer-menu-item {
        line-height: 3.75rem;
        padding-top: 0;
        padding-bottom: 0
    }
    .drawer-navbar .drawer-hamburger {
        display: none
    }
    .drawer-navbar .drawer-nav {
        position: relative;
        left: 0;
        overflow: visible;
        width: auto;
        height: 3.75rem;
        padding-top: 0;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
    .drawer-navbar .drawer-menu {
        padding: 0
    }
    .drawer-navbar .drawer-dropdown-menu {
        position: absolute;
        width: 16.25rem;
        border: 1px solid #ddd
    }
    .drawer-navbar .drawer-dropdown-menu-item {
        padding-left: .75rem
    }
}

.drawer-dropdown-menu {
    display: none;
    box-sizing: border-box;
    width: 100%;
    margin: 0;
    padding: 0;
    background-color: #fff
}

.drawer-dropdown-menu>li {
    width: 100%;
    list-style: none
}

.drawer-dropdown-menu-item {
    line-height: 3.75rem;
    display: block;
    padding: 0;
    padding-right: .75rem;
    padding-left: 1.5rem;
    text-decoration: none;
    color: #222
}

.drawer-dropdown-menu-item:hover {
    text-decoration: underline;
    color: #555;
    background-color: transparent
}

.drawer-dropdown.open>.drawer-dropdown-menu {
    display: block
}

.drawer-dropdown .drawer-caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 4px;
    -webkit-transition: opacity .2s ease, -webkit-transform .2s ease;
    transition: opacity .2s ease, -webkit-transform .2s ease;
    transition: transform .2s ease, opacity .2s ease;
    transition: transform .2s ease, opacity .2s ease, -webkit-transform .2s ease;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    vertical-align: middle;
    border-top: 4px solid;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent
}

.drawer-dropdown.open .drawer-caret {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.drawer-container {
    margin-right: auto;
    margin-left: auto
}

@media (min-width:64em) {
    .drawer-container {
        max-width: 60rem
    }
}

@media (min-width:75em) {
    .drawer-container {
        max-width: 70rem
    }
}

.drawer-hamburger-icon:after,
.drawer-hamburger-icon:before {
    position: absolute;
    top: -9px;
    left: 0;
    content: " ";
}

.drawer-hamburger {
    right: 5px;
}

.drawer-hamburger-icon:after {
    top: 9px;
}

.drawer-hamburger {
    position: fixed;
    z-index: 9999;
    top: 0px;
    display: block;
    box-sizing: content-box;
    width: 48px;
    height: 48px;
    padding: 0;
    padding: 12px 13px 10px 13px;
    -webkit-transition: all .6s cubic-bezier(.19, 1, .22, 1);
    transition: all .6s cubic-bezier(.19, 1, .22, 1);
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    border: 0;
    box-sizing: border-box;
    outline: 0;
    background: #101010;
}

.drawer-hamburger-icon,
.drawer-hamburger-icon:after,
.drawer-hamburger-icon:before {
    width: 100%;
    height: 2px;
    -webkit-transition: all .6s cubic-bezier(.19, 1, .22, 1);
    transition: all .6s cubic-bezier(.19, 1, .22, 1);
    background-color: #fff;
}

.coloron .drawer-hamburger-icon,
.coloron .drawer-hamburger-icon:after,
.coloron .drawer-hamburger-icon:before {
    background-color: #101010;
}

.drawer-open .drawer-hamburger-icon:after,
.drawer-open .drawer-hamburger-icon:before {
    background-color: #fff;
}

.drawer-open .drawer-hamburger-icon {
    background-color: #101010;
}

.drawer-nav {
    position: fixed;
    z-index: 24;
    top: 0;
    overflow: hidden;
    width: 40%;
    height: 100%;
    color: #fff;
    background-color: #101010;
}

@media screen and (max-width: 600px) {
    .drawer-nav {
        width: 100%;
    }
}

.drawer-menu {
    padding: 0;
    display: block;
    width: 85%;
    list-style: none;
    margin: 30px auto;
}

.drawer-menu li a {
    color: #fff;
    display: block;
    font-size: 14px;
    margin-bottom: 5px;
    text-decoration: none;
    padding: 15px;
    border-bottom: #282828 solid 1px;
}

.drawer-menu li a .en {
    color: #fff;
    display: block;
    font-size: 15px;
    margin-bottom: 25px;
}

.drawer--right .drawer-nav {
    right: -100%;
    -webkit-transition: right .6s cubic-bezier(.19, 1, .22, 1);
    transition: right .6s cubic-bezier(.19, 1, .22, 1);
}

.drawer--right.drawer-open .drawer-hamburger {
    right: 0rem;
}

.drawer-overlay {
    position: fixed;
    z-index: 22;
    top: 0;
    left: 0;
    display: none;
    width: 40%;
    height: 100%;
    background-color: rgba(0, 0, 0, .2);
}

@media screen and (max-width: 600px) {
    .drawer-overlay {
        width: 100%;
    }
}


/* lightbox*/

.lightboxOverlay {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9999;
    background-color: black;
    filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=80);
    opacity: 0.8;
    display: none;
}

.lightbox {
    position: absolute;
    left: 0;
    width: 100%;
    z-index: 10000;
    text-align: center;
    line-height: 0;
    font-weight: normal;
}

.lightbox .lb-image {
    display: block;
    height: auto;
    max-width: inherit;
    max-height: none;
    border-radius: 3px;
    /* Image border */
    border: 4px solid white;
}

.lightbox a img {
    border: none;
}

.lb-outerContainer {
    position: relative;
    *zoom: 1;
    width: 250px;
    height: 250px;
    margin: 0 auto;
    border-radius: 4px;
    /* Background color behind image.
     This is visible during transitions. */
    background-color: white;
}

.lb-outerContainer:after {
    content: "";
    display: table;
    clear: both;
}

.lb-loader {
    position: absolute;
    top: 43%;
    left: 0;
    height: 25%;
    width: 100%;
    text-align: center;
    line-height: 0;
}

.lb-cancel {
    display: block;
    width: 32px;
    height: 32px;
    margin: 0 auto;
    /* background: url(../images/loading.gif) no-repeat;*/
}

.lb-nav {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 10;
}

.lb-container>.nav {
    left: 0;
}

.lb-nav a {
    outline: none;
    /*  background-image: url('data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==');*/
}

.lb-prev,
.lb-next {
    height: 100%;
    cursor: pointer;
    display: block;
}

.lb-nav a.lb-prev {
    width: 34%;
    left: 0;
    float: left;
    /* background: url(../images/prev.png) left 48% no-repeat;*/
    filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    -webkit-transition: opacity 0.6s;
    -moz-transition: opacity 0.6s;
    -o-transition: opacity 0.6s;
    transition: opacity 0.6s;
}

.lb-nav a.lb-prev:hover {
    filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
}

.lb-nav a.lb-next {
    width: 64%;
    right: 0;
    float: right;
    /*  background: url(../images/next.png) right 48% no-repeat;*/
    filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    -webkit-transition: opacity 0.6s;
    -moz-transition: opacity 0.6s;
    -o-transition: opacity 0.6s;
    transition: opacity 0.6s;
}

.lb-nav a.lb-next:hover {
    filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
}

.lb-dataContainer {
    margin: 0 auto;
    padding-top: 5px;
    *zoom: 1;
    width: 100%;
    -moz-border-radius-bottomleft: 4px;
    -webkit-border-bottom-left-radius: 4px;
    border-bottom-left-radius: 4px;
    -moz-border-radius-bottomright: 4px;
    -webkit-border-bottom-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

.lb-dataContainer:after {
    content: "";
    display: table;
    clear: both;
}

.lb-data {
    padding: 0 4px;
    color: #ccc;
}

.lb-data .lb-details {
    width: 85%;
    float: left;
    text-align: left;
    line-height: 1.1em;
}

.lb-data .lb-caption {
    font-size: 13px;
    font-weight: bold;
    line-height: 1em;
}

.lb-data .lb-caption a {
    color: #4ae;
}

.lb-data .lb-number {
    display: block;
    clear: left;
    padding-bottom: 1em;
    font-size: 12px;
    color: #999999;
}

.lb-data .lb-close {
    display: block;
    float: right;
    width: 30px;
    height: 30px;
    /* background: url(../images/close.png) top right no-repeat;*/
    text-align: right;
    outline: none;
    filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=70);
    opacity: 0.7;
    -webkit-transition: opacity 0.2s;
    -moz-transition: opacity 0.2s;
    -o-transition: opacity 0.2s;
    transition: opacity 0.2s;
}

.lb-data .lb-close:hover {
    cursor: pointer;
    filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
}


/* Slider */

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.slick-list:focus {
    outline: none;
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.slick-track:before,
.slick-track:after {
    display: table;
    content: '';
}

.slick-track:after {
    clear: both;
}

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}

[dir='rtl'] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}


/* Slider */

.slick-loading .slick-list {
    /*  background: #fff url('./ajax-loader.gif') center center no-repeat;*/
}


/* Icons */

@font-face {
    font-family: 'slick';
    font-weight: normal;
    font-style: normal;
    src: url('./fonts/slick.eot');
    src: url('./fonts/slick.eot?#iefix') format('embedded-opentype'), url('./fonts/slick.woff') format('woff'), url('./fonts/slick.ttf') format('truetype'), url('./fonts/slick.svg#slick') format('svg');
}


/* Arrows */

.slick-prev,
.slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
    color: transparent;
    outline: none;
    background: transparent;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
    opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
    opacity: .25;
}

.slick-prev:before,
.slick-next:before {
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;
    opacity: .75;
    color: white;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
    left: -25px;
}

[dir='rtl'] .slick-prev {
    right: -25px;
    left: auto;
    display: none;
}

.slick-prev:before {
    content: '←';
}

[dir='rtl'] .slick-prev:before {
    content: '→';
}

.slick-next {
    right: -25px;
    display: none;
}

[dir='rtl'] .slick-next {
    right: auto;
    left: -25px;
}

.slick-next:before {
    content: '→';
    display: none;
}

[dir='rtl'] .slick-next:before {
    content: '←';
    display: none;
}


/* Dots */

.slick-dotted.slick-slider {
    margin-bottom: 30px;
}

.slick-dots {
    position: absolute!important;
    bottom: -25px;
    display: block;
    right: 0;
    left: 0;
    width: 100%;
    padding: 0;
    margin: 0 auto;
    list-style: none;
    text-align: center!important;
}

.slick-dots li {
    float: none!important;
    position: relative!important;
    margin-right: 0px!important;
    display: inline-block!important;
    padding: 0px!important;
    width: 18px!important;
    height: 20px!important;
    margin: 0 0px;
    padding: 0;
    cursor: pointer;
}

.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 18px;
    height: 20px;
    padding: 5px;
    cursor: pointer;
    background: transparent;
    border: 0;
    outline: none;
    color: #fff;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
    outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
    opacity: 1;
}

.slick-dots li button:before {
    font-family: 'slick';
    font-size: 13px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 18px;
    height: 20px;
    content: '•';
    text-align: center;
    opacity: .25;
    color: #fff!important;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
    opacity: .75;
    color: #fff!important;
}

.slider {
    width: 100%;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}


/*  color  */

.blue01 #introduction {
    background: #112247;
    color: #fff;
}

.blue01 .drawer-hamburger {
    background: #112247;
}

.blue01 .drawer-nav {
    color: #fff;
    background-color: #112247;
}

.blue01 .drawer-menu li a {
    color: #fff;
    border-bottom: #233866 solid 1px;
}

.blue01 .drawer-open .drawer-hamburger-icon {
    background-color: #112247;
}

.sec.layout01.bg-blue01,
.sec.layout02.bg-blue01,
.sec.layout03.bg-blue01,
.sec.layout04.bg-blue01,
.sec.layout05.bg-blue01,
.sec.layout06.bg-blue01,
.sec.layout07.bg-blue01,
.sec.layout08.bg-blue01,
.sec.layout09.bg-blue01,
.sec.layout10.bg-blue01,
.sec.layout11.bg-blue01 {
    background: #112247;
    color: #fff;
}

.sec.layout01.bg-blue01-sub,
.sec.layout02.bg-blue01-sub,
.sec.layout03.bg-blue01-sub,
.sec.layout04.bg-blue01-sub,
.sec.layout05.bg-blue01-sub,
.sec.layout06.bg-blue01-sub,
.sec.layout07.bg-blue01-sub,
.sec.layout08.bg-blue01-sub,
.sec.layout09.bg-blue01-sub,
.sec.layout10.bg-blue01-sub,
.sec.layout11.bg-blue01-sub {
    background: #172b58;
    color: #fff;
}

.sec.layout01.black-sub,
.sec.layout02.black-sub,
.sec.layout03.black-sub,
.sec.layout04.black-sub,
.sec.layout05.black-sub,
.sec.layout06.black-sub,
.sec.layout07.black-sub,
.sec.layout08.black-sub,
.sec.layout09.black-sub,
.sec.layout10.black-sub,
.sec.layout11.black-sub {
    background: #151515;
    color: #fff;
}

.sec.layout01.beige,
.sec.layout02.beige,
.sec.layout03.beige,
.sec.layout04.beige,
.sec.layout05.beige,
.sec.layout06.beige,
.sec.layout07.beige,
.sec.layout08.beige,
.sec.layout09.beige,
.sec.layout10.beige,
.sec.layout11.beige {
    background: #cdc4b3;
    color: #fff;
}

.sec.layout01.beige,
.sec.layout02.beige,
.sec.layout03.beige,
.sec.layout04.beige,
.sec.layout05.beige,
.sec.layout06.beige,
.sec.layout07.beige,
.sec.layout08.beige,
.sec.layout09.beige,
.sec.layout10.beige,
.sec.layout11.beige {
    background: #cdc4b3;
    color: #101010;
}

.sec.layout01.beige .sec-title,
.sec.layout02.beige .sec-title,
.sec.layout03.beige .sec-title,
.sec.layout04.beige .sec-title,
.sec.layout05.beige .sec-title,
.sec.layout06.beige .sec-title,
.sec.layout07.beige .sec-title,
.sec.layout08.beige .sec-title,
.sec.layout09.beige .sec-title,
.sec.layout10.beige .sec-title,
.sec.layout11.beige {
    border-bottom: #101010 solid 2px;
}

.sec.layout01.beige a,
.sec.layout02.beige a,
.sec.layout03.beige a,
.sec.layout04.beige a,
.sec.layout05.beige a,
.sec.layout06.beige a,
.sec.layout07.beige a,
.sec.layout08.beige a,
.sec.layout09.beige a,
.sec.layout10.beige a,
.sec.layout11.beige a {
    color: #101010;
}

.text-align-left {
    text-align: left !important;
}

.text-align-right {
    text-align: right !important;
}

.text-align-center {
    text-align: center !important;
}
