@font-face {
    font-family: 'War_of_ashird';
    src: url('../fonts/TrajanPro-Bold.otf') format('opentype');
    font-weight: 700;
    font-style: italic;
    font-display: auto;
}

html {
    font-size: 62.5%;
    }

p{
    font-size: 1.5rem; /* 15px */
}

body {
    font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
    font-size: 1.6em;
    line-height: 1.75;
}

rt {
    margin-bottom: -1px;
}

.woa_jp {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: column nowrap;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    min-height: 100vh;
    background-image: url('../images/background_1background.png');
    background-position: 0px 0px;
    background-size: auto;
    margin:0;
}

.header_jp_pc {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row nowrap;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    width: 1200px;
    max-width: 98%;
    height: 125px;
    margin-right: auto;
    margin-left: auto;
    background-image: url('../images/main_menu_background.png');
    background-position: 50% 0%;
    background-size: contain;
    background-repeat: no-repeat;
}

.header_list_l {
    position: relative;
    width: 504px;
    max-width: 42%;
    padding-top: 2.5rem;
    text-align: center;
}

.header_list_l a {
    font-family: War_of_ashird, sans-serif;
    font-size: 1.5rem;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
    text-shadow: 0 2px 8px #b0d164;
    background: none;
    color: white;
    padding: 9px 15px;
    text-decoration: none;
}

.header_list_l a:hover {
    -webkit-transform: translate(0px, -2px);
    -ms-transform: translate(0px, -2px);
    transform: translate(0px, -2px);
    text-shadow: 0 2px 8px #d11010;
}

.header_logo {
    position: relative;
    margin: 5px 0 0;
    width: 192px;
    height: 67px;
    background-color: transparent;
    background-image: url('../images/logo.png');
    background-position: 50% 0%;
    background-size: contain;
    background-repeat: no-repeat;
}

.header_list_r {
    position: relative;
    width: 504px;
    max-width: 42%;
    padding-top: 2.5rem;
    text-align: center;
}

.header_list_r a {
    font-family: War_of_ashird, sans-serif;
    font-size: 1.5rem;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
    text-shadow: 0 2px 8px #b0d164;
    background: none;
    color: white;
    padding: 9px 15px;
    text-decoration: none;
}

.header_list_r a:hover {
    -webkit-transform: translate(0px, -2px);
    -ms-transform: translate(0px, -2px);
    transform: translate(0px, -2px);
    text-shadow: 0 2px 8px #d11010;
}

.navi_jp_mobile {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: none;
}

/* hamburger */
#hamburger { 
    position: fixed; 
    width: 50px; 
    height: 50px; 
    background: #9c9d90; 
    cursor: pointer;
    top: auto;
    bottom: 1.6rem;
    right: 1.6rem;
    left: auto;
}
#hamburger span { 
    position: absolute; 
    left: 50%; 
    transform: translateX(-50%); 
    transition: all .3s ease-out;
}

#hamburger span:nth-of-type(1) { top: 10px; width: 26px; height: 2px; background: #fff;}
#hamburger span:nth-of-type(2) { top: 17px; width: 26px; height: 2px; background: #fff;}
#hamburger span:nth-of-type(3) { top: 24px; width: 26px; height: 2px; background: #fff;}
#hamburger span:nth-of-type(4) { top: 29px; font-size: 9px; color: #fff;}
#hamburger.active span:nth-of-type(1) { top:18px; transform: translateX(-50%) translateY(-50%) rotate(-45deg);}
#hamburger.active span:nth-of-type(2) { opacity: 0;}
#hamburger.active span:nth-of-type(3) { top:18px; transform: translateX(-50%) translateY(-50%) rotate(45deg);}

/*nav */
nav { 
    position: fixed; 
    top:1rem;
    left: -100%; 
    width: 100%; 
    height: 85%; 
    background: rgba(157,159,145,0.7); 
    overflow: auto; 
    -webkit-overflow-scrolling: touch; 
    text-align:center;
}

#hamburger.active + nav { 
    left: 0;
}
nav ul { 
    padding-bottom: 50px;
}
nav ul li { 
    list-style: none; 
    border-bottom: 1px solid rgb(195,195,195); 
    position: relative; 
    line-height: 5rem; 
    font-size: 1.5rem; 
    padding: 0 20px;
}
nav ul li:first-of-type { border-top: 1px solid rgb(195,195,195);}
nav ul li { transform: translateX(-30px); opacity: 0; transition: all .3s ease-out;}
#hamburger.active + nav ul li { transform: none; opacity: 1;}

