@charset "utf-8";
/* CSS Document */

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

/* 余白調整 */

.mb20{
    margin-bottom: 20px;
}
.mb40{
    margin-bottom: 40px;
}
.mt80{
    margin-top: 80px;
}


@media screen and (max-width: 768px) {
    .mt80{
        margin-top: 60px;
    }
    .s-mb50{
        margin-bottom: 50px;
    }
}

/*BUDO*/
/* 新規追加20240115 */

.new{
    padding: 0 10px;
}
.new::before{
    content: "NEW";
    display: inline-block;
    background-color: #ff0000;
    color: #fff;
    line-height: 1;
    margin-right: .5em;
    padding: .45em .5em;
    font-size: .5em;
    vertical-align: text-bottom;
    font-family: 'Avenir','Helvetica Neue','Helvetica','Arial', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro','メイリオ', 'Meiryo', '游ゴシック', 'Yu Gothic', 'ＭＳ Ｐゴシック', sans-serif;
}

@media screen and (max-width: 768px) {
    .new::before{
        line-height: 1;
        margin-right: 2vw;
        padding: 1vw 1.5vw 0.7vw;
        font-size: 2.1vw;
    }
    /* .new::before{
        line-height: 1;
        margin-right: .5em;
        padding: .4em .8em .3em;
        font-size: .56em;
    } */
}


/* .new::before{
    content: "NEW";
    background-color: #ff0000;
    padding: 5px 15px;
    font-family: 'Avenir','Helvetica Neue','Helvetica','Arial', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro','メイリオ', 'Meiryo', '游ゴシック', 'Yu Gothic', 'ＭＳ Ｐゴシック', sans-serif;
    font-size: 14px;
} */
    


#budo .lang li a {
    color: #000;
}

#budo .lang li::after {
    border-right: #000 1px solid;
}

#budo #mv {
    background: url('../untitled_(20_of_105.html)-3.jpg') no-repeat;
    background-position: left 0em bottom 0px;
    background-size: cover;
    height: 100vh;
    margin-top: 5px;
    position: relative;
    z-index: 3;
}

@media screen and (max-width: 1440px) {
    #budo #mv {
        background-position: left 0em bottom 0px;
    }
}

@media screen and (max-width: 1024px) {
    #budo #mv {
        background-position: left -10em bottom 5px;
    }
}



#budo .main_mv {
    background: url('../png/mask.png') no-repeat;
    background-position: 25%, 0;
    background-size: cover;
    /* height: 820px; */
    height: 100%;
    display: table;
    width: 100%;
    position: relative;
    max-width: 100%;
}

#budo .main_mv::before {
    content: "";
    background: url('../png/budo_ray01.png') no-repeat;
    position: absolute;
    width: 100%;
    height: 100%;
    background-size: cover;
    top: -40px;
    left: -50px;
}



/*@media screen and (max-width: 1920px) {
#budo .main_mv::before {
    left: -360px;
}	
	}
	
@media screen and (max-width: 1440px) {
#budo .main_mv::before {
    left: -350px;
}	
#budo .main_mv::before {
    width: 100%;
    height: 91%;	
	}
}
	
@media screen and (max-width: 1366px) {
#budo .main_mv::before {
    left: -465px;
    width: 117%;
    height: 91%;	
}	
	}
	
@media screen and (max-width: 1280px) {
#budo .main_mv::before {
    left: -356px;
    width: 106%;
    height: 71%;
}
}
*/

@media screen and (max-width: 1024px) {
    #budo .main_mv::before {
        top: 0;
        left: -15%;
        right: 0;
        margin: auto;
        width: 100%;
        height: 63%;
        background-size: cover;
        bottom: 0;
    }
}



#budo .main_mv .logo {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

@media screen and (max-width: 1440px) {
    .main_mv .logo img {
        width: 20%;
        height: auto;
    }

    #outdoor .main_mv .logo img,
    #outdoor_sp .main_mv .logo img {
        width: 28%;
    }

}


#budo .main_mv .logo_s {
    position: absolute;
    top: 30px;
    left: 50px;
}

#budo .main_mv .link-text {
    position: absolute;
    bottom: 20%;
    width: 100%;
    left: 0;
    font-size: 26px;
    text-align: center;
    font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
}
#budo .main_mv .link-text a{
    color: #000;
}

@media screen and (max-width: 768px) {
    #budo .main_mv .link-text {
        font-size: 18px;
    }    
}

#budo .main_mv .know_experience {
    display: flex;
    justify-content: center;
    position: absolute;
    bottom: 18%;
    width: 100%;
    left: 0;
    font-size: 18px;
    text-align: center;
    font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
    padding: 0;
}
#budo .main_mv .know_experience li {
    list-style:none;
    margin: 0 10px;
}
#budo .main_mv .know_experience li a {
    display: block;
    width: 230px;
    background: #000;
    color: #fff;
    text-decoration: none;
    position: relative;
    padding: 6px 20px;
    border: 1px solid #000;
}
#budo .main_mv .know_experience li a:hover {
    background: #fff;
    color: #000;
    border: 1px solid #000;
}
#budo .main_mv .know_experience li a::after {
    content: "";
    position: absolute;
    right: 20px;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 10px;
    height: 10px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
#budo .main_mv .know_experience li a:hover::after {
    border-top: 2px solid #000;
    border-right: 2px solid #000;
}

@media screen and (max-width: 768px) {
    #budo .main_mv .know_experience {
        display: block;
        bottom: 14%;
        font-size: 16px;
    }
    #budo .main_mv .know_experience li a {
        display: block;
        width: 70%;
        margin: 10px auto;
        padding: 10px 0;
    }
}


section h2 {
    text-align: center;
    position: relative;
}

section#point {
    padding-top: 30px;
    position: relative;
    margin-bottom: 60px;
    padding-bottom: 60px;
    z-index: 2;
}

section#point::before {
    content: "";
    position: absolute;
    background: url("../png/bg_img.png") no-repeat;
    background-size: cover;
    width: 100%;
    height: 50%;
    top: -300px;
    left: -60px;
}

@media screen and (max-width: 1440px) {
    section#point::before {
        top: -210px;
    }
}

@media screen and (max-width: 1024px) {
    section#point::before {
        top: -160px;
    }
}


.content_col {
    display: block;
}

.content_col .point_str {
    display: flex;
    width: 100%;
    position: relative;
}

.content_col .point_str div {
    width: 50%;
    display: flex;
    position: relative;
    z-index: 1;
    flex: 1;
    margin-top: -40px;
    overflow: hidden;
}

