@charset "UTF-8";
@import url("https://use.typekit.net/lks6acm.css");
/*============================================
start reset.css
============================================*/
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

html, body, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dt, dd, p, div, span, img, a, table, tr, th, td, small, button, time, figure {
  border: 0;
  font-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 700;
}

ol, ul {
  list-style: none;
}

li, dd {
  list-style-type: none;
}

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

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

/* Grouping content
    ========================================================================== */
/**
* 1. Add the correct box sizing in Firefox.
* 2. Show the overflow in Edge and IE.
*/
hr {
  -webkit-box-sizing: content-box;
          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 {
  color: inherit;
  text-decoration: none;
  background-color: transparent;
}
a:hover {
  cursor: pointer;
}

/**
* 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 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}

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

/**
* 1. Correct the inheritance and scaling of font size in all browsers.
* 2. Correct the odd `em` font sizing in all browsers.
*/
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 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;
  max-width: 100%;
  height: auto;
}

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

input,
[type=text],
[type=email],
[type=tel],
[type=password] {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-color: transparent;
  background-image: none;
  border: 1px solid rgba(0, 0, 0, 0.16);
  border-radius: 0;
  color: inherit;
  font-family: inherit;
  font-size: 1em;
  padding: 0.4em 0.8em;
  width: 100%;
}

input:focus,
[type=text]:focus,
[type=email]:focus,
[type=tel]:focus,
[type=password]:focus {
  border: 1px solid rgba(0, 0, 0, 0.32);
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
}

input[type=submit] {
  -webkit-appearance: none;
  background-color: rgba(0, 0, 0, 0.32);
  background-image: none;
  border: none;
  border-radius: 0;
  color: #fff;
  display: inline-block;
  font-size: 1em;
  margin: 0 0 1em;
  padding: 0.6em 2em;
  text-decoration: none;
}
input[type=submit]:hover {
  cursor: pointer;
  outline: none;
}
input[type=submit]:focus {
  outline: none;
}
input[type=submit]::-moz-focus-inner {
  border: none;
  padding: 0;
}

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

/* selectはブラウザ間で最も差異があり、色んな形のアローアイコンが登場するので、ここのアローアイコンを上書きして自分が用意した画像を背景として適応させる */
select {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background: transparent url(https://haniwaman.com/wp/wp-content/uploads/2018/12/form-css-arrow.png) no-repeat center right 8px/16px 16px;
  border: 1px solid rgba(0, 0, 0, 0.16);
  border-radius: 0;
  color: inherit;
  font-family: inherit;
  font-size: 1em;
  padding: 0.4em 0.8em;
  width: 100%;
}
select:hover {
  cursor: pointer;
}
select:focus {
  border: 1px solid rgba(0, 0, 0, 0.32);
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
}
select::-ms-expand {
  display: none;
}

/**
* 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 {
  -webkit-box-sizing: border-box;
          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 {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-color: transparent;
  background-image: none;
  border: 1px solid rgba(0, 0, 0, 0.16);
  border-radius: 0;
  color: inherit;
  font-family: inherit;
  font-size: 1em;
  height: 100px;
  /*デザインに応じて高さ指定 */
  padding: 0.4em 0.8em;
  width: 100%;
}

textarea:focus {
  border: 1px solid rgba(0, 0, 0, 0.32);
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
}

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

/* "display:none"で消すのではなく、"opacity: 0;"を使う。 */
/* （Tabキーで選択できなくなるのを防ぐため） */
/* 親要素に"position: relative;"つけるのを忘れずに！ */
[type=checkbox] {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
[type=checkbox] + span {
  display: inline-block;
  margin: 0 0.2em 0;
  padding: 0 0 0 1.2em;
  position: relative;
}
[type=checkbox] + span:hover {
  cursor: pointer;
}

/*標準で出力されるチェックボックスは消して、独自のチェックボックスを擬似要素で作るという指定*/
[type=checkbox] + span::before {
  -webkit-transform: translateY(-50%);
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.16);
  border-radius: 2px;
  content: "";
  display: block;
  height: 1em;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 1em;
}

[type=checkbox] + span::after {
  -webkit-transform: translateY(-50%) rotate(-45deg);
  border-bottom: 3px solid rgba(0, 0, 0, 0.32);
  border-left: 3px solid rgba(0, 0, 0, 0.32);
  content: "";
  display: block;
  height: 0.6em;
  left: 0;
  margin-top: -0.2em;
  opacity: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%) rotate(-45deg);
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  width: 1em;
}

[type=checkbox]:checked + span::after {
  opacity: 1;
}

/* "display:none"で消すのではなく、"opacity: 0;"を使う。 */
/* （Tabキーで選択できなくなるのを防ぐため） */
/* 親要素に"position: relative;"つけるのを忘れずに！ */
[type=radio] {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
[type=radio] + span {
  display: inline-block;
  margin: 0 0.2em 0;
  padding: 0 0 0 1.2em;
  position: relative;
}
[type=radio] + span:hover {
  cursor: pointer;
}

/*標準で出力されるラジオボタンは消して、独自のラジオボタンを擬似要素で作るという指定*/
[type=radio] + span::before {
  -webkit-transform: translateY(-50%);
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.16);
  border-radius: 50%;
  content: "";
  display: block;
  height: 16px;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 16px;
}

[type=radio] + span::after {
  -webkit-transform: translateY(-50%);
  background: rgba(0, 0, 0, 0.32);
  border: 1px solid transparent;
  border-radius: 50%;
  content: "";
  height: 8px;
  left: 4px;
  opacity: 0;
  padding: 2px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  width: 8px;
}

[type=radio]:checked + span::after {
  opacity: 1;
}

