@charset "UTF-8";
@font-face {
  font-family: 'en-font';
  src: url("../fonts/GOTHIC.TTF") format("truetype");
}

@font-face {
  font-family: 'italic';
  src: url("../fonts/GOTHICI.TTF") format("truetype");
}

@font-face {
  font-family: 'bold';
  src: url("../fonts/GOTHICB.TTF") format("truetype");
  src: url("../fonts/GOTHICBI.TTF") format("truetype");
}

@font-face {
  font-family: 'ja-font';
  src: url("../fonts/Mamelon.otf") format("truetype");
}

@font-face {
  font-family: 'border';
  src: url("../fonts/白抜き.otf") format("truetype");
}

@font-face {
  font-family: 'color';
  src: url("../fonts/ボコスカモンスター.otf") format("truetype");
}

/* ----------- */
/*     base    */
/* ----------- */
html {
  font-size: 62.5%;
}

body {
  font-size: 1.6rem;
  color: #333;
  font-family: "en-font";
}

img, svg {
  width: 100%;
  vertical-align: bottom;
}

p {
  margin-bottom: 0;
}

a:hover {
  text-decoration: none;
  opacity: .6;
}

/* .searchform {
  position: relative;
}

.searchform .searchfield {
  font-size: 14px;
  width: 100%;
  margin: 3px;
  padding: 10px;
  border: none;
  border-radius: 10px;
}

.searchform .searchsubmit {
  font-family: "Font Awesome 5 Free";
  font-size: 2rem;
  font-weight: 900;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  top: 6%;
  right: 5%;
  margin-top: 10px;
  padding: 0;
  cursor: pointer;
  color: rgba(0, 0, 0, 0.5);
  border: none;
  background: transparent;
}

.searchform .searchsubmit:hover {
  opacity: .6;
} */

/* ------------ */
/*    header    */
/* ------------ */
header{
	animation: none;
}
/* .navbar {
  background-color: #e3e5e8;
  padding: 20px 20px 0;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
} */

.navbar-brand {
  font-family: 'color';
  font-size: 3rem;
  display: block;
}

.navbar-brand .brand {
  color: #a0a0a0;
}

/* .nav-item {
  font-family: "en-font";
  text-transform: uppercase;
  font-size: 1.7rem;
}

.nav-item .nav-link {
  position: relative;
  text-align: center;
  overflow: hidden;
  height: 50px;
  padding: 10px 22px;
}

.nav-item .nav-link::after {
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  content: "";
  width: 0%;
  height: 2px;
  background: #17a2b8;
  -webkit-transition: all 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: all 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

.nav-item .nav-link span {
  width: 100%;
  display: block;
  margin: 0 auto;
  -webkit-transition: all 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: all 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

.nav-item .nav-link .ja {
  position: absolute;
  top: 100%;
  left: 0%;
  font-size: 1.4rem;
  font-weight: bold;
  white-space: nowrap;
  color: #17a2b8;
}

.nav-item .nav-link:hover {
  opacity: 1;
}

.nav-item .nav-link:hover .en {
  -webkit-transform: translate(0%, -150%);
          transform: translate(0%, -150%);
}

.nav-item .nav-link:hover .ja {
  top: 25%;
}

.nav-item .nav-link:hover::after {
  width: 100%;
}

.navbar-search {
  width: 25%;
  text-align: end;
} */

/* ----------- */
/*      fv     */
/* ----------- */
.container .row .fadein {
  font-family: 'ja-font';
  font-size: 6rem;
  text-transform: uppercase;
  letter-spacing: 3px;
  margin: 11% auto;
  -webkit-animation: fadein 2s both .5s;
  animation: fadein 2s both .5s;
}

@-webkit-keyframes fadein {
  from {
    opacity: 0;
    -webkit-transform: translate(0, 30px);
            transform: translate(0, 30px);
  }
  to {
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}

@keyframes fadein {
  from {
    opacity: 0;
    -webkit-transform: translate(0, 30px);
            transform: translate(0, 30px);
  }
  to {
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}

.greeting .row {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 0 auto;
  font-family: 'ja-font';
  border-bottom: 1px solid  #e3e5e8;
}

.greeting .row .text {
  width: 80%;
  margin: 10px auto;
  line-height: 1.8;
  font-size: 1.4rem;
}

.greeting .row .text h6 {
  font-size: 1.4rem;
  font-weight: bold;
}

.greeting .row .text .paragraph {
  margin-left: 30px;
}

.greeting .row .name {
  margin-left: auto;
  font-size: 3.5rem;
  margin-top: 5%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  letter-spacing: 2px;
}

.greeting .row .name .title {
  margin-top: auto;
}

.greeting .row .name .name-img {
  padding-bottom: 1%;
  padding-left: 25px;
}


@media (max-width: 992px) {
  .navbar {
    height: 100px;
    padding: 0;
  }
  /* .navbar .collapsing, .navbar .show {
    background: #e3e5e8;
    padding: 15% 0 5%;
    width: 100vw;
    z-index: 10;
    -webkit-transition: .3s all;
    transition: .3s all;
  }
  .navbar .collapsing .navbar-search, .navbar .show .navbar-search {
    margin: 0 auto;
  }
  .navbar button:focus {
    outline: none;
  } */
  .navbar-brand {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 100;
  }
  /* .navbar-toggler {
    position: absolute;
    right: 3%;
    top: 55%;
    border: none;
    z-index: 100;
  }
  .navbar-toggler .bar {
    display: block;
    height: 2px;
    width: 22px;
    background-color: #333;
    border-radius: 1px;
    -webkit-transition: .3s;
    transition: .3s;
  }
  .navbar-toggler .bar_top, .navbar-toggler .bar_mid {
    margin-bottom: 5px;
  }
  .cross .bar_top {
    -webkit-transform: rotate(45deg) translate(5px, 5px);
            transform: rotate(45deg) translate(5px, 5px);
    -webkit-transition: .3s;
    transition: .3s;
  }
  .cross .bar_mid {
    opacity: 0;
    -webkit-transition: .3s;
    transition: .3s;
  }
  .cross .bar_bottom {
    -webkit-transform: rotate(-45deg) translate(5px, -5px);
            transform: rotate(-45deg) translate(5px, -5px);
    -webkit-transition: .3s;
    transition: .3s;
  } */
  .container .row .fadein {
    font-size: 5rem;
  }
  .greeting .row .name {
    font-size: 3rem;
  }
  .greeting .row .name .name-img {
    width: 60%;
  }
}

@media (max-width: 786px) {
  .navbar-brand {
    font-size: 3rem;
  }
  .container .row .fadein {
    font-size: 4rem;
  }
  .greeting .row .text {
    font-size: 1.2rem;
  }
  .greeting .row .name {
    font-size: 2.5rem;
  }
  .greeting .row .name .title {
    margin-left: auto;
  }
  .greeting .row .name .name-img {
    width: 50%;
    padding-left: 0;
    margin-right: 10%;
    margin-left: auto;
  }
  
}

@media (max-width: 530px) {
  .navbar-brand {
    font-size: 2rem;
  }
  /* .navbar .collapsing, .navbar .show {
    padding: 25% 0 5%;
  }
  .collapsing .navbar-search, .show .navbar-search {
    width: 50%;
  }
  .container .row .fadein {
    font-size: 3rem;
  } */
  .greeting .row .name {
    font-size: 1.8rem;
  }
}

@media (max-width: 400px) {
  .navbar-brand {
    font-size: 1.3rem;
  }
  .fv {
    height: 90vh;
  }
  .greeting .row .name .name-img {
    width: 40%;
  }
}
/*# sourceMappingURL=greeting.css.map */