@charset "UTF-8";
/*! ========================================
※※※※※※※※※※※※※※※※※※※※※※※※※※※
  このCSSファイルはSassから生成されていますので、
  編集しないようご注意ください。
※※※※※※※※※※※※※※※※※※※※※※※※※※※
========================================= */
@import url("https://fonts.googleapis.com/css?family=Lato:400,900");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900");
body {
  /*font-family:$font-base !important;
  letter-spacing: 0.1rem;*/
  font-weight: 500 !important;
  color: #111; }
  @media screen and (max-width: 600px) {
    body {
      font-size: 1.3rem;
      text-align: left; } }

.skipLink {
  opacity: 0;
  position: absolute;
  top: -50px; }

.pcBox {
  display: block; }
  @media screen and (max-width: 600px) {
    .pcBox {
      display: none; } }

.spBox {
  display: none; }
  @media screen and (max-width: 600px) {
    .spBox {
      display: block; } }

#container {
  line-height: 1.8; }

.contents {
  width: 1000px;
  padding: 50px 0;
  margin: 0 auto; }

　
p {
  margin: 0 0 20px; }
  　
  p .indentfront {
    text-indent: -1em;
    padding-left: 2em;
    padding-bottom: 0 !important;
    margin: 0 0 0 1em !important; }

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  color: #3164BD;
  text-decoration: none;
  border-style: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s; }
  a:hover {
    text-decoration: none;
    filter: alpha(opacity=50);
    -moz-opacity: 0.5;
    opacity: 0.5;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s; }

.button__more a {
  display: inline-block;
  color: #0077b7;
  border: 4px solid #0077b7;
  padding: 10px;
  text-align: center;
  width: 250px;
  position: relative;
  background: #fff url("../img/icon_arrow_blue.svg") center right 15px no-repeat;
  text-decoration: none;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px; }
  .button__more a i {
    position: absolute;
    color: #0077b7;
    position: absolute;
    top: 15px;
    right: 13px; }
  @media screen and (max-width: 600px) {
    .button__more a {
      border: 3px solid #0077b7; } }
.button__more a:hover {
  background: #0077b7 url("../img/icon_arrow_white.svg") center right 15px no-repeat;
  color: #fff;
  color: #fff;
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  opacity: 1; }

/*

 header
-----------------------------------*/
.header__content {
  display: block;
  max-width: 1200px;
  margin: 50px auto 70px;
  position: relative;
  box-sizing: border-box;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s; }
  @media screen and (max-width: 1280px) {
    .header__content {
      padding: 0 40px 0; } }
  @media screen and (max-width: 1180px) {
    .header__content {
      padding: 0 30px 0; } }
  @media screen and (max-width: 768px) {
    .header__content {
      padding: 0;
      margin: 0 0 50px; } }

.header__ttl {
  font-size: 3.6rem;
  text-align: right;
  position: absolute;
  top: 30px;
  right: 0;
  letter-spacing: 0.2rem;
  font-weight: 700;
  width: 65%; }
  @media screen and (max-width: 1180px) {
    .header__ttl {
      right: 30px; } }
  @media screen and (max-width: 1024px) {
    .header__ttl {
      width: 40%;
      right: 30px;
      font-size: 2.8rem; } }
  @media screen and (max-width: 768px) {
    .header__ttl {
      font-size: 2.6rem;
      position: relative;
      text-align: center;
      margin: 0 0 40px;
      padding: 60px 20px 10px;
      right: auto;
      width: 100%; } }
  @media screen and (max-width: 600px) {
    .header__ttl {
      font-size: 2.4rem;
      position: relative;
      text-align: center;
      margin: 0 0 40px;
      padding: 80px 20px 10px;
      right: auto; } }
  .header__ttl span {
    font-size: 1.8rem;
    color: #3164BD;
    display: block;
    letter-spacing: 0.1rem; }
    @media screen and (max-width: 600px) {
      .header__ttl span {
        font-size: 1.6rem; } }

@media screen and (max-width: 768px) {
  .logo-area {
    width: 100%;
    padding: 5px 15px 11px;
    position: fixed;
    z-index: 99;
    background: #fff;
    box-sizing: border-box;
    box-shadow: 0px 1px 5px -1px rgba(0, 0, 0, 0.2); } }
@media screen and (max-width: 768px) {
  .logo-area img {
    width: 170px !important; } }

.header__nav--box {
  display: block;
  background: #3164BD;
  width: 400px;
  height: 100vh !important;
  position: fixed;
  top: 0;
  right: -400px;
  z-index: 899; }
  @media screen and (max-width: 600px) {
    .header__nav--box {
      width: 100%;
      right: -700px; } }
  .header__nav--box .header__nav {
    height: 100vh;
    width: 270px;
    padding: 80px 0 0;
    margin: 0 auto; }
    .header__nav--box .header__nav li {
      margin: 0 0 30px; }
    .header__nav--box .header__nav a {
      color: #fff;
      font-size: 1.6rem;
      font-weight: 600; }
  .header__nav--box .nav__sns {
    display: flex;
    justify-content: center;
    margin: 30px 0 0; }
    .header__nav--box .nav__sns--item {
      width: 30px;
      margin: 0 4px; }
  .header__nav--box .search {
    width: 100%;
    margin: 0 auto 20px; }
  .header__nav--box .search__input {
    width: 100%;
    height: 44px;
    line-height: 1;
    background: #658BCE;
    border: none;
    color: #fff;
    border-radius: 8px !important;
    outline: none;
    padding-left: 15px !important;
    padding-right: 46px;
    box-sizing: border-box; }
    .header__nav--box .search__input::placeholder {
      color: #fff;
      font-weight: 600; }
  .header__nav--box .search__button {
    position: absolute;
    top: 0;
    right: 0;
    bottom: auto;
    left: auto;
    font-size: 18px;
    font-family: "icomoon",sans-serif;
    color: #fff;
    width: 44px;
    height: 44px;
    background: none !important;
    border: none;
    border-radius: 0;
    outline: none; }

#nav-toggle {
  display: block !important;
  position: fixed;
  top: 0px;
  right: 0px;
  bottom: auto;
  left: auto;
  width: 70px;
  height: 70px;
  cursor: pointer;
  z-index: 9900 !important;
  background: #3164BD;
  box-sizing: border-box;
  padding: 23px 20px 20px; }

#nav-toggle div {
  position: relative; }

#nav-toggle span {
  display: block;
  position: absolute;
  top: auto;
  right: auto;
  bottom: auto;
  left: 0;
  width: 100%;
  height: 2px;
  background: #fff;
  -webkit-transition: 0.35s ease-in-out;
  -moz-transition: 0.35s ease-in-out;
  -ms-transition: 0.35s ease-in-out;
  -o-transition: 0.35s ease-in-out;
  transition: 0.35s ease-in-out; }

#nav-toggle span:nth-child(1) {
  top: 0; }

#nav-toggle span:nth-child(2) {
  top: 10px; }

#nav-toggle span:nth-child(3) {
  top: 20px; }

#nav-toggle.active span:nth-child(1) {
  top: 9px;
  -webkit-transform: rotate(315deg);
  -moz-transform: rotate(315deg);
  -ms-transform: rotate(315deg);
  -o-transform: rotate(315deg);
  transform: rotate(315deg); }

#nav-toggle.active span:nth-child(2) {
  width: 0;
  left: 50%; }

#nav-toggle.active span:nth-child(3) {
  top: 8px;
  -webkit-transform: rotate(-315deg);
  -moz-transform: rotate(-315deg);
  -ms-transform: rotate(-315deg);
  -o-transform: rotate(-315deg);
  transform: rotate(-315deg); }

@media screen and (max-width: 600px) {
  .page-description {
    margin: 0 15px 20px; } }
@media screen and (max-width: 1024px) {
  .page-description br {
    display: none; } }

/* tokusetsu header */
.header__tokusetsu {
  position: fixed !important;
  width: 100%;
  background: #fff;
  height: 70px;
  box-shadow: 0px 1px 5px -1px rgba(0, 0, 0, 0.2);
  z-index: 10; }
  @media screen and (max-width: 600px) {
    .header__tokusetsu {
      box-shadow: none;
      display: block; } }
  .header__tokusetsu .logo-area {
    margin: 0 !important; }
    @media screen and (max-width: 600px) {
      .header__tokusetsu .logo-area {
        width: 100%;
        padding: 5px 15px 11px;
        position: fixed;
        z-index: 99;
        height: 70px;
        background: #fff;
        box-sizing: border-box;
        box-shadow: 0px 1px 5px -1px rgba(0, 0, 0, 0.2); } }
  .header__tokusetsu #logo {
    width: 170px !important;
    position: fixed;
    top: 10px;
    left: 20px; }
    @media screen and (max-width: 600px) {
      .header__tokusetsu #logo {
        top: 5px;
        left: 15px; } }
    .header__tokusetsu #logo img {
      width: 100%;
      height: auto; }
      @media screen and (max-width: 1024px) {
        .header__tokusetsu #logo img {
          margin: -7px 0 0; } }
      @media screen and (max-width: 600px) {
        .header__tokusetsu #logo img {
          margin: 0; } }

/*

 footer
-----------------------------------*/
.footer-image {
  width: 100%;
  height: auto;
  background-image: none !important;
  background-repeat: repeat-x;
  background-position: center bottom;
  background-size: auto 100%;
  margin-top: 100px; }

footer {
  background-color: #25509B;
  color: #fff;
  padding-top: 30px; }

footer ul li a {
  font-size: 1.4rem;
  color: #fff !important;
  margin: 0 20px; }

footer .fnav ul {
  width: 900px !important;
  margin: 0 auto;
  position: relative;
  z-index: 999;
  display: flex;
  justify-content: center; }
  @media screen and (max-width: 1024px) {
    footer .fnav ul {
      width: 600px !important;
      flex-wrap: wrap; } }
  @media screen and (max-width: 600px) {
    footer .fnav ul {
      width: 100% !important;
      display: block; } }
  footer .fnav ul li {
    margin: 0; }
    @media screen and (max-width: 1024px) {
      footer .fnav ul li {
        width: 33%;
        text-align: center;
        margin: 0 0 15px; } }
    @media screen and (max-width: 600px) {
      footer .fnav ul li {
        width: 100%;
        display: block;
        text-align: center;
        margin: 0 0 20px; } }

footer .l-content {
  display: table;
  position: relative; }

footer .l-content:after {
  content: "";
  display: block;
  position: absolute;
  top: -140px;
  right: auto;
  bottom: auto;
  left: 80px;
  background: none;
  width: 863px;
  height: 205px;
  z-index: 1; }

.zaidan-box .footer__logo {
  width: 233px;
  margin: 30px auto; }

footer .zaidan-box p.text {
  text-align: center !important; }
  @media screen and (max-width: 600px) {
    footer .zaidan-box p.text {
      text-align: left !important; } }

#widjetBox .btn-widjet a {
  background: #0061a5;
  color: #fff;
  font-size: 12px;
  text-align: center;
  padding: 10px;
  max-width: 300px;
  display: block;
  margin: 0 auto;
  text-decoration: none;
  font-weight: bold;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  overflow: hidden; }

#page-top {
  z-index: 99999 !important;
  display: none; }

.footer__banner--fix {
  position: fixed !important;
  bottom: 100px;
  right: 20px !important;
  z-index: 888 !important; }
  @media screen and (max-width: 600px) {
    .footer__banner--fix {
      bottom: 80px;
      right: 15px !important; } }
  .footer__banner--fix img {
    width: 200px;
    height: auto;
    position: relative;
    z-index: 9999;
    border: 4px solid #fff;
    border-radius: 3px;
    box-shadow: 0px 1px 5px -1px rgba(0, 0, 0, 0.2); }
    @media screen and (max-width: 600px) {
      .footer__banner--fix img {
        width: 150px;
        height: auto; } }

#btn-close-banner {
  position: absolute;
  right: 0;
  top: -8px;
  right: -8px;
  cursor: pointer;
  z-index: 99999;
  width: 20px;
  height: 20px; }
  #btn-close-banner img {
    width: 100% !important;
    height: 100% !important;
    border: none;
    box-shadow: 0px; }

/*

 top modal
-----------------------------------*/
.modal {
  background: #fff;
  position: fixed;
  z-index: 9999;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  padding: 15px;
  text-align: center;
  box-sizing: border-box;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px; }
  @media screen and (max-width: 600px) {
    .modal {
      width: 90%;
      padding: 8px;
      border-radius: 6px;
      -webkit-border-radius: 6px;
      -moz-border-radius: 6px; } }

#btn-close {
  position: absolute;
  right: 0;
  top: -18px;
  right: -18px;
  cursor: pointer;
  z-index: 9999;
  width: 35px;
  height: 35px; }
  @media screen and (max-width: 600px) {
    #btn-close {
      top: -10px;
      right: -10px;
      width: 25px;
      height: 25px; } }
  #btn-close img {
    width: 100% !important;
    height: 100% !important; }

.modalbg {
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.7);
  position: fixed;
  z-index: 99999; }

.pop {
  padding: 0;
  box-sizing: border-box; }
  .pop img {
    width: 700px;
    height: auto; }
    @media screen and (max-width: 600px) {
      .pop img {
        width: 100%;
        height: auto; } }

/*

 top
-----------------------------------*/
.bg__wrap {
  position: relative;
  z-index: 1;
  background: transparent; }

.bg__blue {
  background: #ecf9ff;
  padding: 70px 0 30px; }
  @media screen and (max-width: 600px) {
    .bg__blue {
      padding: 30px 0 30px; } }
  .bg__blue #area {
    margin: -80px 0 0; }
    @media screen and (max-width: 600px) {
      .bg__blue #area {
        margin: -40px 0 0; } }

.bg__white {
  background: #fff;
  position: relative;
  z-index: 1; }

.wave__01 {
  width: 100%;
  height: 9px;
  background: url("../img/renew_wave07.png") bottom left repeat-x;
  background-size: auto 9px;
  display: block; }

.wave__02 {
  width: 100%;
  height: 9px;
  background: url("../img/renew_wave06.png") top left repeat-x;
  background-size: auto 9px;
  display: block; }

.fixed__sns {
  position: fixed;
  top: 50%;
  right: 15px;
  z-index: 799;
  margin: -150px 0 0; }
  @media screen and (max-width: 600px) {
    .fixed__sns {
      display: none; } }
  .fixed__sns .fixed__sns--item {
    padding: 0 0 10px; }

#widjetBox {
  z-index: 9999; }

#top {
  position: relative !important;
  overflow: hidden !important; }

.top__kv {
  position: relative !important;
  height: 90%;
  height: 95vh !important;
  text-align: center;
  color: #fff;
  background: url("../img/renew_top_kv.jpg") no-repeat;
  background-size: cover;
  overflow: hidden;
  /*
  @keyframes mousepathmove{
  	0%{
  		height:0;
  		top:10px;
  		opacity: 0;
  	}
  	50%{
  		height:15px;
  		opacity: 1;
  	}
  	100%{
  		height:0;
  		top:30px;
  		opacity: 0;
  	}
  }*/
  /*マウスの中の丸の描写*/ }
  @media screen and (max-width: 600px) {
    .top__kv {
      background: url("../img/renew_top_kv_sp.jpg") top center no-repeat;
      background-size: cover;
      height: 85vh !important; } }
  .top__kv .wave__01 {
    position: absolute;
    bottom: -1px;
    z-index: 101; }
  .top__kv .scrolldown {
    position: absolute;
    bottom: 50px;
    right: 50%;
    z-index: 99; }
  .top__kv .scrolldown span {
    position: absolute;
    left: -15px;
    bottom: -22px;
    color: #eee;
    font-size: 1.3rem;
    letter-spacing: 0.05em;
    font-weight: bold; }
  .top__kv .scrolldown span::after {
    content: "";
    position: absolute;
    top: -100px;
    left: 17px;
    width: 1px;
    height: 45px;
    background: #eee;
    animation: mousepathmove 1.4s linear infinite; }
  .top__kv .scrolldown:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: -10px;
    width: 26px;
    height: 37px;
    border-radius: 50px;
    border: 2px solid #eee; }
  .top__kv .scrolldown:after {
    content: "";
    position: absolute;
    bottom: 26px;
    left: 0px;
    width: 6px;
    height: 5.5px;
    background: #fff;
    border-radius: 100px;
    animation: mousemove 1.4s ease-in-out infinite; }
@keyframes mousemove {
  0% {
    bottom: 24px; }
  100% {
    bottom: 5px;
    opacity: 0; } }
