@charset "UTF-8";
/*
	Theme Name: cb
	Description: Weddingテーマファイル
	Author: Hiroyuki Yokoi
	Author URI: http://kando-teller.jp/
	Version: 1.0.1
	License: GNU General Public License
	License URI: http://www.gnu.org/licenses/gpl-2.0.html
	Tags: black
*/
/*
@include sp($point-sp) {}
@include tb($point-tb) {}
@include pc01($point-pc01) {}
@include pc02($point-pc02) {}
*/
.clearfix:after {
  content: "";
  display: block;
  clear: both; }

/* ==========================================================================
   animation
   @media以下にcss animationの@keyframesを指定するとIEでアニメーションが動作しないので注意。
   ========================================================================== */
/*
@include sp($point-sp) {}
@include tb($point-tb) {}
@include pc01($point-pc01) {}
@include pc02($point-pc02) {}
*/
@keyframes rotateBlossom {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

@keyframes heroImageSlide {
  0% {
    width: 0;
    height: 3px; }
  50% {
    width: 100%;
    height: 3px; }
  100% {
    width: 100%;
    height: 100%; } }

@keyframes menuBtnToggleA {
  0% {
    top: 30%;
    left: 50%;
    width: 6px;
    height: 6px;
    transform: translate(-50%, -50%) rotate(0deg); }
  50% {
    top: 50%;
    left: 50%;
    width: 6px;
    height: 6px;
    transform: translate(-50%, -50%) rotate(45deg); }
  100% {
    top: 50%;
    left: 50%;
    width: 30px;
    height: 3px;
    transform: translate(-50%, -50%) rotate(45deg); } }

@keyframes menuBtnToggleA_reverse {
  0% {
    top: 50%;
    left: 50%;
    width: 30px;
    height: 3px;
    transform: translate(-50%, -50%) rotate(45deg); }
  50% {
    top: 50%;
    left: 50%;
    width: 6px;
    height: 6px;
    transform: translate(-50%, -50%) rotate(45deg); }
  100% {
    top: 30%;
    left: 50%;
    width: 6px;
    height: 6px;
    transform: translate(-50%, -50%) rotate(0deg); } }

@keyframes menuBtnToggleB {
  0% {
    top: 70%;
    left: 50%;
    width: 6px;
    height: 6px;
    transform: translate(-50%, -50%) rotate(0deg); }
  50% {
    top: 50%;
    left: 50%;
    width: 6px;
    height: 6px;
    transform: translate(-50%, -50%) rotate(-45deg); }
  100% {
    top: 50%;
    left: 50%;
    width: 30px;
    height: 3px;
    transform: translate(-50%, -50%) rotate(-45deg); } }

@keyframes menuBtnToggleB_reverse {
  0% {
    top: 50%;
    left: 50%;
    width: 30px;
    height: 3px;
    transform: translate(-50%, -50%) rotate(-45deg); }
  50% {
    top: 50%;
    left: 50%;
    width: 6px;
    height: 6px;
    transform: translate(-50%, -50%) rotate(-45deg); }
  100% {
    top: 70%;
    left: 50%;
    width: 6px;
    height: 6px;
    transform: translate(-50%, -50%) rotate(0deg); } }

/* ==========================================================================
   Foundation
   ========================================================================== */
/*
@include sp($point-sp) {}
@include tb($point-tb) {}
@include pc01($point-pc01) {}
@include pc02($point-pc02) {}
*/
body {
  color: #451615;
  background-color: #f9f6f4;
  line-height: 1.6;
  letter-spacing: 0.1em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }
  @media screen and (max-width: 481px) {
    body {
      font-size: 14px; } }
  @media print, screen and (min-width: 482px) and (max-width: 768px) {
    body {
      font-size: 16px; } }
  @media screen and (min-width: 769px) {
    body {
      font-size: 20px; } }
  @media screen and (min-width: 769px) {
    body {
      min-width: 1200px; } }

* {
  box-sizing: border-box;
  padding: 0;
  margin: 0; }

ol,
ul {
  list-style: none; }

blockquote {
  font-style: italic; }

img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
  border: none;
  border-style: none; }

a {
  color: #451615;
  text-decoration: none;
  outline: none;
  -webkit-touch-callout: none; }

@media screen and (min-width: 769px) {
  a:hover {
    text-decoration: none; } }

a:focus,
*:focus {
  outline: none; }

body {
  margin: 0; }

@media screen and (min-width: 769px) {
  a {
    opacity: 1;
    transition: opacity .2s ease-in-out; } }

@media screen and (min-width: 769px) {
  a:hover {
    opacity: 0.7; } }

@media screen and (min-width: 769px) {
  a:hover img {
    background-color: rgba(255, 255, 255, 0.01); } }

br.SPbr {
  display: none; }
  @media screen and (max-width: 481px) {
    br.SPbr {
      display: inline; } }

br.PCbr {
  display: inline; }
  @media screen and (max-width: 481px) {
    br.PCbr {
      display: none; } }

.SPview {
  display: none !important; }
  @media screen and (max-width: 481px) {
    .SPview {
      display: block !important; } }

.PCview {
  display: block !important; }
  @media screen and (max-width: 481px) {
    .PCview {
      display: none !important; } }

input, button, textarea, select {
  margin: 0;
  padding: 0;
  background: none;
  font-weight: bold;
  cursor: pointer; }
  @media screen and (max-width: 481px) {
    input, button, textarea, select {
      font-size: 14px; } }
  @media print, screen and (min-width: 482px) and (max-width: 768px) {
    input, button, textarea, select {
      font-size: 16px; } }
  @media screen and (min-width: 769px) {
    input, button, textarea, select {
      font-size: 20px; } }

select::-ms-expand {
  display: none; }

/* iOSでのデフォルトスタイルをリセット */
input,
textarea {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box; }
  input::-webkit-search-decoration,
  textarea::-webkit-search-decoration {
    display: none; }
  input:focus,
  textarea:focus {
    outline-offset: -2px; }

.loading {
  position: fixed;
  width: 100%;
  height: 100%;
  background: #f9f6f4;
  z-index: 500;
  opacity: 0;
  visibility: hidden;
  transition: opacity 1s cubic-bezier(0.190, 1.000, 0.220, 1.000), visibility 1s cubic-bezier(0.190, 1.000, 0.220, 1.000); }
  .loading.is-show {
    opacity: 1;
    visibility: visible; }
  .loading img {
    width: 128px;
    height: 92px;
    position: absolute;
    top: calc(50% - 35px);
    left: 50%;
    transform: translate(-50%, -50%); }
  .loading span {
    position: absolute;
    top: calc(50% + 35px);
    left: 50%;
    transform: translate(-50%, -50%); }
    @media screen and (max-width: 481px) {
      .loading span {
        font-size: 12px; } }
    @media print, screen and (min-width: 482px) and (max-width: 768px) {
      .loading span {
        font-size: 14px; } }
    @media screen and (min-width: 769px) {
      .loading span {
        font-size: 16px; } }

