@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;600;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@300;400;600;700;900&display=swap');
html, body, div, span, applet, footer, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  list-style-type: none;
  -webkit-text-size-adjust: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
main, article, aside, details, figcaption, figure, header, hgroup, menu, nav, section {
  display: block;
  margin: 0;
  padding: 0;
}
html {
  font-size: 67.5%;
}
a {
  color: #404040;
  text-decoration: none;
  transition: all 0.5s;
}
a:hover {}
img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}
p:not(:last-of-type) {
  margin: 0 0 1em 0;
}
.sp {
  display: none;
}
.pc {
  display: inline-block;
}
.sp_blc {
  display: none;
}
.pc_blc {
  display: block;
}
.caption {
  font-size: 1.2rem;
}
.flex-sb {
  margin: 0 0 1rem 0;
  display: flex;
  align-items: start;
  justify-content: space-between;
}
.flex-sa {
  margin: 0 0 1rem 0;
  display: flex;
  align-items: start;
  justify-content: space-around;
}
.flex-st {
  margin: 0 0 1rem 0;
  display: flex;
  align-items: start;
  justify-content: start;
}
.flex-c {
  margin: 0 0 1rem 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.flex-sb img {
  max-width: 100%;
  height: auto;
}
.fwrap {
  flex-wrap: wrap;
}
.txt_c {
  text-align: center !important;
}
.txt_r {
  text-align: right !important;
}
.txt_jstfy {
  text-align: justify !important;
}
body {
  font-family: 'Noto Serif JP', sans-serif;
  color: #404040;
  line-height: 1.2;
  font-weight: 400;
  position: relative;
}
main {
  position: relative;
}
main:before {
  content: '';
  width: 100%;
  height: 100vh;
  display: block;
  background: url(../images/common/bg_racecourse.jpg) no-repeat;
  background-position: 50% 100%;
  background-size: cover;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
}
.fixed {
  position: fixed;
}
header {
  width: 100%;
  height: auto;
  margin: 0 auto;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ffffff;
  z-index: 100;
}
header ul {
  width: 660px;
  margin: 0 0 0 30px;
  font-size: 1.4rem;
  font-weight: 500;
  font-family: 'Noto Sans JP', serif;
  display: flex;
  justify-content: space-between;
}
header ul li {
  width: 92px;
  height: 52px;
}
header ul li a {
  width: 99px;
  height: 52px;
  padding: 0.5em 0 0 5px;
  color: #84a0ee;
  text-align: center;
  display: flex;
  align-content: center;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  position: relative;
  z-index: 2;
}
header ul li a span {
  width: 100%;
}
header ul li a span:last-of-type {
  font-size: 1rem;
  transform: scale(0.8, 0.8);
}
header ul li a:hover {
  color: #ffffff;
}
header ul li a:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  background: url(../images/common/menu_bg_on.png) no-repeat;
  transform-origin: left bottom;
  transform: scale(1, 0);
  transition: transform 0.3s;
}
header ul li a:hover:before {
  transform-origin: left top;
  transform: scale(1, 1);
}
.menu-btn {
  width: 86px;
  height: 86px;
  display: flex;
  justify-content: center;
  background: linear-gradient(135deg, #8ea7ee 0%, #8ea7ee 50%, #84a0ee 50%, #84a0ee 100%);
  cursor: pointer;
  position: fixed;
  top: 0;
  right: 0;
  transition: all 0.5s;
  z-index: 400;
}
.menu-icon {
  width: 37px;
  height: 28px;
  position: absolute;
  top: 25%;
}
.menu-icon span {
  width: 100%;
  height: 4px;
  background: #ffffff;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
.menu-icon, .menu-icon span {
  display: inline-block;
  transition: all 0.5s;
  box-sizing: border-box;
}
.menu-icon span:nth-of-type(1) {
  top: 0;
}
.menu-icon span:nth-of-type(2) {
  width: 70%;
  top: 12px;
}
.menu-icon span:nth-of-type(3) {
  bottom: 0;
}
.menu-btn p {
  margin: auto 0 18%;
  color: #ffffff;
  font-family: 'Noto Sans JP', sans-serif;
  transition: all 0.5s;
}
.menu-btn.active {
  background: linear-gradient(135deg, #ffffff 0%, #ffffff 50%, #f2f5fd 50%, #f2f5fd 100%);
}
.menu-btn.active .menu-icon {
  transform: rotate(-90deg);
  transform-origin: center center;
}
.menu-btn.active .menu-icon span {
  background: #8ea7ee;
}
.menu-btn.active p {
  color: #8ea7ee;
}
/*
==============
menu box
==============
*/
.flt-menu {
  width: 100vw;
  height: 100vh;
  background: linear-gradient(45deg, #85d9ef 0%, #84a7ee 100%);
  position: fixed;
  top: 0;
  z-index: 300;
  display: none;
}
.flt-menu nav {
  width: 780px;
  margin: 145px auto 0;
}
.flt-menu nav .logo {
  margin: 0 0 50px 0;
  text-align: center;
}
.flt-menu nav ul {
  margin: 0 0 70px 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.flt-menu nav ul li {
  width: calc(100% / 2 - 20px);
  height: 48px;
  margin: 0 0 30px 0;
}
.flt-menu nav ul li a {
  width: 100%;
  height: 100%;
  padding: 0 0 0 40px;
  display: flex;
  align-items: center;
  border: solid 1px #404040;
  transition: all 0.5s;
}
.flt-menu nav ul li a:hover {
  background: #404040;
}

.flt-menu nav #flt-snsmenu {
  margin: 0 auto;
  width: 50%;
}
.flt-menu nav #flt-snsmenu ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.flt-menu nav #flt-snsmenu ul li {
  width: 60px;
  height: 48px;
  margin: 0 4px 30px 4px;
}
.flt-menu nav #flt-snsmenu ul li a {
  width: 100%;
  height: 100%;
  padding: 0;
  display: flex;
  align-items: center;
  border: none;
}
.flt-menu nav #flt-snsmenu ul li a:hover {
  background: rgba(0, 0, 0, 0.00);
  transform: scale(1.2);
  opacity: 0.75;
}
/*
==============
SNS link box
==============
*/
.sns_menu {
  width: 760px;
  margin: 0px auto;
}
.sns_menu ul {
  margin: 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.sns_menu ul li {
  height: 60px;
  margin: 4px 10px;
  border: none;
}
.sns_menu ul li a {
  width: 100%;
  height: 100%;
  padding: 0;
  display: flex;
  align-items: center;
  transition: all 0.5s;
  text-decoration: none;
}
.sns_menu ul li a:hover {
  transform: scale(1.2);
  opacity: 0.75;
}
.sns_menu ul .spacer {
  display: none;
}
/*
==============
format
==============
*/
section {
  margin: 0;
  padding: 50px 0;
  text-align: center;
}
section > h2 {
  margin-top: -63px;
  padding: 1.25em 0;
  text-align: center;
  background: url(../images/common/title01_bg.png) no-repeat;
  background-position: center top;
  position: relative;
  z-index: 10;
}
section > .separate {
  margin-top: -64px;
  padding: 1.25em 0;
  z-index: 10;
}
section .separate02 {
  margin-top: -57px;
}
section .separate03 {
  padding: 2em 0;
}
section .separate04 {
  margin-top: -62px;
  padding: 0 0 1.25em 0;
}
.content_box {
  max-width: 1000px;
  margin: 0 auto;
}
.content_box h2, .content_box h3, .content_box h4, .content_box h5 {
  margin: 0 0 1em 0;
  font-weight: 600;
}
.content_box p {
  text-align: justify;
}
#spec {
  background: linear-gradient(0deg, rgba(113, 88, 174, 0.7) 0%, rgba(113, 88, 174, 0.7) 50%, rgba(132, 160, 238, 0.4) 50%, rgba(132, 160, 238, 0.4) 100%);
}
#spec .content_box > div {
  margin: 0 auto;
  max-width: 92%;
  height: 190px;
  display: flex;
  justify-content: center;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.32);
  position: relative;
}
#spec .content_box > div:before, #spec .content_box > div:after {
  content: '';
  width: 800px;
  height: 112px;
  position: absolute;
}
#spec .content_box > div:before {
  border-top: solid 1px #4964af;
  border-left: solid 1px #4964af;
  top: 10px;
  left: 10px;
}
#spec .content_box > div:after {
  border-bottom: solid 1px #4964af;
  border-right: solid 1px #4964af;
  bottom: 10px;
  right: 10px;
}
#spec .content_box > div .logo {
  width: 38.8%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(90deg, rgba(223, 223, 223, 1) 0%, rgba(223, 223, 223, 1) 95%, rgba(239, 239, 239, 1) 95%, rgba(239, 239, 239, 1) 100%);
}
#spec .content_box > div > div h3 {
  margin: 0;
}
#spec .content_box > div .detail {
  width: 61.2%;
  padding: 0 5%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ffffff;
}
#spec .content_box > div .detail dl {
  font-size: 1.3rem;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