.content_col .point_str div:first-child {
    position: relative;
    height: 600px;
    display: table;
    width: 50%;
    margin: 30px 0;
}

.content_col .point_str:first-child::before {
    content: "";
    position: absolute;
    background: url('../png/01.png') no-repeat;
    background-size: cover;
    left: -150px;
    top: 0;
    width: 560px;
    height: 560px;
}

.content_col .point_str div div.inner div.wrap-img-flex{
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin-top: 0;
}

.content_col .point_str div div.inner div.wrap-img-flex .col2_img{
    width: 48%;
    display: inline-block;
}

.content_col .point_str div div.inner a.btn{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 300px;
    color: #fff;
    background-color: #AF2D2D;
    margin: 30px 0 0 auto;
    position: relative;
    text-decoration: none;
    font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
    font-size: 14px;
    padding: 8px 0;
}
.content_col .point_str div div.inner a.btn::after {
    content: "";
    position: absolute;
    right: 15px;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 10px;
    height: 10px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
@media screen and (max-width: 768px) {
    .content_col .point_str div div.inner a.btn{
        width: 100%;
        margin: 30px 0 50px auto;
    }
}

.content_col .point_str:first-child figure {
    padding: 0;
    margin: 0;
    background: url("../jpg/ph01.jpg") no-repeat;
    background-size: cover;
    width: 100%;
    -webkit-clip-path: polygon(0 5%, 100% 0%, 100% 100%, 0 95%);
    clip-path: polygon(0 5%, 100% 0%, 100% 100%, 0 95%);
}

.content_col .point_str:nth-child(2)::before {
    content: "";
    position: absolute;
    background: url('../png/02.png') no-repeat;
    background-size: cover;
    left: 150px;
    top: 0;
    width: 650px;
    height: 510px;
}



.content_col .point_str:nth-child(2) figure {
    padding: 0;
    margin: 0;
    background: url("../jpg/ph02.jpg") no-repeat;
    background-size: cover;
    width: 100%;
    -webkit-clip-path: polygon(0 0, 100% 5%, 100% 95%, 0 100%);
    clip-path: polygon(0 0, 100% 5%, 100% 95%, 0 100%);
}

.content_col .point_str:nth-child(3)::before {
    content: "";
    position: absolute;
    background: url('../png/03.png') no-repeat;
    background-size: cover;
    left: -150px;
    top: 0;
    width: 650px;
    height: 510px;
}

.content_col .point_str:nth-child(3) figure {
    padding: 0;
    margin: 0;
    background: url("../jpg/ph03.jpg") no-repeat;
    background-size: cover;
    width: 100%;
    -webkit-clip-path: polygon(0 5%, 100% 0, 100% 100%, 0 95%);
    clip-path: polygon(0 5%, 100% 0, 100% 100%, 0 95%);
}

.content_col .point_str div .inner::before {
    display: none;
}

.content_col .point_str div:first-child .inner {
    display: table-cell;
    vertical-align: middle;
    text-align: left;
    padding-right: 5em;
    padding-left: 6em;
}

.content_col .point_str div .inner h3 {
    font-size: 40px;
    color: #fff;
    line-height: 1.6em;
    letter-spacing: 0.2em;
    font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
}

.content_col .point_str div .inner h3 span {
    background: linear-gradient(transparent 60%, #af2d2d 60%);
    padding: 0 10px;
}

.content_col .point_str div .inner h3 img {
    width: auto;
    max-width: 100%;
    height: auto;
}

@media screen and (max-width: 480px) {
    .content_col .point_str div .inner h3 img {
        width: 100%;
        max-width: 100%;
        height: auto;
    }
}

.content_col .point_str div .inner p {
    color: #fff;
    font-size: 22px;
    font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";

}

.movie_block {
    width: 900px;
    /* margin: 0 auto 150px auto; */
    margin: 0 auto 70px auto;
    position: relative;
    z-index: 9;
    font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
}

@media screen and (max-width: 900px) {
    .movie_block {
        width: 80%;
        margin: 0 auto 80px auto;
    }
}

.movie_block h3 {
    font-size: 28px;
    color: #fff;
    margin-bottom: 10px;
}
@media screen and (max-width: 480px) {
    .movie_block h3 {
        font-size: 15px;
    }
}
@media screen and (max-width: 373px) {
    .movie_block h3 {
        font-size: 13px;
    }
}


.movie_block p a {
    text-align: right;
    display: block;
    color: #fff;
    position: relative;
    padding-right: 35px;
    text-decoration: underline;
}

.movie_block p a::after {
    content: "";
    position: absolute;
    right: 15px;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 10px;
    height: 10px;
    border-top: 3px solid #fff;
    border-right: 3px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

section#movie {
    position: relative;
    z-index: 1;
}

#movie::before {
    content: "";
    position: absolute;
    background: url("../png/mv_bg.png") no-repeat;
    background-size: contain;
    width: 100%;
    height: 100%;
    left: 0%;
    /* top: -300px; */
    /* top: -150px; */
    z-index: -1;
}

.movie {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
}

.movie iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100% !important;
    height: 100% !important;
}

#exp {
    position: relative;
    z-index: 1;
    /* margin-bottom: 100px; */
}

#exp::before {
    content: "";
    background: url('../png/taiken_bg.png') no-repeat;
    position: absolute;
    top: -10%;
    left: 0;
    width: 100%;
    height: 100%;

}


.exp_block {
    width: 900px;
    max-width: 900px;
    margin: 0 auto 60px auto;
    color: #fff;
    font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
    position: relative;
    z-index: 3;

}

.exp_block .cat {
    padding-left: 0 !important;
}


@media screen and (max-width: 1024px) {
    .exp_block {
        width: 90%;
        max-width: 100%;

    }

}

@media screen and (max-width: 480px) {
    .exp_block {
        margin-bottom: 40px;
    }

}

.exp_block figure {
    background: #8E8E8E;
    width: 100%;
    margin: 0 0 20px 0;
}

.pref {
    border-bottom: #fff 1px solid;
    margin-bottom: 14px;
    padding-bottom: 3px;
    font-size: 30px;
}

.cat {
    position: relative !important;
    font-size: 28px !important;
    display: block;
}

.cat::before {
    display: none;
    content: "●" !important;
    margin-right: 2px !important;
}

.exp_block h3 {
    font-size: 38px;
    color: #fff;
    font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
    padding: 0;
    margin: 0;
}

