@charset "UTF-8";
/* -------------------------------
    _destyle
------------------------------- */
/*! destyle.css v4.0.0 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

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

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 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 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 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: inherit; /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

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

/**
 * 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: inherit; /* 2 */
}

/**
 * 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;
}

/* Replaced content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none; /* 1 */
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit; /* 2 */
}

/**
 * Correct cursors for clickable elements.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

button:disabled,
[type=button]:disabled,
[type=reset]:disabled,
[type=submit]:disabled {
  cursor: default;
}

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

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

/**
 * 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;
}

/**
 * Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px; /* 1 */
}

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

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

/**
 * Fix appearance for Firefox
 */
[type=number] {
  -webkit-appearance: textfield;
     -moz-appearance: textfield;
          appearance: textfield;
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

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

/*
 * Remove outline for editable content.
 */
[contenteditable]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-color: inherit; /* 1 */
  border-collapse: collapse;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

/* -------------------------------
    _base
------------------------------- */
/* -------------------------------
    _settings
------------------------------- */
/*  breakpoint
------------------------------- */
/*  color
------------------------------- */
/*  font
------------------------------- */
/* -------------------------------
    _animation
------------------------------- */
/*  all slide animation
------------------------------- */
@keyframes view-fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/*  all slide animation
------------------------------- */
@keyframes view-slideDown {
  0% {
    opacity: 0;
    transform: translate(0, -35px);
  }
  100% {
    opacity: 1;
    transform: translate(0, 0);
  }
}
@keyframes view-slideUp {
  0% {
    opacity: 0;
    transform: translate(0, 35px);
  }
  100% {
    opacity: 1;
    transform: translate(0, 0);
  }
}
@keyframes view-slideIn {
  0% {
    opacity: 0;
    transform: translate(35px, 0);
  }
  100% {
    opacity: 1;
    transform: translate(0, 0);
  }
}
/*  service mv animation
------------------------------- */
@keyframes service-c-op {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
html {
  font-size: 62.5%;
  font-weight: normal;
}

* {
  box-sizing: border-box;
}

body {
  width: 100%;
  height: 100%;
  color: #525252;
  font-size: 14px;
  font-size: 1.4rem;
  font-family: "Noto Sans JP", "Klee One", "Hiragino Maru Gothic ProN W4", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Meiryo UI", sans-serif;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 1.1px;
  background-color: #FFFFFF;
}
@media screen and (max-width:767px) {
  body {
    font-size: 1.2rem;
  }
}

#wrap {
  overflow: hidden;
}

h1, h2, h3, h4, h5 {
  font-family: "Zen Maru Gothic", "MS UI Gothic", "Hiragino Maru Gothic ProN W4", sans-serif;
}

h2 {
  font-size: 140%;
}

a {
  color: #525252;
}
a:hover {
  color: #525252;
}

/* -------------------------------
    _header
------------------------------- */
header {
  height: 72px;
}
@media screen and (max-width:767px) {
  header {
    position: relative;
    height: 50px;
    z-index: 51;
  }
}

.l-header {
  display: flex;
  justify-content: space-between;
  position: fixed;
  width: 100%;
  height: 72px;
  margin: auto;
  font-family: "Zen Maru Gothic", "MS UI Gothic", "Hiragino Maru Gothic ProN W4", sans-serif;
  background-color: #FFFFFF;
  z-index: 51;
}
@media screen and (max-width:999px) {
  .l-header {
    height: 50px;
  }
}
.l-header h1 {
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-left: 20px;
  z-index: 3;
}
@media screen and (max-width:767px) {
  .l-header h1 {
    padding-left: 0;
  }
}
.l-header h1 a {
  display: inline-block;
}
.l-header h1 #logo {
  width: 162px;
  height: auto;
  fill: #525252;
}
@media screen and (max-width:767px) {
  .l-header h1 #logo {
    width: 122px;
    transition: all 0.3s ease-in;
  }
}
@media screen and (max-width:767px) {
  .l-header h1.logo.is-open > a > svg {
    fill: #FFFFFF !important;
  }
}
.l-header__inner {
  width: 100%;
  height: 100%;
  z-index: 2;
}
@media screen and (max-width:767px) {
  .l-header__inner {
    position: absolute;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: #C3C3C3;
    transform: translateY(-100vh);
    transition: all 0.3s ease-in;
  }
  .l-header__inner.is-open {
    opacity: 10;
    transform: translateY(0);
  }
}
.l-header__list {
  display: flex;
  margin: auto;
  width: 100%;
  height: 100%;
  padding-right: 20px;
}
@media screen and (max-width:767px) {
  .l-header__list {
    flex-direction: column;
    margin-top: 46px;
    padding-right: 0;
  }
}
.l-header__list li {
  display: flex;
  position: relative;
  align-items: center;
  height: 100%;
  padding: 15px;
  margin: auto;
}
@media screen and (max-width:767px) {
  .l-header__list li {
    justify-content: center;
    height: auto;
    color: #FFFFFF;
    margin: 0 auto;
    padding: 15px;
  }
}
.l-header__list li a {
  display: flex;
  position: relative;
  height: 42px;
  align-items: center;
  letter-spacing: 0.16em;
  transition: all 0.3s ease;
}
.l-header__list li a:hover {
  opacity: 0.6;
}
@media screen and (max-width:767px) {
  .l-header__list li a {
    height: 32px;
    color: #FFFFFF;
  }
  .l-header__list li a:active {
    color: #FFFFFF;
  }
}
.l-header__list li a #ig {
  width: 30px;
  height: 30px;
  fill: #525252;
}
@media screen and (max-width:767px) {
  .l-header__list li a #ig {
    fill: #FFFFFF;
  }
}
.l-header__list li.current a::before {
  content: "";
  position: absolute;
  bottom: 7px;
  width: 100%;
  height: 1px;
  background: #525252;
}
@media screen and (max-width:767px) {
  .l-header__list {
    height: 80%;
  }
}