/*	
    .scrolldown{
	position:absolute;
	bottom:40px;
	right:50%;
	z-index: 99;	
}

@keyframes mousemove{
      0%{bottom:40px;}
      50%{bottom:35px;}
     100%{bottom:40px;}
 }

.scrolldown span{
	position: absolute;
	left:-15px;
	bottom:45px;
	color: #eee;
	font-size: 1.3rem;
	letter-spacing: 0.05em;
	font-weight: bold;
}

.scrolldown span::after{
	content: "";
	position: absolute;
	top:10px;
	left:16.5px;
	width: 2px;
	height: 15px;
	background: #eee;
	animation: mousepathmove 1.4s linear infinite;
	opacity:0;
}


@keyframes mousepathmove{
	0%{
		height:0;
		top:10px;
		opacity: 0;
	}
	50%{
		height:15px;
		opacity: 1;
	}
	100%{
		height:0;
		top:30px;
		opacity: 0;
	}
}


.scrolldown:before {
    content: "";
    position: absolute;
    bottom:0;
    left:-10px;
	width:25px;
	height:37px;
	border-radius: 50px;
	border:2px solid #eee;
}



.scrolldown:after{
	content:"";
	position: absolute;
	bottom:26px;
	left:0;
	width:5px;
	height: 5px;
	background: #fff;
	border-radius: 50%;
	border:1px solid #eee;
}
	
	.yaji{
	  bottom:-10px;
	  left:-0.5px;	
	  position: absolute;
	  display: inline-block;
	  width: 6px;
	  height: 6px;
	  margin: 0;
	  border-bottom: 2px solid #fff;
	  border-right: 2px solid #fff;
	  transform: rotate(45deg);
	  animation:yajimove 1.4s ease-in-out infinite;	
	}
	
	@keyframes yajimove{
      0%{bottom:-10px;}
      50%{bottom:-13px;}
     100%{bottom:-10px;}
 	}
	
}*/
/* ローディングアイコン設定 */
.top__kv #loading {
  position: absolute;
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
  /*transform: translate(-50%, -50%);*/
  background: #fff;
  z-index: 100; }
  @media screen and (max-width: 600px) {
    .top__kv #loading {
      height: 85vh; } }
  .top__kv #loading .loading__img {
    width: 300px;
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); }

/*jQueryで付与されたdisappearクラスがついたらロゴエリアを非表示*/
.top__kv #loading.disappear {
  display: none; }

.fadeUp {
  animation-name: fadeUpAnime;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
  opacity: 0; }

@keyframes fadeUpAnime {
  from {
    opacity: 0;
    transform: translateY(100px); }
  to {
    opacity: 1;
    transform: translateY(0); } }
/* youtube設定 */
#youtube-area {
  position: absolute;
  z-index: 0;
  /*最背面に設定*/
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  overflow: hidden;
  opacity: 0; }
  @media screen and (max-width: 600px) {
    #youtube-area {
      display: none; } }

/*jQueryで付与されたappearクラスがついたらYoutubeエリアをふわっと表示*/
#youtube-area.appear {
  animation-name: PageAnimeAppear;
  animation-delay: 0s;
  animation-duration: 0s;
  animation-fill-mode: forwards; }
  @media screen and (max-width: 600px) {
    #youtube-area.appear {
      display: none; } }

@keyframes PageAnimeAppear {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
#youtube {
  /*天地中央配置*/
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  /*縦横幅指定*/
  width: 177.77777778vh;
  /* 16:9 の幅→16 ÷ 9＝ 177.77% */
  height: 56.25vw;
  /* 16:9の幅 → 9 ÷ 16 = 56.25% */
  min-height: 101%;
  min-width: 100%; }

/*youtubeがクリックされないためのマスク*/
#youtube-mask {
  position: absolute;
  z-index: 1;
  /*下から2番目に表示*/
  top: 0;
  width: 100%;
  height: 101%; }

.youtube__movie--btn-start {
  position: absolute;
  bottom: 30px;
  left: 30px;
  z-index: 3;
  cursor: pointer; }

.youtube__movie--btn-stop {
  position: absolute;
  bottom: 30px;
  left: 80px;
  z-index: 3;
  cursor: pointer; }

.search {
  display: block !important; }

.top__header {
  position: fixed !important;
  width: 100%;
  background: #fff;
  height: 70px;
  box-shadow: 0px 1px 5px -1px rgba(0, 0, 0, 0.2);
  display: block !important;
  z-index: 599 !important; }
  @media screen and (max-width: 600px) {
    .top__header {
      box-shadow: none;
      display: block;
      z-index: 999; } }
  .top__header .logo-area {
    margin: 0 !important; }
    @media screen and (max-width: 600px) {
      .top__header .logo-area {
        width: 100%;
        padding: 5px 15px 11px;
        position: fixed;
        height: 70px;
        background: #fff;
        box-sizing: border-box;
        box-shadow: 0px 1px 5px -1px rgba(0, 0, 0, 0.2); } }
  .top__header #logo {
    width: 170px !important;
    position: fixed;
    top: 10px;
    left: 20px; }
    @media screen and (max-width: 600px) {
      .top__header #logo {
        top: 5px;
        left: 15px; } }
    .top__header #logo img {
      width: 100%;
      height: auto; }
      @media screen and (max-width: 1024px) {
        .top__header #logo img {
          margin: -7px 0 0; } }
      @media screen and (max-width: 600px) {
        .top__header #logo img {
          margin: 0; } }

/*
.top__kv{
	width: 100%;
	height: 100vh;
	background: #eee;
	position: relative;
	overflow: hidden;
}*/
.top__main--slider {
  max-width: 800px;
  margin: -15px auto 70px; }
  @media screen and (max-width: 768px) {
    .top__main--slider {
      margin: -15px 50px 70px; } }
  @media screen and (max-width: 600px) {
    .top__main--slider {
      margin: 10px 20px 70px; } }
  .top__main--slider .swiper-slide {
    border-radius: 10px;
    overflow: hidden; }

.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
  background: url(../img/renew_icon_prev.svg) top center no-repeat !important;
  width: 40px !important;
  height: 40px !important;
  left: -20px !important;
  right: auto;
  overflow: hidden;
  border-radius: 100px;
  box-shadow: 0px 1px 5px -1px rgba(0, 0, 0, 0.2); }

.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
  background: url(../img/renew_icon_next.svg) top center no-repeat !important;
  width: 40px !important;
  height: 40px !important;
  right: -20px !important;
  left: auto;
  overflow: hidden;
  border-radius: 100px;
  box-shadow: 0px 1px 5px -1px rgba(0, 0, 0, 0.2); }

.inner__box {
  max-width: 1280px;
  margin: 130px auto;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s; }
  @media screen and (max-width: 1380px) {
    .inner__box {
      margin: 130px 100px; } }
  @media screen and (max-width: 1280px) {
    .inner__box {
      margin: 130px 80px; } }
  @media screen and (max-width: 1180px) {
    .inner__box {
      margin: 50px 50px; } }
  @media screen and (max-width: 1024px) {
    .inner__box {
      margin: 50px 50px; } }
  @media screen and (max-width: 768px) {
    .inner__box {
      margin: 50px 50px; } }
  @media screen and (max-width: 600px) {
    .inner__box {
      margin: 50px 20px; } }
  .inner__box p {
    font-size: 1.6rem;
    line-height: 1.6;
    margin: 0 0 20px; }

