@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700;800;900&display=swap');


html,body,a,p,ul,li,h1,h2,h3,h4,h5,h6,figure,dl,dt,dd{margin:0;padding:0;}

*{
    box-sizing: border-box;
    font-family: "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    tap-highlight-color: rgba(0, 0, 0, 0);
    outline: none;
    letter-spacing: 0.05em;
}

body{
    overflow-x: hidden;
    background: #fff;
    color: #333;
    font-size: 16px;
    line-height: 1.8em;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 500;
    position: relative;
}
#wrap, section {
    width: 100%;
    padding: 0;
    margin: 0;
}

a{
    color: inherit;
    text-decoration: none;
}
a:hover {
filter: alpha(opacity=70);
opacity: 0.7;
transition:  0.5s;
}

li{
    list-style-type: none;
}
.pc{
        display: block;
    }
.sp{
    display: none;
}
img{
	    /* PCの右クリック禁止 
	    pointer-events: none;*/
	}
.inner {
    width: 90%;
    max-width: 1180px;
    margin: auto;
    padding-top: 2em;
    padding-bottom: 2em;
}
.boxA {
/*    background: #5882b6;*/
    background: #002563;
    letter-spacing: inherit;
}
.boxB {
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 100% auto;
    border-bottom: 1px solid #002563;
}
header h1, header h2  {
    text-indent: 100%;
white-space: nowrap;
overflow: hidden;
    height: 0;
}
.color01 {
    color: #002563;
}
.color02 {
    color: #cc3300;
}
.line01 {
    border-top: 1px dashed#002563;
    margin: 1em 0;
}
.indent-1 {
    padding-left: 1em;
}
em {
    font-style: normal;
    font-weight: bold;
}
.font-L {
    font-size: 20px;
    line-height: 1.8em;
}
.font-S {
       font-size: 14px;
    line-height: 1.8em;
}
.txt_center {
    text-align: center;
}

@media screen and (max-width: 1024px){
    body{
    font-size: 14px;
    line-height: 1.8em;
    font-feature-settings: "palt" 1;
}

.font-L {
    font-size: 18px;
    line-height: 1.8em;
}
    .font-S {
       font-size: 12px;
    line-height: 1.8em;
}
}

@media screen and (max-width: 768px){
    body{
    font-size: 12px;
    line-height: 1.8em;
        font-feature-settings: "palt" 1;
}
    
    .pc{
        display: none;
    }
    
    .sp{
        display: block;
    }
img{
	    /* SPの長押し禁止 */
	    -webkit-touch-callout:none;
	    -webkit-user-select:none;
	    -moz-touch-callout:none;
	    -moz-user-select:none;
	    user-select:none;
	}
.font-L {
    font-size: 16px;
    line-height: 1.8em;
}
    .font-S {
       font-size: 10px;
    line-height: 1.8em;
}
}
/*************************
*ヘッダー
*************************/
header {
    width: 100%;
}
header #mv {
    background: url("../img/pc_mv.jpg");
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    padding-top: 55.5%;
    height: 0;
    width: 100%;
}

@media screen and (max-width: 768px){
header #mv {
    background: url("../img/sp_mv.jpg");
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    padding-top: 148.125%;
    height: 0;
    width: 100%;
}
}

/*************************
*コンテンツ
*************************/
.note {
    font-size: 0.85em;
    line-height: 1.5em;
    color: #5882b6;
}
.note02 {
    font-size: 0.85em;
    line-height: 1.5em;
    color: #fff;
}
main section h2 {
font-size: 3em;
    line-height: 2em;
/*    color: rgba(88, 130, 182, 0.5);*/
/*    color: #69a1d5;*/
    color: #002563;
    font-family: 'Roboto Condensed', sans-serif;
    letter-spacing: 0.2em;
    text-align: center;
}
main section h2.typeB {
font-size: 3em;
    line-height: 2em;
    color: rgba(255, 255, 255, 0.5);
    font-family: 'Roboto Condensed', sans-serif;
    letter-spacing: 0.2em;
    text-align: center;
}
main section h2.typeC {
font-size: 2.5em;
    line-height: 2em;
    color: rgba(88, 136, 182, 0.5);
    font-family: 'Noto Sans JP', sans-serif;;
    letter-spacing: 0.2em;
    text-align: center;
}
@media screen and (max-width: 768px){
    main section h2,  main section h2.typeB {
        font-size: clamp(24px, 3.2vw, 36px);
    }
}

