/*


 */
 @import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@500;700&display=swap');

 html { scroll-behavior: smooth; }


body { color: #333; background-image:none;  background-color:#fff !important; font-family: 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif; }
body { background: url("../img/bg000.png") center top repeat; }

.pure-g [class*="pure-u"],
.pure-g.pure-g      {  font-family: 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif; }

#bg_tr          { background:url('main_bg.jpg') center top no-repeat; background-color:#27100e; width:100%; height:100%; position:fixed; z-index:-3 }

#bg_tr.bg_dark      { opacity: 0.3; }


/* Quicksand, 游ゴシック体, 'Yu Gothic', YuGothic,  */

a:link,
a       { text-decoration:none;  }

a ,a:link ,a:visited {
    color: rgb(255, 216, 41);
  }

a:focus, *:focus { outline:none; }

p {
    line-height: 1.6em;
}


h2, h3 {
    letter-spacing: 0.25em;    
    font-weight: 600;
}

h3          {
    font-weight: bold;
    font-size: 120%;
    color: #810808;
}

strong                          { font-weight: bold; }

.btn-hover01:hover                { filter: drop-shadow(0 0 6px hsl(194, 79%, 44%)); }
.btn-hover02:hover                { filter: drop-shadow(0 0 6px hsla(0, 0%, 100%, 0.9)); }


.end_elm_wrap                     { display: flex; flex-wrap: wrap; align-content: center; justify-content: center; width: 79%; margin-right: 3%; background-color:hsla(0, 0%, 100%, 0.65); }
.end_elm_wrap p                   { color: hsl(29, 89%, 51%); font-weight: bold; font-size: 1.0em; line-height: 1.0; }


#hamburger .btn-gNav{
    position: fixed;
    top: 20px;
    right: 20px;
    width: 30px;
    height: 24px;
    z-index: 15;
    box-sizing: border-box;
    cursor: pointer;
    -webkit-transition: all 400ms;
    transition: all 400ms;
  }
  
  #hamburger .btn-gNav span{
    position: absolute;
    width: 100%;
    height: 4px;
    background: #fff;
    border-radius: 10px;
    -webkit-transition: all 400ms;
    transition: all 400ms;
    box-shadow: 0 0 4px 1px hsl(231, 81%, 30%);;
  }
  #hamburger .btn-gNav span:nth-child(1) {
    top:0;
  }
  #hamburger .btn-gNav span:nth-child(2) {
    top:10px;
  }
  #hamburger .btn-gNav span:nth-child(3) {
    top:20px;
  }
  #hamburger .btn-gNav.open span:nth-child(1){
    background :hsl(231, 81%, 30%); box-shadow: none;
    top: 6px;
    -webkit-transform: rotate(-45deg);
    -moz-transform   : rotate(-45deg);
    transform        : rotate(-45deg);
  }
  #hamburger .btn-gNav.open span:nth-child(2),#hamburger .btn-gNav.open span:nth-child(3){
    top: 6px;
    background :hsl(231, 81%, 30%); box-shadow: none;
    -webkit-transform: rotate(45deg);
    -moz-transform   : rotate(45deg);
    transform        : rotate(45deg);
  }
  #gNav{
    position: fixed;
    top: 0;
    right: -100%;
    width: 100%;
    height: 100%;
    background: hsla(0, 0%, 100%, 0.90);
    font-size: 16px;
    box-sizing: border-box;
    z-index: 10;
    /* padding-top: 50px; */
    transition: .3s;
  }
  #gNav.open{
    right: 0px;
  }
  #gNav .gNav-menu{
    width: 100%;
    height:100%;
    display: flex;
    flex-direction: column;
    text-align: center;
    overflow: auto;
    /*justify-content: center;*/
  }
  #gNav .gNav-menu li{
    display: block;
    padding : 0
  }

  #gNav .gNav-menu li img          { margin: 0 auto; max-height: 72px; }

  #gNav .gNav-menu li a{
    color: #ddd;
    text-decoration: none;
    display: inline-block;
  }
  
  .siteid_wrap          { margin-top: 40px; }
  
  
  @media screen and (min-width: 768px){

    .siteid_wrap          { margin-right: 17vw; }

    .target_inner               { padding-top: 6vw; margin-top:-6vw; }

    .btn-gNav{
      display: none;
    }
    #gNav{
      background: hsla(0, 0%, 100%, 1.0);
      box-shadow: 0 1px 3px hsla(231, 80%, 20%, 0.7);;
      position: fixed;
      top: 0;
      right: 0;
      height: 6vw;
      max-height: 72px;
    }
    #gNav .gNav-menu{
      display: flex;
      flex-direction: row;
      width: 100%; max-width: 1280px; margin: 0% auto 0;
      overflow: hidden;
      /* height: 100%; */
      /* position: fixed; */
      /* top: 0; right: 0; padding-left: 50px; */
    }
    #gNav .gNav-menu li{
      padding-top: 0;
      margin-top: 0px;
    }
  }

  @media (max-width: 361px) {

    #gNav .gNav-menu li img          { max-height: 60px; }

}




