@charset "UTF-8";

html{

}
body{
    /*font-family:"Noto Sans Japanese", sans-serif;*/
    /*font-family: 'M PLUS 1p', sans-serif;*/
    font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
    /*color:#fff;*/
    word-break : break-all;
    /*background: #000;*/
}
#main {
    position: relative;
    z-index: 1;
}
.cf::after{
    content:"";
    display:block;
    clear:both;
}

a{
    outline:none;
    transition:0.4s;
    word-break: break-word;
}
a:hover{
    opacity:0.8;
    transition:0.4s;
}
.bold{
    font-weight: bold;
}
.orange{
    color: #d2621e;
}
@media screen and (max-width:768px){
    body{
        padding-top:60px;
    }
}

img{
    max-width:100%;
    height:auto;
    object-fit:cover;
}

/*LP/CSS*/
.header-container{
    /*background:#fff;*/
    background:none;
    box-shadow:0 0 10px #eee;
    position:relative;
    z-index:999;
}
.header__boxWrap{
    /*background: url(../image/content__2__img__1__bg.png) no-repeat;*/
    /*background: url(../image/content__2__img__1__wh.png) no-repeat;*/
    /*background: url(../image/content__2__img__1__grey.png) no-repeat;*/
    /*background-color: #52575e;*/
    background-size: cover;
    background-color: #000;
}
.header__box{
    display:flex;
    justify-content:space-between;
    align-items:center;
    width: auto;
    height: 60px;
    padding: 20px;
    margin: auto;
    /*width:1000px;
    height:100px;*/
}
.header__box__logo{
    display:inline-block;
    width:220px;
}
.header__box__search{
    display:flex;
}
.header__box__search__link{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 260px;
    height: 36px;
    background: linear-gradient(30deg, #e4012b 0%, #c2165d 40%, #9b1f86 80%);
    border-radius: 10px;
    /*width: 290px;
    height: 48px;
    background: #e4012b;
    border-radius: 50px;*/
    color: #fff;
    font-weight: 500;
    margin: 0 7px;
}
.header__box__search__link__2{
    background:#333;
}
@media (min-width:769px) and (max-width:1200px){
    .header__box{
        width: 94%;
    }
}
@media screen and (max-width:768px){
    .header-container{
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        margin: auto;
    }
    .header__box{
        width: 100%;
        height: 60px;
    }
    .header__box__logo{
        width:140px;
    }
    .header__box__search a{
        width: 170px;
        height: 34px;
        font-size: 10px;
    }
}

/*  */

.mainVisual{
    display: none;
    /*background-image: linear-gradient(90deg, rgba(228, 1, 43, 1), rgba(155, 31, 134, 1));*/
    background: url(../image/40th_bg02.png) no-repeat;
    background-size: cover;
}
.mainVisual__box{
    margin-bottom:40px;
    /*margin-bottom:70px;*/
    display: none;
    background: url(../image/40th_bg.png) no-repeat;
    background-size: cover;
}
.mainVisual__box img{
    width:100%;
}
.main-container a {
    color: #e73559;
}

@media screen and (max-width:768px){
    .mainVisual__box{
        margin-bottom: 30px;
    }
    .mainVisual__box{
        background-image: none;
        background: none;
    }
}

/*contents*/
.content__1{
    background-color: #e81e63;
    color: #fff;
}
.content__1__box{
    width:1200px;
    /*width:1000px;*/
    margin:auto;
    /*padding-bottom:40px;*/
    padding: 20px;
}
.content__1__box p.message{
   line-height: 2.0em;
}
.content__1__box__titleWrap{
    position:relative;
    text-align: center;
}
.content__1__box__titleBorder{
    /*position:absolute;
    top: 48px;
    top: 55px;
    right:0;
    left:0;
    width:300px;*/
    width:450px;
    display:block;
    margin:auto;
}
.content__1__box__title{
    /*font-size: 1.8em;*/
    text-align: center;
    /*margin-bottom: 15px;*/
    /*margin-bottom: 60px;*/
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: lighter;
}
.content__1__box h2{
    /*font-size: 3.0em;
    font-family: 'Oswald', sans-serif;*/
    /*color: #e73559;*/
}
.content__1__box__title__color{
    /*font-size: 0.55em;
    color: #e73559;*/
    display: contents;
    letter-spacing: 0.15em;
}
.content__1__box__title__parts__1{
    width:28px;
    margin-right:15px;
}
.content__1__box__title__parts__2{
    width:28px;
    margin-left:15px;
}
.content__1__box__list{
    display:flex;
    justify-content:space-between;
}
.content__1__box__list__items{
    width:310px;
    background:#fbfaf6;
    /*position:relative;*/
    color: #333;
}
.content__1__box__list__items__parts{
    position:absolute;
}
.content__1__box__list__items__parts__1{
    bottom: -10px;
    right: -10px;
    width: 40px;
}
.content__1__box__list__items__parts__2{
    top: -10px;
    right: -10px;
    width: 40px;
}
.content__1__box__list__items__parts__3{
    bottom: -20px;
    right: -20px;
    width: 40px;
    z-index:-1;
}
.content__1__box__list__items__box{
    display:flex;
    justify-content:center;
    align-items:center;
    width:260px;
    height:140px;
    margin:auto;
}
.content__1__box__list__items__box__left{
    display:inline-block;
    width:90px;
}
.content__1__box__list__items__box__left img{
    
}
.content__1__box__list__items__box__right{
    padding-left:20px;
}
.content__1__box__list__items__box__right__title{
    font-size:17px;
    text-align:center;
    line-height:1.5;
}
.content__1__box__list__items__title__color{
    color:#3f9498;
}
@media (min-width:769px) and (max-width:1200px){
    .content__1__box{
        width: 92%;
    }
    .content__1__box__list__items{
        width: 31%;
    }
    .content__1__box__list__items__box{
        width:90%;
    }
}
@media screen and (max-width:768px){
    .content__1__box{
        width: 90%;
        padding-bottom: 20px;
    }
    .content__1__box__list{
        display:block;
    }
    .content__1__box__title{
        font-size: 1.2em;
        /*font-size: 18px;*/
        margin-bottom: 0px;
        /*margin-bottom: 46px;*/
    }
    .content__1__box__title__parts__1{
        width: 13px;
        margin-right: 5px;
    }
    .content__1__box__title__parts__2{
        width: 13px;
        margin-left: 5px;
    }
    .content__1__box__list__items{
        width: 90%;
        margin: auto auto 20px;
    }
    .content__1__box__titleBorder{
        /*top: 34px;*/
        /*width: 200px;*/
        display: none !important;
    }
    .content__1__box__list__items__parts__1{
        bottom: 20px;
        right: -10px;
        width: 40px;
    }
    .content__1__box__list__items__parts__2{
        top: 7px;
        right: auto;
        left: -8px;
        width: 40px;
    }
    .content__1__box__list__items__parts__3{
        right: -10px;
    }
    .content__1__box h2 {
        font-size: 2.4em;
    }
    .content__1__box p.message{
        line-height: 1.6em;
        font-size: 0.85em;
        text-align: justify;
    }
}
@media screen and (max-width:428px){
    .content__1__box h2 {
        font-size: 1.65em;
    }
    .content__3__box__content__text {
        font-size: 1.0em;
    }
    .content__1__box__titleWrap {
        margin-top: 15px;
    }
}

.content__2{
    /*background: url(../image/content__2__img__1__bg.jpg);*/
    /*padding: 50px 0;*/
    /* background: #fff; */
    padding: 30px 0px;
    color: #fff;
}
.content__2__box{
    width:800px;
    /*width:1000px;*/
    margin:auto;
}
.content__2__box__list{
    display:flex;
    justify-content:space-between;
}
.content__2__box__list__items{
    display:flex;
    justify-content:center;
    align-items:center;
    flex-direction:column;
    width: 280px;
    height:220px;
    position:relative;
}
.content__2__box__list__items__bgImg{
    width:100%;
    height:100%;
    position:absolute;
    top:0;
    right:0;
    bottom:0;
    left:0;
}
.content__2__box__list__items__icon{
    display:block;
    margin-bottom:20px;
    width:48px;
    position:relative;
}
.content__2__box__list__items__icon img{

}
.content__2__box__list__items__title{
    text-align:center;
    font-size:17px;
    position:relative;
}
@media (min-width:769px) and (max-width:1200px){
    .content__2__box{
        width: 94%;
    }
    .content__2__box__list__items{
        width: 32%;
    }
    .content__2__box__list__items__icon{
        width:4vw;
        margin-bottom:2vw;
    }
    .content__2__box__list__items__title{
        font-size:1.6vw;
    }
    
}
@media screen and (max-width:768px){
    .content__2 {
        width: 92%;
        margin: 0 auto;
        padding: 20px 0;
    }
    .content__2__box{
        width:100%;
    }
    .content__2__box__list{
        display:block;
        width: 90%;
        margin: auto;
    }
    .content__2__box__list__items{
        width:100%;
        height: 260px;
        margin-bottom: 20px;
    }
    .content__2__box__list__items__title{
        font-size:20px;
    }
}

.content__3{
    padding:20px 0;
    background-color: #fff;
    color: #333 !important;
}
.content__3__box{
    width:1040px;
    margin:auto;
    position:relative;
}
.content__3__box__imgItems{
    position:absolute;
    z-index:-1;
}
.content__3__box__imgItems__1{
    width:100px;
    top:60px;
    left:50px;
}
.content__3__box__imgItems__2{
    width:140px;
    top:240px;
    left:0;
}
.content__3__box__imgItems__3{
    width:100px;
    top:450px;
    left:40px;
}
.content__3__box__imgItems__4{
    width:100px;
    top:80px;
    right:120px;
}
.content__3__box__imgItems__5{
    width:100px;
    top:240px;
    right:40px;
}
.content__3__box__imgItems__6{
    width:140px;
    top:440px;
    right:0;
}
.content__3__box__imgItems__7{
    width:50px;
    top:180px;
    left:170px;
}
.content__3__box__imgItems__8{
    width:50px;
    top:0;
    left:200px;
}
.content__3__box__imgItems__9{
    width:30px;
    top:400px;
    left:140px;
}
.content__3__box__imgItems__10{
    width:50px;
    top:250px;
    right:180px;
}
.content__3__box__imgItems__11{
    width: 50px;
    top: 620px;
    right: 120px;
}
.content__3__box__imgItems__12{
    width: 30px;
    top: 170px;
    right: 220px;
}

.content__3__box__content{
}

/*追加*/
.content__3__box__list{
    display:flex;
    justify-content:space-between;
    margin: 20px 0;
}
.content__3__box__list__items{
    background:#fbfaf6;
    border: 1px solid #dcdddd;
    width:320px;
    height: auto;
    padding:10px 0px;
    margin: 0 auto;
}
.content__3__box__list___items{
    background:#fbfaf6;
    width:600px;
    height: auto;
    padding: 35px;
    margin: 0 auto;
}
.content__3__box__list__items__box{
    display: block;
    width: 300px;
    margin: auto;
}
.content__3__box__list__items__box__icon{
    display:flex;
    justify-content:center;
    align-items:center;
    width:44px;
    height:44px;
    border-radius:50%;
    background:#e73559;
    color:#fff;
    font-size:22px;
    margin:auto auto 20px;
}
.content__3__box__list__items__box__title{
    font-size: 1.75em;
    /*font-size:17px;*/
    color:#52575e;
    text-align:center;
    margin-bottom:20px;
}
.content__3__box__list__items__box__img{
    display:block;
    margin-bottom:20px;
}
.content__3__box__list__items__box__img img{
    width:100%;
    /*height: 280px;*/
    /*height:160px;*/
}
.content__3__box__list__items__box__des{
    /*line-height:1.8;
    font-weight: 600;
    font-size:15px;*/
    line-height: 1.6;
    font-size: 0.95em;
    color: #666;
}
.content__3__box__des{
    text-align: center;
    margin-top: 30px;
    font-weight: 600;
}
/*追加*/


.content__3__box__content__text{
    font-family: 'Noto Serif JP', serif;
    text-align:center;
    font-size: 1.75em;
    /*font-size:60px;*/
    color:#fff;
    /*line-height: 1.2;
    margin-bottom:30px;*/
    /*line-height: 1.0;*/
    margin-bottom: 50px;
    letter-spacing: 0.25em;
    /*background: linear-gradient(30deg, #e4012b 0%, #c2165d 40%, #9b1f86 80%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;*/
}
.content__3__box__des{
    text-align:center;
    line-height:1.8;
    margin-bottom:30px;
}
.content__3__box__video{
    width:580px;
    margin:auto;
}
.content__3__box__video img{
    width:100%;
}
.content__3__box__video video{
    width:100%;
}

/*追加*/
@media (min-width:769px) and (max-width:1200px){
    .content__3__box{
        width: 94%;
    }
    .content__3__box__list__items{
        width: 31%;
    }
    .content__3__box__list__items__box{
        width: 87%;
    }
}
/*追加*/
@media screen and (max-width:768px){
    .content__3 {
        padding: 5px 0;
    }
    .content__3__box{
        width:90%;
    }
    .content__3__box p {
        font-size: 0.75em;
        margin: 10px 0px;
    }
    .content__3__box__video{
        width:80%;
    }
    .content__3__box__content__text{
        font-size: 1.2em;
        margin-bottom: 30px;
    }
    .content__3__box__imgItems__1{
        width: 40px;
        top: 27px;
        left: 20px;
    }
    .content__3__box__imgItems__2{
        width: 40px;
        top: 140px;
        left: 14px;
    }
    .content__3__box__imgItems__3{
        width: 40px;
        top: 210px;
        left: 24px;
    }
    .content__3__box__imgItems__4{
        width: 40px;
        top: 30px;
        right: 20px;
    }
    .content__3__box__imgItems__5{
        width: 40px;
        top: 140px;
        right: 20px;
    }
    .content__3__box__imgItems__6{
        width: 40px;
        top: 204px;
        right: 21px;
    }
    .content__3__box__imgItems__7{
        width: 20px;
        top: 90px;
        left: 15px;
    }
    .content__3__box__imgItems__8{
        width: 30px;
        top: 0;
        left: 280px;
    }
    .content__3__box__imgItems__10{
        width: 30px;
        top: 250px;
        right: 10px;
    }
    .content__3__box__imgItems__11{
        width: 20px;
        top: 290px;
        right: 20px;
    }
    .content__3__box__imgItems__12{
        width: 20px;
        top: 90px;
        right: 10px;
    }
    .content__3__box__des{
        width: 90%;
        margin: auto auto 20px;
    }
    /*追加*/
    .content__3__box__list__items__box__title {
        font-size: 1.4em;
        margin-bottom: 10px;
    }
    .content__3__box__list{
        display:block;
        width: 100%;
        margin: 20px 0px 0px 0px;
    }
    .content__3__box__list__items, .content__3__box__list___items{
        width:100%;
        height:auto;
        margin-bottom: 15px;
        padding: 30px;
    }
    .content__3__box__list__items__box {
        width: 100%;
    }

    .content__3__box__list__items__box__img img {
        width: 35%;
        margin: 0 auto;
        display: block;
    }
    .content__3__box__list__items, .content__3__box__list___items {
        padding: 10px;
    }
    .content__3__box__list__items__box__des {
        line-height: 1.4em;
        font-size: 0.75em;
    }
    /*追加*/
}

@media screen and (max-width:428px){
    .content__3__box__content__text{
        font-size: 1.0em;
    }
}

.content__4{
    
}
.content__4__box{

}
.content__4__box__list{

}
.content__4__box__list__items{
    
}
.content__4__box__list__items__box{
    display:flex;
}
.content__4__box__list__items:nth-child(even) .content__4__box__list__items__box{
    flex-direction:row-reverse;
}
.content__4__box__list__items__box__left{
    display: flex;
    justify-content: flex-start;
    /*justify-content: center;*/
    flex-direction: column;    
    width:50vw;
    padding: 0 5vw;
    /*padding: 0 5vw;*/
    /*background:#b62e5e;*/
    background-image: linear-gradient(90deg, rgba(228, 1, 43, 1), rgba(155, 31, 134, 1));
    /*background-image: linear-gradient(90deg, rgba(248, 15, 15, 1), rgba(207, 63, 245, 1));*/
    color:#fff;
}
.content__4__box__list__items__box__left__icon{
    display: flex;
    justify-content: center;
    align-items: center;
    width:134px;
    height:44px;
    background:url('../image/content__4__icon__1.png');
    background-size:contain;
    background-repeat:no-repeat;
    color:#333;
    margin: 30px 0px 10px;
    /*margin-bottom:20px;*/
    /*color:#b62e5e;*/
    font-weight:600;
}
.content__4__box__list__items__box__left__title{
    /*margin-bottom: 15px;*/
    font-size:24px;
    font-size: 1.8em;
}
.content__4__box__list__items__box__left__des{
    /*line-height:1.8;
    font-size: 1.4vw;*/
    /*line-height: 1.6;*/
    /*font-size: 1.2em;*/
    text-align: left;
    margin: 15px 0px;
}
.content__4__box__list__items__box__left__des a{
    color: #fff;
    text-decoration:underline;
    text-decoration-color: #fff;
}
.content__4__box__list__items__box__right{
    width:50vw;
}
.content__4__box__list__items__box__right img{

}

@media screen and (max-width:1200px){
    .content__4__box__list__items__box__left__title{
        font-size: 1.6em;
    }
    .content__4__box__list__items__box__left__des{
        line-height: 1.4;
        font-size: 1.0em;
    }
}
@media screen and (max-width:980px){
    .content__4__box__list__items__box{
        display:block;
    }
    .content__4__box__list__items__box__left{
        width: 100%;
        padding: 10px 2vw;
    }
    .content__4__box__list__items__box__left__title{
        font-size: 1.3em;
        margin-bottom: 10px;
    }
    .content__4__box__list__items__box__left__des{
        line-height: 1.4;
        font-size: 0.85em;
        margin: 10px 0px;
    }
    .content__4__box__list__items__box__left__icon{
        margin: 5px 0px 10px 0px;
    }
}
@media screen and (max-width:428px){
    .content__4__box__list__items__box__left__title {
        margin-bottom: 8px;
    }
}

.content__5{
    padding:40px 0px;
    background-image: linear-gradient(90deg, rgba(228, 1, 43, 1), rgba(155, 31, 134, 1));
}
.content__5__box{
    width: 1200px;
    /*width:1000px;*/
    margin:auto;
}
.content__5__box__list{
    display:flex;
    justify-content:space-between;
    margin: 15px 0;
}
.content__5__box__list img {
    width: 75%;
    margin: 0 auto;
}
.content__5__box__list__items{
    color: #666;
    background:#fbfaf6;
    width:380px;
    /*width:300px;*/
    height: auto;
    /*height:410px;*/
    padding:15px 0px;
    margin: 0 auto;
}
.content__5__box__list___items{
    background:#fbfaf6;
    width:600px;
    height: auto;
    padding: 35px;
    margin: 0 auto;
}
.content__5__box__list__items__box{
    display: block;
    width: 350px;
    /*width: 260px;*/
    margin: auto;
}
.content__5__box__list__items__box__icon{
    display:flex;
    justify-content:center;
    align-items:center;
    width:44px;
    height:44px;
    border-radius:50%;
    background:#e73559;
    color:#fff;
    font-size:22px;
    margin:auto auto 20px;
}
.content__5__box__list__items__box__title{
    font-size: 1.75em;
    /*font-size:17px;*/
    color:#52575e;
    text-align:center;
    margin-bottom:10px;
}
.content__5__box__list__items__box__img{
    display:block;
    margin-bottom:10px;
    text-align: center;
}
.content__5__box__list__items__box__img img{
    width:75%;
    /*height: 280px;*/
    /*height:160px;*/
}
.content__5__box__list__items__box__des{
    /*line-height:1.8;
    font-weight: 600;
    font-size:15px;*/
    /*line-height: 1.6;*/
    font-size: 0.85em;
    color: #666;
}
.content__5__box__des{
    text-align: center;
    margin-top: 30px;
    font-weight: 600;
}
@media (min-width:769px) and (max-width:1200px){
    .content__5__box{
        width: 94%;
    }
    .content__5__box__list__items{
        width: 31%;
    }
    .content__5__box__list__items__box{
        width: 87%;
    }
}
@media screen and (max-width:768px){
    .content__5 {
        padding: 10px 0 10px;
    }
    .content__5__box{
        width:100%;
    }
    .content__5__box__list__items__box__title {
        font-size: 1.4em;
        margin-bottom: 10px;
    }
    .content__5__box__list{
        display:block;
        width: 90%;
        margin: auto;
    }
    .content__5__box__list__items, .content__5__box__list___items{
        width:100%;
        height:auto;
        margin-bottom: 15px;
        padding: 30px;
    }
    .content__5__box__list__items__box {
        width: 100%;
    }
    .content__5__box__des{
        width: 90%;
        margin: auto;
        text-align: left;
    }
    .content__5__box__list__items__box__img img {
        width: 55%;
        margin: 0 auto;
        display: block;
    }
    .content__5__box__list__items, .content__5__box__list___items {
        padding: 10px;
    }
    .content__5__box__list__items__box__des {
        line-height: 1.4em;
        font-size: 0.75em;
    }
}
@media screen and (max-width:480px){
    .content__5__box__list img {
        width: 100%;
    }
    .content__5__box__list__items__box__img {
        width: 75%;
        margin: 10px auto;
    }
}

.content__6{
    padding:0 0 60px;
}
.content__6__box{

}
.content__6__box__list{
    display: flex;
    justify-content: space-between;
    width:1200px;
    /*width:1000px;*/
    margin:auto;
}
.content__6__box__list__items{
    width:170px;
    border:2px dotted #e73559;
    padding:20px;
    position:relative;
}
.content__6__box__list__items:after{
    position:absolute;
    top:0;
    right:-2.3vw;
    bottom:0;
    margin:auto;
    display:inline-block;
    content:"";
    width: 0;
    height: 0;
    border-style: solid;
    border-top: 9px solid transparent;
    border-bottom: 9px solid transparent;
    border-left: 14px solid #e73559;
    border-right: 0;
}
.content__6__box__list__items:last-child:after{
    display:none;
}
.content__6__box__list__items__box{

}
.content__6__box__list__items__box__img{
    display:block;
    margin-bottom:20px;
}
.content__6__box__list__items__box__img img{

}
.content__6__box__list__items__box__content{

}
.content__6__box__list__items__box__content__title{
    display:flex;
    justify-content:center;
    align-items:center;
    font-size:16px;
    color:#52575e;
    line-height: 1.5;
}
.content__6__box__linkWrap{
    display: flex;
    justify-content: center;
}
.content__6__box__link{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 340px;
    height: 48px;
    background: #ea70a4;
    color: #fff;
    border-radius: 50px;
    font-weight: 500;
    margin: 30px 15px auto;
}
.content__6__box__link__1{

}
.content__6__box__link__2{
    background:#333;
}
@media (min-width:769px) and (max-width:1200px){
    .content__6__box__list{
        width: 94%;
    }
    .content__6__box__list__items{
        width: 18%;
    }
}
@media screen and (max-width:768px){
    .content__6__box__list{
        display:block;
        width:90%;
    }
    .content__6__box__list__items{
        margin-bottom: 20px;
        width:100%;
    }
    .content__6__box__list__items:after{
        top: auto;
        right: 0;
        left: 0;
        bottom: -22px;
        transform: rotate(90deg)
    }
    .content__6__box__list__items__box{
        display:flex;
    }
    .content__6__box__list__items__box__img{
        margin-bottom:0;
        width:50%;
    }
    .content__6__box__list__items__box__content{
        display: flex;
        justify-content: center;
        padding-left: 8%;
        width: 50%;
    }
    .content__6__box__link{
        width: 270px;
        font-size: 15px;
    }
    .content__6__box__linkWrap{
        display:block;
    }
    .content__6__box__link__1{
        margin: auto auto 15px;
    }
    .content__6__box__link__2{
        margin:auto;
    }
}


.content__7{

}
.content__7__box{
    width:1200px;
    /*width:1000px;*/
    margin:auto;
}
.content__7__box__list{
    display:flex;
    justify-content:space-between;
}
.content__7__box__list__items{
    width:310px;
    height:490px;
    background:#fef8fb;
    padding-top:30px;
}
.content__7__box__list__items__box{
    display:block;
    width:240px;
    margin:auto;
}
.content__7__box__list__items__box__icon{
    display:flex;
    justify-content:center;
    align-items:center;
    width:160px;
    height:30px;
    margin:auto auto 20px;
    background:#e73559;
    color:#fff;
    text-align:center;
    font-weight:600;
}
.content__7__box__list__items__box__title{
    margin-bottom:20px;
    text-align:center;
    font-size:19px;
    color:#52575e;
}
.content__7__box__list__items__box__img{
    display:block;
    width:120px;
    margin:auto auto 20px;
    border-radius:50%;
    overflow:hidden;
}
.content__7__box__list__items__box__img img{
    width:100%;
}
.content__7__box__list__items__box__des{
    line-height:1.7;
    font-weight:500;
    font-size:14px;
    color:#52575e;
}
@media (min-width:769px) and (max-width:1200px){
    .content__7__box{
        width:94%;
    }
    .content__7__box__list__items{
        width: 31%;
    }
    .content__7__box__list__items__box{
        width: 82%;
    }
}
@media screen and (max-width:768px){
    .content__7__box{
        width:100%;
    }
    .content__7__box__list{
        display:block;
        width: 90%;
        margin: auto;
    }
    .content__7__box__list__items{
        width:100%;
        height:auto;
        margin-bottom: 15px;
        padding-bottom:30px;
    }
}


.content__8{
    padding: 70px 0;
}
.content__8__box{
    width:660px;
    margin:auto;
}
.content__8__box__content{
    display:flex;
    justify-content:space-between;
}
.content__8__box__content__left{
    width:230px;
}
.content__8__box__content__left img{

}
.content__8__box__content__right{
    width:380px;
}
.content__8__box__content__right__title{
    font-size:21px;
    margin-bottom:20px;
    position:relative;
}
.content__8__box__content__right__title__parts{
    width: 30px;
    position:absolute;
    top: -15px;
    left: -26px;
}
.content__8__box__content__right__title__color{
    color:#ea70a4;
}
.content__8__box__content__right__des{
    font-size:14px;
    font-weight:500;
    margin-bottom:20px;
    border-left: 2px solid #333;
    padding-left: 20px;
}
.content__8__box__content__right__linkWrap{

}
.content__8__box__content__right__link{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 340px;
    height: 48px;
    background: #ea70a4;
    color: #fff;
    border-radius: 50px;
    font-weight: 500;
}
.content__8__box__content__right__link:first-child{
    margin-bottom:10px;
}
.content__8__box__content__right__link__1{

}
.content__8__box__content__right__link__2{
    background: #333;
}
@media screen and (max-width:768px){
    .content__8__box{
        width:100%;
    }
    .content__8__box__content{
        display:block;
    }
    .content__8__box__content__left{
        width: 40%;
        margin: auto auto 30px;
    }
    .content__8__box__content__right{
        width: 80%;
        margin: auto;
    }
    .content__8__box__content__right__title{
        font-size: 18px;
    }
    .content__8__box__content__right__des{
        font-size: 15px;
    }
    .content__8__box__content__right__link{
        width: 270px;
        font-size: 15px;
        margin: auto;
    }
}


/* ============================================ */
footer {
    background: var(--gray);
    color: var(--white);
    font-size: 13px;
}
.footer__box__menu{
    display:flex;
    justify-content:space-between;
    width:1000px;
    margin:auto;
    padding:45px 0;
}
.footer__box__menu__box{

}
.footer__box__menu__box__logo{
    width:220px;
    margin-bottom:30px;
}
.footer__box__menu__box__logo__link{

}
.footer__box__menu__box__logo__link img{

}
.footer__box__menu__box__companyName{
    margin-bottom:10px;
    /*font-size:11px;*/
    line-height:1.8;
    /*border-left:4px solid #fff;*/
    /*padding-left:10px;*/
}
.footer__box__menu__box__companyInfo{
    margin-bottom:10px;
    /*font-size:11px;*/
    line-height:1.8;
}

.footer__box__menu__box__listWrap{
    display:flex;
}
.footer__box__menu__box__list{
    margin-right:70px;
}
.footer__box__menu__box__list:last-child{
    margin-right:0;
}
.footer__box__menu__box__list__items{
    margin-bottom:12px;
}
.footer__box__menu__box__list__items__link{
    font-size:12px;
    font-weight:300;
}

.footer__sns__box{
    display:flex;
    margin-top:30px;
}
.footer__sns__box a{
    display:block;
    width:30px;
    margin:0 5px;
}
@media (min-width:769px) and (max-width:1200px){
    .footer__box__menu__box__listWrap{
        width:100%;
    }
    .footer__box__menu{
        width:94%;
    }
    .footer__box__menu__box:nth-child(1){
        width:30%;
    }
    .footer__box__menu__box:nth-child(2){
        width:67%;
    }
    .footer__box__menu__box__list{
        margin-right:10%;
        margin-right:40px;
    }
    .footer__box__menu__box__list__items__link{
        white-space:nowrap;
    }
}
@media (max-width:768px){
    .footer__box__menu{
        width:90%;
        padding: 15px 0;
        flex-direction: column-reverse;
    }
    .footer__box__menu__box{
        margin-bottom:20px;
    }
    .footer__box__menu__box__listWrap{
        display:block;
        margin-bottom:20px;
    }
    .footer__box__menu__box__list{
        margin-right:0;
    }
    .footer__box__menu__box__list__items{
        float:left;
        width:48%;
        margin-right:4%;
    }
    .footer__box__menu__box__list__items:nth-child(2n){
        margin-right:0;
    }
    .footer__sns__box{
        justify-content:center;
        margin-top: 0px;
    }
    .footer__sns__box a{
        display:block;
        width:30px;
        justify-content:center;
    }
}
.footer__box{
    background:#52575e;
    color:#fff;
}
.footer__box .copyright{
    text-align:center;
    padding:55px 0 45px;
    font-size:11px;
}
/* ============================================ */


.hamburger2 {
    display: block;
    position: absolute;
    z-index: 9999999;
    right: 0;
    top: 0;
    width: 60px;
    height: 60px;
    cursor: pointer;
    text-align: center;
    /*background: #52575e;*/
  }
  .hamburger2 span {
    display: block;
    position: absolute;
    width: 20px;
    height: 2px;
    left: 0;
    right: 0;
    margin: auto;
    background: #fff;
    -webkit-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}
  
  .hamburger2 span:nth-child(1) {
    top:20px;
  }
  
  .hamburger2 span:nth-child(2) {
    top: 28px;
  }
  
  .hamburger2 span:nth-child(3) {
    top: 37px;
  }
  
  .hamburger2.sp__gn__active span:nth-child(1) {
    top:30px;
    left: 1px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  
  .hamburger2.sp__gn__active span:nth-child(2){
    opacity:0;
  }
  .hamburger2.sp__gn__active span:nth-child(3) {
    top:30px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  
  .sp__header2__menu {
      position: fixed;
      top: 60px;
      width: 100%;
      height: 100%;
      z-index: 999999;
      /*background: #52575e;*/
  }
  
  .sp__header2__menu__list__items__link,
  .sp__header2__menu__list__items__list__items__link{
    color: #333;
    height: 50px;
    line-height: 50px;
    padding: 0 30px;
    background: #52575e;
    display: block;
    border-bottom: 1px solid #52575e;
    position:relative;
    font-size:14px;
    color:#fff;
  }
  .sp__header2__menu__list__items__link:before,
  .sp__header2__menu__list__items__list__items__link:before{
    content: "";
    position: absolute;
    z-index: 1;
    top: 0;
    bottom: 0;
    right: 28px;
    margin: auto;
    transition: all 0.2s ease-in-out;
    display: block;
    width: 8px;
    height: 8px;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }

/*  */
.sp-show{
    display:none;
}
@media (max-width:768px){
    .sp-show{
        display:block;
    }
    .pc-show{
        display:none;
    }
}

.sp-show-flex{
    display:none;
}
.pc-show-flex{
    display:flex;
}
@media (max-width:768px){
    .sp-show-flex{
        display:flex;
    }
    .pc-show-flex{
        display:none;
    }
}

.sp-show-strong{
    display:none!important;
}
@media (max-width:768px){
    .sp-show-strong{
        display:block!important;
    }
    .pc-show-strong{
        display:none!important;
    }
}


.sp-show-flex-strong{
    display:none!important;
}
@media (max-width:768px){
    .sp-show-flex-strong{
        display:block!important;
    }
    .pc-show-flex-strong{
        display:none!important;
    }
}

.sp-tab-show{
    display:none;
}
@media (max-width:1080px){
    .sp-tab-show{
        display:block;
    }
    .pc-tab-show{
        display:none;
    }
}
/*追加：40thLP---------------------------*/
.lp_content__title{
    font-size:1.6em;
    margin-bottom:20px;
}
/*見出し*/
.content__2 h3, .content__3 h3 {
    font-size: 20px;
    margin-bottom: 20px;
    border-left: 5px solid #e73559;
    padding-left: 14px;
}
.content__3__box .backdancer {
    background: #535860;
    color: #fff;
    border: solid 1px #cccccc;
    text-align: center;
    padding: 3%;
    margin-top: 3%;
    font-size: 0.9em;
}

.content__3__box .backdancer__member {
    border: solid 1px #cccccc;
    padding: 3%;
    font-size: 0.75em;
    /*line-height: 1.75;*/
}
.news__detail__box__content__post{
    margin-top: 35px;
    text-align: center;
}
.news__detail__box__content__post ul.ens{
    margin: 6px 0;
}
.news__detail__box__content__post__flex {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 5%;
    align-items: flex-start;
}

/*テーブル*/
.news__detail__box__content__post table{
    width: 100%;
    /*text-align: center;*/
    border-collapse: collapse;
    border-spacing: 0;
    /*font-size:15px;*/
    margin-bottom:35px;
    background-color: #fbfaf6;
}
.news__detail__box__content__post table tr{

}
.news__detail__box__content__post table tr th{
    width: auto;
    text-align: center;
    padding: 10px;
    background: #fe4c7c;/*#535860*/
    color:#fff;
    /*border: solid 1px #cccccc;*/
    vertical-align:middle;
    font-weight: 500;
}

.news__detail__box__content__post table tr td{
    padding: 10px;
    border: solid 1px #cccccc;
    color: #52575e;
    /*text-align: left;*/
}

.news__detail__box__content__post table.advance tr th{
    background: #fbcfbf;
    color: #52575e;
}
.news__detail__box__content__post table.general tr th{
    background: #f2e0e4;
    color: #52575e;
}
.news__detail__box__content__post table.senkou tr th{
    /* background: #dabbaf; */
    color: white;
}

.news__detail__box__content__post table.blue tr th{
    background: blue;
}

.news__detail__box__content__post table.green tr th{
    background: #00a381;
}

.news__detail__box__content__post table.gray tr th{
    background: #535860;
}

.news__detail__box__content__post table.advance tr td,
.news__detail__box__content__post table.general tr td,
.news__detail__box__content__post table.senkou tr td{
    width: 80%;
}
/*プレーンtable*/
.news__detail__box__content__post table.normal{
    width: 100%;
    text-align: left;
    /* border-collapse: collapse; */
    /* border-spacing: 0; */
    margin-bottom: 35px;
    background-color: #fff;
}
.news__detail__box__content__post table.normal tr{

}
.news__detail__box__content__post table.normal tr th{
    width: 20%;
    text-align: center;
    padding: 10px;
    background: #fff;
    vertical-align:middle
}
.news__detail__box__content__post table.normal tr td{
    padding: 10px 20px;
    border: none;
}
#booth.content__3 h3 {
    color: #e73559;
    font-weight: bold;
    border: none;
}
#booth li.content__3__box__list__items {
    width: 48%;
}
#booth span.content__3__box__list__items__box {
    width: 90%;
    text-align: center;
    font-weight:bold
}
#schedule .news__detail__box__content__post table.normal {
    width: 100%;
    color: #fff;
    text-align: left;
    margin-bottom: 35px;
    background-color: #535860;
    border: solid 3px #535860;
}
#schedule .news__detail__box__content__post table.normal a {
    text-decoration:underline;
    text-decoration-color: #fff;
}
#schedule .news__detail__box__content__post table.normal tr td {
    color: #fff;
} 
#schedule .news__detail__box__content__post table.normal tr th {
    width: 35%;
    border: none;
    font-weight: normal;
    background-color: #fbfaf6;
    color: #535860;
}
#schedule .news__detail__box__content__post table.normal p {
    font-size: 1.2em;
    margin-bottom: 5px;
}