/*  ハンバーガーメニュー
------------------------------- */
.l-burger-btn {
  display: none;
}
@media screen and (max-width:767px) {
  .l-burger-btn {
    display: block;
    position: absolute;
    top: 15px;
    right: 1em;
    width: 30px;
    height: 12px;
    padding-top: 10px;
    cursor: pointer;
    z-index: 4;
  }
  .l-burger-btn span {
    display: block;
    position: absolute;
    height: 1px;
    background-color: #525252;
    border-radius: 1px;
    transition: all 0.3s ease-in;
  }
  .l-burger-btn span:nth-of-type(1) {
    top: 0;
    right: 0;
    width: 100%;
  }
  .l-burger-btn span:nth-of-type(2) {
    bottom: 0;
    right: 0;
    width: 42%;
  }
  .l-burger-btn.is-open span {
    background-color: #FFFFFF;
  }
  .l-burger-btn.is-open span:nth-of-type(1) {
    transform: translate3d(0, 9.5px, 0) rotate(-45deg);
  }
  .l-burger-btn.is-open span:nth-of-type(2) {
    width: 100%;
    transform: translate3d(0, -1px, 0) rotate(45deg);
  }
}

/* -------------------------------
    _footer
------------------------------- */
footer {
  width: 100%;
  height: 72px;
}
@media screen and (max-width:767px) {
  footer {
    height: 50px;
  }
}

.l-footer {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: 100%;
  font-family: "Zen Maru Gothic", "MS UI Gothic", "Hiragino Maru Gothic ProN W4", sans-serif;
  padding-right: 25px;
}
@media screen and (max-width:767px) {
  .l-footer {
    flex-direction: column-reverse;
    justify-content: center;
    padding-right: 0;
  }
}
.l-footer__text {
  display: flex;
  align-items: center;
}
@media screen and (max-width:767px) {
  .l-footer__text--top {
    margin-top: -10px;
  }
}
.l-footer__ig {
  padding-left: 10px;
  padding-right: 10px;
}
@media screen and (max-width:767px) {
  .l-footer__ig {
    margin-bottom: 20px;
  }
}
.l-footer__ig.l-top-only {
  display: none;
}
.l-footer__ig a {
  transition: all 0.3s ease;
}
.l-footer__ig a:hover {
  opacity: 0.6;
}

/* -------------------------------
    _main
------------------------------- */
.l-main {
  position: relative;
  overflow-x: hidden;
}

/* -------------------------------
    _component
------------------------------- */
/*  最大幅
------------------------------- */
.c-sec-s08 {
  max-width: 800px;
  width: 100%;
  margin: auto;
}
@media screen and (max-width:999px) {
  .c-sec-s08 {
    padding: 0 10px;
  }
}

.c-sec-s10 {
  max-width: 1000px;
  width: 100%;
  margin: auto;
}
@media screen and (max-width:999px) {
  .c-sec-s10 {
    padding: 0 10px;
  }
}

.c-sec-s12 {
  max-width: 1200px;
  width: 100%;
  margin: auto;
}
@media screen and (max-width:999px) {
  .c-sec-s12 {
    padding: 0 10px;
  }
}

/*  準備中メッセージ
------------------------------- */
.c-prep {
  border: 1px solid #707070;
  padding: 20px;
  margin-bottom: 200px;
}
.c-prep__large {
  font-size: 260%;
  line-height: 1.1;
}

/* -------------------------------
    _utility
------------------------------- */
/*  text
------------------------------- */
/* align */
.u-center {
  text-align: center;
}

.u-left {
  text-align: left;
}

.u-right {
  text-align: right;
}

/* weight */
.u-fw300 {
  font-weight: 300;
}

.u-fw400 {
  font-weight: 400;
}

.u-fw500 {
  font-weight: 500;
}

/* size */
.u-fs0 {
  font-size: 0rem;
}

.u-fs1 {
  font-size: 0.1rem;
}

.u-fs2 {
  font-size: 0.2rem;
}

.u-fs3 {
  font-size: 0.3rem;
}

.u-fs4 {
  font-size: 0.4rem;
}

