@charset "utf-8";
/* CSS Document */
/*+-----+-----+-----+-----+-----+-----+-----+-----+-----+-----+
+-----+// common
--+-----+-----+-----+-----+-----+-----+-----+-----+-----+-----+*/
ul li {
  list-style: none;
}
h2 {
  font-size: 30px;
  margin-bottom: 40px;
  text-align: center;
}
h2 span {
  font-size: 24px;
  font-size: 24px;
  font-family: 'Lato', sans-serif;
}
#road {
  opacity: 0.8;
  position: absolute;
  right: 0px;
  top: 900px;
  background: url(../img/common/road.png) repeat-y;
  width: 60px;
  z-index: 99;
}
/*+-----+-----+-----+-----+-----+-----+-----+-----+-----+-----+
+-----+// common
--+-----+-----+-----+-----+-----+-----+-----+-----+-----+-----+*/

#slideFilterL, #slideFilterR {
    position:absolute;
    top:0;
    width:1000px;
    height:250px;
    opacity:0.8;
    filter:alpha(opacity=80);
    -ms-filter:"alpha( opacity=80 )";
    background:#fff;
}
#slideFilterL {
    left:0;
}
#slideFilterR {
    right:0;
}

/*+-----+-----+-----+-----+-----+-----+-----+-----+-----+-----+
+-----+// navTopics
--+-----+-----+-----+-----+-----+-----+-----+-----+-----+-----+*/
#navTopics {
  text-align: center;
}
#navTopics ul {
  margin: 0;
  padding: 0;
  width: 100%;
  overflow: hidden;
}
#navTopics li {
  width: 33.33%;
  height: 240px;
  float: left;
  color: #fff;
}
#navTopics .btn {
  display: inline-block;
  position: relative;
  z-index: 2;
  overflow: hidden;
  width: 33.33%;
  height: 240px;
}
#navTopics .btn::before, .btn::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: '';
}
#navTopics .btn, .btn::before, .btn::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .6s;
  transition: all .6s;
}
#navTopics .btn::after {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(1);
  transform: scale(1);
}
#navTopics .btn:hover::after {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}
#navTopics .one {
  background: url(../img/index/btn_main01_off.jpg) no-repeat top left;
}
#navTopics .two {
  background: url(../img/index/btn_main02_off.jpg) no-repeat top left;
}
#navTopics .three {
  background: url(../img/index/btn_main03_off.jpg) no-repeat top left;
}
#navTopics .one, #navTopics .two, #navTopics .three {
  background-size: cover;
}
#navTopics li:hover.one::after {
  background: url(../img/index/btn_main01_on.jpg) no-repeat top left;
}
#navTopics li:hover.two::after {
  background: url(../img/index/btn_main02_on.jpg) no-repeat top left;
}
#navTopics li:hover.three::after {
  background: url(../img/index/btn_main03_on.jpg) no-repeat top left;
}
#navTopics li:hover.one::after, #navTopics li:hover.two::after, #navTopics li:hover.three::after {
  background-size: cover;
}
#navTopics a {
  display: block;
  position: relative;
  width: 100%;
  height: 240px;
  background: url(../img/common/btn_main_ami.png) top left;
}
#navTopics .inr {
  margin-top: 36px;
}
#navTopics .two img {
  margin: 10px auto;
}
#navTopics .three img {
  margin: 18px auto;
}
section#navTopics h3 {
  font-size: 24px;
  font-size: 2.4rem;
  color: #fff;
}
section#navTopics p {
  font-weight: 500;
  color: #fff;
}
/*+-----+-----+-----+-----+-----+-----+-----+-----+-----+-----+
+-----+// menu-btn
--+-----+-----+-----+-----+-----+-----+-----+-----+-----+-----+*/
section#menu-btn, section#menu-btn2 {
  width: 100%;
  background: url(../img/index/menu_back_bk_re.jpg);
  position: relative;
  padding: 60px 0;
}
section#menu-btn.second, section#menu-btn2.second {
  width: 100%;
  background: url(../img/index/menu_back2_re.jpg);
}
section#menu-btn h2, section#menu-btn2 h2 {
	color: #fff;
}
section#menu-btn2.second h2 br {
  display: none;
}
section#menu-btn .inner, section#menu-btn2 .inner {
  max-width: 1300px;
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
}
section#menu-btn .list, section#menu-btn2 .list {
  padding: 0;
  margin: 0;
  overflow: hidden;
  width: 100%;
  max-width: 1300px;
  position: relative;
}
section#menu-btn li, section#menu-btn2 li {
  -webkit-width: calc(100% / 3);
  width: calc(100% / 3);
  width: 33.33333%;
  float: left;
  text-align: center;
}
section#menu-btn li.hvr-shutter-out-horizontal:before, section#menu-btn2 li.hvr-shutter-out-horizontal:before {
  background: rgba(255,255,255,0.3);
}
section#menu-btn li:nth-child(4) {
  clear: left;
}
section#menu-btn2 li {
  width: 25%;
  -webkit-width: calc(100% / 4);
  width: calc(100% / 4);
}
section#menu-btn2 li:nth-child(5) {
  clear: left;
}
section#menu-btn a, section#menu-btn2 a {
  display: block;
  height: 200px;
  padding: 50px 0;
}
section#menu-btn img, section#menu-btn2 img {
  margin-bottom: 10px;
}
section#menu-btn img.one {
  padding: 12px 0;
}
section#menu-btn img.six {
  padding: 10px 0;
}
section#menu-btn2 li:nth-child(7) img {
  padding: 3px 0;
}
section#menu-btn2 li:nth-child(8) img {
  padding: 10px 0;
}
section#menu-btn h4, section#menu-btn2 h4 {
/*  color: #1f4e87;*/
  color: #fff;
  font-size: 20px;
  font-size: 2.0rem;
}
.fadein {
  position: absolute;
  top: -100px;
  width: 100%;
  height: 800px;
  /*background-image: url(../img/index/efects_logo.png);*/
  /*background-repeat: no-repeat;*/
  /*background-position: center center;*/
  /*background-size: 10%;*/
  /*opacity: 0.5;*/
  /*z-index: 9999;*/
  transition : all 800ms;
}
.mv-in {
  opacity: 0;
  background-size: 90%;
}
.horizonLR, .horizonRL {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 2px;
  background: #ccc;
}
.horizonTB, .horizonBT {
  position: absolute;
  top: 0;
  left: 0;
  width: 2px;
  height: 0;
  background: #ccc;
}
#menu-btn .line01 {
  top: 0px;
  max-width: 1300px;
}
#menu-btn .line02 {
  top: 200px;
  max-width: 1300px;
}
#menu-btn .line03 {
  top: 398px;
  max-width: 1300px;
}
#menu-btn .line04 {
  left: 0%;
  max-height: 400px;
}
#menu-btn .line05 {
  left: 33.33%;
  max-height: 400px;
}
#menu-btn .line06 {
  left: 66.66%;
  max-height: 400px;
}
#menu-btn .line07 {
  left: 99.81%;
  max-height: 400px;
}
#menu-btn2 .line01 {
  top: 0;
}
#menu-btn2 .line02 {
  top: 200px;
}
#menu-btn2 .line03 {
  top: 398px;
}
#menu-btn2 .line05 {
  left: 25%;
}
#menu-btn2 .line06 {
  left: 50%;
}
#menu-btn2 .line07 {
  left: 75%;
}
#menu-btn2 .line08 {
  left: 99.81%;
}
#menu-btn2 .line09 {
  display: none;
}
.scrollin {
  opacity: 0;
  transition : all 0ms;
}

