/* color */
/* font size */
b {
  font-weight: bold !important;
}

.font28 {
  font-size: 28px !important;
}
@media (max-width: 575.98px) {
  .font28 {
    font-size: 23px !important;
  }
}

.font20 {
  font-size: 20px !important;
}
@media (max-width: 575.98px) {
  .font20 {
    font-size: 14px !important;
  }
}

.font17 {
  font-size: 17px !important;
}
@media (max-width: 575.98px) {
  .font17 {
    font-size: 12px !important;
  }
}

.font15 {
  font-size: 15px !important;
}
@media (max-width: 575.98px) {
  .font15 {
    font-size: 12px !important;
  }
}

/* margin */
.mt30 {
  margin-top: 30px !important;
}
@media (max-width: 575.98px) {
  .mt30 {
    margin-top: 15px !important;
  }
}

.mt50 {
  margin-top: 50px !important;
}
@media (max-width: 575.98px) {
  .mt50 {
    margin-top: 25px !important;
  }
}

.mt100 {
  margin-top: 100px !important;
}
@media (max-width: 575.98px) {
  .mt100 {
    margin-top: 50px !important;
  }
}

.mb30 {
  margin-bottom: 30px !important;
}
@media (max-width: 575.98px) {
  .mb30 {
    margin-bottom: 15px !important;
  }
}

.mb50 {
  margin-bottom: 50px !important;
}
@media (max-width: 575.98px) {
  .mb50 {
    margin-bottom: 25px !important;
  }
}

.mb100 {
  margin-bottom: 100px !important;
}
@media (max-width: 575.98px) {
  .mb100 {
    margin-bottom: 50px !important;
  }
}

/* design */
.bt {
  margin: 0 auto;
  width: 200px;
}
.bt a {
  display: block;
  padding: 1em 0 1em 1em;
  line-height: 1;
  letter-spacing: 0.1em;
  text-align: center;
  background-color: #00a29a;
  color: #fff;
  text-decoration: none;
  border-radius: 2em;
  font-size: 17px;
}
.bt a:hover {
  opacity: 0.7;
  transition: 0.5s;
  color: #fff;
}
.bt a span {
  position: relative;
}
.bt a span::before, .bt a span::after {
  position: absolute;
  content: "";
  display: block;
  left: -1.5em;
  top: 50%;
}
.bt a span::before {
  margin-top: -0.5em;
  width: 1em;
  height: 1em;
  background-color: #fff;
  border-radius: 50%;
}
.bt a span::after {
  width: 0.4em;
  height: 0.4em;
  margin-top: -0.2em;
  margin-left: 0.2em;
  border-right: 2px solid #00a29a;
  border-top: 2px solid #00a29a;
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  -webkit-transition: rotate(45deg);
  transform: rotate(45deg);
}
@media (max-width: 575.98px) {
  .bt {
    width: 150px;
  }
  .bt a {
    font-size: 14px;
  }
}

