@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Abel|Anton|Oswald:300,400,700");
@import url("https://fonts.googleapis.com/earlyaccess/notosansjapanese.css");
/**
 * Foundation
 */
/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Correct the line height in all browsers.
 * 3. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
/* Document
   ========================================================================== */
html {
  font-family: sans-serif;
  /* 1 */
  line-height: 1.15;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 3 */
  -webkit-text-size-adjust: 100%;
  /* 3 */ }

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0; }

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block; }

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px; }

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */ }

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0; }

/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */ }

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit; }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic; }

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000; }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block; }

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none; }

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden; }

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */ }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block; }

/**
 * Add the correct display in IE.
 */
template {
  display: none; }

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none; }

html {
  font-size: 62.5%; }

body {
  font-size: 10rem;
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "Helvetica Neue", Helvetica, Arial, sans-serif;
  letter-spacing: 0.01em; }

a {
  text-decoration: none;
  color: #000; }
  a:hover {
    color: #b30000; }

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

h1, h2, h3, h4, h5, h6, div, dl, dt, dd, p {
  margin: 0;
  padding: 0; }

ul, li {
  padding: 0;
  margin: 0; }

li {
  list-style: none; }

img {
  vertical-align: bottom; }

figure {
  margin: 0;
  padding: 0; }

/**
 * Custom media queries
 * @example
 * @media (--mobile) {
 *    styles for mobile viewport
 * }
 */
/**
 * for mobile viewoport
 */
/**
 * for tablet and Pc. large viewport
 */
/**
 * text ellipsis for block multiline
 */
/*
 unsupport IE, Edge, Fx

@mixin text-ellipsis-block($rows) {
  display: box;
  box-orient: vertical;
  line-clamp: $rows;
  overflow: hidden;
}
*/
/**
 *
 */
/**
 * element size
 */
/**
 * position layout
 */
/**
 * images
 */
/**
 * Layout
 */
/**
main.scss
*/

/**
*/

/**
 * Object/Component
 */

/**
 * Object/Component
 */
/**
 * clearfix micro
 */
.clearfix:after {
  content: "";
  clear: both;
  display: block; }

/**
 * text ellipsis., text...
 */
.text-ellipsis {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.u-hide {
  display: none; }

.u-click {
  cursor: pointer; }

.u-fs12 {
  font-size: 12px; }

.u-fs14 {
  font-size: 14px; }

.u-lh20 {
  line-height: 20px; }

.u-lh30 {
  line-height: 30px; }

.u-lh40 {
  line-height: 40px; }

/**
 * debug
 */
/**
 * BrowserSync
 */
#__bs_notify__ {
  display: none !important;
  font-size: 8px !important;
  opacity: .25;
  max-height: 50px; }
@media (min-width: 768px){
  html, body{
    min-width: 1140px;
    height: 100%;
    -webkit-font-feature-settings: "palt";
    font-feature-settings: "palt"; }
  .type_sp{
    display: none; }
  .l-container{
    padding-top: 0;
    font-size: 1.4rem;
    text-align: justify;
    line-height: 2; }
  .l-stage{
    width: 100%;
    height: 100%; }
  main{
    overflow: hidden; }
  .l-footer{
    margin-top: 120px;
    text-align: center; }
  .l-footer .f_logo{
    margin: 60px auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center; }
  .l-footer .f_logo .st2{
    padding-top: 22px;
    margin-left: 40px; }
  .l-footer .f_logo a{
    -webkit-transition: all .5s ease;
    transition: all .5s ease; }
  .l-footer .f_logo a:hover{
    opacity: .5; }
  .l-footer .p-pagetop{
    margin-bottom: 60px;
    font-size: 1.0rem;
    line-height: 1.4;
    font-weight: bold;
    text-align: center; }
  .l-footer .p-pagetop a{
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    border: 1px solid #000000;
    display: block;
    width: 80px;
    height: 80px;
    padding-top: 17px;
    border-radius: 50%;
    margin: auto;
    cursor: pointer; }
  .l-footer .p-pagetop a:before{
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    content: "";
    display: block;
    width: 15px;
    height: 15px;
    border-right: 2px solid #000000;
    border-bottom: 2px solid #000000;
    -webkit-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    transform: rotate(-135deg);
    margin: 0 auto; }
  .l-footer .p-pagetop a:hover{
    border: 1px solid #c10009; }
  .l-footer .p-pagetop a:hover:before{
    border-right: 2px solid #c10009;
    border-bottom: 2px solid #c10009; }
  .l-footer .copyright{
    margin-bottom: 60px;
    text-align: center;
    font-size: 1.2rem;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    letter-spacing: 0.1em;
    font-weight: bold; }
  .l-header{
    font-size: 1rem;
    position: fixed;
    z-index: 1000;
    top: 40px;
    left: 40px; }
  .l-header .wrap{
    position: relative; }
  .l-header .logo{
    background: url(../images/logo.png) no-repeat 0 0;
    line-height: 26px;
    padding-left: 32px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    letter-spacing: 0.1em;
    margin-bottom: 15px;
    letter-spacing: 0.1em; }
  .l-header .logo a{
    color: #000; }
  .l-header .l-menu_area{
    display: block !important; }
  .l-header .l-menu_area .l-menu{
    display: inline-block; }
  .l-header .l-menu_area .l-menu .gnav{
    font-size: 12px;
    padding-left: 11px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    letter-spacing: 0.1em; }
  .l-header .l-menu_area .l-menu .gnav li{
    margin-bottom: 10px; }
  .l-header .l-menu_area .l-menu .gnav li a{
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    font-weight: bold;
    position: relative;
    line-height: 1px; }
  .l-header .l-menu_area .l-menu .gnav li a::before{
    content: "-";
    padding-right: 8px; }
  .l-header .l-menu_area .l-menu .gnav li a:hover{
    color: #c10009; }
  .p-ttl{
    font-size: 40px;
    margin-bottom: 40px; }
  .p-ttl span{
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    letter-spacing: 0.1em;
    font-weight: 600;
    font-size: 40px; }
  .p-ttl small{
    font-family: "Sawarabi Mincho";
    letter-spacing: 0.1em;
    margin-bottom: 12px;
    font-weight: normal; }
  .p-ttl span, .p-ttl small{
    display: block;
    line-height: 1; }
  .p-ttl2{
    font-size: 26px;
    text-align: center; }
  .p-ttl2 span{
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    letter-spacing: 0.1em;
    font-weight: 600;
    font-size: 40px;
    margin-bottom: 15px; }
  .p-ttl2 small{
    font-family: "Sawarabi Mincho";
    letter-spacing: 0.1em; }
  .p-ttl2 span, .p-ttl2 small{
    display: block;
    line-height: 1; }
  .deco{
    position: absolute;
    pointer-events: none;
    z-index: 500; }
  .deco.deco1{
    left: -110px;
    bottom: 380px; }
  .deco.deco2{
    right: -80px;
    bottom: -120px; }
  .deco.deco3{
    left: 80px;
    bottom: -100px; }
  .deco.deco4{
    right: -80px;
    top: 145px; }
  .ink{
    position: absolute;
    pointer-events: none;
    z-index: 10; }
  .ink .ink_wrap{
    position: relative; }
  .ink .ink_wrap .ink{
    top: 0;
    left: 0; }
  .ink.ink_main1{
    width: 497px;
    height: 481px;
    right: 0;
    top: 0;
    overflow: hidden; }
  .ink.ink_main2{
    width: 431px;
    height: 560px;
    left: 0;
    bottom: -200px; }
  .ink.ink_his{
    width: 678px;
    height: 519px;
    left: -190px;
    top: -450px; }
  .ink.ink_profile{
    width: 475px;
    height: 412px;
    right: 0px;
    top: -240px; }
  .ink.ink_menu{
    width: 266px;
    height: 364px;
    left: 0;
    top: -50px; }
  .ink.ink_acc{
    width: 579px;
    height: 588px;
    right: 0;
    top: -200px; }
  /*
.p-main
--------------------------------------- */
  .p-main{
    height: 100%;
    margin: auto;
    text-align: center; }
  .p-main .wrap{
    height: 100%;
    position: relative; }
  .p-main .wrap .m-logo{
    position: absolute;
    z-index: 100;
    top: -10%;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto; }
  /*
.p-history
--------------------------------------- */
  .p-history{
    position: relative;
    z-index: 200;
    width: 1000px;
    margin: 0 auto;
    margin-top: 330px; }
  .p-history .txt1{
    width: 590px;
    height: 480px; }
  .p-history .txt2{
    padding-left: 340px;
    margin-top: 50px;
    height: 300px; }
  .p-history .pix .pix1{
    position: absolute;
    top: 0;
    right: 0; }
  .p-history .pix .pix2{
    position: absolute;
    top: 360px;
    left: 281px; }
  .p-history .pix .pix3{
    position: absolute;
    top: 360px;
    left: 0; }
  /*
.p-profile
--------------------------------------- */
  .p-profile{
    margin-top: 180px; }
  .p-profile .wrap{
    position: relative; }
  .p-profile .wrap .pix{
    position: absolute;
    left: 0;
    top: 0;
    width: 50%;
    height: 550px;
    background: url(../images/pro01.jpg) 0 0;
    background-size: cover; }
  .p-profile .wrap .pix2{
    position: absolute;
    left: 50%;
    top: 500px;
    width: 50%;
    -webkit-transform: translateX(-420px);
    -ms-transform: translateX(-420px);
    transform: translateX(-420px); }
  .p-profile .wrap .dtl{
    width: 1000px;
    margin: 0 auto;
    padding-left: 550px;
    position: relative; }
  .p-profile .wrap .dtl .namearea{
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    padding: 15px 0 20px;
    margin-bottom: 20px; }
  .p-profile .wrap .dtl .namearea p.name{
    display: inline-block;
    background-color: #000;
    color: #fff;
    line-height: 1;
    padding: 2px 5px;
    margin-bottom: 10px; }
  .p-profile .wrap .dtl .namearea h4{
    font-size: 24px;
    line-height: 1;
    font-weight: normal; }
  .p-profile .wrap .dtl .namearea h4 small{
    margin-top: 10px;
    font-size: 14px;
    display: block; }
  .p-profile .wrap .dtl dl{
    margin-top: 10px;
    font-size: 13px; }
  .p-profile .wrap .dtl dl dt, .p-profile .wrap .dtl dl dd{
    display: inline-block;
    vertical-align: top;
    line-height: 1.5;
    margin-top: 10px; }
  .p-profile .wrap .dtl dl dt{
    width: 60px; }
  .p-profile .wrap .dtl dl dd{
    width: 390px; }
  /*
.p-menu
--------------------------------------- */
  .p-menu{
    margin-top: 160px; }
  .p-menu h3.p-ttl2{
    padding-top: 70px;
    background: url(../images/menu.png) 50% 0 no-repeat;
    margin-bottom: 50px; }
  .p-menu .menu_wrap{
    width: 1050px;
    margin: 0 auto;
    position: relative;
    z-index: 300; }
  .p-menu .menu_wrap ul{
    height: 1750px; }
  .p-menu .menu_wrap ul li.masu{
    width: 350px;
    height: 350px;
    position: absolute; }
  .p-menu .menu_wrap ul li.masu1{
    top: 0;
    left: 350px;
    background-color: #fff3b2; }
  .p-menu .menu_wrap ul li.masu2{
    top: 350px;
    left: 700px;
    background-color: #ffe4ce; }
  .p-menu .menu_wrap ul li.masu3{
    top: 700px;
    left: 700px; }
  .p-menu .menu_wrap ul li.masu4{
    top: 700px;
    left: 0;
    background-color: #ffcaa7; }
  .p-menu .menu_wrap ul li.masu5{
    top: 1050px;
    left: 350px;
    background-color: #ffe5e9; }
  .p-menu .menu_wrap ul li.masu6{
    top: 1400px;
    left: 0;
    background-color: #f7ffe2; }
  .p-menu .menu_wrap ul li.st1{
    width: 1050px;
    overflow: hidden; }
  .p-menu .menu_wrap ul li.st1 .wrap{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
  .p-menu .menu_wrap ul li.st1 .wrap .pix{
    width: 350px; }
  .p-menu .menu_wrap ul li.st1 .wrap .dtl{
    width: 700px;
    position: relative;
    padding: 40px;
    padding-right: 0; }
  .p-menu .menu_wrap ul li.st1 .wrap .dtl .line{
    position: absolute;
    left: -40px;
    top: 124px; }
  .p-menu .menu_wrap ul li.st4{
    width: 700px;
    overflow: hidden; }
  .p-menu .menu_wrap ul li.st4 .wrap .pix{
    width: 700px; }
  .p-menu .menu_wrap ul li.st4 .wrap .dtl{
    width: 700px;
    position: relative;
    padding: 40px;
    padding-left: 80px; }
  .p-menu .menu_wrap ul li.st4 .wrap .dtl .line{
    position: absolute;
    left: 40px;
    top: -50px; }
  .p-menu .menu_wrap ul li.st3{
    width: 1050px;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 1050px; }
  .p-menu .menu_wrap ul li.st3 .wrap{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
  .p-menu .menu_wrap ul li.st3 .wrap .dtl{
    padding: 40px 0 0 40px; }
  .p-menu .menu_wrap ul li.st3 .wrap .dtl .line{
    position: absolute;
    left: -40px;
    top: 124px; }
  .p-menu .menu_wrap ul li.st2{
    width: 1050px;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 1400px; }
  .p-menu .menu_wrap ul li.st2 .wrap{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-flow: row-reverse;
    -ms-flex-flow: row-reverse;
    flex-flow: row-reverse; }
  .p-menu .menu_wrap ul li.st2 .wrap .pix{
    width: 350px; }
  .p-menu .menu_wrap ul li.st2 .wrap .dtl{
    width: 700px;
    position: relative;
    padding: 40px; }
  .p-menu .menu_wrap ul li.st2 .wrap .dtl .line{
    position: absolute;
    right: -40px;
    top: 124px; }
  .p-menu .menu_wrap ul li h4{
    font-weight: normal;
    font-size: 30px;
    line-height: 1;
    margin-bottom: 50px; }
  .p-menu .menu_wrap ul li h4 small{
    margin-top: 10px;
    font-size: 20px;
    display: block; }
  .p-menu .menu_wrap ul li h4 span{
    font-size: 14px;
    margin-top: 5px;
    padding-left: 5px; }
  /*
.p-shop_info
--------------------------------------- */
  .p-shop_info{
    margin-top: 160px; }
  .p-shop_info .shop_wrap{
    position: relative;
    width: 1000px;
    margin: 0 auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between; }
  .p-shop_info .shop_wrap .dtl{
    width: 480px; }
  .p-shop_info .shop_wrap .dtl dl + dl{
    margin: 30px 0 0; }
  .p-shop_info .shop_wrap .dtl dt{
    font-weight: bold;
    border-left: 5px solid #c10009;
    padding-left: 10px;
    line-height: 1;
    margin-bottom: 10px; }
  .p-shop_info .shop_wrap .dtl dt.contact{
    display: inline-block;
    border-left: none;
    padding: 5px 10px;
    background-color: #c10009;
    color: #fff; }
  .p-shop_info .shop_wrap .dtl a{
    text-decoration: underline; }
  .p-shop_info .shop_wrap .pix{
    width: 432px; }
  .p-shop_info .shop_wrap .pix figure + figure{
    margin-top: 20px; }
  /*
.p-maps
--------------------------------------- */
  .p-maps .map{
    width: 100%;
    height: 500px;
    margin: 60px auto; }
  .p-maps iframe{
    width: 100%;
    height: 500px;
    margin: 60px auto; }
  /* -----------------------------
  ////////////////////////////////
  splash
  ////////////////////////////////
  ----------------------------- */
  /*
  opening 1
  ------------------------- */
  body::before{
    pointer-events: none;
    -webkit-transition: all 3s ease .5s;
    transition: all 3s ease .5s;
    content: "";
    width: 100%;
    height: 100%;
    background-color: #fff;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 1000;
    opacity: 1;
    z-index: 10000; }
  body .l-header .logo{
    -webkit-transition: all 1.8s ease 2.5s;
    transition: all 1.8s ease 2.5s;
    opacity: 0; }
  body .l-header .l-menu_area li{
    opacity: 0;
    position: relative;
    left: 100px; }
  body .l-header .l-menu_area li:nth-child(1){
    -webkit-transition: all 1s ease 2.9s;
    transition: all 1s ease 2.9s; }
  body .l-header .l-menu_area li:nth-child(2){
    -webkit-transition: all 1s ease 3s;
    transition: all 1s ease 3s; }
  body .l-header .l-menu_area li:nth-child(3){
    -webkit-transition: all 1s ease 3.1s;
    transition: all 1s ease 3.1s; }
  body .l-header .l-menu_area li:nth-child(4){
    -webkit-transition: all 1s ease 3.2s;
    transition: all 1s ease 3.2s; }
  body .l-header .l-menu_area li:nth-child(5){
    -webkit-transition: all 1s ease 3.3s;
    transition: all 1s ease 3.3s; }
  body.splash::before{
    opacity: 0; }
  body.splash .l-header .logo{
    opacity: 1; }
  body.splash .l-header .l-menu_area li{
    opacity: 1;
    left: 0px; }
  /*
  opening 2 inc
  ------------------------- */
  .ink_main1 .ink{
    opacity: 0;
    -webkit-transform: scale(2);
    -ms-transform: scale(2);
    transform: scale(2); }
  .ink_main1 .ink1{
    -webkit-transition: all 1s ease 2.5s;
    transition: all 1s ease 2.5s; }
  .ink_main1 .ink2{
    -webkit-transition: all 0.5s ease 2.9s;
    transition: all 0.5s ease 2.9s; }
  .ink_main1 .ink3{
    -webkit-transition: all 0.5s ease 3s;
    transition: all 0.5s ease 3s; }
  .ink_main1 .ink4{
    -webkit-transition: all 0.5s ease 3.1s;
    transition: all 0.5s ease 3.1s; }
  .ink_main1.motion .ink{
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1); }
  .ink_main2 .ink{
    opacity: 0;
    -webkit-transform: scale(2);
    -ms-transform: scale(2);
    transform: scale(2); }
  .ink_main2 .ink1{
    -webkit-transition: all 1s ease 2.7s;
    transition: all 1s ease 2.7s; }
  .ink_main2 .ink2{
    -webkit-transition: all 0.5s ease 3.1s;
    transition: all 0.5s ease 3.1s; }
  .ink_main2 .ink3{
    -webkit-transition: all 0.5s ease 3.2s;
    transition: all 0.5s ease 3.2s; }
  .ink_main2 .ink4{
    -webkit-transition: all 0.5s ease 3.3s;
    transition: all 0.5s ease 3.3s; }
  .ink_main2.motion .ink{
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1); }
  /* -----------------------------
  ////////////////////////////////
  common
  ////////////////////////////////
  ----------------------------- */
  .js-motion{
    -webkit-transition: all 1.0s ease;
    transition: all 1.0s ease;
    position: relative;
    opacity: 0;
    top: 100px; }
  .js-motion.motion{
    top: 0;
    opacity: 1; }
  .deco{
    -webkit-transition: all 1.0s ease .1s;
    transition: all 1.0s ease .1s;
    opacity: 0;
    -webkit-transform: scale(1.5);
    -ms-transform: scale(1.5);
    transform: scale(1.5); }
  .deco.motion{
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1); }
  .js-photo{
    position: relative; }
  .js-photo::before{
    position: absolute;
    z-index: 104;
    content: "";
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #f0f0f0; }
  .js-photo::after{
    position: absolute;
    z-index: 105;
    content: "";
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: white; }
  .js-photo.motion::before{
    -webkit-animation: photo1 1.5s forwards;
    animation: photo1 1.5s forwards; }
  .js-photo.motion::after{
    -webkit-animation: photo2 1.5s forwards;
    animation: photo2 1.5s forwards; }
  @-webkit-keyframes photo1{
    0%{
      width: 100%; }
    90%{
      width: 0%;
      opacity: 0; }
    100%{
      width: 0%;
      opacity: 0; } }
  @keyframes photo1{
    0%{
      width: 100%; }
    90%{
      width: 0%;
      opacity: 0; }
    100%{
      width: 0%;
      opacity: 0; } }
  @-webkit-keyframes photo2{
    0%{
      width: 100%; }
    40%{
      width: 0%;
      opacity: 0; }
    100%{
      width: 0%;
      opacity: 0; } }
  @keyframes photo2{
    0%{
      width: 100%; }
    40%{
      width: 0%;
      opacity: 0; }
    100%{
      width: 0%;
      opacity: 0; } }
  .c-ctt .ink_his .ink,
  .c-ctt .ink_profile .ink,
  .c-ctt .ink_menu .ink,
  .c-ctt .ink_acc .ink{
    opacity: 0;
    -webkit-transform: scale(2);
    -ms-transform: scale(2);
    transform: scale(2); }
  .c-ctt .ink_his .ink1,
  .c-ctt .ink_profile .ink1,
  .c-ctt .ink_menu .ink1,
  .c-ctt .ink_acc .ink1{
    -webkit-transition: all 1s ease 0s;
    transition: all 1s ease 0s; }
  .c-ctt .ink_his .ink2,
  .c-ctt .ink_profile .ink2,
  .c-ctt .ink_menu .ink2,
  .c-ctt .ink_acc .ink2{
    -webkit-transition: all .5s ease .4s;
    transition: all .5s ease .4s; }
  .c-ctt.motion .ink_his .ink,
  .c-ctt.motion .ink_profile .ink,
  .c-ctt.motion .ink_menu .ink,
  .c-ctt.motion .ink_acc .ink{
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1); }
  /* -----------------------------
  ////////////////////////////////
  menu
  ////////////////////////////////
  ----------------------------- */
  .p-menu .menu_wrap ul li.st1 .wrap .dtl{
    -webkit-transition: all .5s ease 1s;
    transition: all .5s ease 1s;
    opacity: 0;
    left: -100px; }
  .p-menu .menu_wrap ul li.st1.motion .wrap .dtl{
    opacity: 1;
    left: 0; }
  .p-menu .menu_wrap ul li.st4 .wrap .dtl{
    -webkit-transition: all .5s ease 1s;
    transition: all .5s ease 1s;
    opacity: 0;
    top: -100px; }
  .p-menu .menu_wrap ul li.st4.motion .wrap .dtl{
    opacity: 1;
    top: 0; }
  .p-menu .menu_wrap ul li.st3 .wrap .dtl{
    position: relative;
    -webkit-transition: all .5s ease 1s;
    transition: all .5s ease 1s;
    opacity: 0;
    left: -100px; }
  .p-menu .menu_wrap ul li.st3.motion .wrap .dtl{
    opacity: 1;
    left: 0; }
  .p-menu .menu_wrap ul li.st2 .wrap .dtl{
    -webkit-transition: all .5s ease 1s;
    transition: all .5s ease 1s;
    opacity: 0;
    right: -100px; }
  .p-menu .menu_wrap ul li.st2.motion .wrap .dtl{
    opacity: 1;
    right: 0; }
  .c-ctt{
    position: relative; } }
@media (max-width: 767px){
  html, body{
    width: 100%;
    height: 100%;
    -webkit-font-feature-settings: "palt";
    font-feature-settings: "palt"; }
  .type_pc{
    display: none; }
  h1, h2, h3, h4, h5, h6, div, dl, dt, dd, p{
    margin: 0;
    padding: 0; }
  img{
    width: 100%;
    height: auto; }
  .l-container{
    padding-top: 0px;
    font-size: 1.2rem;
    text-align: justify;
    line-height: 1.8; }
  .l-stage{
    width: 100%;
    height: 100%; }
  .l-footer{
    margin-top: 30px;
    text-align: center; }
  .l-footer .f_logo{
    margin: 20px auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center; }
  .l-footer .f_logo .st2{
    padding-top: 22px;
    margin-left: 20px; }
  .l-footer .f_logo a{
    -webkit-transition: all .5s ease;
    transition: all .5s ease; }
  .l-footer .f_logo a:hover{
    opacity: .5; }
  .l-footer .p-pagetop{
    font-size: 1.0rem;
    line-height: 1.4;
    font-weight: bold;
    text-align: center; }
  .l-footer .p-pagetop a{
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    border: 1px solid #000000;
    display: block;
    width: 60px;
    height: 60px;
    padding-top: 10px;
    border-radius: 50%;
    margin: auto;
    cursor: pointer; }
  .l-footer .p-pagetop a:before{
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    content: "";
    display: block;
    width: 15px;
    height: 15px;
    border-right: 2px solid #000000;
    border-bottom: 2px solid #000000;
    -webkit-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    transform: rotate(-135deg);
    margin: 0 auto; }
  .l-footer .p-pagetop a:hover{
    border: 1px solid #c10009; }
  .l-footer .p-pagetop a:hover:before{
    border-right: 2px solid #c10009;
    border-bottom: 2px solid #c10009; }
  .l-footer .copyright{
    margin-bottom: 30px;
    font-size: 1.0rem;
    font-weight: bold; }
  .l-header{
    width: 100%;
    pointer-events: none;
    margin: auto;
    font-size: 1rem;
    position: fixed;
    z-index: 2000;
    top: 0;
    left: 0;
    overflow: hidden;
    height: 100%; }
  .l-header .wrap{
    position: relative;
    padding: 8px; }
  .l-header .logo{
    background: url(../images/logo.png) no-repeat 0 0;
    pointer-events: all;
    line-height: 26px;
    padding-left: 32px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    letter-spacing: 0.1em;
    margin-bottom: 15px;
    letter-spacing: 0.1em; }
  .l-header .logo a{
    color: #000; }
  .l-header .l-menu_area{
    position: fixed;
    pointer-events: all;
    display: none;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    box-sizing: border-box;
    z-index: 1000; }
  .l-header .l-menu_area .l-menu{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 100%;
    height: 180px;
    text-align: center; }
  .l-header .l-menu_area .l-menu .gnav{
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    letter-spacing: 0.1em; }
  .l-header .l-menu_area .l-menu .gnav li a{
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
    font-weight: bold;
    line-height: 40px;
    letter-spacing: 1em;
    display: inline-block;
    font-size: 20px;
    letter-spacing: .5em; }
  .l-header .l-menu_area.on .l-menu .gnav li a{
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
    letter-spacing: .1em; }
  /*
  menu_box
  ------------------------------------ */
  .menu_box{
    position: absolute;
    pointer-events: all;
    top: 10px;
    right: 3%;
    width: 25px;
    height: 25px;
    z-index: 2010; }
  .menu_box .menu_btn{
    cursor: pointer;
    margin: 0 auto;
    margin: 0px auto 0;
    position: relative;
    width: 25px;
    height: 25px; }
  .menu_box .menu_btn.on span{
    background: #000; }
  .menu_box .menu_btn span{
    background: #000;
    border-radius: 5px;
    display: block;
    font-size: 0;
    height: 3px;
    left: 0;
    line-height: 1;
    opacity: 1;
    position: absolute;
    -webkit-transition: all 0s ease 0s, all 0.35s ease 0s;
    transition: all 0s ease 0s, all 0.35s ease 0s;
    width: 25px; }
  .menu_box .menu_btn span:nth-child(1){
    top: 0px; }
  .menu_box .menu_btn span:nth-child(2){
    top: 9px; }
  .menu_box .menu_btn span:nth-child(3){
    top: 18px; }
  .menu_box .menu_btn.on span:nth-child(1){
    opacity: 1;
    -webkit-transform: translateY(9px) rotate(225deg);
    -ms-transform: translateY(9px) rotate(225deg);
    transform: translateY(9px) rotate(225deg); }
  .menu_box .menu_btn.on span:nth-child(2){
    opacity: 0; }
  .menu_box .menu_btn.on span:nth-child(3){
    opacity: 1;
    -webkit-transform: translateY(-9px) rotate(-225deg);
    -ms-transform: translateY(-9px) rotate(-225deg);
    transform: translateY(-9px) rotate(-225deg); }
  .p-ttl{
    font-size: 30px;
    margin-bottom: 20px; }
  .p-ttl span{
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    letter-spacing: 0.1em;
    font-weight: 600;
    font-size: 30px; }
  .p-ttl small{
    font-family: "Sawarabi Mincho";
    letter-spacing: 0.1em;
    margin-bottom: 12px;
    font-weight: normal; }
  .p-ttl span, .p-ttl small{
    display: block;
    line-height: 1; }
  .p-ttl2{
    font-size: 20px;
    text-align: center; }
  .p-ttl2 span{
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    letter-spacing: 0.1em;
    font-weight: 600;
    font-size: 30px;
    margin-bottom: 10px; }
  .p-ttl2 small{
    font-family: "Sawarabi Mincho";
    letter-spacing: 0.1em; }
  .p-ttl2 span, .p-ttl2 small{
    display: block;
    line-height: 1; }
  .deco{
    display: none;
    position: absolute;
    pointer-events: none; }
  .deco.deco1{
    left: -110px;
    bottom: 380px; }
  .deco.deco2{
    right: -80px;
    bottom: -120px; }
  .deco.deco3{
    left: 80px;
    bottom: -100px; }
  .deco.deco4{
    right: -80px;
    top: 145px; }
  .ink{
    position: absolute;
    pointer-events: none;
    z-index: 10; }
  .ink .ink_wrap{
    position: relative; }
  .ink .ink_wrap .ink{
    top: 0;
    left: 0; }
  .ink.ink_his{
    display: none;
    width: 678px;
    height: 519px;
    left: -190px;
    top: -450px; }
  .ink.ink_profile{
    display: none;
    width: 475px;
    height: 412px;
    right: 0px;
    top: -240px; }
  .ink.ink_menu{
    display: none;
    width: 266px;
    height: 364px;
    left: 0;
    top: -50px; }
  .ink.ink_acc{
    display: none;
    width: 579px;
    height: 588px;
    right: 0;
    top: -200px; }
  .ink.ink_main1{
    width: 200px;
    right: -50px;
    top: 0; }
  .ink.ink_main2{
    width: 150px;
    height: 180px;
    left: 0;
    bottom: 0px; }
  /*
.p-main
--------------------------------------- */
  .p-main{
    height: 100%;
    overflow: hidden;
    margin: auto;
    text-align: center; }
  .p-main .wrap{
    height: 100%;
    position: relative; }
  .p-main .wrap .m-logo{
    width: 141px;
    height: 234px;
    position: absolute;
    z-index: 100;
    top: -5%;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto; }
  /*
.p-history
--------------------------------------- */
  .p-history{
    position: relative;
    z-index: 200;
    margin-top: 50px; }
  .p-history .wrap{
    width: 90%;
    margin: 0 auto; }
  .p-history .txt2{
    margin-top: 15px; }
  .p-history .pix .pix1{
    margin-top: 15px; }
  .p-history .pix .pix2{
    margin-top: 2px; }
  .p-history .pix .pix3{
    margin-top: 2px; }
  /*
.p-profile
--------------------------------------- */
  .p-profile{
    margin-top: 50px; }
  .p-profile .wrap{
    position: relative; }
  .p-profile .wrap .pix{
    margin-top: 20px;
    height: 300px;
    background: url(../images/pro01.jpg) 0 0;
    background-size: cover; }
  .p-profile .wrap .pix2{
    width: 50%; }
  .p-profile .wrap .dtl{
    margin: 0 5%;
    position: relative; }
  .p-profile .wrap .dtl .namearea{
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    padding: 15px 0 20px;
    margin-bottom: 20px; }
  .p-profile .wrap .dtl .namearea p.name{
    display: inline-block;
    background-color: #000;
    color: #fff;
    line-height: 1;
    padding: 2px 5px;
    margin-bottom: 10px; }
  .p-profile .wrap .dtl .namearea h4{
    font-size: 24px;
    line-height: 1;
    font-weight: normal; }
  .p-profile .wrap .dtl .namearea h4 small{
    margin-top: 10px;
    font-size: 14px;
    display: block; }
  .p-profile .wrap .dtl dl{
    margin-top: 20px;
    font-size: 13px; }
  .p-profile .wrap .dtl dl dt, .p-profile .wrap .dtl dl dd{
    line-height: 1.5; }
  .p-profile .wrap .dtl dl dt{
    margin-top: 10px;
    font-weight: bold; }
  /*
.p-profile
--------------------------------------- */
  .p-menu{
    margin-top: 50px; }
  .p-menu h3.p-ttl2{
    padding-top: 70px;
    background: url(../images/menu.png) 50% 0 no-repeat;
    margin-bottom: 20px; }
  .p-menu .menu_wrap{
    margin: 0 auto;
    position: relative;
    z-index: 300; }
  .p-menu .menu_wrap ul li .dtl{
    padding: 15px 5% 30px; }
  .p-menu .menu_wrap ul li h4{
    font-weight: normal;
    font-size: 20px;
    line-height: 1;
    margin-bottom: 10px; }
  .p-menu .menu_wrap ul li h4 small{
    margin-top: 10px;
    font-size: 16px;
    display: block; }
  .p-menu .menu_wrap ul li .line{
    display: none; }
  .p-menu .menu_wrap ul li.masu2{
    display: none; }
  .p-menu .menu_wrap ul li.masu3{
    width: 50%; }
  /*
.p-shop_info
--------------------------------------- */
  .p-shop_info{
    margin-top: 50px; }
  .p-shop_info .shop_wrap{
    position: relative;
    margin: 0 auto;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between; }
  .p-shop_info .shop_wrap .dtl{
    margin: 20px 5% 0; }
  .p-shop_info .shop_wrap .dtl dl + dl{
    margin: 20px 0 0; }
  .p-shop_info .shop_wrap .dtl dt{
    font-weight: bold;
    border-left: 5px solid #c10009;
    padding-left: 10px;
    line-height: 1;
    margin-bottom: 10px; }
  .p-shop_info .shop_wrap .dtl dt.contact{
    display: inline-block;
    border-left: none;
    padding: 5px 10px;
    background-color: #c10009;
    color: #fff; }
  .p-shop_info .shop_wrap .dtl a{
    text-decoration: underline; }
  .p-shop_info .shop_wrap .pix figure{
    margin-top: 20px; }
  /*
.p-maps
--------------------------------------- */
  .p-maps .map{
    width: 100%;
    height: 300px;
    margin-top: 20px; }
  .p-maps iframe{
    width: 100%;
    height: 300px;
    margin-top: 20px; }
  /* -----------------------------
  ////////////////////////////////
  splash
  ////////////////////////////////
  ----------------------------- */
  /*
  opening 1
  ------------------------- */
  body::before{
    pointer-events: none;
    -webkit-transition: all 3s ease .5s;
    transition: all 3s ease .5s;
    content: "";
    width: 100%;
    height: 100%;
    background-color: #fff;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 1000;
    opacity: 1;
    z-index: 10000; }
  body .l-header .logo, body .l-header .menu_box{
    -webkit-transition: all 1.8s ease 2.5s;
    transition: all 1.8s ease 2.5s;
    opacity: 0; }
  body.splash::before{
    opacity: 0; }
  body.splash .l-header .logo, body.splash .l-header .menu_box{
    opacity: 1; }
  /*
  opening 2 inc
  ------------------------- */
  .ink_main1 .ink{
    opacity: 0;
    -webkit-transform: scale(2);
    -ms-transform: scale(2);
    transform: scale(2); }
  .ink_main1 .ink1{
    -webkit-transition: all 1s ease 2.5s;
    transition: all 1s ease 2.5s; }
  .ink_main1 .ink2{
    -webkit-transition: all 0.5s ease 2.9s;
    transition: all 0.5s ease 2.9s; }
  .ink_main1 .ink3{
    -webkit-transition: all 0.5s ease 3s;
    transition: all 0.5s ease 3s; }
  .ink_main1 .ink4{
    -webkit-transition: all 0.5s ease 3.1s;
    transition: all 0.5s ease 3.1s; }
  .ink_main1.motion .ink{
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1); }
  .ink_main2 .ink{
    opacity: 0;
    -webkit-transform: scale(2);
    -ms-transform: scale(2);
    transform: scale(2); }
  .ink_main2 .ink1{
    -webkit-transition: all 1s ease 2.7s;
    transition: all 1s ease 2.7s; }
  .ink_main2 .ink2{
    -webkit-transition: all 0.5s ease 3.1s;
    transition: all 0.5s ease 3.1s; }
  .ink_main2 .ink3{
    -webkit-transition: all 0.5s ease 3.2s;
    transition: all 0.5s ease 3.2s; }
  .ink_main2 .ink4{
    -webkit-transition: all 0.5s ease 3.3s;
    transition: all 0.5s ease 3.3s; }
  .ink_main2.motion .ink{
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1); }
  /* -----------------------------
  ////////////////////////////////
  common
  ////////////////////////////////
  ----------------------------- */
  .js-motion{
    -webkit-transition: all 1.0s ease;
    transition: all 1.0s ease;
    position: relative;
    opacity: 0;
    top: 100px; }
  .js-motion.motion{
    top: 0;
    opacity: 1; }
  .js-photo{
    position: relative; }
  .js-photo::before{
    position: absolute;
    z-index: 104;
    content: "";
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #f0f0f0; }
  .js-photo::after{
    position: absolute;
    z-index: 105;
    content: "";
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: white; }
  .js-photo.motion::before{
    -webkit-animation: photo1 1.5s forwards;
    animation: photo1 1.5s forwards; }
  .js-photo.motion::after{
    -webkit-animation: photo2 1.5s forwards;
    animation: photo2 1.5s forwards; }
  @-webkit-keyframes photo1{
    0%{
      width: 100%; }
    90%{
      width: 0%;
      opacity: 0; }
    100%{
      width: 0%;
      opacity: 0; } }
  @keyframes photo1{
    0%{
      width: 100%; }
    90%{
      width: 0%;
      opacity: 0; }
    100%{
      width: 0%;
      opacity: 0; } }
  @-webkit-keyframes photo2{
    0%{
      width: 100%; }
    40%{
      width: 0%;
      opacity: 0; }
    100%{
      width: 0%;
      opacity: 0; } }
  @keyframes photo2{
    0%{
      width: 100%; }
    40%{
      width: 0%;
      opacity: 0; }
    100%{
      width: 0%;
      opacity: 0; } }
  .c-ctt{
    position: relative; } }

/*# sourceMappingURL=../../cache/_maps/styles.css.map */
