@charset "UTF-8";
/*
Copyright (c) 2009, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.7.0
*/
body {
  color: #222222;
  font: 12px Verdana,'メイリオ','Meiryo','ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro','Osaka','ＭＳ Ｐゴシック',sans-serif;
  *font-size: small;
  *font: x-small; }

select, input, button, textarea, button {
  font: 99% arial,helvetica,clean,sans-serif; }

table {
  font-size: inherit;
  font: 100%; }

pre, code, kbd, samp, tt {
  font-family: monospace;
  *font-size: 108%;
  line-height: 100%; }

/*YUI Font-size Adjustment
10px = 77%     11px = 85%   12px = 93%     13px = 100%
14px = 108%    15px = 116%    16px = 123.1%  17px = 131%
18px = 138.5%  19px = 146.5%  20px = 153.9%  21px = 161.6%
22px = 167%    23px = 174%    24px = 182%    25px = 189%
26px = 197%*/
/* CSS Document */
/* CSS Document */
/*
Copyright (c) 2009, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.7.0
*/
html {
  color: #000;
  background: #FFF; }

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, button, textarea, p, blockquote, th, td {
  margin: 0;
  padding: 0; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

fieldset, img {
  border: 0;
  margin: 0;
  padding: 0; }

address, caption, cite, code, dfn, strong, th, var, optgroup {
  font-style: inherit;
  font-weight: inherit; }

del, ins {
  text-decoration: none; }

li {
  list-style: none; }

caption, th {
  text-align: left; }

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal; }

q:before, q:after {
  content: ''; }

abbr, acronym {
  border: 0;
  font-variant: normal; }

/*sup{vertical-align:baseline;}sub{vertical-align:baseline;}*/
legend {
  color: #000; }

input, button, textarea, select, optgroup, option {
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit; }

input, button, textarea, select {
  *font-size: 100%; }

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-style: normal;
  font-weight: normal;
  font-size: 100%;
  vertical-align: baseline; }

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

html {
  overflow-y: scroll; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

input, textarea {
  margin: 0;
  padding: 0; }

ol, ul {
  list-style: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

caption, th {
  text-align: left; }

a:focus {
  outline: none; }

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden; }

.clearfix {
  min-height: 1px; }

* html .clearfix {
  height: 1px;
  /*¥*/
  /*/
	height: auto;
	overflow: hidden;
	/**/ }

.both {
  clear: both; }

/*テキストシャドウ {
	text-shadow: 1px 1px 3px #000;
}
*/
/*ボックスシャドウ {
	-moz-box-shadow: 1px 1px 3px #000;
	-webkit-box-shadow: 1px 1px 3px #000;
	box-shadow: 1px 1px 3px #000;
}
*/
/*ボックスシャドウ内側 {
	-moz-box-shadow: inset 1px 1px 3px #000;
	-webkit-box-shadow: inset 1px 1px 3px #000;
	box-shadow: inset 1px 1px 3px #000;
}
*/
/*角丸 {
	border-radius: 10px; 
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px; 
}
*/
/*トランジション {
	-webkit-transition: 1.5s;
	-moz-transition: 1.5s;
	-o-transition: 1.5s;
	transition: 1.5s;
}
*/
/*透明 {
	filter: alpha(opacity=25);
	-moz-opacity:0.25;
	opacity:0.25;
}
*/
/*背景のみ透明 {
	background-color:rgba(255,255,255,0.2);
}
*/
/*グラデーション {
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#ffffff', endColorstr = '#000000');
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr = '#ffffff', endColorstr = '#000000')";
	background-image: -moz-linear-gradient(top, #ffffff, #000000);
	background-image: -ms-linear-gradient(top, #ffffff, #000000);
	background-image: -o-linear-gradient(top, #ffffff, #000000);
	background-image: -webkit-gradient(linear, center top, center bottom, from(#ffffff), to(#000000));
	background-image: -webkit-linear-gradient(top, #ffffff, #000000);
	background-image: linear-gradient(top, #ffffff, #000000);
}
*/
/*スマホ対応
@media screen and (max-width: 480px){
	
}
@media screen and (max-width: 320px){
	
}
*/
::selection {
  background: #A08B58;
  color: #fff; }

::-moz-selection {
  background: #A08B58;
  color: #fff; }

@font-face {
  font-family: 'icomoon';
  src: url("../fonts/icomoon.eot?r5t1r0");
  src: url("../fonts/icomoon.eot?r5t1r0#iefix") format("embedded-opentype"), url("../fonts/icomoon.ttf?r5t1r0") format("truetype"), url("../fonts/icomoon.woff?r5t1r0") format("woff"), url("../fonts/icomoon.svg?r5t1r0#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block; }

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-facebook_b:before {
  content: "\e908"; }

.icon-twitter_b:before {
  content: "\e907"; }

.icon-talk:before {
  content: "\e900"; }

.icon-facebook:before {
  content: "\e901";
  color: #686969; }

.icon-insta:before {
  content: "\e902"; }

.icon-line:before {
  content: "\e903";
  color: #686969; }

.icon-operator:before {
  content: "\e904"; }

.icon-twitter:before {
  content: "\e905";
  color: #686969; }

.icon-youtube:before {
  content: "\e906";
  color: #686969; }

/*background image*/
/*flex*/
/*hover base anim*/
/*custom anim*/
/*liner anim*/
/*content data-text*/
/* text indent letter spaxing*/
/*serif font*/
/*google font*/
/*shadow*/
/*body base*/
html {
  margin: 0px !important;
  background-color: #000;
  color: #fff; }

body {
  color: #fff;
  width: 100%;
  position: relative;
  overflow: hidden;
  font-size: 16px;
  font-feature-settings: "palt" 1;
  -webkit-overflow-scrolling: touch;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  font-family: -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, sans-serif;
  box-sizing: border-box;
  /*font-size*/ }
  @media screen and (max-width: 768px) {
    body {
      font-size: 13px; } }

/*serif setting*/
.serif {
  font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif; }

.title_serif {
  font-family: 'Cormorant Garamond', serif; }

/*img setting*/
img {
  max-width: 100%;
  height: auto; }

/*bold text*/
.bold {
  font-family: -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI semibold", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic", "Segoe UI", Verdana, Meiryo, sans-serif; }

/*a tag*/
a {
  text-decoration: none;
  color: #fff;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear; }

a:hover {
  opacity: 0.8;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear; }

/*contents base width*/
.cont_in {
  width: 94%;
  width: calc(100% - 4rem);
  margin: 0 auto;
  box-sizing: border-box; }
  @media screen and (max-width: 868px) {
    .cont_in {
      width: calc(100% - 2rem); } }

/*btn setting*/
.btn {
  text-align: center;
  line-height: 1; }
  .btn a {
    position: relative;
    display: block;
    padding: 1rem 0;
    color: #fff;
    max-width: 265px;
    margin: 0 auto;
    overflow: hidden; }
    .btn a i {
      position: relative;
      display: block;
      text-indent: 0.1rem;
      letter-spacing: 0.1rem;
      z-index: 2; }
      .btn a i:after {
        content: "";
        position: absolute;
        width: 7px;
        height: 7px;
        top: 50%;
        right: 36px;
        transform: rotate(-45deg);
        border-right: solid 2px #fff;
        border-bottom: solid 2px #fff;
        margin-top: -4px; }
    .btn a:before {
      content: "";
      position: absolute;
      left: -100%;
      top: 0;
      width: 100%;
      height: 100%;
      background: #fff;
      -webkit-transition: all 200ms cubic-bezier(0.77, 0, 0.175, 1);
      transition: all 200ms cubic-bezier(0.77, 0, 0.175, 1); }
  .btn a:hover {
    opacity: 1;
    background: #A08B58;
    color: #fff;
    border-color: #A08B58; }
    .btn a:hover:before {
      left: 0; }

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

* {
  outline: none;
  list-style: none; }

/**/
.mfp-bg {
  opacity: 0;
  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out; }

/* overlay animate in */
.mfp-bg.mfp-ready {
  opacity: 0.8; }

/* overlay animate out */
.mfp-bg.mfp-removing {
  opacity: 0; }

/* content at start */
.mfp-wrap .mfp-content {
  opacity: 0;
  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out; }

/* content animate it */
.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1; }

/* content animate out */
.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0; }

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8; }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh !important;
  max-height: 100vh !important;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  overflow-y: hidden !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100vh;
  left: 0;
  top: 0;
  padding: 0px;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100vh;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }

.mfp-preloader a {
  color: #CCC; }

.mfp-preloader a:hover {
  color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation; }

button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }

.mfp-close:hover,
.mfp-close:focus {
  opacity: 1; }

.mfp-close:active {
  top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent; }

.mfp-arrow:active {
  margin-top: -54px; }

.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1; }

.mfp-arrow:before,
.mfp-arrow:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent; }

.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px; }

.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }

.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px; }

.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }

.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px; }

.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px; }

.mfp-iframe-holder .mfp-close {
  top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }

.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444; }

