@charset "utf-8";

.scroll-fade.effect {
    transition: all 0.9s ease;
    opacity: 1;
    transform: translateY(0);
}
.scroll-fade {
    opacity: 0;
    transform: translateY(50px);
}

.btn-fade a {
    transition: all 0.9s ease;
    opacity: 0;
    pointer-events: none;
}

#tw767 {
    color: #0c0c0c;
    position: relative;
}
.pc {
    display: block;
}
.sp {
    display: none;
}

.bg-g {
    background: #f7f7f7;
}
.bg-b {
    background: #1e3659;
}
.inner {
    max-width: 1000px;
    width: 90%;
    margin: auto;
}
.max-inner {
    width: 96%;
    margin: auto;
}
.flex-c {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.area-title {
    font-size: min(3.4vw, 34px);
    font-weight: bold;
}
.btn-box {
    padding: 3%;
    margin: auto;
    text-align: center;
}
.btn-box a {
    background: #fff;
    border: 1px solid #0c0c0c;
    border-radius: 100px;
    color: #0c0c0c;
    width: min(96%,410px);
    margin: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 14px 26px;
    font-size: min(2vw,18px);
    transition: ease .6s;
}
.btn-box a:hover {
    background: #0c0c0c;
    color: #fff;
}
.bbg-b a {
    background: #1e3659;
    border: 1px solid #1e3659;
    color: #fff;
}
.bbg-b a:hover {
    background: #fff;
    color: #1e3659;
}
.clearfix:after {
    content: "";
    display: block;
    clear: both;
}
.clearfix:before {
    content: "";
    display: block;
    clear: both;
}
.clearfix {
    display: block;
}
@media (max-width: 769px) {
    .pc {
        display: none;
    }
    .sp {
        display: block;
    }
    .flex-c {
        display: block;
    }
    .area-title {
        font-size: min(5.4vw, 34px);
    }
    .btn-box {
        padding: 10% 3% 3%;
    }
    .btn-box a {
        font-size: min(4vw, 18px);
    }
}

/**** main調整関係 ****/
#bg-fix {
    background: #f7f7f7;
    height: calc(100lvh - 56px); /*headerの高さを引いてる*/
    position: fixed;
    width: 100%;
}
#bg-fix::after {
    content: "";
    display: block;
    background: rgb(47 47 54 / 40%);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
#bg-fix video {
    object-fit: cover;
    width: 100%;
    height: 100%;
    filter: grayscale(50%) blur(0.5px);
}
.main-area a:hover img {
    opacity: 1;
}
.main-area img {
    width: 100%;
    height: 100lvh;
    object-fit: cover;
    opacity: 0;
    transition: ease .6s;
}
@media (max-width: 769px) {
    .main-area img {
        opacity: 1;
    }
}

/**** about ****/
.about .inner {
    padding: 7% 0;
}
.about-text {
    width: 60%;
    color: #fff;
}
.about-catch {
    font-size: min(6vw, 60px);
    line-height: 1.4;
}
.about-subcatch {
    font-size: min(3vw, 30px);
    line-height: 1.6;
    margin: 3% 0;
}
.about-copy {
    font-size: min(1.6vw, 16px);
    line-height: 2.3;
}
.about-img {
    width: min(386px,40%);
    line-height: 0;
}
.about-img img {
    border-radius: 15px;
}
@media (max-width: 769px) {
    .about-text {
        width: 100%;
    }
    .about-catch {
        font-size: min(9vw, 60px);
    }
    .about-subcatch {
        font-size: min(5.5vw, 30px);
    }
    .about-copy {
        font-size: min(4vw, 16px);
    }
    .about-img {
        width: 100%;
        margin-top: 20px;
    }
    .about-img img {
        height: 200px;
        width: 100%;
        object-fit: cover;
    }
}