/**NEWS LIST*******************************************/
.newsBox {
    width: 100%;
    height: 14em;
    overflow: scroll;
}
ul.newsList {
    width: 100%;
    max-width: 960px;
    margin: auto;
}
ul.newsList li {
    border-bottom: 1px dotted #002563;
    display: flex;
    padding: 0.5em 1.5em;
    letter-spacing: 0.1em;
}
ul.newsList li .date-01 {
    font-size: 1.25em;
    font-family: 'Roboto Condensed', sans-serif;
    color: #002563;
    margin-right: 1em;
}
ul.newsList li .newsTit-01 a {
    color: #333;
    text-decoration: underline;
}
.news_viewMore {
    width: 60%;
    max-width:160px;
    height: 30px;
    margin: 2rem auto 1rem;
    border:3px solid #5882b6;
   font-size: 1.25em;
    font-family: 'Roboto Condensed', sans-serif;
    color: #5882b6;
    justify-content: center;
    align-items: center;
    display: flex;
}

@media screen and (max-width: 768px){
ul.newsList li {
    display: block;
}
}
/**RELEASE*******************************************/
#releaseWrap {
    text-align: center;
    color: #fff;
}
#releaseWrap span {
    display:inline-block;
}
#releaseWrap h3 {
    font-size: 1.875em;
    line-height: 1.25em;
    font-weight: 800;
}
#releaseWrap h4 {
    font-size: 1.25em;
    line-height: 1.25em;
    font-weight: 800;
    margin-top: 1em;
        margin-bottom: 1em;
}
#releaseWrap p {
    font-weight: 500;
    font-size: 1.125em;
    line-height: 1.75em;
    margin: 1em 0 2em;
    letter-spacing: -0.025em;
}
#releaseInfoWrap {
    width: 100%;
    max-width: 1024px;
    background: #fff;
    margin: auto;
    padding: 1.875em;
    margin-top: 1em;
}
ul.releaseInfoArea {
    width: 100%;
    max-width: 964px;
    color: #333;
}
ul.releaseInfoArea li {
    margin: 0 0 1em 0;
    background: #eefafc;
}
ul.releaseInfoArea li:nth-child(1) {
    display: flex;
    padding: 0;
    background: #fff;
}

.releaseInfoArea .dataArea {
    width: 100%;
    text-align: center;
    font-size: 16px;
    line-height: 1.8em;
}
.nameArea {
    width: 80%;
    max-width: 400px;
    margin: auto;
}
.nameArea #name {
    font-size: 2em;
    line-height: 1.5em;
    margin-right: 0.5em;
    font-weight: 700;
}
.nameArea #debut {
    height: 30px;
    border-radius: 15px;
/*    background: #5882b6;*/
        background: #002563;
    text-align: center;
    color: #fff;
    padding: 0 1em;
