@charset "UTF-8";
html,body {
  font-family: "BIZ UDPGothic", sans-serif;

  font-size: 16px;
  line-height: 30px;
  font-weight: 500;
  color: #000;
}
body.navmenu-opened {overflow: hidden;width: 100%;
}
.f-zm {
  font-family: "Zen Maru Gothic", sans-serif;
}
a,a:visited {
  color: #000;
  text-decoration: none;
  transition: all 0.3s ease;
}
a:hover {
  color: #000;
  text-decoration: underline;
}
ul {
  list-style: none;
  margin:0;
  padding:0;}
ol {margin-bottom: 0;}
h1,h2,h3,h4,h5 {
  margin:0;
  font-weight: 500;
  line-height: unset;}
.flex {
  display:flex;
  flex-direction:row;
  flex-wrap:wrap;}
figure {margin:0;}
p,.txt {text-align:justify;word-break:break-all;}
.wpcf7-spinner {display:none;}
.grecaptcha-badge {visibility:hidden;}
img {max-width:100%;height:auto;}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active{
  -webkit-box-shadow: 0 0 0 30px white inset !important;
  outline: none;
  box-shadow: none;
  transition: background-color 0s 600000s, color 0s 600000s !important;
}
::selection {
  background-color: #3E9EF2;
  color: #fff;
}
.form-control:focus {
  outline: none;
  box-shadow: none;
  border-color:#aaa;
}
@media (min-width: 1200px){
  .container {
    width: 1024px;
  }
}

.btn {
  border-radius: 0;
}
#gotop-btn {
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 999;
  background: transparent;
  text-align: center;
  display: none;
  width: 60px;
  height: 60px;
  display: none;
}
#gotop-btn a,#gotop-btn a:visited {
  display: inline-block;
  transition: all 0.3s ease;
}
#gotop-btn a ._on {
  display: none;
}
#gotop-btn a:hover  ._on {
  display: inline-block;
}
#gotop-btn a:hover  ._off {
  display: none;
}

/* breadcrumb */
.breadcrumb {
  background: none;
  margin: 0;
  padding: 12px 0 0;
  font-size: 12px;
  line-height: 20px;
  font-family: "Zen Maru Gothic", sans-serif;
}
.breadcrumb .cls-1 {
  fill: #909090;
}

.breadcrumb .cls-2 {
  clip-path: url(#clip-path);
}
.breadcrumb ul {
  position: relative;
  list-style: none;
  margin: 0;
  padding: 0;
}
.breadcrumb ul li {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  padding-right: 16px;
}
.breadcrumb ul li:after {
  content:"";
  position: absolute;
  background: no-repeat center url(../img/common/bread-crumb-arrow.svg);
  background-size: 100%;
  top:50%;
  transform: translateY(-50%);
  right: 0;
  width: 12px;
  height: 12px;
}
.breadcrumb ul li:last-child:after {
  content: none;
}
.breadcrumb ul li span {
  padding:0 4px;
}
.breadcrumb ul li:first-child span {
  padding-left: 0;
  display: inline-block;
}
.breadcrumb li:first-child svg {
  margin-top: -2px;
  display: inline-block;
}
header,footer {
  overflow: hidden;
}

/* header  */
.nav-site {
  padding: 0;
  background: #fff;
}
.nav-site .navbar-nav {
  font-family: "Zen Maru Gothic", sans-serif;
}
.navbar>.container-fluid {
  padding:0 0 0 30px;
}
.navbar-brand {
  position: relative;
  padding:0;
  margin-top: -3px;
}
.navbar-brand:hover {
  text-decoration: none;
}
.navbar-brand>* {
  display: inline-block;
  vertical-align: middle;
}
.navbar-brand .n {
  margin-top: 5px;
  margin-left: 15px;
}
.nav-site .navbar-nav {
  align-items: center;
}
.nav-site .nav-item {
  padding: 25px 0;
}
.nav-site .nav-btn {
  padding:0;
}
.nav-site .navbar-nav .nav-link {
  position: relative;
  display: inline-block;
  color:#000;
  font-size: 16px;
  line-height: 20px;
  padding:10px 2px;
  margin-left: 34px;
}
.nav-site .navbar-nav li:first-child .nav-link {
  margin-left: 0;
}
.nav-site .navbar-nav .nav-link:hover {
  color:#73A3E5;
  text-decoration: none;
}
.nav-site .navbar-nav .nav-link:after {
  content:"";
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  bottom: 1px;
  height: 3px;
  border-radius: 1.5px;
  background: #73A3E5;
  width: 0;
  transition: all 0.3s ease;
}
.nav-site .navbar-nav .nav-link:hover:after {
  width: 100%;
}
.navbar-nav .nav-btn {
  margin-left: 34px;
}
.nav-btn>.btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  color:#fff;
  font-size: 18px;
  line-height: 26px;
  padding:5px;
  height: 90px;
  width: 90px;
}
.nav-btn>.btn-entry {
  background: #3E9EF2;
}
.nav-btn>.btn-mypage {
  background: #3F6EEF;
}
.nav-btn>.btn:hover {
  text-decoration: none;
}
.nav-btn>.btn-entry:hover {
  background: #2A90EA;
}
.nav-btn>.btn-mypage:hover {
  background: #3661D5;
}
/*
.nav-site .navbar-nav .btn-entry {
  position: relative;
  color:#fff;
  background: #3E9EF2;
  border-radius: 10px;
  border:1px solid #3E9EF2;
  font-size: 18px;
  padding:15px 17px;
  padding-right: 48px;
}
.navbar-nav .btn-entry:after {
  content:"";
  position: absolute;
  right: 18px;
  top:50%;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  background: no-repeat center url(../img/common/ico-circle-and-arrow-default.svg);
  background-size: 100%;
}
.navbar-nav .btn-entry:hover {
  text-decoration: none;
  background: #fff;
  color:#3E9EF2;
}
.navbar-nav .btn-entry:hover:after {
  background: no-repeat center url(../img/common/ico-circle-and-arrow-onmouse.svg);
  background-size: 100%;
}*/



