/*
Theme Name: Tagajo Central Park V.1.0
Author: SANGAKU
Author URI: https://tagajocentralpark.com/
Description: Tagajo Central Park
Version: 1.0
*/
body {
  overflow: visible; }
  body.show {
    overflow: hidden; }

#header .inner {
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid #000;
  border-radius: 100vh;
  box-sizing: border-box;
  position: fixed;
  top: 2.5vw;
  left: 5vw;
  width: 90vw;
  z-index: 100;
  padding: 1.5vw 5vw;
  transition: all 0.5s; }
  #header .inner .box {
    display: flex;
    align-items: center;
    justify-content: space-between; }
#header h1 {
  border-right: 1px solid #000;
  display: block;
  padding: 0 4vw 0 0;
  width: max(6vw, 54px);
  transition: all 0.5s; }
#header .notice {
  font-weight: 700; }
#header .header_nav {
  font-size: 90%; }
  #header .header_nav ul {
    display: flex;
    align-items: center; }
    #header .header_nav ul li a {
      padding: 1em; }
    #header .header_nav ul li.shop {
      padding: 1em; }
      #header .header_nav ul li.shop span {
        text-decoration: line-through; }
#header .header_nav_sp {
  display: none; }
  #header .header_nav_sp ul li.shop span {
    text-decoration: line-through; }
#header .header_contact {
  font-size: 90%; }
  #header .header_contact a {
    border: 1px solid #000;
    padding: 0.5em 1.75em; }
#header .header_sns ul {
  display: flex;
  align-items: center; }
  #header .header_sns ul li {
    line-height: 1em;
    margin-left: 1vw; }
    #header .header_sns ul li:first-child {
      margin-left: 0; }
    #header .header_sns ul li.footer_sns_instagram {
      width: max(1.2vw, 20px); }
    #header .header_sns ul li.footer_sns_note {
      width: max(3.6vw, 60px); }
    #header .header_sns ul li img {
      vertical-align: baseline; }
#header .header_menu {
  display: none; }
#header.is-low .inner {
  padding: 1.2vw 5vw; }
#header.is-low h1 {
  width: max(4vw, 36px); }

#footer {
  border-top: 1px solid #000;
  padding: 3em 5vw; }
  #footer .links {
    display: none;
    align-items: center;
    font-size: 87.5%;
    justify-content: space-between;
    margin-top: 1em;
    margin-bottom: 1em; }
    #footer .links .footer_logo {
      border-right: 1px solid #000;
      line-height: 1em;
      padding-right: 2vw;
      width: max(12vw, 160px); }
      #footer .links .footer_logo img {
        vertical-align: baseline; }
    #footer .links .footer_items ul {
      display: flex;
      justify-content: center; }
      #footer .links .footer_items ul li {
        margin-right: 1em; }
        #footer .links .footer_items ul li:last-child {
          margin-right: 0; }
    #footer .links .footer_sns ul {
      display: flex;
      align-items: center; }
      #footer .links .footer_sns ul li {
        line-height: 1em;
        margin-left: 1vw; }
        #footer .links .footer_sns ul li:first-child {
          margin-left: 7vw; }
        #footer .links .footer_sns ul li.footer_sns_instagram {
          width: max(1.2vw, 20px); }
        #footer .links .footer_sns ul li.footer_sns_note {
          width: max(3.6vw, 60px); }
        #footer .links .footer_sns ul li img {
          vertical-align: baseline; }
  #footer .copyright {
    font-size: 87.5%;
    text-align: center; }

#top-page .contentWrap .kv {
  padding-bottom: 75%;
  position: relative;
  width: 100%;
  overflow: hidden; }
  #top-page .contentWrap .kv .kv_statement {
    background: rgba(0, 0, 0, 0.7);
    display: block;
    position: absolute;
    top: 50%;
    width: 100%;
    transform: translateY(-50%);
    z-index: 10; }
    #top-page .contentWrap .kv .kv_statement img {
      box-sizing: border-box;
      display: block;
      margin: 0 auto;
      padding: 5vw;
      width: 50%; }
  #top-page .contentWrap .kv img.kv_image {
    position: absolute;
    top: 50%;
    left: -6%;
    width: 112%;
    transform: translateY(-50%); }
#top-page .contentWrap .content .inner {
  margin: 0 auto;
  max-width: 1440px; }
  #top-page .contentWrap .content .inner .titleBox h2 {
    margin-bottom: 3vw;
    padding-bottom: 3vw;
    position: relative; }
    #top-page .contentWrap .content .inner .titleBox h2::after {
      background: #000;
      content: '';
      width: 3.2vw;
      height: 0.35em;
      position: absolute;
      bottom: 0;
      left: 0; }
#top-page .contentWrap .message {
  background: no-repeat url("assets/images/message_bg.jpg");
  background-position: center bottom;
  background-size: contain;
  padding-top: 10vw;
  padding-bottom: 22.5vw; }
  #top-page .contentWrap .message .inner .titleBox {
    margin-bottom: 5vw;
    text-align: center;
    width: 100%; }
    #top-page .contentWrap .message .inner .titleBox h2,
    #top-page .contentWrap .message .inner .titleBox .desc {
      margin-left: auto;
      margin-right: auto; }
    #top-page .contentWrap .message .inner .titleBox h2 {
      width: 20.714vw; }
      #top-page .contentWrap .message .inner .titleBox h2::after {
        left: 50%;
        transform: translateX(-50%); }
    #top-page .contentWrap .message .inner .titleBox .desc {
      width: 52.738vw; }
      #top-page .contentWrap .message .inner .titleBox .desc .desc_sp {
        display: none; }
  #top-page .contentWrap .message .inner .txtBox {
    font-size: 120%;
    line-height: 2.4em;
    text-align: center; }
    #top-page .contentWrap .message .inner .txtBox p {
      font-weight: 500;
      margin-bottom: 1.6em; }
      #top-page .contentWrap .message .inner .txtBox p:last-child {
        margin-bottom: 0; }
