@charset "UTF-8";
@font-face {
  font-family: "Noto Sans JP";
  font-weight: 400;
  font-style: normal;
  src:
    url("../fonts/NotoSansJP-Regular.woff2") format("woff2"),
    url("../fonts/NotoSansJP-Regular.woff") format("woff"),
    url("../fonts/NotoSansJP-Regular.ttf") format("truetype");
  font-display: swap;
}
@font-face {
  font-family: "Noto Sans JP";
  font-weight: 700;
  font-style: normal;
  src:
    url("../fonts/NotoSansJP-Bold.woff2") format("woff2"),
    url("../fonts/NotoSansJP-Bold.woff") format("woff"),
    url("../fonts/NotoSansJP-Bold.ttf") format("truetype");
  font-display: swap;
}



/*//////////////////////////////////////////////////////////

CSS information
 file name  :  reset.css
 style info :  リセットファイル

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

audio[controls], canvas, video {
  display: inline-block;
  *display: inline;
  zoom: 1;
}

html {
  overflow-y: scroll;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body, div, dl, dt, dd, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td, ul {
  margin: 0;
  padding: 0;
}

body, button, input, select, textarea {
  font-size: 100%;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b, strong {
  font-weight: bold;
}

blockquote {
  margin: 1em 40px;
}

dfn {
  font-style: italic;
}

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

pre, code, kbd, samp {
  font-family: monospace, monospace;
  _font-family: "courier new", monospace;
  font-size: 1em;
}

pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

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

small {
  font-size: 75%;
}

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

sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

ul, ol {
  margin: 0;
  padding: 0;
}

dd {
  margin: 0px;
}

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

img {
  border: 0;
  -ms-interpolation-mode: bicubic;
}

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

figure, form {
  margin: 0;
}

fieldset {
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  *margin-left: -7px;
}

button, input, select, textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle;
}

button, input {
  line-height: normal;
  *overflow: visible;
}

button {
  cursor: pointer;
  -webkit-appearance: button;
}

input[type=button], input[type=reset], input[type=submit] {
  cursor: pointer;
  -webkit-appearance: button;
}
input[type=checkbox], input[type=radio] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
input[type=search] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
  vertical-align: top;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

address, caption, cite, code, dfn, em, strong, th, var {
  font-style: normal;
}

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

img, abbr, acronym, fieldset {
  border: 0;
}

li {
  list-style: none;
}

/*画像を縦に並べた時に余白が出ないように*/
img {
  vertical-align: top;
  font-size: 0;
  line-height: 0;
}

/*box-sizingを全ブラウザに対応*/
* {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
*:before, *:after {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}

.ie6_error, .no_script {
  background: #F66;
  padding: 100px;
  text-align: center;
  font-size: 150%;
  color: #333;
}

.flt {
  float: left;
}

.flr {
  float: right;
}

.txt_l, td.txt_l, .txt_l td {
  text-align: left;
}

.txt_r, td.txt_r, .txt_r td {
  text-align: right;
}

.txt_c, td.txt_c, .txt_c td {
  text-align: center;
}

.valign_t, td.valign_t, .valign_t td {
  vertical-align: top;
}

.valign_m, td.valign_m, .valign_m td {
  vertical-align: middle;
}

.valign_b, td.valign_b, .valign_b td {
  vertical-align: bottom;
}

.clear {
  clear: both;
}

.clearfix {
  zoom: 1;
}
.clearfix:before {
  content: "";
  display: block;
}
.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

.img_bd {
  border: solid 1px #E8E8E8;
}

.c_red {
  color: #FF3425;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

@-webkit-keyframes scroll-hint-appear {
  0% {
    -webkit-transform: translateX(40px);
            transform: translateX(40px);
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  50%, 100% {
    -webkit-transform: translateX(-40px);
            transform: translateX(-40px);
    opacity: 0;
  }
}

@keyframes scroll-hint-appear {
  0% {
    -webkit-transform: translateX(40px);
            transform: translateX(40px);
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  50%, 100% {
    -webkit-transform: translateX(-40px);
            transform: translateX(-40px);
    opacity: 0;
  }
}
.scroll-hint.is-right-scrollable {
  background: linear-gradient(270deg, rgba(0, 0, 0, 0.15) 0, rgba(0, 0, 0, 0) 16px, rgba(0, 0, 0, 0));
}

.scroll-hint.is-right-scrollable.is-left-scrollable {
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.15) 0, rgba(0, 0, 0, 0) 16px, rgba(0, 0, 0, 0)), linear-gradient(270deg, rgba(0, 0, 0, 0.15) 0, rgba(0, 0, 0, 0) 16px, rgba(0, 0, 0, 0));
}

.scroll-hint.is-left-scrollable {
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.15) 0, rgba(0, 0, 0, 0) 16px, rgba(0, 0, 0, 0));
}

.scroll-hint-icon {
  position: absolute;
  top: calc(50% - 25px);
  left: calc(50% - 60px);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 120px;
  height: 80px;
  border-radius: 5px;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  opacity: 0;
  background: rgba(0, 0, 0, 0.7);
  text-align: center;
  padding: 20px 10px 10px 10px;
}

.scroll-hint-icon-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  max-height: 100%;
  pointer-events: none;
}

.scroll-hint-text {
  font-size: 10px;
  color: #FFF;
  margin-top: 5px;
}

.scroll-hint-icon-wrap.is-active .scroll-hint-icon {
  opacity: 0.8;
}

.scroll-hint-icon:before {
  display: inline-block;
  width: 40px;
  height: 40px;
  color: #FFF;
  vertical-align: middle;
  text-align: center;
  content: "";
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNS43NyIgaGVpZ2h0PSIzMC41MiIgdmlld0JveD0iMCAwIDI1Ljc3IDMwLjUyIj48dGl0bGU+44Ki44K744OD44OIIDM8L3RpdGxlPjxnIGlkPSLjg6zjgqTjg6Tjg7xfMiIgZGF0YS1uYW1lPSLjg6zjgqTjg6Tjg7wgMiI+PGcgaWQ9IuODrOOCpOODpOODvF8xLTIiIGRhdGEtbmFtZT0i44Os44Kk44Ok44O8IDEiPjxwYXRoIGQ9Ik0yMS4zMywzMC41Mkg3Ljg1QTEuNTUsMS41NSwwLDAsMSw2LjMsMjlhMTIuNDYsMTIuNDYsMCwwLDAtLjYzLTQuNDIsMjUuMTYsMjUuMTYsMCwwLDAtNC4yNS01bC0uMDYtLjA2QTUsNSwwLDAsMSwwLDE1Ljg2YTMuNjQsMy42NCwwLDAsMSwxLjE3LTIuNjIsMy42MywzLjYzLDAsMCwxLDUuMTQuMDdWMy43N2EzLjc3LDMuNzcsMCwxLDEsNy41NCwwVjguMzNhMy4zNSwzLjM1LDAsMCwxLDEuMjYsMCwzLDMsMCwwLDEsMiwxLjIyLDMuNSwzLjUsMCwwLDEsMi0uMDYsMy4yMSwzLjIxLDAsMCwxLDIsMS41NCwzLjc0LDMuNzQsMCwwLDEsMywuNDdBNC4yMSw0LjIxLDAsMCwxLDI1Ljc0LDE1YzAsLjExLDAsLjI3LDAsLjQ2YTE5LjI2LDE5LjI2LDAsMCwxLS44NCw3Yy0uMTQuMzgtLjM2LjgxLS41NiwxLjIybC0uMTEuMjJjMCwuMDctLjA5LjE0LS4xNC4yMWE3LjEzLDcuMTMsMCwwLDAtMS4xNywyLjE3Yy0uMDYuNTYtLjA2LDIuMTUtLjA1LDIuNzFBMS41NSwxLjU1LDAsMCwxLDIxLjMzLDMwLjUyWk04LjYxLDI4LjIxaDEyYzAtLjcxLDAtMS43MS4wNy0yLjIzYTguNzQsOC43NCwwLDAsMSwxLjU5LTMuMjVsLjA2LS4xMmExMCwxMCwwLDAsMCwuNDYtMSwxNi44LDE2LjgsMCwwLDAsLjctNi4xMmMwLS4yMywwLS40MSwwLS41NGgwYTIsMiwwLDAsMC0uNjQtMS41MiwxLjMzLDEuMzMsMCwwLDAtMS41NS4wOCwxLjEzLDEuMTMsMCwwLDEtMS4xOC4yOCwxLjE1LDEuMTUsMCwwLDEtLjc4LS45NCwxLjI2LDEuMjYsMCwwLDAtLjc1LTEuMTEsMSwxLDAsMCwwLTEuMTEuMjhsLS4xLjFhMS4xNSwxLjE1LDAsMCwxLTEuMTkuMjksMS4xNiwxLjE2LDAsMCwxLS43OC0uOTVjLS4wOS0uNjgtLjIxLS43Ny0uNy0uODdhLjgyLjgyLDAsMCwwLTEsLjQ4LDEuMTYsMS4xNiwwLDAsMS0yLjE2LS41OFYzLjc3YTEuNDYsMS40NiwwLDEsMC0yLjkyLDB2Ny44NWwwLDQuMzNhMS4xNywxLjE3LDAsMCwxLS44MywxLjExLDEuMTUsMS4xNSwwLDAsMS0xLjItLjM1bC0xLS45MWMtLjQ3LS40Mi0uNzMtLjY2LS44NC0uNzdhMS4zNSwxLjM1LDAsMCwwLTItLjEyTDIuNywxNWExLjMyLDEuMzIsMCwwLDAtLjM5LDFBMi41NywyLjU3LDAsMCwwLDMsMTcuODVsMCwwYTI3LjI0LDI3LjI0LDAsMCwxLDQuNyw1LjYyQTEyLjYzLDEyLjYzLDAsMCwxLDguNjEsMjguMjFaTTIzLjIsMjMuMzVaTTYuNTEsMTYuNTlaIiBmaWxsPSIjZmZmIi8+PC9nPjwvZz48L3N2Zz4=);
}

.scroll-hint-icon:after {
  content: "";
  width: 34px;
  height: 14px;
  display: block;
  position: absolute;
  top: 10px;
  left: 50%;
  margin-left: -20px;
  background-repeat: no-repeat;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMy4yOSIgaGVpZ2h0PSIxMi4wMiIgdmlld0JveD0iMCAwIDMzLjI5IDEyLjAyIj48dGl0bGU+44Ki44K744OD44OIIDE8L3RpdGxlPjxnIGlkPSLjg6zjgqTjg6Tjg7xfMiIgZGF0YS1uYW1lPSLjg6zjgqTjg6Tjg7wgMiI+PGcgaWQ9IuODrOOCpOODpOODvF8xLTIiIGRhdGEtbmFtZT0i44Os44Kk44Ok44O8IDEiPjxsaW5lIHgxPSIxLjg1IiB5MT0iNi4wMSIgeDI9IjEwLjQiIHkyPSI2LjAxIiBmaWxsPSIjZmZmIi8+PHBhdGggZD0iTTEwLjQsNy4xN0gxLjg1YTEuMTYsMS4xNiwwLDEsMSwwLTIuMzFIMTAuNGExLjE2LDEuMTYsMCwxLDEsMCwyLjMxWiIgZmlsbD0iI2ZmZiIvPjxwYXRoIGQ9Ik03LjQsMTJhMS4xNSwxLjE1LDAsMCwxLS43Mi0uMjVsLTYuMjUtNUExLjIsMS4yLDAsMCwxLDAsNS44NywxLjE0LDEuMTQsMCwwLDEsLjQ2LDVMNi43LjIzQTEuMTYsMS4xNiwwLDAsMSw4LjEsMi4wOEwzLDUuOTEsOC4xMiwxMEExLjE2LDEuMTYsMCwwLDEsNy40LDEyWiIgZmlsbD0iI2ZmZiIvPjxsaW5lIHgxPSIzMS40NSIgeTE9IjYuMDEiIHgyPSIyMi44OSIgeTI9IjYuMDEiIGZpbGw9IiNmZmYiLz48cGF0aCBkPSJNMzEuNDUsNy4xN0gyMi44OWExLjE2LDEuMTYsMCwxLDEsMC0yLjMxaDguNTZhMS4xNiwxLjE2LDAsMCwxLDAsMi4zMVoiIGZpbGw9IiNmZmYiLz48cGF0aCBkPSJNMjUuOSwxMmExLjE4LDEuMTgsMCwwLDEtLjkxLS40M0ExLjE3LDEuMTcsMCwwLDEsMjUuMTcsMTBsNS4wOS00LjA1TDI1LjIsMi4wOEExLjE2LDEuMTYsMCwwLDEsMjYuNTkuMjNMMzIuODQsNWExLjE2LDEuMTYsMCwwLDEsLjQ1LjkxLDEuMTQsMS4xNCwwLDAsMS0uNDMuOTJsLTYuMjQsNUExLjE3LDEuMTcsMCwwLDEsMjUuOSwxMloiIGZpbGw9IiNmZmYiLz48L2c+PC9nPjwvc3ZnPg==);
  opacity: 0;
  -webkit-transition-delay: 2.4s;
          transition-delay: 2.4s;
}

.scroll-hint-icon-wrap.is-active .scroll-hint-icon:after {
  opacity: 1;
}

.scroll-hint-icon-wrap.is-active .scroll-hint-icon:before {
  -webkit-animation: scroll-hint-appear 1.2s linear;
          animation: scroll-hint-appear 1.2s linear;
  -webkit-animation-iteration-count: 2;
          animation-iteration-count: 2;
}

.scroll-hint-icon-white {
  background-color: #FFF;
  -webkit-box-shadow: 0 4px 5px rgba(0, 0, 0, 0.4);
          box-shadow: 0 4px 5px rgba(0, 0, 0, 0.4);
}

.scroll-hint-icon-white:before {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNS43NyIgaGVpZ2h0PSIzMC41MiIgdmlld0JveD0iMCAwIDI1Ljc3IDMwLjUyIj48dGl0bGU+44Ki44K744OD44OIIDQ8L3RpdGxlPjxnIGlkPSLjg6zjgqTjg6Tjg7xfMiIgZGF0YS1uYW1lPSLjg6zjgqTjg6Tjg7wgMiI+PGcgaWQ9IuODrOOCpOODpOODvF8xLTIiIGRhdGEtbmFtZT0i44Os44Kk44Ok44O8IDEiPjxwYXRoIGQ9Ik0yMS4zMywzMC41Mkg3Ljg1QTEuNTUsMS41NSwwLDAsMSw2LjMsMjlhMTIuNDYsMTIuNDYsMCwwLDAtLjYzLTQuNDIsMjUuMTYsMjUuMTYsMCwwLDAtNC4yNS01bC0uMDYtLjA2QTUsNSwwLDAsMSwwLDE1Ljg2YTMuNjQsMy42NCwwLDAsMSwxLjE3LTIuNjIsMy42MywzLjYzLDAsMCwxLDUuMTQuMDdWMy43N2EzLjc3LDMuNzcsMCwxLDEsNy41NCwwVjguMzNhMy4zNSwzLjM1LDAsMCwxLDEuMjYsMCwzLDMsMCwwLDEsMiwxLjIyLDMuNSwzLjUsMCwwLDEsMi0uMDYsMy4yMSwzLjIxLDAsMCwxLDIsMS41NCwzLjc0LDMuNzQsMCwwLDEsMywuNDdBNC4yMSw0LjIxLDAsMCwxLDI1Ljc0LDE1YzAsLjExLDAsLjI3LDAsLjQ2YTE5LjI2LDE5LjI2LDAsMCwxLS44NCw3Yy0uMTQuMzgtLjM2LjgxLS41NiwxLjIybC0uMTEuMjJjMCwuMDctLjA5LjE0LS4xNC4yMWE3LjEzLDcuMTMsMCwwLDAtMS4xNywyLjE3Yy0uMDYuNTYtLjA2LDIuMTUtLjA1LDIuNzFBMS41NSwxLjU1LDAsMCwxLDIxLjMzLDMwLjUyWk04LjYxLDI4LjIxaDEyYzAtLjcxLDAtMS43MS4wNy0yLjIzYTguNzQsOC43NCwwLDAsMSwxLjU5LTMuMjVsLjA2LS4xMmExMCwxMCwwLDAsMCwuNDYtMSwxNi44LDE2LjgsMCwwLDAsLjctNi4xMmMwLS4yMywwLS40MSwwLS41NGgwYTIsMiwwLDAsMC0uNjQtMS41MiwxLjMzLDEuMzMsMCwwLDAtMS41NS4wOCwxLjEzLDEuMTMsMCwwLDEtMS4xOC4yOCwxLjE1LDEuMTUsMCwwLDEtLjc4LS45NCwxLjI2LDEuMjYsMCwwLDAtLjc1LTEuMTEsMSwxLDAsMCwwLTEuMTEuMjhsLS4xLjFhMS4xNSwxLjE1LDAsMCwxLTEuMTkuMjksMS4xNiwxLjE2LDAsMCwxLS43OC0uOTVjLS4wOS0uNjgtLjIxLS43Ny0uNy0uODdhLjgyLjgyLDAsMCwwLTEsLjQ4LDEuMTYsMS4xNiwwLDAsMS0yLjE2LS41OFYzLjc3YTEuNDYsMS40NiwwLDEsMC0yLjkyLDB2Ny44NWwwLDQuMzNhMS4xNywxLjE3LDAsMCwxLS44MywxLjExLDEuMTUsMS4xNSwwLDAsMS0xLjItLjM1bC0xLS45MWMtLjQ3LS40Mi0uNzMtLjY2LS44NC0uNzdhMS4zNSwxLjM1LDAsMCwwLTItLjEyTDIuNywxNWExLjMyLDEuMzIsMCwwLDAtLjM5LDFBMi41NywyLjU3LDAsMCwwLDMsMTcuODVsMCwwYTI3LjI0LDI3LjI0LDAsMCwxLDQuNyw1LjYyQTEyLjYzLDEyLjYzLDAsMCwxLDguNjEsMjguMjFaTTIzLjIsMjMuMzVaTTYuNTEsMTYuNTlaIi8+PC9nPjwvZz48L3N2Zz4=);
}

.scroll-hint-icon-white:after {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMy4yOSIgaGVpZ2h0PSIxMi4wMiIgdmlld0JveD0iMCAwIDMzLjI5IDEyLjAyIj48dGl0bGU+44Ki44K744OD44OIIDI8L3RpdGxlPjxnIGlkPSLjg6zjgqTjg6Tjg7xfMiIgZGF0YS1uYW1lPSLjg6zjgqTjg6Tjg7wgMiI+PGcgaWQ9IuODrOOCpOODpOODvF8xLTIiIGRhdGEtbmFtZT0i44Os44Kk44Ok44O8IDEiPjxsaW5lIHgxPSIxLjg1IiB5MT0iNi4wMSIgeDI9IjEwLjQiIHkyPSI2LjAxIi8+PHBhdGggZD0iTTEwLjQsNy4xN0gxLjg1YTEuMTYsMS4xNiwwLDEsMSwwLTIuMzFIMTAuNGExLjE2LDEuMTYsMCwxLDEsMCwyLjMxWiIvPjxwYXRoIGQ9Ik03LjQsMTJhMS4xNSwxLjE1LDAsMCwxLS43Mi0uMjVsLTYuMjUtNUExLjIsMS4yLDAsMCwxLDAsNS44NywxLjE0LDEuMTQsMCwwLDEsLjQ2LDVMNi43LjIzQTEuMTYsMS4xNiwwLDAsMSw4LjEsMi4wOEwzLDUuOTEsOC4xMiwxMEExLjE2LDEuMTYsMCwwLDEsNy40LDEyWiIvPjxsaW5lIHgxPSIzMS40NSIgeTE9IjYuMDEiIHgyPSIyMi44OSIgeTI9IjYuMDEiLz48cGF0aCBkPSJNMzEuNDUsNy4xN0gyMi44OWExLjE2LDEuMTYsMCwxLDEsMC0yLjMxaDguNTZhMS4xNiwxLjE2LDAsMCwxLDAsMi4zMVoiLz48cGF0aCBkPSJNMjUuOSwxMmExLjE4LDEuMTgsMCwwLDEtLjkxLS40M0ExLjE3LDEuMTcsMCwwLDEsMjUuMTcsMTBsNS4wOS00LjA1TDI1LjIsMi4wOEExLjE2LDEuMTYsMCwwLDEsMjYuNTkuMjNMMzIuODQsNWExLjE2LDEuMTYsMCwwLDEsLjQ1LjkxLDEuMTQsMS4xNCwwLDAsMS0uNDMuOTJsLTYuMjQsNUExLjE3LDEuMTcsMCwwLDEsMjUuOSwxMloiLz48L2c+PC9nPjwvc3ZnPg==);
}

.scroll-hint-icon-white .scroll-hint-text {
  color: #000;
}

html {
  width: 100%;
}

