@charset 'utf-8';
/* use npm version */
/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */

/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Correct the line height in all browsers.
 * 3. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */


@font-face {
  font-family: 'Libre Baskerville';
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/LibreBaskerville.woff2") format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
	display: swap;}




/* Document
   ========================================================================== */

html {
  font-family: sans-serif; /* 1 */
  line-height: 1.15; /* 2 */
  -ms-text-size-adjust: 100%; /* 3 */
  -webkit-text-size-adjust: 100%; /* 3 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers (opinionated).
 */

body {
  margin: 0;
}

/**
 * Add the correct display in IE 9-.
 */

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

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */

figcaption,
figure,
main { /* 1 */
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */

figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  -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
   ========================================================================== */

/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */

a {
  background-color: transparent; /* 1 */
  -webkit-text-decoration-skip: objects; /* 2 */
}

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */

a:active,
a:hover {
  outline-width: 0;
}

/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */

b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font style in Android 4.3-.
 */

dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */

mark {
  background-color: #ff0;
  color: #000;
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 */

audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */

audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Remove the border on images inside links in IE 10-.
 */

img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */

svg:not(:root) {
  overflow: hidden;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */

button,
html [type="button"], /* 1 */
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

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

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */

[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */

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

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */

details, /* 1 */
menu {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Scripting
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 */

canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */

template {
  display: none;
}

/* Hidden
   ========================================================================== */

/**
 * Add the correct display in IE 10-.
 */

[hidden] {
  display: none;
}

/* original */
html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
a,
p,
span,
em,
small,
strong,
sub,
sup,
mark,
del,
ins,
strike,
abbr,
dfn,
blockquote,
q,
cite,
code,
pre,
li,
dl,
dt,
dd,
div,
section,
article,
main,
aside,
nav,
header,
hgroup,
footer,
img,
figure,
figcaption,
address,
time,
audio,
video,
canvas,
iframe,
details,
summary,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  margin: 0;
  padding: 0;
  border: 0;
}
html {
  font-size: 62.5%;
}
body {
  font-size: 1.5rem;
  line-height: 1.5;
}
article,
aside,
footer,
header,
nav,
section,
main {
  display: block;
}
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
  border: 1px solid #cdcdcd;
  margin: 0 0 20px;
  width: 100%;
}
tr,
td,
th {
  vertical-align: middle;
}
thead th {
  border-bottom: 1px solid #acacac;
  background-color: rgba(205,205,205,0.5);
}
th,
td {
  padding: 0.75rem;
  border: 1px solid #cdcdcd;
}
th {
  text-align: left;
  background-color: #f6f6f6;
}
ol,
ul {
  margin: 0;
  list-style: none;
  padding: 0;
}
img,
video {
  max-width: 100%;
}
img {
  border-style: none;
  vertical-align: top;
}
code,
kbd,
tt,
var {
  color: #fff;
  background: #000;
  font-family: "Consolas", "monaco", monospace;
  font-size: 1.2rem;
}
dfn,
cite,
em,
i {
  font-style: italic;
}
dt {
  font-weight: bold;
}
dd {
  margin: 0 0 20px;
}
address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}
pre {
  overflow: auto;
  padding: 1.5rem;
  color: #fff;
  background: #000;
  font-family: "Consolas", "monaco", monospace;
  font-size: 1.2rem;
  line-height: 1.5;
}
@font-face {
  font-family: 'Anton';
  font-style: normal;
  font-weight: normal;
  font-display: swap;
  src: url("../fonts/Anton-Regular.eot");
  src: local("Anton Regular"), url("../fonts/Anton-Regular.eot?#iefix") format('embedded-opentype'), url("../fonts/Anton-Regular.woff2") format('woff2'), url("../fonts/Anton-Regular.woff") format('woff'), url("../fonts/Anton-Regular.ttf") format('truetype');
}
@font-face {
  font-family: 'Hudson NY';
  font-style: normal;
  font-weight: normal;
  font-display: swap;
  src: url("../fonts/Hudson-NY.eot");
  src: local("Hudson NY Regular"), url("../fonts/Hudoson-NY.eot?#iefix") format('embedded-opentype'), url("../fonts/Hudson-NY.woff2") format('woff2'), url("../fonts/Hudson-NY.woff") format('woff'), url("../fonts/Hudson-NY.ttf") format('truetype');
}
#wpadminbar .ab-sub-wrapper,
#wpadminbar ul,
#wpadminbar ul li {
  opacity: 1;
}
#wpadminbar #wp-admin-bar-user-info .avatar {
  max-height: 64px;
}
html {
  font-family: "Noto Sans JP", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  color: #000;
  letter-spacing: 0.1em;
}
a {
  text-decoration: none;
  color: #000;
}
img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
}
@media screen and (max-width: 750px) {
  img {
    width: 100%;
  }
}
#wrap {
  overflow: hidden;
}
.inner {
  max-width: 1020px;
  margin: 0 auto;
  padding: 0 10px;
}
@media screen and (max-width: 750px) {
  .inner {
    padding: 0 20px;
  }
}
.contentInner {
  padding-top: 65px;
}
#border {
  position: absolute;
  top: calc(100vh - 75px);
  right: 4.75vw;
  z-index: 7;
}
@media screen and (max-width: 750px) {
  #border {
    display: none;
  }
}
#main {
  padding: 50px 0 100px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
}
@media screen and (max-width: 750px) {
  #main {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    padding: 50px 0 0;
  }
}
#main.-pageList .paging {
  -webkit-box-ordinal-group: 4;
  -webkit-order: 3;
      -ms-flex-order: 3;
          order: 3;
}
@media screen and (min-width: 751px) {
  #main.-pageList .paging {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 0;
  }
}
@media screen and (max-width: 750px) {
  #main.-pageList .paging {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
    padding: 0;
    margin: 50px 0 0;
  }
}
#mainContent {
  max-width: 728px;
  width: 100%;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
      -ms-flex-order: 1;
          order: 1;
}
@media screen and (min-width: 751px) {
  #mainContent {
    margin-right: 20px;
    width: calc(100% - 224px);
  }
}
#sideContent {
  width: 204px;
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
      -ms-flex-order: 2;
          order: 2;
}
@media screen and (max-width: 750px) {
  #sideContent {
    width: 100%;
    border-top: 1px solid #000;
    margin: 50px 0 0;
    padding: 50px 0 0;
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
        -ms-flex-order: 3;
            order: 3;
  }
}
.sideSec + .sideSec {
  margin-top: 50px;
}
.sideTitle {
  border: 1px solid #000;
  font-size: 1.6rem;
  letter-spacing: 0.07em;
  padding: 7px 15px 6px;
  position: relative;
}
.sideTitle::before {
  content: "";
  border: 5px solid transparent;
  border-radius: 2.5px;
  border-top: 8px solid #000;
}
.sideTitle::before {
  position: absolute;
  top: 50%;
  margin-top: -5px;
  right: 15px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.sideList > li {
  padding: 10px 0;
  border-bottom: 1px solid #e2e2e2;
}
.sideList a {
  font-size: 1.3rem;
}
.js-accordionHead:hover {
  cursor: pointer;
}
.js-accordionHead.-open .sideTitle::before {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
  margin-top: -10px;
}
.js-accordionBody {
  display: none;
}
.js-accordionBody.-open {
  display: block;
}
.hr {
  border: 0;
  border-top: 1px solid #ededed;
  margin: 75px 0;
}
.anton {
  font-family: 'Libre Baskerville', serif;
  font-weight: normal !important;
}
.hudson {
  font-family: 'Hudson NY', sans-serif;
}
.border {
  border: 0;
  width: 1px;
  height: 150px;
  overflow: hidden;
  position: relative;
  display: block;
}
.border::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 150px;
  background: #fff;
  -webkit-animation: scroll_effect 3s cubic-bezier(0.3, 0.4, 0.1, 1) infinite;
          animation: scroll_effect 3s cubic-bezier(0.3, 0.4, 0.1, 1) infinite;
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
  -webkit-transform: translateY(-100%);
      -ms-transform: translateY(-100%);
          transform: translateY(-100%);
}
.border.-bk::before {
  background: #000;
}
.border.bgWhite {
  background: #fff;
}
.border.bgWhite::before {
  background: #000;
}
.border.defaultDisp::before {
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
}
.border.secLine {
  margin: 50px auto;
}
.border.l2r,
.border.r2l {
  width: 100px;
  height: 1px;
}
.border.l2r::before,
.border.r2l::before {
  width: 100px;
  height: 1px;
}
.border.l2r::before {
  -webkit-animation: scroll_effect_l2r 3s cubic-bezier(0.3, 0.4, 0.1, 1) infinite;
          animation: scroll_effect_l2r 3s cubic-bezier(0.3, 0.4, 0.1, 1) infinite;
  -webkit-transform: translateX(-100%);
      -ms-transform: translateX(-100%);
          transform: translateX(-100%);
}
.border.r2l::before {
  -webkit-animation: scroll_effect_r2l 3s cubic-bezier(0.3, 0.4, 0.1, 1) infinite;
          animation: scroll_effect_r2l 3s cubic-bezier(0.3, 0.4, 0.1, 1) infinite;
  -webkit-transform: translateX(100%);
      -ms-transform: translateX(100%);
          transform: translateX(100%);
}
.border.hover::before {
  -webkit-animation: none;
          animation: none;
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
a:hover .border.l2r.hover::before {
  -webkit-transform: translateX(100%);
      -ms-transform: translateX(100%);
          transform: translateX(100%);
}
a:hover .border.r2l.hover::before {
  -webkit-transform: translateX(-100%);
      -ms-transform: translateX(-100%);
          transform: translateX(-100%);
}
.animeDelay1::before {
  -webkit-animation-delay: 0.3s !important;
          animation-delay: 0.3s !important;
}
.animeDelay2::before {
  -webkit-animation-delay: 0.6s !important;
          animation-delay: 0.6s !important;
}
.animeDelay3::before {
  -webkit-animation-delay: 0.9s !important;
          animation-delay: 0.9s !important;
}
.animeDelay4::before {
  -webkit-animation-delay: 1.2s !important;
          animation-delay: 1.2s !important;
}
.animeDelay5::before {
  -webkit-animation-delay: 1.5s !important;
          animation-delay: 1.5s !important;
}
.animeDelay6::before {
  -webkit-animation-delay: 1.8s !important;
          animation-delay: 1.8s !important;
}
.animeDelay7::before {
  -webkit-animation-delay: 2.1s !important;
          animation-delay: 2.1s !important;
}
.animeDelay8::before {
  -webkit-animation-delay: 2.4s !important;
          animation-delay: 2.4s !important;
}
.animeDelay9::before {
  -webkit-animation-delay: 2.7s !important;
          animation-delay: 2.7s !important;
}
.animeDelay10::before {
  -webkit-animation-delay: 3s !important;
          animation-delay: 3s !important;
}
.menuDelay1 {
  -webkit-animation-delay: 0.3s !important;
          animation-delay: 0.3s !important;
}
.menuDelay2 {
  -webkit-animation-delay: 0.6s !important;
          animation-delay: 0.6s !important;
}
.menuDelay3 {
  -webkit-animation-delay: 0.9s !important;
          animation-delay: 0.9s !important;
}
.menuDelay4 {
  -webkit-animation-delay: 1.2s !important;
          animation-delay: 1.2s !important;
}
.menuDelay5 {
  -webkit-animation-delay: 1.5s !important;
          animation-delay: 1.5s !important;
}
.menuDelay6 {
  -webkit-animation-delay: 1.8s !important;
          animation-delay: 1.8s !important;
}
.menuDelay7 {
  -webkit-animation-delay: 2.1s !important;
          animation-delay: 2.1s !important;
}
.menuDelay8 {
  -webkit-animation-delay: 2.4s !important;
          animation-delay: 2.4s !important;
}
.menuDelay9 {
  -webkit-animation-delay: 2.7s !important;
          animation-delay: 2.7s !important;
}
.fadeInUp {
  opacity: 0;
  -webkit-transform: translateY(70px);
      -ms-transform: translateY(70px);
          transform: translateY(70px);
  -webkit-transition: 1s;
  transition: 1s;
}
.delay1 {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}
.delay2 {
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}
.delay3 {
  -webkit-transition-delay: 0.7s;
          transition-delay: 0.7s;
}
.delay4 {
  -webkit-transition-delay: 0.9s;
          transition-delay: 0.9s;
}
.mt0 {
  margin-top: 0 !important;
}
.mb0 {
  margin-bottom: 0 !important;
}
.pt0 {
  padding-top: 0 !important;
}
.pb0 {
  padding-bottom: 0 !important;
}
.mt5 {
  margin-top: 5px !important;
}
@media screen and (min-width: 751px) {
  .mt5-pc {
    margin-top: 5px !important;
  }
}
@media screen and (max-width: 750px) {
  .mt5-sp {
    margin-top: 5px !important;
  }
}
.mb5 {
  margin-top: 5px !important;
}
@media screen and (min-width: 751px) {
  .mb5-pc {
    margin-top: 5px !important;
  }
}
@media screen and (max-width: 750px) {
  .mb5-sp {
    margin-top: 5px !important;
  }
}
.mt10 {
  margin-top: 10px !important;
}
@media screen and (min-width: 751px) {
  .mt10-pc {
    margin-top: 10px !important;
  }
}
@media screen and (max-width: 750px) {
  .mt10-sp {
    margin-top: 10px !important;
  }
}
.mb10 {
  margin-top: 10px !important;
}
@media screen and (min-width: 751px) {
  .mb10-pc {
    margin-top: 10px !important;
  }
}
@media screen and (max-width: 750px) {
  .mb10-sp {
    margin-top: 10px !important;
  }
}
.mt15 {
  margin-top: 15px !important;
}
@media screen and (min-width: 751px) {
  .mt15-pc {
    margin-top: 15px !important;
  }
}
@media screen and (max-width: 750px) {
  .mt15-sp {
    margin-top: 15px !important;
  }
}
.mb15 {
  margin-top: 15px !important;
}
@media screen and (min-width: 751px) {
  .mb15-pc {
    margin-top: 15px !important;
  }
}
@media screen and (max-width: 750px) {
  .mb15-sp {
    margin-top: 15px !important;
  }
}
.mt20 {
  margin-top: 20px !important;
}
@media screen and (min-width: 751px) {
  .mt20-pc {
    margin-top: 20px !important;
  }
}
@media screen and (max-width: 750px) {
  .mt20-sp {
    margin-top: 20px !important;
  }
}
.mb20 {
  margin-top: 20px !important;
}
@media screen and (min-width: 751px) {
  .mb20-pc {
    margin-top: 20px !important;
  }
}
@media screen and (max-width: 750px) {
  .mb20-sp {
    margin-top: 20px !important;
  }
}
.mt25 {
  margin-top: 25px !important;
}
@media screen and (min-width: 751px) {
  .mt25-pc {
    margin-top: 25px !important;
  }
}
@media screen and (max-width: 750px) {
  .mt25-sp {
    margin-top: 25px !important;
  }
}
.mb25 {
  margin-top: 25px !important;
}
@media screen and (min-width: 751px) {
  .mb25-pc {
    margin-top: 25px !important;
  }
}
@media screen and (max-width: 750px) {
  .mb25-sp {
    margin-top: 25px !important;
  }
}
.mt30 {
  margin-top: 30px !important;
}
@media screen and (min-width: 751px) {
  .mt30-pc {
    margin-top: 30px !important;
  }
}
@media screen and (max-width: 750px) {
  .mt30-sp {
    margin-top: 30px !important;
  }
}
.mb30 {
  margin-top: 30px !important;
}
@media screen and (min-width: 751px) {
  .mb30-pc {
    margin-top: 30px !important;
  }
}
@media screen and (max-width: 750px) {
  .mb30-sp {
    margin-top: 30px !important;
  }
}
.mt35 {
  margin-top: 35px !important;
}
@media screen and (min-width: 751px) {
  .mt35-pc {
    margin-top: 35px !important;
  }
}
@media screen and (max-width: 750px) {
  .mt35-sp {
    margin-top: 35px !important;
  }
}
.mb35 {
  margin-top: 35px !important;
}
@media screen and (min-width: 751px) {
  .mb35-pc {
    margin-top: 35px !important;
  }
}
@media screen and (max-width: 750px) {
  .mb35-sp {
    margin-top: 35px !important;
  }
}
.mt40 {
  margin-top: 40px !important;
}
@media screen and (min-width: 751px) {
  .mt40-pc {
    margin-top: 40px !important;
  }
}
@media screen and (max-width: 750px) {
  .mt40-sp {
    margin-top: 40px !important;
  }
}
.mb40 {
  margin-top: 40px !important;
}
@media screen and (min-width: 751px) {
  .mb40-pc {
    margin-top: 40px !important;
  }
}
@media screen and (max-width: 750px) {
  .mb40-sp {
    margin-top: 40px !important;
  }
}
.mt45 {
  margin-top: 45px !important;
}
@media screen and (min-width: 751px) {
  .mt45-pc {
    margin-top: 45px !important;
  }
}
@media screen and (max-width: 750px) {
  .mt45-sp {
    margin-top: 45px !important;
  }
}
.mb45 {
  margin-top: 45px !important;
}
@media screen and (min-width: 751px) {
  .mb45-pc {
    margin-top: 45px !important;
  }
}
@media screen and (max-width: 750px) {
  .mb45-sp {
    margin-top: 45px !important;
  }
}
.mt50 {
  margin-top: 50px !important;
}
@media screen and (min-width: 751px) {
  .mt50-pc {
    margin-top: 50px !important;
  }
}
@media screen and (max-width: 750px) {
  .mt50-sp {
    margin-top: 50px !important;
  }
}
.mb50 {
  margin-top: 50px !important;
}
@media screen and (min-width: 751px) {
  .mb50-pc {
    margin-top: 50px !important;
  }
}
@media screen and (max-width: 750px) {
  .mb50-sp {
    margin-top: 50px !important;
  }
}
.mt55 {
  margin-top: 55px !important;
}
@media screen and (min-width: 751px) {
  .mt55-pc {
    margin-top: 55px !important;
  }
}
@media screen and (max-width: 750px) {
  .mt55-sp {
    margin-top: 55px !important;
  }
}
.mb55 {
  margin-top: 55px !important;
}
@media screen and (min-width: 751px) {
  .mb55-pc {
    margin-top: 55px !important;
  }
}
@media screen and (max-width: 750px) {
  .mb55-sp {
    margin-top: 55px !important;
  }
}
.mt60 {
  margin-top: 60px !important;
}
@media screen and (min-width: 751px) {
  .mt60-pc {
    margin-top: 60px !important;
  }
}
@media screen and (max-width: 750px) {
  .mt60-sp {
    margin-top: 60px !important;
  }
}
.mb60 {
  margin-top: 60px !important;
}
@media screen and (min-width: 751px) {
  .mb60-pc {
    margin-top: 60px !important;
  }
}
@media screen and (max-width: 750px) {
  .mb60-sp {
    margin-top: 60px !important;
  }
}
.mt65 {
  margin-top: 65px !important;
}
@media screen and (min-width: 751px) {
  .mt65-pc {
    margin-top: 65px !important;
  }
}
@media screen and (max-width: 750px) {
  .mt65-sp {
    margin-top: 65px !important;
  }
}
.mb65 {
  margin-top: 65px !important;
}
@media screen and (min-width: 751px) {
  .mb65-pc {
    margin-top: 65px !important;
  }
}
@media screen and (max-width: 750px) {
  .mb65-sp {
    margin-top: 65px !important;
  }
}
.mt70 {
  margin-top: 70px !important;
}
@media screen and (min-width: 751px) {
  .mt70-pc {
    margin-top: 70px !important;
  }
}
@media screen and (max-width: 750px) {
  .mt70-sp {
    margin-top: 70px !important;
  }
}
.mb70 {
  margin-top: 70px !important;
}
@media screen and (min-width: 751px) {
  .mb70-pc {
    margin-top: 70px !important;
  }
}
@media screen and (max-width: 750px) {
  .mb70-sp {
    margin-top: 70px !important;
  }
}
.mt75 {
  margin-top: 75px !important;
}
@media screen and (min-width: 751px) {
  .mt75-pc {
    margin-top: 75px !important;
  }
}
@media screen and (max-width: 750px) {
  .mt75-sp {
    margin-top: 75px !important;
  }
}
.mb75 {
  margin-top: 75px !important;
}
@media screen and (min-width: 751px) {
  .mb75-pc {
    margin-top: 75px !important;
  }
}
@media screen and (max-width: 750px) {
  .mb75-sp {
    margin-top: 75px !important;
  }
}
.mt80 {
  margin-top: 80px !important;
}
@media screen and (min-width: 751px) {
  .mt80-pc {
    margin-top: 80px !important;
  }
}
@media screen and (max-width: 750px) {
  .mt80-sp {
    margin-top: 80px !important;
  }
}
.mb80 {
  margin-top: 80px !important;
}
@media screen and (min-width: 751px) {
  .mb80-pc {
    margin-top: 80px !important;
  }
}
@media screen and (max-width: 750px) {
  .mb80-sp {
    margin-top: 80px !important;
  }
}
.mt85 {
  margin-top: 85px !important;
}
@media screen and (min-width: 751px) {
  .mt85-pc {
    margin-top: 85px !important;
  }
}
@media screen and (max-width: 750px) {
  .mt85-sp {
    margin-top: 85px !important;
  }
}
.mb85 {
  margin-top: 85px !important;
}
@media screen and (min-width: 751px) {
  .mb85-pc {
    margin-top: 85px !important;
  }
}
@media screen and (max-width: 750px) {
  .mb85-sp {
    margin-top: 85px !important;
  }
}
.mt90 {
  margin-top: 90px !important;
}
@media screen and (min-width: 751px) {
  .mt90-pc {
    margin-top: 90px !important;
  }
}
@media screen and (max-width: 750px) {
  .mt90-sp {
    margin-top: 90px !important;
  }
}
.mb90 {
  margin-top: 90px !important;
}
@media screen and (min-width: 751px) {
  .mb90-pc {
    margin-top: 90px !important;
  }
}
@media screen and (max-width: 750px) {
  .mb90-sp {
    margin-top: 90px !important;
  }
}
.mt95 {
  margin-top: 95px !important;
}
@media screen and (min-width: 751px) {
  .mt95-pc {
    margin-top: 95px !important;
  }
}
@media screen and (max-width: 750px) {
  .mt95-sp {
    margin-top: 95px !important;
  }
}
.mb95 {
  margin-top: 95px !important;
}
@media screen and (min-width: 751px) {
  .mb95-pc {
    margin-top: 95px !important;
  }
}
@media screen and (max-width: 750px) {
  .mb95-sp {
    margin-top: 95px !important;
  }
}
.mt100 {
  margin-top: 100px !important;
}
@media screen and (min-width: 751px) {
  .mt100-pc {
    margin-top: 100px !important;
  }
}
@media screen and (max-width: 750px) {
  .mt100-sp {
    margin-top: 100px !important;
  }
}
.mb100 {
  margin-top: 100px !important;
}
@media screen and (min-width: 751px) {
  .mb100-pc {
    margin-top: 100px !important;
  }
}
@media screen and (max-width: 750px) {
  .mb100-sp {
    margin-top: 100px !important;
  }
}
.taL {
  text-align: left !important;
}
.taC {
  text-align: center !important;
}
.taR {
  text-align: right !important;
}
.fwB {
  font-weight: bold !important;
}
@media screen and (max-width: 750px) {
  .onlyPc {
    display: none !important;
  }
}
@media screen and (min-width: 751px) {
  .onlySp {
    display: none !important;
  }
}
.bgBk {
  background: #000;
}
.bg1 {
  background: url("../images/common/bg1.jpg") top center repeat;
  -webkit-background-size: 250px auto;
          background-size: 250px auto;
}
.bg2 {
  background: url("../images/common/bg2.jpg") top center repeat;
  -webkit-background-size: 250px auto;
          background-size: 250px auto;
}
.noScroll {
  overflow: hidden;
}
.hover {
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}
@media screen and (min-width: 751px) {
  .hover:hover {
    opacity: 0.6;
  }
}
@-webkit-keyframes scroll_effect {
  60% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
}
@keyframes scroll_effect {
  60% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
}
@-webkit-keyframes scroll_effect_l2r {
  60% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
}
@keyframes scroll_effect_l2r {
  60% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
}
@-webkit-keyframes scroll_effect_r2l {
  60% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
@keyframes scroll_effect_r2l {
  60% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
.heading1 {
  text-align: center;
  display: flex;
  align-items: center;
  flex-direction: column;
}
.heading1 span {
  display: inline-block;
  font-size: 3.7rem;
  color: #fff;
  letter-spacing: 0.1em;
  position: relative;
  padding: 0 0 10px;
}
.heading1 .sub{
  display: block;
  font-size: 1.3rem;
  letter-spacing: 0.05em;
  /* margin: 0 0 40px; */
  padding: 10px 0 0;
}
@media screen and (max-width: 750px) {
  .heading1 span {
    font-size: 3rem;
  }
  .heading1 .sub{
    font-size: 1.2rem;
  }
}
.heading1 span:first-child:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -112px;
  z-index: 1;
  width: 224px;
  height: 5px;
  background: #fff;
}
@media screen and (max-width: 750px) {
  .heading1 span::before {
    width: 178px;
    margin-left: -89px;
  }
}
.heading1.-bk span {
  color: #000;
}
.heading1.-bk span::before {
  background: #000;
}
.heading2 {
  text-align: center;
  font-size: 5rem;
  color: #fff;
  letter-spacing: 0.07em;
  width: 100%;
}
@media screen and (max-width: 750px) {
  .heading2 {
    font-size: 3.5rem;
  }
}
.heading2 .sub {
  font-size: 1.3rem;
  font-weight: 400;
  display: none;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 750px) {
  .heading2 .sub {
    font-size: 1.2rem;
  }
}
.heading3 {
  font-size: 2rem;
  margin: 0 0 20px;
}
@media screen and (max-width: 750px) {
  .heading3 {
    font-size: 1.7rem;
  }
}
.heading4 {
  min-width: 320px;
  display: inline-block;
  padding: 20px 30px;
  text-align: center;
  font-size: 3rem;
  letter-spacing: 0.1em;
  line-height: 1.3;
}
.heading4 .sub {
  display: block;
  font-size: 1.3rem;
  letter-spacing: 0.05em;
}
.btn1 {
  display: inline-block;
  width: 200px;
  height: 55px;
  border: 1px solid #fff;
  font-size: 1.4rem;
  letter-spacing: 0.1em;
  line-height: 1;
  padding: 18px 20px;
  color: #fff;
  text-align: left;
  position: relative;
  -webkit-transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
}
.btn1::before {
  content: "";
  border: 5px solid transparent;
  border-radius: 2.5px;
  border-left: 8px solid #fff;
}
.btn1 span {
  position: relative;
  z-index: 2;
}
.btn1::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 16px;
  z-index: 2;
  margin-top: -5px;
}
.btn1::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-color: #fff;
  opacity: 0;
  -webkit-transform: scale(0.8);
      -ms-transform: scale(0.8);
          transform: scale(0.8);
  -webkit-transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
}
@media screen and (min-width: 751px) {
  .btn1:hover {
    color: #000;
  }
  .btn1:hover::before {
    border-left-color: #000;
  }
  .btn1:hover::after {
    opacity: 1;
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1);
  }
}
.btn1.-bgBK {
  background: #000;
  border: 0;
}
.btn1.-bk {
  border: 1px solid #000;
  color: #000;
}
.btn1.-bk::before {
  border-left-color: #000;
}
.btn1.-bk::after {
  background-color: #000;
}
@media screen and (min-width: 751px) {
  .btn1.-bk:hover {
    color: #fff;
  }
  .btn1.-bk:hover::before {
    border-left-color: #fff;
  }
  .btn1.-bk:hover::after {
    opacity: 1;
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1);
  }
}
.btn2 {
  display: table;
  width: 200px;
  height: 55px;
  margin: 0 auto;
  background: #000;
  color: #fff;
  text-align: center;
  font-size: 1.4rem;
  font-weight: bold;
  letter-spacing: 0.1em;
  position: relative;
}
.btn2 > span {
  display: table-cell;
  vertical-align: middle;
  position: relative;
  z-index: 2;
}
.btn2::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-color: #fff;
  opacity: 0;
  -webkit-transform: scale(0.8);
      -ms-transform: scale(0.8);
          transform: scale(0.8);
  -webkit-transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
}
.btn2 .en {
  font-size: 3rem;
  display: inline-block;
  vertical-align: middle;
}
@media screen and (max-width: 750px) {
  .btn2 .en {
    display: block;
  }
}
@media screen and (min-width: 751px) {
  .btn2 .en::after {
    content: "";
    height: 24px;
    width: 1px;
    background: #c4c4c4;
    margin: 0 20px;
    display: inline-block;
  }
}
.btn2 .text {
  display: inline-block;
}
@media screen and (max-width: 750px) {
  .btn2 .text {
    display: block;
  }
}
@media screen and (min-width: 751px) {
  .btn2:hover {
    color: #000;
  }
  .btn2:hover::after {
    opacity: 1;
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1);
  }
  .btn2:hover .en::after {
    background: #000;
  }
}
.btn2.-big {
  font-size: 2rem;
  letter-spacing: 0.05em;
  width: 100%;
  height: 150px;
  padding: 50px 0;
}
@media screen and (max-width: 750px) {
  .btn2.-big {
    padding: 20px 0;
    height: auto;
  }
}
@media screen and (max-width: 750px) {
  .btn2.-big .en {
    letter-spacing: 0.1em;
  }
}
@media screen and (max-width: 750px) {
  .btn2.-big .text {
    font-size: 1.4rem;
  }
}
.btnMap {
  width: 116px;
  height: auto;
  display: inline-block;
  vertical-align: 3px;
  padding: 4px 15px 6px;
  text-align: center;
  font-size: 1.2rem;
  margin-left: 20px;
}
.btnMap span {
  display: inline;
}
.hr1 {
  border: 0;
  border-top: 1px solid #000;
  margin: 50px 0;
}
.hr2 {
  border: 0;
  border-top: 1px solid #b4b4b4;
  margin: 50px 0;
}
.textLink {
  color: #004a65;
  text-decoration: underline;
}
@media screen and (min-width: 751px) {
  .textLink {
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
  }
  .textLink:hover {
    opacity: 0.6;
    text-decoration: none;
  }
}
.textLink.-blue {
  color: #004a65;
}
.map iframe {
  width: 100%;
  height: 350px;
}
.iconCat {
  position: relative;
}
.iconCat::before {
  content: "";
  display: inline-block;
  vertical-align: -1px;
  width: 12px;
  height: 12px;
  margin-right: 5px;
  background: url("../images/common/icon_event.png") 0 0 no-repeat;
  -webkit-background-size: 100% auto;
          background-size: 100% auto;
}
.iconAddress::before {
  content: "";
  display: inline-block;
  vertical-align: -1px;
  width: 9px;
  height: 12px;
  margin-right: 5px;
  background: url("../images/common/icon_map.png") 0 0 no-repeat;
  -webkit-background-size: 100% auto;
          background-size: 100% auto;
}
.movingTextWrap {
  position: relative;
}
.movingText {
  font-size: 15.5rem;
  line-height: 1;
  position: absolute;
  top: -0.5em;
  left: 0;
  white-space: nowrap;
  color: #000;
}
.movingText.-wh {
  color: #fff;
}
@media screen and (max-width: 750px) {
  .movingText {
    font-size: 12rem;
    white-space: nowrap;
    left: -100%;
  }
}
.movingText span {
  font-size: 12rem;
  left: 0;
}
@media screen and (max-width: 750px) {
  .movingText span {
    font-size: 9rem;
  }
}
.breadcrumb ul {
  max-width: 1020px;
  padding: 5px 10px;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow-x: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.breadcrumb ul::-webkit-scrollbar {
  display: none;
}
@media screen and (max-width: 750px) {
  .breadcrumb ul {
    padding: 5px 20px;
  }
}
.breadcrumb li {
  font-size: 1.2rem;
  white-space: nowrap;
}
.breadcrumb li + li::before {
  content: "-";
  padding: 0 5px;
}
.slider .swiper-container {
  overflow: visible !important;
}
.sliderBtn {
  margin: 20px 0 0;
  text-align: right;
}
@media screen and (max-width: 750px) {
  .sliderBtn {
    margin: 30px 0 0;
    text-align: center;
  }
}
.swiper-wrapper {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.swiper-scrollbar {
  background: #dedede;
}
.swiper-scrollbar-drag {
  background: #000;
  height: 5px;
}
.swiper-scrollbar {
  width: 74% !important;
  bottom: 25px !important;
  left: 0 !important;
}
@media screen and (max-width: 750px) {
  .swiper-scrollbar {
    position: static !important;
    width: 100% !important;
    margin-top: 30px;
  }
}
.slider2 .swiper-wrapper {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.slider2Btn {
  margin: 20px 0 0;
  text-align: right;
}
@media screen and (max-width: 750px) {
  .slider2Btn {
    margin: 30px 0 0;
    text-align: center;
  }
}
.slider3 {
  position: relative;
}
.slider3 .swiper-container {
  width: 100%;
  max-height: 603px;
  margin: 0 auto;
  overflow: hidden;
}
@media screen and (max-width: 750px) {
  .slider3 .swiper-container {
    max-height: 59.46666666666667vw;
  }
}
.slider3 .swiper-wrapper {
  max-width: 796px;
  max-height: 603px;
}
@media screen and (max-width: 750px) {
  .slider3 .swiper-wrapper {
    max-height: 59.46666666666667vw;
  }
}
.slider3 .swiper-slide {
  text-align: center;
}
@media screen and (max-width: 750px) {
  .slider3 .swiper-slide {
    max-height: 59.46666666666667vw;
  }
}
.slider3 .swiper-slide .imgWrap {
  position: relative;
}
@media screen and (min-width: 751px) {
  .slider3 .swiper-slide .imgWrap {
    display: inline-block;
  }
}
@media screen and (min-width: 751px) {
  .slider3 .swiper-slide img {
    max-width: 796px;
    max-height: 563px;
  }
}
@media screen and (max-width: 750px) {
  .slider3 .swiper-slide img {
    max-width: 100%;
    max-height: 59.46666666666667vw;
    width: auto;
  }
}
.slider3 .slider3ButtonWrap {
  max-width: 1000px;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  width: 100%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media screen and (max-width: 750px) {
  .slider3 .slider3ButtonWrap {
    height: 100%;
  }
}
.slider3 .slider3PaginationWrap {
  width: 100%;
  margin: 10px auto 0;
  max-width: 796px;
  text-align: right;
}
.slider3 .swiper-pagination {
  width: auto;
  left: auto;
  position: static;
  margin: 0 -5px;
  padding: 0;
  text-align: left;
  display: inline-block;
}
.slider3 .swiper-pagination-bullets {
  line-height: 1;
  text-align: left;
}
.slider3 .swiper-pagination-bullets .swiper-pagination-bullet {
  border-radius: 0;
  background: #929292;
  margin: 0 5px;
}
.slider3 .swiper-pagination-bullets .swiper-pagination-bullet-active {
  background: #000;
}
.slider3 .swiper-button-prev,
.slider3 .swiper-button-next {
  color: #000;
  outline: none;
  font-size: 1.5rem;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 751px) {
  .slider3 .swiper-button-prev,
  .slider3 .swiper-button-next {
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
  }
  .slider3 .swiper-button-prev:hover,
  .slider3 .swiper-button-next:hover {
    opacity: 0.6;
  }
}
@media screen and (max-width: 750px) {
  .slider3 .swiper-button-prev,
  .slider3 .swiper-button-next {
    top: 0;
    background: rgba(0,0,0,0.2);
    height: 100%;
    width: 10.666666666666668vw;
    margin: 0;
  }
}
.slider3 .swiper-button-prev .border,
.slider3 .swiper-button-next .border {
  position: absolute;
}
@media screen and (min-width: 751px) {
  .slider3 .swiper-button-prev .border,
  .slider3 .swiper-button-next .border {
    top: 50%;
  }
  .slider3 .swiper-button-prev .border::before,
  .slider3 .swiper-button-next .border::before {
    background: #000;
  }
}
@media screen and (max-width: 750px) {
  .slider3 .swiper-button-prev .border,
  .slider3 .swiper-button-next .border {
    width: 7.199999999999999vw;
  }
  .slider3 .swiper-button-prev .border::before,
  .slider3 .swiper-button-next .border::before {
    width: 7.199999999999999vw;
  }
}
.slider3 .swiper-button-prev::after,
.slider3 .swiper-button-next::after {
  display: none;
}
.slider3 .swiper-button-prev {
  left: 20px;
}
@media screen and (max-width: 750px) {
  .slider3 .swiper-button-prev {
    left: 0;
  }
}
.slider3 .swiper-button-prev .border {
  left: 50px;
}
@media screen and (max-width: 750px) {
  .slider3 .swiper-button-prev .border {
    left: 0;
  }
}
.slider3 .swiper-button-next {
  right: 20px;
}
@media screen and (max-width: 750px) {
  .slider3 .swiper-button-next {
    right: 0;
  }
}
.slider3 .swiper-button-next .border {
  right: 50px;
}
@media screen and (max-width: 750px) {
  .slider3 .swiper-button-next .border {
    right: 0;
  }
}
.slider4View {
  max-width: 796px;
  overflow: visible;
}
.contactBox {
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  margin: 50px 0;
}
@media screen and (min-width: 751px) {
  .contactBox {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media screen and (max-width: 750px) {
  .contactBox {
    margin: 30px 0;
  }
}
@media screen and (min-width: 751px) {
  .contactBox .imgWrap,
  .contactBox .infoWrap {
    width: 50%;
    min-height: 350px;
    display: table;
    padding: 40px 0;
  }
}
@media screen and (max-width: 750px) {
  .contactBox .infoWrap {
    padding: 30px 0;
  }
}
.contactBox .img,
.contactBox .info {
  margin: 0 auto;
}
@media screen and (min-width: 751px) {
  .contactBox .img,
  .contactBox .info {
    display: table-cell;
    vertical-align: middle;
  }
}
.contactBox .img {
  text-align: center;
}
.contactBox .img img {
  max-width: 300px;
}
@media screen and (max-width: 750px) {
  .contactBox .img img {
    max-width: 57.86666666666667vw;
    padding: 20px 10px;
  }
}
.contactBox .info {
  padding: 0 20px;
}
.contactBox .infoInner {
  margin: 0 auto;
}
@media screen and (min-width: 751px) {
  .contactBox .infoInner {
    max-width: 380px;
  }
}
.contactBox .infoInner .text {
  font-size: 1.5rem;
  line-height: 2;
  margin: 0 0 10px;
}
.contactBox .infoInner .notes {
  font-size: 1.2rem;
  letter-spacing: 0.1em;
  line-height: 1.583333333333333;
}
@media screen and (min-width: 751px) {
  .more {
    margin: 0 0 50px;
  }
}
.more .swiper-scrollbar {
  bottom: 0 !important;
  width: 100% !important;
}
@media screen and (min-width: 751px) {
  .more .worksList .worksItem {
    width: 396px;
    height: 269px;
  }
}
@media screen and (min-width: 751px) {
  .more .worksList .worksItem .thumb {
    width: 396px;
    height: 269px;
  }
}
.moreTitle {
  font-size: 3rem;
  letter-spacing: 0.1em;
  text-align: center;
  margin: 0 0 20px;
}
.moreList {
  padding-bottom: 50px;
}
@media screen and (max-width: 750px) {
  .moreList {
    padding-bottom: 0;
  }
}
.moreItem {
  max-width: 396px;
  position: relative;
  margin-right: 5px;
}
.moreItem:last-child {
  margin-right: 0;
}
.moreItem .title {
  position: absolute;
  background: rgba(0,0,0,0.6);
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 751px) {
  .moreItem .title {
    opacity: 0;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
  }
}
.moreItem .title span {
  color: #fff;
  width: 252px;
  font-size: 1.5rem;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 1;
}
.moreItem a:hover .title {
  opacity: 1;
}
.pageInner {
  padding: 0 0 250px;
}
@media screen and (max-width: 750px) {
  .pageInner {
    padding: 0 0 150px;
  }
}
.pageText1 {
  font-size: 1.5rem;
  letter-spacing: 0.1em;
  line-height: 2;
  margin: 35px 0 0;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .pageText1 {
    font-size: 1.4rem;
    text-align: left;
  }
}
.pageText2 {
  font-size: 1.5rem;
  letter-spacing: 0.1em;
  line-height: 2;
  margin: 15px 0 0;
}
@media screen and (max-width: 750px) {
  .pageText2 {
    font-size: 1.4rem;
    line-height: 1.714285714285714;
  }
}
.pageVisual {
  height: 400px;
  width: 100%;
  position: relative;
}
@media screen and (max-width: 750px) {
  .pageVisual {
    height: 74.66666666666667vw;
  }
}
.pageVisualTitle {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-weight: normal;
}
.pageDesc {
  position: relative;
  padding: 50px 0;
}
.pageDesc::before {
  content: "";
  display: block;
  background: url("../images/common/bg2.jpg") top center repeat;
  -webkit-background-size: 250px auto;
          background-size: 250px auto;
  width: 100%;
  height: 64px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}
.pageDescText {
  font-size: 2.2rem;
  font-weight: bold;
  text-align: center;
  position: relative;
  z-index: 1;
}
.under_pageDescText {
	text-align: center;
	padding: 3em 10px 0;
	line-height: 1.9;}
@media screen and (max-width: 750px) {
  .pageDescText {
    font-size: 1.7rem;
  }
}
.pageDescText .anton {
  font-size: 3.7rem;
  letter-spacing: 0.1em;
}
.pageGallery {
  margin: 0 0 75px;
}
@media screen and (max-width: 750px) {
  .pageGallery {
    margin: 0 0 30px;
  }
}
.pageGallery .pageGalleryImage {
  position: relative;
}
.pageGallery .fullWidth {
  width: 100%;
}
.pageGallery .fullWidth .pageGalleryImage img {
  width: 100%;
}
.pageGallery .halfWidth .pageGalleryImageWrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.pageGallery .halfWidth .pageGalleryImage {
  max-width: 50%;
}
.pageGallery .halfWidth .pageGalleryImage img {
  width: 100%;
}
.pageGallery .halfWidthCenter .pageGalleryImage {
  margin: 0 auto;
}
.pageGallery .halfWidthCenter .pageGalleryImage img {
  width: 100%;
}
@media screen and (min-width: 751px) {
  .pageGallery .halfWidthCenter .pageGalleryImage {
    max-width: 50%;
  }
}
@media screen and (max-width: 750px) {
  .pageGallery.worksGallery {
    margin-left: -20px;
    margin-right: -20px;
  }
}
.pageGallery.worksGallery .pageGalleryItem + .pageGalleryItem {
  margin: 20px 0 0;
}
@media screen and (max-width: 750px) {
  .pageGallery.worksGallery .pageGalleryItem + .pageGalleryItem {
    margin: 0;
  }
}
@media screen and (min-width: 751px) {
  .pageGallery.worksGallery .halfWidth .pageGalleryImage {
    max-width: 49%;
  }
}
@media screen and (min-width: 751px) {
  .pageGallery.worksGallery .halfWidth .pageGalleryImage + .pageGalleryImage {
    margin-left: 20px;
  }
}
.pageInfo + .pageInfo {
  margin: 50px 0 0;
}
.pageInfo p {
  margin: 0 0 5px;
}
.pageInfo p:last-child{
  margin-bottom: 0;
}
@media screen and (min-width: 751px) {
  .pageInfo p {
    display: table;
    width: 100%;
  }
}
@media screen and (max-width: 750px) {
  .pageInfo p {
    margin: 0 0 15px;
  }
}
.pageInfo p .title,
.pageInfo p .body {
  font-size: 1.5rem;
  padding: 15px;
  display: table-cell;
}
@media screen and (max-width: 750px) {
  .pageInfo p .title,
  .pageInfo p .body {
    display: block;
    font-size: 1.4rem;
    padding: 10px 15px;
    letter-spacing: 0.1em;
  }
}
.pageInfo p .title {
  background: #000;
  font-weight: bold;
  color: #fff;
}
@media screen and (min-width: 751px) {
  .pageInfo p .title {
    width: 120px;
    vertical-align: middle;
  }
}
@media screen and (min-width: 751px) {
  .pageInfo p .title.w250 {
    width: 250px;
  }
}
@media screen and (min-width: 751px) {
  .pageInfo p .title.w250 + .body {
    width: calc(100% - 250px);
  }
}
.pageInfo p .body {
  background: #e2e2e2;
  font-weight: normal;
}
@media screen and (min-width: 751px) {
  .pageInfo p .body {
    width: calc(100% - 120px);
  }
}
.pageInfo p .body a {
  color: #004a65;
  text-decoration: underline;
}
@media screen and (min-width: 751px) {
  .pageInfo p .body a {
    -webkit-transition: opacity 0.6s;
    transition: opacity 0.6s;
  }
  .pageInfo p .body a:hover {
    opacity: 0.6;
  }
}
@media screen and (min-width: 751px) {
  .pageInfo p.long .title {
    width: 272px;
    text-align: left;
  }
}
@media screen and (min-width: 751px) {
  .pageInfo p.long .body {
    width: calc(100% - 272px);
  }
}
.pageInfo .map {
  margin-top: 20px;
}
@media screen and (max-width: 750px) {
  .pageInfo .map {
    margin-left: -20px;
    margin-right: -20px;
  }
}
.pageInfo .btnWrap {
  margin-top: 50px;
}
.pageInfo .pageText2 {
  margin: 10px 0 0;
}
.paging {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 0 50px;
  margin: 75px auto 0;
}
.paging a {
  display: block;
}
.paging .prev,
.paging .next {
  font-size: 2rem;
  letter-spacing: 0.1em;
  position: relative;
  line-height: 1;
}
.paging .prev span,
.paging .next span,
.paging .prev::before,
.paging .next::before {
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}
@media screen and (min-width: 751px) {
  .paging .prev:hover span,
  .paging .next:hover span,
  .paging .prev:hover::before,
  .paging .next:hover::before {
    opacity: 0.6;
  }
  .paging .prev:hover .pagingImg::before,
  .paging .next:hover .pagingImg::before {
    opacity: 1;
  }
}
@media screen and (max-width: 750px) {
  .paging .prev,
  .paging .next {
    font-size: 1.7rem;
  }
}
.paging .prev::before,
.paging .next::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  top: calc(50% - 5px);
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}
.paging .prev {
  padding-left: 20px;
  margin-right: 15px;
}
.paging .prev::before {
  content: "";
  border: 5px solid transparent;
  border-radius: 2.5px;
  border-right: 8px solid #000;
}
.paging .prev::before {
  left: 0;
}
@media screen and (max-width: 750px) {
  .paging .prev {
    padding-left: 20px;
    margin-right: 5px;
  }
}
.paging .next {
  padding-right: 20px;
  margin-left: 30px;
}
.paging .next::before {
  content: "";
  border: 5px solid transparent;
  border-radius: 2.5px;
  border-left: 8px solid #000;
}
.paging .next::before {
  right: 0;
}
@media screen and (max-width: 750px) {
  .paging .next {
    padding-right: 20px;
    margin-left: 15px;
  }
}
.paging .num {
  position: relative;
  width: 50px;
  height: 50px;
  line-height: 47px;
  text-align: center;
  font-size: 1.7rem;
  font-weight: 500;
  border: 1px solid #000;
  margin-left: 15px;
}
.paging .num::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0;
  -webkit-transform: scale(0.8);
      -ms-transform: scale(0.8);
          transform: scale(0.8);
  -webkit-transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
}
@media screen and (min-width: 751px) {
  .paging .num:hover {
    color: #fff;
  }
  .paging .num:hover::after {
    opacity: 1;
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1);
  }
}
@media screen and (max-width: 750px) {
  .paging .num {
    font-size: 1.3rem;
    width: 35px;
    height: 35px;
    line-height: 32px;
    margin-left: 10px;
  }
}
.paging .num span {
  position: relative;
  z-index: 2;
}
.paging .num.active {
  color: #fff;
  background: #000;
}
.paging .dot {
  color: #000;
  font-size: 1.7rem;
  margin-left: 15px;
}
@media screen and (max-width: 750px) {
  .paging .dot {
    font-size: 1.6rem;
    margin-left: 10px;
  }
}
.paging2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.paging2 .prev,
.paging2 .next {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 2rem;
  letter-spacing: 0.1em;
}
.paging2 .prev span,
.paging2 .next span {
  display: inline-block;
  position: relative;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}
.paging2 .prev span::before,
.paging2 .next span::before {
  position: absolute;
  top: 50%;
  margin-top: -5px;
}
@media screen and (min-width: 751px) {
  .paging2 .prev:hover span,
  .paging2 .next:hover span {
    opacity: 0.6;
  }
  .paging2 .prev:hover .paging2Img::before,
  .paging2 .next:hover .paging2Img::before {
    opacity: 1;
  }
}
.paging2 .prev span {
  padding-left: 40px;
}
.paging2 .prev span::before {
  content: "";
  border: 5px solid transparent;
  border-radius: 2.5px;
  border-right: 8px solid #000;
}
.paging2 .prev span::before {
  display: block;
  left: 15px;
}
.paging2 .next span {
  padding-right: 40px;
}
.paging2 .next span::before {
  content: "";
  border: 5px solid transparent;
  border-radius: 2.5px;
  border-left: 8px solid #000;
}
.paging2 .next span::before {
  display: block;
  right: 15px;
}
.paging2 .paging2Img {
  width: 184px;
  height: 127px;
  position: relative;
  overflow: hidden;
  background-position: 50% 50%;
  -webkit-background-size: cover;
          background-size: cover;
  background-repeat: no-repeat;
}
.paging2 .paging2Img::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.25);
  opacity: 0;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}
@media screen and (max-width: 750px) {
  .paging2 .paging2Img {
    display: none;
  }
}
.paging2 .paging2ImgInner {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 0;
  width: 100%;
}
.paging2 .paging2ImgInner img {
  display: block;
}
.paging2 .list {
  font-size: 2rem;
  letter-spacing: 0.1em;
  margin: 0 20px;
}
@media screen and (min-width: 751px) {
  .paging2 .list {
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
  }
  .paging2 .list:hover {
    opacity: 0.6;
  }
}
.paging3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 50px 0;
}
.paging3 li {
  line-height: 1;
}
.paging3 .prev,
.paging3 .next,
.paging3 .list {
  display: inline-block;
  position: relative;
  font-size: 1.6rem;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 751px) {
  .paging3 .prev,
  .paging3 .next,
  .paging3 .list {
    width: 200px;
    padding: 16px 20px;
  }
}
.paging3 .prev span,
.paging3 .next span,
.paging3 .list span {
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 751px) {
  .paging3 .prev:hover::after,
  .paging3 .next:hover::after,
  .paging3 .list:hover::after {
    opacity: 1;
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1);
  }
}
.paging3 .prev,
.paging3 .next {
  border: 1px solid #000;
}
.paging3 .prev::after,
.paging3 .next::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-color: #fff;
  opacity: 0;
  -webkit-transform: scale(0.8);
      -ms-transform: scale(0.8);
          transform: scale(0.8);
  -webkit-transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
}
@media screen and (max-width: 750px) {
  .paging3 .prev,
  .paging3 .next {
    width: 32vw;
    padding: 15px;
  }
}
.paging3 .prev::before,
.paging3 .next::before {
  position: absolute;
  top: 50%;
  margin-top: -5px;
  z-index: 2;
}
@media screen and (min-width: 751px) {
  .paging3 .prev:hover span,
  .paging3 .next:hover span {
    color: #fff;
  }
  .paging3 .prev:hover::after,
  .paging3 .next:hover::after {
    background: #000;
  }
}
.paging3 .prev {
  text-align: right;
}
.paging3 .prev::before {
  content: "";
  border: 5px solid transparent;
  border-radius: 2.5px;
  border-right: 8px solid #000;
}
.paging3 .prev::before {
  left: 15px;
}
@media screen and (max-width: 750px) {
  .paging3 .prev::before {
    left: 5px;
  }
}
@media screen and (min-width: 751px) {
  .paging3 .prev:hover::before {
    border-right-color: #fff;
  }
}
.paging3 .next::before {
  content: "";
  border: 5px solid transparent;
  border-radius: 2.5px;
  border-left: 8px solid #000;
}
.paging3 .next::before {
  right: 15px;
}
@media screen and (max-width: 750px) {
  .paging3 .next::before {
    right: 5px;
  }
}
@media screen and (min-width: 751px) {
  .paging3 .next:hover::before {
    border-left-color: #fff;
  }
}
.paging3 .list {
  background: #000;
  color: #fff;
  text-align: center;
}
.paging3 .list::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-color: #fff;
  opacity: 0;
  -webkit-transform: scale(0.8);
      -ms-transform: scale(0.8);
          transform: scale(0.8);
  -webkit-transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
}
@media screen and (min-width: 751px) {
  .paging3 .list:hover {
    color: #000;
  }
}
@media screen and (max-width: 750px) {
  .paging3 .list {
    width: 25px;
    height: 25px;
    background: url("../images/common/paging_list.png") 0 0 no-repeat;
    -webkit-background-size: cover;
            background-size: cover;
  }
}
.titleBox {
  position: relative;
  height: 280px;
  margin: 125px 0;
  background: rgba(0,0,0,0.4);
}
@media screen and (max-width: 750px) {
  .titleBox {
    height: 66.66666666666666vw;
    margin: 125px 0 80px;
  }
}
.titleBox .border {
  position: absolute;
  top: -75px;
  left: 50%;
}
.titleBox .titleBoxText {
  position: absolute;
  top: 100%;
  left: 50%;
  /*min-width: 240px;*/
  padding: 20px;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  white-space: nowrap;
}
@media screen and (max-width: 750px) {
  .titleBox .titleBoxText {
    padding: 10px 20px 20px;
  }
}
@media screen and (max-width: 750px) {
  .titleBox .titleBoxText .main {
    font-size: 2.5rem;
  }
}
@media screen and (max-width: 750px) {
  .titleBox .titleBoxText .sub {
    font-size: 1.2rem;
  }
}
@media screen and (min-width: 751px) {
  .titleBox .titleBoxText.-long {
    min-width: 360px;
  }
}
.tabWrap {
  padding: 50px 0 0;
}
.tabWrap .tabList {
  margin: 0;
  padding: 0 0 20px;
}
.tabWrap .tabList a.-active {
  position: relative;
}
.tabWrap .tabList a.-active::after {
  content: "";
  display: block;
  position: absolute;
  z-index: 0;
  bottom: -22px;
  left: 50%;
  margin-left: -5px;
  border: 5px solid transparent;
  border-bottom: 16px solid #000;
}
.tabList {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;





          justify-content: center;
  margin: 0 0 50px;
}
@media screen and (min-width: 751px) {
  .tabList li {
    width: 252px;
    margin-right: 50px;
  }
  .tabList li:last-child {
    margin-right: 0;
  }
}
@media screen and (max-width: 750px) {
  .tabList li {
    width: 42.13333333333333vw;
    margin-right: 2.666666666666667vw;
  }
  .tabList li:last-child {
    margin-right: 0;
  }
}
.tabList li a {
  display: inline-block;
  width: 100%;
  font-size: 1.5rem;
  font-weight: bold;
  letter-spacing: 0.05em;
  padding: 12px;
  border: 1px solid #000;
  text-align: center;
  position: relative;
  background: url("../images/common/bg2.jpg") 0 0 repeat;
  -webkit-background-size: 250px auto;
          background-size: 250px auto;
}
@media screen and (max-width: 750px) {
  .tabList li a {
    font-size: 1.3rem;
    padding: 8px;
  }
}
.tabList li a .anton {
  font-size: 1.8rem;
  letter-spacing: 0.07em;
}
@media screen and (max-width: 750px) {
  .tabList li a .anton {
    font-size: 1.6rem;
  }
}
.tabList li a span {
  position: relative;
  z-index: 2;
}
.tabList li a::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-color: #fff;
  opacity: 0;
  -webkit-transform: scale(0.8);
      -ms-transform: scale(0.8);
          transform: scale(0.8);
  -webkit-transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
}
.tabList li a::before {
  background-color: #000;
}
@media screen and (min-width: 751px) {
  .tabList li a:not(.-active):hover span {
    color: #fff;
  }
  .tabList li a:not(.-active):hover::before {
    opacity: 1;
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1);
  }
}
@media screen and (max-width: 750px) {
  .tabList li a {
    font-size: 1.3rem;
  }
}
.tabList li a.-active {
  background: #000;
  color: #fff;
}
.tabLinklist {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
.tabLinklist > li {
  width: 100%;
  border-right: 1px solid #505050;
}
.tabLinklist > li:last-child {
  border-right: 0;
}
.tabLinklist > li > a {
  display: block;
  padding: 12px;
  text-align: center;
  background: #000;
  color: #898989;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
  font-size: 1.5rem;
  font-weight: bold;
}
.tabLinklist > li > a.-active {
  color: #fff;
}
.tabLinklist > li > a .anton {
  font-size: 1.8rem;
}
@media screen and (max-width: 750px) {
  .tabLinklist > li > a .anton {
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 751px) {
  .tabLinklist > li > a:hover {
    color: #fff;
  }
  .tabLinklist > li > a:hover.tabLinkAccordionMenu::before,
  .tabLinklist > li > a:hover.tabLinkAccordionMenu::after {
    background: #fff;
  }
}
@media screen and (max-width: 750px) {
  .tabLinklist > li > a {
    font-size: 1.3rem;
  }
}
.tabLinklist .menuLink {
  color: #fff;
}
@media screen and (min-width: 751px) {
  .tabLinklist .menuLink:hover {
    color: #898989;
  }
}
.tabLinklist .tabLinkAccordionMenu {
  position: relative;
}
.tabLinklist .tabLinkAccordionMenu::before,
.tabLinklist .tabLinkAccordionMenu::after {
  content: "";
  background: #898989;
  display: block;
  position: absolute;
  top: 50%;
  z-index: 1;
  -webkit-transition: background 0.6s, opacity 0.3s, -webkit-transform 0.3s;
  transition: background 0.6s, opacity 0.3s, -webkit-transform 0.3s;
  transition: background 0.6s, opacity 0.3s, transform 0.3s;
  transition: background 0.6s, opacity 0.3s, transform 0.3s, -webkit-transform 0.3s;
}
.tabLinklist .tabLinkAccordionMenu::before {
  width: 21px;
  height: 1px;
  right: 30px;
}
.tabLinklist .tabLinkAccordionMenu::after {
  width: 1px;
  height: 21px;
  right: 40px;
  margin-top: -10px;
}
.tabLinklist .tabLinkAccordionMenu.-open {
  color: #fff;
}
.tabLinklist .tabLinkAccordionMenu.-open::before {
  opacity: 0;
}
.tabLinklist .tabLinkAccordionMenu.-open::after {
  -webkit-transform: rotate(270deg);
      -ms-transform: rotate(270deg);
          transform: rotate(270deg);
  background: #fff;
}
@media screen and (max-width: 750px) {
  .tabLinkAccordion {
    display: block;
  }
}
@media screen and (max-width: 750px) {
  .tabLinkAccordion > li {
    border-top: 1px solid #afafaf;
  }
  .tabLinkAccordion > li:first-child {
    border-top: 0;
  }
}
@media screen and (min-width: 751px) {
  .tabLinkAccordion.-open {
    margin-bottom: 86px;
  }
}
.tabLinkAccordionBody {
  position: absolute;
  width: 100%;
  top: 100%;
  left: 0;
  z-index: 2;
  background: #898989;
  padding: 0 10px;
  display: none;
}
@media screen and (max-width: 750px) {
  .tabLinkAccordionBody {
    position: static;
    padding: 0;
  }
}
.tabLinkAccordionBody.-open {
  display: block;
}
.tabLinkAccordionBodyOuter {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: 86px;
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 750px) {
  .tabLinkAccordionBodyOuter {
    height: auto;
    display: block;
    border-top: 1px solid #afafaf;
    border-left: 1px solid #afafaf;
  }
}
.tabLinkAccordionList {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
@media all and (-ms-high-contrast: none) {
  .tabLinkAccordionList {
    display: block;
  }
}
@media screen and (max-width: 750px) {
  .tabLinkAccordionList {
    border-bottom: 1px solid #afafaf;
  }
}
@media screen and (min-width: 751px) {
  .tabLinkAccordionList > li {
    margin: 5px 36px 0 0;
  }
  .tabLinkAccordionList > li:last-child {
    margin-right: 0;
  }
}
@media all and (-ms-high-contrast: none) {
  .tabLinkAccordionList > li {
    display: inline-block;
  }
}
@media screen and (max-width: 750px) {
  .tabLinkAccordionList > li {
    width: 50%;
    border-right: 1px solid #afafaf;
    border-top: 1px solid #afafaf;
    text-align: center;
  }
  .tabLinkAccordionList > li:nth-child(1),
  .tabLinkAccordionList > li:nth-child(2) {
    border-top: 0;
  }
}
.tabLinkAccordionList > li > a {
  color: #fff;
  font-size: 1.5rem;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}
.tabLinkAccordionList > li > a.-active {
  color: #000;
}
@media screen and (min-width: 751px) {
  .tabLinkAccordionList > li > a:hover {
    color: #000;
  }
}
@media screen and (max-width: 750px) {
  .tabLinkAccordionList > li > a {
    display: block;
    padding: 13px 10px;
  }
}
.modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 20;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.8);
  overflow-y: scroll;
}
.modalInner {
  padding: 20px;
  max-width: 1040px;
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media screen and (max-width: 750px) {
  .modalInner {
    position: static;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    padding-top: 33.33333333333333vw;
  }
}
.modalClose {
  position: fixed;
  width: 88px;
  height: 88px;
  border-left: 1px solid #fff;
  border-bottom: 1px solid #fff;
  top: 0;
  right: 0;
  z-index: 1;
  background: #000;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}
@media screen and (min-width: 751px) {
  .modalClose:hover {
    cursor: pointer;
    opacity: 0.6;
  }
}
@media screen and (max-width: 750px) {
  .modalClose {
    width: 20.266666666666666vw;
    height: 20.266666666666666vw;
  }
}
.modalClose::before,
.modalClose::after {
  content: "";
  position: absolute;
  width: 37px;
  height: 1px;
  background: #fff;
  top: 50%;
  left: 50%;
}
.modalClose::before {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
      -ms-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}
.modalClose::after {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
      -ms-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}
.modalPagination {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 75px 0 0;
}
.modalPagination a {
  display: block;
  width: 200px;
  border: 1px solid #fff;
  color: #fff;
  padding: 15px;
  position: relative;
  font-size: 1.6rem;
}
.modalPagination a::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-color: #fff;
  opacity: 0;
  -webkit-transform: scale(0.8);
      -ms-transform: scale(0.8);
          transform: scale(0.8);
  -webkit-transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
}
@media screen and (min-width: 751px) {
  .modalPagination a:hover::after {
    opacity: 1;
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1);
  }
  .modalPagination a:hover span {
    color: #000;
  }
}
@media screen and (max-width: 750px) {
  .modalPagination a {
    width: 120px;
    padding: 10px 15px;
  }
}
.modalPagination span {
  position: relative;
  z-index: 2;
}
.modalPagination .prev.-disabled,
.modalPagination .next.-disabled {
  opacity: 0;
  cursor: default;
}
.modalPagination .prev::before,
.modalPagination .next::before {
  position: absolute;
  top: 50%;
  margin-top: -5px;
  z-index: 2;
}
.modalPagination .prev {
  text-align: right;
}
.modalPagination .prev::before {
  content: "";
  border: 5px solid transparent;
  border-radius: 2.5px;
  border-right: 8px solid #fff;
}
.modalPagination .prev::before {
  left: 15px;
}
@media screen and (min-width: 751px) {
  .modalPagination .prev:hover::before {
    border-right-color: #000;
  }
}
.modalPagination .back {
  text-align: center;
}
@media screen and (max-width: 750px) {
  .modalPagination .back {
    width: 24px;
    height: 24px;
    padding: 0;
    border: 0;
    background: url("../images/common/paging_list2.png") 0 0 no-repeat;
    -webkit-background-size: cover;
            background-size: cover;
  }
  .modalPagination .back span {
    display: none;
  }
}
.modalPagination .next::before {
  content: "";
  border: 5px solid transparent;
  border-radius: 2.5px;
  border-left: 8px solid #fff;
}
.modalPagination .next::before {
  right: 15px;
}
@media screen and (min-width: 751px) {
  .modalPagination .next:hover::before {
    border-left-color: #000;
  }
}
.wpcf7-form [type="text"],
.wpcf7-form [type="email"],
.wpcf7-form [type="radio"],
.wpcf7-form [type="submit"],
.wpcf7-form [type="checkbox"],
.wpcf7-form [type="password"],
.wpcf7-form select,
.wpcf7-form textarea {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 0;
  padding: 0;
  margin: 0;
  resize: none;
  outline: 0;
  vertical-align: middle;
  border-radius: 0;
  font-family: inherit;
  letter-spacing: 0.1em;
  cursor: pointer;
}
.wpcf7-form ::-webkit-input-placeholder {
  color: #b7b7b7;
}
.wpcf7-form ::placeholder {
  color: #b7b7b7;
}
.wpcf7-form [type="text"],
.wpcf7-form [type="email"],
.wpcf7-form [type="password"],
.wpcf7-form select,
.wpcf7-form textarea {
  background: #e2e2e2;
  padding: 15px 28px;
  width: 100%;
  line-height: 1.5;
}
@media screen and (max-width: 750px) {
  .wpcf7-form [type="text"],
  .wpcf7-form [type="email"],
  .wpcf7-form [type="password"],
  .wpcf7-form select,
  .wpcf7-form textarea {
    padding: 15px;
  }
}
.wpcf7-form select {
  padding: 15px 38px 15px 28px;
}
.wpcf7-form [type="checkbox"] {
  width: 16px;
  height: 16px;
  border: 1px solid #000;
  margin: 0 10px 0 0;
  vertical-align: -2px;
}
@media screen and (max-width: 750px) {
  .wpcf7-form [type="checkbox"] {
    margin-right: 5px;
  }
}
.wpcf7-form [type="checkbox"]:checked {
  background: #000;
}
.wpcf7-form [type="radio"] {
  width: 16px;
  height: 16px;
  border: 1px solid #000;
  border-radius: 50%;
  margin: 0 10px 0 0;
  vertical-align: -2px;
}
@media screen and (max-width: 750px) {
  .wpcf7-form [type="radio"] {
    margin-right: 5px;
  }
}
.wpcf7-form [type="radio"]:checked {
  background: #000;
}
.wpcf7-form .radioBox + .wpcf7-form-control-wrap {
  padding: 15px 28px;
}
@media screen and (max-width: 750px) {
  .wpcf7-form .radioBox + .wpcf7-form-control-wrap {
    padding: 15px 0 0;
  }
}
.wpcf7-form .radioBox + .wpcf7-form-control-wrap .wpcf7-list-item {
  display: inline-block;
  margin: 0 28px 0 0;
  font-size: 1.5rem;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 750px) {
  .wpcf7-form .radioBox + .wpcf7-form-control-wrap .wpcf7-list-item {
    font-size: 1.4rem;
    margin: 0 10px 5px 0;
  }
}
.wpcf7-form .radioBox + .wpcf7-form-control-wrap .wpcf7-list-item.last {
  margin: 0;
}
.wpcf7-form .radioBox + .wpcf7-form-control-wrap .wpcf7-list-item label {
	padding: 0.25em 0;
    display: inline-block;}
.wpcf7-form .radioBox + .wpcf7-form-control-wrap label:hover {
  cursor: pointer;
}
.wpcf7-form .radioList + .wpcf7-form-control-wrap .wpcf7-list-item {
  display: block;
  margin: 0;
}
.wpcf7-form .radioList + .wpcf7-form-control-wrap .wpcf7-list-item + .wpcf7-list-item {
  margin-top: 8px;
}
.wpcf7-form p {
  display: table;
  margin: 0 0 10px;
  width: 100%;
}

.wpcf7-form .text1{
  margin-bottom: 30px;
}
@media screen and (max-width: 750px) {
  .wpcf7-form p {
    display: block;
    margin: 0 0 30px;
  }
}
.wpcf7-form .formTitle,
.wpcf7-form .wpcf7-form-control-wrap {
  display: table-cell;
  vertical-align: middle;
}
@media screen and (max-width: 750px) {
  .wpcf7-form .formTitle,
  .wpcf7-form .wpcf7-form-control-wrap {
    display: block;
  }
}
.wpcf7-form .formTitle {
  line-height: 1.5;
  background: #000;
  color: #fff;
  width: 272px;
  padding: 15px;
  font-size: 1.5rem;
  letter-spacing: 1px;
  position: relative;
}
@media screen and (max-width: 750px) {
  .wpcf7-form .formTitle {
    font-size: 1.4rem;
    width: 100%;
    padding: 10px 15px;
  }
}
@media screen and (min-width: 751px) {
  .wpcf7-form .formTitle.required {
    padding-right: 78px;
  }
}
@media screen and (max-width: 750px) {
  .wpcf7-form .formTitle.required {
    padding-right: 70px;
  }
}
@media screen and (min-width: 751px) {
  .wpcf7-form .formTitle.required::before {
    content: "必須";
    position: absolute;
    top: 50%;
    right: 0;
    z-index: 2;
    -webkit-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
            transform: translate(0, -50%);
    width: 68px;
    text-align: center;
    color: #fff;
  }
}
.wpcf7-form .formTitle.required::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  background: #004a65;
  padding: 15px;
  line-height: 1.5;
  height: 100%;
}
@media screen and (max-width: 750px) {
  .wpcf7-form .formTitle.required::after {
    content: "必須";
  }
}
@media screen and (min-width: 751px) {
  .wpcf7-form .formTitle.required::after {
    width: 68px;
  }
}
@media screen and (max-width: 750px) {
  .wpcf7-form .formTitle.required::after {
    padding: 10px 15px;
  }
}
span.wpcf7-form-control-wrap.your-date1,
span.wpcf7-form-control-wrap.your-date2,
span.wpcf7-form-control-wrap.your-date3 {
  display: inline-block;
  margin: 0 10px 0 0;
}