.l-contents {
  width: 100%;
  min-height: 100%; }
  .l-contents.fixed {
    position: fixed;
    top: 0;
    left: 0; }
  .l-contents.top-id {
    font-family: 'Urbanist', sans-serif; }
    .l-contents.top-id input, .l-contents.top-id button, .l-contents.top-id textarea, .l-contents.top-id select {
      font-family: 'Urbanist', sans-serif; }
  .l-contents.top-ja {
    font-family: 'M PLUS Rounded 1c', "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif; }
    .l-contents.top-ja input, .l-contents.top-ja button, .l-contents.top-ja textarea, .l-contents.top-ja select {
      font-family: 'M PLUS Rounded 1c', "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif; }

/*
@include sp($point-sp) {}
@include tb($point-tb) {}
@include pc01($point-pc01) {}
@include pc02($point-pc02) {}
*/
/* ==========================================================================
   Layout
   ========================================================================== */
/*
@include sp($point-sp) {}
@include tb($point-tb) {}
@include pc01($point-pc01) {}
@include pc02($point-pc02) {}
*/
/*
@include sp($point-sp) {}
@include tb($point-tb) {}
@include pc01($point-pc01) {}
@include pc02($point-pc02) {}
*/
body.loaded .l-footer .music-btn {
  transform: translate(0, 0);
  opacity: 1;
  visibility: visible; }

.l-footer {
  font-family: 'Sacramento', cursive;
  text-align: center; }
  @media screen and (max-width: 481px) {
    .l-footer {
      font-size: 8px; } }
  @media print, screen and (min-width: 482px) and (max-width: 768px) {
    .l-footer {
      font-size: 10px; } }
  @media screen and (min-width: 769px) {
    .l-footer {
      font-size: 12px; } }
  @media screen and (max-width: 481px) {
    .l-footer {
      padding: 4em 4em calc(4em + 100px); } }
  @media print, screen and (min-width: 482px) and (max-width: 768px) {
    .l-footer {
      padding: 4em; } }
  @media screen and (min-width: 769px) {
    .l-footer {
      padding: 4em; } }
  .l-footer .music-btn {
    position: fixed;
    z-index: 300;
    width: 77px;
    height: 77px;
    transform: translate(50%, 50%);
    opacity: 0;
    visibility: hidden;
    transition: transform 1.5s cubic-bezier(0.190, 1.000, 0.220, 1.000), opacity 1.5s cubic-bezier(0.190, 1.000, 0.220, 1.000), visibility 1.5s cubic-bezier(0.190, 1.000, 0.220, 1.000);
    transition-delay: 5.5s; }
    @media screen and (max-width: 481px) {
      .l-footer .music-btn {
        bottom: 10px;
        right: 10px; } }
    @media print, screen and (min-width: 482px) and (max-width: 768px) {
      .l-footer .music-btn {
        bottom: 20px;
        right: 20px; } }
    @media screen and (min-width: 769px) {
      .l-footer .music-btn {
        bottom: 20px;
        right: 30px; } }
    .l-footer .music-btn #playbutton {
      display: block;
      width: 100%;
      height: 100%; }
      .l-footer .music-btn #playbutton.is-active .flower {
        animation: rotateBlossom 8s linear infinite; }
    .l-footer .music-btn .flower {
      display: block; }
    .l-footer .music-btn .text {
      font-family: 'Sacramento', cursive;
      font-size: 16px;
      color: #451615;
      font-weight: bold;
      display: block;
      position: absolute;
      top: -1.4em;
      left: 50%;
      transform: translateX(-50%); }