body {
  font: 400 16px/2 "Noto Sans JP", sans-serif;
  color: #000;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  body {
    font-size: 14px;
    letter-spacing: 0.08em;
  }
}

a {
  text-decoration: none;
  color: #231815;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
a:link, a:active, a:visited {
  text-decoration: none;
}

@media screen and (min-width: 768px) {
  .opacity {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .opacity:hover {
    opacity: 0.8;
  }
}

img {
  max-width: 100%;
  height: auto;
}
img[src$=".svg"] {
  max-width: 100%;
  width: 100%;
  height: auto;
}

@media screen and (max-width: 767px) {
  .pc {
    display: none;
  }
}

.sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .sp {
    display: inherit;
  }
}

#container_wrap {
  overflow: hidden;
  min-width: 1144px;
}
@media screen and (max-width: 767px) {
  #container_wrap {
    min-width: 375px;
  }
}

#container {
  padding: 70px 0 0;
}
@media screen and (max-width: 767px) {
  #container {
    padding: 60px 0 0;
  }
}

#content {
  position: relative;
}

.inner {
  max-width: 1144px;
  width: 100%;
  margin: 0 auto;
  padding: 0 30px;
}
.inner_1000 {
  max-width: 1060px;
  padding: 0 30px;
}
@media screen and (max-width: 767px) {
  .inner,.inner_1000 {
    padding: 0 9%;
  }
}
@media screen and (max-width: 767px) {
  .inner_pc {
    padding: 0;
  }
}
.inner::after {
  content: "";
  display: block;
  clear: both;
}

#main {
  float: right;
  width: 75%;
}
@media screen and (max-width: 767px) {
  #main {
    float: none;
    width: 100%;
    margin-bottom: 5%;
  }
}

#sub {
  float: left;
  width: 19%;
}
@media screen and (max-width: 767px) {
  #sub {
    float: none;
    width: 100%;
  }
}

.section_wrap {
  padding: 6.25em 0;
}
@media screen and (max-width: 767px) {
  .section_wrap {
    padding: 4em 0;
  }
}
@media screen and (min-width: 768px) {
  .section_wrap.narrow {
    padding: 3em 0;
  }
}

.section:not(:last-child) {
  margin: 0 0 6.25em;
}
@media screen and (max-width: 767px) {
  .section:not(:last-child) {
    margin: 0 0 4em;
  }
}
.section_button {
  margin: 6.25em 0 0;
}
@media screen and (max-width: 767px) {
  .section_button {
    margin: 4em 0 0;
  }
}

header {
  width: 100%;
  min-width: 1144px;
  height: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
}
@media screen and (max-width: 767px) {
  header {
    min-width: 0;
    height: 60px;
  }
}

.header_box {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  align-items: center;
  padding: 0 3%;
}
@media screen and (max-width: 767px) {
  .header_box {
    padding: 0 18px;
  }
}

.header_ttl {
  padding: 1.25em 0;
  line-height: 1;
}
.header_ttl img.logo {
  width: 173px;
}
.header_ttl img.logo_02 {
  width: 250px;
}

#gnavi ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767px) {
  #gnavi ul {
    display: block;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media screen and (max-width: 767px) {
  #gnavi ul li {
    width: 100%;
    margin: 0 0 15px;
  }
}
#gnavi ul li p {
  padding: 1.25em 1.5em;
  display: block;
  font-family: futura-pt, sans-serif;
}
@media screen and (max-width: 1280px) {
  #gnavi ul li p {
    padding: 1.25em 1em;
  }
}
@media screen and (max-width: 767px) {
  #gnavi ul li p {
    display: inline-block;
    font-size: 1.2em;
    padding: 0 10px;
    background: #fff;
    width: 100%;
    line-height: 1.3;
  }
}
#gnavi ul li p:hover {
  background: #000000;
  color: #fff;
}
@media screen and (max-width: 767px) {
  #gnavi ul li p:hover {
    background: #fff;
    color: #000;
  }
}

.menu__single {
  position: relative;
}

.menu__second-level {
  visibility: hidden;
  opacity: 0;
  z-index: 1;
  position: absolute;
  top: 65px;
  width: 100%;
  background: #dcdcdc;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  width: 263px;
  display: block !important;
}
@media screen and (max-width: 767px) {
  .menu__second-level {
    visibility: inherit;
    opacity: 1;
    position: relative;
    top: 5px;
    width: 100%;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    background: none;
  }
}
.menu__second-level li {
  margin: 0 !important;
  font-weight: 700;
}
.menu__second-level li a {
  padding: 5px 20px !important;
  display: block;
  font-size: 0.95em;
}
@media screen and (max-width: 767px) {
  .menu__second-level li a {
    padding: 0 5px !important;
    background: none !important;
    color: #fff;
  }
}
.menu__second-level li .link_external {
  display: inline-block;
  padding: 0 20px 0 0;
  background: url(../images/icon_external_black.svg) no-repeat right/14px 14px;
}
@media screen and (max-width: 767px) {
  .menu__second-level li .link_external {
    background-image: url(../images/icon_external.svg);
  }
}
.menu__second-level li:hover a {
  color: #fff;
  background: #646464 !important;
}
@media screen and (max-width: 767px) {
  .menu__second-level li:hover a {
    background: none !important;
  }
}
.menu__second-level li:hover .link_external {
  background-image: url(../images/icon_external.svg);
}

.level_right {
  right: 0;
}

li.menu__single:hover ul.menu__second-level {
  top: 71px;
  visibility: visible;
  opacity: 1;
}
@media screen and (max-width: 767px) {
  li.menu__single:hover ul.menu__second-level {
    top: 5px;
  }
}

.menu-trigger {
  display: none;
}
@media screen and (max-width: 767px) {
  .menu-trigger {
    display: inline-block;
    background-color: transparent;
    position: fixed;
    width: 40px;
    height: 40px;
    right: 10px;
    top: 10px;
    z-index: 10;
    border: none;
    text-align: center;
    cursor: pointer;
  }
}

.menu_line {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 25px;
  height: 2px;
  border-radius: 2px;
  background-color: #000;
}
.menu_line::before, .menu_line::after {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 2px;
  background: #000;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.menu_line::before {
  top: -8px;
}
.menu_line::after {
  top: 8px;
}

.menu-trigger[aria-expanded=true] {
  background: transparent;
}

.menu-trigger[aria-expanded=true] .menu_line {
  background: transparent;
}

.menu-trigger[aria-expanded=true] .menu_line::before,
.menu-trigger[aria-expanded=true] .menu_line::after {
  top: 0;
  background: #000;
}

.menu-trigger[aria-expanded=true] .menu_line::before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.menu-trigger[aria-expanded=true] .menu_line::after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

@media screen and (min-width: 768px) {
  #overlay {
    display: block !important;
  }
}
@media screen and (max-width: 767px) {
  #overlay {
    display: none;
    width: 100%;
    height: 100%;
    padding: 50px 30px 90px;
    position: fixed;
    top: 60px;
    right: 0;
    z-index: 3;
    background: #000000;
    overflow-y: scroll;
  }
}

#footer {
  background-color: #000;
  color: #fff;
  padding: 6.25em 0;
}
@media screen and (max-width: 767px) {
  #footer {
    padding: 4em 0 8em;
  }
}

.footer_top {
  max-width: 350px;
  margin: 0 auto 6.25em;
}
@media screen and (max-width: 767px) {
  .footer_top {
    margin: 0 0 4em;
  }
}

.footer_bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 0 6.25em;
}
@media screen and (max-width: 767px) {
  .footer_bottom {
    display: block;
    margin: 0 0 4em;
  }
}

.footer_logo {
  max-width: 350px;
}

.footer_navi {
  width: 22%;
}
@media screen and (max-width: 767px) {
  .footer_navi {
    width: 100%;
    margin: 0 0 2em;
  }
}
.footer_navi_contents:not(:last-child) {
  margin: 0 0 2em;
}
.footer_navi_ttl {
  color: #000;
  font-family: futura-pt, sans-serif;
  font-size: 1.37em;
  line-height: 1;
  padding: 0.25em 0.5em;
  background-color: #fff;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .footer_navi_ttl {
    font-size: 1.71em;
    padding: 0.12em 0.5em;
    position: relative;
    pointer-events: all;
  }
  .footer_navi_ttl::before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 6px 0 6px;
    border-color: #000 transparent transparent transparent;
    position: absolute;
    right: 10px;
    top: 0;
    bottom: 0;
    margin: auto;
  }
  .footer_navi_ttl.active::before {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
}
.footer_navi ul {
  padding: 0.75em 0 0;
}
@media screen and (min-width: 768px) {
  .footer_navi ul {
    display: block !important;
  }
}
@media screen and (max-width: 767px) {
  .footer_navi ul {
    display: none;
  }
}
.footer_navi ul li {
  color: #fff;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .footer_navi ul li {
    font-size: 1.14em;
  }
}
.footer_navi ul li:not(:last-child) {
  margin: 0 0 0.25em;
}
.footer_navi ul li a {
  color: #fff;
}
@media screen and (min-width: 768px) {
  .footer_navi ul li a:hover {
    text-decoration: underline;
  }
}
.footer_navi ul li a.link_external {
  display: inline-block;
  padding: 0 20px 0 0;
  background: url(../images/icon_external.svg) no-repeat right/16px 16px;
}

.copy {
  font-family: futura-pt, sans-serif;
  font-size: 0.75em;
  text-align: center;
}

.map {
  position: relative;
  overflow: hidden;
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
}
.map::before {
  content: "";
  display: block;
  height: 330px;
}
@media screen and (max-width: 767px) {
  .map::before {
    height: 100vw;
  }
}
.map > iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: calc(100% + 300px);
  margin-top: -150px;
}

.list_article {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -6.33% -4em 0;
}
@media screen and (max-width: 767px) {
  .list_article {
    display: block;
    margin: 0 0 -4em;
  }
}
.list_article.award li::before {
  content: "";
  width: 48px;
  height: 64px;
  background: url(../images/icon_award.svg) no-repeat center/contain;
  position: absolute;
  top: -21px;
  right: 1px;
  z-index: 1;
}
.list_article.award .list_article_img::before {
  padding: 66.6% 0 0;
}
.list_article li {
  width: 27%;
  margin: 0 6.33% 4em 0;
  position: relative;
}
@media screen and (max-width: 767px) {
  .list_article li {
    width: 100%;
    margin: 0 0 4em;
  }
}
.list_article li a {
  display: block;
}
@media screen and (min-width: 768px) {
  .list_article li a .list_article_img img {
    -webkit-transform: scale(1.0001);
            transform: scale(1.0001);
    -webkit-transition: 0.4s;
    transition: 0.4s;
  }
  .list_article li a:hover .list_article_img img {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
}
.list_article_img {
  margin: 0 0 1em;
  overflow: hidden;
  position: relative;
}
.list_article_img::before {
  content: "";
  display: block;
  padding: 100% 0 0;
}
.list_article_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}
.list_article_date {
  font-size: 0.75em;
  font-weight: 700;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .list_article_date {
    font-size: 0.85em;
  }
}
.list_article_date span {
  font-size: 1.5em;
}
.list_article_ttl {
  font-size: 1.37em;
  font-weight: 700;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .list_article_ttl {
    font-size: 1.14em;
  }
}
.list_article_writer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 1em 0 0;
}
.list_article_writer_img {
  width: 42px;
  border-radius: 42px;
  margin: 0 10px 0 0;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .list_article_writer_img {
    width: 40px;
  }
}
.list_article_writer_name {
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .list_article_writer_name {
    font-size: 0.9em;
    line-height: 1.5;
  }
}
.list_article_writer_name span {
  font-family: futura-pt, sans-serif;
  font-size: 0.87em;
  letter-spacing: 0.05em;
  margin: 0 0.5em 0 0;
}
@media screen and (max-width: 767px) {
  .list_article_writer_name span {
    display: block;
  }
}
.list_article_status {
  display: inline-block;
  width: 60px;
  background-color: #fff;
  font-size: 0.87em;
  font-weight: 700;
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .list_article_status {
    font-size: 1em;
  }
}
.list_article_status.end {
  background-color: #000;
  color: #fff;
}
.list_article_event {
  font-size: 1.37em;
  font-weight: 700;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .list_article_event {
    font-size: 1.5em;
  }
}
.list_article_place {
  font-weight: 700;
  line-height: 1.5;
  margin: 0.25em 0 0;
}
@media screen and (max-width: 767px) {
  .list_article_place {
    font-size: 1.14em;
  }
}

.table_company {
  width: 100%;
  border-top: 1px solid #000;
}
.table_company th {
  font-weight: 700;
  padding: 0.8em 1em;
  border-bottom: 1px solid #000;
}
.table_company td {
  padding: 0.8em 1em;
  border-bottom: 1px solid #000;
}

.ttl_top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}
.ttl_top::before {
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  position: absolute;
  top: 0;
  left: 0;
}
.ttl_top::after {
  content: "";
  display: block;
  padding: 31.33% 0 0;
}
@media screen and (max-width: 767px) {
  .ttl_top::after {
    padding: 66.66% 0 0;
  }
}
.ttl_top .ttl_main, .ttl_top .ttl_main_en {
  color: #fff;
  text-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
  position: relative;
}
.ttl_top .ttl_main {
  margin: 0;
}
.ttl_top.no_bg {
  background: none;
  padding: 8em 0 2em;
}
@media screen and (max-width: 767px) {
  .ttl_top.no_bg {
    padding: 4em 0 2em;
  }
}
.ttl_top.no_bg::before, .ttl_top.no_bg::after {
  content: none;
}
.ttl_top.no_bg .ttl_main, .ttl_top.no_bg .ttl_main_en {
  color: #000;
  text-shadow: none;
}
.ttl_top.bg_ttl_blog {
  background: url(../images/bg_ttl_blog.jpg) no-repeat center/cover;
}
@media screen and (max-width: 767px) {
  .ttl_top.bg_ttl_blog {
    background-image: url(../images/bg_ttl_blog_sp.jpg);
  }
}
.ttl_top.bg_ttl_award {
  background: url(../images/bg_ttl_award.jpg) no-repeat center/cover;
}
@media screen and (max-width: 767px) {
  .ttl_top.bg_ttl_award {
    background-image: url(../images/bg_ttl_award_sp.jpg);
  }
}
.ttl_top.bg_ttl_design {
  background: url(../images/bg_ttl_design.jpg) no-repeat center/cover;
}
@media screen and (max-width: 767px) {
  .ttl_top.bg_ttl_design {
    background-image: url(../images/bg_ttl_design_sp.jpg);
  }
}
.ttl_top.bg_ttl_completion {
  background: url(../images/bg_ttl_completion.jpg) no-repeat center/cover;
}
@media screen and (max-width: 767px) {
  .ttl_top.bg_ttl_completion {
    background-image: url(../images/bg_ttl_completion_sp.jpg);
  }
}
.ttl_top.bg_ttl_performance {
  background: url(../images/bg_ttl_performance.jpg) no-repeat center/cover;
}
@media screen and (max-width: 767px) {
  .ttl_top.bg_ttl_performance {
    background-image: url(../images/bg_ttl_performance_sp.jpg);
  }
}
.ttl_top.bg_ttl_airflow {
  background: url(../images/bg_ttl_airflow.jpg) no-repeat center/cover;
}
@media screen and (max-width: 767px) {
  .ttl_top.bg_ttl_airflow {
    background-image: url(../images/bg_ttl_airflow_sp.jpg);
  }
}
.ttl_top.bg_ttl_flow {
  background: url(../images/bg_ttl_flow.jpg) no-repeat center/cover;
}
@media screen and (max-width: 767px) {
  .ttl_top.bg_ttl_flow {
    background-image: url(../images/bg_ttl_flow_sp.jpg);
  }
}
.ttl_top.bg_ttl_maintenance {
  background: url(../images/bg_ttl_maintenance.jpg) no-repeat center/cover;
}
@media screen and (max-width: 767px) {
  .ttl_top.bg_ttl_maintenance {
    background-image: url(../images/bg_ttl_maintenance_sp.jpg);
  }
}
.ttl_top.bg_ttl_faq {
  background: url(../images/bg_ttl_faq.jpg) no-repeat center/cover;
}
@media screen and (max-width: 767px) {
  .ttl_top.bg_ttl_faq {
    background-image: url(../images/bg_ttl_faq_sp.jpg);
  }
}
.ttl_top.bg_ttl_news {
  background: url(../images/bg_ttl_news.jpg) no-repeat center/cover;
}
@media screen and (max-width: 767px) {
  .ttl_top.bg_ttl_news {
    background-image: url(../images/bg_ttl_news_sp.jpg);
  }
}
.ttl_top.bg_ttl_event {
  background: url(../images/bg_ttl_event.jpg) no-repeat center/cover;
}
@media screen and (max-width: 767px) {
  .ttl_top.bg_ttl_event {
    background-image: url(../images/bg_ttl_event_sp.jpg);
  }
}
.ttl_top.bg_ttl_voice {
  background: url(../images/bg_ttl_voice.jpg) no-repeat center/cover;
}
@media screen and (max-width: 767px) {
  .ttl_top.bg_ttl_voice {
    background-image: url(../images/bg_ttl_voice_sp.jpg);
  }
}
.ttl_top.bg_ttl_works {
  background: url(../images/bg_ttl_works.jpg) no-repeat center/cover;
}
@media screen and (max-width: 767px) {
  .ttl_top.bg_ttl_works {
    background-image: url(../images/bg_ttl_works_sp.jpg);
  }
}
.ttl_top.bg_ttl_plan {
  background: url(../images/bg_ttl_plan.png) no-repeat center/cover;
}
@media screen and (max-width: 767px) {
  .ttl_top.bg_ttl_plan {
    background-image: url(../images/bg_ttl_plan_sp.png);
  }
}
.ttl_top.bg_ttl_plan::before {
  content: none;
}
.ttl_top.bg_ttl_contact {
  background: url(../images/bg_ttl_contact.jpg) no-repeat center/cover;
}
@media screen and (max-width: 767px) {
  .ttl_top.bg_ttl_contact {
    background-image: url(../images/bg_ttl_contact_sp.jpg);
  }
}

.ttl_main {
  font-size: 1.25em;
  line-height: 1.5;
  text-align: center;
  margin: 0 0 3em;
}
@media screen and (max-width: 767px) {
  .ttl_main {
    font-size: 1em;
    margin: 0 0 2em;
  }
}
.ttl_main span {
  display: block;
  font-family: futura-pt, sans-serif;
  font-size: 2.25em;
  line-height: 1;
  letter-spacing: 0.1em;
  margin: 0 0 0.12em;
}
@media screen and (max-width: 767px) {
  .ttl_main span {
    font-size: 2.14em;
  }
}
.ttl_main.white {
  color: #fff;
}
@media screen and (min-width: 768px) {
  .ttl_main.left {
    text-align: left;
  }
}
@media screen and (min-width: 768px) {
  .ttl_main.mb_none {
    margin: 0;
  }
}

.ttl_main_en {
  font-family: futura-pt, sans-serif;
  font-size: 2.81em;
  line-height: 1;
  letter-spacing: 0.1em;
  text-align: center;
  margin: 0 0 0.12em;
}
@media screen and (max-width: 767px) {
  .ttl_main_en {
    font-size: 2.14em;
  }
}

.ttl_border {
  font-size: 1.25em;
  padding: 0 0 0.25em;
  margin: 0 0 2em;
  border-bottom: 2px solid #000;
}
@media screen and (max-width: 767px) {
  .ttl_border {
    font-size: 1em;
    border-width: 1px;
  }
}
.ttl_border span {
  display: inline-block;
  font-family: futura-pt, sans-serif;
  font-size: 2.25em;
  line-height: 1;
  vertical-align: middle;
  margin: 0 0.25em 0 0;
}
@media screen and (max-width: 767px) {
  .ttl_border span {
    font-size: 2.14em;
  }
}
.ttl_border.white {
  color: #fff;
  border-color: #fff;
}

.ttl_sub {
  font-size: 1.75em;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.1em;
  margin: 0 0 1em;
}
@media screen and (max-width: 767px) {
  .ttl_sub {
    font-size: 1.5em;
  }
}
@media screen and (min-width: 768px) {
  .ttl_sub.center {
    text-align: center;
  }
}

.ttl_box {
  color: #fff;
  font-size: 1.25em;
  line-height: 1.75;
  text-align: center;
  padding: 1.25em 0;
  margin: 0 0 3em;
  background-color: #000;
}
@media screen and (max-width: 767px) {
  .ttl_box {
    font-size: 1em;
    margin: 0 0 2.25em;
  }
}
.ttl_box span {
  display: block;
  font-family: futura-pt, sans-serif;
  font-size: 2.25em;
  line-height: 1;
}

