@charset "UTF-8";
/* # =================================================================
#	reset
# ================================================================= */
/*!
 * ress.css â€¢ v1.2.2
 * MIT License
 * github.com/filipelinhares/ress
 */
/* # =================================================================
   # Global selectors
   # ================================================================= */
html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow-y: scroll;
  /* All browsers without overlaying scrollbars */
  -webkit-text-size-adjust: 100%;
  /* iOS 8+ */
}

*,
::before,
::after {
  background-repeat: no-repeat;
  /* Set `background-repeat: no-repeat` to all elements and pseudo elements */
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

::before,
::after {
  text-decoration: inherit;
  /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
  vertical-align: inherit;
}

* {
  padding: 0;
  /* Reset `padding` and `margin` of all elements */
  margin: 0;
}

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

hr {
  overflow: visible;
  /* Show the overflow in Edge and IE */
}

/*
  * Correct `block` display not defined for any HTML5 element in IE 8/9
  * Correct `block` display not defined for `details` or `summary` in IE 10/11
  * and Firefox
  * Correct `block` display not defined for `main` in IE 11
  */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

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

small {
  /* Set font-size to 80% in `small` elements */
}

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

abbr[title] {
  border-bottom: 1px dotted;
  /* Add a bordered underline effect in all browsers */
  text-decoration: none;
  /* Remove text decoration in Firefox 40+ */
}

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

a:active,
a:hover {
  outline-width: 0;
  /* Remove the outline when hovering in all browsers */
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  /* Specify the font family of code elements */
}

b,
strong {
  font-weight: bolder;
  /* Correct style set to `bold` in Edge 12+, Safari 6.2+, and Chrome 18+ */
}

dfn {
  font-style: italic;
  /* Address styling not present in Safari and Chrome */
}

/* Address styling not present in IE 8/9 */
mark {
  background-color: #ff0;
  color: #000;
}

/* https://gist.github.com/unruthless/413930 */
sub,
sup {
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* # =================================================================
     # Forms
     # ================================================================= */
input {
  border-radius: 0;
}

/* Apply cursor pointer to button elements */
button,
[type="button"],
[type="reset"],
[type="submit"],
[role="button"] {
  cursor: pointer;
}

/* Replace pointer cursor in disabled elements */
[disabled] {
  cursor: default;
}

[type="number"] {
  width: auto;
  /* Firefox 36+ */
}

[type="search"] {
  -webkit-appearance: textfield;
  /* Safari 8+ */
}

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
  /* Safari 8 */
}

textarea {
  overflow: auto;
  /* Internet Explorer 11+ */
  resize: vertical;
  /* Specify textarea resizability */
}

button,
input,
optgroup,
select,
textarea {
  font: inherit;
  /* Specify font inheritance of form elements */
}

optgroup {
  font-weight: bold;
  /* Restore the font weight unset by the previous rule. */
}

button {
  overflow: visible;
  /* Address `overflow` set to `hidden` in IE 8/9/10/11 */
}

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

/* Replace focus style removed in the border reset above */
button:-moz-focusring,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  outline: 1px dotted ButtonText;
}

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

button,
select {
  text-transform: none;
  /* Firefox 40+, Internet Explorer 11- */
}

/* Remove the default button styling in all browsers */
button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none;
  color: inherit;
}

/* Style select like a standard input */
select {
  -moz-appearance: none;
  /* Firefox 36+ */
  -webkit-appearance: none;
  /* Chrome 41+ */
}

select::-ms-expand {
  display: none;
  /* Internet Explorer 11+ */
}

select::-ms-value {
  color: currentColor;
  /* Internet Explorer 11+ */
}

legend {
  border: 0;
  /* Correct `color` not being inherited in IE 8/9/10/11 */
  color: inherit;
  /* Correct the color inheritance from `fieldset` elements in IE */
  display: table;
  /* Correct the text wrapping in Edge and IE */
  max-width: 100%;
  /* Correct the text wrapping in Edge and IE */
  white-space: normal;
  /* Correct the text wrapping in Edge and IE */
}

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

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

/* # =================================================================
     # Specify media element style
     # ================================================================= */
img {
  border-style: none;
  /* Remove border when inside `a` element in IE 8/9/10 */
}

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

svg:not(:root) {
  overflow: hidden;
  /* Internet Explorer 11- */
}

audio,
canvas,
progress,
video {
  display: inline-block;
  /* Internet Explorer 11+, Windows Phone 8.1+ */
}

/* # =================================================================
     # Accessibility
     # ================================================================= */