nav a {
    font-family: War_of_ashird, sans-serif;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
    text-shadow: 0 2px 4px black;
    text-shadow    : 
       2px  2px 1px #42370f,
      -2px  2px 1px #42370f,
       2px -2px 1px #42370f,
      -2px -2px 1px #42370f,
       2px  0px 1px #42370f,
       0px  2px 1px #42370f,
      -2px  0px 1px #42370f,
       0px -2px 1px #42370f;  
    background: none;
    color: white;
    text-decoration: none;
}

.navi_tw {
    width: 200px;
    height: 50px;
    margin-left: auto;
    margin-right:auto;
    margin-top: 1.6rem;
    
    border: none;
    list-style: none; 
    position: relative; 
    line-height: 5rem; 
    padding: 0 20px;
}


.div-block-12_japanese {
    position: relative;
    left: 0px;
    width: 498px;
    margin-top: -12px;
    margin-left: 0px;
    padding-top: 0px;
    text-align: left;
}
  
.div-block-13_japanese {
    position: relative;
    width: 498px;
    margin-top: -103px;
    margin-left: 701px;
    text-align: right;
}

.footer_jp_pc {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row nowrap;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    width: 990px;
    margin-top: auto;
    margin-left: auto;
    margin-right: auto;
    background-image: url('../images/footter.png');
    background-position: 50% 100%;
    background-size: contain;
    background-repeat: no-repeat;

}

.footer_jp_menu {
    width:890px;

    height: 31px;
    margin-right:0;
    margin-left: 1rem;
    margin-top:44px;
    border: none;
    text-align: center;
}

.footer_jp_menu a {
    margin: auto;
    background-color: transparent;
    font-family: War_of_ashird, serif;
    font-size: 13px;
    text-decoration: none;
    text-transform: uppercase;
    padding: 00px 1.6rem;
    color: white;
}

.footer_jp_menu a:hover {
    -webkit-transform: translate(0px, -5px);
    -ms-transform: translate(0px, -5px);
    transform: translate(0px, -5px);
}

.footer_jp_b {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 200px;
    height: 31px;
    margin-top: 44px;

}

.copyright {

    margin-right: auto;
    margin-left: auto;
    margin-top:5px;
    padding-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
    font-family: War_of_ashird, serif;
    color: #fff;
    font-size: 11px;
    text-align: center;
}