.exp_block h3 span {
    background: linear-gradient(transparent 60%, #af2d2d 60%);
    padding: 0 10px;
}

.btn_block {
    display: flex;
    justify-content: flex-end;
}

/* .btn_block div {
    display: flex;
    text-align: center;
	padding: 0.5em 2em;
	max-width: 230px;
	max-height: 50px;
} */
.btn_block div {
    width: 230px;
    height: 50px;
    position: relative;
}

.btn_block div span {
    font-size: 0.7em;
    display: block;
    margin-top: -0.5em;
}
@media screen and (max-width: 768px) {
    .btn_block div span {
        margin-top: 0;
    }    
}

@media screen and (max-width: 768px) {}

@media screen and (max-width: 480px) {
    .btn_block div {
        width: 128px;
        display: flex;
        text-align: center;
        padding: 0em 1em;
        max-width: 130px;
        max-height: 50px;

    }

    #budo #exp {
        position: relative;
        z-index: 1;
        margin-bottom: 50px;
    }
}


.btn_block div:first-child {
    background: #d87120;
    border: 1px #000 solid;
    position: relative;
}

.btn_block div:first-child a {
    color: #fff;
    text-decoration: none;
}

.btn_block div:nth-child(2) {
    background: #cacaca;
    border: 1px #000 solid;
    margin-left: 20px;
    position: relative;
}

.btn_block div:nth-child(2) a {
    color: #000;
    text-decoration: none;
}


/* .btn_block div a {
    display: block;
    position: relative;
    display: table-cell;
    margin: auto;	
} */
.btn_block div a {
    width: 100%;
    text-align: center;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
}