.top__mainttl {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 0 70px; }
  @media screen and (max-width: 768px) {
    .top__mainttl {
      display: block;
      margin: 0 0 30px; } }
  @media screen and (max-width: 600px) {
    .top__mainttl {
      display: block;
      margin: 0 0 30px; } }
  .top__mainttl h2 {
    font-size: 3.2rem !important;
    position: relative;
    font-weight: bold; }
    @media screen and (max-width: 768px) {
      .top__mainttl h2 {
        font-size: 2.9rem !important; } }
    @media screen and (max-width: 600px) {
      .top__mainttl h2 {
        font-size: 2.6rem !important; } }
    .top__mainttl h2:after {
      content: "";
      background: #3164BD;
      height: 3px;
      width: 40px;
      position: absolute;
      left: 0;
      bottom: -20px; }
  .top__mainttl span {
    font-size: 1.4rem;
    display: block;
    color: #3164BD; }
    @media screen and (max-width: 768px) {
      .top__mainttl span {
        font-size: 1.3rem; } }
    @media screen and (max-width: 600px) {
      .top__mainttl span {
        font-size: 1.2rem; } }
  .top__mainttl p {
    font-size: 1.8rem;
    font-weight: 600;
    color: #6C6C68; }
    @media screen and (max-width: 768px) {
      .top__mainttl p {
        padding: 50px 0 0;
        font-size: 1.8rem; } }
    @media screen and (max-width: 600px) {
      .top__mainttl p {
        padding: 30px 0 0;
        font-size: 1.4rem; } }

/* about */
.top__aboutbox {
  display: flex;
  justify-content: space-between;
  margin: 0 0 50px; }
  @media screen and (max-width: 768px) {
    .top__aboutbox {
      display: block; } }
  .top__aboutbox--img {
    width: 48%; }
    .top__aboutbox--img img {
      border-radius: 8px;
      overflow: hidden; }
    @media screen and (max-width: 768px) {
      .top__aboutbox--img {
        width: 100%;
        margin: 0 0 30px; } }
    @media screen and (max-width: 600px) {
      .top__aboutbox--img {
        width: 100%;
        margin: 0; } }
  .top__aboutbox--txt {
    width: 48%; }
    @media screen and (max-width: 768px) {
      .top__aboutbox--txt {
        width: 100%; } }
    .top__aboutbox--txt h2.ttl01 {
      font-size: 5.2rem;
      color: #3164BD;
      line-height: 1.3;
      padding: 0 0 20px;
      margin: -15px 0 0; }
      @media screen and (max-width: 600px) {
        .top__aboutbox--txt h2.ttl01 {
          font-size: 3.6rem;
          margin: 10px 0 0; } }
      .top__aboutbox--txt h2.ttl01 .txt01 {
        font-size: 3.2rem; }
        @media screen and (max-width: 600px) {
          .top__aboutbox--txt h2.ttl01 .txt01 {
            font-size: 2.0rem; } }
      .top__aboutbox--txt h2.ttl01 .txt02 {
        font-size: 3.8rem; }
        @media screen and (max-width: 600px) {
          .top__aboutbox--txt h2.ttl01 .txt02 {
            font-size: 2.0rem; } }
    .top__aboutbox--txt h2.ttl02 {
      font-size: 3.4rem;
      color: #3164BD;
      line-height: 1.0;
      padding: 0 0 20px;
      margin: 20px 0 0; }
      @media screen and (max-width: 600px) {
        .top__aboutbox--txt h2.ttl02 {
          margin: 30px 0 0;
          font-size: 2.0rem;
          padding: 0 0 10px; } }
    .top__aboutbox--txt .marker {
      background: linear-gradient(transparent 80%, #FFEC39 20%); }
    .top__aboutbox--txt .marker02 {
      background: linear-gradient(transparent 70%, #FFEC39 30%); }
  .top__aboutbox .btn__more--blue {
    margin: 40px 0 0; }
  .top__aboutbox--btnbox {
    display: flex;
    justify-content: space-between; }
    @media screen and (max-width: 600px) {
      .top__aboutbox--btnbox {
        display: block; } }
    .top__aboutbox--btnbox .top__btn--boader {
      width: 48%; }
      @media screen and (max-width: 600px) {
        .top__aboutbox--btnbox .top__btn--boader {
          width: 100%;
          margin: 0 0 20px; } }
      .top__aboutbox--btnbox .top__btn--boader a {
        border-bottom: 3px solid #3164BD;
        padding: 15px 10px;
        display: block;
        font-weight: bold;
        color: #3164BD;
        font-size: 1.6rem;
        background: url("../img/renew_icon_arrow_blue.svg") center right 10px no-repeat; }
        @media screen and (max-width: 600px) {
          .top__aboutbox--btnbox .top__btn--boader a {
            font-size: 1.4rem;
            border-bottom: 2px solid #3164BD; } }

/* top action */
.top__actionbox {
  margin: -20px 0 0; }
  @media screen and (max-width: 768px) {
    .top__actionbox {
      margin: 70px 0 0; } }
  @media screen and (max-width: 600px) {
    .top__actionbox {
      margin: 0px 0 0; } }

.top__actionbox--list {
  display: flex;
  justify-content: space-between;
  margin: 30px auto 50px;
  max-width: 1000px; }
  @media screen and (max-width: 768px) {
    .top__actionbox--list {
      margin: 30px auto 10px; } }
  @media screen and (max-width: 600px) {
    .top__actionbox--list {
      flex-wrap: wrap;
      justify-content: center;
      margin: 30px auto 30px; } }
  .top__actionbox--list .top__actionbox--item {
    width: 17%;
    text-align: center; }
    @media screen and (max-width: 600px) {
      .top__actionbox--list .top__actionbox--item {
        width: 33%;
        margin: 0; } }
    .top__actionbox--list .top__actionbox--item img {
      width: 100%;
      height: auto;
      margin: 0 0 20px; }
      @media screen and (max-width: 600px) {
        .top__actionbox--list .top__actionbox--item img {
          width: 85%;
          margin: 0 0 10px; } }
    .top__actionbox--list .top__actionbox--item p {
      font-weight: bold; }
      @media screen and (max-width: 768px) {
        .top__actionbox--list .top__actionbox--item p {
          font-size: 1.1rem; } }
      @media screen and (max-width: 600px) {
        .top__actionbox--list .top__actionbox--item p {
          font-size: 1.1rem; } }

/* top event search */
.top__eventsearch {
  border: 2px solid #3164BD;
  box-sizing: border-box;
  border-radius: 8px;
  overflow: hidden;
  margin: 50px 0 30px; }
  .top__eventsearch--ttl {
    color: #fff;
    background: #3164BD;
    text-align: center;
    padding: 15px 0;
    font-size: 1.6rem; }
    .top__eventsearch--ttl a {
      color: #fff; }
  .top__eventsearch--inner {
    padding: 30px; }
    @media screen and (max-width: 600px) {
      .top__eventsearch--inner {
        padding: 15px; } }
  .top__eventsearch--box {
    display: flex; }
    @media screen and (max-width: 768px) {
      .top__eventsearch--box {
        display: block; } }
    .top__eventsearch--box .ttl {
      padding: 20px;
      width: 200px;
      border-right: 1px solid #ddd;
      border-bottom: 1px solid #ddd; }
      @media screen and (max-width: 768px) {
        .top__eventsearch--box .ttl {
          padding: 0 0 10px;
          width: 100%;
          box-sizing: border-box;
          display: block;
          border-right: none; } }
      @media screen and (max-width: 600px) {
        .top__eventsearch--box .ttl {
          padding: 0 0 10px;
          width: 100%;
          box-sizing: border-box;
          display: block;
          border-right: none; } }
    .top__eventsearch--box .txt {
      padding: 20px;
      border-bottom: 1px solid #ddd; }
      @media screen and (max-width: 768px) {
        .top__eventsearch--box .txt {
          padding: 20px 0;
          width: 100%;
          box-sizing: border-box;
          display: block;
          line-height: 1.6;
          border-bottom: none; } }
      @media screen and (max-width: 600px) {
        .top__eventsearch--box .txt {
          padding: 20px 0;
          width: 100%;
          box-sizing: border-box;
          display: block;
          line-height: 1.6;
          border-bottom: none; } }
  .top__eventsearch--box:last-child {
    display: flex; }
    @media screen and (max-width: 768px) {
      .top__eventsearch--box:last-child {
        display: block; } }
    .top__eventsearch--box:last-child .ttl {
      padding: 20px;
      width: 200px;
      border-right: 1px solid #ddd;
      border-bottom: none; }
      @media screen and (max-width: 768px) {
        .top__eventsearch--box:last-child .ttl {
          padding: 10px 0 10px;
          width: 100%;
          box-sizing: border-box;
          display: block;
          border-right: none;
          border-bottom: 1px solid #ddd; } }
      @media screen and (max-width: 600px) {
        .top__eventsearch--box:last-child .ttl {
          padding: 10px 0 10px;
          width: 100%;
          box-sizing: border-box;
          display: block;
          border-right: none;
          border-bottom: 1px solid #ddd; } }
    .top__eventsearch--box:last-child .txt {
      padding: 20px;
      border-bottom: none; }
      @media screen and (max-width: 768px) {
        .top__eventsearch--box:last-child .txt {
          padding: 20px 0 10px;
          width: 100%;
          box-sizing: border-box;
          display: block; } }
      @media screen and (max-width: 600px) {
        .top__eventsearch--box:last-child .txt {
          padding: 20px 0 10px;
          width: 100%;
          box-sizing: border-box;
          display: block; } }
  .top__eventsearch .kikan-box {
    display: flex;
    background: none;
    border: none !important;
    padding: 0 !important;
    margin: 10px 0 0; }
    @media screen and (max-width: 768px) {
      .top__eventsearch .kikan-box {
        display: block; } }
    .top__eventsearch .kikan-box .sidedate {
      display: none; }
    .top__eventsearch .kikan-box #date_start_text {
      font-weight: bold !important;
      padding: 10px 0 0 10px !important;
      color: #3164BD !important; }
    .top__eventsearch .kikan-box #date_end_text {
      font-weight: bold !important;
      padding: 10px 0 0 10px !important;
      color: #3164BD !important; }
    .top__eventsearch .kikan-box .txt-blue {
      color: #3164BD !important;
      font-size: 3.6rem !important; }
    .top__eventsearch .kikan-box .ui-datepicker-trigger {
      margin: -15px 0 0 !important; }
    .top__eventsearch .kikan-box .bnt-search {
      width: 200px;
      margin: 0 0 0 20px;
      font-size: 1.6rem; }
      @media screen and (max-width: 768px) {
        .top__eventsearch .kikan-box .bnt-search {
          font-size: 1.6rem;
          width: 400px;
          margin: 0 auto; } }
      @media screen and (max-width: 600px) {
        .top__eventsearch .kikan-box .bnt-search {
          font-size: 1.4rem;
          width: 100%;
          margin: 0 auto; } }
    @media screen and (max-width: 768px) {
      .top__eventsearch .kikan-box .spBox {
        display: none !important; } }
    @media screen and (max-width: 600px) {
      .top__eventsearch .kikan-box .spBox {
        display: block !important; } }

.top__tag {
  margin: 50px 0 0;
  /*
  .top__tagbox--item:nth-child(2){
  	border-left:1px solid #ddd;
  	border-right:1px solid #ddd;
  }*/ }
  .top__tag h3 {
    text-align: center;
    font-size: 2.2rem;
    font-weight: bold;
    margin: 0 0 30px; }
    @media screen and (max-width: 600px) {
      .top__tag h3 {
        font-size: 2rem;
        margin: 0 0 20px; } }
  .top__tag h4 {
    text-align: center;
    font-size: 1.6rem;
    font-weight: bold; }
    @media screen and (max-width: 600px) {
      .top__tag h4 {
        font-size: 1.5rem; } }
  .top__tag .top__tagbox {
    display: flex;
    justify-content: center;
    flex-wrap: wrap; }
    @media screen and (max-width: 768px) {
      .top__tag .top__tagbox {
        display: block; } }
  .top__tag .top__tagbox--item {
    width: 20%;
    box-sizing: border-box;
    padding: 20px;
    border-left: 1px solid #ddd; }
    @media screen and (max-width: 768px) {
      .top__tag .top__tagbox--item {
        padding: 30px 0;
        width: 100%;
        border-left: none;
        border-bottom: 1px solid #ddd; } }
    @media screen and (max-width: 600px) {
      .top__tag .top__tagbox--item {
        padding: 20px 0;
        width: 100%;
        border-left: none;
        border-bottom: 1px solid #ddd; } }
  @media screen and (max-width: 768px) {
    .top__tag .top__tagbox--item:first-child {
      border-top: 1px solid #ddd; } }
  .top__tag .top__tagbox--item:last-child {
    border-right: 1px solid #ddd; }
    @media screen and (max-width: 768px) {
      .top__tag .top__tagbox--item:last-child {
        width: 100%;
        border-left: none;
        border-right: none; } }
  .top__tag .tag-list {
    background: #fff;
    font-size: 0;
    padding: 20px 0 0 0;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    border-radius: 2px; }
    @media screen and (max-width: 600px) {
      .top__tag .tag-list {
        padding: 10px 0 0 0; } }
  .top__tag .tag-list li {
    display: inline-block;
    margin-bottom: 4px;
    margin-right: 4px; }
  .top__tag .tag-list li a {
    display: block;
    color: #fff;
    font-size: 1.3rem;
    line-height: 1.8;
    padding-left: 8px;
    padding-right: 8px;
    background-color: #3164BC;
    border-radius: 3px; }
    @media screen and (max-width: 600px) {
      .top__tag .tag-list li a {
        font-size: 1.2rem; } }
  .top__tag .tag-list li a:hover {
    background-color: #2c59a8; }

h3.ttl__boader {
  position: relative;
  padding: 0 65px;
  text-align: center;
  color: #3164BD;
  margin: 0 0 50px;
  font-size: 2.4rem; }
  @media screen and (max-width: 768px) {
    h3.ttl__boader {
      font-size: 2.1rem;
      padding: 0 150px; } }
  @media screen and (max-width: 600px) {
    h3.ttl__boader {
      font-size: 1.6rem;
      margin: 0 0 20px;
      padding: 0 40px; } }

h3.ttl__boader:before {
  position: absolute;
  top: calc(50% - 1px);
  left: 0;
  width: 100%;
  height: 2px;
  content: '';
  background: #3164BD; }

h3.ttl__boader span {
  position: relative;
  padding: 0 1em;
  background: #ecf9ff; }
  @media screen and (max-width: 768px) {
    h3.ttl__boader span {
      display: block;
      padding: 0 10px; } }
  @media screen and (max-width: 600px) {
    h3.ttl__boader span {
      display: block;
      padding: 0 10px; } }

.sub__txt {
  text-align: center;
  margin: 0 0 60px;
  font-size: 1.8rem !important;
  font-weight: bold;
  line-height: 1.8 !important; }
  @media screen and (max-width: 768px) {
    .sub__txt {
      font-size: 1.4rem !important;
      text-align: left; } }
  @media screen and (max-width: 600px) {
    .sub__txt {
      font-size: 1.4rem !important;
      text-align: left; } }
  @media screen and (max-width: 768px) {
    .sub__txt br {
      display: none; } }

.sub__txt--area {
  text-align: center;
  margin: 80px 0 0 !important;
  font-size: 1.8rem !important;
  font-weight: bold;
  line-height: 1.8 !important; }
  @media screen and (max-width: 768px) {
    .sub__txt--area {
      margin: 0 0 0 !important;
      font-size: 1.4rem !important;
      text-align: left; } }
  @media screen and (max-width: 600px) {
    .sub__txt--area {
      margin: 30px 0 0 !important;
      font-size: 1.4rem !important;
      text-align: left; } }
  @media screen and (max-width: 768px) {
    .sub__txt--area br {
      display: none; } }

#area .sub__txt {
  margin: 0 0 60px;
  padding: 0 0 10px; }
  @media screen and (max-width: 600px) {
    #area .sub__txt {
      margin: 0 0 30px !important;
      padding: 0; } }

.top__projectbox {
  max-width: 900px;
  margin: 50px auto;
  display: flex;
  justify-content: space-between; }
  @media screen and (max-width: 768px) {
    .top__projectbox {
      display: block; } }
  .top__projectbox--sanka {
    width: 48%; }
    @media screen and (max-width: 768px) {
      .top__projectbox--sanka {
        width: 100%;
        margin: 0 0 30px; } }
    .top__projectbox--sanka .ttl {
      font-size: 1.8rem;
      text-align: center;
      margin: 0 0 30px;
      font-weight: bold; }
      @media screen and (max-width: 600px) {
        .top__projectbox--sanka .ttl {
          font-size: 1.6rem;
          margin: 0 0 10px; } }
    .top__projectbox--sanka .number {
      color: #3164BD;
      font-size: 5.5rem;
      text-align: center;
      font-weight: bold;
      margin: 0 0 30px; }
      @media screen and (max-width: 600px) {
        .top__projectbox--sanka .number {
          font-size: 4rem; } }
      .top__projectbox--sanka .number span {
        font-size: 3rem; }
        @media screen and (max-width: 600px) {
          .top__projectbox--sanka .number span {
            font-size: 2rem; } }
    .top__projectbox--sanka .sanka__btn a {
      background: #3164BD url("../img/renew_icon_arrow_white.svg") center right 20px no-repeat;
      text-align: center;
      color: #fff;
      font-size: 1.8rem;
      border-radius: 50px;
      padding: 20px;
      box-sizing: border-box;
      font-weight: bold;
      display: block; }
      @media screen and (max-width: 768px) {
        .top__projectbox--sanka .sanka__btn a {
          max-width: 500px;
          margin: 0 auto; } }
      @media screen and (max-width: 600px) {
        .top__projectbox--sanka .sanka__btn a {
          background: #3164BD url("../img/renew_icon_arrow_white.svg") center right 15px no-repeat;
          font-size: 1.4rem; } }
  .top__projectbox--partner {
    width: 48%; }
    @media screen and (max-width: 768px) {
      .top__projectbox--partner {
        width: 100%;
        margin: 50px 0 0; } }
    .top__projectbox--partner .ttl {
      font-size: 1.8rem;
      text-align: center;
      margin: 0 0 30px;
      font-weight: bold; }
      @media screen and (max-width: 600px) {
        .top__projectbox--partner .ttl {
          font-size: 1.6rem;
          margin: 0 0 10px; } }
    .top__projectbox--partner .number {
      color: #3164BD;
      font-size: 5.5rem;
      text-align: center;
      font-weight: bold;
      margin: 0 0 30px; }
      @media screen and (max-width: 600px) {
        .top__projectbox--partner .number {
          font-size: 4rem; } }
      .top__projectbox--partner .number span {
        font-size: 3rem; }
        @media screen and (max-width: 600px) {
          .top__projectbox--partner .number span {
            font-size: 2rem; } }
    .top__projectbox--partner .partner__btn a {
      background: #FFEC39 url("../img/renew_icon_arrow_black.svg") center right 20px no-repeat;
      text-align: center;
      font-size: 1.8rem;
      color: #111;
      border-radius: 50px;
      padding: 20px;
      box-sizing: border-box;
      font-weight: bold;
      display: block; }
      @media screen and (max-width: 768px) {
        .top__projectbox--partner .partner__btn a {
          max-width: 500px;
          margin: 0 auto; } }
      @media screen and (max-width: 600px) {
        .top__projectbox--partner .partner__btn a {
          background: #FFEC39 url("../img/renew_icon_arrow_black.svg") center right 15px no-repeat;
          font-size: 1.4rem; } }
    .top__projectbox--partner .txt__link {
      text-align: center;
      margin: 10px 0; }
      @media screen and (max-width: 600px) {
        .top__projectbox--partner .txt__link {
          font-size: 1.3rem; } }

@media screen and (max-width: 768px) {
  .top__project .btn__more--white a {
    max-width: 500px;
    margin: 0 auto; } }

/* area */
#area {
  /* 北海道 */
  /* 東北 */
  /* 中部 */
  /* 関東 */
  /* 東海 */
  /* 近畿 */
  /* 中国 */
  /* 四国 */
  /* 九州・沖縄 */ }
  #area .map-box {
    position: relative;
    text-align: center;
    width: 1044px;
    margin: 70px auto 100px;
    height: 670px;
    box-sizing: border-box; }
  #area .area__map {
    width: 610px;
    height: auto; }
  #area .map-box .area-event {
    position: absolute;
    top: -210px;
    left: -100px;
    text-align: center;
    background: #FFEC39;
    color: #111;
    font-weight: bold;
    width: 230px;
    height: 230px;
    padding: 40px 0px;
    box-sizing: border-box;
    border-radius: 300px;
    overflow: hidden;
    line-height: 1.4; }
  #area .map-box .area-event .txt01 {
    font-weight: bold; }
  #area .map-box .area-event .txt02 {
    font-weight: bold;
    font-size: 1.6rem; }
  #area .map-box .area-event .number {
    font-size: 6.0rem; }
    #area .map-box .area-event .number span {
      font-size: 3rem !important; }
  #area .map-box .area01 {
    background: #fff;
    border: 2px solid #2b6bb9;
    padding: 15px;
    width: 210px;
    position: absolute;
    box-sizing: content-box;
    top: 93px;
    right: 20px;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    overflow: hidden; }
  #area .map-box .area01 h3 {
    font-size: 20px;
    text-align: center;
    color: #2b6bb9;
    padding: 0 0 10px; }
  #area .map-box .area02 {
    background: #fff;
    border: 2px solid #44c6e2;
    padding: 15px;
    width: 210px;
    position: absolute;
    box-sizing: content-box;
    top: 222px;
    right: 20px;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    overflow: hidden; }
  #area .map-box .area02 h3 {
    font-size: 20px;
    text-align: center;
    color: #44c6e2;
    padding: 0 0 10px; }
  #area .map-box .area03 {
    background: #fff;
    border: 2px solid #4eaf57;
    padding: 15px;
    width: 210px;
    position: absolute;
    box-sizing: content-box;
    top: 70px;
    left: 334px;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    overflow: hidden; }
  #area .map-box .area03 h3 {
    font-size: 20px;
    text-align: center;
    color: #4eaf57;
    padding: 0 0 10px; }
  #area .map-box .area04 {
    background: #fff;
    border: 2px solid #34bd91;
    padding: 15px;
    width: 210px;
    position: absolute;
    box-sizing: content-box;
    bottom: 0px;
    right: 90px;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    overflow: hidden; }
  #area .map-box .area04 h3 {
    font-size: 20px;
    text-align: center;
    color: #34bd91;
    padding: 0 0 10px; }
  #area .map-box .area05 {
    background: #fff;
    border: 2px solid #a9b61d;
    padding: 15px;
    width: 210px;
    position: absolute;
    box-sizing: content-box;
    bottom: -14px;
    right: -5px;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    overflow: hidden; }
  #area .map-box .area05 h3 {
    font-size: 20px;
    text-align: center;
    color: #a9b61d;
    padding: 0 0 10px; }
  #area .map-box .area06 {
    background: #fff;
    border: 2px solid #f3a11f;
    padding: 15px;
    width: 210px;
    position: absolute;
    box-sizing: content-box;
    bottom: 0px;
    left: 442px;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    overflow: hidden; }
  #area .map-box .area06 h3 {
    font-size: 20px;
    text-align: center;
    color: #f3a11f;
    padding: 0 0 10px; }
  #area .map-box .area07 {
    background: #fff;
    border: 2px solid #f17920;
    padding: 15px;
    width: 210px;
    position: absolute;
    box-sizing: content-box;
    top: 70px;
    left: 66px;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    overflow: hidden; }
  #area .map-box .area07 h3 {
    font-size: 20px;
    text-align: center;
    color: #f17920;
    padding: 0 0 10px; }
  #area .map-box .area08 {
    background: #fff;
    border: 2px solid #f07979;
    padding: 15px;
    width: 210px;
    position: absolute;
    box-sizing: content-box;
    bottom: 0px;
    left: 171px;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    overflow: hidden; }
  #area .map-box .area08 h3 {
    font-size: 20px;
    text-align: center;
    color: #f07979;
    padding: 0 0 10px; }
  #area .map-box .area09 {
    background: #fff;
    border: 2px solid #f37f9d;
    padding: 15px;
    width: 210px;
    position: absolute;
    box-sizing: content-box;
    bottom: 240px;
    left: 0px;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    overflow: hidden; }
  #area .map-box .area09 h3 {
    font-size: 20px;
    text-align: center;
    color: #f37f9d;
    padding: 0 0 10px; }
  #area .map-box ul {
    overflow: hidden; }
  #area .map-box li {
    float: left;
    padding: 0 5px 10px; }
  #area .map-box li a {
    font-size: 14px;
    color: #111;
    font-weight: bold; }
  #area .map-box li a:hover {
    text-decoration: none;
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
    opacity: 0.7;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s; }