.bg_lightGray {
  background: #dcdcdc;
}
.bg_gray {
  background: #646464;
  color: #fff;
}
.bg_gray a {
  color: #fff;
}
.bg_white {
  background: #fff;
}
.bg_black {
  background: #000;
  color: #fff;
}
.bg_black a {
  color: #fff;
}
@media screen and (min-width: 768px) {
  .bg_gray_pc {
    background: #646464;
  }
}
@media screen and (max-width: 767px) {
  .bg_gray_sp {
    background: #646464;
  }
}

.txt_gray {
  color: #646464;
}
.txt_white {
  color: #fff;
}
.txt_black {
  color: #000;
}
.txt_bold {
  font-weight: 700;
}
.txt_center {
  text-align: center;
}
.txt_s {
  font-size: 0.75em;
}
@media screen and (max-width: 767px) {
  .txt_s {
    font-size: 0.85em;
  }
}

.hr {
  max-width: 1084px;
  margin: auto;
  border-bottom: 1px solid #000;
}
@media screen and (max-width: 767px) {
  .hr {
    margin: 0 9%;
  }
}

.scroll_wrap {
  overflow-x: auto;
  overflow-y: hidden;
}
@media screen and (max-width: 767px) {
  .scroll_wrap .scroll_inner {
    min-width: 550px;
  }
}
.scroll_wrap .scroll-hint-icon {
  top: 2em;
  height: auto;
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
}

.scroll_wrap::-webkit-scrollbar {
  height: 5px;
}

.scroll_wrap::-webkit-scrollbar-track {
  border-radius: 5px;
  background: #eee;
}

.scroll_wrap::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background: #666;
}

.fit {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  font-family: "object-fit: cover; object-position: top;";
}

.fit_c {
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  font-family: "object-fit: contain; object-position: center;";
}

.bg-lazy {
  background-image: none !important;
}

#js-loading {
  display: none;
}
#js-loading.is-first {
  display: block;
  background-color: #fff;
}

.js-loader {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  visibility: visible;
  opacity: 1;
  -webkit-transition: opacity 0.8s, visibility 0.8s;
  transition: opacity 0.8s, visibility 0.8s;
  background: url(../images/bg_loading.png) no-repeat center/contain, -webkit-gradient(linear, left bottom, left top, from(#000), color-stop(38.24%, #000), color-stop(38.24%, #dbdcdc), to(#dbdcdc));
  background: url(../images/bg_loading.png) no-repeat center/contain, linear-gradient(0deg, #000 0%, #000 38.24%, #dbdcdc 38.24%, #dbdcdc 100%);
  z-index: 10000;
}
@media screen and (max-width: 767px) {
  .js-loader {
    background: url(../images/bg_loading_sp.png) no-repeat center/contain, -webkit-gradient(linear, left bottom, left top, from(#000), color-stop(24.28%, #000), color-stop(24.28%, #dbdcdc), to(#dbdcdc));
    background: url(../images/bg_loading_sp.png) no-repeat center/contain, linear-gradient(0deg, #000 0%, #000 24.28%, #dbdcdc 24.28%, #dbdcdc 100%);
  }
}
.is-loaded .js-loader {
  visibility: hidden;
  opacity: 0;
}

.js-loader-progress {
  position: fixed;
  bottom: 20%;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  height: 1px;
}
@media screen and (max-width: 767px) {
  .js-loader-progress {
    bottom: 9.5%;
  }
}
.is-loaded .js-loader-progress {
  visibility: hidden;
  opacity: 0;
}

.bar_wrap {
  width: 200px;
  height: 10px;
  margin: auto;
  border: 1px solid #fff;
  border-radius: 10px;
}
@media screen and (max-width: 767px) {
  .bar_wrap {
    width: 100px;
    height: 6px;
  }
}

.js-loader-progress-bar {
  background: #fff;
  height: 100%;
  width: 0;
  -webkit-transition: width 0.4s;
  transition: width 0.4s;
  border-radius: 10px;
}

.txt_loading {
  color: #fff;
  font-family: futura-pt, sans-serif;
  font-size: 0.75em;
  text-align: center;
  margin: 10px 0 0;
}
@media screen and (max-width: 767px) {
  .txt_loading {
    margin: 5px 0 0;
  }
}

a.button {
  display: block;
  max-width: 280px;
  margin: auto;
  padding: 0.5em;
  background: #000;
  border: 1px solid #000;
  color: #fff;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
}
@media screen and (max-width: 767px) {
  a.button {
    max-width: 432px;
  }
}
@media screen and (min-width: 768px) {
  a.button:hover {
    background: #fff;
    color: #000;
  }
}
a.button.white {
  background: #fff;
  border-color: #fff;
  color: #000;
}
@media screen and (min-width: 768px) {
  a.button.white:hover {
    background: transparent;
    color: #fff;
  }
}
@media screen and (min-width: 768px) {
  a.button.back:hover span {
    background: url(../images/arrow_left_black.svg) no-repeat left/9px 14px;
  }
}
a.button.back span {
  display: inline-block;
  padding: 0 0 0 20px;
  background: url(../images/arrow_left_white.svg) no-repeat left/9px 14px;
}
@media screen and (min-width: 768px) {
  a.button.left {
    margin: 0;
  }
}
@media screen and (min-width: 768px) {
  a.button.wide {
    max-width: 100%;
  }
}

.bg_gray a.button.white {
  color: #646464;
}
@media screen and (min-width: 768px) {
  .bg_gray a.button.white:hover {
    color: #fff;
  }
}

@media screen and (min-width: 768px) {
  a.link_tel {
    pointer-events: none;
  }
}

.fixed_area {
  position: fixed;
  right: 15px;
  top: 30%;
  z-index: 2;
}
.fixed_area.top {
  display: none;
}

@media screen and (max-width: 767px) {
  .button_fixed {
    display: none;
  }
}
.button_fixed li:not(:last-child) {
  margin: 0 0 15px;
}
.button_fixed li.catalog {
  position: relative;
}
.button_fixed li.catalog::after {
  content: "";
  width: 118px;
  height: 40px;
  background: url(../images/txt_catalog.svg) no-repeat center/112px;
  position: absolute;
  top: -40px;
  left: 0;
  right: 0;
  margin: auto;
}
.button_fixed li.catalog a span {
  background: url(../images/icon_catalog.png) no-repeat top/30px;
}
.button_fixed li.reserve {
  position: relative;
}
.button_fixed li.reserve::after {
  content: "";
  width: 118px;
  height: 40px;
  background: url(../images/txt_campaign.svg) no-repeat center/112px;
  position: absolute;
  bottom: -40px;
  left: 0;
  right: 0;
  margin: auto;
}
.button_fixed li.reserve a {
  background-color: #000;
}
.button_fixed li.reserve a span {
  background: url(../images/icon_reserve.png) no-repeat top/30px;
}
.button_fixed li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 120px;
  height: 120px;
  background-color: #646464;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.5);
}
@media screen and (min-width: 768px) {
  .button_fixed li a:hover {
    opacity: 0.8;
  }
}
.button_fixed li a span {
  display: inline-block;
  padding: 38px 0 0;
  color: #fff;
  font-weight: 700;
  line-height: 1.2;
}

@media screen and (max-width: 767px) {
  .fixed_area_sp {
    width: 100%;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 2;
  }
  .fixed_area_sp.top {
    display: none;
  }
}
.fixed_area_sp .button_fixed_sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .fixed_area_sp .button_fixed_sp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    background-color: #fff;
  }
}
.fixed_area_sp .button_fixed_sp li {
  width: 30%;
  text-align: center;
}
.fixed_area_sp .button_fixed_sp li.tel {
  border-right: 1px solid #fff;
}
.fixed_area_sp .button_fixed_sp li.tel span {
  background: url(../images/icon_tel_white.png) no-repeat top/20px;
}
.fixed_area_sp .button_fixed_sp li.catalog {
  border-right: 1px solid #fff;
}
.fixed_area_sp .button_fixed_sp li.catalog span {
  background: url(../images/icon_catalog.png) no-repeat top/20px;
}
.fixed_area_sp .button_fixed_sp li.reserve {
  width: 40%;
}
.fixed_area_sp .button_fixed_sp li.reserve a {
  background-color: #7bd100;
}
.fixed_area_sp .button_fixed_sp li.reserve a span {
  background: url(../images/icon_reserve.png) no-repeat top/20px;
}
.fixed_area_sp .button_fixed_sp li.event_reserve {
  width: 70%;
  border-right: 1px solid #fff;
}
.fixed_area_sp .button_fixed_sp li.event_reserve a {
  /* background-color: #000; */
  background-color: #7fbe26;
}
.fixed_area_sp .button_fixed_sp li.event_reserve a span {
  background: url(../images/icon_event_reserve.png) no-repeat top/22px;
}
.fixed_area_sp .button_fixed_sp li.event span {
  background: url(../images/icon_event.png) no-repeat top/20px;
}
.fixed_area_sp .button_fixed_sp li a {
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #646464;
}
.fixed_area_sp .button_fixed_sp li a span {
  display: inline-block;
  padding: 25px 0 0;
  color: #fff;
  font-size: 0.85em;
  font-weight: 700;
  line-height: 1;
}

#list_breadcrumb {
  padding: 1rem 0 0;
  margin: 0 0 -1px;
  font-size: 0.8em;
  line-height: 1.5;
}
#list_breadcrumb.gray {
  background-color: #dcdcdc;
}
@media screen and (min-width: 768px) {
  #list_breadcrumb.bc_blog {
    background-color: #646464;
    color: #fff;
  }
  #list_breadcrumb.bc_blog a {
    color: #fff;
  }
}

.wp-pagenavi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-family: futura-pt, "Noto Sans JP", sans-serif;
  font-size: 1.25em;
  letter-spacing: 0;
  padding: 5.5rem 0 0;
}
@media screen and (max-width: 767px) {
  .wp-pagenavi {
    font-size: 1.28em;
    padding: 4rem 0 0;
  }
}
.wp-pagenavi a, .wp-pagenavi span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 35px;
  height: 35px;
  border-radius: 35px;
  line-height: 1;
  text-align: center;
  margin: 0 0.5em 0.5em 0;
}
@media screen and (max-width: 767px) {
  .wp-pagenavi a, .wp-pagenavi span {
    width: 25px;
    height: 25px;
  }
}
.wp-pagenavi a:hover, .wp-pagenavi span:hover {
  background: #000;
  color: #fff;
}
.wp-pagenavi .current {
  background: #000;
  color: #fff;
}

.yarpp-related {
  margin: 0 !important;
}
.yarpp-related a {
  font-weight: 400 !important;
}

.box_contact {
  max-width: 1084px;
  padding: 6.25em;
  margin: 0 auto 6.25em;
  background-color: #646464;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .box_contact {
    padding: 4em 9%;
    margin: 0;
  }
}
.box_contact input, .box_contact textarea, .box_contact select {
  background-color: #fff;
}
.box_contact a {
  color: #fff;
}

.ttl_form {
  font-size: 1.75em;
  font-weight: 700;
  line-height: 1.5;
  margin: 0 0 0.75em;
}
@media screen and (max-width: 767px) {
  .ttl_form {
    font-size: 1.57em;
  }
}

.contactForm {
  display: block;
  width: 100%;
  margin: 2em 0 0;
  padding: 2em 0 0;
  border-top: 1px solid #fff;
}
@media screen and (max-width: 767px) {
  .contactForm {
    padding: 0;
    border: none;
  }
}
.contactForm tbody {
  display: block;
  width: 100%;
}
.contactForm tr {
  display: block;
  width: 100%;
}
.contactForm tr th {
  display: block;
  width: 100%;
  font-size: 1.25em;
  font-weight: 700;
  text-align: left;
  padding: 0 0 0.25em;
}
@media screen and (max-width: 767px) {
  .contactForm tr th {
    font-size: 1em;
  }
}
.contactForm tr th span {
  font-size: 0.85em;
}
.contactForm tr td {
  display: block;
  width: 100%;
  padding: 0 0 2em;
}

input, textarea, select {
  width: 100%;
  padding: 8px;
  border-radius: 0;
  border: none;
  background: #e7e7e7;
  font-family: inherit;
  outline: none;
}
@media screen and (max-width: 767px) {
  input, textarea, select {
    padding: 6px;
  }
}

input[type=checkbox], input[type=radio] {
  width: 20px;
  height: 20px;
  margin: 0 5px 0 0;
  vertical-align: middle;
}
@media screen and (max-width: 767px) {
  input[type=checkbox], input[type=radio] {
    width: 16px;
    height: 16px;
  }
}

select {
  width: auto;
  max-width: 100%;
}

textarea {
  height: 180px;
}

input#zip, input#zip1 {
  width: 25%;
}
@media screen and (max-width: 767px) {
  input#zip, input#zip1 {
    width: 35% !important;
  }
}

input.day {
  margin-bottom: 15px;
}

select.time {
  width: 5em;
  margin-right: 0.5em;
}
select.time-min {
  width: 7em;
}

.submit {
  display: block;
  width: 100%;
  margin: 0 auto;
  padding: 1em;
  background: url(../images/icon_send.svg) no-repeat center left 42%/21px 21px #fff;
  color: #000;
  font-size: 1.31em;
  font-weight: 700;
  cursor: pointer;
  border: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border: 1px solid #646464;
  border-radius: 0;
}
@media screen and (max-width: 767px) {
  .submit {
    padding: 0.75em;
    font-size: 1.5em;
    background-position: center left 28%;
  }
}
.submit:hover {
  opacity: 0.8;
}

.backBtn {
  background: #2b87cb;
  margin-top: 1.5em;
}

.required {
  font-size: 0.6em;
  display: inline-block;
  margin-left: 2em;
  line-height: 1;
  background: #646464;
  color: #fff;
  padding: 0.5em 1em;
  vertical-align: middle;
}

.post-password-form input,
.post_password input {
  width: auto;
}

.attBox {
  padding: 3em;
  margin: 3em 0;
  background-color: #000;
  color: #fff;
  font-size: 0.75em;
}
@media screen and (max-width: 767px) {
  .attBox {
    padding: 1.5em;
    line-height: 1.8;
  }
}
.attBox .att {
  font-size: 1.33em;
  font-weight: 700;
}

.contactForm .wpcf7-not-valid-tip {
  color: #fff;
  background: #dc3232;
  padding: 0 0.5em;
}

/*デフォルトは非表示に*/
.wpcf7 form div.message {
  display: none;
}

/*送信が成功したら（class="sent"がついたら）表示する*/
.wpcf7 form.sent div.message {
  display: block;
  margin-top: 30px;
  border: 2px solid #398f14;
  padding: 15px;
}

div.wpcf7-mail-sent-ok {
  border: none !important;
}

.wpcf7 form.sent .wpcf7-response-output {
  display: none;
}

.mb_05 {
  margin: 0 0 0.5em;
}
.mb_10 {
  margin: 0 0 1em;
}
.mb_15 {
  margin: 0 0 1.5em;
}
.mb_20 {
  margin: 0 0 2em;
}

.list_pagination {
  max-width: 300px;
  width: 100%;
  margin: 6.25em auto 0;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  line-height: 1;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .list_pagination {
    max-width: 100%;
    margin: 4em auto 0;
  }
}
.list_pagination li.prev {
  width: 30px;
}
.list_pagination li.prev a {
  padding: 8px 0;
  text-align: left;
}
@media screen and (min-width: 768px) {
  .list_pagination li.prev a:hover {
    opacity: 0.7;
  }
}
.list_pagination li.prev a img {
  width: 10px;
}
.list_pagination li.middle {
  width: 200px;
}
.list_pagination li.middle a {
  padding: 0.75em;
  border: 1px solid #000;
  background: url(../images/arrow_left_white.svg) no-repeat center left 15px/10px 15px #000;
  color: #fff;
  font-size: 0.87em;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .list_pagination li.middle a {
    font-size: 1em;
  }
}
@media screen and (min-width: 768px) {
  .list_pagination li.middle a:hover {
    color: #000;
    background: url(../images/arrow_left_black.svg) no-repeat center left 15px/10px 15px #fff;
  }
}
.list_pagination li.next {
  width: 30px;
}
.list_pagination li.next a {
  padding: 8px 0;
  text-align: right;
}
@media screen and (min-width: 768px) {
  .list_pagination li.next a:hover {
    opacity: 0.7;
  }
}
.list_pagination li.next a img {
  width: 10px;
}
.list_pagination li a {
  display: block;
}

.add_ttl {
  border-left: 3px solid #0dac67;
  margin-bottom: 1em;
  padding-left: 0.5em;
  line-height: 1.6;
  font-size: 1.5em;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .add_ttl {
    font-size: 1.3em;
  }
}

.add_ttl_02 {
  position: relative;
  padding-left: 1.4em;
  margin-bottom: 0.5em;
  line-height: 1.6;
  font-size: 1.3em;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .add_ttl_02 {
    font-size: 1.2em;
  }
}
.add_ttl_02:before {
  position: absolute;
  content: "●";
  left: 0;
  top: 0;
  color: #0dac67;
}

a.add_link {
  text-decoration: underline;
}
a.add_link:hover {
  opacity: 0.5;
}