.btn_block div:first-child::after {
    content: "";
    position: absolute;
    right: 15px;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 10px;
    height: 10px;
    border-top: 3px solid #fff;
    border-right: 3px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.btn_block div:nth-child(2)::after {
    content: "";
    position: absolute;
    right: 15px;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 10px;
    height: 10px;
    border-top: 3px solid #000;
    border-right: 3px solid #000;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
@media screen and (max-width: 768px) {
    .btn_block div.en:first-child::after {
        right: 5px;
    }
    .btn_block div:nth-child(2)::after {
        right: 10px;
    }    
}

.btn_block div.official {
    background: #cacaca;
}

.btn_block div.official a {
    color: #000;
}

.btn_block div.official::after {
    border-top: 3px solid #000;
    border-right: 3px solid #000;
}



.photo_block {
    display: flex;
    justify-content: space-around;
    position: relative;
    z-index: 3;
}

.photo_block div {
    width: calc(100% / 2);
}

.photo_block div:first-child {
    margin-right: 10px;
}

.photo_block div:last-child {
    margin-left: 10px;
}

.photo_block div figure img {
    max-width: 100%;
    width: 100%;
    height: auto;
    display: block;
}

.otherexp_block {
    margin-bottom: 280px;
}

.otherexp_block h2 {
    margin-bottom: 60px;
}

.other_exp {
    width: 1024px;
    max-width: 1024px;
    margin: 0 auto 60px auto;
    position: relative;
    z-index: 1;
    font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";

}

@media screen and (max-width: 1024px) {
    .other_exp {
        width: 100%;
        max-width: 100%;

    }
}

@media screen and (max-width: 480px) {
    .other_exp {
        margin: 0 auto 30px auto;
    }

    .otherexp_block h2.oa img {
        width: 40% !important;
        max-width: 100%;
        height: auto;
    }

}

.other_exp a {
    color: #fff;
    display: flex;
    justify-content: space-around;
    text-decoration: none;
}

.other_exp div {
    width: calc(100% / 2 - 20px);
}

.other_exp div:nth-child(2) {
    display: block;
}

.other_exp div:nth-child(2) .pref,
.other_exp div:nth-child(2) .cat {
    width: 100%;
    display: block;
    font-size: 24px !important;
}

.other_exp h3 {
    font-size: 28px;
    color: #fff;
    font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
    padding: 0;
    margin: 0;
}

.other_exp h3 span {
    background: linear-gradient(transparent 60%, #af2d2d 60%);
    padding: 0 10px;
}

.other_exp figure {
    width: 100%;
    margin: 0;
    padding: 0;
}

.other_exp figure img {
    width: 100%;
    max-width: 100%;
    height: auto;
    border-radius: 30px;
    /* height: 300px; */
    max-height: 300px;
    display: block;
    transition: 1.0s;
}

.other_exp a:hover figure img {
    opacity: 0.7;
}

.other_exp .text {
    position: relative;
    /* padding-right: 50px; */
    padding-right: 0;
    font-size: 18px;
}

.other_exp .text span.note {
    display: block;
    font-size: 14px;
    margin-top: 0.3em;
}
@media screen and (max-width: 768px) {
    .other_exp .text span.note {
        display: block;
        font-size: 11px;
        margin-top: 0.3em;
    }    
}

.o_lang .other_exp .text {
    position: relative;
    padding-right: 0px;
    font-size: 18px;
}

.cat::after {
    display: none;
    background: none;
    left: 0;
}

.cat::before {
    background: none !important;
    left: 0;
    top: 0 !important;
    /*	display: contents;*/
    display: none;
}

.cat {
    padding-left: 0;
}

@media screen and (max-width: 480px) {
    .cat {
        padding-left: 0;
    }
}


/* .other_exp div:nth-child(2)::before {
    width: 36px;
    height: 36px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: #af2d2d;
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
} */

/* .other_exp div:nth-child(2)::after {
    content: "";
    position: absolute;
    bottom: 14px;
    right: 14px;
    width: 10px;
    height: 10px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
} */

.budo_db {
    max-width: 1080px;
    margin: auto;
    display: flex;
    justify-content: flex-end;
}

.budo_db a {
    background: #af2d2d;
    position: relative;
    padding: 15px 2em;
    color: #fff;
    text-decoration: none;
}

.budo_db a::after {
    content: "";
    position: absolute;
    right: 15px;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 10px;
    height: 10px;
    border-top: 3px solid #fff;
    border-right: 3px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.noop {
    pointer-events: none;
}

.noop a:after {
    display: none;
}


@media screen and (max-width: 1024px) {

    .content_col .point_str div .inner h3 {
        font-size: 19px;

    }
}

@media screen and (max-width: 768px) {

    .content_col .point_str:nth-child(2)::before {
        left: 118px;
    }
}

@media screen and (max-width: 740px) {

    /*#budo #mv {
    background-position: left -14em bottom 1px!important;
    height: 180vh!important;
}		
#budo .main_mv {
    height: 180vh!important;
}	*/

}

@media screen and (max-width: 600px) {

    #budo #mv {
        background-position: left -14em bottom 1px !important;
        height: 80vh !important;
    }

    #budo .main_mv {
        background: url('../png/sp_mask.png');
        /* height: 680px; */
        height: 100%;
    }

}


@media screen and (max-width: 768px) {

    .content_col .point_str:first-child::before,
    .content_col .point_str:nth-child(2)::before,
    .content_col .point_str:nth-child(3)::before {
        width: 100%;
        left: 0;
    }

    .other_exp h3 {
        line-height: 1.4;
        word-break: break-all;
    }

    section#point::before {
        content: "";
        position: absolute;
        background: url('../png/bg_img.png') no-repeat;
        background-size: cover;
        width: 100%;
        height: 37%;
        top: -100px;
        left: -100px;
    }

    section h2 {
        position: relative;
        z-index: 2;
        top: -10px;
    }


    #movie h2 {
        margin-bottom: 0;
    }

    .movie_block {
        width: 80%;
        margin: 0 auto 40px auto;
    }

    .content_col .point_str div:first-child {
        display: block;
        width: 100%;
        margin: 0 auto 30px auto;
        height: auto;
    }

    #point h2 img {
        width: 60%;
        height: auto;
    }

    #movie h2 img,
    #expe h2 img {
        width: 30%;
        height: auto;
    }

    .content_col .point_str {
        width: 100%;
        flex-flow: column-reverse;
        margin-bottom: 50px;
        margin-top: -30px;
        position: relative;
        z-index: 1;

    }

    .content_col .point_str div {
        width: 100%;
    }

    .content_col .point_str:first-child figure,
    .content_col .point_str:nth-child(2) figure,
    .content_col .point_str:nth-child(3) figure {
        width: 100%;
        -webkit-clip-path: none;
        clip-path: none;
        height: 300px;
    }

    .content_col .point_str div:first-child .inner {
        position: relative;
        padding-right: 4em;
        padding-left: 1em;
        vertical-align: top;
    }

    .content_col .point_str div .inner h3 {
        font-size: 20px;
        position: relative;
        z-index: 2;
    }

    .content_col .point_str:first-child::before,
    .content_col .point_str:nth-child(2)::before,
    .content_col .point_str:nth-child(3)::before {
        display: none;
    }

    .content_col .point_str:first-child .inner::before {
        content: "";
        position: absolute;
        background: url('../png/01_sp.png') no-repeat;
        background-size: contain;
        right: 20px;
        top: 20px;
        width: 152px;
        height: 152px;
        display: block;
    }

    .content_col .point_str:nth-child(2) .inner::before {
        content: "";
        position: absolute;
        background: url('../png/02sp.png') no-repeat;
        background-size: contain;
        right: 20px;
        top: 20px;
        width: 180px;
        height: 146px;
        display: block;
    }

    .content_col .point_str:nth-child(3) .inner::before {
        content: "";
        position: absolute;
        background: url('../png/03_sp.png') no-repeat;
        background-size: contain;
        right: 20px;
        top: 20px;
        width: 180px;
        height: 150px;
        display: block;
    }

    .content_col .point_str div .inner p {
        color: #fff;
        font-size: 16px;
        font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";

    }


    .pref,
    .cat,
    .other_exp div:nth-child(2) .pref,
    .other_exp div:nth-child(2) .cat {
        font-size: 16px !important;
    }

    .text,
    .other_exp div:nth-child(2) .text {
        font-size: 15px;
    }




    .exp_block h3,
    .other_exp div:nth-child(2) h3 {
        font-size: 20px;
    }

    .other_exp figure img {
        width: 100%;
        max-width: 100%;
        height: auto;
        border-radius: 15px;
        max-height: auto;
        display: block;
        transition: 1.0s;
    }

    @media screen and (max-width: 480px) {
        .other_exp figure img {
            width: auto;
            max-width: auto;
            height: 200px;
            border-radius: 15px;
            max-height: auto;
            display: block;
            transition: 1.0s;
            object-fit: cover;
        }

        .expleft {
            object-position: -187px;
        }

        .expzero {
            object-position: 0;
        }

        .exp80 {
            object-position: -80px;
        }

        .exp100 {
            object-position: -100px;
        }

        .exp50 {
            object-position: -50px;
        }

        .exp167 {
            object-position: -167px;
        }

        .exp200 {
            object-position: -200px;
        }


    }


    .other_exp .text {
        padding-right: 0px;
        line-height: 1.4;
    }

    /* .other_exp div:nth-child(2)::before {
        width: 30px;
        height: 30px;
        -webkit-border-radius: 50%;
        border-radius: 50%;
        background: #af2d2d;
        content: "";
        position: absolute;
        right: 25px;
        top: auto;
        bottom: 0;
    } */


    /* .other_exp div:nth-child(2)::after {
        bottom: 12px;
        right: 35px;
        width: 8px;
        height: 8px;
    } */

    @media screen and (max-width: 480px) {
        /* .other_exp div:nth-child(2)::after {
            top: auto;
            bottom: 36px;
            right: 28px;
            width: 8px;
            height: 8px;
        } */
    }

    .budo_db {
        width: 90%;
    }

    .budo_db a {
        font-size: 14px;
    }

    .otherexp_block {
        margin-bottom: 100px;
    }

    #budo #mv {
        background-position: left -14em bottom 1px;
        height: 80vh;
    }

    .main_mv .logo img {
        width: 40%;
        height: auto;
    }

    .main_mv .logo_s img {
        width: 100%;
        height: auto;
    }

    #budo .main_mv::before {
        content: "";
        background: url(../png/budo_ray01.png) no-repeat;
        position: absolute;
        top: 0;
        right: -50px;
        /* width: 140%; */
        /* height: 79%; */
        /* left: -400px; */
        background-size: contain;
    }

    .main_mv .logo_s {
        position: absolute;
        top: 10px !important;
        left: 10px !important;
    }

    section#movie {
        position: relative;
        z-index: 1;
        /* margin-top: -120px; */
    }

    #movie::before {
        top: 20px;
        background: url('../png/spmv_bg.png') no-repeat;
    }

    .str_r {
        font-size: 0.8em;
    }

    .content_col .point_str div .inner h3 {
        font-size: 18px;

    }

}