/* Hide content from screens but not screenreaders */
@media screen {
  [hidden~="screen"] {
    display: inherit;
  }
  [hidden~="screen"]:not(:active):not(:focus):not(:target) {
    position: absolute !important;
    clip: rect(0 0 0 0) !important;
  }
}

/* Specify the progress cursor of updating elements */
[aria-busy="true"] {
  cursor: progress;
}

/* Specify the pointer cursor of trigger elements */
[aria-controls] {
  cursor: pointer;
}

/* Specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
[aria-disabled] {
  cursor: default;
}

/* # =================================================================
     # Selection
     # ================================================================= */
/* Specify text selection background color and omit drop shadow */
::-moz-selection {
  background-color: #b3d4fc;
  /* Required when declaring ::selection */
  color: #000;
  text-shadow: none;
}

::selection {
  background-color: #b3d4fc;
  /* Required when declaring ::selection */
  color: #000;
  text-shadow: none;
}

/* # =================================================================
#	ベース
# ================================================================= */
html {
  font-size: 62.5%;
  width: calc(100vw - (100vw - 100%));
  -ms-touch-action: manipulation;
  touch-action: manipulation;
}

body {
  color: #000;
  font-family: "Noto Serif JP", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Helvetica, Arial, Verdana, sans-serif;
  font-size: 1.4rem;
  font-weight: 500;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-smoothing: antialiased;
  letter-spacing: normal;
  line-height: 1.6;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
  word-wrap: break-word;
  overflow-wrap: break-word;
}

@media only screen and (max-width: 768px) {
  body {
    font-size: 1.0rem;
  }
}

