@charset "UTF-8";
/* ==========================================================================
  Reset
  ========================================================================== */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, dialog, figure, footer, header, hgroup, menu, nav, section, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  background: transparent;
  font-size: 100%;
  font-style: normal;
  vertical-align: baseline; }

article, aside, dialog, figure, footer, header, hgroup, nav, section {
  display: block; }

ul, ol {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote::before, blockquote::after, q::before, q::after {
  content: "";
  content: none; }

img {
  font-size: 0;
  line-height: 0; }

a {
  margin: 0;
  padding: 0;
  border: 0;
  outline: none;
  background: transparent;
  font-size: 100%;
  vertical-align: baseline; }

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none; }

mark {
  background-color: #ff9;
  font-weight: bold;
  font-style: italic;
  color: #000; }

del {
  text-decoration: line-through; }

abbr[title], dfn[title] {
  border-bottom: 1px dotted #000;
  cursor: help; }

table {
  border-spacing: 0;
  border-collapse: collapse; }

fieldset, img {
  line-height: 0;
  vertical-align: top; }

hr {
  display: none; }

input, select {
  vertical-align: middle; }

html {
  *zoom: 1;
  /* firefox */ }

* {
  margin: 0;
  padding: 0; }

img {
  vertical-align: bottom;
  line-height: 1; }

html, body {
  width: 100%;
  height: 100%; }

ul, li {
  list-style: none; }

b {
  font-weight: bold; }

iframe {
  border: none;
  outline: none; }

p {
  margin: 0; }

/* ==========================================================================
  base
========================================================================== */
body.mania {
  position: relative;
  color: #000;
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans","Noto Sans JP", sans-serif;
  letter-spacing: 0.06em;
  line-height: 1;
  -webkit-text-size-adjust: 100%;
  background: #fff;
  padding-top: 50px;
  font-feature-settings: "palt";
  font-size: 16px;
  max-width: 100%;
  width: 100%;
  max-width: 100vw;
  width: 100vw;
  overflow-x: hidden; }
  @media screen and (min-width: 768px) {
    body.mania {
      font-size: 20px;
      padding-top: 80px; } }

* {
  box-sizing: border-box; }

@media screen and (max-width: 767px) {
  .pc {
    display: none; } }

@media screen and (min-width: 768px) {
  .sp {
    display: none; } }

.se {
  display: none; }
  @media screen and (max-width: 320px) {
    .se {
      display: block; } }

img, video {
  width: 100%;
  height: auto;
  line-height: 1;
  vertical-align: bottom;
  font-size: 0; }

a img {
  -webkit-transition: all .3s;
  transition: all .3s; }

@media screen and (min-width: 768px) {
  a:hover img.hover {
    opacity: 0.7;
    -webkit-transition: all .3s;
    transition: all .3s; } }

/* ==========================================================================
  anime
========================================================================== */
.hide {
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
  opacity: 0; }

.hide-l {
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
  opacity: 0;
  transform: translate(-40px, 0); }
  @media screen and (max-width: 767px) {
    .hide-l {
      transform: translate(0, 0); } }

.hide-s {
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
  opacity: 0;
  transform: translate(0, 30px); }
  @media screen and (max-width: 767px) {
    .hide-s {
      transform: translate(0, 20px); } }

.hide-r {
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
  opacity: 0;
  transform: translate(40px, 0); }
  @media screen and (max-width: 767px) {
    .hide-r {
      transform: translate(0, 0); } }

.hide-mtl {
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
  opacity: 0;
  transform: translate(-30px, 0); }
  @media screen and (max-width: 767px) {
    .hide-mtl {
      transform: translate(-20px, 0); } }

.hide-mtr {
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
  opacity: 0;
  transform: translate(30px, 0); }
  @media screen and (max-width: 767px) {
    .hide-mtr {
      transform: translate(20px, 0); } }

.moves {
  -webkit-transition: all 1s;
  transition: all 1s;
  opacity: 1 !important;
  transform: translate(0, 0); }

/* ==========================================================================
  movie
========================================================================== */
.movie-outer {
  width: 100%;
  max-width: 1100px; }

.youtube {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 25px;
  height: 0;
  overflow: hidden;
  z-index: 0; }
  .youtube iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0; }

/* ==========================================================================
  menu
========================================================================== */
.menu {
  position: absolute;
  cursor: pointer;
  top: 15px;
  right: 20px;
  width: 40px;
  height: 20px; }
  @media screen and (min-width: 768px) {
    .menu {
      top: 30px;
      right: 30px; } }

.menu span {
  transition: all .3s;
  background: #fff;
  position: absolute;
  width: 40px;
  height: 1px;
  left: 0;
  display: block; }
  .menu span:nth-child(1) {
    top: 0; }
  .menu span:nth-child(2) {
    top: 9px; }
  .menu span:nth-child(3) {
    bottom: 0;
    width: 20px; }

@media screen and (min-width: 768px) {
  .menu:hover span:nth-child(1) {
    width: 20px; }
  .menu:hover span:nth-child(3) {
    left: 20px; } }

.active span {
  transition: all .3s; }
  .active span:nth-child(1) {
    width: 20px; }
  .active span:nth-child(3) {
    left: 20px; }

/* ==========================================================================
  header
========================================================================== */
.mania-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 50px;
  z-index: 100;
  background: #000000; }
  @media screen and (min-width: 768px) {
    .mania-header {
      height: 80px; } }