font-size: 1em;
/*     font-size: clamp(14px, 2vw, 20px);*/
}
.titArea {
    width: 100%;
    font-weight: 800;
    font-size: 3em;
/*    font-size: clamp(24px, 3.2vw, 48px);*/
    line-height: 1em;
    margin-top: 0.5em;
    margin-bottom: 0.5em;
    text-indent: -0.5em;
}
.titArea small {
    font-size: 0.75em;
    font-weight: 600;
}
.releaseInfoArea .cntntHead {
/*    width: 5em;*/
    width: 40%;
    max-width: 300px;
    margin: auto;
    background: #333;
    color: #fff;
    text-align: center;
    font-size: 1.25em;
}
.releaseInfoArea  .musicList {
    margin-top: 0.5em;
    font-size: 1.25em;
    line-height: 1.8em;
}
ul.releaseInfoArea li.itemWrap {
    font-weight: 600;
         /*font-size: clamp(16px, 1.8vw, 24px);*/
/*    line-height: 1.25em;*/
        line-height: 1.5em;
    padding: 0.5em;
    background: #efefef;
}
ul.releaseInfoArea li.itemWrap small {
/*    font-size: 0.75em;*/
        font-size: 0.85em;
color: #333;
    font-weight: 400;
}
ul.releaseInfoArea li.itemWrap span {
    color: #002563;
}
.fcLinkBtn {
    width: 90%;
    max-width: 720px;
    padding: 0.25em;
    margin: 1em auto 0;
    text-align: center;
    background: #fff;
    border: 3px solid #002563;
    color: #002563;
    font-weight: 600;
/*font-size: clamp(12px, 2vw, 18px);*/
}
ul.releaseInfoArea li.tokutenWrap {
    text-align: left;
    color: #002563;
    font-size: 1em;
    line-height: 1.8em;
    background: none;
    padding: 0 1em;
}
ul.releaseInfoArea li.tokutenWrap em {
    font-weight: 700;
    font-size: 1.1em;
    font-style: normal;
}
ul.releaseInfoArea .term {
        font-size: 1.125em;
        line-height: 1.5em;
    background: #5882b6;
    color: #fff;
    padding: 0.25em;
    }

/*2023.9.21JKT関連追加*/
ul.jktWrap {
    width: 100%;
    font-size: 0;

}
ul.jktWrap li {
    background: none;
    display: inline-block !important;
    margin: 0 0.5% 3% ;
    vertical-align: top;
    font-size: 16px;
    text-align: center;
}
.jktArea-01 {
    width: 40%;
}
.jktArea-02 {
    width: 40%;
}

#jkt_shokai {
    background: url("../img/jkt_shokai.jpg?02");
    background-position: center top;
    background-size: contain;
    padding-top: 103.6%;
    width: 75%;
    margin: auto;
        background-repeat: no-repeat;
}
#jkt_shokai-3D {
    background: url("../img/jkt_shokai-3D.jpg?02");
    background-position: center top;
    background-size: contain;
    padding-top: 103.6%;
    width: 100%;
    background-repeat: no-repeat;
     margin: auto;
}
#jkt_tsujo {
    background: url("../img/jkt_tsujo.jpg");
    background-position: left top;
    background-size: contain;
    padding-top: 75%;
    width: 75%;
        margin: auto;
        background-repeat: no-repeat;
}
#jkt_fc {
    background: url("../img/jkt_fc.jpg?02");
    background-position: left top;
    background-size: contain;
    padding-top: 74.4%;
    width: 75%;
    margin: auto;
        background-repeat: no-repeat;
}



/*2023.9.29画像関連追加*/
.item_img_wrap {
    width: 90%;
    max-width: 720px;
    margin: 1em auto;

}
#img_tc{
    background: url("../img/img_tc.jpg");
    background-position: top left;
    background-repeat: no-repeat;
    background-size: contain;
    padding-top: 63.4%;
}
#img_poster{
    background: url("../img/img_poster-B2.jpg");
    background-position: top left;
    background-repeat: no-repeat;
    background-size: contain;
    padding-top: 70.8%;
}

#img_photobook{
    background: url("../img/img_photobook.jpg");
    background-position: top left;
    background-repeat: no-repeat;
    background-size: contain;
    padding-top: 150%;
}

/*2024.9.9画像関連追加*/
/*各アイテム封入特典*/
ul.enclosedBonusWrap {
    width: 100%;
}
ul.enclosedBonusWrap li {
    display: list-item;
    width: 100%;
    max-width: 720px;
    margin: 2% auto;
/*    font-size: clamp(12px,1.5vw,16px);*/
    font-size:clamp(14px, 1.875vw, 20px);
    line-height: 1.25em;
    font-weight: 700;
    text-align: center;
    color: #5882b6;
    border-top: 1px dotted #5882b6;
    padding: 1em;
}