/**** club ****/
.club_about {
    position: relative;
    background: #b4b4b4;
    border-radius: 34px 0 0 34px;
    padding: 30px;
}
.club_about::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / 25%);
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 34px 0 0 34px;
}
.club_about .club_text {
    color: #fff;
    position: relative;
}
.club_text .club-catch {
    font-size: min(4vw,40px);
    font-weight: 500;
    margin-bottom: 10vw;
}
.club_text .club-copy {
    font-size: min(1.4vw, 16px);
    line-height: 2.3;
}
.club_list-box {
    width: 96%;
    margin: 20px auto 0;
    background: #fff;
    border-radius: 30px;
    padding: 30px 30px 4%;
}
.club_list-box .list-title {
    font-size: min(3.4vw, 34px);
    margin-top: 0.5em;
}

.club_list-box .swiper {
    padding: 3% 0;
}
.club_list .list {
    transition: transform 0.6s;
    transform: scale(0.85) !important;
    box-shadow: 0 0 7px rgb(0 0 0 / 20%);
    border-radius: 20px;
    padding: 0 20px 20px;
    text-align: center;
    position: relative;
}
.club_list .list a {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.club_list .list img {
    height: 229px;
    width: auto;
}
.club_list .list .notes {
    text-align: right;
    display: block;
    font-size: 80%;
    margin-top: -30px;
}
.club_list .list.swiper-slide-active {
    transform: scale(1) !important;
}
.club_list .data {
    border-top: 1px solid #0c0c0c;
    padding-top: 10px;
    text-align: center;
}
.club_list .data .club-name {
    font-size: min(3vw, 30px);
}
.club_list .data .club-catch {
    font-size: min(1.8vw, 18px);
    margin-top: 6px;
}
.club_list .data .btn {
    background: #1e3659;
    border: 1px solid #1e3659;
    border-radius: 100px;
    color: #fff;
    text-align: left;
    padding: 10px 24px;
    margin-top: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    transition: ease .6s;
}
.club_list .list:hover .btn {
    background: #fff;
    color: #1e3659;
}

.club_list-box .swiper-thumbs {
    padding: 0;
    width: 50%;
    margin: auto;
}
.swiper-thumbs .club_thum {
    justify-content: center;
}
.swiper-thumbs .swiper-slide {
    transition: transform 0.6s;
    width: 75px!important;
    height: 75px;
    border: 1px solid #b3b3b3;
    background: #fff;
    border-radius: 100px;
    margin: 0 6px;
    overflow: hidden;
    text-align: center;
    padding: 4px 8px 0;
    transition: all 0.4s ease;
}
.swiper-thumbs .swiper-slide:hover {
    background: #b3b3b3;
}
.swiper-thumbs .swiper-slide.swiper-slide-thumb-active {
    border: 2px solid #1e3659;
    background: #09579d;
}

.wood, .iron {
    padding-top: 6%;
}
.iron {
    padding-bottom: 6%;
}
.wood .club_about {
    margin-left: 8.1%;
    background: url(../img/bg_wood.jpg) no-repeat;
}
.iron .club_about {
    margin-right: 8.1%;
    background: url(../img/bg_iron.jpg) no-repeat;
    border-radius: 0 34px 34px 0;
}
.wood .club_about.effect,
.iron .club_about.effect {
    transform: initial;
    transition: all 0.4s ease;
    background-size: cover;
    background-attachment: fixed;
}
.iron .club_about::before {
    border-radius: 0 34px 34px 0;
}
.iron .club_about .club_text {
    float: right;
}
.iron .club_list-box {
    position: relative;
    z-index: 1;
}
@media (max-width: 769px) {
    .club_about {
        padding: 20px;
    }
    .club_text .club-catch {
        font-size: min(6.5vw, 40px);
        font-weight: bold;
    }
    .club_text .club-copy {
        font-size: min(2.6vw, 16px);
        font-weight: bold;
    }
    .club_list-box {
        padding: 30px 24px 12%;
    }
    .club_list-box .list-title {
        font-size: min(5.4vw, 34px);
    }
    .club_list-box .swiper {
        padding: 5% 0 6%;
    }
    .club_list .list {
        padding: 0 10px 20px;
    }
    .club_list .list img {
        height: 124px;
    }
    .club_list .list .notes {
        font-size: 60%;
        letter-spacing: 0;
    }
    .club_list .data .club-name {
        font-size: min(5vw, 30px);
    }
    .club_list .data .club-catch {
        line-height: 1.6;
        font-size: 14px;
        margin: 8px auto;
    }
    .club_list .data .btn {
        padding: 6px 16px;
        margin-top: 10px;
    }

    .club_list-box .swiper-thumbs {
        padding: 0;
        width: 100%;
    }
    .swiper-thumbs .swiper-slide {
        width: 54px !important;
        height: 54px;
        margin: 0 3px;
    }
    .wood, .iron {
        padding-top: 13%;
    }
    .iron {
        padding-bottom: 13%;
    }
    .wood .club_about {
        margin-left: 6%;
    }
    .iron .club_about {
        margin-right: 6%;
    }
    .wood .club_about.effect,
    .iron .club_about.effect {
        background-attachment: initial;
    } 
    .iron .club_about .club_text {
        float: none;
    }
}

/**** bg- ****/
.bg-club {
    margin-top: -12%;
    background: url(../img/bg_club.jpg) no-repeat;
    background-position: center;
    padding-top: 26vw;
    position: relative;
}
.bg-shaft {
    margin-top: -12%;
    background: url(../img/bg_shaft.jpg) no-repeat;
    background-position: center;
    padding-top: 26vw;
    position: relative;
}
.bg-club .area-title,
.bg-shaft .area-title {
    color: #fff;
    position: relative;
    z-index: 1;
    padding: 0 3% 2vw;
    letter-spacing: 2px;
    text-align: center;
    text-shadow: 0 0 6px #000;
    font-size: min(5vw,50px);
    letter-spacing: 3px;
}
.bg-club.effect,
.bg-shaft.effect {
    transform: initial;
    transition: all 0.4s ease;
    background-size: cover;
    background-attachment: fixed;
}
.bg-club::after,
.bg-shaft::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / 25%);
}
@media (max-width: 769px) {
    .bg-club,
    .bg-shaft {
        margin-top: -15%;
        background-size: 160%;
        padding-top: 36vw;
    }
    .bg-club.effect,
    .bg-shaft.effect {
        background-attachment: initial;
    }
    .bg-club .area-title,
    .bg-shaft .area-title {
        font-size: min(9vw,50px);
        padding-bottom: 5vw;
    }
}