/* modalbox */
.map-modalbox {
  width: 450px;
  background: #fff;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  overflow: hidden; }

.map-modalbox a:hover {
  text-decoration: none;
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  opacity: 0.7;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s; }

.map-modalbox h3 {
  background: #0a67ad;
  color: #fff;
  font-weight: bold;
  padding: 10px 15px; }

.map-modalbox .innerBox {
  padding: 30px; }

.map-modalbox .innerBox .m-eventbox a {
  display: block;
  background: #00a855;
  color: #fff;
  padding: 25px 0;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  overflow: hidden;
  margin: 0 0 15px;
  position: relative; }

.map-modalbox .innerBox .m-eventbox a:after {
  position: absolute;
  top: 50%;
  right: 10px;
  font-size: 9px;
  content: "";
  font-family: "icomoon",sans-serif;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #fff !important; }

.map-modalbox .innerBox .m-eventbox span {
  font-size: 26px; }

.map-modalbox .innerBox .m-tyuumokubox a {
  display: block;
  border: 1px solid #0a67ad;
  padding: 15px 0;
  text-align: center;
  font-weight: bold;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  overflow: hidden;
  vertical-align: middle;
  margin: 0 0 15px;
  position: relative; }

.map-modalbox .innerBox .m-tyuumokubox a:after {
  position: absolute;
  top: 50%;
  right: 10px;
  font-size: 9px;
  content: "";
  font-family: "icomoon",sans-serif;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #0a67ad !important; }

.map-modalbox .innerBox .m-reportbox a {
  display: block;
  border: 1px solid #0a67ad;
  padding: 15px 0;
  text-align: center;
  font-weight: bold;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  overflow: hidden;
  margin: 0 0 20px;
  position: relative; }

.map-modalbox .innerBox .m-reportbox a:after {
  position: absolute;
  top: 50%;
  right: 10px;
  font-size: 9px;
  content: "";
  font-family: "icomoon",sans-serif;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #0a67ad !important; }

.map-modalbox .innerBox .m-tyuumokubox span,
.map-modalbox .innerBox .m-reportbox span {
  font-size: 18px; }

.map-modalbox .innerBox p {
  text-align: center;
  clear: both;
  padding: 0 0 12px;
  font-weight: bold; }

.map-modalbox .innerBox .m-btn a {
  display: block;
  background: #0a67ad;
  color: #fff !important;
  padding: 15px 0;
  text-align: center;
  font-weight: bold;
  width: 300px;
  margin: 10px auto 0;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  position: relative; }

.map-modalbox .innerBox .m-btn a:after {
  position: absolute;
  top: 50%;
  right: 10px;
  font-size: 9px;
  content: "";
  font-family: "icomoon",sans-serif;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #fff !important; }

/* top map スマホ */
.map__contents--sp {
  display: none; }
  @media screen and (max-width: 768px) {
    .map__contents--sp {
      display: block;
      margin: 0 0 50px; } }

@media all and (min-width: 0px) and (max-width: 768px) {
  .map-container {
    background: #fff;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    overflow: hidden;
    margin: 30px 0; }

  .map-container .area-box-inner {
    display: none; }

  .map-container .area-event {
    text-align: center;
    background: #FFEC39;
    color: #111;
    font-weight: bold;
    padding: 15px 40px;
    line-height: 1.4; }

  .map-container .area-event span {
    display: block;
    font-size: 30px;
    font-weight: bold; }

  .area-box h3 {
    border-bottom: 1px solid #eee;
    padding: 17px 15px;
    font-size: 18px;
    cursor: pointer; }

  .area-box h3.open {
    background: url(../img/map_icon_open01.png) center right 10px no-repeat; }

  .area-box h3.close {
    background: url(../img/map_icon_close01.png) center right 10px no-repeat; }

  .area-box h4 {
    border-bottom: 1px solid #eee;
    padding: 10px 20px;
    font-size: 16px;
    cursor: pointer; }

  .area-box h4.open {
    background: none !important; }

  .area-box h4.close {
    background: none !important; }

  .event-box-inner {
    padding: 30px;
    display: none;
    border-bottom: 1px solid #ddd; }

  .event-box-inner .m-eventbox a {
    display: block;
    background: #00a855;
    color: #fff;
    padding: 25px 0;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    overflow: hidden;
    margin: 0 0 15px;
    position: relative; }

  .event-box-inner .m-eventbox a:after {
    position: absolute;
    top: 50%;
    right: 10px;
    font-size: 9px;
    content: "";
    font-family: "icomoon",sans-serif;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #fff !important; }

  .event-box-inner .m-eventbox span {
    font-size: 22px; }

  .event-box-inner .m-tyuumokubox a {
    display: block;
    border: 1px solid #0a67ad;
    padding: 15px 0;
    text-align: center;
    font-weight: bold;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    overflow: hidden;
    vertical-align: middle;
    margin: 0 0 15px;
    position: relative; }

  .event-box-inner .m-tyuumokubox a:after {
    position: absolute;
    top: 50%;
    right: 10px;
    font-size: 9px;
    content: "";
    font-family: "icomoon",sans-serif;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #0a67ad !important; }

  .event-box-inner .m-reportbox a {
    display: block;
    border: 1px solid #0a67ad;
    padding: 15px 0;
    text-align: center;
    font-weight: bold;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    overflow: hidden;
    margin: 0 0 20px;
    position: relative; }

  .event-box-inner .m-reportbox a:after {
    position: absolute;
    top: 50%;
    right: 10px;
    font-size: 9px;
    content: "";
    font-family: "icomoon",sans-serif;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #0a67ad !important; }

  .event-box-inner .m-tyuumokubox span,
  .event-box-inner .m-reportbox span {
    font-size: 18px; }

  .event-box-inner p {
    text-align: center;
    clear: both;
    padding: 0 0 12px;
    font-weight: bold; }

  .event-box-inner .m-btn a {
    display: block;
    background: #0a67ad;
    color: #fff !important;
    padding: 15px 0;
    text-align: center;
    font-weight: bold;
    width: 300px;
    margin: 10px auto 0;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    position: relative; }

  .event-box-inner .m-btn a:after {
    position: absolute;
    top: 50%;
    right: 10px;
    font-size: 9px;
    content: "";
    font-family: "icomoon",sans-serif;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #fff !important; }

  .mapvisual {
    margin-bottom: 16px; }

  .mapvisual img {
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px; } }
/**/
/* kanren */
.top__kanren--btnbox {
  display: flex;
  justify-content: center; }
  @media screen and (max-width: 600px) {
    .top__kanren--btnbox {
      display: block; } }
  .top__kanren--btnbox .top__btn--boader {
    width: 400px; }
    @media screen and (max-width: 600px) {
      .top__kanren--btnbox .top__btn--boader {
        width: 100%;
        margin: 0 0 20px; } }
    .top__kanren--btnbox .top__btn--boader a {
      border-bottom: 3px solid #3164BD;
      padding: 15px 10px;
      display: block;
      font-weight: bold;
      color: #3164BD;
      font-size: 1.6rem;
      background: url("../img/renew_icon_arrow_blue.svg") center right 10px no-repeat; }
      @media screen and (max-width: 600px) {
        .top__kanren--btnbox .top__btn--boader a {
          font-size: 1.4rem;
          border-bottom: 2px solid #3164BD; } }

.top__kanren--img {
  margin: 50px 0 0; }
  .top__kanren--img img {
    border-radius: 8px;
    overflow: hidden;
    border: 1px solid #eee; }

/* contact */
.top__contact--box {
  border: 3px solid #3164BD;
  padding: 50px 0 30px;
  border-radius: 8px;
  text-align: center; }
  @media screen and (max-width: 600px) {
    .top__contact--box {
      padding: 30px 30px 10px; } }
  .top__contact--box h3 {
    font-size: 2.2rem;
    margin: 0 0 15px;
    color: #3164BD; }
    @media screen and (max-width: 600px) {
      .top__contact--box h3 {
        font-size: 1.8rem; } }
  @media screen and (max-width: 600px) {
    .top__contact--box p {
      font-size: 1.3rem; } }
  .top__contact--box .btn__contact a {
    max-width: 450px;
    margin: 30px auto 15px;
    background: #3164BD url("../img/renew_icon_arrow_white.svg") center right 20px no-repeat;
    text-align: center;
    color: #fff;
    border-radius: 50px;
    padding: 20px;
    box-sizing: border-box;
    font-weight: bold;
    display: block;
    font-size: 1.8rem; }
    @media screen and (max-width: 600px) {
      .top__contact--box .btn__contact a {
        background: #3164BD url("../img/renew_icon_arrow_white.svg") center right 15px no-repeat;
        font-size: 1.4rem; } }
  .top__contact--box p a {
    text-decoration: underline; }

/* top banner */
.top__banner {
  display: flex;
  flex-wrap: wrap;
  width: 102%;
  margin: 50px 0 0 -1%; }
  @media screen and (max-width: 768px) {
    .top__banner {
      margin: 30px 0 0 -1%; } }
  @media screen and (max-width: 600px) {
    .top__banner {
      margin: 30px 0 0 -1%; } }
  .top__banner--item {
    width: 18%;
    margin: 0 1% 3%; }
    @media screen and (max-width: 768px) {
      .top__banner--item {
        width: 31.3%;
        margin: 0 1% 3%; } }
    @media screen and (max-width: 600px) {
      .top__banner--item {
        width: 48%;
        margin: 0 1% 3%; } }
    .top__banner--item img {
      width: 100%;
      height: auto;
      overflow: hidden;
      border-radius: 6px;
      border: 1px solid #ddd;
      box-sizing: border-box; }

/* col */
.top__colbox2--between {
  display: flex;
  flex-wrap: wrap;
  width: 104%;
  margin: 0 0 0 -1.5%; }
  @media screen and (max-width: 600px) {
    .top__colbox2--between {
      display: block;
      width: 100%;
      margin: 0; } }
  .top__colbox2--between .top__colbox--item {
    margin: 0 1.5% 4%;
    width: 47%; }
    @media screen and (max-width: 600px) {
      .top__colbox2--between .top__colbox--item {
        width: 100%;
        margin: 0 0 25px; } }
    .top__colbox2--between .top__colbox--item a {
      color: #111;
      display: flex;
      justify-content: space-between;
      align-items: flex-start; }
    .top__colbox2--between .top__colbox--item .img {
      width: 300px;
      height: auto;
      aspect-ratio: 16 / 10;
      border-radius: 8px;
      position: relative;
      overflow: hidden;
      border: 1px solid #ddd;
      box-sizing: border-box; }
      @media screen and (max-width: 600px) {
        .top__colbox2--between .top__colbox--item .img {
          width: 200px; } }
      .top__colbox2--between .top__colbox--item .img img {
        width: 100%;
        height: auto;
        max-width: 100%;
        max-height: none;
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%); }
    @supports (object-fit: cover) {
      .top__colbox2--between .top__colbox--item .img img {
        position: static;
        height: 100%;
        width: 100%;
        object-fit: cover;
        -ms-transform: none;
        -webkit-transform: none;
        transform: none; } }
    .top__colbox2--between .top__colbox--item .txt {
      width: calc(100% - 150px);
      margin: 0 0 0 20px; }
      .top__colbox2--between .top__colbox--item .txt h3 {
        font-size: 1.4rem;
        font-weight: 500;
        margin: 0 0 10px;
        line-height: 1.7; }
      .top__colbox2--between .top__colbox--item .txt .day {
        font-size: 1.2rem; }
        .top__colbox2--between .top__colbox--item .txt .day span {
          color: #3164BD;
          margin: 0 0 0 10px; }

.top__colbox2 {
  display: flex;
  flex-wrap: wrap;
  width: 104%;
  margin: 0 0 0 -1.5%; }
  @media screen and (max-width: 600px) {
    .top__colbox2 {
      display: block;
      width: 100%;
      margin: 0; } }
  .top__colbox2 .top__colbox--item:first-child {
    margin: 0 1.5% 4%;
    width: 47%; }
    @media screen and (max-width: 600px) {
      .top__colbox2 .top__colbox--item:first-child {
        width: 100%;
        margin: 0 0 25px; } }
    .top__colbox2 .top__colbox--item:first-child .img {
      width: 100%;
      height: auto;
      aspect-ratio: 16 / 10;
      border-radius: 8px;
      position: relative;
      overflow: hidden;
      border: 1px solid #ddd;
      box-sizing: border-box; }
  .top__colbox2 .top__colbox--item:nth-child(2) {
    margin: 0 1.5% 4%;
    width: 47%; }
    @media screen and (max-width: 600px) {
      .top__colbox2 .top__colbox--item:nth-child(2) {
        width: 100%;
        margin: 0 0 25px; } }
    .top__colbox2 .top__colbox--item:nth-child(2) .img {
      width: 100%;
      height: auto;
      aspect-ratio: 16 / 10;
      border-radius: 8px;
      position: relative;
      overflow: hidden;
      border: 1px solid #ddd;
      box-sizing: border-box; }
  .top__colbox2 .top__colbox--item {
    margin: 0 1.5% 4%;
    width: 30%; }
    @media screen and (max-width: 600px) {
      .top__colbox2 .top__colbox--item {
        width: 100%;
        margin: 0 0 25px; } }
    .top__colbox2 .top__colbox--item a {
      color: #111; }
    .top__colbox2 .top__colbox--item .img {
      width: 100%;
      height: auto;
      aspect-ratio: 16 / 10;
      border-radius: 8px;
      position: relative;
      overflow: hidden;
      border: 1px solid #ddd;
      box-sizing: border-box; }
      .top__colbox2 .top__colbox--item .img img {
        width: 100%;
        height: auto;
        max-width: 100%;
        max-height: none;
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%); }
    @supports (object-fit: cover) {
      .top__colbox2 .top__colbox--item .img img {
        position: static;
        height: 100%;
        width: 100%;
        object-fit: cover;
        -ms-transform: none;
        -webkit-transform: none;
        transform: none; } }
    .top__colbox2 .top__colbox--item .txt {
      margin: 20px 0 0; }
      .top__colbox2 .top__colbox--item .txt h3 {
        font-size: 1.4rem;
        font-weight: 500;
        margin: 0 0 20px;
        line-height: 1.7; }
      .top__colbox2 .top__colbox--item .txt .day {
        font-size: 1.2rem; }
        .top__colbox2 .top__colbox--item .txt .day span {
          color: #3164BD;
          margin: 0 0 0 10px; }

.top__colbox3 {
  display: flex;
  flex-wrap: wrap;
  width: 104%;
  margin: 0 0 0 -1.5%; }
  @media screen and (max-width: 600px) {
    .top__colbox3 {
      display: block;
      width: 100%;
      margin: 0; } }
  .top__colbox3 .top__colbox--item {
    margin: 0 1.5% 4%;
    width: 30%; }
    @media screen and (max-width: 600px) {
      .top__colbox3 .top__colbox--item {
        width: 100%;
        margin: 0 0 25px; } }
    .top__colbox3 .top__colbox--item a {
      color: #111; }
    .top__colbox3 .top__colbox--item .img {
      width: 100%;
      height: auto;
      aspect-ratio: 16 / 10;
      border-radius: 8px;
      position: relative;
      overflow: hidden;
      border: 1px solid #ddd;
      box-sizing: border-box; }
      .top__colbox3 .top__colbox--item .img img {
        width: 100%;
        height: auto;
        max-width: 100%;
        max-height: none;
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%); }
    @supports (object-fit: cover) {
      .top__colbox3 .top__colbox--item .img img {
        position: static;
        height: 100%;
        width: 100%;
        object-fit: cover;
        -ms-transform: none;
        -webkit-transform: none;
        transform: none; } }
    .top__colbox3 .top__colbox--item .txt {
      margin: 20px 0 0; }
      .top__colbox3 .top__colbox--item .txt h3 {
        font-size: 1.4rem;
        font-weight: 500;
        margin: 0 0 20px;
        line-height: 1.7; }
      .top__colbox3 .top__colbox--item .txt .day {
        font-size: 1.2rem; }
        .top__colbox3 .top__colbox--item .txt .day span {
          color: #3164BD; }

.top__colbox4 {
  display: flex;
  flex-wrap: wrap;
  width: 104%;
  margin: 0 0 0 -1.5%; }
  @media screen and (max-width: 600px) {
    .top__colbox4 {
      display: block;
      width: 100%;
      margin: 0; } }
  .top__colbox4 .top__colbox--item {
    margin: 0 1.5% 3%;
    width: 22%;
    position: relative; }
    @media screen and (max-width: 600px) {
      .top__colbox4 .top__colbox--item {
        width: 100%;
        margin: 0 0 25px; } }
    .top__colbox4 .top__colbox--item a {
      color: #111; }
    .top__colbox4 .top__colbox--item .img {
      width: 100%;
      height: auto;
      aspect-ratio: 16 / 10;
      border-radius: 8px;
      position: relative;
      overflow: hidden;
      border: 1px solid #ddd;
      box-sizing: border-box; }
      .top__colbox4 .top__colbox--item .img img {
        width: 100%;
        height: auto;
        max-width: 100%;
        max-height: none;
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%); }
      .top__colbox4 .top__colbox--item .img .icon__movie {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%); }
        .top__colbox4 .top__colbox--item .img .icon__movie img {
          width: 40px !important;
          height: auto !important; }
          @media screen and (max-width: 600px) {
            .top__colbox4 .top__colbox--item .img .icon__movie img {
              width: 50px !important; } }
    @supports (object-fit: cover) {
      .top__colbox4 .top__colbox--item .img img {
        position: static;
        height: 100%;
        width: 100%;
        object-fit: cover;
        -ms-transform: none;
        -webkit-transform: none;
        transform: none; } }
    .top__colbox4 .top__colbox--item .icon__area {
      width: 65px;
      height: 65px;
      background: #3164BD;
      border-radius: 100px;
      color: #fff;
      display: flex;
      justify-content: center;
      align-items: center;
      position: absolute;
      top: -30px;
      right: -15px;
      font-weight: bold;
      z-index: 99; }
      @media screen and (max-width: 768px) {
        .top__colbox4 .top__colbox--item .icon__area {
          width: 45px;
          height: 45px;
          font-size: 1.1rem;
          top: -15px;
          right: -15px; } }
      @media screen and (max-width: 600px) {
        .top__colbox4 .top__colbox--item .icon__area {
          width: 45px;
          height: 45px;
          font-size: 1.1rem; } }
    .top__colbox4 .top__colbox--item .txt {
      margin: 20px 0 0; }
      .top__colbox4 .top__colbox--item .txt h3 {
        font-size: 1.4rem;
        font-weight: 500;
        margin: 0 0 20px;
        line-height: 1.7; }
      .top__colbox4 .top__colbox--item .txt .day {
        font-size: 1.2rem; }
        .top__colbox4 .top__colbox--item .txt .day span {
          color: #3164BD; }

#special .top__colbox4 {
  display: flex;
  flex-wrap: wrap;
  width: 104%;
  margin: 0 0 0 -1.5%; }
  @media screen and (max-width: 600px) {
    #special .top__colbox4 {
      display: block;
      width: 100%;
      margin: 0; } }
  #special .top__colbox4 .top__colbox--item {
    margin: 0 1.5% 3%;
    width: 22%;
    position: relative; }
    @media screen and (max-width: 600px) {
      #special .top__colbox4 .top__colbox--item {
        width: 100%;
        margin: 0 0 25px; } }
    #special .top__colbox4 .top__colbox--item a {
      color: #111; }
    #special .top__colbox4 .top__colbox--item .img {
      width: 100%;
      height: auto;
      aspect-ratio: 16 / 7 !important;
      border-radius: 8px;
      position: relative;
      overflow: hidden;
      border: 1px solid #ddd;
      box-sizing: border-box; }
      #special .top__colbox4 .top__colbox--item .img img {
        width: 100%;
        height: auto;
        max-width: 100%;
        max-height: none;
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%); }
    @supports (object-fit: cover) {
      #special .top__colbox4 .top__colbox--item .img img {
        position: static;
        height: 100%;
        width: 100%;
        object-fit: cover;
        -ms-transform: none;
        -webkit-transform: none;
        transform: none; } }
    #special .top__colbox4 .top__colbox--item .icon__area {
      width: 65px;
      height: 65px;
      background: #3164BD;
      border-radius: 100px;
      color: #fff;
      display: flex;
      justify-content: center;
      align-items: center;
      position: absolute;
      top: -30px;
      right: -15px;
      font-weight: bold;
      z-index: 99; }
      @media screen and (max-width: 768px) {
        #special .top__colbox4 .top__colbox--item .icon__area {
          width: 45px;
          height: 45px;
          font-size: 1.1rem;
          top: -15px;
          right: -15px; } }
      @media screen and (max-width: 600px) {
        #special .top__colbox4 .top__colbox--item .icon__area {
          width: 45px;
          height: 45px;
          font-size: 1.1rem; } }
    #special .top__colbox4 .top__colbox--item .txt {
      margin: 20px 0 0; }
      #special .top__colbox4 .top__colbox--item .txt h3 {
        font-size: 1.4rem;
        font-weight: 500;
        margin: 0 0 20px;
        line-height: 1.7; }
      #special .top__colbox4 .top__colbox--item .txt .day {
        font-size: 1.2rem; }
        #special .top__colbox4 .top__colbox--item .txt .day span {
          color: #3164BD; }

