  @charset "UTF-8";
@import url("https://webfont.fontplus.jp/accessor/script/fontplus.js?Gkx5Zt~xX5g%3D&box=SMi-sHic1Hk%3D&aa=1&ab=2");
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200..900&display=swap");

/* root  font / color
========================================================================== */
:root {
    /* font-family: var(); でフォントを柵び竃し */
    --font-title: "TsukuAOldMinPr6-B", "Noto Serif JP", serif;
    --font-subtitle: "TsukuAOldMinPr6-D", "Noto Serif JP", serif;
    --font-txt: "TsukuAOldMinPr6-R", "Noto Serif JP", serif;
    --font-en: "AGaramondPro-Italic";
    /* font-color */
    --text-black: #363434;
    /* swiper */
    --swiper-navigation-size: 0;
}

#body h1 {
    font-size: 3.125rem; 
    font-family: var(--font-title);
    color: #fff;
    font-weight: 600;
    letter-spacing: 2.5px;
    text-shadow: 2px 2px 15px rgba(42, 89, 104, 0.60);
    line-height: 1.8;
    margin: 0;
}
#body h2 {
    font-size: 47px;
    font-size: 2.9375rem; 
    font-family: var(--font-subtitle);
    color: var(--text-black);
    font-weight: 600;
    line-height: 1;
}
#body p { 
    font-size: 15px;
    font-size: 0.9375rem; 
    font-family: var(--font-txt);
    color: var(--text-black);
    font-weight: 600;
}
#body a { 
    font-family: var(--font-txt);
    font-weight: 600;
}
#body br.el-pc-only {
    display: block;
}

@media screen and (max-width: 959px) {
    #body {
        width: 100% !important;
        margin-left: 0 !important;
    }
    #body h2 {
        font-size: 40px;
        font-size: 2.5rem; 
    }
    #body br.el-pc-only {
        display: none;
    }
}
@media screen and (max-width: 767px) {
    #body h2 {
        font-size: 36px;
        font-size: 2.25rem; 
    }
}

/* メインビジュアル
========================================================================== */
.bl-mainv {
    position: relative;
	width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 50px;
    padding-bottom: 3em;
}
.bl-mainv video {
	width: 100%;
}

/* 啝 - video.js
========================================================================== */
.video-js .vjs-control-bar {
    display: flex;
    visibility: visible;
    opacity: 1;
    background-color: #fff;
    color: #333;
    bottom: -3em;
}
.video-js .vjs-slider {
    background-color: #a8a8a9;
}
.video-js .vjs-load-progress {
    background-color: unset;
}

/* 泣 */
.video-js .vjs-play-progress .vjs-slider-bar {
    background: #000;
}
/* シ`クバ` iみzみ */
.video-js .vjs-load-progress div {
    /* background: #000; */
}
/* シ`クバ` M佩gみ */
.video-js .vjs-play-progress {
    background: #000;
}
/* 咄蕗バ` */
.video-js .vjs-volume-level {
    background: #000;
}
/* サムネイル */
.vjs-poster img,
.vjs-has-started .vjs-poster img {
    -o-object-fit: cover;
    object-fit: cover;
}

/*寄きい壅伏ボタン*/
.video-js .vjs-big-play-button:focus, 
.video-js:hover .vjs-big-play-button {
    background-color: unset;
    opacity: 0.6;
}
.video-js .vjs-big-play-button {
    background-color: unset;
    border: unset;
    margin: 0;
    font-size: unset;
    line-height: unset;
    height: unset;
    width: unset;
}
.video-js .vjs-big-play-button .vjs-icon-placeholder:before {
    content: "";
    background: url(/prof/tsukuru/images/btn_play.svg) no-repeat center;
    width: 110px;
    height: 90px;
    transform: translate(-50%, -50%);
}
.vjs-text-track-display {
    bottom: 0;
}