#spec .content_box > div .detail dl dt {
  width: 30%;
  padding: 0.5em 0;
  text-align: left;
  position: relative;
}
#spec .content_box > div .detail dl dt:after {
  content: '';
  width: 10px;
  height: 16px;
  display: block;
  background: url(../images/icn_spec_arrow.png) no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 20%;
}
#spec .content_box > div .detail dl dd {
  width: 70%;
  text-align: left;
  color: #4964af;
}
#flt {
  max-width: 1078px;
  padding: 11px;
  position: fixed;
  left: 50%;
  bottom: -220px;
  transform: translateX(-50%);
  background: linear-gradient(90deg, rgba(132, 215, 238, 1.0) 0%, rgba(147, 113, 233, 1.0) 100%);
  z-index: 100;
  opacity: 0;
  transition: all 1s;
}
#flt.show {
  bottom: 0;
  opacity: 1;
}
#flt > div {
  position: relative;
}
#flt > div:before, #flt > div:after {
  content: '';
  width: 100%;
  height: 59px;
  position: absolute;
}
#flt > div:before {
  border-top: solid 1px #ffffff;
  border-left: solid 1px #ffffff;
  top: 0;
  left: 0;
}
#flt > div:after {
  border-bottom: solid 1px #ffffff;
  border-right: solid 1px #ffffff;
  bottom: 0;
  right: 0;
}
#flt h3 {
  text-align: center;
  position: absolute;
  top: -95px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 110;
}
#flt ul {
  /* width: 1038px; グーグルプレイ有り時 */
  width: 838px;
  margin: 0 auto;
  padding: 11px 22px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  position: relative;
  z-index: 120;
}
#flt ul li {
  transition: all 0.5s;
}
#flt ul li.twitter {
  background: #1d9af0;
  box-shadow: 3px 3px 0 0 #ffffff;
}
#flt ul li.line {
  background: #08c754;
  box-shadow: 3px 3px 0 0 #ffffff;
}
#flt ul li.mail {
  background: #ffa53a;
  box-shadow: 3px 3px 0 0 #ffffff;
}
#flt ul li.fb {
  background: #1877f2;
  box-shadow: 3px 3px 0 0 #ffffff;
}
#flt ul li.twitter:hover {
  background: #1d9af0;
  box-shadow: 3px 3px 0 0 #1a84cc;
}
#flt ul li.line:hover {
  background: #08c754;
  box-shadow: 3px 3px 0 0 #07a646;
}
#flt ul li.mail:hover {
  background: #ffa53a;
  box-shadow: 3px 3px 0 0 #e39335;
}
#flt ul li.fb:hover {
  background: #1877f2;
  box-shadow: 3px 3px 0 0 #1866cc;
}
#flt ul li.twitter a, #flt ul li.line a, #flt ul li.mail a, #flt ul li.fb a {
  width: 105px;
  height: 70px;
  padding: 2px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  position: relative;
}
#flt ul li.twitter a p, #flt ul li.line a p, #flt ul li.mail a p, #flt ul li.fb a p {
  width: 100%;
  margin: auto;
  text-align: center;
}
#flt ul li.twitter a > div img, #flt ul li.line a > div img, #flt ul li.mail a > div img, #flt ul li.fb a > div img {
  transform: scale(0.8, 0.8);
  transition: all 0.5s;
}
#flt ul li.twitter a:hover > div img, #flt ul li.line a:hover > div img, #flt ul li.mail a:hover > div img, #flt ul li.fb a:hover > div img {
  transform: scale(1.0, 1.0);
}
#flt ul li.twitter a:hover:before, #flt ul li.line a:hover:before, #flt ul li.mail a:hover:before, #flt ul li.fb a:hover:before {
  content: url(../images/common/icn_flt_arrow.png);
  position: absolute;
  top: 50%;
  left: -4px;
  transform: translateY(-50%);
}
#flt ul li.twitter a:hover:before, #flt ul li.line a:hover:before, #flt ul li.mail a:hover:before, #flt ul li.fb a:hover:before {
  content: url(../images/common/icn_flt_arrow.png);
  position: absolute;
  top: 50%;
  left: -4px;
  transform: translateY(-50%);
}
#flt ul li.twitter a:hover:before {
  filter: drop-shadow(1px 2px 0px #1a84cc);
}
#flt ul li.line a:hover:before {
  filter: drop-shadow(1px 2px 0px #07a646);
}
#flt ul li.mail a:hover:before {
  filter: drop-shadow(1px 2px 0px #e39335);
}
#flt ul li.fb a:hover:before {
  filter: drop-shadow(1px 2px 0px #1866cc);
}
#flt ul li.appdl a:hover {
  opacity: 0.8;
}
/* フッター
--------------------*/
footer {
  margin: 0;
  padding: 0 0 20px 0;
  text-align: center;
  font-size: 1.4rem;
  font-family: 'Noto Sans JP', sans-serif;
  border-top: solid 2px #ffffff;
  background: #2f2f2f;
}
footer .inner {
  margin: 0;
  padding: 1.5em 0;
  color: #ffffff;
  text-align: center;
  background: #404040;
}
footer .inner div {
  max-width: 980px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
footer .inner nav ul {
  display: flex;
  align-items: center;
  justify-content: center;
}
footer .inner nav ul li {
  padding: 0 2em;
  font-size: 1rem;
  letter-spacing: 0.1em;
  line-height: 1;
  border-left: solid 1px #ffffff;
}
footer .inner nav ul li:last-child {
  border-right: solid 1px #ffffff;
}
footer a {
  color: #ffffff;
}
footer .inner .copyright {
  font-size: 1rem;
  font-weight: 300;
  letter-spacing: 0.1em;
}
/* ページトップ
--------------------*/
#page-top {
  position: fixed;
  right: 2.5%;
  bottom: 2.5%;
  z-index: 100;
}
#page-top a {
  display: block;
}
#page-top a:hover {
  opacity: 1.0;
}
/* アニメーション
--------------------*/
.fadeIn, .fadeInUp {
  opacity: 0;
}
/*
=============================================
smart media
=============================================
*/
@media screen and (max-width: 767px) {
  html {}
  p {
    text-align: justify;
  }
  .sp {
    display: inline-block;
  }
  .pc {
    display: none;
  }
  .sp_blc {
    display: block;
  }
  .pc_blc {
    display: none;
  }
  .flex-sb {
    margin: 0 0 1rem 0;
    display: block;
  }
  .flex-sa {
    margin: 0 0 1rem 0;
    display: block;
  }
  .flex-st {
    margin: 0 0 1rem 0;
    display: flex;
    justify-content: start;
  }
  .flex-c {
    margin: 0 0 1rem 0;
    display: block;
  }
  .flex-sb img {
    max-width: 100%;
    height: auto;
  }
  body {
    line-height: 1.45;
    position: relative;
  }
  header {
    display: none;
  }
  .content_box > h2 {
    font-size: 2rem;
  }
  .content_box {
    margin: 0 10px;
  }
  .menu-btn {
    width: 43px;
    height: 43px;
  }
  .menu-icon {
    width: 19px;
    height: 16px;
    position: absolute;
    top: 33%;
  }
  .menu-icon span {
    height: 2px;
  }
  .menu-icon, .menu-icon span {}
  .menu-icon span:nth-of-type(1) {}
  .menu-icon span:nth-of-type(2) {
    top: 7px;
  }
  .menu-icon span:nth-of-type(3) {
    bottom: 0;
  }
  .menu-btn p {
    display: none;
  }
  .menu-btn.active {
    background: linear-gradient(135deg, #ffffff 0%, #ffffff 50%, #f2f5fd 50%, #f2f5fd 100%);
  }
  .menu-btn.active .menu-icon {
    transform: rotate(-90deg);
    transform-origin: center center;
  }
  .menu-btn.active .menu-icon span {
    background: #8ea7ee;
  }
  .menu-btn.active p {
    color: #8ea7ee;
  }
  .flt-menu {}
  .flt-menu nav {
    width: 100%;
    margin: 70px auto 0;
  }
  .flt-menu nav .logo {
    margin: 0 0 30px 0;
    text-align: center;
  }
  .flt-menu nav ul {
    margin: 0 0 30px 0;
    display: block;
  }
  .flt-menu nav ul li {
    width: 70%;
    height: 48px;
    margin: 0 auto 15px;
  }
  .flt-menu nav ul li a {
    padding: 0;
    justify-content: center;
  }
  .flt-menu nav ul li a:hover {
    background: #404040;
  }
    
 /* SNS menu */
  .flt-menu nav #flt-snsmenu {
    margin: 0 auto;
    width: 70%;
  }
  .flt-menu nav #flt-snsmenu ul {
  margin-top: 20px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
    
  section {
    padding: 25px 0;
  }
  section > h2 {
    margin-top: -32px;
    padding: 0.6em 0;
    background: url(../images/common/sp/title01_bg.png) no-repeat;
    background-size: 100%;
  }
  section > .separate {
    margin-top: -42px;
  }
  section .separate02 {
    margin-top: -28px;
  }
  section .separate03 {
    padding: 1em 0;
  }
  section .separate04 {
    margin-top: -29px;
  }
  /*
==============
SNS link box
==============
*/
  .sns_menu {
    width: 100%;
    margin: 0px auto;
  }
  .sns_menu ul {
    margin: 0;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .sns_menu ul li {
    height: 60px;
    margin: 4px;
    border: none;
  }
  .sns_menu ul li a {
    width: 100%;
    height: 100%;
    padding: 0;
    display: flex;
    align-items: center;
    transition: all 0.5s;
    text-decoration: none;
  }
  .sns_menu ul li a:hover {
    transform: scale(1.2);
    opacity: 0.75;
  }
  .sns_menu ul .spacer {
    width: 30px;
    display: block;
  }
  /* Spec box */
  #spec {
    background: linear-gradient(0deg, rgba(113, 88, 174, 0.7) 0%, rgba(113, 88, 174, 0.7) 50%, rgba(132, 160, 238, 0.4) 50%, rgba(132, 160, 238, 0.4) 100%);
  }
  #spec .content_box > div {
    height: 95px;
  }
  #spec .content_box > div:before, #spec .content_box > div:after {
    content: '';
    width: 283px;
    height: 53px;
    position: absolute;
  }
  #spec .content_box > div:before {
    top: 5px;
    left: 5px;
  }
  #spec .content_box > div:after {
    bottom: 5px;
    right: 5px;
  }
  #spec .content_box > div .logo {
    width: 30%;
  }
  #spec .content_box > div > div h3 {
    margin: 0;
  }
  #spec .content_box > div .detail {
    width: 70%;
    padding: 0 3%;
  }
  #spec .content_box > div .detail dl {
    font-size: 0.8rem;
  }
  #spec .content_box > div .detail dl dt {
    width: 24%;
    padding: 0.15em;
  }
  #spec .content_box > div .detail dl dt:after {
    content: '';
    width: 4px;
    height: 7px;
    right: 7%;
  }
  #spec .content_box > div .detail dl dd {
    width: 76%;
  }
  #flt {
    width: 95%;
    padding: 6px;
    position: fixed;
    bottom: -220px;
  }
  #flt.show {}
  #flt > div {
    position: relative;
  }
  #flt > div:before, #flt > div:after {
    content: '';
    width: 100%;
    height: 59px;
    position: absolute;
  }
  #flt > div:before {
    border-top: solid 1px #ffffff;
    border-left: solid 1px #ffffff;
    top: 0;
    left: 0;
  }
  #flt > div:after {
    border-bottom: solid 1px #ffffff;
    border-right: solid 1px #ffffff;
    bottom: 0;
    right: 0;
  }
  #flt h3 {
    width: 100%;
    position: absolute;
    top: -36px;
    left: 50%;
    transform: translateX(-50%);
  }
  #flt ul {
    width: 100%;
    padding: 22px 22px 11px;
  }
  #flt ul li {}
  #flt ul li.appdl {
    width: 45%;
    margin: 0 2% 2%;
  }
  #flt ul li.twitter {
    box-shadow: 2px 2px 0 0 #ffffff;
  }
  #flt ul li.line {
    box-shadow: 2px 2px 0 0 #ffffff;
  }
  #flt ul li.mail {
    box-shadow: 2px 2px 0 0 #ffffff;
  }
  #flt ul li.fb {
    box-shadow: 2px 2px 0 0 #ffffff;
  }
  #flt ul li.twitter:hover {
    background: #1d9af0;
    box-shadow: 2px 2px 0 0 #1a84cc;
  }
  #flt ul li.line:hover {
    background: #08c754;
    box-shadow: 2px 2px 0 0 #07a646;
  }
  #flt ul li.fb:hover {
    background: #1877f2;
    box-shadow: 2px 2px 0 0 #1866cc;
  }
  #flt ul li.twitter a, #flt ul li.line a, #flt ul li.fb a {
    width: 68px;
    height: 44px;
    padding: 5px;
  }
  #flt ul li.twitter a p, #flt ul li.line a p, #flt ul li.fb a p {
    width: 100%;
    margin-top: auto;
  }
  #flt ul li.twitter a > div img, #flt ul li.line a > div img, #flt ul li.fb a > div img {
    transform: scale(1.0, 1.0);
  }
  #flt ul li.twitter a:hover > div img, #flt ul li.line a:hover > div img, #flt ul li.fb a:hover > div img {
    transform: scale(1.0, 1.0);
  }
  #flt ul li.twitter a:hover:before, #flt ul li.line a:hover:before, #flt ul li.fb a:hover:before {
    content: url(../images/common/icn_flt_arrow.png);
    position: absolute;
    top: 50%;
    left: -4px;
    transform: translateY(-50%);
  }
  #flt ul li.twitter a:hover:before, #flt ul li.line a:hover:before, #flt ul li.fb a:hover:before {
    content: url(../images/common/icn_flt_arrow.png);
    position: absolute;
    top: 50%;
    left: -4px;
    transform: translateY(-50%);
  }
  #flt ul li.twitter a:hover:before {
    filter: drop-shadow(1px 2px 0px #1a84cc);
  }
  #flt ul li.line a:hover:before {
    filter: drop-shadow(1px 2px 0px #07a646);
  }
  #flt ul li.fb a:hover:before {
    filter: drop-shadow(1px 2px 0px #1866cc);
  }
  #flt ul li.appdl a:hover {
    opacity: 0.8;
  }
  /* フッター
	--------------------*/
  footer {
    padding: 0 0 40px 0;
    font-size: 1rem;
    border-top: none;
  }
  footer .inner {
    padding: 0.5em 0 0;
  }
  footer .inner div {
    display: block;
  }
  footer .inner nav ul {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  footer .inner nav ul li {
    margin: 0 0 0.5em 0;
    padding: 0 1em;
    font-size: 0.9rem;
    letter-spacing: 0;
  }
  footer .inner nav ul li:last-child {
    border-right: solid 1px #ffffff;
  }
  footer a {
    color: #ffffff;
  }
  footer .inner .copyright {
    padding: 0.25em 0;
    font-size: 0.9rem;
    text-align: center;
    letter-spacing: 0.25em;
    background: #2f2f2f;
  }
}
@media (orientation: landscape) {
  .flt-menu nav {
    width: 100%;
    margin: 20px auto 0;
    padding: 0 20px 0;
  }
  .flt-menu nav .logo {
    margin: 0 0 20px 0;
    text-align: center;
  }
  .flt-menu nav .logo img {
    height: 15vh;
  }
  .flt-menu nav ul {
    margin: 0;
  }
  .flt-menu nav ul li {
    width: calc(100% / 2 - 20px);
    height: 48px;
    margin: 0 0 10px 0;
  }
}
@media (orientation: landscape) and (max-width: 767px) {
  .flt-menu nav ul {
    display: flex;
  }
}