#movie .top__colbox4 {
  display: flex;
  flex-wrap: wrap;
  width: 104%;
  margin: 0 0 0 -1.5%; }
  @media screen and (max-width: 600px) {
    #movie .top__colbox4 {
      display: block;
      width: 100%;
      margin: 0; } }
  #movie .top__colbox4 .top__colbox--item {
    margin: 0 1.5% 3%;
    width: 22%;
    position: relative; }
    @media screen and (max-width: 600px) {
      #movie .top__colbox4 .top__colbox--item {
        width: 100%;
        margin: 0 0 25px; } }
    #movie .top__colbox4 .top__colbox--item a {
      color: #111; }
    #movie .top__colbox4 .top__colbox--item .img {
      width: 100%;
      height: auto;
      aspect-ratio: 16 / 9 !important;
      border-radius: 8px;
      position: relative;
      overflow: hidden;
      border: 1px solid #ddd;
      box-sizing: border-box; }
      #movie .top__colbox4 .top__colbox--item .img img {
        width: 100%;
        height: auto;
        max-width: 100%;
        max-height: none;
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%); }
    @supports (object-fit: cover) {
      #movie .top__colbox4 .top__colbox--item .img img {
        position: static;
        height: 100%;
        width: 100%;
        object-fit: cover;
        -ms-transform: none;
        -webkit-transform: none;
        transform: none; } }
    #movie .top__colbox4 .top__colbox--item .icon__area {
      width: 65px;
      height: 65px;
      background: #3164BD;
      border-radius: 100px;
      color: #fff;
      display: flex;
      justify-content: center;
      align-items: center;
      position: absolute;
      top: -30px;
      right: -15px;
      font-weight: bold;
      z-index: 99; }
      @media screen and (max-width: 768px) {
        #movie .top__colbox4 .top__colbox--item .icon__area {
          width: 45px;
          height: 45px;
          font-size: 1.1rem;
          top: -15px;
          right: -15px; } }
      @media screen and (max-width: 600px) {
        #movie .top__colbox4 .top__colbox--item .icon__area {
          width: 45px;
          height: 45px;
          font-size: 1.1rem; } }
    #movie .top__colbox4 .top__colbox--item .txt {
      margin: 20px 0 0; }
      #movie .top__colbox4 .top__colbox--item .txt h3 {
        font-size: 1.4rem;
        font-weight: 500;
        margin: 0 0 20px;
        line-height: 1.7; }
      #movie .top__colbox4 .top__colbox--item .txt .day {
        font-size: 1.2rem; }
        #movie .top__colbox4 .top__colbox--item .txt .day span {
          color: #3164BD; }

/* btn */
.btn__area--link {
  text-align: center; }

.link__pdf {
  background: url("../img/renew_icon_pdf.svg") center right no-repeat;
  background-size: 15px auto;
  padding: 5px 20px 5px 0; }
  @media screen and (max-width: 600px) {
    .link__pdf {
      font-size: 1.3rem; } }

.btn__more a {
  background: #EDF5FC url("../img/renew_icon_arrow_blue.svg") center right 20px no-repeat;
  text-align: center;
  color: #3164BD;
  border-radius: 50px;
  padding: 20px;
  box-sizing: border-box;
  font-weight: bold;
  display: block;
  font-size: 1.6rem; }
  @media screen and (max-width: 600px) {
    .btn__more a {
      background: #EDF5FC url("../img/renew_icon_arrow_blue.svg") center right 15px no-repeat;
      font-size: 1.4rem; } }

.btn__more--white a {
  background: #fff url("../img/renew_icon_arrow_blue.svg") center right 20px no-repeat;
  text-align: center;
  color: #3164BD;
  border-radius: 50px;
  padding: 20px;
  box-sizing: border-box;
  font-weight: bold;
  display: block;
  font-size: 1.6rem; }
  @media screen and (max-width: 600px) {
    .btn__more--white a {
      background: #fff url("../img/renew_icon_arrow_blue.svg") center right 15px no-repeat;
      font-size: 1.4rem; } }

.btn__more--blue a {
  max-width: 500px;
  font-size: 1.8rem;
  margin: 0 auto;
  background: #3164BD url("../img/renew_icon_arrow_white.svg") center right 20px no-repeat;
  text-align: center;
  color: #fff;
  border-radius: 50px;
  padding: 20px;
  box-sizing: border-box;
  font-weight: bold;
  display: block; }
  @media screen and (max-width: 600px) {
    .btn__more--blue a {
      background: #3164BD url("../img/renew_icon_arrow_white.svg") center right 15px no-repeat;
      font-size: 1.4rem; } }

/*

 second detail
-----------------------------------*/
/* bg */
#contents > .animation_layer {
  display: none !important; }

.sea-surface {
  display: none !important; }

.bubble {
  display: none !important; }

#contents {
  position: relative;
  background-color: #ECF9FF !important;
  background: url("../img/renew_wave08.png");
  background-size: auto 9px;
  background-repeat: repeat-x;
  background-position: left top;
  z-index: 1; }

#contents:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: auto;
  bottom: auto;
  left: 0;
  background-image: none;
  background-repeat: repeat, repeat;
  /*-webkit-animation-name: anime1;
  -moz-animation-name: anime1;
  -ms-animation-name: anime1;
  -o-animation-name: anime1;
  animation-name: anime1;
  -webkit-animation-duration: 50s;
  -moz-animation-duration: 50s;
  -ms-animation-duration: 50s;
  -o-animation-duration: 50s;
  animation-duration: 50s;
  -webkit-animation-timing-function: linear;
  -moz-animation-timing-function: linear;
  -ms-animation-timing-function: linear;
  -o-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  -ms-animation-iteration-count: infinite;
  -o-animation-iteration-count: infinite;
  animation-iteration-count: infinite;*/ }

#contents:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: auto;
  bottom: auto;
  left: 0;
  background-image: none;
  background-repeat: repeat, repeat;
  /*-webkit-animation-name: anime2;
  -moz-animation-name: anime2;
  -ms-animation-name: anime2;
  -o-animation-name: anime2;
  animation-name: anime2;
  -webkit-animation-duration: 60s;
  -moz-animation-duration: 60s;
  -ms-animation-duration: 60s;
  -o-animation-duration: 60s;
  animation-duration: 60s;
  -webkit-animation-timing-function: linear;
  -moz-animation-timing-function: linear;
  -ms-animation-timing-function: linear;
  -o-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  -ms-animation-iteration-count: infinite;
  -o-animation-iteration-count: infinite;
  animation-iteration-count: infinite;*/ }

/*

 main
-----------------------------------*/
.l-content {
  width: 100%;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  padding: 50px 0 0;
  box-sizing: border-box;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s; }
  @media screen and (max-width: 1280px) {
    .l-content {
      padding: 50px 40px 0; } }
  @media screen and (max-width: 1180px) {
    .l-content {
      padding: 50px 30px 0; } }
  @media screen and (max-width: 600px) {
    .l-content {
      padding: 0; } }

.l-content .main {
  width: 67%; }
  @media screen and (max-width: 1180px) {
    .l-content .main {
      width: 65%; } }
  @media screen and (max-width: 1024px) {
    .l-content .main {
      width: 100%; } }
  @media screen and (max-width: 600px) {
    .l-content .main {
      padding: 0 20px; } }

.l-content .side {
  overflow: hidden;
  float: right;
  width: 330px; }
  @media screen and (max-width: 1180px) {
    .l-content .side {
      width: 30%; } }
  @media screen and (max-width: 1024px) {
    .l-content .side {
      width: auto;
      margin: 50px 20px 0; } }