/**** spec-shaft ****/
.tab-group {
    margin-top: 20px;
    list-style: none;
    text-align: center;
    position: relative;
    z-index: 1;
}
.tab-button {
    display: flex;
    justify-content: space-between;
    list-style: none;
    /* カーソル形状を指先にする */
    cursor: pointer;
}
.tab-button .is-active {
    background: #1e3659;
    border: 1px solid #1e3659;
    color: #FFF;
}
.tab {
    width: calc(100% / 7);
    border: 1px solid #1e3659;
    padding: 10px 8px;
    background: #fff;
    border-bottom: none;
    font-size: min(1.6vw, 16px);
    line-height: 1.1;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 10px 10px 0 0;
}
.tab-contents {
    border-top: none;
    background: #ccebdc;
}
.content {
    display: none;
    padding: 20px;
    text-align: left;
}
.content.is-active {
    display: block;
    border: 1px solid #1e3659;
    border-radius: 0 0 10px 10px;
    background: #fff;
}

.table-box {
    width: 100%;
    max-height: 540px;
    overflow: auto;
}
.table-box table {
    width: 100%;
    min-width: 1000px;
    padding: 2px;
}
.table-box tbody {
    -webkit-text-size-adjust: 100%;
}
.table-box th, .table-box td {
    width: 290px;
    vertical-align: middle;
    padding: 18px 15px;
    text-align: center;
    line-height: 1.3;
    font-weight: 500;
    font-size: 16px;
}
.table-box td {
    border: 1px solid #0c0c0c;
    border-top: 1px;
    border-left: 1px;
    font-weight: 400;
}
.table-box .fixed-top,
.table-box .fixed,
.table-box .fixed-right {
    position: sticky;
    top: 0;
    left: 0;
}
.table-box .fixed-top::before,
.table-box .fixed::before,
.table-box .fixed-right::before {
    content: "";
    position: absolute;
    top: -1px;
    left: -1px;
    width: 100%;
    height: 100%;
    border: 1px solid #0c0c0c;
}
.table-box .fixed-top {
    z-index: 2;
}
.table-box .fixed {
    z-index: 1;
}
.table-box .fixed-right {
    left: 100px;
}
.table-box .tbg-b {
    background: #1e3659;
    color: #fff;
}
.table-box .tbg-g {
    background: #f7f7f7;
}
.table-box .tbg-w {
    background: #fff;
}
.table-box .shaft-border .fixed {
    padding: 10px 10px;
    text-align: left;
    font-size: min(1.8vw,18px);
    border-top: 1px solid #0c0c0c;
    border-bottom: 1px solid #0c0c0c;
}
.table-box .shaft-border .fixed::before {
    border: none;
}
.table-box .shaft-border td {
    border-right: 0;
}

