/*
Theme Name: B.I.J.Records Child
Theme URI: https://wp-cocoon.com/
Template: bijrecords
Author: わいひら
Author URI: https://nelog.jp/
Description: SEO・高速化・モバイルファースト最適化済みの無料テーマ。
Tags: two-columns,left-sidebar,right-sidebar
Version: 2.6.9.1705799692
Updated: 2024-01-21 10:14:52

*/
.flex_new {
    display: flex;
    gap: 20px;
}

.flex_new figure {
    width: 47%;
}

.post_flex {
    display: grid;
    grid-template-columns: repeat(4, 1fr); /* 900px以上は4列 */
    gap: 20px;
}

/* 899px以下は2列 */
@media screen and (max-width: 899px) {
    .post_flex {
        grid-template-columns: repeat(2, 1fr);
    }
}

/* 画像スタイル */
.post_flex figure {
    margin: 0;
}

.post_flex figure img {
    aspect-ratio: 1 / 1;
    object-fit: cover;
    width: 100%;
    display: block;
}


.wid50 {
    width: 50%;
}

@media screen and (max-width: 450px) {
    .wid50 {
        width: 100%;
    }
}

.custom-strikethrough {
    text-decoration: line-through;
    text-decoration-color: red;
    /* 色の指定 */
    text-decoration-style: dotted;
    /* スタイルの指定 */
}

.white {
    color: #fff !important;
    padding: 20px;
}

figure img {
    width: 100%;
}

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

.dot {
    border-bottom: 1px dotted #fff;
    margin: 50px 0;
}

.cd {
    max-width: 800px;
    margin: 0 auto;
}

.post_content {
    width: 60%;
    margin: 0 auto;
}

.banner {
    max-width: 600px;
    margin: 0 auto;
}

.strategy_banner {
    max-width: 500px;
    width: 90%;
    margin: 0 auto;
}

.page-id-505 .main {
    width: 90% !important;
}

.strategy {
    max-width: 1000px;
    margin: 0 auto;
    width: 95%;
}

.strategy h2 {
    font-weight: 400;
    font-style: italic;
}

.strategy_topimg {
    max-width: 600px;
    margin: 0 auto;
}

.strategy p {
    width: 85%;
    margin: 0 auto;
}

.strategy_bottom {
    display: flex;
    justify-content: end;
    margin: 50px 0 0 0;
}

.strategy_bottom figure {
    min-width: 200px;
    width: 30%;
}

.bij_sp_btn {
    display: none;
}

.mt-50 {
    margin: 50px 0;
}

/*u29*/
.u29 {
    width: 90%;
    margin: 0 auto;
}

.u29 h2 {
    text-align: center;
    line-height: 1.5em;
    font-weight: bold;
}

.u29 h3 {
    text-align: center;
    padding: 30px 0 !important;
}

/*punkrock page*/
.contact_item {
    width: 40%;
}

.hissu_table {
    width: 10%;
    text-align: center;
}

.thanks {
    width: 80%;
    margin: 50px auto;
}

.ticket {
    max-width: 500px;
    width: 80%;
    margin: 0 auto 50px;
    border: 1px solid #fff;
}

.punk_lock_page {
    width: 80%;
    margin: 80px auto;
}

.p_banner {
    max-width: 1000px;
    width: 70%;
    margin: 0 auto;
}

.konami {
    padding: 20px;
    background: #fff;
    margin-bottom: 80px;
}

.contact-form th,
.contact-form td {
    background: #000;
}

/**/
.tw_video {
    max-width: 100%;
}

.left {
    text-align: left;
}

.btn {
    display: inline-block;
    padding: 13px 20px;
    color: #fff;
    text-decoration: none;
    position: relative;
    background: transparent;
    border: 1px solid #e1e1e1;
    font: 12px/1.2 "Oswald", sans-serif;
    letter-spacing: 0.4em;
    text-align: center;
    text-indent: 2px;
    text-transform: uppercase;
    transition: color 0.1s linear 0.05s;
}

.btn::before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 1px;
    background: #e1e1e1;
    z-index: 1;
    opacity: 0;
    transition: height 0.2s ease, top 0.2s ease, opacity 0s linear 0.2s;
}

.btn::after {
    transition: border 0.1s linear 0.05s;
}

.btn .btn-inner {
    position: relative;
    z-index: 2;
}

.btn:hover {
    color: #373737;
    transition: color 0.1s linear 0s;
}

.btn:hover::before {
    top: 0;
    height: 100%;
    opacity: 1;
    transition: height 0.2s ease, top 0.2s ease, opacity 0s linear 0s;
}

