@charset "utf-8";

.frame {
    position: relative;
    width: 100%;
    max-height: calc( 100vh - 100px);
}
.frame .image {
    position: absolute;
    bottom: 100px;
		max-height: calc( 100vh - 150px);
}



.frame1 {
    position: relative;
    width: 100%;
    height: 30vh;
}
.frame1 .image {
    position: absolute;
    top: 0;
}


.frame2 {
    position: relative;
    width: 100%;
    height: 50vh;
}
.frame2 .image {
    position: absolute;
    bottom: 100px;
}






.panel-scroll {
    position: relative;
    height: 100vh;
    border-bottom: 1px solid #666;
    min-height: 100%;
}

.gl-scroll {
    position: relative;
    font-size: 16px;
    padding: 30px 10px;
    margin: 10px;
    width: 90px;
    height: 90px;
    display: inline-block;
    background: rgba(0,150,250,0.4);
    border-radius: 50%!important;
    text-align: center;
    color: #FFF!important;
    z-index: 1000;
}

.panel-scroll .scroll {
    position: absolute;
    bottom: 20px;
    left: 50%;
    margin-left: -50px;
}

.gl-scroll:hover {
    text-decoration: none;
    color: #333!important;
    background: rgba(255,255,50,0.8);
}

.gl-scroll:after {
    font-family: 'Font Awesome 6 Free';
    content: '\f107';
    font-weight: bold;
    display: inline-block;
    font-size: 30px;
    width: 1.2em;
    height: 10px;
    position: absolute;
    bottom: 25px;
    right: 0;
    left: 0;
    margin: auto;
    -webkit-font-smoothing: antialiased;
    text-rendering: auto;
    -webkit-animation: 3s arrow infinite ease;
    animation: 3s arrow infinite ease;
}



#wrapper {
  position: relative;
}

.ScrollTop2 {
  position: fixed;
  right: 0px;
  bottom: 0px;

  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;

  text-decoration: none;
  opacity: 0;
  transition: all 0.65s;
}
.ScrollTop2.isActive2 {
  opacity: 1;
  transition: all 0.65s;
}


/* Geeklog Horizon Theme 1.0 | Copyright (C) 2012-2015 by Ivy | http://www.ivywe.co.jp | License:GPLv2 */
@media (max-width: 969px) {
	.col-sm-5 {
		max-width: 50%;
	}
}
@media (max-width: 599px) {
	.col-sm-5 {
		max-width: 70%;
	}
}

.tag-box-v2 {
border-left:solid 0px white;
}

li.list-group-item a
{
	font-size: 12px;
}
li.list-group-item
{
	padding: 2px 10px
}

.gl-h2-category {
  font-size: 16px;
}
.uk-heading-bullet-papalagi {
  color: #23346b;
  }

.gl-color-papalagi {
	color: #23346b;
}

.uk-heading-bullet-papalagi::before {
  content: "";
  /* 1 */
  display: inline-block;
  /* 2 */
  position: relative;
  top: calc(-0.1 * 1em);
  vertical-align: middle;
  /* 3 */
  height: calc(4px + 0.7em);
  margin-right: calc(5px + 0.2em);
  border-left: calc(5px + 0.1em) solid #23346b;
}


 h1 { color: #23346b; font-weight: 600; margin-bottom:40px }
 .gl-category h2 { font-size: 16px; font-weight: 600; }
 .gl-category uk li.list-group-item a {  font-size: 13px; }
 .gl-category uk li.list-group-item {  padding:2px }
 .list-group-item {font-size: 13px; padding: 4px 8px}
 .uk-heading-divider { padding-bottom: calc(0.1em); border-bottom: 2px solid #23346b; color: #23346b; font-weight: 600; margin-bottom:40px; }

.bn632-hover {
  width: 240px;
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  cursor: pointer;
  margin: 20px;
  height: 80px;
  padding:20px;
  text-align:center;
  border: none;
  background-size: 300% 100%;

  moz-transition: all .4s ease-in-out;
  -o-transition: all .4s ease-in-out;
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
  border-radius: 40px!important;
  overflow: hidden;
}

.bn632-hover:hover {
  background-position: 100% 0;
  moz-transition: all .4s ease-in-out;
  -o-transition: all .4s ease-in-out;
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
}

.bn632-hover:focus {
  outline: none;
}

.bn632-hover.bn21 {
  background-image: linear-gradient(
    to right,
    #fc6076,
    #ff9a44,
    #ef9d43,
    #e75516
  );
  box-shadow: 0 4px 15px 0 rgba(252, 104, 110, 0.75);
}


.bottombar.gl-button-banner {
  line-height: 150%;
  padding: 10px;
  font-size: 13px;
  border: solid 5px #ff0055;
  bottom:0; right:50px;
  background-color: rgba(255,255,255,1)!important;
  background: white;
  /*background: -moz-linear-gradient(bottom, #a3c9db 0%, #f0f9ff 100%); /* FF3.6-15 */
  /*background: -webkit-linear-gradient(bottom, #a3c9db 0%,#f0f9ff 100%); /* Chrome10-25,Safari5.1-6 */
  /*background: linear-gradient(to bottom, #a3c9db 0%,#f0f9ff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  /*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a3c9db', endColorstr='#f0f9ff',GradientType=1 ); /* IE6-9 */

}

@media (max-width: 969px) {
	.gl-button-banner {
		width:100%;
	}
}
@media (min-width: 970px) {
	.gl-button-banner {
		bottom: 0;
	}
}
button.gl-button-banner:hover {
  background-color: rgba(255,222,240,1)!important;
    border: solid 5px #ff0055;
/*
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#5fb2d8+0,f0f9ff+100 */
/*background: #5fb2d8; /* Old browsers */
/*background: -moz-linear-gradient(bottom,  #5fb2d8 0%, #f0f9ff 100%); /* FF3.6-15 */
/*background: -webkit-linear-gradient(bottom,  #5fb2d8 0%,#f0f9ff 100%); /* Chrome10-25,Safari5.1-6 */
/*background: linear-gradient(to bottom,  #5fb2d8 0%,#f0f9ff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5fb2d8', endColorstr='#f0f9ff',GradientType=1 ); /* IE6-9 */



}
.gl-button-banner-red {
  font-size: 20px;
  color: #ff0066;
}
.gl-button-bold {
  font-weight: bold;
}


html {
  font: normal 15px / 20px "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
}

.uk-form-row + .uk-form-row {margin-top: 8px;}

.uk-navbar-nav > li > a[href='#'],
.uk-navbar-nav > li > a[href=''] {
  cursor: default;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: bold;
}



main {
	display: none;
}
div#loading {
    position: absolute;
    top: 45%;
    left: 45%;
}
footer {
	background-color: #f7f7f7;
	margin-top: 2rem;
	padding: 3rem 0;
}