@media screen and (max-width: 750px) {
  span.wpcf7-form-control-wrap.your-date1,
  span.wpcf7-form-control-wrap.your-date2,
  span.wpcf7-form-control-wrap.your-date3 {
    margin: 0 0 10px 0;
  }
}
.wpcf7-form .formText {
  display: block;
  font-size: 1.2rem;
  padding: 10px;
}
@media screen and (max-width: 750px) {
  .wpcf7-form .formText {
    padding: 10px 0 0;
  }
}
.wpcf7-form .formTime{
  display: flex;
  align-items: center;
}
.wpcf7-form .formAddMember > span {
  display: inline-block;
  width: auto;
  font-weight: bold;
}
.wpcf7-form .formAddMember > span:first-child {
  margin: 0 5px 0 20px;
}
.wpcf7-form .formAddMember > span:last-child {
  margin: 0 0 0 5px;
}
@media screen and (max-width: 750px) {
  .wpcf7-form .formTime .wpcf7-form-control-wrap {
    width: calc(100% - 30px);
    display: inline-block;
    vertical-align: top;
  }
}
.wpcf7-form .formTimeText {
  font-weight: bold;
  vertical-align: 21px;
  padding-left: 5px;
}
@media screen and (max-width: 750px) {
  .wpcf7-form .formTimeText {
    vertical-align: -15px;
  }
}
.wpcf7-form .formNotes {
  font-size: 1.2rem;
  text-align: right;
}
@media screen and (max-width: 750px) {
  .wpcf7-form .formNotes {
    text-align: center;
  }
}
.wpcf7-form .formSelectWrap {
  display: block;
}
@media screen and (min-width: 751px) {
  .wpcf7-form .formSelectWrap {
    padding: 0 10px;
  }
}
.wpcf7-form .formSelectWrap + .formSelectWrap {
  margin-top: 10px;
}
.wpcf7-form .formSelectWrap .formSelect {
  display: inline-block;
  vertical-align: middle;
}
.wpcf7-form .formSelect {
  background: #e2e2e2;
  display: table;
  position: relative;
}
.wpcf7-form .formSelect::before {
  content: "";
  border: 5px solid transparent;
  border-radius: 2.5px;
  border-top: 8px solid #000;
}
@media screen and (max-width: 750px) {
  .wpcf7-form .formSelect {
    width: 100%;
  }
}
.wpcf7-form .formSelect::before {
  position: absolute;
  top: 50%;
  right: 20px;
  margin-top: -5px;
  z-index: 0;
}
.wpcf7-form .formSelect select {
  background: none;
  position: relative;
  z-index: 1;
}
.wpcf7-form .formTextLabelWrap {
  display: table;
}
.wpcf7-form .formTextLabel {
  font-size: 1.5rem;
  display: table-cell;
  padding-left: 10px;
  vertical-align: bottom;
  white-space: nowrap;
}
@media screen and (max-width: 750px) {
  .wpcf7-form .formTextLabel {
    font-size: 1.4rem;
  }
}
.wpcf7-form .wpcf7-form-control-wrap {
  width: auto;
}