.btn:hover::after {
    border-color: #373737;
    transition: border 0.1s linear 0s;
}

.slideshow {
    overflow: hidden;
    position: relative;
    width: 100%;
    height: 100vh;
    z-index: 1;
}

.slideshow .slideshow-inner {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.slideshow .slides {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.slideshow .slide {
    display: none;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.slideshow .slide.is-active {
    display: block;
}

.slideshow .slide.is-loaded {
    opacity: 1;
}

.slideshow .slide .caption {
    padding: 0 100px;
}

.slideshow .slide .image-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-position: center;
    z-index: 1;
    background-size: cover;
    image-rendering: optimizeQuality;
}

.slideshow .slide .image-container::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
}

.slideshow .slide .image {
    width: 100%;
    width: 100%;
    object-fit: cover;
    height: 100%;
}

.slideshow .slide-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    color: #fff;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.slideshow .slide .title {
    margin: 0 auto 15px;
    max-width: 1000px;
    font: 300 20px/1.2 "Oswald", sans-serif;
    letter-spacing: 0.35em;
    text-transform: uppercase;
}

.slideshow .slide .text {
    margin: 0 auto;
    max-width: 1000px;
    font-size: 14px;
    line-height: 1.4;
    text-align: left;
}

.slideshow .slide .btn {
    margin: 15px 0 0;
    border-color: #fff;
}

.slideshow .slide .btn::before {
    background: #fff;
}

.slideshow .pagination {
    position: absolute;
    bottom: 35px;
    left: 0;
    width: 100%;
    height: 12px;
    cursor: default;
    z-index: 2;
    text-align: center;
}

.slideshow .pagination .item {
    display: inline-block;
    padding: 15px 5px;
    position: relative;
    width: 46px;
    height: 32px;
    cursor: pointer;
    text-indent: -999em;
    z-index: 1;
}

.slideshow .pagination .item+.page {
    margin-left: -2px;
}

.slideshow .pagination .item::before {
    content: "";
    display: block;
    position: absolute;
    top: 15px;
    left: 5px;
    width: 36px;
    height: 2px;
    background: rgba(255, 255, 255, 0.5);
    transition: background 0.2s ease;
}

.slideshow .pagination .item::after {
    width: 0;
    background: #fff;
    z-index: 2;
    transition: width 0.2s ease;
}

.slideshow .pagination .item:hover::before,
.slideshow .pagination .item.is-active::before {
    background-color: #fff;
}

.slideshow .arrows .arrow {
    margin: -33px 0 0;
    padding: 20px;
    position: absolute;
    top: 45%;
    cursor: pointer;
    z-index: 3;
}

.slideshow .arrows .prev {
    left: 30px;
}

.slideshow .arrows .prev:hover .svg {
    left: -10px;
}

.slideshow .arrows .next {
    right: 30px;
}

.slideshow .arrows .next:hover .svg {
    left: 10px;
}

.slideshow .arrows .svg {
    position: relative;
    left: 0;
    width: 14px;
    height: 26px;
    fill: #fff;
    transition: left 0.2s ease;
}

/*sound slider*/
.slider-container {
    margin-right: -10px;
    /* マイナスのマージンを設定して、スライド間に10pxの間隔をつける */
}

.slider {
    display: flex;
}

.soundslide {
    flex: 0 0 auto;
    /* スライドの幅を可変に設定 */
    margin-right: 50px;
    /* スライド間の間隔 */
}

.soundslide a {
    color: #fff;
    text-decoration: none;
    font-size: 14px;
}

.arrow-prev {
    content: "";
    background: url(/wp-content/uploads/2024/02/arrow2.png) center/cover no-repeat;
    position: absolute;
    top: 42%;
    left: -50px;
    cursor: pointer;
    outline: none;
    height: 40px;
    width: 40px;
    z-index: 99;
    border: 0;
}

.arrow-next {
    content: "";
    background: url(/wp-content/uploads/2024/02/arrow1.png) center/cover no-repeat;
    position: absolute;
    top: 42%;
    right: -15px;
    cursor: pointer;
    outline: none;
    height: 40px;
    width: 40px;
    z-index: 99;
    border: 0;
}

.slick-prev:before,
.slick-next:before {
    display: none;
}


/*見せない*/
.header,
.author-info,
.admin-panel,
.entry-card .admin-pv {
    display: none;
}

.grecaptcha-badge {
    visibility: hidden;
}