/*弌さい壅伏ボタン*/
.video-js .vjs-play-control .vjs-icon-placeholder{
    position: relative;
}
.video-js .vjs-play-control .vjs-icon-placeholder::before {
    content: "";
    background: url(/prof/tsukuru/images/btn_play_small.svg) no-repeat center;
    position: absolute;
    width: 13px;
    height: 10px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.video-js .vjs-play-control.vjs-playing .vjs-icon-placeholder {
    position: static;
}
.video-js .vjs-play-control.vjs-playing .vjs-icon-placeholder::before {
    background: unset;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transform: unset;
}

/*の湊さ*/
.video-js .vjs-progress-holder {
    /* height: .3em; */
    /* height: .15em; */
    height: 2px;
}
.video-js .vjs-progress-control:hover .vjs-progress-holder {
    /* font-size: 2em; */
    height: 3px !important;
}
/*来の寄きさ*/
.video-js .vjs-play-progress:before {
    /* line-height: .35em; */
    line-height: .25em;
}
.video-js .vjs-progress-control:hover .vjs-progress-holder {
    font-size: 1.5em;
}

/*咄楚{バ`の湊さ*/
.vjs-volume-bar.vjs-slider-horizontal {
    height: 2px;
}
.vjs-slider-horizontal .vjs-volume-level {
    height: 2px;
}
.vjs-slider-horizontal .vjs-volume-level:before {
    line-height: .3em;
}

/*火りrg燕幣をす*/
.vjs-remaining-time{
    display: none;
}
/*F壓rg燕幣*/
.video-js .vjs-current-time,.vjs-no-flex .vjs-current-time{
    display: block;
    order: 1;
}
/*F壓rgとt壅伏rgのgの"/"を燕幣*/
.video-js .vjs-time-divider{
    display: block;
    order: 2;
    padding-left: 5px;
    padding-right: 5px;
}
/*t壅伏rg燕幣*/
.video-js .vjs-duration,.vjs-no-flex .vjs-duration{
    display: block;
    order: 3;
}
/* ピクチャ`インピクチャ`を掲燕幣 */
.video-js .vjs-picture-in-picture-control {
    display: none;
}

/* 畠鮫中燕幣 */
/* .video-js .vjs-fullscreen-control {
    display: none;
} */
.video-js .vjs-fullscreen-control {
    order: 3;
}
.video-js .vjs-fullscreen-control .vjs-icon-placeholder::before {
    content: "";
    background: url(/prof/tsukuru/images/btn_fullsize.svg) no-repeat center;
    position: absolute;
    width: 16px;
    height: 13px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.vjs-control-bar {
    max-width: 780px;
    margin-left: auto;
    margin-right: auto;
}
.video-js .vjs-time-control {
    min-width: unset;
    padding-left: 2px;
    padding-right: 2px;
    font-size: 10.5px;
}

.video-js.vjs-layout-small .vjs-current-time,
.video-js.vjs-layout-small .vjs-time-divider,
.video-js.vjs-layout-small .vjs-duration {
    display: block !important;
}

#video2.video-js .vjs-control-bar,
#video3.video-js .vjs-control-bar {
    width: 80%;
    bottom: calc(-3em - 3px);
}

/* 壅伏K阻r、サムネイルと壅伏ボタンを壅燕幣 */
#video2.video-js.vjs-ended .vjs-poster,
#video3.video-js.vjs-ended .vjs-poster {
    display: block;
}
#video2.video-js.vjs-ended .vjs-big-play-button,
#video3.video-js.vjs-ended .vjs-big-play-button {
    display: block;
}

@media screen and (max-width: 959px) {
    .video-js .vjs-big-play-button .vjs-icon-placeholder:before {
        width: 90px;
        height: 75px;
    }
}
@media screen and (max-width: 767px) {
    .video-js .vjs-big-play-button .vjs-icon-placeholder:before {
        width: 55px;
        height: 45px;
    }
    #video2.video-js .vjs-control-bar,
    #video3.video-js .vjs-control-bar {
        width: 100%;
    }

}