.u-fs5 {
  font-size: 0.5rem;
}

.u-fs6 {
  font-size: 0.6rem;
}

.u-fs7 {
  font-size: 0.7rem;
}

.u-fs8 {
  font-size: 0.8rem;
}

.u-fs9 {
  font-size: 0.9rem;
}

.u-fs10 {
  font-size: 1rem;
}

.u-fs11 {
  font-size: 1.1rem;
}

.u-fs12 {
  font-size: 1.2rem;
}

.u-fs13 {
  font-size: 1.3rem;
}

.u-fs14 {
  font-size: 1.4rem;
}

.u-fs15 {
  font-size: 1.5rem;
}

.u-fs16 {
  font-size: 1.6rem;
}

.u-fs17 {
  font-size: 1.7rem;
}

.u-fs18 {
  font-size: 1.8rem;
}

.u-fs19 {
  font-size: 1.9rem;
}

.u-fs20 {
  font-size: 2rem;
}

.u-fs21 {
  font-size: 2.1rem;
}

.u-fs22 {
  font-size: 2.2rem;
}

.u-fs23 {
  font-size: 2.3rem;
}

.u-fs24 {
  font-size: 2.4rem;
}

@media screen and (max-width:767px) {
  .u-sm-fs0 {
    font-size: 0rem;
  }
  .u-sm-fs1 {
    font-size: 0.1rem;
  }
  .u-sm-fs2 {
    font-size: 0.2rem;
  }
  .u-sm-fs3 {
    font-size: 0.3rem;
  }
  .u-sm-fs4 {
    font-size: 0.4rem;
  }
  .u-sm-fs5 {
    font-size: 0.5rem;
  }
  .u-sm-fs6 {
    font-size: 0.6rem;
  }
  .u-sm-fs7 {
    font-size: 0.7rem;
  }
  .u-sm-fs8 {
    font-size: 0.8rem;
  }
  .u-sm-fs9 {
    font-size: 0.9rem;
  }
  .u-sm-fs10 {
    font-size: 1rem;
  }
  .u-sm-fs11 {
    font-size: 1.1rem;
  }
  .u-sm-fs12 {
    font-size: 1.2rem;
  }
  .u-sm-fs13 {
    font-size: 1.3rem;
  }
  .u-sm-fs14 {
    font-size: 1.4rem;
  }
  .u-sm-fs15 {
    font-size: 1.5rem;
  }
  .u-sm-fs16 {
    font-size: 1.6rem;
  }
  .u-sm-fs17 {
    font-size: 1.7rem;
  }
  .u-sm-fs18 {
    font-size: 1.8rem;
  }
  .u-sm-fs19 {
    font-size: 1.9rem;
  }
  .u-sm-fs20 {
    font-size: 2rem;
  }
  .u-sm-fs21 {
    font-size: 2.1rem;
  }
  .u-sm-fs22 {
    font-size: 2.2rem;
  }
  .u-sm-fs23 {
    font-size: 2.3rem;
  }
  .u-sm-fs24 {
    font-size: 2.4rem;
  }
}
/* family */
.u-fo-gothic {
  font-family: "Zen Maru Gothic", "MS UI Gothic", "Hiragino Maru Gothic ProN W4", sans-serif !important;
}

.u-fo-noto {
  font-family: "Noto Sans JP", "MS UI Gothic", "Hiragino Maru Gothic ProN W4", sans-serif !important;
}

.u-fo-klee {
  font-family: "Klee One", sans-serif !important;
}

/*  margin
------------------------------- */
/* top */
.u-mt0 {
  margin-top: 0px !important;
}

.u-mt10 {
  margin-top: 10px !important;
}

.u-mt20 {
  margin-top: 20px !important;
}

.u-mt30 {
  margin-top: 30px !important;
}

.u-mt40 {
  margin-top: 40px !important;
}

.u-mt50 {
  margin-top: 50px !important;
}

.u-mt60 {
  margin-top: 60px !important;
}

.u-mt70 {
  margin-top: 70px !important;
}

.u-mt80 {
  margin-top: 80px !important;
}

.u-mt90 {
  margin-top: 90px !important;
}

.u-mt100 {
  margin-top: 100px !important;
}

.u-mt110 {
  margin-top: 110px !important;
}

.u-mt120 {
  margin-top: 120px !important;
}

.u-mt150 {
  margin-top: 150px !important;
}

@media screen and (max-width:767px) {
  .u-sm-mt0 {
    margin-top: 0px !important;
  }
  .u-sm-mt10 {
    margin-top: 10px !important;
  }
  .u-sm-mt20 {
    margin-top: 20px !important;
  }
  .u-sm-mt30 {
    margin-top: 30px !important;
  }
  .u-sm-mt40 {
    margin-top: 40px !important;
  }
  .u-sm-mt50 {
    margin-top: 50px !important;
  }
  .u-sm-mt60 {
    margin-top: 60px !important;
  }
  .u-sm-mt100 {
    margin-top: 100px !important;
  }
}
/* bottom */
.u-mb0 {
  margin-bottom: 0px !important;
}