.single-riyowoh .wpcf7-form .wpcf7-form-control-wrap {
  width: auto;
  display: inline-block;
  margin: 0 10px 0 0;
}

.single-riyowoh .wpcf7-spinner{
  display: none!important;
}

.single-riyowoh span.wpcf7-form-control-wrap[data-name='your-date1'],
.single-riyowoh span.wpcf7-form-control-wrap[data-name='your-date2'],
.single-riyowoh span.wpcf7-form-control-wrap[data-name='your-date3'] {
  display: inline-block;
  margin: 0 10px 0 0;
}

@media screen and (max-width: 750px) {
  .wpcf7-form .wpcf7-form-control-wrap {
    width: 100%;
  }

  .single-riyowoh .wpcf7-form .wpcf7-form-control-wrap {
    margin: 0 0 10px 0;
    width: 100%;
  }

  .single-riyowoh .wpcf7-form .formAddMember > span {
    display: inline-block;
    width: auto;
    font-weight: bold;
  }

  .single-riyowoh span.wpcf7-form-control-wrap[data-name='your-date1'],
  .single-riyowoh span.wpcf7-form-control-wrap[data-name='your-date2'],
  .single-riyowoh span.wpcf7-form-control-wrap[data-name='your-date3'] {
    margin: 0 0 10px 0;
  }
}
.wpcf7-form .wpcf7-form-control-wrap .w70 {
  width: 70px;
  padding-left: 20px;
  padding-right: 20px;
}
.wpcf7-form .wpcf7-form-control-wrap .w80 {
  width: 80px;
}
.wpcf7-form .wpcf7-form-control-wrap .w120 {
  width: 120px;
}
.wpcf7-form .wpcf7-form-control-wrap .w180 {
  width: 180px;
}
@media screen and (max-width: 750px) {
  .wpcf7-form .wpcf7-form-control-wrap .w180 {
    width: 100%;
  }
}
.wpcf7-form .wpcf7-form-control-wrap .w200 {
  width: 200px;
}
@media screen and (max-width: 750px) {
  .wpcf7-form .wpcf7-form-control-wrap .w200 {
    width: 100%;
  }
}
.wpcf7-form .wpcf7-form-control-wrap .w320 {
  width: 320px;
}
@media screen and (max-width: 750px) {
  .wpcf7-form .wpcf7-form-control-wrap .w320 {
    width: 100%;
  }
}
.wpcf7-form .wpcf7-form-control-wrap .name,
.wpcf7-form .wpcf7-form-control-wrap .tel {
  width: calc(100% - 272px);
}
@media screen and (min-width: 751px) {
  .wpcf7-form .wpcf7-form-control-wrap .name,
  .wpcf7-form .wpcf7-form-control-wrap .tel {
    max-width: 320px;
  }
}
@media screen and (max-width: 750px) {
  .wpcf7-form .wpcf7-form-control-wrap .name,
  .wpcf7-form .wpcf7-form-control-wrap .tel {
    width: 100%;
  }
}
.wpcf7-form .wpcf7-form-control-wrap .zip {
  width: calc(100% - 272px);
}
@media screen and (min-width: 751px) {
  .wpcf7-form .wpcf7-form-control-wrap .zip {
    max-width: 184px;
  }
}
@media screen and (max-width: 750px) {
  .wpcf7-form .wpcf7-form-control-wrap .zip {
    width: 100%;
  }
}
.wpcf7-form .your-date {
  display: block;
}
.wpcf7-form .formAcceptance {
  margin: 120px 0 0;
}
.wpcf7-form .formAcceptance a {
  color: #004a65;
  text-decoration: underline;
}
@media screen and (min-width: 751px) {
  .wpcf7-form .formAcceptance a {
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
  }
  .wpcf7-form .formAcceptance a:hover {
    opacity: 0.6;
    text-decoration: none;
  }
}
.wpcf7-form [type="submit"] {
  width: 200px;
  display: inline-block;
  padding: 20px;
  position: relative;
  z-index: 2;
  cursor: pointer;
  color: #fff;
  background: none;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
  text-align: left;
}
@media screen and (max-width: 750px) {
  .wpcf7-form [type="submit"] {
    font-size: 1.3rem;
    width: 156px;
    padding: 20px;
  }
}
.wpcf7-form [type="submit"]:disabled {
  background: #999;
}
.wpcf7-form .submit {
  display: block;
  background: #000;
  width: 200px;
  margin: 50px auto 0;
  position: relative;
}
.wpcf7-form .submit::before {
  content: "";
  border: 5px solid transparent;
  border-radius: 2.5px;
  border-left: 8px solid #fff;
}
@media screen and (max-width: 750px) {
  .wpcf7-form .submit {
    width: 156px;
  }
}
.wpcf7-form .submit::before {
  display: block;
  position: absolute;
  top: 50%;
  right: 10px;
  z-index: 2;
  margin-top: -5px;
}
.wpcf7-form .submit::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-color: #fff;
  opacity: 0;
  -webkit-transform: scale(0.8);
      -ms-transform: scale(0.8);
          transform: scale(0.8);
  -webkit-transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
}
.wpcf7-form .submit::after {
  z-index: 1;
}
@media screen and (min-width: 751px) {
  .wpcf7-form .submit:hover [type="submit"] {
    color: #000;
    cursor: pointer;
  }
}
.wpcf7-form .submit:hover [type="submit"]:disabled {
  color: #fff;
  cursor: default;
}
.wpcf7-form .submit:hover::before {
  border-left-color: #000;
}
.wpcf7-form .submit:hover::after {
  opacity: 1;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}
.wpcf7-form .ajax-loader {
  position: absolute;
  bottom: -20px;
  left: 0;
}
.formTitleBoxWrap::before,
.formTitleBoxWrap::after {
  content: "";
  background: url("../images/common/bg2.jpg") 0 0 repeat;
  -webkit-background-size: 250px auto;
          background-size: 250px auto;
  display: block;
  width: 100%;
}
.formTitleBoxWrap::before,
.formTitleBoxWrap::after {
  height: 125px;
}
.formTitleBox {
  margin: 0;
}
#formBg {
  height: 100vh;
  width: 100%;
  min-height: 800px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  background: url("../images/common/bg_form_title.jpg") top center no-repeat;
  -webkit-background-size: cover;
          background-size: cover;
}
@media screen and (max-width: 750px) {
  #formBg {
    background-position: 40% 0;
  }
}
.postContent h2 {
  font-size: 1.8rem;
  font-weight: 500;
  padding: 5px 0 5px 15px;
  margin: 0 0 30px;
  border-left: 5px solid #000;
  letter-spacing: 0.05em;
}
.postContent h3 {
  font-size: 1.5rem;
  margin: 50px 0 35px;
  letter-spacing: 0.05em;
}
.postContent p {
  margin: 30px 0;
  font-size: 1.5rem;
  line-height: 2;
}
@media screen and (max-width: 750px) {
  .postContent p {
    font-size: 1.4rem;
    letter-spacing: 0.1em;
    line-height: 1.714285714285714;
  }
}
.postContent a {
  text-decoration: underline;
  color: #004a65;
}
@media screen and (min-width: 751px) {
  .postContent a {
    -webkit-transition: opacity 0.6s;
    transition: opacity 0.6s;
  }
  .postContent a:hover {
    opacity: 0.6;
    text-decoration: none;
  }
}
.postContent ul,
.postContent ol {
  list-style: inherit;
  padding: 0 0 0 1.5em;
}
.postContent ul > li,
.postContent ol > li {
  margin: 10px 0 0;
}
.postContent ul > li:first-child,
.postContent ol > li:first-child {
  margin: 0;
}
.postContent hr {
  border: 0;
  border-top: 1px solid #b4b4b4;
  margin: 50px 0;
}
.aligncenter {
  display: block;
  margin: 0 auto;
}
#header .title {
  position: fixed;
  top: 40px;
  left: 4.166666666666666vw;
  z-index: 9;
}
@media screen and (max-width: 750px) {
  #header .title {
    top: 8vw;
    left: 5.333333333333334vw;
  }
}
#header .title a {
  position: relative;
  display: block;
}
#header .title img {
  width: 102px;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}
@media screen and (max-width: 750px) {
  #header .title img {
    width: 90px;
  }
}
#header .title .base {
  opacity: 1;
}
#header .title .clone {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
#header.-scrolled .title .base {
  opacity: 0;
}
#header.-scrolled .title .clone {
  opacity: 1;
}
@media screen and (min-width: 751px) {
  #header.-scrolled #headerSns a {
    color: #000;
  }
}
@media screen and (max-width: 750px) {
  #header.-scrolled #headerSns a {
    opacity: 1;
  }
}
#header.-menuOpen .title .base {
  opacity: 1 !important;
}
#header.-menuOpen .title .clone {
  opacity: 0 !important;
}
#header.-menuOpen #headerSns a {
  color: #fff;
}
@media screen and (max-width: 750px) {
  #header.-menuOpen #headerSns a {
    opacity: 1;
  }
}
#header.-menuOpen .bar:nth-child(1) {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  margin-bottom: -1px;
}
#header.-menuOpen .bar:nth-child(2) {
  opacity: 0;
}
#header.-menuOpen .bar:nth-child(3) {
  margin-top: -1px;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