.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px; }

.mfp-figure figure {
  margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box; }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; } }

.mfp-zoom-in {
  /* start state */
  /* animate in */
  /* animate out */ }

.mfp-zoom-in .mfp-container {
  opacity: 0;
  transition: all 0.2s ease-in-out;
  transform: scale(0.8); }

.mfp-zoom-in.mfp-bg {
  opacity: 0;
  transition: all 0.3s ease-out; }

.mfp-zoom-in.mfp-ready .mfp-container {
  opacity: 1;
  transform: scale(1); }

.mfp-zoom-in.mfp-ready.mfp-bg {
  opacity: 0.8; }

.mfp-zoom-in.mfp-removing .mfp-container {
  transform: scale(0.8);
  opacity: 0; }

.mfp-zoom-in.mfp-removing.mfp-bg {
  opacity: 0; }

/* 
====== Newspaper effect ======
*/
.mfp-newspaper {
  /* start state */
  /* animate in */
  /* animate out */ }

.mfp-newspaper .mfp-with-anim {
  opacity: 0;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.5s;
  transform: scale(0) rotate(500deg); }

.mfp-newspaper.mfp-bg {
  opacity: 0;
  transition: all 0.5s; }

.mfp-newspaper.mfp-ready .mfp-with-anim {
  opacity: 1;
  transform: scale(1) rotate(0deg); }