.main_img {
  text-align: center;
  margin: -70px 0 0;
  width: 100%;
  aspect-ratio: 16/9;
  position: relative;
  /* top: -70px; */
}
@media screen and (max-width: 767px) {
  .main_img {
    margin: 0;
    aspect-ratio: 375/608;
  }
}
.main_img .main_slider {
  width: 100%;
  max-width: 1800px;
  margin: auto;

  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
.main_slider > .main_slider_img:not(:first-child) {
	display: none;
}

.main_slider_img img{
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.main_img .main_slider .slick-dots {
  max-width: 250px;
  bottom: 8%;
  left: 3%;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .main_img .main_slider .slick-dots {
    max-width: 100%;
    top: 10px;
    bottom: auto;
    left: 0;
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .main_img .main_slider .slick-dots li.slick-active button {
    background: #000;
  }
  .main_img .main_slider .slick-dots li button {
    background-color: transparent;
    border: 1px solid #000;
  }
}

.slick-dots {
  position: absolute;
  bottom: 1em;
  left: 2em;
  text-align: center;
  line-height: 0;
  list-style: none;
  display: block;
  padding: 0;
  margin: 0;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .slick-dots {
    bottom: -20px;
    left: 10px;
    text-align: left;
  }
}
.slick-dots li {
  display: inline-block;
  position: relative;
  height: 10px;
  width: 10px;
  margin: 5px;
  padding: 0;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .slick-dots li {
    width: 6px;
    height: 6px;
    margin: 0 3px;
  }
}
.slick-dots li button {
  border: 0;
  background: #ccc;
  border-radius: 50%;
  display: block;
  height: 100%;
  width: 100%;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 2px;
  cursor: pointer;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li.slick-active button {
  background: #000;
}

@media screen and (min-width: 768px) {
  .top_info {
    position: relative;
  }
  .top_info .ttl_border {
    width: calc(100% - 220px);
  }
  .top_info a.button {
    width: 200px;
    position: absolute;
    top: 10px;
    right: 0;
  }
}

.list_top_event {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 3.5%;
}
@media screen and (max-width: 767px) {
  .list_top_event {
    display: block;
  }
}
.list_top_event li {
  width: 31%;
}
@media screen and (max-width: 767px) {
  .list_top_event li {
    width: 100%;
    margin: 0 0 2em;
  }
}
.list_top_event li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (min-width: 768px) {
  .list_top_event li a .list_top_event_img img {
    -webkit-transform: scale(1.0001);
            transform: scale(1.0001);
    -webkit-transition: 0.4s;
    transition: 0.4s;
  }
  .list_top_event li a:hover .list_top_event_img img {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}
.list_top_event_img {
  width: 30%;
  overflow: hidden;
  position: relative;
}
.list_top_event_img::before {
  content: "";
  display: block;
  padding: 100% 0 0;
}
.list_top_event_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}
.list_top_event_desc {
  width: 65%;
}
.list_top_event_date {
  font-size: 0.75em;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.05em;
  margin: 0 0 0.5em;
}
.list_top_event_date .num {
  font-size: 1.5em;
}
.list_top_event_ttl {
  font-family: futura-pt, "Noto Sans JP", sans-serif;
  font-size: 1.12em;
  font-weight: 700;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .list_top_event_ttl {
    font-size: 1.14em;
  }
}
.list_top_event_place {
  font-weight: 700;
  line-height: 1.5;
  margin: 0 0 0.5em;
}
.list_top_event_status {
  display: inline-block;
  width: 60px;
  border: 1px solid #fff;
  background-color: #fff;
  color: #000;
  font-size: 0.87em;
  font-weight: 700;
  text-align: center;
}
.list_top_event_status.end {
  background-color: #000;
  color: #fff;
}

.list_top_works > li {
  position: relative;
}
.list_top_works > li:not(:last-child) {
  margin: 0 0 6.25em;
}
@media screen and (max-width: 767px) {
  .list_top_works > li:not(:last-child) {
    margin: 0 0 4em;
  }
}
.list_top_works > li:nth-child(3n+1) .list_top_works_slider::before {
  content: "";
  width: 680px;
  height: 192px;
  background: url(../images/illust_01.png) no-repeat bottom right/contain;
  position: absolute;
  bottom: -60px;
  left: 0;
  right: 0;
  z-index: 1;
  margin: auto;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .list_top_works > li:nth-child(3n+1) .list_top_works_slider::before {
    width: 90%;
    height: 107px;
    bottom: -20px;
  }
}
.list_top_works > li:nth-child(3n+2) .list_top_works_slider::before {
  content: "";
  width: 680px;
  height: 300px;
  background: url(../images/illust_02.png) no-repeat bottom right/contain;
  position: absolute;
  bottom: -60px;
  left: 0;
  right: 0;
  z-index: 1;
  margin: auto;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .list_top_works > li:nth-child(3n+2) .list_top_works_slider::before {
    width: 90%;
    height: 180px;
    bottom: -20px;
  }
}
.list_top_works > li:nth-child(3n+3) .list_top_works_slider::before {
  content: "";
  width: 680px;
  height: 254px;
  background: url(../images/illust_03.png) no-repeat bottom right/contain;
  position: absolute;
  bottom: -80px;
  left: 0;
  right: 0;
  z-index: 1;
  margin: auto;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .list_top_works > li:nth-child(3n+3) .list_top_works_slider::before {
    width: 85%;
    height: 140px;
    bottom: -40px;
  }
}
.list_top_works > li.empty {
  text-align: center;
}
.list_top_works_type {
  max-width: 680px;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .list_top_works_type {
    padding: 0 10%;
  }
}
.list_top_works_type p {
  display: inline-block;
  color: #fff;
  font-family: futura-pt, "Noto Sans JP", sans-serif;
  font-size: 1.25em;
  padding: 0 0.5em;
  background-color: #000;
}
@media screen and (max-width: 767px) {
  .list_top_works_type p {
    font-size: 1.14em;
  }
}
.list_top_works_type p.ph {
  color: #000;
  background-color: #fff;
}
.list_top_works_type p.ph.gray {
  background-color: #dcdcdc;
}
.list_top_works_slider {
  margin: 0 0 20px;
  padding: 18px 0 0;
  position: relative;
}
.list_top_works_slider > .list_top_works_slider_img:not(:first-child) {
	display: none;
}

@media screen and (max-width: 767px) {
  .list_top_works_slider {
    margin: 0 0 30px;
    padding: 14px 0 0;
  }
}
.list_top_works_slider.illust_01::before {
  content: "";
  width: 680px;
  height: 192px;
  background: url(../images/illust_01.png) no-repeat bottom right/contain;
  position: absolute;
  bottom: -60px;
  left: 0;
  right: 0;
  z-index: 1;
  margin: auto;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .list_top_works_slider.illust_01::before {
    width: 90%;
    height: 107px;
    bottom: -20px;
  }
}
.list_top_works_slider_img {
  width: 680px;
  background-color: #fff;
  position: relative;
  margin: 0 10px;
}
@media screen and (max-width: 767px) {
  .list_top_works_slider_img {
    width: 100%;
    margin: 0;
  }
}
@media screen and (min-width: 768px) {
  .list_top_works_slider_img::before {
    content: "";
    width: 100%;
    height: 100%;
    background-color: #fff;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    opacity: 0.6;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
}
.list_top_works_slider_img::after {
  content: "";
  display: block;
  padding: 66.66% 0 0;
}
@media screen and (min-width: 768px) {
  .list_top_works_slider_img.slick-active::before {
    opacity: 0;
    pointer-events: none;
  }
}
.list_top_works_slider_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}
.list_top_works_slider .slick-dots {
  max-width: 680px;
  margin: 0 auto;
  top: -5px;
  bottom: auto;
  left: 0;
  right: 0;
  text-align: right;
}
@media screen and (max-width: 767px) {
  .list_top_works_slider .slick-dots {
    padding: 0 10%;
    top: 0;
  }
}
.list_top_works_desc {
  max-width: 680px;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .list_top_works_desc {
    padding: 0 10%;
  }
}
.list_top_works_creator {
  width: 50%;
  min-height: 56px;
  margin: 0 0 20px;
}
@media screen and (max-width: 767px) {
  .list_top_works_creator {
    width: 100%;
    min-height: 0;
    margin: 0 0 15px;
  }
}
.list_top_works_ttl {
  font-size: 1.75em;
  font-weight: 700;
  line-height: 1.5;
  margin: 0 0 0.5em;
}
@media screen and (max-width: 767px) {
  .list_top_works_ttl {
    font-size: 1.37em;
    padding: 0 20px 0 0;
    background: url(../images/icon_tri_black.svg) no-repeat right/11px 11px;
  }
}
@media screen and (max-width: 767px) {
  .list_top_works_category {
    font-size: 0.85em;
  }
}
.list_top_works_category span {
  display: inline-block;
  margin: 0 0.5em 0 0;
}
.list_top_works_category span.area {
  display: block;
}
.list_top_works_category .slug {
  display: inline-block;
  font-family: futura-pt, sans-serif;
  font-size: 1.12em;
  line-height: 1.5;
  margin: 0 0.5em 0 0;
}

.creator_info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.list_creator_thumbs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 5px 0 0;
}
.list_creator_thumbs li {
  width: 56px;
  border-radius: 56px;
  margin: 0 5px 0 0;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .list_creator_thumbs li {
    width: 40px;
  }
}
.list_creator_thumbs li img {
  width: 100%;
}

.creator_info_name {
  line-height: 1.5;
  letter-spacing: 0.1em;
}
.creator_info_name_ttl {
  font-family: futura-pt, sans-serif;
  font-size: 0.87em;
}
.creator_info_name_txt {
  font-weight: 700;
}
.creator_info_name_txt span:not(:last-child)::after {
  content: " & ";
}

/* Arrows */
.slide_inner {
  max-width: 800px;
  width: 100%;
  margin: 0 auto;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
}

.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  z-index: 1;
  display: block;
  width: 40px;
  height: 64px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
}
@media screen and (max-width: 767px) {
  .slick-prev,
.slick-next {
    width: 28px;
    height: 46px;
    background-color: rgba(0, 0, 0, 0.1);
  }
}
.slick-prev::before,
.slick-next::before {
  content: "";
  width: 50%;
  height: 50%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.slick-prev {
  left: 0;
}
@media screen and (max-width: 767px) {
  .slick-prev {
    left: 15px;
  }
}
.slick-prev::before {
  background: url(../images/arrow_left_black.svg) no-repeat center/contain;
}
@media screen and (max-width: 767px) {
  .slick-prev::before {
    background-image: url(../images/arrow_left_white.svg);
  }
}

.slick-next {
  right: 0;
}
@media screen and (max-width: 767px) {
  .slick-next {
    right: 15px;
  }
}
.slick-next::before {
  background: url(../images/arrow_right_black.svg) no-repeat center/contain;
}
@media screen and (max-width: 767px) {
  .slick-next::before {
    background-image: url(../images/arrow_right_white.svg);
  }
}

.top_creator {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.top_creator_ttl {
  width: 260px;
  margin: 0 62px 0 0;
}
@media screen and (max-width: 767px) {
  .top_creator_ttl {
    width: 100%;
    margin: 0;
  }
}
.top_creator_txt {
  width: 500px;
  margin: 0 62px 0 0;
}
@media screen and (max-width: 767px) {
  .top_creator_txt {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    width: 100%;
    text-align: center;
    margin: 0 0 1.5em;
  }
}
.top_creator_button {
  width: 200px;
}
@media screen and (max-width: 767px) {
  .top_creator_button {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    width: 100%;
  }
}
.top_creator_img {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1%;
  margin: 2em 0 0;
}
@media screen and (max-width: 767px) {
  .top_creator_img {
    gap: 3%;
    margin: 0 0 1.5em;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
.top_creator_img div {
  width: 10.2222222222%;
  margin: 1% 0 0;
}
@media screen and (max-width: 767px) {
  .top_creator_img div {
    width: 31.3333333333%;
    margin: 3% 0 0;
  }
}

@media screen and (min-width: 768px) {
  .top_blog {
    position: relative;
  }
  .top_blog .ttl_top_blog {
    width: calc(100% - 220px);
  }
  .top_blog a.button {
    width: 200px;
    position: absolute;
    top: 10px;
    right: 0;
  }
}

.ttl_top_blog {
  font-size: 1.25em;
  padding: 0 0 0.25em;
  margin: 0 0 2em;
  border-bottom: 2px solid #fff;
}
@media screen and (max-width: 767px) {
  .ttl_top_blog {
    font-size: 1em;
    text-align: center;
    border-bottom: none;
  }
}
.ttl_top_blog .en {
  display: inline-block;
  font-family: futura-pt, sans-serif;
  font-size: 2.25em;
  line-height: 1;
  vertical-align: middle;
  margin: 0 0.25em 0 0;
}
@media screen and (max-width: 767px) {
  .ttl_top_blog .en {
    font-size: 1.5em;
    padding: 0 0 0.25em;
    border-bottom: 1px solid #fff;
  }
}
@media screen and (max-width: 767px) {
  .ttl_top_blog .jp {
    display: none;
  }
}

.list_top_blog {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 3.5%;
}
@media screen and (max-width: 767px) {
  .list_top_blog {
    display: block;
    margin: 0 0 2em;
  }
}
.list_top_blog li {
  width: 31%;
}
@media screen and (max-width: 767px) {
  .list_top_blog li {
    width: 100%;
    padding: 0 0 1em;
    margin: 0 0 1em;
    border-bottom: 1px solid #fff;
  }
}
.list_top_blog li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (min-width: 768px) {
  .list_top_blog li a .list_top_blog_img img {
    -webkit-transform: scale(1.0001);
            transform: scale(1.0001);
    -webkit-transition: 0.4s;
    transition: 0.4s;
  }
  .list_top_blog li a:hover .list_top_blog_img img {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}
.list_top_blog_img {
  width: 33%;
  overflow: hidden;
  position: relative;
}
.list_top_blog_img::before {
  content: "";
  display: block;
  padding: 100% 0 0;
}
.list_top_blog_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}
.list_top_blog_desc {
  width: 62%;
}
.list_top_blog_date {
  font-family: futura-pt, sans-serif;
  line-height: 1;
  margin: 0 0 0.5em;
}
@media screen and (max-width: 767px) {
  .list_top_blog_date {
    margin: 0 0 0.25em;
  }
}
.list_top_blog_ttl {
  font-size: 1.12em;
  font-weight: 700;
  line-height: 1.5;
  margin: 0 0 0.5em;
}
.list_top_blog_writer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.list_top_blog_writer_img {
  width: 32px;
  border-radius: 32px;
  margin: 0 5px 0 0;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .list_top_blog_writer_img {
    width: 26px;
  }
}
.list_top_blog_writer_name {
  font-size: 0.87em;
  font-weight: 700;
}
.list_top_blog_writer_name span {
  font-family: futura-pt, sans-serif;
  font-size: 0.7em;
  letter-spacing: 0.05em;
  margin: 0 0.5em 0 0;
}

.section_concept {
  position: relative;
}
@media screen and (max-width: 767px) {
  .section_concept {
    padding: 3.5em 0;
    background: url(../images/bg_concept.jpg) no-repeat center/cover;
  }
}
.section_concept::before {
  content: "";
  width: 39%;
  height: 100%;
  background: url(../images/bg_concept.jpg) no-repeat center/cover;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 767px) {
  .section_concept::before {
    content: none;
  }
}

.top_concept {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .top_concept {
    display: block;
    margin: 0 10%;
    background-color: #fff;
  }
}
.top_concept_left {
  width: 250px;
  padding: 6.25em 0;
  position: relative;
  left: calc((100% - 1084px) / 2);
}
@media screen and (max-width: 767px) {
  .top_concept_left {
    width: 100%;
    padding: 3.5em 0 1em;
    left: 0;
  }
}
.top_concept_left .ttl_main {
  margin: 0;
}
.top_concept_right {
  width: 61%;
}
@media screen and (max-width: 767px) {
  .top_concept_right {
    width: 100%;
  }
}
.top_concept .concept_box {
  max-width: 610px;
  padding: 6.25em 0;
  margin: 0 0 0 100px;
}
@media screen and (max-width: 767px) {
  .top_concept .concept_box {
    padding: 3.5em 10%;
    margin: 0;
    background-color: #fff;
  }
}
.top_concept .concept_box_txt {
  line-height: 2.25;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 767px) {
  .top_concept .concept_box_txt {
    font-weight: 700;
    line-height: 2.14;
    letter-spacing: 0.1em;
  }
}
.top_concept .concept_box_txt:not(:last-child) {
  margin: 0 0 2em;
}
@media screen and (max-width: 767px) {
  .top_concept .concept_box_txt:not(:last-child) {
    margin: 0 0 3em;
  }
}
.top_concept .concept_box_pc {
  position: relative;
}
@media screen and (max-width: 767px) {
  .top_concept .concept_box_pc {
    display: none;
  }
}
.top_concept .concept_box_pc .illust_04 {
  position: absolute;
  top: 130px;
  right: -30px;
}
.top_concept .concept_box_pc .illust_05 {
  position: absolute;
  top: 460px;
  right: -30px;
}
.top_concept .concept_box_pc .illust_06 {
  position: absolute;
  bottom: -60px;
  right: -30px;
}
.top_concept .concept_box_sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .top_concept .concept_box_sp {
    display: block;
    max-width: 280px;
    margin: auto;
  }
}
.top_concept .concept_box_sp .cb_sp_01 {
  margin: 0 0 5em;
  position: relative;
}
.top_concept .concept_box_sp .cb_sp_01 .illust_05 {
  position: absolute;
  top: -20px;
  right: 0;
}
.top_concept .concept_box_sp .cb_sp_02 {
  text-align: center;
}
.top_concept .concept_box_sp .cb_sp_02 .illust_06 {
  margin: 1.5em 0 0;
}
.top_concept .concept_box_sp .cb_sp_03 {
  text-align: right;
}
.top_concept .concept_box_sp .cb_sp_03 .illust_07 {
  text-align: center;
  margin: -30px auto 0;
}
.top_concept .concept_banner {
  padding: 3em 0 6.25em;
  background: #000;
}
@media screen and (max-width: 767px) {
  .top_concept .concept_banner {
    padding: 3.5em 0;
  }
}
.top_concept .concept_banner_inner {
  max-width: 610px;
  margin: 0 0 0 100px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .top_concept .concept_banner_inner {
    margin: 0;
    padding: 0 10%;
  }
}
.top_concept .concept_banner_inner::before {
  content: "";
  width: 128px;
  height: 260px;
  background: url(../images/illust_08.png) no-repeat center/contain;
  position: absolute;
  left: -50px;
  bottom: 0;
}
@media screen and (max-width: 767px) {
  .top_concept .concept_banner_inner::before {
    left: -60px;
    bottom: 86px;
  }
}
.top_concept .concept_banner_inner::after {
  content: "";
  width: 127px;
  height: 250px;
  background: url(../images/illust_09.png) no-repeat center/contain;
  position: absolute;
  right: -40px;
  bottom: 0;
}
@media screen and (max-width: 767px) {
  .top_concept .concept_banner_inner::after {
    right: -50px;
    bottom: 86px;
  }
}
.top_concept .concept_banner_img {
  width: 386px;
  margin: 0 auto 2em;
}
@media screen and (max-width: 767px) {
  .top_concept .concept_banner_img {
    width: 120px;
    margin: 0 auto 3em;
  }
}
.top_concept .concept_banner a.button {
  max-width: 386px;
}

.section_link {
  padding: 6.25em 0;
}
@media screen and (max-width: 767px) {
  .section_link {
    padding: 0;
  }
}
.section_link_inner {
  max-width: 1144px;
  width: 100%;
  margin: 0 auto;
  padding: 0 30px;
}
@media screen and (max-width: 767px) {
  .section_link_inner {
    padding: 0;
  }
}

.link_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .link_wrap {
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
}
.link_wrap:not(:last-child) {
  margin: 0 0 3em;
}
@media screen and (max-width: 767px) {
  .link_wrap:not(:last-child) {
    margin: 0;
  }
}
.link_wrap_ttl {
  width: calc(100% - 840px);
}
@media screen and (max-width: 767px) {
  .link_wrap_ttl {
    width: 25%;
    padding: 3em 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media screen and (max-width: 767px) {
  .link_wrap_ttl.about {
    background-color: #fff;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    border-left: 1px solid #000;
  }
}
@media screen and (max-width: 767px) {
  .link_wrap_ttl.howto {
    color: #fff;
    background-color: #000;
  }
}
.link_wrap_menu {
  width: 840px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  border-left: 1px solid #000;
}
@media screen and (max-width: 767px) {
  .link_wrap_menu {
    width: 75%;
    display: block;
    border-bottom: none;
    border-right: 1px solid #000;
  }
}
.link_wrap_menu.link_howto {
  border-color: #fff;
}
.link_wrap_menu.link_howto .link_wrap_button {
  border-color: #fff;
}
.link_wrap_menu.link_howto a {
  color: #fff;
  background: url(../images/icon_tri_white.svg) no-repeat center right 1.5em/11px 11px rgba(0, 0, 0, 0.6);
}
@media screen and (min-width: 768px) {
  .link_wrap_menu.link_howto a:hover {
    background-color: rgba(0, 0, 0, 0.7);
  }
}
.link_wrap_button {
  width: 33.3333333333%;
  border-right: 1px solid #000;
}
@media screen and (max-width: 767px) {
  .link_wrap_button {
    width: 100%;
    border-bottom: 1px solid #000;
  }
}
.link_wrap_button.link_about_01 {
  background: url(../images/link_about_01.jpg) no-repeat center/cover;
}
.link_wrap_button.link_about_02 {
  background: url(../images/link_about_02.jpg) no-repeat center/cover;
}
.link_wrap_button.link_about_03 {
  background: url(../images/link_about_03.jpg) no-repeat center/cover;
}
.link_wrap_button.link_howto_01 {
  background: url(../images/link_howto_01.jpg) no-repeat center/cover;
}
.link_wrap_button.link_howto_02 {
  background: url(../images/link_howto_02.jpg) no-repeat center/cover;
}
.link_wrap_button.link_howto_03 {
  background: url(../images/link_howto_03.jpg) no-repeat center/cover;
}
.link_wrap_button a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 222px;
  padding: 1.5em;
  background: url(../images/icon_tri_black.svg) no-repeat center right 1.5em/11px 11px rgba(255, 255, 255, 0.7);
}
@media screen and (min-width: 768px) {
  .link_wrap_button a:hover {
    background-color: rgba(255, 255, 255, 0.8);
  }
}
.link_wrap_button a p {
  font-size: 0.93em;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .link_wrap_button a p {
    font-size: 1em;
  }
}
.link_wrap_button a p span {
  display: block;
  font-family: futura-pt, sans-serif;
  font-size: 1.6em;
  line-height: 1;
}

.ttl_link {
  font-size: 1.25em;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .ttl_link {
    font-size: 1em;
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
  }
}
.ttl_link span {
  display: block;
  font-family: futura-pt, sans-serif;
  font-size: 2.25em;
  line-height: 1;
  letter-spacing: 0.1em;
  margin: 0 0 0.12em;
}
@media screen and (max-width: 767px) {
  .ttl_link span {
    display: inline-block;
    font-size: 2.14em;
    margin: 0 0 0.5em;
  }
}

.list_top_model {
  max-width: 1084px;
  margin: auto;
}
.list_top_model li:not(:last-child) {
  margin: 0 0 4em;
}
@media screen and (max-width: 767px) {
  .list_top_model li:not(:last-child) {
    margin: 0 0 3.5em;
  }
}
.list_top_model li a {
  display: block;
}
@media screen and (min-width: 768px) {
  .list_top_model li a:hover {
    opacity: 0.8;
  }
}

.list_top_voice {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .list_top_voice {
    display: block;
  }
}
.list_top_voice > li {
  width: 47.5%;
  padding: 26px 0 0;
  position: relative;
}
@media screen and (max-width: 767px) {
  .list_top_voice > li {
    width: 100%;
    padding: 21px 0 0;
    margin: 0 0 3em;
  }
}
.list_top_voice > li.illust_01 .list_top_voice_img::after {
  content: "";
  width: 280px;
  height: 165px;
  background: url(../images/illust_01.png) no-repeat center/contain;
  position: absolute;
  bottom: -5px;
  right: 0;
}
@media screen and (max-width: 767px) {
  .list_top_voice > li.illust_01 .list_top_voice_img::after {
    width: 163px;
    height: 96px;
    right: 5px;
  }
}
.list_top_voice > li.illust_02 .list_top_voice_img::after {
  content: "";
  width: 300px;
  height: 272px;
  background: url(../images/illust_02.png) no-repeat center/contain;
  position: absolute;
  bottom: -15px;
  right: 0;
}
@media screen and (max-width: 767px) {
  .list_top_voice > li.illust_02 .list_top_voice_img::after {
    width: 166px;
    height: 150px;
    bottom: -5px;
  }
}
.list_top_voice > li.illust_03 .list_top_voice_img::after {
  content: "";
  width: 280px;
  height: 226px;
  background: url(../images/illust_03.png) no-repeat center/contain;
  position: absolute;
  bottom: -30px;
  right: 10px;
}
@media screen and (max-width: 767px) {
  .list_top_voice > li.illust_03 .list_top_voice_img::after {
    width: 158px;
    height: 127px;
    bottom: -15px;
    right: 5px;
  }
}
.list_top_voice > li a {
  display: block;
}
@media screen and (min-width: 768px) {
  .list_top_voice > li a .list_top_voice_img img {
    -webkit-transform: scale(1.0001);
            transform: scale(1.0001);
    -webkit-transition: 0.4s;
    transition: 0.4s;
  }
  .list_top_voice > li a:hover .list_top_voice_img img {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
}
.list_top_voice_number {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 52px;
  height: 52px;
  border-radius: 52px;
  background-color: #fff;
  color: #646464;
  font-family: futura-pt, sans-serif;
  font-size: 1.68em;
  letter-spacing: 0;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .list_top_voice_number {
    width: 42px;
    height: 42px;
    font-size: 1.42em;
  }
}
.list_top_voice_img {
  background-color: #fff;
  position: relative;
}
.list_top_voice_img .img_wrap {
  padding: 66% 0 0;
  overflow: hidden;
  position: relative;
}
.list_top_voice_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}
.list_top_voice_desc {
  padding: 1.5em;
  margin: 30px 0 15px;
  color: #000;
  background-color: #fff;
  position: relative;
}
@media screen and (max-width: 767px) {
  .list_top_voice_desc {
    padding: 1em;
    margin: 20px 0 15px;
  }
}
.list_top_voice_desc::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 30px 20px 30px;
  border-color: transparent transparent #fff transparent;
  position: absolute;
  top: -20px;
  left: 0;
  right: 0;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .list_top_voice_desc::before {
    border-width: 0 15px 15px 15px;
    top: -15px;
  }
}
.list_top_voice_ttl {
  font-size: 1.25em;
  font-weight: 700;
  line-height: 1.5;
  margin: 0 0 0.5em;
}
@media screen and (max-width: 767px) {
  .list_top_voice_txt {
    line-height: 1.75;
  }
}

.anc_contact_sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .anc_contact_sp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 0 0 3em;
  }
}
.anc_contact_sp li {
  width: 30%;
}
.anc_contact_sp li a {
  display: block;
  background-color: #000;
  color: #fff;
  font-weight: 700;
  text-align: center;
}

.list_contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .list_contact {
    display: block;
  }
}
.list_contact li {
  width: 46%;
}
.list_contact li:nth-of-type(1), .list_contact li:nth-of-type(2) {
  margin-bottom: 8%;
}
@media screen and (max-width: 767px) {
  .list_contact li {
    width: 100%;
  }
  .list_contact li:nth-of-type(1), .list_contact li:nth-of-type(2) {
    margin-bottom: 0;
  }
  .list_contact li:not(:last-child) {
    margin: 0 0 3.5em;
  }
}
.list_contact_place {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 0 0.5em;
}
.list_contact_place .jp {
  font-size: 1.5em;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .list_contact_place .jp {
    font-size: 1.7em;
  }
}
.list_contact_place .en {
  font-family: futura-pt, sans-serif;
  font-size: 0.87em;
}
@media screen and (max-width: 767px) {
  .list_contact_place .en {
    font-size: 1em;
  }
}
.list_contact_img {
  margin: 0 0 1em;
}
@media screen and (max-width: 767px) {
  .list_contact_img {
    margin: 0 0 1.5em;
  }
}
.list_contact_tel {
  font-family: futura-pt, sans-serif;
  font-size: 2.4em;
  line-height: 1;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 767px) {
  .list_contact_tel {
    font-size: 2.8em;
    text-align: center;
  }
}
.list_contact_tel a {
  display: inline-block;
  padding: 0 0 0 36px;
  background: url(../images/icon_tel.svg) no-repeat left/26px 26px;
}
.list_contact_time {
  margin: 0 0 1em;
}
@media screen and (max-width: 767px) {
  .list_contact_time {
    text-align: center;
    margin: 0 0 1.5em;
  }
}
.list_contact_map {
  margin: 0 0 1em;
  position: relative;
}
.list_contact_map::before {
  content: "";
  display: block;
  padding: 70% 0 0;
}
.list_contact_map iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.list_contact_info {
  font-size: 0.87em;
  margin: 0 0 2em;
}
@media screen and (max-width: 767px) {
  .list_contact_info {
    font-size: 1em;
    text-align: center;
    letter-spacing: 0.08em;
    margin: 0 0 1.5em;
  }
}
.list_contact a.button {
  max-width: 100%;
}

.bnr_booklet, .bnr {
  margin: 0 0 3em;
}
@media screen and (max-width: 767px) {
  .bnr_booklet, .bnr {
    margin: 0 0 2em;
  }
}
.bnr_booklet a, .bnr a {
  display: block;
}
@media screen and (min-width: 768px) {
  .bnr_booklet a:hover, .bnr a:hover {
    opacity: 0.8;
  }
}

.list_bnr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -3.33% 0 0;
}
@media screen and (max-width: 767px) {
  .list_bnr {
    display: block;
    margin: 0;
  }
}
.list_bnr li {
  width: 30%;
  margin: 0 3.33% 0 0;
}
@media screen and (max-width: 767px) {
  .list_bnr li {
    width: 100%;
  }
  .list_bnr li:not(:last-child) {
    margin: 0 0 2em;
  }
}
.list_bnr li a {
  display: block;
}
@media screen and (min-width: 768px) {
  .list_bnr li a:hover {
    opacity: 0.8;
  }
}

.list_top_news {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 3.5%;
}
@media screen and (max-width: 767px) {
  .list_top_news {
    display: block;
    margin: 0 0 2em;
  }
}
.list_top_news li {
  width: 31%;
}
@media screen and (max-width: 767px) {
  .list_top_news li {
    width: 100%;
    padding: 0 0 1em;
    margin: 0 0 1em;
    border-bottom: 1px solid #fff;
  }
}
.list_top_news li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (min-width: 768px) {
  .list_top_news li a .list_top_news_img img {
    -webkit-transform: scale(1.0001);
            transform: scale(1.0001);
    -webkit-transition: 0.4s;
    transition: 0.4s;
  }
  .list_top_news li a:hover .list_top_news_img img {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}
.list_top_news_img {
  width: 30%;
  overflow: hidden;
  position: relative;
}
.list_top_news_img::before {
  content: "";
  display: block;
  padding: 100% 0 0;
}
.list_top_news_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}
.list_top_news_desc {
  width: 65%;
}
.list_top_news_date {
  font-family: futura-pt, sans-serif;
  line-height: 1;
  margin: 0 0 0.5em;
}
@media screen and (max-width: 767px) {
  .list_top_news_date {
    margin: 0 0 0.25em;
  }
}
.list_top_news_ttl {
  font-size: 1.12em;
  font-weight: 700;
  line-height: 1.5;
}

.bg_concept {
  background: url(../images/bg_concept-l.jpg) no-repeat center/cover;
}
@media screen and (max-width: 767px) {
  .bg_concept {
    background-image: url(../images/bg_concept-l_sp.jpg);
  }
}

.concept_top {
  margin: 0 0 370px;
}
@media screen and (max-width: 767px) {
  .concept_top {
    margin: -2em 0 4em;
  }
}

.txt_concept {
  line-height: 2.25;
  letter-spacing: 0.2em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .txt_concept {
    letter-spacing: 0.05em;
  }
}
.txt_concept:not(:last-child) {
  margin: 0 0 2em;
}

.concept_middle {
  padding: 3.5em 10%;
  background-color: rgba(255, 255, 255, 0.8);
}
.concept_middle_txt {
  font-weight: 700;
  line-height: 2.14;
  letter-spacing: 0.1em;
}
.concept_middle_txt:not(:last-child) {
  margin: 0 0 3em;
}
.concept_middle .cb_sp_01 {
  margin: 0 0 5em;
  position: relative;
}
.concept_middle .cb_sp_01 .illust_05 {
  position: absolute;
  top: -20px;
  right: 0;
}
.concept_middle .cb_sp_02 {
  text-align: center;
}
.concept_middle .cb_sp_02 .illust_06 {
  margin: 1.5em 0 0;
}
.concept_middle .cb_sp_03 {
  text-align: right;
}
.concept_middle .cb_sp_03 .illust_07 {
  text-align: center;
  margin: -30px auto 0;
}

.concept_bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 575px;
  height: 575px;
  margin: 0 auto 200px;
  background-color: rgba(0, 0, 0, 0.6);
  position: relative;
}
@media screen and (max-width: 767px) {
  .concept_bottom {
    width: 100%;
    height: auto;
    padding: 6em 0;
    margin: 0;
  }
  .concept_bottom::before {
    content: "";
    width: 128px;
    height: 260px;
    background: url(../images/illust_08.png) no-repeat center/contain;
    position: absolute;
    left: -60px;
    bottom: 86px;
  }
  .concept_bottom::after {
    content: "";
    width: 127px;
    height: 250px;
    background: url(../images/illust_09.png) no-repeat center/contain;
    position: absolute;
    right: -50px;
    bottom: 86px;
  }
}
.concept_bottom_logo {
  width: 193px;
}
@media screen and (max-width: 767px) {
  .concept_bottom_logo {
    width: 120px;
  }
}
.concept_bottom .cb_illust_01 {
  position: absolute;
  top: -118px;
  left: -100px;
}
.concept_bottom .cb_illust_02 {
  position: absolute;
  top: -180px;
  right: -180px;
}
.concept_bottom .cb_illust_03 {
  position: absolute;
  bottom: -85px;
  left: -170px;
}
.concept_bottom .cb_illust_04 {
  position: absolute;
  bottom: -120px;
  right: -100px;
}

