/*
Flexbox grid: https://github.com/anacoelhovicente/tangerine
*/

.main_h {
  position: fixed;
  top: 0px;
  max-height: 70px;
  z-index: 999;
  width: 100%;
  padding-top: 17px;
  background: none;
  overflow: hidden;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 0;
  top: -100px;
  padding-bottom: 6px;
  font-family: "Montserrat", sans-serif;
}
@media only screen and (max-width: 766px) {
  .main_h {
    padding-top: 25px;
  }
}

.open-nav {
  max-height: 400px !important;
}
.open-nav .mobile-toggle {
  transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
}

.sticky {
  background-color: #FFFFFF ;
  opacity: 1;
  top: 0px;
  border-bottom: 1px solid #4bffff;
}

.logo {
  font-family: "Comfortaa", cursive;
  font-size: 35px;
  color: #AAAAAA  ;
  float: left;
  display: block;
  margin-top: 0;
  line-height: 1;
  margin-bottom: 10px;
}

@media only screen and (max-width: 766px) {
  .logo {
    float: none;
  }
}

nav {
  float: right;
}

@media only screen and (max-width: 766px) {
  nav {
    width: 100%;
  }
}
nav ul {
  list-style: none;
  overflow: hidden;
  text-align: right;
  float: right;
}

.cmd li a {
  padding: 1px;
  transition: color 1s ease 0.2s, border 1s ease 0.2s;
}

.cmd li a:hover {
  color: #AAAAAA ;
  border-top: solid 1px #4bffff;
  border-left: solid 1px #e0f706;
}

@media only screen and (max-width: 766px) {
  nav ul {
    padding-top: 10px;
    margin-bottom: 22px;
    float: left;
    text-align: center;
    width: 100%;
  }
}
nav ul li {
  display: inline-block;
  margin-left: 35px;
  line-height: 1.5;
}
@media only screen and (max-width: 766px) {
  nav ul li {
    width: 100%;
    padding: 7px 0;
    margin: 0;
  }
}
nav ul a {
  color: #AAAAAA;
  text-transform: uppercase;
  font-size: 12px;
}

.mobile-toggle {
  display: none;
  cursor: pointer;
  font-size: 20px;
  position: absolute;
  right: 22px;
  top: 0;
  width: 30px;
  -webkit-transition: all 200ms ease-in;
  -moz-transition: all 200ms ease-in;
  transition: all 200ms ease-in;
}
@media only screen and (max-width: 766px) {
  .mobile-toggle {
    display: block;
  }
}
.mobile-toggle span {
  width: 30px;
  height: 4px;
  margin-bottom: 6px;
  border-radius: 1000px;
  background: white;
  display: block;
}

.row {
  width: 100%;
  max-width: 1040px;
  margin: 0 auto;
  position: relative;
  padding: 0 3%;
}

*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

 {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 62.5%;
}