/*==================================================
ふわっ
===================================*/
.box {
    opacity: 0;
}

.fadeUp {
    animation-name: fadeUpAnime;
    animation-duration: 0.5s;
    animation-fill-mode: forwards;
    opacity: 0;
}

@keyframes fadeUpAnime {
    from {
        opacity: 0;
        transform: translateY(100px);
    }

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

/*全体*/
.gglobe {
    background-repeat: no-repeat;
}

.gt_switcher_wrapper {
    top: 23px !important;
    right: 23px !important;
}

.language {
    position: fixed;
    top: 5px;
    right: 20px;
    z-index: 9999;
    font-family: Impact !important;
    font-weight: bold;
}

.language p {
    line-height: 1;
    font-size: 16px;
}

.content-in {
    width: 100%;
}

.flex {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    align-items: center;
    gap: 20px;
}

.center {
    text-align: center;
}

.red {
    font-weight: bold;
    color: #821100;
}

.content,
.content-in,
.main,
.entry-content,
.article {
    padding: 0 !important;
    margin: 0 auto !important;
    border: 0;
    position: relative;
}

.main {
    background-color: #000 !important;
    overflow: hidden;
}

.article h2,
.article h3,
.article h4,
.article h5,
.article h6 {
    background-color: transparent !important;
    line-height: 2;
}

.article h3 {
    border: 0 !important;
    font-size: 22px;
    padding: 12px 20px;
    background-color: #871403 !important;
}

.video-container,
.instagram-container,
.facebook-container {
    max-width: none;
    width: 100%;
}

.archive-title {
    font-family: Impact;
}

.padding20 {
    padding: 20px 0;
}

/*切り替えスイッチ*/
.sp_on {
    display: none;
}

@media screen and (max-width: 450px) {
    .sp_on {
        display: block;
    }

    .pc_on {
        display: none;
    }
}


/*main*/
.main .article-header {
    display: none;
}

.sns_area {
    position: fixed;
    top: 17px;
    left: 15px;
    z-index: 9999;
    display: flex;
    flex-direction: column;
}

.sns_area div {
    width: 60px;
    margin: 5px !important;
}

video {
    max-width: none;
}

.page-id-245 {
    width: 90%;
    max-width: 1200px;
    margin: 0 auto;
    padding-left: 40px;
}

.main_container {
    width: 90%;
    margin: 0 auto;
    padding-left: 40px;
    max-width: 1200px;
}

.artist,
.sound,
.youtube_mov,
.news {
    margin-bottom: 50px;
}

.main_tit {
    text-align: center;
    margin-bottom: 20px;
    background-color: #871403 !important;
    color: #fff;
    padding: 10px;
    font-size: 1.2rem !important;
}

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

.video-box {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 100vh;
}

.video-box .video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.top_logo {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 40%;
    max-width: 450px;
}

.x {
    width: 90%;
    margin: 80px auto !important;
}

#twitter-widget-0 .r-1q9bdsx {
    border-radius: 0 !important;
}

.tit {
    background: #000 !important;
    font-family: Impact;
    letter-spacing: 0.07em !important;
    font-size: 2rem !important;
    margin: 0 auto 30px !important;
    border-bottom: 1px solid #871403;
    color: #871403;
    text-shadow: 4px 6px 0px rgba(50, 49, 49, 1);
}

.content_tit_img {
    width: 40%;
    margin-bottom: 10px;
    position: relative;
}

.content_tit_img:before {
    content: "";
    width: 255%;
    height: 3px;
    background: #871403;
    position: absolute;
    bottom: 5px;
    left: 0;
}

.audio {
    margin: 80px 0;
}

.audio div figure {
    padding: 20px;
    margin: 0 20px;
    width: 25%;
}

.go-to-top-button {
    width: 80px;
    height: 80px;
}

.news_topic,
.sound_topic {
    padding: 10px;
}