#schedule .news__detail__box__content__post table.normal p.name {
    font-size: 1.4em;
    font-weight: bold;
    text-decoration: underline;
    margin-bottom: 10px;
}
#outline .content__3__box p.bold {
    margin-top: 15px;
    color:#e73559;
}
#outline .content__3__box p {
    margin: 5px 0;
}
#outline .content__3__box img {
    margin: 0 auto;
    display: block;
}
#book .news__detail__box__content__post h3{
    font-weight:bold;
}

/*追加：フォトギャラリー/写真---------------------------*/
.portfolio-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    justify-content: center;
    max-width: 1200px;
    margin: 0 auto;
}

.portfolio-item {
    flex: 1 1 calc(33.33% - 1rem); /* 3列 */
    /*max-width: calc(33.33% - 1rem);*/
}

@media (max-width: 768px) {
    .portfolio-item {
        flex: 1 1 calc(50% - 1rem); /* 2列 */
    }
}

@media (max-width: 480px) {
    .portfolio-item {
        flex: 1 1 100%; /* 1列 */
        max-width: 100%;
    }
}

@media screen and (max-width: 768px) {
    .news__detail__box__content__post table.normal .content__3 h3 {
        margin: 0px 0px 10px;
    }
    #booth li.content__3__box__list__items {
        width: 100%;
    }
    #booth .content__3__box__list__items__box__img img {
        width: 100%;
        margin: 0 auto;
        display: block;
    }
    .news__detail__box__content__post{
        margin-top: 10px;
    }
    #book .news__detail__box__content__post h3{
        font-size: unset;
    }
    #outline .content__3__box p {
        margin: 0px 0;
    }
}

