@charset "UTF-8";
/*------------------------------------*\
  基本
\*------------------------------------*/
html {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
}

body {
  overflow-x: hidden;
  font-size: 100%;
  background: #FFF;
  color: black;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 900;
}

br {
  font-size: 0;
}

.text-center {
  text-align: center;
}

.mt0 {
  margin-top: 0;
}

.mt5 {
  margin-top: 5px;
}

.mt10 {
  margin-top: 10px;
}

.mt20 {
  margin-top: 20px;
}

.mt30 {
  margin-top: 30px;
}

.mb0 {
  margin-bottom: 0;
}

.mb5 {
  margin-bottom: 5px;
}

.mb10 {
  margin-bottom: 10px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb30 {
  margin-bottom: 30px;
}

.mb40 {
  margin-bottom: 40px;
}

.mt10 {
  margin-top: 10px;
}

.mt20 {
  margin-top: 20px;
}

.mt30 {
  margin-top: 30px;
}

.mt40 {
  margin-top: 40px;
}

figure {
  margin: 0;
}

.text-center {
  text-align: center;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.inner {
  padding: 2em;
}

.frame {
  border: 1px solid #000;
  padding: 20px;
}

.cBlue {
  color: #23bce0;
}

.cDblue {
  color: #19499d;
}

.require {
  display: inline-block;
  padding: 1px 5px;
  border-radius: 4px;
  font-size: 0.8rem;
  color: white;
  background-color: #C00;
}

.svg-sprite {
  position: absolute;
  z-index: -10;
}

.sp-hide {
  display: none;
}

@media (min-width: 40em) {
  .sp-hide {
    display: block;
  }
}
.switcher {
  position: fixed;
  top: 5px;
  right: 5px;
  z-index: 11;
}
.switcher select {
  padding: 6px;
}

span.label {
  display: inline-block;
  background: #EEE;
  padding: 1px 7px;
  border-radius: 4px;
  margin-right: 10px;
}

/*--------------------------------
 ly
--------------------------------*/
.innerArea {
  max-width: 1220px;
  padding: 0 10px;
  margin: 0 auto;
}

.w1000 {
  max-width: 1000px;
  margin: 0 auto;
}

.w800 {
  max-width: 800px;
  margin: 0 auto;
}

@media (max-width: 40em) {
  .w240 {
    max-width: 240px;
    margin: 0 auto;
  }
}
/*--------------------------------
 img
--------------------------------*/
img {
  max-width: 100%;
}

img.img-circle {
  border-radius: 50%;
}

a:active,
a:link,
a:visited {
  color: #000;
  text-decoration: none;
}

a img {
  box-shadow: 0 0 0 #000;
  transition: all linear 200ms;
}

a img:hover {
  opacity: 0.9;
}

/*--------------------------------
 video
--------------------------------*/
.video {
  width: 100%;
  aspect-ratio: 16/9;
}

.video iframe {
  width: 100%;
  height: 100%;
}

/*--------------------------------
 breadcrumb
--------------------------------*/
.breadcrumbs {
  text-align: right;
  font-size: 0.9rem;
}

/*--------------------------------
 table
--------------------------------*/
table.table {
  width: 100%;
}
table.table-bordered tr th {
  padding: 7px 14px;
  border: 1px solid #CCC;
}
table.table-bordered tr td {
  padding: 7px 14px;
  border: 1px solid #CCC;
}
table.table-bottom tr th {
  padding: 10px 14px;
  border-bottom: 1px solid #CCC;
  vertical-align: top;
  text-align: left;
}
table.table-bottom tr td {
  padding: 10px 14px;
  border-bottom: 1px solid #CCC;
}
table.th-left th {
  text-align: left;
}

@media (max-width: 40em) {
  table.table-bottom tr th {
    display: block;
  }
  table.table-bottom tr td {
    display: block;
  }
}
@media (min-width: 40em) {
  table.table-half {
    width: 50%;
  }
}
/*--------------------------------
 button
--------------------------------*/
a.button, input[type=submit].button {
  padding: 10px 40px;
  font-size: 1.2rem;
  background: #148cdd;
  color: white;
  border: none;
  border-radius: 6px;
}
a.colorButton, input[type=submit].colorButton {
  display: block;
  position: relative;
  padding: 10px 15px;
  margin: 0 auto;
  width: 240px;
  color: white;
  font-weight: 700;
  border-radius: 6px;
  background: linear-gradient(to right, #aff123, #0d89e0);
}
a.colorButton::after, input[type=submit].colorButton::after {
  display: block;
  content: "";
  width: 50px;
  height: 1px;
  background: #19499d;
  position: absolute;
  top: 50%;
  right: -30px;
  transform-origin: left top;
}
a.colorButton:hover::after, input[type=submit].colorButton:hover::after {
  animation: buttonAni 0.5s forwards;
}

@keyframes buttonAni {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
@media (min-width: 40em) {
  a.colorButton:after {
    width: 80px;
    right: -50px;
  }
}
/*--------------------------------
 ul
--------------------------------*/
ul.schedule {
  padding: 0;
}
ul.schedule li {
  list-style: none;
  padding: 10px 0;
}
ul.schedule li span.month {
  display: inline-block;
  width: 6em;
  padding: 2px 5px;
  text-align: center;
  border: 1px solid #AAA;
}

@media (min-width: 40em) {
  ul.schedule {
    padding: 0 0 0 4em;
  }
  ul.schedule li {
    display: flex;
  }
  ul.schedule li .text {
    flex: 1;
    padding-left: 1em;
  }
}
/*--------------------------------
 form
--------------------------------*/
input[type=text], input[type=email], textarea {
  font: 15px/24px sans-serif;
  box-sizing: border-box;
  width: 100%;
  padding: 0.3em;
  transition: 0.3s;
  letter-spacing: 1px;
  color: #aaaaaa;
  border: 1px solid #1b2538;
  border-radius: 4px;
}
input[type=text]:focus, input[type=email]:focus, textarea:focus {
  border: 1px solid #da3c41;
  outline: none;
  box-shadow: 0 0 5px 1px rgba(218, 60, 65, 0.5);
}

/*--------------------------------
 header
--------------------------------*/
header#gHeader {
  position: relative;
  margin: 30px auto 0;
  padding: 10px;
  z-index: 100;
  overflow: hidden;
}
header#gHeader:before {
  position: absolute;
  content: "";
  display: block;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  border-radius: 6px;
  animation: headerAnime 1s 2s forwards;
  background: #FFF;
}
header#gHeader.fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: rgb(255, 255, 255);
}
header#gHeader .flex-wrapper {
  display: flex;
  flex-wrap: wrap;
  max-width: 1200px;
  margin: 0 auto;
  align-items: center;
}
header#gHeader .flex-wrapper .flex-one {
  width: 80%;
}
header#gHeader .flex-wrapper .flex-one h1.logo {
  font-size: 1rem;
  padding: 0;
}
header#gHeader .flex-wrapper .flex-one h1.logo img {
  width: 180px;
}
header#gHeader .flex-wrapper .flex-one h1.logo .name_en {
  font-size: 0.6rem;
  font-weight: normal;
}
header#gHeader .flex-wrapper .flex-two {
  width: 18%;
}
header#gHeader .flex-wrapper .flex-two ul.menu {
  display: none;
}