/* ナビゲ`ション
========================================================================== */
.ly-pagelinkNav {
    position: absolute;
    top: 75px;
    left: 0;
    width: 100%;
    min-width: 1160px;
    height: 50px;
    background: #fff;
    transition: 0.3s;
}
/*ペ`ジスクロ`ルしたら弖*/
.ly-pagelinkNav.header-scrolled {
    position: fixed;
    top: 0;
	transition: none;
}
.ly-pagelinkNav-inner {
    height: 50px;
    box-sizing: border-box;
    width: 100%;
    max-width: 1160px;
    margin: 0 auto;
}
.bl-pagelinkNav-group {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    height: 50px;
    margin-right: 50px;
}
.bl-pagelinkNav-group .bl-pagelinkNav-group-txt {
    font-family: var(--font-en);
    margin-right: 15px;
    font-size: 16px;
    font-size: 1rem;
    margin-top: 2px;
}
.el-hamburger {
    width: 25px;
    height: 19px;
    padding-top: 8px;
    box-sizing: border-box;
    cursor: pointer;
}
.el-hamburger > span {
    display: block;
    width: 100%;
    height: 1px;
    margin: 0 auto;
    background: #000;
    transition: all ease 0.3s;
}
.el-hamburger .top {
    transform: translateY(-8px) scale(1);
}
.el-hamburger .bottom {
    transform: translateY(8px) scale(1);
}
.is-nav-open .el-hamburger .top {
    transform: translateY(1px) rotate(45deg);
}
.is-nav-open .el-hamburger .middle {
    transform: translateY(0px) scale(0);
}
.is-nav-open .el-hamburger .bottom {
    transform: translateY(-1px) rotate(-45deg);
}
@media screen and (max-width: 959px) {
    .bl-pagelinkNav-group {
        margin-right: 20px;
    }
}

.bl-pagelinkNav {
    position: absolute;
    top: 50px;
    will-change: transform;
    right: 0;
    height: 100vh;
    background-color: #fff;
    width: 0px;
    max-width: 0;
    padding-top: 62px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 500ms ease-out;
    -o-transition: all 500ms ease-out;
    transition: all 500ms ease-out;
    transform: translateZ(0) translateX(0%);
    overflow: auto;
}
.is-nav-open .bl-pagelinkNav {
    width: 100%;
    max-width: 395px;
    transform: translateZ(0) translateX(0%);
}
.nav_bg {
    opacity: 0;
    transition: all .6s;
    width: 100vw;
    height: 100vh;
    top: 50px;
    left: 0;
    visibility: hidden;
    background-color: #000;
    position: absolute;
}
.is-nav-open .nav_bg {
    opacity: .5;
    visibility: visible;
}
.is-nav-open.header-scrolled .nav_bg {
    position: fixed;
    top: 50px;
}

.bl-pagelinkNav ul {
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
    text-align: left;
}
.bl-pagelinkNav ul li {
    margin-bottom: 45px;
    margin-left: 72px;
    white-space: nowrap;
}
.bl-pagelinkNav ul li:last-child {
    margin-bottom: 0px;
}
.bl-pagelinkNav  ul li a {
    font-family: var(--font-subtitle);
    font-size: 36px;
    font-size: 2.25rem;
    font-weight: 600;
    text-decoration: none;
    color: var(--text-black);
    transition: 0.3s;
}
@media screen and (max-width: 959px) {
    .bl-pagelinkNav  ul li a {
        font-size: 28px;
        font-size: 1.75rem;
    }
}
@media screen and (max-width: 767px) {
    .is-nav-open .bl-pagelinkNav {
        max-width: 180px;
    }
    .bl-pagelinkNav ul li {
        margin-left: 35px;
    }
    .bl-pagelinkNav  ul li a {
        font-size: 22px;
        font-size: 1.375rem;
    }
}

/* コンテンツ
========================================================================== */
#body.full-width {
    min-width: 1160px;
}
#body .ly-contents {
    width: 100%;
    max-width: 1160px;
    box-sizing: border-box;
    margin-left: auto;
    margin-right: auto;
    padding-right: 90px;
    padding-left: 90px;
}
#body .ly-contents-inner {
    padding-bottom: 120px;
}

#body .sec {
    position: relative;
    width: 100%;
    max-width: 1160px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 65px;
    padding-bottom: 65px;
}
#body .sec-border {
    position: relative;
    width: 100%;
    max-width: 1160px;
    margin-left: auto;
    margin-right: auto;
}
#body .sec-border::before {
    background: #231815;
    height: 1px;
    width: calc(100% + 130px);
    margin-left: -65px;
    margin-right: -65px;
    position: absolute;
    top: 0;
    left: 0;
    content: "";
}