/*
@include sp($point-sp) {}
@include tb($point-tb) {}
@include pc01($point-pc01) {}
@include pc02($point-pc02) {}
*/
/*
@include sp($point-sp) {}
@include tb($point-tb) {}
@include pc01($point-pc01) {}
@include pc02($point-pc02) {}
*/
.l-header .menu-wrap {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 200;
  background: rgba(0, 0, 0, 0.4);
  opacity: 0;
  visibility: hidden;
  transition: opacity 1s cubic-bezier(0.190, 1.000, 0.220, 1.000), visibility 1s cubic-bezier(0.190, 1.000, 0.220, 1.000); }
  .l-header .menu-wrap.is-open {
    opacity: 1;
    visibility: visible; }
    .l-header .menu-wrap.is-open .menu-list .menu {
      transform: translateY(0%);
      opacity: 1;
      visibility: visible; }
      .l-header .menu-wrap.is-open .menu-list .menu:nth-child(1) {
        transition-delay: 0.3s; }
      .l-header .menu-wrap.is-open .menu-list .menu:nth-child(2) {
        transition-delay: 0.5s; }
      .l-header .menu-wrap.is-open .menu-list .menu:nth-child(3) {
        transition-delay: 0.7s; }
      .l-header .menu-wrap.is-open .menu-list .menu:nth-child(4) {
        transition-delay: 0.9s; }
  .l-header .menu-wrap .menu-list {
    position: absolute;
    width: 100%;
    left: 0; }
    @media screen and (max-width: 481px) {
      .l-header .menu-wrap .menu-list {
        padding: 0 15px;
        bottom: 110px; } }
    @media print, screen and (min-width: 482px) and (max-width: 768px) {
      .l-header .menu-wrap .menu-list {
        padding: 0 20px;
        bottom: 120px; } }
    @media screen and (min-width: 769px) {
      .l-header .menu-wrap .menu-list {
        padding: 0 30px;
        bottom: 130px; } }
    .l-header .menu-wrap .menu-list .menu {
      width: 100%;
      margin: 20px 0 0;
      opacity: 0;
      visibility: hidden;
      transform: translateY(50%);
      transition: opacity 0.5s cubic-bezier(0.190, 1.000, 0.220, 1.000), visibility 0.5s cubic-bezier(0.190, 1.000, 0.220, 1.000), transform 0.5s cubic-bezier(0.190, 1.000, 0.220, 1.000);
      transition-delay: 0s; }
      .l-header .menu-wrap .menu-list .menu.home a .icon::before {
        width: 40px;
        height: 40px;
        background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDI1LjQuMSwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IuODrOOCpOODpOODvF8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiCgkgeT0iMHB4IiB3aWR0aD0iMjRweCIgaGVpZ2h0PSIyNHB4IiB2aWV3Qm94PSIwIDAgMjQgMjQiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDI0IDI0OyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+CjxzdHlsZSB0eXBlPSJ0ZXh0L2NzcyI+Cgkuc3Qwe2ZpbGw6IzQ1MTYxNTt9Cjwvc3R5bGU+CjxwYXRoIGNsYXNzPSJzdDAiIGQ9Ik0yLjM4Niw4LjIxMUMyLjE1LDguMzk1LDIsOC42OCwyLDl2MTFjMCwwLjgyOCwwLjMzNywxLjU4LDAuODc5LDIuMTIxUzQuMTcyLDIzLDUsMjNoMTQKCWMwLjgyOCwwLDEuNTgtMC4zMzcsMi4xMjEtMC44NzlTMjIsMjAuODI4LDIyLDIwVjljLTAuMDAxLTAuMy0wLjEzNC0wLjU5My0wLjM4Ni0wLjc4OWwtOS03Yy0wLjM1OC0wLjI3NS0wLjg2MS0wLjI4NS0xLjIyOCwwCglMMi4zODYsOC4yMTF6IE0xNiwyMXYtOWMwLTAuNTUyLTAuNDQ4LTEtMS0xSDljLTAuNTUyLDAtMSwwLjQ0OC0xLDF2OUg1Yy0wLjI3NiwwLTAuNTI1LTAuMTExLTAuNzA3LTAuMjkzUzQsMjAuMjc2LDQsMjBWOS40ODkKCWw4LTYuMjIybDgsNi4yMjJWMjBjMCwwLjI3Ni0wLjExMSwwLjUyNS0wLjI5MywwLjcwN1MxOS4yNzYsMjEsMTksMjFIMTZ6IE0xMCwyMXYtOGg0djhIMTB6Ii8+Cjwvc3ZnPgo=) no-repeat;
        background-size: cover; }
      .l-header .menu-wrap .menu-list .menu.message a .icon::before {
        width: 40px;
        height: 40px;
        background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDI1LjQuMSwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IuODrOOCpOODpOODvF8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiCgkgeT0iMHB4IiB3aWR0aD0iMjRweCIgaGVpZ2h0PSIyNHB4IiB2aWV3Qm94PSIwIDAgMjQgMjQiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDI0IDI0OyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+CjxzdHlsZSB0eXBlPSJ0ZXh0L2NzcyI+Cgkuc3Qwe2ZpbGw6IzQ1MTYxNTt9Cjwvc3R5bGU+CjxwYXRoIGNsYXNzPSJzdDAiIGQ9Ik0yMiwxMS40OTdWMTFjMC0wLjAxNy0wLjAwMS0wLjAzOC0wLjAwMi0wLjA1OGMtMC4xMzYtMi4zMzgtMS4xMTMtNC40NjEtMi42NDItNi4wNTEKCWMtMS42MDItMS42NjctMy44MTQtMi43NTItNi4zMDEtMi44ODlDMTMuMDM5LDIuMDAxLDEzLjAxOSwyLDEzLDJoLTAuNDg5Yy0xLjQwNS0wLjAxNi0yLjg4MiwwLjMxLTQuMjY0LDEuMDA4CglDNy4wMjQsMy42MjksNS45NTYsNC40OTYsNS4xMDgsNS41NDNDMy43ODYsNy4xNzcsMy4wMDEsOS4yNDgsMywxMS40ODljLTAuMDE0LDEuMjc1LDAuMjUzLDIuNjEsMC44MjQsMy44NzdsLTEuNzcyLDUuMzE3CgljLTAuMDY2LDAuMTk2LTAuMDcyLDAuNDE4LDAsMC42MzJjMC4xNzUsMC41MjQsMC43NDEsMC44MDcsMS4yNjUsMC42MzJsNS4zMTQtMS43NzFjMS4xNiwwLjUyNywyLjQ4NCwwLjgyNiwzLjg3NiwwLjgyMwoJYzEuMzcyLTAuMDA5LDIuNzE0LTAuMzA4LDMuOTQxLTAuODY2YzEuOTEyLTAuODcxLDMuNTQtMi4zNzMsNC41NDEtNC4zNzVDMjEuNjMzLDE0LjUwOSwyMi4wMDQsMTMuMDQzLDIyLDExLjQ5N3ogTTIwLDExLjUwMwoJYzAuMDAzLDEuMjI1LTAuMjkyLDIuMzc1LTAuNzg5LDMuMzM5Yy0wLjgwMSwxLjYwMi0yLjA4MiwyLjc4NS0zLjU5MiwzLjQ3MmMtMC45NywwLjQ0Mi0yLjAzNSwwLjY3OS0zLjEyNiwwLjY4NgoJYy0xLjIyMSwwLjAwMy0yLjM3MS0wLjI5Mi0zLjMzNS0wLjc4OWMtMC4yNDktMC4xMjktMC41MjgtMC4xNDItMC43NzUtMC4wNkw0LjU4LDE5LjQxOWwxLjI2OC0zLjgwMwoJYzAuMDg4LTAuMjYzLDAuMDYtMC41MzctMC4wNTYtMC43NjdDNS4yNCwxMy43NTUsNC45ODgsMTIuNTk1LDUsMTEuNTExYzAuMDAxLTEuNzg5LDAuNjE5LTMuNDIsMS42NjMtNC43MDkKCWMwLjY3MS0wLjgyOSwxLjUxOC0xLjUxNywyLjQ5LTIuMDFDMTAuMjQ1LDQuMjQsMTEuNDA1LDMuOTg4LDEyLjQ4OSw0aDAuNDU2YzEuOTYyLDAuMTA3LDMuNzA0LDAuOTYxLDQuOTY5LDIuMjc3CglDMTkuMTE2LDcuNTI4LDE5Ljg4Niw5LjE5MywyMCwxMS4wM0wyMCwxMS41MDN6Ii8+Cjwvc3ZnPgo=) no-repeat;
        background-size: cover; }
      .l-header .menu-wrap .menu-list .menu.indonesia a .icon::before {
        width: 35px;
        height: 24px;
        background: #fff;
        border: 3px solid #451615; }
      .l-header .menu-wrap .menu-list .menu.indonesia a .icon::after {
        content: '';
        display: block;
        width: 35px;
        height: 12px;
        background: #ff0000;
        position: absolute;
        top: calc(50% - 6px);
        left: 50%;
        z-index: 2;
        transform: translate(-50%, -50%); }
      .l-header .menu-wrap .menu-list .menu.jepang a .icon::before {
        width: 35px;
        height: 24px;
        background: #fff;
        border: 3px solid #451615; }
      .l-header .menu-wrap .menu-list .menu.jepang a .icon::after {
        content: '';
        display: block;
        width: 15px;
        height: 15px;
        background: #bc002d;
        border-radius: 50%;
        position: absolute;
        top: 50%;
        left: 50%;
        z-index: 2;
        transform: translate(-50%, -50%); }
      .l-header .menu-wrap .menu-list .menu.story a .icon::before {
        width: 40px;
        height: 40px;
        background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDI1LjQuMSwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IuODrOOCpOODpOODvF8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiCgkgeT0iMHB4IiB2aWV3Qm94PSIwIDAgMjQgMjQiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDI0IDI0OyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+CjxzdHlsZSB0eXBlPSJ0ZXh0L2NzcyI+Cgkuc3Qwe2ZpbGw6IzQ1MTYxNTt9Cjwvc3R5bGU+CjxwYXRoIGNsYXNzPSJzdDAiIGQ9Ik0yMC4xLDUuM2MwLjksMC45LDEuMywyLDEuMywzLjJzLTAuNCwyLjMtMS4zLDMuMkwxMiwxOS44bC04LjEtOC4xYy0wLjktMC45LTEuMy0yLTEuMy0zLjJTMyw2LjIsMy45LDUuMwoJUzUuOSw0LDcsNHMyLjMsMC40LDMuMiwxLjNsMS4xLDEuMWMwLjQsMC40LDEsMC40LDEuNCwwbDEuMS0xLjFDMTQuNiw0LjQsMTUuOCw0LDE3LDRTMTkuMyw0LjQsMjAuMSw1LjN6IE0yMS41LDMuOQoJQzIwLjMsMi42LDE4LjYsMiwxNywycy0zLjMsMC42LTQuNiwxLjlMMTIsNC4zbC0wLjQtMC40QzEwLjQsMi42LDguNywyLDcuMSwyUzMuNywyLjYsMi41LDMuOVMwLjUsNi44LDAuNSw4LjVzMC42LDMuMywxLjksNC42CglsOC44LDguOGMwLjQsMC40LDEsMC40LDEuNCwwbDguOC04LjhjMS4zLTEuMywxLjktMi45LDEuOS00LjZTMjIuOCw1LjIsMjEuNSwzLjl6Ii8+Cjwvc3ZnPgo=) no-repeat;
        background-size: cover; }
      .l-header .menu-wrap .menu-list .menu a {
        display: block;
        width: 100%;
        height: 60px;
        position: relative; }
        .l-header .menu-wrap .menu-list .menu a .icon {
          display: block;
          width: 60px;
          height: 60px;
          position: absolute;
          top: 50%;
          left: 0;
          transform: translateY(-50%);
          background: #fff;
          border-radius: 50%; }
          .l-header .menu-wrap .menu-list .menu a .icon::before {
            content: '';
            position: absolute;
            top: 50%;
            left: 50%;
            z-index: 0;
            transform: translate(-50%, -50%); }
        .l-header .menu-wrap .menu-list .menu a .name {
          display: block;
          width: calc(100% - 80px);
          color: #fff;
          font-weight: bold;
          position: absolute;
          top: 50%;
          left: 80px;
          transform: translateY(-50%); }
          @media screen and (max-width: 481px) {
            .l-header .menu-wrap .menu-list .menu a .name {
              font-size: 16px; } }
          @media print, screen and (min-width: 482px) and (max-width: 768px) {
            .l-header .menu-wrap .menu-list .menu a .name {
              font-size: 20px; } }
          @media screen and (min-width: 769px) {
            .l-header .menu-wrap .menu-list .menu a .name {
              font-size: 24px; } }

.l-header .menu-btn {
  position: fixed;
  z-index: 200;
  width: 60px;
  height: 60px; }
  @media screen and (max-width: 481px) {
    .l-header .menu-btn {
      bottom: 15px;
      left: 15px; } }
  @media print, screen and (min-width: 482px) and (max-width: 768px) {
    .l-header .menu-btn {
      bottom: 20px;
      left: 20px; } }
  @media screen and (min-width: 769px) {
    .l-header .menu-btn {
      bottom: 26px;
      left: 30px; } }
  .l-header .menu-btn a {
    font-family: 'Sacramento', cursive;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    line-height: 60px;
    color: #5d8a8f;
    display: block;
    width: 100%;
    height: 100%;
    border: 2px solid #5d8a8f;
    border-radius: 50%;
    background: #fff; }
    .l-header .menu-btn a:hover {
      opacity: 1; }
    .l-header .menu-btn a.is-active {
      background: #5d8a8f;
      color: #fff; }

/* ==========================================================================
   Object
   ========================================================================== */
/* Component
   ----------------------------------------------------------------- */
/*
@include sp($point-sp) {}
@include tb($point-tb) {}
@include pc01($point-pc01) {}
@include pc02($point-pc02) {}
*/
/*
@include sp($point-sp) {}
@include tb($point-tb) {}
@include pc01($point-pc01) {}
@include pc02($point-pc02) {}
*/
.no-js-text {
  position: fixed;
  z-index: 1000;
  bottom: 0;
  left: 0;
  border: 1px dashed red;
  width: calc(100% - 40px);
  padding: 20px;
  margin: 20px;
  text-align: center;
  font-weight: bold; }

a.externalLink {
  color: #5d8a8f;
  display: inline-block;
  position: relative;
  padding: 0 1.5em 0 0; }
  a.externalLink::before {
    content: '';
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDI1LjQuMSwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IuODrOOCpOODpOODvF8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiCgkgeT0iMHB4IiB2aWV3Qm94PSIwIDAgMjQgMjQiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDI0IDI0OyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+CjxzdHlsZSB0eXBlPSJ0ZXh0L2NzcyI+Cgkuc3Qwe2ZpbGw6IzVEOEE4Rjt9Cjwvc3R5bGU+CjxwYXRoIGNsYXNzPSJzdDAiIGQ9Ik0xNywxM3Y2YzAsMC4zLTAuMSwwLjUtMC4zLDAuN1MxNi4zLDIwLDE2LDIwSDVjLTAuMywwLTAuNS0wLjEtMC43LTAuM1M0LDE5LjMsNCwxOVY4YzAtMC4zLDAuMS0wLjUsMC4zLTAuNwoJUzQuNyw3LDUsN2g2YzAuNiwwLDEtMC40LDEtMXMtMC40LTEtMS0xSDVDNC4yLDUsMy40LDUuMywyLjksNS45UzIsNy4yLDIsOHYxMWMwLDAuOCwwLjMsMS42LDAuOSwyLjFTNC4yLDIyLDUsMjJoMTEKCWMwLjgsMCwxLjYtMC4zLDIuMS0wLjlTMTksMTkuOCwxOSwxOXYtNmMwLTAuNi0wLjQtMS0xLTFTMTcsMTIuNCwxNywxM3ogTTEwLjcsMTQuN0wyMCw1LjRWOWMwLDAuNiwwLjQsMSwxLDFzMS0wLjQsMS0xVjMKCWMwLTAuMSwwLTAuMy0wLjEtMC40cy0wLjEtMC4yLTAuMi0wLjNsMCwwYy0wLjEtMC4xLTAuMi0wLjItMC4zLTAuMkMyMS4zLDIsMjEuMSwyLDIxLDJoLTZjLTAuNiwwLTEsMC40LTEsMXMwLjQsMSwxLDFoMy42CglsLTkuMyw5LjNjLTAuNCwwLjQtMC40LDEsMCwxLjRTMTAuMywxNS4xLDEwLjcsMTQuN3oiLz4KPC9zdmc+Cg==) no-repeat;
    background-size: cover;
    width: 1em;
    height: 1em;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%); }
  a.externalLink::after {
    content: '';
    width: 100%;
    height: 1px;
    position: absolute;
    bottom: 0;
    left: 0;
    background: #5d8a8f; }

/*
@include sp($point-sp) {}
@include tb($point-tb) {}
@include pc01($point-pc01) {}
@include pc02($point-pc02) {}
*/
/* Project
   ----------------------------------------------------------------- */
/*
@include sp($point-sp) {}
@include tb($point-tb) {}
@include pc01($point-pc01) {}
@include pc02($point-pc02) {}
*/
.hero-wrap {
  display: block;
  width: 100vw;
  height: 100vh;
  padding: 40px;
  position: relative;
  overflow: hidden; }
  @media screen and (min-width: 769px) {
    .hero-wrap {
      min-width: 1200px;
      min-height: 600px; } }
  .hero-wrap.is-show .hero-photo-wrap .border {
    width: 100%;
    height: 100%;
    animation: heroImageSlide 1.5s cubic-bezier(0.190, 1.000, 0.220, 1.000); }
  .hero-wrap.is-show .hero-photo-wrap .hero-photo-list {
    opacity: 1;
    visibility: visible; }
  .hero-wrap.is-show .hero-text .leaves .flower {
    opacity: 1;
    visibility: visible; }
    @media screen and (max-width: 481px) {
      .hero-wrap.is-show .hero-text .leaves .flower {
        transform: rotate(45deg) translate(-110px, 0px); } }
    @media print, screen and (min-width: 482px) and (max-width: 768px) {
      .hero-wrap.is-show .hero-text .leaves .flower {
        transform: rotate(45deg) translate(-130px, -10px); } }
    @media screen and (min-width: 769px) {
      .hero-wrap.is-show .hero-text .leaves .flower {
        transform: rotate(45deg) translate(-130px, -20px); } }
  .hero-wrap .hero-photo-wrap {
    position: absolute; }
    @media screen and (max-width: 481px) {
      .hero-wrap .hero-photo-wrap {
        width: calc(100% - 40px);
        height: calc(100% - 40px);
        top: 20px;
        left: 20px; } }
    @media print, screen and (min-width: 482px) and (max-width: 768px) {
      .hero-wrap .hero-photo-wrap {
        width: calc(100% - 60px);
        height: calc(100% - 60px);
        top: 30px;
        left: 30px; } }
    @media screen and (min-width: 769px) {
      .hero-wrap .hero-photo-wrap {
        width: calc(100% - 80px);
        height: calc(100% - 80px);
        top: 40px;
        left: 40px; } }
    .hero-wrap .hero-photo-wrap .border {
      position: absolute;
      top: 0;
      left: 0;
      width: 0;
      height: 0;
      border-left: 3px solid #d8afae;
      border-right: 3px solid #ca9795;
      z-index: 100; }
      .hero-wrap .hero-photo-wrap .border::before, .hero-wrap .hero-photo-wrap .border::after {
        content: "";
        display: block;
        position: absolute;
        width: 100%;
        height: 3px;
        left: 0;
        background: linear-gradient(to right, #d8afae 0%, #ca9795 100%);
        z-index: 101; }
      .hero-wrap .hero-photo-wrap .border::before {
        top: 0; }
      .hero-wrap .hero-photo-wrap .border::after {
        bottom: 0; }
    .hero-wrap .hero-photo-wrap .hero-photo-list {
      width: 100%;
      height: 100%;
      position: relative;
      opacity: 0;
      visibility: hidden;
      transition: opacity 6s cubic-bezier(0.190, 1.000, 0.220, 1.000), visibility 6s cubic-bezier(0.190, 1.000, 0.220, 1.000);
      transition-delay: 2.8s; }
      .hero-wrap .hero-photo-wrap .hero-photo-list::before, .hero-wrap .hero-photo-wrap .hero-photo-list::after {
        content: "";
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 1; }
      .hero-wrap .hero-photo-wrap .hero-photo-list::before {
        background-image: radial-gradient(#000 35%, transparent 36%), radial-gradient(#000 35%, transparent 36%);
        background-size: 8px 8px;
        background-position: 0 0, 4px 4px;
        opacity: 0.2; }
      .hero-wrap .hero-photo-wrap .hero-photo-list::after {
        background-color: rgba(255, 255, 255, 0.7); }
      .hero-wrap .hero-photo-wrap .hero-photo-list .slick-list,
      .hero-wrap .hero-photo-wrap .hero-photo-list .slick-track,
      .hero-wrap .hero-photo-wrap .hero-photo-list .slick-slide {
        width: 100%;
        height: 100%;
        position: relative;
        overflow: hidden;
        z-index: -1; }
      .hero-wrap .hero-photo-wrap .hero-photo-list .hero-photo {
        width: 100%;
        height: 100%;
        position: absolute;
        z-index: -1;
        top: 0;
        left: 0;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
        -ms-flex-pack: center;
            justify-content: center;
        -ms-flex-align: center;
            align-items: center; }
        .hero-wrap .hero-photo-wrap .hero-photo-list .hero-photo.move img {
          transform: scale(1, 1); }
        .hero-wrap .hero-photo-wrap .hero-photo-list .hero-photo img {
          width: auto;
          max-width: inherit;
          min-height: 100%;
          transform: scale(1.2, 1.2);
          transition: transform cubic-bezier(0.190, 1.000, 0.220, 1.000) 8s;
          z-index: -1; }
          @media screen and (max-width: 481px) {
            .hero-wrap .hero-photo-wrap .hero-photo-list .hero-photo img {
              height: 100%; } }
          @media screen and (min-width: 769px) {
            .hero-wrap .hero-photo-wrap .hero-photo-list .hero-photo img {
              min-width: 100%; } }
  .hero-wrap .hero-text {
    display: block;
    width: 100%;
    height: 100%; }
    .hero-wrap .hero-text svg {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      z-index: 100; }
      @media screen and (max-width: 481px) {
        .hero-wrap .hero-text svg {
          width: 270px;
          height: 211px; } }
      @media print, screen and (min-width: 482px) and (max-width: 768px) {
        .hero-wrap .hero-text svg {
          width: 400px;
          height: 310px; } }
      @media screen and (min-width: 769px) {
        .hero-wrap .hero-text svg {
          width: 550px;
          height: 428px; } }
    .hero-wrap .hero-text .leaves {
      width: 100%;
      height: 100%;
      position: relative;
      z-index: 101; }
      .hero-wrap .hero-text .leaves .flower {
        position: absolute;
        top: 0;
        left: 0;
        background: url(http://wedding-h-w.kando-teller.jp/wp/wp-content/themes/wp_akadnikah/img/top/mainFlower.png) no-repeat;
        background-size: cover;
        transform: rotate(45deg) translate(-200px, -20px);
        opacity: 0;
        visibility: hidden;
        transition: transform 1.5s cubic-bezier(0.190, 1.000, 0.220, 1.000), opacity 1.5s cubic-bezier(0.190, 1.000, 0.220, 1.000), visibility 1.5s cubic-bezier(0.190, 1.000, 0.220, 1.000);
        transition-delay: 1.5s; }
        @media screen and (max-width: 481px) {
          .hero-wrap .hero-text .leaves .flower {
            width: 140px;
            height: 163px; } }
        @media print, screen and (min-width: 482px) and (max-width: 768px) {
          .hero-wrap .hero-text .leaves .flower {
            width: 220px;
            height: 256px; } }
        @media screen and (min-width: 769px) {
          .hero-wrap .hero-text .leaves .flower {
            width: 276px;
            height: 320px; } }

.top-content {
  margin: 0 auto;
  text-align: center;
  opacity: 0;
  visibility: hidden;
  transform: translateY(50px);
  transition: opacity 3s cubic-bezier(0.190, 1.000, 0.220, 1.000), visibility 3s cubic-bezier(0.190, 1.000, 0.220, 1.000), transform 3s cubic-bezier(0.190, 1.000, 0.220, 1.000); }
  @media screen and (max-width: 481px) {
    .top-content {
      padding-left: 30px;
      padding-right: 30px; } }
  @media print, screen and (min-width: 482px) and (max-width: 768px) {
    .top-content {
      padding-left: 60px;
      padding-right: 60px; } }
  @media screen and (min-width: 769px) {
    .top-content {
      padding-left: 100px;
      padding-right: 100px; } }
  @media screen and (max-width: 481px) {
    .top-content {
      padding-top: 40px;
      padding-bottom: 40px; } }
  @media print, screen and (min-width: 482px) and (max-width: 768px) {
    .top-content {
      padding-top: 40px;
      padding-bottom: 40px; } }
  @media screen and (min-width: 769px) {
    .top-content {
      padding-top: 60px;
      padding-bottom: 60px; } }
  .top-content.notScrollBlock {
    opacity: 1;
    visibility: visible;
    transform: translateY(0); }
  .top-content.is-show {
    opacity: 1;
    visibility: visible;
    transform: translateY(0); }
  .top-content .textArab {
    margin: 0 0 0.5em; }
    @media screen and (max-width: 481px) {
      .top-content .textArab {
        font-size: 28px; } }
    @media print, screen and (min-width: 482px) and (max-width: 768px) {
      .top-content .textArab {
        font-size: 36px; } }
    @media screen and (min-width: 769px) {
      .top-content .textArab {
        font-size: 48px; } }
  .top-content .text {
    margin: 0 0 1em; }
    @media screen and (max-width: 481px) {
      .top-content .text {
        font-size: 14px; } }
    @media print, screen and (min-width: 482px) and (max-width: 768px) {
      .top-content .text {
        font-size: 16px; } }
    @media screen and (min-width: 769px) {
      .top-content .text {
        font-size: 20px; } }
    .top-content .text:last-child {
      margin: 0; }
  .top-content .page-link {
    margin: 2em 0 0; }
    .top-content .page-link a {
      color: #5d8a8f;
      display: inline-block;
      position: relative; }
      .top-content .page-link a::after {
        content: "";
        width: 100%;
        height: 1px;
        position: absolute;
        bottom: 0;
        left: 0;
        background: #5d8a8f; }

.section-title-wrap {
  margin: 0 0 2em; }
  .section-title-wrap .section-title {
    font-family: 'Sacramento', cursive;
    font-weight: bold;
    text-align: center; }
    @media screen and (max-width: 481px) {
      .section-title-wrap .section-title {
        font-size: 28px; } }
    @media print, screen and (min-width: 482px) and (max-width: 768px) {
      .section-title-wrap .section-title {
        font-size: 36px; } }
    @media screen and (min-width: 769px) {
      .section-title-wrap .section-title {
        font-size: 48px; } }
  .section-title-wrap .section-titleSub {
    font-weight: bold; }
    @media screen and (max-width: 481px) {
      .section-title-wrap .section-titleSub {
        font-size: 14px; } }
    @media print, screen and (min-width: 482px) and (max-width: 768px) {
      .section-title-wrap .section-titleSub {
        font-size: 16px; } }
    @media screen and (min-width: 769px) {
      .section-title-wrap .section-titleSub {
        font-size: 20px; } }

.greeting .signatures {
  margin: 2em 0; }
  .greeting .signatures .signature:last-child {
    margin: 0; }
  .greeting .signatures .signature .name {
    font-weight: bold; }
    @media screen and (max-width: 481px) {
      .greeting .signatures .signature .name {
        font-size: 18px; } }
    @media print, screen and (min-width: 482px) and (max-width: 768px) {
      .greeting .signatures .signature .name {
        font-size: 22px; } }
    @media screen and (min-width: 769px) {
      .greeting .signatures .signature .name {
        font-size: 27px; } }
  .greeting .signatures .dengan {
    margin: 0.5em 0; }
    @media screen and (max-width: 481px) {
      .greeting .signatures .dengan {
        font-size: 13px; } }
    @media print, screen and (min-width: 482px) and (max-width: 768px) {
      .greeting .signatures .dengan {
        font-size: 15px; } }
    @media screen and (min-width: 769px) {
      .greeting .signatures .dengan {
        font-size: 18px; } }

.wedding .wedding-date {
  margin: 0 0 0.5em;
  font-weight: bold; }
  @media screen and (max-width: 481px) {
    .wedding .wedding-date {
      font-size: 24px; } }
  @media print, screen and (min-width: 482px) and (max-width: 768px) {
    .wedding .wedding-date {
      font-size: 28px; } }
  @media screen and (min-width: 769px) {
    .wedding .wedding-date {
      font-size: 36px; } }

.wedding .wedding-startTime {
  margin: 0 0 0.5em; }
  @media screen and (max-width: 481px) {
    .wedding .wedding-startTime {
      font-size: 18px; } }
  @media print, screen and (min-width: 482px) and (max-width: 768px) {
    .wedding .wedding-startTime {
      font-size: 22px; } }
  @media screen and (min-width: 769px) {
    .wedding .wedding-startTime {
      font-size: 27px; } }

.wedding .wedding-place {
  margin: 0 0 0.5em; }
  @media screen and (max-width: 481px) {
    .wedding .wedding-place {
      font-size: 18px; } }
  @media print, screen and (min-width: 482px) and (max-width: 768px) {
    .wedding .wedding-place {
      font-size: 22px; } }
  @media screen and (min-width: 769px) {
    .wedding .wedding-place {
      font-size: 27px; } }

.wedding .wedding-links-wrap {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
      flex-flow: row wrap;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center; }

.wedding .wedding-links {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
      flex-flow: row wrap;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  width: 240px;
  margin: 2em 0 0; }
  .wedding .wedding-links .text {
    width: 100%; }
  .wedding .wedding-links .notice {
    width: 100%;
    margin: 2em 0 0; }
  .wedding .wedding-links .download {
    width: 71px;
    height: 71px;
    margin: 0 auto;
    background: url(data:image/svg+xml;base64,PCEtLSBHZW5lcmF0ZWQgYnkgSWNvTW9vbi5pbyAtLT4KPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjMyIiBoZWlnaHQ9IjMyIiB2aWV3Qm94PSIwIDAgMzIgMzIiPgo8dGl0bGU+Zm9sZGVyLWRvd25sb2FkPC90aXRsZT4KPHBhdGggZD0iTTE4IDhsLTQtNGgtMTR2MjZoMzJ2LTIyaC0xNHpNMTYgMjdsLTctN2g1di04aDR2OGg1bC03IDd6Ij48L3BhdGg+Cjwvc3ZnPgo=) no-repeat;
    background-size: cover; }
  @media screen and (max-width: 481px) {
    .wedding .wedding-links .link {
      margin: 0 10px; } }
  @media print, screen and (min-width: 482px) and (max-width: 768px) {
    .wedding .wedding-links .link {
      margin: 0 20px; } }
  @media screen and (min-width: 769px) {
    .wedding .wedding-links .link {
      margin: 0 20px; } }
  .wedding .wedding-links .link a {
    display: block;
    text-align: center; }
    .wedding .wedding-links .link a[disabled] {
      opacity: 0.5; }
    .wedding .wedding-links .link a img {
      width: 100px;
      height: auto; }
    .wedding .wedding-links .link a span {
      display: block;
      padding: 0.5em 0 0; }
  .wedding .wedding-links .link .link-text span {
    display: block;
    padding: 0.5em 0 0; }
    .wedding .wedding-links .link .link-text span a {
      color: #5d8a8f;
      text-decoration: underline;
      display: inline-block; }

.wedding .note-text {
  margin: 40px 0; }

.wedding .google-map {
  margin: 2em 0 0; }
  .wedding .google-map iframe {
    width: 100%; }
    @media screen and (max-width: 481px) {
      .wedding .google-map iframe {
        height: 300px; } }
    @media print, screen and (min-width: 482px) and (max-width: 768px) {
      .wedding .google-map iframe {
        height: 400px; } }
    @media screen and (min-width: 769px) {
      .wedding .google-map iframe {
        height: 450px; } }
  .wedding .google-map .linkToMap {
    margin: 0.5em 0 0; }

.noticeInformation .notices .notice {
  padding: 0.5em 0 1em;
  margin: 0 0 1em;
  border-bottom: 1px solid #451615; }

.groomBride .groomBride-blocks {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
      flex-flow: row wrap;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: start;
      align-items: flex-start; }
  @media screen and (max-width: 481px) {
    .groomBride .groomBride-blocks .groomBride-block {
      width: 100%;
      margin: 0 0 30px; }
      .groomBride .groomBride-blocks .groomBride-block:last-child {
        margin: 0; } }
  @media print, screen and (min-width: 482px) and (max-width: 768px) {
    .groomBride .groomBride-blocks .groomBride-block {
      width: 100%;
      margin: 0 0 40px; }
      .groomBride .groomBride-blocks .groomBride-block:last-child {
        margin: 0; } }
  @media screen and (min-width: 769px) {
    .groomBride .groomBride-blocks .groomBride-block {
      width: 50%;
      padding: 0 20px; } }

.groomBride .groomBride-photo {
  margin: 0 0 1em; }
  @media screen and (max-width: 481px) {
    .groomBride .groomBride-photo img {
      width: 240px;
      height: auto; } }
  @media print, screen and (min-width: 482px) and (max-width: 768px) {
    .groomBride .groomBride-photo img {
      width: 300px;
      height: auto; } }
  @media screen and (min-width: 769px) {
    .groomBride .groomBride-photo img {
      width: 300px;
      height: auto; } }

.groomBride .groomBride-text .block-title {
  font-family: 'Sacramento', cursive; }
  @media screen and (max-width: 481px) {
    .groomBride .groomBride-text .block-title {
      font-size: 18px; } }
  @media print, screen and (min-width: 482px) and (max-width: 768px) {
    .groomBride .groomBride-text .block-title {
      font-size: 22px; } }
  @media screen and (min-width: 769px) {
    .groomBride .groomBride-text .block-title {
      font-size: 27px; } }

.groomBride .groomBride-text .name-wrap {
  margin: 0 0 1em; }
  .groomBride .groomBride-text .name-wrap .nameEN {
    font-weight: bold; }
    @media screen and (max-width: 481px) {
      .groomBride .groomBride-text .name-wrap .nameEN {
        font-size: 18px; } }
    @media print, screen and (min-width: 482px) and (max-width: 768px) {
      .groomBride .groomBride-text .name-wrap .nameEN {
        font-size: 22px; } }
    @media screen and (min-width: 769px) {
      .groomBride .groomBride-text .name-wrap .nameEN {
        font-size: 27px; } }
  @media screen and (max-width: 481px) {
    .groomBride .groomBride-text .name-wrap .nameJP {
      font-size: 18px; } }
  @media print, screen and (min-width: 482px) and (max-width: 768px) {
    .groomBride .groomBride-text .name-wrap .nameJP {
      font-size: 22px; } }
  @media screen and (min-width: 769px) {
    .groomBride .groomBride-text .name-wrap .nameJP {
      font-size: 27px; } }

@media screen and (max-width: 481px) {
  .groomBride .groomBride-text .about-wrap .text {
    font-size: 13px; } }

@media print, screen and (min-width: 482px) and (max-width: 768px) {
  .groomBride .groomBride-text .about-wrap .text {
    font-size: 15px; } }

@media screen and (min-width: 769px) {
  .groomBride .groomBride-text .about-wrap .text {
    font-size: 18px; } }

/*
@include sp($point-sp) {}
@include tb($point-tb) {}
@include pc01($point-pc01) {}
@include pc02($point-pc02) {}
*/
.required {
  display: inline-block;
  color: #f00;
  padding: 0 .3em;
  vertical-align: top;
  position: relative;
  top: .3em;
  font-weight: normal; }
  @media screen and (max-width: 481px) {
    .required {
      font-size: 10px; } }
  @media print, screen and (min-width: 482px) and (max-width: 768px) {
    .required {
      font-size: 12px; } }
  @media screen and (min-width: 769px) {
    .required {
      font-size: 14px; } }

.mw_wp_form {
  text-align: left; }
  @media screen and (max-width: 481px) {
    .mw_wp_form {
      padding: 3em 0; } }
  @media print, screen and (min-width: 482px) and (max-width: 768px) {
    .mw_wp_form {
      padding: 3em 0; } }
  @media screen and (min-width: 769px) {
    .mw_wp_form {
      padding: 3em 0; } }
  .mw_wp_form .submitButton-wrap {
    text-align: center;
    margin: 2em 0 0; }
    .mw_wp_form .submitButton-wrap input[type="submit"] {
      width: 300px;
      max-width: 100%;
      font-weight: bold;
      color: #fff;
      padding: .5em 0;
      letter-spacing: .1em;
      border: 2px solid #451615;
      background: #451615;
      transition: .2s;
      outline: none; }
      @media screen and (max-width: 481px) {
        .mw_wp_form .submitButton-wrap input[type="submit"] {
          font-size: 12px; } }
      @media print, screen and (min-width: 482px) and (max-width: 768px) {
        .mw_wp_form .submitButton-wrap input[type="submit"] {
          font-size: 14px; } }
      @media screen and (min-width: 769px) {
        .mw_wp_form .submitButton-wrap input[type="submit"] {
          font-size: 16px; } }
      @media all and (-ms-high-contrast: none) {
        .mw_wp_form .submitButton-wrap input[type="submit"] {
          transform: rotate(0.03deg);
          -webkit-transform: rotate(0.03deg); } }
      @media screen and (min-width: 769px) {
        .mw_wp_form .submitButton-wrap input[type="submit"]:hover {
          background: #fff;
          color: #451615; } }

.mw_wp_form_preview .formBox .formItem.email .emailConfirm {
  display: none; }

.formBox .formItem {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-align: center;
      align-items: center;
  margin: 0 0 3em; }
  .formBox .formItem .item {
    display: inline-block;
    margin: 0 1em 0 0; }
    .formBox .formItem .item:last-child {
      margin: 0; }
  .formBox .formItem dt {
    font-weight: bold; }
    @media all and (-ms-high-contrast: none) {
      .formBox .formItem dt {
        transform: rotate(0.03deg);
        -webkit-transform: rotate(0.03deg); } }
    @media screen and (max-width: 481px) {
      .formBox .formItem dt {
        width: 100%;
        margin: 0 0 1em; } }
    @media print, screen and (min-width: 482px) and (max-width: 768px) {
      .formBox .formItem dt {
        width: 100%;
        margin: 0 0 1em; } }
    @media screen and (min-width: 769px) {
      .formBox .formItem dt {
        width: 15em;
        padding: 0 2em 0 0; } }
  @media all and (-ms-high-contrast: none) {
    .formBox .formItem dd {
      transform: rotate(0.03deg);
      -webkit-transform: rotate(0.03deg); } }
  @media screen and (max-width: 481px) {
    .formBox .formItem dd {
      width: 100%; } }
  @media print, screen and (min-width: 482px) and (max-width: 768px) {
    .formBox .formItem dd {
      width: 100%; } }
  @media screen and (min-width: 769px) {
    .formBox .formItem dd {
      width: calc(100% - 15em); } }
  .formBox .formItem .error {
    display: block;
    font-size: .9em;
    color: #d41a24;
    margin: .5em 0 1em; }
    @media all and (-ms-high-contrast: none) {
      .formBox .formItem .error {
        transform: rotate(0.03deg);
        -webkit-transform: rotate(0.03deg); } }
  .formBox .formItem.name input[type="text"] {
    width: 100%; }
    .formBox .formItem.name input[type="text"]:first-child {
      margin: 0 .5em 0 0; }
  .formBox .formItem.email input[type="email"] {
    width: 100%; }
  .formBox .formItem.email .emailConfirm input[type="email"] {
    margin: .5em 0 0; }
  @media all and (-ms-high-contrast: none) {
    .formBox .formItem.email .emailConfirm .mail-confirm {
      transform: rotate(0.03deg);
      -webkit-transform: rotate(0.03deg); } }
  .formBox .formItem input[type="text"],
  .formBox .formItem input[type="email"],
  .formBox .formItem textarea {
    padding: 15px;
    border: 0;
    background: #fff;
    border: 1px solid #a8bfc7;
    box-sizing: border-box; }
    @media all and (-ms-high-contrast: none) {
      .formBox .formItem input[type="text"],
      .formBox .formItem input[type="email"],
      .formBox .formItem textarea {
        transform: rotate(0.03deg);
        -webkit-transform: rotate(0.03deg); } }
  .formBox .formItem textarea {
    width: 100%; }
    @media all and (-ms-high-contrast: none) {
      .formBox .formItem textarea {
        transform: rotate(0.03deg);
        -webkit-transform: rotate(0.03deg); } }
  .formBox .formItem input[type="text"]:focus,
  .formBox .formItem input[type="email"]:focus,
  .formBox .formItem textarea:focus {
    outline: none;
    background: #fff;
    border: 1px solid #451615; }
  .formBox .formItem .horizontal-item + .horizontal-item {
    margin-left: 0; }

.formBox .complete-text {
  margin: 0 0 3em;
  text-align: center; }
  @media all and (-ms-high-contrast: none) {
    .formBox .complete-text {
      transform: rotate(0.03deg);
      -webkit-transform: rotate(0.03deg); } }
  .formBox .complete-text strong {
    display: block;
    text-align: center; }

.formBox .backto-toppage {
  text-align: center; }
  .formBox .backto-toppage a {
    background: #451615;
    color: #fff;
    border: 1px solid #451615;
    padding: .5em 2em;
    transition: background .2s, color .2s; }
    @media screen and (max-width: 481px) {
      .formBox .backto-toppage a {
        font-size: 12px; } }
    @media print, screen and (min-width: 482px) and (max-width: 768px) {
      .formBox .backto-toppage a {
        font-size: 14px; } }
    @media screen and (min-width: 769px) {
      .formBox .backto-toppage a {
        font-size: 16px; } }
    @media all and (-ms-high-contrast: none) {
      .formBox .backto-toppage a {
        transform: rotate(0.03deg);
        -webkit-transform: rotate(0.03deg); } }
    .formBox .backto-toppage a:hover {
      background: #fff;
      color: #451615; }

.our-history {
  text-align: left;
  padding: 20px 0;
  border-left: 4px solid #451615; }
  @media screen and (max-width: 481px) {
    .our-history {
      margin: 0 0 40px; } }
  @media print, screen and (min-width: 482px) and (max-width: 768px) {
    .our-history {
      margin: 0 20px 40px; } }
  @media screen and (min-width: 769px) {
    .our-history {
      margin: 0 40px 80px; } }
  .our-history .history {
    padding: 0 0 0 40px;
    margin: 0 0 4em; }
    .our-history .history:last-child {
      margin: 0; }
    .our-history .history.is-show .history-date::before {
      width: 24px;
      height: 24px; }
    .our-history .history.is-show .history-date::after {
      width: 60px; }
    .our-history .history.is-show .history-date span {
      opacity: 1;
      visibility: visible; }
    .our-history .history .history-date {
      font-weight: bold;
      padding: 0 0 0 40px;
      margin: 0 0 1em;
      position: relative; }
      @media screen and (max-width: 481px) {
        .our-history .history .history-date {
          font-size: 16px; } }
      @media print, screen and (min-width: 482px) and (max-width: 768px) {
        .our-history .history .history-date {
          font-size: 20px; } }
      @media screen and (min-width: 769px) {
        .our-history .history .history-date {
          font-size: 24px; } }
      .our-history .history .history-date::before {
        content: '';
        width: 0;
        height: 0;
        background: #ca9795;
        border-radius: 50%;
        position: absolute;
        top: 50%;
        left: -42px;
        transform: translate(-50%, -50%);
        z-index: 2;
        transition: width 1.5s cubic-bezier(0.190, 1.000, 0.220, 1.000), height 1.5s cubic-bezier(0.190, 1.000, 0.220, 1.000); }
      .our-history .history .history-date::after {
        content: '';
        width: 0;
        height: 2px;
        background: #451615;
        position: absolute;
        top: 50%;
        left: -40px;
        z-index: 1;
        transition: width 1s cubic-bezier(0.190, 1.000, 0.220, 1.000);
        transition-delay: .5s; }
      .our-history .history .history-date span {
        display: block;
        opacity: 0;
        visibility: hidden;
        transition: opacity 3s cubic-bezier(0.190, 1.000, 0.220, 1.000), visibility 3s cubic-bezier(0.190, 1.000, 0.220, 1.000), transform 3s cubic-bezier(0.190, 1.000, 0.220, 1.000);
        transition-delay: 1s; }
  .our-history .history-detail p {
    margin: 0 0 1.5em;
    opacity: 0;
    visibility: hidden;
    transform: translateY(50px);
    transition: opacity 3s cubic-bezier(0.190, 1.000, 0.220, 1.000), visibility 3s cubic-bezier(0.190, 1.000, 0.220, 1.000), transform 3s cubic-bezier(0.190, 1.000, 0.220, 1.000);
    transition-delay: 1s; }
    .our-history .history-detail p:last-child {
      margin: 0; }
    .our-history .history-detail p.is-show {
      opacity: 1;
      visibility: visible;
      transform: translateY(0); }
  .our-history .history-detail .photo {
    margin: 0 0 1.5em;
    text-align: center;
    opacity: 0;
    visibility: hidden;
    transform: translateY(50px);
    transition: opacity 3s cubic-bezier(0.190, 1.000, 0.220, 1.000), visibility 3s cubic-bezier(0.190, 1.000, 0.220, 1.000), transform 3s cubic-bezier(0.190, 1.000, 0.220, 1.000);
    transition-delay: 1s; }
    .our-history .history-detail .photo:last-child {
      margin: 0; }
    .our-history .history-detail .photo.is-show {
      opacity: 1;
      visibility: visible;
      transform: translateY(0); }
    .our-history .history-detail .photo img {
      padding: 5px; }

/* ==========================================================================
   print
   ========================================================================== */