@media print, screen and (max-width: 1446px) and (min-width: 641px) {
	section#event-btn {
	  padding-right: 60px;
	}
}

section#event-btn a:hover {
	opacity: 0.7;
}

/*+-----+-----+-----+-----+-----+-----+-----+-----+-----+-----+
+-----+// info
--+-----+-----+-----+-----+-----+-----+-----+-----+-----+-----+*/
.tabs-menu {
  display: none;
}
section#info {
  background: url(../img/index/photo14.jpg) no-repeat;
  background-size: cover;
  background-attachment: fixed;
  padding: 100px 0;
}
section#info dd a:hover, section#info p a:hover {
  text-decoration: underline;
  color: #1f4e87;
}
#info h3 {
  font-size: 24px;
  text-align: center;
}
.notice, .blog {
  width: 48%;
  background: rgba(255,255,255,0.9);
  padding: 30px 4% 38px 4%;
}
.notice {
  margin-right: 2%;
}
.blog {
  margin-left: 2%;
}
.blog li {
  border-bottom: 1px dotted #ccc;
  padding: 16px 0;
}
#info .notice h3 img {
  margin-top: 4px;
  padding-right: 10px;
}
.notice dt {
  padding-top: 16px;
}
.notice dd {
  border-bottom: 1px dotted #ccc;
  padding-bottom: 16px;
}
#info .blog h3 img {
  margin-top: 4px;
  padding-right: 10px;
}
.blog dl {
  float: left;
  width: 48%;
}
.blog dl + a {
	width: 48%;
	float: right;
	background-color: #ccc;
	min-height: 180px;
	max-height: 180px;
}
.blog dl + a > img {
  display: block;
  /* float: right; */
  width: 100%;
}
.blog .txt_r {
  padding: 15px 0 0 0;
}
.tabs-item .box {
	height: 500px;
	overflow-y: scroll;
	margin-top: 20px;
}