.u-mb10 {
  margin-bottom: 10px !important;
}

.u-mb20 {
  margin-bottom: 20px !important;
}

.u-mb30 {
  margin-bottom: 30px !important;
}

.u-mb40 {
  margin-bottom: 40px !important;
}

.u-mb50 {
  margin-bottom: 50px !important;
}

.u-mb60 {
  margin-bottom: 60px !important;
}

.u-mb70 {
  margin-bottom: 70px !important;
}

.u-mb80 {
  margin-bottom: 80px !important;
}

.u-mb90 {
  margin-bottom: 90px !important;
}

.u-mb100 {
  margin-bottom: 100px !important;
}

.u-mb110 {
  margin-bottom: 110px !important;
}

.u-mb120 {
  margin-bottom: 120px !important;
}

.u-mb150 {
  margin-bottom: 150px !important;
}

.u-mb180 {
  margin-bottom: 180px !important;
}

@media screen and (max-width:767px) {
  .u-sm-mb0 {
    margin-bottom: 0px !important;
  }
  .u-sm-mb10 {
    margin-bottom: 10px !important;
  }
  .u-sm-mb20 {
    margin-bottom: 20px !important;
  }
  .u-sm-mb30 {
    margin-bottom: 30px !important;
  }
  .u-sm-mb40 {
    margin-bottom: 40px !important;
  }
  .u-sm-mb50 {
    margin-bottom: 50px !important;
  }
  .u-sm-mb60 {
    margin-bottom: 60px !important;
  }
  .u-sm-mb100 {
    margin-bottom: 100px !important;
  }
}
/* left */
.u-ml0 {
  margin-left: 0px;
}

.u-ml10 {
  margin-left: 10px;
}

.u-ml20 {
  margin-left: 20px;
}

.u-ml30 {
  margin-left: 30px;
}

.u-ml40 {
  margin-left: 40px;
}

.u-ml50 {
  margin-left: 50px;
}

.u-ml60 {
  margin-left: 60px;
}

.u-ml70 {
  margin-left: 70px;
}

.u-ml80 {
  margin-left: 80px;
}

/* right */
.u-mr0 {
  margin-right: 0px;
}

.u-mr10 {
  margin-right: 10px;
}

.u-mr20 {
  margin-right: 20px;
}

.u-mr30 {
  margin-right: 30px;
}

.u-mr40 {
  margin-right: 40px;
}

.u-mr50 {
  margin-right: 50px;
}

.u-mr60 {
  margin-right: 60px;
}

.u-mr70 {
  margin-right: 70px;
}

.u-mr80 {
  margin-right: 80px;
}

/*  padding
------------------------------- */
/* top */
.u-pt0 {
  padding-top: 0px;
}

.u-pt10 {
  padding-top: 10px;
}

.u-pt20 {
  padding-top: 20px;
}

.u-pt30 {
  padding-top: 30px;
}

/* bottom */
.u-pb0 {
  padding-bottom: 0px;
}

.u-pb10 {
  padding-bottom: 10px;
}

.u-pb20 {
  padding-bottom: 20px;
}

.u-pb30 {
  padding-bottom: 30px;
}

/* left */
.u-pl0 {
  padding-left: 0px;
}

.u-pl10 {
  padding-left: 10px;
}

.u-pl20 {
  padding-left: 20px;
}

.u-pl30 {
  padding-left: 30px;
}

/* right */
.u-pr0 {
  padding-right: 0px;
}

.u-pr10 {
  padding-right: 10px;
}

.u-pr20 {
  padding-right: 20px;
}

.u-pr30 {
  padding-right: 30px;
}

/*  非表示設定
------------------------------- */
@media screen and (min-width:768px) {
  .u-none-pc {
    display: none;
  }
}
@media screen and (max-width:767px) {
  .u-none-sm {
    display: none;
  }
}
/*  表示アニメーション
------------------------------- */
.u-view-down {
  opacity: 0;
}
.u-view-down.on {
  opacity: 1;
  animation: view-slideDown 1s ease both;
}

.u-view-up {
  opacity: 0;
}
.u-view-up.on {
  opacity: 1;
  animation: view-slideUp 1s ease both;
}

.u-view-fade-in {
  opacity: 0;
}
.u-view-fade-in.on {
  opacity: 1;
  animation: view-fadeIn 1.8s ease;
}

.u-view-slide-in {
  opacity: 0;
}
.u-view-slide-in.on {
  opacity: 1;
  animation: view-slideIn 1s ease both;
}

/* -------------------------------
    _commons
------------------------------- */
/*  flex
------------------------------- */
.p-flexbox {
  display: flex;
  flex-wrap: wrap;
}
.p-flexbox--ard {
  justify-content: space-around;
}
.p-flexbox--ard::after {
  content: "";
  max-width: 340px;
  width: 100%;
  height: 0;
}
.p-flexbox--bet {
  justify-content: space-between;
}
.p-flexbox--w340::after {
  content: "";
  width: 340px;
}
.p-flexbox--w30::after {
  content: "";
  width: 30%;
}
@media screen and (max-width:767px) {
  .p-flexbox--w30::after {
    content: "";
    width: 48%;
  }
}
@media screen and (max-width:767px) {
  .p-flexbox--sm-bet {
    justify-content: space-between;
  }
}