.footer_tw {

  width: 50px;
  height: 41px;
  margin-top: -12px;
  margin-right: 10px;
  margin-left: 2.5rem;
  background-color: transparent;
  background-image: url('../images/twitter_icon_1twitter_icon.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.div-block-2-sp {
    display: none;
  }

.about {
    font-size:2rem;
    max-height:auto; 
    max-width:auto;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto;
    padding: 0;
    line-height: 1.75;
}

.div-block-3_japanese-copy {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 90%;
    height: auto;
    max-height: auto;
    max-width: 90%;
    margin-top: 1%;
    margin-right: auto;
    margin-left: auto;
  }

.div-block-30695 {
    display: block;
    width: 90%;
    height: 6rem;
    margin: 1.5rem auto;
    padding-left: 0px;
}

.div-block-30695 img {
    padding: 0 1rem;
    width: 50%;
}

.text-block-5_japanese {
    font-size: 1.8rem;
    left: 15%;
    overflow-wrap: break-word;
    word-wrap: break-word;
    width: 75%;
    text-transform:none;
}

.text-block-5_japanese a {
    text-decoration: underline dotted;
    color: white;
}
.sp_wrapper {
    flex:1;
    width: 1080px;
    max-width: 90%;
    margin: 100px auto;
}

.sp1 {
    margin: 3.5rem auto;
    text-align: center;
}

.sp1 input{
    display:none;
}

.sp1 label {
    transition: all 0.3s;
    cursor: pointer;
    margin-bottom: 1.75rem;
}

.sp1 label:hover{
    filter: drop-shadow(0 0 14px rgba(203,203,187,0.6));
-webkit-transition: all .3s;
transition: all .3s;
}

.sp1_content {
    max-height:0;
padding: 0px;
overflow: hidden;
opacity: 0;
transition: all 0.4s linear;
    border: #cecece solid 2px;
    margin:auto;
}

.sp1_content p {
font-size: 1.6rem;
    color: #cecece;
}

.sp1 input:checked ~ div{
    max-height:4000px;
padding: 14px;
opacity: 1;
}

.sp1_content img {
    width: 30vw;
    max-width: 200px;
    margin: 10px 20px;
}

.sp2 {
    margin: 3.5rem auto;
    text-align: center;
}

.rtbox {
    display:inline-block;
    width: 600px;
    max-width: 50vw;
    margin:auto;
}

.about2 {
  width: 1231px;
  max-width:95vw;
  height: 1227px;
  max-height:101vw;
  margin-right: auto;
  margin-left: auto;
  background-image: url('../images/About.png');
  background-position: 50% 0%;
  background-size: contain;
  background-repeat: no-repeat;
}

.about_banner {
    height: 97px;
    max-height:10vw;
    background-image: url('../images/about_logo.png');
    background-position: 50% 0%;
    background-size: contain;
    background-repeat: no-repeat;
}

.gallery_banner {
    height: 97px;
    max-height:10vw;
    background-image: url('../images/gallery_logo.png');
    background-position: 50% 0%;
    background-size: contain;
    background-repeat: no-repeat;
}

.world_banner {
  height: 97px;
  max-height:10vw;
  background-image: url('../images/world_logo.png');
  background-position: 50% 0%;
  background-size: contain;
  background-repeat: no-repeat;
}

.world2 {
  width: 1172px;
  max-width:95vw;
  height: 3034px;
  max-height:280vw;
  margin-right: auto;
  margin-left: auto;
  background-image: url('../images/world.png');
  background-position: 50% 0%;
  background-size: contain;
  background-repeat: no-repeat;
}

.wip {
    margin-top: 2rem;
  height: 320px;
  background-image: url('../images/under_cons.png');
  background-position: 50% 0%;
  background-size: contain;
  background-repeat: no-repeat;
}

.main_jp {

    font-size:10px;
}

.top_wrapper_jp {
  overflow: visible;
  width: 116.7em;
  max-width:116.7em;
  height: 62em;
  max-height:62em;
  margin: auto;
  background-image: url('../images/front_page.png');
  background-position: 50% 0%;
  background-size: contain;
  background-repeat: no-repeat;
  background-attachment: scroll;
  text-align: center;
    position:relative
}

.top_menu_jp {
  position: absolute;
  top:52.5em;
  left: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 116.7em;
  margin: 0px auto;

  float: none;
  clear: none;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: space-around;
  -ms-flex-line-pack: distribute;
  align-content: space-around;
  text-align: center;

}

.menues {
  font-family: War_of_ashird, sans-serif;
  font-size: 2em;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  text-shadow: 0 2px 8px #b0d164;
  background: none;
  color: white;
  padding: 0.45em 0.75em;
  text-decoration: none;
}

.menues:hover {
    -webkit-transform: translate(0px, -2px);
    -ms-transform: translate(0px, -2px);
    transform: translate(0px, -2px);
    text-shadow: 0 2px 8px #d11010;
}

@media screen and (max-width: 1187px) {
	.main_jp {
		font-size: calc(10 / 1167 * 100vw);
	}
}

#top_news{
    display:inline-block;
    text-align: center;
    width:100%;
    margin:0;
    padding:0 0 1rem 0;
    font-size: 2.5em;
    color: #FFF;
}

#top_news a {
    text-decoration: none;
    color: #A8282F;
}

.middle_menu_wrapper {
  width: 100%;
  max-width:1265px;
  margin-top: 20px;
  margin-right: auto;
  margin-left: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient:horizontal;
  -webkit-box-direction:normal;
  -ms-flex-flow:row nowrap;
  flex-flow:row nowrap;   
  font-size:10px;
}

.middle_menu_jp {
  width: 56.2em;
    height:88.2em;
  margin-right: 0.5em;
  margin-left: auto;
  background-image: url('../images/main_info.png');
  background-size: contain;
  background-repeat: no-repeat;
}


.update_box {
    position: relative;
    left: 9em;
    top:15em;
    line-height:3.5em;
    overflow: auto;
    width: 42em;
    height: 60.5em;
  }

.update_box ul {
    list-style: none;
    padding-left: -1.2em;
}


.update_box li {
    color: white;
    font-size:1.6em;
}

.update_box a {
      color: #A8282F;
    font-weight: 700;
}

.middle_tw_jp {
  position:relative;
  width: 56.2em;
  height: 88.2em;
  margin-right: auto;
  background-image: url('../images/main_tw.png');
  background-size: contain;
  background-repeat: no-repeat;
}