@media screen and (max-width: 768px) {

    .main_mv .logo img {
        width: 30%;
        height: auto;
    }

    section#point {
        padding-top: 30px;
        position: relative;
        /* margin-bottom: 30px; */
        /* padding-bottom: 30px; */
        margin-bottom: 0;
        padding-bottom: 0;
        z-index: 2;
    }

    /* .other_exp div:nth-child(2)::after {
        top: auto;
        bottom: 10px;
        bottom: -2vw;
        right: 27px;
        width: 8px;
        height: 8px;
    } */
}



@media screen and (max-width: 600px) {
    /* .other_exp div:nth-child(2)::before {
        width: 30px;
        height: 30px;
        -webkit-border-radius: 50%;
        border-radius: 50%;
        background: #af2d2d;
        content: "";
        position: absolute;
        right: 15px;
        top: auto;
        bottom: 0;
        bottom: -10px;
    } */

    /* .other_exp div:nth-child(2)::after {
        top: auto;
        bottom: 10px;
        bottom: -2vw;
        bottom: 0;
        right: 27px;
        width: 8px;
        height: 8px;
    } */

    /* .en .other_exp div:nth-child(2)::before {
        width: 30px;
        height: 30px;
        -webkit-border-radius: 50%;
        border-radius: 50%;
        background: #af2d2d;
        content: "";
        position: absolute;
        right: 15px;
        top: auto;
        bottom: -15px;
    } */

    /* .en .other_exp div:nth-child(2)::after {
        top: auto;
        bottom: -5px;
        right: 27px;
        width: 8px;
        height: 8px;
    } */



    .main_mv .logo img {
        width: 40%;
        height: auto;
    }

    .main_mv .logo_s img {
        width: 60%;
        height: auto;
    }

    #outdoor .main_mv .logo img,
    #outdoor_sp .main_mv .logo img {
        width: 55%;
    }

    section#point::before {

        top: -158px;
        left: -191px;
    }

    .btn_block div {
        height: 40px;
    }

    .btn_block div a {
        font-size: 12px;
        line-height: 1.25;
        /*line-height: 40px;*/
    }

    .otherexp_block h2 {
        margin-bottom: 20px;
    }

    .otherexp_block .pre,
    .otherexp_block .cat {
        font-size: 14px !important;
    }

    .otherexp_block h3 {
        font-size: 16px !important
    }

    .otherexp_block .text {
        font-size: 13px !important
    }
}




.btn_block .btn01 {
    background: #cacaca !important;
}

.btn_block .btn01 a {
    color: #000 !important;
}

.btn_block .btn01::after {
    border-color: #000 !important;
}

.noop {
    pointer-events: none;
}

.noop a:after {
    display: none !important;
}


.content_col .point_str:first-child .hv {
    overflow: hidden;
    -webkit-clip-path: polygon(0 5%, 100% 0%, 100% 100%, 0 95%);
    clip-path: polygon(0 5%, 100% 0%, 100% 100%, 0 95%);
}

.content_col .point_str:nth-child(2) .hv {
    overflow: hidden;
    -webkit-clip-path: polygon(0 0, 100% 5%, 100% 95%, 0 100%);
    clip-path: polygon(0 0, 100% 5%, 100% 95%, 0 100%);
}

.content_col .point_str:last-child .hv {
    -webkit-clip-path: polygon(0 5%, 100% 0, 100% 100%, 0 95%);
    clip-path: polygon(0 5%, 100% 0, 100% 100%, 0 95%);
}


.hv figure {
    width: 100%;
    padding-top: 75%;
    transition-duration: .6s;

}

.hv figure:hover {
    transition-duration: .6s;
    transform: scale(1.1);
    opacity: 1;
    cursor: pointer;
    z-index: 0;

}

@media screen and (max-width: 768px) {

    .content_col .point_str:first-child .hv,
    .content_col .point_str:nth-child(2) .hv,
    .content_col .point_str:last-child .hv {
        clip-path: none;
    }

}

@media screen and (max-width: 480px) {
    #budo .main_mv::before {
        content: "";
        background: url(../png/budo_ray01_sp.png) no-repeat;
        position: absolute;
        top: 50px !important;
        right: 0;
        width: auto;
        background-size: cover;
        margin: 0;
    }
}

@media screen and (max-width: 360px) {

    #budo .main_mv::before {
        top: 65px;
        right: 0;
        width: 100%;
        height: 58%;
        left: -234px;
        background-size: cover;
    }
}


@media screen and (max-width: 340px) {
    #budo .main_mv::before {
        top: 103px;
        right: 0;
        width: 158%;
        height: 61%;
        left: -208px;
        background-size: cover;
    }
}

.content_col .ps {
    margin-bottom: 0px;

}


/*========= ローディング画面のためのCSS ===============*/
#splash {
    position: fixed;
    width: 100%;
    height: 100%;
    background: #000;
    z-index: 9999999;
    text-align: center;
    color: #fff;
}




/*========= 画面遷移のためのCSS ===============*/

/*画面遷移アニメーション*/
.splashbg {
    display: none;
}

/*bodyにappearクラスがついたら出現*/
body.appear .splashbg {
    display: block;
    content: "";
    position: fixed;
    z-index: 999;
    width: 100%;
    height: 100vh;
    top: 0;
    left: 0;
    transform: scaleX(0);
    animation-name: PageAnime;
    animation-duration: 1.2s;
    animation-timing-function: ease-in-out;
    animation-fill-mode: forwards;
    background: url('../png/mask.png');
}


@media screen and (max-width: 480px) {
    #splash,
    body.appear .splashbg {
        background: url('../png/sp_mask.png');
        height: 680px;
    }
}


@keyframes PageAnime {
    0% {
        transform-origin: right;
        transform: scaleX(0);
    }

    50% {
        transform-origin: right;
        transform: scaleX(1);
    }

    50.001% {
        transform-origin: left;
    }

    100% {
        transform-origin: left;
        transform: scaleX(0);
    }
}

/*画面遷移の後現れるコンテンツ設定*/

#container {
    opacity: 0;
    /*はじめは透過0に*/
}

/*bodyにappearクラスがついたら出現*/
body.appear #container {
    animation-name: PageAnimeAppear;
    animation-duration: 1s;
    animation-delay: 0.8s;
    animation-fill-mode: forwards;
    opacity: 0;
}

@keyframes PageAnimeAppear {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}


.loader,
.loader:after {
    border-radius: 50%;
    width: 10em;
    height: 10em;

}