#headerMenu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 9;}
#headerMenu .item {
  background: #000;
  position: relative;}
#headerMenu .item.mrp780 {
	margin-right: 5px;}
#headerMenu .item.contact {
	border-right: 1px solid #fff;}
#headerMenu .item.mrp780 a,
#headerMenu .item.contact a {
	width: 200px;
	color: #fff;}
#headerMenu .item.mrp780 a {
	padding: 10px;
	background: url("../images/common/bnr_fix_mrp780.jpg") center center / cover no-repeat;}
#headerMenu .item.mrp780 a img {
	max-width: 120px;}
#headerMenu .item.mrp780 picture {
	display: inline;}
#headerMenu .item:last-child {
  border-right: 0;}
#headerMenu .item a {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  width: 87px;
  height: 87px;}
#headerMenu .item a .img {
  width: 32px;}

#headerMenu .item .linkInner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;}
#headerMenu .item .linkInner .img {
  margin-right: 15px;}
#headerMenu .item .linkInner .text {
  text-align: left;
  font-size: 1.4rem;}
#headerMenu .barWrap {
  display: inline-block;
  position: absolute;
  /* top: 45%; */
  /* top: calc(1.5em + 10px); */
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);}
#headerMenu .menufont {
  position: absolute;
  color: white;
  left: 0;
  right: 0;
  margin: auto;
  /* bottom: 1.0em; */
  bottom: 1.5em;
  font-size: 12px;}          
#headerMenu .bar {
  width: 35px;
  height: 1px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background: #fff;}

#headerMenu .bar:first-child {
  margin-bottom: 10px;}

#headerMenu .bar:last-child {
  margin-top: 10px;}

@media screen and (max-width: 750px) {
	#headerMenu .item img {
		width: auto;}
	#headerMenu .item.mrp780 a,
	#headerMenu .item.contact a {
		width: 155px;}
	#headerMenu .item .linkInner .img {
	    margin-right: 10px;}
	#headerMenu .item .linkInner .text {
		font-size: 1.1rem;}
}
@media screen and (max-width: 600px) {
	#headerMenu .item a {
		height: 70px;}
	#headerMenu .item.gnav a {
		width: 70px;}
	#headerMenu .item.mrp780 a,
	#headerMenu .item.contact a {
		width: 120px;}
	#headerMenu .item.contact .img {
		width: 20px;
		height: 16px;}
	#headerMenu .item.contact,
	#headerMenu .item.mrp780 {
		margin: 0;
		border-right: 1px solid rgba(255, 255, 255, 0.5);}
  /* #headerMenu .barWrap {
    top: 40%;} */
  #headerMenu .barWrap {
    top: calc(0.5em + 20px);}
  #headerMenu .menufont {
    bottom: 1.0em;} 
}
@media screen and (max-width: 480px) {
	#headerMenu .item .linkInner {
		flex-wrap: wrap;}
	#headerMenu .item .linkInner .text {
		text-align: center;
		margin: 5px 0 0;
		font-size: 9px;}
	#headerMenu .item.mrp780 a,
	#headerMenu .item.contact a {
		width: 70px;}
	#headerMenu .item .linkInner .img {
		margin: 0;}
}

#headerSns {
  position: fixed;
  right: 4.166666666666666vw;
  z-index: 9;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
  top: 50%;
}
@media screen and (max-width: 750px) {
  #headerSns {
    right: 8vw;
  }
}
#headerSns li {
  line-height: 1;
  margin: 0 0 30px;
}
#headerSns li:last-child {
  margin: 0;
}
#headerSns a {
  font-size: 1.5rem;
  letter-spacing: 0.1em;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}
@media screen and (min-width: 751px) {
  #headerSns a {
    color: #fff;
  }
}
@media screen and (max-width: 750px) {
  #headerSns a {
    color: #000;
    opacity: 0;
  }
}
#headerNav {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 8;
  background: url("../images/common/header_bg.jpg") top center no-repeat;
  -webkit-background-size: cover;
          background-size: cover;
  padding: 20px;
  overflow-y: scroll;
}
#headerNavOuter {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
  width: 100%;
  z-index: 1;
  padding: 100px 20px 20px;
}
@media all and (-ms-high-contrast: none) {
  #headerNavOuter {
	  top: 50%;
    left: 0;
    -webkit-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
            transform: translate(0, -50%);
  }
}
@media screen and (max-width: 955px) {
  #headerNavOuter {
    position: static;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    padding: 100px 0 0;
  }
}
#headerNavInner {
  max-width: 980px;
  width: 100%;
	height: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: end;
  align-items: /*flex-end;*/ stretch;
}
.headerMenuList a {
  color: #fff;
}
.headerMenuList > li {
  line-height: 1;
}
.headerMenuList > li:first-child {
  margin-top: 0 !important;
}
.headerMenuList > li > a {
  font-size: 3rem;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 751px) {
	.headerMenuList.-menu3 > ul li a,
  .headerMenuList > li > a {
    -webkit-transition: all 0.6s;
    transition: all 0.6s;}
	.headerMenuList.-menu3 > ul li a:hover,
  .headerMenuList > li > a:hover {
    opacity: 0.6;}

  .headerMenuList > li > a.woh_title {
    font-size: 2.5rem;
  }

}

.headerMenuList.-menu1 {
  width: 340px;}
.headerMenuList.-menu1 > li {
  margin-top: 30px;}
.headerMenuList.-menu2 {
  width: 360px;}
.headerMenuList.-menu2 > li {
  margin-top: 35px;}
.headerMenuList.-menu3 {
	width: 280px;
	display: flex;
	flex-direction: column;
	/* justify-content: space-between; */
}
.headerMenuList.-menu3 > ul li {
	margin-top: 35px;}
.headerMenuList.-menu3 > ul li:first-child {
	margin-top: 0;}
.headerMenuList.-menu3 > ul li a {
	font-size: 3rem;
	letter-spacing: 0.1em;}

@media screen and (max-width: 1024px) {
  .headerMenuList.-menu2,
	.headerMenuList.-menu3{
    margin-top: 35px;
    width: 100%;}
}
@media screen and (max-width: 750px) {
	.headerMenuList.-menu3 > ul li a,
  .headerMenuList > li > a {
    font-size: 2.5rem;}
  .headerMenuList.-menu1,
  .headerMenuList.-menu2,
	.headerMenuList.-menu3{
    width: 64vw;
    margin-left: auto;
    margin-right: auto;}
}
.headerMenuInnerList > li {
	margin-top: 15px;}
.headerMenuInnerList a {
  display: block;
  font-size: 2rem;
  letter-spacing: 0.1em;
  position: relative;
  padding-left: 25px;}

.headerMenuInnerList .coco_gelato_title {
  font-size: 1.9rem;
  /* word-wrap: break-word; */
  /* white-space: nowrap; */
}

@media screen and (min-width: 751px) {
  .headerMenuInnerList a {
    -webkit-transition: all 0.6s;
	  transition: all 0.6s;}
  .headerMenuInnerList a:hover {
    opacity: 0.6;}
}
@media screen and (max-width: 750px) {
  .headerMenuInnerList a {
    font-size: 1.8rem;}
}
.headerMenuInnerList a::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -1px;
  width: 15px;
  height: 2px;
  background: #fff;}
.headerMenuInnerList .jp {
  font-size: 1.5rem;
  font-weight: bold;}
.headerMenuInfo {
  width: 165px;}
.headerMenuInfo.renovation {
    border-top: 1px solid white;
    margin-top: 15px;
}
.header_list1 > li:first-child {
  margin-top: 0;
  padding: 3px 0 0 0;
}
.header_list2 li {
  /* padding: 5px 0 0 0; */
}

@media screen and (max-width: 955px) {
  .headerMenuInfo {
    margin-top: 75px;}
}
@media screen and (max-width: 750px) {
  .headerMenuInfo {
    width: 64vw;
    margin-left: auto;
    margin-right: auto;}
}
.headerMenuList2 > li {
  margin-top: 0;
}
.headerMenuList2 > li:first-child {
  margin-top: 0;}
.headerMenuList2 a {
  color: #fff;
  font-size: 2rem;
  letter-spacing: 0.1em;
  display: block;
  position: relative;
  border-bottom: 1px solid #fff;}
.headerMenuList2 a::before {
  content: "";
  border: 5px solid transparent;
  border-radius: 2.5px;
  border-left: 8px solid #fff;}
.headerMenuList2 a::before {
  position: absolute;
  top: 50%;
  right: -5px;
  margin-top: -5px;}
@media screen and (min-width: 751px) {
  .headerMenuList2 a {
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
    padding: 15px 0;
  }
  .headerMenuList2 a:hover {
    opacity: 0.6;
  }
}
.headerTel {
  margin-top: 30px;
}
.headerTel a {
  font-size: 2rem;
  letter-spacing: 0.1em;
  color: #fff;
  white-space: nowrap;
}
@media screen and (min-width: 751px) {
  .headerTel a {
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
  }
  .headerTel a:hover {
    opacity: 0.6;
  }
}
.headerTime {
  color: #fff;
  font-size: 1.2rem;
	width: 17em;}
.headerCopyright {
  margin-top: 30px;
  letter-spacing: 0;
  line-height: 1.2;
  white-space: nowrap;
}
.headerCopyright small {
  font-size: 1rem;
  color: #fff;
}
#banner {
  position: fixed;
  bottom: -87px;
  right: 0;
  z-index: 7;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
	min-width: 375px;
	width: 100%;
	max-width: 578px;}
#banner.-scrolled {
  bottom: 0;}
#banner ul {
	display: flex;
	justify-content: space-between;}
#banner ul li {
	background: #000;
	width: 49%;}
#banner a {
  display: block;
  color: #fff;
	width: 100%;
  max-width: 284px;
  height: 87px;
  padding: 22px 0 0 23px;
  line-height: 1.3;}
#banner .events a {
	background: url("../images/common/banner_img.jpg") top right no-repeat, #000;
  -webkit-background-size: auto 87px;
	background-size: auto 87px;}
#banner .webopen a {
	background: #000 url("../images/common/bnr_fix_woh.jpg") center / cover no-repeat;}
#banner .webopen a .text3 {
	color: #fff;
	background: #800D13;
	font-weight: 700;
	font-size: 0.875em;
	padding: 0.1em 0.4em;
	margin: 0 0 0 0.5em;}
#banner .text1 {
  font-size: 1.8rem;}
#banner .text2 {
  font-size: 1.2rem;
  font-weight: bold;}
#banner .webopen a .text2 {
  font-size: 15px;
  border-bottom: 2px solid;
  color: #000;
  margin-bottom: 5px;
  display: inline-block;
  padding-bottom: 3px;
}

#banner .webopen a .text2:last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 750px) {
	#banner {
    bottom: -14.666666666666666vw;}
  #banner a {
    padding: 2.666666666666667vw;
	  width: 100%;
    max-width: 53.333333333333336vw;
    height: 14.666666666666666vw;
    -webkit-background-size: auto 14.666666666666666vw;
            background-size: auto 14.666666666666666vw;
    line-height: 1.1;}
	#banner .text1 {
    	font-size: 1.4rem;}
	#banner .text2 {
		font-size: 1rem;}
	#banner .webopen a .text3 {
		font-size: 0.75em;
		padding: 0.1em 0.2em;}
}

#footer {
  position: relative;
  z-index: 1;
}
#footerLogo {
  position: absolute;
  top: 0px;
  left: 50%;
  z-index: 0;
  width: 728px;
  margin-left: -364px;
}
@media screen and (max-width: 750px) {
  #footerLogo {
    width: 63.2vw;
    margin-left: -31.733333333333334vw;
    top: 0;
  }
}
#footerInner {
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 751px) {
  #footerInner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
}
#footerContact {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
      -ms-flex-order: 2;
          order: 2;
  background: url("../images/common/footer_bg1.jpg") 0 0 no-repeat;
  -webkit-background-size: cover;
          background-size: cover;
  width: 59.333333333333336vw;
  height: 400px;
  padding: 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 750px) {
  #footerContact {
    display: block;
    width: 100%;
    height: auto;
    padding: 8vw 5.333333333333334vw 32vw;
    position: relative;
  }
}
@media screen and (min-width: 751px) {
  #footerContact .infoWrap {
    margin-right: 40px;
  }
}
#footerContact .title {
  font-size: 3rem;
  margin: 0 0 10px;
}
@media screen and (max-width: 750px) {
  #footerContact .title {
    font-size: 2rem;
    letter-spacing: 0.1em;
  }
}
#footerContact .text {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.714285714285714;
  margin: 0 0 20px;
}
@media screen and (max-width: 750px) {
  #footerContact .text {
    font-size: 1.2rem;
    letter-spacing: 0 5em;
  }
}
@media screen and (max-width: 750px) {
  #footerContact .img {
    position: absolute;
    top: calc(100% - 23.2vw);
    left: 21.333333333333336vw;
  }
}
#footerContact .img img {
  width: 265px;
}
@media screen and (max-width: 750px) {
  #footerContact .img img {
    width: 70.66666666666667vw;
  }
}
#footerBox {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
      -ms-flex-order: 1;
          order: 1;
  width: 40.666666666666664vw;
  height: 400px;
  background: #000;
  position: relative;
}
@media screen and (max-width: 750px) {
  #footerBox {
    width: 100%;
    height: auto;
    padding: 8vw;
  }
}
#footerBox .infoOuter {
  display: table;
  width: 100%;
  height: 100%;
}
#footerBox .infoInner {
  display: table-cell;
  vertical-align: middle;
  padding-bottom: 40px;
}
#footerBox .text {
  margin: 0 0 15px;
  text-align: center;
}
@media screen and (max-width: 750px) {
  #footerBox .text {
    margin: 0 0 1.333333333333333vw;
  }
}
#footerBox .text img {
  width: 213px;
}
@media screen and (max-width: 750px) {
  #footerBox .text img {
    width: 38.13333333333333vw;
  }
}
#footerBox .img {
  text-align: center;
  padding-right: 26px;
}
@media screen and (max-width: 750px) {
  #footerBox .img {
    padding-right: 1.333333333333333vw;
  }
}
#footerBox .img img {
  width: 136px;
}
@media screen and (max-width: 750px) {
  #footerBox .img img {
    width: 19.733333333333334vw;
  }
}
#copyright {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: url("../images/common/bg1.jpg") 0 0 no-repeat;
  -webkit-background-size: 100% auto;
          background-size: 100% auto;
  padding: 12px;
  text-align: center;
}
@media screen and (max-width: 750px) {
  #copyright {
    padding: 3.2vw;
  }
}
#copyright small {
  font-size: 1rem;
  font-weight: 500;
}
/* pages */
#topMv {
  height: 100vh;
  width: 100%;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 750px) {
	#topMv {
		height: 40vh;}
}
#topMv .toMvSliderItem {
  position: relative;
  height: 100vh;
	width: 100%;}
.toMvSliderItem {
  -webkit-background-size: cover;
          background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;}

#topMvSns a {
  color: #fff;}
@media screen and (max-width: 750px) {
	#topMvSns {
		display: none;}
}

#topMvNews {
  position: absolute;
  width: calc(100% - (110 / 1200 * 100vw));
  left: 0;
  bottom: 0;
  z-index: 1;
  background: rgba(0,0,0,0.6);
  padding: 0;}
#topMvNews a {
  color: #fff;}
#topMvNews .date,
#topMvNews .cat {
  font-size: 1.2rem;
  margin-right: 15px;}
#topMvNews .text {
  font-size: 1.4rem;}
#topMvNews .swiper-container {
  padding: 30px 0 30px 4.166666666666666vw;}
@media screen and (max-width: 750px) {
	#topMvNews {
		width: 100%;
		padding: 15px 0;}
	#topMvNews .text {
		display: block;
		font-size: 1.2rem;
		margin: 10px 0 0;}
  #topMvNews .swiper-container {
    padding: 30px 0 0 20px;}
}

.home_news_item {
	transition: all 0.8s;
	-moz-transition: all 0.8s;
	-webkit-transition: all 0.8s;
	opacity: 0;
	position: relative;}
.home_news_item.new::before {
	content: '';
	position: absolute;
	left: 0;
	top: -45px;
	width: 78px;
	height: 39px;
	background: url("../images/top/pop_new.png") center center / contain no-repeat;}
.home_news_item.swiper-slide-active {
	animation:newsshow 1s forwards 1;}
@keyframes newsshow {
	0% {
		opacity: 0;}
	30% {
		opacity: 0;}
	100% {
		opacity: 1;}}
.home_news_item.swiper-slide-prev {
	animation:newsvanish 1s forwards 1;}
@keyframes newsvanish {
	0% {
		opacity: 1;}
	70% {
		opacity: 0;}
	100% {
		opacity: 0;}}
#topMvNews .swiper-container {
	overflow: visible;}

#top {
  position: relative;
  overflow: hidden;}
.webp #top #bg {
	background-image: url("../images/top/sec_bg2.webp");}
#top #bg {
  height: 100vh;
  width: 100%;
  min-height: 800px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  background: url("../images/top/sec_bg2.jpg") top center no-repeat;
  -webkit-background-size: cover;
          background-size: cover;}
@media screen and (max-width: 750px) {
  #top #bg {
    background-position: 75% 0;}
}
#top #sec1,
#top #sec2,
#top #sec3 {
  position: relative;
  width: 100%;
  min-height: 650px;}
#top #sec1 .inner,
#top #sec2 .inner,
#top #sec3 .inner {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);}
@media screen and (max-width: 750px) {
  #top #sec1 .inner,
  #top #sec2 .inner,
  #top #sec3 .inner {
    width: 100%;}
}
#top #sec1 .heading1,
#top #sec2 .heading1,
#top #sec3 .heading1,
#top #sec1 .desc,
#top #sec2 .desc,
#top #sec3 .desc,
#top #sec1 .btnWrap,
#top #sec2 .btnWrap,
#top #sec3 .btnWrap {
  text-align: center;}
#top #sec1 .desc,
#top #sec2 .desc,
#top #sec3 .desc {
  color: #fff;
  font-size: 1.6rem;
  line-height: 1.8125;
  margin: 0 0 40px;}
@media screen and (max-width: 750px) {
  #top #sec1 .desc,
  #top #sec2 .desc,
  #top #sec3 .desc {
    font-size: 1.5rem;
    line-height: 1.8;}
}
.webp #top #sec1 {
	/* background-image: url("../images/top/sec_bg1.webp"); */
  height: 650px;}
#top #sec1 {
  height: 100vh;
  /* background: url("../images/top/sec_bg1.jpg") top center no-repeat;
  -webkit-background-size: cover;
          background-size: cover; */
}
#top #sec2 {
  height: 650px;
  /* background: rgba(0,0,0,0.15); */
  background: url("../images/top/sec_bg1.jpg") top center no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
}
#top #sec2 .secBorder {
  position: absolute;
  bottom: -75px;
  left: 50%;
  z-index: 1;
}
.webp #top #sec3 {
	background-image: url("../images/top/sec_bg3.webp");}
#top #sec3 {
  height: 650px;
	background: #000 url("../images/top/sec_bg3.jpg") top center no-repeat;
  -webkit-background-size: cover;
          background-size: cover;}
#top #sec3 .bgMovie {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  min-width: 1155.5555555555557px;
  min-height: 650px;
  z-index: 0;
}
#top #sec3 .bgMovie video {
  min-width: 100%;
  min-height: 100%;
}
#top #sec4 {
  position: relative;
  padding: 110px 0 70px;
}
#top #sec4 .secBorder {
  position: absolute;
  top: -75px;
  left: 50%;
  z-index: 1;
}
#top #sec4 .heading1 {
  margin-top: 60px;
  margin-bottom: 40px;
}
#top #sec5 {
  margin: 350px 0 0;
  padding: 60px 0 350px;
}
#top #sec5 .heading1{
  margin-bottom: 40px;
}
@media screen and (max-width: 750px) {
  #top #sec5 {
    padding-bottom: 24vw;
  }
}
.worksList .worksItem {
  position: relative;
  width: 592px;
  height: 400px;
  margin-right: 10px !important;
}
.worksList .worksItem:last-child {
  margin-right: 0 !important;
}
@media screen and (max-width: 750px) {
  .worksList .worksItem {
    width: 94.66666666666667vw;
    height: 64vw;
  }
}
.worksList .worksItem .title {
  width: 100%;
  padding: 15px 20px;
  background: rgba(0,0,0,0.6);
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
}
@media screen and (max-width: 750px) {
  .worksList .worksItem .title {
    padding: 4vw;
    font-size: 1.4rem;
  }
}
.worksList .worksItem .thumb {
  width: 592px;
  height: 400px;
  position: relative;
  background-position: 50% 50%;
  -webkit-background-size: cover;
          background-size: cover;
  background-repeat: no-repeat;
}
.worksList .worksItem .thumb::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.25);
  opacity: 0;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}
@media screen and (max-width: 750px) {
  .worksList .worksItem .thumb {
    width: 94.66666666666667vw;
    height: 64vw;
  }
}
.worksList .worksItem .cat {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
.worksList .worksItem .cat a {
  display: inline-block;
  background: #000;
  color: #fff;
  font-weight: bold;
  padding: 10px;
  font-size: 1.4rem;
  min-width: 116px;
  text-align: center;
  margin: 0 5px 0 0;
}
@media screen and (max-width: 750px) {
  .worksList .worksItem .cat a {
    min-width: 92px;
  }
}
@media screen and (min-width: 751px) {
  .worksList .worksItem a:hover .thumb::before {
    opacity: 1;
  }
}
.eventList > li {
  border-top: 1px solid #dedede;
}
.eventList > li:last-child {
  border-bottom: 1px solid #dedede;
}
.eventList a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 12px 0;
}
@media screen and (max-width: 750px) {
  .eventList a {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}
.eventList .thumb {
  width: 184px;
  height: 124px;
  margin-right: 20px;
  position: relative;
  background-position: 50% 50%;
  -webkit-background-size: cover;
          background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (max-width: 750px) {
  .eventList .thumb {
    width: 37.333333333333336vw;
    height: 25.066666666666666vw;
    margin-right: 8px;
  }
}
.eventList .thumb::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.25);
  opacity: 0;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}
.eventList .infoWrap {
  width: calc(100% - 204px - 68px);
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}
@media screen and (max-width: 750px) {
  .eventList .infoWrap {
    width: calc(100% - 8px - 37.333vw);
  }
}
.eventList .info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 750px) {
  .eventList .info {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}
.eventList .date {
  font-size: 1.2rem;
  line-height: 1;
  color: #fff;
  background: #000;
  padding: 12px;
  margin-right: 20px;
}
@media screen and (max-width: 750px) {
  .eventList .date {
    margin: 0 0 5px;
    padding: 8px;
    letter-spacing: 0;
  }
}
.eventList .date.-red {
  background: #840000;
}
.eventList .cat,
.eventList .address {
  font-size: 1.2rem;
  font-weight: bold;
}
@media screen and (max-width: 750px) {
  .eventList .cat,
  .eventList .address {
    display: block;
    width: 100%;
  }
}
.eventList .cat {
  margin-right: 20px;
}
@media screen and (max-width: 750px) {
  .eventList .cat {
    margin: 0 0 2px;
  }
}
.eventList .title {
  font-size: 1.5rem;
  font-weight: 500;
  margin-top: 10px;
}
.eventList .border {
  width: 68px;
}
.eventList .border::before {
  width: 68px;
}
@media screen and (max-width: 750px) {
  .eventList .border {
    display: none;
  }
}
@media screen and (min-width: 751px) {
  .eventList a:hover .thumb::before {
    opacity: 1;
  }
  .eventList a:hover .infoWrap {
    opacity: 0.6;
  }
}
.blogList > li {
  border-top: 1px solid #dedede;
}
.blogList > li:last-child {
  border-bottom: 1px solid #dedede;
}
.blogList a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 12px 0;
}
@media screen and (max-width: 750px) {
  .blogList a {
    padding: 20px 0;
  }
}
.blogList a .thumb {
  width: 116px;
  height: 80px;
  margin-right: 20px;
  position: relative;
  background-position: 50% 50%;
  -webkit-background-size: cover;
          background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (max-width: 750px) {
  .blogList a .thumb {
    width: 24vw;
    height: 16.53333333333333vw;
  }
}
.blogList a .thumb::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.25);
  opacity: 0;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}
.blogList a .infoWrap {
  width: calc(100% - 136px - 68px);
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}
@media screen and (max-width: 750px) {
  .blogList a .infoWrap {
    width: calc(100% - 24vw - 20px - 50px);
  }
}
.blogList a .date {
  font-size: 1.2rem;
  font-weight: 500;
  padding: 0 10px 0 0;
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 5px;
}
.blogList a .cat {
  color: #fff;
  font-size: 1.2rem;
  letter-spacing: 0.1em;
  background-color: #000;
  padding: 4px 10px;
  min-width: 90px;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  margin: 0 0 5px;
}
@media screen and (max-width: 750px) {
  .blogList a .cat {
    padding: 2px 10px;
  }
}
.blogList a .title {
  font-size: 1.5rem;
  font-weight: 500;
  margin: 5px 0 0;
}
@media screen and (max-width: 750px) {
  .blogList a .title {
    margin: 0;
  }
}
.blogList a .border {
  width: 68px;
}
.blogList a .border::before {
  width: 68px;
}
@media screen and (max-width: 750px) {
  .blogList a .border {
    width: 50px;
  }
  .blogList a .border::before {
    width: 50px;
  }
}
@media screen and (min-width: 751px) {
  .blogList a:hover .thumb::before {
    opacity: 1;
  }
  .blogList a:hover .infoWrap {
    opacity: 0.6;
  }
}
.instaView {
  padding: 0 0 55px;
}
.instaView .instaItem {
  width: 235px;
  height: 235px;
  margin-right: 20px;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 750px) {
  .instaView .instaItem {
    width: 35.199999999999996vw;
    height: 35.199999999999996vw;
    margin-right: 3.2vw;
  }
}
.instaView .instaItem:last-child {
  margin-right: 0;
}
.instaView .instaItem .thumb {
  width: 235px;
  height: 235px;
  background-position: 50% 50%;
  -webkit-background-size: cover;
          background-size: cover;
  background-repeat: no-repeat;
}
.instaView .instaItem .thumb::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.25);
  opacity: 0;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}
@media screen and (max-width: 750px) {
  .instaView .instaItem .thumb {
    width: 35.199999999999996vw;
    height: 35.199999999999996vw;
  }
}
@media screen and (min-width: 751px) {
  .instaView .instaItem a:hover .thumb::before {
    opacity: 1;
  }
}
.instaView .instaLine {
  bottom: 0 !important;
  width: 100% !important;
}
#modelShowroom .pageVisual {
  background: url("../images/model-showroom/mv.jpg") center center no-repeat;
  -webkit-background-size: cover;
          background-size: cover;
}
@media screen and (min-width: 751px) {
  .modelList {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}
.modelList li {
  position: relative;
  width: 100%;
}
.modelList .annotation_point_txt {
  position: absolute;
  bottom: 20px;
  right: 10px;
  color: #fff;
  display: block;
  font-size: 11px;
}

@media screen and (min-width: 751px) {
  .modelList li {
    width: 50%;
  }
}
.modelList a {
  display: block;
}
.modelList a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.25);
  opacity: 0;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}