/*  button
------------------------------- */
/* contact button */
.p-contact {
  display: block;
  position: relative;
  width: 100%;
  height: 180px;
  background: #F5F5F5;
  transition: all 0.28s ease;
}
@media screen and (max-width:999px) {
  .p-contact {
    width: 98%;
  }
}
@media screen and (max-width:767px) {
  .p-contact {
    width: 95%;
    height: 100px;
  }
}
.p-contact__button {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  transform: translateY(-50%) translateX(-50%);
  padding-bottom: 20px;
}
@media screen and (max-width:767px) {
  .p-contact__button {
    padding-bottom: 10px;
  }
}
.p-contact__button-ttl {
  font-weight: 700;
  font-size: 300%;
}
@media screen and (max-width:767px) {
  .p-contact__button-ttl {
    font-size: 240%;
  }
}
.p-contact__button-mess {
  margin-top: -10px;
}
.p-contact:hover {
  color: #FFFFFF;
  background: #525252;
}
@media screen and (max-width:767px) {
  .p-contact:active {
    color: #FFFFFF;
    background: #525252;
  }
}

/* link button */
.p-button {
  display: inline-block;
  transition: all 0.3s ease;
}
.p-button__circle {
  display: inline-block;
  position: relative;
  color: #FFFFFF;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  height: 36px;
  width: 36px;
}
.p-button__circle::before {
  content: "";
  display: block;
  position: absolute;
  top: 43%;
  right: 45%;
  width: 5px;
  height: 5px;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  border-right: 1px solid rgba(0, 0, 0, 0.2);
  transform: rotate(45deg);
  transition: border-color 1.15s cubic-bezier(0.21, 1, 0.24, 1);
}
.p-button__circle-arc {
  vertical-align: middle;
  transform: translateY(-1px) translateX(-1px) rotate(-90deg);
}
.p-button__circle-arc circle {
  stroke: #707070;
  stroke-dasharray: 140px;
  stroke-dashoffset: 140px;
  transition: stroke-dashoffset 1.15s cubic-bezier(0.21, 1, 0.24, 1);
}
.p-button:hover .p-button__circle::before {
  border-color: #707070;
}
.p-button:hover .p-button__circle-arc > circle {
  stroke-dashoffset: 0;
}

/* link hover時 */
.p-hov {
  display: block;
  overflow: hidden;
}
.p-hov img {
  width: 100%;
  height: auto;
  transition: all 0.4s ease-in-out;
}
@media screen and (min-width:1000px) {
  .p-hov img:hover {
    transform: scale(1.2, 1.2);
    opacity: 0.8;
  }
}
@media screen and (max-width:767px) {
  .p-hov img:active {
    transform: scale(1.2, 1.2);
    opacity: 0.8;
  }
}

/*  Exhibitions,Books,Photographs,Films 共通
------------------------------- */
.p-product {
  /* max-width: 340px */
  /* max-width: 30% */
}
.p-product__mw340 {
  max-width: 340px;
}
.p-product__mw30 {
  max-width: 30%;
}
@media screen and (max-width:767px) {
  .p-product {
    /* max-width: 45% */
    /* max-width: 48% */
  }
  .p-product__sm-mw45 {
    max-width: 45%;
  }
  .p-product__sm-mw48 {
    max-width: 48%;
  }
}
.p-product__item {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 30px;
}

/*  privacy
------------------------------- */
.p-privacy p {
  margin-bottom: 10px;
}
.p-privacy ul li {
  text-indent: -1.07em;
  padding-left: 1.07em;
}

s {
  text-decoration-color: #777777;
}

.p-att-msg {
  color: #cc0000;
  margin-left: 5px;
}

/* -------------------------------
    _page-top
------------------------------- */
#top {
  height: 100vh;
}
@media screen and (max-width:767px) {
  #top {
    height: 100dvh;
  }
}

.p-top__footer {
  width: 100%;
  height: 72px;
}
@media screen and (max-width:999px) {
  .p-top__footer {
    height: 50px;
  }
}

#top #wrap .p-carousel .bx-wrapper {
  width: calc(100% - 17.2vh) !important;
  height: 100% !important;
  box-shadow: none;
  border: none;
  margin-bottom: 0;
}
@media screen and (max-width:767px) {
  #top #wrap .p-carousel .bx-wrapper {
    width: calc(100% - 6vh) !important;
    z-index: 50;
  }
}
#top #wrap .p-carousel .bx-wrapper .bx-viewport {
  height: 100% !important;
}