.spec .table-box .tbg-b {
    width: 12%;
}
.spec .table-box .tbg-b.fixed-right {
    left: min(16.4%,122px);
}
.notes-area {
    text-align: right;
    line-height: 1.5;
    font-size: 80%;
    margin-top: 10px;
}

.spec {
    padding-top: 6%;
}
.spec-head {
    margin: 8px auto 28px;
}
.spec-head .data {
    margin-bottom: 14px;
}
.spec-head .club-name {
    font-size: min(2vw,20px);
    font-weight: 500;
}
.spec-head .info {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-top: 6px;
}
.spec-head .info:first-of-type {
    margin-top: 0;
}
.spec-head .info-name {
    background: #fff;
    color: #1e3659;
    border: 2px solid #1e3659;
    font-size: min(1.5vw,15px);
    padding: 2px 10px;
    border-radius: 6px;
    line-height: 1.6;
    margin-right: 8px;
    width: min(20%, 214px);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}
.spec-head .info-name .notes {
    font-size: 80%;
    width: 100%;
    text-align: center;
    margin-top: -4px;
}
.spec-head .info-data {
    font-size: min(1.5vw,15px);
    line-height: 1.6;
    width: 80%;
}

.shaft {
    padding: 6% 0;
}
.shaft .tab-button {
    justify-content: flex-start;
}
.shaft .tab {
    padding: 18px 8px;
}
.shaft .shaft-img {
    width: 40%;
    padding: 0;
    text-align: left;
}
.shaft .shaft-name {
    font-size: min(1.8vw,18px);
    font-weight: 500;
    padding: 10px 10px 4px;
}

.scroll-hint-text { 
    margin-top: 0;
}
.scroll-hint-icon {
    width: 130px !important;
    height: 100px !important;
    padding: 25px 10px 10px 10px !important;
    z-index: 2;
}
@media (max-width: 769px) {
    .tab-button {
        justify-content: flex-start;
        flex-wrap: wrap;
        margin-bottom: 10px;
    }
    .tab {
        width: calc(100% / 4 - 2px);
        padding: 14px 8px;
        font-size: min(3.2vw, 16px);
        border-radius: 5px;
        margin: 1px;
        border: 1px solid #1e3659;
    }
    .tab-group {
        margin-top: 4px;
    }
    .content {
        padding: 16px;
    }
    .content.is-active {
        border-radius: 10px;
    }
    .spec-head .data {
        margin-bottom: 5px;
    }
    .spec-head .club-name {
        font-size: min(4vw, 20px);
        font-weight: bold;
    }
    .spec-head .info {
        display: block;
    }
    .spec-head .info-name {
        font-size: min(3vw, 15px);
        width: 100%;
        border: 1px solid #1e3659;
    }
    .spec-head .info-data {
        font-size: min(3vw, 15px);
        display: block;
        width: 100%;
        margin-top: 3px;
    }
    .table-box {
        max-height: 430px;
    }
    .table-box table {
        min-width: 750px;
    }
    .table-box th, .table-box td {
        width: 50px;
        padding: 12px 6px;
        font-size: 14px;
    }
    .table-box .fixed-right {
        left: 84px;
    }
    .table-box .shaft-border .fixed {
        padding: 8px 0 8px 6px;
        font-size: min(3.6vw, 18px);
        line-height: 1.1;
    }
    .spec .table-box .tbg-b {
        width: 10%;
    }
    .spec .table-box .tbg-b.fixed-right {
        left: 75px;
    }

    .spec {
        padding-top: 8%;  
    }
    .shaft {
        padding: 8% 0 12%;
    }
    .shaft .shaft-img {
        width: 20%;
    }
    .shaft .shaft-name {
        font-size: min(3vw, 18px);
        font-weight: bold;
        padding: 10px 5px 4px;
    }
}