ul.enclosedBonusWrap li small {
    font-weight: 500;
    font-size: 0.75em;
}
#enclosedBonus_vb {
    background: url("../img/enclosedBonus_vb.jpg");
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 46.6%;
}
#enclosedBonus_pb {
    background: url("../img/enclosedBonus_pb.jpg");
    background-position: center top;
    background-repeat: no-repeat;
    background-size: auto 100%;
    padding-top: 50%;
}
#enclosedBonus_tc {
    background: url("../img/enclosedBonus_tc.jpg");
    background-position: center top;
    background-repeat: no-repeat;
    background-size: auto 100%;
    padding-top: 110%;
}
/*イベント情報*/
.eventWrap {
    width: 100%;
    max-width: 1024px;
    border: 2px solid #fff;
    padding: 0.75em 1.5em;
    margin: 1em auto 2em;
    font-size:clamp(12px, 1.5vw, 18px);
    line-height: 1.8em;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 500;
    text-align: left;
}
.eventWrap h5 {
    margin-bottom: 0.5em;
    font-size: 1.5em;
    line-height: 1.5em;
    font-weight: 600;
    text-align: center;
    background: #fff;
    color: #5882b6;
    border-radius: 50px;
}
.eventWrap .eventInner01 {
    width: 90%;
    max-width: 720px;
    margin: 0.75em auto 0.25em;
    background: rgba(255,255,255,0.2);
    padding: 0.25em 1em;
}
.eventWrap .eventInner02 {
    width: 100%;
    max-width: 880px;
    padding: 0.5em 0;
    margin: 1em auto;
    border-top: 1px #fff dotted;
        font-size:clamp(12px, 1.333vw, 16px);
    line-height: 1.8em;
}
.eventWrap .eventInner02 h6 {
    width: 14em;
    text-align: center;
    margin: 0.5em auto 0.75em;
    border: 2px solid #fff;
    font-size:clamp(12px, 1.5vw, 18px);
    line-height: 1.8em;
}
.eventWrap .eventInner03 {
        width: 100%;
    max-width: 880px;
    padding:  1em 1.5em;
    margin: 1em auto;
    border: 1px solid rgba(255,255,255,0.5);
    font-size:clamp(10px, 1.166vw, 14px);
    line-height: 1.8em;
} 