.common_contents {
  position: relative;
}
@media screen and (min-width: 768px) {
  .common_contents.reverse .common_contents_ttl {
    float: left;
  }
}
@media screen and (min-width: 768px) {
  .common_contents.reverse .common_contents_img {
    float: right;
  }
}
@media screen and (min-width: 768px) {
  .common_contents.reverse .common_contents_desc {
    float: left;
  }
}
@media screen and (min-width: 768px) {
  .common_contents.img_s .common_contents_ttl {
    width: 64%;
  }
}
@media screen and (min-width: 768px) {
  .common_contents.img_s .common_contents_img {
    width: 33%;
  }
}
@media screen and (min-width: 768px) {
  .common_contents.img_s .common_contents_desc {
    width: 64%;
  }
}
.common_contents::after {
  content: "";
  display: block;
  clear: both;
}
.common_contents_ttl {
  width: 48%;
  float: right;
}
@media screen and (max-width: 767px) {
  .common_contents_ttl {
    width: 100%;
    float: none;
  }
}
.common_contents_img {
  width: 48%;
  float: left;
}
@media screen and (max-width: 767px) {
  .common_contents_img {
    width: 100%;
    float: none;
    margin: 0 0 2em;
  }
}
.common_contents_desc {
  width: 48%;
  float: right;
}
@media screen and (max-width: 767px) {
  .common_contents_desc {
    width: 100%;
    float: none;
  }
}
.common_contents_desc p {
  line-height: 2;
}
.common_contents_desc p:not(:last-child) {
  margin: 0 0 1.5em;
}
.common_contents_desc .txt_note {
  font-size: 0.65em;
  line-height: 1.8;
}

.col_illust_01 {
  width: 389px;
  position: absolute;
  bottom: -230px;
  right: 4em;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .col_illust_01 {
    width: 100%;
    max-width: 320px;
    margin: 2em auto 0;
    position: relative;
    bottom: 0;
    right: 0;
  }
}

.col_illust_02 {
  width: 350px;
  position: absolute;
  bottom: -270px;
  left: 4em;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .col_illust_02 {
    width: 100%;
    max-width: 320px;
    margin: 2em auto 0;
    position: relative;
    bottom: 0;
    left: 0;
  }
}

.comp_illust {
  position: absolute;
  bottom: -240px;
  right: 0;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .comp_illust {
    display: none;
  }
}

.txt_intro_numerical {
  line-height: 2;
  margin: 0 0 2em;
}

.list_link_numerical {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .list_link_numerical {
    display: block;
  }
}
.list_link_numerical li {
  width: 31%;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .list_link_numerical li {
    width: 100%;
  }
  .list_link_numerical li:not(:last-child) {
    margin: 0 0 2em;
  }
}
.list_link_numerical li a {
  display: block;
}
@media screen and (min-width: 768px) {
  .list_link_numerical li a:hover {
    opacity: 0.8;
  }
}
.list_link_numerical_ttl {
  padding: 1.25em 2.5em 1.25em 1.5em;
  background: url(../images/icon_tri_black.svg) no-repeat center right 1.25em/10px 10px;
}
@media screen and (max-width: 767px) {
  .list_link_numerical_ttl {
    padding: 1em 2.5em 1em 1.5em;
  }
}
.list_link_numerical_ttl p {
  color: #000;
  font-weight: 700;
  line-height: 1.75;
}
@media screen and (max-width: 767px) {
  .list_link_numerical_ttl p {
    font-size: 1.14em;
  }
}
.list_link_numerical_ttl p span {
  display: block;
  font-size: 0.75em;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .list_link_numerical_ttl p span {
    font-size: 0.87em;
  }
}

.txt_completion {
  line-height: 2;
  margin: 0 0 2em;
}
@media screen and (max-width: 767px) {
  .txt_completion {
    letter-spacing: 0.04em;
  }
}

.list_completion {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -2% -2em 0;
}
@media screen and (max-width: 767px) {
  .list_completion {
    margin: 0 -5% -1.5em 0;
  }
}
.list_completion li {
  width: 14.6666666667%;
  margin: 0 2% 2em 0;
  padding: 0 1em 0 0;
  position: relative;
}
@media screen and (max-width: 767px) {
  .list_completion li {
    width: 45%;
    margin: 0 5% 1.5em 0;
  }
}
.list_completion_img {
  margin: 0 0 0.5em;
}
.list_completion_en {
  font-family: futura-pt, sans-serif;
  font-size: 14px;
  line-height: 1;
  letter-spacing: 0.1em;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  -webkit-transform: rotate(0.04deg);
          transform: rotate(0.04deg);
  position: absolute;
  top: 0;
  right: 0;
}
@media screen and (max-width: 767px) {
  .list_completion_en {
    font-size: 12px;
  }
}
.list_completion_txt {
  font-weight: 700;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .list_completion_txt {
    font-size: 0.8em;
  }
}

.txt_intro_airflow {
  line-height: 2;
}

.box_airflow {
  padding: 6em;
  background-color: #f7f7f7;
  position: relative;
}
@media screen and (max-width: 767px) {
  .box_airflow {
    margin: 0 -5%;
    padding: 3em 6%;
  }
}
.box_airflow_note {
  width: 100px;
  color: #fff;
  line-height: 1.5;
  letter-spacing: 0.04em;
  text-align: center;
  background-color: #000;
  position: absolute;
  top: -0.75em;
  left: 1em;
}
@media screen and (max-width: 767px) {
  .box_airflow_note {
    width: 90px;
  }
}
.box_airflow_logo {
  max-width: 500px;
  margin: 0 auto 3em;
}
@media screen and (max-width: 767px) {
  .box_airflow_logo {
    margin: 0 auto 1em;
  }
}
.box_airflow_ttl {
  font-size: 1.75em;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
  margin: 0 0 2em;
}
@media screen and (max-width: 767px) {
  .box_airflow_ttl {
    font-size: 1.28em;
    margin: 0 0 1em;
  }
}
.box_airflow_movie {
  background-color: #dcdcdc;
  margin: 0 0 3em;
  position: relative;
}
.box_airflow_movie::before {
  content: "";
  display: block;
  padding: 56.25% 0 0;
}
.box_airflow_movie video {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.box_airflow_sub_ttl {
  font-size: 1.37em;
  line-height: 1.5;
  margin: 0 0 1.25em;
}
@media screen and (max-width: 767px) {
  .box_airflow_sub_ttl {
    font-size: 1em;
    margin: 0 0 2em;
  }
}
@media screen and (min-width: 768px) {
  .box_airflow_sub_ttl.center {
    text-align: center;
    margin: 0 0 3em;
  }
}
.box_airflow_sub_ttl span {
  display: block;
  font-size: 1.27em;
  font-weight: 700;
  margin: 0.25em 0 0;
}

.airflowfan_01 {
  padding: 0 0 5em;
  margin: 0 0 5em;
  border-bottom: 1px solid #000;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .airflowfan_01 {
    padding: 0 0 2em;
    margin: 0 0 2em;
  }
}
.airflowfan_01_img {
  width: 46%;
  float: left;
}
@media screen and (max-width: 767px) {
  .airflowfan_01_img {
    width: 100%;
    float: none;
    margin: 0 0 2em;
  }
}
.airflowfan_01_ttl {
  width: 50%;
  float: right;
  padding: 6em 0 0;
}
@media screen and (max-width: 767px) {
  .airflowfan_01_ttl {
    width: 100%;
    float: none;
    padding: 0;
  }
}
.airflowfan_01_txt {
  width: 50%;
  float: right;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .airflowfan_01_txt {
    width: 100%;
    float: none;
    letter-spacing: 0.06em;
  }
}

.airflowfan_02 {
  padding: 0 0 5em;
  border-bottom: 1px solid #000;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .airflowfan_02 {
    padding: 0;
    border-bottom: none;
  }
}
.airflowfan_02_img {
  width: 46%;
  float: right;
  margin: 0 0 2em;
}
@media screen and (max-width: 767px) {
  .airflowfan_02_img {
    width: 100%;
    float: none;
    margin: 0 0 2em;
  }
}
.airflowfan_02_ttl {
  width: 50%;
  float: left;
}
@media screen and (max-width: 767px) {
  .airflowfan_02_ttl {
    width: 100%;
    float: none;
  }
}
.airflowfan_02_txt {
  width: 50%;
  float: left;
  line-height: 2;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .airflowfan_02_txt {
    width: 100%;
    float: none;
    letter-spacing: 0.06em;
    margin: 0 0 2em;
  }
}
.airflowfan_02_button {
  width: 46%;
  float: right;
}
@media screen and (max-width: 767px) {
  .airflowfan_02_button {
    width: 100%;
    float: none;
  }
}

.airflow_01 {
  overflow: hidden;
}
.airflow_01_img {
  width: 46%;
  float: left;
}
@media screen and (max-width: 767px) {
  .airflow_01_img {
    width: 100%;
    float: none;
    margin: 0 0 2em;
  }
}
.airflow_01_ttl {
  width: 50%;
  float: right;
  padding: 6em 0 0;
}
@media screen and (max-width: 767px) {
  .airflow_01_ttl {
    width: 100%;
    float: none;
    padding: 0;
  }
}
.airflow_01_txt {
  width: 50%;
  float: right;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .airflow_01_txt {
    width: 100%;
    float: none;
    letter-spacing: 0.06em;
  }
}

.airflow_detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 6em 5em;
  background-color: #f7f7f7;
}
@media screen and (max-width: 767px) {
  .airflow_detail {
    display: block;
    padding: 3em 0 0;
    background-color: #fff;
  }
}
.airflow_detail_left {
  width: 48%;
}
@media screen and (max-width: 767px) {
  .airflow_detail_left {
    width: 100%;
    margin: 0 0 2%;
  }
}
.airflow_detail_right {
  width: 48%;
}
@media screen and (max-width: 767px) {
  .airflow_detail_right {
    width: 100%;
  }
}
.airflow_detail_txt {
  margin: 2em 0 0;
}
@media screen and (max-width: 767px) {
  .airflow_detail_txt {
    margin: 1.5em 0 0;
  }
}

.ventilation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.ventilation_img_01 {
  width: 48%;
  margin: 0 0 5em;
}
@media screen and (max-width: 767px) {
  .ventilation_img_01 {
    width: 100%;
    margin: 0 0 2em;
  }
}
.ventilation_txt {
  width: 48%;
  margin: 0 0 5em;
}
@media screen and (max-width: 767px) {
  .ventilation_txt {
    width: 100%;
    margin: 0 0 2em;
  }
}
.ventilation_img_02 {
  width: 100%;
  text-align: center;
}

.list_data_evidence {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 0 -3%;
}
@media screen and (max-width: 767px) {
  .list_data_evidence {
    margin: 0 0 -1.5em;
  }
}
.list_data_evidence li {
  width: 48.5%;
  margin: 0 0 3%;
  border-bottom: 1px solid #646464;
}
@media screen and (max-width: 767px) {
  .list_data_evidence li {
    width: 100%;
    margin: 0 0 1.5em;
  }
}
.list_data_evidence li.col_01 {
  width: 100%;
}
.list_data_evidence li dt {
  color: #fff;
  font-weight: 700;
  line-height: 1.5;
  padding: 0.25em 0.5em;
  background-color: #646464;
}
.list_data_evidence li dd {
  color: #646464;
  font-weight: 700;
  line-height: 1.5;
  padding: 0.25em 0.5em;
}

