@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Marcellus&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Marcellus&display=swap");
@font-face {
  font-family: "Noto Sans Japanese";
  font-style: normal;
  font-weight: 400;
  src: url(/assets/css/fonts/NotoSansCJKjp/NotoSansCJKjp-Regular.woff) format("woff"), url(/assets/css/fonts/NotoSansCJKjp/NotoSansCJKjp-Regular.otf) format("opentype");
}
@font-face {
  font-family: "Noto Sans Japanese";
  font-style: normal;
  font-weight: 500;
  src: url(/assets/css/fonts/NotoSansCJKjp/NotoSansCJKjp-Medium.woff) format("woff"), url(/assets/css/fonts/NotoSansCJKjp/NotoSansCJKjp-Medium.otf) format("opentype");
}
@font-face {
  font-family: "Noto Sans Japanese";
  font-style: normal;
  font-weight: 700;
  src: url(/assets/css/fonts/NotoSansCJKjp/NotoSansCJKjp-Bold.woff) format("woff"), url(/assets/css/fonts/NotoSansCJKjp/NotoSansCJKjp-Bold.otf) format("opentype");
}
@font-face {
  font-family: "Noto Serif Japanese";
  font-style: normal;
  font-weight: 400;
  src: url(/assets/css/fonts/NotoSerifCJKjp/NotoSerifCJKjp-Regular.woff) format("woff"), url(/assets/css/fonts/NotoSerifCJKjp/NotoSerifCJKjp-Regular.otf) format("opentype");
}
@font-face {
  font-family: "Noto Serif Japanese";
  font-style: normal;
  font-weight: 500;
  src: url(/assets/css/fonts/NotoSerifCJKjp/NotoSerifCJKjp-Medium.woff) format("woff"), url(/assets/css/fonts/NotoSerifCJKjp/NotoSerifCJKjp-Medium.otf) format("opentype");
}
@font-face {
  font-family: "webicon";
  src: url("fonts/webicon.ttf?q9yb4w") format("truetype"), url("fonts/webicon.woff?q9yb4w") format("woff"), url("fonts/webicon.svg?q9yb4w#webicon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^=icon-]:before, [class*=" icon-"]:before {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "webicon" !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-insta:before {
  content: "\e900";
}

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

.icon-message:before {
  width: 30px;
  height: 30px;
  margin: 0 auto;
  content: "";
  background: url(/assets/img/icon_message.svg) left top/contain no-repeat;
}

*[class*=ratio-] {
  width: 100%;
  display: block;
  position: relative;
  overflow: hidden;
}

*[class*=ratio-]::before {
  width: 100%;
  content: "";
  display: block;
  position: relative;
}

.ratio-16by9:before {
  padding-top: 56.25%;
}

.ratio-4by3:before {
  padding-top: 75%;
}

.ratio-3by2:before {
  padding-top: 66.6666666667%;
}

.ratio-1by1:before {
  padding-top: 100%;
}

.ratio-golden:before {
  padding-top: 61.804697157%;
}

@-webkit-keyframes menu-bar-1 {
  0% {
    -webkit-transform: translateY(3px) rotate(45deg);
    transform: translateY(3px) rotate(45deg);
  }
  50% {
    -webkit-transform: translateY(3px) rotate(0);
    transform: translateY(3px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(0) rotate(0);
    transform: translateY(0) rotate(0);
  }
}
@keyframes menu-bar-1 {
  0% {
    -webkit-transform: translateY(3px) rotate(45deg);
    transform: translateY(3px) rotate(45deg);
  }
  50% {
    -webkit-transform: translateY(3px) rotate(0);
    transform: translateY(3px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(0) rotate(0);
    transform: translateY(0) rotate(0);
  }
}
@-webkit-keyframes menu-bar-2 {
  0% {
    -webkit-transform: translateY(-3px) rotate(-45deg);
    transform: translateY(-3px) rotate(-45deg);
  }
  50% {
    -webkit-transform: translateY(-3px) rotate(0);
    transform: translateY(-3px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(0) rotate(0);
    transform: translateY(0) rotate(0);
  }
}
@keyframes menu-bar-2 {
  0% {
    -webkit-transform: translateY(-3px) rotate(-45deg);
    transform: translateY(-3px) rotate(-45deg);
  }
  50% {
    -webkit-transform: translateY(-3px) rotate(0);
    transform: translateY(-3px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(0) rotate(0);
    transform: translateY(0) rotate(0);
  }
}
@-webkit-keyframes active-menu-bar-1 {
  0% {
    -webkit-transform: translateY(0) rotate(0);
    transform: translateY(0) rotate(0);
  }
  50% {
    -webkit-transform: translateY(3px) rotate(0);
    transform: translateY(3px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(3px) rotate(45deg);
    transform: translateY(3px) rotate(45deg);
  }
}
@keyframes active-menu-bar-1 {
  0% {
    -webkit-transform: translateY(0) rotate(0);
    transform: translateY(0) rotate(0);
  }
  50% {
    -webkit-transform: translateY(3px) rotate(0);
    transform: translateY(3px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(3px) rotate(45deg);
    transform: translateY(3px) rotate(45deg);
  }
}
@-webkit-keyframes active-menu-bar-2 {
  0% {
    -webkit-transform: translateY(0) rotate(0);
    -webkit-transform: translateY(0) rotate(0);
  }
  50% {
    -webkit-transform: translateY(-3px) rotate(0);
    -webkit-transform: translateY(-3px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(-3px) rotate(-45deg);
    -webkit-transform: translateY(-3px) rotate(-45deg);
  }
}
@keyframes active-menu-bar-2 {
  0% {
    -webkit-transform: translateY(0) rotate(0);
    -webkit-transform: translateY(0) rotate(0);
  }
  50% {
    -webkit-transform: translateY(-3px) rotate(0);
    -webkit-transform: translateY(-3px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(-3px) rotate(-45deg);
    -webkit-transform: translateY(-3px) rotate(-45deg);
  }
}
@-webkit-keyframes checkbox-check {
  0% {
    width: 0;
    height: 0;
    border-color: #FFF;
    transform: translate3d(0, 0, 0) rotate(45deg);
  }
  33% {
    width: 0.4em;
    height: 0;
    transform: translate3d(0, 0, 0) rotate(45deg);
  }
  100% {
    width: 0.4em;
    height: 0.7em;
    border-color: #FFF;
    transform: translate3d(0, -0.7em, 0) rotate(45deg);
  }
}
@keyframes checkbox-check {
  0% {
    width: 0;
    height: 0;
    border-color: #FFF;
    transform: translate3d(0, 0, 0) rotate(45deg);
  }
  33% {
    width: 0.4em;
    height: 0;
    transform: translate3d(0, 0, 0) rotate(45deg);
  }
  100% {
    width: 0.4em;
    height: 0.7em;
    border-color: #FFF;
    transform: translate3d(0, -0.7em, 0) rotate(45deg);
  }
}
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

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

/**
 * 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
   ========================================================================== */
/**
 * 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
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 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 */
}

/**
 * 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 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
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 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;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

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

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

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

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

/**
 * 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 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. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

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

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

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

picture {
  display: block;
  line-height: 0;
}

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

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

input,
textarea {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
}

input[type=radio],
input[type=checkbox] {
  display: none;
}

html {
  -webkit-text-size-adjust: 100%;
}

body {
  background: #F4F4F4;
  color: #50555B;
  font-family: "Noto Sans Japanese", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Hiragino Sans", "游ゴシック Mediu", YuGothic, YuGothicM, ‘メイリオ’, meiryo, sans-serif;
  font-weight: 400;
  font-size: 0.9375rem;
  line-height: 1.7;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  position: relative;
}
body p {
  line-height: 2;
}

ol,
ul {
  list-style-type: none;
}

blockquote,
q {
  quotes: none;
}

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

body * {
  box-sizing: border-box;
  word-break: break-word;
}

a {
  color: #DB3500;
  cursor: pointer;
  outline: none;
  text-decoration: none;
  transition: all 0.3s ease-in-out 0s;
}

::selection,
::-moz-selection {
  background: #50555B;
  color: #221B48;
}

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

img {
  max-width: 100%;
}

#__bs_notify__ {
  display: none !important;
}
.mt0 {
  margin-top: 0px !important;
}

.mb0 {
  margin-bottom: 0px !important;
}

.ml0 {
  margin-left: 0px !important;
}

.mr0 {
  margin-right: 0px !important;
}

.mt5 {
  margin-top: 5px !important;
}

.mb5 {
  margin-bottom: 5px !important;
}

.ml5 {
  margin-left: 5px !important;
}

.mr5 {
  margin-right: 5px !important;
}

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

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

.ml10 {
  margin-left: 10px !important;
}

.mr10 {
  margin-right: 10px !important;
}

.mt15 {
  margin-top: 15px !important;
}

.mb15 {
  margin-bottom: 15px !important;
}

.ml15 {
  margin-left: 15px !important;
}

.mr15 {
  margin-right: 15px !important;
}

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

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

.ml20 {
  margin-left: 20px !important;
}

.mr20 {
  margin-right: 20px !important;
}

.mt25 {
  margin-top: 25px !important;
}

.mb25 {
  margin-bottom: 25px !important;
}

.ml25 {
  margin-left: 25px !important;
}

.mr25 {
  margin-right: 25px !important;
}

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

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

.ml30 {
  margin-left: 30px !important;
}

.mr30 {
  margin-right: 30px !important;
}

.mt35 {
  margin-top: 35px !important;
}

.mb35 {
  margin-bottom: 35px !important;
}

.ml35 {
  margin-left: 35px !important;
}

.mr35 {
  margin-right: 35px !important;
}

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

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

.ml40 {
  margin-left: 40px !important;
}

.mr40 {
  margin-right: 40px !important;
}

.mt45 {
  margin-top: 45px !important;
}

.mb45 {
  margin-bottom: 45px !important;
}

.ml45 {
  margin-left: 45px !important;
}

.mr45 {
  margin-right: 45px !important;
}

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

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

.ml50 {
  margin-left: 50px !important;
}

.mr50 {
  margin-right: 50px !important;
}

.mt55 {
  margin-top: 55px !important;
}

.mb55 {
  margin-bottom: 55px !important;
}

.ml55 {
  margin-left: 55px !important;
}

.mr55 {
  margin-right: 55px !important;
}

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

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

.ml60 {
  margin-left: 60px !important;
}

.mr60 {
  margin-right: 60px !important;
}

.mt65 {
  margin-top: 65px !important;
}

.mb65 {
  margin-bottom: 65px !important;
}

.ml65 {
  margin-left: 65px !important;
}

.mr65 {
  margin-right: 65px !important;
}

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

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

.ml70 {
  margin-left: 70px !important;
}

.mr70 {
  margin-right: 70px !important;
}

.mt75 {
  margin-top: 75px !important;
}

.mb75 {
  margin-bottom: 75px !important;
}

.ml75 {
  margin-left: 75px !important;
}

.mr75 {
  margin-right: 75px !important;
}

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

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

.ml80 {
  margin-left: 80px !important;
}

.mr80 {
  margin-right: 80px !important;
}

.mt85 {
  margin-top: 85px !important;
}

.mb85 {
  margin-bottom: 85px !important;
}

.ml85 {
  margin-left: 85px !important;
}

.mr85 {
  margin-right: 85px !important;
}

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

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

.ml90 {
  margin-left: 90px !important;
}

.mr90 {
  margin-right: 90px !important;
}

.mt95 {
  margin-top: 95px !important;
}

.mb95 {
  margin-bottom: 95px !important;
}

.ml95 {
  margin-left: 95px !important;
}

.mr95 {
  margin-right: 95px !important;
}

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

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

.ml100 {
  margin-left: 100px !important;
}

.mr100 {
  margin-right: 100px !important;
}

.pt0 {
  padding-top: 0 !important;
}

.pb0 {
  padding-top: 0 !important;
}

.size0 {
  font-size: 0rem;
  line-height: 0.4rem;
}

.size1 {
  font-size: 0.0625rem;
  line-height: 0.4625rem;
}

.size2 {
  font-size: 0.125rem;
  line-height: 0.525rem;
}

.size3 {
  font-size: 0.1875rem;
  line-height: 0.5875rem;
}

.size4 {
  font-size: 0.25rem;
  line-height: 0.65rem;
}

.size5 {
  font-size: 0.3125rem;
  line-height: 0.7125rem;
}

.size6 {
  font-size: 0.375rem;
  line-height: 0.775rem;
}

.size7 {
  font-size: 0.4375rem;
  line-height: 0.8375rem;
}

.size8 {
  font-size: 0.5rem;
  line-height: 0.9rem;
}

.size9 {
  font-size: 0.5625rem;
  line-height: 0.9625rem;
}

.size10 {
  font-size: 0.625rem;
  line-height: 1.025rem;
}

.size11 {
  font-size: 0.6875rem;
  line-height: 1.0875rem;
}

.size12 {
  font-size: 0.75rem;
  line-height: 1.15rem;
}

.size13 {
  font-size: 0.8125rem;
  line-height: 1.2125rem;
}

.size14 {
  font-size: 0.875rem;
  line-height: 1.275rem;
}

.size15 {
  font-size: 0.9375rem;
  line-height: 1.3375rem;
}

.size16 {
  font-size: 1rem;
  line-height: 1.4rem;
}

.size17 {
  font-size: 1.0625rem;
  line-height: 1.4625rem;
}

.size18 {
  font-size: 1.125rem;
  line-height: 1.525rem;
}

.size19 {
  font-size: 1.1875rem;
  line-height: 1.5875rem;
}

.size20 {
  font-size: 1.25rem;
  line-height: 1.65rem;
}

.size21 {
  font-size: 1.3125rem;
  line-height: 1.7125rem;
}

.size22 {
  font-size: 1.375rem;
  line-height: 1.775rem;
}

.size23 {
  font-size: 1.4375rem;
  line-height: 1.8375rem;
}

.size24 {
  font-size: 1.5rem;
  line-height: 1.9rem;
}

.size25 {
  font-size: 1.5625rem;
  line-height: 1.9625rem;
}

.size26 {
  font-size: 1.625rem;
  line-height: 2.025rem;
}

.size27 {
  font-size: 1.6875rem;
  line-height: 2.0875rem;
}

.size28 {
  font-size: 1.75rem;
  line-height: 2.15rem;
}

.size29 {
  font-size: 1.8125rem;
  line-height: 2.2125rem;
}

.size30 {
  font-size: 1.875rem;
  line-height: 2.275rem;
}

.w0 {
  width: 0%;
}

.w5 {
  width: 5%;
}

.w10 {
  width: 10%;
}

.w15 {
  width: 15%;
}

.w20 {
  width: 20%;
}

.w25 {
  width: 25%;
}

.w30 {
  width: 30%;
}

.w35 {
  width: 35%;
}

.w40 {
  width: 40%;
}

.w45 {
  width: 45%;
}

.w50 {
  width: 50%;
}

.w55 {
  width: 55%;
}

.w60 {
  width: 60%;
}

.w65 {
  width: 65%;
}

.w70 {
  width: 70%;
}

.w75 {
  width: 75%;
}

.w80 {
  width: 80%;
}

.w85 {
  width: 85%;
}

.w90 {
  width: 90%;
}

.w95 {
  width: 95%;
}

.w100 {
  width: 100%;
}

.tc {
  text-align: center !important;
}

.tl {
  text-align: left !important;
}

.tr {
  text-align: right !important;
}

.vat {
  vertical-align: top !important;
}

.vam {
  vertical-align: middle !important;
}

.vab {
  vertical-align: bottom !important;
}

.bold {
  font-weight: bold;
}

.normal {
  font-weight: normal;
}

.disp-pc {
  display: block;
}

.disp-sp {
  display: none;
}

.txline {
  text-decoration: underline;
}

.tel-link {
  color: #50555B;
  pointer-events: none;
}

.clr-1 {
  color: #DB3500;
}

.clr-2 {
  color: #50555B;
}

.clr-red {
  color: #F00;
}

.clr-wh {
  color: #FFF;
}

.clr-bk {
  color: #50555B;
}

.clr-gray {
  color: #EDEDED;
}

.clr-pink {
  color: #D83A73;
}

.clr-orange {
  color: #E66C4E;
}

.clr-blue {
  color: #5B4E9D;
}

.clr-skyblue {
  color: #7D9DDD;
}

.clr-purple {
  color: #8B5281;
}

.clr-green {
  color: #37848B;
}

.bubble span {
  display: inline-block;
  min-width: 10px;
}

.lan-jp {
  font-family: "Noto Sans Japanese", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Hiragino Sans", "游ゴシック Mediu", YuGothic, YuGothicM, ‘メイリオ’, meiryo, sans-serif;
}

.lan-en {
  font-family: "Marcellus", serif;
}

.js-hide {
  display: none;
}

.js-show {
  display: block;
}

.h-link .h-img {
  overflow: hidden;
}
.h-link .h-img img {
  transition: all 0.3s ease-in-out 0s;
}

.h-opa {
  transition: all 0.3s ease-in-out 0s;
}

.h-icon {
  transition: all 0.3s ease-in-out 0s;
  color: #50555B;
}

.area-link {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 5;
}

.arr-btm, .arr-top, .arr-next, .arr-prev {
  position: relative;
}
.arr-btm:before, .arr-top:before, .arr-next:before, .arr-prev:before {
  margin: auto;
  content: "";
  vertical-align: middle;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  pointer-events: none;
}

.arr-btm:before, .arr-top:before, .arr-next:before, .arr-prev:before {
  width: 6px;
  height: 6px;
  transform: rotate(45deg);
}

.arr-prev:before {
  border-bottom: 2px solid #FFF;
  border-left: 2px solid #FFF;
  left: 10px;
}
.arr-next:before {
  border-top: 2px solid #FFF;
  border-right: 2px solid #FFF;
  left: auto;
  right: 10px;
}
.arr-top:before {
  border-top: 2px solid #FFF;
  border-left: 2px solid #FFF;
}
.arr-btm:before {
  border-bottom: 2px solid #FFF;
  border-right: 2px solid #FFF;
}
.arr-main:before {
  border-color: #DB3500;
}
.arr-sub:before {
  border-color: #50555B;
}

.ttl-caption, .ttl-3, .ttl-2, .ttl-1 {
  font-weight: 600;
  text-align: center;
  position: relative;
}

.ttl-1 {
  color: #221B48;
  font-size: 3rem;
  font-family: "Marcellus", serif;
  font-weight: 400;
  letter-spacing: 2px;
  line-height: 1;
}
.ttl-1 [class^=icon-]:before {
  margin-bottom: 10px;
  display: block;
  font-size: 2.5rem;
}
.ttl-2 {
  width: 100%;
  margin-top: 40px;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #E0DFDF;
  font-size: 1.25rem;
  font-family: "Noto Serif Japanese", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  line-height: 1.2;
  text-align: left;
}
.ttl-3 {
  margin-top: 20px;
  font-size: 1.125rem;
  font-family: "Noto Serif Japanese", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-weight: 400;
  letter-spacing: 3px;
  text-align: center;
}
.ttl-caption {
  margin-top: 30px;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 2;
}

.list-num-2, .list-num, .list-ind, .list-ind-s {
  margin-bottom: 20px;
}
.list-num-2 > li, .list-num > li, .list-ind > li, .list-ind-s > li {
  padding-left: 15px;
  position: relative;
  margin-bottom: 5px;
}
.list-num-2 > li:last-of-type, .list-num > li:last-of-type, .list-ind > li:last-of-type, .list-ind-s > li:last-of-type {
  margin-bottom: 0;
}

.list-ind > li:before, .list-ind-s > li:before {
  width: 15px;
  content: "・";
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  position: absolute;
  left: 0;
  top: 0;
}
.list-ind-s > li {
  font-size: 0.8125rem;
}
.list-num {
  list-style-type: decimal;
  margin-left: 1em;
}
.list-num > li {
  padding-left: 0;
}
.list-num-2 {
  margin-left: -13px;
  counter-reset: number;
}
.list-num-2 > li {
  margin-bottom: 5px;
  position: relative;
  padding-left: 30px;
}
.list-num-2 > li:before {
  width: 30px;
  counter-increment: number;
  content: "(" counter(number) ")";
  text-align: right;
  position: absolute;
  left: -4px;
  top: 0;
}
.list-num-2 > li:last-child {
  margin-bottom: 0;
}

.btn-style .arr-next:before, .btn-style .arr-prev:before {
  transition: all 0.3s ease-in-out 0s;
}

.btn-style.btn-disable, .btn-3, .btn-2, .btn-1 {
  width: 100%;
  height: 48px;
  cursor: pointer;
  display: flex;
  border: 1px solid #000;
  border-radius: 100px;
  color: #FFF;
  position: relative;
  transition: all 0.3s ease-in-out 0s;
}
.btn-style.btn-disable span, .btn-3 span, .btn-2 span, .btn-1 span {
  width: 100%;
  padding: 0 25px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.btn-wrap {
  width: calc(100% + (1.5% * 2));
  margin: 30px -1.5%;
  margin-bottom: 30px;
  margin-top: 30px;
  display: flex;
  align-items: stretch;
  text-align: center;
}
.btn-wrap.size-d {
  max-width: 180px;
}
.btn-wrap.size-m {
  max-width: 240px;
}
.btn-wrap.size-w {
  max-width: 320px;
}
.btn-wrap.clm-1 {
  margin-left: auto;
  margin-right: auto;
  margin-top: 60px;
}
.btn-wrap.clm-1.btn-left {
  margin-left: 0;
  margin-right: 0;
}
.btn-wrap.btn-live {
  margin-top: 0;
  padding-top: 35px;
  position: relative;
}
.btn-wrap > .clm-li {
  margin-bottom: 0 !important;
}

.btn-1 {
  background: #DB3500;
  border: none;
}
.btn-2 {
  background: transparent;
  border-color: #FFF;
  color: #FFF;
}
.btn-3 {
  background: #50555B;
  border-color: #50555B;
}

.btn-style.btn-disable {
  background: #F4F4F4;
  border-color: #F4F4F4;
  pointer-events: none;
}
.btn-style .arr-next:before {
  left: auto;
}
.box-3, .box-2, .box-1 {
  width: 100%;
  padding: 30px;
  box-sizing: border-box;
}

.box-1 {
  background: #FFF;
  border-radius: 15px;
  border: 1px solid #2F3740;
}
.box-2 {
  background: #FFF;
  border-radius: 15px;
  border: 1px solid transparent;
}
.box-3 {
  background: #F9F9F8;
}
.clm-4, .clm-3, .clm-2, .clm-1 {
  width: 100%;
  width: calc(100% + (1.5% * 2));
  margin: 0 -1.5%;
  display: flex;
  flex-wrap: wrap;
}
.clm-4 > li, .clm-3 > li, .clm-2 > li, .clm-1 > li,
.clm-4 .clm-li,
.clm-3 .clm-li,
.clm-2 .clm-li,
.clm-1 .clm-li {
  margin-top: 40px;
  padding: 0 1.5%;
  position: relative;
}
.clm-4 > li:last-of-type, .clm-3 > li:last-of-type, .clm-2 > li:last-of-type, .clm-1 > li:last-of-type,
.clm-4 .clm-li:last-of-type,
.clm-3 .clm-li:last-of-type,
.clm-2 .clm-li:last-of-type,
.clm-1 .clm-li:last-of-type {
  margin-right: 0;
}

.clm-box {
  position: relative;
}
.clm-box .clm-img {
  overflow: hidden;
}
.clm-box .clm-img img {
  transition: all 0.3s ease-in-out 0s;
}
.clm-box .clm-img:hover img {
  transform: scale(1.1);
}
.clm-box .clm-head {
  margin-bottom: 10px;
  font-weight: bold;
  font-size: 1.125rem;
  color: #50555B;
}
.clm-box .clm-btn {
  width: 100%;
  max-width: 100%;
  margin: 30px 0 0;
}
.clm-box .clm-copy {
  margin-top: 20px;
}

.clm-1 {
  width: 100%;
  max-width: 450px;
  margin: auto;
}

.clm-2 > li,
.clm-2 .clm-li {
  width: 50%;
}
.clm-2 > li:nth-child(-n+2),
.clm-2 .clm-li:nth-child(-n+2) {
  margin-top: 0;
}

.clm-3 {
  width: 99.999%;
  width: calc(99.999% + (1.5% * 2));
}
.clm-3 > li,
.clm-3 .clm-li {
  width: 33.333%;
}
.clm-3 > li:nth-child(-n+3),
.clm-3 .clm-li:nth-child(-n+3) {
  margin-top: 0;
}

.clm-4 > li,
.clm-4 .clm-li {
  width: 25%;
}
.clm-4 > li:nth-child(-n+4),
.clm-4 .clm-li:nth-child(-n+4) {
  margin-top: 0;
}
picture img {
  width: 100%;
}

.default-img {
  margin-bottom: 0;
  line-height: 0;
}
.default-img img {
  width: 100%;
}

.w100 {
  width: 100%;
}

.tbl-2, .tbl-1 {
  width: 100%;
  border-collapse: collapse;
  border-top: 1px solid #F4F4F4;
}
.tbl-2 th, .tbl-1 th,
.tbl-2 td,
.tbl-1 td {
  padding: 20px;
  border-bottom: 1px solid #F4F4F4;
  font-size: 0.875rem;
  line-height: 1.4;
  text-align: left;
  vertical-align: top;
}
.tbl-2 thead th, .tbl-1 thead th {
  text-align: center;
}

.tbl-1 th,
.tbl-1 td {
  border-bottom: 16px solid #F4F4F4;
}
.tbl-1 th {
  background: #EDEDED;
}
.tbl-2 thead th {
  background: #DB3500;
  color: #FFF;
}
.tbl-2 tbody th {
  background: #EDEDED;
  text-align: center;
}
.anchr {
  margin: 0;
  padding: 0;
  font-size: 0 !important;
  line-height: 0 !important;
  visibility: hidden !important;
  margin-top: -108px;
  padding-top: 108px;
}

#pagetop-btn {
  width: 60px;
  height: 60px;
  display: block;
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 100;
}
#pagetop-btn a {
  width: 100%;
  height: 100%;
  background: #DB3500;
  display: block;
  transform: translate(0, 100px);
  transition: all 0.3s ease-in-out 0s;
}
#pagetop-btn a:before {
  border-color: #FFF;
  right: 0;
}
#pagetop-btn a:hover {
  background: #50555B;
}

.iframe {
  width: 100%;
  height: 0;
  padding-top: 56.25%;
  position: relative;
}
.iframe iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

@-webkit-keyframes checkboxCheck {
  0% {
    width: 0;
    height: 0;
    border-color: #FFF;
    transform: translate3d(0, 0, 0) rotate(45deg);
  }
  33% {
    width: 0.4em;
    height: 0;
    transform: translate3d(0, 0, 0) rotate(45deg);
  }
  100% {
    width: 0.4em;
    height: 0.7em;
    border-color: #FFF;
    transform: translate3d(0, -0.7em, 0) rotate(45deg);
  }
}
@keyframes checkboxCheck {
  0% {
    width: 0;
    height: 0;
    border-color: #FFF;
    transform: translate3d(0, 0, 0) rotate(45deg);
  }
  33% {
    width: 0.4em;
    height: 0;
    transform: translate3d(0, 0, 0) rotate(45deg);
  }
  100% {
    width: 0.4em;
    height: 0.7em;
    border-color: #FFF;
    transform: translate3d(0, -0.7em, 0) rotate(45deg);
  }
}
.input-select select, .input-textarea, .input-text {
  width: 100%;
  padding: 15px 10px;
  outline: none;
  background: #FFF;
  border: 1px solid #2F3740;
  border-radius: 4px;
  outline: 1px solid transparent;
  display: block;
  transition: all 0.3s ease-in-out 0s;
}
.input-select select::-webkit-input-placeholder, .input-textarea::-webkit-input-placeholder, .input-text::-webkit-input-placeholder {
  color: #EDEDED;
}
.input-select select::-moz-placeholder, .input-textarea::-moz-placeholder, .input-text::-moz-placeholder {
  color: #EDEDED;
  opacity: 1;
}
.input-select select:-ms-input-placeholder, .input-textarea:-ms-input-placeholder, .input-text:-ms-input-placeholder {
  color: #EDEDED;
}
.input-select select:focus, .input-textarea:focus, .input-text:focus {
  border-color: #333F48;
  outline-color: #333F48;
}
.input-select select:focus::-webkit-input-placeholder, .input-textarea:focus::-webkit-input-placeholder, .input-text:focus::-webkit-input-placeholder {
  color: transparent;
}
.input-select select:focus::-moz-placeholder, .input-textarea:focus::-moz-placeholder, .input-text:focus::-moz-placeholder {
  color: transparent;
  opacity: 1;
}
.input-select select:focus:-ms-input-placeholder, .input-textarea:focus:-ms-input-placeholder, .input-text:focus:-ms-input-placeholder {
  color: transparent;
}

.input-check, .input-radio {
  background: #FFF;
}
.input-check > li, .input-radio > li {
  padding: 7px 0;
  margin-bottom: 5px;
  line-height: 1.4;
}
.input-check > li span, .input-radio > li span {
  padding-left: 35px;
  cursor: pointer;
  display: inline-block;
  font-weight: 600;
  position: relative;
  transition: all 0.3s ease-in-out 0s;
}
.input-check > li span:before, .input-radio > li span:before, .input-check > li span:after, .input-radio > li span:after {
  transition: all 0.3s ease-in-out 0s;
}
.input-check > li small, .input-radio > li small {
  margin-top: 5px;
}
.input-check > li .note, .input-radio > li .note {
  padding-left: 35px;
  margin-top: 10px;
  display: block;
  font-size: 0.8125rem;
}
.input-check > li label, .input-radio > li label {
  cursor: pointer;
}

.form-agree .input-check label, .input-check > li label {
  cursor: pointer;
}
.form-agree .input-check span, .input-check > li span {
  transition: all 0.3s ease-in-out 0s;
}
.form-agree .input-check span:before, .input-check > li span:before, .form-agree .input-check span:after, .input-check > li span:after {
  transition: all 0.3s ease-in-out 0s;
}
.form-agree .input-check span:after, .input-check > li span:after {
  width: 20px;
  height: 20px;
  content: "";
  display: block;
  background: #FFF;
  border: 2px solid #EDEDED;
  border-radius: 5px;
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 0px;
  transform: translate(0, -50%);
  left: 0;
  pointer-events: none;
}
.form-agree .input-check span:hover:after, .input-check > li span:hover:after {
  background: #DB3500;
  border-color: #DB3500;
}
.form-agree .input-check input:checked + span:before, .input-check > li input:checked + span:before {
  content: "";
  margin-top: -3px;
  border-right: 2px solid transparent;
  border-bottom: 2px solid transparent;
  transform: translate(0, -50%) rotate(45deg);
  transform-origin: 0% 100%;
  position: absolute;
  top: 50%;
  left: 5px;
  z-index: 10;
  -webkit-animation: checkboxCheck 250ms 50ms ease-in-out forwards;
  animation: checkboxCheck 250ms 50ms ease-in-out forwards;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.form-agree .input-check input:checked + span:after, .input-check > li input:checked + span:after {
  background: #DB3500;
}

.form-area {
  width: 100%;
}

.form-err > * {
  margin-bottom: -20px;
}

.form-block {
  margin-top: 60px;
}
.form-block:first-of-type {
  margin-top: 0;
}
.form-block.block-clm {
  display: flex;
  justify-content: space-between;
}
.form-block .block-style {
  width: 48%;
}

.field-name {
  margin-bottom: 5px;
  font-weight: 600;
}

.field-clm {
  display: flex;
  justify-content: space-between;
}
.field-clm .clm-box {
  width: 48%;
}

.form-field {
  margin-top: 30px;
  position: relative;
}
.form-field:first-of-type {
  margin-top: 0;
}
.form-field.field-center {
  display: block;
  text-align: center;
}
.form-field .field-head {
  width: 20%;
  padding-top: 20px;
}
.form-field .field-copy {
  width: 75%;
}
.form-field > label {
  margin-bottom: 10px;
  display: block;
  font-weight: bold;
  line-height: 1;
}

.form-btn {
  align-items: center;
  justify-content: center;
}

.form-btn-back {
  border: none;
  text-align: center;
  text-decoration: underline;
  position: relative;
}
.form-btn-back:hover {
  cursor: pointer;
}

.input-error {
  border-color: #db584b;
}

.input-textarea {
  height: 200px;
}

.input-radio > li span:before, .input-radio > li span:after {
  content: "";
  border-radius: 50%;
  display: block;
  position: absolute;
  top: 50%;
  transition-property: transform, border-color;
}
.input-radio > li span:before {
  width: 20px;
  height: 20px;
  border: 2px solid #EDEDED;
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 0px;
  transform: translate(0, -50%);
}
.input-radio > li span:after {
  width: 16px;
  height: 16px;
  background: #DB3500;
  transform: translate(0, -50%) scale(0);
  left: 4px;
}
.input-radio > li span:hover:after {
  transform: translate(0, -50%) scale(0.5);
}
.input-radio > li input:checked + span:before {
  border-color: #DB3500;
}
.input-radio > li input:checked + span:after {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 4px;
  transform: translate(0, -50%);
  transform: translate(0, -50%) scale(1);
}

.input-check.li-side {
  display: flex;
  flex-wrap: wrap;
}
.input-check.li-side > li {
  margin-right: 20px;
  font-weight: 500;
}
.input-check.li-side > li:last-of-type {
  margin-right: 0;
}
.input-check.li-side > li small {
  margin-top: 0;
  font-weight: bold;
}

.input-select {
  position: relative;
}
.input-select:before {
  width: 5px;
  height: 5px;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  content: "";
  display: block;
  pointer-events: none;
  transform: translate(0, -50%) rotate(135deg);
  position: absolute;
  top: 50%;
  right: 20px;
}
.input-select select {
  width: 100%;
  vertical-align: middle;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  color: #50555B;
}
.input-select select option {
  background: #fff;
  color: #50555B;
}
.input-select select.active {
  color: #50555B;
}
.input-select select::-ms-expand {
  display: none;
}
.input-select select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #828c9a;
}

.form-note {
  margin-top: 5px;
  font-size: 0.75rem;
  line-height: 1.4;
}

.form-privacy {
  height: 240px;
  margin-top: 15px;
  margin-left: 35px;
  padding: 20px;
  font-size: 0.8125rem;
}
.form-privacy p {
  margin-top: 20px;
}
.form-privacy p:first-of-type {
  margin-top: 0;
}
.form-privacy .scroll-area {
  width: 100%;
  height: 100%;
  padding-right: 20px;
}

.form-confirm {
  width: 100%;
  max-width: 500px;
  margin: auto;
}
.form-confirm .field-name {
  margin-bottom: 0;
  font-size: 0.8125rem;
}

.field-inputted {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #F4F4F4;
}

.item-req, .item-any {
  margin-left: 10px;
  padding: 3px 9px 4px;
  border-radius: 3px;
  background: #db584b;
  color: #FFF;
  display: inline-block;
  font-size: 0.625rem;
  font-weight: bold;
  line-height: 1;
  position: absolute;
  right: 0;
  top: 0;
}

.item-any {
  background: #EDEDED;
}

.form-agree {
  margin-bottom: 60px;
  display: block;
  text-align: center;
}
.form-agree .input-check {
  margin: 20px 0 0;
}
.form-agree .input-check label {
  padding-left: 35px;
  position: relative;
}

.header {
  width: 100%;
  height: 108px;
  padding: 0 30px;
  background: transparent;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: absolute;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 5;
}
.header .header-logo {
  width: 140px;
  line-height: 0;
  position: relative;
}
.header .header-logo a {
  width: 100%;
  height: 100%;
  display: block;
}
.header .header-logo a img {
  width: 100%;
  opacity: 0;
}
.header .header-logo a .defalut {
  opacity: 1;
}
.header .header-logo a.in-kv .kv {
  opacity: 1;
}
.header .header-logo a.in-kv .defalut {
  opacity: 0;
}
.header .header-logo .kv {
  width: 140px;
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
}
.header .header-main {
  width: calc(100% - 140px);
}

.footer {
  padding: 120px 0;
  background: #0D0100;
  text-align: center;
}
.footer .footer-main {
  display: flex;
  justify-content: space-between;
}
.footer .footer-logo {
  width: 150px;
  margin: auto;
}
.footer .footer-nav {
  width: calc(100% - 200px);
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.footer .footer-nav ul {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.footer .footer-nav ul > li {
  margin-right: 30px;
}
.footer .footer-nav ul > li a {
  color: #FFF;
  font-family: "Marcellus", serif;
}
.footer .footer-btn {
  margin: 0;
}
.footer .footer-sub {
  margin-top: 40px;
  padding-top: 40px;
  border-top: 1px solid #959090;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.footer .footer-sub > ul {
  display: flex;
}
.footer .footer-sub > ul > li {
  margin-right: 20px;
}
.footer .footer-sub > ul > li:last-of-type {
  margin-right: 0;
}
.footer .footer-sub > ul > li a {
  color: #FFF;
}
.footer .footer-sub .sub-link > li {
  font-size: 0.875rem;
  font-family: "Marcellus", serif;
}
.footer .footer-sub .sub-sns > li {
  font-size: 1.5rem;
}
.footer .copy {
  width: 100%;
  margin-top: 40px;
  color: #959090;
  display: block;
  font-size: 0.75rem;
  font-family: "Marcellus", serif;
  text-align: right;
}

.gnav-main {
  display: flex;
  justify-content: flex-end;
  position: relative;
}
.gnav-main > li {
  margin-right: 20px;
  font-size: 1.17vw;
  font-family: "Marcellus", serif;
  display: flex;
  align-items: center;
}
.gnav-main > li a {
  color: #50555B;
}
.gnav-main.in-kv > li a {
  color: #FFF;
}

.gnav-sub {
  display: none;
}

.gnav-copy {
  display: none;
}

@font-face {
  font-family: "Noto Sans Japanese";
  font-style: normal;
  font-weight: 400;
  src: url(/assets/css/fonts/NotoSansCJKjp/NotoSansCJKjp-Regular.woff) format("woff"), url(/assets/css/fonts/NotoSansCJKjp/NotoSansCJKjp-Regular.otf) format("opentype");
}
@font-face {
  font-family: "Noto Sans Japanese";
  font-style: normal;
  font-weight: 500;
  src: url(/assets/css/fonts/NotoSansCJKjp/NotoSansCJKjp-Medium.woff) format("woff"), url(/assets/css/fonts/NotoSansCJKjp/NotoSansCJKjp-Medium.otf) format("opentype");
}
@font-face {
  font-family: "Noto Sans Japanese";
  font-style: normal;
  font-weight: 700;
  src: url(/assets/css/fonts/NotoSansCJKjp/NotoSansCJKjp-Bold.woff) format("woff"), url(/assets/css/fonts/NotoSansCJKjp/NotoSansCJKjp-Bold.otf) format("opentype");
}
@font-face {
  font-family: "Noto Serif Japanese";
  font-style: normal;
  font-weight: 400;
  src: url(/assets/css/fonts/NotoSerifCJKjp/NotoSerifCJKjp-Regular.woff) format("woff"), url(/assets/css/fonts/NotoSerifCJKjp/NotoSerifCJKjp-Regular.otf) format("opentype");
}
@font-face {
  font-family: "Noto Serif Japanese";
  font-style: normal;
  font-weight: 500;
  src: url(/assets/css/fonts/NotoSerifCJKjp/NotoSerifCJKjp-Medium.woff) format("woff"), url(/assets/css/fonts/NotoSerifCJKjp/NotoSerifCJKjp-Medium.otf) format("opentype");
}
@font-face {
  font-family: "webicon";
  src: url("fonts/webicon.ttf?q9yb4w") format("truetype"), url("fonts/webicon.woff?q9yb4w") format("woff"), url("fonts/webicon.svg?q9yb4w#webicon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^=icon-]:before, [class*=" icon-"]:before {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "webicon" !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-insta:before {
  content: "\e900";
}

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

.icon-message:before {
  width: 30px;
  height: 30px;
  margin: 0 auto;
  content: "";
  background: url(/assets/img/icon_message.svg) left top/contain no-repeat;
}

*[class*=ratio-] {
  width: 100%;
  display: block;
  position: relative;
  overflow: hidden;
}

*[class*=ratio-]::before {
  width: 100%;
  content: "";
  display: block;
  position: relative;
}

.ratio-16by9:before {
  padding-top: 56.25%;
}

.ratio-4by3:before {
  padding-top: 75%;
}

.ratio-3by2:before {
  padding-top: 66.6666666667%;
}

.ratio-1by1:before {
  padding-top: 100%;
}

.ratio-golden:before {
  padding-top: 61.804697157%;
}

@-webkit-keyframes menu-bar-1 {
  0% {
    -webkit-transform: translateY(3px) rotate(45deg);
    transform: translateY(3px) rotate(45deg);
  }
  50% {
    -webkit-transform: translateY(3px) rotate(0);
    transform: translateY(3px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(0) rotate(0);
    transform: translateY(0) rotate(0);
  }
}
@keyframes menu-bar-1 {
  0% {
    -webkit-transform: translateY(3px) rotate(45deg);
    transform: translateY(3px) rotate(45deg);
  }
  50% {
    -webkit-transform: translateY(3px) rotate(0);
    transform: translateY(3px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(0) rotate(0);
    transform: translateY(0) rotate(0);
  }
}
@-webkit-keyframes menu-bar-2 {
  0% {
    -webkit-transform: translateY(-3px) rotate(-45deg);
    transform: translateY(-3px) rotate(-45deg);
  }
  50% {
    -webkit-transform: translateY(-3px) rotate(0);
    transform: translateY(-3px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(0) rotate(0);
    transform: translateY(0) rotate(0);
  }
}
@keyframes menu-bar-2 {
  0% {
    -webkit-transform: translateY(-3px) rotate(-45deg);
    transform: translateY(-3px) rotate(-45deg);
  }
  50% {
    -webkit-transform: translateY(-3px) rotate(0);
    transform: translateY(-3px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(0) rotate(0);
    transform: translateY(0) rotate(0);
  }
}
@-webkit-keyframes active-menu-bar-1 {
  0% {
    -webkit-transform: translateY(0) rotate(0);
    transform: translateY(0) rotate(0);
  }
  50% {
    -webkit-transform: translateY(3px) rotate(0);
    transform: translateY(3px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(3px) rotate(45deg);
    transform: translateY(3px) rotate(45deg);
  }
}
@keyframes active-menu-bar-1 {
  0% {
    -webkit-transform: translateY(0) rotate(0);
    transform: translateY(0) rotate(0);
  }
  50% {
    -webkit-transform: translateY(3px) rotate(0);
    transform: translateY(3px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(3px) rotate(45deg);
    transform: translateY(3px) rotate(45deg);
  }
}
@-webkit-keyframes active-menu-bar-2 {
  0% {
    -webkit-transform: translateY(0) rotate(0);
    -webkit-transform: translateY(0) rotate(0);
  }
  50% {
    -webkit-transform: translateY(-3px) rotate(0);
    -webkit-transform: translateY(-3px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(-3px) rotate(-45deg);
    -webkit-transform: translateY(-3px) rotate(-45deg);
  }
}
@keyframes active-menu-bar-2 {
  0% {
    -webkit-transform: translateY(0) rotate(0);
    -webkit-transform: translateY(0) rotate(0);
  }
  50% {
    -webkit-transform: translateY(-3px) rotate(0);
    -webkit-transform: translateY(-3px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(-3px) rotate(-45deg);
    -webkit-transform: translateY(-3px) rotate(-45deg);
  }
}
@-webkit-keyframes checkbox-check {
  0% {
    width: 0;
    height: 0;
    border-color: #FFF;
    transform: translate3d(0, 0, 0) rotate(45deg);
  }
  33% {
    width: 0.4em;
    height: 0;
    transform: translate3d(0, 0, 0) rotate(45deg);
  }
  100% {
    width: 0.4em;
    height: 0.7em;
    border-color: #FFF;
    transform: translate3d(0, -0.7em, 0) rotate(45deg);
  }
}
@keyframes checkbox-check {
  0% {
    width: 0;
    height: 0;
    border-color: #FFF;
    transform: translate3d(0, 0, 0) rotate(45deg);
  }
  33% {
    width: 0.4em;
    height: 0;
    transform: translate3d(0, 0, 0) rotate(45deg);
  }
  100% {
    width: 0.4em;
    height: 0.7em;
    border-color: #FFF;
    transform: translate3d(0, -0.7em, 0) rotate(45deg);
  }
}
.hamb-menu {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.hamb-menu .nav-btn {
  margin: 0;
  font-size: 1.17vw;
}

.hamb-btn {
  display: none;
}
html,
body {
  width: 100%;
}

.body-fixed {
  position: fixed;
}

.l-wrap {
  width: 100%;
  overflow: hidden;
}

.l-contents {
  width: 100%;
  padding: 80px 0 0;
  position: relative;
}
.l-contents > .l-section:first-of-type {
  margin-top: 0;
}
.l-contents > .l-section:last-of-type {
  margin-top: 0;
  padding-bottom: 120px;
}
.l-contents > .l-section.sc-top {
  margin-top: 120px;
}

.l-section {
  margin-top: 120px;
}
.l-section.bgcolor, .l-section.bgcolor-5, .l-section.bgcolor-4, .l-section.bgcolor-3, .l-section.bgcolor-2, .l-section.bgcolor-1 {
  padding: 120px 0;
}
.l-section.bgcolor-1 {
  background: #DB3500;
}
.l-section.bgcolor-2 {
  background: #50555B;
}
.l-section.bgcolor-3 {
  background: #EDEDED;
}
.l-section.bgcolor-4 {
  background: #2F3740;
}
.l-section.bgcolor-5 {
  background: #FFF;
}

.sc-inr, .sc-inr-w, .sc-inr-s {
  width: 100%;
  max-width: 1020px;
  margin: 0 auto;
  padding: 0 30px;
}

.sc-inr-s {
  max-width: 1060px;
}

.sc-inr-w {
  max-width: 1260px;
}

.sc-kv {
  width: 100%;
  position: relative;
}
.sc-kv .kv-img {
  width: 100%;
  display: block;
  line-height: 0;
}
.sc-kv .kv-head {
  width: 100%;
  margin: 0 auto;
  text-align: center;
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #FFF;
  font-family: "Marcellus", serif;
  font-size: 5.85vw;
  font-weight: 300;
  line-height: 1.2;
  letter-spacing: 3px;
}

.sc-breadcrumb {
  margin: 0 !important;
  padding: 20px 0;
}
.sc-breadcrumb ol {
  display: flex;
  flex-wrap: wrap;
}
.sc-breadcrumb ol li {
  font-family: "Marcellus", serif;
  font-size: 0.75rem;
  position: relative;
}
.sc-breadcrumb ol li::after {
  margin: 0 5px 0 2px;
  content: "/";
}
.sc-breadcrumb ol li:first-child a {
  color: #50555B;
}
.sc-breadcrumb ol li:last-child {
  width: 300px;
  margin: 0;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  /*IE対策*/
  line-height: 1.5em;
  max-height: 1.5em;
}
.sc-breadcrumb ol li:last-child:after {
  display: none;
}
.sc-breadcrumb ol li a {
  color: #50555B;
}
.sc-breadcrumb ol li span {
  max-width: 400px;
  white-space: normal;
}

.sc-contact {
  margin-top: 0 !important;
  padding: 80px 0;
  background: url("/assets/img/contact_bg.jpg") center top/cover no-repeat;
  color: #FFF;
}
.sc-contact h3 {
  color: #FFF;
}

.gallery-list {
  margin-top: 25px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.gallery-list > li {
  width: 18.75%;
  margin-right: 1.55%;
}
.gallery-list > li:last-of-type {
  margin-right: 0;
}
.gallery-list > li a {
  display: block;
}

.anc-link {
  margin-bottom: 90px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.anc-link > li {
  margin: 0 10px;
}
.anc-link > li a {
  border-bottom: 1px solid transparent;
  color: #50555B;
  display: inline-block;
  font-size: 1.5rem;
  font-family: "Marcellus", serif;
  letter-spacing: 1px;
}

.style-list {
  margin-top: 40px;
}
.style-list li {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.style-list li .block-img {
  width: 43.036%;
}
.style-list li .block-copy {
  width: 53%;
}
.style-list li .name {
  color: #221B48;
  font-family: "Marcellus", serif;
  font-size: 1.5rem;
}
.style-list li .tx {
  margin-top: 5px;
  font-size: 0.8125rem;
}
.style-list li .insta {
  margin-top: 10px;
}

.photoservice-list {
  margin-top: 40px;
}
.photoservice-list > li {
  text-align: center;
}
.photoservice-list > li .ttl {
  margin-top: 20px;
  font-size: 1.5rem;
  font-family: "Marcellus", serif;
  line-height: 1;
}
.photoservice-list > li .tx {
  margin-top: 5px;
  font-size: 1.125rem;
  font-family: "Noto Serif Japanese", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  letter-spacing: 3px;
}

.photoservice-bnr {
  margin-top: 40px;
  position: relative;
}
.photoservice-bnr .bnr-box {
  width: 100%;
  margin: 0 auto;
  text-align: center;
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #FFF;
}
.photoservice-bnr .bnr-box .logo {
  width: 180px;
  margin: auto;
}
.photoservice-bnr .bnr-box .tx {
  margin: 20px 0;
  font-size: 0.875rem;
}

@-webkit-keyframes rotate {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes rotate {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
.sc-topkv {
  position: relative;
}
.sc-topkv .kv-tx {
  width: 37.5%;
  position: absolute;
  left: 80px;
  bottom: 80px;
  z-index: 1;
}
.sc-topkv .kv-scroll {
  position: absolute;
  right: 80px;
  bottom: 80px;
  z-index: 1;
}
.sc-topkv .kv-scroll .tx {
  -webkit-animation: rotate 10s linear infinite;
  animation: rotate 10s linear infinite;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.sc-topkv .kv-scroll .arr {
  width: 100%;
  margin: 0 auto;
  text-align: center;
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: auto;
}

.sc-topcaption {
  text-align: center;
}
.sc-topcaption p {
  line-height: 3;
}
.sc-topcaption .sc-topstyle {
  margin-top: 80px;
}

.sc-topsns {
  margin: 0;
  padding-bottom: 0 !important;
}
.sc-topsns .topsns-block {
  display: flex;
  align-items: center;
  justify-content: center;
}
.sc-topsns .topsns-block .topsns-box {
  width: 50%;
  padding: 120px 0;
  text-align: center;
}
.sc-topsns .topsns-block .topsns-box:last-of-type {
  background: #EDEDED;
}
.sc-topsns .topsns-block .topsns-box .box-img {
  margin-top: 24px;
  line-height: 0;
}
.sc-topsns .topsns-block .topsns-box .youtube {
  width: 100%;
  max-width: 335px;
  margin: auto;
}

.sc-topstyle .style-headimg {
  margin-bottom: 45px;
  display: flex;
  flex-wrap: wrap;
}
.sc-topstyle .style-headimg > li {
  width: 25%;
}

.sc-concept .concept-head {
  width: 100%;
  max-width: 588px;
  margin: auto;
}
.sc-concept .concept-block {
  margin-top: 40px;
  display: flex;
}
.sc-concept .concept-block [class^=block-] {
  width: 50%;
}
.sc-concept .concept-block .block-copy p {
  font-size: 0.875rem;
  line-height: 3.5;
}
.sc-concept .concept-block .concept-img-1 {
  width: 88%;
  margin-top: 100px;
  padding-top: 90px;
  position: relative;
}
.sc-concept .concept-block .concept-img-1 .img-1 {
  width: 64%;
  position: relative;
  z-index: 3;
}
.sc-concept .concept-block .concept-img-1 .img-2 {
  width: 44.746%;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
}
.sc-concept .concept-block .concept-img-2 {
  width: 100%;
  padding-bottom: 60px;
  margin-left: 55px;
  position: relative;
}
.sc-concept .concept-block .concept-img-2 .img-3 {
  text-align: right;
  position: relative;
  z-index: 2;
}
.sc-concept .concept-block .concept-img-2 .img-3 img {
  width: 71.25%;
}
.sc-concept .concept-block .concept-img-2 .img-4 {
  width: 50%;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 3;
}
.sc-concept .concept-block .concept-ttl {
  font-family: "Noto Serif Japanese", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 1.5rem;
  font-weight: 300;
  letter-spacing: 5px;
  line-height: 2.2;
}
.sc-concept .concept-block .concept-ttl span:nth-of-type(n + 20) {
  color: #E66C4E;
}
.sc-concept .concept-block .concept-ttl span:nth-of-type(n + 28) {
  color: #D83A73;
}
.sc-concept .concept-block .concept-ttl span:nth-of-type(n + 34) {
  color: #50555B;
}

.sc-company .company-lead {
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
}
.sc-company .company-lead [class^=lead-] {
  width: 50%;
}
.sc-company .company-lead .lead-copy {
  padding-left: 40px;
}
.sc-company .googlemap {
  margin-top: 25px;
  padding-top: 33.334%;
}
@media (min-width: 1440px) {
  body {
    margin: 0;
  }
  .gnav-main > li {
    font-size: 1rem;
  }
  .hamb-menu .nav-btn {
    font-size: 1rem;
  }
}
@media (max-width: 1000px) {
  body {
    margin: 0;
  }
  .ttl-1 {
    font-size: 4.39vw;
  }
  .gnav-main > li {
    font-size: 0.8125rem;
  }
  .hamb-menu .nav-btn {
    width: 120px;
    font-size: 0.8125rem;
  }
}
@media (min-width: 768px) {
  body {
    margin: 0;
  }
  a:hover {
    color: #a82900;
    text-decoration: underline;
  }
  .h-link:hover .h-img img {
    transform: scale(1.1);
  }
  .h-opa:hover {
    opacity: 0.7;
  }
  .h-icon:hover {
    color: #DB3500;
    opacity: 0.7;
    text-decoration: none;
  }
  .btn-style.btn-disable:hover, .btn-3:hover, .btn-2:hover, .btn-1:hover {
    background: #DB3500;
    color: #FFF;
    text-decoration: none;
  }
  .btn-1:hover {
    background: rgba(219, 53, 0, 0.64);
    border-color: rgba(219, 53, 0, 0.64);
  }
  .btn-2:hover {
    border-color: #DB3500;
  }
  .btn-3:hover {
    background: #DB3500;
    border-color: #DB3500;
  }
  .btn-style .arr-prev:hover:before {
    left: 5px;
  }
  .btn-style .arr-next:hover:before {
    right: 5px;
  }
  .gnav-main > li a:hover {
    color: #DB3500;
    text-decoration: none;
  }
  .anc-link > li a:hover {
    color: #DB3500;
    border-bottom: 1px solid #DB3500;
    text-decoration: none;
  }
}
@media (max-width: 767px) {
  body {
    margin: 0;
  }
  body {
    font-size: 0.875rem;
    line-height: 1.6;
  }
  .disp-pc {
    display: none;
  }
  .disp-sp {
    display: block;
  }
  .tel-link {
    pointer-events: all;
    text-decoration: underline;
  }
  .ttl-1 {
    font-size: 8.53vw;
    line-height: 1.2;
  }
  .ttl-2 {
    font-size: 4.26vw;
  }
  .ttl-3 {
    font-size: 4.8vw;
  }
  .ttl-caption {
    font-size: 3.46vw;
  }
  .btn-1, .btn-2, .btn-3, .btn-style.btn-disable {
    height: 48px;
    line-height: 1.4;
  }
  .btn-1 span, .btn-2 span, .btn-3 span, .btn-style.btn-disable span {
    padding: 0 15px;
    line-height: 1.2;
  }

  .btn-style .arr-prev:before {
    left: 5px;
  }
  .btn-style .arr-next:before {
    right: 5px;
  }
  .box-1, .box-2, .box-3 {
    padding: 20px;
  }
  .clm-box .clm-head {
    font-size: 1rem;
  }
  .clm-box .clm-copy {
    font-size: 0.8125rem;
    line-height: lh(15);
  }

  .sp-clm-1 > li,
.sp-clm-1 .clm-li {
    width: 100% !important;
    margin-top: 40px !important;
  }
  .sp-clm-1 > li:first-of-type,
.sp-clm-1 .clm-li:first-of-type {
    margin-top: 0 !important;
  }

  .sp-clm-2 > li,
.sp-clm-2 .clm-li {
    width: 50%;
    margin-top: 40px;
  }
  .sp-clm-2 > li:first-of-type,
.sp-clm-2 .clm-li:first-of-type {
    margin-top: 0;
  }

  .sp-clm-v > li {
    width: 100%;
    margin-top: 40px !important;
  }
  .sp-clm-v > li:first-of-type {
    margin-top: 0;
  }
  .sp-clm-v > li .clm-box {
    padding-bottom: 68px;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
  }
  .sp-clm-v > li .clm-box.h-link {
    padding-bottom: 0;
  }
  .sp-clm-v > li .default-img {
    width: 35%;
  }
  .sp-clm-v > li .clm-copy {
    width: 62.3871%;
    margin: 0;
  }
  .sp-clm-v > li .clm-btn {
    width: 100%;
    margin: 0;
    position: absolute;
    left: 0;
    bottom: 0;
  }
  .sp-wfull {
    width: calc(100% + (20px * 2));
    max-width: inherit;
    margin: 0 -20px;
    display: block;
  }
  .tbl-1 th, .tbl-2 th,
.tbl-1 td,
.tbl-2 td {
    padding: 20px 10px;
  }

  .sp-scroll {
    width: calc(100% + 20px);
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    position: relative;
  }
  .sp-scroll:before {
    margin-bottom: 5px;
    content: "→横スクロールできます";
    position: sticky;
    left: 0;
    top: 0;
  }
  .sp-scroll > table {
    width: 200vw !important;
    margin-top: 10px;
  }

  .tbl-sp th,
.tbl-sp td {
    width: 100% !important;
    display: block;
  }

  .tbl-1 th,
.tbl-1 td {
    width: 100%;
    display: block;
  }
  .tbl-2 thead th {
    background: #EDEDED;
    color: #FFF;
  }
  .anchr {
    margin-top: -56px30px;
    padding-top: 86px;
  }
  .input-check > li small, .input-radio > li small {
    width: 100%;
    display: block;
    font-size: 0.8125rem;
    word-break: break-all;
  }
  .form-block.block-clm {
    display: block;
  }
  .form-block .block-style {
    width: 100%;
    margin-top: 60px;
  }
  .form-block .block-style:first-of-type {
    margin-top: 0;
  }
  .field-clm {
    display: block;
  }
  .field-clm .clm-box {
    width: 100%;
    margin-top: 20px;
  }
  .field-clm .clm-box:first-of-type {
    margin-top: 0;
  }
  .form-privacy {
    width: calc(100% + (20px * 2));
    margin-left: -20px;
    margin-right: -20px;
    padding-right: 10px;
  }
  .header {
    height: 56px;
    padding: 0 20px;
    top: 16px;
  }
  .header .header-logo {
    width: 110px;
    position: fixed;
    left: 20px;
    top: 21px;
    z-index: 303;
  }
  .footer {
    padding: 80px 20px;
  }
  .footer .footer-main {
    display: block;
  }
  .footer .footer-logo {
    width: 110px;
  }
  .footer .footer-nav {
    width: 100%;
    display: block;
  }
  .footer .footer-nav ul {
    display: block;
  }
  .footer .footer-nav ul > li {
    margin-right: 0;
    margin-top: 16px;
  }
  .footer .footer-nav ul > li a {
    display: block;
    font-size: 1rem;
  }
  .footer .footer-btn {
    margin: auto;
    margin-top: 20px;
    font-size: 1rem;
  }
  .footer .footer-sub > ul > li {
    margin-right: 10px;
  }
  .footer .footer-sub .sub-link > li {
    font-size: 0.75rem;
  }
  .footer .copy {
    text-align: center;
  }
  .gnav-main {
    padding-top: 40px;
    display: block;
  }
  .gnav-main > li {
    margin-top: 25px;
    margin-right: 0;
    display: block;
    font-size: 1.25rem;
    text-align: center;
  }
  .gnav-sub {
    padding-top: 40px;
    border-top: 1px solid #959090;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .gnav-sub > ul {
    display: flex;
  }
  .gnav-sub > ul > li {
    margin-right: 20px;
  }
  .gnav-sub > ul > li:last-of-type {
    margin-right: 0;
  }
  .gnav-sub > ul > li a {
    color: #FFF;
  }
  .gnav-sub .sub-link > li {
    font-size: 0.75rem;
    font-family: "Marcellus", serif;
  }
  .gnav-sub .sub-sns > li {
    font-size: 1.5rem;
  }
  .gnav-copy {
    margin-top: 40px;
    color: #959090;
    display: block;
    font-family: "Marcellus", serif;
    text-align: center;
  }
  .hamb-menu .nav-btn {
    margin: 30px auto 40px;
    font-size: 1rem;
  }
  .hamb-btn {
    width: 56px;
    height: 56px;
    background: #0D0100;
    border-radius: 100%;
    cursor: pointer;
    display: block;
    position: fixed;
    right: 20px;
    top: 16px;
    z-index: 303;
  }
  .hamb-btn .btn-inr {
    height: 100%;
    padding: 15px 22px;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .hamb-btn .btn-bar, .hamb-btn .btn-bar:before, .hamb-btn .btn-bar:after {
    width: 100%;
    height: 1px;
    margin: auto;
    background: transparent;
    border-radius: 5px;
    display: block;
    position: relative;
    transition: all 0.3s ease-in-out 0s;
  }
  .hamb-btn .btn-bar:before, .hamb-btn .btn-bar:after {
    content: "";
    background: #FFF !important;
    position: absolute;
  }
  .hamb-btn .btn-bar:before {
    bottom: 3px;
    -webkit-animation: menu-bar-1 0.75s forwards;
    animation: menu-bar-1 0.75s forwards;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
  }
  .hamb-btn .btn-bar:after {
    top: 3px;
    -webkit-animation: menu-bar-2 0.75s forwards;
    animation: menu-bar-2 0.75s forwards;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
  }

  .hamb-menu {
    width: 100%;
    height: 100%;
    padding: 56px 20px 40px;
    background: #2F3740;
    display: block;
    pointer-events: none;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 302;
    transition: all 0.3s ease-in-out 0s;
    transform: translate(0, 0);
    opacity: 0;
  }
  .hamb-menu.active {
    pointer-events: all;
    opacity: 1;
  }

  .g-active .hamb-menu {
    opacity: 1;
    visibility: visible;
    pointer-events: all;
    transform: translate(0, 0);
  }
  .g-active .hamb-btn .btn-bar, .g-active .hamb-btn .btn-bar:before, .g-active .hamb-btn .btn-bar:after {
    background: transparent;
  }
  .g-active .hamb-btn .btn-bar:before {
    bottom: 3px;
    -webkit-animation: active-menu-bar-1 0.75s forwards;
    animation: active-menu-bar-1 0.75s forwards;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
  }
  .g-active .hamb-btn .btn-bar:after {
    bottom: -3px;
    -webkit-animation: active-menu-bar-2 0.75s forwards;
    animation: active-menu-bar-2 0.75s forwards;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
  }
  .l-contents {
    padding-top: 70px;
  }
  .l-contents > .l-section:last-of-type {
    padding-bottom: 80px;
  }
  .l-section.bgcolor, .l-section.bgcolor-5, .l-section.bgcolor-4, .l-section.bgcolor-3, .l-section.bgcolor-2, .l-section.bgcolor-1 {
    padding: 60px 0;
  }
  .sc-inr, .sc-inr-w, .sc-inr-s {
    padding: 0 20px;
  }
  .sc-kv .kv-head {
    font-size: 9.86vw;
  }
  .sc-breadcrumb ol li:last-child {
    width: 150px;
  }
  .sc-contact {
    background: url("/assets/img/contact_bg_sp.jpg") center top/cover no-repeat;
  }
  .gallery-list {
    justify-content: center;
  }
  .gallery-list > li {
    width: 48%;
    margin-right: 4%;
    margin-top: 15px;
  }
  .gallery-list > li:nth-of-type(2n) {
    margin-right: 0;
  }
  .gallery-list > li:nth-of-type(-n + 2) {
    margin-top: 0;
  }
  .anc-link {
    margin-bottom: 70px;
  }
  .anc-link > li {
    margin: 0 5px;
  }
  .anc-link > li a {
    font-size: 1rem;
  }
  .style-list li {
    display: block;
  }
  .style-list li .block-img {
    width: 100%;
  }
  .style-list li .block-copy {
    width: 100%;
  }
  .style-list li .name {
    margin-top: 15px;
    font-size: 1.25rem;
  }
  .style-list li .tx {
    margin-top: 5px;
    font-size: 0.75rem;
  }
  .photoservice-bnr .bnr-box .logo {
    width: 140px;
  }
  .photoservice-bnr .bnr-box .tx {
    font-size: 0.75rem;
  }
  .sc-topkv .kv-tx {
    width: 100%;
    padding: 0 calc(20px * 2) 0 20px;
    left: 0;
    bottom: 15%;
  }
  .sc-topkv .kv-scroll {
    width: 90px;
    right: 20px;
    bottom: 20px;
  }
  .sc-topkv .kv-scroll .arr {
    width: 5px;
  }
  .sc-topcaption p {
    line-height: 2.5;
  }
  .sc-topsns .topsns-block {
    display: block;
  }
  .sc-topsns .topsns-block .topsns-box {
    width: 100%;
    padding: 80px 0;
  }
  .sc-topstyle .style-headimg {
    width: calc(100% + (20px * 2));
    margin-left: -20px;
    margin-right: -20px;
  }
  .sc-topstyle .style-headimg > li {
    width: 50%;
  }
  .sc-concept .concept-head {
    padding: 0 15px;
  }
  .sc-concept .concept-block {
    padding: 0 15px;
    display: block;
  }
  .sc-concept .concept-block [class^=block-] {
    width: 100%;
    margin-top: 40px;
  }
  .sc-concept .concept-block .block-copy p {
    line-height: 2;
  }
  .sc-concept .concept-block .concept-img-1 {
    width: calc(100% + 30px);
    margin: 30px -15px 0;
  }
  .sc-concept .concept-block .concept-img-1 .img-1 {
    width: 70%;
    margin-left: -20px;
  }
  .sc-concept .concept-block .concept-img-2 {
    width: calc(100% + 30px);
    margin: 30px -15px 0;
    padding-bottom: 30px;
  }
  .sc-concept .concept-block .concept-img-2 .img-3 {
    margin-right: -20px;
  }
  .sc-concept .concept-block .concept-img-2 .img-3 img {
    width: 80%;
  }
  .sc-concept .concept-block .concept-img-2 .img-4 {
    width: 65%;
    left: -20px;
  }
  .sc-concept .concept-block .concept-ttl {
    font-size: 1.125rem;
  }
  .sc-company .company-lead {
    display: block;
  }
  .sc-company .company-lead [class^=lead-] {
    width: 100%;
  }
  .sc-company .company-lead .lead-copy {
    padding-left: 0;
  }
  .sc-company .company-lead .lead-img {
    padding-left: 0;
    margin-top: 40px;
  }
  .sc-company .googlemap {
    padding-top: 75%;
  }
}