/*+-----+-----+-----+-----+-----+-----+-----+-----+-----+-----+
+-----+// subMenu
--+-----+-----+-----+-----+-----+-----+-----+-----+-----+-----+*/

section#subMenu {
  background: rgba(0,0,0, 0.9);
  text-align: center;
  background-image: url(../img/common/patt_black.png);
}
section#subMenu li {
  width: 25%;
  -moz-width: calc(100% / 4);
  -webkit-width: calc(100% / 4);
  width: calc(100% / 4);
  text-align: center;
}
section#subMenu li a {
  -webkit-transform: skewX(150deg);
  -moz-transform: skewX(150deg);
  transform: skewX(150deg);
  display: block;
  border-right: 1px solid #fff;
  text-decoration: none;
  color: #fff;
  font-size: 2.4rem;
  position: relative;
  min-height: 240px;
  text-align: center;
}
section#subMenu li:first-child a {
  border-left: 1px solid #fff;
}
section#subMenu span.sla {
  display: block;
  -webkit-transform: skewX(-150deg);
  -moz-transform: skewX(-150deg);
  transform: skewX(-150deg);
  width: 100%;
}
section#subMenu li:nth-child(1) span.middle {
  position: absolute;
  top: 50%;
  left: 35%;
  -webkit-transform: translate(-35%, -50%); /* Safari用 */
  transform: translate(-35%, -50%);
  display: block;
}
section#subMenu li:nth-child(2) span.middle {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%); /* Safari用 */
  transform: translate(-50%, -50%);
  display: block;
}
section#subMenu li:nth-child(3) span.middle {
  position: absolute;
  top: 50%;
  left: 42%;
  -webkit-transform: translate(-50%, -50%); /* Safari用 */
  transform: translate(-42%, -50%);
  display: block;
}
section#subMenu li:nth-child(4) span.middle {
  position: absolute;
  top: 50%;
  left: 49%;
  -webkit-transform: translate(-50%, -50%); /* Safari用 */
  transform: translate(-49%, -50%);
  display: block;
}
section#subMenu li img {
  padding-right: 12px;
  height: 34px;
  padding-top: 4px;
}
/*+-----+-----+-----+-----+-----+-----+-----+-----+-----+-----+
+-----+// group
--+-----+-----+-----+-----+-----+-----+-----+-----+-----+-----+*/
section#group {
  background: url(../img/index/photo7.jpg) no-repeat;
  background-size: cover;
  background-attachment: fixed;
  width: 100%;
  padding: 100px 0 0 0;
  background-position-x: center;
  background-position-y: 0px;
  position: relative;
}
@media screen and (-webkit-min-device-pixel-ratio:0){
  section#group {
    position: static;
  }
}

#group h2 {
  color: #fff;
}
#group ul {
  margin-bottom: 40px;
}
section#group ul li {
  background: rgba(0,0,0,0.8);
  background-image: url(../img/common/patt_black.png);
  width: 33.33333%;
  -moz-width: calc(100% / 3);
  -webkit-width: calc(100% / 3);
  width: calc(100% / 3);
  margin-left: 4%;
}
#group li a {
  color: #fff;
  font-size: 30px;
  font-weight: bold;
  display: block;
  text-align: center;
  text-decoration: none;
  padding: 44px 0;
}
#group li a:hover {
}
#group li span {
  font-size: 18px;
  display: block;
}
#snsSp {
  display: none;
}
/*+-----+-----+-----+-----+-----+-----+-----+-----+-----+-----+
+-----+// sns
--+-----+-----+-----+-----+-----+-----+-----+-----+-----+-----+*/
section#sns {
  padding-bottom: 100px;
}
section#sns h5 {
  font-size: 20px;
  text-align: center;
  padding-top: 0px;
  margin-bottom: 20px;
}
section#sns .inst h5 img {
  padding-right: 6px;
  margin-top: -1px;
  width: 33px;
}
section#sns .tweet h5 img {
  padding-right: 6px;
  margin-top: 4px;
  margin-top: -1px;
  width: 38px;
}
section#sns .flex {
  padding: 60px;
  max-width: 960px;
  background: rgba(255,255,255,1);
  margin: 0 auto;
  overflow: visible;
  width: 100%;
}
section#sns .iframe {
  height: 400px;
  overflow-y: scroll;
}
.inst {
  width: 48%;
  margin-right: 2%;
}
.tweet {
  width: 48%;
  margin-left: 2%;
  position: relative;
  display: inline-block;
}
#instagram {
  position: relative;
  display: inline-block;
}
.insta_link.one, .insta_link.two, .insta_link.three, .insta_link.four, .insta_link.five, .insta_link.six, .insta_link.seven, .insta_link.nine, .insta_link.eight {
  position: absolute;
  opacity: 0;
}
.insta_link:hover {
  opacity: 0.2;
}
.insta_link.one {
  top: 0;
  left: 0;
}
.insta_link.two {
  top: 0;
  left: 133px;
}
.insta_link.three {
  top: 0;
  right: 0;
}
.insta_link.four {
  top: 133px;
  left: 0;
}
.insta_link.five {
  top: 133px;
  left: 133px;
}
.insta_link.six {
  top: 133px;
  right: 0;
}
.insta_link.seven {
  top: 267px;
  left: 0;
}
.insta_link.eight {
  top: 267px;
  left: 133px;
}
.insta_link.nine {
  top: 267px;
  right: 0;
}