a,
button {
  color: inherit;
  text-decoration: none;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

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

img {
  max-width: 100%;
  height: auto;
  border: 0;
  vertical-align: middle;
}

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

em,
i,
dfn {
  font-style: normal;
}

@media only screen and (min-width: 896px) {
  a[href^="tel:"] {
    display: inline-block;
    pointer-events: none;
    text-decoration: none;
  }
}

/* # =================================================================
#	レイアウト
# ================================================================= */
/* 基本のレイアウト幅
------------------------- */
.c-l-column {
  display: block;
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
}

/* PC/SP
------------------------- */
.for-sp {
  display: none !important;
}

@media only screen and (max-width: 768px) {
  .for-sp {
    display: inline-block !important;
  }
}

.for-pc {
  display: inline-block !important;
}

@media only screen and (max-width: 768px) {
  .for-pc {
    display: none !important;
  }
}

body {
  position: relative;
  text-align: justify;
  color: #fff;
  font-family: "Noto Serif JP", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Helvetica, Arial, Verdana, sans-serif;
}

section {
  padding: 75px 0;
}

section:last-of-type {
  padding-bottom: 250px;
}

@media only screen and (max-width: 768px) {
  section {
    padding: 45px 0 0;
  }
  section:last-of-type {
    padding-bottom: 140px;
  }
}

/* ================================================================ */
.st-wrapper {
  position: relative;
}

.st-wrapper::before {
  content: "";
  display: block;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  background: url("../images/bg_pc.jpg") no-repeat center center;
  background-size: cover;
}

@media only screen and (max-width: 768px) {
  .st-wrapper::before {
    height: 100vh;
  }
}

.st-wrapper main {
  position: relative;
  z-index: 1;
  text-align: center;
  background: rgba(0, 0, 0, 0.4);
  /* padding: 0 0 224px; */
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

@media only screen and (max-width: 768px) {
  .st-wrapper main {
    /* padding: 0 0 126px; */
  }
}

.st-wrapper.is-open main {
  background: transparent;
}

.st-wrapper.is-open .st-main {
  opacity: 0;
  visibility: hidden;
  /* height: 100%; */
}

.st-wrapper.is-open .st-menu {
  opacity: 1;
  visibility: visible;
}

.st-wrapper.is-open .st-footer {
  opacity: 0;
}

.st-menu {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  padding: 0px 0;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

@media only screen and (max-width: 768px) {
  .st-menu {
    width: 100vw;
    padding: 94px 0;
  }
}

.st-menu .btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  max-width: 383px;
  width: 100%;
  margin: 0 auto 60px;
  font-size: 1.6rem;
  letter-spacing: 0.12em;
  border: 1px solid #fff;
  border-radius: 4px;
  padding: 7px 20px;
}

@media only screen and (max-width: 768px) {
  .st-menu .btn {
    display: none;
  }
}

.st-menu .btn::before {
  content: "";
  display: inline-block;
  width: 28px;
  height: 24px;
  background: url("../images/icn_tw2.png") no-repeat;
  background-size: cover;
  margin-right: 10px;
}

@media only screen and (max-width: 768px) {
  .st-menu__container > img {
    width: 58.93333vw;
    -webkit-transform: translateX(5px);
    transform: translateX(5px);
  }
}

.st-menu__links {
  margin-bottom: 82px;
}

@media only screen and (max-width: 768px) {
  .st-menu__links {
    margin-bottom: 47px;
  }
}

.st-menu__links > li + li {
  margin-top: 0px;
}

@media only screen and (max-width: 768px) {
  .st-menu__links > li + li {
    margin-top: 25px;
  }
}

@media only screen and (max-width: 768px) {
  .st-menu__links img {
    height: 17px;
  }
}

.st-menu__sns {
  margin-bottom: 74px;
}

@media only screen and (max-width: 768px) {
  .st-menu__sns {
    margin-bottom: 76px;
  }
}

.st-menu__sns .title {
  font-size: 2.4rem;
  font-weight: bold;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 0 20px;
}

@media only screen and (max-width: 768px) {
  .st-menu__sns .title {
    margin: 0 0 25px;
  }
}

.st-menu__sns .title img {
  margin: 0 16px;
}

@media only screen and (max-width: 768px) {
  .st-menu__sns .title img {
    height: 16px;
  }
}

.st-menu__sns .title::before, .st-menu__sns .title::after {
  content: "";
  display: block;
  width: 80px;
  height: 1px;
  background: #fff;
}

@media only screen and (max-width: 768px) {
  .st-menu__sns .title::before, .st-menu__sns .title::after {
    width: 63px;
  }
}

.st-menu__sns ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.st-menu__sns ul > li + li {
  margin-left: 50px;
}

@media only screen and (max-width: 768px) {
  .st-menu__sns ul > li + li {
    margin-left: 45px;
  }
}

.st-menu__sns a {
  display: inline-block;
}

.st-menu__sns a.tw {
  width: 28px;
  height: 24px;
  background: url("../images/icn_tw2.png") no-repeat;
  background-size: cover;
}

.st-menu__sns a.line {
  width: 31px;
  height: 30px;
  background: url("../images/icn_line2.png") no-repeat;
  background-size: cover;
}

.st-menu__sns a.fb {
  width: 27px;
  height: 27px;
  background: url("../images/icn_fb2.png") no-repeat;
  background-size: cover;
}

.st-main {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

/* # =================================================================
#	共通コンポーネント
# ================================================================= */
.lp-title {
  -webkit-transform: translateX(15px);
  transform: translateX(15px);
  margin-bottom: 3px;
}

@media only screen and (max-width: 768px) {
  .lp-title {
    -webkit-transform: translateX(18px);
    transform: translateX(18px);
    margin-bottom: 0;
    padding: 0 7px;
  }
}

.comingsoon {
  font-size: 2.4rem;
  line-height: 1;
  letter-spacing: normal;
  letter-spacing: 0.09em;
  text-align: center;
}

@media only screen and (max-width: 768px) {
  .comingsoon {
    font-size: 2rem;
  }
}

.txt-description {
  padding: 12px 0 16px;
  font-size: 1.5rem;
}

@media only screen and (max-width: 768px) {
  .txt-description {
    padding-bottom: 12px;
    font-size: 12px;
  }
}

.txt-small {
  padding-top: 16px;
  font-size: 1.2rem !important;
}

@media only screen and (max-width: 768px) {
  .txt-small {
    font-size: 7px !important;
  }
}

.txt-small a {
  text-decoration: underline;
}

.txt-link-area {
  padding-left: 1em;
  text-decoration: none;
}

.ajust-heigth {
  position: relative;
  top: -22px;
}

@media only screen and (max-width: 768px) {
  .ajust-heigth {
    top: 0;
    height: 32px;
  }
}

@media only screen and (max-width: 768px) {
  .txt-link-area {
    padding-left: 0;
    font-size: 8.5px;
    letter-spacing: normal;
  }
  .fsSmall {
    font-size: 8.5px;
  }
}

.flex-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 37px 0 0;
}

@media only screen and (max-width: 768px) {
  .flex-item {
    margin: 17px 0 0;
  }
}

.flex-item > * {
  width: 47.493403693%;
}

@media only screen and (max-width: 768px) {
  .flex-item > * {
    width: 47.908745247%;
  }
}

.flex-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 40px 0 0;
}

.flex-list dt {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding: 3px 27px;
  background: #404040;
  font-size: 0.2rem;
  margin: 0 18px 0 0;
}

.flex-list dd {
  font-size: 0.2rem;
  letter-spacing: 0.09em;
  line-height: 1.9;
  text-align: left;
}

@media only screen and (max-width: 768px) {
  .flex-list {
    margin: 13px 0 0;
  }
  .flex-list dt {
    font-size: 1.0rem;
    padding: 6px 13px;
    margin: 0 9px 0 0;
  }
  .flex-list dd {
    font-size: 1.0rem;
  }
}

.bg_A {
  margin-bottom: 4px;
  background: #5c5c5c;
}

.bg_B {
  background: #909090;
}

@media only screen and (max-width: 768px) {
  .bg_A {
    margin-bottom: 5px;
  }
}

.mid-title {
  margin-bottom: 30px;
  font-size: 0.6rem;
}

.mid-title small {
  display: block;
  font-size: 0.3rem;
  letter-spacing: 0.1em;
}

@media only screen and (max-width: 768px) {
  .mid-title {
    margin-bottom: 14px;
    font-size: 2.0rem;
  }
  .mid-title small {
    font-size: 1.2rem;
  }
}

.mid-title02 {
  margin-top: 32px;
  font-size: 2.4rem;
}

@media only screen and (max-width: 768px) {
  .mid-title02 {
    font-size: 16px;
  }
}

.mid-title03 {
  padding-top: 50px;
}

@media only screen and (max-width: 768px) {
  .mid-title03 {
    padding-top: 20px;
  }
}

.small-title {
  font-size: 0.6rem;
  letter-spacing: 0.09em;
  color: #bc1c2c;
  margin: 0 0 17px;
}

@media only screen and (max-width: 768px) {
  .small-title {
    font-size: 1.4rem;
    margin: 0 0 13px;
  }
}

.inquiry-wrap {
  padding-top: 40px;
  font-size: 16px;
}

@media only screen and (max-width: 768px) {
  .inquiry-wrap {
    padding-top: 22px;
    font-size: 10px;
  }
}

.inquiry-wrap a {
  text-decoration: underline;
}

.image-column p {
  font-size: 0.3rem;
  letter-spacing: 0.09em;
  line-height: 1.9;
  text-align: center;
  margin: 35px 0 0;
}

@media only screen and (max-width: 768px) {
  .image-column img {
    width: 275px;
  }
  .image-column p {
    font-size: 1.0rem;
    margin: 15px 0 0;
  }
}

@media screen and (min-width: 768px){
.br-sp {display: none; }
}

/* # =================================================================
#	ヘッダー
# ================================================================= */
.st-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 2;
}