.evidence_airflow {
  max-width: 606px;
  margin: auto;
}
.evidence_airflow_img {
  margin: 0 0 2em;
}
.evidence_airflow_button {
  display: block;
  text-align: center;
  background-color: #fff;
}

.evidence_s_02 {
  max-width: 1084px;
  margin: 0 auto 3em;
}
@media screen and (max-width: 767px) {
  .evidence_s_02 {
    margin: 0 0 2em;
  }
}

.electricity {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 0 3em;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .electricity {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.electricity_bills {
  margin: 0 1em;
}
@media screen and (max-width: 767px) {
  .electricity_bills {
    margin: 0 1em 2em;
  }
}
.electricity_sales {
  margin: 0 1em;
}
.electricity_sales .electricity_price {
  color: #5581c2;
  border-color: #5581c2;
}
.electricity_price {
  color: #e84631;
  font-size: 1.12em;
  line-height: 1.1;
  border-bottom: 3px solid #e84631;
}
.electricity_price span {
  font-size: 2.5em;
}

a.button_electricity {
  display: block;
  max-width: 420px;
  margin: auto;
  padding: 1em;
  border: 1px solid #000;
  background: #000;
  color: #fff;
  font-size: 1.12em;
  font-weight: 700;
  text-align: center;
}
@media screen and (min-width: 768px) {
  a.button_electricity:hover {
    background-color: #fff;
    color: #000;
  }
  a.button_electricity:hover span {
    background-image: url(../images/icon_tri_black.svg);
  }
}
a.button_electricity span {
  display: inline-block;
  padding: 0 25px 0 0;
  background: url(../images/icon_tri_white.svg) no-repeat right/15px 15px;
}

.evidence_s_03 {
  margin: 0 0 1em;
}
@media screen and (max-width: 767px) {
  .evidence_s_03 {
    margin: 0 0 0.5em;
  }
}

.evidence_s_04 {
  margin: 0 0 2em;
}
@media screen and (max-width: 767px) {
  .evidence_s_04 .scroll_inner {
    min-width: 1200px;
  }
}

.list_flow li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 38px 0 0;
  margin: 0 0 4em;
  position: relative;
}
@media screen and (max-width: 767px) {
  .list_flow li {
    display: block;
    padding: 30px 0 0;
    margin: 0 0 2.5em;
  }
}
.list_flow li::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 36px 22px 0 22px;
  border-color: #ffffff transparent transparent transparent;
  position: absolute;
  bottom: -36px;
  right: 520px;
}
@media screen and (max-width: 767px) {
  .list_flow li::after {
    border-width: 18px 11px 0 11px;
    bottom: -18px;
    left: 0;
    right: 0;
    margin: auto;
  }
}
.list_flow li.last {
  margin: 0;
}
.list_flow li.last::after {
  content: none;
}
.list_flow_number {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 76px;
  height: 76px;
  background-color: #000;
  border-radius: 76px;
  color: #fff;
  font-family: futura-pt, sans-serif;
  font-size: 2.3em;
  line-height: 1;
  letter-spacing: 0;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 767px) {
  .list_flow_number {
    width: 60px;
    height: 60px;
    font-size: 2.14em;
  }
}
.list_flow_ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 35%;
  padding: 0.75em 0;
  background-color: #646464;
  color: #fff;
  font-size: 1.75em;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .list_flow_ttl {
    width: 100%;
    height: 90px;
    font-size: 1.5em;
  }
}
.list_flow_desc {
  width: 65%;
  padding: 2em;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .list_flow_desc {
    width: 100%;
    padding: 1em;
  }
}
.list_flow_desc a.button {
  margin: 2em 0 0;
}
@media screen and (max-width: 767px) {
  .list_flow_desc a.button {
    margin: 1em auto;
  }
}
.list_flow .illust_flow_01 {
  position: absolute;
  bottom: -45px;
  right: 30px;
}
@media screen and (max-width: 767px) {
  .list_flow .illust_flow_01 {
    width: 177px;
    position: relative;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 2em auto;
  }
}
.list_flow .flow_04 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .list_flow .flow_04 {
    display: block;
  }
}
.list_flow .flow_04 p {
  width: calc(100% - 190px);
}
@media screen and (max-width: 767px) {
  .list_flow .flow_04 p {
    width: 100%;
  }
}
.list_flow .flow_04 .illust_flow_02 {
  width: 167px;
}
@media screen and (max-width: 767px) {
  .list_flow .flow_04 .illust_flow_02 {
    width: 147px;
    margin: 1em auto;
  }
}
.list_flow .illust_flow_03 {
  position: absolute;
  bottom: -30px;
  right: 30px;
}
@media screen and (max-width: 767px) {
  .list_flow .illust_flow_03 {
    width: 165px;
    position: relative;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 1em auto 2em;
  }
}
.list_flow .illust_flow_04 {
  text-align: right;
  margin: 1em 0 -4em;
}
@media screen and (max-width: 767px) {
  .list_flow .illust_flow_04 {
    margin: 1em 0;
  }
}
.list_flow .flow_07 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .list_flow .flow_07 {
    display: block;
  }
}
.list_flow .flow_07 p {
  width: calc(100% - 260px);
}
@media screen and (max-width: 767px) {
  .list_flow .flow_07 p {
    width: 100%;
  }
}
.list_flow .flow_07 .illust_flow_05 {
  width: 260px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .list_flow .flow_07 .illust_flow_05 {
    width: 113px;
    margin: 1em auto;
  }
}
.list_flow .illust_flow_06 {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 30px;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .list_flow .illust_flow_06 {
    width: 160px;
    position: relative;
    left: 0;
    right: 0;
    margin: 1em auto;
  }
}
.list_flow .illust_flow_07 {
  text-align: right;
  margin: 0 0 -5em;
}
@media screen and (max-width: 767px) {
  .list_flow .illust_flow_07 {
    margin: 1em 0;
  }
}
.list_flow .illust_flow_08 {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 30px;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .list_flow .illust_flow_08 {
    position: relative;
    left: 0;
    right: 0;
    margin: 1em auto;
  }
}
.list_flow .illust_flow_09 {
  text-align: right;
  margin: 0 0 -4em;
}
@media screen and (max-width: 767px) {
  .list_flow .illust_flow_09 {
    margin: 1em 0;
  }
}

.free-range {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 0 4em;
}
@media screen and (max-width: 767px) {
  .free-range {
    margin: 0 0 2.5em;
  }
}
.free-range_ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 88px;
  padding: 1em 0;
  background-color: #000;
  color: #fff;
  font-size: 1.75em;
  font-weight: 700;
  line-height: 1;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
}
@media screen and (max-width: 767px) {
  .free-range_ttl {
    width: 30px;
    font-size: 1.28em;
  }
}
.free-range_detail {
  width: 960px;
}
@media screen and (max-width: 767px) {
  .free-range_detail {
    width: calc(100% - 45px);
  }
}
.free-range_detail .list_flow li:last-child {
  margin: 0;
}
@media screen and (min-width: 768px) {
  .free-range_detail .list_flow_ttl {
    width: 26.5%;
  }
}
@media screen and (min-width: 768px) {
  .free-range_detail .list_flow_desc {
    width: 73.5%;
  }
}

.balloon_black {
  padding: 2em 0;
  margin: 6em 0 4em;
  background-color: #000;
  color: #fff;
  text-align: center;
  position: relative;
}
@media screen and (max-width: 767px) {
  .balloon_black {
    margin: 3em 0 2.5em;
  }
}
.balloon_black::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 36px 22px 0 22px;
  border-color: #000 transparent transparent transparent;
  position: absolute;
  bottom: -36px;
  left: 0;
  right: 0;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .balloon_black::after {
    border-width: 18px 11px 0 11px;
    bottom: -18px;
  }
}
.balloon_black .ttl_balloon {
  font-size: 1.75em;
  font-weight: 700;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .balloon_black .ttl_balloon {
    font-size: 1.14em;
  }
}
.balloon_black .txt_balloon {
  font-size: 0.87em;
  margin: 0.5em 0 0;
}

.inspection_img {
  margin: 6.25em 0;
}
@media screen and (max-width: 767px) {
  .inspection_img {
    margin: 3em 0;
  }
}

.after_img {
  margin: 6.25em 0 0;
}
@media screen and (max-width: 767px) {
  .after_img {
    margin: 3em 0 0;
  }
}

@media screen and (max-width: 767px) {
  .list_land-search {
    margin: 0 0 4em;
  }
}
.list_land-search li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 0 6.25em;
}
@media screen and (max-width: 767px) {
  .list_land-search li {
    margin: 0 0 3em;
  }
}
.list_land-search_ttl {
  width: 100%;
  font-size: 1.75em;
  font-weight: 700;
  line-height: 1.5;
  padding: 0 0 0.5em;
  margin: 0 0 1em;
  border-bottom: 1px solid #000;
}
@media screen and (max-width: 767px) {
  .list_land-search_ttl {
    font-size: 1.14em;
  }
}
.list_land-search_ttl .number {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 60px;
  height: 60px;
  border-radius: 60px;
  background-color: #000;
  margin: 0 0.5em 0 0;
  color: #fff;
  font-family: futura-pt, sans-serif;
  font-size: 0.9em;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .list_land-search_ttl .number {
    width: 45px;
    height: 45px;
    font-size: 1.37em;
  }
}
.list_land-search_ttl .ttl {
  display: inline-block;
  vertical-align: middle;
}
.list_land-search_txt {
  width: 685px;
}
@media screen and (max-width: 767px) {
  .list_land-search_txt {
    width: 100%;
  }
}
.list_land-search_img {
  width: 369px;
  text-align: right;
  margin: -3.5em 0 0;
}
@media screen and (max-width: 767px) {
  .list_land-search_img {
    width: 100%;
    margin: 1.5em 0 0;
  }
}

.dlist_faq:not(:last-child) {
  margin: 0 0 2em;
}
.dlist_faq dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  cursor: pointer;
  position: relative;
}
.dlist_faq dt.active::after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.dlist_faq dt::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 14px 7px 0 7px;
  border-color: #000 transparent transparent transparent;
  position: absolute;
  top: 64px;
  left: 23px;
}
@media screen and (max-width: 767px) {
  .dlist_faq dt::after {
    border-width: 12px 6px 0 6px;
    top: 51px;
    left: 16.5px;
  }
}
.dlist_faq dt .number {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 60px;
  height: 60px;
  border-radius: 60px;
  background-color: #000;
  color: #fff;
  font-family: futura-pt, sans-serif;
  font-size: 1.37em;
  letter-spacing: 0;
  margin: 0 0 20px;
}
@media screen and (max-width: 767px) {
  .dlist_faq dt .number {
    width: 45px;
    height: 45px;
    margin: 0 0 15px;
    font-size: 1.37em;
  }
}
.dlist_faq dt .ttl {
  display: block;
  width: calc(100% - 80px);
  font-size: 1.37em;
  font-weight: 700;
  line-height: 1.5;
  padding: 0 0 1em;
  border-bottom: 1px solid #000;
}
@media screen and (max-width: 767px) {
  .dlist_faq dt .ttl {
    width: calc(100% - 55px);
    font-size: 1.14em;
  }
}
.dlist_faq dd {
  display: none;
  padding: 1em 0;
}
@media screen and (max-width: 767px) {
  .dlist_faq dd {
    padding: 1em 0 0;
  }
}

.list_creator {
  max-width: 1084px;
  margin: 0 auto -1%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1%;
}
@media screen and (max-width: 767px) {
  .list_creator {
    padding: 0 3%;
    gap: 3%;
    margin: 0 0 -3%;
  }
}
.list_creator li {
  width: 15.8333333333%;
  margin: 0 0 1%;
}
@media screen and (max-width: 767px) {
  .list_creator li {
    width: 31.3333333333%;
    margin: 0 0 3%;
  }
}
.list_creator li a {
  display: block;
}
@media screen and (min-width: 768px) {
  .list_creator li a:hover {
    opacity: 0.8;
  }
}

.ttl_creator {
  font-size: 1.75em;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.1em;
  text-align: center;
  margin: 0 0 1em;
}
@media screen and (max-width: 767px) {
  .ttl_creator {
    font-size: 1.57em;
  }
}

.txt_creator {
  line-height: 2;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .txt_creator {
    text-align: left;
    letter-spacing: 0.04em;
  }
}

.creator {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.creator:not(:last-child) {
  margin: 0 0 5em;
}
@media screen and (max-width: 767px) {
  .creator:not(:last-child) {
    margin: 0 0 3em;
  }
}
.creator_number {
  width: 100%;
  margin: 0 0 1.5em;
  position: relative;
}
.creator_number::before {
  content: "";
  width: 100%;
  height: 1px;
  border-top: 1px solid #000;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.creator_number span {
  display: inline-block;
  padding: 0 0.5em 0 0;
  background-color: #fff;
  font-family: futura-pt, sans-serif;
  position: relative;
}
.creator_img {
  width: 430px;
}
@media screen and (max-width: 767px) {
  .creator_img {
    width: 100%;
  }
}
.creator_desc {
  width: 570px;
  margin: 2em 0 0;
  position: relative;
}
@media screen and (max-width: 767px) {
  .creator_desc {
    width: 100%;
    margin: 1.5em 0 0;
  }
}
.creator_job {
  font-family: futura-pt, sans-serif;
}
.creator_name {
  font-size: 1.75em;
  font-weight: 700;
  line-height: 1.5;
  margin: 0 0 1em;
  padding: 0 50px 0 0;
}
@media screen and (max-width: 767px) {
  .creator_name {
    font-size: 1.57em;
    margin: 0 0 0.75em;
  }
}
.creator_name span {
  font-family: futura-pt, sans-serif;
  font-size: 0.57em;
  vertical-align: middle;
  margin: 0 0 0 1em;
}
@media screen and (max-width: 767px) {
  .creator_name span {
    display: block;
    margin: 0.5em 0 0;
  }
}
.creator_instagram {
  position: absolute;
  top: 0;
  right: 0;
}
.creator_message {
  line-height: 2;
}

.list_voice {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -6.33% -4em 0;
}
@media screen and (max-width: 767px) {
  .list_voice {
    display: block;
    margin: 0 0 -4em;
  }
}
.list_voice > li {
  width: 27%;
  margin: 0 6.33% 4em 0;
  position: relative;
}
@media screen and (max-width: 767px) {
  .list_voice > li {
    width: 100%;
    margin: 0 0 4em;
  }
}
.list_voice > li a {
  display: block;
}
@media screen and (min-width: 768px) {
  .list_voice > li a .list_voice_img img {
    -webkit-transform: scale(1.0001);
            transform: scale(1.0001);
    -webkit-transition: 0.4s;
    transition: 0.4s;
  }
  .list_voice > li a:hover .list_voice_img img {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
}
.list_voice_img {
  margin: 0 0 2em;
  position: relative;
}
.list_voice_img::after {
  content: "";
  position: absolute;
}
.list_voice_img.illust_01::after {
  width: 163px;
  height: 96px;
  background: url(../images/illust_01.png) no-repeat center/contain;
  right: 10px;
  bottom: -15px;
}
.list_voice_img.illust_02::after {
  width: 166px;
  height: 150px;
  background: url(../images/illust_02.png) no-repeat center/contain;
  right: 0;
  bottom: -15px;
}
.list_voice_img.illust_03::after {
  width: 158px;
  height: 127px;
  background: url(../images/illust_03.png) no-repeat center/contain;
  right: 10px;
  bottom: -15px;
}
.list_voice_img .img_wrap {
  padding: 66% 0 0;
  overflow: hidden;
  position: relative;
}
.list_voice_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}
.list_voice_ttl {
  font-size: 1.37em;
  font-weight: 700;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .list_voice_ttl {
    font-size: 1.5em;
  }
}
.list_voice .creator_info {
  margin: 1em 0 0;
}
.list_voice .list_creator_thumbs li {
  width: 42px;
}
.list_voice .creator_info_name {
  font-size: 0.9em;
}

.voice_ttl {
  font-size: 1.75em;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.1em;
  margin: 0 0 1.5em;
}
@media screen and (max-width: 767px) {
  .voice_ttl {
    font-size: 1.57em;
  }
}

.voice_ttl_sub {
  font-size: 1.75em;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.1em;
  margin: 0 0 1em;
}
@media screen and (max-width: 767px) {
  .voice_ttl_sub {
    font-size: 1.14em;
  }
}

.voice_main_img {
  margin: 0 0 5em;
  position: relative;
}
@media screen and (max-width: 767px) {
  .voice_main_img {
    margin: 0 -11% 3em;
  }
}
.voice_main_img::before {
  content: "";
  position: absolute;
}
.voice_main_img.illust_01::before {
  width: 326px;
  height: 192px;
  background: url(../images/illust_01.png) no-repeat center/contain;
  right: 15px;
  bottom: -40px;
}
@media screen and (max-width: 767px) {
  .voice_main_img.illust_01::before {
    width: 163px;
    height: 96px;
    bottom: -20px;
  }
}
.voice_main_img.illust_02::before {
  width: 332px;
  height: 300px;
  background: url(../images/illust_02.png) no-repeat center/contain;
  right: 0;
  bottom: -20px;
}
@media screen and (max-width: 767px) {
  .voice_main_img.illust_02::before {
    width: 166px;
    height: 150px;
    bottom: -15px;
  }
}
.voice_main_img.illust_03::before {
  width: 316px;
  height: 254px;
  background: url(../images/illust_03.png) no-repeat center/contain;
  right: 20px;
  bottom: -30px;
}
@media screen and (max-width: 767px) {
  .voice_main_img.illust_03::before {
    width: 158px;
    height: 127px;
    right: 15px;
    bottom: -20px;
  }
}
.voice_main_img img {
  width: 100%;
}

.voice_contents {
  margin: 0 0 5em;
}
@media screen and (max-width: 767px) {
  .voice_contents {
    margin: 0 0 3em;
  }
}

.voice_img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 0 5em;
}
@media screen and (max-width: 767px) {
  .voice_img {
    display: block;
    margin: 0 0 3em;
  }
}
.voice_img div {
  width: 46%;
}
@media screen and (max-width: 767px) {
  .voice_img div {
    width: 100%;
  }
  .voice_img div:not(:last-child) {
    margin: 0 0 3em;
  }
}
.voice_img div img {
  width: 100%;
}

.section_searchbox {
  padding: 6.25em 0 0;
}
@media screen and (max-width: 767px) {
  .section_searchbox {
    padding: 0;
  }
  .section_searchbox .inner {
    padding: 0;
  }
}

#search-form .narrow_btn {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  display: block;
  width: 100%;
  padding: 0.5em;
  color: #fff;
  font-family: inherit;
  font-size: 1.37em;
  font-weight: 700;
  text-align: center;
  outline: none;
  background-color: #000;
  border-color: #000;
}
@media screen and (max-width: 767px) {
  #search-form .narrow_btn {
    font-size: 1.14em;
  }
}
@media screen and (min-width: 768px) {
  #search-form .narrow_btn {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  #search-form .narrow_btn:hover {
    opacity: 0.8;
  }
}
#search-form .narrow_btn.active span::before {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
#search-form .narrow_btn span {
  display: inline-block;
  padding: 0 0 0 30px;
  position: relative;
}
@media screen and (max-width: 767px) {
  #search-form .narrow_btn span {
    display: block;
    padding: 0;
  }
}
#search-form .narrow_btn span::before {
  content: "";
  width: 20px;
  height: 12px;
  background: url(../images/arrow_down_white.svg) no-repeat center/contain;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
@media screen and (max-width: 767px) {
  #search-form .narrow_btn span::before {
    width: 14px;
    height: 8px;
    left: 9%;
  }
}
#search-form .ttl_search_category {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 0 0.75em;
}
#search-form .ttl_search_category::after {
  content: "";
  display: block;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  height: 1px;
  border-bottom: 1px solid #000;
}
#search-form .ttl_search_category span {
  display: block;
  margin: 0 0.5em 0 0;
  font-weight: 700;
}
#search-form .list_search_category {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -2% 0 0;
}
@media screen and (max-width: 767px) {
  #search-form .list_search_category {
    margin: 0 -2% 1em 0;
  }
}
#search-form .list_search_category.col_02 li {
  width: 48%;
}
#search-form .list_search_category li {
  width: 31.33%;
  margin: 0 2% 2% 0;
}
#search-form .list_search_category input[type=checkbox] {
  display: none;
}
#search-form .list_search_category input[type=checkbox] + span {
  display: block;
  color: #000;
  padding: 0.25em;
  border: 1px solid #000;
  background-color: #fff;
  font-weight: 700;
  text-align: center;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  #search-form .list_search_category input[type=checkbox] + span {
    padding: 0.25em 0;
    font-size: 0.85em;
    letter-spacing: 0.03em;
  }
}
#search-form .list_search_category input[type=checkbox]:checked + span {
  background-color: #000;
  color: #fff;
}
#search-form .search_btn {
  display: block;
  width: 300px;
  margin: 2em auto 0;
  padding: 0.5em;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: #fff;
  font-family: inherit;
  font-weight: 700;
  background: url(../images/icon_search_white.svg) no-repeat center right 39%/12px 12px #000;
  border-radius: 0;
  outline: none;
}
@media screen and (min-width: 768px) {
  #search-form .search_btn:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 767px) {
  #search-form .search_btn {
    width: 100%;
  }
}

