@charset "UTF-8";
@import url(font/import.css);
@import url("/css/global.css");
body {
    font-family: 'japanese_font', 'chinese_font',"maru_gothic_pro",vdl-gigag,'BIZ UDPGothic',-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
    font-size: 16px;
    line-height: 1.5;
    height: 100%;
}
::-webkit-scrollbar{
  width: 10px;
}
::-webkit-scrollbar-track{
  border: none;
  border-radius: 10px;
  box-shadow: inset 0 0 2px #777; 
}
::-webkit-scrollbar-thumb{
  border-radius: 10px;
  box-shadow: none;
}

.loading {
  position: fixed;
  z-index: 1000;
  width: 100%;
  height: 100vh;
  margin: 0;
  padding: 0;
  background: #fdfdfd;
}
.dark .loading {
  position: fixed;
  z-index: 1000;
  width: 100%;
  height: 100vh;
  margin: 0;
  padding: 0;
  background: #1a1a1a;
}
.loading.hide {
  opacity: 0;
  pointer-events: none;
  transition: opacity 500ms;
}
.loading .circle {
  display: block;
  position: relative;
  top: calc( 50% - 20px );
  width: 40px;
  height: 40px;
  margin: 0 auto;
  border: 8px solid #e0e0e0;
  border-top: 7px solid #5d00ff;
  border-radius: 50px;
  animation: loading 700ms linear 0ms infinite normal both;
}

.loading .loader{
  position:relative;
  width: 200px;
  height: 2px;
  background: linear-gradient(to right,transparent,rgb(103,27,255),transparent);
  overflow: hidden;
}
.loading .loader::after{
  content: "";
  position:absolute;
  translate: -200px 0;
  width: 100px;
  height: 100%;
  background: linear-gradient(to right,transparent,rgb(0,0,0),transparent);
  animation: some-name ls infinite;
}
@keyframes some-name{
  100%{
    translate: 200px 0;
  }
}
@keyframes loading {
  0% { transform: rotate( 0deg ); }
  100% { transform: rotate( 360deg ); }
}

.loading .loader-img{
  background-image: none;
}

.logo{
  background-image: none;
}

.tool_name{
  font-family: "glitch_h4","maru_gothic_pro",vdl-gigag,'BIZ UDPGothic',-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
}
.howto_tools{
  font-family: "Aoharu","maru_gothic_pro",vdl-gigag,'BIZ UDPGothic',-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
}
.page_header{
  font-family: "クックハンド R","maru_gothic_pro",vdl-gigag,'BIZ UDPGothic',-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;

}
.star_rail{
  font-family: "s_japanese_font","クックハンド R","maru_gothic_pro",vdl-gigag,'BIZ UDPGothic',-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;

}
button{
  font-family: vdl-gigag,'japanese_font', 'chinese_font', sans-serif;

}
option {
  font-family: "s_japanese_font", "s_chinese_font","s_tw_font","s_zh_tw_font",'japanese_font', 'chinese_font', sans-serif;

}
select{
  font-family: "s_japanese_font", "s_chinese_font","s_tw_font","s_zh_tw_font",vdl-gigag,'japanese_font', 'chinese_font', sans-serif;

}
.section{
  font-family: vdl-gigag,'japanese_font', 'chinese_font', sans-serif;

}
.status{
  font-family: 'japanese_font', 'chinese_font', sans-serif;

}
.input{
  font-family: vdl-gigag,'japanese_font', 'chinese_font', sans-serif;

}
img{
  background-image: url("../img/Ripple-1s-200px.gif");
  background-repeat: no-repeat;
  background-position: center center;
}
.center {
    text-align: center;
}

.ad_list {
  list-style-type:none;
}

.top-banner{
	display: flex;
	flex-wrap:wrap;
  width:100%;
}
.top-banner li {
	width: calc(100%/3);/*←画像を横に4つ並べる場合*/
	padding:0 5px;/*←画像の左右に5pxの余白を入れる場合*/
	box-sizing:border-box;
}
.top-banner li img {
	max-width:100%; /*画像のはみだしを防ぐ*/
	height: auto; /*画像の縦横比を維持 */
	border:solid 1px #ccc; /*←画像を1pxのグレーの枠線で囲む指定の場合*/
}
.banner-img{
  transition:0.3s;
    display:block;
   
}
.banner-img:hover img{
    opacity:0.8;
}


nav.navbar {
  font-family:'maru_gothic_pro', vdl-gigag, 'BIZ UDPGothic', sans-serif;
  border-top: 4px solid #276cda;
}
.navbar-item.brand-text {
  font-family:"glitch_h1",'japanese_font', 'chinese_font', sans-serif;
}
.navbar-item, .navbar-link {
  font-size: 14px;
  font-weight: 700;
}
.columns {
  width: 100%;
  height: 100%;
  margin-left: 0;
}
.menu-label {
  color: #8F99A3;
  letter-spacing: 1.3;
  font-weight: 700;
}
.menu-list a {
  color: #0F1D38;
  font-size: 14px;
  font-weight: 700;
}
.menu-list a:hover {
  background-color: transparent;
  color: #276cda;
}
.menu-list a.is-active {
  background-color: transparent;
  color: #276cda;
  font-weight: 700;
}

.block:not(:last-child) {
    margin-bottom: 1.5rem;
  }