.mfp-newspaper.mfp-ready.mfp-bg {
  opacity: 0.8; }

.mfp-newspaper.mfp-removing .mfp-with-anim {
  transform: scale(0) rotate(500deg);
  opacity: 0; }

.mfp-newspaper.mfp-removing.mfp-bg {
  opacity: 0; }

/* 
====== Move-horizontal effect ======
*/
.mfp-move-horizontal {
  /* start state */
  /* animate in */
  /* animate out */ }

.mfp-move-horizontal .mfp-with-anim {
  opacity: 0;
  transition: all 0.3s;
  transform: translateX(-50px); }

.mfp-move-horizontal.mfp-bg {
  opacity: 0;
  transition: all 0.3s; }

.mfp-move-horizontal.mfp-ready .mfp-with-anim {
  opacity: 1;
  transform: translateX(0); }

.mfp-move-horizontal.mfp-ready.mfp-bg {
  opacity: 0.8; }

.mfp-move-horizontal.mfp-removing .mfp-with-anim {
  transform: translateX(50px);
  opacity: 0; }

.mfp-move-horizontal.mfp-removing.mfp-bg {
  opacity: 0; }

/* 
====== Move-from-top effect ======
*/
.mfp-move-from-top {
  /* start state */
  /* animate in */
  /* animate out */ }

.mfp-move-from-top .mfp-content {
  vertical-align: top; }

.mfp-move-from-top .mfp-with-anim {
  opacity: 0;
  transition: all 0.2s;
  transform: translateY(-100px); }

.mfp-move-from-top.mfp-bg {
  opacity: 0;
  transition: all 0.2s; }

.mfp-move-from-top.mfp-ready .mfp-with-anim {
  opacity: 1;
  transform: translateY(0); }

.mfp-move-from-top.mfp-ready.mfp-bg {
  opacity: 0.8; }

.mfp-move-from-top.mfp-removing .mfp-with-anim {
  transform: translateY(-50px);
  opacity: 0; }

.mfp-move-from-top.mfp-removing.mfp-bg {
  opacity: 0; }

/* 
====== 3d unfold ======
*/
.mfp-3d-unfold {
  /* start state */
  /* animate in */
  /* animate out */ }

.mfp-3d-unfold .mfp-content {
  perspective: 2000px; }

.mfp-3d-unfold .mfp-with-anim {
  opacity: 0;
  transition: all 0.3s ease-in-out;
  transform-style: preserve-3d;
  transform: rotateY(-60deg); }

.mfp-3d-unfold.mfp-bg {
  opacity: 0;
  transition: all 0.5s; }

.mfp-3d-unfold.mfp-ready .mfp-with-anim {
  opacity: 1;
  transform: rotateY(0deg); }

.mfp-3d-unfold.mfp-ready.mfp-bg {
  opacity: 0.8; }

.mfp-3d-unfold.mfp-removing .mfp-with-anim {
  transform: rotateY(60deg);
  opacity: 0; }

.mfp-3d-unfold.mfp-removing.mfp-bg {
  opacity: 0; }

/* 
====== Zoom-out effect ======
*/
.mfp-zoom-out {
  /* start state */
  /* animate in */
  /* animate out */ }

.mfp-zoom-out .mfp-with-anim {
  opacity: 0;
  transition: all 0.3s ease-in-out;
  transform: scale(1.3); }

.mfp-zoom-out.mfp-bg {
  opacity: 0;
  transition: all 0.3s ease-out; }

.mfp-zoom-out.mfp-ready .mfp-with-anim {
  opacity: 1;
  transform: scale(1); }

.mfp-zoom-out.mfp-ready.mfp-bg {
  opacity: 0.8; }

.mfp-zoom-out.mfp-removing .mfp-with-anim {
  transform: scale(1.3);
  opacity: 0; }