/**** youtube ****/
.youtube-area .max-inner {
    padding: 4% 0;
}
.youtube-area .youtube_list {
    width: 100%;
}
.youtube_list .area-title {
    color: #fff;
    margin-bottom: 3vw;
    font-size: min(4vw, 50px);
}
.youtube_list .youtube-box {
    display: flex;
    flex-wrap: wrap;
    width: 46%;
}
.youtube_list .pickup-movie {
    width: 40%;
    margin-right: 12px;
}
.pickup-movie .youtube-movie {
    width: 100%;
    line-height: 1.6;
}
.youtube_list.youtube_list_01 .youtube-box {
    width: 100%;
}
.youtube_list .movie-box {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.youtube_list.youtube_list_01 .pickup-movie {
    width: 100%;
    margin-right: 0;
}
.youtube_list_01 .pickup-movie .youtube-movie {
    width: 32.9%;
    margin-right: 0.2%;
}
.youtube_list_01 .pickup-movie .youtube-movie:nth-of-type(3n) {
    margin-right: 0;
}


.pickup-movie .movie-title {
    color: #fff;
    font-size: min(2.8vw,18px);
    letter-spacing: 2px;
    margin-top: 6px;
}
.pickup-movie .youtube-movie .icon-title {
    font-size: 16px;
    top: 10px;
    left: 10px;
}
.pickup-movie .youtube-movie .play_btn {
    /* width: min(76px, 6vw); */
    width: min(50px, 4vw);
}
.youtube-movie {
    margin: 2px 2px 2%;
    width: calc(100% / 4 - 4px);
}
.youtube-movie a {
    display: block;
    transition: all 0.3s;
    line-height: 0;
    position: relative;
}
.youtube-movie .icon-title {
    display: block;
    position: absolute;
    top: 7px;
    left: 7px;
    z-index: 1;
    border: 1px solid #ba996b;
    background: #ba996b;
    border-radius: 100px;
    color: #ffffff;
    padding: 1px 10px;
    line-height: 1.2;
    font-size: 13px;
}
.youtube-movie .icon-title.imp {
    border: 1px solid #09579d;
    background: #09579d;
}
.youtube-movie .thumb_img {
    width: 100%;
    height: auto;
    max-width: 100%;
    position: relative;
    border-radius: 10px;
}
.youtube-movie .play_btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    /* width: min(50px,5vw); */
    width: min(35px, 3vw);
}
.youtube-box .movie-title {
    color: #fff;
    font-size: min(1.4vw, 14px);
    letter-spacing: 2px;
    margin-top: 3px;
    margin-left: 3px;
    line-height: 1.6;
}
.youtube-movie.comming a {
    pointer-events: none;
}
.youtube-movie.comming .play_btn {
    display: none;
}
@media (max-width: 769px) {
    .youtube-area .max-inner {
        padding: 11% 4%;
    }
    .youtube_list .area-title {
        margin-bottom: 5vw;
        font-size: min(8vw, 50px);
    }
    .youtube_list .movie-box {
        display: block;
    }
    .youtube_list .pickup-movie {
        width: 100%;
        margin: 0 0 12px;
    }
    .pickup-movie .movie-title {
        font-size: min(3.4vw, 18px);
    }
    .pickup-movie .youtube-movie .play_btn {
        width: min(76px, 14vw);
    }
    .youtube_list .pickup-movie .youtube-box {
        flex-wrap: wrap;
        /* justify-content: center; */
        width: 100%;
    }
    .youtube-movie {
        margin: 2px 4px 6px;
        width: calc(100% / 2 - 8px);
    }
    .youtube-movie .thumb_img {
        border-radius: 5px;
    }
    .youtube-movie .play_btn {
        width: min(66px, 5.5vw);
    }
    .youtube-movie .icon-title {
        font-size: 9px;
        top: 5px;
        left: 5px;
    }
    .youtube-box .movie-title {
        font-size: min(2.8vw, 14px);
    }
    /*.youtube-movie.comming {
        display: none;
    }*/
    .youtube_list_01 .pickup-movie .youtube-movie {
        width: 32%;
    }
    .pickup-movie .youtube-movie .play_btn {
        /* width: min(76px, 6vw); */
        width: min(50px, 5.5vw);
    }
    .pickup-movie .youtube-movie.youtube-movie_sp_l .play_btn {
        /* width: min(76px, 6vw); */
        width: min(50px, 10vw);
    }
}