@media screen and (max-width: 480px) {
        
    #schedule .news__detail__box__content__post table.normal tr th {
        width: 50%;
    }
    #schedule .news__detail__box__content__post table.normal tr td {
        padding: 10px;
    }
    #schedule .news__detail__box__content__post table.normal p,
    #schedule .news__detail__box__content__post table.normal p.name {
        font-size: 0.75em;
    }
    .news__detail__box__content__post table {
        margin-bottom: 20px;
    }
    #schedule .news__detail__box__content__post table.normal {
        margin-bottom: 20px;
        border: solid 1px;
    }
}
/*END*/

.inc-member {
    padding: 2%;
    background-color: #535860;
    color: white;
    text-align: center;
}

.inc-member__title {
    margin-bottom:15px;
    font-size: 1.3em;
}

.inc-member__name {
    font-size: 1.15em;
    font-weight: bold;
    text-align: center;
}

.jpn-member {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 5%;
    margin-top: 35px;
}

.jpn-member__day {
    padding: 3%;
    background-color: #535860;;
    color: #fff;
}

.jpn-member__title {
    text-align: center;
}

.jpn-member__day ul li {
    font-size: 0.85em;
    text-align: center;
}

/*カラー*/
.ens{
    /*line-height: 1.6;*/
    /*font-size: 1.0em;*/
    font-size: 0.75em;
    color: #717579;
}
ul.content__5__box__list .ens{
    /*font-size: 0.85em;*/
    line-height: 1.45;
    margin-top: 10px;
}
.content__4__box__list__items__box__left__des .ens{
    /*line-height: 1.45;
    font-size: 0.75em;*/
    color: #fff;
    display: -webkit-inline-box;
}