.mfp-zoom-out.mfp-removing.mfp-bg {
  opacity: 0; }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }
  .slick-track:before,
  .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

/*loading*/
.loading {
  position: fixed;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  background: #000;
  z-index: 1000000;
  display: flex;
  align-content: stretch;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  z-index: 100000; }
  .loading .logo {
    width: 60%;
    max-width: 300px; }
    .loading .logo img {
      width: 100%;
      height: auto; }

/*header*/
.header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 100; }
  .header .cont_in {
    display: flex;
    align-content: stretch;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    align-items: flex-start;
    padding: 2rem 0; }
    .header .cont_in .logo {
      opacity: 1;
      transition: .7s; }
      .header .cont_in .logo a {
        transition: .7s; }
      .header .cont_in .logo img {
        width: 85px;
        height: auto; }
    .header .cont_in .list {
      flex: 1;
      display: flex;
      justify-content: flex-end;
      align-items: center; }
      .header .cont_in .list li {
        margin-right: 4rem;
        margin-top: 4px; }
        .header .cont_in .list li a {
          font-weight: bold;
          font-size: 107%; }
    .header .cont_in .header_btn {
      position: relative;
      width: 36px;
      height: 31px;
      cursor: pointer; }
      .header .cont_in .header_btn span {
        position: absolute;
        left: 0;
        width: 100%;
        height: 1px;
        background: #fff;
        transform-origin: center center;
        -webkit-transform-origin: center center;
        -ms-transform-origin: center center;
        transform-origin: center center;
        -webkit-transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1);
        -o-transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1);
        transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1); }
        .header .cont_in .header_btn span:nth-child(1) {
          top: 0; }
        .header .cont_in .header_btn span:nth-child(2),
        .header .cont_in .header_btn span:nth-child(3) {
          top: 50%;
          margin-top: -.5px; }
        .header .cont_in .header_btn span:nth-child(4) {
          bottom: 0; }
      .header .cont_in .header_btn:hover span:nth-child(1),
      .header .cont_in .header_btn:hover span:nth-child(4) {
        width: 70%; }

.header {
  transition: .7s; }
  .header .cont_in {
    transition: .7s; }
  .header .logo img {
    transition: .7s; }
  .header .list li {
    transition: .7s; }

.is_scroll .header {
  top: 0; }
  .is_scroll .header .cont_in {
    padding: 1.25rem 0; }
  .is_scroll .header .logo img {
    width: 60px; }
  .is_scroll .header .list li {
    margin-right: 3rem; }
    .is_scroll .header .list li a {
      font-size: 93%; }

/*
	
	
	
	
*/
@media screen and (max-width: 868px) {
  .header .cont_in {
    padding: 1.5rem 0; }
    .header .cont_in .logo img {
      width: 70px !important; }
    .header .cont_in .list {
      display: none; }
    .header .cont_in .header_btn {
      width: 30px;
      height: 23px; }
  .is_scroll .header .cont_in {
    padding: .75rem 0; } }