.loader {
    margin: auto;
    font-size: 5px;
    position: absolute;
    text-indent: -9999em;
    border-top: 1.1em solid rgba(255, 255, 255, 0.2);
    border-right: 1.1em solid rgba(255, 255, 255, 0.2);
    border-bottom: 1.1em solid rgba(255, 255, 255, 0.2);
    border-left: 1.1em solid #ffffff;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation: load8 1.1s infinite linear;
    animation: load8 1.1s infinite linear;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 50px;
    height: 50px;

}

@-webkit-keyframes load8 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes load8 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@media screen and (max-width: 360px) {

    .pref,
    .cat,
    .other_exp div:nth-child(2) .pref,
    .other_exp div:nth-child(2) .cat {
        font-size: 12px !important;
    }

    .otherexp_block h3 {
        font-size: 13px !important;
    }
}

.o_lang {
    overflow-wrap: break-word;
    word-wrap: break-word;
}

.o_lang .btn_block div {
    width: 220px !important;

}

.ch .otherexp_block {
    margin-bottom: 120px;
}

@media screen and (max-width: 768px) {
    .ch .otherexp_block {
        margin-bottom: 80px;
    }
}

@media screen and (max-width: 460px) {
    .ch .otherexp_block {
        margin-bottom: 80px;
    }
}

p span.note {
    margin-top: 1em;
    font-size: 0.85em;
    display: block;
}

.movie_block2{
    text-align: center;
    color: #fff;
    font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
    position: relative;
    z-index: 999;
    margin-bottom: 100px;
}
.movie_block2.mb50{
    margin-bottom: 50px;
}

.movie_block2 h2{
    letter-spacing: 10px;
    font-size: 43px;
}
.movie_block2 h3{
    font-size: 28px;
    text-align: left;
    margin-bottom: 10px;
}

.movie_block2 .w-movie{
    display: inline-block;
    vertical-align: text-top;
}
.movie_block2 .w-movie:nth-child(2){
    display: inline-block;
    margin-left: 20px;
}

.movie_block2 p.str_r{
    margin: 0;
}

.movie_block2 p a {
    text-align: right;
    display: block;
    color: #fff;
    position: relative;
    padding-right: 35px;
    text-decoration: underline;
    font-size: 16px;
}
.movie_block2 p a::after {
    content: "";
    position: absolute;
    right: 15px;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 10px;
    height: 10px;
    border-top: 3px solid #fff;
    border-right: 3px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

@media screen and (max-width: 460px) {
    .movie_block2{
        font-size: 15px;
        width: 90%;
        margin: 0 auto;
    }
    .movie_block2.mb50{
        margin-bottom: 0;
    }
    .movie_block2.s-mb60{
        margin-bottom: 60px;
    }
    .movie_block2 h2 {
        letter-spacing: 5px;
        font-size: 18px;
    }
    .movie_block2 .w-movie iframe{
        width: 100% !important;
        height: 210px !important;
    }
    .movie_block2 .w-movie{
       width: 90%;
       margin-bottom: 20px;
    }
    .movie_block2 .w-movie:nth-child(2){
        margin-left: 0;
    }
    .movie_block2 h3{
        font-size: 14px;
    }
    .movie_block2 p a {
        font-size: 12px;
    }
}
@media screen and (max-width: 373px) {
    .movie_block2 h3 {
        font-size: 15px;
    }
}
@media screen and (max-width: 350px) {
    .movie_block2 h3 {
        font-size: 13px;
    }
}
@media screen and (max-width: 375px) {
    .movie_block2 .w-movie iframe{
        height: 170px !important;
    }

}

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

    日本の各武道紹介 (introduction)

 ----------------------------------------*/
#introduction{
    background-color: #fff;
    position: relative;
    z-index: 10;
}
#introduction h2 {
    background-color: #000;
    margin: 0 auto;
    padding: 30px 0;
}
#introduction h2 img {
    width: 45%;
    height: 100%;
}
#introduction ul {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    list-style: none;
    max-width: 820px;
    margin: 0 auto;
    padding: 40px 0;
}
#introduction ul li{
    width: 25%;
    padding: 0 20px;
}
#introduction ul li a:hover{
    opacity: 0.8;
}
#introduction ul li img {
    width: 100%;
}

/* モーダルウィンド */
#introduction .md-overlay{
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .7;
    z-index: 9999;
}
#introduction .md-contents{
    display: none;
    position: absolute;
    /* top: 0; */
    top: 25%;
    left: 50%;
    width: 50%;
    height: auto;
    transform: translateX(-50%);
    z-index: 10000;
    font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
}

#introduction .md-contents.w-beside {
    width: 80%;
}

#introduction .md-inner{
    /* padding: 24px 40px; */
    padding: 20px 30px;
    height: auto;
    background: #ebebeb;
    background-image: url(../png/bg_modal.png);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: bottom;
}
#introduction .md-inner h2{
    margin: 0 auto;
    background-color: #AF2D2D;
    color: #fff;
    padding: 10px 0;
    letter-spacing: 10px;
}

#introduction .md-inner .area_contents {
    display: flex;
    justify-content: space-between;
}

#introduction .md-inner .area_contents .bl_mediabudo_imgWrapper {
    width: 50%;
}

#introduction .md-inner .area_contents .area_logo-text {
    width: 48%;
}

#introduction .md-inner .area_contents .area_logo-text .logo {
    width: 30%;
}

#introduction .md-inner .logo{
    /* width: 26%; */
    /* margin: 40px auto 0; */
    width: 20%;
    margin: 30px auto 0;
}
#introduction .md-inner .logo img{
    width: 100%;
}
#introduction .md-inner p {
    text-align: justify;
}
#introduction .md-xmark{
    position: absolute;
    top: -20px;
    right: -80px;
    width: 50px;
    height: 22px;
    z-index: 9999;
    cursor: pointer;
    transform: translateX(-50%);
}
#introduction .md-xmark span {
    height: auto;
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #fff;
    border-radius: 4px;
}
#introduction .md-xmark span:nth-of-type(1) {
    top: 0;
    transform: translateY(10px) rotate(-45deg);
}
#introduction .md-xmark span:nth-of-type(2) {
    bottom: 0;
    transform: translateY(-10px) rotate(45deg);
}
/* メイン画像 */
#introduction .bl_mediabudo_img {
    margin: 0;
    /* padding-top: 60%; */
    padding-top: 62%;
    position: relative;
}
#introduction .bl_mediabudo_img img {
    /* -webkit-transform: translateY(-50%); */
    -o-object-fit: cover;
    height: auto;
    left: 0;
    object-fit: cover;
    position: absolute;
    top: 50%;
    /* transform: translateY(-50%); */
    /* width: 100%; */
    width: 100%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}