.contents__main--ttl {
  font-size: 3rem;
  padding: 0 0 20px;
  color: #3164BD; }
  @media screen and (max-width: 600px) {
    .contents__main--ttl {
      font-size: 2rem;
      padding: 10px 0 15px; } }

.itemText__title {
  font-size: 1.7rem;
  line-height: 1.6;
  font-weight: bold;
  margin-bottom: 16px;
  color: #444; }
  @media screen and (max-width: 768px) {
    .itemText__title {
      font-size: 1.3rem; } }

@media screen and (max-width: 1024px) {
  .horizonThumbnailLists__item {
    padding-bottom: 20px;
    margin-bottom: 20px; } }

@media screen and (max-width: 1024px) {
  .horizonThumbnailLists__thumbnail {
    width: 35% !important; } }

.horizonThumbnailLists__thumbnail img {
  width: 100%;
  height: auto;
  border-radius: 8px; }

.horizonThumbnailLists__thumbnail:after {
  position: absolute;
  left: 0;
  bottom: -1px;
  content: "";
  display: block;
  width: 100%;
  height: 0;
  padding-top: 5.24%;
  background-image: none;
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: 100% auto; }

@media screen and (max-width: 1024px) {
  .horizonThumbnailLists__text {
    width: calc(100% - 35%); } }

.c-post-archive .post-item {
  width: 47.63%;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
  background-color: #fff;
  margin-bottom: 30px;
  overflow: hidden; }
  @media screen and (max-width: 600px) {
    .c-post-archive .post-item {
      width: 100%; } }

@media screen and (max-width: 600px) {
  .event-info {
    margin: 10px 0; } }

.event-info dl {
  display: table;
  font-size: 13px;
  line-height: 1.4;
  color: #444444;
  margin-bottom: 4px; }

.event-info dl:last-child {
  margin-bottom: 0; }

.event-info dl dt {
  display: table-cell;
  vertical-align: top;
  width: 6em;
  padding: 2px 0;
  /*background: #e5e5e5;*/
  text-align: left;
  font-weight: bold; }

.event-info dl dd {
  vertical-align: top;
  display: table-cell;
  padding: 2px 0; }

#eventsearch-list {
  padding: 50px 0 0;
  margin: 0px 0 0; }

@media screen and (max-width: 600px) {
  .post-item__content {
    padding: 0 15px 15px !important; } }

/* event */
.c-post-archive .post-item__thumbnail {
  width: 100%;
  position: relative;
  margin: 0 0 20px; }

.c-post-archive .post-item__thumbnail:after {
  content: "";
  display: block;
  position: absolute;
  top: auto;
  right: auto;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 0;
  padding-top: 5.24%;
  background-image: none !important;
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: 100% auto; }

.event__report--tab-archive {
  display: flex;
  margin: 0 0 30px; }

.event__report--tab-archive-item {
  width: 25%; }
  .event__report--tab-archive-item a {
    width: 100%;
    display: block;
    text-align: center;
    padding: 20px 0;
    font-weight: bold;
    border-bottom: 4px solid #C0D4EE;
    font-size: 16px; }
    @media screen and (max-width: 600px) {
      .event__report--tab-archive-item a {
        font-size: 13px; } }
  .event__report--tab-archive-item a.current {
    pointer-events: none;
    border-bottom: 4px solid #3164BD;
    font-size: 16px; }
    @media screen and (max-width: 600px) {
      .event__report--tab-archive-item a.current {
        font-size: 13px; } }

/*
.pankuzu {
  max-width: 100%;
  padding:22px 30px;
  margin-bottom: 50px;
  background: #3164BC;
  border-radius: 10px;
}

.pankuzu-item {
  display: inline-block;
  font-size: 12px;
}


.pankuzu-item a,
.pankuzu-item{
	color:#fff !important;
	font-size: 1.5rem;
	
}

.pankuzu-item a:after {
  font-size: 10px;
  content: "";
  font-family: "icomoon",sans-serif;
  margin-right: 1.4em;
  margin-left: 1.4em;
  color:#fff !important;	
}
*/
.pankuzu-item a:after {
  font-size: 0;
  content: "";
  font-family: none;
  margin-right: auto;
  margin-left: auto; }

.pankuzu-item--home a:before {
  font-size: 0;
  content: "";
  font-family: none;
  margin-right: 0; }

/* パンクズ文字制限 */
.pankuzu-item:last-child {
  width: 700px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; }
  @media screen and (max-width: 1024px) {
    .pankuzu-item:last-child {
      width: 450px; } }
  @media screen and (max-width: 768px) {
    .pankuzu-item:last-child {
      width: 300px; } }
  @media screen and (max-width: 600px) {
    .pankuzu-item:last-child {
      width: 150px; } }

.pankuzu {
  list-style: none;
  overflow: hidden;
  font-weight: bold;
  background: #3164BD;
  padding: 0;
  border-radius: 8px;
  color: #fff !important;
  margin: 0 0 50px;
  display: flex; }
  @media screen and (max-width: 600px) {
    .pankuzu {
      margin: 0 20px 30px; } }

.pankuzu li {
  align-items: center;
  color: #fff !important;
  font-size: 15px !important; }
  @media screen and (max-width: 600px) {
    .pankuzu li {
      font-size: 10px !important; } }

.pankuzu li a {
  color: #fff;
  text-decoration: none;
  padding: 19px 10px 19px 55px;
  background: #477AD4;
  position: relative;
  display: block;
  font-size: 15px !important;
  filter: alpha(opacity=100) !important;
  -moz-opacity: 1 !important;
  opacity: 1 !important;
  -moz-transition: all 0s !important !important;
  -o-transition: all 0s;
  -webkit-transition: all 0s !important;
  transition: all 0s !important; }
  @media screen and (max-width: 600px) {
    .pankuzu li a {
      padding: 12px 0 12px 35px;
      font-size: 10px !important; } }

.pankuzu li a:after {
  content: " ";
  display: block;
  width: 0;
  height: 0;
  border-top: 50px solid transparent;
  border-bottom: 50px solid transparent;
  border-left: 30px solid #477AD4;
  position: absolute;
  top: 50%;
  margin-top: -50px;
  left: 100%;
  z-index: 2; }
  @media screen and (max-width: 768px) {
    .pankuzu li a:after {
      border-left: 20px solid #477AD4; } }

.pankuzu li a:before {
  content: " ";
  display: block;
  width: 0;
  height: 0;
  border-top: 50px solid transparent;
  border-bottom: 50px solid transparent;
  border-left: 30px solid #ECF9FF;
  position: absolute;
  top: 50%;
  margin-top: -50px;
  margin-left: 3px;
  left: 100%;
  z-index: 1; }
  @media screen and (max-width: 768px) {
    .pankuzu li a:before {
      border-left: 20px solid #ECF9FF;
      margin-left: 2px; } }

.pankuzu li:first-child a {
  padding-left: 27px;
  background: #477AD4; }
  @media screen and (max-width: 600px) {
    .pankuzu li:first-child a {
      padding-left: 15px; } }

.pankuzu li:last-child {
  background: transparent !important;
  color: #fff;
  pointer-events: none;
  cursor: default;
  padding: 19px 10px 19px 55px; }
  @media screen and (max-width: 600px) {
    .pankuzu li:last-child {
      padding: 12px 5px 12px 35px; } }

.pankuzu li:last-child a:before {
  border: 0; }

.pankuzu li:last-child a:after {
  border: 0; }

.pankuzu li a:hover {
  background: #3164BD !important;
  filter: alpha(opacity=100) !important;
  -moz-opacity: 1 !important;
  opacity: 1 !important;
  -moz-transition: all 0.3s !important !important;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s !important;
  transition: all 0.3s !important; }

.pankuzu li a:hover:after {
  border-left-color: #3164BD !important;
  filter: alpha(opacity=100) !important;
  -moz-opacity: 1 !important;
  opacity: 1 !important;
  -moz-transition: all 0.3s !important !important;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s !important;
  transition: all 0.3s !important; }

.wp-pagenavi {
  text-align: center;
  margin-top: 70px; }

.wp-pagenavi .page {
  display: inline-block;
  width: 36px;
  height: 36px;
  font-size: 16px;
  line-height: 36px;
  margin-right: 8px;
  background-color: #fff;
  border-radius: 6px;
  cursor: pointer; }

.wp-pagenavi .page a {
  display: block; }

.wp-pagenavi span {
  display: inline-block;
  width: 36px;
  height: 36px;
  font-size: 16px;
  line-height: 36px;
  margin-right: 8px; }

.wp-pagenavi .current {
  background-color: #3164BC;
  color: #fff;
  border-radius: 6px; }

.wp-pagenavi .extend:after {
  display: block;
  content: "…";
  background-color: transparent; }

/* partner */
.search__partner {
  width: 320px;
  height: 32px;
  line-height: 1;
  background: #fff;
  border: 2px solid #3164BC;
  -webkit-border-radius: 2px 0 0 2px;
  -moz-border-radius: 2px 0 0 2px;
  -ms-border-radius: 2px 0 0 2px;
  border-radius: 2px 0 0 2px;
  outline: none;
  padding-left: 12px; }

.search__partner__container {
  font-size: 12px;
  height: 46px;
  padding: 8px 16px;
  margin: 0px 0px 15px 0px;
  background: #3164BC;
  border-radius: 0px 0px 8px 8px; }

.search__partner__box {
  float: left; }

.search__partner__box span {
  color: #fff;
  font-weight: bold; }

.search__partner__count {
  margin-top: 10px;
  float: right;
  color: #fff;
  font-weight: bold; }

ul.partner__list li {
  list-style: none;
  padding: 0 20px 40px;
  display: inline-block;
  width: 49%;
  line-height: 180%;
  vertical-align: top; }

ul.partner__list li.dan {
  width: 100%; }

h2 {
  margin-bottom: 10px !important; }

.tab-nav-item.current {
  border: 2px solid #3164BC;
  background: #3164BC; }

.tab-nav-item.current a {
  color: #fff;
  border-radius: 6px 6px 0 0 !important; }

.tab-nav-item a {
  border-radius: 6px 6px 0 0 !important; }

.tab-nav-item {
  position: relative;
  display: table-cell;
  vertical-align: middle;
  line-height: 1.2;
  background: #fff;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  border-radius: 6px 6px 0 0 !important; }

.tab-nav {
  height: 46px;
  margin-bottom: 0px !important; }

div.thumbnail-icon-news {
  background: #3164bc !important;
  border-radius: 0 8px 0 8px !important; }

div.thumbnail-icon-eventinfo {
  background: #ed7070 !important;
  border-radius: 0 8px 0 8px !important; }

div.thumbnail-icon-grant {
  background: #00b3da !important;
  border-radius: 0 8px 0 8px !important; }

div.thumbnail-icon-special {
  background: #f49600 !important;
  border-radius: 0 8px 0 8px !important; }

div.thumbnail-icon-eventsearch {
  background: #00aa4a !important;
  border-radius: 0 8px 0 8px !important; }

@media screen and (max-width: 720px) {
  .search__partner__container {
    height: 90px;
    position: relative;
    font-size: 12px;
    height: 70px;
    margin: 0px 0px 15px 0px;
    background: #3164BC;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    border-radius: 2px; }

  .search__partner {
    position: absolute;
    left: 8px;
    top: 30px;
    margin: 0px;
    width: calc(100% - 20px);
    display: block; }

  .search__partner__box span {
    margin-top: 0px;
    position: absolute;
    top: 10px;
    left: 13px;
    display: block; }

  .search__partner__count {
    margin-top: 0px;
    position: absolute;
    top: 10px;
    right: 10px; }

  ul.partner__list li {
    padding: 10px 0px 10px;
    width: 100%;
    line-height: 180%;
    vertical-align: middle; }

  .tab-nav {
    height: 40px;
    margin-bottom: 10px !important; }

  .area-tab-table {
    margin-bottom: 0px; } }
.partner__link {
  text-align: right;
  margin: 0 0 15px; }

.areaListBox__partner {
  background: #fff;
  padding: 10px 30px;
  border-radius: 8px 8px 0 0;
  border: 2px solid #3164BD; }

.areaListBox__partner dt a {
  background: #3164BD;
  border-radius: 4px;
  padding: 5px 10px;
  box-sizing: border-box;
  text-align: center;
  color: #fff; }

.areaListBox__partner dt a.hokkaidou {
  padding: 5px 17px !important; }

.partner__area--ttl {
  font-size: 30px;
  color: #111;
  text-align: center;
  padding: 0 0 15px; }

/* ttl */
.white-contents-headline01 {
  font-size: 20px;
  color: #222222;
  text-align: center;
  padding-top: 15px;
  padding-bottom: 15px;
  margin-bottom: 32px;
  background-color: #F6F6F6; }

@media screen and (max-width: 720px) {
  .white-contents-headline01 {
    font-size: 18px;
    margin-bottom: 24px; } }
.white-contents-headline03 {
  font-size: 20px;
  color: #222222;
  text-align: left;
  padding: 15px 20px;
  margin-bottom: 20px !important;
  background-color: #F6F6F6; }
  @media screen and (max-width: 600px) {
    .white-contents-headline03 {
      font-size: 1.5rem; } }

.white-contents-headline04 {
  font-size: 19px;
  color: #222222;
  text-align: center;
  padding: 15px 20px 5px;
  margin: 0 0 20px !important; }
  @media screen and (max-width: 600px) {
    .white-contents-headline04 {
      font-size: 1.5rem; } }

.press__txt--bg-blue {
  background: #ECF1F9;
  padding: 20px 30px;
  border-radius: 6px;
  font-weight: bold; }

.contents__second p {
  font-size: 1.4rem;
  line-height: 1.8;
  margin: 0 0 20px; }

.category-tag-list div.cat-detail {
  padding: 0px 0px 16px 0px; }

.category-tag-list div.cat-list {
  border-top: 1px solid #E5E5E5;
  padding: 16px 0px 0px 0px;
  margin-top: 16px; }

.category-tag-list li {
  display: inline-block;
  margin-bottom: 4px;
  margin-right: 4px; }

.category-tag-list li a {
  display: block;
  color: #fff;
  font-size: 1.2rem;
  line-height: 1.8;
  padding-left: 6px;
  padding-right: 6px;
  background-color: #3164BC;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px; }

.category-tag-list li a:hover {
  background-color: #2c59a8; }

/* press */
.press__search .search {
  width: 100%;
  margin: -20px auto 20px; }
.press__search .search__input {
  width: 100%;
  height: 44px;
  line-height: 1;
  background: #fff;
  border: 2px solid #3164BC;
  color: #111;
  border-radius: 8px !important;
  outline: none;
  padding-left: 15px !important;
  padding-right: 46px;
  box-sizing: border-box; }
.press__search .search__button {
  position: absolute;
  top: 0;
  right: 0;
  bottom: auto;
  left: auto;
  font-size: 18px;
  font-family: "icomoon",sans-serif;
  color: #3164BC;
  width: 44px;
  height: 44px;
  background: none !important;
  border: none;
  border-radius: 0;
  outline: none; }

.press__contact {
  text-align: center;
  margin: 30px 0 50px; }

.press__eventlist {
  margin: 0 0 30px; }
  .press__eventlist li {
    display: flex;
    padding: 20px 0;
    border-bottom: 1px solid #eee; }
    @media screen and (max-width: 600px) {
      .press__eventlist li {
        display: block; } }
    .press__eventlist li .day {
      width: 80px;
      color: #959595;
      margin: 2px 15px 0 0; }
      @media screen and (max-width: 600px) {
        .press__eventlist li .day {
          margin: 0 0 10px; } }
    .press__eventlist li .ttl {
      width: calc(100% - 95px); }
      @media screen and (max-width: 600px) {
        .press__eventlist li .ttl {
          width: 100%; } }
      .press__eventlist li .ttl a {
        line-height: 1.6 !important; }
  .press__eventlist li:first-child {
    border-top: 1px solid #eee; }

.press__presskit {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0 0 50px; }
  @media screen and (max-width: 600px) {
    .press__presskit {
      display: block; } }
  .press__presskit--item {
    width: 48%;
    margin: 0 0 30px; }
    @media screen and (max-width: 600px) {
      .press__presskit--item {
        width: 100%; } }
    .press__presskit--item img {
      width: 100%;
      height: auto; }
    .press__presskit--item h3 {
      font-size: 16px;
      margin: 15px 0 20px;
      text-align: center;
      font-size: 1.4rem; }
    .press__presskit--item .btn__press--download a {
      background: #3164BD;
      text-align: center;
      color: #fff;
      padding: 10px;
      width: 200px;
      margin: 0 auto;
      box-sizing: border-box;
      border-radius: 50px;
      display: block;
      font-weight: bold; }
      @media screen and (max-width: 600px) {
        .press__presskit--item .btn__press--download a {
          padding: 15px;
          width: 80%;
          font-size: 1.3rem; } }

.btn__press--blue a {
  background: #3164BD;
  text-align: center;
  color: #fff;
  padding: 15px;
  width: 300px;
  margin: 0 auto 50px;
  box-sizing: border-box;
  border-radius: 50px;
  display: block;
  font-weight: bold;
  font-size: 1.6rem; }
  @media screen and (max-width: 600px) {
    .btn__press--blue a {
      width: 80%;
      font-size: 1.3rem; } }

.link__box {
  border: 1px solid #eee;
  padding: 20px;
  margin: 0 30px 15px;
  text-align: center;
  line-height: 1.6; }
  @media screen and (max-width: 600px) {
    .link__box {
      text-align: left;
      margin: 0 10px 15px; } }

.link__box--area {
  margin: 0 0 50px; }

.link__box--img {
  margin: 15px 0 0; }

/* hashtag */
.hashtag__sns--ttl {
  text-align: center;
  margin: 30px 0 0; }

.read__box--mailmagazine {
  max-width: 550px;
  margin: 0 auto 50px;
  text-align: center;
  background: #ecf9ff;
  padding: 30px;
  border-radius: 10px;
  border: 1px solid #3164BC; }
  .read__box--mailmagazine h3 {
    margin: 0 0 20px; }

.mailmagazine__flex {
  display: flex;
  justify-content: space-between; }
  @media screen and (max-width: 600px) {
    .mailmagazine__flex {
      display: block; } }

.mailmagazine__input {
  width: calc(100% - 170px);
  height: 44px;
  line-height: 1;
  background: #fff;
  border: 2px solid #3164BC;
  color: #111;
  border-radius: 8px !important;
  outline: none;
  padding-left: 15px !important;
  padding-right: 15px;
  box-sizing: border-box;
  margin: 0 auto 20px !important; }
  @media screen and (max-width: 600px) {
    .mailmagazine__input {
      width: 100%; } }

.mailmagazine__select {
  width: 150px;
  height: 44px;
  line-height: 1;
  background: #fff;
  border: 2px solid #3164BC;
  color: #111;
  border-radius: 8px !important;
  outline: none;
  padding-left: 15px !important;
  padding-right: 15px;
  box-sizing: border-box;
  margin: 0 auto 20px !important; }
  @media screen and (max-width: 600px) {
    .mailmagazine__select {
      width: 100%; } }

.btn__hashtag--twitter a {
  background: #3164BD;
  text-align: center;
  color: #fff;
  padding: 15px;
  width: 300px;
  margin: 0 auto 50px;
  box-sizing: border-box;
  border-radius: 50px;
  display: block;
  font-weight: bold;
  font-size: 1.6rem; }
  @media screen and (max-width: 600px) {
    .btn__hashtag--twitter a {
      width: 80%;
      font-size: 1.3rem; } }

.btn__hashtag--mailmagazine a {
  background: #3164BD;
  text-align: center;
  color: #fff;
  padding: 15px;
  width: 300px;
  margin: -20px auto 0;
  box-sizing: border-box;
  border-radius: 50px;
  display: block;
  font-weight: bold;
  font-size: 1.6rem; }
  @media screen and (max-width: 600px) {
    .btn__hashtag--mailmagazine a {
      width: 80%;
      font-size: 1.3rem; } }

.btn__hashtag--mailmagazine-cancel a {
  background: #DB3434;
  text-align: center;
  color: #fff;
  padding: 15px;
  width: 300px;
  margin: 0 auto 50px;
  box-sizing: border-box;
  border-radius: 50px;
  display: block;
  font-weight: bold;
  font-size: 1.6rem; }
  @media screen and (max-width: 600px) {
    .btn__hashtag--mailmagazine-cancel a {
      width: 80%;
      font-size: 1.3rem; } }

.error__txt {
  color: #f00;
  text-align: center;
  padding: 0 0 30px;
  display: block; }
  .error__txt p {
    padding: 0 !important;
    margin: 0 !important; }

.hashtag__sns {
  display: flex;
  justify-content: center;
  margin: 20px 0 40px; }
  .hashtag__sns--item {
    width: 60px;
    margin: 0 10px; }
    .hashtag__sns--item img {
      width: 100%;
      height: auto; }

.read__box--hashtag .white-contents {
  margin: 0 !important;
  padding: 0 !important; }

/*

 side
-----------------------------------*/
.side .search__input {
  width: 100%;
  height: 44px;
  line-height: 1;
  background: #fff;
  border: 2px solid #3164BC;
  border-radius: 8px !important;
  outline: none;
  padding-left: 15px !important;
  padding-right: 46px;
  box-sizing: border-box; }

.side .search__button {
  position: absolute;
  top: 0;
  right: 0;
  bottom: auto;
  left: auto;
  font-size: 18px;
  font-family: "icomoon",sans-serif;
  color: #3164BC;
  width: 44px;
  height: 44px;
  background: none !important;
  border: none;
  border-radius: 0;
  outline: none; }

/* common list */
.side__ttl {
  text-align: center;
  color: #fff;
  padding: 15px 0 10px;
  background: #3164BD;
  line-height: 1.0;
  font-weight: 600 !important; }

.side__listbox {
  border-radius: 8px;
  background: #fff;
  overflow: hidden;
  margin: 0 0 20px; }
  .side__listbox--inner {
    padding: 15px 15px 0; }
    @media screen and (max-width: 1024px) {
      .side__listbox--inner {
        display: flex;
        justify-content: space-between; } }
    @media screen and (max-width: 600px) {
      .side__listbox--inner {
        display: block;
        justify-content: none; } }
  @media screen and (max-width: 1024px) {
    .side__listbox--item {
      width: 49%; } }
  @media screen and (max-width: 600px) {
    .side__listbox--item {
      width: 100%; } }
  .side__listbox--item a {
    display: flex;
    margin: 0 0 15px;
    justify-content: space-between;
    color: #111; }
  .side__listbox--item-img {
    width: 120px;
    height: 80px;
    /*width:40%;*/
    border-radius: 6px;
    position: relative;
    overflow: hidden; }
  .side__listbox--item-img img {
    width: 100%;
    height: auto;
    max-width: 100%;
    max-height: none;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
  @supports (object-fit: cover) {
    .side__listbox--item-img img {
      position: static;
      height: 100%;
      width: 100%;
      object-fit: cover;
      -ms-transform: none;
      -webkit-transform: none;
      transform: none; } }
  .side__listbox--item-txt {
    width: calc(100% - 120px);
    padding: 0 0 0 15px;
    box-sizing: border-box;
    line-height: 1.6;
    font-size: 13px; }

.side__item {
  display: flex; }

/* tag */
.side-tag {
  margin-bottom: 5px; }

.side-tag .headline-side {
  font-size: 14px;
  text-align: left;
  color: #111; }

.side-tag .headline-side:before {
  content: "" !important;
  font-family: "icomoon",sans-serif;
  margin-right: 0px !important; }

.side-tag .headline-side:after {
  content: "" !important;
  font-family: "icomoon",sans-serif;
  margin-left: 0px !important; }

.side-tag .tag-list {
  background: 0;
  padding: 0;
  border-radius: 3px !important; }

.side-tag .tag-list li {
  display: inline-block;
  margin-bottom: 5px !important;
  margin-right: 5px !important; }

.side-tag .tag-list li a {
  display: block;
  color: #fff;
  font-size: 12px;
  line-height: 1.6;
  padding: 3px 7px 1px;
  background-color: #3164BC;
  border-radius: 3px; }

.side-tag .tag-list li a:hover {
  background-color: #2c59a8; }

/* banner */
@media screen and (max-width: 1024px) {
  .side__banner {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap; } }
.side__banner .side__banner--item {
  margin: 0 0 15px;
  border-radius: 8px;
  overflow: hidden; }
  @media screen and (max-width: 1024px) {
    .side__banner .side__banner--item {
      width: 32%; } }
  @media screen and (max-width: 768px) {
    .side__banner .side__banner--item {
      width: 49%; } }
  @media screen and (max-width: 600px) {
    .side__banner .side__banner--item {
      width: 100%; } }
  .side__banner .side__banner--item img {
    width: 100%;
    height: auto; }

/* sns */
.side__sns {
  display: flex;
  justify-content: center;
  margin: 30px 0 0; }
  .side__sns--item {
    width: 35px;
    margin: 0 4px; }

/* side search */
.ui-datepicker-trigger {
  width: 28px;
  height: 28px; }

#date_start_text {
  margin: 0 0 8px;
  font-size: 14px; }

#date_end_text {
  padding: 0 0 5px !important;
  font-size: 14px !important; }

.txt-blue {
  font-size: 26px !important;
  line-height: 1.4;
  letter-spacing: 0;
  font-family: 'Lato', sans-serif; }

@media screen and (min-width: 769px) {
  .spBox {
    display: none; }

  .container-eventsearch {
    width: 1100px;
    margin: 0 auto;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    overflow: hidden;
    line-height: 1.6; }

  .container-eventsearch .eventsearch-box {
    background: #fff;
    border: 3px solid #3164bc;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    overflow: hidden; }

  .container-eventsearch .eventsearch-box h2 {
    background: #3164bc;
    color: #fff;
    font-weight: bold;
    text-align: center;
    padding: 10px 0; }

  .container-eventsearch .eventsearch-box .innerBox {
    padding: 30px; }

  .container-eventsearch .eventsearch-box .innerBox table {
    margin: 0 0 20px; }

  .container-eventsearch .eventsearch-box .innerBox table td {
    border-bottom: 1px solid #e5e5e5;
    padding: 20px 15px; }

  .container-eventsearch .eventsearch-box .innerBox table td label {
    display: block;
    float: left;
    margin: 0 15px 0 0; }

  .container-eventsearch .eventsearch-box .innerBox table td.search-ttl {
    font-weight: bold;
    width: 180px;
    border-right: 1px solid #e5e5e5; }

  .container-eventsearch .eventsearch-box .innerBox .calendar {
    font-size: 20px; }

  .container-eventsearch .eventsearch-box .innerBox .calendar .data {
    border: 1px solid #ddd; }

  img.ui-datepicker-trigger {
    cursor: pointer;
    vertical-align: middle;
    line-height: 1.8;
    height: auto;
    margin: -4px 0 0 5px; }

  .container-eventsearch .eventsearch-box .innerBox .calendar button:before {
    content: "\f073";
    font-size: 11px; }

  .container-eventsearch .eventsearch-box .innerBox .txt-blue {
    color: #3164bc;
    font-weight: bold;
    padding: 0 3px; }

  .container-eventsearch .eventsearch-box .innerBox .icon-ico-calendar {
    padding: 3px 5px;
    margin: 0 5px 0 0;
    background: #3164bc;
    color: #fff;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px; }

  .icon-ico-calendar:before {
    content: "\f073";
    font-size: 11px; }

  .container-eventsearch input[type="text"] {
    padding: 0;
    border: none;
    border-radius: 0;
    outline: none;
    background: none; }

  .container-eventsearch input#freeword {
    width: 100%;
    padding: 10px 15px;
    background: #f4f3f3;
    border: 1px solid #e5e5e5;
    box-sizing: border-box; }

  .eventsearch-list {
    margin: 50px 0; }

  .eventsearch-list h2 {
    font-weight: bold;
    color: #3164bc;
    font-size: 18px;
    margin: 0 0 20px; }

  .search-list-box {
    padding: 25px;
    background: #fff;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    margin: 0 0 15px; }

  .eventsearch-list .search-list-box .s-leftBox {
    display: table-cell;
    width: 250px; }

  .eventsearch-list .search-list-box .s-leftBox img {
    width: 100%;
    height: auto;
    margin: 0 0 10px; }

  .eventsearch-list .search-list-box .s-leftBox .kirei {
    padding: 10px 0 0;
    font-size: 12px;
    font-weight: bold;
    color: #3164bc; }

  .eventsearch-list .search-list-box .s-rightBox {
    display: table-cell;
    vertical-align: top;
    padding: 0 0 0 35px; }

  .eventsearch-list .search-list-box .s-rightBox h3 {
    font-size: 20px;
    font-weight: bold;
    margin: 0 0 12px;
    color: #3164bc; }

  .eventsearch-list .search-list-box .s-rightBox p {
    font-size: 16px;
    padding: 0 0 12px; }

  .eventsearch-list .search-list-box .s-rightBox table td {
    padding: 3px 0; }

  .eventsearch-list .search-list-box .s-rightBox table td.ttl-icon {
    width: 110px; }

  .eventsearch-list .search-list-box .s-rightBox table td.ttl-icon span {
    display: block;
    width: 90px;
    color: #fff;
    background: #3164bc;
    text-align: center;
    padding: 3px 8px;
    font-size: 11px; }

  .eventsearch-list .search-list-box .s-rightBox ul.genre {
    overflow: hidden;
    padding: 10px 0 0; }

  .eventsearch-list .search-list-box .s-rightBox ul.genre li {
    float: left;
    margin: 0 5px 0 0; }

  .eventsearch-list .search-list-box .s-rightBox ul.genre li a {
    display: block;
    font-size: 11px;
    font-weight: bold;
    padding: 3px 8px;
    border: 1px solid #3164bc;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px; }

  .txt-reset {
    text-align: center;
    padding: 10px 0 0; }

  .container-eventsearch input[type=checkbox] {
    display: none; }

  .container-eventsearch input[type="checkbox"].checkbox01:checked + label, .container-eventsearch input[type="checkbox"].checkbox02:checked + label {
    border: 2px solid #3164bc;
    color: #3164bc; }

  .checkbox01 {
    position: relative;
    line-height: 1.8;
    padding: 0 0 0 20px; }

  .checkbox01:hover:after {
    border-color: #3164bc;
    cursor: pointer; }

  .checkbox01:after, .checkbox01:before {
    position: absolute;
    content: "";
    display: block;
    top: 50%; }

  .checkbox01:after {
    left: 0;
    margin-top: -9px;
    width: 15px;
    height: 15px;
    border: 1px solid #d1d1d1; }

  .checkbox01:before {
    left: 5px;
    margin-top: -7px;
    width: 4px;
    height: 9px;
    border-right: 2px solid #3164bc;
    border-bottom: 2px solid #3164bc;
    transform: rotate(45deg);
    opacity: 0; }

  .container-eventsearch input[type=checkbox]:checked + .checkbox01:before {
    opacity: 1; }

  /* detail */
  .event-detail .data-box {
    overflow: hidden;
    padding: 0 0 30px; }

  .event-category li {
    font-size: 12px;
    font-weight: bold; }

  .event-detail .date {
    float: right;
    margin: 0 0 0;
    font-size: 12px; }

  .event-detail .sub-title {
    font-size: 18px !important;
    font-weight: bold !important;
    line-height: 1.6;
    margin: 0 0 20px; }

  .event-detail .ttl-event {
    background: #2b6bb9;
    color: #fff;
    padding: 8px 10px;
    font-weight: bold;
    margin: 30px 0 15px;
    clear: both; }

  .event-detail ul.genre {
    overflow: hidden;
    padding: 0 0 20px; }

  .event-detail ul.genre li {
    float: left;
    margin: 0 5px 0 0; }

  .event-detail ul.genre li a {
    display: block;
    font-size: 13px;
    font-weight: bold;
    padding: 3px 8px;
    border: 1px solid #3164bc;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px; }

  .event-detail table td {
    padding: 10px;
    border: 1px solid #ddd;
    line-height: 1.6;
    word-break: break-all; }

  .event-detail table td.ttl-table {
    font-weight: bold;
    background: #fbfbfb;
    width: 200px; }

  .event-detail .font-red {
    color: #f00; }

  h3.ttl-areaSearch span.open {
    background: url(../img/icon_ttl_open_sp.png) right center no-repeat !important;
    background-size: 17px 17px !important; } }
@media screen and (min-width: 769px) and (max-width: 960px) {
  h3.ttl-areaSearch span.open {
    background: url(../img/icon_ttl_open_sp.png) right center no-repeat;
    background-size: 17px 17px; } }
@media screen and (min-width: 769px) {
  h3.ttl-areaSearch span {
    padding: 0 30px;
    background: url(../img/icon_ttl_close_sp.png) right center no-repeat !important;
    background-size: 17px 17px !important; } }
@media screen and (min-width: 769px) and (max-width: 960px) {
  h3.ttl-areaSearch span {
    background: url(../img/icon_ttl_close_sp.png) right center no-repeat;
    background-size: 17px 17px; } }
@media screen and (min-width: 769px) {
  .container-eventsearch {
    width: 100% !important; }

  /* side */
  .side-eventsearch {
    padding: 0 0 0 !important;
    margin: 0 0 20px; }

  .side-eventsearch .side-es-box {
    background: #fff;
    margin: 0 0 0 !important;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    overflow: hidden; }

  .side-eventsearch .side-es-box h3 {
    background: #3164BD !important;
    text-align: center;
    color: #fff;
    font-weight: bold;
    padding: 12px 0 8px !important; }

  .side-eventsearch .side-es-box .es-innerBox {
    padding: 15px !important; }

  .side-eventsearch .side-es-box .es-innerBox h4 {
    font-size: 1.4rem;
    padding: 0 0 3px; }

  .side-eventsearch .side-es-box .es-innerBox p {
    font-size: 1.3rem;
    padding: 0 0 12px;
    line-height: 1.6; }

  .side-eventsearch .side-es-box .es-innerBox p a {
    color: #3164BD; } }
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .side-eventsearch .side-es-box .es-innerBox br {
    display: none; } }

@media screen and (min-width: 769px) {
  .side-eventsearch .side-es-box .es-innerBox .calendar {
    font-size: 20px;
    line-height: 1.2; }

  .side-eventsearch .side-es-box .es-innerBox .calendar .data {
    border: 1px solid #ddd; }

  img.ui-datepicker-trigger {
    cursor: pointer;
    vertical-align: middle;
    line-height: 1.8;
    height: auto;
    margin: -4px 0 0 5px; }

  .side-eventsearch .side-es-box .es-innerBox .calendar button:before {
    content: "\f073";
    font-size: 11px; }

  .side-eventsearch .side-es-box .es-innerBox .txt-blue {
    color: #3164BD !important;
    font-weight: bold;
    padding: 0 3px; }

  .side-eventsearch .side-es-box .es-innerBox .icon-ico-calendar {
    padding: 3px 5px;
    margin: 0 5px 0 0;
    background: #3164bc;
    color: #fff;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px; }

  .icon-ico-calendar:before {
    content: "\f073";
    font-size: 11px; }

  .kikan-box input[type="text"] {
    padding: 0;
    border: none;
    border-radius: 0;
    outline: none;
    background: none;
    display: none; }

  .kikan-box {
    background: #ffffeb;
    border: 1px solid #eee !important;
    padding: 10px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px; }

  .kikan-box h4 {
    padding: 0 0 8px; }

  .kikan-box .bnt-search a {
    display: block;
    background: #3164BD !important;
    color: #fff !important;
    padding: 13px 0;
    text-align: center;
    font-weight: bold;
    margin: 10px 0 0;
    border-radius: 50px !important;
    position: relative; }

  .kikan-box .bnt-search a:after {
    position: absolute;
    top: 50%;
    right: 10px;
    font-size: 9px;
    content: "";
    font-family: "icomoon",sans-serif;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #fff !important; }

  .side-eventsearch .bnt-more a {
    display: block;
    background: #3164BD !important;
    color: #fff !important;
    padding: 12px 0;
    text-align: center;
    font-weight: bold;
    margin: 10px 0 0;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    position: relative; }

  .side-eventsearch .bnt-more a:after {
    position: absolute;
    top: 50%;
    right: 10px;
    font-size: 9px;
    content: "";
    font-family: "icomoon",sans-serif;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #fff !important; }

  .side-eventsearch .headline-side {
    color: #3164BD !important; }

  .side-eventsearch .side-pickup-item a .title {
    color: #3164BD !important; }

  .side-eventsearch .btn-close {
    display: none; }

  /* header */
  .btn-eventsearch {
    display: none; }

  .entry-share-btn li {
    width: 48.83% !important;
    position: relative;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    border-radius: 2px; }

  .entry-share-btn--google {
    display: none; } }
/**/
@media all and (min-width: 0px) and (max-width: 768px) {
  .pcBox {
    display: none; }

  /* list */
  .container-eventsearch {
    margin: 0;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    overflow: hidden;
    line-height: 1.6; }

  .container-eventsearch .eventsearch-box {
    background: #fff;
    border: 3px solid #3164bc;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    overflow: hidden; }

  .container-eventsearch .eventsearch-box h2 {
    background: #3164bc;
    color: #fff;
    font-weight: bold;
    text-align: center;
    padding: 10px 0;
    font-size: 16px; }

  .container-eventsearch .eventsearch-box .innerBox {
    padding: 15px; }

  .container-eventsearch .eventsearch-box .innerBox table {
    margin: 0 0 20px;
    border-bottom: 1px solid #e5e5e5; }

  .container-eventsearch .eventsearch-box .innerBox table td {
    padding: 10px 5px 20px;
    display: block;
    overflow: hidden; }

  .container-eventsearch .eventsearch-box .innerBox table td label {
    width: 50%;
    display: block;
    float: left; }

  .container-eventsearch .eventsearch-box .innerBox table td.search-ttl {
    font-weight: bold;
    background: #999;
    color: #fff;
    padding: 3px 10px !important; }

  .container-eventsearch .eventsearch-box .innerBox .calendar {
    font-size: 20px; }

  img.ui-datepicker-trigger {
    cursor: pointer;
    vertical-align: middle;
    line-height: 1.8;
    height: auto;
    margin: -4px 0 0 5px; }

  .container-eventsearch .eventsearch-box .innerBox .calendar .data {
    border: 1px solid #ddd;
    display: none; }

  .container-eventsearch .eventsearch-box .innerBox .txt-blue {
    color: #3164bc;
    font-weight: bold;
    padding: 0 3px; }

  .container-eventsearch .eventsearch-box .innerBox .icon-ico-calendar {
    padding: 3px 5px;
    margin: 0 5px 0 0;
    background: #3164bc;
    color: #fff;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px; }

  .icon-ico-calendar:before {
    content: "\f073";
    font-size: 11px; }

  .container-eventsearch input[type="text"] {
    padding: 0;
    border: none;
    border-radius: 0;
    outline: none;
    background: none; }

  .container-eventsearch input#freeword {
    width: 100%;
    padding: 10px 15px;
    background: #f4f3f3;
    border: 1px solid #e5e5e5;
    box-sizing: border-box; }

  .eventsearch-list {
    margin: 50px 0; }

  .eventsearch-list h2 {
    font-weight: bold;
    color: #3164bc;
    font-size: 18px;
    margin: 0 0 20px; }

  .search-list-box {
    padding: 15px;
    background: #fff;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    margin: 0 0 15px; }

  .eventsearch-list .search-list-box .s-leftBox {
    width: 100%;
    margin: 0 0 15px; }

  .eventsearch-list .search-list-box .s-leftBox img {
    width: 100%;
    height: auto;
    margin: 0 0 10px; }

  .eventsearch-list .search-list-box .s-leftBox .kirei {
    padding: 10px 0 0;
    font-size: 12px;
    font-weight: bold;
    color: #3164bc; }

  .eventsearch-list .search-list-box .s-rightBox {
    display: table-cell;
    vertical-align: top;
    padding: 0 0 0 0; }

  .eventsearch-list .search-list-box .s-rightBox h3 {
    font-size: 18px;
    font-weight: bold;
    margin: 0 0 12px;
    color: #3164bc; }

  .eventsearch-list .search-list-box .s-rightBox p {
    font-size: 16px;
    padding: 0 0 12px; }

  .eventsearch-list .search-list-box .s-rightBox table td {
    padding: 3px 0;
    font-size: 12px; }

  .eventsearch-list .search-list-box .s-rightBox table td.ttl-icon {
    width: 75px; }

  .eventsearch-list .search-list-box .s-rightBox table td.ttl-icon span {
    display: block;
    width: 65px;
    color: #fff;
    background: #3164bc;
    text-align: center;
    padding: 3px 8px;
    font-size: 11px; }

  .eventsearch-list .search-list-box .s-rightBox ul.genre {
    overflow: hidden;
    padding: 10px 0 0; }

  .eventsearch-list .search-list-box .s-rightBox ul.genre li {
    float: left;
    margin: 0 5px 0 0; }

  .eventsearch-list .search-list-box .s-rightBox ul.genre li a {
    display: block;
    font-size: 11px;
    font-weight: bold;
    padding: 3px 8px;
    border: 1px solid #3164bc;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px; }

  .txt-reset {
    text-align: center;
    padding: 10px 0 0; }

  .container-eventsearch input[type=checkbox] {
    display: none; }

  .container-eventsearch input[type="checkbox"].checkbox01:checked + label, .container-eventsearch input[type="checkbox"].checkbox02:checked + label {
    border: 2px solid #3164bc;
    color: #3164bc; }

  .checkbox01 {
    position: relative;
    line-height: 1.8;
    padding: 0 0 0 20px; }

  .checkbox01:hover:after {
    border-color: #3164bc;
    cursor: pointer; }

  .checkbox01:after, .checkbox01:before {
    position: absolute;
    content: "";
    display: block;
    top: 50%; }

  .checkbox01:after {
    left: 0;
    margin-top: -9px;
    width: 15px;
    height: 15px;
    border: 1px solid #d1d1d1; }

  .checkbox01:before {
    left: 5px;
    margin-top: -7px;
    width: 4px;
    height: 9px;
    border-right: 2px solid #3164bc;
    border-bottom: 2px solid #3164bc;
    transform: rotate(45deg);
    opacity: 0; }

  .container-eventsearch input[type=checkbox]:checked + .checkbox01:before {
    opacity: 1; }

  /* detail */
  .event-detail .data-box {
    padding: 0 0 30px; }

  .event-category {
    display: block !important; }

  .event-category li {
    font-size: 12px;
    font-weight: bold; }

  .event-detail .date {
    float: right;
    margin: 0;
    font-size: 11px; }

  .event-detail .sub-title {
    font-size: 18px !important;
    font-weight: bold !important;
    line-height: 1.6;
    margin: 0 0 20px; }

  .event-detail .ttl-event {
    background: #2b6bb9;
    color: #fff;
    padding: 8px 10px;
    font-weight: bold;
    margin: 30px 0 15px;
    clear: both; }

  .event-detail ul.genre {
    overflow: hidden;
    padding: 0 0 20px; }

  .event-detail ul.genre li {
    float: left;
    margin: 0 5px 0 0; }

  .event-detail ul.genre li a {
    display: block;
    font-size: 13px;
    font-weight: bold;
    padding: 3px 8px;
    border: 1px solid #3164bc;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px; }

  .event-detail table td {
    padding: 10px;
    border: 1px solid #ddd;
    display: block;
    margin: -1px 0 0;
    line-height: 1.6;
    word-break: break-all; }

  .event-detail table td.ttl-table {
    font-weight: bold;
    background: #fbfbfb;
    width: 100%; }

  .event-detail .font-red {
    color: #f00; }

  /* event search*/
  .side-eventsearch {
    padding: 0 0 20px; }

  .side-eventsearch .side-es-box {
    background: #fff;
    margin: 0 0 0 !important;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    overflow: hidden; }

  .side-eventsearch .side-es-box h3 {
    background: #3164BD !important;
    text-align: center;
    color: #fff;
    font-weight: bold;
    padding: 12px 0 8px !important; }

  .side-eventsearch .side-es-box .es-innerBox {
    padding: 15px; }

  .side-eventsearch .side-es-box .es-innerBox h4 {
    font-size: 13px;
    padding: 0 0 3px; }

  .side-eventsearch .side-es-box .es-innerBox p {
    font-size: 12px;
    padding: 0 0 12px;
    line-height: 1.6; }

  .side-eventsearch .side-es-box .es-innerBox .calendar {
    font-size: 20px;
    line-height: 1.2; }

  .side-eventsearch .side-es-box .es-innerBox .calendar .data {
    border: 1px solid #ddd; }

  img.ui-datepicker-trigger {
    cursor: pointer;
    vertical-align: middle;
    line-height: 1.8;
    height: auto;
    margin: -4px 0 0 5px; }

  .side-eventsearch .side-es-box .es-innerBox .calendar button:before {
    content: "\f073";
    font-size: 11px; }

  .side-eventsearch .side-es-box .es-innerBox .txt-blue {
    color: #3164BD;
    font-weight: bold;
    padding: 0 3px; }

  .side-eventsearch .side-es-box .es-innerBox .icon-ico-calendar {
    padding: 3px 5px;
    margin: 0 5px 0 0;
    background: #3164bc;
    color: #fff;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px; }

  .icon-ico-calendar:before {
    content: "\f073";
    font-size: 11px; }

  .side-eventsearch input[type="text"] {
    padding: 0;
    border: none;
    border-radius: 0;
    outline: none;
    background: none;
    display: none; }

  .kikan-box {
    background: #ffffeb;
    border: 1px solid #eee !important;
    padding: 10px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px; }

  .kikan-box h4 {
    padding: 0 0 8px; }

  .kikan-box .bnt-search a {
    display: block;
    background: #3164BD !important;
    color: #fff !important;
    padding: 13px 0;
    text-align: center;
    font-weight: bold;
    margin: 10px 0 0;
    border-radius: 50px;
    position: relative; }

  .kikan-box .bnt-search a:after {
    position: absolute;
    top: 50%;
    right: 10px;
    font-size: 10px;
    content: "";
    font-family: "icomoon",sans-serif;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #fff !important; }

  .side-eventsearch .bnt-more a {
    display: block;
    background: #3164BD !important;
    color: #fff !important;
    padding: 12px 0;
    text-align: center;
    font-weight: bold;
    margin: 10px 0 0;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    position: relative; }

  .side-eventsearch .bnt-more a:after {
    position: absolute;
    top: 50%;
    right: 10px;
    font-size: 9px;
    content: "";
    font-family: "icomoon",sans-serif;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #fff !important; }

  .side-eventsearch .headline-side {
    color: #3164BD !important; }

  .side-eventsearch .side-pickup-item a .title {
    color: #3164BD !important; }

  .side-eventsearch .btn-close {
    border-top: 1px solid #3164BD !important;
    text-align: center;
    font-weight: bold;
    display: block;
    padding: 15px 0;
    color: #3164BD !important; }

  /* header */
  .btn-eventsearch {
    display: block;
    background: #3164BD !important;
    color: #fff;
    text-align: center;
    padding: 7px 5px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    width: 92px;
    font-size: 10px;
    position: absolute;
    top: 19px;
    right: 46px;
    font-weight: bold;
    cursor: pointer;
    font-family: "icomoon",sans-serif; }

  .btn-eventsearch:after {
    content: "\e917";
    font-size: 10px;
    padding: 0 0 0 5px; }

  /* 固定 */
  /*.fixed {
      position: fixed;
      top: 0;
      padding: 0;
      width: 100%;
      z-index: 1000;
  	box-shadow: 0px 2px 3px -1px rgba(0,0,0,0.3);
    -webkit-box-shadow: 0px 2px 3px -1px rgba(0,0,0,0.3);
    -moz-box-shadow: 0px 2px 3px -1px rgba(0,0,0,0.3);
  }
  	
  .fixed-search{
  	position: fixed;
      top: 60px !important;
  	left: 0 !important;
      padding: 0;
      width: 100%;
      z-index: 900;
  }*/
  .entry-share-btn li {
    width: 48.83% !important;
    position: relative;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    border-radius: 2px; }

  .entry-share-btn--google {
    display: none; } }
/* research */
#tokusetsu {
  color: #000;
  width: 100%;
  font-size: 16px;
  line-height: 24px;
  border-radius: 10px;
  overflow: hidden;
  background: #fff;
  margin: 100px 0; }
  @media screen and (max-width: 768px) {
    #tokusetsu {
      width: auto !important;
      margin: 30px 20px; } }
  @media screen and (max-width: 600px) {
    #tokusetsu {
      width: auto !important;
      margin: 60px 20px; } }

#tokusetsu .container {
  width: 100% !important;
  max-width: 1200px !important;
  margin: 0 !important; }

@media only screen and (max-width: 960px) {
  /* line 3, scss/page.scss */
  #tokusetsu {
    width: 100%; } }
@media only screen and (max-width: 559px) {
  /* line 3, scss/page.scss */
  #tokusetsu {
    font-size: 14px;
    line-height: 20px; } }
/* line 15, scss/page.scss */
#tokusetsu .container {
  width: 100%; }

/* line 18, scss/page.scss */
#tokusetsu .container .pcnone {
  display: none; }

@media only screen and (max-width: 960px) {
  /* line 18, scss/page.scss */
  #tokusetsu .container .pcnone {
    display: block; } }
/* line 25, scss/page.scss */
#tokusetsu .narrow {
  width: 770px;
  margin: 0 auto; }

@media only screen and (max-width: 960px) {
  /* line 25, scss/page.scss */
  #tokusetsu .narrow {
    padding: 0 20px;
    width: 100%; } }
@media only screen and (max-width: 559px) {
  /* line 33, scss/page.scss */
  #tokusetsu br.pc-only {
    display: none; } }
/* line 39, scss/page.scss */
#tokusetsu #content {
  background: #fff;
  padding-bottom: 6rem; }

/* line 42, scss/page.scss */
#tokusetsu #content .message {
  padding: 6rem 0;
  text-align: center; }

/* line 44, scss/page.scss */
#tokusetsu #content .article-list {
  margin: 0 auto;
  width: 900px; }

/* line 46, scss/page.scss */
#tokusetsu #content .article-list ul {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

/* line 49, scss/page.scss */
#tokusetsu #content .article-list ul li {
  background: #f3f8f8;
  padding: 0 0 4rem 4rem;
  margin-top: 4rem;
  width: 48%;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column; }

/* line 55, scss/page.scss */
#tokusetsu #content .article-list ul li .inner {
  padding-right: 4rem;
  flex-grow: 1;
  width: 100%; }

/* line 60, scss/page.scss */
#tokusetsu #content .article-list ul li .inner h3 {
  margin-top: 3rem; }

/* line 61, scss/page.scss */
#tokusetsu #content .article-list ul li .inner h3::after {
  content: "";
  display: block;
  width: 60px;
  height: 4px;
  margin: 3rem 0;
  background: #000;
  border-radius: 3px; }

/* line 74, scss/page.scss */
#tokusetsu #content .article-list ul li a {
  background: #3164BD !important;
  color: #fff;
  display: block;
  text-align: center;
  width: 70%;
  border-radius: 5px;
  padding: 1rem 0;
  margin: 3rem 0 0 0; }

/* line 83, scss/page.scss */
#tokusetsu #content .article-list ul li a:hover {
  opacity: 0.8; }

/* line 85, scss/page.scss */
#tokusetsu #content .article-list ul li:nth-child(1), #tokusetsu #content .article-list ul li:nth-child(2) {
  margin-top: 0rem; }

@media only screen and (max-width: 960px) {
  /* line 91, scss/page.scss */
  #tokusetsu #content .article-list {
    width: 100%; }

  /* line 93, scss/page.scss */
  #tokusetsu #content .article-list ul li {
    width: 100%; }

  /* line 94, scss/page.scss */
  #tokusetsu #content .article-list ul li:nth-child(2) {
    margin-top: 4rem; }

  /* line 95, scss/page.scss */
  #tokusetsu #content .article-list ul li .inner {
    height: auto; }

  /* line 96, scss/page.scss */
  #tokusetsu #content .article-list ul li a {
    margin-top: 4rem; } }
@media only screen and (max-width: 559px) {
  /* line 39, scss/page.scss */
  #tokusetsu #content {
    padding-bottom: 0rem; }

  /* line 101, scss/page.scss */
  #tokusetsu #content .article-list ul li {
    padding: 2rem; }

  /* line 102, scss/page.scss */
  #tokusetsu #content .article-list ul li .inner {
    padding: 0px; }

  /* line 103, scss/page.scss */
  #tokusetsu #content .article-list ul li a {
    margin-top: 2rem; } }
/* line 108, scss/page.scss */
#tokusetsu #survey {
  background: #fff;
  padding: 6rem 0; }

/* line 111, scss/page.scss */
#tokusetsu #survey a {
  word-wrap: break-word; }

/* line 112, scss/page.scss */
#tokusetsu #survey p {
  line-height: 1.8; }

/* line 113, scss/page.scss */
#tokusetsu #survey p.bold {
  font-weight: bold; }

/* line 114, scss/page.scss */
#tokusetsu #survey p:not(:first-child) {
  margin-top: 1rem; }

/* line 116, scss/page.scss */
#tokusetsu #survey .ttl-box p {
  font-weight: bold; }

/* line 117, scss/page.scss */
#tokusetsu #survey .ttl-box h2 {
  color: #007cf2;
  font-size: 3rem;
  margin-top: 2rem; }

/* line 120, scss/page.scss */
#tokusetsu #survey .ttl-box h2::after {
  content: "";
  display: block;
  width: 60px;
  height: 4px;
  margin: 3rem 0;
  background: #000;
  border-radius: 3px;
  flex-grow: 1; }

/* line 132, scss/page.scss */
#tokusetsu #survey .block:not(:first-child) {
  margin-top: 4rem; }

/* line 133, scss/page.scss */
#tokusetsu #survey .block.border {
  padding: 4rem 2rem;
  border: 1px solid #555; }

/* line 135, scss/page.scss */
#tokusetsu #survey .block.border strong {
  font-size: 20px; }

/* line 138, scss/page.scss */
#tokusetsu #survey .mt4 {
  margin-top: 4rem; }

/* line 139, scss/page.scss */
#tokusetsu #survey .caption {
  margin-top: 4rem;
  background: #f1f1f1;
  padding: 2rem 4rem; }

/* line 142, scss/page.scss */
#tokusetsu #survey .caption span {
  display: inline-block;
  vertical-align: top; }

/* line 145, scss/page.scss */
#tokusetsu #survey .back-btn {
  margin: 6rem auto 3rem auto;
  position: relative;
  display: inline-block;
  border-bottom: 1px solid #fff;
  padding: 0 0 0 30px; }

/* line 151, scss/page.scss */
#tokusetsu #survey .back-btn a::before {
  content: '';
  width: 8px;
  height: 8px;
  border-top: solid 2px #3164BC;
  border-right: solid 2px #3164BC;
  position: absolute;
  left: 10px;
  top: 8px;
  transform: rotate(-135deg); }

/* line 164, scss/page.scss */
#tokusetsu #survey .back-btn:hover {
  border-bottom: 1px solid #3164BC; }

@media only screen and (max-width: 559px) {
  /* line 108, scss/page.scss */
  #tokusetsu #survey {
    padding: 4rem 0; }

  /* line 169, scss/page.scss */
  #tokusetsu #survey .mt4 {
    margin-top: 2rem; }

  /* line 171, scss/page.scss */
  #tokusetsu #survey .ttl-box h2 {
    font-size: 2rem; }

  /* line 174, scss/page.scss */
  #tokusetsu #survey .block:not(:first-child) {
    margin-top: 2rem; }

  /* line 175, scss/page.scss */
  #tokusetsu #survey .block img {
    margin-top: 2rem; }

  /* line 177, scss/page.scss */
  #tokusetsu #survey .caption {
    margin-top: 2rem;
    padding: 2rem; } }
.sp__menu {
  display: none; }
  @media screen and (max-width: 1024px) {
    .sp__menu {
      background: #000;
      width: 80px;
      height: 80px;
      display: block;
      position: fixed;
      top: 0;
      right: 0;
      z-index: 9999; } }
  @media screen and (max-width: 600px) {
    .sp__menu {
      width: 60px;
      height: 60px; } }

#menuButton {
  display: block;
  width: 35px;
  height: 35px;
  position: fixed;
  top: 12px;
  right: 12px;
  z-index: 999;
  display: none;
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  opacity: 1; }
  @media screen and (max-width: 1024px) {
    #menuButton {
      display: block;
      top: 20px;
      right: 20px; } }
  @media screen and (max-width: 600px) {
    #menuButton {
      top: 12px;
      right: 10px; } }
  #menuButton span {
    display: block;
    background: #fff;
    width: 30px;
    height: 3px;
    position: absolute;
    left: 0;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    opacity: 1; }