@keyframes headerAnime {
  0% {
    width: 0;
  }
  70% {
    width: 100%;
  }
  100% {
    width: 100%;
  }
}
@media (min-width: 40em) {
  header#gHeader {
    padding: 20px;
  }
  header#gHeader .flex-wrapper .flex-one {
    width: 100%;
    text-align: center;
  }
  header#gHeader .flex-wrapper .flex-one h1.logo img {
    width: 320px;
  }
  header#gHeader .flex-wrapper .flex-one h1.logo .name_en {
    font-size: 0.8rem;
  }
  header#gHeader .flex-wrapper .flex-two {
    width: 100%;
    position: relative;
  }
}
@media (min-width: 64em) {
  header#gHeader {
    justify-content: flex-end;
  }
  header#gHeader .flex-wrapper .flex-one {
    width: 50%;
    text-align: left;
  }
  header#gHeader .flex-wrapper .flex-two {
    width: 50%;
  }
}
/*--------------------------------
 content
--------------------------------*/
section {
  margin-bottom: 6vh;
}

article {
  margin: 20px 0 40px;
}

/*--------------------------------
 main
--------------------------------*/
main#primary {
  padding: 30px 0;
}

@media (min-width: 40em) {
  main#primary {
    padding: 60px 0;
  }
}
/*------------------------
 * font-size
* -------------------------*/
.small {
  font-size: 0.9rem;
}