@media screen and (min-width: 751px) {
  .modelList a:hover::before {
    opacity: 1;
  }
}
.modelList .title,
.modelList .cat {
  position: absolute;
  z-index: 1;
}
.modelList .title {
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  color: #fff;
  width: 100%;
  font-size: 3.7rem;
  text-align: center;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 1;
}
@media screen and (max-width: 750px) {
  .modelList .title {
    font-size: 2.5rem;
  }
}
.modelList .title span {
  display: block;
}

.modelList .title .address_kome_txt {
  display: none;
}

#modelShowroom .inner .pageText1 a {
  color: #004a65;
  text-decoration: underline;
}

.modelList .title .main {
  padding-bottom: 20px;
  position: relative;
}
.modelList .title .main::before {
  content: "";
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 50%;
  width: 224px;
  -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  height: 5px;
  background: #fff;
  display: block;
}
@media screen and (max-width: 750px) {
  .modelList .title .main::before {
    width: 237px;
  }
}
.modelList .title .sub {
  font-size: 1.5rem;
  letter-spacing: 0.05em;
  padding-top: 40px;
}
@media screen and (max-width: 750px) {
  .modelList .title .sub {
    padding-top: 15px;
  }
}
.modelList .cat {
  top: 0;
  left: 0;
  color: #fff;
  background: #000;
  text-align: center;
  min-width: 150px;
  padding: 10px;
  font-size: 1.5rem;
  font-weight: bold;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 750px) {
  .modelList .cat {
    min-width: 120px;
    font-size: 1.4rem;
  }
}
.modelList .img {
  width: 50vw;
  height: 37.5vw;
  -webkit-background-size: cover;
          background-size: cover;
  position: relative;
}
@media screen and (max-width: 750px) {
  .modelList .img {
    width: 100%;
    height: 74.66666666666667vw;
  }
}
.modelList .img::before {
  content: "";
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  background: rgba(0,0,0,0.5);
}
#news .pageVisual {
  background: url("../images/news/mv.jpg") center center no-repeat;
  -webkit-background-size: cover;
          background-size: cover;
}
.newsContents {
  padding: 0 0 40px;
  border-bottom: 1px solid #000;
}
.newsContents hr {
  margin: 0;
}
.ggmap iframe {
  width: 100%;
  height: 350px;
  padding: 0 0 30px;
}
.newsTable {
  margin: 0;
}
.newsTable th {
  width: 16%;
  color: #fff;
  letter-spacing: 0.05em;
  background-color: #000;
  padding: 15px 0;
  text-align: center;
}
.newsTable td {
  width: 83%;
  letter-spacing: 0.1em;
  background-color: #e2e2e2;
  padding: 15px 20px;
}
.pagingImg {
  width: 184px;
  height: 127px;
  margin: 0 20px;
  position: relative;
}
.newsList li,
.blogList2 li {
  border-top: 1px solid #e2e2e2;
  position: relative;
}
.newsList li:last-child,
.blogList2 li:last-child {
  border-bottom: 1px solid #e2e2e2;
}
.newsList li a,
.blogList2 li a {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 10px 0;
}
@media screen and (min-width: 751px) {
  .newsList li a:hover .img::before,
  .blogList2 li a:hover .img::before {
    opacity: 1;
  }
  .newsList li a:hover .newsListBody,
  .blogList2 li a:hover .newsListBody,
  .newsList li a:hover .blogList2Body,
  .blogList2 li a:hover .blogList2Body {
    opacity: 0.6;
  }
}
.newsList li .img,
.blogList2 li .img {
  width: 136px;
  height: 94px;
  position: relative;
  background-position: 50% 50%;
  -webkit-background-size: cover;
          background-size: cover;
  background-repeat: no-repeat;
}
.newsList li .img::before,
.blogList2 li .img::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.25);
  opacity: 0;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}
@media screen and (max-width: 750px) {
  .newsList li .img,
  .blogList2 li .img {
    width: 26.666666666666668vw;
    height: 18.4vw;
  }
}
.newsListBody,
.blogList2Body {
  padding: 8px 75px 8px 20px;
  width: calc(100% - 136px);
}
@media screen and (min-width: 751px) {
  .newsListBody,
  .blogList2Body {
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
  }
}
@media screen and (max-width: 750px) {
  .newsListBody,
  .blogList2Body {
    width: calc(100% - 26.666vw);
    padding: 0 0 0 10px;
  }
}
.newsListBody .date,
.blogList2Body .date {
  font-size: 1.2rem;
  padding: 0 10px 0 0;
  letter-spacing: 0.1em;
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 5px;
}
.newsListBody .cat,
.blogList2Body .cat {
  color: #fff;
  font-size: 1.2rem;
  letter-spacing: 0.1em;
  background-color: #000;
  padding: 4px 10px;
  min-width: 90px;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  margin: 0 0 5px;
}
@media screen and (max-width: 750px) {
  .newsListBody .cat,
  .blogList2Body .cat {
    padding: 2px 10px;
  }
}
.newsListBody .title,
.blogList2Body .title {
  padding: 5px 0 0;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 750px) {
  .newsListBody .title,
  .blogList2Body .title {
    padding: 5px 0 0;
    font-size: 1.4rem;
  }
}
.newsListBody .border.l2r,
.blogList2Body .border.l2r {
  width: 70px;
  height: 1px;
  position: absolute;
  top: 50%;
  right: 0;
}
@media screen and (max-width: 750px) {
  .newsListBody .border.l2r,
  .blogList2Body .border.l2r {
    display: none;
  }
}
.newsArticle .title,
.blogArticle .title {
  font-size: 2rem;
  letter-spacing: 0.05em;
  margin: 0 0 40px;
}
.newsArticleInfo,
.blogArticleInfo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin: 0 0 10px;
}
.newsArticleInfo .date,
.blogArticleInfo .date {
  font-size: 1.2rem;
  margin-right: 10px;
  display: inline-block;
  vertical-align: middle;
}
.newsArticleInfo .cat,
.blogArticleInfo .cat {
  background: #000;
  color: #fff;
  font-size: 1.2rem;
  padding: 2px 10px;
  min-width: 132px;
  text-align: center;
  margin: 0 10px 10px 0;
  display: inline-block;
  vertical-align: middle;
}
#event .pageVisual {
  background: url("../images/event/mv.jpg") center center no-repeat;
  -webkit-background-size: cover;
          background-size: cover;
}
#event .btnMap {
  color: #fff;
  text-decoration: none;
}
@media screen and (min-width: 751px) {
  #event .btnMap:hover {
    color: #000;
    opacity: 1;
  }
}
@media screen and (min-width: 751px) {
  .eventList2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}
.eventList2 > li {
  width: 31.2%;
}
@media screen and (min-width: 751px) {
  .eventList2 > li {
    margin-right: 3.2%;
  }
  .eventList2 > li:nth-child(3n) {
    margin-right: 0;
  }
  .eventList2 > li:nth-child(n+4) {
    margin-top: 90px;
  }
}
@media screen and (max-width: 750px) {
  .eventList2 > li {
    width: 100%;
    margin-bottom: 60px;
  }
}
.eventList2 .imgWrap {
  position: relative;
  margin: 0 0 15px;
}
.eventList2 .imgWrap .img {
  background-position: 50% 50%;
  -webkit-background-size: cover;
          background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (min-width: 751px) {
  .eventList2 .imgWrap .img {
    max-width: 312px;
    width: 100%;
    max-height: 211px;
    height: 21.099999999999998vw;
  }
}
@media screen and (max-width: 750px) {
  .eventList2 .imgWrap .img {
    width: 100%;
    height: 60.266666666666666vw;
  }
}
.eventList2 .imgWrap .date {
  position: absolute;
  top: -15px;
  left: -5px;
  background: #000;
  color: #fff;
  padding: 7px 10px 8px;
  font-size: 1.2rem;
  font-weight: 500;
}
.eventList2 .imgWrap .date.-blue {
  background: #004a65;
}
.eventList2 .imgWrap .date.-red {
  background: #840000;
}
.eventList2 .infoWrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin: 0 0 5px;
}
.eventList2 .infoWrap .info {
  font-size: 1.2rem;
  background: #000;
  padding: 3px 15px 4px;
  margin: 0 10px 10px 0;
  color: #fff;
  font-weight: 500;
}
.eventList2 .infoWrap .info.-blue {
  background: #004a65;
}
.eventList2 .title {
  font-size: 1.5rem;
  font-weight: 500;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  padding: 20px 0;
  margin-bottom: 15px;
}
.eventList2 .info2Wrap .cat {
  font-size: 1.5rem;
  margin-bottom: 5px;
}
.eventList2 .info2Wrap .cat::before {
  width: 18px;
  height: 19px;
  margin-right: 10px;
  vertical-align: -4px;
}
.eventList2 .info2Wrap .address {
  font-size: 1.5rem;
}
.eventList2 .info2Wrap .address::before {
  width: 15px;
  height: 19px;
  margin-right: 13px;
  vertical-align: -4px;
}
.eventList2 a {
  display: block;
}
@media screen and (min-width: 751px) {
  .eventList2 a {
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
  }
  .eventList2 a:hover {
    opacity: 0.6;
  }
}
.eventArticleInfo {
  margin-bottom: 15px;
}
@media screen and (min-width: 751px) {
  .eventArticleInfo {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media screen and (max-width: 750px) {
  .eventArticleInfo {
    font-size: 0;
    margin-bottom: 10px;
  }
}
.eventArticleInfo .infoWrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 750px) {
  .eventArticleInfo .infoWrap {
    margin-top: 10px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.eventArticleInfo .date,
.eventArticleInfo .info {
  font-size: 1.2rem;
  font-weight: 500;
  background: #000;
  color: #fff;
  padding: 3px 15px 4px;
}
@media screen and (min-width: 751px) {
  .eventArticleInfo .date,
  .eventArticleInfo .info {
    margin-right: 10px;
  }
}
@media screen and (max-width: 750px) {
  .eventArticleInfo .date,
  .eventArticleInfo .info {
    text-align: center;
    padding: 8px 10px;
  }
}
.eventArticleInfo .date.-blue,
.eventArticleInfo .info.-blue {
  background: #004a65;
}
.eventArticleInfo .date.-red,
.eventArticleInfo .info.-red {
  background: #840000;
}
@media screen and (max-width: 750px) {
  .eventArticleInfo .info {
    display: inline-block;
    width: 48.4%;
    margin-bottom: 30px;
  }
  .eventArticleInfo .info:nth-of-type(3) {
    margin-left: 2.9%;
  }
}
.eventArticleInfo .cat {
  font-size: 1.5rem;
  margin-left: 25px;
}
@media screen and (max-width: 750px) {
  .eventArticleInfo .cat {
    font-size: 1.2rem;
    display: inline-block;
    margin-left: 0;
  }
}
.eventArticleInfo .cat::before {
  width: 18px;
  height: 19px;
  margin-right: 10px;
  vertical-align: -4px;
}
@media screen and (max-width: 750px) {
  .eventArticleInfo .cat::before {
    width: 16px;
    height: 17px;
    margin-right: 5px;
    vertical-align: -2px;
  }
}
.eventArticleInfo .address {
  font-size: 1.5rem;
  /* padding-left: 45px; */
  position: relative;
}
@media screen and (max-width: 750px) {
  .eventArticleInfo .address {
    font-size: 1.2rem;
    display: inline-block;
    padding-left: 20px;
  }
}
.eventArticleInfo .address::before {
  width: 15px;
  height: 19px;
  margin-right: 13px;
  vertical-align: -4px;
}
@media screen and (max-width: 750px) {
  .eventArticleInfo .address::before {
    width: 11px;
    height: 15px;
    margin-right: 5px;
    vertical-align: -2px;
  }
}
.eventArticleInfo .address::after {
  /* content: "";
  display: block;
  width: 1px;
  height: 33px;
  background: #a3a3a3;
  position: absolute;
  top: -5px;
  left: 22px; */
}
@media screen and (max-width: 750px) {
  .eventArticleInfo .address::after {
    height: 20px;
    left: 10px;
    top: 0;
  }
}
.eventArticleTitle {
  margin: 0 0 45px;
}
@media screen and (min-width: 751px) {
  .eventArticleTitle {
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    position: relative;
  }
}
.eventArticleTitle .title {
  font-size: 2rem;
  padding: 22px 254px 22px 0;
}
@media screen and (max-width: 750px) {
  .eventArticleTitle .title {
    font-size: 1.7rem;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    margin: 0 -20px 30px;
    padding: 15px 20px;
  }
}
.eventArticleBtn {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  padding: 0;
  font-size: 1.5rem;
}
@media screen and (max-width: 750px) {
  .eventArticleBtn {
    position: relative;
  }
}
.eventArticleBtn > .btn1 {
  height: 100%;
  width: 252px;
  border: 0;
}
@media screen and (min-width: 751px) {
  .eventArticleBtn > .btn1 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media screen and (max-width: 750px) {
  .eventArticleBtn > .btn1 {
    width: 100%;
    padding: 15px;
    text-align: left;
    font-size: 1.5rem;
    letter-spacing: 0.05em;
  }
  .eventArticleBtn > .btn1::before {
    content: "";
    border: 5px solid transparent;
    border-radius: 2.5px;
    border-left: 8px solid #fff;
  }
  .eventArticleBtn > .btn1::before {
    width: 0;
    height: 0;
    display: block;
    position: absolute;
    top: 50%;
    right: 15px;
    margin-top: -5px;
  }
}
#estate .pageVisual {
  background: url("../images/estate/mv.jpg") center center no-repeat;
  -webkit-background-size: cover;
          background-size: cover;
}
.estateArticle {
  margin: 50px 0 0;
}
.estateArticleTitle {
  font-size: 2rem;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  padding: 15px 0;
  margin: 50px 0;
  letter-spacing: 0.05em;
}
.estateArticleSlide {
  margin: 50px 0;
}
.estateList {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.estateList .estateItem {
  width: 31%;
  margin: 0 0 50px;
}
@media screen and (min-width: 751px) {
  .estateList .estateItem:not(:nth-child(3n)) {
    margin-right: 3.3%;
  }
}
@media screen and (max-width: 750px) {
  .estateList .estateItem {
    width: 100%;
    margin: 0 0 25px;
  }
}
@media screen and (min-width: 751px) {
  .estateList a:hover .img::before {
    opacity: 1;
  }
  .estateList a:hover .title,
  .estateList a:hover .info {
    opacity: 0.6;
  }
}
.estateList .img {
  position: relative;
  background-position: 50% 50%;
  -webkit-background-size: cover;
          background-size: cover;
  background-repeat: no-repeat;
}
.estateList .img::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.25);
  opacity: 0;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}
@media screen and (min-width: 751px) {
  .estateList .img {
    max-width: 311px;
    width: 100%;
    max-height: 211px;
    height: 21.099999999999998vw;
  }
}
@media screen and (max-width: 750px) {
  .estateList .img {
    width: 89.33333333333333vw;
    height: 60.266666666666666vw;
  }
}
.estateList .title,
.estateList .info {
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}
.estateList .title {
  font-size: 1.5rem;
  font-weight: 500;
  letter-spacing: 0.02em;
  padding: 10px 0;
  margin: 25px 0 20px;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
}
@media screen and (max-width: 750px) {
  .estateList .title {
    font-size: 1.4rem;
    line-height: 1.642857142857143;
  }
}
.estateList .info li p {
  margin: 0 0 6px;
  font-size: 1.5rem;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 750px) {
  .estateList .info li p {
    font-size: 1.4rem;
  }
}
#spec .pageVisual {
  background: url("../images/spec/mv.jpg") center center no-repeat;
  -webkit-background-size: cover;
          background-size: cover;
}
@media screen and (min-width: 751px) {
  #spec .specDesc {
    padding-bottom: 75px;
  }
}
#spec .specText {
  line-height: 2;
}
@media screen and (min-width: 751px) {
  #spec .specTabList {
    position: relative;
    top: -15px;
  }
}
@media screen and (max-width: 750px) {
  #spec .specTabList {
    display: block;
    border-top: 1px solid #000;
    padding-top: 50px;
  }
}
#spec .specTabList li {
  max-width: 184px;
}
@media screen and (max-width: 750px) {
  #spec .specTabList li {
    max-width: none;
    width: 100%;
    margin: 0 0 15px;
  }
}
#spec .specTabList li:not(:last-child) {
  margin-right: 20px;
}
#spec .specTitleBox {
  margin: 70px 0;
}
@media screen and (max-width: 750px) {
  #spec .specTitleBox {
    margin: 50px 0;
    height: 250px;
    width: auto;
  }
}
#spec .specList {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 50px 0 75px;
}
@media screen and (max-width: 750px) {
  #spec .specList {
    display: block;
    margin: 30px 0 50px;
  }
}
#spec .specList li {
  width: 32%;
}
@media screen and (max-width: 750px) {
  #spec .specList li {
    width: 100%;
  }
}
#spec .specList li:not(:last-child) {
  margin-right: 2%;
}
@media screen and (max-width: 750px) {
  #spec .specList li:not(:last-child) {
    margin: 0 0 30px;
  }
}
#spec .specList li figcaption {
  font-size: 1.2rem;
  letter-spacing: 0.1em;
  padding: 10px 0 0;
}
@media screen and (min-width: 751px) {
  #spec .specList .specItemCol2 {
    width: 65%;
  }
}
#spec #sec1 {
  margin-top: 50px;
}
#spec #sec1 .specTitleBox {
  background: url("../images/spec/Images1.jpg") center center no-repeat;
  -webkit-background-size: cover;
          background-size: cover;
}
@media screen and (max-width: 750px) {
  #spec #sec1 .specTitleBox {
    background: url("../images/spec/Images1-sp.jpg") center center no-repeat;
    -webkit-background-size: cover;
            background-size: cover;
  }
}
#spec #sec2 .specTitleBox {
  background: url("../images/spec/Images2.jpg") center center no-repeat;
  -webkit-background-size: cover;
          background-size: cover;
}
@media screen and (max-width: 750px) {
  #spec #sec2 .specTitleBox {
    background: url("../images/spec/Images2-sp.jpg") center center no-repeat;
    -webkit-background-size: cover;
            background-size: cover;
  }
}
#spec #sec3 .specTitleBox {
  background: url("../images/spec/Images3.jpg") center center no-repeat;
  -webkit-background-size: cover;
          background-size: cover;
}
@media screen and (max-width: 750px) {
  #spec #sec3 .specTitleBox {
    background: url("../images/spec/Images3-sp.jpg") center center no-repeat;
    -webkit-background-size: cover;
            background-size: cover;
  }
}
#spec #sec4 .specTitleBox {
  background: url("../images/spec/Images4.jpg") center center no-repeat;
  -webkit-background-size: cover;
          background-size: cover;
}
@media screen and (max-width: 750px) {
  #spec #sec4 .specTitleBox {
    background: url("../images/spec/Images4-sp.jpg") center center no-repeat;
    -webkit-background-size: cover;
            background-size: cover;
  }
}
#spec #sec5 .specTitleBox {
  background: url("../images/spec/Images5.jpg") center center no-repeat;
  -webkit-background-size: cover;
          background-size: cover;
}
@media screen and (max-width: 750px) {
  #spec #sec5 .specTitleBox {
    background: url("../images/spec/Images5-sp.jpg") center center no-repeat;
    -webkit-background-size: cover;
            background-size: cover;
  }
}
#company .pageVisual {
  background: url("../images/company/mv.jpg") center center no-repeat;
  -webkit-background-size: cover;
          background-size: cover;
}
#company #staff {
  background: url("../images/company/sec_img1.jpg") center center no-repeat;
  -webkit-background-size: cover;
          background-size: cover;
}
@media screen and (max-width: 750px) {
  #company #staff {
    background-image: url("../images/company/sec_img1_sp.jpg");
  }
}
#company #about {
  background: url("../images/company/sec_img2.jpg") center center no-repeat;
  -webkit-background-size: cover;
          background-size: cover;
}
@media screen and (max-width: 750px) {
  #company #about {
    background-image: url("../images/company/sec_img2_sp.jpg");
  }
}
#company .modalInner {
  max-width: 100%;
  padding: 0;
  top: 0;
  left: 0;
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
}
#company .modalPagination {
  padding-bottom: 75px;
}
.companyList {
  margin: 0 0 100px;
}
@media screen and (min-width: 751px) {
  .companyList {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}
@media screen and (max-width: 750px) {
  .companyList {
    margin: 0 0 50px;
  }
}
@media screen and (min-width: 751px) {
  .companyList li {
    width: 33.333%;
  }
}
@media screen and (max-width: 750px) {
  .companyList li {
    margin: 0 0 30px;
  }
}
.companyList a {
  display: block;
}
@media screen and (min-width: 751px) {
  .companyList a:hover .img .over {
    opacity: 1;
  }
  .companyList a:hover .cap::before {
    opacity: 0;
  }
  .companyList a:hover .capInner {
    opacity: 0;
  }
}
.companyList .imgBox {
  position: relative;
}
.companyList .imgBox .img {
  display: block;
  position: relative;
}
.companyList .imgBox .img img {
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}
.companyList .imgBox .img .default {
  z-index: 0;
}
@media screen and (max-width: 750px) {
  .companyList .imgBox .img .default {
    display: none;
  }
}
@media screen and (min-width: 751px) {
  .companyList .imgBox .img .over {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1;
    opacity: 0;
  }
}
.companyList .imgBox .cap {
  font-size: 1.5rem;
  font-weight: 500;
  letter-spacing: 0.02em;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}
@media screen and (max-width: 750px) {
  .companyList .imgBox .cap {
    font-size: 1.4rem;
  }
}
@media screen and (min-width: 751px) {
  .companyList .imgBox .cap::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    z-index: 0;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
  }
}
.companyList .imgBox .capInner {
  position: absolute;
  bottom: 5px;
  left: 10px;
  z-index: 1;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}
@media screen and (max-width: 750px) {
  .companyList .imgBox .capInner {
    bottom: 0;
    left: 0;
    background: rgba(0,0,0,0.5);
    width: 100%;
    padding: 10px;
  }
}
.companyList .imgBox .capInner .role,
.companyList .imgBox .capInner .name {
  color: #fff;
  display: block;
}
.companyBanner {
  margin: 0 0 90px;
}
@media screen and (max-width: 750px) {
  .companyBanner {
    margin: 0 0 75px;
  }
}
.companyBanner a {
  display: block;
  position: relative;
}
@media screen and (min-width: 751px) {
  .companyBanner a {
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
  }
  .companyBanner a:hover {
    opacity: 0.8;
  }
}

#company #message.titleBox {
  background: url("../images/concept/bg2.jpg") center center no-repeat;
  -webkit-background-size: cover;
          background-size: cover;
}
@media screen and (max-width: 750px) {
  #company #message.titleBox {
    background-image: url("../images/concept/bg2_sp.jpg");
  }
}

.modalStaffList li {
  display: none;
}
.modalStaffList li.-active {
  display: block;
  opacity: 0;
}
.modalStaffList .imgWrap {
  position: relative;
}
.modalStaffList .imgWrap .img {
  width: 100%;
  height: 100vh;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
          background-size: cover;
}
@media screen and (max-width: 750px) {
  .modalStaffList .imgWrap .img {
    height: 78vh;
  }

  .modalStaffList #staff12 .imgWrap .img {
    background-position: right;
  }
}
.modalStaffList .imgWrap .borderWrap {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
.modalStaffList .imgWrap .borderText {
  color: #fff;
  font-size: 1.5rem;
  letter-spacing: 0.07em;
}
.modalStaffList .imgWrap .border {
  margin: 15px auto 0;
  height: 75px;
}
.modalStaffList .imgWrap .border::before {
  height: 75px;
}
.modalStaffList .info {
  margin-top: 75px;
}
.modalStaffList .roll,
.modalStaffList .name {
  font-size: 2rem;
  font-weight: bold;
  color: #fff;
}
@media screen and (max-width: 750px) {
  .modalStaffList .roll,
  .modalStaffList .name {
    font-size: 2rem;
  }
}
@media screen and (max-width: 750px) {
  .modalStaffList .roll {
    margin-top: 15px;
  }
}
.modalStaffList .message {
  margin-top: 15px;
  color: #fff;
  font-size: 1.5rem;
  line-height: 2;
}
@media screen and (max-width: 750px) {
  .modalStaffList .message {
    font-size: 1.4rem;
  }
}
.modalStaffList .pageInfo {
  margin-top: 45px;
}
#contact .pageVisual {
  background: url("../images/contact/mv.jpg") center center no-repeat;
  -webkit-background-size: cover;
          background-size: cover;
}
#contact .pageInfo {
  margin-bottom: 50px;
}
#contact .tel {
  color: #000;
  font-weight: bold;
  text-decoration: none;
  font-size: 1.8rem;
  margin-right: 20px;
}
@media screen and (min-width: 751px) {
  #contact .tel:hover {
    opacity: 0.6;
  }
}
@media screen and (max-width: 750px) {
  #contact .date {
    font-size: 1.2rem;
  }
}
.policyList {
  margin: 30px 0;
}
.policyList li {
  padding: 10px 20px;
  margin: 0 0 10px;
}
.policyList .notes {
  font-size: 1.2rem;
  letter-spacing: 0.1em;
  line-height: 1.583333333333333;
}
#blog .pageVisual {
  background: url("../images/blog/mv.jpg") center center no-repeat;
  -webkit-background-size: cover;
          background-size: cover;
}
#works .pageVisual {
  background: url("../images/works/mv.jpg") center center no-repeat;
  -webkit-background-size: cover;
          background-size: cover;
}
#plan .pageVisual {
  background: url("../images/works/mv.jpg") center center no-repeat;
  -webkit-background-size: cover;
          background-size: cover;
}
#works .worksDetailInner {
  max-width: 990px;
}
@media screen and (min-width: 751px) {
  #works .pageDesc {
    padding-bottom: 75px;
  }
}
#works .worksTabWrap {
  margin-top: -20px;
}
#works .worksVoiceInner .tabList {
  margin-top: -20px;
  margin-bottom: 75px;
}
#works .worksVoiceHr {
  margin: 75px 0;
}

.idx_sub_works {
	font-size: 2rem;
	padding: 0 0 3rem;}
.worksList2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.worksList2 > li {
  width: 47.5%;
  display: block;
  position: relative;
}
@media screen and (min-width: 751px) {
  .worksList2 > li:nth-child(odd) {
    margin-right: 5%;
  }
  .worksList2 > li:nth-child(n+3) {
    margin-top: 5%;
  }
}
@media screen and (max-width: 750px) {
  .worksList2 > li {
    width: 100%;
    margin-bottom: 30px;
  }
  .worksList2 > li:last-child {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 751px) {
  .worksList2 > li > a:hover .img::before {
    opacity: 1;
  }
}
.worksList2 .img {
  position: relative;
  background-position: 50% 50%;
  -webkit-background-size: cover;
          background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (min-width: 751px) {
  .worksList2 .img {
    max-width: 475px;
    width: 100%;
    max-height: 321px;
    height: 32.1vw;
  }
}
@media screen and (max-width: 750px) {
  .worksList2 .img {
    width: 100%;
    height: 60.266666666666666vw;
  }
}
.worksList2 .img::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.25);
  opacity: 0;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}