#body .sec-grid {
    display: grid;
    grid-template-columns: 250px 1fr;
    gap: 45px;
}
#body .sec-message .lead-txt {
    font-family: var(--font-subtitle);
    font-size: 15px;
    font-size: 0.9375rem;
    font-weight: 600;
    line-height: 2;
    margin-bottom: 25px;
}
#body .sec-message .lead-title {
    font-family: var(--font-subtitle);
    font-size: 27px;
    font-size: 1.6875rem;
    font-weight: 600;
    line-height: 1.8;
    margin-bottom: 0;
    font-feature-settings: "palt";
    letter-spacing: 0.08em;
}
#body .sec-title .sub-title {
    font-family: var(--font-en);
    font-size: 21px;
    font-size: 1.3125rem;
    font-weight: 500;
    line-height: 1;
    margin-top: 15px;
}
#body .grid2 {
    display: grid;
    align-items: center;
    grid-template-columns: 150px 1fr;
    gap: 40px;
    margin-bottom: 40px;
}
#body .grid2-col {
    
}
#body .grid2-col img {
    width: 100%;
    height: auto;
}
#body .el-vocal {
    font-family: var(--font-subtitle);
    font-size: 18px;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0.9px;
    margin-bottom: 8px;
}
#body .el-vocal-name {
    font-family: var(--font-title);
    font-size: 28px;
    font-weight: 800;
    line-height: 1.8;
}
#body .el-vocal-name span {
    font-family: var(--font-subtitle);
    display: block;
    font-size: 15px;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0.75px;
}
#body .sec-music .el-txt {
    line-height: 2;
}
#body .sec-background-inner {
    width: 100%;
    max-width: 880px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 65px;
}
#body .bl-background-content {
    margin-left: 245px;
    margin-right: 55px;
    margin-bottom: 45px;
}
#body .bl-background-content:last-child {
    margin-bottom: 0px;
}
#body .el-txt-justify {
    text-align: justify;
}
#body .bl-background-content p {
    line-height: 2;
}
#body .bl-background-content a {
    color: #5084c4;
    line-height: 2;
}

#body .bl-sub-ttl {
    margin-top: 40px;
    margin-bottom: 30px;
    }
#body .el-sub-ttl {
    font-family: var(--font-subtitle);
    font-size: 34px;
    font-weight: 600;
    line-height: 1;
    margin-bottom: 10px;
}
#body .el-sub-ttl-note {
    font-family: var(--font-subtitle);
    font-size: 16px;
    font-weight: 600;
}
#body .tac {
    text-align: center;
}
#body .bl-media-movie {
    width: 100%;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 60px;
}
#body .bl-media-movie img {
    width: 100%;
    height: auto;
}

/* Crative */
#body .sec-creative-inner {
    margin-left: 295px;
    margin-right: 105px;
    padding-top: 65px;
}

#body .bl-creative-video-wrapper {
    width: 100%;
    max-width: 580px;
    padding-top: 60px;
}
#body .bl-creative-video-wrapper:first-child {
    padding-top: 0px;
}
#body .bl-creative-video {
    position: relative;
    width: 580px;
    height: 326px;
    cursor: pointer;
}
#body .bl-creative-video::before {
    content: "";
    display: block;
    padding-top: 56.25%;
}
#body .bl-creative-video iframe {
    width: 100%;
    height: 100%;
}
#body .el-player {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}
#body .el-movie-thumb {
    width: 100%;
    height: auto;
    cursor: pointer;
    transition: 0.5s;
    position: absolute;
    top: 0;
    left: 0;
}
#body .el-movie-thumb:hover {
    opacity: 0.6
}
#body .bl-creative-video-ttl {
    font-size: 17px;
    font-size: 1.0625rem;
    margin-top: 15px;
}
#body .bl-newspaper-wrapper {
    width: 100%;
    padding-top: 60px;
}
#body .bl-newspaper img {
    width: 100%;
    max-width: 320px;
    height: auto;
}
.bl-creative-video .video-js .vjs-big-play-button .vjs-icon-placeholder:before {
    width: 66px;
    height: 55px;
}

#body .bl-creative-image-wrapper {
    padding-top: 60px;
}
#body .bl-creative-image {
    max-width: 340px;
    width: 100%;
}
#body .bl-creative-image img {
    width: 100%;
    height: auto;
    border: 1px solid #ddd;
}
@media screen and (max-width: 959px) {
    #body .bl-creative-video {
        width: 100%;
        height: 100%;
    }
}
@media screen and (max-width: 767px) {
    #body .sec-creative-inner {
        margin-left: 0;
        margin-right: 0;
    }
    #body .bl-creative-video-wrapper {
        max-width: unset;
    }
    #body .bl-creative-video-ttl {
        font-size: 16px;
        font-size: 1rem;
    }
    #body .bl-creative-image {
        max-width: unset;
    }
}