.keywords_box {
  display: none;
  padding: 3em;
  background-color: #dcdcdc;
}
@media screen and (max-width: 767px) {
  .keywords_box {
    padding: 2em 9% 2.5em;
  }
}

.section_works_area {
  padding: 3em 0 0;
}

.list_area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.list_area li {
  width: 19%;
}
@media screen and (max-width: 767px) {
  .list_area li {
    width: 48.5%;
    margin: 0 0 3%;
  }
  .list_area li:first-child {
    width: 100%;
  }
}
.list_area li p, .list_area li a {
  display: block;
  padding: 0.75em 0;
  border: 2px solid #000;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .list_area li p, .list_area li a {
    padding: 0.5em 0;
    font-size: 0.85em;
  }
}
.list_area li p {
  background-color: #000;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .list_area li a:hover {
    background-color: #000;
    color: #fff;
  }
}

.works_detail {
  margin: 0 0 6.25em;
  position: relative;
}
@media screen and (max-width: 767px) {
  .works_detail {
    margin: 0 0 5em;
  }
}
.works_detail_type {
  max-width: 680px;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .works_detail_type {
    padding: 0 10%;
  }
}
.works_detail_type p {
  display: inline-block;
  color: #fff;
  font-family: futura-pt, "Noto Sans JP", sans-serif;
  font-size: 1.25em;
  padding: 0 0.5em;
  background-color: #000;
}
@media screen and (max-width: 767px) {
  .works_detail_type p {
    font-size: 1.14em;
  }
}
.works_detail_type p.ph {
  color: #000;
  background-color: #fff;
}
.works_detail_type p.ph.gray {
  background-color: #dcdcdc;
}
@media screen and (max-width: 767px) {
  .works_detail .list_top_works_slider {
    margin: 0 0 15px;
  }
  .works_detail .list_top_works_slider.illust_01::before {
    bottom: -70px;
  }
}
.works_detail_fullscreen {
  max-width: 680px;
  margin: auto;
  padding: 0 0 0 30px;
  background: url(../images/icon_fullscreen.svg) no-repeat left/20px 20px;
  font-size: 0.87em;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .works_detail_fullscreen {
    width: 82%;
    padding: 0 0 0 22px;
    background-size: 16px 16px;
  }
}

.lum-lightbox {
  z-index: 10;
}

.lum-lightbox-inner {
  left: 0 !important;
  right: 0 !important;
}

.lum-lightbox-inner img {
  max-width: 100% !important;
}

.works_contents {
  max-width: 680px;
  margin: auto;
}
.works_contents_ttl {
  font-size: 1.75em;
  font-weight: 700;
  line-height: 1.5;
  margin: 0 0 0.5em;
}
@media screen and (max-width: 767px) {
  .works_contents_ttl {
    font-size: 1.35em;
  }
}
@media screen and (max-width: 767px) {
  .works_contents_category {
    font-size: 0.85em;
  }
}
.works_contents_category span {
  display: inline-block;
  margin: 0 0.5em 0 0;
}
.works_contents_category span.area {
  display: block;
}
.works_contents_category .slug {
  display: inline-block;
  font-family: futura-pt, sans-serif;
  font-size: 1.12em;
  line-height: 1.5;
  margin: 0 0.5em 0 0;
}
.works_contents_txt {
  margin: 2em 0 0;
}
.works_contents_logo {
  max-width: 500px;
  margin: 0 0 5em;
}
@media screen and (max-width: 767px) {
  .works_contents_logo {
    margin: 0 0 3em;
  }
}

.works_floor {
  max-width: 680px;
  margin: auto;
}

.works_ph {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 680px;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .works_ph {
    display: block;
  }
}
.works_ph_price {
  width: 505px;
}
@media screen and (max-width: 767px) {
  .works_ph_price {
    width: 100%;
    margin: 0 0 1.5em;
  }
}
.works_ph_note {
  width: 150px;
  font-size: 0.75em;
}
@media screen and (max-width: 767px) {
  .works_ph_note {
    width: 100%;
    font-size: 0.85em;
  }
}
.works_ph .price_ph {
  padding: 0 0 0 55px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .works_ph .price_ph {
    padding: 0 0 0 33px;
  }
}
.works_ph .price_ph_ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 110px;
  height: 110px;
  border-radius: 50%;
  border: 2px solid #000;
  background-color: #fff;
  font-size: 1.37em;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0;
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 767px) {
  .works_ph .price_ph_ttl {
    width: 66px;
    height: 66px;
    font-size: 1em;
  }
}
.works_ph .price_ph_note {
  padding: 0.25em 0.25em 0.25em 70px;
  background-color: #000;
  color: #fff;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .works_ph .price_ph_note {
    padding: 0.5em 0.5em 0.5em 40px;
    margin: 0 0 0.25em;
    font-size: 0.85em;
    line-height: 1.5;
    letter-spacing: 0.01em;
  }
}
.works_ph .price_ph_amount {
  padding: 0 0 0 70px;
  font-size: 1.37em;
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .works_ph .price_ph_amount {
    padding: 0 0 0 40px;
    font-size: 1em;
  }
}
.works_ph .price_ph_amount span {
  font-size: 2.27em;
}

.works_info {
  background: -webkit-gradient(linear, left top, right top, from(#000), color-stop(50%, #000), color-stop(50%, #646464), to(#646464));
  background: linear-gradient(90deg, #000 0%, #000 50%, #646464 50%, #646464 100%);
}
.works_info_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 680px;
  margin: auto;
  color: #fff;
}
.works_info_left {
  width: 30%;
  padding: 3em 0;
  background-color: #000;
}
@media screen and (max-width: 767px) {
  .works_info_left {
    width: 50%;
    padding: 2em 0 2em 9%;
  }
}
.works_info_right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 70%;
  padding: 3em 0 3em 3em;
  background-color: #646464;
}
@media screen and (max-width: 767px) {
  .works_info_right {
    width: 50%;
    padding: 2em 9% 2em 1.5em;
  }
  .works_info_right p {
    font-size: 0.85em;
  }
}
.works_info_creator {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.works_info_creator:not(:last-child) {
  margin: 0 0 1em;
}
@media screen and (max-width: 767px) {
  .works_info_creator:not(:last-child) {
    margin: 0 0 1.5em;
  }
}
.works_info_creator_img {
  width: 57px;
  border-radius: 57px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .works_info_creator_img {
    width: 40px;
  }
}
.works_info_creator_txt {
  width: calc(100% - 67px);
}
@media screen and (max-width: 767px) {
  .works_info_creator_txt {
    width: calc(100% - 50px);
  }
}
.works_info_creator_job {
  font-family: futura-pt, sans-serif;
  font-size: 0.87em;
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  .works_info_creator_job {
    font-size: 0.75em;
  }
}
.works_info_creator_name {
  font-weight: 700;
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  .works_info_creator_name {
    font-size: 0.85em;
  }
}
.works_info .list_works_data {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .works_info .list_works_data {
    display: block;
  }
}
.works_info .list_works_data li {
  width: 48%;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .works_info .list_works_data li {
    width: 100%;
    font-size: 0.85em;
  }
}

.works_point {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 1084px;
  margin: 0 auto 5em;
}
@media screen and (max-width: 767px) {
  .works_point {
    display: block;
    margin: 0 0 4em;
  }
}
.works_point_img {
  width: 48%;
}
@media screen and (max-width: 767px) {
  .works_point_img {
    width: 100%;
    margin: 0 0 2em;
  }
}
.works_point_desc {
  width: 48%;
}
@media screen and (max-width: 767px) {
  .works_point_desc {
    width: 100%;
    padding: 0 9%;
  }
}
.works_point_ttl {
  font-size: 1.75em;
  font-weight: 700;
  line-height: 1.5;
  margin: 0 0 1em;
}
@media screen and (max-width: 767px) {
  .works_point_ttl {
    font-size: 1.57em;
    margin: 0 0 0.75em;
  }
}
.works_city{
	display: inline-block;
    font-size: 0.7em;
    background: #000;
    color: #fff;
    font-weight: 100;
    padding: 0.2em 0.5em;
    margin-bottom: 0.5em;
}
.txt_plan_01 {
  font-size: 1.37em;
  font-weight: 700;
  text-align: center;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .txt_plan_01 {
    font-size: 1.28em;
    margin: 0 0 1.5em;
  }
}
.txt_plan_01 span {
  font-size: 1.27em;
}
@media screen and (max-width: 767px) {
  .txt_plan_01 span {
    font-size: 1.72em;
    line-height: 1.1;
  }
}

.txt_plan_02 {
  font-size: 1.37em;
  font-weight: 700;
  text-align: center;
  line-height: 1.5;
  margin: 0 0 2em;
}
@media screen and (max-width: 767px) {
  .txt_plan_02 {
    font-size: 1.57em;
  }
}

.list_category {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -3% -3% 0;
}
.list_category li {
  width: 30.33%;
  margin: 0 3% 3% 0;
}
@media screen and (max-width: 767px) {
  .list_category li {
    width: 47%;
  }
}
.list_category li.current a, .list_category li.current-cat a {
  background-color: #000;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .list_category li.all {
    width: 100%;
  }
}
.list_category li a {
  display: block;
  padding: 0.25em 0;
  border: 1px solid #000;
  font-weight: 700;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .list_category li a:hover {
    background-color: #000;
    color: #fff;
  }
}

.list_plan {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -6% -5em 0;
}
@media screen and (max-width: 767px) {
  .list_plan {
    display: block;
    margin: 0;
  }
}
.list_plan li {
  width: 44%;
  margin: 0 6% 5em 0;
}
@media screen and (max-width: 767px) {
  .list_plan li {
    width: 100%;
    margin: 0;
  }
  .list_plan li:not(:last-child) {
    margin: 0 0 4em;
  }
}
.list_plan li a {
  display: block;
}
@media screen and (min-width: 768px) {
  .list_plan li a .list_plan_img img {
    -webkit-transform: scale(1.0001);
            transform: scale(1.0001);
    -webkit-transition: 0.4s;
    transition: 0.4s;
  }
  .list_plan li a:hover .list_plan_img img {
    -webkit-transform: scale(1.04);
            transform: scale(1.04);
  }
}
.list_plan_ttl {
  font-size: 1.75em;
  font-weight: 700;
  line-height: 1.5;
  margin: 0 0 0.5em;
}
@media screen and (max-width: 767px) {
  .list_plan_ttl {
    font-size: 1.57em;
    padding: 0 9%;
  }
}
.list_plan_top {
  margin: 0 0 1.5em;
  position: relative;
}
.list_plan_img {
  overflow: hidden;
  position: relative;
}
.list_plan_img::before {
  content: "";
  display: block;
  padding: 75% 0 0;
}
.list_plan_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}
.list_plan_tsubo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 114px;
  height: 110px;
  padding: 0 0 35px;
  background: url(../images/balloon.png) no-repeat center/contain;
  position: absolute;
  bottom: -15px;
  right: 15px;
}
@media screen and (max-width: 767px) {
  .list_plan_tsubo {
    width: 75px;
    height: 70px;
    padding: 0 0 23px;
    right: 9%;
  }
}
.list_plan_tsubo p {
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0.01em;
}
@media screen and (max-width: 767px) {
  .list_plan_tsubo p {
    font-size: 0.85em;
  }
}
.list_plan_tsubo p span {
  font-size: 2em;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .list_plan_tsubo p span {
    font-size: 1.57em;
  }
}
.list_plan_info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 0 1em;
  margin: 0 0 0.5em;
  border-bottom: 1px solid #000;
}
@media screen and (max-width: 767px) {
  .list_plan_info {
    margin: 0 9% 0.5em;
  }
}
.list_plan_floor {
  width: calc(100% - 180px);
  font-size: 1.37em;
  font-weight: 700;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .list_plan_floor {
    width: calc(100% - 130px);
    font-size: 1em;
  }
}
.list_plan_price {
  width: 180px;
  font-weight: 700;
  line-height: 1.1;
  text-align: right;
}
@media screen and (max-width: 767px) {
  .list_plan_price {
    width: 130px;
    font-size: 0.85em;
  }
}
.list_plan_price .yen {
  font-size: 2.8em;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .list_plan_price .yen {
    font-size: 2.5em;
  }
}
.list_plan_price .unit {
  display: inline-block;
}
.list_plan_price .tax {
  display: block;
  font-size: 0.75em;
}
.list_plan_data {
  font-size: 0.87em;
  font-weight: 700;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .list_plan_data {
    margin: 0 9%;
  }
}

.plan {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .plan {
    display: block;
  }
}
.plan_left {
  width: 47%;
}
@media screen and (max-width: 767px) {
  .plan_left {
    width: 100%;
  }
}
.plan_right {
  width: 47%;
}
@media screen and (max-width: 767px) {
  .plan_right {
    width: 100%;
  }
}
.plan_ttl {
  font-size: 1.75em;
  font-weight: 700;
  line-height: 1.5;
  padding: 0 0 0.75em;
  margin: 0 0 1em;
  border-bottom: 1px solid #000;
}
@media screen and (max-width: 767px) {
  .plan_ttl {
    width: 100%;
    font-size: 1.57em;
    text-align: center;
    padding: 0 9%;
    margin: 0 0 1em;
    border: none;
  }
}
.plan_img {
  margin: 0 0 5em;
  position: relative;
}
@media screen and (max-width: 767px) {
  .plan_img {
    margin: 0 0 1.5em;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
.plan_tsubo_sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .plan_tsubo_sp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 75px;
    height: 70px;
    padding: 0 0 23px;
    background: url(../images/balloon.png) no-repeat center/contain;
    position: absolute;
    bottom: -15px;
    right: 9%;
  }
}
.plan_tsubo_sp p {
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0.01em;
}
@media screen and (max-width: 767px) {
  .plan_tsubo_sp p {
    font-size: 0.85em;
  }
}
.plan_tsubo_sp p span {
  font-size: 2em;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .plan_tsubo_sp p span {
    font-size: 1.57em;
  }
}
.plan_info {
  padding: 0 0 2em;
  margin: 0 0 2em;
  border-bottom: 1px solid #000;
}
@media screen and (max-width: 767px) {
  .plan_info {
    width: 82%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 0 0 1em;
    margin: 0 auto 0.5em;
  }
}
.plan_floor {
  font-size: 1.37em;
  font-weight: 700;
  line-height: 1.5;
  margin: 0 0 0.25em;
}
@media screen and (max-width: 767px) {
  .plan_floor {
    width: calc(100% - 130px);
    font-size: 1em;
    margin: 0;
  }
}
.plan_price {
  display: inline-block;
  font-weight: 700;
  line-height: 1.1;
}
@media screen and (max-width: 767px) {
  .plan_price {
    width: 130px;
    font-size: 0.85em;
    text-align: right;
  }
}
.plan_price .yen {
  font-size: 2.8em;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .plan_price .yen {
    font-size: 2.5em;
  }
}
.plan_price .unit {
  display: inline-block;
}
.plan_price .tax {
  display: block;
  font-size: 0.75em;
}
.plan_tsubo_pc {
  display: inline-block;
  padding: 0.25em 0.5em;
  margin: 0 0 0 0.5em;
  border: 1px solid #000;
  font-weight: 700;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .plan_tsubo_pc {
    display: none;
  }
}
.plan_tsubo_pc .yen {
  font-size: 2em;
}
.plan_tsubo_pc .tax {
  font-size: 0.85em;
}
.plan_data {
  font-weight: 700;
  line-height: 1.75;
  margin: 0 auto 2em;
}
@media screen and (max-width: 767px) {
  .plan_data {
    width: 82%;
  }
}
@media screen and (max-width: 767px) {
  .plan_madori {
    width: 82%;
    margin: 0 auto 2em;
  }
}
@media screen and (max-width: 767px) {
  .plan_contents {
    width: 82%;
    margin: auto;
  }
}
.plan_note {
  font-size: 0.75em;
  margin: 3em 0 0;
}
@media screen and (max-width: 767px) {
  .plan_note {
    margin: 2em 0 0;
  }
}

.ttl_contact_sub {
  font-weight: 700;
  text-align: center;
  margin: 0 0 1.5em;
}
@media screen and (max-width: 767px) {
  .ttl_contact_sub {
    font-size: 0.92em;
  }
}
.ttl_contact_sub span {
  display: inline-block;
  border-bottom: 1px solid #000;
}

.ttl_contact {
  font-size: 1.75em;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .ttl_contact {
    font-size: 1.57em;
  }
}

.txt_contact_note {
  color: #d00;
  line-height: 1.5;
  text-align: center;
  margin: 1em 0 0;
}
@media screen and (max-width: 767px) {
  .txt_contact_note {
    font-size: 0.85em;
  }
}

.novelty {
  text-align: center;
  margin: 0 0 5em;
}
@media screen and (max-width: 767px) {
  .novelty {
    margin: 0 0 3em;
  }
}

.booklet_top {
  max-width: 1084px;
  margin: 5em auto;
}
@media screen and (max-width: 767px) {
  .booklet_top {
    margin: 3em 0;
  }
}

.list_booklet li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .list_booklet li {
    display: block;
  }
}
.list_booklet li:not(:last-child) {
  margin: 0 0 5em;
}
@media screen and (max-width: 767px) {
  .list_booklet li:not(:last-child) {
    margin: 0 0 2em;
  }
}
.list_booklet_img {
  width: 33%;
}
@media screen and (max-width: 767px) {
  .list_booklet_img {
    width: 100%;
    margin: 0 0 1.5em;
  }
}
.list_booklet_desc {
  width: 64%;
}
@media screen and (max-width: 767px) {
  .list_booklet_desc {
    width: 100%;
  }
}
.list_booklet_ttl {
  font-size: 1.75em;
  font-weight: 700;
  line-height: 1.5;
  margin: 0.25em 0 0.75em;
}
@media screen and (max-width: 767px) {
  .list_booklet_ttl {
    font-size: 1.57em;
    margin: 0 0 0.5em;
  }
}
.list_booklet_ttl span {
  font-size: 0.57em;
  margin: 0 0 0 0.5em;
}

.consultation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 5em 0;
}
@media screen and (max-width: 767px) {
  .consultation {
    display: block;
    margin: 0;
  }
}
.consultation_img {
  width: 48%;
}
@media screen and (max-width: 767px) {
  .consultation_img {
    width: 100%;
    margin: 0 0 1.5em;
  }
}
.consultation_desc {
  width: 49%;
}
@media screen and (max-width: 767px) {
  .consultation_desc {
    width: 100%;
  }
}
.consultation_ttl {
  font-size: 1.75em;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.04em;
  margin: 0 0 0.75em;
}
@media screen and (max-width: 767px) {
  .consultation_ttl {
    font-size: 1.14em;
  }
}

@media screen and (max-width: 767px) {
  .bnr_present {
    margin: 2em 0 3em;
  }
  .bnr_present_txt {
    margin: 0 0 2em;
  }
}

.txt_link_event {
  font-size: 0.87em;
  text-align: right;
  margin: 0.75em 0 0;
}
@media screen and (max-width: 767px) {
  .txt_link_event {
    text-align: left;
  }
}
.txt_link_event a {
  text-decoration: underline;
}

.list_showroom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 0 3em;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .list_showroom {
    display: block;
    margin: 0 0 2em;
  }
}
.list_showroom li {
  width: 46%;
}
.list_showroom li:nth-of-type(1), .list_showroom li:nth-of-type(2) {
  margin-bottom: 5%;
}
@media screen and (max-width: 767px) {
  .list_showroom li {
    width: 100%;
  }
  .list_showroom li:nth-of-type(1), .list_showroom li:nth-of-type(2) {
    margin-bottom: 0;
  }
  .list_showroom li:not(:last-child) {
    margin: 0 0 2em;
  }
}
.list_showroom_img {
  margin: 0 0 1em;
}
.list_showroom_ttl {
  font-size: 1.37em;
  font-weight: 700;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .list_showroom_ttl {
    font-size: 1.14em;
  }
}
.list_showroom_address {
  letter-spacing: 0.08em;
}

.txt_showroom {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .txt_showroom {
    text-align: left;
  }
}

