* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}
html, body {
  font-weight: 400;
  font-size: 100%;
  width: 100%;
  overflow-x: hidden;
  color: #444444;
}

h1, h2, h3, h4, h5, h6{
  font-weight: 500!important;
}
a {
  outline: none;
  text-decoration: none;
  color: #333333;
}
a:hover, a:active {
  text-decoration: none;
  color: #333333;
}
a:hover img {
  opacity: 0.8;
}

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  line-height: 0;
}
.clearfix {
  clear: both;
}
ul, ol {
  list-style: none;
}
img {
  max-width: 100%;
  height: auto;
  border: 0;
}

em {
  font-style: normal;
}

/* Text colors */
.txt_white { color: #fff !important; }
.txt_bk { color: #333!important; }
.txt_red { color: #ff7800; }
.txt_gray { color: #555555!important; }
.txt_bold { font-weight: bold; }
.txt_center { text-align: center; }
.txt_left { text-align: left !important; }
.txt_right { text-align: right; }

/* Spacing helpers */

.mgt5 { margin-top: 5px; }
.mgt10 { margin-top: 10px; }
.mgt20 { margin-top: 20px; }

.mgb5 { margin-bottom: 5px; }
.mgb10 { margin-bottom: 10px; }
.mgb20 { margin-bottom: 20px; }

.pdt5 { padding-top: 5px; }
.pdt10 { padding-top: 10px; }
.pdt15 { padding-top: 15px; }
.pdt20 { padding-top: 20px; }

.pdb5 { padding-bottom: 5px; }
.pdb10 { padding-bottom: 10px; }
.pdb20 { padding-bottom: 20px; }


/* Background colors */
.bg_white { background: #fff; }
.bg_gray { background: #f5f5f5; }
.bg_black { background: rgba(0, 0, 0, 0.4); }

/* Containers */
.con1, .con2, .con3, .con4 {
  margin: 0 auto;
}
.con1 { width: 90%; max-width: 1400px;}
.con2 { width: 1100px; }
.con3 { width: 830px; }
.con4 { width: 500px; }

.co_p { padding-top: 140px; padding-bottom: 110px;}
.co_p2 { padding-top: 80px; padding-bottom: 80px;}
.co_p3 { padding-top: 50px; padding-bottom: 50px;}
.co_t { padding-top: 140px;}
.co_t2 { padding-top: 80px;}
.co_t3 { padding-top: 50px;}
.co_b { padding-bottom: 110px;}
.co_b2 { padding-bottom: 80px;}
.co_b3 { padding-bottom: 50px;}

.re { position: relative; }
.re2 { position: relative; z-index:2; }
.re3 { position: relative; z-index:3; }


/* Media Queries */
@media screen and (max-width: 1500px) {
  .con1 { width: 100%; }
}

@media screen and (max-width: 1180px) {
  .con2 { width: 90%; }
}
@media screen and (max-width: 1100px) {
  .co_p { padding-top: 120px; padding-bottom: 100px;}
  .co_t { padding-top: 120px;}
  .co_b { padding-bottom: 100px;}
}
@media screen and (max-width: 999px) {
  .con2 { width: 85%; }
  .con3 { width: 85%; }
  .co_p2 { padding-top: 60px; padding-bottom: 60px;}
  .co_t2 { padding-top: 60px;}
  .co_b2 { padding-bottom: 60px;}
  .co_t3 { padding-top: 40px; }
  .co_b3 { padding-bottom: 40px;}
}
@media screen and (max-width: 400px) {
  .con2 { width: 90%; }
  .con3 { width: 90%; }
}

.grecaptcha-badge { visibility: hidden; }

.fon1,
.date,
.en,
.en *{
  font-family: "Montserrat", sans-serif !important;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  color: #333333;
}

.no-link {
  pointer-events: none;
  text-decoration: none;
  color: inherit;
}

html.font-loading body {
  visibility: hidden;
}

html:not(.font-loading) body {
  visibility: visible;
}

.opening { 
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: 9999;
  transition: opacity 1s ease;
}

.opening.fadeout {
  opacity: 0;
  pointer-events: none;
}

.loading-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  width: 90%;
}

.loading-text span {
  display: inline-block;
  margin: 0 0.1vw;
  color: #000;
  font-family: "Montserrat", sans-serif !important;
  letter-spacing: 3px;
  font-weight: 500;
  font-size: clamp(15px, 3.5vw, 26px);
  animation: blur-text 1.5s infinite linear alternate;
}

.loading-text span:nth-child(1) { animation-delay: 0s; }
.loading-text span:nth-child(2) { animation-delay: 0.2s; }
.loading-text span:nth-child(3) { animation-delay: 0.4s; }
.loading-text span:nth-child(4) { animation-delay: 0.6s; }
.loading-text span:nth-child(5) { animation-delay: 0.8s; }
.loading-text span:nth-child(6) { animation-delay: 1s; }
.loading-text span:nth-child(7) { animation-delay: 1.2s; }
.loading-text span:nth-child(8) { animation-delay: 1.4s; }
.loading-text span:nth-child(9) { animation-delay: 1.6s; }
.loading-text span:nth-child(10){ animation-delay: 1.8s; }
.loading-text span:nth-child(11){ animation-delay: 2s; }
.loading-text span:nth-child(12){ animation-delay: 2.2s; }
.loading-text span:nth-child(13){ animation-delay: 2.4s; }

@keyframes blur-text {
  0% { filter: blur(0px); opacity: 1; }
  100% { filter: blur(4px); opacity: 0.5; }
}

.aligncenter{
  margin: 0 auto;
  display: block;
}
.is-instagram #opening {
  display: none !important;
}

  .overlay span{
    display: none;
  }

.insta{
  width: 20px;
  opacity: .95;
}