/* Creators */
#body .sec-creators-inner {
    /* margin-left: 100px;
    margin-right: 110px; */
    margin-left: 50px;
    /* margin-right: 160px; */
    margin-right: 105px;
    padding-top: 65px;
    padding-bottom: 65px;
}
#body .bl-creators-content {
    display: grid;
    grid-template-columns: 196px 1fr;
    gap: 50px;
    margin-bottom: 60px;
}
#body .bl-creators-content:last-child {
    margin-bottom: 0px;
}
#body .bl-creators-content img {
    width: 100%;
    height: auto;
}
#body .bl-creators-name-group {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-end;
    line-height: 1;
    margin-bottom: 15px;
}
#body .bl-creators-name {
    font-family: var(--font-subtitle);
    font-size: 25.5px;
    font-size: 1.59375rem;
}
#body .bl-creators-name span {
    font-size: 15px;
    font-size: 0.9375rem;
}
#body .bl-creators-job {
    font-family: var(--font-subtitle);
    font-size: 21px;
    font-size: 1.3125rem;
}
#body .bl-creators-txt {
    font-family: var(--font-txt);
    font-size: 15px;
    font-size: 0.9375rem;
    margin-bottom: 10px;
    line-height: 2;
}
#body .bl-creators-note {
    font-family: var(--font-txt);
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 1.8;
}
@media screen and (max-width: 959px) {
    #body .sec-creators-inner {
        max-width: 525px;
        margin-left: auto;
        margin-right: auto;
    }
    #body .bl-creators-content {
        grid-template-columns: unset;
        justify-items: center;
        gap: 15px;
    }
    #body .bl-creators-content img {
        max-width: 196px;
        height: auto;
    }
    #body .bl-creators-name-group {
        flex-direction: column;
        align-items: center;
        line-height: 1.6;
        margin-bottom: 10px;
    }
    #body .bl-creators-name {
        order: 2;
        text-align: center;
    }
    #body .bl-creators-job {
        font-size: 17px;
        font-size: 1.0625rem;
        order: 1;
    }
    #body .bl-creators-txt {
    }
    #body .bl-creators-note {
    }
}
@media screen and (max-width: 767px) {
    #body .sec-creators-inner {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    #body .bl-creators-name span {
        display: block;
    }
    #body .bl-creators-name {
        font-size: 22px;
        font-size: 1.375rem;
    }
    #body .bl-creators-job {
        font-size: 16px;
        font-size: 1rem;
    }
}

/* フッタ` */
#body .bl-tsukuru-logo {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 50px;
}
#body .bl-tsukuru-logo img  {
    width: 150px;
    height: auto;
}

@media screen and (max-width: 959px) {
    #body.full-width {
        min-width: auto;
    }
    .ly-pagelinkNav {
        min-width: auto;
    }
    #body .ly-contents {
        padding-right: 60px;
        padding-left: 60px;
    }
    #body .sec-border::before {
        width: calc(100% + 30px);
        margin-left: -15px;
        margin-right: -15px;
    }
    #body .sec-message .lead-title {
        font-size: 25px;
        font-size: 1.5625rem;
    }
    #body .sec-grid {
        grid-template-columns: 200px 1fr;
        gap: 30px;
    }
    #body .bl-background-content {
        margin-left: 235px;
        margin-right: 30px;
    }
    #body .sec-creative-inner {
        margin-left: 235px;
        margin-right: 30px;
    }
}
@media screen and (max-width: 767px) {
    #body .ly-contents {
        padding-right: 20px;
        padding-left: 20px;
    }
    #body .ly-contents-inner {
        padding-bottom: 50px;
    }
    #body .sec {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    #body .sec-background-inner {
        padding-top: 50px;
    }
    #body .sec-grid {
        grid-template-columns: auto;
        gap: 35px;
    }
    #body .grid2 {
        grid-template-columns: auto;
    }

    #body .bl-background-content {
        margin-left: 0;
        margin-right: 0;
        margin-bottom: 45px;
    }
    #body .sec-creative-inner {
        margin-left: 0px;
        margin-right: 0px;
        padding-top: 50px;
    }
    #body .sec-message .lead-title {
        font-size: 23px;
        font-size: 1.4375rem;
    }
}


#body .el-break {
    display: block;
}
@media screen and (max-width: 865px) {
    #body .el-break {
        display: none;
    }
}