/*先着予約購入特典*/
#yoyakutokuten {
    text-align: center;
}
ul.tokutenArea {
    width: 100%;
    max-width: 1180px;
    font-size: 0;
}
ul.tokutenArea li {
    display: inline-block;
    width: 31%;
    max-width: 350px;
    margin: 1.17%;
    background: #002563;
    padding: 2px;
    font-size: clamp(12px,1.5vw,16px);
    vertical-align: top;
}
ul.tokutenArea li .shopName {
    font-weight: 700;
    font-size: 1.25em;
    line-height: 1.5em;
    max-height: 46px;
    min-height: 36px;
    color: #fff;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
ul.tokutenArea li .shopTokuten {
    width: 100%;
    padding: 0.75em 1em;
    background: #fff;
    text-align: center;
    color: #002563;
}
ul.tokutenArea li .tokutenName {
       font-weight: 700;
    font-size: 1.25em;
    line-height: 1.25em;
/*    margin-bottom: 0.5em;*/
    border-bottom: 1px dotted #002563;
    padding-bottom:0.5em;
}
ul.tokutenArea li .tokutenImg {
    background-repeat: no-repeat;
    background-position: center top;
    padding-top: 100%;
    background: url("../img/img_cs.jpg");
    background-size: cover;
}
#oritoku_amazon {
    background: url("../img/oritoku_amazon.jpg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 100%;
}
#oritoku_rakuten {
    background: url("../img/oritoku_rakuten.jpg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 100%;
}
#oritoku_seven {
    background: url("../img/oritoku_seven.jpg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 100%;
}
#oritoku_tower {
    background: url("../img/oritoku_tower.jpg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 100%;
}
#oritoku_hmv {
    background: url("../img/oritoku_hmv.jpg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 100%;
}
#oritoku_other {
    background: url("../img/oritoku_other.jpg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 100%;
}

/*SNS*/
ul.snsArea {
    width: 90%;
    max-width: 1040px;
    font-size: 0;
    margin: auto;
}
ul.snsArea li {
    width: 30%;
margin: 1.5%;
    text-align: center;
    color: #fff;
    font-size: 16px;
    display: inline-block;
    vertical-align: top;
}

/*NEWS*/
.newsWrap {
    width: 100%;
    max-width: 1024px;
    margin: 1em auto;
    border-bottom: 1px solid #002563;
    padding: 1em;
}
.newsArea {
    width: 100%;
    padding-bottom: 1em;
}
 .date-02 {
    font-size: 1.5em;
     line-height: 1.25em;
    font-family: 'Roboto Condensed', sans-serif;
    color: #5882b6;
    letter-spacing: 0.25em;
     padding-left: 0.5em;
}
.newsArea h3 {
    border-bottom: 1px dotted #002563;
    padding: 0.25em;
     font-size: 1.5em;
     line-height: 1.5em;
}
.newsArea .news {
    width: 96%;
    margin: auto;
}
.newsArea .news a {
    color: #002563;
    font-size: 1.125em;
    text-decoration: underline;
}

.newsArea .newsBox-2 {
    border: 1px solid#ccc;
    padding: 0.5em 1em;
    color: #666;
}
/*NEWS記事内*/
.prImg1023Wrap {
    width: 100%;
    max-width: 640px;
    margin: auto;
    border: 1px solid #ccc;
}
#prImg1023-1 {
    background: url("../img/news/img_20241023-1.jpg");
    background-repeat: no-repeat;
    background-position: left top;
    background-size: cover;
    padding-top: 155.5%;
}
#prImg1023-2 {
    background: url("../img/news/img_20241023-2.jpg");
    background-repeat: no-repeat;
    background-position: left top;
    background-size: cover;
    padding-top: 155.5%;
}
#prImg1029-1 {
    background: url("../img/news/img_20241029-1.jpg");
    background-repeat: no-repeat;
    background-position: left top;
    background-size: contain;
    padding-top: 141.45%;
}
ul.listType-1 {
    display: inherit;
 width: 90%;
    margin: auto;
}


/***動画*************************/
.videoWrap {
     width: 100%;
    max-width: 640px; 
        margin: auto;
}
.video {
  width: 100%;
  position: relative;
  padding-top: 56.25%;
            z-index: 1 !important;

}
.video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
        z-index: 1;
}
/*2023.11.10追加　コラム*/
.columnTit {
    font-weight: 700; 
    font-size: 1.5em; 
    line-height: 1.75em; 
    color: #fff; 
    text-align: center; 
    background: #5882b6;
    padding: 0.25em;
}

/*2024.02.26追加　Tour特典*/
.tourTokutenWrap {
    width: 100%;
    max-width:960px;
    margin: auto;
    padding: 1em 1.5em;
    border: 2px solid #5882b6;
    text-align: left;
}
.tourTokutenWrap h3 {
    font-size: 1.25em;
    font-weight: 700;
    line-height: 1.8em;
    color: #5882b6;
    border-bottom: 1px dotted #002563;
    text-align: center;
    margin-bottom: 1em;
}
.tourTokutenWrap .tourSchedule {
    background: rgba(88,130,182,0.3);
    padding: 1em;
}

@media screen and (max-width: 768px){
#releaseWrap h3 {
    font-size: 1.5em;
    line-height: 1.5em;
    font-weight: 800;
    font-feature-settings: "palt" 1;
    margin-bottom: 1em;
}
    #releaseWrap p {