.p-carousel {
  width: 100%;
  height: calc(100vh - 144px);
  /* 表示カウント */
  /* メインビジュアル */
  /* インジケーター */
}
@media screen and (max-width:767px) {
  .p-carousel {
    flex-wrap: nowrap;
    height: calc(100dvh - 100px);
    margin-top: 0;
    overflow-y: hidden;
  }
}
.p-carousel__counter {
  position: relative;
  width: 8.6vh;
  height: calc(100vh - 144px);
}
@media screen and (max-width:767px) {
  .p-carousel__counter {
    width: 6.4vh;
    height: calc(100dvh - 100px);
  }
}
.p-carousel__counter ul {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  text-align: center;
  margin: auto;
  transform: translateY(-50%) translateX(-50%);
}
.p-carousel__counter ul li {
  margin-bottom: 10px;
}
.p-carousel__counter ul li:last-child {
  margin-bottom: 0;
}
.p-carousel__contents {
  width: calc(100% - 17.2vh);
  height: calc(100vh - 144px);
}
@media screen and (max-width:767px) {
  .p-carousel__contents {
    width: 100% !important;
    height: calc(100dvh - 100px);
  }
}
.p-carousel__indicator {
  display: flex;
  align-items: center;
  width: 8.6vh;
}
@media screen and (max-width:767px) {
  .p-carousel__indicator {
    width: 6.4vh;
  }
}
.p-carousel__indicator--line {
  position: relative;
  width: 0.1rem;
  height: 8rem;
  background: #C3C3C3;
  margin: auto;
}
.p-carousel__indicator--line::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 0.1rem;
  height: 8rem;
  background: #525252;
  transition: transform 0.8s linear;
  transform: scale(1, 0);
  transform-origin: left bottom;
}
.p-carousel__indicator--line::before.is-active {
  transition: transform 7s 0.2s linear;
  transform: scale(1, 1);
  transform-origin: right top;
}
.p-carousel__img {
  position: absolute;
  top: 50%;
  left: 50%;
  overflow: hidden;
  transform: translateY(-50%) translateX(-50%);
}
@media screen and (max-width:767px) {
  .p-carousel__img {
    width: 100% !important;
  }
}
.p-carousel__img:nth-child(1) {
  background: url("images/top/main-img01.jpg") no-repeat center center;
  background-size: cover;
}
@media screen and (max-width:767px) {
  .p-carousel__img:nth-child(1) {
    background: url("images/top/main-img-sp01.jpg") no-repeat center center;
    background-size: cover;
  }
}
.p-carousel__img:nth-child(2) {
  background: url("images/top/main-img02.jpg") no-repeat center center;
  background-size: cover;
}
@media screen and (max-width:767px) {
  .p-carousel__img:nth-child(2) {
    background: url("images/top/main-img-sp02.jpg") no-repeat center center;
    background-size: cover;
  }
}
.p-carousel__img:nth-child(3) {
  background: url("images/top/main-img03.jpg") no-repeat center center;
  background-size: cover;
}
@media screen and (max-width:767px) {
  .p-carousel__img:nth-child(3) {
    background: url("images/top/main-img-sp03.jpg") no-repeat center center;
    background-size: cover;
  }
}
.p-carousel__img:nth-child(4) {
  background: url("images/top/main-img04.jpg") no-repeat center center;
  background-size: cover;
}
@media screen and (max-width:767px) {
  .p-carousel__img:nth-child(4) {
    background: url("images/top/main-img-sp04.jpg") no-repeat center center;
    background-size: cover;
  }
}
.p-carousel__img:nth-child(5) {
  background: url("images/top/main-img05.jpg") no-repeat center center;
  background-size: cover;
}
@media screen and (max-width:767px) {
  .p-carousel__img:nth-child(5) {
    background: url("images/top/main-img-sp05.jpg") no-repeat center center;
    background-size: cover;
  }
}

/* -------------------------------
    _page-about
------------------------------- */
.p-profile {
  width: 100%;
  margin: auto;
  justify-content: space-between;
}
@media screen and (max-width:767px) {
  .p-profile {
    flex-direction: column-reverse;
  }
}
.p-profile__cts {
  width: 50%;
  margin: auto;
  /* portfolio */
}
@media screen and (max-width:767px) {
  .p-profile__cts {
    width: 100%;
  }
}
.p-profile__cts dl > dt {
  margin-bottom: 20px;
}
@media screen and (max-width:767px) {
  .p-profile__cts dl > dt {
    margin-bottom: 10px;
  }
}
.p-profile__cts-img {
  width: 84%;
  height: auto;
}
@media screen and (max-width:767px) {
  .p-profile__cts-img {
    width: 100%;
  }
}

.p-biography > li {
  position: relative;
  padding-left: 1.5em;
}
.p-biography > li::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 1em;
  height: 1px;
  background: #A2A2A2;
}