/**
* 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.
*/
[type=hidden] {
  display: none;
}

/*============================================
end reset.css
============================================*/

html {
  font-size: 62.5%;
}

body {
  font-family: "ヒラギノ角ゴシック W5", "Hiragino Sans W5", sans-serif;
  font-size: 1.7em;
  color: #231815;
}

/*============================================
header
============================================*/
.l-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 60px;
  background-color: #fff;
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
  z-index: 100;
}

.l-header__menu-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 60px;
  background: #000;
  cursor: pointer;
  outline: none;
  z-index: 100;
}

.menu-button__inner {
  display: block;
  width: 3.3rem;
}

.menu-button__lineBlock {
  position: relative;
  display: block;
  height: 1.7rem;
}

.menu-button__line {
  display: block;
  position: absolute;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #fff;
  -webkit-transition: -webkit-transform 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: -webkit-transform 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: transform 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: transform 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-transform 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -webkit-transform-origin: top right;
          transform-origin: top right;
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
.menu-button__line.is-01 {
  top: 0;
}
.menu-button__line.is-02 {
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.menu-button__line.is-03 {
  bottom: 0;
}
.menu-button__line.is-04 {
  top: 0;
  -webkit-transform: translateY(8px) rotate(-45deg) scale(0, 1);
          transform: translateY(8px) rotate(-45deg) scale(0, 1);
}
.menu-button__line.is-05 {
  bottom: 0;
  -webkit-transform: translateY(-8px) rotate(45deg) scale(0, 1);
          transform: translateY(-8px) rotate(45deg) scale(0, 1);
}
.menu-button__line.is-04, .menu-button__line.is-05 {
  -webkit-transform-origin: center center;
          transform-origin: center center;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}

.l-header.is-menuopen .menu-button__line.is-01,
.l-header.is-menuopen .menu-button__line.is-02,
.l-header.is-menuopen .menu-button__line.is-03 {
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}

.l-header.is-menuopen .menu-button__line.is-04 {
  -webkit-transform: translateY(8px) rotate(-45deg) scale(1, 1);
          transform: translateY(8px) rotate(-45deg) scale(1, 1);
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}

.l-header.is-menuopen .menu-button__line.is-05 {
  -webkit-transform: translateY(-8px) rotate(45deg) scale(1, 1);
          transform: translateY(-8px) rotate(45deg) scale(1, 1);
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}

.l-header__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: calc(100% - 60px);
}

.l-header__logo {
  width: calc(190 / 375 * 100%);
  max-width: 170px;
  margin-left: 3px;
  margin-right: 3px;
}
.l-header__logo a {
  display: block;
}

.l-header__contact {
  width: 56%;
}

.l-header__contact__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  text-align: center;
}

.l-header__contact__items .l-header__contact__item:nth-child(1),
.l-header__contact__items .l-header__contact__item:nth-child(2) {
  border-right: 1px solid #000;
}
.l-header__contact__items .l-header__contact__item:nth-child(1) a,
.l-header__contact__items .l-header__contact__item:nth-child(2) a {
  display: inline-block;
  width: 100%;
  padding: 13px 10px;
  font-size: 13.5px;
  font-weight: bold;
  line-height: 1.3;
}
.l-header__contact__items .l-header__contact__item:nth-child(1) a span,
.l-header__contact__items .l-header__contact__item:nth-child(2) a span {
  padding-left: 3px;
}

.l-header__contact__items .l-header__contact__item:nth-child(1) {
  border-left: 1px solid #040404;
}

.l-header__contact__items .l-header__contact__item:nth-child(3) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.l-header__contact__items .l-header__contact__item:nth-child(3) a {
  display: inline-block;
  margin-top: 2px;
}
.l-header__contact__items .l-header__contact__item:nth-child(3) a img {
  width: 55%;
}

.l-header__nav {
  position: fixed;
  top: -120%;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: calc(100vh - 59px);
  z-index: 0;
  text-align: left;
  background: #000;
  -webkit-transition: top 0.6s, right 0.6s;
  transition: top 0.6s, right 0.6s;
}

.l-header.is-menuopen .l-header__nav {
  top: 59px;
  -webkit-transition: top 0.6s, right 0.6s;
  transition: top 0.6s, right 0.6s;
}
.l-header.is-menuopen .l-header__nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  height: 100%;
  padding: 0 5.7rem;
}

.l-header__nav .l-header__nav__link {
  font-family: "din-condensed", sans-serif;
  font-size: 3.5rem;
  color: #000;
  display: block;
  -webkit-transition: color 0s;
  transition: color 0s;
}
.l-header__nav .l-header__nav__link span {
  display: block;
  font-family: "ヒラギノ角ゴシック W3", "Hiragino Sans W3", sans-serif;
  font-size: 1rem;
  letter-spacing: 0.08em;
  margin-top: 1rem;
}

.l-header.is-menuopen .l-header__nav .l-header__nav__link {
  color: #fff;
}
.l-header.is-menuopen .l-header__nav .l-header__nav__link.-disabled {
  color: #4d4b4d;
}
/*============================================
footer
============================================*/
.l-footer {
  padding: 4.3rem 0 2.5rem;
}

.l-footer__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 4.2rem;
}

.l-footer__logo {
  width: 85px;
  margin-right: 2.8rem;
}

.l-footer__textArea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.l-footer__textArea__contact {
  margin-right: 3rem;
}
.l-footer__textArea__contact p {
  font-family: "ヒラギノ角ゴシック W4", "Hiragino Sans W4", sans-serif;
  font-size: 1rem;
  letter-spacing: 0.08em;
  margin-bottom: 0.9rem;
}
.l-footer__textArea__contact a {
  font-family: "Helvetica", sans-serif;
  font-size: 3rem;
}
.l-footer__textArea__text p {
  font-family: "ヒラギノ角ゴシック W4", "Hiragino Sans W4", sans-serif;
  font-size: 0.8rem;
  letter-spacing: 0.08em;
}
.l-footer__textArea__text p:first-child {
  margin-bottom: 0.5rem;
}