#menuButton span:first-child {
  top: 7px; }

#menuButton span:nth-child(2) {
  margin-top: -1.5px;
  top: 50%; }

#menuButton span:last-child {
  bottom: 6px; }

#menuButton.active span:first-child {
  -webkit-transform: translateY(9px) rotate(45deg);
  -moz-transform: translateY(9px) rotate(45deg);
  -ms-transform: translateY(9px) rotate(45deg);
  transform: translateY(9px) rotate(45deg); }

#menuButton.active span:nth-child(2) {
  opacity: 0; }

#menuButton.active span:last-child {
  -webkit-transform: translateY(-10px) rotate(-45deg);
  -moz-transform: translateY(-10px) rotate(-45deg);
  -ms-transform: translateY(-10px) rotate(-45deg);
  transform: translateY(-10px) rotate(-45deg); }

      /*

    fuwat
    -----------------------------------*/
.fuwatAnime {
  -webkit-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 0.7s;
  -ms-animation-duration: 0.7s;
  animation-duration: 0.7s;
  -webkit-animation-name: fuwatAnime;
  -ms-animation-name: fuwatAnime;
  animation-name: fuwatAnime;
  visibility: visible !important; }

@-webkit-keyframes fuwatAnime {
  0% {
    opacity: 0;
    -webkit-transform: translateY(50px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0); } }
