﻿@charset "utf-8";
@import "/css/print.css"print;
@import url('https://fonts.googleapis.com/css2?family=Roboto+Mono:ital,wght@0,100..700;1,100..700&display=swap');
@font-face {
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-weight: 900;
  src: url("webfonts/fa-solid-900.eot");
  src: url("wbfonts/fa-solid-900.eot?#iefix") format("embedded-opentype"), url("webfonts/fa-solid-900.woff2") format("woff2"), url("webfonts/fa-solid-900.woff") format("woff"), url("webfonts/fa-solid-900.ttf") format("truetype"), url("webfonts/fa-solid-900.svg#fontawesome") format("svg");
}
.fa, .fas {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}
/****************** BASIC **********************/
body {
  font-family: "Hiragino Kaku Gothic Pro", Meiryo, "MS PGothic", sans-serif !important;
  line-height: 1.8 !important;
}
/****************** FLOAT **********************/
.clear {
  clear: both;
}
.f-left {
  float: left;
}
.f-right {
  float: right;
}
/****************** LINK **********************/
.btn-square-soft {
  display: inline-block;
  position: relative;
  text-decoration: none;
  color: #ab8789;
  border-radius: 5px;
  text-align: center;
  vertical-align: middle;
  overflow: hidden;
  font-weight: bold;
  background: linear-gradient(#efdde3 0%, #d6a8a8 100%);
  text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.66);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.28);
  padding: 1px 10px;
  font-size: 12px;
}
.btn-square-soft:hover {
  color: #ab8789;
  -webkit-transform: translateY(2px);
  transform: translateY(2px);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.15);
  background-image: linear-gradient(#f3d6db 0%, #e3bcb3 100%);
}
/****************** TEXT **********************/
h1 {
  display: block;
  width: 100%;
  font-size: 10px !important;
  line-height: 1 !important;
  margin: 20px 0 0 5px;
}
h1, h2, h3, h4, h5, h6 {
  text-transform: none !important;
}
h3.page-ttl:after {
  display: block;
  width: 60px;
  height: 2px;
  margin-top: 15px;
  content: '';
  background-color: #0082b3;
}
h4 {
  font-size: 18px;
  margin: 7px 0 20px;
}
h4:after {
  width: 60px;
  background-color: #82def9;
}
h4.mds {
  border-left: 5px solid #82def9;
  padding: 0 0 0 2.5em;
  font-size: 15px;
  text-indent: -2em;
}
.txt-s {
  font-size: 70%;
  font-weight: normal;
}
.txt-ss {
  font-size: 50%;
  font-weight: normal;
}
.txt-l {
  font-size: 120%;
}
.txt-ll {
  font-size: 150%;
}
.txt-lll {
  font-size: 170%;
}
.txt-bld {
  font-weight: bold;
}
.txt-nml {
  font-weight: normal;
}
.txt-red {
  color: #f00;
}
@media only screen and (max-width: 800px) {
  h4 {
    margin: 7px 0 20px;
  }
}
/****************** TEXT 装飾 **********************/
.keikohpen {
  background: linear-gradient(transparent 70%, #bde4f7 30%);
  padding: 0 0.1em;
  line-height: 1.6;
}
/****************** ALIGN **********************/
.txt-left {
  text-align: left;
}
.txt-right {
  text-align: right;
}
.txt-center {
  text-align: center;
}
/****************** INDENT **********************/
.indent {
  padding-left: 1em;
  text-indent: -1em;
}
/****************** MARGIN ******************/
.has-margin-0-l16 {
  margin: 0 0 0 16px !important;
}
.has-margin-btm30 {
  margin: 0 0 30px 0 !important;
}
.has-margin-btm50 {
  margin: 0 0 50px 0 !important;
}
.mgn-l-0 {
  margin-left: 0 !important;
}
.mgn-l-10 {
  margin-left: 10px !important;
}
.mgn-t-0 {
  margin-top: 0 !important;
}
.mgn-t-10 {
  margin-top: 10px !important;
}
.mgn-t-20 {
  margin-top: 20px !important;
}
.mgn-t-30 {
  margin-top: 30px !important;
}
.mgn-b-0 {
  margin-bottom: 0 !important;
}
.mgn-b-10 {
  margin-bottom: 10px !important;
}
.mgn-b-20 {
  margin-bottom: 2px !important;
}
.mgn-b-30 {
  margin-bottom: 30px !important;
}
/****************** PADDING ******************/
.has-padding {
  padding: 60px 0 !important;
}
.has-padding0 {
  padding: 0 !important;
}
.has-padding30 {
  padding: 30px 0 !important;
}
.top-has-padding {
  padding: 60px 0 0 !important;
}
.pdg-b-0 {
  padding-bottom: 0 !important;
}
.pdg-b-10 {
  padding-bottom: 10px !important;
}
.pdg-b-30 {
  padding-bottom: 30px !important;
}
.pdg-b-20 {
  padding-bottom: 20px !important;
}
/****************** COMMON **********************/
/* table2 */
.row-head {
  border-collapse: collapse;
  vertical-align: middle;
  width: 100%;
}
.row-head th, .row-head td {
  border: 1px solid #dbe1e8;
  padding: 8px;
}
.row-head th {
  background: #ccc;
}
.row-head label {
  line-height: 34px;
  margin: 0;
}
@media only screen and (max-width: 800px) {
  .row-head tr, .row-head td {
    display: block;
    width: auto;
  }
  .row-head thead tr {
    padding: 0;
  }
  .row-head tr {
    border: 1px solid #dbe1e8;
    border-radius: 5px;
    box-shadow: 3px 3px rgba(0, 0, 0, .1);
    margin-bottom: 20px;
    padding: 8px 8px 0;
  }
  .row-head td {
    border: none;
    border-bottom: 1px solid #dbe1e8;
  }
  .row-head td:last-child {
    border-bottom: none;
  }
  .row-head td::before {
    content: attr(aria-label);
    display: inline-block;
    font-weight: bold;
    float: left;
    text-align: left;
    padding-right: 10px;
    white-space: nowrap;
  }
  .row-head td.bt-area::before {
    display: none;
  }
  .row-head td.bt-area a {
    background: #007aff;
    border-radius: 5px;
    color: #fff;
    display: inline-block;
    flex: 1;
    height: 40px;
    margin: 0 2px;
    overflow: hidden;
    width: auto;
  }
  .row-head td.bt-area a::before {
    align-items: center;
    content: attr(aria-label);
    display: flex;
    font-size: 14px;
    height: 100%;
    justify-content: center;
    line-height: 40px;
    width: 100%;
  }
  .row-head.header-check tr {
    padding-left: 40px;
    position: relative;
  }
  .row-head.header-check td:first-child {
    align-items: center;
    background: #fff;
    border-right: 1px solid #dbe1e8;
    border-bottom: none;
    bottom: 0;
    display: flex;
    justify-content: center;
    left: 0;
    padding: 0;
    position: absolute;
    text-align: center;
    top: 0;
    width: 40px;
  }
  .row-head.header-check td:first-child::before {
    display: none;
  }
}
/* table */
table {
  box-sizing: border-box;
  border-collapse: collapse;
  margin: 0 auto;
  text-align: center;
  width: 100%;
  margin: 0 auto;
}
table th, table td {
  border: 1px solid #999;
  padding: .5em 1em;
}
table th {
  background: #ccc;
  color: #fff;
}
table th .w30 {
  width: 30%;
}
@media (max-width: 480px) {
  table th, table td {
    display: block;
  }
  table th, table td {
    border-top: none;
  }
  table tr:first-child th {
    border-top: 1px solid #999;
  }
}
/* SWITCH */
@media screen and (min-width: 481px) {
  .pc-none {
    display: none;
  }
}
@media screen and (max-width: 480px) {
  .sp-none {
    display: none;
  }
}
/* LIST */
ul.list-dot li {
  list-style-type: disc;
  list-style-position: inside;
  padding-left: 1.3em;
  text-indent: -1.3em;
}
ul.check li {
  margin: 0 0 14px;
}
ul.check > li:before {
  content: "\f14a";
  color: #f00;
  position: relative;
  font-family: FontAwesome;
  margin-right: .5em;
}
ol.marunum { /*丸数字*/
  margin: 0 0 30px 16px !important;
  counter-reset: my-counter;
  list-style: none !important;
}
ol.marunum li {
  line-height: 1.4;
  /*box-shadow: 1px 1px 4px 0 rgba(0,0,0,0.1);*/
  margin: 0 0 20px -20px !important;
  padding: 20px 20px 20px 50px !important;
  list-style-type: none !important;
}
ol.marunum li:before {
  content: counter(my-counter);
  counter-increment: my-counter;
  color: #fff;
  background-color: #bae2ed;
  float: left;
  line-height: 22px;
  margin-left: -30px;
  text-align: center;
  width: 22px;
  border-radius: 50%;
  margin-right: 5px;
}
ol.list_parentheses { /*括弧付き数字*/
  padding: 0;
  margin: 0;
  list-style: none !important;
}
ol.list_parentheses li {
  list-style-type: none !important;
  list-style-position: inside;
  counter-increment: cnt;
  margin-top: 7px;
}
ol.list_parentheses li:before {
  content: "("counter(cnt) ") ";
  background-color: transparent;
  color: initial;
}
ol.alphabet li { /*アルファベット*/
  margin: 0 0 1em 0 !important;
  padding: 0 !important;
  list-style-type: lower-latin !important;
}
/* ICON */
.dli-exclamation-circle-indent {
  padding-left: 1.3em;
  text-indent: -1.3em;
}
.dli-exclamation-circle { /*ビックリマーク*/
  display: inline-block;
  vertical-align: middle;
  color: #f00;
  line-height: 1;
  position: relative;
  width: 1em;
  height: 1em;
  top: -.15em;
  margin-right: .2em;
  border: 0.1em solid currentColor;
  border-radius: 50%;
  box-sizing: content-box;
}
.dli-exclamation-circle > span {
  width: 0.15em;
  height: 0.6em;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.dli-exclamation-circle > span::before, .dli-exclamation-circle > span::after {
  content: '';
  display: block;
  width: inherit;
  background: currentColor;
}
.dli-exclamation-circle > span::before {
  margin-bottom: 0.1em;
  height: 0.35em;
  border-radius: 0.025em;
}
.dli-exclamation-circle > span::after {
  height: 0.15em;
  border-radius: 50%;
}
/* BOX */
.cont-wrap {
  border-bottom: 1px dotted #999;
  margin: 0 0 30px 0;
}
.white-base {
  background: #fff;
}
.gray-base {
  background: #eee;
}
.right-gray-base {
  background: #f5f5f5;
}
.border-box {
  padding: 20px;
  border: 1px dotted #999;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
}
/* BUTTON */
.o-btn {
  display: inline-block;
  padding: 7px 20px;
  margin: 0 10px;
  border-radius: 25px;
  text-decoration: none;
  color: #FFF;
  background-image: -webkit-linear-gradient(45deg, #FFC107 0%, #ff8b5f 100%);
  background-image: linear-gradient(45deg, #FFC107 0%, #ff8b5f 100%);
  transition: .4s;
}
.o-btn:hover {
  background-image: -webkit-linear-gradient(45deg, #FFC107 0%, #f76a35 100%);
  background-image: linear-gradient(45deg, #FFC107 0%, #f76a35 100%);
}
.o-btn p {
  margin: 0;
  padding: 0;
  color: #fff;
}
.o-btn p a {
  color: #fff;
}
.o-btn p:after {
  content: "\f105";
  position: relative;
  font-family: FontAwesome;
  margin-left: 5px;
  font-weignt: bold;
  font-size: 120%;
}
/* FLEX */
.flex-wrapper {
  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;
}
/****************** HEADER **********************/
.header-nav-wrapper {
  width: 100%;
  position: fixed;
  padding: 10px;
  background-size: 30px 30px !important;
  background-repeat: repeat;
  background-image: repeating-conic-gradient(from 0deg, #111111 0deg 90deg, #000000 90deg 180deg) !important;
  background: #111;
  background: rgba(0, 0, 0, .3);
  background-position: center;
  display: flex;
  align-items: center;
  justify-content: space-between;
  z-index: 1;
}
.header-nav-wrapper h1 {
  color: #fff;
}
.header-nav-wrapper .header-right {
  display: inline-block;
  max-width: 40%;
}
.header-nav-wrapper .header-right .logo {
  width: 265px;
  padding: 7px 0 0;
  text-align: left;
  border-bottom: none;
  background-color: transparent;
  position: absolute;
  z-index: 1000;
}
.header-nav-wrapper .header-right .logo h1 {
  margin: 0;
  padding: 0;
}
.header-nav-wrapper .header-right .logo img {
  max-width: 100%;
  height: auto;
}
@media screen and (min-width: 1025px) {
  .header-nav-wrapper {
    display: grid;
    grid-template-rows: 1fr;
    align-content: space-around;
    justify-content: center;
    justify-items: center;
    width: 10%;
    height: 100vh;
  }
  .header-nav-wrapper .header-right .logo {
    width: 85%;
    margin: 0;
    padding: 1em;
    text-align: center;
  }
  .header-nav-wrapper h1 {
    width: 100%;
    display: block;
  }
}
@media screen and (max-width: 1024px) {
  .header-nav-wrapper {
    height: 78px;
    top: 0;
  }
  .header-nav-wrapper .header-right {
    max-width: 80%;
  }
  .header-nav-wrapper .header-right .logo {
    width: 70px;
    top: 18px;
  }
}
/****************** HEADER NAV **********************/
.navicon {
  position: absolute;
  z-index: 1000;
}
.nav-logo {
  position: absolute;
  z-index: 1000;
}
/*20250921追加*/
@media screen and (min-width: 1025px) {
  .navicon {
    top: 20px;
  }
  .nav-logo {
    width: 70%;
    top: 100px;
  }
  .nav-catch {
    width: 100%;
    font-family: "Hiragino Kaku Gothic Pro", "MS PGothic", sans-serif;
    font-size: 0.7vw;
    border: .5px solid aliceblue;
    margin-bottom: 1em;
    padding: .3em 1em;
  }
  .nav-cname {
    margin-bottom: .5em;
    text-align: center;
  }
  .nav-cname p {
    line-height: 1.5em;
    margin-bottom: 0;
    letter-spacing: 1px;
    font-family: "Hiragino Kaku Gothic Pro", "MS PGothic", sans-serif;
    color: aliceblue;
  }
  .cname-h {
    font-size: 0.7vw;
    padding-bottom: 0.3em;
  }
  .cname {
    font-size: 1vw;
    padding-bottom: 0.3em;
  }
  .nav-tel {
    margin-top: -10px;
    text-align: center;
    font-family: "Barlow Condensed", sans-serif;
    font-weight: 200;
    font-style: normal;
    font-size: 1.2vw;
  }
  .nav-tel a {
    text-align: center;
    color: aliceblue;
  }
  .nav-tel span:before {
    content: "\f095";
    font-family: FontAwesome;
    font-size: .8em;
    margin-right: .2em;
  }
  .nav-btm {
    grid-row-end: 4;
    color: aliceblue;
    margin-bottom: 60px;
  }
}
.navicon {
  background-color: transparent;
  z-index: 1000;
}
@media screen and (max-width: 1024px) {
  .nav-logo {
    width: 85px;
    top: 21px;
  }
  .nav-btm {
    display: none;
  }
}
.primary-nav-wrapper {
  background-color: rgba(0, 0, 0, 0.7) !important;
}
.primary-nav-wrapper .btn {
  background-color: transparent;
  color: #fff;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.8);
}
.dropdown {
  display: block;
  font-size: 14px;
  color: #fff;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.8);
  align-items: center;
  justify-content: center;
  padding: 0 0 1em 12%;
  z-index: 999;
}
.dropdown a {
  display: inline-block;
  vertical-align: middle;
  line-height: 1.42857143;
  color: #fff;
  padding: 6px 0px;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.8);
  position: relative;
  transition: .3s;
}
.dropdown a:hover::after {
  content: "";
  width: 100%;
  height: 1px;
  display: block;
  background-color: rgb(130, 222, 249);
  position: absolute;
  bottom: 0px;
  left: 50%;
  transform: translateX(-50%);
  transition: 0.3s;
}
.caret {
  color: #82def9;
  margin-left: 3px !important;
}
.caret.rotate {
  transform: rotate(180deg);
  transition: .3s;
}
.nav-toggle span, .nav-toggle span:before, .nav-toggle span:after {
  height: 1px !important;
  background: #fff;
}
.op40 {
  opacity: 0.4;
}
/*accordion*/
.accordion-item {
  padding: 0 0 1em 0;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.8);
}
.accordion-button {
  display: block;
  background: transparent;
  cursor: pointer;
  padding: .5em 0;
  width: fit-content;
  position: relative;
  transition: .3s;
}
.accordion-button:hover::after {
  content: "";
  width: 100%;
  height: 1px;
  display: block;
  background-color: rgb(130, 222, 249);
  position: absolute;
  bottom: 0px;
  left: 50%;
  transform: translateX(-50%);
  transition: 0.3s;
}
.accordion-collapse div:last-of-type {
  margin-bottom: 2em;
}
.accordion-body {
  border-bottom: 1px dotted #999;
  margin-bottom: 10px;
  padding-bottom: 10px;
}
.accordion-body a {
  width: fit-content;
  padding: .5em 20px;
  color: #fff;
  transition: .3s;
}
.accordion-body a:hover {
  color: #82def9;
}
.accordion-body a:hover::after {
  content: none;
}
.nav-toggle span, .nav-toggle span:before, .nav-toggle span:after {
  height: 1px !important;
}
.mopen::before {
  transform: translateY(-5px);
}
.mopen::after {
  transform: translateY(5px);
}
@media screen and (max-width: 1024px) {
  .primary-nav-wrapper {
    padding-top: 90px;
  }
  .dropdown {
    display: block !important;
    padding: 0 0 1em 1em !important;
  }
}
/****************** MAIN WRAPPER **********************/
.main-wrapper {
  width: 100%;
  background: #fff;
  padding-left: 10%;
  /*min-width: calc(100% - 100px);*/
}
@media screen and (max-width: 1024px) {
  .main-wrapper {
    padding-left: 0;
  }
}
/****************** SLIDER **********************/
.wp1 {
  font-size: 26px !important;
  font-weight: normal;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.4);
  margin: 0 auto !important;
}
.wp1 p {
  color: #82def9;
  font-size: 60px;
  line-height: 1;
  font-family: "Ubuntu", sans-serif;
  font-weight: 500;
  font-style: normal;
  text-shadow: none
}
@media screen and (max-width: 480px) {
  .wp1 {
    font-size: 15px !important;
    line-height: 1.6;
  }
  .wp1 p {
    font-size: 30px;
  }
}
header.hero .hero-bg .hero-intro-text {
  margin-top: 30px !important;
  padding-top: 0;
  text-align: center;
  font-size: 16px !important;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4);
}
.hero-bg-01 {
  background-image: url(../img/hero-bg-01.jpg);
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: cover;
}
.hero-bg-02 {
  background-image: url(../img/hero-bg-02.jpg);
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: cover;
}
.hero-bg-03 {
  background-image: url(../img/hero-bg-03.jpg);
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  .hero-bg-01 {
    background-image: url(../img/hero-bg-01-sp.jpg);
  }
  .hero-bg-02 {
    background-image: url(../img/hero-bg-02-sp.jpg);
  }
  .hero-bg-03 {
    background-image: url(../img/hero-bg-03-sp.jpg);
  }
}
/****************** INFO **********************/
#info .info-wrapper {
  height: 260px;
  padding: .5em 0;
}
#info ul {
  height: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  overflow-x: hidden;
  padding-right: 1em;
}
#info ul li {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
#info ul li {
  border-bottom: 1px dotted #999;
  padding-bottom: 12px;
  margin-top: 12px;
  font-size: 12px;
  line-height: 1.6;
  width: 100%;
}
#info ul li::before {
  font-family: FontAwesome;
  font-weight: bold;
  content: "\f0da";
  color: #f00;
  position: relative;
  margin-right: .5em;
}
#info ul li .ttl {
  font-weight: bold;
  font-size: 14px;
  margin: -4px 0 0 0;
  padding-right: 1em;
  min-width: 23%;
  width: 23%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