/**** impression ****/
.impression {
    padding: 6% 0 0;
}
.impression .max-inner {
    background: #fff;
    border-radius: 30px;
    padding: 40px;
    display: flex;
    align-items: center;
    position: relative;
    z-index: 1;
}
.impression_02 .max-inner {
    display: block;
}
.impression .area-title {
    text-align: center;
    font-size: min(4vw, 50px);
    color: #0c0c0c;
    margin-bottom: 0;
}
.youtube_btn {
    width: 34%;
    margin-right: 4%;
}
.youtube_btn a {
    display: block;
    width: min(84%,302px);
    margin: auto;
    transition: ease .6s;
}
#impression .short-box {
    margin: 0;
    width: 46%;
    margin-left: 0;
    margin-right: -4px;
}
.short-box ul {
    margin-bottom: 10px;
}
.youtube-short {
    /*width: calc(100% / 4 - 6px);*/
    aspect-ratio: 9 / 18;;
    margin: 0 3px;
    line-height: 0;
}
.youtube-short a {
    transition: all 0.4s;
    position: relative;
    display: block;
}
.youtube-short a::after {
    content: "";
    position: absolute;
    background: rgb(0 0 0 / 20%);
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 10px;
}
.youtube-short .sthumb_img {
    object-fit: cover;
    aspect-ratio: 9 / 18;
    border-radius: 10px;
    border: 1px solid #0c0c0c;
}
.youtube-short .short_btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: min(76px,6vw);
    z-index: 1;
}
.modal-video-movie-wrap.modal-video-short-wrap {
    width: 352px;
    height: 75%;
}
.modal-video-short-wrap button {
    position: absolute;
    z-index: 2;
    top: -45px;
    right: 0;
    display: inline-block;
    width: 35px;
    height: 35px;
    overflow: hidden;
    border: none;
    background: transparent;
}
.impression_midasi_wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 2vw;
}
#impression .youtube_list_02 .youtube-box {
    width: 100%;
}
#impression .youtube_list_02 .youtube-box .youtube-movie {
    margin: 0 6px 6px 0;
    width: calc(100% / 4 - 6px);
}
#impression .youtube_link {
    max-width: 220px;
    width: 25%;
    line-height: 1;
}
#impression .youtube_link_02 {
    display: none;
}
.impression_movie_wrap {
    width: 53%;
    margin-bottom: 0;
}
.impression_movie_wrap .youtube-box {
    display: flex;
    flex-wrap: wrap;
    margin-top: 1.7%;
}
.impression_movie {
    margin: 0 0 2%;
    width: 32%;
}
.impression_movie_wrap_wrap {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
#impression .youtube_list_03 .youtube-box {
    width: 100%;
}
.youtube_list_03 .youtube-movie .impression_movie {
    margin: 0 6px 6px 0;
    width: calc(100% / 3 - 4px);
}
.youtube_list_03 .youtube-movie .impression_movie:nth-of-type(3n) {
    margin-right: 0;
}
@media (orientation: landscape) {
    .modal-video-short-wrap button {
        top:0;
        right: -45px
    }
}
.modal-video-short-wrap button:before {
    transform: rotate(45deg)
}
.modal-video-short-wrap button:after {
    transform: rotate(-45deg)
}
.modal-video-short-wrap button:before,.modal-video-short-wrap button:after {
    content: '';
    position: absolute;
    height: 2px;
    width: 100%;
    top: 50%;
    left: 0;
    margin-top: -1px;
    background: #fff;
    border-radius: 5px;
    margin-top: -6px
}
.modal-video-short-wrap iframe {
    aspect-ratio: 9 / 18;
    width: 100%;
    height: 100%;
}
.impression .swiper-button-prev,
.impression .swiper-button-next {
    height: 48px;
    width: 48px;
}
.impression .swiper-button-prev::after,
.impression .swiper-button-next::after {
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    height: 48px;
    margin: auto;
    width: 48px;
}
.impression .swiper-button-prev::after {
  background-image: url(../img/movie/arrow-left.png);
}
.impression .swiper-button-next::after {
  background-image: url(../img/movie/arrow-right.png);
}
.impression .swiper-pagination-bullet-active {
    background: #0c0c0c;
}
.youtube_list_02 .pickup-movie .youtube-movie .play_btn,.youtube_list_03 .youtube-movie.impression_movie_wrap > a .play_btn {
    width: min(60px, 5.2vw);
}