@keyframes fuwatAnime {
  0% {
    opacity: 0;
    -webkit-transform: translateY(50px);
    -ms-transform: translateY(50px);
    transform: translateY(50px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); } }
.fuwatAnime02 {
  -webkit-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 1.3s;
  -ms-animation-duration: 1.3s;
  animation-duration: 1.3s;
  -webkit-animation-name: fuwatAnime02;
  -ms-animation-name: fuwatAnime02;
  animation-name: fuwatAnime02;
  visibility: visible !important;
  animation-delay: 0.5s; }

@-webkit-keyframes fuwatAnime02 {
  0% {
    opacity: 0;
    -webkit-transform: translateY(30px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0); } }
@keyframes fuwatAnime02 {
  0% {
    opacity: 0;
    -webkit-transform: translateY(30px);
    -ms-transform: translateY(30px);
    transform: translateY(30px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); } }
.fuwatAnime03 {
  -webkit-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 1.3s;
  -ms-animation-duration: 1.3s;
  animation-duration: 1.3s;
  -webkit-animation-name: fuwatAnime03;
  -ms-animation-name: fuwatAnime03;
  animation-name: fuwatAnime03;
  visibility: visible !important;
  animation-delay: 0.5s; }

@-webkit-keyframes fuwatAnime03 {
  0% {
    opacity: 0;
    -webkit-transform: translateX(30px); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0); } }
@keyframes fuwatAnime03 {
  0% {
    opacity: 0;
    -webkit-transform: translateX(30px);
    -ms-transform: translateX(30px);
    transform: translateX(30px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); } }
.fuwatAnime04 {
  -webkit-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 1.3s;
  -ms-animation-duration: 1.3s;
  animation-duration: 1.3s;
  -webkit-animation-name: fuwatAnime04;
  -ms-animation-name: fuwatAnime04;
  animation-name: fuwatAnime04;
  visibility: visible !important; }

@-webkit-keyframes fuwatAnime04 {
  0% {
    opacity: 0;
    -webkit-transform: translateX(30px); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0); } }
@keyframes fuwatAnime04 {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-30px);
    -ms-transform: translateX(-30px);
    transform: translateX(-30px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); } }
.ttlAnime {
  -webkit-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 1.3s;
  -ms-animation-duration: 1.3s;
  animation-duration: 1.3s;
  -webkit-animation-name: ttlAnime;
  -ms-animation-name: ttlAnime;
  animation-name: ttlAnime;
  visibility: visible !important;
  animation-delay: 1s; }

@-webkit-keyframes ttlAnime {
  0% {
    opacity: 0;
    -webkit-transform: translateY(30px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0); } }
@keyframes ttlAnime {
  0% {
    opacity: 0;
    -webkit-transform: translateY(30px);
    -ms-transform: translateY(30px);
    transform: translateY(30px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); } }
.is_hide {
  display: none !important; }

.twitter-tweet {
  margin: 0 auto; }

.box__bg--blue {
  background: #ECF1F9;
  padding: 30px 30px;
  line-height: 1.6; }
  @media screen and (max-width: 600px) {
    .box__bg--blue {
      padding: 20px; } }
  .box__bg--blue .s-block__title {
    background-color: #fff !important; }