/* content */
main {
  margin-top: 89px;
  overflow: hidden;

  /* debug */
  min-height: 600px;
}

.thepage .p-head {
  position: relative;
  height: 240px;
  color:#fff;
  text-align: center;
}
.thepage .p-head:before,
.thepage .p-head .h-bg {
  content:"";
  position: absolute;
  top: 0;
  height: 100%;
}
.thepage .p-head:before {
  right: 0;
  width: 68%;
  /*max-width: 1020px;*/
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.thepage .p-head .h-bg {
  left: 0;
  display: inline-block;
  border-radius: 0 120px 120px 0;
  /*min-width: 640px;*/
  width: 42%;

  background-color: #86D1E2;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../img/common/hero-bg-decoration@2x.png);
}
.thepage .p-head>.container {
  height: 100%;
}
.thepage .p-head .head-cont {
  height: 100%;
  display: flex;
  align-items: center;
}
.p-head .ht {
  position: relative;
  z-index: 2;
  margin-left: 40px;
}
.p-head .ht:before {
  content:"";
  position: absolute;
  left: -40px;
  top:-40px;
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
}
.thepage .p-head h1,
.thepage .p-head h2 {
  display: inline-block;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 28px;
  line-height: 30px;
  font-weight: 400;
  letter-spacing: 14px;
  margin-right: -14px;
}
.thepage .ht span {
  position: relative;
  display: inline-block;
}
.thepage .ht:after {
  content:"";
  position: absolute;
  left: 0;
  right: 0;
  margin:auto;
  bottom: -5px;
  height: 2px;
  width: 100%;
  background: #fff;
}

.thepage .sec-top {
  padding-top: 90px;
}
.r-tt {
  text-align: center;
  margin-bottom: 70px;
}
.r-tt h2,.r-tt h3 {
  font-family: "Zen Maru Gothic", sans-serif;
  position: relative;
  display: inline-block;
  font-size: 36px;
  line-height: 48px;
  letter-spacing: 18px;
  margin-right: -18px;
}
.r-tt h2:before,
.r-tt h2:after,
.r-tt h3:before,
.r-tt h3:after {
  content: "";
  position: absolute;
  top:2px;
  width: 2px;
  height: 46px;
  background:#63B4C6;
  transform: rotate(18deg);
}
.r-tt h2:before {
  left: -30px;
}
.r-tt h2:after {
  right: -10px;
}
.r-tt.h3 {
  margin-bottom: 40px;
}
.r-tt h3 {
  font-size: 24px;
  line-height: 34px;
  letter-spacing: 0;
  margin-right: 0;
}
.r-tt h3:before,
.r-tt h3:after {
  width: 1px;
  height: 40px;
  top:0;
}
.r-tt h3:before {
  transform: rotate(-18deg);
  left: -20px;
}
.r-tt h3:after {
  right: -20px;
}
.r-tt .st {
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 20px;
  line-height: 28px;
  margin-top: 20px;
}

.bg-gb {
  background-image: linear-gradient(180deg, rgba(67, 222, 242, 0.15), rgba(49, 144, 239, 0.15));
  background-repeat: no-repeat;
}

/* footer */
.f-inner {
  background: #73A3E5;
  color:#fff;
  padding:50px 0;
}
.f-brand .n {
  margin-top: 10px;
}
footer .f-brand {
  display: inline-block;
  text-align: center;
}
.f-nav {
  margin-bottom: 24px;
  line-height: 20px;
  text-align: right;
}
.f-nav a {
  position: relative;
  display: inline-block;
  color:#fff;
  font-size: 14px;
  line-height: 20px;
  margin-left: 35px;
}
.f-nav a:first-child {
  margin-left: 0;
}
.f-nav a:hover {
  text-decoration: none;
}
.f-nav a:after {
  content:"";
  position: absolute;
  height: 1px;
  left: 0;
  right: 0;
  margin:auto;
  bottom: -2px;
  background: #fff;
  width: 0;
  transition: all 0.3s ease;
}
.f-nav a:hover:after {
  width: 100%;
}
.f-nav .btn-crop {
  border:1px solid #fff;
  border-radius: 15px;
  padding:2px 8px;
}
.f-nav .btn-crop:hover {
  background: #fff;
  color:#73A3E5;
}
.f-nav .btn-crop:hover:after {
  content: none;
}

.f-copy {
  text-align: right;
  font-size: 11px;
  line-height: 24px;
}

@media (max-width: 1199px) {
  .navbar>.container-fluid {
    padding-left: 15px;
  }
  .navbar-brand>img {
    max-width: 110px;
  }
  .navbar-brand .n {
    margin-left: 10px;
  }
  .nav-site .navbar-nav .nav-link {
    margin-left: 8px;
    font-size: 15px;
  }
  .navbar-nav .nav-btn {
    margin-left: 14px;
  }

  .thepage .p-head {
    height: 200px;
  }
}
@media (max-width: 992px) {
  .navbar-brand>img {
    max-width: 90px;
  }
  .navbar-brand .n {
    margin-top: 2px;
  }
  .navbar-brand .n img {
    max-width: 110px;
  }
  .nav-site .nav-item {
    padding:15px 0;
  }
  .nav-site .navbar-nav .nav-link {
    margin-left: 6px;
    font-size: 12px;
  }
  .nav-site .nav-btn {
    padding:0;
    margin-left: 12px;
  }
  .nav-btn>.btn {
    font-size: 14px;
    width: 70px;
    height: 70px;
  }
  #gotop-btn {
    bottom: 15px;
    right: 15px;
  }
  main {
    margin-top: 69px;
  }
  .thepage .p-head {
    height: 130px;
  }
  .thepage .p-head h1, .thepage .p-head h2 {
    font-size: 22px;
    line-height: 24px;
    letter-spacing: 8px;
  }

  .thepage .sec-top {
    padding-top: 50px;
  }
  .r-tt {
    margin-bottom: 40px;
  }
  .r-tt h2, .r-tt h3 {
    font-size: 32px;
    line-height: 44px;
    letter-spacing: 12px;
    margin-right: -12px;
  }

  .f-nav {
    margin-bottom: 0;
  }
  .f-nav a {
    margin-left: 18px;
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .navbar>.container-fluid {
    padding-left: 12px;
  }
  .navbar-brand {
    margin-top: 0;
  }
  .navbar-brand .n {
    margin-left: 6px;
  }
  .navbar-brand .n img {
    max-width: 120px;
  }
  .nav-site .navbar-toggler,
  .nav-site .navbar-toggler:focus,
  .nav-site .navbar-toggler:active {
    border: none;
    outline: none;
    box-shadow: none;
  }
  .nav-site .navbar-toggler {
    position: relative;
    top: 0;
    right: 0;
    color:transparent;
    padding:0;
    border:none;
    background: transparent;
    border-radius: 0;
    width: 62px;
    height: 55px;
    color:#fff;
  }
  .nav-site .navbar-toggler-icon {
    background-image: url(../img/common/sp/btn-menu-default.svg);
    width: 44px;
    height: 44px;
  }

  /**/
  .navbar-toggler.collapsed>.close {
    display: none;
  }
  .navbar-toggler .close {
    display: block;
    width: 44px;
    height: 44px;
    background: no-repeat center url(../img/common/sp/btn-menu-close.svg);
    background-size: 100%;
    opacity: 1;
  }
  .navbar-collapse {
    /*background: #ccc;*/
    background:no-repeat center url(../img/index/content-bg@2x.png);
    background-color:#fff;
    background-size: cover;
    position: fixed;
    top: 0;
    bottom: 0;
    right: -100%;
    width: 100%;
    height: 100%;
    max-width: 90%;
    z-index: 1;
    transition: right 0.3s ;
    padding:15px;
  }
  .navbar-collapse.show {
    right: 0;
  }
  .navbar-light #site-navbar-collapse {
    overflow: scroll;
  }
  .navbar-light #site-navbar-collapse .navbar-toggler {
    position: absolute;
    right: 15px;
    top: 15px;
    width: 44px;
    height: 44px;
  }
  /**/

  .nav-site .navbar-nav {
    padding-top: 50px;
  }
  .nav-site .nav-item {
    padding:0;
    margin-bottom: 30px;
  }
  .nav-site .nav-item.n-sub {
    margin-bottom: 18px;
  }
  .nav-site .navbar-nav .nav-link {
    font-size: 20px;
    line-height: 30px;
    padding:4px;
    margin:0;
  }
  .nav-site .n-movie .nav-movie {
    position: relative;
    display: inline-block;
  }
  .nav-site .n-movie .nav-movie:after {
    content:"";
    position: absolute;
    bottom: auto;
    left: auto;
    right: 15px;
    top:50%;
    transform: translateY(-50%);
    background: no-repeat center url(../img/common/bnr-arrow.svg);
    background-size: 100%;
    width: 24px;
    height: 24px;
  }
  .nav-site .navbar-nav .n-sub .nav-link {
    font-size: 16px;
    line-height: 26px;
  }
  .nav-site .n-sub .btn-crop {
    background: #73A3E5;
    border:1px solid #73A3E5;
    color:#fff;
    font-size:16px;
    line-height: 22px;
    font-weight: 500;
    border-radius: 16px;
    padding:4px 16px;
  }

  #gotop-btn {
    right: 12px;
    width: 50px;
    height: 50px;
  }

  #sp-fixed-btn {
    position: fixed;
    left:auto;
    right: -2px;
    top:35vh;
    z-index: 50;
    width: 38px;
  }
  #sp-fixed-btn a {
    position: relative;
    display: block;
    white-space: nowrap;
    -webkit-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
    color:#fff;
    border-radius: 8px 0 0 8px;
    line-height: 18px;
    padding:10px 9px 35px;
  }
  #sp-fixed-btn a:after {
    content:"";
    position: absolute;
    right: 0;
    left: 0;
    margin:auto;
    bottom: 9px;
    background: no-repeat center url(../img/common/ico-circle-and-arrow-default.svg);
    background-size: 100%;
    width: 18px;
    height: 18px;
  }
  #sp-fixed-btn .btn-entry {
    margin-bottom: 10px;
    background: #3E9EF2;
  }
  #sp-fixed-btn .btn-mypage {
    background: #3F6EEF;
  }

  main {
    margin-top: 54px;
  }

  .thepage .p-head {
    height: 90px;
  }
  .thepage .p-head:before {
    width: 52%;
  }
  .thepage .p-head .h-bg {
    width: 60%;
  }
  .thepage .p-head h1, .thepage .p-head h2 {
    font-size: 18px;
    line-height: 26px;
    letter-spacing: 4px;
    margin-right: -4px;
  }
  .thepage .ht:after {
    bottom: -2px;
  }
  .p-head .ht {
    margin-left: 22px;
  }

  .r-tt h2, .r-tt h3 {
    font-size: 26px;
    line-height: 40px;
    letter-spacing: 6px;
    margin-right: -6px;
  }
  .r-tt h2:before, .r-tt h2:after, .r-tt h3:before, .r-tt h3:after {
    height: 36px;
  }
  .r-tt h2:before {
    left: -20px;
  }
  .r-tt h2:after {
    right: -8px;
  }

  footer .f-brand {
    margin-bottom: 55px;
  }
  .f-inner,.f-nav {
    text-align: center;
  }
  .f-nav {
    max-width: 175px;
    margin:auto;
  }
  .f-nav a {
    display: block;
    font-size: 16px;
    margin-left: 0;
    margin-bottom: 30px;
  }
  .f-nav .btn-crop {
    padding:4px 8px;
  }
  .f-copy {
    margin-top: 60px;
    text-align: center;
    font-size: 10px;
  }
}