@media screen and (max-width:768px){
    .lp_content__title{
        font-size: 1.0em;
        margin-bottom: 20px;
    }
    .news__detail__box__content__post table {
        font-size: 0.8em;
    }
    .content__2 h3, .content__3 h3 {
        font-size: 1.0em;
        padding-left: 5px;
        margin: 20px 0;
    }
    .news__detail__box__content__post table tr th {
        width: 20%;
        padding: 5px;
        vertical-align: middle;
    }
    .news__detail__box__content__post table tr td {
        padding: 5px;
        vertical-align: middle;
    }
    .ens, ul.content__5__box__list .ens {
        line-height: 1.0;
        font-size: 0.75em;
    }
    .jpn-member__day ul li {
        font-size: 0.65em;
        line-height: normal;
    }
    .content__3__box .backdancer__member {
        font-size: 0.65em;
        line-height: normal;
    }
    .news__detail__box__content__post table tr th:first-child {
        width: 5% !important;
    }
}
@media screen and (max-width: 480px) {
    .news__detail__box__content__post table tr td img {
        width: 50%;
    }
    .news__detail__box__content__post table tr th {
        width: 18%;
        padding: 3px;
    }
    .news__detail__box__content__post table tr td {
        padding: 8px;
    }
    .news__detail__box__content__post table tr th {
        font-size: 0.9em;
        font-weight: 600;
    }
    .ens, ul.content__5__box__list .ens {
        line-height: 1.0;
    }
    .news__detail__box__content__post table tr td:first-child {
        vertical-align: middle;
        padding: 8px 2px;
    }
}