.appbtns {
  margin: 5%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.appbtns2 {
  margin-top: 5%;
  margin-bottom: 5%;
}

.btn,
a.btn,
button.btn {
  font-family: "Montserrat", sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  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;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #AAAAAA;
  border-radius: 2rem;
}

.btn-border-gradient-wrap {
  display: inline-block;
  padding: 0.2rem;
  border-radius: 2rem;
  background: -webkit-linear-gradient(left, #4d62ff, #764dff);
  background: linear-gradient(to right, #4d62ff, #764dff);
  margin: 1%;
}

.btn-border-gradient-wrap:hover {
  background: -webkit-linear-gradient(right, #4d62ff, #764dff);
  background: linear-gradient(to left, #4d62ff, #764dff);
}

a.btn-border-gradient {
  color: #AAAAAA;
  background: white;
}

a.btn-border-gradient:hover {
  color: #888888  ;
  background-image: linear-gradient(to right, #b5ff14 0%, #f5ff14 100%);
}

.fa-apple,
.fa-android {
  background: -webkit-linear-gradient(right, #4d62ff, #764dff);
  background: linear-gradient(to left, #4d62ff, #764dff);
  -webkit-background-clip: text;
  color:#888888 ;
}

dt.bold {
  font-family: "Montserrat", sans-serif, 游ゴシック体, 游ゴシック, "Yu Gothic",
    sans-serif;
  text-align: center;
  text-align: center;
  background: #888888 ;
  color: black;
  padding: 8px;
  width: 180px;
  margin: 0 auto;
  border-radius: 90px;
}

.owlwrap {
  width: 100%;
  text-align: center;
  margin: 1%;
}

.inframe {
  width: 100%;
  height: 330px;
  text-align: center;
  margin: auto;
  margin-top: 70px;
  margin-bottom: 60px;
}

.inframein {
  width: 55%;
  height: 100%;
  border-radius: 30px;
}

.image-wrap {
  text-align: center;
  margin: 3%;
}

* {
  box-sizing: border-box;
}

body {
  color: #AAAAAA;
  background: white;
  font-family: "Cardo", serif;
  font-weight: 300;
  margin: 0;
  -webkit-font-smoothing: antialiased;
}

a {
  text-decoration: none;
}

h1 {
  font-size: 30px;
  line-height: 1.8;
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
}

p {
  margin-bottom: 20px;
  font-size: 17px;
  line-height: 2;
}

p span {
  color: #888888  ;
}

.content {
  padding: 25px 4% 250px;
}

.main-photo {
  position: relative;
  background: url("../img/wedding_big.png") no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  text-align: center;
  color: #808080;
  padding-top: 110px;
  min-height: 600px;
  letter-spacing: 2px;
  font-family: "Montserrat", sans-serif;
}

.main-photo h1 {
  font-family: "Caveat", cursive;
  font-size: 65px;
  letter-spacing: 7px;
  line-height: 1.3;
}
.main-photo h1 span {
  font-family: "Montserrat", sans-serif;
  font-size: 30px;
  color: #808080;
  padding-bottom: 12px;
  line-height: 3;
}

.saiyo_photo {
  position: relative;
  text-align: center;
}

.saiyo-photo h1 {
  font-family: "Caveat", cursive;
  font-size: 65px;
  letter-spacing: 7px;
  line-height: 1.3;
}

@media only screen and (max-width: 766px) {
  .main-photo h1,
  .main-photo h1 span {
    font-size: 25px;
    padding: 2%;
  }

  .appbtns {
    display: block;
    text-align: center;
  }

  .btn,
  a.btn,
  button.btn {
    font-size: 1em;
    line-height: 1;
  }

  .image-wrap {
    height: 170px;
    width: 200px;
  }
}

@media only screen and (max-width: 545px) {

  .inframe {
    height: 220px;
    width: 85%;
  }

  .inframein {
    width: 100%;
    height: 100%;
    border-radius: 20px;
  }

}

.mouse {
  display: block;
  margin: 0 auto;
  width: 26px;
  height: 46px;
  border-radius: 13px;
  border: 2px solid #4bffff;
  position: absolute;
  bottom: 80px;
  position: absolute;
  left: 50%;
  margin-left: -26px;
}
.mouse span {
  display: block;
  margin: 6px auto;
  width: 5px;
  height: 5px;
  border-radius: 4px;
  background: #4bffff;
  border: 1px solid transparent;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-name: scroll;
  animation-name: scroll;
}

.sns-btn {
  width: 100%;
  padding: 2%;
  text-align: right;
  position: fixed;
  float: right;
  z-index: 100;
}



/* plum Wrap */
#plum {
  background-color: #e0f706;
  text-align: center;
  font-family: "Caveat", cursive;
  font-size: 30px;
  padding-top: 35px;
  padding-bottom: 35px;
  border-bottom: 1px solid #4bffff;
  border-top: 1px solid #4bffff;
}

#plum h4 {
  color: white;
  font-weight: 700;
}

#plum p {
  color: white;
}

.has-pattern {
  background-image: url("../img/pattern-1.png");
  background-repeat: repeat;
  background-position: left top;
}

.company {
  font-family: "Montserrat", sans-serif, "游ゴシック体", "游ゴシック",
    "Yu Gothic", sans-serif;
  text-align: center;
  padding: 3%;
}

@-webkit-keyframes scroll {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
}
@keyframes scroll {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
  }
}

/* Footer Wrap */
#f {
  font-family: "Montserrat", sans-serif;
  background: #888888;
  text-align: center;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #888888  ;
  border-top: 1px solid #4bffff;
}

#f i {
  color: #888888  ;
  font-size: 30px;
  padding: 20px;
}

#f i:hover {
  color: #888888  ;
}