/**/
.footer {
  display: flex;
  align-content: stretch;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: flex-start;
  padding: 5rem 0 10rem;
  background: #fff;
  color: #000;
  text-align: center; }
  .footer .cont_in {
    max-width: 664px; }
  .footer .list {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 5rem; }
    .footer .list li a {
      color: #000; }
  .footer .md {
    font-weight: bold;
    margin-bottom: 2rem; }
  .footer a {
    color: #000; }
  .footer .txt {
    line-height: 1.7;
    margin-bottom: 4rem; }
  @media screen and (max-width: 768px) {
    .footer {
      padding: 2rem 0; }
      .footer .list {
        margin-bottom: 2rem; }
        .footer .list li {
          width: 48%;
          margin-bottom: 4%; }
      .footer .md {
        margin-bottom: 0rem; }
      .footer .txt {
        line-height: 1;
        margin-bottom: 2rem; } }

/* //wedding_footer */
.wedding_footer {
  background: #282827; }
  .wedding_footer .cont_in {
    max-width: 1504px;
    padding: 3.5rem 0; }

/**/
@media screen and (max-width: 768px) {
  .wedding_footer {
    display: none; }
    .wedding_footer .cont_in {
      width: 100%;
      padding: 2rem 1.5rem; } }

/* //happoen_footer */
.happoen_footer {
  background: #181818; }
  .happoen_footer .cont_in {
    position: relative;
    max-width: 1504px;
    padding: 3.5rem 0;
    display: flex;
    align-content: stretch;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    align-items: flex-start; }
    .happoen_footer .cont_in .about {
      width: 160px;
      text-align: center;
      color: #fff;
      margin-right: 10%;
      font-size: 87.5%; }
      .happoen_footer .cont_in .about .logo {
        margin-bottom: 2rem; }
        .happoen_footer .cont_in .about .logo img {
          width: 153px;
          height: auto; }
      .happoen_footer .cont_in .about a {
        display: block;
        color: #fff;
        box-sizing: border-box; }
      .happoen_footer .cont_in .about .tel {
        margin-top: .25rem; }
      .happoen_footer .cont_in .about .link {
        margin-top: 1rem; }
        .happoen_footer .cont_in .about .link a {
          padding: 0.13rem 0.5rem;
          border: solid 1px #fff; }
    .happoen_footer .cont_in .happoen_footer_list {
      flex: 1; }
      .happoen_footer .cont_in .happoen_footer_list .list {
        width: 22%;
        margin-bottom: 4%;
        margin-right: 4%; }
        .happoen_footer .cont_in .happoen_footer_list .list:nth-child(4n) {
          margin-right: 0px; }
    .happoen_footer .cont_in .sns_list {
      position: absolute;
      right: 0;
      bottom: calc(4rem + 6%); }

/**/
@media screen and (max-width: 1200px) {
  .happoen_footer .cont_in .footer_list_box .list,
  .happoen_footer .cont_in .footer_list_box .list:nth-child(4n) {
    width: 30.66%;
    margin-right: 4%; }
  .happoen_footer .cont_in .footer_list_box .list:nth-child(3n) {
    margin-right: 0px; }
  .happoen_footer .cont_in .sns_list {
    margin-top: 2rem;
    position: inherit;
    right: auto;
    bottom: inherit;
    width: 100%;
    padding-left: calc(160px + 10%); } }

@media screen and (max-width: 1024px) {
  .happoen_footer .cont_in .footer_list_box {
    justify-content: space-between; }
    .happoen_footer .cont_in .footer_list_box .list {
      width: 48% !important;
      margin-right: 0% !important; } }

@media screen and (max-width: 768px) {
  .happoen_footer .cont_in {
    display: block;
    width: 100%;
    padding: 2rem 1.5rem; }
    .happoen_footer .cont_in .about {
      margin: 0 auto 2rem; }
    .happoen_footer .cont_in .sns_list {
      padding-left: 0px; }
  .happoen_footer .footer_list_box .list {
    width: 48% !important;
    margin-bottom: 9%; } }

/* /main_footer */
.main_footer .cont_in {
  max-width: 904px;
  padding: 2rem 0; }

.main_footer .main_list {
  display: flex;
  align-content: stretch;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  align-items: flex-start;
  margin-bottom: 2.5rem;
  font-size: 87.5%; }

.main_footer .copy {
  text-align: center;
  font-size: 75%; }

/**/
@media screen and (max-width: 768px) {
  .main_footer .cont_in {
    padding: 1rem 0;
    width: 100%; }
  .main_footer .main_list {
    margin-bottom: 0rem; }
    .main_footer .main_list li {
      width: 30%;
      margin-bottom: 1rem; } }

@media screen and (max-width: 500px) {
  .main_footer .main_list {
    margin-bottom: .5rem; }
    .main_footer .main_list li {
      width: 47%;
      margin-bottom: 1rem; } }

/**/
.hamberger_box {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  opacity: 0;
  transition: .4s;
  will-change: opacity;
  pointer-events: none;
  background: #000;
  z-index: 102; }

.hamberger {
  display: flex;
  align-content: stretch;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  align-items: center; }
  .hamberger a {
    color: #fff; }
  .hamberger .cont_in {
    height: 100vh;
    overflow-y: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none; }
  .hamberger .cont_in::-webkit-scrollbar {
    /* Chrome, Safari 対応 */
    display: none; }
  .hamberger .hamberger_btn {
    position: absolute;
    right: 1.5rem;
    top: 1.5rem;
    width: 61px;
    height: 61px;
    border-radius: 50%;
    border: solid 1px #fff;
    box-sizing: border-box;
    cursor: pointer;
    z-index: 10; }
    .hamberger .hamberger_btn:before,
    .hamberger .hamberger_btn:after {
      content: "";
      position: absolute;
      left: 50%;
      top: 50%;
      width: 30px;
      height: 1px;
      background: #fff;
      margin-left: -15px;
      transform: rotate(45deg); }
    .hamberger .hamberger_btn:after {
      transform: rotate(135deg); }
  .hamberger .cont_in {
    display: flex;
    align-items: center;
    justify-content: center; }
    .hamberger .cont_in ul li {
      margin-bottom: 2rem;
      font-size: 200%;
      font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
      text-indent: 0.2rem;
      letter-spacing: 0.2rem; }
      .hamberger .cont_in ul li:last-child {
        margin-bottom: 0px; }

@media screen and (max-width: 768px) {
  .hamberger .hamberger_btn {
    width: 40px;
    height: 40px; }
    .hamberger .hamberger_btn:before,
    .hamberger .hamberger_btn:after {
      width: 18px;
      margin-left: -9px; }
  .hamberger .cont_in li {
    font-size: 150%; } }

/**/
.is_menu_open .hamberger_box {
  pointer-events: inherit;
  opacity: 1; }

/**/
@media screen and (max-width: 1200px) {
  .hamberger_list_box .list,
  .hamberger_list_box .list:nth-child(5n) {
    width: 22%;
    margin-right: 4%; }
  .hamberger_list_box .list:nth-child(4n) {
    margin-right: 0px; } }

@media screen and (max-width: 1024px) {
  .hamberger_list_box .list,
  .hamberger_list_box .list:nth-child(5n),
  .hamberger_list_box .list:nth-child(4n) {
    width: 30.66%;
    margin-right: 4%; }
  .hamberger_list_box .list:nth-child(3n) {
    margin-right: 0px; } }

@media screen and (max-width: 768px) {
  .hamberger_list_box {
    padding: 5rem 0 0rem;
    justify-content: space-between; }
    .hamberger_list_box .list {
      width: 48% !important;
      margin-right: 0px !important;
      margin-bottom: 9%; }
      .hamberger_list_box .list li {
        margin-bottom: .75rem; }
      .hamberger_list_box .list .title {
        margin-bottom: 1rem; } }

@media screen and (max-width: 500px) {
  .hamberger_list_box {
    justify-content: space-between; }
    .hamberger_list_box .list {
      width: 100% !important; } }

/*main visual*/
.main {
  position: relative;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(../img/main_v.jpg); }
  .main:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.43);
    z-index: 1; }
  .main .cont_in {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100vh;
    max-height: 937px; }
    .main .cont_in .logo {
      width: 100%;
      text-align: center; }
      .main .cont_in .logo img {
        width: 80%;
        max-width: 404px;
        height: auto; }

@media screen and (max-width: 768px) {
  .main .cont_in {
    height: 80vh; } }

.about .cont_in {
  padding: 8rem 0;
  text-align: center;
  font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(../img/about_bg.jpg);
  color: #212121; }
  .about .cont_in .md {
    font-size: 318.75%;
    line-height: 1.5;
    margin-bottom: 3rem;
    text-indent: 0.3rem;
    letter-spacing: 0.3rem; }
  .about .cont_in .txt {
    text-indent: 0.2rem;
    letter-spacing: 0.2rem;
    font-size: 133%;
    line-height: 1.8; }

.about .list {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  flex-wrap: wrap;
  border-bottom: 10px solid #A08B58; }
  .about .list li {
    width: 25%;
    line-height: 0; }
    .about .list li img {
      width: 100%; }

@media screen and (max-width: 768px) {
  .about .cont_in {
    padding: 2rem 0; }
    .about .cont_in .md {
      font-size: 175%;
      margin-bottom: 1.5rem; }
    .about .cont_in .txt {
      font-size: 100%; }
  .about .list li {
    width: 50%;
    line-height: 0; } }

.spec {
  padding: 6rem 0;
  background: #222;
  border-bottom: 10px solid #A08B58; }
  .spec .cont_in {
    max-width: 1246px; }
  .spec .item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 4rem; }
    .spec .item:last-child {
      margin-bottom: 0px; }
    .spec .item .pic {
      width: 594px;
      line-height: 0; }
    .spec .item .txt_box {
      flex: 1;
      margin-left: 5rem;
      font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif; }
      .spec .item .txt_box .sub {
        font-size: 125%;
        color: #A08B58;
        margin-bottom: .5rem; }
      .spec .item .txt_box .md {
        font-size: 237.5%;
        margin-bottom: 2rem;
        line-height: 1.3;
        text-indent: 0.2rem;
        letter-spacing: 0.2rem;
        font-weight: bold;
        color: #A08B58; }
      .spec .item .txt_box .txt {
        line-height: 1.7;
        font-size: 125%; }
    .spec .item:nth-child(even) {
      flex-direction: row-reverse; }
      .spec .item:nth-child(even) .txt_box {
        margin-left: 0px;
        margin-right: 5rem; }
  @media screen and (max-width: 768px) {
    .spec {
      padding: 3rem 0; }
      .spec .item {
        margin-bottom: 3rem; }
        .spec .item .pic {
          width: 100%;
          margin-bottom: 1rem; }
          .spec .item .pic img {
            width: 100%; }
        .spec .item .txt_box {
          margin: 0px !important; }
          .spec .item .txt_box .sub {
            font-size: 100%;
            margin-bottom: .25rem; }
          .spec .item .txt_box .md {
            font-size: 175%;
            margin-bottom: 1rem; } }

.menu {
  padding: 6rem 0;
  border-bottom: 10px solid #A08B58;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(../img/menu_bg.jpg); }
  .menu .cont_in {
    max-width: 1152px; }
  .menu .md {
    text-align: center;
    line-height: 0;
    margin-bottom: 5rem; }
    .menu .md img {
      width: 80%;
      max-width: 364px; }
  .menu .tel {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 5rem; }
    .menu .tel i {
      display: block;
      padding: 0.5rem 1rem;
      border: solid 1px #fff;
      font-size: 106%;
      line-height: 1; }
    .menu .tel a {
      display: block;
      font-size: 300%;
      margin-left: 2rem;
      line-height: 1; }
  @media screen and (max-width: 768px) {
    .menu {
      padding: 3rem 0; }
      .menu .md {
        margin-bottom: 3rem; }
      .menu .tel {
        margin-bottom: 3rem;
        display: block;
        text-align: center; }
        .menu .tel i {
          display: inline-block;
          margin: 0 auto 0.5rem; }
        .menu .tel a {
          display: block;
          font-size: 275%;
          margin-left: 0px; } }
  .menu .menu_box {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    flex-wrap: wrap; }
    .menu .menu_box .item {
      width: 48%;
      margin-bottom: 4rem;
      font-size: 125%;
      text-align: center; }
      .menu .menu_box .item .pic {
        margin-bottom: 1rem; }
      .menu .menu_box .item .md {
        margin-bottom: 1rem;
        line-height: 1.2; }
    .menu .menu_box .list {
      align-self: flex-start;
      width: inherit;
      flex: 1;
      text-align: left;
      padding: 5rem;
      padding-right: 0px; }
      .menu .menu_box .list ul li {
        position: relative;
        padding-left: 1.5rem;
        margin-bottom: 0px;
        line-height: 1;
        margin-bottom: 1rem; }
        .menu .menu_box .list ul li:last-child {
          margin-bottom: 0px; }
        .menu .menu_box .list ul li:before {
          content: "●";
          position: absolute;
          left: 0;
          line-height: 1; }
    @media screen and (max-width: 500px) {
      .menu .menu_box .item {
        width: 48%;
        margin-bottom: 2rem;
        font-size: 100%; }
        .menu .menu_box .item .pic {
          margin-bottom: .5rem; }
        .menu .menu_box .item .md {
          margin-bottom: .5rem; }
      .menu .menu_box .list {
        width: 100%;
        padding: 1rem;
        flex: inherit;
        background: #222;
        margin-bottom: 0px; } }

.info {
  padding: 6rem 0;
  background: #222; }
  .info .cont_in {
    max-width: 1250px; }
  .info .md {
    text-align: center;
    margin-bottom: 4rem; }
    .info .md:before {
      display: block;
      content: attr(data-text);
      font-size: 300%;
      font-weight: bold;
      padding-bottom: 1rem; }
    .info .md i {
      display: block;
      position: relative;
      padding-top: 1rem; }
      .info .md i:before {
        content: "";
        position: absolute;
        left: 50%;
        top: 0;
        width: 104px;
        height: 1px;
        background: #fff;
        margin-left: -52px; }
  .info .info_in {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap; }
    .info .info_in .left {
      position: relative;
      width: 51%;
      height: 0;
      padding-top: 51%;
      background-color: #888; }
      .info .info_in .left iframe,
      .info .info_in .left embed {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%; }
    .info .info_in .right {
      width: 42%; }
      .info .info_in .right dl {
        display: flex;
        align-content: stretch;
        justify-content: space-between;
        align-items: center;
        flex-wrap: wrap;
        align-items: flex-start;
        margin-bottom: 2rem; }
        .info .info_in .right dl:last-child {
          margin-bottom: 0px; }
        .info .info_in .right dl dt {
          width: 182px;
          line-height: 1.7; }
        .info .info_in .right dl dd {
          flex: 1;
          line-height: 1.7; }
          .info .info_in .right dl dd p {
            margin-top: .5rem; }
  @media screen and (max-width: 1024px) {
    .info .info_in {
      display: block; }
      .info .info_in .left {
        width: 100%;
        padding-top: 52.64%;
        margin-bottom: 2rem; }
      .info .info_in .right {
        width: 100%; } }
  @media screen and (max-width: 768px) {
    .info {
      padding: 3rem 0; }
      .info .md {
        margin-bottom: 2rem; }
        .info .md:before {
          font-size: 200%;
          padding-bottom: .25rem; }
        .info .md i {
          margin-top: .25rem; }
      .info .info_in {
        display: block; }
        .info .info_in .left {
          width: 100%;
          padding-top: 52.64%;
          margin-bottom: 2rem; }
        .info .info_in .right {
          width: 100%; }
          .info .info_in .right dl {
            display: block;
            margin-bottom: 1rem; }
            .info .info_in .right dl dt {
              font-weight: bold;
              width: 100%;
              font-size: 113%; } }

/**/
.loading .logo {
  position: relative;
  transition: 1.2s;
  transition-delay: .3s;
  opacity: 0;
  filter: blur(30px); }

.open .loading {
  opacity: 1; }
  .open .loading .logo {
    opacity: 1;
    filter: blur(0px); }

.is_load .loading {
  opacity: 0;
  filter: blur(30px);
  pointer-events: none;
  transition-delay: .2s;
  transition: 1.2s; }
  .is_load .loading .logo {
    opacity: 0;
    filter: blur(30px); }

/**/
.main .logo {
  opacity: 0;
  transition: .3s;
  transition-delay: 1s;
  transform: translateY(2rem); }

.is_load .main .logo {
  opacity: 1;
  transform: translateY(0rem); }

/**/
.spec .item .pic,
.spec .item .txt_box {
  opacity: 0;
  transition: 0.5s;
  transform: translateX(2rem); }

.spec .item:nth-child(even) .pic,
.spec .item:nth-child(even) .txt_box {
  transform: translateX(-2rem); }

.spec .item.is_shown .pic,
.spec .item.is_shown .txt_box,
.spec .item.is_shown:nth-child(even) .pic,
.spec .item.is_shown:nth-child(even) .txt_box {
  opacity: 1;
  transform: translateY(0rem); }

.spec .item.is_shown .txt_box {
  transition-delay: .2s; }

/**/
.about .md,
.about .txt,
.about .list li {
  opacity: 0;
  transition: 0.5s;
  transform: translateY(2rem); }

.about.is_shown .md,
.about.is_shown .txt,
.about.is_shown .list li {
  opacity: 1;
  transform: translateY(0rem); }

.about.is_shown .txt {
  transition-delay: .3s; }

.about.is_shown .list li:nth-child(1) {
  transition-delay: 0.6s; }

.about.is_shown .list li:nth-child(2) {
  transition-delay: 0.7s; }

.about.is_shown .list li:nth-child(3) {
  transition-delay: 0.8s; }

.about.is_shown .list li:nth-child(4) {
  transition-delay: 0.9s; }

/**/
.menu .md,
.menu .txt,
.menu .tel,
.menu .item {
  opacity: 0;
  transition: 0.5s;
  transform: translateY(3rem); }

.menu.is_shown .md,
.menu.is_shown .txt,
.menu.is_shown .tel,
.menu.is_shown .item {
  opacity: 1;
  transform: translateY(0rem); }

.menu.is_shown .txt {
  transition-delay: .2s; }

.menu.is_shown .tel {
  transition-delay: .4s; }

.menu.is_shown .item:nth-child(1) {
  transition-delay: 0.74s; }

.menu.is_shown .item:nth-child(2) {
  transition-delay: 0.88s; }

.menu.is_shown .item:nth-child(3) {
  transition-delay: 1.02s; }

.menu.is_shown .item:nth-child(4) {
  transition-delay: 1.16s; }

.menu.is_shown .item:nth-child(5) {
  transition-delay: 1.3s; }

.menu.is_shown .item:nth-child(6) {
  transition-delay: 1.44s; }

.menu.is_shown .item:nth-child(7) {
  transition-delay: 1.58s; }

.menu.is_shown .item:nth-child(8) {
  transition-delay: 1.72s; }

.menu.is_shown .item:nth-child(9) {
  transition-delay: 1.86s; }

.menu.is_shown .item:nth-child(10) {
  transition-delay: 2s; }

.menu.is_shown .item:nth-child(11) {
  transition-delay: 2.14s; }

.menu.is_shown .item:nth-child(12) {
  transition-delay: 2.28s; }

.menu.is_shown .item:nth-child(13) {
  transition-delay: 2.42s; }

.menu.is_shown .item:nth-child(14) {
  transition-delay: 2.56s; }

.menu.is_shown .item:nth-child(15) {
  transition-delay: 2.7s; }

.menu.is_shown .item:nth-child(16) {
  transition-delay: 2.84s; }

.menu.is_shown .item:nth-child(17) {
  transition-delay: 2.98s; }

.menu.is_shown .item:nth-child(18) {
  transition-delay: 3.12s; }

.menu.is_shown .item:nth-child(19) {
  transition-delay: 3.26s; }

.menu.is_shown .item:nth-child(20) {
  transition-delay: 3.4s; }

/**/
.info .md,
.info .left,
.info .right {
  opacity: 0;
  transition: 0.5s;
  transform: translateY(3rem); }

.info.is_shown .md,
.info.is_shown .left,
.info.is_shown .right {
  opacity: 1;
  transform: translateY(0rem); }

.info.is_shown .left {
  transition-delay: .2s; }

.info.is_shown .right {
  transition-delay: .4s; }