/* common */
body {
  color: #333;
  font-family: "Roboto", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-weight: 300;
  font-size: 15px;
  /* body */
}
body a {
  transition: 0.5s;
  color: #333;
  overflow-wrap: break-word;
  text-decoration: underline;
}
body a:hover {
  color: #333;
  text-decoration: none;
}
body a:hover img {
  opacity: 0.7;
  transition: 0.5s;
}
body ul li {
  list-style: none;
}
body .is-hide {
  display: none;
}
body .fadeout-bg {
  transition-property: opacity;
  transition-delay: 0.9s;
  transition-duration: 0.8s;
  opacity: 0;
  pointer-events: none;
}
body .fadeout-loader {
  transition-property: opacity;
  transition-delay: 0.9s;
  transition-duration: 0.3s;
  opacity: 0;
  pointer-events: none;
}
body #loader-bg {
  background: #fff;
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 100;
}
body #loader {
  height: 64px;
  left: 50%;
  margin-left: -32px;
  margin-top: -32px;
  position: fixed;
  top: 50%;
  width: 64px;
}
body #loader p {
  color: #454545;
  font-size: 10px;
  line-height: 1.4;
  text-align: center;
}
body #loader p {
  display: inline-block;
}
body #wrap {
  animation: fadeIn 2s ease 0s 1 normal;
  -webkit-animation: fadeIn 2s ease 0s 1 normal;
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
body #wrap h2.title {
  font-weight: bold !important;
}
body #wrap h3 {
  font-weight: bold;
}
body section#slider {
  padding: 0;
}
body section#slider div.sp-pink {
  background: #df3373;
  opacity: 1;
  padding: 20px;
}
body section#slider div.sp-pink p {
  margin: 0 auto;
  color: white;
  font-size: 17px;
}
body section#slider .sp-buttons {
  padding-top: 35px;
}
body section#slider .sp-buttons .sp-button {
  border: 0;
  background-color: #a8a8a8;
  margin: 10px 10px 0;
}
@media (max-width: 575.98px) {
  body section#slider .sp-buttons .sp-button {
    height: 14px;
    width: 14px;
  }
}
body section#slider .sp-buttons .sp-selected-button {
  background-color: #000 !important;
}
body section#events {
  background: #f1f1f1;
  padding: 60px 0;
}
body section#events div.container div.row h2 {
  font-size: 17px;
  color: #fff;
  margin-bottom: 30px;
  height: 40px;
  line-height: 2.3;
  width: 100%;
  background-color: #00a199;
}
body section#events div.container div.row ul {
  padding: 0;
}
body section#events div.container div.row ul li {
  list-style: none !important;
  float: left;
}
body section#events div.container div.row ul li p {
  margin-top: 1rem;
  font-size: 15px;
  text-align: center;
}
body section#events div.container div.row .breakingtxt {
  text-align: center;
  font-size: 0.9em;
  border-top: 1px solid #333;
  border-bottom: 1px solid #333;
  padding: 15px 0;
  line-height: 1;
}
body section#info p {
  margin-bottom: 0;
}
body section#info a {
  margin: 0 auto;
  text-decoration: none !important;
}
body section#info a:hover {
  opacity: 0.7;
}
body section#info a div.pressPdf {
  background-color: #df3373;
  border-radius: 50%;
  text-align: center;
  color: #fff;
  width: 165px;
  height: 165px;
}
body section#info a div.pressPdf .pressPdfInner {
  margin: 0 auto;
}
body section#info a div.pressPdf .pressPdfInner img {
  width: 35px;
  margin-bottom: 10px;
}
body section#info a div.pressPdf .pressPdfInner p {
  line-height: 1.4;
  margin-bottom: 0;
}
body section#info a div.pressPdf .pressPdfInner p span {
  font-size: 0.9em;
}
body section#info h2 {
  text-align: center;
  width: 100%;
  line-height: 1;
  padding-bottom: 15px;
  font-weight: bold;
}
body section#info h2.infoTitle {
  margin-bottom: 0;
}
body section#info h2.snsTitle {
  border-bottom: 1px solid #ccc;
}
body section#info h2.inqTitle {
  border-bottom: 1px solid #ccc;
}
body section#info h2 img {
  margin: 0 auto;
}
body section#info dl {
  padding: 10px 0;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