#info ul li .txt {
  min-width: 77%;
  width: 77%;
}
#info ul li .txt p {
  font-size: 12px;
  line-height: 1.6;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
#info ul li .txt img {
  max-width: 15%;
  height: auto;
}
@media screen and (max-width: 480px) {
  #info .info-wrapper {
    border-top: 1px solid #eae9e9;
    border-bottom: 1px solid #eae9e9;
    padding: .5em 0;
  }
  #info ul {
    padding-right: 0;
  }
  #info ul li {
    display: block;
  }
  #info ul li .ttl {
    width: 91%;
    display: inline-block;
    padding: 0 0 1em 0;
  }
  #info ul li .txt {
    width: 100%;
  }
}
/****************** INTRO **********************/
#intro {
  background-image: url(../img/makuhari.jpg);
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: cover;
  padding: 2em 0 2em 10% !important;
}
@media screen and (max-width: 1024px) {
  #intro {
    margin-top: 78px;
  }
  .top #intro {
    margin-top: 0;
    padding: 0 !important;
  }
}
/****************** FREEBIES **********************/
#freebies ul li {
  margin: 0 0 14px;
}
#freebies ul > li:before {
  content: "\f14a";
  color: #f00;
  position: relative;
  font-family: FontAwesome;
  margin-right: .5em;
}
#freebies .freebie-content h2 {
  font-size: 22px;
}
.freebies .item_box * {
  box-sizing: border-box;
}
.freebies .item_box {
  width: 100%;
}
.freebies .item_link {
  display: block;
}
.freebies .item_content {
  position: relative;
  overflow: hidden;
}
.freebies .item_image:after {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  content: '';
  background-color: rgba(65, 74, 82, 0.5);
}
.freebies .item_image img {
  width: 100%;
  height: auto;
  vertical-align: top;
}
.freebies .item_mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(65, 74, 82, 0.7);
  opacity: 0;
}
.freebies .item_mask-text {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  padding: 0.5em;
  font-size: 0.8em;
  text-align: center;
  color: #fff;
  transform: translateY(-50%);
  z-index: 999;
}
.freebies .item_mask-text .ttl {
  font-size: 13px;
  font-weight: 500;
  line-height: 15px;
  display: block;
  width: fit-content;
  margin: 0 auto 2.5em;
  padding: 15px 30px 30px;
  letter-spacing: 2px;
  color: #fff;
  border-bottom: solid 2px #fff;
}
.freebies .item_text {
  margin-top: 10px;
  text-align: center;
}
.freebies .item_box .item_link:hover .item_mask {
  opacity: 1;
}
/* -text-from-bottom */
.freebies .item_box.-text-from-bottom .item_mask {
  transition: opacity 0.5s ease;
}
.freebies .item_box.-text-from-bottom .item_mask-text {
  top: 100%;
  transition: top 0.5s ease;
}
.freebies .item_box.-text-from-bottom .item_link:hover .item_mask-text {
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 991px) {
  .freebies .item_content {
    margin-bottom: 1em;
  }
}
/****************** INTRODUCE **********************/
#introduce {
  margin-bottom: 80px !important;
}
#introduce .introduce-intro {
  margin-bottom: 80px;
}
#introduce .introduce-intro .item {
  width: 95%;
  margin: 0 auto;
}
#introduce .introduce-intro .item img {
  width: 100%;
}
#introduce .introduce-intro .item h3.name {
  position: relative;
  color: white;
  padding: 0.3em 0.3em 0.3em 2em;
  background-color: #4b5f82;
  font-size: 14px;
  font-weight: normal;
}
#introduce .introduce-intro .item h3.name:after {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  content: '';
  width: 24px;
  height: 2px;
  background-color: white;
}
@media screen and (min-width: 1025px) {
  #introduce {
    margin-bottom: 0 !important;
    padding-bottom: 100px !important;
  }
  #introduce .introduce-intro {
    margin-bottom: 0 !important;
  }
}
figure.effect-sadie figcaption::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-linear-gradient(top, rgba(72, 76, 97, 0) 0%, rgba(72, 76, 97, 0.8) 75%);
  background: linear-gradient(to bottom, rgba(72, 76, 97, 0) 0%, rgba(72, 76, 97, 0.8) 75%);
  content: '';
  opacity: 0;
  -webkit-transform: translate3d(0, 50%, 0);
  transform: translate3d(0, 50%, 0);
}
figure.effect-sadie h2 {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  color: #484c61;
  -webkit-transition: -webkit-transform 0.35s, color 0.35s;
  transition: transform 0.35s, color 0.35s;
  -webkit-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
}
figure.effect-sadie figcaption::before, figure.effect-sadie p {
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
}
/****************** KENSETU **********************/
#kensetu #intro h4 {
  line-height: 2;
}
#kensetu h4:after {
  display: none;
}
#kensetu #intro {
  background-image: url(../kensetsu/img/intro-bg01.jpg);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
}
#kensetu .no-img-intro {
  background-image: none !important;
  background-color: #f5f5f5;
}
#kensetu .read .item-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
#kensetu .read .item {
  display: inline-block;
  padding: 7px 20px;
  margin: 0 10px;
  border-radius: 25px;
  text-decoration: none;
  color: #FFF;
  background-image: -webkit-linear-gradient(45deg, #FFC107 0%, #ff8b5f 100%);
  background-image: linear-gradient(45deg, #FFC107 0%, #ff8b5f 100%);
  transition: .4s;
}
@media screen and (max-width: 768px) {
  #kensetu .read .item-wrapper {
    display: block;
  }
  #kensetu .read .item {
    display: block;
    width: 90%;
    margin: 10px auto;
  }
}
#kensetu .read .item:hover {
  background-image: -webkit-linear-gradient(45deg, #FFC107 0%, #f76a35 100%);
  background-image: linear-gradient(45deg, #FFC107 0%, #f76a35 100%);
}
#kensetu .read .item p {
  margin: 0;
  padding: 0;
  color: #fff;
}
#kensetu .read .item p:after {
  content: "\f105";
  position: relative;
  font-family: FontAwesome;
  margin-left: 5px;
  font-weignt: bold;
  font-size: 120%;
}
#kensetu .cont-wrap ul {
  margin: 0 0 30px 16px;
}
#kensetu .cont-wrap ul li {
  list-style: disc;
  margin: 10px 0 0 0;
}
#kensetu .cont-wrap ol {
  margin: 0 0 30px 16px;
}
#kensetu .cont-wrap aside {
  border: 1px dotted #999;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  margin-bottom: 30px;
}
#kensetu .cont-wrap aside h5 {
  margin: 0 0 16px 0;
  padding: 10px 20px;
  background: #f5f5f5;
  font-weight: bold;
  width: 100%;
}
#kensetu .cont-wrap aside p {
  margin: 0;
  padding: 0 40px 8px;
}
#kensetu .cont-wrap aside p.mds {
  margin: 0;
  padding: 10px 30px 10px;
  font-weight: bold;
}
#kensetu .cont-wrap aside p.subkajo {
  margin: 0 0 10px 0;
  padding: 0;
}
#kensetu .cont-wrap aside ol {
  margin: 0 40px;
}
#kensetu .cont-wrap aside ol li {
  list-style-type: lower-roman !important;
  list-style-position: inside;
  margin: 0 0 10px 0;
  line-height: 1.4;
}
#kensetu table .mds {
  border-left: 7px solid #00089b;
  padding: 0 0 0 10px;
  margin: 0 0 3px;
}
@media (max-width: 480px) {
  #kensetu table {
    border-top: 1px solid #999;
  }
}
/****************** SHINSEI **********************/
#shinsei #intro h4 {
  line-height: 2;
}
#shinsei h4:after {
  display: none;
}
#shinsei #intro {
  background-image: url(../shinsei/img/intro-bg01.jpg);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
}
#shinsei .no-img-intro {
  background-image: none !important;
  background-color: #f5f5f5;
}
#shinsei .cont-wrap ul {
  margin: 0 0 30px 16px;
}
#shinsei .cont-wrap ul li {
  list-style: disc !important;
  margin: 10px 0 0 0 !important;
}
#shinsei .cont-wrap ol {
  list-style-type: decimal;
  margin: 0;
  line-height: 1.4;
}
#shinsei .cont-wrap ol li {
  list-style-type: decimal;
  margin: 0 0 1em 1em;
}
#shinsei .cont-wrap ol .fas {
  color: #e0b4ac;
  font-family: FontAwesome;
  font-weignt: bold;
  font-size: 300%;
  margin-bottom: 20px;
  display: block;
  width: 100%;
  text-align: center;
}
#shinsei .waste-type {
  width: 100%;
}
#shinsei .waste-type p {
  width: 48%;
  display: inline-block;
  margin: 0 0 7px 0;
  padding: 0;
}
#shinsei .waste-type p:before {
  content: "●";
  margin-right: 3px;
}
#shinsei .cont-wrap aside {
  border: 1px dotted #999;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  margin-bottom: 30px;
}
#shinsei .cont-wrap aside h5 {
  margin: 0 0 16px 0;
  padding: 10px 20px;
  background: #f5f5f5;
  font-weight: bold;
  width: 100%;
}
#shinsei .cont-wrap aside p {
  margin: 0;
  padding: 0 40px 8px;
}
#shinsei .cont-wrap aside p.mds {
  margin: 0;
  padding: 10px 30px 10px;
  font-weight: bold;
}
#shinsei .cont-wrap aside p.subkajo {
  margin: 0 0 10px 0;
  padding: 0;
}
#shinsei .cont-wrap aside ul {
  width: 90%;
  margin: 20px auto;
}
#shinsei .cont-wrap aside ol {
  margin: 0 40px;
}
#shinsei .cont-wrap aside ol li {
  list-style-type: lower-roman !important;
  list-style-position: inside;
  margin: 0 0 10px 0;
  line-height: 1.4;
}
#shinsei table .mds {
  border-left: 7px solid #00089b;
  padding: 0 0 0 10px;
  margin: 0 0 3px;
}
#shinsei table .w30 {
  width: 30%;
}
@media (max-width: 800px) {
  #shinsei table .w30 {
    width: 100%;
    display: block;
  }
}
@media (max-width: 480px) {
  #shinsei table {
    border-top: 1px solid #999;
  }
}
#shinsei .takkenmenkyo-wrap span {
  border-left: 5px solid #999;
  padding-left: 5px;
}
#shinsei .takkenmenkyo-wrap span:after {
  content: "：";
  margin: 0 3px;
}
#shinsei .takkenmenkyo-wrap {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px dotted #999;
}
/****************** GREETING **********************/
#greeting #intro h4 {
  line-height: 2;
}
#greeting h4:after {
  display: none;
}
#greeting #intro {
  background-image: url(../img/greeting/about-bg01.jpg);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
}
#greeting .greeting-photo {
  width: 100%;
  margin-bottom: 30px;
}
#greeting .read h3 {
  color: #000;
}
/****************** SOLAR **********************/
#solar img {
  max-width: 100%;
}
#solar img.img-80 {
  max-width: 80%;
}
#solar .a-block {
  display: block
}
#solar h4.mds {
  margin-bottom: 1em;
}
#solar h4.mds::after {
  content: none;
  background-color: transparent;
}
#solar #intro {
  background-image: url(../img/solar/solar-bg01.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
#solar .flow-check-btm {
  padding: 1em;
}
#solar .flow {
  text-align: center;
}
#solar .flow-check {
  text-align: center;
  margin: 3em auto 0;
  padding: 0 0 2em;
  border: 1px solid #f00;
  width: -moz-fit-content; /* Firefox */
  width: fit-content; /* other browsers */
}
#solar .flow-check h5 {
  background: #f00;
  color: #fff;
  font-size: 18px;
  margin-bottom: 1em;
  padding: 5px 2em;
  width: 100%;
}
#solar .flow-check h5::before {
  font-family: "Font Awesome 5 Free";
  content: "\f00c";
  font-weight: 900;
  font-size: 120%;
  color: #fff;
  margin-right: 5px;
}
#solar .flow-check ul {
  text-align: left;
  margin: 0 auto;
  width: -moz-fit-content; /* Firefox */
  width: fit-content; /* other browsers */
}
#solar .cont-05 dl {
  width: 100%;
  border-top: 1px dotted #999;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