.news_topic .new-entry-cards,
.sound_topic .new-entry-cards {
    width: 100%;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.sound_topic .new-entry-cards,
sound_topic .new-entry-cards {
    width: 100%;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.widget-entry-cards.card-large-image .a-wrap {
    max-width: none;
    width: 50%;
}

.banner_link {
    margin: 50px auto;
    text-align: center;
}

.banner_link .banner {
    width: 40%;
    margin: 10px auto;
}

.new_topics {
    margin: 20px auto 50px;
}

.new_topics figure {
    max-width: 800px;
    margin: 0 auto;
}

.youtube img {
    width: 100%;
}

.youtube_list {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.youtube_list .youtube {
    width: 49.999%;
    padding: 10px;
}

.see {
    position: relative;
    text-align: right;
    font-size: 3rem;
    margin: 50px 0 !important;
    padding-right: 100px;
    line-height: 1;
    font-family: Impact;
}

.see a {
    color: #fff !important;
    text-decoration: none;
}

/*線の設定*/
.see::before {
    content: "";
    position: absolute;
    bottom: -10px;
    right: 13px;
    width: 246px;
    height: 19px;
    border-bottom: 5px solid #fff;
    border-right: 15px solid #fff;
    transform: skew(45deg);
}

.visible {
    display: none !important;
}

.new_topics .flex figure {
    margin: 0 10px;
    width: 45%;
}

.news_topic div:last-child {
    border-bottom: 0;
}

.postlist {
    color: #ccc;
    display: flex;
    align-items: end;
    border-bottom: 1px solid #fff;
    margin: 5px;
    padding: 15px;
}

.post-info a {
    color: #fff;
    text-decoration: none;
    font-size: 1rem !important;
}

.post-info {
    color: #fff;
    text-decoration: none;
    font-size: 1rem !important;
}

#livearchive .post-date {
    display: block;
}

.ticket-link {
    min-width: 100px;
    height: 35px;
    margin: 0 0 0 auto;
    padding: 5px;
    font-size: 12px;
    text-align: center;
    font-family: impact;
    border: 1px solid #fff !important;
}

.ticket-link a {
    text-decoration: none;
    color: #fff;
}

.tab {
    display: flex;
    justify-content: center;
    list-style: none;
}

.tab_list {
    margin: 10px !important;
    border: 1px solid #fff;
}

.tab_list.active,
.setlist.active {
    background-color: #871403;
    color: #fff;
}

.tab_list a {
    color: #fff;
    text-decoration: none;
    padding: 10px 30px;
}

.area {
    display: none;
    /*はじめは非表示*/
    opacity: 0;
    /*透過0*/
    margin-bottom: 50px;
}

.setlist {
    margin: 0 !important;
    cursor: pointer;
}

.setlist_detail {
    display: none;
    transition: transform 0.3s ease-in-out;
    padding: 0 30px;
}

.setlist_detail.active {
    display: block;
}


/*areaにis-activeというクラスがついた時の形状*/
.area.is-active {
    display: block;
    /*表示*/
    animation-name: displayAnime;
    /*ふわっと表示させるためのアニメーション*/
    animation-duration: 2s;
    animation-fill-mode: forwards;
    padding: 5px;
}

@keyframes displayAnime {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.live {
    display: flex;
    max-width: 1200px;
    margin: auto;
    justify-content: center;
}

.live_left,
.live_right {
    width: 50%;
}


/*news*/
.blog .main,
.single .main,
.archive .main {
    width: 80% !important;
    margin: 80px auto !important;
}

.list {
    background-color: #000;
    margin: 40px auto;
}

.a-wrap {
    color: #fff;
}

.entry-content figure {
    text-align: center;
}

.home_btn {
    position: fixed;
    left: 10px;
    top: 10px;
    width: 80px;
    height: 80px;
    z-index: 999;
    background: rgba(0, 0, 0, 0.7);
}

.blogcard-wrap {
    color: #000 !important;
}

.news_list {
    width: 95%;
    margin: auto;
}

.date {
    padding-right: 10px;
}

.news_list ul {
    list-style: none;
    padding-left: 0;
}

.news_list ul a {
    position: relative;
    color: #fff !important;
    text-decoration: none;
}

.news_list ul li {
    padding: 15px 10px;
    border-bottom: 1px solid #ccc;
}

/*footer*/
.footer {
    margin-top: 0;
    position: relative;
    z-index: -1;
}

.copyright a {
    color: #6b6b6b !important;
    text-decoration: none;
}

.footer-widgets,
.widget-footer-center,
.footer-bottom {
    margin: 0 !important;
}

.footer-left,
.footer-right {
    display: none;
}

.footer-center {
    width: 100%;
    text-align: center;
    margin: 0 auto;
    padding: 0;
}

.footer_logo {
    text-align: center;
}

.footer-widgets-mobile {
    height: 80px;
}

@media screen and (max-width: 900px) {
    .bij_sp_btn {
        display: block;
        position: fixed;
        bottom: -3%;
        left: 10px;
        width: 50%;
        max-width: 250px;
        z-index: 9999;
    }

    .live {
        display: block;
    }

    .live_left,
    .live_right {
        width: 100%;
    }

    .slideshow {
        height: 50vh;
        margin-bottom: 50px
    }

    .content_tit_img {
        width: 80%;
        margin-bottom: 15px;
    }

    .post-info .post-date {
        display: block;
    }

    .audio div figure {
        width: 40%;
    }

    .video-box {
        height: auto;
        margin-top: 95px;
    }

    .sns_area {
        flex-direction: row;
    }

    .bij {
        display: none;
    }

    #top {
        height: auto;
    }

    .content_tit_img:before {
        width: 120%;
    }

    .footer {
        padding-bottom: 100px;
    }

    .flex_new {
        flex-direction: column;
    }

    .flex_new figure {
        width: 100%;
    }
}

@media screen and (max-width: 450px) {
    .p_banner {
        width: 100%;
    }

    .slideshow .slide .title {
        font: 300 14px/1.2 "Oswald", sans-serif;
    }

    .new_topics .flex figure {
        width: 100%;
    }

    .top_logo {
        width: 50%;
    }

    .video {
        height: 100%;
    }

    .main_container {
        padding-left: 0;
    }

    .main_container h1 {
        font-size: 1rem;
    }

    .widget-entry-cards.card-large-image .a-wrap {
        width: 100%;
    }

    .article h3 {
        font-size: 1rem !important;
    }

    .flex {
        flex-wrap: wrap;
    }

    .audio div figure {
        width: 200px;
    }

    .audio div figure {
        width: 140px;
        padding: 0px;
        margin: 0 10px;
    }

    .banner_link .banner {
        width: 100%;
    }

    .banner_link .banner .flex {
        display: block;
    }

    .tit {
        font-size: 1.5rem !important;
        padding: 0 !important;
    }

    .main_container .tit {
        font-size: 2.5rem !important;
    }

    .blog .main,
    .single .main,
    .archive .main {
        width: 95% !important;
        margin: 100px auto 50px !important;
    }

    .youtube_list {
        display: block;
    }

    .youtube_list .youtube {
        width: 100%;
    }

    .see {
        font-size: 3rem;
    }

    .see::before {
        width: 230px;
    }

    .footer-left,
    .footer-center,
    .footer-right,
    .footer-mobile {
        padding: 0;
    }

    .postlist {
        display: block;
    }

    .post-date {
        display: block;
    }

    .new_topics .flex {
        flex-wrap: wrap;
    }

    .gt_switcher_wrapper {
        right: 8px !important;
    }

    .language {
        right: 15px !important;
    }

    .language p {
        font-size: 12px;
    }

    .content_tit_img:before {
        width: 126%;
    }

    .strategy_bottom figure {
        min-width: auto;
        width: 100%;
    }

    .strategy h2 {
        font-size: 16px !important;
    }

    .about_the_strategy {
        margin: 100px auto 80px;
    }

    .post_content {
        width: 95%;
    }
}

.button-32 {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    width: 250px;
    margin:0 auto;
    padding: .9em 2em;
    overflow: hidden;
    border: 1px solid #871410;
    border-radius: 5px;
    background-color: #fff;
    color: #871410;
    font-size: 1em;
}

.button-32:hover {
    background-color: transparent;
    color: #fff;
}

.button-32::before {
    position: absolute;
    z-index: -1;
    transform: rotate(-30deg);
    width: 100%;
    height: 0;
    border-radius: 5px;
    background-color: #871410;
    content: '';
    transition: height .3s ease;
}

.button-32:hover::before {
    height: 350%;
}

.button-32::after {
    transform: rotate(45deg);
    width: 5px;
    height: 5px;
    margin-left: 10px;
    border-top: 2px solid #871410;
    border-right: 2px solid #871410;
    content: '';
}

.button-32:hover::after {
    border-color: #fff;
}
.main_goods a,.sub_goods_box a {
    text-decoration: none;
}
.main_goods {
    max-width:  600px;
}
.sub_goods {
    display:  flex;
    justify-self: center;
    margin: 50px auto;
    flex-wrap: wrap;
}
.sub_goods_box {
    width: 50%;
    padding: 15px;
    margin: 0 auto;
}
.sub_goods_box figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.sub_goods_box p {
    height: 220px;
}

@media screen and (max-width: 900px) {
    .sub_goods {
        flex-direction: column;
    }
    .sub_goods_box p {
        height: auto;
    }
    .sub_goods_box {
        width: 100%;
        margin: 50px auto;
    }
}
@media screen and (max-width: 450px) {
    .sub_goods {
        flex-direction: column;
    }
}