.st-header__toggle {
  display: block;
  position: relative;
  width: 86px;
  height: 84px;
  background: rgba(0, 0, 0, 0.6);
}

@media only screen and (max-width: 768px) {
  .st-header__toggle {
    width: 43px;
    height: 42px;
  }
}

.st-header__toggle > p {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 50px;
  height: 28px;
  position: relative;
}

@media only screen and (max-width: 768px) {
  .st-header__toggle > p {
    width: 25px;
    height: 14px;
  }
}

.st-header__toggle span {
  display: inline-block;
  width: 100%;
  height: 4px;
  background: #fff;
  position: absolute;
  left: 0;
  right: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

@media only screen and (max-width: 768px) {
  .st-header__toggle span {
    height: 2px;
  }
}

.st-header__toggle span:nth-child(1) {
  top: 0;
}

.st-header__toggle span:nth-child(2) {
  top: 12px;
}

@media only screen and (max-width: 768px) {
  .st-header__toggle span:nth-child(2) {
    top: 6px;
  }
}

.st-header__toggle span:nth-child(3) {
  top: 24px;
}

@media only screen and (max-width: 768px) {
  .st-header__toggle span:nth-child(3) {
    top: 12px;
  }
}

.is-open .st-header__toggle span:nth-child(1) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 0;
  bottom: 0;
  margin: auto;
}

.is-open .st-header__toggle span:nth-child(2) {
  opacity: 0;
}

.is-open .st-header__toggle span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 0;
  bottom: 0;
  margin: auto;
}

.main-bottom {
  text-align: left;
  padding-bottom: 40px;
}

.main-bottom p {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 0.2rem;
  line-height: 1;
  letter-spacing: 0.12em;
  color: #666;
}

@media only screen and (max-width: 768px) {
  .main-bottom {
    padding-bottom: 24px;
  }
  .main-bottom p {
    font-size: 0.8rem;
  }
}