/* サブ画像 */
#introduction .bl_mediabudo_imgWrapper ul {
    display: flex;
    justify-content: flex-start;
    padding-left: 0;
    list-style: none;
    margin: 0 auto;
    padding: 10px 0;
}
#introduction .bl_mediabudo_imgItem {
    cursor: pointer;
    padding: 40px 0;
    position: relative;
    width: 22.947%;
    margin-right: 2.73%;
}
#introduction .bl_mediabudo_imgItem:last-child {
    margin-right: 0;
}
#introduction .bl_mediabudo_imgItem img {
    -webkit-transform: translateY(-50%);
    -o-object-fit: cover;
    border: 1px solid transparent;
    height: auto;
    left: 0;
    object-fit: cover;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
}
#introduction .bl_mediabudo_imgItem.is_active img {
    border: 1px solid #F7B500;
}
#introduction ul.md-detaillist {
    display: block;
    font-size: calc(1em - 3px);
    font-weight: bold;
    padding: 20px 0 0;
}
#introduction ul.md-detaillist li {
    width: 100%;
    position: relative;
    margin-bottom: 10px;
}
#introduction ul.md-detaillist li::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    border: 8px solid transparent;
    border-left: 12px solid #AF2D2D;
}
#introduction ul.md-detaillist li a {
    color: #000;
    text-decoration: none;
}

#introduction .modal .md-inner .slick-slide img {
    display: block;
    width: 100%;
}

@media screen and (max-width: 768px) {
    #introduction h2 {
        padding: 15px 0;
    }
    #introduction h2 img {
        width: 64%;
    }
    #introduction ul {
        justify-content: space-evenly;
        padding: 20px 0;
    }
    #introduction ul li {
        width: 40%;
    }
    #introduction .md-contents,
    #introduction .md-contents.w-beside {
        width: 90%;
    }
    #introduction .md-contents.w-beside {
        top: 0;
    }
    #introduction .md-inner {
        padding: 20px 10px;
        background-image: url(../png/bg_modal_sp.png);
        background-position: center;
        background-position: inherit;
    }
    #introduction .md-inner h2 {
        font-size: 23px;
    }
    #introduction .bl_mediabudo_img {
        padding-top: 53%;
    }
    #introduction .bl_mediabudo_imgItem {
        padding: 20px 0;
    }
    #introduction .md-inner .logo {
        width: 30%;
        margin: 20px auto 0;
    }
    #introduction .md-inner p{
        font-size: calc(1em - 5px);
    }
    #introduction ul.md-detaillist {
        font-size: calc(1em - 6px);
    }
    #introduction ul.md-detaillist li {
        margin-bottom: 15px;
    }
    #introduction .md-xmark {
        top: -30px;
        /* right: -20px; */
        right: 0;
        left: 10px;
        width: 30px;
    }
    #introduction .md-inner .area_contents {
        display: block;
    }
    #introduction .md-inner .area_contents .bl_mediabudo_imgWrapper {
        width: 100%;
    }
    #introduction .md-inner .area_contents .area_logo-text {
        width: 100%;
    }
    #introduction .md-inner .area_contents .area_logo-text .logo {
        width: 30%;
    }
    #introduction .bl_mediabudo_imgWrapper ul {
        padding: 20px 0;
    }
}



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

    武道体験エリアマップ (experience-map)

 ----------------------------------------*/
#experience-map {
    background-color: #000;
    padding-top: 5%;
    padding-bottom: 10%;
}
#experience-map h2 {
    margin: 0 auto;
    padding: 30px 0;
}
#experience-map h2 img {
    width: 28%;
    height: 100%;
}
#experience-map .areamap {
    position: relative;
    max-width: 980px;
    margin: 0 auto;
}
#experience-map .areamap img.map {
    width: 100%;
}
#experience-map ul.prefecture_name {
    font-size: 26px;
    font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
    color: #fff;
    list-style: none;
}
#experience-map ul.prefecture_name li {
    position: absolute;
}
#experience-map ul.prefecture_name li:first-child{
    top: 40%;
    right: 29%;
}
#experience-map ul.prefecture_name li:nth-child(2){
    top: 48%;
    right: 29%;
}
#experience-map ul.prefecture_name li:nth-child(3){
    top: 54%;
    right: 33%;
}
#experience-map ul.prefecture_name li:nth-child(4){
    /* top: 55.5%; */
    top: 59%;
    right: 29%;
}
#experience-map ul.prefecture_name li:nth-child(5){
    top: 79.5%;
    right: 46%;
}
#experience-map ul.prefecture_name li:nth-child(6){
    top: 81%;
    left: 28%;
}
#experience-map ul.prefecture_name li:nth-child(7){
    top: 88%;
    left: 23%;
}
#experience-map ul.prefecture_name li:nth-child(8){
    top: 31%;
    left: 33%;
}
#experience-map ul.prefecture_name li:nth-child(9){
    top: 39%;
    left: 26%;
}
#experience-map ul.prefecture_name li:nth-child(10){
    top: 51.5%;
    left: 18%;
}
#experience-map ul.prefecture_name li:nth-child(11){
    top: 45%;
    left: 20%;
}
#experience-map ul.prefecture_name li:nth-child(12){
    top: 60%;
    left: 11%;
}
#experience-map ul.prefecture_name li:nth-child(13){
    top: 56%;
    left: 15%;
}
#experience-map ul.prefecture_name li:nth-child(14){
    bottom: 29.5%;
    left: 5%;
}
#experience-map ul.prefecture_name li:last-child{
    bottom: 6.5%;
    right: 16%;
}

#experience-map ul.prefecture_name li a {
    color: #fff;
    text-decoration: none;
}
#experience-map ul.prefecture_name li a:hover {
    opacity: 0.8;
}
#experience-map table {
    width: 100%;
    max-width: 980px;
    margin: 0 auto;
    font-size: 26px;
    color: #fff;
    font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
}
#experience-map table tr {
    display: table;
    width: 100%;
    max-width: 900px;
    margin: 0 auto;
    padding: 10px 0;
    text-align: left;
    border-bottom: 1px solid #fff;
}
#experience-map table tr:first-child {
    border-top: 2px solid #fff;
}
#experience-map table tr:last-child {
    border-bottom: 2px solid #fff;
    padding-bottom: 0;
}
#experience-map table tr th {
    width: 20%;
    vertical-align: top;
}
#experience-map table tr td {
    display: block;
    width: 80%;
    padding-top: 5px;
    padding-bottom: 10px;
    font-size: 19px;
}
#experience-map table tr td a{
    position: relative;
    color: #fff;
    text-decoration: none;
}
#experience-map table tr td a:hover {
    opacity: 0.8;
}
#experience-map table tr td a::after{
    content: '';
    background-image: url(../png/experience-map_yazi.png);
    background-size: 50%;
    background-repeat: no-repeat;
    position: absolute;
    width: 15px;
    height: 15px;
    top: 50%;
    right: -40px;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}