.main-wrapper               {  margin: 0 auto; position: relative;   }
 
.main-header__wrapper         {  margin: 0 auto; position: relative; height: 125vw; }

.expatch--img               { margin: 4% auto -6% 2%; position: relative; z-index: 2; opacity: 0; animation: 0.5s fadeIn 0.4s forwards; }

.hero--img                  { margin: 0 auto;  } /* opacity: 0; animation: 0.5s fadeIn 0.5s forwards; */

.hd_hero--img               { max-width: none; width: 100%; position: absolute; }


.hd_hero--img-base          { opacity: 0; animation: fadeIn 2.5s ease 0.2s forwards; }
.hd_hero--img-copy          { opacity: 0; animation: fadeIn 1.5s ease 3.5s forwards; }

.hd_hero--img-eff       { opacity: 0; animation: fadeIn 0.1s ease 2.7s forwards, ex_ef 10s linear 4.0s infinite normal; }

/* saturate */

@keyframes ex_ef {
    0% {   filter: saturate(100%);   }
	50% {  filter: saturate(400%);  }	
    100% { filter: saturate(100%);  }
}


@keyframes fadeIn { 
    from { opacity: 0; }
    to { opacity: 1.0; }
  }

.herologo--img          { margin: 0 auto; }

.main-header__inner--left   { position: absolute; bottom: 49px; left: 10px; }


.blk_newsgoods--wrapper             { max-width: 1280px; margin: 0 auto 0; position: relative; margin-top:-44vw ;} /* calc(-20% - 80px) */

.blk_newsgoods_title                { display: block; margin: 0 auto; }





.news_section       { margin: 0 auto; width: 95%; padding: 1.5% 0 4.0%; max-width: 890px;   }

.news_wrap          { width:100%; }
.news_wrap a        { display: table; margin: 0 auto; border: 3px solid transparent;  }

.news_box:hover     { box-shadow: 0 0 5px hsl(194, 79%, 44%); } /* filter: saturate(120%); */

.news_box           { box-sizing: border-box; border: 1px solid hsl(200, 96%, 30%); max-width: 230px; width: 100%; margin: 0 auto; background-color: hsla(0, 0%, 100%, 0.95); padding-bottom: 1px; 
       }


.news_box--date,
.news_box--text  { font-family:'Noto Serif JP', serif; font-weight:normal; }

.news_box--date     { color: hsl(250, 80%, 25%); font-size: 86%; margin-top: 0.75em; padding: 0 0.7em; }
.news_box--text     { color: hsl(250, 80%, 25%) ; font-size: 80%; line-height: 1.2; margin-top: 0.5em; margin-bottom: 0.5em; padding: 0 0.7em; min-height: 5.0em; }

.news_section .slick-list         { max-width: 790px; margin: 0 auto; width: calc(100% - 60px); }



.news_section .slick-prev::before       { content: url("../img/arrow-l.png"); }
.news_section  .slick-next::before      { content: url("../img/arrow-r.png"); }
 

.news_section .slick-next,
.news_section .slick-prev  { width: 24px; height: 47px; }

.news_section .slick-next  { right: 0; z-index: 3;}
.news_section .slick-prev  { left: 0; z-index: 3; }

.slick-slide img                    { margin: 0 auto; width: 100%; }





main                { position: relative;  margin: 0 auto; }




.section__about                 { position: relative; }

.section__about_bttwrap         { position: absolute; bottom: 16%; width: 100%; }
.blk_about_btt                  { display: block; margin: 0 auto; width: 30%; max-width: 370px; }

.blk_about_base                 { max-width: none; width: 100%; }


.section__title                 { max-width: 1280px; margin: 0 auto; }

.section__title__wrap           { position: relative; }
.section__title_bttwrap         { width: 29%;  position: absolute;  }

.title_bttwrap-r                { bottom: 27%; right: 13%; }
.title_bttwrap-l                { bottom: 27%; left: 11%; }

.titleblk_site_btt              { display: block; }
.titleblk_tw_btt                { margin-left: 15%; display: block; }



/* twitter block */

.section__tw                { background: url("../img/blk_tw_bg.png") center top; background-size: cover; padding: 4% 2%; background-blend-mode: multiply;  }

.blk_tw_title               { margin: 1% auto 4%; }

.tw_wrap        { overflow: auto; width: 100%; max-width: 800px; max-height: 480px; margin: 10px auto; border-radius: 1em; }

.fbox           { box-sizing: border-box; overflow: hidden; display: flex; }


.twblock_base   { border-radius: 1em; margin: 4%;  padding: 2% 4%; }

.blk_tw_mod-title       { margin: 2% auto 0; }