.header-window {
  background: #5D86A0; }

.header-logo {
  position: absolute;
  height: 100%;
  top: 0;
  left: 10px;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center; }
  @media screen and (min-width: 768px) {
    .header-logo {
      left: 20px; } }
  .header-logo img {
    height: 34px;
    width: auto; }
    @media screen and (min-width: 768px) {
      .header-logo img {
        height: 50px; } }

.gnav {
  display: none;
  width: 100%;
  height: calc(100% - 50px);
  height: calc(100vh - 50px);
  height: calc(100svh - 50px);
  background: rgba(0, 0, 0, 0.7);
  position: fixed;
  top: 50px;
  left: 0; }
  @media screen and (min-width: 768px) {
    .gnav {
      top: 80px; } }

.nav-list li {
  background: #202020;
  border-top: 1px solid #707070; }
  .nav-list li a {
    -webkit-transition: all .3s;
    transition: all .3s;
    width: 100%;
    height: 60px;
    padding: 0 8%;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: center;
    position: relative;
    color: #fff;
    text-decoration: none; }
    @media screen and (min-width: 768px) {
      .nav-list li a {
        padding: 0 50px;
        -webkit-transition: all .3s;
        transition: all .3s;
        height: 100px;
        justify-content: center; }
        .nav-list li a:hover {
          -webkit-transition: all .3s;
          transition: all .3s;
          background: #000000; } }
    .nav-list li a:after {
      content: '';
      position: absolute;
      right: 20px;
      top: 50%;
      width: 16px;
      height: 20px;
      background: url(../../img/common/arrow_white.svg) no-repeat;
      background-size: contain;
      margin-top: -7px;
      transform: rotate(-90deg); }
      @media screen and (min-width: 768px) {
        .nav-list li a:after {
          width: 24px;
          height: 30px;
          margin-top: -12px;
          right: 40px; } }
    .nav-list li a.nav-cs {
      pointer-events: none;
      cursor: default; }
      .nav-list li a.nav-cs:after {
        content: none; }
  .nav-list li .l-link {
    height: 75px; }
    @media screen and (min-width: 768px) {
      .nav-list li .l-link {
        height: 100px; } }
    .nav-list li .l-link .jp {
      line-height: 1.3; }
    .nav-list li .l-link .en {
      margin-bottom: 3px; }

.nav-list-window li {
  background: #1C4D77;
  border: none; }
  .nav-list-window li:nth-child(even) {
    background: #5D86A0; }
  .nav-list-window li a:after {
    transform: rotate(0deg); }
  @media screen and (min-width: 768px) {
    .nav-list-window li a:hover {
      -webkit-transition: all .3s;
      transition: all .3s; } }

.nav-box {
  -webkit-transition: all .3s;
  transition: all .3s; }
  .nav-box .en {
    width: 100%;
    margin-bottom: 10px; }
    @media screen and (min-width: 768px) {
      .nav-box .en {
        margin-bottom: 15px;
        text-align: center; } }
    .nav-box .en img {
      height: 14px;
      width: auto; }
      @media screen and (min-width: 768px) {
        .nav-box .en img {
          height: 18px; } }
      @media screen and (max-width: 767px) {
        .nav-box .en img img {
          height: 12px; } }
  .nav-box .jp {
    font-weight: bold;
    font-size: 1em; }
    @media screen and (min-width: 768px) {
      .nav-box .jp {
        font-size: 1.2em;
        text-align: center; } }
    .nav-box .jp span {
      font-size: 12px;
      color: #000000;
      background: #fff;
      font-weight: bold;
      font-family: Helvetica;
      padding: 4px;
      vertical-align: 5px; }
      @media screen and (max-width: 767px) {
        .nav-box .jp span {
          font-size: 10px;
          padding: 2px;
          vertical-align: 2.5px; } }

.nav-mania {
  padding: 30px 8%;
  background: #fff; }
  @media screen and (min-width: 768px) {
    .nav-mania {
      padding: 60px 10%; } }

.nav-about-ttl {
  width: 100%;
  max-width: 600px;
  margin: 0 auto 15px; }
  @media screen and (min-width: 768px) {
    .nav-about-ttl {
      margin: 0 auto 30px; } }

.nav-about-btn {
  display: block;
  padding: 10px 20px;
  background: #000000;
  width: 70%;
  max-width: 480px;
  margin: 0 auto; }
  @media screen and (min-width: 768px) {
    .nav-about-btn:hover {
      -webkit-transition: all .3s;
      transition: all .3s;
      background: #1C4D77; } }

/* ==========================================================================
  footer
========================================================================== */
.mania-footer {
  background: #fff; }

.footer-float {
  display: none;
  position: fixed;
  z-index: 50;
  bottom: 0;
  left: 0; }
  @media screen and (min-width: 768px) {
    .footer-float {
      left: auto;
      right: 0; } }

.btn-shiryo {
  display: block;
  background: #39356A;
  width: 100%;
  padding: 10px;
  text-align: center;
  -webkit-transition: all .3s;
  transition: all .3s;
  max-width: 400px; }
  .btn-shiryo img {
    width: 50%; }
    @media screen and (min-width: 768px) {
      .btn-shiryo img {
        width: 60%; } }
  @media screen and (min-width: 768px) {
    .btn-shiryo {
      padding: 20px; }
      .btn-shiryo:hover {
        background: #000000;
        -webkit-transition: all .3s;
        transition: all .3s; } }

.footer-bottom {
  padding: 30px 0 100px;
  border-top: 1px solid #ccc;
  text-align: center; }
  @media screen and (min-width: 768px) {
    .footer-bottom {
      padding: 60px 0; } }

.footer-logo {
  width: 50%;
  max-width: 160px;
  margin: 0 auto 15px; }
  @media screen and (min-width: 768px) {
    .footer-logo {
      margin: 0 auto 30px;
      max-width: 200px; } }

.footer-copy {
  font-size: 0.6em;
  letter-spacing: -0.02em; }

/* ==========================================================================
  about
========================================================================== */
.about-area {
  background: #fff;
  padding: 8vw 8vw 40px 8vw; }
  @media screen and (min-width: 768px) {
    .about-area {
      padding: 80px 30px; } }

.about-img {
  margin-bottom: 50px; }
  @media screen and (min-width: 768px) {
    .about-img {
      max-width: 800px;
      margin: 0 auto 80px; } }

.about-logo {
  width: 56%;
  max-width: 600px;
  margin: 0 auto 50px; }
  @media screen and (min-width: 768px) {
    .about-logo {
      max-width: 480px;
      margin: 0 auto 80px; } }

.about-lead {
  margin: 0 auto 50px;
  width: 100%;
  max-width: 600px; }
  @media screen and (min-width: 768px) {
    .about-lead {
      max-width: 480px;
      margin: 0 auto 80px; } }

.about-text {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-style: normal;
  letter-spacing: -0.03em;
  font-weight: 500;
  line-height: 2;
  text-align: center; }
  @media screen and (min-width: 768px) {
    .about-text {
      max-width: 1020px;
      margin: 0 auto; } }

.about-nav {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-end;
  max-width: 900px;
  margin: 50px auto 0; }
  @media screen and (max-width: 767px) {
    .about-nav {
      margin: 20px auto 0; } }

.about-nav-box {
  width: calc(100% / 3); }

.about-nav-box-01 {
  width: 34.6%;
  padding-right: 30px; }
  @media screen and (max-width: 767px) {
    .about-nav-box-01 {
      padding-right: 10px; } }

.about-nav-box-02 {
  width: 31.3%;
  padding: 0 30px; }
  @media screen and (max-width: 767px) {
    .about-nav-box-02 {
      padding: 0 10px; } }

.about-nav-box-03 {
  width: 34.1%;
  padding-left: 30px; }
  @media screen and (max-width: 767px) {
    .about-nav-box-03 {
      padding-left: 10px; } }

.about-nav-box-04 {
  width: 34.1%;
  padding-left: 30px; }
  @media screen and (max-width: 767px) {
    .about-nav-box-04 {
      padding-left: 10px; } }

.about-nav-box-02 {
  border-right: 1px dotted #000000;
  border-left: 1px dotted #000000; }

.abput-nav-img {
  display: block;
  -webkit-transition: all .3s;
  transition: all .3s; }
  .abput-nav-img:hover {
    -webkit-transition: all .3s;
    transition: all .3s;
    opacity: 0.7; }
  .abput-nav-img.about-nav-cs {
    pointer-events: none;
    cursor: default; }

/* ==========================================================================
 TOP
========================================================================== */
.top-mv {
  background: url(../../img/window/top_mv_bg.webp) center center no-repeat;
  background-size: cover;
  width: 100vw;
  height: 130vw;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center; }
  @media screen and (min-width: 768px) {
    .top-mv {
      height: auto;
      min-height: 100%;
      min-height: calc(100vh - 80px);
      min-height: calc(100svh - 80px);
      background-size: cover; } }

.top-mv-h1 {
  opacity: 0;
  display: block;
  width: 48%;
  margin: 30px;
  -webkit-transition: all 1s;
  transition: all 1s; }
  @media screen and (min-width: 768px) {
    .top-mv-h1 {
      text-align: left;
      margin: 0 0 0 10%;
      width: auto; }
      .top-mv-h1 img {
        height: 50vh;
        width: auto;
        filter: drop-shadow(0 0 3px #5D86A0); } }
  @media screen and (max-width: 767px) {
    .top-mv-h1 img {
      filter: drop-shadow(0 0 3px #5D86A0); } }

.top-hero {
  text-align: center;
  color: #000; }
  @media screen and (min-width: 768px) {
    .top-hero {
      background-size: cover; } }

.window-top-hero-h2 {
  opacity: 0;
  display: block;
  width: 63%;
  max-width: 400px;
  min-width: 236px;
  margin: 30px;
  -webkit-transition: all 1s;
  transition: all 1s; }
  @media screen and (min-width: 768px) {
    .window-top-hero-h2 {
      margin: 0 0 0 100px;
      width: 29%;
      aspect-ratio: 402 / 201; } }

.top-hero-text {
  color: #000;
  font-size: 1em;
  font-weight: bold;
  line-height: 2;
  margin-bottom: 30px; }
  @media screen and (min-width: 768px) {
    .top-hero-text {
      margin-bottom: 40px;
      line-height: 2.5; } }

.top-hero-lead {
  font-size: 1.4em;
  line-height: 1.7;
  font-weight: 700;
  margin-bottom: 20px; }
  @media screen and (min-width: 768px) {
    .top-hero-lead {
      margin-bottom: 40px; } }

.hero-outer {
  position: relative;
  width: 100%;
  max-height: 700px;
  overflow: hidden; }
  @media screen and (min-width: 768px) {
    .hero-outer {
      max-height: unset; } }

.hero-kv {
  position: relative;
  z-index: 0;
  -webkit-transition: all 0.6s;
  transition: all 0.6s; }
  .hero-kv.kv-down {
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
    opacity: 0.3;
    filter: blur(2px); }
  @media screen and (max-width: 1000px) {
    .hero-kv {
      height: calc(100vh - 100px); } }
  @media screen and (max-width: 767px) {
    .hero-kv {
      height: calc(100vh - 30px);
      min-height: 620px; } }
  .hero-kv img {
    width: 100vw; }
    @media screen and (min-width: 768px) {
      .hero-kv img {
        width: 100%;
        object-fit: cover;
        object-position: center; } }
    @media screen and (max-width: 1000px) {
      .hero-kv img {
        height: calc(100vh - 30px);
        object-fit: cover;
        object-position: 50% 100%;
        min-height: 620px; } }

.hero-body {
  position: absolute;
  top: 10vh;
  right: 0;
  left: 0;
  opacity: 0;
  -webkit-transition: all 0.6s;
  transition: all 0.6s; }
  .hero-body.body-apr {
    opacity: 1;
    -webkit-transition: all 0.6s;
    transition: all 0.6s; }
  @media screen and (min-width: 768px) {
    .hero-body {
      position: absolute;
      width: max-content;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%); } }

h4 {
  font-size: 17px; }
  @media screen and (min-width: 768px) {
    h4 {
      font-size: 23px;
      line-height: 2; } }

/* ==========================================================================
 英文タイトル
========================================================================== */
.ttl-en img {
  height: 25px;
  width: auto; }
  @media screen and (min-width: 768px) {
    .ttl-en img {
      height: 28px; } }

/* ==========================================================================
見惚れてしまう窓
========================================================================== */
.window01-area {
  background: #fff;
  background: #fff;
  background-image: url(../../img/window/window01_bg.webp);
  padding-bottom: 50px;
  color: #64493B; }
  @media screen and (min-width: 768px) {
    .window01-area {
      padding-bottom: 100px; } }

.window01-hero {
  position: relative;
  background: url(../../img/window/window01_top.webp) 40% center no-repeat;
  background-size: auto 120%;
  padding: 0 8%;
  height: 110vw;
  margin-bottom: 50px; }
  @media screen and (min-width: 768px) {
    .window01-hero {
      height: auto;
      min-height: 800px;
      background: url(../../img/window/window01_top.webp) center center no-repeat;
      background-size: cover;
      margin-bottom: 100px;
      padding: 0; } }

.window-top-h3 {
  margin-left: -10px; }
  .window-top-h3 img {
    width: 85%;
    max-width: 650px; }
    @media screen and (min-width: 768px) {
      .window-top-h3 img {
        width: 95%;
        max-width: 700px; } }

.window01-hero-inner {
  height: auto;
  padding: 0;
  position: relative;
  max-width: 1400px;
  margin: 0 auto;
  min-height: -webkit-fill-available; }
  @media screen and (min-width: 768px) {
    .window01-hero-inner {
      padding: 100px 8vw;
      min-height: 800px; } }

.window01-hero-cont {
  position: absolute;
  bottom: 30px; }
  @media screen and (min-width: 768px) {
    .window01-hero-cont {
      bottom: 80px; } }

.window01-hero-lead {
  position: absolute;
  left: 8vw;
  bottom: 50px;
  line-height: 2;
  font-weight: bold;
  color: #64493B; }
  @media screen and (min-width: 768px) {
    .window01-hero-lead {
      font-size: 1.2em; } }

.window01-set {
  width: 100%;
  max-width: 1240px;
  padding: 0 20px;
  margin: 0 auto 100px;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center; }
  .window01-set:last-of-type {
    margin: 0 auto; }
  @media screen and (max-width: 1000px) {
    .window01-set {
      display: -webkit-flex;
      display: flex;
      -webkit-flex-wrap: wrap;
      flex-wrap: wrap;
      margin: 0 auto 60px; } }
  @media screen and (max-width: 767px) {
    .window01-set {
      display: block;
      padding: 0;
      margin: 0 auto 50px; } }

.window01-set-l {
  flex-direction: row-reverse; }

.window01-img {
  position: relative;
  width: 50%;
  z-index: 0; }
  @media screen and (max-width: 767px) {
    .window01-img {
      width: 80vw; } }
  @media screen and (max-width: 1000px) {
    .window01-img {
      width: 80%;
      z-index: 0;
      margin: 0 auto; } }

@media screen and (max-width: 767px) {
  .window01-set .window01-img {
    margin: 0 auto; } }
.window01-set .window01-img:after {
  left: -150px; }
  @media screen and (max-width: 767px) {
    .window01-set .window01-img:after {
      left: -20vw; } }

.window01-set-r .window01-img:after {
  right: -150px; }
  @media screen and (max-width: 767px) {
    .window01-set-r .window01-img:after {
      right: -20vw; } }

.window01-ttl {
  margin-top: 30px; }
  .window01-ttl img {
    height: 30px;
    width: auto; }
    @media screen and (min-width: 768px) {
      .window01-ttl img {
        height: 65px;
        max-height: 5vw; } }
  .window01-ttl.hide-mtr {
    right: -10vw; }
    @media screen and (min-width: 768px) {
      .window01-ttl.hide-mtr {
        right: 0; } }

.window01-ttl-l {
  margin-top: 30px; }
  .window01-ttl-l img {
    height: 67px;
    width: auto; }
    @media screen and (min-width: 768px) {
      .window01-ttl-l img {
        height: 11vw;
        width: auto;
        max-height: 130px; } }
  .window01-ttl-l.hide-mtr {
    right: -10vw; }
    @media screen and (min-width: 768px) {
      .window01-ttl-l.hide-mtr {
        right: 0; } }

.window01-text {
  width: 100%;
  padding: 0 8vw;
  margin-bottom: 0; }
  .window01-text p {
    margin-top: 20px;
    line-height: 2; }
    @media screen and (min-width: 768px) {
      .window01-text p {
        margin-top: 60px; } }
    @media screen and (max-width: 1000px) {
      .window01-text p {
        margin-top: 15px; } }
  @media screen and (min-width: 768px) {
    .window01-text {
      width: 44%;
      padding: 0; } }
  @media screen and (max-width: 1000px) {
    .window01-text {
      width: fit-content;
      margin: 0 auto; } }

.window01-anime-01, .window01-anime-02, .window01-anime-03, .window01-anime-04, .window01-anime-05 {
  opacity: 0;
  -moz-transition: -moz-transform 0.5s linear;
  -webkit-transition: -webkit-transform 0.5s linear;
  -o-transition: -o-transform 0.5s linear;
  -ms-transition: -ms-transform 0.5s linear;
  transition: transform 0.5s linear;
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

.img-blur {
  -webkit-animation-name: imageBlur;
  animation-name: imageBlur;
  opacity: 1;
  transition: .8s; }

@-webkit-keyframes imageBlur {
  from {
    opacity: 0;
    -webkit-filter: blur(15px);
    -moz-filter: blur(15px);
    -ms-filter: blur(15px);
    -o-filter: blur(15px);
    filter: blur(15px); }
  to {
    opacity: 1;
    -webkit-filter: blur(0px);
    -moz-filter: blur(0px);
    -ms-filter: blur(0px);
    -o-filter: blur(0px);
    filter: blur(0px); } }
@keyframes imageBlur {
  from {
    opacity: 0;
    -webkit-filter: blur(15px);
    -moz-filter: blur(15px);
    -ms-filter: blur(15px);
    -o-filter: blur(15px);
    filter: blur(15px); }
  to {
    opacity: 1;
    -webkit-filter: blur(0px);
    -moz-filter: blur(0px);
    -ms-filter: blur(0px);
    -o-filter: blur(0px);
    filter: blur(0px); } }
/* ==========================================================================
 WINDOW's GALLERY
========================================================================== */
.window02-area {
  background: #fff;
  color: #000;
  font-family: "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  margin-bottom: 30px; }
  @media screen and (min-width: 768px) {
    .window02-area {
      margin-bottom: 100px;
      margin-top: 50px; } }

.window02-top {
  width: 90%;
  padding: 10px;
  margin: 0 auto; }
  .window02-top .window02-top-cont .window02-top-ttl {
    height: 110px;
    text-align: center;
    margin: 20px 10px 30px 0; }
    .window02-top .window02-top-cont .window02-top-ttl img {
      height: 110px;
      width: auto; }
    @media screen and (min-width: 768px) {
      .window02-top .window02-top-cont .window02-top-ttl {
        height: 200px; }
        .window02-top .window02-top-cont .window02-top-ttl img {
          height: 200px;
          width: auto; } }
  .window02-top .window02-top-cont .window02-top-lead {
    margin: 0 auto 30px;
    text-align: center;
    line-height: 2em; }

.window02-gallery {
  margin: 3%; }
  .window02-gallery .window02-gallery-inner {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: end; }
    @media screen and (min-width: 768px) {
      .window02-gallery .window02-gallery-inner {
        display: none; } }
    .window02-gallery .window02-gallery-inner img {
      width: 47%;
      margin: 1.5%;
      height: auto; }
    .window02-gallery .window02-gallery-inner .gallery-photo-l {
      width: 97%;
      height: auto; }
    .window02-gallery .window02-gallery-inner .gallery-photo-s {
      width: 35%;
      height: auto; }
    .window02-gallery .window02-gallery-inner .gallery-photo-m {
      width: 58%;
      height: auto; }
    .window02-gallery .window02-gallery-inner .gallery-text {
      width: 47%;
      margin: 1.5%;
      text-align: left;
      line-height: 2rem; }
      .window02-gallery .window02-gallery-inner .gallery-text p {
        height: fit-content;
        font-size: calc((100vw - 320px) / 140 + 16px); }
      .window02-gallery .window02-gallery-inner .gallery-text img {
        width: 100%; }
    .window02-gallery .window02-gallery-inner .gallery-text-l {
      width: 97%;
      margin: 1.5%;
      text-align: center;
      line-height: 2rem; }
      .window02-gallery .window02-gallery-inner .gallery-text-l p {
        height: fit-content;
        padding: 20px 5px; }
  .window02-gallery .window02-gallery-inner-pc {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: end;
    max-width: 1200px;
    margin: 0 auto; }
    @media screen and (max-width: 767px) {
      .window02-gallery .window02-gallery-inner-pc {
        display: none; } }
    .window02-gallery .window02-gallery-inner-pc .right-side, .window02-gallery .window02-gallery-inner-pc .left-side {
      width: 50%;
      display: -webkit-flex;
      display: flex;
      -webkit-flex-wrap: wrap;
      flex-wrap: wrap;
      justify-content: space-between;
      align-items: end; }
    .window02-gallery .window02-gallery-inner-pc img {
      width: 47%;
      margin: 1.5%;
      height: fit-content; }
    .window02-gallery .window02-gallery-inner-pc .gallery-photo-l {
      width: 97%; }
    .window02-gallery .window02-gallery-inner-pc .gallery-photo-s {
      width: 35%; }
    .window02-gallery .window02-gallery-inner-pc .gallery-photo-m {
      width: 58%; }
    .window02-gallery .window02-gallery-inner-pc .gallery-text {
      width: 100%;
      margin: 5%;
      text-align: center;
      line-height: 3rem; }
    .window02-gallery .window02-gallery-inner-pc p {
      height: fit-content;
      padding: 0;
      font-size: calc((100vw - 320px) / 140 + 13px); }
  .window02-gallery .gallery-text-01 {
    width: 47%;
    margin: 1.5%;
    text-align: center;
    line-height: 2rem; }
    .window02-gallery .gallery-text-01 p {
      width: 100%;
      aspect-ratio: 330 / 320;
      width: 100%;
      text-align: left;
      line-height: 2rem;
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      justify-content: center;
      align-items: center; }
    .window02-gallery .gallery-text-01 img {
      width: 100%;
      margin: 1.5%; }
  .window02-gallery .gallery-text-l {
    width: 97%;
    margin: 1.5%;
    text-align: center;
    line-height: 2rem; }
    .window02-gallery .gallery-text-l p {
      height: fit-content;
      padding: 20px 5px; }
  .window02-gallery .gallery-text-pc-01 {
    height: 128px;
    width: 100%;
    margin: 1.5%;
    text-align: center;
    line-height: 3rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    justify-content: center;
    align-items: center; }
  .window02-gallery .gallery-text-pc-02 {
    width: 46%;
    margin: 2%;
    display: flex;
    flex-direction: column;
    justify-content: space-between; }
    .window02-gallery .gallery-text-pc-02 img {
      width: 100%; }
    .window02-gallery .gallery-text-pc-02 p {
      aspect-ratio: 248 / 261;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      line-height: 3rem;
      padding: 0; }
  .window02-gallery .gallery-text-pc-03 {
    width: 100%;
    aspect-ratio: 582 / 320;
    margin: 1.5%;
    text-align: center;
    line-height: 3rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    justify-content: center;
    align-items: center; }
  .window02-gallery .gallery-text-pc-04 {
    width: 100%;
    aspect-ratio: 500 / 171;
    margin: 1.5%;
    text-align: center;
    line-height: 3rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    justify-content: center;
    align-items: center; }

.fade-in-image {
  opacity: 0;
  transition: opacity 0.3s ease-out, transform 0.3s ease-out;
  transition-delay: calc(var(--delay) * 0.3s); }

.fade-in-image.visible {
  opacity: 1;
  transform: translateY(0); }

/* ==========================================================================
 COMFY PERFORMANCE
========================================================================== */
.window03-area {
  padding: 30px 5%;
  background: url(../../img/window/window03_bg.png) center top repeat;
  background-size: 100% auto; }
  @media screen and (min-width: 768px) {
    .window03-area {
      background-size: 40% auto; } }

.window03-top {
  position: relative;
  margin-bottom: 30px;
  width: 95%;
  margin: 0 auto 30px; }
  @media screen and (min-width: 768px) {
    .window03-top {
      max-width: 800px;
      min-height: 500px; } }

.window03-top-cont {
  text-align: left; }
  @media screen and (min-width: 768px) {
    .window03-top-cont {
      padding-top: 80px; } }

.window03-en {
  margin: 10px 0; }

.window03-h3 {
  display: block;
  padding: 0;
  max-width: 270px;
  margin: 0 0 20px; }
  @media screen and (min-width: 768px) {
    .window03-h3 {
      max-width: 600px; } }

.window03-lead {
  line-height: 2em; }
  @media screen and (min-width: 768px) {
    .window03-lead {
      margin-top: 50px; } }

.window03_top_img {
  position: absolute;
  width: 95px;
  top: 0;
  right: 0; }
  @media screen and (min-width: 768px) {
    .window03_top_img {
      width: auto;
      height: 500px; } }

.window03-cont {
  margin: 0 auto 40px; }
  @media screen and (min-width: 768px) {
    .window03-cont {
      max-width: 800px;
      margin: 0 auto 60px; } }
  .window03-cont .point_02_img {
    margin: 0 auto;
    text-align: center; }
    .window03-cont .point_02_img img {
      width: 80%;
      height: auto;
      margin: 0 auto; }
      @media screen and (min-width: 768px) {
        .window03-cont .point_02_img img {
          max-height: 450px;
          width: auto; } }
  .window03-cont .point_04_img {
    width: 230px;
    margin: 0 auto;
    mix-blend-mode: multiply; }
    @media screen and (min-width: 768px) {
      .window03-cont .point_04_img {
        width: 350px; } }
  .window03-cont .point_05_img {
    width: 200px;
    margin: 0 auto; }
    @media screen and (min-width: 768px) {
      .window03-cont .point_05_img {
        width: 300px; } }
  .window03-cont .point_06_img {
    max-width: 500px;
    margin: 0 auto; }

.window03-cont p {
  line-height: 1.8; }
  @media screen and (min-width: 768px) {
    .window03-cont p {
      line-height: 2; } }

@media screen and (min-width: 768px) {
  .window03-cont-moshimo h4 {
    width: 650px;
    text-align: center;
    margin: 100px auto 30px; } }
@media screen and (min-width: 768px) {
  .window03-cont-moshimo .point_07_img {
    max-width: 600px;
    margin: 0 auto; } }

.window03-cont-bottom {
  max-width: 900px;
  margin: 0 auto;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between; }
  .window03-cont-bottom .window03-cont {
    width: 48%; }

.window03-cont-text {
  line-height: 1.5rem;
  margin: 20px 0; }

.window03-cont-ttl {
  background: #fff;
  position: relative;
  padding: 15px 10px;
  text-align: center; }
  @media screen and (min-width: 768px) {
    .window03-cont-ttl {
      padding: 20px 10px; } }
  .window03-cont-ttl h4 {
    font-size: 17px;
    font-weight: bold;
    color: #1C4D77; }
    @media screen and (min-width: 768px) {
      .window03-cont-ttl h4 {
        font-size: 25px; } }
  .window03-cont-ttl .window03-cont-ttl-en {
    position: absolute;
    top: -25px;
    left: 0;
    right: 0; }
    @media screen and (min-width: 768px) {
      .window03-cont-ttl .window03-cont-ttl-en {
        top: -30px; } }
    .window03-cont-ttl .window03-cont-ttl-en img {
      height: 40px;
      width: auto; }
      @media screen and (min-width: 768px) {
        .window03-cont-ttl .window03-cont-ttl-en img {
          height: 50px; } }

.window03-cont-ttl-sub {
  background-color: #ffffff8f; }
  .window03-cont-ttl-sub h4 {
    line-height: 1.5; }

/* ==========================================================================
愛し続けられる窓
========================================================================== */
.window04-area {
  font-family: "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  background: url(../../img/window/window04_bg.png) center top repeat-x;
  background-size: cover;
  padding-bottom: 20px; }

.window04-top {
  position: relative;
  background: url(../../img/window/window04_top_bg.webp) no-repeat;
  background-size: cover;
  min-height: 430px;
  margin-bottom: 30px; }
  @media screen and (min-width: 768px) {
    .window04-top {
      min-height: 850px;
      margin-bottom: 100px; } }

@media screen and (min-width: 768px) {
  .window04-en img {
    height: 40px;
    margin: 0 10px -10px 0; } }

.window04-top-cont {
  position: absolute;
  width: 82vw;
  bottom: 0;
  margin: 20px;
  color: #fff;
  text-align: right;
  right: 0; }
  .window04-top-cont .window04-lead {
    line-height: 1.5rem; }
    @media screen and (min-width: 768px) {
      .window04-top-cont .window04-lead {
        margin-top: 10px;
        line-height: 2rem; } }
  @media screen and (min-width: 768px) {
    .window04-top-cont {
      max-width: 600px;
      margin: 0 auto;
      position: absolute;
      right: 0;
      left: 0;
      text-align: center;
      bottom: 10%; } }

.window04-cont {
  padding: 0 0 40px;
  width: 85vw;
  margin: 0 auto; }
  @media screen and (min-width: 768px) {
    .window04-cont {
      padding: 0 0 100px; } }
  .window04-cont p {
    line-height: 1.8rem;
    margin: 20px 0; }
    @media screen and (min-width: 768px) {
      .window04-cont p {
        line-height: 2.5rem;
        font-size: 18px; } }
  .window04-cont iframe {
    width: 100%;
    height: auto;
    aspect-ratio: 16 / 9; }
  @media screen and (min-width: 768px) {
    .window04-cont {
      max-width: 1000px;
      display: -webkit-flex;
      display: flex;
      -webkit-flex-wrap: wrap;
      flex-wrap: wrap;
      justify-content: space-between; }
      .window04-cont .window04-cont-text {
        width: 37%; }
      .window04-cont img {
        width: 60%;
        height: auto; }
      .window04-cont iframe {
        width: 60%; } }

@media screen and (min-width: 768px) {
  .flex-reverse {
    flex-direction: row-reverse; } }

.window04-cont-ttl {
  border-right: 5px solid #583E30;
  border-left: 5px solid #583E30;
  padding: 0 2px;
  margin: 0 auto;
  text-align: center;
  line-height: 2rem; }
  .window04-cont-ttl .window04-cont-ttl-inner {
    border-right: 2px solid #583E30;
    border-left: 2px solid #583E30;
    padding: 0 10px; }
    .window04-cont-ttl .window04-cont-ttl-inner h4 {
      padding: 10px 0; }

/* ==========================================================================
モデルハウス
========================================================================== */
.window05-area {
  background: #fff; }

.window05-top {
  padding: 50px 0 30px; }
  @media screen and (min-width: 768px) {
    .window05-top {
      padding: 80px 0; } }

.window05-ttl {
  margin-bottom: 30px;
  text-align: center; }
  @media screen and (min-width: 768px) {
    .window05-ttl {
      margin-bottom: 60px; } }

.window05-top-en {
  margin-bottom: 20px; }
  @media screen and (min-width: 768px) {
    .window05-top-en {
      margin-bottom: 40px; } }

.window05-top-sub {
  padding: 0 8vw;
  line-height: 1.7;
  margin-bottom: 20px;
  text-align: center;
  font-size: 0.9em;
  text-align: left; }
  @media screen and (min-width: 768px) {
    .window05-top-sub {
      max-width: 960px;
      margin: 0 auto 40px;
      text-align: center; } }

.window05-top-h3 {
  font-family: "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  font-style: normal;
  font-weight: normal;
  line-height: 1.4;
  font-size: 1.8em;
  font-weight: normal; }
  @media screen and (min-width: 768px) {
    .window05-top-h3 {
      font-size: 2.4em; } }

.swiper-container {
  position: relative;
  margin-bottom: 20px;
  overflow: hidden;
  height: auto; }
  @media screen and (min-width: 768px) {
    .swiper-container {
      margin-bottom: 30px; } }

.swiper-wrapper {
  height: auto; }

.swiper-slide {
  height: auto; }

.swiper-pagination-bullet {
  opacity: 1;
  background: transparent;
  border: 1px solid #fff;
  width: 12px;
  height: 12px; }

.swiper-pagination-bullet-active {
  background: #fff; }

.conto4-top-img {
  width: 100%;
  max-width: 600px;
  margin: 0 auto 20px; }
  @media screen and (min-width: 768px) {
    .conto4-top-img {
      max-width: 960px;
      margin: 0 auto 60px; } }

.window05-top-lead {
  line-height: 2;
  margin-bottom: 20px;
  text-align: center;
  padding: 0 8vw; }
  @media screen and (min-width: 768px) {
    .window05-top-lead {
      text-align: center;
      font-size: 1.2em;
      margin-bottom: 40px; } }

.window05-top-cap {
  line-height: 1.7;
  font-size: 0.8em;
  text-align: left;
  padding: 0 8vw; }
  @media screen and (min-width: 768px) {
    .window05-top-cap {
      text-align: center; } }

.swiper-container {
  position: relative;
  margin-bottom: 20px;
  overflow: hidden;
  height: auto; }
  @media screen and (min-width: 768px) {
    .swiper-container {
      margin-bottom: 30px; } }

.swiper-wrapper {
  height: auto; }

.swiper-slide {
  height: auto; }

.swiper-pagination-bullet {
  opacity: 1;
  background: transparent;
  border: 1px solid #fff;
  width: 12px;
  height: 12px; }

.swiper-pagination-bullet-active {
  background: #fff; }

.model-img {
  width: 92%;
  margin-bottom: 20px; }
  @media screen and (min-width: 768px) {
    .model-img {
      width: 80%; } }

.model-text {
  padding: 0 8%; }
  @media screen and (min-width: 768px) {
    .model-text {
      position: absolute;
      right: 5vw;
      bottom: 5vw;
      width: 30vw;
      height: auto;
      background: #FAF8F4;
      padding: 40px; } }
  .model-text h5 {
    font-size: 1.2em;
    margin-bottom: 10px;
    font-family: "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
    font-style: normal;
    font-weight: normal; }
    @media screen and (min-width: 768px) {
      .model-text h5 {
        margin-bottom: 20px; } }

.window05-list {
  margin-bottom: 50px; }
  @media screen and (min-width: 768px) {
    .window05-list {
      margin-bottom: 80px; } }
  .window05-list li {
    margin-bottom: 40px; }
    @media screen and (min-width: 768px) {
      .window05-list li {
        position: relative;
        margin-bottom: 80px; } }
    .window05-list li:last-child {
      margin-bottom: 0; }
    .window05-list li:nth-child(even) .model-img {
      margin-left: 8%; }
      @media screen and (min-width: 768px) {
        .window05-list li:nth-child(even) .model-img {
          margin-left: 20%; } }
    @media screen and (min-width: 768px) {
      .window05-list li:nth-child(even) .model-text {
        right: auto;
        left: 5vw; } }

.model-det {
  font-size: 0.9em;
  line-height: 1.7; }
  @media screen and (min-width: 768px) {
    .model-det {
      font-size: 0.8em; } }

.window05-bottom {
  background: #FAF8F4;
  padding: 40px 8%; }
  @media screen and (min-width: 768px) {
    .window05-bottom {
      padding: 80px 30px; } }

.window05-list-ttl {
  font-size: 1.1em;
  margin-bottom: 15px;
  font-family: "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  font-style: normal;
  font-weight: normal;
  text-align: center; }
  @media screen and (min-width: 768px) {
    .window05-list-ttl {
      margin-bottom: 30px; } }

.window05-model-modashi {
  padding: 5px 0;
  border-top: 1px solid #707070;
  border-bottom: 1px solid #707070; }
  @media screen and (min-width: 768px) {
    .window05-model-modashi {
      padding: 10px 0;
      max-width: 960px;
      margin: 0 auto; } }

.model-table {
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 0.8em;
  width: 100%; }
  .model-table td {
    padding: 8px 0; }
    @media screen and (min-width: 768px) {
      .model-table td {
        padding: 12px 0; } }

.td-01 {
  width: 20%; }

.td-02 {
  width: 35%; }

.td-03 {
  width: 45%; }

.model-list-box {
  height: 300px;
  overflow-y: scroll;
  overflow-scrolling: touch;
  -webkit-overflow-scrolling: touch;
  border-bottom: 1px solid #707070;
  margin-bottom: 30px; }
  @media screen and (min-width: 768px) {
    .model-list-box {
      height: 400px;
      max-width: 960px;
      margin: 0 auto 60px; } }

.model-list-table {
  padding: 15px 0; }
  .model-list-table li {
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px dashed #707070; }
    .model-list-table li:last-child {
      padding-bottom: 0;
      margin-bottom: 0;
      border-bottom: none; }

.window05-btn {
  display: block;
  padding: 10px 0;
  color: #fff;
  background: #1C4D77;
  text-decoration: none;
  margin-bottom: 30px;
  max-width: 480px;
  margin: 0 auto 30px;
  -webkit-transition: all .3s;
  transition: all .3s; }
  @media screen and (min-width: 768px) {
    .window05-btn {
      margin: 0 auto 60px; }
      .window05-btn:hover {
        -webkit-transition: all .3s;
        transition: all .3s;
        background: #5D86A0; } }

.model-btn-logo {
  width: 36%;
  margin: 0 auto 10px; }

.model-btn-text {
  font-size: 1em;
  font-weight: bold;
  text-align: center; }

.model-cap {
  font-size: 0.8em;
  line-height: 1.5; }
  @media screen and (min-width: 768px) {
    .model-cap {
      max-width: 960px;
      margin: 0 auto;
      font-size: 0.7em;
      text-align: center; } }

.btn-yoyaku {
  display: block;
  padding-right: 10px;
  width: 150px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  position: relative;
  text-decoration: none;
  margin-top: 10px;
  font-size: 0.8em;
  font-weight: bold;
  color: #fff;
  background: #000000; }
  @media screen and (min-width: 768px) {
    .btn-yoyaku {
      height: 36px;
      line-height: 36px;
      width: 200px; } }
  .btn-yoyaku:after {
    content: '';
    width: 8px;
    height: 8px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: rotate(45deg);
    position: absolute;
    top: 50%;
    right: 10px;
    margin-top: -5px; }