#solar dl dt {
  width: 30%;
}
#solar dl dd {
  width: 70%;
  padding-left: 1em;
}
#solar dl dt, #solar dl dd {
  border-bottom: 1px dotted #999;
  padding-bottom: .5em;
  margin-top: .5em;
}
#solar dl dt p {
  border-left: 5px solid #999;
  margin: 0;
  padding: 0 0 0 7px;
}
#solar .marunum, #solar .marunum li, #solar .list_parentheses, #solar .list_parentheses li {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}
#solar #cont-08 .marunum {
  margin: 0 !important;
  padding: 0 !important;
}
#solar #cont-08 .marunum li {
  margin-top: .5em !important;
  padding-top: 0 !important;
}
@media (max-width: 960px) {
  #solar dl dt {
    width: 45%;
  }
  #solar dl dd {
    width: 55%;
  }
}
@media (max-width: 480px) {
  #solar dl dt {
    width: 65%;
  }
  #solar dl dd {
    width: 35%;
  }
  #solar img.img-80 {
    max-width: 100%;
  }
}
/****************** BCP **********************/
#bcp img {
  max-width: 100%;
}
#bcp h4.mds {
  margin-bottom: 1em;
}
#bcp h4.mds::after {
  content: none;
  background-color: transparent;
}
#bcp #intro {
  background-image: url(../img/bcp/bcp-bg01.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
#bcp ol li {
  list-style-type: decimal !important;
  list-style-position: inside;
  margin: 0 0 10px 0;
  line-height: 1.4;
}
#bcp .process li p {
  display: block;
  border: 1px solid #eee;
  background: #f5f5f5;
  text-align: center;
  margin: 0 0 .5em 0;
  padding: .5em 1em;
}
#bcp .process li::after {
  display: block;
  text-align: center;
  margin-bottom: .5em;
  font-family: "Font Awesome 5 Free";
  content: "\f078";
  font-weight: 900;
}
#bcp .process li:last-child::after {
  content: none;
}
#bcp ul.ex {
  margin: 0 0 1.5em 1em;
}
#bcp ul.ex li {
  list-style-type: disc;
  margin-bottom: .5em;
}
#bcp ul.ex li h6 {
  display: inline-block;
  font-weight: bold;
  line-height: 1;
  padding: .2em 1em;
  background: #fff;
  border: 1px solid #999;
  border-radius: 5px;
}
/****************** RECRUIT **********************/
#recruit #intro h4 {
  line-height: 2;
}
#recruit h4:after {
  display: none;
}
#recruit #intro {
  background-image: url(../img/recruit/recruit-bg01.jpg);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
}
#recruit .item-wrap span {
  border-left: 5px solid #999;
  padding-left: 5px;
  display: inline-block;
  vertical-align: top;
  width: 120px;
}
#recruit .item-wrap {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px dotted #999;
}
#recruit .item-wrap:last-child {
  border-bottom: none;
}
#recruit .item-wrap ul {
  display: inline-block;
  vertical-align: top;
}
/****************** CONTACT **********************/
#contact table {
  margin: 30px 0 30px;
}
#contact .w100per {
  width: 100%;
}
#contact .w70per {
  width: 70%;
}
#contact .w30per {
  width: 30%;
}
@media (max-width: 480px) {
  #contact .w70per, #contact .w30per {
    width: 100%;
  }
}
#contact .input, textarea {
  width: 100%;
  height: 120px;
}
#contact .required {
  background: #f00;
  border-radius: 3px;
  color: #fff;
  font-size: 10px;
  padding: 3px 5px;
  margin-left: 5px;
}
#contact .tel-box {
  border: 1px dotted #999;
  border-radius: 5px;
  background: #eee;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  margin-bottom: 30px;
  padding: 20px !important;
}
#contact .tel-box p {
  font-weight: bold;
  font-size: 36px;
  padding: 0;
  margin: 0;
}
@media (max-width: 480px) {
  #contact .tel-box p {
    font-size: 27px;
  }
}
#contact .tel-box p:before {
  content: "\f095";
  font-family: FontAwesome;
  font-size: 120%;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  margin-right: 5px;
}
#contact .tel-box p a {
  color: #414A52;
}
/****************** PRIVACY **********************/
#praivacy ol {
  margin-bottom: 30px;
}
#praivacy ol li {
  list-style-type: decimal !important;
  list-style-position: inside;
  margin: 0 0 10px 0;
  line-height: 1.4;
}
#praivacy ol li h5 {
  font-size: 100%;
  font-weight: bold;
  border-left: none;
}
#praivacy h5 {
  font-size: 100%;
  font-weight: bold;
  border-left: 5px solid #999;
  padding-left: 5px;
}
/****************** LINK **********************/
#link ul.link-wrap li {
  margin: 0 0 16px 0;
  padding: 0 0 16px 0;
  border-bottom: 1px dotted #999;
}
#link ul.link-wrap li a {
  color: #414A52;
}
#link ul.link-wrap li a:before {
  font-family: "Font Awesome 5 Free";
  content: "\f35d";
  font-weight: bold;
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  margin-right: 5px;
}
/****************** HEAD OFIICE **********************/
#head-office #intro h4 {
  line-height: 2;
}
#head-office h4:after {
  display: none;
}
#head-office #intro {
  background-image: url(../img/greeting/about-bg01.jpg);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
}
#head-office .teaser {
  height: 300px;
  text-align: center;
}
/****************** chiba-branch **********************/
#chiba-branch #intro h4 {
  line-height: 2;
}
#chiba-branch h4:after {
  display: none;
}
#chiba-branch #intro {
  background-image: url(../img/chiba-branch/about-bg02.jpg);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
}
#chiba-branch .teaser {
  height: 300px;
  text-align: center;
}
/****************** ichikawa-branch **********************/
#ichikawa-branch #intro h4 {
  line-height: 2;
}
#ichikawa-branch h4:after {
  display: none;
}
#ichikawa-branch #intro {
  background-image: url(../img/ichikawa-branch/about-bg03.jpg);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
}
#ichikawa-branch .teaser {
  height: 300px;
  text-align: center;
}
/****************** OUTLINE **********************/
.outline dl {
  width: 100%;
  margin: 0;
  padding: 0 0 0 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.outline dt {
  font-weight: bold;
  width: 25%;
  min-width: 100px;
  padding: 3px 30px 4px 0;
  margin: 0 -1px 0 0;
  border-right: 1px solid #999;
  position: relative;
}
.outline dt:before {
  content: "";
  width: 30px;
  position: absolute;
  border-top: 1px solid #999;
  top: -1px;
  right: -15px;
}
.outline dt:after {
  content: "";
  width: 5px;
  height: 5px;
  background: #333;
  border: 1px solid #999;
  position: absolute;
  border-radius: 6px;
  top: -3px;
  right: -3px;
}
.outline dd {
  width: 75%;
  padding: 3px 0 4px 30px;
  margin: 0;
}
.outline dd img {
  max-width: 100%;
}
.outline dd img.img-s {
  max-width: 30%;
}
.outline dd img.img-m {
  max-width: 70%;
}
.outline .photo img {
  width: 100%;
}
.outline .photo {
  overflow: hidden;
}
.outline .gaikan-photo {
  width: 50%;
  text-align: center;
  margin-top: 20px;
}
.outline .gaikan-photo img {
  width: 90%;
}
@media (max-width:460px) {
  .outline dd img.img-m {
    max-width: 80%;
  }
}
/****************** FOOTER **********************/
.footer-bg {
  background-color: #bae2ed;
  padding-left: 10% !important;
}
.footer-bg .container .row:last-child p {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  line-height: 1;
  vertical-align: middle;
  display: inline-block;
  font-size: 12px;
}
footer .f-nav-wrapper {
  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;
}
footer .f-nav-wrapper .f-menu-wrap {
  width: 13%;
  padding: 16px 5px;
  display: block !important;
  vertical-align: top;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
footer ul.footer-link {
  display: flex;
  align-items: center;
  margin: 0 0 60px;
  padding: 0 10px;
}
footer ul.footer-link li {
  max-width: 130px;
  margin: 0 2em 0 0;
  padding: 0;
}
footer ul.footer-link li:last-child {
  margin: 0;
}
footer ul.footer-link li img {
  max-width: 100%;
}
@media (max-width:1365px) {
  footer .f-nav-wrapper .f-menu-wrap {
    width: 25%;
    padding: 16px;
    display: block !important;
  }
}
@media screen and (max-width: 991px) {
  .footer-bg .container .row:last-child p {
    margin-left: 2%;
    padding-left: 16px;
  }
}
@media (max-width:640px) {
  footer .f-nav-wrapper .f-menu-wrap {
    width: 45%;
    padding: 16px;
    display: block !important;
    margin: 0 2%;
  }
}
@media (max-width:480px) {
  footer ul.footer-link li {
    width: 33%;
  }
}
footer .f-nav-wrapper .f-menu-wrap ul li {
  display: block !important;
  margin: 12px 0 0;
  padding: 0;
  color: #414A52;
  font-size: 14px;
}
footer .f-nav-wrapper .f-menu-wrap ul li.head {
  font-weight: bold;
}
footer ul li {
  color: #414A52;
}
footer ul li a {
  color: #414A52;
}
footer .footer-nav {
  border-top: solid 1px #414A52;
}
footer p {
  color: #414A52;
  font-size: 10px;
}
@media screen and (max-width: 1024px) {
  .footer-bg {
    padding-left: 0 !important;
  }
  footer p {
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  footer .footer-branding {
    padding: 0 10px;
  }
  footer .footer-nav ul.footer-primary-nav li {
    border-bottom: none;
  }
}
footer .footer-branding img {
  max-width: 40%;
  width: 420px;
  display: inline-block;
  margin-top: 4px;
}
@media screen and (max-width: 480px) {
  footer .footer-branding img {
    max-width: 80%;
    height: auto;
    margin: 0 auto 2em !important;
    display: block;
  }
}
footer .f-nav-ttl {
  font-size: 110%;
  font-weight: bold;
}
footer .f-nav-ttl:before {
  content: "＋＋＋";
  line-height: 1;
  margin-right: 5px;
  font-weight: normal;
}
footer .f-nav-ttl:after {
  content: "＋＋＋";
  line-height: 1;
  margin-left: 5px;
  font-weight: normal;
}
footer .foot-basic {
  display: inline-block;
  vertical-align: top;
  margin-left: 20px;
  font-size: 12px;
}
/****************** PAGE TOP **********************/
#page-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  font-size: 80%;
  display: none;
}
#page-top a span {
  display: block;
  color: #fff;
  border-radius: 25px;
  border: 1px solid #fff;
  background-color: rgba(186, 226, 237, 0.8);
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 40px;
  font-size: 36px;
}
#page-top a span:hover {
  background-color: rgba(142, 210, 229, 1);
}
/****************** CLASS HERO **********************/
#contact .hero, #contact .js-flickity, #praivacy .hero, #praivacy .js-flickity, #recruit .hero, #recruit .js-flickity, #kensetu .hero, #kensetu .js-flickity, #shinsei .hero, #shinsei .js-flickity, #greeting .hero, #greeting .js-flickity, #link .hero, #link .js-flickity, #head-office .hero, #head-office .js-flickity, #chiba-branch .hero, #chiba-branch .js-flickity, #ichikawa-branch .hero, #ichikawa-branch .js-flickity, #bcp .hero, #bcp .js-flickity, #solar .hero, #solar .js-flickity {
  display: none;
}
/****************** MAP **********************/
#map {
  width: 100%;
}
#map .map-wrap {
  position: relative;
  width: 100%;
  height: 600px;
  margin: 0;
  padding: 0;
}
#map .map-wrap iframe {
  border: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 95%;
  margin: 0;
  padding: 0;
}
#map .map-wrap .cap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  margin: 0;
  padding: 0;
  text-align: center;
}
/***************** TEXT Animation *****************/
.text {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #414A52;
  font-family: "Roboto Mono", monospace;
  font-size: 180%;
  font-weight: bold;
  text-transform: uppercase;
}
.text.is-active {
  --x: 0;
}
.char {
  overflow: hidden;
}
.char-text {
  display: inline-block;
  transform: translateX(var(--x, -101%));
  transition: transform 0.6s cubic-bezier(0.77, 0, 0.175, 1);
  transition-delay: calc(0.05s * var(--char-index));
}
.cap-container {
  width: 100%;
  height: auto;
  margin-bottom: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.visuallyHidden {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  margin: -1px !important;
  padding: 0 !important;
  overflow: hidden !important;
  clip: rect(0 0 0 0) !important;
  /*white-space: nowrap !important;*/
  border: 0 !important;
}
@media screen and (max-width: 480px) {
  .sp-none {
    display: none !important;
  }
}
/***************** Slick *****************/
.slick-dots li.slick-active button:before {
  color: #c50105;
}
.slide-items {
  display: none;
}
.slide-items.slick-initialized {
  display: block;
}
.slick-prev, .slick-next {
  width: 30px !important;
  height: 30px !important;
}
.slick-prev:before, .slick-next:before {
  font-size: 30px !important;
}
/***************** Movie *****************/
.top_mv {
  background: #221C1A;
  height: 100vh;
  position: relative;
}
.top_mv .slick-track {
  height: 100vh;
}
.top_mv .video {
  width: 100%;
  height: 100%;
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  overflow: hidden;
}
.top_mv_video {
  min-width: 100%;
  min-height: 100%;
  position: relative;
}
@media screen and (max-width: 859px) {
  .top_mv .sp-poster {
    width: 100%;
    height: 100vh;
    object-fit: cover;
    -webkit-filter: grayscale(100%) contrast(130%);
    -moz-filter: grayscale(100%) contrast(130%);
    -ms-filter: grayscale(100%) contrast(130%);
    filter: grayscale(100%) contrast(130%);
  }
}
/*****************************************
CATCH
*****************************************/
.top_mv .catch {
  width: 80%;
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  position: absolute;
  left: 50%;
  top: 45%;
  transform: translate(-50%, -50%);
  z-index: 3;
}
.top_mv .slick-slide::after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.2);
  background-image: radial-gradient(#111 20%, transparent 0%), radial-gradient(#111 20%, transparent 0%);
  background-size: 3px 3px;
  background-position: 0 0, 1.5px 1.5px;
}
.top_mv .catch h3 {
  color: rgba(255, 255, 255, 1.0);
}
.top_mv .catch .vcap {
  width: 100%;
  color: #82def9;
  text-shadow: 0 0 2px rgb(0, 0, 0, .8), 3px 3px 4px rgb(0, 0, 0, .5);
  letter-spacing: .25em;
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 400;
  font-style: italic;
  line-height: 2.4;
  margin: 1em 0;
}
.top_mv .catch .vcap span {
  font-size: 3.5vw;
}
/*20250921追加*/
@media screen and (min-width: 1025px) {
  .top_mv .catch {
    top: 40%;
  }
  .top_mv .catch .vcap span:first-child, .top_mv .catch .vcap span:last-child {
    color: #0083b4;
    font-family: "Hiragino Mincho ProN", YuMincho, serif;
  }
  .top_mv .catch .vcap span {
    color: #92d2e4;
  }
  .top_mv .catch .vcopy span {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.8vw;
  }
}
/*End*/
@media screen and (max-width: 859px) {
  .top_mv .catch .vcap span {
    font-size: 24px;
  }
}
@media screen and (max-width: 480px) {
  .top_mv .catch .vcap {
    letter-spacing: 0px;
  }
  .top_mv .catch .vcap span {
    font-size: 22px;
  }
}
/*****************************************
SCROLL DOWN
*****************************************/
.scroll-down {
  color: #fff;
  position: absolute;
  left: 12%;
  bottom: 130px;
  writing-mode: vertical-rl;
}
.scroll-down::before {
  animation: scroll 2s infinite;
  background-color: #fff;
  bottom: -115px;
  content: "";
  height: 100px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  width: 1px;
}
/* 線のアニメーション */
@keyframes scroll {
  0% {
    transform: scale(1, 0);
    transform-origin: 0 0;
  }
  50% {
    transform: scale(1, 1);
    transform-origin: 0 0;
  }
  51% {
    transform: scale(1, 1);
    transform-origin: 0 100%;
  }
  100% {
    transform: scale(1, 0);
    transform-origin: 0 100%;
  }
}
@media screen and (max-width: 1024px) {
  .scroll-down {
    bottom: 95px;
    left: 50%;
    transform: translateX(-50%);
  }
  .scroll-down::before {
    bottom: -85px;
    height: 70px;
  }
}
/* TXT ANIME*/
/*========= 1文字ずつ出現させるためのCSS ===============*/
.eachTextAnime span {
  opacity: 0;
}
.eachTextAnime.appeartext span {
  animation: text_anime_on 1s ease-out forwards;
  font-size: 28px;
}
@keyframes text_anime_on {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.top_mv .catch .txt {
  display: flex;
  overflow: hidden;
  justify-content: center;
}
.top_mv .catch .txt p {
  letter-spacing: .06em;
  margin: 0;
  /* ここからアニメーション関係 */
  transform: translateY(2em);
  animation: textanimation 1s forwards;
}
/* 1文字目 */
.top_mv .catch .txt p:nth-child(1) {
  animation-delay: 0.1s
}
/* 2文字目 */
.top_mv .catch .txt p:nth-child(2) {
  animation-delay: 0.2s
}
/* 3文字目 */
.top_mv .catch .txt p:nth-child(3) {
  animation-delay: 0.3s
}
/* 4文字目 */
.top_mv .catch .txt p:nth-child(4) {
  animation-delay: 0.4s
}
/* 5文字目 */
.top_mv .catch .txt p:nth-child(5) {
  animation-delay: 0.5s
}
/* 6文字目 */
.top_mv .catch .txt p:nth-child(6) {
  animation-delay: 0.6s
}
/* 7文字目 */
.top_mv .catch .txt p:nth-child(7) {
  animation-delay: 0.7s
}
/* 8文字目 */
.top_mv .catch .txt p:nth-child(8) {
  animation-delay: 0.8s
}
/* 9文字目 */
.top_mv .catch .txt p:nth-child(9) {
  animation-delay: 0.9s
}
/* 10文字目 */
.top_mv .catch .txt p:nth-child(10) {
  animation-delay: 1s
}
/* 11文字目 */
.top_mv .catch .txt p:nth-child(11) {
  animation-delay: 1.1s
}
/* 12文字目 */
.top_mv .catch .txt p:nth-child(12) {
  animation-delay: 1.2s
}
/* 13文字目 */
.top_mv .catch .txt p:nth-child(13) {
  animation-delay: 1.3s
}
/* 14文字目 */
.top_mv .catch .txt p:nth-child(14) {
  animation-delay: 1.4s
}
/* 15文字目 */
.top_mv .catch .txt p:nth-child(15) {
  animation-delay: 1.5s
}
/* 16文字目 */
.top_mv .catch .txt p:nth-child(16) {
  animation-delay: 1.6s
}
/* 17文字目 */
.top_mv .catch .txt p:nth-child(17) {
  animation-delay: 1.7s
}
/* 18文字目 */
.top_mv .catch .txt p:nth-child(18) {
  animation-delay: 1.8s
}
/* 19文字目 */
.top_mv .catch .txt p:nth-child(19) {
  animation-delay: 1.9s
}
/* 20文字目 */
.top_mv .catch .txt p:nth-child(20) {
  animation-delay: 2.0s
}
/* 21文字目 */
.top_mv .catch .txt p:nth-child(21) {
  animation-delay: 2.1s
}
/* 22文字目 */
.top_mv .catch .txt p:nth-child(22) {
  animation-delay: 2.2s
}
/* 23文字目 */
.top_mv .catch .txt p:nth-child(23) {
  animation-delay: 2.3s
}
/* 24文字目 */
.top_mv .catch .txt p:nth-child(24) {
  animation-delay: 2.4s
}
/* 25文字目 */
.top_mv .catch .txt p:nth-child(25) {
  animation-delay: 2.5s
}
/* 26文字目 */
.top_mv .catch .txt p:nth-child(26) {
  animation-delay: 2.6s
}
/* 27文字目 */
.top_mv .catch .txt p:nth-child(27) {
  animation-delay: 2.7s
}
/* 28文字目 */
.top_mv .catch .txt p:nth-child(28) {
  animation-delay: 2.8s
}
/* 29文字目 */
.top_mv .catch .txt p:nth-child(29) {
  animation-delay: 2.9s
}
/* 30文字目 */
.top_mv .catch .txt p:nth-child(30) {
  animation-delay: 3.0s
}
/* 31文字目 */
.top_mv .catch .txt p:nth-child(31) {
  animation-delay: 3.1s
}
/* 32文字目 */
.top_mv .catch .txt p:nth-child(32) {
  animation-delay: 3.2s
}
/* 33文字目 */
.top_mv .catch .txt p:nth-child(33) {
  animation-delay: 3.3s
}
/* 34文字目 */
.top_mv .catch .txt p:nth-child(34) {
  animation-delay: 3.4s
}
/* 35文字目 */
.top_mv .catch .txt p:nth-child(35) {
  animation-delay: 3.5s
}
/* 36文字目 */
.top_mv .catch .txt p:nth-child(36) {
  animation-delay: 3.6s
}
/* 37文字目 */
.top_mv .catch .txt p:nth-child(37) {
  animation-delay: 3.7s
}
/* 38文字目 */
.top_mv .catch .txt p:nth-child(38) {
  animation-delay: 3.8s
}
/* 39文字目 */
.top_mv .catch .txt p:nth-child(39) {
  animation-delay: 3.9s
}
/* 40文字目 */
.top_mv .catch .txt p:nth-child(40) {
  animation-delay: 4.0s
}
@keyframes textanimation {
  0% {
    transform: translateY(2em);
  }
  100% {
    transform: translateY(0);
  }
}
@media screen and (max-width: 859px) {
  .top_mv .catch h3 {
    font-size: 24px;
  }
}
@media screen and (max-width: 480px) {
  .top_mv .catch h3 {
    font-size: 20px;
  }
  .top_mv .catch .flex-container {
    display: block !important;
  }
  .eachTextAnime.appeartext span {
    font-size: 20px;
  }
}
/*****************************************
FLOAT BUTTON
*****************************************/
.top_mv a.s-run {
  display: inline-block;
  width: 15%;
  max-width: 120px;
  position: absolute;
  bottom: 5%;
  right: 5%;
  -webkit-animation: bounceIn 2s cubic-bezier(0.215, 0.61, 0.355, 1);
  -moz-animation: bounceIn 2s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-animation: bounceIn 2s cubic-bezier(0.215, 0.61, 0.355, 1);
  animation: bounceIn 2s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.top_mv a.s-run img {
  width: 100%;
  transform: translatey(0);
  animation: float 1.8s ease-in-out infinite;
}
@media screen and (max-width: 1200px) {
  .top_mv a.s-run {
    width: 15%;
    max-width: 140px;
  }
}
@media screen and (max-width: 480px) {
  .top_mv a.s-run {
    width: 25%;
    max-width: 140px;
  }
}
/* Bounce In */
@-webkit-keyframes bounceIn {
  0% {
    -webkit-transform: scale(0.3);
    opacity: 0;
  }
  40% {
    -webkit-transform: scale(1.1);
    opacity: 0.9;
  }
  80% {
    -webkit-transform: scale(0.8);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1);
    opacity: 1;
  }
}
@-moz-keyframes bounceIn {
  0% {
    -moz-transform: scale(0.3);
    opacity: 0;
  }
  40% {
    -moz-transform: scale(1.1);
    opacity: 0.9;
  }
  80% {
    -moz-transform: scale(0.8);
    opacity: 1;
  }
  100% {
    -moz-transform: scale(1);
    opacity: 1;
  }
}
@-o-keyframes bounceIn {
  0% {
    -o-transform: scale(0.3);
    opacity: 0;
  }
  40% {
    -o-transform: scale(1.1);
    opacity: 0.9;
  }
  80% {
    -o-transform: scale(0.8);
    opacity: 1;
  }
  100% {
    -o-transform: scale(1);
    opacity: 1;
  }
}
@keyframes bounceIn {
  0% {
    transform: scale(0.3);
    opacity: 0;
  }
  40% {
    transform: scale(1.1);
    opacity: 0.9;
  }
  80% {
    transform: scale(0.8);
    opacity: 1;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
.u--bounceIn {
  -webkit-animation: bounceIn 2s cubic-bezier(0.215, 0.61, 0.355, 1);
  -moz-animation: bounceIn 2s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-animation: bounceIn 2s cubic-bezier(0.215, 0.61, 0.355, 1);
  animation: bounceIn 2s cubic-bezier(0.215, 0.61, 0.355, 1);
}
/* header-nav-wrapper scroll-opacity */
.op_40 {
  opacity: 0.4;
  transition: opacity 0.4s ease-out;
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  filter: grayscale(100%);
}