/*========================================================================
   index layout
========================================================================*/
#index #mainVisual {
  width: 100%;
  height: auto;
  background: url(../movie/top_movie.jpg) no-repeat center/cover;
}
#index #mainVisual .mainlogo {
  width: 100%;
  text-align: center;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 0;
}
#index #mainVisual .mainlogo img {
  max-width: 321px;
  width: 80%;
}
@media screen and (max-width: 768px) {
  #index #mainVisual::before {
    padding-top: 300px;
  }
}
@media screen and (min-width: 769px) {
  #index #mainVisual::before {
    padding-top: min(56.25%, calc(100vh - 110px));
  }
}
#index #main_movie {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
}
#index #main_movie video {
  min-width: 100%;
  min-height: 100%;
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

#greeting .layout {
  max-width: 1000px;
}
#greeting .layout > *:not(:last-child) {
  margin-bottom: 1.3em;
}
#greeting .layout .txtArea h2 {
  position: relative;
  font-size: 3rem;
  line-height: 1.2;
  margin-bottom: 1.8em;
}
#greeting .layout .imgArea {
  text-align: center;
}
@media screen and (min-width: 768px) {
  #greeting .layout {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  #greeting .layout .txtArea {
    width: max(54%, (99% - 480px));
  }
  #greeting .layout .imgArea {
    width: min(55%, 480px);
    margin-left: 1%;
    margin-right: -10%;
  }
}
#greeting .layout .deco.lt {
  top: -30px;
  left: -140px;
}
#greeting .layout .deco.lb {
  bottom: -100px;
  left: 0px;
}
#greeting .layout .deco.rb {
  bottom: -200px;
  right: -20px;
}
@media screen and (min-width: 992px) {
  #greeting .layout .deco.lt {
    top: 50px;
    left: -95px;
  }
}

#taisaku {
  position: relative;
  z-index: 1;
}
#taisaku .inner_frame {
  max-width: 800px;
}
#taisaku h3 {
  font-size: 1em;
  line-height: 1.2;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  cursor: pointer;
}
#taisaku .btn.ac {
  width: auto;
  height: auto;
  padding: 20px 80px 20px 50px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: table;
  cursor: pointer;
  background: #eeaa66;
  color: #fff;
  opacity: 1;
  position: relative;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
#taisaku .btn.ac::before, #taisaku .btn.ac::after {
  content: "";
  display: block;
  background-color: #fff;
  position: absolute;
  top: 50%;
  width: 0.6em;
  height: 1px;
  right: 1em;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
#taisaku .btn.ac::after {
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
#taisaku .btn.ac:hover {
  opacity: 0.85;
}
#taisaku .btn.ac.open::before {
  opacity: 0;
}
#taisaku .btn.ac.open::after {
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
}
#taisaku .contArea {
  display: none;
  margin-top: 3em;
  background: rgba(255, 255, 255, 0.6);
  color: #222;
}
#taisaku .contArea .content:not(:last-child) {
  margin-bottom: 1.8em;
}
#taisaku .contArea .lead {
  border: 1px dotted;
  padding: 1em;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#taisaku .contArea h4 {
  font-size: 1.9rem;
}
@media screen and (min-width: 480px) {
  #taisaku .contArea h4 {
    font-size: 2.4rem;
  }
}

#pointArea .content .layout {
  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;
}
#pointArea .content .layout > * {
  width: 100%;
  padding: 0 min(3vw, 1em);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: min(3vw, 1em);
}
#pointArea .content .txtArea {
  position: relative;
  max-width: 360px;
}
#pointArea .content .txtArea .btn {
  margin-bottom: min(3vw, 1em);
}
#pointArea .content .imgArea {
  position: relative;
  max-width: 660px;
}
#pointArea .content .deco.lt {
  top: -40px;
  left: -60px;
}
#pointArea .content .deco.rt {
  top: -120px;
  right: -80px;
}
@media screen and (min-width: 768px) {
  #pointArea .content .layout {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  #pointArea .content .txtArea {
    width: 35%;
  }
  #pointArea .content .imgArea {
    width: 70%;
    margin-left: -6%;
  }
  #pointArea .content:nth-of-type(2n) .layout {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  #pointArea .content:nth-of-type(2n) .imgArea {
    margin-left: 0;
    margin-right: -6%;
  }
}

#dogs .layout {
  max-width: 1000px;
}
#dogs .layout > *:not(:last-child) {
  margin-bottom: 1.3em;
}
#dogs .layout .txtArea h3 {
  position: relative;
  margin-bottom: 1.8em;
}
#dogs .layout .txtArea .note {
  display: inline-block;
  position: relative;
  padding-left: 1.3em;
  margin-top: 1em;
  color: #d43;
}
#dogs .layout .txtArea .note .deco_wow {
  position: absolute;
  top: -30px;
  left: -13px;
}
#dogs .layout .imgArea {
  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;
}
#dogs .layout .img01 {
  margin: 0 0 -5% 33%;
}
#dogs .layout .img02 {
  margin: -5% 25% 0 0;
}
@media screen and (min-width: 768px) {
  #dogs .layout {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  #dogs .layout .txtArea {
    width: max(57%, (100% - 480px));
  }
  #dogs .layout .imgArea {
    width: min(48%, 480px);
    margin-left: -5%;
  }
}
#dogs .layout .deco.rb {
  bottom: -40px;
  right: -70px;
}

#planArea {
  background: #dd7862;
}