/* -------------------------------
    _service
------------------------------- */
.p-service {
  position: relative;
}
.p-service--180 {
  margin-top: 180px;
}
@media screen and (max-width:767px) {
  .p-service--180 {
    margin-top: 100px;
  }
}
.p-service__inner {
  width: 45%;
}
@media screen and (max-width:767px) {
  .p-service__inner {
    width: 100%;
  }
  .p-service__inner-mv-h {
    width: 72%;
    height: 330px;
  }
  .p-service__inner-mv-h img {
    width: 100%;
    height: 100%;
  }
}
.p-service__inner p {
  margin-bottom: 30px;
}
.p-service__img > img {
  width: 100%;
}
.p-service__ttl {
  display: inline-block;
  position: relative;
  line-height: 2;
  margin: auto;
}
.p-service__ttl::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 6px;
  background: radial-gradient(circle farthest-side, #A2A2A2, #A2A2A2 30%, transparent 30%, transparent);
  background-size: 6px;
  transform: translateX(-50%);
}
.p-service__ttl span {
  display: inline-block;
}

/*  メインビジュアル
------------------------------- */
.p-service-v {
  -webkit-clip-path: polygon(10% 0, 100% 0, 100% 90%, 90% 100%, 0 100%, 0 10%);
          clip-path: polygon(10% 0, 100% 0, 100% 90%, 90% 100%, 0 100%, 0 10%);
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width:767px) {
  .p-service-v {
    -webkit-clip-path: polygon(20% 0, 100% 0, 100% 85%, 80% 100%, 0 100%, 0 15%);
            clip-path: polygon(20% 0, 100% 0, 100% 85%, 80% 100%, 0 100%, 0 15%);
  }
}

.p-service-c {
  position: relative;
  width: 77px;
  height: 505px;
  background: url(../../../images/service/s-main-catch-demo.svg) no-repeat;
  margin-left: 180px;
}
@media screen and (max-width:767px) {
  .p-service-c {
    width: 50px;
    height: auto;
    margin-left: 40px;
  }
}

@media screen and (max-width:767px) {
  .p-copy {
    font-size: 1.7rem;
  }
}

/* --------------------------------
.p-service__list {
    z-index: 2;
    li {
    display: inline-block;
    position: absolute;
    left: 50px;
    width: 24px !important;
    height: 15em;
    img {
        width: 100%;
        height: 100%;
        z-index: 99 !important;
    }
    &:nth-of-type(1) {
        top: 22px;
        z-index: 99 !important;
    }
    }
}
-------------------------------- */
/*  プラン
------------------------------- */
.p-plan {
  max-width: 1100px;
  width: 100%;
  margin: auto;
}
.p-plan--rev {
  flex-direction: row-reverse;
}
.p-plan__main {
  width: 44%;
}
.p-plan__main img {
  width: 100%;
}
@media screen and (max-width:767px) {
  .p-plan__main {
    width: 100%;
  }
}
.p-plan .bx-wrapper {
  box-shadow: none;
  border: none;
}
.p-plan .bx-wrapper .bx-pager {
  left: -3px;
}
.p-plan__detail {
  margin-top: 30px;
}
.p-plan__detail h5 {
  position: relative;
}
.p-plan__detail h5::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 0;
  width: calc(100% - 102px);
  height: 1px;
  background: #A2A2A2;
  border-radius: 1px;
}
.p-plan__detail table {
  width: 100%;
  border: 1px solid #EFEFEF;
}
.p-plan__detail table tr {
  border: 1px solid #EFEFEF;
}
.p-plan__detail table tr th {
  font-weight: 300;
  padding: 2%;
  border-right: 1px solid #EFEFEF;
  background: #FCFCFC;
}
.p-plan__detail table tr td {
  font-weight: 300;
  padding: 2%;
}
.p-plan__detail-sub {
  font-size: 1.2rem;
}
.p-plan__button {
  display: inline-block;
  position: relative;
  padding: 1em 4em;
  background-color: #F5F5F5;
  transition: all 0.3s ease;
}
.p-plan__button:hover {
  color: #FFFFFF;
  background-color: #525252;
  /*&::before {
      content: "";
      position: absolute;
      width: 100%;
      height: 1px;
      background-color: $cl-black02;
  }*/
}

.p-service__icon-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 10px;
  margin-top: 8px;
}
.p-service__icon-list li {
  display: inline-block;
  background: #707070;
  color: #fff;
  padding: 2px 9px;
  border-radius: 3px;
  font-size: 13px;
}

/*  attention,cancel policy
------------------------------- */
.p-attention__title {
  position: relative;
}
.p-attention__title::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 75.5%;
  height: 1px;
  background-color: #A2A2A2;
}
@media screen and (max-width:767px) {
  .p-attention__title::before {
    display: none;
  }
}
@media screen and (max-width:767px) {
  .p-attention__title {
    padding: 2% 3%;
    border: 3px solid #525252;
  }
}
.p-attention__list li {
  position: relative;
  padding-left: 20px;
  line-height: 2.1;
}
.p-attention__list li::before {
  content: "";
  position: absolute;
  top: 12px;
  left: 0;
  width: 5px;
  height: 5px;
  border-radius: 100px;
  background: #525252;
}

