@charset "utf-8";

/* ==========================================================================
   $1. Foundation
   ========================================================================== */
/*! normalize.css v4.1.1 | MIT License | github.com/necolas/normalize.css */
html {
  /*font-family:sans-serif;*/
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%
}

body {
  margin: 0
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block
}

audio,
canvas,
progress,
video {
  display: inline-block
}

audio:not([controls]) {
  display: none;
  height: 0
}

progress {
  vertical-align: baseline
}

[hidden],
template {
  display: none
}

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects
}

a:active,
a:hover {
  outline-width: 0
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted
}

b,
strong {
  font-weight: inherit
}

b,
strong {
  font-weight: bolder
}

dfn {
  font-style: italic
}

h1 {
  font-size: 2em;
  margin: .67em 0
}

mark {
  background-color: #ff0;
  color: #000
}

small {
  font-size: 80%
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline
}

sub {
  bottom: -.25em
}

sup {
  top: -.5em
}

img {
  border-style: none
}

svg:not(:root) {
  overflow: hidden
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em
}

figure {
  margin: 1em 40px
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible
}

/* Elements
   ---------------------------------- */
@-ms-viewport {
  width: auto;
  initial-scale: 1;
}

::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

:root {
  box-sizing: border-box;
  overflow-y: scroll;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  -webkit-text-size-adjust: 100%;
}

*,
::before,
::after {
  box-sizing: inherit;
}

::after,
::before {
  text-decoration: inherit;
}

/* for IE8 */
*,
:before,
:after {
  box-sizing: inherit;
}

:after,
:before {
  text-decoration: inherit;
}

/*a { -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }*/

body {
  width: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  font-size: inherit;
}

p,
ul,
ol,
dl {
  margin-top: 0;
  margin-bottom: 1em;
}

dt {
  font-weight: 700;
}

dd {
  margin-left: 2em;
}

ol,
ul {
  margin-left: 0;
  padding-left: 2em;
}

ol {
  list-style: decimal outside none;
}

ul {
  list-style: disc outside none;
}

li ol,
li ul {
  margin-bottom: 0;
}

nav ol,
nav ul {
  list-style: none;
  list-style-image: none;
  margin-bottom: 0;
  padding-left: 0;
}

address,
em {
  font-style: normal;
}

pre {
  word-wrap: break-word;
  white-space: -moz-pre-wrap;
  white-space: pre-wrap;
  overflow-wrap: break-word;
}

del {
  text-decoration: line-through;
}

rp,
rt {
  line-height: 1;
  font-size: .6875em;
}

hr {
  display: block;
  height: 1px;
  margin: 1em 0;
  padding: 0;
  border: 0;
  border-top: 1px solid #ccc;
}

/* Media */
figure {
  margin: 0;
}

img {
  height: auto;
  vertical-align: top;
  -ms-interpolation-mode: bicubic;
}

iframe {
  display: block;
  width: 100%;
}

img,
iframe {
  max-width: 100%;
}


/* ----------------------------------
   Plugin
   ---------------------------------- */
/* Vegas */
.vegas-overlay,
.vegas-slide,
.vegas-slide-inner,
.vegas-timer,
.vegas-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  overflow: hidden;
  border: none;
  padding: 0;
  margin: 0
}

.vegas-overlay {
  opacity: .5;
  background: transparent url(https://www.e-wedding.jp/common_v2/css/overlays/02.png) center center repeat
}

.vegas-slide,
.vegas-slide-inner {
  margin: 0;
  padding: 0;
  background: transparent center center no-repeat;
  -webkit-transform: translateZ(0);
  transform: translateZ(0)
}

body .vegas-container {
  overflow: hidden !important;
  position: relative
}

body.vegas-container {
  overflow: auto;
  position: static;
  z-index: -2
}

body.vegas-container>.vegas-overlay,
body.vegas-container>.vegas-slide,
body.vegas-container>.vegas-timer {
  position: fixed;
  z-index: -1
}

:root body.vegas-container>.vegas-overlay,
:root body.vegas-container>.vegas-slide,
_::full-page-media,
_:future {
  bottom: -76px
}

.vegas-transition-fade,
.vegas-transition-fade2 {
  opacity: 0
}

.vegas-transition-fade-in,
.vegas-transition-fade2-in {
  opacity: 1
}

.vegas-transition-fade2-out {
  opacity: 0
}

.vegas-transition-blur,
.vegas-transition-blur2 {
  opacity: 0;
  -webkit-filter: blur(32px);
  filter: blur(32px)
}

.vegas-transition-blur-in,
.vegas-transition-blur2-in {
  opacity: 1;
  -webkit-filter: blur(0);
  filter: blur(0)
}

.vegas-transition-blur2-out {
  opacity: 0
}

.vegas-transition-zoomIn,
.vegas-transition-zoomIn2 {
  -webkit-transform: scale(0);
  transform: scale(0);
  opacity: 0
}

.vegas-transition-zoomIn-in,
.vegas-transition-zoomIn2-in {
  -webkit-transform: scale(1);
  transform: scale(1);
  opacity: 1
}

.vegas-transition-zoomIn2-out {
  -webkit-transform: scale(2);
  transform: scale(2);
  opacity: 0
}

.vegas-transition-zoomOut,
.vegas-transition-zoomOut2 {
  -webkit-transform: scale(2);
  transform: scale(2);
  opacity: 0
}

.vegas-transition-zoomOut-in,
.vegas-transition-zoomOut2-in {
  -webkit-transform: scale(1);
  transform: scale(1);
  opacity: 1
}

.vegas-transition-zoomOut2-out {
  -webkit-transform: scale(0);
  transform: scale(0);
  opacity: 0
}