.worksList2 .title {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 0;
  width: 100%;
  color: #fff;
  font-size: 1.5rem;
  letter-spacing: 0.1em;
  padding: 10px 15px;
  background: rgba(0,0,0,0.6);
}
@media screen and (max-width: 750px) {
  .worksList2 .title {
    font-size: 1.4rem;
  }
}
.worksList2 .cat {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
.worksList2 .cat a {
  display: inline-block;
  background: #000;
  color: #fff;
  font-weight: bold;
  padding: 10px;
  font-size: 1.4rem;
  min-width: 116px;
  text-align: center;
  margin: 0 5px 0 0;
}
@media screen and (max-width: 750px) {
  .worksList2 .cat a {
    min-width: 92px;
  }
}
.worksArticleThumb {
  margin-bottom: 50px;
}
@media screen and (max-width: 750px) {
  .worksArticleThumb {
    margin: 0 -20px 50px;
  }
}
.worksArticleCat {
  margin-bottom: 15px;
}
.worksArticleCat a {
  background: #000;
  color: #fff;
  padding: 2px 10px;
  min-width: 136px;
  text-align: center;
  display: inline-block;
}
@media screen and (max-width: 750px) {
  .worksArticleCat a {
    font-size: 1.2rem;
    min-width: 98px;
  }
}
.worksArticleTitle {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 30px;
}
@media screen and (max-width: 750px) {
  .worksArticleTitle {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}
.worksArticleTitle .sub {
  font-size: 1.8rem;
  font-weight: 500;
}
@media screen and (max-width: 750px) {
  .worksArticleTitle .sub {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
    display: block;
    font-size: 1.4rem;
    margin-top: 5px;
  }
}
@media screen and (min-width: 751px) {
  .worksArticleTitle .sub::after {
    content: "";
    width: 1px;
    height: 23px;
    display: inline-block;
    vertical-align: -5px;
    background: #000;
    margin: 0 15px;
  }
}
.worksArticleTitle .main {
  font-size: 2rem;
}
@media screen and (max-width: 750px) {
  .worksArticleTitle .main {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
    display: block;
    width: 100%;
    font-size: 1.7rem;
  }
}
.worksArticleText {
  margin-bottom: 50px;
}
.worksVoiceList {
  margin: 0 0 75px;
}
@media screen and (max-width: 750px) {
  .worksVoiceList {
    margin: 0 0 50px;
  }
}
.worksVoiceList li {
  margin-bottom: 50px;
}
@media screen and (max-width: 750px) {
  .worksVoiceList li {
    margin-bottom: 30px;
  }
}
.worksVoiceList li:last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 751px) {
  .worksVoiceList a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
  }
  .worksVoiceList a:hover .img::before {
    opacity: 1;
  }
  .worksVoiceList a:hover .titleWrap {
    opacity: 0.6;
  }
}
@media screen and (max-width: 750px) {
  .worksVoiceList a {
    display: block;
  }
}
.worksVoiceList .imgWrap {
  width: 47.5%;
}
@media screen and (max-width: 750px) {
  .worksVoiceList .imgWrap {
    position: relative;
    width: 100%;
  }
}
.worksVoiceList .img {
  position: relative;
  background-position: 50% 50%;
  -webkit-background-size: cover;
          background-size: cover;
  background-repeat: no-repeat;
}
.worksVoiceList .img::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.25);
  opacity: 0;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}
@media screen and (min-width: 751px) {
  .worksVoiceList .img {
    max-width: 475px;
    width: 100%;
    max-height: 321px;
    height: 32.1vw;
  }
}
@media screen and (max-width: 750px) {
  .worksVoiceList .img {
    width: 89.33333333333333vw;
    height: 60.266666666666666vw;
  }
}
@media screen and (min-width: 751px) {
  .worksVoiceList .titleWrap {
    width: 52.5%;
    padding: 20px;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
  }
}
@media screen and (min-width: 751px) {
  .worksVoiceList .titleOuter {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.worksVoiceList .title {
  font-size: 2rem;
  font-weight: bold;
  margin-top: 10px;
}
@media screen and (max-width: 750px) {
  .worksVoiceList .title {
    font-size: 1.7rem;
  }
}
.worksVoiceList .cat {
  font-size: 0;
}
@media screen and (max-width: 750px) {
  .worksVoiceList .cat {
    position: absolute;
    bottom: 0;
    left: 0;
  }
}
.worksVoiceList .cat .num,
.worksVoiceList .cat .text {
  display: inline-block;
  font-size: 1.5rem;
  padding: 10px;
  font-weight: bold;
}
@media screen and (max-width: 750px) {
  .worksVoiceList .cat .num,
  .worksVoiceList .cat .text {
    font-size: 1.4rem;
  }
}
.worksVoiceList .cat .num {
  background: #000;
  color: #fff;
  min-width: 88px;
  text-align: center;
}
.worksVoiceList .cat .text {
  background: #e2e2e2;
}
.worksVoiceArticleThumb {
  margin: 0 0 75px;
}
.worksVoiceArticleThumb img {
  width: 100%;
}
@media screen and (max-width: 750px) {
  .worksVoiceArticleThumb {
    margin: 0 0 30px;
  }
}
.worksVoiceArticleCat {
  font-size: 0;
  margin: 0 0 30px;
}
.worksVoiceArticleCat .num,
.worksVoiceArticleCat .text {
  font-size: 1.5rem;
  font-weight: bold;
  padding: 10px;
  display: inline-block;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 750px) {
  .worksVoiceArticleCat .num,
  .worksVoiceArticleCat .text {
    font-size: 1.3rem;
  }
}
.worksVoiceArticleCat .num {
  background: #000;
  color: #fff;
  min-width: 88px;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .worksVoiceArticleCat .num {
    min-width: 66px;
  }
}
.worksVoiceArticleCat .text {
  background: #e2e2e2;
}
.worksVoiceArticleTitle {
  font-size: 2rem;
  margin: 0 0 50px;
}
@media screen and (max-width: 750px) {
  .worksVoiceArticleTitle {
    margin: 0 0 30px;
  }
}
.worksVoiceArticleDesc {
  margin: 0 0 50px;
}
@media screen and (min-width: 751px) {
  .worksVoiceArticleDesc {
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    padding: 20px 0;
  }
  .worksVoiceArticleDesc .pageText2 {
    margin: 0;
    font-weight: bold;
  }
}
.worksVoiceArticleSlide {
  margin: 0 0 50px;
}
@media screen and (max-width: 750px) {
  .worksVoiceArticleSlide {
    margin: 0 -20px 50px;
  }
}
@media screen and (max-width: 750px) {
  .worksVoiceArticleSlide .swiper-container,
  .worksVoiceArticleSlide .swiper-wrapper {
    max-height: 70.66666666666667vw;
    height: 100vh;
  }
}
@media screen and (max-width: 750px) {
  .worksVoiceArticleSlide .swiper-slide {
    max-height: none;
    height: auto;
  }
}
@media screen and (max-width: 750px) {
  .worksVoiceArticleSlide .swiper-slide img {
    max-width: 100%;
    max-height: 70.66666666666667vw;
  }
}
@media screen and (max-width: 750px) {
  .worksVoiceArticleSlide .slider3PaginationWrap {
    padding: 0 20px;
  }
}
.worksVoiceArticleSlide .imgWrap {
  position: relative;
}
.worksVoiceArticleSlide .imgWrap .icon {
  position: absolute;
  top: 0;
  left: 0;
  padding: 10px;
  width: 136px;
  text-align: center;
  background: #000;
  color: #fff;
  font-size: 1.5rem;
  font-weight: bold;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 750px) {
  .worksVoiceArticleSlide .imgWrap .icon {
    font-size: 1.4rem;
    width: 80px;
  }
}
.worksVoiceArticleImg {
  margin: 0 0 50px;
}
.worksVoiceArticleImg img {
  width: 100%;
}
.worksVoiceArticleText {
  max-width: 1020px;
  padding: 0 10px;
  margin: 0 auto 50px;
}
@media screen and (max-width: 750px) {
  .worksVoiceArticleText {
    padding: 0 20px;
  }
}
.worksVoiceArticleText h2 {
  font-size: 2rem;
  margin: 0 0 30px;
}
@media screen and (max-width: 750px) {
  .worksVoiceArticleText h2 {
    font-size: 1.7rem;
    margin: 0 0 20px;
  }
}
@media screen and (max-width: 750px) {
  .worksVoiceArticleText h2 + p {
    margin: 0 0 30px;
  }
}
.worksVoiceArticleText p {
  font-size: 1.5rem;
  margin: 30px 0;
  line-height: 2;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 750px) {
  .worksVoiceArticleText p {
    font-size: 1.4rem;
  }
}
.worksVoiceArticleBottom {
  background: url("../images/works/voice_footer_bg1.jpg") center center no-repeat;
  position: relative;
  margin: 150px 0 75px;
  padding-top: 125px;
}
.worksVoiceArticleBottom2 {
  background: url("../images/works/voice_footer_bg2.jpg") center center no-repeat;
  position: relative;
  margin: 150px 0 75px;
  padding-top: 125px;
}
@media screen and (min-width: 751px) {
  .worksVoiceArticleBottom,
  .worksVoiceArticleBottom2 {
    height: 640px;
  }
}
@media screen and (max-width: 750px) {
  .worksVoiceArticleBottom,
  .worksVoiceArticleBottom2 {
    margin: 100px 0 50px;
    padding: 100px 0 50px;
  }
}
.worksVoiceArticleBottom .border,
.worksVoiceArticleBottom2 .border {
  position: absolute;
  top: -75px;
  left: 50%;
}
@media screen and (max-width: 750px) {
  .worksVoiceArticleBottom .border,
  .worksVoiceArticleBottom2 .border {
    top: -50px;
    height: 100px;
  }
  .worksVoiceArticleBottom .border::before,
  .worksVoiceArticleBottom2 .border::before {
    height: 100px;
  }
}
.worksVoiceArticleBottomBody {
  max-width: 1020px;
  margin: 0 auto;
}
@media screen and (min-width: 751px) {
  .worksVoiceArticleBottomBody {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 0 10px;
  }
}
.worksVoiceArticleBottomBody .img {
  max-width: 408px;
  width: 100%;
}
.worksVoiceArticleBottomBody .body {
  max-width: 544px;
  width: 100%;
  margin-left: 20px;
}
@media screen and (max-width: 750px) {
  .worksVoiceArticleBottomBody .body {
    margin: 0;
    padding: 0 20px;
    position: relative;
    top: -25px;
  }
}
.worksVoiceArticleBottomBody .title {
  font-size: 2rem;
  text-align: center;
  background: #fff;
  padding: 10px;
  margin: 0 0 30px;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 750px) {
  .worksVoiceArticleBottomBody .title {
    font-size: 1.7rem;
    padding: 15px 10px;
  }
}
.worksVoiceArticleBottomBody .text1 {
  color: #fff;
  font-weight: bold;
  font-size: 2rem;
  letter-spacing: 0.05em;
  margin: 0 0 30px;
}
@media screen and (max-width: 750px) {
  .worksVoiceArticleBottomBody .text1 {
    font-size: 1.7rem;
    margin: 0 0 20px;
  }
}
.worksVoiceArticleBottomBody .text2 {
  margin: 0 0 30px;
  color: #fff;
  letter-spacing: 0.05em;
  line-height: 2;
  font-size: 1.5rem;
}
@media screen and (max-width: 750px) {
  .worksVoiceArticleBottomBody .text2 {
    margin: 0 0 50px;
    font-size: 1.4rem;
    letter-spacing: 0.1em;
  }
}
@media screen and (max-width: 750px) {
  .worksVoiceArticleBottomBody .btnWrap {
    text-align: center;
  }
}
.worksTagListWrap {
  margin: 0 auto;
  max-width: 1020px;
  padding: 0 10px;
}
@media screen and (max-width: 750px) {
  .worksTagListWrap {
    padding: 0 20px;
  }
}
.worksTagList {
  margin: 0 -1%;
}
.worksTagItem {
  margin: 0 0.98% 3%;
  width: 31.37%;
  display: block;
}
@media screen and (min-width: 751px) {
  .worksTagItem:nth-child(3n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 750px) {
  .worksTagItem {
    width: 48%;
    margin: 0 1% 20px;
  }
}
.worksTagItem .img {
  position: relative;
}
.worksTagItem .img a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.25);
  opacity: 0;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}
@media screen and (min-width: 751px) {
  .worksTagItem .img a:hover::before {
    opacity: 1;
  }
}
.worksTagItem .tags {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.worksTagItem .tags > li {
  margin: 10px 10px 0 0;
}
@media screen and (max-width: 750px) {
  .worksTagItem .tags > li {
    margin: 5px 10px 0 0;
  }
}
.worksTagItem .tags > li a {
  display: inline-block;
  font-size: 1.3rem;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 751px) {
  .worksTagItem .tags > li a {
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
  }
  .worksTagItem .tags > li a:hover {
    opacity: 0.6;
  }
}
@media screen and (max-width: 750px) {
  .worksTagItem .tags > li a {
    font-size: 1.2rem;
  }
}
.worksTagList2 {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
}
@media screen and (min-width: 751px) {
  .worksTagList2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}
.worksTagList2 > .worksTagList2Item {
  margin: 5px 5px 0 0;
}
@media screen and (max-width: 750px) {
  .worksTagList2 > .worksTagList2Item {
    margin: 0 0 5px;
  }
}
.worksTagList2 > .worksTagList2Item:last-child {
  margin-right: 0;
}
@media screen and (max-width: 750px) {
  .worksTagList2 > .worksTagList2Item:last-child {
    margin: 0;
  }
}
.worksTagList2 > .worksTagList2Item a {
  display: inline-block;
  padding: 5px 10px;
  background: rgba(0,0,0,0.8);
  color: #fff;
  font-size: 1.2rem;
  font-weight: bold;
}
@media screen and (min-width: 751px) {
  .worksTagList2 > .worksTagList2Item a {
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
  }
  .worksTagList2 > .worksTagList2Item a:hover {
    opacity: 0.7;
  }
}
.worksTagSlide {
  margin-bottom: 50px;
}
.worksTagAccordion {
  margin: 0 0 75px;
}
.worksTagAccordionHead,
.worksTagAccordionBody {
  border: 1px solid #000;
  font-weight: bold;
  font-size: 1.5rem;
  letter-spacing: 0.05em;
  position: relative;
}
.worksTagAccordionHead {
  padding: 20px 25px;
}
@media screen and (max-width: 750px) {
  .worksTagAccordionHead {
    padding: 10px 15px;
    font-weight: normal;
  }
}
.worksTagAccordionHead::before,
.worksTagAccordionHead::after {
  content: "";
  position: absolute;
  top: 50%;
  z-index: 1;
  background: #000;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.worksTagAccordionHead::before {
  width: 21px;
  height: 1px;
  right: 25px;
}
@media screen and (max-width: 750px) {
  .worksTagAccordionHead::before {
    right: 10px;
  }
}
.worksTagAccordionHead::after {
  width: 1px;
  height: 21px;
  right: 35px;
  margin-top: -10px;
}
@media screen and (max-width: 750px) {
  .worksTagAccordionHead::after {
    right: 20px;
  }
}
@media screen and (min-width: 751px) {
  .worksTagAccordionHead span {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .worksTagAccordionHead:hover {
    cursor: pointer;
  }
  .worksTagAccordionHead:hover span,
  .worksTagAccordionHead:hover::before,
  .worksTagAccordionHead:hover::after {
    opacity: 0.6;
  }
}
.worksTagAccordionHead.-open::before {
  opacity: 0;
}
.worksTagAccordionHead.-open::after {
  -webkit-transform: rotate(270deg);
      -ms-transform: rotate(270deg);
          transform: rotate(270deg);
}
.worksTagAccordionBody {
  border-top: 0;
  padding: 20px 25px 10px;
  display: none;
}
@media screen and (max-width: 750px) {
  .worksTagAccordionBody {
    padding: 10px 15px 0;
  }
}
.worksTagAccordionBody.-open {
  display: block;
}
.worksTagAccordionList {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.worksTagAccordionList > li {
  margin: 0 15px 15px 0;
}
@media screen and (max-width: 750px) {
  .worksTagAccordionList > li {
    font-weight: normal;
    font-size: 1.4rem;
    margin: 0 10px 10px 0;
  }
}
@media screen and (min-width: 751px) {
  .worksTagAccordionList > li a {
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
  }
  .worksTagAccordionList > li a:hover {
    opacity: 0.6;
  }
}
.worksTagAccordionList > li a.-active {
  background: #000;
  color: #fff;
  padding: 0 5px;
}
.worksTagTitle {
  font-size: 2.3rem;
  letter-spacing: 0.05em;
  font-weight: bold;
  text-align: center;
  border-bottom: 1px solid #000;
  padding-bottom: 30px;
  margin: 0 0 50px;
}
#smilist .pageVisual {
  background: url("../images/smilist/mv.jpg") center center no-repeat;
  -webkit-background-size: cover;
          background-size: cover;
}
@media screen and (max-width: 750px) {
  #smilist .pageVisual {
    background-image: url("../images/smilist/mv_sp.jpg");
  }
}
#smilist .pageDesc {
  padding-bottom: 120px;
}
#smilist .smilistPageDesc {
  padding-bottom: 50px;
}

#smilist .smilistBnr {
	position: relative;
	padding: 0 0 320px;}
#smilist .smilistBnr .inner {
	width: 100%;
	position: absolute;
	transform: translate3d(-50%,0,0);
	left: 50%;
	top: -10px;}
#smilist .smilistBnr a {
	display: block;
	margin-top: -20px;}
#smilist .smilistBnr .pc {
	display: inline-block;}
#smilist .smilistBnr .sp {
	display: none;}

@media screen and (max-width: 1020px) {
	#smilist .smilistBnr {
		padding: 0 0 31.37254901960784vw;}
}