.p-cancel__title {
  position: relative;
}
.p-cancel__title::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 61.5%;
  height: 1px;
  background-color: #A2A2A2;
}
@media screen and (max-width:767px) {
  .p-cancel__title::before {
    display: none;
  }
}
@media screen and (max-width:767px) {
  .p-cancel__title {
    padding: 2% 3%;
    border: 3px solid #525252;
  }
}
.p-cancel__list li {
  position: relative;
  padding-left: 20px;
  line-height: 2.1;
}
.p-cancel__list li::before {
  content: "";
  position: absolute;
  top: 12px;
  left: 0;
  width: 5px;
  height: 5px;
  border-radius: 100px;
  background: #525252;
}

/*  Q&A
------------------------------- */
.p-accordion {
  width: 100%;
}
.p-accordion__box {
  position: relative;
}
.p-accordion__title, .p-accordion__content {
  backface-visibility: hidden;
  transform: translateZ(0);
  transition: all 0.3s ease-in-out;
}
.p-accordion__title {
  display: block;
  padding: 2em 2em 2em 3.5em;
  background-color: #FAFAF8;
  margin-bottom: 1.2em;
}
@media screen and (max-width:767px) {
  .p-accordion__title {
    padding-right: 3.2em;
  }
}
.p-accordion__title::before {
  content: "Q.";
  position: absolute;
  top: 50%;
  left: 25px;
  transform: translateX(-50%) translateY(-50%);
}
.p-accordion__title span {
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 18px;
  width: 1em;
  height: 1px;
  background: #525252;
  transition: all 0.3s;
}
.p-accordion__title span:nth-of-type(2) {
  transform: rotate(90deg);
}
.p-accordion__content {
  max-height: 0;
  overflow: hidden;
}
.p-accordion__content p {
  padding-left: 1.2em;
}

.p-toggle {
  display: none;
}
.p-toggle:checked + .p-accordion__title + .p-accordion__content {
  max-height: 360px;
  transition: all 0.3s ease-in-out;
  padding-top: 1.2em;
  padding-bottom: 2.4em;
}
.p-toggle:checked + .p-accordion__title > span:nth-of-type(2) {
  transform: rotate(0);
}

/*  pager
------------------------------- */
.bx-wrapper .bx-pager {
  left: -8px;
  bottom: -35px;
  width: auto;
}
.bx-wrapper .bx-pager.bx-default-pager a {
  width: 70px;
  height: 1px;
  background: #C3C3C3;
  margin: 0 3px;
}
@media screen and (max-width:767px) {
  .bx-wrapper .bx-pager.bx-default-pager a {
    width: 60px;
  }
}
.bx-wrapper .bx-pager.bx-default-pager a.active {
  background: #707070;
}

/* -------------------------------
    _page-films
------------------------------- */
.p-films {
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
}

.p-product-films {
  max-width: 680px;
  margin: 0 auto;
}
@media screen and (max-width:999px) {
  .p-product-films {
    width: calc(100% - 30px);
  }
}
.p-product-films iframe {
  width: 680px;
  height: 460px;
}
@media screen and (max-width:767px) {
  .p-product-films iframe {
    width: 100%;
    height: 60.3vw;
  }
}

/* -------------------------------
    _contact
------------------------------- */
#contact {
  height: 100vh;
}
#contact main {
  height: calc(100vh - (7.6vh + 70px));
  overflow: auto;
}

.p-contact__cts {
  max-width: 800px;
  width: 100%;
  margin: 0 auto;
}
.p-contact__cts-ttl {
  font-size: 200%;
}
.p-contact__cts-item {
  display: flex;
  justify-content: space-between;
  position: relative;
  margin-bottom: 60px;
}
.p-contact__cts-item textarea {
  height: 21vh;
}
.p-contact__cts-att {
  border-bottom: 1px solid #A2A2A2;
  transition: all 0.3s ease;
}
.p-contact__cts-att:hover {
  opacity: 0.6;
}
.p-contact__cts-button-area input {
  display: block;
  margin-left: auto;
  border: 1px solid #A2A2A2;
  padding: 10px 3em;
  transition: all 0.3s;
}
.p-contact__cts-button-area input:hover {
  color: #FFFFFF;
  background: #525252;
  border: 1px solid #525252;
}
.p-contact__cts-button-area a, .p-contact__cts-button-area button {
  display: inline-block;
  vertical-align: middle;
  border: 1px solid #A2A2A2;
  padding: 10px 3em;
  transition: all 0.3s;
}
.p-contact__cts-button-area a:hover, .p-contact__cts-button-area button:hover {
  color: #FFFFFF;
  background: #525252;
  border: 1px solid #525252;
}

.p-label {
  position: relative;
  margin-right: 10vw;
}
.p-label span::after {
  content: "*";
  position: absolute;
  top: -4px;
  right: -18px;
  width: 1.1em;
  height: 1.1em;
  font-size: 1.1em;
}

.p-contact-att {
  color: #ff3300;
  transition: all 0.3s ease;
}
.p-contact-att:hover {
  color: #ff3300;
  opacity: 0.6;
}

.p-contact-ig {
  width: 30px;
  height: 30px;
}/*# sourceMappingURL=style.css.map */