p {
  line-height: 1.8;
  font-size: 0.9em;
}
p.lead {
  font-size: 1em;
  line-height: 1.9;
}

section h2 {
  font-size: 1.8rem;
  margin-bottom: 30px;
}
section h2 span {
  display: block;
  color: #23bce0;
  font-size: 0.8em;
  font-weight: 900;
}
section h2:before {
  display: inline-block;
  content: "ー";
  font-weight: 600;
  color: #CCC;
  padding-right: 0.3em;
}
section h3 {
  font-size: 1.2em;
  margin: 20px 0 7px 0;
}
section h3 span {
  font-size: 0.8em;
}
section h4 {
  color: #19499d;
  font-size: 1.1em;
  border-bottom: 1px solid #19499d;
  margin: 20px 0 10px 0;
}

.indent {
  margin-left: 1em;
}

@media (min-width: 40em) {
  p {
    font-size: 1em;
  }
  p.lead {
    font-size: 1.1em;
  }
  ul li {
    font-size: 1.1em;
  }
  ol li {
    font-size: 1.1em;
  }
  section h2 {
    font-size: 2em;
  }
  section h2 span {
    font-size: 0.7em;
  }
  section h3 {
    font-size: 1.6em;
  }
}


/*---------------------------
 * flex-wrapper
 * -------------------------*/
.flex-wrapper.half,
.flex-wrapper.one-third,
 .flex-wrapper.quarter{
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
}
.flex-wrapper.four:after{
	display:block;
	content:'';
	width:24%;
}
.flex-wrapper .flex-one{
	width:100%;
}
.flex-wrapper.half .flex-one{
	width:48%;
}
.flex-wrapper.one-third .flex-one{
	width:32%;
}
.flex-wrapper.quarter .flex-one{
	width:48%;
}
.flex-wrapper.quarter .flex-three{
	width:48%;
}
@media(min-width:40em){
.flex-wrapper{
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
}
.flex-wrapper.two .flex-one{
	width:48%;
}
.flex-wrapper.three .flex-one{
	width:32%;
}
.flex-wrapper.three .flex-two{
	width:64%;
}
.flex-wrapper.four .flex-two{
	width:48%;
}
.flex-wrapper.four .flex-one{
	width:24%;
}
.flex-wrapper.four .flex-three{
	width:72%;
}
.flex-wrapper.five .flex-one{
	width:18%;
}
.flex-wrapper.six .flex-one{
	width:15%;
}
.flex-wrapper.quarter .flex-one{
	width:24%;
}
.flex-wrapper.quarter .flex-three{
	width:72%;
}
}