/*+-----+-----+-----+-----+-----+-----+-----+-----+-----+-----+
+-----+// Slider
--+-----+-----+-----+-----+-----+-----+-----+-----+-----+-----+*/

#slider {
	width: 100%;
	overflow: hidden;
}
.slider {
	margin: 0;
	zoom: 1;
	overflow: hidden;
	height: 570px;
}
.slider li {
	max-width: 1300px;
	width: 100%!important;
	opacity: 0.3;
}
.slider li.active { opacity: 1; }

/*+-----+-----+-----+-----+-----+-----+-----+-----+-----+-----+
+-----+// タブレット・ノートPC対応
--+-----+-----+-----+-----+-----+-----+-----+-----+-----+-----+*/

@media print, screen and (max-width: 1446px) and (min-width: 641px) {
section#subMenu ul {
  overflow: hidden;
}
}

.latestPosts{
  padding-top: 40px;
  padding-bottom: 20px;
  background: url(../img/index/menu_back_bk_re.jpg);
}

.latestPosts_tabContainer{
  display: flex;
  flex-shrink: 0;
  max-width: 1300px;
  width: 100%;
}

.latestPosts_tabArea{
  display: flex;
  justify-content: center;
  background-color: rgba(255, 255, 255, 0.7);
}

.latestPosts_tab{
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  width: 12.5%;
  padding: 0 10px;
  overflow: visible;
}
.latestPosts_tab.-active{
  color: #fff;
  background-color: #1f4e87;
}
.latestPosts_tab::after{
  content: "";
  position: absolute;
  display: block;
  left: 50%;
  bottom: -15px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 15px 12.5px 0 12.5px;
  border-color: #1f4e87 transparent transparent transparent;
  transition: opacity .3s;
  transform: translateX(-50%);
  opacity: 0;
}
.latestPosts_tab.-active::after{
  opacity: 1;
}
.latestPosts_tab.-blogLink{
  color: #fff;
  background-color: #333333;
}
.latestPosts_tab span{
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.latestPosts_tab.hashtag span{
	border: 1px solid #6e6e6e;
    border-radius: 20px;
    width: 100%;
    text-align: center;
}
.latestPosts_tab.hashtag.-active span{
	border: 1px solid #fff;
}

.latestPosts_wrapper{
  display: none;
}
.latestPosts_wrapper.-active{
  display: block;
}
.latestPosts_wrapper:not([data-post_tab="campaign"]) .bx-controls{
  display: none;
}

.latestPosts_contentArea{
  display: flex;
  justify-content: center;
  max-width: 1300px;
  width: 100%;
  margin: 0 auto;
  padding: 40px 0 0;
}
.latestPosts_contentArea li{
  width: 380px !important;
  height: 250px;
  padding: 0 5px;
  opacity: 1;
  transition: opacity .3s;
}
.latestPosts_contentArea li:hover{
  opacity: .7;
}

.latestPosts_thumbnail{
  width: 100%;
  padding-top: 65.25%;
  background-size: cover;
  background-position: top center;
}

.latestPosts .bx-wrapper{
  width: auto;
  left: 0;
  margin: 0 auto;
  padding: 0 80px;
  background-color: transparent;
}

.latestPosts .bx-viewport{
  height: 100% !important;
  overflow: hidden !important;
}