#top-page .contentWrap .about {
  padding-top: 10vw;
  position: relative; }
  #top-page .contentWrap .about::after {
    background: no-repeat url("assets/images/about_bg.jpg") 50% 50%;
    background-size: contain;
    content: '';
    width: 60%;
    height: 100%;
    position: absolute;
    right: 0;
    bottom: 40%;
    transform: translateY(50%);
    z-index: -1; }
  #top-page .contentWrap .about .inner .titleBox {
    margin-bottom: 3vw;
    width: 50%; }
    #top-page .contentWrap .about .inner .titleBox h2 {
      width: 15.238vw; }
    #top-page .contentWrap .about .inner .titleBox .desc {
      font-size: clamp(28px, 2.142vw, 40px); }
  #top-page .contentWrap .about .inner .txtBox {
    width: 50%; }
    #top-page .contentWrap .about .inner .txtBox p {
      margin-bottom: 1.6em; }
      #top-page .contentWrap .about .inner .txtBox p:last-child {
        margin-bottom: 0; }
#top-page .contentWrap .access {
  padding-top: 10vw;
  padding-bottom: 10vw;
  overflow: hidden;
  position: relative; }
  #top-page .contentWrap .access::before {
    background: no-repeat url("assets/images/access_bg01.jpg") 0% 0%;
    background-size: contain;
    content: '';
    width: 38%;
    height: 100%;
    position: absolute;
    right: 0;
    top: 5vw;
    z-index: -1; }
  #top-page .contentWrap .access::after {
    background: no-repeat url("assets/images/access_bg02.jpg") 0% 0%;
    background-size: contain;
    content: '';
    width: 27.5%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 55vw;
    z-index: -1; }
  #top-page .contentWrap .access .access_bg {
    position: relative; }
    #top-page .contentWrap .access .access_bg::after {
      background: no-repeat url("assets/images/access_bg03.jpg") 0% 100%;
      background-size: contain;
      content: '';
      width: 27.5%;
      height: 100%;
      position: absolute;
      right: 0;
      bottom: -5vw;
      z-index: -1; }
  #top-page .contentWrap .access .inner {
    width: 45%; }
    #top-page .contentWrap .access .inner .titleBox {
      margin-bottom: 8vw; }
      #top-page .contentWrap .access .inner .titleBox h2 {
        width: 16.071vw; }
    #top-page .contentWrap .access .inner .access_map {
      margin-bottom: 8vw;
      text-align: center; }
      #top-page .contentWrap .access .inner .access_map .desc {
        margin: 0 auto 2em;
        width: 28.571vw; }
        #top-page .contentWrap .access .inner .access_map .desc .desc_sp {
          display: none; }
      #top-page .contentWrap .access .inner .access_map .google_map {
        position: relative;
        width: 100%;
        height: 0;
        margin-top: 2em;
        padding-top: 56.25%; }
        #top-page .contentWrap .access .inner .access_map .google_map iframe {
          filter: grayscale(100%);
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%; }
    #top-page .contentWrap .access .inner .access_info {
      position: relative; }
      #top-page .contentWrap .access .inner .access_info h3 {
        font-size: 110%;
        font-weight: 600;
        margin-bottom: 2em; }
      #top-page .contentWrap .access .inner .access_info .access_info_box {
        font-size: 90%;
        margin-bottom: 4em; }
        #top-page .contentWrap .access .inner .access_info .access_info_box .access_info_txt {
          margin-bottom: 1em; }
      #top-page .contentWrap .access .inner .access_info .access_parking {
        background: #E2E2E2;
        display: flex;
        align-items: center;
        font-size: 90%; }
        #top-page .contentWrap .access .inner .access_info .access_parking .title {
          text-align: center;
          width: 25%; }
        #top-page .contentWrap .access .inner .access_info .access_parking .desc {
          background: #FFF;
          width: 75%; }
          #top-page .contentWrap .access .inner .access_info .access_parking .desc dl {
            display: flex;
            flex-wrap: wrap; }
            #top-page .contentWrap .access .inner .access_info .access_parking .desc dl dt, #top-page .contentWrap .access .inner .access_info .access_parking .desc dl dd {
              box-sizing: border-box;
              padding: 1em; }
            #top-page .contentWrap .access .inner .access_info .access_parking .desc dl dt {
              padding: 1em 2em;
              width: 30%; }
            #top-page .contentWrap .access .inner .access_info .access_parking .desc dl dd {
              padding: 1em;
              width: 70%; }

.fadeIn_up {
  opacity: 0;
  transform: translate(0, 25%);
  transition: 0.8s; }
  .fadeIn_up.is-show {
    transform: translate(0, 0);
    opacity: 1; }

.slideIn_left {
  opacity: 0;
  transform: translate(-20%, 0);
  transition: 0.8s; }
  .slideIn_left.is-show {
    transform: translate(0, 0);
    opacity: 1; }

.slideIn_right {
  opacity: 0;
  transform: translate(20%, 0);
  transition: 0.8s; }
  .slideIn_right.is-show {
    transform: translate(0, 0);
    opacity: 1; }

.fadeIn {
  opacity: 0;
  transition: opacity 0.8s; }
  .fadeIn.is-show {
    opacity: 1; }

.slow {
  transition: 1.6s; }

.delay1 {
  transition-delay: 0.2s; }

.delay2 {
  transition-delay: 0.4s; }

.delay3 {
  transition-delay: 0.6s; }

.delay4 {
  transition-delay: 0.8s; }

.delay5 {
  transition-delay: 1.0s; }