#smilist .smilistList {
  margin: 0 0 150px;
}
@media screen and (max-width: 750px) {
	#smilist .smilistBnr .pc {
		display: none;}
	#smilist .smilistBnr .sp {
		display: inline-block;}
  #smilist .smilistList {
    margin: 0 0 0;
  }
}
#smilist .smilistList > li {
  position: relative;
}
@media screen and (max-width: 750px) {
  #smilist .smilistList > li {
    margin: 0 0 50px;
  }
}
@media screen and (min-width: 751px) {
  #smilist .smilistList > li:nth-child(1) .smilistBox {
    right: 0;
  }
}
@media screen and (min-width: 751px) {
  #smilist .smilistList > li:nth-child(1) .img {
    background: url("../images/smilist/smilist1.jpg") center center no-repeat;
    -webkit-background-size: cover;
            background-size: cover;
  }
}
@media screen and (max-width: 750px) {
  #smilist .smilistList > li:nth-child(1) .img {
    background: url("../images/smilist/smilist1_sp.jpg") center center no-repeat;
    -webkit-background-size: cover;
            background-size: cover;
  }
}
@media screen and (min-width: 751px) {
  #smilist .smilistList > li:nth-child(1) .name {
    top: calc(306 / 750 * 100%);
    left: calc(67 / 1200 * 100%);
  }
}
@media screen and (max-width: 750px) {
  #smilist .smilistList > li:nth-child(1) .name {
    top: calc(43 / 300 * 100%);
    right: calc(35 / 375 * 100%);
  }
}
@media screen and (min-width: 751px) {
  #smilist .smilistList > li:nth-child(2) .smilistBox {
    left: 0;
  }
}
@media screen and (min-width: 751px) {
  #smilist .smilistList > li:nth-child(2) .img {
    background: url("../images/smilist/smilist2.jpg") center center no-repeat;
    -webkit-background-size: cover;
            background-size: cover;
  }
}
@media screen and (max-width: 750px) {
  #smilist .smilistList > li:nth-child(2) .img {
    background: url("../images/smilist/smilist2_sp.jpg") center center no-repeat;
    -webkit-background-size: cover;
            background-size: cover;
  }
}
@media screen and (min-width: 751px) {
  #smilist .smilistList > li:nth-child(2) .name {
    top: calc(509 / 750 * 100%);
    right: calc(100 / 1200 * 100%);
  }
}
@media screen and (max-width: 750px) {
  #smilist .smilistList > li:nth-child(2) .name {
    top: calc(53 / 300 * 100%);
    left: calc(38 / 375 * 100%);
  }
}
@media screen and (min-width: 751px) {
  #smilist .smilistList > li:nth-child(3) .smilistBox {
    right: 0;
  }
}
@media screen and (min-width: 751px) {
  #smilist .smilistList > li:nth-child(3) .img {
    background: url("../images/smilist/smilist3.jpg") center center no-repeat;
    -webkit-background-size: cover;
            background-size: cover;
  }
}
@media screen and (max-width: 750px) {
  #smilist .smilistList > li:nth-child(3) .img {
    background: url("../images/smilist/smilist3_sp.jpg") center center no-repeat;
    -webkit-background-size: cover;
            background-size: cover;
  }
}
@media screen and (min-width: 751px) {
  #smilist .smilistList > li:nth-child(3) .name {
    top: calc(573 / 750 * 100%);
    left: calc(136 / 1200 * 100%);
  }
}
@media screen and (max-width: 750px) {
  #smilist .smilistList > li:nth-child(3) .name {
    top: calc(40 / 300 * 100%);
    right: calc(35 / 375 * 100%);
  }
}
@media screen and (max-width: 750px) {
  #smilist .smilistImage {
    margin: 0 0 30px;
  }
}
#smilist .smilistImage .img {
  width: 100%;
}
@media screen and (min-width: 751px) {
  #smilist .smilistImage .img {
    min-height: 750px;
    height: calc(750 / 1200 * 100vw);
  }
}
@media screen and (max-width: 750px) {
  #smilist .smilistImage .img {
    height: 80vw;
  }
}
#smilist .smilistImage .name {
  width: 148px;
  position: absolute;
  z-index: 0;
}
@media screen and (max-width: 750px) {
  #smilist .smilistImage .name {
    width: 39.46666666666667vw;
  }
}
@media screen and (min-width: 751px) {
  #smilist .smilistBox {
    position: absolute;
    top: 0;
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    width: 50%;
    padding: 20px;
    background: rgba(0,0,0,0.5);
  }
}
#smilist .smilistBoxInner {
  max-width: 408px;
}
@media screen and (max-width: 750px) {
  #smilist .smilistBoxInner {
    padding: 0 20px;
  }
}
#smilist .smilistText1 {
  font-size: 2rem;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 1.5;
}
@media screen and (min-width: 751px) {
  #smilist .smilistText1 {
    color: #fff;
  }
}
@media screen and (max-width: 750px) {
  #smilist .smilistText1 {
    font-size: 1.7rem;
  }
}
#smilist .smilistText2 {
  font-size: 1.5rem;
  letter-spacing: 0.1em;
  padding: 20px 0 0;
  line-height: 2;
}
@media screen and (min-width: 751px) {
  #smilist .smilistText2 {
    color: #fff;
  }
}
@media screen and (max-width: 750px) {
  #smilist .smilistText2 {
    font-size: 1.4rem;
  }
}
#smilist .smilistBanner {
  position: relative;
  margin: 60px 0 0;
}
@media screen and (max-width: 750px) {
  #smilist .smilistBanner {
    margin: 50px -20px 0;
  }
}
#smilist .smilistBanner .border {
  position: absolute;
  top: -75px;
  left: 50%;
  z-index: 1;
}
@media screen and (max-width: 750px) {
  #smilist .smilistBanner .border {
    display: none;
  }
}
#smilist .smilistBanner a {
  display: block;
}
@media screen and (min-width: 751px) {
  #smilist .smilistBanner a {
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
  }
  #smilist .smilistBanner a:hover {
    opacity: 0.8;
  }
}
.smilistDetailBox {
  margin: 0 0 75px;
  padding-top: 125px;
  position: relative;
}
@media screen and (max-width: 750px) {
  .smilistDetailBox {
    padding-top: 5px;
  }
}
.smilistDetailBox .inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 750px) {
  .smilistDetailBox .inner {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    margin: 50px 0;
  }
}
.smilistDetailBox .text {
  width: 100%;
}
@media screen and (min-width: 751px) {
  .smilistDetailBox .text {
    text-align: center;
  }
}
@media screen and (max-width: 750px) {
  .smilistDetailBox .text {
    width: 100%;
    margin: 0;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
  }
}
.smilistDetailBox .text h2 {
  font-size: 2.5rem;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 1.5;
}
@media screen and (min-width: 751px) {
  .smilistDetailBox .text h2 {
    text-align: center;
    position: relative;
    display: inline-block;
    padding: 0 50px;
  }
  .smilistDetailBox .text h2::before,
  .smilistDetailBox .text h2::after {
    position: absolute;
    font-size: 5rem;
    line-height: 1;
  }
  .smilistDetailBox .text h2::before {
    content: "“";
    top: -10px;
    left: 0;
  }
  .smilistDetailBox .text h2::after {
    content: "”";
    right: 0;
    top: -10px;
  }
}
@media screen and (max-width: 750px) {
  .smilistDetailBox .text h2 {
    font-size: 2rem;
    margin: 30px 0 0;
  }
}
.smilistDetailBox .text p {
  font-size: 1.5rem;
  letter-spacing: 0.1em;
  margin: 30px 0 0;
  line-height: 1.9;
}
@media screen and (min-width: 751px) {
  .smilistDetailBox .text p {
    text-align: center;
  }
}
@media screen and (max-width: 750px) {
  .smilistDetailBox .text p {
    font-size: 1.4rem;
  }
}
.smilistDetailBox .img {
  width: 36%;
}
@media screen and (max-width: 750px) {
  .smilistDetailBox .img {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
    width: 100%;
  }
}
.smilistDetailImg {
  position: relative;
  padding-bottom: 65px;
}
@media screen and (max-width: 750px) {
  .smilistDetailImg {
    padding-bottom: 130px;
  }
}
.smilistDetailImg img {
  max-width: 796px;
}
.smilistDetailImg .border {
  position: absolute;
  bottom: -15px;
  left: 50%;
  z-index: 1;
}
@media screen and (max-width: 750px) {
  .smilistDetailImg .border {
    bottom: 50px;
  }
}
.smilistDetailListWrap {
  padding-top: 65px;
}
@media screen and (max-width: 750px) {
  .smilistDetailListWrap {
    padding-top: 0;
  }
}
.smilistDetailList {
  margin: 0 0 75px;
}
@media screen and (max-width: 750px) {
  .smilistDetailList {
    margin: 0;
  }
}
.smilistDetailList li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 750px) {
  .smilistDetailList li {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}
@media screen and (min-width: 751px) {
  .smilistDetailList li.-right .img {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
  }
}
@media screen and (min-width: 751px) {
  .smilistDetailList li.-right .text {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
  }
}
.smilistDetailList .img,
.smilistDetailList .text {
  width: 50%;
}
@media screen and (max-width: 750px) {
  .smilistDetailList .img,
  .smilistDetailList .text {
    width: 100%;
  }
}
.smilistDetailList .text {
  padding: 20px;
}
@media screen and (max-width: 750px) {
  .smilistDetailList .text {
    padding: 40px 20px;
  }
}
.smilistDetailList .text h2 {
  font-size: 2rem;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 1.5;
}
@media screen and (max-width: 750px) {
  .smilistDetailList .text h2 {
    font-size: 1.7rem;
  }
}
.smilistDetailList .text h2 span {
  display: inline-block;
}
@media screen and (max-width: 750px) {
  .smilistDetailList .text h2 .main {
    display: block;
  }
}
.smilistDetailList .text h2 .sub {
  background-color: #000;
  color: #fff;
  font-size: 1.7rem;
  font-weight: bold;
  letter-spacing: 0.05em;
  padding: 7px 20px;
  margin-right: 15px;
}
@media screen and (max-width: 750px) {
  .smilistDetailList .text h2 .sub {
    font-size: 1.5rem;
    padding: 5px 25px;
    margin: 0 0 10px;
  }
}
.smilistDetailList .text p {
  line-height: 1.8;
  margin: 25px auto 0;
  letter-spacing: 0.1em;
  font-size: 1.5rem;
}
@media screen and (max-width: 750px) {
  .smilistDetailList .text p {
    font-size: 1.4rem;
  }
}
@media screen and (min-width: 751px) {
  .smilistDetailList .textInner {
    max-width: 416px;
    width: 100%;
    margin: 0 auto;
  }
}
.smilistBtnWrap {
  margin: 75px 0 50px;
}
@media screen and (max-width: 750px) {
  .smilistBtnWrap {
    margin: 50px 0 0;
  }
}
#recruit .pageVisual {
  background: url("../images/recruit/mv.jpg") center center no-repeat;
  -webkit-background-size: cover;
          background-size: cover;
}
#recruit .titleBox {
  background: url("../images/recruit/mv2.jpg") center center no-repeat;
  -webkit-background-size: cover;
          background-size: cover;
}
#recruit .recruitBox {
  margin: 0 0 50px;
}
@media screen and (max-width: 750px) {
  #recruit .recruitBox {
    margin: 0 0 30px;
  }
}
#recruit .recruitTab {
  position: relative;
  display: block;
  border: 1px solid #000;
  padding: 30px 50px;
}
#recruit .recruitTab:not(.baronly)::before {
  content: "";
  border: 6px solid transparent;
  border-radius: 2.5px;
  border-top: 10px solid #000;
}
@media screen and (min-width: 751px) {
  #recruit .recruitTab {
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
  }
  #recruit .recruitTab:not(.baronly):hover {
	  cursor: pointer;
    background: #000;
  }
  #recruit .recruitTab:not(.baronly):hover::before {
    border-top-color: #fff;
  }
  #recruit .recruitTab:not(.baronly):hover .main,
  #recruit .recruitTab:not(.baronly):hover .sub {
    color: #fff;}
  #recruit .recruitTab:not(.baronly):hover .main::before {
    background: #fff;}
}
@media screen and (max-width: 750px) {
  #recruit .recruitTab {
    padding: 25px;
  }
}
#recruit .recruitTab::before {
  position: absolute;
  top: 50%;
  right: 50px;
  margin-top: -5px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  z-index: 2;
}
@media screen and (max-width: 750px) {
  #recruit .recruitTab::before {
    right: 25px;
  }
}
#recruit .recruitTab::after {
  background: #000;
}
#recruit .recruitTab .main,
#recruit .recruitTab .sub {
  display: inline-block;
  font-weight: bold;
  line-height: 1;
  position: relative;
  z-index: 2;
}
#recruit .recruitTab .main {
  font-size: 2rem;
  letter-spacing: 0.05em;
  width: 230px;
  position: relative;
}
@media screen and (max-width: 750px) {
  #recruit .recruitTab .main {
    font-size: 1.7rem;
    width: 44.800000000000004vw;
  }
}
#recruit .recruitTab .main::before {
  content: "";
  display: block;
  height: 40px;
  width: 1px;
  background: #000;
  position: absolute;
  top: -8.5px;
  right: 0;
}
#recruit .recruitTab .sub {
  font-size: 1.7rem;
  padding-left: 20px;
}
@media screen and (max-width: 750px) {
  #recruit .recruitTab .sub {
    font-size: 1.2rem;
  }
}
#recruit .recruitTab:not(.baronly).-open {
  background: #000;
}
#recruit .recruitTab:not(.baronly).-open::before {
  border-top-color: #fff;
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
  margin-top: -10px;
}
#recruit .recruitTab:not(.baronly).-open .main,
#recruit .recruitTab:not(.baronly).-open .sub {
  color: #fff;
}
#recruit .recruitTab:not(.baronly).-open .main::before {
  background: #fff;
}
#recruit .recruitBody {
  border: 1px solid #000;
  border-top: none;
  display: none;
}
#recruit .recruitItem {
  padding: 30px 50px;
  border-bottom: 1px solid #9a9a9a;
}
@media screen and (min-width: 751px) {
  #recruit .recruitItem {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
@media screen and (max-width: 750px) {
  #recruit .recruitItem {
    padding: 25px 0;
    margin: 0 25px;
  }
}
@media screen and (min-width: 751px) {
  #recruit .recruitItem .head {
    width: 150px;
    padding-right: 10px;
  }
}
#recruit .recruitItem .title {
  font-size: 1.7rem;
  font-weight: bold;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 750px) {
  #recruit .recruitItem .title {
    margin: 0 0 20px;
  }
}
@media screen and (min-width: 751px) {
  #recruit .recruitItem .body {
    width: calc(100% - 150px);
  }
}
#recruit .recruitItem .body *:first-child {
  margin-top: 0;
}
#recruit .recruitItem .body *:last-child {
  margin-bottom: 0;
}
#recruit .recruitClose {
  display: block;
  height: 40px;
  background-color: #000;
  position: relative;
  cursor: pointer;
}
#recruit .recruitClose::before {
  content: "";
  border: 6px solid transparent;
  border-radius: 2.5px;
  border-bottom: 10px solid #fff;
}
#recruit .recruitClose::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
#recruit .recruitBtnWrap {
  margin: 50px;
}
@media screen and (max-width: 750px) {
  #recruit .recruitBtnWrap {
    margin: 50px 25px;
  }
}
#brandlist .pageVisual {
  background: url("../images/brandlist/mv.jpg") center center no-repeat;
  -webkit-background-size: cover;
          background-size: cover;
}
#brandlist .page-casa-labo .brandlistTitle .sub {
  margin-left: -10px;
}
#brandlist .page-casa-craft .pageVisual {
  background: url("../images/brandlist/casa-craft/mv.jpg") center center no-repeat;
  -webkit-background-size: cover;
          background-size: cover;
}
#brandlist .page-casa-craft .brandTitle {
  width: 257px;
}
#brandlist .page-casa-craft .brandlistSpace2 {
  padding: 45px 0 75px;
}
#brandlist .page-casa-craft .sub2 {
  vertical-align: -15px;
}
#brandlist .page-casa-casa .pageVisual {
  background: url("../images/brandlist/casa-casa/mv.jpg") center center no-repeat;
  -webkit-background-size: cover;
          background-size: cover;
}
#brandlist .page-casa-casa .brandTitle {
  width: 372px;
}
#brandlist .page-casa-casa .brandlistSpace1 {
  padding: 65px 0 0;
}
#brandlist .page-casa-casa .brandlistSpace2 {
  padding: 15px 0 75px;
}
#brandlist .page-casa-casa .sub2 {
  vertical-align: bottom;
}
#brandlist .page-mrp780 .pageVisual {
  background: url("../images/brandlist/mrp780/mv.jpg") center center no-repeat;
  -webkit-background-size: cover;
          background-size: cover;
}
#brandlist .page-mrp780 .brandTitle {
  width: 212px;
}
#brandlist .page-mrp780 .brandlistSpace1 {
  padding: 65px 0 0;
}
#brandlist .page-mrp780 .brandlistSpace2 {
  padding: 15px 0 75px;
}
#brandlist .page-mrp780 .sub2 {
  vertical-align: bottom;
}
#brandlist .page-casa-craft .pageDesc,
#brandlist .page-casa-casa .pageDesc,
#brandlist .page-mrp780 .pageDesc {
  padding: 50px 0 80px;
}
#brandlist .page-casa-craft .brandlistTitle,
#brandlist .page-casa-casa .brandlistTitle,
#brandlist .page-mrp780 .brandlistTitle {
  padding: 75px 0 0;
}
#brandlist .page-casa-craft .brandTitle,
#brandlist .page-casa-casa .brandTitle,
#brandlist .page-mrp780 .brandTitle {
  padding: 20px 0 0;
}
#brandlist .page-brand-history .brandlistText1 {
  padding: 130px 0 0;
}
#brandlist .page-brand-history .brandlistList {
  padding: 0 0 270px;
}
.brandlistDesc {
  padding-bottom: 30px;
}
.brandlistBorder {
  margin: 60px auto 70px;
}
.tabList.brandlistTabList {
  position: relative;
}
@media screen and (min-width: 751px) {
  .tabList.brandlistTabList {
    top: -20px;
  }
}
@media screen and (max-width: 750px) {
  .tabList.brandlistTabList {
    display: block;
    padding-top: 60px;
  }
  .tabList.brandlistTabList::before {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background: #000;
    position: absolute;
    top: 30px;
    left: 0;
  }
}
.tabList.brandlistTabList li {
  width: 100%;
}
@media screen and (min-width: 751px) {
  .tabList.brandlistTabList li {
    max-width: 320px;
    margin-right: 20px;
  }
  .tabList.brandlistTabList li:last-child {
    margin-right: 0;
  }
}
@media screen and (max-width: 750px) {
  .tabList.brandlistTabList li {
    margin-bottom: 10px;
  }
  .tabList.brandlistTabList li:last-child {
    margin-bottom: 0;
  }
}
.brandlistInner {
  position: relative;
}
.brandlistTitle {
  font-size: 2rem;
  letter-spacing: 0.05em;
  padding: 130px 0 60px;
  line-height: 1.2;
}
@media screen and (max-width: 750px) {
  .brandlistTitle {
    padding: 80px 0 50px;
    font-size: 1.7rem;
  }
}
.brandlistTitle .en {
  font-size: 5rem;
  font-weight: bold;
  letter-spacing: 0.05em;
}
.brandlistTitle .en.anton {
  font-family: 'Anton', sans-serif;
}
@media screen and (max-width: 750px) {
  .brandlistTitle .en {
    font-size: 3.5rem;
    display: block;
  }
}
.brandlistTitle .sub {
  padding: 0 0 10px;
  display: block;
}
@media screen and (max-width: 750px) {
  .brandlistTitle .sub {
    margin: 0 0 10px;
    line-height: 1.5;
  }
}
@media screen and (max-width: 750px) {
  .brandlistTitle .sub2 {
    display: block;
    margin: 5px 0 0;
  }
}
.brandlistTitle2 {
  font-size: 3rem;
  line-height: 1;
  margin: 0 0 50px;
  text-align: center;
  position: relative;
  letter-spacing: 0.1em;
  top: -0.5em;
}
.brandlistText1 {
  font-size: 2rem;
  font-weight: bold;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 750px) {
  .brandlistText1 {
    font-size: 1.7rem;
    line-height: 1.8;
  }
}
.brandlistText2 {
  font-size: 1.5rem;
  letter-spacing: 0.1em;
  padding: 15px 0 50px;
  line-height: 2;
}
@media screen and (max-width: 750px) {
  .brandlistText2 {
    font-size: 1.4rem;
  }
}
.brandlistBox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 35px 0;
  border-top: 2px solid #000;
  border-bottom: 2px solid #000;
  margin: 0 0 75px;
}
@media screen and (max-width: 750px) {
  .brandlistBox {
    display: block;
    padding: 20px;
    margin: 0 0 50px;
  }
}
.brandlistBox .text1 {
  width: 230px;
  font-size: 1.5rem;
  font-weight: bold;
  letter-spacing: 0.05em;
  padding: 0 35px 0 50px;
  border-right: 1px solid #969696;
}
@media screen and (max-width: 750px) {
  .brandlistBox .text1 {
    font-size: 1.3rem;
    width: 100%;
    padding: 0;
    margin: 0 0 10px;
  }
}
.brandlistBox .text2 {
  width: calc(100% - 230px);
  font-size: 1.4rem;
  letter-spacing: 0.1em;
  line-height: 1.714285714285714;
  padding: 0 30px 0 35px;
}
@media screen and (max-width: 750px) {
  .brandlistBox .text2 {
    font-size: 1.3rem;
    padding: 0;
    line-height: 1.846153846153846;
    width: 100%;
  }
}
.brandlistBox2 {
  margin: 0 0 75px;
}
.brandlistBox2 a {
  border-top: 2px solid #000;
  border-bottom: 2px solid #000;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 751px) {
  .brandlistBox2 a:hover .img::before {
    opacity: 1;
  }
  .brandlistBox2 a:hover .text {
    opacity: 0.6;
  }
}
@media screen and (max-width: 750px) {
  .brandlistBox2 a {
    display: block;
  }
}
.brandlistBox2 a .img {
  width: 340px;
  position: relative;
}
.brandlistBox2 a .img::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.25);
  opacity: 0;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}
@media screen and (max-width: 750px) {
  .brandlistBox2 a .img {
    width: 100%;
  }
}
.brandlistBox2 a .text {
  width: calc(100% - 340px);
  font-size: 2rem;
  font-weight: bold;
  letter-spacing: 0.05em;
  padding: 0 80px 0 50px;
  position: relative;
}
.brandlistBox2 a .text::before {
  content: "";
  border: 5px solid transparent;
  border-radius: 2.5px;
  border-left: 8px solid #fff;
}
@media screen and (min-width: 751px) {
  .brandlistBox2 a .text {
    -webkit-transition: opacity 0.6s;
    transition: opacity 0.6s;
  }
}
@media screen and (max-width: 750px) {
  .brandlistBox2 a .text {
    width: 100%;
    padding: 50px 30px 50px 20px;
    font-size: 1.5rem;
  }
}
.brandlistBox2 a .text::before {
  content: "";
  border-left-color: #000;
  position: absolute;
  top: 50%;
  right: 50px;
  z-index: 2;
  margin-top: -5px;
}
@media screen and (max-width: 750px) {
  .brandlistBox2 a .text::before {
    right: 15px;
  }
}
@media screen and (min-width: 751px) {
  .brandlistItem {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.brandlistItem .boxInner {
  margin: 0 auto;
}
@media screen and (min-width: 751px) {
  .brandlistItem .boxInner {
    max-width: 420px;
  }
}
.brandlistItem .box,
.brandlistItem .img {
  width: 50%;
}
@media screen and (max-width: 750px) {
  .brandlistItem .box,
  .brandlistItem .img {
    width: 100%;
  }
}
.brandlistItem .box {
  padding: 10px;
}
@media screen and (max-width: 750px) {
  .brandlistItem .box {
    padding: 30px 20px;
  }
}
.brandlistItem .box .title {
  display: block;
  font-size: 3rem;
  letter-spacing: 0.07em;
  line-height: 1;
  padding: 0 0 20px;
}
.brandlistItem .btnWrap {
  margin-top: 20px;
}
.brandlistItem.-right .img {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
      -ms-flex-order: 2;
          order: 2;
}
.brandlistItem.-right .box {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
      -ms-flex-order: 1;
          order: 1;
}
/*.brandlistMovie {
  position: relative;
  height: 600px;
  overflow: hidden;
  background: #000;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .brandlistMovie {
    height: 66.66666666666666vw;
  }
}
.brandlistMovie iframe {
  width: 100%;
  height: 100%;
  max-width: 1066.6666666666667px;
  max-height: 600px;
}*/
.brandlistSec1 {
  position: relative;
  padding-bottom: 150px;
  margin-bottom: 150px;
}
.brandlistSec1 .border {
  position: absolute;
  bottom: -75px;
  left: 50%;
}
.brandlistSec1Title {
  margin-top: 75px;
}
.brandlistList2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.brandlistList2 li {
  width: 33.3%;
  background: #000;
}
@media screen and (max-width: 750px) {
  .brandlistList2 li {
    width: 100%;
  }
}
.brandlistList2 a {
  position: relative;
  display: block;
}
@media screen and (min-width: 751px) {
  .brandlistList2 a {
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
  }
  .brandlistList2 a:hover {
    opacity: 0.6;
  }
}
.brandlistList2 .text {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  padding: 0 10px;
  z-index: 1;
  text-align: center;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  color: #fff;
  font-size: 2rem;
  font-weight: bold;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 750px) {
  .brandlistList2 .text {
    font-size: 1.5rem;
  }
}
.brandlistTitleBox {
  background: url("../images/brandlist/mv2.jpg") center center no-repeat;
  -webkit-background-size: cover;
          background-size: cover;
}
@media screen and (min-width: 751px) {
  .brandlistTitleBox .titleBoxText {
    min-width: 300px;
  }
}
@media screen and (max-width: 750px) {
  .brandlistList3 li {
    margin: 0 0 30px;
  }
  .brandlistList3 li:last-child {
    margin: 0;
  }
}
.brandlistList3 a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #000;
}
@media screen and (min-width: 751px) {
  .brandlistList3 a:hover .img::before {
    opacity: 1;
  }
  .brandlistList3 a:hover .text {
    opacity: 0.6;
  }
}
@media screen and (max-width: 750px) {
  .brandlistList3 a {
    display: block;
  }
}
.brandlistList3 .img,
.brandlistList3 .text {
  width: 50%;
}
@media screen and (max-width: 750px) {
  .brandlistList3 .img,
  .brandlistList3 .text {
    width: 100%;
  }
}
.brandlistList3 .img {
  position: relative;
}
.brandlistList3 .img::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.25);
  opacity: 0;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}
.brandlistList3 .text {
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}
@media screen and (max-width: 750px) {
  .brandlistList3 .text {
    height: 168px;
    line-height: 168px;
  }
}
.brandlistList3 .text p {
  color: #fff;
  font-size: 2rem;
  letter-spacing: 0.1em;
  text-align: center;
  font-weight: bold;
}
@media screen and (max-width: 750px) {
  .brandlistList3 .text p {
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 751px) {
  .brandlistList3 .-right .img {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
  }
  .brandlistList3 .-right .text {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
  }
}
#flow .pageVisual {
  background: url("../images/flow/mv.jpg") center center no-repeat;
  -webkit-background-size: cover;
          background-size: cover;
}
#flow #secFlow {
  background: url("../images/flow/sec_bg1.jpg") center center no-repeat;
  -webkit-background-size: cover;
          background-size: cover;
}
#flow #secTextbook {
  background: url("../images/flow/textbook_sec_bg1.jpg") center center no-repeat;
  -webkit-background-size: cover;
          background-size: cover;
}
.flowItemLine {
  position: absolute;
  top: 0;
  height: 100%;
  border-left: 1px dashed #000;
  z-index: 0;
}
/* ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||

MESSAGE

|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||*/
/* spサイズ */
@media screen and (max-width: 750px) {
#message_wrapper  .breadcrumb {
    background: url(../images/message/bread-bg.png) top center repeat;
    -webkit-background-size: 250px auto;
    background-size: 250px auto;
}
#message_wrapper .pageVisualTitle .anton {
  font-family: 'Libre Baskerville', serif;
  font-weight: normal !important;
}
#message_wrapper .anton {
  font-family: 'Noto Sans JP', serif;
}
#message_wrapper .sp-br{
  display: block;
}
#message_wrapper .pc-br{
  display: none;
}
#message_wrapper .pageVisual {
    background: url("../images/message/mv.jpg") center center no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
  }
#message_wrapper .message_sec1,.message_sec2,.message_sec3,.message_sec4,.message_sec5 {
    margin: 50px auto;
  }
#message_wrapper .sec_h2 {
    font-size: 16px;
    text-align: center;
    line-height: 1.8;
  }
#message_wrapper .sec_h2_box {
    width: 75%;
    margin: 0 auto;
    /* margin: auto 10px; */
}
#message_wrapper .sec_h2_box h2 {
   text-align: left;
}
#message_wrapper .message .example_text{
    font-size: 22px;
  }
#message_wrapper .message_sec1 .sec1_img,#message_wrapper .example_text{
    text-align: center;
  }
#message_wrapper .msg-link-buttun {
    text-align: center;
    margin-top: -20px;
}
#message_wrapper .msg-link-buttun a {
    max-width: 246px;
    width: 100%;
}
#message_wrapper .sec1_img {
    margin: -80px auto auto auto;
  }
#message_wrapper .sec1_img {
    max-width: 570px;
    width: 100%;
    margin: -50px auto auto auto;
    position: relative;
  }
#message_wrapper .sec1_img::after{
    content: "";
    position: absolute;
    bottom: -40px;
    right: -30px;
    width: 106px;
    height: 80px;
    background: url("../images/message/arrow.svg") center center no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
  }
#message_wrapper .msg-link-buttun .msg-contact-link{
    margin: 50px auto;
    max-width: 365px;
    width: 100%;
  }
#message_wrapper .flex_container {
    margin: 50px auto auto auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
#message_wrapper .message_sec2 .border-text{
    border-bottom: 4px solid #000;
  }
#message_wrapper .message_sec2 .sec_h2 {
    line-height: 2.8;
  }
#message_wrapper .message_sec3 .sec_h2 {
    margin-top: -50px;
  }
#message_wrapper .message_sec3 .example_contents {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: 140px auto auto auto;
}
#message_wrapper .example_img{
   text-align: center;
 }
#message_wrapper .example_text {
   margin: 40px auto;
   font-size: 1.4rem;
}
#message_wrapper .example_left_contents,.example_right_contents {
    width: 100%;
    max-width: 318px;
    background: #fff;
    position: relative;
    padding: 10px;
    margin: 0 auto;
  }
#message_wrapper  .example_right_contents {
    margin: 180px auto auto auto;
}
.example_box:after, .example_box:before {
    content: "";
    position: absolute;
    width: 425px;
    height: 378px;
    width: 425px;
    height: 90%;
    top: -8px;
    left: 0px;
}
.example_box:before {
  top: -15px;
  margin: 6px auto;
  left: -10px;
  width: 100%;
  height: 102%;
  border-top: 2px solid #000;
  border-bottom: 2px solid #000;
}
.example_box:after {
  top: 2px;
  left: -10px;
  width: 100%;
  height: 95%;
  border-right: 2px solid #000;
  border-left: 2px solid #000;
}
#message_wrapper .message_sec3 .example_title {
    position: absolute;
    top: -100px;
    left: 0;
    right: 0;
    margin: auto;
    width: 115px;
    height: 79px;
    background: url(../images/message/balloon.svg) center center no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
}
#message_wrapper .sec4_img {
    width: 160px;
    /* height: 211px; */
    margin: auto auto -5px auto;
}
#message_wrapper .message_sec4 .sec_h2 {
    text-align: left;
    margin: 20px;
  }

#message_wrapper .message_sec4 .flex_container{
    flex-direction: row-reverse;
}
#message_wrapper .sp-achievement_img{
    display: block;
    /* height: 326px; */
}
#message_wrapper .message_sec5 .flex_container{
  flex-direction: column-reverse;
}
#message_wrapper .sec5_img {
    max-width: 216px;
    width: 100%;
    margin-bottom: 20px;
}
#message_wrapper .sp-achievement_img img {
  width: 100%;
  height: 252px;
  object-fit: cover;
}
}


/* pcサイズ */
@media screen and (min-width: 751px) {
#message_wrapper  .breadcrumb {
    background: url(../images/message/bread-bg.png) top center repeat;
    -webkit-background-size: 250px auto;
    background-size: 250px auto;
}
#message_wrapper .pageVisualTitle .anton {
  font-family: 'Libre Baskerville', serif;
  font-weight: normal !important;
}
#message_wrapper .anton {
  font-family: 'Noto Sans JP', serif;
}
#message_wrapper .sp-br{
  display: none;
}
#message_wrapper .pc-br{
  display: block;
}
#message_wrapper .pageVisual {
    background: url("../images/message/mv.jpg") center center no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
  }
#message_wrapper .message_sec1,.message_sec2,.message_sec3,.message_sec4,.message_sec5 {
    margin: 50px auto;
  }
#message_wrapper .sec1_img {
    max-width: 570px;
    width: 100%;
    margin: -50px auto auto auto;
    position: relative;
  }
#message_wrapper .sec1_img::after{
    content: "";
    position: absolute;
    bottom: -40px;
    right: -30px;
    width: 106px;
    height: 80px;
    background: url("../images/message/arrow.svg") center center no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
  }
#message_wrapper .msg-link-buttun {
    text-align: center;
}
#message_wrapper .msg-link-buttun a {
    max-width: 246px;
    width: 100%;
}
#message_wrapper .msg-link-buttun .msg-contact-link{
    max-width: 365px;
    width: 100%;
    margin: 50px auto;
}
#message_wrapper .sec_h2 {
    font-size: 22px;
    text-align: center;
    line-height: 1.8;
  }
#message_wrapper .message .example_text{
    font-size: 22px;
  }
#message_wrapper .example_img{
    text-align: center;
  }
#message_wrapper #message_wrapper .btnWrap,#message_wrapper .example_text{
    text-align: center;
  }
#message_wrapper .msg-contact-link{
    margin: 80px auto;
    max-width: 320px;
    width: 100%;
  }
#message_wrapper .flex_container {
    margin: 50px auto auto auto;
    display: flex;
    flex-direction: row-reverse;
    justify-content: center;
    align-items: center;
  }
#message_wrapper .message_sec2 .border-text{
    border-bottom: 4px solid #000;
  }
#message_wrapper .message_sec2 .sec_h2 {
    line-height: 2.8;
  }
#message_wrapper .message_sec3 .sec_h2 {
    margin-top: 25px;
  }
#message_wrapper .message_sec3 .example_contents {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin: 65px auto auto auto;
    max-width: 1000px;
    width: 100%;
  }
#message_wrapper .example_left_contents {
    width: 425px;
    height: 378px;
    padding: 10px;
    background: #fff;
    position: relative;
    margin: 140px auto auto auto;
  }
#message_wrapper .example_right_contents {
    width: 425px;
    height: 378px;
    padding: 10px;
    background: #fff;
    position: relative;
    margin: 140px auto auto auto;
  }
#message_wrapper .example_box{
    width: 425px;
    height: 378px;
    position: relative;
}
.example_box:after, .example_box:before {
  content: "";
  position: absolute;
  width: 425px;
  height: 378px;
  width: 425px;
  height: 90%;
  /* background: red; */
  top: 16px;
  left: 0px;
}
.example_box:before {
  top: -20px;
  left: -15px;
  width: 100%;
  height: 100%;
  border-top: 2px solid #000;
  border-bottom: 2px solid #000;
}
.example_box:after {
  top: -10px;
  left: -16px;
  width: 100%;
  height: 95%;
  border-right: 2px solid #000;
  border-left: 2px solid #000;
}
#message_wrapper .example_text {
    margin: 40px auto;
 }
#message_wrapper .message_sec3 .example_title {
    position: absolute;
    top: -140px;
    left: 0;
    right: 0;
    margin: auto;
    width: 155px;
    height: 105px;
    background: url("../images/message/balloon.svg") center center no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    display: flex;
    flex-direction: row-reverse;
    justify-content: center;
    align-items: center;
  }
#message_wrapper .message_sec4 .sec_h2 {
    text-align: left;
  }
#message_wrapper .message_sec4 .flex_container{
    justify-content: space-around;
    align-items: center;
    width:100%;
    max-width: 1000px;
  }
#message_wrapper .sp-achievement_img{
    display: none;
}
#message_wrapper .message_sec4 .achievement_img{
    display: flex;
    flex-direction: row;
    justify-content: center;
  }
#message_wrapper .achievement_img .achievement_bg{
    height: 326px;
    width: 100%;
    background-color: #004a65;
  }
#message_wrapper .achievement_img .left-img{
    background: url("../images/message/msg_left_img.jpg") center center no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
  }