/*text-align: left;*/
        text-align: center;
}
ul.releaseInfoArea li:nth-child(1) {
    display: block;
}
.releaseInfoArea .jktArea {
    width: 100%;
    margin-right: 0%;
    max-width: 360px;
    margin: auto;
}
.nameArea {
    display: block;
    width: 100%;
    text-align: center;

}
    .nameArea #name {
        width: 100%;
        line-height: 1.5em;
/*        margin: 0;*/
    }
.releaseInfoArea .dataArea {
    width: 100%;
        max-width: 100%;
    font-size: 14px;
    line-height: 1.8em;
}
.nameArea #debut {
    height: 24px;
    max-width: 360px;
    margin: auto;
}
.titArea {
text-align: center;
    text-indent: 0em;
    font-size: 2em;
}

.releaseInfoArea .cntntHead {
    width: 5em;
    background: #333;
    color: #fff;
    text-align: center;
    font-size: 1em;
    margin: auto;
}
.releaseInfoArea  .musicList {
    margin-top: 0.5em;
    font-size: 1em;
    line-height: 1.8em;
    text-align: center;
}
 
    
.fcLinkBtn {
    width: 100%;
    padding: 0.25em;
    margin: 1em auto 0;
    text-align: center;
    background: #fff;
    border: 2px solid #002563;
    color: #002563;
    font-weight: 600;
/*font-size: clamp(12px, 2vw, 18px);*/
    line-height: 1.25em;
}
    ul.releaseInfoArea li.tokutenWrap {
    text-align: left;
    color: #5882b6;
    font-size: 1em;
    line-height: 1.8em;
    background: none;
}
ul.releaseInfoArea li.tokutenWrap em {
    font-weight: 700;
    font-size: 1em;
    font-style: normal;
}
/*各アイテム封入特典*/
ul.enclosedBonusWrap {
    width: 100%;
}
ul.enclosedBonusWrap li {
    display: inherit;
        width: 90%;
    max-width: 480px;
    margin: 2% auto;
  /*  font-size:clamp(14px, 2vw, 24px);
    line-height: 1.25em;
    font-weight: 700;
    text-align: center;
    color: #5882b6;*/
}


/*先着予約購入特典*/
#yoyakutokuten {
    text-align: left;
}
ul.tokutenArea li {
    display:block;
    width: 90%;
    max-width: 350px;
    margin: 3% auto;
    background: #002563;
    padding: 2px;
/*    font-size: 16px;*/
    vertical-align: top;
} 
/*SNS*/
    ul.snsArea {
    width: 90%;
    max-width: 320px;
    font-size: 0;
    margin: auto;
}
ul.snsArea li {
    width: 100%;
    max-width: 320px;
margin: 1.5% auto 3.5% auto;
    text-align: center;
    color: #fff;
    font-size: 14px;
    display: inherit;
    vertical-align: top;
}
    
/*2023.9.21JKT関連追加*/
ul.jktWrap {
    width: 80%;
    font-size: 0;
margin: 1% auto 1%;
}
ul.jktWrap li {
    background: none;
    display: inherit !important;
    vertical-align: top;
    font-size: 14px;
    width: 100%;
}
.jktArea-01 {
    width: 100%
}
.jktArea-02 {
    width: 100%
}
}
/*************************
*フッター
*************************/
footer {
    padding: 2em 0;
    text-align: center;
    font-size: 0.78em;
    line-height: 1.8em;
    color: #5882b6;
}
#inquiry {
    font-weight: 800;
    font-size: 1.5em;
    margin: 1em auto;
    background: #002563;
    color: #fff;
    width:70%;
    max-width: 320px;
    line-height: 2em
}
.otherWorksWrap {
    width: 100%;
    margin:5em auto 2em;
    text-align: center;
    background: #002563;
    padding: 1em 0;
    color: #fff;
}
.otherWorksWrap ul.link {
    width: 90%;
   font-size: 0;
    margin: auto;
}
.otherWorksWrap ul.link li {
    display: inline-block;
/*    width: 32%;*/
        width: 22%;
    height: auto;
    margin: 0.66%;
    font-size: 16px;
    border: 1px solid #fff;
}
.otherWorksWrap ul.link li img {
    width: 100%;
    height: auto;
    vertical-align: bottom;
}