.tw_wrtapper_jp {
    position:absolute;
    width:44.5em;
    margin:0 1.2em;
    left:0.7em;
    top: 11.6em;
}

@media screen and (max-width: 1187px) {
	.middle_menu_wrapper {
		font-size: calc(10 / 1167 * 100vw);
	}
}

.top_menu_mobile {
    background-image: url('../images/topmenu_mb.png');
    background-size: contain;
    background-repeat: no-repeat;
    width:50em;
    max-width:400px;
    height:69.25em;
    max-height:554px;
    margin:auto;
    position:relative;
    display:none;
}


.menues_mobile ul { 
    text-align:center;
    padding:0;
    margin:7em 0 0 0;
}

.menues_mobile ul li { 
    list-style: none; 
    line-height: 3.75em; 
    font-size: 1.5em; 
}

.menues_mobile a {
    font-family: War_of_ashird, sans-serif;
    font-size: 2em;
    font-weight: 700;
    text-align: center;
    text-shadow: 0 2px 8px #b0d164;
    background: none;
    color: white;
    padding: 0.45em 0.75em;
    text-decoration: none;
}
  
.menues_mobile:hover {
    text-shadow: 0 2px 8px #d11010;
}

.main_twicon {
    padding-top:1em;
    width: 1.66em;
    height: 1.36em;
}

.copy_mobile {
    display:none;
}

.heading {
    font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}





.system_banner {
  position: relative;
  background-image: url('../images/gameplay_logo_1.png');
  background-position: 50% 0%;
  background-size: contain;
  background-repeat: no-repeat;
  width:26vw;
max-width: 285px;
height: 8.8vw;
max-height: 97px;
margin: 2rem auto 0;
}

.system_wrapper {
  position: relative;
  width: 95vw;
  max-width: 1211px;
  height: 184.3vw;
  max-height: 2350px;
    margin:1rem auto 3rem;
  background-image: url('../images/gameplay_update_border_2.png');
  background-position: 50% 0%;
  background-size: contain;
  background-repeat: no-repeat;
  font-size:10px;
}

@media screen and (max-width: 1280px) {
	.system_wrapper {
		font-size: calc(10 / 1280 * 100vw);
	}
}

.system_yukikoback {
    position: absolute;
    left: -0.7em;
    width: 121.3em;
    height: 90.2em;
    margin: 0 auto;
    background-image: url('../images/image02_1.png');
    background-size: contain;
    background-repeat: no-repeat;
}

.systen_01text {
    position: relative;
    height: 12.5em;
    background-image: url('../images/gameplay01.png');
    background-position: 50% 0%;
    background-size: contain;
    background-repeat: no-repeat;
    margin: 3em auto;
}

.systen_storybanner {
    position: relative;
    height: 13.4em;
    background-image: url('../images/story_mode_japanese.png');
    background-position: 50% 0%;
    background-size: contain;
    background-repeat: no-repeat;
    margin: 10em auto 1.75em;
}