/* アニメ`ション - コンテンツ
========================================================================== */
.fade-in {
    opacity: 0;
}
.fade-in.inview {
    animation: FadeIn 3.2s forwards;
}
@keyframes FadeIn {
    0% {
        opacity: 0;
    }
    80% {
    opacity: 0.8;
    }
    90% {
    opacity: 1;
    }
    100% {
        opacity: 1;
    } 
}
@media screen and (max-width: 959px) {
    .fade-in.inview {
        animation: FadeIn 2.5s forwards;
    }
}

/* アニメ`ション - メインビジュアル
========================================================================== */
.bl-loading {
    position: relative;
}
.bl-loading-mainv {
    width: 100%;
    height: calc(100vh - 75px);
    background-color: #fff;
    position: absolute;
    z-index: 10;
}
.bl-loading .ly-mainv-body {
    height: calc(100vh - 75px);
    z-index: 10;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    box-sizing: border-box;
    padding-left: 40px;
    padding-right: 40px;
}
.bl-loading .ly-mainv-body-inner {
    position: relative;
    width: 100%;
    max-width: 1160px;
    height: 100%;
    margin-right: auto;
    margin-left: auto;
    box-sizing: border-box;
}
.bl-loading .bl-mainv-body {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    justify-content: center;
    align-items: center;
    padding-bottom: 75px;
}
#body .bl-loading-title {
    width: 635px;
    height: auto;
    animation-delay: 0.6s;
    animation-duration: 2.2s;
}
@media screen and (max-width: 959px) {
    .bl-loading .bl-mainv-body {
        padding-bottom: 0;
    }
    #body .bl-loading-title {
        width: 500px;
    }
}
@media screen and (max-width: 767px) {
    .bl-loading .ly-mainv-body {
        padding-left: 0px;
        padding-right: 0px;
    }
    #body .bl-loading-title {
        width: 320px;
    }
}


.bl-loading-title span {
    display: block;
    padding-left: 30px;
}
.bl-mainv-body-title h1 {
    animation-delay: 5.5s;
    animation-duration: 2s;
}
.ly-pagelinkNav {
    animation-delay: 7.5s;
}
.bl-mainv {
    animation-name: fadeInAnime;
    animation-duration: 4.6s;
    animation-fill-mode:forwards;
    opacity: 0;
    animation-delay: 4.6s;
}
.bl-mainv .video-js .vjs-big-play-button {
    animation-name: fadeInAnime;
    animation-duration: 1.2s;
    animation-fill-mode:forwards;
    opacity: 0;
    animation-delay: 7s;
}
.fadeIn {
    animation-name: fadeInAnime;
    animation-duration: 1.2s;
    animation-fill-mode:forwards;
    opacity: 0;
}
@keyframes fadeInAnime{
    from {
        opacity: 0;
        visibility: hidden;
    }
    to {
        opacity: 1;
        visibility: visible;
    }
}
.fadeOut {
    animation-name: fadeOutAnime;
    animation-duration: 1.2s;
    animation-fill-mode:forwards;
    opacity: 1;
}
@keyframes fadeOutAnime{
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
    }
}

/* 貧にるボタン
========================================================================== */
.go_pagetop_frame {
    width: 50px;
    height: 50px;
}
.go_pagetop_frame a {
    border: 1px solid #231815;
    background-color: unset;
    border-radius: unset;
    box-shadow: unset;
    position: relative;
}
.go_pagetop_frame a::after {
    content: "";
    position: absolute;
    width: 25px;
    height: 25px;
    border-right: 1px solid #231815;
    border-top: 1px solid #231815;
    display: inline-block;
    top: 18px;
    transform: rotate(315deg);
}
.go_pagetop_frame a::before {
    background-color: #fff;
    width: 100%;
    height: 100%;
    opacity: 0.8;
    content: "";
}
.go_pagetop_frame a img {
    display: none;
}

/* スライドショ` - swiper.js
========================================================================== */
.bl-swiper {
    margin-bottom: 50px;
}
.bl-swiper img {
    width: 100%;
    height: auto;
}
.swiper-pagination {
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin-top: 30px;
    position: static;
}
.swiper-pagination-bullet {
    display: block;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #c8c8c8;
    opacity: 1;
    margin: 0 5px;
}
.swiper-pagination-bullet-active {
    background: #000000;
}
.swiper-slide {
    overflow: hidden;
}
.swiper-button-next,
.swiper-button-prev {
    position: static;
}