.twblock_base01 { background: linear-gradient(to bottom, #e9bbd9, #807dbd); }
.twblock_base02 { background: linear-gradient(to bottom, #f4d06f, #ff911b); }
.twblock_base03 { background: linear-gradient(to bottom, #95c575 15%, #00844d); }

.erg-2col       { margin-left: 16.6%; }


/* footer */

.ft_hero--img               { max-width: none; width: 100%; }

.footer__wrapper            { margin: 8% auto 0; }

.footer                             { padding: 2% 2%; background-color: black; overflow: hidden; margin-top: 5%; }

.footer__link__container           {  text-align: center; margin-top: -30%; }

.footer__link__container img        { display: inline; }
.footer__link__container img:hover   { filter: drop-shadow(0 0 6px hsl(194, 79%, 44%)); }

.footer__link--social a             { display: inline-block; margin: 0 2%; }
.footer__link--social img           { max-width: 64px; width: 10vw; }

.footer__platform img                  { margin: 0 auto; }


.copyrights { font-size: 72%;  text-align: center;  margin: 1% auto; color: #fff;  } 

.copyrights img { height: 10px; width: auto; vertical-align: baseline; }

/*
.main_under-layer .footer,
.main_under-layer2 .footer          { padding: 2% 2% 5%; }
*/

/* modal modf */
.modaal-content-container.modaal-content-container      {  }
.modaal-container.modaal-container                      { max-width: 1100px; }



.blk_header_bnr--wrapper            { position: relative; margin: 0 auto 3.5em; }

.blk_header_bnr--wrapper .pcbnr           { display: block; width: 85%; max-width: 760px; margin: 0 auto; }
.blk_header_bnr--wrapper .spbnr           { display: block; width: 80%; max-width: 550px; margin: 0 auto; }

.blk_header_bnr--wrapper a:hover     { box-shadow: 0 0 5px hsl(194, 79%, 44%); }


.attention_blk          { position: relative; width: 80%; max-width: 700px; margin: 0 auto 3.5em; padding: 2em; background: #ffffff; box-shadow: 0 0 5px hsla(5, 47%, 10%, 0.507); }

.attention_blk { font-size: 90%; line-height: 1.5; }


/* MEDIA QUERIES */

@media(max-width: 1279px) {
    .section__section1          {  }
    .news_box           { width: 98%; } 


}

@media(max-width: 1000px) {
    /* .news_box           { width: 94%; } */
    /* .about_block--wrapper               { overflow: hidden;  } */
    .modal_news02                   { font-size: 135%; }
}
/*
 * -- TABLET (under) MEDIA QUERIES --
 */

 @media(max-width: 840px) {
    .expatch--img               { margin-left: 0; }
 }





.for_sp          { display: none }

@media(max-width: 767px) {

/* min */

.for_pc          { display: none }
.for_sp          { display: block }

.section__title_bttwrap         { width: 50%; }

.title_bttwrap-l                { left: auto; }

.title_bttwrap-l,
.title_bttwrap-r                { bottom: 10%; right: 25%; }

.blk_newsgoods_title                { max-width: 90%; }
.main-header__wrapper               { height: 130vw; }

.blk_newsgoods--wrapper         { margin-top: 0; }

.section__tw                { background: url("../img/sp_blk_tw_bg.png") center top no-repeat; background-size: contain; height: 95vw; }

.section__tw .for_sp       { margin-top: 6vw; }

.blk_tw_btt--wrapper        { margin-top: 6vw; }

.blk_tw_btt                 { max-width: 446px; width: 70%; margin: 0 auto; display: block; }


.herologo--img              {  }

.erg-2col       { margin-left: auto; }

.copyrights { font-size: 60%;  } 
.footer__link__container           {  }


ul.attention                 { font-size:75%;  }


.right_box                          { order: initial; }
.left_box                           { order: initial; }





.modal_news02                   { font-size: 115%; }
.modal_news02_exbox strong      { font-size: 1.6em; }

.section_under-layer2        { padding:5% 2%; }
.under-layer_block--txt         { font-size: 100%; line-height: 1.6; }
.under-layer_block--title       { font-size: 120%; }

}

/*
 * -- PHONE MEDIA QUERIES -- 567px
 */
 


@media (max-width: 567px) {

.news_box--date     { font-size: 65%; margin-top: 0.55em; padding: 0 0.5em; }
.news_box--text     { font-size: 60%; line-height: 1.1; margin-top: 0.35em; margin-bottom: 0.35em; padding: 0 0.5em; min-height: 4.6em; }

     .news_section                  { padding-bottom: 7%; }
     .movie_block--wrapper          { padding-top: 6%; }
     .mov--thumb              { box-shadow: none; }




    .modal_news02                   { font-size: 100%; }
   
}

@media (max-width: 321px) {

    .news_box { max-width: 240px; }

}