.list_model {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .list_model {
    display: block;
  }
}
.list_model li {
  width: 48%;
}
@media screen and (max-width: 767px) {
  .list_model li {
    width: 100%;
  }
  .list_model li:not(:last-child) {
    margin: 0 0 2em;
  }
}
.list_model_img {
  margin: 0 0 1em;
}
.list_model_ttl {
  font-size: 1.37em;
  font-weight: 700;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .list_model_ttl {
    font-size: 1.14em;
  }
}

.bnr_present_form {
  margin: 0 0 2em;
}
.bnr_present_form p {
  font-size: 0.75em;
  line-height: 1.75;
  margin: 1rem 0 0;
}

.box_article {
  padding: 6.25em;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .box_article {
    padding: 0;
  }
}

.article_date {
  font-size: 0.75em;
  font-weight: 700;
  letter-spacing: 0.1em;
  margin: 0 0 0.75em;
}
@media screen and (max-width: 767px) {
  .article_date {
    font-size: 0.85em;
  }
}
.article_date .day {
  font-size: 1.5em;
}
.article_status {
  display: inline-block;
  font-size: 1.75em;
  line-height: 1.5;
  padding: 0 10px;
  margin: 0 10px 0 0;
  border: 1px solid #000;
}
@media screen and (max-width: 767px) {
  .article_status {
    font-size: 1.16em;
  }
}
.article_status.end {
  background-color: #000;
  color: #fff;
}
.article_ttl {
  font-size: 1.75em;
  font-weight: 700;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .article_ttl {
    font-size: 1.57em;
  }
}
.article_place {
  font-size: 1.37em;
  font-weight: 700;
  line-height: 1.5;
  margin: 0.25em 0 0;
}
@media screen and (max-width: 767px) {
  .article_place {
    font-size: 1.14em;
  }
}
.article_contents {
  line-height: 2;
  margin: 2em 0 0;
}
.article_contents img {
  margin: 20px auto;
}
.article_contents a {
  text-decoration: underline;
}

.fv_event img {
  width: 100%;
}

.section_sitemap:not(:last-child) {
  margin: 0 0 3em;
}
.section_sitemap .ttl_sitemap {
  font-size: 1.5em;
  font-weight: 700;
  line-height: 1.5;
  padding: 0 0 0.5em;
  margin: 0 0 0.5em;
  border-bottom: 2px solid #000;
}
@media screen and (max-width: 767px) {
  .section_sitemap .ttl_sitemap {
    font-size: 1.28em;
  }
}
.section_sitemap ul li {
  font-weight: 700;
}
.section_sitemap ul li:not(:last-child) {
  margin: 0 0 0.25em;
}
@media screen and (min-width: 768px) {
  .section_sitemap ul li a:hover {
    text-decoration: underline;
  }
}
.section_sitemap ul li a.link_external {
  display: inline-block;
  padding: 0 20px 0 0;
  background: url(../images/icon_external_black.svg) no-repeat right/16px 16px;
}
@media screen and (max-width: 767px) {
  .section_sitemap ul li a.link_external {
    background-size: 14px 14px;
  }
}

.p600 img {
  width: 100%;
  max-width: 600px;
}

.p600 iframe {
  width: 100%;
  height: 500px;
  max-width: 600px;
}

.p800 img {
  width: 100%;
  max-width: 800px;
}

.p800 iframe {
  width: 100%;
  height: 500px;
  max-width: 800px;
}

ul.checkul {
  //max-width: 850px;
  margin: 2em auto;
}

ul.checkul li {
  position: relative;
  margin: 0 0 20px 30px;
  padding: 15px 15px 15px 30px;
  background-color: #dcdcdc;
  font-size: 1.12em;
  font-weight: 700;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  ul.checkul li {
    margin: 1.5em 0;
    padding: 1em;
    font-size: 1em;
  }
}

ul.checkul li::after {
  content: "";
  width: 50px;
  height: 37px;
  background: url(../images/icon_check.svg) no-repeat center/contain;
  position: absolute;
  top: 0;
  bottom: 0;
  left: -30px;
  margin: auto;
}
@media screen and (max-width: 767px) {
  ul.checkul li::after {
    width: 20px;
    height: 15px;
    top: -8px;
    bottom: auto;
    left: 5px;
  }
}

.UlinePti {
  font-size: 170% !important;
  border-bottom: solid 1px #555;
  margin-bottom: 30px;
}

.UlinePti_nul {
  font-size: 140% !important;
  margin-bottom: 30px;
}

.toform {
  display: block;
  position: relative;
  width: 80%;
  padding: 10px 0;
  margin: 30px auto;
  background-color: #e94630;
  -webkit-box-shadow: 0 3px 0 0 rgb(194, 40, 20);
          box-shadow: 0 3px 0 0 rgb(194, 40, 20);
  border-radius: 15px;
  font-weight: bold;
  font-size: 18px;
  color: #fff !important;
  text-align: center;
  text-decoration: none;
  overflow: hidden;
}

.toform:hover {
  text-decoration: none;
  color: #fff;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-transform: translateY(3px);
}

.toform::before {
  position: absolute;
  content: "";
  display: inline-block;
  top: -180px;
  left: 0;
  width: 30px;
  height: 100%;
  background-color: #fff;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  -webkit-animation: toform 7s ease-in-out infinite;
          animation: toform 7s ease-in-out infinite;
}

@-webkit-keyframes toform {
  0% {
    -webkit-transform: scale(0) rotate(45deg);
    opacity: 0;
  }
  80% {
    -webkit-transform: scale(0) rotate(45deg);
    opacity: 0.5;
  }
  81% {
    -webkit-transform: scale(4) rotate(45deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(50) rotate(45deg);
    opacity: 0;
  }
}

/*event2404*/
.section_event_top {
  padding: 3em 0 6.25em;
  border-top: 1px solid #B4B4B4;
}
@media screen and (max-width: 767px) {
  .section_event_top {
    padding: 1em 0 4em;
  }
}
.event_top {
  padding: 2em 0 5em;
  background: url(../images/illust_14.png)no-repeat top right 1em/206px;
}
@media screen and (max-width: 767px) {
  .event_top {
    padding: 1em 9% 2em;
    background-position: top right 4%;
    background-size: 120px;
  }
}
.event_date {
  font-size: 1.12em;
  font-weight: 700;
  letter-spacing: 0.1em;
  margin: 0 0 1em;
}
@media screen and (max-width: 767px) {
  .event_date {
    font-size: 0.85em;
  }
}
.event_date .day {
  font-size: 1.22em;
}
@media screen and (max-width: 767px) {
  .event_date .day {
    font-size: 1.33em;
  }
}
.event_status {
  display: inline-block;
  font-size: 1.22em;
  line-height: 1.5;
  padding: 4px 10px;
  margin: 0 10px 0 0;
  border: 1px solid #000;
}
@media screen and (max-width: 767px) {
  .event_status {
    font-size: 1.16em;
  }
}
.event_status.end {
  background-color: #000;
  color: #fff;
}
.event_ttl {
  font-size: 1.75em;
  font-weight: 700;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .event_ttl {
    font-size: 1em;
  }
}
.event_place {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: 1.25em 0 0;
}
.event_place .txt_place {
  font-weight: 700;
  line-height: 1.75;
  padding: 0 0 0 30px;
  margin: 0 2em 0 0;
  background: url(../images/icon_pin.svg)no-repeat left/18px 26px;
  /* 202407修正 */
  font-size: 1.4em;
}
@media screen and (max-width: 767px) {
  .event_place .txt_place {
    /* 202407修正 */
    /* font-size: .85em; */
    font-size: .97em;
    padding: 0 0 0 15px;
    margin: 0 1em 0 0;
    background-size: 10px 15px;
  }
}
.event_place .txt_map {
  color: #646464;
  /* 202407修正 */
  /* font-size: .87em; */
  font-size: 1em;
  font-weight: 700;
  line-height: 1.75;
  letter-spacing: .12em;
}
@media screen and (max-width: 767px) {
  .event_place .txt_map {
    /* 202407修正 */
    /* font-size: .85em; */
    font-size: .95em;
    /* 202407修正 */
    /* letter-spacing: .08em; */
    letter-spacing: .04em;
  }
}
.event_place .txt_map  a {
  display: inline-block;
  color: #fff;
  padding: 0 .5em;
  margin: 0 0 0 .5em;
  /* 202407修正 */
  /* background-color: #646464; */
  background-color: #33CCCC;
}
@media screen and (max-width: 767px) {
  .event_place .txt_map a {
    /* 202407修正 */
    /* font-size: .9em; */
    font-size: .95em;
  }
}
.article_event {
  margin-top: 0;
}
.ttl_event_en {
  font-family: futura-pt, sans-serif;
  font-size: 1.12em;
  font-weight: 700;
  line-height: 1.75;
  letter-spacing: .08em;
  text-align: center;
  margin: 0 0 2em;
  position: relative;
}
@media screen and (max-width: 767px) {
  .ttl_event_en {
    font-size: 1.28em;
    margin: 0 0 1em;
  }
}
.ttl_event_en::before {
  content: '';
  width: 100%;
  height: 1px;
  border-bottom: 1px solid #000;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
}
.ttl_event_en span {
  display: inline-block;
  padding: 0 1em;
  background-color: #fff;
  position: relative;
}
.event_info {
  font-weight: 700;
  text-align: center;
}
.event_info p:not(:last-child) {
  margin: 0 0 1.5em;
}
.event_info span {
  color: #47A8CC;
}
.event_point {
  display: flex;
  flex-wrap: wrap;
  gap: 80px 50px
}
@media screen and (max-width: 767px) {
  .event_point {
    gap: 50px 0;
  }
}
.event_point_box {
  width: calc(50% - 25px);
}
@media screen and (max-width: 767px) {
  .event_point_box {
    width: 100%;
  }
}
.event_point_ttl {
  color: #fff;
  font-family: futura-pt, sans-serif;
  font-size: 1.5em;
  font-weight: 700;
  line-height: 45px;
  letter-spacing: .08em;
  text-align: center;
  background-color: #000;
  margin: 0 0 .5em;
}
.event_point_txt {
  line-height: 1.75;
}
.event_point_img {
  margin: 1em 0 0;
  position: relative;
}
.event_point_img::before {
  content: '';
  width: 40px;
  height: 40px;
  background: url(../images/icon_zoom.svg)no-repeat center/contain #000;
  position: absolute;
  bottom: 0;
  right: 0;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .event_point_img::before {
    width: 30px;
    height: 30px;
  }
}
.event_point_img img {
  width: 100%;
}
.event_point_slide {
  margin: 80px 0 0;
}
@media screen and (max-width: 767px) {
  .event_point_slide {
    margin: 50px 0 0;
  }
}
.event_point_slide .event_point_txt {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .event_point_slide .event_point_txt {
    text-align: left;
  }
}
.event_point_slide .event_point_ttl,
.event_point_slide .event_point_txt {
    margin-left: auto;
    margin-right: auto;
    max-width: 1000px;
}
@media screen and (max-width: 767px) {
  .event_point_slide .event_point_ttl,
  .event_point_slide .event_point_txt {
    margin-left: auto;
    margin-right: auto;
    width: 82%;
  }
}
.event_slider {
  margin: 1em 0 0;
  padding: 0 0 40px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .event_slider {
    padding: 0 0 30px;
  }
}
.event_slider .slick-track{
  float: none;
  display: flex;
  left: -260px;
  gap: 20px;
}
@media screen and (max-width: 767px) {
  .event_slider .slick-track{
    left: 0;
    gap: 10px;
  }
}
.event_slider > .event_slider_img:not(:first-child) {
	display: none;
}
.event_slider .slide_inner {
  max-width: 1080px;
}
.event_slider_img {
  width: 480px;
  background-color: #fff;
  position: relative;
  margin: 0 10px;
}
@media screen and (max-width: 767px) {
  .event_slider_img {
    width: 280px;
    margin: 0;
  }
}
.event_slider_img::before {
  content: '';
  width: 40px;
  height: 40px;
  background: url(../images/icon_zoom.svg)no-repeat center/contain #000;
  position: absolute;
  bottom: 0;
  right: 0;
  pointer-events: none;
}
.event_slider_img img {
  width: 100%;
}
.event_slider .slick-dots {
  max-width: 680px;
  margin: 0 auto;
  bottom: 0px;
  left: 0;
  right: 0;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .slick-prev, .slick-next {
    background-color: rgba(255,255,255,.75);
  }
}
@media screen and (max-width: 767px) {
  .event_slider .slick-prev::before {
    background-image: url(../images/arrow_left_black.svg);
  }
}
@media screen and (max-width: 767px) {
  .event_slider .slick-next::before {
    background-image: url(../images/arrow_right_black.svg);
  }
}
.button_cv_gift {
  max-width: 312px;
  margin: auto;
}
.creator_event {
  overflow: hidden;
}
.creator_event:not(:last-child) {
  margin: 0 0 4em;
}
@media screen and (max-width: 767px) {
  .creator_event:not(:last-child) {
    margin: 0 0 3em;
  }
}
.creator_event_img {
  float: left;
  width: 40%;
  padding: 0 5% 0 0;
}
.creator_event_name {
  float: right;
  width: 60%;
}
.creator_event_name .creator_name {
  padding: 0;
}
@media screen and (max-width: 767px) {
  .creator_event_name {
    margin: 1em 0 0;
  }
  .creator_event_name .creator_name {
    font-size: 1.14em;
    margin: 0;
  }
  .creator_event_name .creator_name span {
    font-size: .75em;
  }
}
.creator_event_message {
  float: right;
  width: 60%;
}
@media screen and (max-width: 767px) {
  .creator_event_message {
    float: none;
    width: 100%;
    padding: 1em 0 0;
    clear: both;
  }
}
.lch_message img {
  width: 100%;
}
.ttl_event_sub {
  font-size: 1.75em;
  font-weight: 700;
  line-height: 1.6;
  text-align: center;
  margin: 0 0 1.5em;
}
@media screen and (max-width: 767px) {
  .ttl_event_sub {
    font-size: 1.14em;
  }
}
.dlist_faq_02 {
  /* max-width: 850px; */
  margin: auto;
}
.dlist_faq_02:not(:last-child) {
  margin-bottom: 1em;
}
.dlist_faq_02 dt {
  padding: 1em 80px;
  background-color: #000;
  color: #fff;
  font-size: 1.12em;
  font-weight: 700;
  line-height: 1.6;
  position: relative;
  cursor: pointer;
}
.dlist_faq_02 dt::before {
  content: 'Q';
  height: 1em;
  font-family: futura-pt, sans-serif;
  font-size: 1.55em;
  line-height: 1;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 1.5em;
  margin: auto;
}
.dlist_faq_02 dt::after {
  content: '';
  width: 18px;
  height: 11px;
  background: url(../images/arrow_down_white.svg)no-repeat center/contain;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 30px;
  margin: auto;
}
.dlist_faq_02 dt.active::after {
  transform: rotate(180deg);
}
.dlist_faq_02 dd {
  display: none;
  padding: 1.5em 1em;
}
@media screen and (max-width: 767px) {
  .dlist_faq_02 dt {
    padding: 35px 1em;
    font-size: 1em;
    text-align: center;
  }
  .dlist_faq_02 dt::before {
    text-align: center;
    top: 8px;
    bottom: auto;
    left: 0;
    right: 0;
  }
  .dlist_faq_02 dt::after {
    top: auto;
    bottom: 12px;
    left: 0;
    right: 0;
  }
  .dlist_faq_02 dd {
    padding: 1em 0;
  }
}
.txt_event_gift {
  text-align: center;
  margin: 0 0 3em;
}
@media screen and (max-width: 767px) {
  .txt_event_gift {
    text-align: left;
  }
}
.event_form_date {
  max-width: 850px;
  margin: 0 auto 3em;
}
.event_form_date select {
  width: 100%;
}
.event_form {
  width: 100%;
  max-width: 850px;
  margin: 0 auto 3em;
}
.event_form th {
  width: 17rem;
  padding: 0 0 1.5rem;
  font-size: 1.12em;
  text-align: left;
  vertical-align: top;
}
.event_form td {
  width: calc(100% - 17rem);
  padding: 0 0 1.5rem;
}
.event_form .required {
  background-color: #000;
  border: 1px solid #000;
  margin: 0 1em 0 0;
  font-size: .77em;
}
.event_form .optional {
  font-size: .77em;
  display: inline-block;
  line-height: 1;
  border: 1px solid #000;
  padding: 0.5em 1em;
  margin: 0 1em 0 0;
  vertical-align: middle;
}
.submit_wrap {
  text-align: center;
}
.submit_wrap .wpcf7-spinner{
  display: block;
  margin: 1em auto 0;
}
.event_submit {
  max-width: 280px;
  padding: 1em 0;
  background-color: #000;
  color: #fff;
  font-weight: 700;
  transition: .3s;
}
.event_submit:hover {
  opacity: .8;
}
.event_form_02 {
  max-width: 850px;
  margin: 6.25em auto 3em;
}
.event_form_02 li:not(:last-child) {
  padding: 0 0 4em;
  margin: 0 0 2em;
  border-bottom: 1px solid #B4B4B4;
}
.event_form_02 .ttl {
  font-size: 1.75em;
  font-weight: 700;
  line-height: 1.6;
  padding: 43px 0 43px 150px;
  margin: 0 0 .5em;
  background-repeat: no-repeat;
  background-position: left;
  background-size: 130px;
}
.event_form_02 .ttl.icon_form_01 {
  background-image: url(../images/icon_form_01.png);
}
.event_form_02 .ttl.icon_form_02 {
  background-image: url(../images/icon_form_02.png);
}
.event_form_02 .ttl.icon_form_03 {
  background-image: url(../images/icon_form_03.png);
}
.event_form_02 .ttl.icon_form_04 {
  background-image: url(../images/icon_form_04.png);
}
.event_form_02 .ttl.icon_form_05 {
  background-image: url(../images/icon_form_05.png);
}
.event_form_02 .ttl.icon_form_06 {
  background-image: url(../images/icon_form_06.png);
}
.event_form_02 input:focus::placeholder {
	color: transparent;
}
.event_form_02 .contents .wpcf7-list-item {
  display: block;
  margin: 0 0 .5em;
}
@media screen and (max-width: 767px) {
  .event_form_date {
    margin: 0 0 2em;
  }
  .event_form {
    margin: 0 0 2em;
  }
  .event_form th {
    display: block;
    width: 100%;
    font-size: 1em;
    padding: 0 0 .75em;
  }
  .event_form td {
    display: block;
    width: 100%;
  }
  .event_submit {
    width: 100%;
    max-width: 100%;
  }
  .event_form_02 {
    margin: 4em 0 2em;
  }
  .event_form_02 li:not(:last-child) {
    padding: 0 0 2.5em;
    margin: 0 0 2.5em;
  }
  .event_form_02 .ttl {
    font-size: 1.14em;
    text-align: center;
    padding: 0 0 100px;
    background-position: bottom;
    background-size: 100px;
  }
}


.event_thanks_icon {
  margin: -1.5em 0 2em;
  text-align: center;
}

.event_thanks_icon img {
  width: 180px;
  max-width: 60%;
}

.event_thanks_txt {
  text-align: center;
}

.event_thanks_txt h2 {
  margin-bottom: 20px;
  font-weight: 700;
  font-size: 1.25em;
}

.event_thanks_txt p {
  line-height: 2;
}

.event_thanks_tel {
  margin-top: 30px;
  text-align: center;
}

.event_thanks_tel .tel {
  font-size: 1.9375em;
  font-family: futura-pt, sans-serif;
  font-weight: 300;
  letter-spacing: 3px;
  line-height: 1;
}
.event_thanks_tel .tel img {
  width: 30px;
  height: 20px;
  margin-right: 10px;
  vertical-align: baseline;
}

.event_thanks_tel .time {
  font-size: .75em;
  margin-bottom: 1em;
}



.event_thanks_sns {
  margin-bottom: 120px;
  text-align: center;
}

.event_thanks_sns .list_sns {
  display: flex;
  justify-content: center;
  margin-inline: auto;
  gap: 20px;
  margin-top: 20px;
}

.event_thanks_sns .list_sns li img {
  height: 40px;
}

@media screen and (max-width: 767px) {
.event_thanks_icon {
  margin: 0 0 2em;
  text-align: center;
}

.event_thanks_icon img {
  width: 120px;
  max-width: 60%;
}

.event_thanks_txt {
  text-align: center;
}

.event_thanks_txt h2 {
  margin-bottom: 20px;
  font-weight: 700;
  font-size: 1.25em;
}

.event_thanks_txt p {
  line-height: 2;
}


.event_thanks_tel {
  margin-top: 30px;
  text-align: center;
}

.event_thanks_tel .tel {
  font-size: 1.9375em;
  font-family: futura-pt, sans-serif;
  font-weight: 300;
  letter-spacing: 3px;
  line-height: 1;
}
.event_thanks_tel .tel img {
  width: 30px;
  height: 20px;
  margin-right: 10px;
  vertical-align: baseline;
}

.event_thanks_tel .time {
  font-size: .75em;
  margin-bottom: 1em;
}

}