#experience-map table tr td span.sp_font{
    font-size: calc(1em - 5px);
}

/* 英ページ用 */
.en #introduction .md-inner h2 {
    letter-spacing: 5px;
}
.en #experience-map h2 img {
    width: 45%;
}
.en #experience-map ul.prefecture_name {
    font-size: 22px;
}
.en #introduction ul.md-detaillist li {
    margin-bottom: 15px;
}
.en #experience-map ul.prefecture_name li:first-child{
    top: 40.5%;
    right: 27%;
}
.en #experience-map ul.prefecture_name li:nth-child(2){
    top: 48.5%;
    right: 25.5%;
}
.en #experience-map ul.prefecture_name li:nth-child(3){
    top: 54%;
    right: 33.5%;
}
.en #experience-map ul.prefecture_name li:nth-child(4){
    top: 59%;
    right: 29.5%;
}
.en #experience-map ul.prefecture_name li:nth-child(5){
    top: 80%;
    right: 47%;
}
.en #experience-map ul.prefecture_name li:nth-child(6){
    top: 81%;
    left: 28%;
}
.en #experience-map ul.prefecture_name li:nth-child(7){
    top: 88%;
    left: 23%;
}
.en #experience-map ul.prefecture_name li:nth-child(8){
    top: 31%;
    left: 33%;
}
.en #experience-map ul.prefecture_name li:nth-child(9){
    top: 39%;
    left: 29%;
}
.en #experience-map ul.prefecture_name li:nth-child(10){
    top: 51.5%;
    left: 18.5%;
}
.en #experience-map ul.prefecture_name li:nth-child(11){
    top: 45%;
    left: 21%;
}
.en #experience-map ul.prefecture_name li:nth-child(12){
    top: 61%;
    left: 7%;
}
.en #experience-map ul.prefecture_name li:last-child{
    bottom: 7%;
    right: 14.5%;
}

.en #experience-map table {
    font-size: 23px;
}
.en #experience-map table tr th {
    width: 21%;
}
.en #experience-map table tr td {
    width: 90%;
}
.en #experience-map table tr td span.sp_font{
    font-size: calc(1em - 6px);
}

/* 中国ページ用 */
.cn #experience-map ul.prefecture_name li:nth-child(3) {
    top: 53.5%;
    right: 33%;
}
.cn #experience-map ul.prefecture_name li:nth-child(4) {
    top: 58.5%;
    right: 29%;
}

@media screen and (max-width: 980px) {
    #experience-map ul.prefecture_name {
        font-size: 23px;
    }
}

@media screen and (max-width: 790px) {
    #experience-map ul.prefecture_name {
        font-size: 20px;
    }
}

@media screen and (max-width: 768px) {
    #experience-map h2 {
        padding: 15px 0;
    }
    #experience-map h2 img {
        width: 45%;
    }
    #experience-map .areamap {
        margin: 0 auto 40px;
    }
    #experience-map table {
        width: 90%;
        font-size: 18px;
    }
    #experience-map table tr th {
        width: 30%;
    }
    #experience-map table tr td {
        width: 100%;
        font-size: 14px;
    }
    #experience-map table tr td span.sp_font{
        display: block;
        font-size: calc(1em - 4px);
    }
    #experience-map table tr td a{
        display: block;
    }
    #experience-map table tr td a::after {
        right: 0px;
    }
   /*  #experience-map table tr#okinawa td:nth-child(2) a::after{
        right: -20%;
    }
    #experience-map table tr#okinawa td:nth-child(3) a::after{
        right: -20%;
    }
    #experience-map table tr#alljapan td:nth-child(2) a::after{
        right: -20%;
    } */
    #experience-map ul.prefecture_name {
        font-size: 14px;
    }
    #experience-map ul.prefecture_name li:first-child{
        top: 39%;
        right: 30%;
    }
    #experience-map ul.prefecture_name li:nth-child(2){
        top: 48.5%;
        right: 30%;
    }
    #experience-map ul.prefecture_name li:nth-child(3){
        top: 56%;
        right: 30%;
    }
    #experience-map ul.prefecture_name li:nth-child(4){
        top: 79.5%;
        right: 46%;
    }
    #experience-map ul.prefecture_name li:nth-child(5){
        top: 82.5%;
        left: 28%;
    }
    #experience-map ul.prefecture_name li:nth-child(6){
        top: 88.5%;
        left: 21%;
    }
    #experience-map ul.prefecture_name li:nth-child(7){
        top: 30%;
        left: 33%;
    }
    #experience-map ul.prefecture_name li:nth-child(8){
        top: 38%;
        left: 26%;
    }
    #experience-map ul.prefecture_name li:nth-child(9){
        top: 45%;
        left: 24%;
    }
    #experience-map ul.prefecture_name li:nth-child(10){
        top: 52%;
        left: 20.5%;
    }
    #experience-map ul.prefecture_name li:nth-child(11){
        top: 59%;
        left: 11%;
    }
    #experience-map ul.prefecture_name li:last-child{
        bottom: 7%;
        right: 16%;
    }
    .en #experience-map h2 img {
        width: 70%;
    }
    .en #experience-map table {
        font-size: 18px;
    }
    .en #experience-map table tr th {
        width: 32%;
    }
    .en #experience-map table tr td a::after {
        right: -30px;
    }
}

/* その他の体験 ボタン */
.other_exp div div.btn {
    width: 100%;
    display: flex;
    justify-content: flex-end;
}
.other_exp div div.btn span {
    width: 36px;
    height: 36px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: #af2d2d;
    position: relative;
}
.other_exp div div.btn span::after {
    content: '';
    position: absolute;
    bottom: 14px;
    right: 14px;
    width: 10px;
    height: 10px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

@media screen and (max-width: 768px) {
    .other_exp div div.btn span {
        width: 26px;
        height: 26px;
    }
    .other_exp div div.btn span::after {
        content: '';
        position: absolute;
        bottom: 9px;
        right: 10px;
        width: 8px;
        height: 8px;
    }
}