/*------------------------------------*\
  印刷用
\*------------------------------------*/
@media print {
  a[href]:after {
    content: "" !important;
  }
  abbr[title]:after {
    content: "" !important;
  }
}
/*------------------------------------*\
  ボックスアニメーション
\*------------------------------------*/
.hoverBox .flex-one a.boxlink {
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
  top: 0;
  left: 0;
  text-indent: 100%;
  /*テキスト非表示*/
  white-space: nowrap;
  /*テキスト非表示*/
  overflow: hidden;
  /*テキスト非表示*/
  z-index: 10;
}
.hoverBox .hoverGrid {
  overflow: hidden;
  position: relative;
  transform: translateY(30px);
  opacity: 0;
  /*上から*/
  /*下から*/
  /*左から*/
  /*右から*/
}
.hoverBox .hoverGrid a.boxlink {
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
  top: 0;
  left: 0;
  text-indent: 100%;
  /*テキスト非表示*/
  white-space: nowrap;
  /*テキスト非表示*/
  overflow: hidden;
  /*テキスト非表示*/
  z-index: 10;
}
.hoverBox .hoverGrid.is-visible {
  animation: fadeInUp 0.6s 0s forwards;
}
.hoverBox .hoverGrid.is-visible:before {
  animation: fromTop 0.4s 2s forwards;
}
.hoverBox .hoverGrid:before {
  position: absolute;
  z-index: 1;
  background: #000;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  display: block;
  transform: translateY(0);
}
.hoverBox .hoverGrid.bottomUp:before {
  position: absolute;
  z-index: 1;
  background: #000;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  display: block;
  transform: translateY(0);
}
.hoverBox .hoverGrid.bottomUp.is-visible:before {
  animation: fromBottom 0.4s 2s forwards;
}
.hoverBox .hoverGrid.leftToRight:before {
  position: absolute;
  z-index: 1;
  background: #f4f4f4;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  display: block;
  transform: translateX(0);
}
.hoverBox .hoverGrid.leftToRight.is-visible:before {
  animation: fromLeftToRight 0.8s 0.5s forwards;
}
.hoverBox .hoverGrid.rightToLeft:before {
  position: absolute;
  z-index: 1;
  background: #f4f4f4;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  display: block;
  transform: translateX(0);
}
.hoverBox .hoverGrid.rightToLeft.is-visible:before {
  animation: fromLeftToRight 0.8s 0.5s forwards;
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
    transform: matrix(1, 0, 0, 1, 0, 0);
  }
}
@keyframes fromTop {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(101%);
  }
}
@keyframes fromBottom {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-101%);
  }
}
@keyframes fromLeftToRight {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(101%);
  }
}
@keyframes fromRightToLeft {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-101%);
  }
}
/*テキストアニメーション*/
.is-left-slide {
  opacity: 0;
  transform: translateX(-30px);
  transition: transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0.4s;
}
.is-left-slide.is-visible {
  animation: fadeIn 0.4s 1s forwards;
}

.is-right-slide {
  opacity: 0;
  transform: translateX(30px);
  transition: transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0.4s;
}
.is-right-slide.is-visible {
  animation: fadeIn 0.4s 1s forwards;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
    transform: matrix(1, 0, 0, 1, 0, 0);
  }
}
.is-down-slide {
  opacity: 0;
  transform: translateY(-30px);
  transition: transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0.4s;
}
.is-down-slide.is-visible {
  animation: fadeInY 0.4s 1s forwards;
}

@keyframes fadeInY {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
    transform: matrix(1, 0, 0, 1, 0, 0);
  }
}
.is-up-slide {
  opacity: 0;
  transform: translateY(30px);
  transition: transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0.4s;
}
.is-up-slide.is-visible {
  animation: fadeInY 0.4s 1s forwards;
}

@keyframes fadeInY {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
    transform: matrix(1, 0, 0, 1, 0, 0);
  }
}
/*plylang*/
.switcher ul {
  display: flex;
  list-style-type: none;
  margin: 3px;
  padding: 0;
  border: 2px solid #000;
  background: #FFF;
  transform: translatey(-100px);
  animation: slideDown 1s 0.5s forwards;
  z-index: 101;
}
.switcher ul li {
  text-transform: uppercase;
  font-weight: 700;
  border-right: 2px solid #000;
}
.switcher ul li:last-child {
  border: none;
}
.switcher ul li.current-lang {
  background: #000;
}
.switcher ul li.current-lang a {
  color: #FFF;
}
.switcher ul li a {
  display: block;
  padding: 2px 7px;
  cursor: pointer;
}

