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

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

body {
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

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

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


/*

font-family: 'Hind', sans-serif;
font-family: 'Montserrat', sans-serif;
font-family: 'Oswald', sans-serif;
font-family: 'Noto Sans JP', sans-serif;
font-family: 'Open Sans', sans-serif;

*/


/* --------------------------- */


/*  base  */


/* --------------------------- */

a {
    color: #20B2AA;
    text-decoration: none;
    transition: all 0.6s;
}

a:hover {
    color: #9ACD32;
}

h1 {
    font-size: 40px;
    padding: 10px 0;
}

h2 {
    font-size: 28px;
    padding: 5px 0 8px 0;
    line-height: 1.4;
}

h3 {
    font-size: 25px;
    padding: 3px 0 3px 0;
    font-weight: bold;
}

em {
    font-family: 'Open Sans';
    font-style: italic;
}

img,
img a {
    border: 0;
    text-decoration: none;
}

img {
    image-rendering: -webkit-optimize-contrast;
}

strong {
    font-weight: bold;
}


/* --------------------------- */


/*  layout  */


/* --------------------------- */

body {
    background-color: #fff;
    color: #1C1C1C;
    font-size: 15px;
    letter-spacing: 0.02em;
}

.foot_btn {
    position: fixed;
    z-index: 99;
    right: 20px;
    bottom: 40px;
    display: flex;
    align-items: center;
    width: 82px;
}

.foot_btn p,
.foot_btn a {
    width: 40px;
    height: 40px;
    margin: 1px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    background-color: rgba(128, 128, 128, .75);
    color: #fff;
    transition: all .4s;
}

.foot_btn p {
    color: #666;
}

.foot_btn a:hover {
    background-color: rgba(0, 0, 0, .75);
}


/* ------ */


/*  Header  */


/* ------ */

header {
    width: 100%;
    position: fixed;
    height: 50px;
    z-index: 999;
    transition: all 0.5s;
    background-color: rgba(0, 0, 0, .25);
    color: #fff;
}

header ul {
    display: flex;
    align-items: center;
}

header input.search {
    position: relative;
    display: inline-block;
    border: none;
    outline: none;
    width: 130px;
    background-color: #fff;
    border: 1px solid #aaa;
    border-radius: 4px;
    z-index: 0;
    padding: 5px;
}

header input.search:focus {
    width: 130px;
}

header form.search_form {
    padding: 15px 0 15px 15px;
    font-family: "Hind", sans-serif;
}


/* Fixed */

#top-head.fixed {
    transition: top 0.65s all;
    -webkit-transition: top 0.65s ease-in;
    -moz-transition: top 0.65s ease-in;
}


/* Toggle Button */

#nav-toggle {
    position: absolute;
    right: 13px;
    top: 13px;
    width: 30px;
    height: 30px;
    cursor: pointer;
    z-index: 100;
}

#nav-toggle div {
    position: relative;
}

#nav-toggle span {
    display: block;
    position: absolute;
    height: 2px;
    width: 100%;
    background: #fff;
    left: 0;
    -webkit-transition: .35s ease-in-out;
    -moz-transition: .35s ease-in-out;
    transition: .35s ease-in-out;
}

#nav-toggle span:nth-child(1) {
    top: 0;
}

#nav-toggle span:nth-child(2) {
    top: 10px;
}

#nav-toggle span:nth-child(3) {
    top: 20px;
}


/* spmenu */

#global-nav {
    position: absolute;
    top: calc(-100vh - 50px);
    left: 0;
    width: 100%;
    height: 100%;
    height: 100vh;
    text-align: center;
    padding: 0;
    opacity: 0;
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    background-color: #333;
    overflow: auto;
    scrollbar-width: none;
    -ms-overflow-style: none;
}

#global-nav::-webkit-scrollbar {
    display: none;
}

#nav-toggle {
    display: block;
}

#global-nav h2 {
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    letter-spacing: 0.02em;
    color: #999;
}

.post_num {
    padding: 0 20px;
}

#global-nav .nav_inn {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
}

#global-nav .nav_inn a {
    display: block;
    background-position: center center;
    background-size: cover;
    width: 25%;
    position: relative;
}