@media screen and (max-width: 768px){
.otherWorksWrap ul.link li {
    display: inherit;
    width: 80%;
    max-width: 420px;
    margin:2.5% auto;
    
}
}
/*************************
*ナビゲーション
*************************/
.btn {
	/* ボタンの配置位置  */
    background: rgba(255,255,255,0.3);
    border: none;
	position: fixed;
	top: 10px;
	left: 20px;
	/* 最前面に */
	z-index: 9999;
	/* ボタンの大きさ  */
	width: 40px;
	height: 40px;
    padding: 5px;
    margin: 0;
}


/***** 真ん中のバーガー線 *****/
.btn-line {
	display: block;
	/* バーガー線の位置基準として設定 */
	position: relative;
	/* 線の長さと高さ */
	width: 100%;
	height: 3px;
	/* バーガー線の色 */
	background-color: #002563;
	transition: .2s;
}
/***** 上下のバーガー線 *****/
.btn-line::before , .btn-line::after {
	content: "";
	/* 基準線と同じ大きさと色 */
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: #002563;
	transition: .5s;
    right: .5px;
}
.btn-line::before {
	/* 上の線の位置 */
	transform: translateY(-9px);

}
.btn-line::after {
	/* 下の線の位置 */
	transform: translateY(9px);
}
/***** メニューオープン時 *****/
.btn-line.open {
	/* 真ん中の線を透明に */
	background-color: transparent;
}
.btn-line.open::before , .btn-line.open::after {
	content: "";
	background-color: #fff;
	transition: .2s;
}
.btn-line.open::before {
	/* 上の線を傾ける */
	transform: rotate(45deg);
}
.btn-line.open::after {
	/* 上の線を傾ける */
	transform: rotate(-45deg);
}
/**************** ここまで、ハンバーガーボタンのスタイリング ****************/
/**************** 以下、メニューのスタイリング ****************/
.menu {
	/* メニューを縦に */
	display: flex;
	flex-direction: column;
	position: fixed !important;
    top:0;
	/* メニューの位置マイナス指定で画面外に */
	left: -100%;
	width: 100%;
	height: 100vh;
	background-color: rgba(0, 37, 99, 0.90);
	color: #fff;
	transition: .3s;
    padding:3em 0 1em 0;
    z-index: 9999  !important;
}
.menu-list {
	/* メニューテキスト位置をリスト内中心に */
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
font-weight: 400;
font-style: normal;
    font-size: 2em;
    line-height: 1.5em;
    margin-bottom: 1em;
}

.menu-list-3 {
    display: flex;
    font-size: 2em;
    line-height: 1.5em;
    align-items: center;
	justify-content: center;
        border-top: 1px dotted #fff;
    width: 90%;
    margin: 0 auto;
    max-width: 640px;
}
.menu-list a {
    font-family: 'Roboto Condensed', sans-serif;
        letter-spacing: 0.1em;
}
.menu-list-2 a {
    font-family: 'Noto Sans JP', sans-serif;
        letter-spacing: 0.1em;
    font-size: 0.8em;
    font-weight: 700;
}
.menu-list-3  i {
   /* font-size: 1.8em;
    line-height: 1.5em;*/
    margin: 0.5em;

}
.menu-list:hover {
	color: #002563;
	cursor: pointer;
	transition: .3s;

}
/***** メニューオープン時位置0にして画面内に *****/
.menu.open {
	position: absolute;
	left: 0;
    top:0;
}

@media screen and (max-width: 768px){
    .btn {
	/* ボタンの配置位置  */
	right: 10px;
}
.snsWrap {
    right:10px;
}
}


/*************************
*ローディング
*************************/
#loading {
  /* 画面一杯にローディング画面を広げる */
  height: 100%;
  width: 100%;
  background: #fff;
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 10000;
  /* flexboxを使ってローディングアイコンを画面の中央に寄せる */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