body section#info dl dd:last-child {
  margin-bottom: 0px;
}
body section#info ul li {
  float: left;
  margin-bottom: 10px;
}
@media (min-width: 576px) {
  body section#info ul li {
    text-align: center;
    margin-bottom: 0;
  }
}
@media (min-width: 576px) {
  body section#info ul li img {
    max-height: 46px;
  }
}
@media (max-width: 575.98px) {
  body section#info ul li img {
    max-height: 30px;
  }
}
body section#sponcers {
  padding: 50px 0;
  background-color: #f1f1f1;
}
body section#sponcers h3 {
  margin-bottom: 20px;
  font-weight: bold;
  font-size: 13px;
  width: 100%;
  text-align: center;
}
body section#sponcers .orglogo {
  float: left;
  text-align: center;
}
@media (min-width: 576px) {
  body section#sponcers .orglogo img {
    max-height: 40px;
  }
}
@media (max-width: 575.98px) {
  body section#sponcers .orglogo img {
    max-height: 40px;
  }
}
body section#sponcers hr {
  margin: 25px 0;
}
body section#sponcers p {
  text-align: center;
  font-size: 0.8em;
  line-height: 1.8;
  margin: 0;
}
body section#sponcers p b {
  font-weight: bold;
}
body footer {
  color: #fff;
  text-align: center;
}
body footer .container-fluid {
  background-color: #00a199;
  padding: 30px 0;
}
@media (max-width: 1199px) {
  body footer .container-fluid {
    padding-bottom: 80px;
  }
}
body footer .container-fluid .link {
  margin-bottom: 1em;
  text-align: center;
}
body footer .container-fluid .link a {
  margin: 0 1em;
  text-decoration: none;
  color: #fff;
}
body footer .container-fluid .link a:hover {
  text-decoration: underline;
}
body footer .container-fluid p {
  line-height: 1;
  margin-bottom: 0;
  font-size: 0.8em;
}

body {
  padding-top: 100px;
}
@media (max-width: 1199px) {
  body {
    padding-top: 60px;
  }
}

.buybtn a {
  display: block;
  max-width: 300px;
  text-align: center;
  padding: 0 2.2em;
  background-color: #00a29a;
  letter-spacing: 0.1em;
  color: #fff;
  border-radius: 2em;
  text-decoration: none;
  line-height: 45px;
}
.buybtn a img {
  vertical-align: middle;
  margin-right: 10px;
}
.buybtn a:hover {
  color: #fff !important;
}
@media (max-width: 1199px) {
  .buybtn {
    position: fixed;
    left: 0;
    bottom: 10px;
    z-index: 2;
    width: 100%;
  }
  .buybtn a {
    margin: 0 auto;
    border: 2px solid #fff;
  }
}

.navbar {
  padding: 0;
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  height: 60px;
}
@media (min-width: 1200px) {
  .navbar {
    height: 100px;
  }
}
@media (max-width: 1199px) {
  .navbar .container {
    max-width: none !important;
  }
}
.navbar .navbar-brand {
  padding-left: 0.75rem;
}
@media (max-width: 1199px) {
  .navbar .navbar-brand {
    width: 80px;
  }
}
@media (max-width: 1199px) {
  .navbar .navbar-nav {
    border-top: 1px solid #d70051;
  }
}
@media (min-width: 1200px) {
  .navbar .navbar-nav {
    margin-right: 30px;
  }
}
@media (max-width: 1199px) {
  .navbar .navbar-nav .nav-item {
    border-bottom: 1px solid #d70051;
  }
}
.navbar .navbar-nav a {
  padding: 10px !important;
  text-decoration: none;
  transition: 0.5s;
  font-size: 15px;
}
.navbar .navbar-nav a:hover {
  color: #999;
}
.navbar .navbar-toggler {
  font-size: 1.9rem;
  padding-top: 0;
  padding-bottom: 0;
  height: 60px;
}
.navbar .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(186, 0, 69, 1)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.navbar .navbar-toggler[aria-expanded=true] .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(186, 0, 69, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M6 6L 24 24M24 6L6 24'/%3E%3C/svg%3E");
}
.navbar .sns {
  display: flex;
  padding-top: 10px;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 1199px) {
  .navbar .sns {
    padding: 10px;
  }
}
.navbar .sns a {
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  width: 26px;
  height: 26px;
  color: #fff;
  background-color: #333;
  border-radius: 50%;
  margin-left: 0.35em;
}
.navbar .sns a:hover {
  opacity: 0.9;
}
@media (max-width: 1199px) {
  .navbar .sns a {
    width: 40px;
    height: 40px;
  }
}
.navbar .buybtn a {
  width: 150px;
  padding: 0;
  margin: 10px 0;
}

@media (max-width: 1199px) {
  #navbarCollapse {
    background-color: #fff;
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  }
}