#global-nav .nav_inn a div {
    min-height: 220px;
    background-color: rgba(0, 0, 0, .4);
    transition: all .4s;
}

#global-nav .nav_inn a div:hover {
    background-color: rgba(255, 255, 255, .3);
}

#global-nav .nav_inn a div h4 {
    color: #fff;
    font-size: 16px;
    position: absolute;
    bottom: 15px;
    padding: 0 1em;
}

.open #nav-toggle span:nth-child(1) {
    top: 11px;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    transform: rotate(135deg);
}

.open #nav-toggle span:nth-child(2) {
    width: 0;
    left: 50%;
}

.open #nav-toggle span:nth-child(3) {
    top: 11px;
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    transform: rotate(-135deg);
}

.open #global-nav {
    -moz-transform: translateY(calc(100vh + 50px));
    -webkit-transform: translateY(calc(100vh + 50px));
    transform: translateY(calc(100vh + 50px));
    opacity: 1;
}

.search_wrap_sp {
    width: 100%;
    margin: 0;
    border-top: 1px dotted #999;
    padding-top: 10px;
    text-align: center;
}

.search_wrap_sp form {
    margin: 10px;
}

.search_wrap_sp #search_submit {
    border: 1px solid #fff;
}

@media (max-width: 600px) {
    #global-nav .nav_inn a {
        display: block;
        background-position: center center;
        background-size: cover;
        width: 50%;
        position: relative;
    }
}

@media (max-height: 900px) {
    #global-nav .nav_inn a div {
        min-height: 180px;
    }
}


/* movie all */

#youtube-wrap #youtube {
    width: 100%;
    height: 100vh;
}

#youtube-wrap #youtube {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    color: #fff;
}

#youtube-wrap #youtube h2 img {
    max-width: 400px;
    width: 100%;
}

#youtube-wrap #youtube h2 {
    font-size: 60px;
    font-weight: bold;
    line-height: 1.6;
    text-shadow: 0 0 6px rgba(0, 0, 0, 0.6);
}

#youtube-wrap #youtube p {
    font-size: 24px;
    font-weight: bold;
    line-height: 1.6;
    text-shadow: 0 0 4px rgba(0, 0, 0, 0.6);
}

@media (max-width: 980px) {
    #youtube-wrap #youtube h2 {
        font-size: 50px;
        padding: 0 7.5%;
    }
    #youtube-wrap #youtube p {
        font-size: 20px;
        padding: 0 7.5%;
    }
}


/* intro page */

#wrap_contents {
    width: 100%;
}