/* # =================================================================
#	フッター
# ================================================================= */
.st-footer {
  background: #171717 url("../images/bg_footer.png") repeat-X 3px 6px;
  background-size: auto 141px;
  text-align: center;
  position: relative;
  z-index: 3;
  color: #fff;
  padding: 72px 0;
}

@media only screen and (max-width: 768px) {
  .st-footer {
    background: #171717 url("../images/bg_footer_sp.png") no-repeat center center;
    background-size: auto 20vw;
    padding: 10.13333vw 20px;
  }
}

.st-footer > p {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 0.3rem;
  line-height: 1;
  letter-spacing: 0.12em;
}

@media only screen and (max-width: 768px) {
  .st-footer > p {
    font-size: 1.0rem;
  }
}

.st-footer .pagetop {
  position: fixed;
  bottom: 30px;
  right: 50px;
  z-index: 3;
  width: 68px;
  height: 40px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  background: #000;
  overflow: hidden;
}

.st-footer .pagetop.is-hide {
  opacity: 0;
  visibility: hidden;
}

@media only screen and (max-width: 768px) {
  .st-footer .pagetop {
    right: 0;
    width: 60px;
    height: 50px;
  }
}

.st-footer .pagetop::before {
  content: "";
  display: inline-block;
  width: 30px;
  height: 30px;
  border-top: 2px solid #fff;
  border-left: 2px solid #fff;
  -webkit-transform: rotate(45deg) translate(7.5px, 7.5px);
  transform: rotate(45deg) translate(7.5px, 7.5px);
}

/* # =================================================================
#	メインビジュアル
# ================================================================= */
.lp-mv {
  padding: 0;
}

.lp-mv h1 {
  padding: 220px 0 225px;
}

@media only screen and (max-width: 768px) {
  .lp-mv h1 {
    padding: 140px 0 130px;
  }
  .lp-mv h1 img {
    width: 85.6vw;
  }
}

/* # =================================================================
#	MOVIE
# ================================================================= */
.lp-movie {
  padding: 0;
}

.lp-movie__wrap li {
  position: relative;
  padding-top: 56.25%;
  display: none;
}

.lp-movie__wrap li.is-show {
  display: block;
}

.lp-movie__wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #7f7f7f;
}

.lp-movie__btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 20px -10px -20px;
}

.lp-movie__btns li {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -ms-flex-preferred-size: 470px;
      flex-basis: 470px;
  margin: 0 10px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 10px 20px;
  text-align: center;
  background: #fff;
  border: solid 1px #fff;
  border-radius: 4px;
  color: #960c1a;
  font-size: 0.3rem;
  letter-spacing: 0.09em;
  cursor: pointer;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.lp-movie__btns li:hover, .lp-movie__btns li.is-active {
  opacity: 1;
  background: #000;
  color: #fff;
}

@media only screen and (max-width: 768px) {
  .lp-movie__btns {
    margin: 15px -1.492537313% -10px;
  }
  .lp-movie__btns li {
    -ms-flex-preferred-size: 47.10145%;
        flex-basis: 47.10145%;
    margin: 0 1.449275362% 10px;
    padding: 6px 5px;
    border-radius: 2px;
    font-size: 1.2rem;
    line-height: 1.5;
  }
}

/* # =================================================================
#	SPIN OFF
# ================================================================= */
.lp-spinoff {
  padding-top: 150px;
}

@media only screen and (max-width: 768px) {
  .lp-spinoff {
    padding-top: 68px;
    padding-bottom: 30px;
  }
}

.lp-spinoff__item {
  border: 1px solid #666;
  padding: 0 100px 100px;
  margin-top: 25px;
}

.lp-spinoff__item + .lp-spinoff__item {
  margin-top: 40px;
}

@media only screen and (max-width: 768px) {
  .lp-spinoff__item {
    margin-top: 11px;
    padding: 0 20px 33px;
  }
  .lp-spinoff__item + .lp-spinoff__item {
    margin-top: 20px;
  }
}

.lp-spinoff .image-column img {
  width: 320px;
}

@media only screen and (max-width: 768px) {
  .lp-spinoff .image-column img {
    width: 166px;
  }
}

.lp-spinoff__summery {
  margin-top: 65px;
}

.lp-spinoff__summery p {
  text-align: left;
  letter-spacing: 0.09em;
  line-height: 2;
}

@media only screen and (max-width: 768px) {
  .lp-spinoff__summery {
    margin-top: 16px;
    padding: 15px;
    background: #000;
  }
  .lp-spinoff__summery p {
    line-height: 1.9;
  }
}


/*# sourceMappingURL=style.css.map */