#message_wrapper .achievement_img .center-img{
    background: url("../images/message/msg_center_img.jpg") center center no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
  }
#message_wrapper .achievement_img .right-img{
    background: url("../images/message/msg_right_img.jpg") center center no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
  }
#message_wrapper .sec5_img {
    max-width: 426px;
    width: 100%;
}
#message_wrapper .message_sec5 .sec_h2_box{
    margin-left: 35px;
}
#message_wrapper .message_sec5 .sec_h2_box h2{
    text-align: left;
}
}
/* ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||

MESSAGE

|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||*/

@media screen and (min-width: 751px) {
  .flowItemLine {
    margin-left: 50px;
  }
}
@media screen and (max-width: 750px) {
  .flowItemLine {
    margin-left: 25px;
    top: 25px;
  }
}
.flowItem {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
@media screen and (min-width: 751px) {
  .flowItem:first-child .flowItemLine {
    height: calc(100% - 125px);
    top: 125px;
  }
}
@media screen and (min-width: 751px) {
  .flowItem:first-child .flowItemInner {
    padding-top: 75px;
  }
}
@media screen and (min-width: 751px) {
  .flowItem:nth-child(odd) .flowItemImage {
    right: -75px;
  }
}
@media screen and (min-width: 751px) {
  .flowItem:nth-child(2n+3) .flowItemLine {
    height: calc(100% + 75px);
    top: -75px;
  }
}
@media screen and (min-width: 751px) {
  .flowItem:nth-child(9) .flowItemLine {
    height: calc(100% + 125px);
  }
}
@media screen and (min-width: 751px) {
  .flowItem:nth-child(2n+3) .flowItemImage {
    top: -40px;
  }
}
@media screen and (min-width: 751px) {
  .flowItem:nth-child(even) .flowItemLine {
    width: calc(100% - 610px);
    border: 1px dashed #000;
    border-left: 0;
    height: calc(100% - 75px);
  }
}
@media screen and (min-width: 751px) {
  .flowItem:nth-child(even) .flowItemInner {
    padding-left: calc(100% - 610px);
    top: -50px;
  }
}
@media screen and (min-width: 751px) {
  .flowItem:nth-child(even) .flowItemLabel {
    width: calc(100 / 610 * 100%);
    margin-right: calc(26 / 610 * 100%);

  }
}
@media screen and (min-width: 751px) {
  .flowItem:nth-child(even) .flowItemMain {
    width: calc(100% - 126px);
  }
}
@media screen and (min-width: 751px) {
  .flowItem:nth-child(even) .flowItemImage {
    right: 50px;
  }
}
@media screen and (min-width: 751px) {
  .flowItem:last-child .flowItemLine {
    border-right: 0;
    border-bottom: 0;
  }
}
@media screen and (max-width: 750px) {
  .flowItem:last-child .flowItemLine {
    display: none;
  }
}
@media screen and (min-width: 751px) {
  .flowItem:last-child .flowItemInner {
    padding-bottom: 0;
  }
}
.flowItem.-item1 .flowItemImage {
  width: 102px;
  top: 0;
}
@media screen and (max-width: 750px) {
  .flowItem.-item1 .flowItemMainHead {
    margin-top: 0;
  }
}
.flowItem.-item1 .flowItemImage {
  width: 185px;
}
.flowItem.-item2 .flowItemImage {
  width: 117px;
}
.flowItem.-item3 .flowItemImage {
  width: 161px;
}
.flowItem.-item4 .flowItemImage {
  width: 182px;
}
.flowItem.-item5 .flowItemImage {
  width: 138px;
}
.flowItem.-item6 .flowItemImage {
  width: 139px;
}
.flowItem.-item7 .flowItemImage {
  width: 151px;
}
.flowItem.-item8 .flowItemImage {
  width: 165px;
}
.flowItem.-item9 .flowItemImage {
  width: 112px;
}
.flowItemInner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
@media screen and (min-width: 751px) {
  .flowItemInner {
    padding: 0 0 125px;
  }
}
@media screen and (max-width: 750px) {
  .flowItemInner {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}
.flowItemInner:first-child .flowLabel::before {
  display: none;
}
@media screen and (min-width: 751px) {
  .flowItemInner:last-child {
    min-height: auto;
  }
}
@media screen and (max-width: 750px) {
  .flowItemInner:last-child {
    margin-bottom: 0;
  }
}
.flowItemLabel {
  position: relative;
}
@media screen and (min-width: 751px) {
  .flowItemLabel {
    width: 100px;
    margin-right: 26px;
  }
}
@media screen and (max-width: 750px) {
  .flowItemLabel {
    width: 50px;
    margin-right: 15px;
  }
}
.flowItemLabelNumber {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: url("../images/flow/icon_num_bg.png") 0 0 no-repeat, url("../images/common/bg1.jpg") 0 0 repeat;
  -webkit-background-size: 100px auto;
          background-size: 100px auto;
  width: 100px;
  height: 100px;
  border: 1px solid #000;
  font-size: 1.5rem;
  text-align: center;
  letter-spacing: 0.03em;
  line-height: 1.1;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 750px) {
  .flowItemLabelNumber {
    line-height: 1;
    width: 50px;
    height: 50px;
    -webkit-background-size: cover;
            background-size: cover;
    font-size: 1.2rem;
  }
}
.flowItemLabelNumber .num {
  font-size: 2.5rem;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 750px) {
  .flowItemLabelNumber .num {
    font-size: 2.2rem;
  }
}
@media screen and (min-width: 751px) {
  .flowItemMain {
    width: 476px;
  }
}
@media screen and (max-width: 750px) {
  .flowItemMain {
    width: calc(100% - 65px);
    padding-bottom: 50px;
  }
}
.flowItemMainHead {
  color: #000;
}
@media screen and (min-width: 751px) {
  .flowItemMainHead {
    font-size: 2rem;
    line-height: 1.55;
    margin: 35px 0 20px;
  }
}
@media screen and (max-width: 750px) {
  .flowItemMainHead {
    font-size: 1.7rem;
    margin: 10px 0 20px;
  }
}
.flowItemMainText {
  letter-spacing: 0.1em;
}
@media screen and (min-width: 751px) {
  .flowItemMainText {
    font-size: 1.5rem;
    line-height: 2;
  }
}
@media screen and (max-width: 750px) {
  .flowItemMainText {
    font-size: 14px;
    line-height: 1.714285714285714;
  }
}
@media screen and (min-width: 751px) {
  .flowItemMainText:not(:nth-of-type(1)) {
    margin: 1.8em 0;
  }
}
@media screen and (max-width: 750px) {
  .flowItemMainText:not(:nth-of-type(1)) {
    margin: 1.714285714285714em 0;
  }
}
.flowItemImage {
  position: absolute;
  top: -75px;
  right: 0;
}
@media screen and (max-width: 750px) {
  .flowItemImage {
    display: none;
  }
}
.flowImgBox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
@media screen and (min-width: 751px) {
  .flowImgBox {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.flowImgBox .title {
  width: 100%;
  margin: 0 0 30px;
}
@media screen and (max-width: 750px) {
  .flowImgBox .title {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
  }
}
@media screen and (min-width: 751px) {
  .flowImgBox .text {
    width: 54.4%;
    margin: 0;
  }
}
@media screen and (max-width: 750px) {
  .flowImgBox .text {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
        -ms-flex-order: 3;
            order: 3;
  }
}
@media screen and (min-width: 751px) {
  .flowImgBox .img {
    width: 42.8%;
  }
}
@media screen and (max-width: 750px) {
  .flowImgBox .img {
    margin: 0 0 50px;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
  }
}
@media screen and (max-width: 750px) {
  .flowStudy {
    margin: 0 -20px;
  }
}
.flowStudyHead {
  background: url("../images/flow/sec_bg2.jpg") center center no-repeat;
  -webkit-background-size: cover;
          background-size: cover;
  height: 250px;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  margin: 50px 0 50px;
}
.flowStudyHead .title,
.flowStudyHead .notes {
  color: #fff;
  font-weight: bold;
}
.flowStudyHead .title {
  font-size: 2.2rem;
}
@media screen and (max-width: 750px) {
  .flowStudyHead .title {
    font-size: 1.7rem;
  }
}
.flowStudyHead .notes {
  font-size: 1.2rem;
  text-align: center;
}
@media screen and (min-width: 751px) {
  .flowStudyHead .notes {
    margin-top: 5px;
    padding-right: 80px;
  }
}
@media screen and (max-width: 750px) {
  .flowStudyHead .notes {
    font-size: 1rem;
    position: absolute;
    right: 0;
    left: 0;
    margin-top: 10px;
  }
}
.flowStudyHeadInner .title {
  position: relative;
  padding: 0 75px;
}
@media screen and (max-width: 750px) {
  .flowStudyHeadInner .title {
    padding: 0 40px;
    text-align: center;
  }
}
.flowStudyHeadInner .title::before,
.flowStudyHeadInner .title::after {
  position: absolute;
  top: -15px;
  font-size: 7rem;
  line-height: 1;
}
.flowStudyHeadInner .title::before {
  content: "“";
  left: 0;
}
.flowStudyHeadInner .title::after {
  content: "”";
  right: 0;
}
.flowStudyBody .text {
  font-size: 1.7rem;
  line-height: 2;
}
@media screen and (max-width: 750px) {
  .flowStudyBody .text.taL {
    margin: 0 auto;
    width: calc(100% - 40px);
  }
}
.flowStudyBody .pageText1 {
  margin-left: 20px;
  margin-right: 20px;
}
.flowPageInner {
  padding-bottom: 150px;
}
.flowContentInner {
  padding-top: 90px;
}
#forOwners .pageVisual {
  background: url("../images/for-owners/mv.jpg") center center no-repeat;
  -webkit-background-size: cover;
          background-size: cover;
}
#forOwners .ownersPageDesc {
  padding-bottom: 75px;
}
#forOwners .ownersPageDesc .pageDescText {
  margin-bottom: 50px;
}
#forOwners .ownersPageDesc .pageText2 {
  margin-top: 30px;
}
#forOwners .ownersPageDesc2 {
  padding-top: 35px;
}
#forOwners .ownersPageDesc2 .pageDescText {
  margin-bottom: 50px;
}
@media screen and (min-width: 751px) {
  .ownersList {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    margin: 0 0 50px;
  }
}
.ownersList > li {
  width: 50%;
  position: relative;
  background: #000;
}
@media screen and (max-width: 750px) {
  .ownersList > li {
    width: 100%;
  }
}
.ownersList a {
  display: block;
}
@media screen and (min-width: 751px) {
  .ownersList a {
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
  }
  .ownersList a:hover {
    opacity: 0.6;
  }
}
.ownersList .body {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.ownersList .bodyInner {
  max-width: 400px;
}
@media screen and (max-width: 750px) {
  .ownersList .bodyInner {
    padding: 40px;
  }
}
.ownersList .icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  opacity: 0.15;
  z-index: 0;
}
.ownersList .title {
  color: #fff;
  margin: 0 0 10px;
}
.ownersList .title .en,
.ownersList .title .sub {
  display: inline-block;
  vertical-align: middle;
}
.ownersList .title .en {
  font-size: 3rem;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 750px) {
  .ownersList .title .en {
    font-size: 2.5rem;
  }
}
.ownersList .title .sub {
  padding-left: 40px;
  position: relative;
}
@media screen and (max-width: 750px) {
  .ownersList .title .sub {
    padding-left: 30px;
    font-size: 1.3rem;
  }
}
.ownersList .title .sub::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 19px;
  z-index: 1;
  width: 1px;
  height: 100%;
  background: #fff;
}
@media screen and (max-width: 750px) {
  .ownersList .title .sub::before {
    left: 14px;
  }
}
.ownersList .desc {
  color: #fff;
  min-height: 76px;
  font-size: 1.5rem;
  line-height: 1.8;
  margin-bottom: 20px;
}
.ownersList .link {
  color: #fff;
  display: inline-block;
  position: relative;
  padding-right: 35px;
  line-height: 2;
  border-bottom: 1px solid #fff;
}
.ownersList .link::before {
  content: "";
  border: 5px solid transparent;
  border-radius: 2.5px;
  border-left: 8px solid #fff;
}
.ownersList .link::before {
  position: absolute;
  top: 50%;
  right: -5px;
  margin-top: -5px;
}
@media screen and (min-width: 751px) {
  .ownersList .item1 .icon,
  .ownersList .item2 .icon {
    height: 150px;
  }
}
@media screen and (min-width: 751px) {
  .ownersList .item3 .icon,
  .ownersList .item4 .icon {
    height: 170px;
  }
}
.ownersList .item1 .icon {
  width: 115px;
}
@media screen and (max-width: 750px) {
  .ownersList .item1 .icon {
    width: 62.66666666666667vw;
  }
}
.ownersList .item2 .icon {
  width: 112px;
}
@media screen and (max-width: 750px) {
  .ownersList .item2 .icon {
    width: 62.66666666666667vw;
  }
}
.ownersList .item3 .icon {
  width: 105px;
}
@media screen and (max-width: 750px) {
  .ownersList .item3 .icon {
    width: 50.4vw;
  }
}
.ownersList .item4 .icon {
  width: 84px;
}
@media screen and (max-width: 750px) {
  .ownersList .item4 .icon {
    width: 50.4vw;
  }
}


#concept .pageVisual {
  background: url("../images/concept/mv.jpg") center center no-repeat;
  -webkit-background-size: cover;
          background-size: cover;
}
@media screen and (max-width: 750px) {
  #concept .pageVisual {
    background-image: url("../images/concept/mv_sp.jpg");
  }
}
#concept .titleBox {
  background: url("../images/concept/bg2.jpg") center center no-repeat;
  -webkit-background-size: cover;
          background-size: cover;
}
@media screen and (max-width: 750px) {
  #concept .titleBox {
    background-image: url("../images/concept/bg2_sp.jpg");
  }
}
.conceptTitle {
  background-color: #696969;
  color: #FFF;
  background-repeat: no-repeat;
    background-position: 0% 30%;
  -webkit-background-size: cover;
          background-size: cover;
  height: 280px;
  position: relative;
}
@media screen and (max-width: 750px) {
  .conceptTitle {
    background-color: #696969;
    height: 30vw;
  }
}
.conceptTitle .title {
  display: block;
  position: absolute;
  top: 10%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 1;
}
.conceptTitle.no1 .title {
  text-align: center;
  width: 60vw;
  font-size:calc(0.9rem + 1vw);
}
.conceptheading{
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 1;
  text-align: center;
  color: #fff;
  font-size:calc(0.9rem + 1.5vw);  
}
@media screen and (max-width: 750px) {
  .conceptTitle.no1 .title {
    width: 89.33333333333333vw;
  }
}
.conceptTitle.no2 .title {
  width: 205px;
}
@media screen and (max-width: 750px) {
  .conceptTitle.no2 .title {
    width: 53.6vw;
  }
}
.conceptTitle.no3 .title {
  width: 219px;
}
@media screen and (max-width: 750px) {
  .conceptTitle.no3 .title {
    width: 56.00000000000001vw;
  }
}
.conceptTitle.no4 .title {
  width: 282px;
}
@media screen and (max-width: 750px) {
  .conceptTitle.no4 .title {
    width: 75.2vw;
  }
}
.conceptTitle.no5 .title {
  width: 535px;
}
@media screen and (max-width: 750px) {
  .conceptTitle.no5 .title {
    width: 89.33333333333333vw;
  }
}
.conceptTitle.no6 .title {
  width: 396px;
}
@media screen and (max-width: 750px) {
  .conceptTitle.no6 .title {
    width: 89.33333333333333vw;
  }
}
.conceptBody .inner {
  padding-top: 70px;
  padding-bottom: 70px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
@media screen and (max-width: 750px) {
  .conceptBody .inner {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
.conceptBody .inner::before {
  content: "";
  position: absolute;
  top: 0;
  z-index: 1;
  height: 100%;
  width: 1px;
  background: #000;
  left: 78px;
}
@media screen and (max-width: 750px) {
  .conceptBody .inner::before {
    left: 43px;
  }
}
.conceptBody .num {
  width: 109px;
  margin-right: 30px;
}
@media screen and (max-width: 750px) {
  .conceptBody .num {
    width: 48px;
    height: 100px;
    margin-right: 26px;
    text-align: center;
    padding: 15px 0;
    position: relative;
    top: -15px;
    z-index: 2;
    background: url("../images/common/bg1.jpg") 0 0 repeat;
    -webkit-background-size: 250px auto;
            background-size: 250px auto;
  }
}
.conceptBody .num .main,
.conceptBody .num .total {
  letter-spacing: 0.07em;
  display: inline-block;
}
@media screen and (max-width: 750px) {
  .conceptBody .num .main,
  .conceptBody .num .total {
    display: block;
  }
}
.conceptBody .num .main {
  font-size: 4.4rem;
  line-height: 0.48;
}
@media screen and (min-width: 751px) {
  .conceptBody .num .main {
    padding-right: 12px;
  }
}
@media screen and (max-width: 750px) {
  .conceptBody .num .main {
    font-size: 3rem;
    line-height: 0.685714285714286;
    padding: 0 0 20px;
    position: relative;
  }
  .conceptBody .num .main::before {
    content: "";
    position: absolute;
    bottom: 7.5px;
    left: 3px;
    z-index: 1;
    height: 1px;
    width: 41px;
    background: #000;
  }
}
.conceptBody .num .total {
  font-size: 2rem;
  line-height: 1.2;
}
.conceptBody .body {
  width: calc(100% - 134px);
}
@media screen and (max-width: 750px) {
  .conceptBody .body {
    width: calc(100% - 74px);
  }
}
.conceptBody .title {
  font-weight: 500;
  font-size: 2rem;
  letter-spacing: 0.05em;
  line-height: 1.55;
  margin-bottom: 30px;
}
@media screen and (max-width: 750px) {
  .conceptBody .title {
    font-size: 1.7rem;
    line-height: 1.823529411764706;
    margin-bottom: 20px;
  }
}
.conceptBody .title .main {
  font-size: 4.3rem;
  line-height: 0.720930232558139;
}
@media screen and (max-width: 750px) {
  .conceptBody .title .main {
    font-size: 3rem;
    line-height: 1.033333333333333;
    display: block;
    margin-left: -17px;
  }
}
.conceptBody .desc {
  margin-bottom: 30px;
}
@media screen and (max-width: 750px) {
  .conceptBody .desc {
    line-height: 1.928571428571429;
  }
}
.conceptBody.no6 .inner {
  padding-bottom: 50px;
}
.conceptBody.no6 .inner::before {
  height: 100px;
}
@media screen and (max-width: 750px) {
  .conceptBody.no6 .inner::before {
    height: 65px;
  }
}
.conceptMessage .imgBox {
  position: relative;
  margin: 0 0 50px;
}
#concept .banner_area {
  max-width: 1020px;
  padding: 0 10px;
  margin: 0 auto;
  display: flex;
  justify-content: flex-end;
}
@media screen and (max-width: 750px) {
  #concept .banner_area {
    padding: 0 20px;
  }
}
#concept .banner_area a {
  max-width: 864px;
  background: #000;
}
#concept .banner_area a img {
  max-width: 100%;
  display: block;
  transition: opacity .6s;
}
#concept .banner_area a:hover img {
  opacity: 0.6;
}
.conceptMessage .img {
  max-width: 796px;
  margin-left: auto;
}
@media screen and (max-width: 750px) {
  .conceptMessage .img {
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 751px) {
  .conceptMessage .text {
    position: absolute;
    top: 40px;
    left: 0;
    z-index: 1;
  }
}
.conceptMessage .text .main {
  font-size: 2.2rem;
  font-weight: bold;
  line-height: 1.590909090909091;
  letter-spacing: 0.05em;
  margin: 0 0 20px;
}
@media screen and (max-width: 750px) {
  .conceptMessage .text .main {
    font-size: 1.7rem;
    line-height: 1.823529411764706;
  }
}
.conceptMessage .text .name {
  font-weight: bold;
  font-size: 2rem;
  letter-spacing: 0.05em;
  line-height: 1.55;
}
@media screen and (max-width: 750px) {
  .conceptMessage .text .name {
    font-size: 1.7rem;
  }
}
.conceptMessage .text .name span {
  font-size: 1.5rem;
  font-weight: normal;
}

.conceptMessage .pageText2 {
  margin-top: 30px;
  line-height: 1.928571428571429;
}
.conceptMessage .btnWrap {
  margin: 50px 0 0;
}
#entry .pageVisual {
  background: url("../images/entry/mv.jpg") center center no-repeat;
  -webkit-background-size: cover;
          background-size: cover;
}
#entry .entryInner {
  margin: 50px auto 0;
}
/*Plan*/
#plan .pageVisual {
  background: url("../images/concept/mv.jpg") center center no-repeat;
  -webkit-background-size: cover;
          background-size: cover;
}
@media screen and (max-width: 750px) {
  #concept .pageVisual {
    background-image: url("../images/concept/mv_sp.jpg");
  }
}


/* 20201214 年末年始 一時表示 */
#tmp_ny_notice {
	margin: 0 0 3em;
	border: 1px solid #000;
	padding: 1em;}
#tmp_ny_notice p {
  text-align: center;
	font-size: 12px;
	line-height: 19px;}

/*
 * added on 2021.02.10
 * for Challenges Page
*/
#challenges .pageVisual {
  background: url("../images/challenges/mv.jpg") center center / cover no-repeat;}
#lst_challenges {
	width: 100%;}
#challenges .titleBox {
	background: url("../images/challenges/img.jpg") center center / cover no-repeat;
	margin-bottom: 60px;}

#challenges #main {
	padding-bottom: 0;}

/* 20210921 エリアマップ */
.areamap{
  background-color: #e7e7e7;
  text-align: center;}

.areamap img{
  width: 80%;
  padding: 5%;}

@media screen and (max-width: 500px) {
  #message_wrapper .message_sec4{
  }
  #message_wrapper .message_sec4 .sec_h2 {
    width: calc(100% - 200px);
  }
  #message_wrapper .message_sec4 .sec_img{
  }
  #message_wrapper .message_sec4 .sec_img img{
  }
  .brnone{
    display: none;
  }
} 

@media screen and (max-width: 455px) {
  #message_wrapper .sec_h2_box {
    width: 90%;
  }
} 
@media screen and (max-width: 380px) {
  #message_wrapper .sec_h2 {
    font-size: 15px;
  }
} 
@media screen and (max-width: 340px) {
  #header .title {
    width: 75px;
  }
} 

#submit_btn .wpcf7-spinner,
#form .wpcf7-spinner{
  display: none!important;
}  
/* グリッドレイアウト */
.plan-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.plan-card {
  border: 1px solid #ddd;
  padding: 15px;
  background: #fff;
}
@media (max-width: 768px) {
  .plan-grid {
    grid-template-columns: repeat(2, 1fr); /* 2列に変更 */
  }
}

@media (min-width: 769px) and (max-width: 1024px) {
  .plan-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* 金額表示 */
.totalPrice {
  font-size: 1.8em;
  font-weight: bold;
  color: #c00;
  margin: 20px 0;
}
.taxNote {
  font-size: 0.9em;
  color: #555;
}

/* 費用内訳表 */
.costTable {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 20px;
}
.costTable th,
.costTable td {
  border: 1px solid #ddd;
  padding: 8px;
  text-align: center;
}
.costTable th {
  background: #f5f5f5;
}
.costTable .subtotal td {
  background: #fafafa;
  font-weight: bold;
}

/* 備考 */
.note {
  font-size: 0.85em;
  color: #666;
}

/* トップ画像 */
.planTopImage img {
  width: 100%;
  height: auto;
  display: block;
  margin-bottom: 30px;
}

/* タイトル */
.planArticleTitle {
  font-size: 1.6em;
  margin: 20px 0;
}

/* メタ情報 */
.planArticleMeta ul {
  list-style: none;
  padding: 0;
  margin: 0 0 20px;
}
.planArticleMeta li {
  margin-bottom: 5px;
}

/* プラン一覧 */
.planList {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.planList li {
  list-style: none;
  width: calc(33.333% - 20px); /* PCは3列 */
  box-shadow: 0 2px 6px rgba(0,0,0,0.1);
  background: #fff;
  transition: transform 0.3s;
}
.planList li:hover {
  transform: translateY(-5px);
}
.planList .img {
  width: 100%;
  height: 220px;
  background-size: cover;
  background-position: center;
  border-bottom: 1px solid #eee;
}
.planList .title {
  font-size: 1.1em;
  font-weight: bold;
  padding: 10px;
  text-align: center;
}
.planList .meta {
  font-size: 0.9em;
  color: #555;
  padding: 0 10px 10px;
  text-align: center;
}
.planList .meta span {
  display: block;
  margin: 3px 0;
}

/* スマホは2列 */
@media (max-width: 768px) {
  .planList li {
    width: calc(50% - 10px); /* 2列にする */
  }
}

/* タブレットは2列でもOKなら */
@media (min-width: 769px) and (max-width: 1024px) {
  .planList li {
    width: calc(50% - 10px);
  }
}

/* 面積表 */
.areaTable {
  width: 100%;
  border-collapse: collapse;
  margin: 20px 0;
}
.areaTable th,
.areaTable td {
  border: 1px solid #ddd;
  padding: 8px;
}
.areaTable th {
  background: #f5f5f5;
  text-align: center;   /* 項目名を中央寄せ */
}
.areaTable td {
  text-align: center;   /* 面積（㎡・坪）を中央寄せ */
  line-height: 1.6;     /* 縦並びを見やすく */
}


/* 費用内訳表 */
.costTable {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 20px;
}
.costTable th,
.costTable td {
  border: 1px solid #ddd;
  padding: 8px;
}
.costTable th {
  background: #f5f5f5;
  text-align: center; /* 項目名は中央寄せ */
}
.costTable td {
  text-align: left;   /* 項目・内容は左寄せ */
}
.costTable td:last-child {
  text-align: right;  /* 金額列だけ右寄せ */
}
.costTable .subtotal td {
  background: #fafafa;
  font-weight: bold;
}
.costTable .subtotal td:last-child {
  text-align: right;  /* 合計金額も右寄せ */
}
.planGallery {
  width: 100%;
  overflow: hidden;
}
.planGallery .swiper-slide {
  text-align: center;
}
.planGallery {
  width: 100%;
  margin-bottom: 20px;
}
.planThumbs {
  width: 100%;
}
.planThumbs .swiper-slide {
  opacity: 0.5;
  cursor: pointer;
}
.planThumbs .swiper-slide-thumb-active {
  opacity: 1;
}
.planThumbs img {
  width: 100%;
  height: auto;
}
/* メインスライダー */
.planGallery {
  width: 100%;
  margin-bottom: 20px;
}
.planGallery .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
}
.planGallery img {
  width: 100%;
  height: auto;
  display: block;
}

/* サムネイルスライダー */
.planThumbs {
  width: 100%;
}
.planThumbs .swiper-slide {
  width: auto;          /* ← サムネイルを横並びにする */
  opacity: 0.5;
  cursor: pointer;
}
.planThumbs .swiper-slide-thumb-active {
  opacity: 1;
}
.planThumbs img {
  width: 100px;         /* ← サムネイルサイズを固定 */
  height: auto;
  display: block;
}
.planGallery {
  position: relative;
}
.line_box{
  width: 100%;
  text-align: center;
}

@media (max-width: 768px) {
.line_entry{
  width:45% ;
  margin-top: -20px;
  margin-bottom: 10px;
}
}
.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