@media (max-width: 769px) {
    .impression {
        padding: 10% 0 0;
    }
    .impression .area-title {
        font-size: min(8vw, 50px);
    }
    .impression .max-inner {
        flex-direction: column-reverse;
        padding: 8% 5%;
    }
    .short-box {
        width: 90%;
    }
    .youtube-short .short_btn {
        width: min(76px, 12vw);
    }
    .modal-video-movie-wrap.modal-video-short-wrap {
        width: 84%;
        height: 570px;
    }
    .impression .swiper-button-prev,
    .impression .swiper-button-next {
        height: 35px;
        width: 35px;
    }
    .youtube_btn {
        width: 86%;
        margin: 3% auto;
    }
    #impression .youtube_list .youtube-box {
        width: 100%;
        margin-top: max(2%, 10px);
    }
    .impression_movie {
        margin: 0 0 2%;
        width: 49%;
    }
    .impression_movie_wrap {
        width: 100%;
    }
    #impression .short-box {
        width: 100%;
        margin-top: max(2%, 7px);
    }
    #impression .youtube_link {
        display: none;
    }
    .youtube_list_01 .pickup-movie .youtube-movie {
        margin: 2px 2px 0px;
        width: calc(100% / 2 - 4px);
    }
    .youtube_list_01 .pickup-movie .youtube-movie_sp_l {
        width: 100%;
        margin-bottom: 5px;
    }
    .impression_movie {
        width: 49%;
    }
    .youtube_list_03 .youtube-movie .impression_movie {
        margin: 0 6px 6px 0;
        width: calc(100% / 2 - 3px);
    }
    .youtube_list_03 .youtube-movie .impression_movie:nth-of-type(3n) {
        margin-right: 6px;
    }
    .youtube_list_03 .youtube-movie .impression_movie:nth-of-type(2n) {
        margin-right: 0;
    }
    #impression .youtube_link_02 {
        display: block;
        max-width: 330px;
        width: 60%;
        margin: 20px auto 0;
    }
    .impression_midasi_wrap {
        margin-bottom: 5vw;
    }
    #impression .youtube_list_02 .pickup-movie {
        margin: 0;
    }
    #impression .youtube_list_02 .pickup-movie .youtube-movie:first-of-type {
        margin: 0;
    }
    #impression .youtube_list_02 .youtube-box .youtube-movie {
        width: calc(100% / 2 - 6px);
    }
    #impression .youtube_list_02 .youtube_link_02 {
        margin: 7% auto 0;
    }
    .youtube_list_02 .pickup-movie .youtube-movie .play_btn, .youtube_list_03 .youtube-movie.impression_movie_wrap > a .play_btn {
        width: min(50px, 10vw);

    }
}

/**** main-foot ****/
.main-foot {
    background: url(../img/bg_foot.jpg) no-repeat;
    background-size: cover;
    background-position-y: center;
    background-attachment: fixed;
    padding: 15vw 0;
    position: relative;
}
.main-foot::after {
    content: "";
    background: rgb(0 0 0 / 40%);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.main-foot .logo {
    display: block;
    text-align: center;
    width: min(40%,315px);
    margin: auto;
    position: relative;
    z-index: 1;
}
@media (max-width: 769px) {
    .main-foot{
        background-attachment: inherit;
        padding: 20vw 0;
    }
}

/**** footer ****/
footer{
    position: relative;/*ポジションを指定してやればfixedよりも前に出てくる*/
    background: #fff;
}