.intro {
    width: 100%;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.intro.right {
    flex-direction: row-reverse;
}

.intro .text_obi {
    width: 35%;
    height: 100vh;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    line-height: 1.7;
    flex-shrink: 0;
    overflow-y: auto;
    word-wrap: break-word;
}

.intro .text_obi h3 {
    padding: 2em 0 1em 0;
    font-weight: bold;
    word-wrap: break-word;
    white-space: normal;
    width: 90%;
    margin: 0 auto;
    text-align: left;
}

.intro .text_obi div {
    padding: 0 0 3em 0;
    max-width: 90%;
    margin: 0 auto;
}

.intro img {
    max-width: 65%;
    height: 100vh;
    object-fit: cover;
    object-position: center center;
}

@media (max-width: 1024px) {
    .intro .text_obi {
        width: 40%;
    }
    .intro img {
        max-width: 60%;
    }
}

@media (max-width: 980px) {
    .intro {
        height: auto;
        flex-direction: column;
    }
    .intro .text_obi {
        width: 100%;
        height: auto;
        padding: 70px 0;
    }
    .intro img {
        width: 100%;
        height: auto;
        max-width: 100%;
    }
}


/* about */

.pagetitle {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.pagetitle.full {
    height: 100vh;
}

.pagetitle .head_content {
    padding: 100px 0 100px 50px;
    color: #fff;
    background-color: rgba(128, 128, 128, .5);
    letter-spacing: 0.02em;
}

.pagetitle.full .head_content {
    height: 100vh;
    background-color: rgba(0, 0, 0, .25);
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
    padding: 0 0 0 50px;
}

.pagetitle .head_content h2 {
    font-size: 60px;
    border-bottom: 2px solid #fff;
    display: inline-block;
    margin-bottom: 18px;
    font-weight: bold;
}

.pagetitle .head_content h3 {
    font-size: 34px;
    max-width: 300px;
    margin-bottom: 8px;
    font-weight: bold;
    line-height: 1.2;
}

.pagetitle .head_content {
    font-size: 23px;
}

.pagetitle.full .head_content .lead {
    max-width: 300px;
    line-height: 1.4;
}

.std_info {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    width: 85%;
    margin: 100px auto 0;
    line-height: 1.7;
}

.std_info img {
    max-width: 100%;
}

a.btn {
    display: inline-block;
    text-align: center;
    padding: .5em 1em;
    margin: 1em 0;
}

a.btn.black {
    color: #fff;
    background-color: #1C1C1C;
}


/* title_a */

.title_wrap {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.title_wrap .title {
    color: #fff;
    background-color: rgba(0, 0, 0, .25);
    min-height: 280px;
    padding: 5em 6em;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}

.title_wrap .title.right {
    align-items: flex-end;
}

.title_wrap .title h2 {
    font-weight: bold;
    font-size: 56px;
    border-bottom: 1px solid #fff;
    padding-bottom: .1em;
    margin-bottom: .4em;
    max-width: 900px;
    line-height: 1.2;
}

.title_wrap .title p {
    font-weight: normal;
    font-size: 22px;
    max-width: 900px;
    line-height: 1.4;
}

@media (max-width: 1100px) {
    .title_wrap .title {
        padding: 5em 4em;
    }
}

@media (max-width: 980px) {
    .title_wrap .title {
        padding: 5em 7.5% 4em;
    }
    .title_wrap .title h2 {
        font-size: 42px;
    }
    .title_wrap .title p {
        font-size: 20px;
    }
}


/* title_b */

.title_wrap_b {
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 1600px;
    margin: 0 auto;
    padding: 8em 90px;
}

.title_wrap_b img {
    max-width: 70%;
    height: auto;
}

.title_wrap_b .title {
    padding: 0 3em 0 0;
}

.title_wrap_b .title h2 {
    font-size: 48px;
    font-weight: bold;
    line-height: 1.6;
}

.title_wrap_b .title h4 {
    font-size: 28px;
    font-weight: bold;
    line-height: 1.6;
}

.title_wrap_b .title p {
    font-size: 18px;
    line-height: 1.6;
}

@media (max-width: 980px) {
    .title_wrap_b {
        flex-direction: column;
        padding: 8em 7.5%;
    }
    .title_wrap_b img {
        max-width: 100%;
        padding: 1.5em 0;
        height: auto;
    }
    .title_wrap_b .title {
        padding: 0;
    }
}


/* txtimg */

.txtimg {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 90%;
    margin: 0 auto;
    padding: 6em 0;
}

.txtimg.right {
    flex-direction: row-reverse;
}

.txtimg .imgtxt_img {
    width: 100%;
    max-width: 45%;
    margin: 0 2.5%;
    max-height: 400px;
    object-fit: cover;
    object-position: center center;
}

.txtimg .text {
    max-width: 45%;
    margin: 0 2.5%;
    line-height: 1.6;
    font-size: 16px;
}

.txtimg .text h4 {
    font-weight: bold;
    padding-bottom: .2em;
}

.txtimg .text a {
    display: inline-block;
    background-color: #333;
    color: #fff;
    padding: .5em 1.5em;
    margin: .7em 0;
    font-size: 16px;
    border-radius: 3px;
    transition: all .4s;
    margin-right: .2em;
}

.txtimg .text a:hover {
    opacity: .85;
}

@media (max-width: 1100px) {
    .txtimg {
        align-items: flex-start;
        width: 95%;
        margin: 0 auto;
        padding: 4em 0;
    }
}

@media (max-width: 980px) {
    .txtimg {
        flex-direction: column;
        width: 95%;
        margin: 0 auto;
        padding: 2.5em 0;
    }
    .txtimg.right {
        flex-direction: column;
    }
    .txtimg.right .imgtxt_img {
        padding-top: 1.5em;
        padding-bottom: 1.5em;
    }
    .txtimg .imgtxt_img {
        width: 100%;
        max-width: 90%;
        margin: 0 auto;
        max-height: 1024px;
        object-fit: cover;
        object-position: center center;
    }
    .txtimg .text {
        max-width: 90%;
        margin: 0 5%;
        line-height: 1.6;
        font-size: 16px;
    }
}


/* full_title */

.fulltitle {
    width: 100%;
    height: 100vh;
    overflow: hidden;
    background-position: center center;
    background-size: cover;
}

.fulltitle .text_bg {
    background-color: rgba(0, 0, 0, .18);
    display: flex;
    justify-content: center;
    flex-direction: column;
    width: 100%;
    height: 100vh;
    position: relative;
}

.fulltitle .text_bg .text {
    color: #fff;
    padding: 0 6em;
    max-width: 760px;
    line-height: 1.6;
}

.fulltitle .text_bg .text h3 {
    font-size: 60px;
    font-weight: bold;
    display: inline-block;
    border-bottom: 2px solid #fff;
    padding-bottom: .15em;
    margin-bottom: .15em;
    line-height: 1.2;
}

.fulltitle .text_bg .text h4 {
    font-size: 38px;
    padding-bottom: .3em;
}

.fulltitle .text_bg .text p {
    font-size: 18px;
    padding-top: .5em;
}

.text_sub {
    margin: 2.5em 6em 0 auto;
    max-width: 480px;
    line-height: 1.6;
    color: #fff;
    font-weight: bold;
    padding-left: 6em;
}

.text_sub h4 {
    font-size: 20px;
}

.text_sub p {
    padding-top: 1em;
}

@media (max-width: 980px) {
    .fulltitle .text_bg .text {
        padding: 0 2em;
    }
    .fulltitle .text_bg .text h3 {
        font-size: 50px;
    }
    .fulltitle .text_bg .text h4 {
        font-size: 30px;
        padding-bottom: .3em;
    }
    .text_sub {
        margin: 2em 2em 0 2em;
        max-width: 480px;
        line-height: 1.6;
        color: #fff;
        font-weight: bold;
        padding-left: 0;
    }
}

@media (max-width: 600px) {
    .fulltitle .text_bg .text h3 {
        font-size: 40px;
    }
    .fulltitle .text_bg .text h4 {
        font-size: 20px;
    }
    .fulltitle .text_bg .text p {
        font-size: 15px;
    }
    .text_sub {
        font-size: 15px;
    }
}


/* txtimg_b */

.txtimg_b {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 5em auto;
}

.txtimg_b.right {
    flex-direction: row-reverse;
}

.txtimg_b .text h3 {
    font-size: 38px;
    font-weight: bold;
}

.txtimg_b .text h4 {
    font-size: 24px;
    font-weight: bold;
    padding-bottom: .2em;
}

.txtimg_b .imgtxt_img {
    width: 100%;
    max-width: 65%;
    max-height: 600px;
    object-fit: cover;
    object-position: center center;
}

.txtimg_b .text {
    max-width: 30%;
    margin: 0 5%;
    line-height: 1.6;
    font-size: 16px;
}

.txtimg_b .imgtxt_img.goju {
    max-width: 50%;
    max-height: 420px;
}

.txtimg_b .text.goju {
    max-width: 40%;
}

@media (max-width: 1100px) {
    .txtimg_b {
        align-items: flex-start;
    }
}

@media (max-width: 980px) {
    .txtimg_b {
        flex-direction: column;
        margin: 2.5em auto;
    }
    .txtimg_b.right {
        flex-direction: column;
    }
    .txtimg_b .imgtxt_img {
        width: 100%;
        max-width: 100%;
        max-height: 600px;
        margin: 1.5em 0;
    }
    .txtimg_b .text {
        max-width: 100%;
        margin: 0 7.5%;
        line-height: 1.6;
        font-size: 16px;
    }
    .txtimg_b .text h3 {
        font-size: 30px;
    }
    .txtimg_b .imgtxt_img.goju {
        max-width: 100%;
        max-height: 420px;
    }
    .txtimg_b .text.goju {
        max-width: 100%;
    }
}

.txtimg_b .text a,
.para .text_bar a,
.fulltitle .text_bg .text a,
.text_c .text_content a,
.para_b .text_bar .inn a {
    display: inline-block;
    background-color: #333;
    color: #fff;
    padding: .5em 1.5em;
    margin: .7em 0;
    font-size: 16px;
    border-radius: 3px;
    transition: all .4s;
    margin-right: .2em;
}

.txtimg_b .text a:hover,
.para .text_bar a:hover,
.fulltitle .text_bg .text a:hover,
.text_c .text_content a:hover,
.para_b .text_bar .inn a:hover {
    opacity: .85;
}


/* para_a */

.para {
    width: 100%;
    height: 190vh;
    position: relative;
}

.para.up {
    height: 120vh;
}

.para .text_bg {
    position: sticky;
    position: -webkit-sticky;
    width: 100%;
    height: 100vh;
    z-index: 10;
    top: 0;
    background-position: center center;
    background-size: cover;
    background-attachment: fixed;
}

.para .text_bar {
    max-width: 400px;
    padding: 0 30px;
    height: 90vh;
    background-color: rgba(255, 255, 255, 0.95);
    color: #000;
    z-index: 20;
    left: 10%;
    position: relative;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.para .text_bar.up {
    top: 0;
    position: absolute;
}

.para .text_bar.right {
    left: 55%;
}

.para .text_bar h3 {
    font-size: 40px;
    font-weight: bold;
    line-height: 1.2;
    padding-bottom: .3em;
}

.para .text_bar h4 {
    font-size: 22px;
    font-weight: bold;
    line-height: 1.2;
    padding-bottom: .3em;
}

.para .text_bar p {
    font-size: 16px;
    line-height: 1.6;
}

@media (max-width: 1100px) {
    .para {
        height: 190vh;
    }
    .para .text_bar.right {
        left: 0;
    }
    .para .text_bar {
        width: 100%;
        max-width: 100%;
        padding: 2.5em 0;
        height: auto;
        background-color: rgba(255, 255, 255, 0.95);
        color: #000;
        z-index: 20;
        left: 0;
    }
    .para .text_bar.up {
        padding: 80px 0 40px;
    }
    .para .text_bar h3 {
        padding: 0 7.5%;
        padding-bottom: .3em;
        font-size: 32px;
    }
    .para .text_bar h4 {
        padding: 0 7.5%;
        padding-bottom: .3em;
    }
    .para .text_bar p {
        padding: 0 7.5%;
        line-height: 1.6;
    }
}


/* para_b */

.para_b {
    width: 100%;
    min-height: 100vh;
    position: relative;
}

.para_b .text_bg {
    position: sticky;
    position: -webkit-sticky;
    width: 100%;
    height: 70vh;
    z-index: 10;
    background-position: center center;
    background-size: cover;
    background-attachment: fixed;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.para_b .text_bg .inn {
    width: 80%;
    margin: 0 auto;
    text-align: left;
    line-height: 1.2;
    font-weight: bold;
    color: #fff;
}

.para_b .text_bg .inn.right {
    text-align: right;
}

.para_b .text_bg .inn h3 {
    font-size: 40px;
    padding-bottom: .2em;
}

.para_b .text_bg .inn h4 {
    font-size: 20px;
}

.para_b .text_bar {
    width: 100%;
    padding: 30px 0;
    background-color: rgba(255, 255, 255, 0.95);
    color: #000;
    z-index: 20;
    position: relative;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.para_b .text_bar .inn {
    width: 80%;
    margin: 2em auto;
    text-align: left;
    line-height: 1.6;
}

.para_b .photo {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 30;
}

.para_b .photo .inn {
    min-height: 35vh;
    width: 100%;
    background-size: cover;
    background-position: center center;
}

@media (max-width: 980px) {
    .para_b .text_bg .inn {
        padding: 40px 0;
    }
}

@media (max-width: 600px) {
    .para_b .photo {
        flex-direction: column;
    }
    .para_b .photo .inn {
        min-height: 25vh;
        width: 100%;
    }
}


/* photo_4 */

.photo_4 {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-height: 100vh;
    overflow: hidden;
}

.photo_4 .inn {
    width: 100%;
    height: 100vh;
    object-fit: cover;
    object-position: center center;
    background-size: cover;
    background-position: center center;
}

@media (max-width: 980px) {
    .photo_4 {
        flex-direction: column;
        height: auto;
        max-height: 200vh;
    }
    .photo_4 .inn {
        width: 100%;
        height: 50vh;
    }
}


/* photo_2 */

.photo_2 {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-height: 500px;
    overflow: hidden;
}

.photo_2 .inn {
    width: 50%;
    min-height: 500px;
    object-fit: cover;
    object-position: center center;
    background-size: cover;
    background-position: center center;
}

@media (max-width: 980px) {
    .photo_2 {
        flex-direction: column;
        height: auto;
        max-height: 100vh;
    }
    .photo_2 .inn {
        width: 100%;
        height: 50vh;
    }
}


/* text_c */

.text_c {
    background-color: #fff;
    min-height: 200px;
    text-align: center;
}

.text_c .text_content {
    width: 80%;
    margin: 0 auto;
    padding: 4em 0;
    text-align: left;
    line-height: 1.6;
}

.text_c .text_content h3 {
    font-size: 48px;
    line-height: 1.2;
}

.text_c .text_content h4 {
    font-size: 30px;
    line-height: 1.2;
}

.text_c .text_content p {
    font-size: 18px;
}

@media (max-width: 980px) {
    .text_c .text_content h3 {
        font-size: 32px;
    }
    .text_c .text_content {
        width: 85%;
    }
}


/* yoko_bn */

.yoko_bn {
    width: 100%;
    background-position: center center;
    background-size: cover;
}

.yoko_bn .text_bg {
    background-color: rgba(0, 0, 0, .42);
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    line-height: 1.6;
    padding: 10em 0;
}

.yoko_bn .text_bg h3 {
    font-weight: bold;
    font-size: 32px;
}

.yoko_bn .text_bg h4 {
    font-weight: bold;
    font-size: 24px;
    padding-bottom: .2em;
}

.yoko_bn .text_bg p {
    font-weight: bold;
}

.yoko_bn .text_bg a {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: .2em 1.2em;
    color: #fff;
    font-size: 19px;
    font-weight: bold;
    border: 2px solid #fff;
    transition: all .4s;
    margin-top: .8em;
}

.yoko_bn .text_bg a:hover {
    background-color: #fff;
    color: #333;
}

@media (max-width: 980px) {
    .yoko_bn .text_bg h3 {
        font-size: 26px;
        padding: 0 7.5%;
    }
    .yoko_bn .text_bg h4 {
        font-size: 20px;
        padding: 0 7.5%;
    }
}


/* text_2dan */

.text_2dan {
    max-width: 1510px;
    margin: 0 auto;
    padding: 2em 90px;
    display: flex;
    align-items: flex-start;
    justify-content: center;
}

.text_2dan .text_content h3 {
    font-size: 32px;
    font-weight: bold;
}

.text_2dan .text_content h4 {
    font-size: 22px;
    font-weight: bold;
}

.text_2dan .text_content {
    width: 48%;
    margin: 0 1%;
    line-height: 1.6;
    font-size: 16px
}

.text_2dan .text_content .inn {
    padding-bottom: 1.2em;
}

.text_2dan .text_content .inn a {
    display: inline-block;
    padding: .4em 1.2em;
    background-color: #333;
    color: #fff;
    font-size: 16px;
    margin-top: .5em;
    border-radius: 3px;
    transition: all .4s;
}

.text_2dan .text_content .inn a:hover {
    opacity: .85;
}

@media (max-width: 980px) {
    .text_2dan {
        flex-direction: column;
        width: 100%;
        max-width: 100%;
        padding: 2em 0;
    }
    .text_2dan .text_content {
        width: 85%;
        padding: 0 7.5%;
        margin: 0;
        line-height: 1.6;
        font-size: 16px
    }
}


/* scroll_nav */

#scroll_nav {
    display: none;
    justify-content: center;
    align-items: center;
    position: absolute;
    width: 100%;
    height: 120px;
    margin: 0 auto;
    bottom: 30px;
    z-index: 90;
}

#scroll_nav.show {
    display: flex;
    animation: fade_arr 6s linear backwards;
}

.nav_container {
    position: relative;
    width: 24px;
    height: 24px;
    display: flex;
    justify-content: center;
}

.chevron {
    position: absolute;
    width: 28px;
    height: 8px;
    opacity: 0;
    transform: scale3d(0.5, 0.5, 0.5);
    animation: move 3s ease-out backwards;
}

.chevron:first-child {
    animation: move 3s ease-out 1s backwards;
}

.chevron:nth-child(2) {
    animation: move 3s ease-out 2s backwards;
}

.chevron:before,
.chevron:after {
    content: ' ';
    position: absolute;
    top: 0;
    height: 100%;
    width: 51%;
    background: #fff;
}

.chevron:before {
    left: 0;
    transform: skew(0deg, 30deg);
}

.chevron:after {
    right: 0;
    width: 50%;
    transform: skew(0deg, -30deg);
}

@keyframes move {
    25% {
        opacity: 1;
    }
    33% {
        opacity: 1;
        transform: translateY(30px);
    }
    67% {
        opacity: 1;
        transform: translateY(40px);
    }
    100% {
        opacity: 0;
        transform: translateY(55px) scale3d(0.5, 0.5, 0.5);
    }
}

.nav_text {
    display: block;
    margin-top: 65px;
    font-family: "Helvetica Neue", "Helvetica", Arial, sans-serif;
    font-size: 12px;
    color: #fff;
    opacity: 0;
    text-transform: uppercase;
    white-space: nowrap;
    animation: pulse 6s linear backwards;
}

@keyframes pulse {
    0% {
        opacity: 1;
    }
    80% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

@keyframes fade_arr {
    0% {
        opacity: 1;
    }
    80% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}


/**/

footer {}

footer .copy {
    padding: 5px 1em 7px;
    font-size: 12px;
    text-align: center;
    color: #666;
}


/* page_flow */

.page_flow {
    background-position: center center;
    background-size: cover;
    position: absolute;
    top: 0;
    overflow: hidden;
    z-index: 9999;
    opacity: .8;
    transition: all .6s;
}

.page_flow .next {
    right: -110vw;
    transition: all .6s;
    opacity: 0;
}

.page_flow .prev {
    right: -110vw;
    transition: all .6s;
    opacity: 0;
}

.page_flow .next.active {
    right: 0;
    top: 0;
    width: 100%;
    height: 100vh;
    display: block;
    position: fixed;
    z-index: 9999;
    background-size: cover;
    opacity: .7;
}

.page_flow .prev.active {
    right: 0;
    top: 0;
    width: 100%;
    height: 100vh;
    display: block;
    position: fixed;
    z-index: 9999;
    background-size: cover;
    opacity: .7;
}

@media (max-width: 980px) {
    .page_flow {
        display: none;
    }
}


/* --------------------------- */


/*  module  */


/* --------------------------- */

.pb30 {
    padding-bottom: 30px !important;
}

.pt10 {
    padding-top: 10px !important;
}

.pt20 {
    padding-top: 20px !important;
}

.pt30 {
    padding-top: 30px !important;
}

.pb20 {
    padding-bottom: 20px !important;
}

.pb30 {
    padding-bottom: 30px !important;
}

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

#wrap_contents {
    animation: fadein .5s ease-out;
    overflow: hidden;
}

@keyframes fadein {
    0% {
        opacity: .8;
        transform: translateX(30px);
    }
    100% {
        opacity: 1;
        transform: translateX(0);
    }
}

.fdup {
    opacity: 0;
    transform: translate(0, 30px);
    transition: all 700ms;
}

.fdup.scroll {
    opacity: 1;
    transform: translate(0, 0);
}


/* cookie */

#cookie-law-info-bar span {
    font-size: 13px !important;
}

.cli-plugin-button,
.cli-plugin-button:visited,
.medium.cli-plugin-button,
.medium.cli-plugin-button:visited {
    font-size: 13px;
    border-radius: 4px;
    margin: 10px 5px 0 5px;
}

.cli-plugin-button,
.cli-plugin-button:visited {
    padding: 5px 16px 5px !important;
}