.system_story {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 19.5em;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.system_story1 {
    width: 35em;
    background-image: url('../images/image05.png');
    background-position: 0px 0px;
    background-size: contain;
    background-repeat: no-repeat;
}

.system_story2 {
    width: 35em;
    background-image: url('../images/image06_1.png');
    background-position: 0px 0px;
    background-size: contain;
    background-repeat: no-repeat;
}

.system_story3 {
    width: 35em;
    background-image: url('../images/image07.png');
    background-position: 0px 0px;
    background-size: contain;
    background-repeat: no-repeat;
}

.system_advbanner {
    position: relative;
    height: 13.4em;
    background-image: url('../images/adventure_mode_japanese.png');
    background-position: 50% 0%;
    background-size: contain;
    background-repeat: no-repeat;
    margin: 3.5em auto 1.75em;
}

.system_quad {

    position: relative;
    display: -ms-grid;
    display: grid;
    width: 72em;
    height: 41em;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    grid-auto-columns: 1fr;
    grid-column-gap: 1.6em;
    grid-row-gap: 1.6em;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
    margin: 0 auto;
}

.sytem_adv1 {

    width: 35em;
    height: 19.5em;
    background-image: url('../images/image09.png');
    background-position: 0px 0px;
    background-size: contain;
    background-repeat: no-repeat;

}

.sytem_adv2 {

    width: 35em;
    height: 19.5em;
    background-image: url('../images/image10.png');
    background-position: 0px 0px;
    background-size: contain;
    background-repeat: no-repeat;
}

.sytem_adv3 {

    width: 35em;
    height: 19.5em;
    background-image: url('../images/image11.png');
    background-position: 0px 0px;
    background-size: contain;
    background-repeat: no-repeat;
}

.sytem_adv4 {

    width: 35em;
    height: 19.5em;
    background-image: url('../images/gameplay_update01.png');
    background-position: 0px 0px;
    background-size: contain;
    background-repeat: no-repeat;
}

.system_battlebanner {
    position: relative;
    height: 13.4em;
    background-image: url('../images/battle_mode_japanese.png');
    background-position: 50% 0%;
    background-size: contain;
    background-repeat: no-repeat;
    margin: 3.5em auto 1.75em;
}

.system_battle1 {
    width: 35em;
    background-image: url('../images/image15.png');
    background-position: 0px 0px;
    background-size: contain;
    background-repeat: no-repeat;
}

.system_battle2 {
    width: 35em;
    background-image: url('../images/gameplay_update05.png');
    background-position: 0px 0px;
    background-size: contain;
    background-repeat: no-repeat;
}

.system_battle3 {
    width: 35em;
    background-image: url('../images/gameplay_update04.png');
    background-position: 0px 0px;
    background-size: contain;
    background-repeat: no-repeat;
}

.system_battle4 {
    width: 35em;
    background-image: url('../images/gameplay_update03.png');
    background-position: 0px 0px;
    background-size: contain;
    background-repeat: no-repeat;
}

.system_landbanner {
    position: relative;
    height: 13.4em;
    background-image: url('../images/managment_japanese.png');
    background-position: 50% 0%;
    background-size: contain;
    background-repeat: no-repeat;
    margin: 3.5em auto 1.75em;
}

.system_land {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 195px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;

}

.system_land1 {
    width: 35em;
    background-image: url('../images/image17.png');
    background-position: 0px 0px;
    background-size: contain;
    background-repeat: no-repeat;
}

.system_land2 {
    width: 35em;
    background-image: url('../images/image18.png');
    background-position: 0px 0px;
    background-size: contain;
    background-repeat: no-repeat;
}

.system_land3 {
    width: 35em;
    background-image: url('../images/image189.png.png');
    background-position: 0px 0px;
    background-size: contain;
    background-repeat: no-repeat;
}


.bounce-in-bck {
	-webkit-animation: bounce-in-bck 0.5s ;
	        animation: bounce-in-bck 0.5s ;
}

.fade-in-top {
	-webkit-animation: fade-in-top 0.5s ease-in-out 0.6s both;
	        animation: fade-in-top 0.5s ease-in-out 0.6s both;
}

.fade-in-top2 {
	-webkit-animation: fade-in-top 0.5s ease-in-out 0.68s both;
	        animation: fade-in-top 0.5s ease-in-out 0.68s both;
}

.fade-in-top3 {
	-webkit-animation: fade-in-top 0.5s ease-in-out 0.8s both;
	        animation: fade-in-top 0.5s ease-in-out 0.8s both;
}

.fade-in-top4 {
	-webkit-animation: fade-in-top 0.5s ease-in-out 0.90s both;
	        animation: fade-in-top 0.5s ease-in-out 0.90s both;
}

/* ----------------------------------------------
 * Generated by Animista
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */

/**
 * ----------------------------------------
 * animation bounce-in-bck
 * ----------------------------------------
 */
@-webkit-keyframes bounce-in-bck {
  0% {
    -webkit-transform: scale(3);
            transform: scale(3);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
    opacity: 0;
  }
  38% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
    opacity: 1;
  }
  55% {
    -webkit-transform: scale(1.25);
            transform: scale(1.25);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  72% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
  81% {
    -webkit-transform: scale(1.11);
            transform: scale(1.11);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  89% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
  95% {
    -webkit-transform: scale(1.04);
            transform: scale(1.04);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
}
@keyframes bounce-in-bck {
  0% {
    -webkit-transform: scale(3);
            transform: scale(3);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
    opacity: 0;
  }
  38% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
    opacity: 1;
  }
  55% {
    -webkit-transform: scale(1.25);
            transform: scale(1.25);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  72% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
  81% {
    -webkit-transform: scale(1.11);
            transform: scale(1.11);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  89% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
  95% {
    -webkit-transform: scale(1.04);
            transform: scale(1.04);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
}

/* 
------------------------------------------
gallery
------------------------------------------
*/
.gl_wrapper {
    flex:1;
    width: 1080px;
    max-width: 90%;
    margin: 10px auto;
}

.gal_title {
font-size: 2.4rem;
color: #c9c9c9;
font-weight: 700;
text-align: center;
text-shadow: 1px 1px 8px #c2bfbc;
margin-top: 20px;
}

.galleryS {
    margin-bottom: 100px;
}

#gallerybox {
	text-align: center;
	width: 100%;
	margin: auto;
}
#gallerybox a {
	position: relative;
	box-sizing: border-box;
	display: inline-block;
	vertical-align: bottom;
	width: 30%;
	margin: 0.5%;
	border: solid 3px #493C00;
	border-radius: 8px;
	transition: all 0.4s ease 0s;
	overflow: hidden;
}
#gallerybox a:hover {
	background: #c2bfbc;
	border: solid 3px #c2bfbc;
	box-shadow: 0px 0px 10px #c2bfbc;
	transform: scale(1.03);
}
#gallerybox a img {
	display: block;
	width: 100%;
}



/**
 * ----------------------------------------
 * animation fade-in-top
 * ----------------------------------------
 */
@-webkit-keyframes fade-in-top {
  0% {
    -webkit-transform: translateY(-50px);
            transform: translateY(-50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}
@keyframes fade-in-top {
  0% {
    -webkit-transform: translateY(-50px);
            transform: translateY(-50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}






/**
 * ----------------------------------------
 * Responsive
 * ----------------------------------------
*/
@media screen and (max-width: 991px) {
    .about {
        font-size: 1.2rem;
    }
    
    .div-block-3_japanese-copy {
    margin-top: 0.5%;
    padding: 0; 
    }    
    
    .text-block-5_japanese {
    font-size: 1.5rem;
    left: 15%;
    }
    
    .header_jp_pc {
        display: none;
    }


    .footer_jp_pc {
        display: none;
    }

    .navi_jp_mobile {
        display: flex;
    }

}

@media screen and (max-width: 767px) {
    .about {
        padding-right: 5px;
        font-size: 1rem;
        width: auto;
    }
    
    .div-block-3_japanese-copy { 
    margin: -20px auto 0;
    }        
    
    .middle_menu_wrapper {
  	-webkit-box-orient: vertical;
  	-webkit-box-direction: normal;
  	-ms-flex-direction: column;
  	flex-direction: column;
        margin-top:0;
        font-size: calc(15 / 1167 * 100vw);
    }
    
    .middle_menu_jp {
        margin-left: 7em;
    }
    
    .middle_tw_jp {
        margin-right: 7em;
        margin-left:auto;
        margin-top:-5em;
    }
    
}

@media screen and (max-width: 479px) {
    
    .div-block-2 {
      display: none;
      overflow: hidden;
    }

    .div-block-2-sp {
        display: block;
        width: 300px;
        height: auto;
        max-height: 100%;
        max-width: 300px;
        margin:  0 auto;
        text-align: center;
    }
    
    .menu-sp {
        font-size:1.2rem;
        color: #FFF;
        left: auto;
        top: 0px;
        right: auto;
        bottom: 0px;
        margin-right: 10px;
        margin-bottom: 0px;
        margin-left: auto;
        padding: 9px 0px 0px;
        border: 0px;
        background-color: transparent;
        background-image: none;
        background-size: auto;
        background-repeat: repeat;
        -webkit-transform: perspective(0px);
        transform: perspective(0px);
        font-family: "War_of_ashird", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
        font-weight: 700;
        text-align: center;
        text-transform: uppercase;
        text-shadow: 0 1px 8px #b0d164;
    }

    .about {
        width:40px;
        padding-bottom: 5px;
        padding-right: 0px;
        font-size: 7px;
        margin:0px;
     }
  
    .text-block-5_japanese {
        font-size: 1.0rem;
        left: 8%;
    }
    
    .middle_tw_jp {
        display:none;
    }
    
    .top_menu_mobile {
        display:block;
    }
    
    .middle_menu_jp {
        display:none;
        
    }
    
    .top_wrapper_jp {
        display:none;
    }

    .cover_mobile {
        background-image: url('../images/cover_mb.png');
        background-position: 50% 0%;
        background-size: contain;
        background-repeat: no-repeat;
        width: 95vw;
        height: 36.4vw;
        margin:1.6em auto 8em;
        padding:0;
    }

    .copy_mobile {
        font-size: 1rem;
        color: white;
        text-align: center;
        margin: 1.25rem auto;
        display:inline;
    }
}