@keyframes slideDown {
  0% {
    transform: translatey(-100px);
  }
  100% {
    transform: translatey(0);
  }
}
/*Revealテキスト*/
.reveal-text,
.reveal-text::after {
  animation-delay: var(--animation-delay, 2s);
  animation-iteration-count: var(--iterations, 1);
  animation-duration: var(--duration, 800ms);
  animation-fill-mode: both;
  animation-timing-function: cubic-bezier(0, 0, 0.2, 1);
}

.reveal-text.is-visible {
  --animation-delay: var(--delay, 0);
  --animation-duration: var(--duration, 800ms);
  --animation-iterations: var(--iterations, 1);
  position: relative;
}
.reveal-text.is-visible::after {
  content: "";
  position: absolute;
  z-index: 999;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #000;
  transform: scaleX(0);
  transform-origin: 0 50%;
  pointer-events: none;
  animation-name: text-revealer;
}

@keyframes text-revealer {
  0%, 50% {
    transform-origin: 0 50%;
  }
  60%, 100% {
    transform-origin: 100% 50%;
  }
  60% {
    transform: scaleX(1);
  }
  100% {
    transform: scaleX(0);
  }
}
/*背景色が伸びて出現 共通*/
.bgextend {
  display: inline-block;
  animation-name: bgextendAnimeBase;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  position: relative;
  overflow: hidden; /*　はみ出た色要素を隠す　*/
  opacity: 0;
}

@keyframes bgextendAnimeBase {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/*中の要素*/
.bgextend.is-visible picture {
  animation-name: bgextendAnimeSecond;
  animation-duration: 1s;
  animation-delay: 0.6s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes bgextendAnimeSecond {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/*--------- 左から --------*/
.bgLRextend.is-visible::before {
  animation-name: bgLRextendAnime;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #000; /*伸びる背景色の設定*/
}

@keyframes bgLRextendAnime {
  0% {
    transform-origin: left;
    transform: scaleX(0);
  }
  50% {
    transform-origin: left;
    transform: scaleX(1);
  }
  50.001% {
    transform-origin: right;
  }
  100% {
    transform-origin: right;
    transform: scaleX(0);
  }
}
/*--------- 右から --------*/
.bgRLextend.is-visible::before {
  animation-name: bgRLextendAnime;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #666; /*伸びる背景色の設定*/
}

@keyframes bgRLextendAnime {
  0% {
    transform-origin: right;
    transform: scaleX(0);
  }
  50% {
    transform-origin: right;
    transform: scaleX(1);
  }
  50.001% {
    transform-origin: left;
  }
  100% {
    transform-origin: left;
    transform: scaleX(0);
  }
}
/*--------- 下から --------*/
.bgDUextend.is-visible::before {
  animation-name: bgDUextendAnime;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #666; /*伸びる背景色の設定*/
}

@keyframes bgDUextendAnime {
  0% {
    transform-origin: bottom;
    transform: scaleY(0);
  }
  50% {
    transform-origin: bottom;
    transform: scaleY(1);
  }
  50.001% {
    transform-origin: top;
  }
  100% {
    transform-origin: top;
    transform: scaleY(0);
  }
}
/*--------- 上から --------*/
.bgUDextend.is-visible::before {
  animation-name: bgUDextendAnime;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #666; /*伸びる背景色の設定*/
}

@keyframes bgUDextendAnime {
  0% {
    transform-origin: top;
    transform: scaleY(0);
  }
  50% {
    transform-origin: top;
    transform: scaleY(1);
  }
  50.001% {
    transform-origin: bottom;
  }
  100% {
    transform-origin: bottom;
    transform: scaleY(0);
  }
}/*# sourceMappingURL=lobase.css.map */