/* index */

.fv_wrapper{
  margin-bottom: 25%;
}

.fv_position{
  padding-left: 48%;
}

.fv_sweate_img{
  width: 50%;
  margin-top: -5%;
  margin-left: 5%;
}

.fv_ginza_img{
  margin-left: 10%;
}

.fv_mmr_img{
  width: 35%;
  margin-top: -30%;
  margin-left: 5%;
  position: relative;
  z-index: -2;
}

.fv_enough_img{
  margin-left: 10%;
  margin-top: -15%;
  position: relative;
  z-index: -3;
}

.fv_mmj_img{
  margin-top: 10%;
  width: 95%;
}

.description_wrapper{
  text-align: center;
}

.description_text{
  font-size: 4rem;
}

.work_wrapper{
  width: 100%;
  display: flex;
  justify-content: center;
  margin-top: 15%;
  align-items: center;
  background-color: #0ABAB5;
}

.work_link_wrapper{
  padding: 5%;
  height: fit-content;
}

.work_linktext{
  font-size: 4rem;
  text-align: center;
  line-height: 200%;
}

.gif_img{
  width: 100%;
  display: block;
}

.mmr_title{
  font-size: 9rem;
  line-height: 75%;
}

.blur {
  transition: all 1.4s;
  filter: blur(20px);
}

.blur.scrollin {
  filter: blur(0);
}
/* //index

/* about */
.about_wrap{
  width: 95%;
  display: flex;
  align-items: start;
  margin: auto;
}

.about_img{
  width: 100%;
}

.about_describe{
  width: 100%;
  padding-left: 5%;
  position: sticky;
  top: 12%;
}
/* //about */

/* hello */
.form_wrap{
  width: 50%;
  margin: auto;
}

.form_location{
  margin-top: 10%;
}

.form_title{
  font-size: 2rem;
  text-align: left;
  margin-bottom: 3%;
}

input{
  width: 100%;
  height: auto;
  font-size: 2rem;
}

textarea{
  width: 100%;
  font-size: 1.5rem;
}

.btn,
.btn,
button.btn {
  margin-top: 5%;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 1rem 4rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #212529;
  background-color: #fff;
  border-radius: 0.5rem;
}

button.btn-border {
  border-radius: 0;
}

button.btn-border:before,
button.btn-border:after {
  position: absolute;

  width: 100%;
  height: 2px;

  content: '';
  -webkit-transition: all .3s;
  transition: all .3s;

  background: #000;
}

button.btn-border:before {
  top: 0;
  left: 0;
}

button.btn-border:after {
  right: 0;
  bottom: 0;
}

button.btn-border:hover:before,
button.btn-border:hover:after {
  width: 0;
}

/* //hello */