#generated-url {
    background-color: #f5f5f5;
    padding: 10px;
    border-radius: 5px;
    display: none;
  }
  
  #generated-url p {
    margin: 0;
    font-family: 'SF Pro Display','japanese_font', 'chinese_font',"maru_gothic_pro",vdl-gigag,'BIZ UDPGothic',-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  }
  
  #copy-button {
    margin-top: 10px;
  }

  .fade-in {
    opacity: 0;
    transform: translateY(-10px);
    transition: opacity 0.5s ease-in, transform 0.5s ease-in;
  }
  .fade-out {
    opacity: 0;
    transform: translateY(10px);
    transition: opacity 0.5s ease-out, transform 0.5s ease-out;
  }

  .floating-banner {
    position: fixed;
    z-index: 99999;
    bottom: 0;
    right: 0;
}
.banner {
    width: 500px;/* バナーの横幅 */
    padding: 40px 10px;
    background: linear-gradient(86.13deg, #7080F7 -3.42%, #3E9ED9 59.59%);/* バナーの背景色 */
    color: #fff;/* バナー内の文字色 */
    font-weight: bold;
    text-align: center;
}
.floating-banner a {
    text-decoration: none;/* リンクに下線が入らないように */
}
.copy {
    font-size: 18px;
    margin: 0 auto 20px;
    line-height: 1.6;
}
.cta {
    display: inline-block;
    width: 200px;
    height: 50px;
    line-height: 50px;
    font-size: 18px;
    background: linear-gradient(270deg, #F4A240 0%, #E3A608 100%); /* ボタンの背景 */
    box-shadow: 0px 0px 30px #2984BA; /* ボタンの影 */
    border-radius: 25px;
    margin: 0
}
@media screen and (max-width: 990px) {
    .floating-banner {
        display: none;
    }
}
@media screen and (max-width: 560px) {
    .floating-banner {
        display: inline-block;
    }
    .banner {
        width: 100vw;
        padding: 8px;
    }
    .sp {
        display: none;
    }
    .copy {
        font-size: 18px;
        margin: 0 auto 6px;
    }
    .cta {
        height: 28px;
        line-height: 28px;
        font-size: 15px;
    }
}


.accordion-002 {
  max-width: 100%;
  margin-bottom: 7px;
  border: 2px solid #2589d0;
  border-radius: 5px;
}

.accordion-002 summary {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  padding: 1em 2em;
  background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2028%2028%22%3E%0A%20%20%20%20%3Ccircle%20cx%3D%2214%22%20cy%3D%2214%22%20r%3D%2214%22%20style%3D%22fill%3A%232589d0%3B%22%2F%3E%0A%3C%2Fsvg%3E');
  background-position: right calc(2em - 7px) center;
  background-size: 22px;
  background-repeat: no-repeat;
  color: #2589d0;
  font-weight: 600;
  cursor: pointer;
}

.accordion-002 summary::-webkit-details-marker {
  display: none;
}

.accordion-002 summary::after {
  transform: translateY(-25%) rotate(45deg);
  width: 5px;
  height: 5px;
  border-bottom: 3px solid #fff;
  border-right: 3px solid #fff;
  content: '';
  transition: transform .3s;
}

.accordion-002[open] summary::after {
  transform: rotate(225deg);
}

.accordion-002 p {
  transform: translateY(-10px);
  opacity: 0;
  margin: 0;
  padding: 0 2em 1.5em;
  color: #333333;
  transition: transform .5s, opacity .5s;
}

.accordion-002[open] p {
  transform: none;
  opacity: 1;
}

.hero.has-background {
  position: relative;
  overflow: hidden;
}

.hero-background {
  position: absolute;
  object-fit: cover;
  object-position: center center;
  width: 100%;
  height: 100%;
}

.hero-background.is-transparent {
  opacity: 0.8;
}
.modal{
  font-family: 'japanese_font', 'chinese_font', sans-serif;
}

/*Styling Selectbox*/
.dropdown {
  width: 300px;
  display: inline-block;
  background-color: #fff;
  border-radius: 2px;
  box-shadow: 0 0 2px rgb(204, 204, 204);
  transition: all .5s ease;
  position: relative;
  font-size: 14px;
  color: #474747;
  height: 100%;
  text-align: left
}
.dropdown .select {
    cursor: pointer;
    display: block;
    padding: 10px
}
.dropdown .select > i {
    font-size: 13px;
    color: #888;
    cursor: pointer;
    transition: all .3s ease-in-out;
    float: right;
    line-height: 20px
}
.dropdown:hover {
    box-shadow: 0 0 4px rgb(204, 204, 204)
}
.dropdown:active {
    background-color: #f8f8f8
}
.dropdown.active:hover,
.dropdown.active {
    box-shadow: 0 0 4px rgb(204, 204, 204);
    border-radius: 2px 2px 0 0;
    background-color: #f8f8f8
}
.dropdown.active .select > i {
    transform: rotate(-90deg)
}
.dropdown .dropdown-menu {
    position: absolute;
    background-color: #fff;
    width: 100%;
    left: 0;
    margin-top: 1px;
    box-shadow: 0 1px 2px rgb(204, 204, 204);
    border-radius: 0 1px 2px 2px;
    overflow: hidden;
    display: none;
    max-height: 144px;
    overflow-y: auto;
    z-index: 9
}
.dropdown .dropdown-menu li {
    padding: 10px;
    transition: all .2s ease-in-out;
    cursor: pointer
} 
.dropdown .dropdown-menu {
    padding: 0;
    list-style: none
}
.dropdown .dropdown-menu li:hover {
    background-color: #f2f2f2
}
.dropdown .dropdown-menu li:active {
    background-color: #e2e2e2
}