.copyright {
  font-family: "ヒラギノ角ゴシック W3", "Hiragino Sans W3", sans-serif;
  font-size: 0.75rem;
  letter-spacing: 0.05em;
  text-align: center;
}
/*============================================
scroll
============================================*/
.l-scroll {
  margin-top: 60px;
}

/*============================================
wrapper
============================================*/
.l-wrapper {
  background: url(../img/bg.jpg) repeat-y top left/50%, url(../img/bg_rotate.jpg) repeat-y top right/50%;
}

/*============================================
section
============================================*/
.l-section:nth-child(1) {
  padding: 17.5rem 0 10rem;
}

.l-section:nth-child(2) {
  padding: 17.5rem 0 14.5rem;
}

.l-section__header {
  position: relative;
  text-align: center;
  margin-bottom: 3rem;
  z-index: 1;
}

/*============================================
container
============================================*/
.l-container {
  width: 88.5%;
  max-width: 1130px;
  margin: 0 auto;
}

/*============================================
button
============================================*/
.c-button__link {
  font-family: "ヒラギノ角ゴシック W2", "Hiragino Sans W2", sans-serif;
  font-size: 1rem;
  letter-spacing: 0.05em;
}

/*============================================
title
============================================*/
.c-title--yellow {
  display: inline-block;
  font-size: 2rem;
  letter-spacing: 0.08em;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(82%, transparent), color-stop(83%, #FFF33F), to(#FFF33F));
  background: linear-gradient(transparent 82%, #FFF33F 83%, #FFF33F 100%);
}
.c-title--yellow img {
  width: 70px;
  display: inline-block;
  margin-bottom: 1.2em;
}

.p-top__concept__intro .c-title--yellow {
  display: inline;
  font-size: 2.4rem;
  line-height: calc(40 / 24);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(71%, #FFF33F), to(#FFF33F));
  background: linear-gradient(transparent 70%, #FFF33F 71%, #FFF33F 100%);
}

.p-top__concept__item .c-title--yellow,
.p-top__concept__item--small .c-title--yellow {
  background: none;
}

.p-top__concept__item .c-title--yellow span,
.p-top__concept__item--small .c-title--yellow span {
  display: inline;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(71%, #FFF33F), to(#FFF33F));
  background: linear-gradient(transparent 70%, #FFF33F 71%, #FFF33F 100%);
}

.p-top__concept__item--small .c-title--yellow img {
  margin-bottom: 0.8em;
}

.c-title--en img {
  width: 76.3%;
}

.p-summary__outline .c-title--en img {
  width: 84%;
}

.c-title--double {
  margin-bottom: 6.5rem;
}

.p-summary__map .c-title--double {
  margin-right: 9%;
}
.p-summary__map .c-title--double .c-title--en img {
  width: 50%;
}

.c-title--ja {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 80px;
  font-family: "ヒラギノ角ゴ StdN W6", "Hiragino Kaku Gothic StdN W6", sans-serif;
  font-size: 2rem;
  margin-top: -1rem;
}

.p-summary__map .c-title--double .c-title--ja {
  width: 110px;
}

.p-summary__outline .c-title--ja {
  font-family: "ヒラギノ角ゴ StdN W8", "Hiragino Kaku Gothic StdN W8", sans-serif;
  color: #511200;
}

.c-title--double.-line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  position: relative;
  margin-bottom: 11.5rem;
}
.c-title--double.-line::after {
  position: absolute;
  bottom: 0;
  right: 0;
  content: "";
  display: block;
  width: 100vw;
  height: 1.26px;
  background: #511200;
  overflow: hidden;
}
.c-title--double.-line .c-title--en {
  width: 35.9%;
}

/*============================================
text
============================================*/
.c-text {
  font-size: 1.2rem;
  letter-spacing: 0.08em;
  line-height: calc(22 / 12);
  margin-top: 2rem;
}

.p-top__concept__intro .c-text {
  font-size: 1.3rem;
  letter-spacing: 0.05em;
  line-height: calc(25 / 13);
  margin-top: 3rem;
}

.p-top__concept__item .c-text,
.p-top__concept__item__body .c-text {
  font-family: "ヒラギノ角ゴシック W4", "Hiragino Sans W4", sans-serif;
}

.p-top__concept__item__body .c-text {
  width: calc(129.4 / 404 * 100%);
  margin-top: 0;
}

.p-top__concept__item__body .c-text--narrow {
  letter-spacing: -0.05em;
}

/*============================================
textArea
============================================*/
.c-textArea {
  position: relative;
  margin: 0 2.7rem;
}

/*============================================
name
============================================*/
.c-name {
  font-family: "ヒラギノ角ゴシック W6", "Hiragino Sans W6", sans-serif;
  font-size: 1.7rem;
  letter-spacing: -0.038em;
  line-height: 1.4;
}
.c-name span {
  display: inline-block;
  font-family: "ヒラギノ角ゴシック W3", "Hiragino Sans W3", sans-serif;
  font-size: 1.5rem;
}

/*============================================
mv
============================================*/
.p-top__mv {
  position: relative;
  height: calc(90vh - 60px);
}

.slide-wrapper {
  position: relative;
  height: 100vh;
  overflow: hidden;
}

.slide__img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: top left;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 0;
  z-index: 10;
  -webkit-animation: slide 24s 0s infinite;
          animation: slide 24s 0s infinite;
}
.slide__img:nth-of-type(2) {
  -webkit-animation-delay: 6s;
          animation-delay: 6s;
}
.slide__img:nth-of-type(3) {
  -webkit-animation-delay: 12s;
          animation-delay: 12s;
}
.slide__img:nth-of-type(4) {
  -webkit-animation-delay: 18s;
          animation-delay: 18s;
}

@-webkit-keyframes slide {
  0% {
    opacity: 0;
  }
  12% {
    opacity: 1;
  }
  24% {
    opacity: 1;
  }
  36% {
    opacity: 0;
    z-index: 9;
  }
  100% {
    opacity: 0;
  }
}

@keyframes slide {
  0% {
    opacity: 0;
  }
  12% {
    opacity: 1;
  }
  24% {
    opacity: 1;
  }
  36% {
    opacity: 0;
    z-index: 9;
  }
  100% {
    opacity: 0;
  }
}
.slide__img__title {
  position: absolute;
  /*top: 25.7%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  left: 50%;
  text-align: center;*/
  text-align: right;
  bottom: 5%;
  right: 5%;
  width: 100%;
  font-family: "din-condensed", sans-serif;
  font-weight: bold;
  font-size: 5rem;
  color: #fff;
}
.slide__img__title2 {
  color: #231815;
    letter-spacing: 0.4em;
  font-size: 4rem;
  right: 3%!important;
}
.slide__img__title3 {
  color: #231815;
}
.slide__img__title4 {
  color: #FFFFFF;
  position: absolute;
  bottom: 2%;
  left: 2%;
  font-size: 1rem;  
  text-shadow:1px 1px 0 #231815, -1px -1px 0 #231815,
              -1px 1px 0 #231815, 1px -1px 0 #231815,
              0px 1px 0 #231815,  0-1px 0 #231815,
              -1px 0 0 #231815, 1px 0 0 #231815;
}
.fv_logo {
  position: absolute;
  top: 3%;
  left: 3%;
  width: 588px;
}

.p-top__mv__body {
  position: absolute;
  bottom: 35px;
  left: 0;
  width: 600px;
  z-index: 20;
}

.p-top__mv__body__img {
  margin-left: 2rem;
  margin-bottom: 2rem;
}
.p-top__mv__body__img img {
  max-width: 516px;
}

.p-top__mv__body__title {
  font-family: "ヒラギノ角ゴ StdN W5", "Hiragino Kaku Gothic StdN W5", sans-serif;
  font-size: 1.86rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  color: #fff;
  margin-left: 3.8rem;
}
.p-top__mv__body__title span {
  display: inline-block;
}

.p-top__mv__bg--shadow {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  display: block;
  width: 100%;
  height: 20rem;
  background: -webkit-gradient(linear, left bottom, left top, from(#000), color-stop(46%, #000), to(transparent));
  background: linear-gradient(bottom, #000, #000 46%, transparent);
  opacity: 0.7;
  z-index: 15;
}
/*============================================
news
============================================*/
.p-top__news {
  height: 25.4rem;
  background-color: #511200;
  color: #fff;
}

.p-top__news__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 90%;
  max-width: 777px;
  height: 100%;
  margin: 0 auto;
  padding: 3rem 0 4rem;
}

.p-top__news__title {
  position: relative;
  font-family: "din-condensed", sans-serif;
  font-weight: bold;
  font-size: 2.72rem;
  margin-bottom: 3rem;
}
.p-top__news__title::before {
  position: absolute;
  bottom: -2px;
  left: 0;
  content: "";
  display: block;
  width: 46px;
  height: 1px;
  background: #fff;
}

.p-top__news__item + .p-top__news__item {
  margin-top: 2rem;
}

.p-top__news__item dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: "ヒラギノ角ゴシック W3", "Hiragino Sans W3", sans-serif;
  font-size: 1.2rem;
  letter-spacing: 0.05em;
}

.p-top__news__item dl dt {
  margin-right: 3.5rem;
}

/*============================================
concept
============================================*/
.p-top__concept {
  color: #511200;
  padding-bottom: 8rem;
  background: url(../img/bg.jpg) repeat-y top left/50%, url(../img/bg_rotate.jpg) repeat-y top right/50%;
  overflow: hidden;
}

.p-top__concept__intro {
  padding: 1.4rem 0 7rem;
  text-align: center;
  background: url(../img/car.png) no-repeat center left/contain;
}

.p-top__concept__intro__inner {
  position: relative;
  left: 4%;
  overflow: hidden;
}

.p-top__concept__logo {
  width: calc(486 / 1460 * 100%);
  min-width: 500px;
  margin: 0 auto 4.4rem;
}

.p-top__concept__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-top__concept__item:nth-child(2) .c-textArea {
  width: calc(633 / 1377 * 100% - 5.4rem);
}
.p-top__concept__item:nth-child(2), .p-top__concept__item:nth-child(3) {
  margin-bottom: 6.5rem;
}
.p-top__concept__item:nth-child(3) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.p-top__concept__item:nth-child(3) .c-textArea {
  margin-right: 7.5rem;
}

.p-top__concept__item:nth-child(2) {
  position: relative;
  z-index: 2;
}
.p-top__concept__item:nth-child(2)::before {
  position: absolute;
  top: -24%;
  right: -11%;
  content: "";
  width: 38%;
  height: 110%;
  background: url(../img/bg_palm.png) no-repeat center right/contain;
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
}

.p-top__concept__item:nth-child(3) {
  position: relative;
  z-index: 1;
}
.p-top__concept__item:nth-child(3)::before {
  position: absolute;
  top: -47%;
  left: -11%;
  content: "";
  width: 38%;
  height: 110%;
  background: url(../img/bg_palm.png) no-repeat center right/contain;
}

.p-top__concept__item:nth-child(4) {
  position: relative;
}
.p-top__concept__item:nth-child(4)::before {
  position: absolute;
  top: -32%;
  right: -11%;
  content: "";
  width: 38%;
  height: 110%;
  background: url(../img/bg_palm.png) no-repeat center right/contain;
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
}

.p-top__concept__item__img {
  width: calc(744 / 1377 * 100%);
}

.p-top__concept__item:nth-child(2) .p-top__concept__item__img {
  position: relative;
  padding-top: calc(231 / 743 * 100%);
}
.p-top__concept__item:nth-child(2) .p-top__concept__item__img .p-top__concept__item__img__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  background: url(../img/concept01_pc.jpg) no-repeat center right/cover;
}

.p-top__concept__item:nth-child(3) .p-top__concept__item__img {
  position: relative;
  padding-top: calc(223 / 743 * 100%);
}
.p-top__concept__item:nth-child(3) .p-top__concept__item__img .p-top__concept__item__img__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  background: url(../img/concept02_pc.jpg) no-repeat top right/cover;
}
.p-top__concept__item:nth-child(4) .p-top__concept__item__img {
  position: relative;
  padding-top: calc(228 / 743 * 100%);
  margin-bottom: 5.5rem;
}
.p-top__concept__item:nth-child(4) .p-top__concept__item__img .p-top__concept__item__img__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  background: url("../img/concept03-1_pc.jpg") no-repeat center right/cover;
}


/*
.p-top__concept__item:nth-child(4) .p-top__concept__item__img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: 2rem;
  margin-bottom: 5.5rem;
}
.p-top__concept__item:nth-child(4) .p-top__concept__item__img .p-top__concept__item__img01 {
  width: calc(400 / 744 * 100%);
  margin-right: 3.7rem;
}
.p-top__concept__item:nth-child(4) .p-top__concept__item__img .p-top__concept__item__img02 {
  width: calc(263 / 744 * 100%);
}
.p-top__concept__item:nth-child(4) .p-top__concept__item__img .p-top__concept__item__img01,
.p-top__concept__item:nth-child(4) .p-top__concept__item__img .p-top__concept__item__img02 {
  position: relative;
}
.p-top__concept__item:nth-child(4) .p-top__concept__item__img .p-top__concept__item__img01::after,
.p-top__concept__item:nth-child(4) .p-top__concept__item__img .p-top__concept__item__img02::after {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  -webkit-box-shadow: 0 0 40px #fff inset, 0 0 40px #fff inset, 0 0 40px #fff inset, 0 0 40px #fff inset, 0 0 40px #fff inset;
          box-shadow: 0 0 40px #fff inset, 0 0 40px #fff inset, 0 0 40px #fff inset, 0 0 40px #fff inset, 0 0 40px #fff inset;
}
*/
.p-top__concept__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 2.7rem;
}
.p-top__concept__items:nth-last-child(2) {
  margin-bottom: 7.5rem;
}

.p-top__concept__item--small {
  width: calc(409 / 1377 * 100%);
}
.p-top__concept__item--small:first-child {
  margin-right: calc(160 / 1377 * 100%);
}

.p-top__concept__item__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-top: 2rem;
}
.p-top__concept__item__body--column {
  display: block;
}
.p-top__concept__item__body--column .c-text {
  width: 100%;
}
.p-top__concept__item__body .p-top__concept__item__img {
  width: calc(259 / 404 * 100%);
  margin-right: 0;
}
.p-top__concept__item__body--column .p-top__concept__item__img {
  width: 100%;
  margin-top: 1.5rem;
  text-align: center;
}
.p-top__concept__item06 .p-top__concept__item__img img {
  width: 23.7rem;
}
.p-top__concept__item05 .c-title--yellow {
  letter-spacing: .03em;
}
.p-top__concept__item06 .c-title--yellow {
  letter-spacing: -0.03em;
}
.p-top_kome {
  margin-top: 3em;
  font-feature-settings: "palt";
  font-size: 1.2rem;
  line-height: 1.5;
}
.p-top_kome--sm {
  margin-top: 1rem;
  font-feature-settings: "palt";
  font-size: 1.1rem;
  letter-spacing: .03em;
  line-height: 1.7;
}
.p-promotion-movie {
  padding-bottom: 6rem;
  background: url(../img/bg.jpg) repeat-y top left / 50%, url(../img/bg_rotate.jpg) repeat-y top right / auto 100%;
  color: #511200;
}
.p-promotion-movie__outer {
  padding-bottom: 3rem;
  background: url('../img/movie_bg_pc.png') no-repeat top left / cover;
}
.p-promotion-movie__inner {
  display: flex;
  justify-content: center;
  width: 95%;
  max-width: 1030px;
  margin: 0 auto;
  padding-top: 4rem;
}
.p-promotion-movie__textArea {
  flex-shrink: 0;
  width: 330px;
}
.p-promotion-movie__textArea .c-title--double {
  margin-bottom: 5rem;
}
.p-promotion-movie__textArea .c-title--en {
  margin-bottom: 2.2rem;
}
.p-promotion-movie__textArea .c-title--en img {
  width: 19rem;
}
.p-promotion-movie__textArea .c-title--ja {
  margin-bottom: 1rem;
  font-size: 1.6rem;
  letter-spacing: .28em;
}
.p-promotion-movie__textArea .c-title--yellow {
  margin-left: -0.3em;
  margin-bottom: 1em;
  padding: 0 0.3em;
  background: linear-gradient(transparent 65%, #FFF33F 65%, #FFF33F 100%);
  font-feature-settings: "palt";
  font-weight: 500px;
  line-height: 1.6;
  white-space: nowrap;
}
.p-promotion-movie__movie {
  position: relative;
  width: 65.2%;
  margin-top: 1.6rem;
  margin-left: 2.8rem;
  padding-top: calc(378 / 1030 * 100%);
}
.p-promotion-movie__movie iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media only screen and (min-width: 1024px) {
  .is-pc {
    display: block;
  }
  .is-tab {
    display: none;
  }
  .is-sp {
    display: none;
  }
  .not-sp {
    display: block;
  }
  .l-header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    width: 83px;
    height: 100vh;
    border-bottom: none;
  }
  .l-header__menu-button {
    width: 100%;
    height: 83px;
  }
  .menu-button__inner {
    width: 4.6rem;
  }
  .menu-button__lineBlock {
    height: 2.4rem;
  }
  .menu-button__line {
    height: 2px;
  }
  .menu-button__line.is-04 {
    -webkit-transform: translateY(11px) rotate(-45deg) scale(0, 1);
            transform: translateY(11px) rotate(-45deg) scale(0, 1);
  }
  .menu-button__line.is-05 {
    -webkit-transform: translateY(-11px) rotate(45deg) scale(0, 1);
            transform: translateY(-11px) rotate(45deg) scale(0, 1);
  }
  .l-header.is-menuopen .menu-button__line.is-04 {
    -webkit-transform: translateY(11px) rotate(-45deg) scale(1, 1);
            transform: translateY(11px) rotate(-45deg) scale(1, 1);
  }
  .l-header.is-menuopen .menu-button__line.is-05 {
    -webkit-transform: translateY(-11px) rotate(45deg) scale(1, 1);
            transform: translateY(-11px) rotate(45deg) scale(1, 1);
  }
  .l-header__body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 83px;
    margin-top: 1.7rem;
  }
  .l-header__logo {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    text-align: center;
  }
  .l-header__logo a {
    width: 64%;
    margin: 0 auto;
  }
  .l-header__contact {
    position: absolute;
    bottom: 22px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .l-header__contact__items {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .l-header__contact__items .l-header__contact__item:nth-child(1),
.l-header__contact__items .l-header__contact__item:nth-child(2) {
    border-bottom: 1px solid #000;
    border-right: none;
  }
  .l-header__contact__items .l-header__contact__item:nth-child(1) a,
.l-header__contact__items .l-header__contact__item:nth-child(2) a {
    font-size: 12px;
    line-height: 1.6;
    padding: 8px 0;
  }
  .l-header__contact__items .l-header__contact__item:nth-child(1) {
    border-top: 1px solid #040404;
    border-left: none;
  }
  .l-header__contact__items .l-header__contact__item:nth-child(3) {
    display: block;
    margin-top: 16px;
  }
  .l-header__contact__items .l-header__contact__item:nth-child(3) a {
    margin-top: 0;
  }
  .l-header__contact__items .l-header__contact__item:nth-child(3) a img {
    width: 62%;
  }
  .l-header__nav {
    top: 0;
    right: -120%;
    width: 430px;
    height: 100vh;
  }
  .l-header.is-menuopen .l-header__nav {
    top: 0;
    right: 83px;
  }
  .l-header.is-menuopen .l-header__nav ul {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 4rem 4rem 4rem 8rem;
  }
  .l-header.is-menuopen .l-header__nav ul li + li {
    margin-top: 7vh;
  }
  .l-scroll {
    padding-right: 83px;
    margin-top: 0;
  }
  .p-top__mv {
    height: 100vh;
  }
  .p-top__concept__item--small {
    min-width: 409px;
  }
}
@media only screen and (min-width: 1400px) {
  .p-promotion-movie__inner {
    max-width: 79.5%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .is-pc {
    display: none;
  }
  .is-tab {
    display: block;
  }
  .is-sp {
    display: none;
  }
  .not-sp {
    display: block;
  }
  html {
    font-size: 56.25%;
  }
  .slide-wrapper {
    height: calc(100vh - 60px);
  }
  /*.slide__img:nth-of-type(2) {
    background-position: bottom right 15%;
  }
  .slide__img:nth-of-type(3) {
    background-position: center right 25%;
  }*/
  .p-top__mv__body__img img {
    -webkit-transform: scale(0.93);
            transform: scale(0.93);
    position: relative;
    left: -1.2rem;
  }
  .p-top__concept__item:nth-child(3) .c-textArea {
    margin-right: 2.7rem;
  }
  .p-top__concept__item--small {
    width: calc(635 / 1377 * 100%);
  }
  .fv_logo {
    width: 400px;
  }
}
@media only screen and (max-width: 767px) {
  .is-pc {
    display: none;
  }
  .is-tab {
    display: none;
  }
  .is-sp {
    display: block;
  }
  .not-sp {
    display: none;
  }
  .l-header__nav .l-header__nav__link span {
    font-size: 1.3rem;
  }
  .l-footer {
    padding: 2.5rem 0 2.2rem;
  }
  .l-footer__body {
    display: block;
    margin-bottom: 4.8rem;
    text-align: center;
  }
  .l-footer__logo {
    width: 32%;
    min-width: 120px;
    margin: 0 auto 3.2rem;
  }
  .l-footer__textArea {
    display: block;
  }
  .l-footer__textArea__contact {
    margin-right: 0;
    margin-bottom: 1rem;
  }
  .l-footer__textArea__contact a {
    font-size: 3.4rem;
  }
  .l-footer__textArea__text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .l-footer__textArea__text p {
    font-size: 1.3rem;
    letter-spacing: 0.04em;
  }
  .l-footer__textArea__text p:first-child {
    margin-right: 1.2rem;
  }
  .copyright {
    font-size: 1.25rem;
  }
  .l-section:nth-child(1) {
    padding: 10.8rem 0 6rem;
  }
  .l-section:nth-child(2) {
    padding: 6rem 0 4.5rem;
  }
  .p-summary__outline .l-container {
    width: 90.7%;
  }
  .p-top__concept__intro .c-title--yellow {
    font-size: 2.25rem;
    letter-spacing: 0.03em;
  }
  .p-top__concept__item .c-title--yellow span,
.p-top__concept__item--small .c-title--yellow span {
    line-height: 1.6279069767;
  }
  .c-title--en img {
    width: 74%;
  }
  .p-summary__division .c-title--en img {
    position: relative;
    left: 7%;
  }
  .p-summary__map .c-title--en img {
    position: relative;
    left: 9%;
  }
  .p-summary__outline .c-title--en img {
    width: 100%;
  }
  .c-title--double {
    margin-bottom: 3.7rem;
  }
  .p-summary__map .c-title--double {
    margin-right: 0;
    margin-bottom: 4rem;
  }
  .p-summary__map .c-title--double .c-title--en img {
    width: 45.4%;
  }
  .c-title--ja {
    width: 64px;
    font-size: 1.6rem;
    margin-left: auto;
    margin-right: auto;
  }
  .p-summary__map .c-title--double .c-title--ja {
    width: 88px;
  }
  .c-title--double.-line {
    width: 100%;
    margin-bottom: 3.7rem;
  }
  .c-title--double.-line::after {
    right: 50%;
    -webkit-transform: translateX(48%);
            transform: translateX(48%);
  }
  .c-title--double.-line .c-title--en {
    width: 62.6%;
  }
  .c-title--double.-line .c-title--ja {
    width: 84px;
    margin-right: 0;
    letter-spacing: 0.3em;
  }
  .p-summary__outline__body {
    width: 94.7%;
    margin: 0 auto;
  }
  .c-text {
    font-size: 1.55rem;
    letter-spacing: 0.04em;
    line-height: calc(56 / 31);
  }
  .p-top__concept__intro .c-text {
    font-size: 1.6rem;
    letter-spacing: 0.03em;
    line-height: calc(63 / 32);
    margin-bottom: 1.3rem;
  }
  .p-top__concept__item__body .c-text {
    width: 100%;
  }
  .p-top__concept__item__body .c-text--narrow {
    letter-spacing: .12em;
  }
  .c-textArea {
    margin: 0;
  }
  .c-name {
    font-size: 1.5rem;
  }
  .c-name span {
    font-size: 1.3rem;
  }
  .p-top__mv > p {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 50px;
    background: rgba(0, 0, 0, 0.1);
    font-size: 1.8rem;
    letter-spacing: 0.08em;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
  .slide-wrapper {
    height: calc(100vh - 220px);
  }
  .slide__img {
    background-size: cover;
  }
  .slide__img:nth-of-type(1) {
    background-image: url(../img/first-view01_sp.jpg) !important;
  }
  .slide__img:nth-of-type(2) {
    background-image: url(../img/first-view02_sp.jpg) !important;
    background-position: center right;
  }
  .slide__img:nth-of-type(3) {
    background-image: url(../img/first-view03_sp.jpg) !important;
    background-position: top 50% right;
    color: #fff;
  }
  .slide__img:nth-of-type(4) {
    background-image: url("../img/first-view04_sp.jpg") !important;
    background-position: center;
  }
  .slide__img__title {
    font-size: 4.6rem;
    top: 16%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  left: 50%;
  text-align: center;
    right: inherit!important;
    color: #231815;
  }
  .slide__img__title2 {
    font-size: 2.6rem;
    top: 16%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  left: 50%;
  text-align: center;
    right: inherit!important;
  }
  .slide__img__title4 {
    left: revert;
    right: 2%;
    bottom: 10%;
    z-index: 100;
  }
  .fv_logo {
    display: none;
  }
  .p-top__mv__body {
    width: 100%;
    bottom: 16px;
  }
  .p-top__mv__body__img {
    margin-left: 2.5rem;
    margin-right: 2.5rem;
    text-align: center;
    margin-bottom: 0;
  }
  .p-top__mv__body__img img {
    width: 100%;
    max-width: 316px;
  }
  .p-top__mv__body__title {
    font-size: 1.75rem;
    text-align: center;
    margin-left: 0;
  }
  .p-top__mv__body__title:nth-of-type(1) {
    display: none;
  }
  .p-top__mv__bg--shadow {
    height: 136px;
    background: -webkit-gradient(linear, left bottom, left top, from(#000), color-stop(77%, #000), to(transparent));
    background: linear-gradient(bottom, #000, #000 77%, transparent);
    opacity: 1;
  }
  .p-top__news {
    height: unset;
  }
  .p-top__news__inner {
    width: 86.7%;
    padding: 2.5rem 0 1.8rem;
  }
  .p-top__news__item:last-child {
    margin-bottom: 4.5rem;
  }
  .p-top__news__item dl {
    display: block;
    font-size: 1.5rem;
  }
  .p-top__news__item dl dt {
    margin-bottom: 0.8em;
  }
  .p-top__news__item dl dd {
    line-height: calc(40 / 30);
  }
  .p-top__concept {
    padding-bottom: 5rem;
    background: url(../img/bg.jpg) repeat-y top center/contain;
  }
  .p-top__concept__intro {
    padding: 2.3rem 0 3.9rem;
    background: none;
  }
  .p-top__concept__intro__inner {
    left: 0;
  }
  .p-top__concept__logo {
    width: 88.7%;
    min-width: 200px;
    margin: 0 auto 2.7rem;
  }
  .p-top__concept__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    margin: 0 2.5rem 0 4rem;
  }
  .p-top__concept__item:nth-child(2) .c-textArea {
    width: 100%;
  }
  .p-top__concept__item:nth-child(2), .p-top__concept__item:nth-child(3) {
    margin-bottom: 3.8rem;
  }
  .p-top__concept__item:nth-child(3) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .p-top__concept__item:nth-child(3) .c-textArea {
    margin-right: 0;
  }
  .p-top__concept__item:nth-child(2)::before {
    top: -49%;
    right: -31%;
    width: 88%;
  }
  .p-top__concept__item:nth-child(3)::before {
    content: none;
  }
  .p-top__concept__item:nth-child(3)::after {
    position: absolute;
    top: -32%;
    right: -31%;
    content: "";
    width: 88%;
    height: 81%;
    background: url(../img/bg_palm.png) no-repeat center right/contain;
    -webkit-transform: rotateY(180deg);
            transform: rotateY(180deg);
  }
  .p-top__concept__item:nth-child(4)::before {
    top: -48%;
    right: -31%;
    width: 88%;
  }
  .p-top__concept__item__img {
    width: calc(100vw - 5.5rem);
    margin-top: 1.4rem;
  }
  .p-top__concept__item:nth-child(2) .p-top__concept__item__img {
    padding-top: calc(500 / 680 * 100%);
  }
  .p-top__concept__item:nth-child(2) .p-top__concept__item__img .p-top__concept__item__img__bg {
    background: url(../img/concept01_sp.jpg) no-repeat bottom left / cover;
  }
  .p-top__concept__item:nth-child(3) .p-top__concept__item__img {
    padding-top: calc(400 / 680 * 100%);
  }
  .p-top__concept__item:nth-child(3) .p-top__concept__item__img .p-top__concept__item__img__bg {
    background: url(../img/concept02_sp.jpg) no-repeat center center / cover;
  }
  .p-top__concept__item:nth-child(3) .p-top__concept__item__img {
    margin-left: -4rem;
  }
  .p-top__concept__item:nth-child(4) .p-top__concept__item__img {
    padding-top: calc(490 / 680 * 100%);
  }
  .p-top__concept__item:nth-child(4) .p-top__concept__item__img .p-top__concept__item__img__bg {
    background: url(../img/concept03-1_sp.jpg) no-repeat bottom left / cover;
  }
  .p-top__concept__items {
    display: block;
    margin: 0 4rem;
  }
  .p-top__concept__items:nth-last-child(2) {
    margin-bottom: 0;
  }
  .p-top__concept__item--small {
    width: 100%;
    margin-bottom: 5rem;
  }
  .p-top__concept__items:last-child .p-top__concept__item--small:last-child {
    margin-bottom: 0;
  }
  .p-top__concept__item__body {
    display: block;
  }
  .p-top__concept__item__body .p-top__concept__item__img {
    width: 100%;
  }
  .p-top_kome {
    font-size: .9rem;
  }
  .p-top_kome--sm {
    font-size: .9rem;
  }
  .p-promotion-movie {
    padding-bottom: 4rem;
  }
  .p-promotion-movie__outer {
    background: url('../img/movie_bg_sp.png') no-repeat top left / cover;
  }
  .p-promotion-movie__inner {
    display: block;
    width: 100%;
    padding: 2.8rem 1.8rem 0;
  }
  .p-promotion-movie__textArea {
    width: 100%;
    padding: 0 1.5rem;
  }
  .p-promotion-movie__textArea .c-title--double {
    margin-bottom: 3rem;
  }
  .p-promotion-movie__textArea .c-title--en {
    margin-bottom: 1.5rem;
  }
  .p-promotion-movie__textArea .c-title--en img {
    width: 117px;
  }
  .p-promotion-movie__textArea .c-title--ja {
    width: 148px;
    margin-left: 0;
    font-size: 1.2rem;
    letter-spacing: .15em;
  }
  .p-promotion-movie__textArea .c-title--yellow {
    margin-bottom: 0.2em;
    margin-left: -0.1em;
    padding: 0 0.1em;
    background: linear-gradient(transparent 70%, #FFF33F 70%, #FFF33F 90%, transparent 90%, transparent 100%);
    font-size: 2.2rem;
    font-weight: 700;
    letter-spacing: .05em;
  }
  .p-promotion-movie__textArea .c-title--yellow:first-of-type {
    display: none;
  }
  .p-promotion-movie__textArea .c-title--yellow.is-sp {
    display: inline-block;
  }
  .p-promotion-movie__movie {
    width: 100%;
    margin-top: 2.7rem;
    margin-left: 0;
    padding-top: calc(190 / 336 * 100%);
  }
  .p-promotion-movie__movie_pc {
    display: none;
  }
}
@media screen and (max-width: 375px) {
  .l-header__contact__items .l-header__contact__item:nth-child(1) a,
.l-header__contact__items .l-header__contact__item:nth-child(2) a {
    font-size: 11px;
    padding: 16px 8px;
  }

  .l-header__contact__items .l-header__contact__item:nth-child(3) {
    width: 41px;
  }

  .l-header__contact__items .l-header__contact__item:nth-child(3) a img {
    width: 53%;
  }
}
@media screen and (max-width: 374px) {
  .p-promotion-movie__textArea .c-title--yellow {
    font-size: 2rem;
    white-space: nowrap;
  }
}
@media screen and (min-width: 321px) {
  .copyright small br {
    display: none;
  }
}
@media screen and (max-width: 370px) {
  .p-top__mv > p,
.p-top__mv__body__title.is-sp {
    font-size: 4.7vw;
  }
}
@media screen and (max-width: 1200px) {
  .p-top__concept__item--small:first-child {
    margin-right: calc(100 / 1377 * 100%);
  }
}