@charset "UTF-8";


.alphaOver a img, .alphaOver2 a {
  opacity: 1;
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.alphaOver a:hover img, .alphaOver2 a:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
}

a img {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.top {
  transform: translateY(-50px);
  opacity: 0;
}
@media (max-width: 599px) {
  .top {
    transform: translateY(50px);
  }
}
.top.animationActive {
  transform: translateY(0);
  transition: all 2s ease;
  opacity: 1;
}

.left {
  transform: translateX(50px);
  opacity: 0;
}
@media (max-width: 599px) {
  .left {
    transform: translateY(50px);
  }
}
.left.animationActive {
  transform: translateX(0);
  transition: all 2s ease;
  opacity: 1;
}
@media (max-width: 599px) {
  .left.animationActive {
    transform: translateY(0);
  }
}

.right {
  transform: translateX(-50px);
  opacity: 0;
}
@media (max-width: 599px) {
  .right {
    transform: translateY(50px);
  }
}
.right.animationActive {
  transform: translateX(0);
  transition: all 2s ease;
  opacity: 1;
}
@media (max-width: 599px) {
  .right.animationActive {
    transform: translateY(0);
  }
}



.fade {
  opacity: 0;
}
.fade.animationActive {
  transition: all 2s ease;
  opacity: 1;
}

/* animation */
.ani_img {
  position: relative;
  opacity: 0;
  transition: all 1.5s;
}

.ani_img {
  -webkit-align-self: flex-start;
  align-self: flex-start;
}

.ani_img img {
  width: 100%;
}

.ani_img_bg {
  width: 100%;
  height: 100%;
  background: #fff;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  transition: all 1.5s;
}

.ani_img_bg_on {
  width: 0;
}

.lmv {
  transition: all 2s;
  opacity: 0;
  -webkit-transform: translate(0, 50px);
  -ms-transform: translate(0, 50px);
  -o-transform: translate(0, 50px);
  transform: translate(0, 50px);
}

.mv {
  opacity: 1;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}

.opamv {
  transition: all 1.5s;
  opacity: 0;
}

.opmv {
  opacity: 1;
}

.sclmv {
  transition: all 1.5s;
  opacity: 0;
  -webkit-transform: scale(1.5, 1.5);
  -ms-transform: scale(1.5, 1.5);
  -o-transform: scale(1.5, 1.5);
  transform: scale(1.5, 1.5);
}

.scmv {
  opacity: 1;
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  transform: scale(1, 1);
}


#main_wrap {
  position: relative;
  margin-top: 140px;
}
@media (max-width: 1350px) {
  #main_wrap {
    margin-top: 128px;
  }
}
@media (max-width: 599px) {
  #main_wrap {
    margin-top: 0;
    overflow: hidden;
  }
}
#main_wrap > img {
  width: 100%;
}
@media (max-width: 599px) {
  #main_wrap > img {
    top: 50%;
    left: 50%;
    transform: translate(-40%, 0);
    width: 200%;
    z-index: -1;
  }
}
#main_wrap .main_copy {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  width: 70%;
}
#main_wrap .main_copy dt {
  width: 210px;
  margin: 0 auto 50px;
}
@media (max-width: 599px) {
  #main_wrap .main_copy dt {
    width: 70%;
    margin: 0 auto 30px;
  }
}
#main_wrap .main_copy dt img {
  width: 100%;
}
#main_wrap .main_copy dd {
  color: #fff;
  font-size: 2.5rem;
  line-height: 1.8;
  text-align: center;
  letter-spacing: 0.2rem;
  font-weight: normal;
}
@media (max-width: 599px) {
  #main_wrap .main_copy dd {
    font-size: 5vw;
  }
}
@media (max-width: 1000px) {
  #main_wrap .main_copy {
    font-size: 1.8rem;
  }
}
@media (max-width: 599px) {
  #main_wrap .main_copy {
    font-size: 4vw;
    line-height: 1.5;
  }
}
#main_wrap .cap {
  position: absolute;
  z-index: 2;
  width: inherit;
  right: 10px;
  bottom: 7px;
  color: #fff;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.7), -2px 2px 2px rgba(0, 0, 0, 0.7), 2px -2px 2px rgba(0, 0, 0, 0.7), -2px -2px 2px rgba(0, 0, 0, 0.7);
  margin: 0;
}

#header_wrap {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  width: 100%;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background: #151515;
}
@media (max-width: 599px) {
  #header_wrap {
    top: unset;
    bottom: 0;
    height: 65px;
    padding: 12px 15px;
    box-sizing: border-box;
    background: rgb(255, 255, 255);
  }
}
@media print {
  #header_wrap {
    position: inherit;
    height: auto;
  }
}

.h_btn_sp {
  display: none;
}
@media (max-width: 599px) {
  .h_btn_sp {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
    width: calc(100% - 55px);
    font-size: 2.9vw;
    letter-spacing: 0.3vw;
  }
  .h_btn_sp li {
    width: 49%;
  }
  .h_btn_sp li a {
    display: block;
    line-height: 42px;
  }
  .h_btn_sp li.tel_sp {
    position: relative;
    overflow: hidden;
    width: 35%;
  }
  .h_btn_sp li.tel_sp a {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    color: #fff;
    background: #555;
  }
  .h_btn_sp li.tel_sp a:hover {
    background: #888;
  }
  .h_btn_sp li.tel_sp a:before {
    content: "";
    width: 20px;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.7);
    animation: shine 6s ease-in-out infinite;
    position: absolute;
    top: -180px;
    left: 0;
    opacity: 0;
    transform: rotate(45deg);
  }
  .h_btn_sp li.req {
    position: relative;
    overflow: hidden;
  }
  .h_btn_sp li.req a {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    color: #fff;
    background: #113D6E;
    box-sizing: border-box;
  }
  .h_btn_sp li.req a:hover {
    background: #115199;
  }
  .h_btn_sp li.req a:before {
    content: "";
    width: 20px;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.7);
    animation: shine 6s ease-in-out infinite;
    position: absolute;
    top: -180px;
    left: 0;
    opacity: 0;
    transform: rotate(45deg);
  }
  .h_btn_sp li.res {
    position: relative;
    overflow: hidden;
  }
  .h_btn_sp li.res a {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    color: #fff;
    background: #800000;
  }
  .h_btn_sp li.res a:hover {
    background: #aa0000;
  }
  .h_btn_sp li.res a:before {
    content: "";
    width: 20px;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.7);
    animation: shine 6s ease-in-out infinite;
    position: absolute;
    top: -180px;
    left: 0;
    opacity: 0;
    transform: rotate(45deg);
  }
}


.photo {
  position: relative;
  z-index: 1;
}
.photo span {
  position: absolute;
  z-index: 2;
  bottom: 7px;
  right: 10px;
  font-size: 11px;
  font-size: 1.1rem;
}
@media (max-width: 599px) {
  .photo span {
    bottom: 5px;
    font-size: 1rem;
  }
}
.photo.w_f {
  color: #fff;
  text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.5), -2px 2px 3px rgba(0, 0, 0, 0.5), 2px -2px 3px rgba(0, 0, 0, 0.5), -2px -2px 3px rgba(0, 0, 0, 0.5);
}

#header_inner {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  width: calc(100% - 250px);
}
@media (max-width: 1500px) {
  #header_inner {
    width: calc(100% - 150px);
  }
}
@media (max-width: 1350px) {
  #header_inner {
    width: 90%;
  }
}
@media (max-width: 1000px) {
  #header_inner {
    width: 100%;
  }
}
@media (max-width: 599px) {
  #header_inner {
    display: none;
  }
}
#header_inner #h_btn {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: flex-end;
  width: 100%;
  letter-spacing: 0.1rem;
  box-sizing: border-box;
}
@media (max-width: 1000px) {
  #header_inner #h_btn {
    position: fixed;
    top: 30px;
    right: 40px;
    width: 70%;
  }
}
#header_inner #h_btn li {
  box-sizing: border-box;
  overflow: hidden;
}
#header_inner #h_btn li + li {
  margin-left: 20px;
}
#header_inner #h_btn li a {
  line-height: 42px;
  height: 42px;
  font-size: 1.5rem;
  letter-spacing: 0.2rem;
  transition: all 0.6s ease;
}
@media (max-width: 1000px) {
  #header_inner #h_btn li a {
    font-size: 1.5vw;
    letter-spacing: 0.2vw;
  }
}
#header_inner #h_btn li.limit_btn {
  width: 220px;
}
#header_inner #h_btn li.limit_btn a {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  background: #4e6e4c;
  color: #fff;
}
#header_inner #h_btn li.limit_btn a:hover {
  background: #5a8758;
}
@media (max-width: 1000px) {
  #header_inner #h_btn li.limit_btn {
    width: 50%;
  }
}
#header_inner #h_btn li.out {
  position: relative;
  overflow: hidden;
  width: 120px;
}
#header_inner #h_btn li.out a {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  color: #fff;
  background: #676869;
  box-sizing: border-box;
}
#header_inner #h_btn li.out a:hover {
  background: #9B9C9D;
}
#header_inner #h_btn li.out a:before {
  content: "";
  width: 20px;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.7);
  animation: shine 6s ease-in-out infinite;
  position: absolute;
  top: -180px;
  left: 0;
  opacity: 0;
  transform: rotate(45deg);
}
@media (max-width: 1000px) {
  #header_inner #h_btn li.out {
    width: 22%;
  }
}
#header_inner #h_btn li.map {
  position: relative;
  overflow: hidden;
  min-width: 220px;
}
#header_inner #h_btn li.map a {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  color: #fff;
  background: #676869;
  box-sizing: border-box;
}
#header_inner #h_btn li.map a:hover {
  background: #9B9C9D;
}
#header_inner #h_btn li.map a:before {
  content: "";
  width: 20px;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.7);
  animation: shine 6s ease-in-out infinite;
  position: absolute;
  top: -180px;
  left: 0;
  opacity: 0;
  transform: rotate(45deg);
}
@media (max-width: 1000px) {
  #header_inner #h_btn li.map {
    width: 50%;
  }
}
#header_inner #h_btn li.req {
  position: relative;
  overflow: hidden;
  width: 120px;
}
#header_inner #h_btn li.req a {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  color: #fff;
  background: #113D6E;
  box-sizing: border-box;
}
#header_inner #h_btn li.req a:hover {
  background: #115199;
}
#header_inner #h_btn li.req a:before {
  content: "";
  width: 20px;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.7);
  animation: shine 6s ease-in-out infinite;
  position: absolute;
  top: -180px;
  left: 0;
  opacity: 0;
  transform: rotate(45deg);
}
@media (max-width: 1000px) {
  #header_inner #h_btn li.req {
    width: 22%;
  }
}
#header_inner #h_btn li.res {
  position: relative;
  overflow: hidden;
  width: 120px;
}
#header_inner #h_btn li.res a {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  color: #fff;
  background: #800000;
}
#header_inner #h_btn li.res a:hover {
  background: #aa0000;
}
#header_inner #h_btn li.res a:before {
  content: "";
  width: 20px;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.7);
  animation: shine 6s ease-in-out infinite;
  position: absolute;
  top: -180px;
  left: 0;
  opacity: 0;
  transform: rotate(45deg);
}
@media (max-width: 1000px) {
  #header_inner #h_btn li.res {
    width: 22%;
  }
}
#header_inner #h_btn li.on a {
  color: #fff;
}
@media print {
  #header_inner #h_btn {
    position: absolute;
    top: 100px;
    right: 20px;
    margin-top: 0;
    margin-right: 0;
  }
}
#header_inner .gnav_wrap {
  width: 1100px;
  margin-top: 30px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (max-width: 1500px) {
  #header_inner .gnav_wrap {
    width: 100%;
  }
}
@media (max-width: 1350px) {
  #header_inner .gnav_wrap {
    margin-top: 20px;
  }
}
@media (max-width: 599px) {
  #header_inner .gnav_wrap {
    display: none;
  }
}
#header_inner .gnav_wrap ul {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  font-size: 17px;
  font-size: 1.7rem;
  letter-spacing: 0.2rem;
}
@media (max-width: 1350px) {
  #header_inner .gnav_wrap ul {
    font-size: 1.3vw;
  }
}
@media (max-width: 1000px) {
  #header_inner .gnav_wrap ul {
    font-size: 1.6vw;
    letter-spacing: 0.1vw;
  }
}
#header_inner .gnav_wrap ul li {
  height: 30px;
  text-align: center;
}
#header_inner .gnav_wrap ul li:first-child {
  width: 7%;
}
#header_inner .gnav_wrap ul li:nth-child(2) {
  width: 15%;
}
@media (max-width: 1350px) {
  #header_inner .gnav_wrap ul li:nth-child(2) {
    width: 17%;
  }
}
#header_inner .gnav_wrap ul li:nth-child(3) {
  width: 10%;
}
#header_inner .gnav_wrap ul li:nth-child(4) {
  width: 8%;
}
#header_inner .gnav_wrap ul li:nth-child(5) {
  width: 8%;
}
#header_inner .gnav_wrap ul li:nth-child(6) {
  width: 9%;
}
#header_inner .gnav_wrap ul li:nth-child(7) {
  width: 8%;
}
#header_inner .gnav_wrap ul li:nth-child(8) {
  width: 13%;
}
#header_inner .gnav_wrap ul li:nth-child(9) {
  width: 9%;
}
#header_inner .gnav_wrap ul li.nolink {
  position: relative;
  z-index: 1;
  color: #4e6e4c;
  height: 28px;
  opacity: 0.3;
}
#header_inner .gnav_wrap ul li.on a {
  border-bottom: 2px solid #fff;
}
#header_inner .gnav_wrap ul li.on a:hover::before {
  display: none;
}
#header_inner .gnav_wrap ul li.on a:hover span {
  opacity: 1;
}
#header_inner .gnav_wrap ul li:nth-child(4) {
  position: relative;
}
#header_inner .gnav_wrap ul li:nth-child(4)::before {
  position: absolute;
  left: 0;
  top: -13px;
  display: block;
  width: 100%;
  content: "NEW";
  color: #800;
  font-size: 1.2rem;
}
#header_inner .gnav_wrap ul li:nth-child(9) {
  position: relative;
}
#header_inner .gnav_wrap ul li:nth-child(9)::before {
  position: absolute;
  left: 0;
  top: -13px;
  display: block;
  width: 100%;
  content: "NEW";
  color: #800;
  font-size: 1.2rem;
}
#header_inner .gnav_wrap ul a {
  display: block;
  color: #fff;
  position: relative;
  z-index: 1;
}
#header_inner .gnav_wrap ul a:hover span {
  opacity: 0;
}
#header_inner .gnav_wrap ul a::after {
  content: attr(data-hover);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  font-size: 1.5rem;
  text-transform: uppercase;
  opacity: 0;
  letter-spacing: normal;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 1230px) {
  #header_inner .gnav_wrap ul a::after {
    font-size: 1.3vw;
  }
}
@media (max-width: 1000px) {
  #header_inner .gnav_wrap ul a::after {
    font-size: 1.55vw;
  }
}
#header_inner .gnav_wrap ul a:hover::after {
  opacity: 1;
}
#header_inner .gnav_wrap ul a:hover::before {
  display: block;
  content: "";
  position: absolute;
  left: 50%;
  bottom: -2px;
  width: 0;
  border-bottom: solid 2px #fff;
  transform: translateX(-50%);
  animation: border_anim 0.2s linear forwards;
}

#header_wrap.is-animation #header {
  padding: 10px 40px;
}
#header_wrap.is-animation #header_inner .gnav_wrap {
  margin-top: 20px;
}
#header_wrap.is-animation h1 {
  width: 60px;
}
@media (max-width: 1350px) {
  #header_wrap.is-animation h1 {
    width: 5.5%;
  }
}
@media (max-width: 599px) {
  #header_wrap.is-animation h1 {
    width: 105px;
  }
}

@keyframes border_anim {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}
.spnavi_btn {
  display: none;
}
@media (max-width: 599px) {
  .spnavi_btn {
    display: block;
    position: fixed;
    z-index: 10000;
    bottom: 5px;
    right: 5px;
    width: 50px;
  }
}
.spnavi_btn a {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  height: 80px;
  background: #fff;
  box-sizing: border-box;
}
@media (max-width: 599px) {
  .spnavi_btn a {
    width: 50px;
    height: 50px;
    border: none;
  }
}
.spnavi_btn a span.bar {
  display: inline-block;
  transition: all 0.4s;
  box-sizing: border-box;
  position: absolute;
  left: 15%;
  width: 70%;
  height: 2px;
  background-color: #333;
  border-radius: 4px;
}
.spnavi_btn a span:first-child {
  top: 9px;
}
.spnavi_btn a span:nth-child(2) {
  top: 18px;
  left: 29%;
  width: 28px;
}
.spnavi_btn a span:nth-child(3) {
  top: 27px;
}
.spnavi_btn a span.txt {
  position: absolute;
  z-index: 2;
  width: 100%;
  bottom: inherit;
  left: inherit;
  bottom: 4px;
  left: 0;
  right: 20px;
  text-align: center;
  color: #333;
  font-size: 1.2rem;
  line-height: 1;
  letter-spacing: -0.2rem;
}
.spnavi_btn a.active span:first-child {
  -webkit-transform: translateY(8px) rotate(-42deg);
  transform: translateY(8px) rotate(-42deg);
}
.spnavi_btn a.active span:nth-child(2) {
  opacity: 0;
}
.spnavi_btn a.active span:nth-child(3) {
  -webkit-transform: translateY(-10px) rotate(42deg);
  transform: translateY(-10px) rotate(42deg);
}
.spnavi_btn a:hover {
  cursor: pointer;
}

.sp_navi {
  display: none;
  position: fixed;
  z-index: 105;
  width: 100%;
  /*width: 450px;*/
  height: 100vh;
  /*right:-500px;*/
  top: 0;
  /*overflow-y:  scroll;
  transition: all 0.4s;*/
  background: #151515;
  box-sizing: border-box !important;
  overflow: hidden !important;
  z-index: 1000;
}
@media print {
  .sp_navi {
    display: none;
  }
}
.sp_navi div {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  /*	-webkit-justify-content: center;
  	justify-content: center;*/
  width: 70%;
  margin: 10% auto 0;
}
@media (max-width: 599px) {
  .sp_navi div {
    display: block;
    width: 88%;
    margin: 70px auto 0;
  }
}
.sp_navi ul {
  width: 100%;
}
.sp_navi li {
  width: 100%;
  font-size: 1.4rem;
  text-decoration: none;
  box-sizing: border-box;
  color: #fff;
  /*&:nth-child(2){margin-top: 0;}*/
}
@media (max-width: 599px) {
  .sp_navi li {
    font-size: 5vw;
    padding-left: 9vw;
  }
}
.sp_navi li.nolink {
  position: relative;
  z-index: 1;
  color: #ddd;
}
.sp_navi li + li {
  margin-top: 20px;
}
@media (max-width: 1000px) {
  .sp_navi li + li {
    margin-top: 12px;
  }
}
@media (max-width: 599px) {
  .sp_navi li + li {
    margin-top: 2vh;
  }
}
.sp_navi li:nth-child(4) {
  position: relative;
}
.sp_navi li:nth-child(4)::before {
  position: absolute;
  left: 0;
  top: 20%;
  display: block;
  content: "NEW";
  color: #800;
  font-size: 3.5vw;
}
.sp_navi li:nth-child(9) {
  position: relative;
}
.sp_navi li:nth-child(9)::before {
  position: absolute;
  left: 0;
  top: 20%;
  display: block;
  content: "NEW";
  color: #800;
  font-size: 3.5vw;
}
.sp_navi li span {
  position: absolute;
  top: 0;
  left: 0;
  width: 36px;
}
.sp_navi li span img {
  width: 100%;
}
.sp_navi li a {
  color: #fff;
  line-height: 1;
}
.sp_navi li a:hover {
  opacity: 0.6;
}
@media (max-width: 599px) {
  .sp_navi li:last-child a {
    border-bottom: none;
  }
}
.sp_navi li.on > a {
  padding-right: 0.5rem;
  border-bottom: 2px solid #fff;
}
@media (max-width: 599px) {
  .sp_navi li.on > a {
    padding-right: 0.5rem;
  }
}
.sp_navi li.res a a {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  color: #fff;
  background: #800000;
}
.sp_navi li.res a a:hover {
  background: #aa0000;
}
.sp_navi li.res a a:before {
  content: "";
  width: 20px;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.7);
  animation: shine 6s ease-in-out infinite;
  position: absolute;
  top: -180px;
  left: 0;
  opacity: 0;
  transform: rotate(45deg);
}
.sp_navi li.req a a {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  color: #fff;
  background: #113D6E;
  box-sizing: border-box;
}
.sp_navi li.req a a:hover {
  background: #115199;
}
.sp_navi li.req a a:before {
  content: "";
  width: 20px;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.7);
  animation: shine 6s ease-in-out infinite;
  position: absolute;
  top: -180px;
  left: 0;
  opacity: 0;
  transform: rotate(45deg);
}
.sp_navi li.sp {
  display: none;
}
@media (max-width: 599px) {
  .sp_navi li.sp {
    display: block;
  }
}
.sp_navi .nonborder {
  border: none;
  outline: none;
}

#sp_header_inner {
  display: none;
}
@media (max-width: 599px) {
  #sp_header_inner {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    cursor: pointer;
    width: 100%;
    margin: 0 auto;
    /*width: 200px;*/
  }
}
@media print {
  #sp_header_inner {
    display: none;
  }
}
#sp_header_inner li {
  display: block;
  height: 50px;
  width: 50%;
  /*width: 33.333%;*/
  text-align: center;
}
#sp_header_inner li img {
  display: inline;
  width: 50px;
  margin: 0 auto;
}
#sp_header_inner li a {
  display: block;
  /*height: 50px;
  width: 50px;
  margin: 0 auto;*/
}
#sp_header_inner li#tel a {
  padding-top: 0;
}
#sp_header_inner li#tel span {
  margin-left: 0;
}
#sp_header_inner li:first-child {
  background: #666;
}
#sp_header_inner li + li {
  background: #9b1b1b;
}
#sp_header_inner li:last-child {
  background: #df7800;
}

#contents_wrap {
  width: 100%;
  padding: 100px 0 0;
  background-image:url();
}
@media (max-width: 599px) {
  #contents_wrap {
    padding: 60px 0 0;
  }
}
@media (max-width: 1230px) {
  #contents_wrap .main_copy {
    padding: 0 3%;
    text-align: left;
  }
}
@media (max-width: 599px) {
  #contents_wrap .main_copy {
    width: 90%;
    margin: 0 auto;
  }
}

.contents {
  width: 1200px;
  margin: 0 auto;
}
@media (max-width: 1230px) {
  .contents {
    width: 90%;
    margin: 0 auto;
  }
}

.contents_wide {
  width: 100%;
}

.inner {
  width: 1200px;
  margin: 0 auto;
}
@media (max-width: 1230px) {
  .inner {
    width: 90%;
  }
}

.site_con_wrap {
  background: #333;
  padding: 100px 0;
}
@media (max-width: 599px) {
  .site_con_wrap {
    padding: 10% 0;
  }
}
.site_con_wrap h3 {
  margin-bottom: 30px;
  font-size: 2.7rem;
  font-weight: normal;
  line-height: 1;
  text-align: center;
  color: #fff;
}
@media (max-width: 599px) {
  .site_con_wrap h3 {
    margin-bottom: 5%;
    font-size: 6vw;
  }
}
.site_con_wrap .site_con {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  margin: 0 auto;
}
.site_con_wrap .site_con > div {
  width: 380px;
  height: 350px;
  overflow: hidden;
}
@media (max-width: 1230px) {
  .site_con_wrap .site_con > div {
    width: 28.5vw;
    height: 26vw;
  }
}
@media (max-width: 599px) {
  .site_con_wrap .site_con > div {
    width: 43vw;
    height: 40vw;
  }
}
@media (max-width: 599px) {
  .site_con_wrap .site_con > div:nth-child(n+3) {
    margin-top: 4vw;
  }
}
.site_con_wrap .site_con > div:nth-child(n+4) {
  margin-top: 30px;
}
@media (max-width: 599px) {
  .site_con_wrap .site_con > div:nth-child(n+4) {
    margin-top: 4vw;
  }
}
.site_con_wrap .site_con > div.nolink {
  position: relative;
  opacity: 0.5;
}
.site_con_wrap .site_con > div.nolink::before {
  font-family: canto, serif;
  font-weight: 400;
  font-style: normal;
  position: absolute;
  z-index: 2;
  left: 0;
  top: 0;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  align-items: center;
  content: "COMING SOON";
  font-size: 3rem;
  color: #fff;
  width: 100%;
  height: 100%;
}
@media (max-width: 1230px) {
  .site_con_wrap .site_con > div.nolink::before {
    font-size: 2.8vw;
  }
}
@media (max-width: 599px) {
  .site_con_wrap .site_con > div.nolink::before {
    font-size: 4.5vw;
  }
}
.site_con_wrap .site_con > div.nolink dl {
  opacity: 0.3;
}
.site_con_wrap .site_con > div.nolink > img {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  width: 105%;
  transform: translate(-50%, -50%);
  z-index: 1;
  opacity: 0.3;
}
.site_con_wrap .site_con > div.nolink::after {
  display: block;
  content: "";
  background: #000;
  z-index: 0;
  width: 100%;
  height: 100%;
}
.site_con_wrap .site_con > div a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  transition: all 0.5s;
}
.site_con_wrap .site_con > div a::after {
  display: block;
  content: "";
  background: #000;
  z-index: 0;
  width: 100%;
  height: 100%;
}
.site_con_wrap .site_con > div a > img {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  width: 105%;
  transform: translate(-50%, -50%);
  z-index: 1;
}
.site_con_wrap .site_con > div a:hover > img {
  transform: translate(-50%, -50%) scale(1.2);
}
.site_con_wrap .site_con > div dl {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 70%;
  color: #fff;
  z-index: 3;
}
@media (max-width: 1230px) {
  .site_con_wrap .site_con > div dl {
    width: 90%;
  }
}
.site_con_wrap .site_con > div dl dt {
  width: 113px;
  margin: 0 auto 30px;
}
@media (max-width: 599px) {
  .site_con_wrap .site_con > div dl dt {
    width: 50%;
    margin: 0 auto 10px;
  }
}
.site_con_wrap .site_con > div dl dt img {
  width: 100%;
}
.site_con_wrap .site_con > div dl dd {
  font-size: 1.2rem;
  text-align: center;
  line-height: 1;
}
@media (max-width: 599px) {
  .site_con_wrap .site_con > div dl dd {
    font-size: 2.8vw;
  }
}
.site_con_wrap .site_con > div dl dd span {
  display: block;
  font-size: 2.8rem;
  letter-spacing: 0.2rem;
  margin-bottom: 5px;
}
@media (max-width: 1230px) {
  .site_con_wrap .site_con > div dl dd span {
    font-size: 2.3vw;
  }
}
@media (max-width: 599px) {
  .site_con_wrap .site_con > div dl dd span {
    font-size: 4vw;
    letter-spacing: 0.1vw;
  }
}
.site_con_wrap .site_con > div:first-child a > img, .site_con_wrap .site_con > div:nth-child(3) a > img, .site_con_wrap .site_con > div:nth-child(5) a > img, .site_con_wrap .site_con > div:nth-child(6) a > img {
  opacity: 0.57;
}
.site_con_wrap .site_con > div:nth-child(2) a > img, .site_con_wrap .site_con > div:nth-child(4) a > img {
  opacity: 0.8;
}
.site_con_wrap .site_con > div span.cap {
  position: absolute;
  right: 5px;
  bottom: 5px;
  font-size: 1.1rem;
  z-index: 3;
  color: #bbb;
}

.cap_area {
  padding: 40px 0 30px;
  background: #fff;
}

.cap {
  font-size: 1.1rem;
  line-height: 1.3;
  text-align: left;
}
@media (max-width: 599px) {
  .cap {
    font-size: 0.9rem;
    line-height: 1.3;
  }
}

section.footer_wrap {
  padding: 0;
  background: #fff;
}

#footer {
  padding: 20px 0 30px;
}
@media (max-width: 599px) {
  #footer {
    padding: 20px 0;
  }
}
#footer .f_nav {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-content: space-between;
}
@media (max-width: 599px) {
  #footer .f_nav {
    width: 100%;
    margin: 0 auto 0;
    justify-content: flex-start;
  }
}
#footer .f_nav li {
  padding: 0 20px;
  font-size: 1.6rem;
}
@media (max-width: 1000px) {
  #footer .f_nav li {
    width: 30%;
    padding: 0;
    text-align: center;
  }
  #footer .f_nav li:nth-child(n+4) {
    margin-top: 15px;
  }
}
@media (max-width: 599px) {
  #footer .f_nav li {
    width: 50%;
    padding: 0;
    font-size: 4.8vw;
  }
  #footer .f_nav li:nth-child(n+3) {
    margin-top: 15px;
  }
}
#footer .f_nav li.nolink {
  color: #ccc;
}
#footer .f_nav li a {
  display: block;
  color: #4e6e4c;
}
#footer #f_tel {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  margin: 50px auto;
}
@media (max-width: 599px) {
  #footer #f_tel {
    display: block;
  }
}
#footer #f_tel a {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  cursor: default;
}
#footer #f_tel a:hover {
  opacity: 1;
}
@media (max-width: 599px) {
  #footer #f_tel {
    display: block;
    width: 100%;
    margin: 30px auto;
  }
}
#footer #f_tel div {
  margin: 10px 20px 0 0;
  font-size: 1.6rem;
}
@media (max-width: 599px) {
  #footer #f_tel div {
    margin: 0 0 20px;
    text-align: center;
    font-size: 4vw;
  }
}
@media (max-width: 599px) {
  #footer #f_tel dl {
    width: 100%;
    margin: 0 auto;
  }
}
#footer #f_tel dl dt {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  line-height: 1;
  letter-spacing: 0.3rem;
  font-size: 4rem;
}
@media (max-width: 599px) {
  #footer #f_tel dl dt {
    font-size: 11vw;
    letter-spacing: 0.1vw;
    align-items: flex-end;
  }
}
#footer #f_tel dl dt img {
  width: 50px;
  margin-right: 10px;
}
@media (max-width: 599px) {
  #footer #f_tel dl dt img {
    width: 14vw;
    margin-right: 2.5vw;
  }
}
#footer #f_tel dl dd {
  margin-top: 10px;
}
@media (max-width: 599px) {
  #footer #f_tel dl dd {
    font-size: 3.2vw;
  }
}
#footer .co_logo {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto 50px;
}
@media (max-width: 599px) {
  #footer .co_logo {
    display: block;
    width: 100%;
    text-align: center;
  }
}
#footer .co_logo li {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
}
@media (max-width: 599px) {
  #footer .co_logo li {
    display: block;
    font-size: 4vw;
    margin: 0 auto;
  }
}
#footer .co_logo li a {
  margin-left: 20px;
}
@media (max-width: 599px) {
  #footer .co_logo li a {
    margin-left: 0;
  }
}
#footer .co_logo li img {
  width: 185px;
}
@media (max-width: 599px) {
  #footer .co_logo li img {
    width: 50%;
    margin: 10px auto 0;
  }
}
#footer .co_logo li + li {
  margin-left: 50px;
}
@media (max-width: 599px) {
  #footer .co_logo li + li {
    margin-top: 5%;
    margin-left: 0;
  }
}
#footer .co_logo li + li img {
  width: 230px;
}
@media (max-width: 599px) {
  #footer .co_logo li + li img {
    width: 60%;
  }
}
#footer img {
  width: 100%;
}

#address {
  font-size: 1rem;
  text-align: center;
}
@media (max-width: 1230px) {
  #address {
    width: 100%;
    min-width: 100%;
    padding: 8px 0 0;
    line-height: 1.5;
  }
}
@media (max-width: 599px) {
  #address {
    font-size: 0.9rem;
  }
}
@media print {
  #address {
    display: none;
  }
}
#address a {
  color: #fff;
}

#main_img {
  width: 100%;
}
#main_img img {
  width: 100%;
}

h3 {
  margin-bottom: 30px;
  font-size: 2.7rem;
  font-weight: normal;
  line-height: 1;
  text-align: center;
  color: #4e6e4c;
}
@media (max-width: 599px) {
  h3 {
    margin-bottom: 5%;
    font-size: 6vw;
  }
}

p {
  font-size: 1.5rem;
}
@media (max-width: 599px) {
  p {
    font-size: 1.3rem;
  }
}

.top_copy {
  text-align: center;
}
.top_copy h3 {
  margin-bottom: 40px;
  font-size: 2.3rem;
  line-height: 2;
}
.top_copy p {
  line-height: 2;
}

.resreq_btn {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  font-family: "NotoSerif-Regular";
  letter-spacing: 0.2rem;
  text-align: center;
  /*width: 400px;*/
  /*width: 100%;*/
  width: 750px;
  margin: 80px auto 50px;
}
@media (max-width: 1000px) {
  .resreq_btn {
    margin: 50px auto 30px;
  }
}
@media (max-width: 599px) {
  .resreq_btn {
    width: 100%;
    margin: 50px auto 30px;
  }
  .resreq_btn img {
    width: 100%;
  }
}
@media print {
  .resreq_btn {
    display: none;
  }
}
.resreq_btn li {
  position: relative;
  width: 100%;
  /*width: 48%;*/
  box-sizing: border-box;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.6);
}
.resreq_btn li img {
  width: 100%;
}
.resreq_btn li + li {
  margin-left: 5%;
}
.resreq_btn li.req a {
  background: #9b1b1b;
}
.resreq_btn li.res a {
  background: #df7800;
}
.resreq_btn a {
  position: relative;
  overflow: hidden;
  display: block;
  padding: 15px;
  border: none;
  color: #fff;
  font-size: 2.8rem;
  letter-spacing: 0.7rem;
}
@media (max-width: 599px) {
  .resreq_btn a {
    font-size: 3.8vw;
    letter-spacing: 0.8vw;
  }
}
.resreq_btn a span {
  font-size: 3.2rem;
  letter-spacing: 0.4rem;
}
@media (max-width: 599px) {
  .resreq_btn a span {
    font-size: 4.5vw;
    letter-spacing: 0.3vw;
  }
}
.resreq_btn a:hover {
  opacity: 0.7;
}
.resreq_btn a:before {
  content: "";
  width: 30px;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.7);
  animation: shine 5s ease-in-out infinite;
  position: absolute;
  top: -180px;
  left: 0;
  opacity: 0;
  transform: rotate(45deg);
}
.resreq_btn a:after {
  content: "";
  display: block;
  margin: auto;
  position: absolute;
  left: 5px;
  right: 5px;
  bottom: 5px;
  top: 5px;
  border: 1px solid rgba(255, 255, 255, 0.4);
}
@media (max-width: 599px) {
  .resreq_btn a:after {
    left: 3px;
    right: 3px;
    bottom: 3px;
    top: 3px;
  }
}

@media (max-width: 599px) {
  .pc, .pc2 {
    display: none;
  }
}
@media print {
  .pc, .pc2 {
    display: block;
  }
}

@media (max-width: 1000px) {
  .tab {
    display: none;
  }
}

.sp {
  display: none;
}
@media (max-width: 599px) {
  .sp {
    display: block;
  }
}
@media print {
  .sp {
    display: none;
  }
}

#pagetop {
  position: fixed;
  bottom: 2%;
  right: 10px;
  width: 60px;
  z-index: 9999;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (max-width: 599px) {
  #pagetop {
    width: 10%;
  }
}
@media (max-width: 599px) {
  #pagetop {
    width: 15%;
  }
}
@media print {
  #pagetop {
    display: none;
  }
}
#pagetop img {
  width: 100%;
}

body.spnavi_on #scroll {
  opacity: 0;
}
body.spnavi_on #pagetop {
  opacity: 0 !important;
}

@keyframes shine {
  0% {
    transform: scale(0) rotate(45deg);
    opacity: 0;
  }
  80% {
    transform: scale(0) rotate(45deg);
    opacity: 0.5;
  }
  81% {
    transform: scale(4) rotate(45deg);
    opacity: 1;
  }
  100% {
    transform: scale(50) rotate(45deg);
    opacity: 0;
  }
}
.animation-LtoR {
  -webkit-transform: translateX(-20%);
  transform: translateX(-20%);
  opacity: 0;
  -webkit-transition: 1s;
  transition: 1s;
}
@media (max-width: 599px) {
  .animation-LtoR {
    opacity: 1;
    transform: none;
  }
}

.animation-LtoR.is-animated {
  -webkit-transform: translateX(0);
  transform: translateX(0);
  opacity: 1;
}

.animation-RtoL {
  -webkit-transform: translateX(20%);
  transform: translateX(20%);
  opacity: 0;
  -webkit-transition: 1s;
  transition: 1s;
}
@media (max-width: 599px) {
  .animation-RtoL {
    opacity: 1;
    transform: none;
  }
}

.animation-RtoL.is-animated {
  -webkit-transform: translateX(0);
  transform: translateX(0);
  opacity: 1;
}

.animation-TtoB {
  -webkit-transform: translateY(-20%);
  transform: translateY(-20%);
  opacity: 0;
  -webkit-transition: 1s;
  transition: 1s;
}
@media (max-width: 599px) {
  .animation-TtoB {
    opacity: 1;
    transform: none;
  }
}

.animation-TtoB.is-animated {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}

.animation-BtoT {
  -webkit-transform: translateY(20%);
  transform: translateY(20%);
  opacity: 0;
  -webkit-transition: 1s;
  transition: 1s;
}
@media (max-width: 599px) {
  .animation-BtoT {
    opacity: 1;
    transform: none;
  }
}

.animation-BtoT.is-animated {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}

.flx {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: self-start;
  align-items: self-start;
}

.bnr {
  width: 400px;
  margin: 50px auto 0;
}
@media (max-width: 599px) {
  .bnr {
    width: 70%;
  }
}
.bnr div {
  margin-top: 10px;
}
.bnr img {
  width: 100%;
}

.fit-img {
  width: 100%;
  height: auto;
  vertical-align: middle;
}

@media (max-width: 1230px) {
  .full_img img {
    width: 100%;
  }
  .half_img img {
    width: 48%;
  }
}
@media print {
  body {
    background: #fff;
    color: #000;
  }
  .b {
    font-weight: normal;
  }
  .break_p {
    page-break-before: always;
  }
  .gnav_wrap {
    display: none;
  }
}

.lowScrollBlock {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
}
.lowScrollBlock .fixedContent {
  position: sticky;
  display: block;
  top: 0;
  width: 43.0556%;
  height: 100vh;
}
.lowScrollBlock .fixedContent__inner {
  position: absolute;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100%;
  opacity: 0;
  transition: 0.5s all ease-in-out;
}

@media (max-width: 599px) {
  .lowScrollBlock .fixedContent__inner {
    position: relative;
    width: 100vw;
    height: 300px;
    margin: 0;
    opacity: 1;
    -webkit-filter: none;
    filter: none;
  }
  .lowScrollBlock .fixedContent__inner .cap {
    position: absolute;
    z-index: 2;
    display: block;
    right: 10px;
    bottom: 7px;
    color: #fff;
    font-size: 1rem;
    font-weight: bold;
  }
}
.lowScrollBlock .fixedContent__inner.active {
  opacity: 1;
}
.lowScrollBlock .fixedContent__txtBox .subttl {
  position: absolute;
  z-index: 0;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2), -2px 2px 5px rgba(0, 0, 0, 0.2), 2px -2px 5px rgba(0, 0, 0, 0.2);
  writing-mode: vertical-rl;
	text-orientation: upright;
	font-feature-settings: initial;
}
.lowScrollBlock .fixedContent__txtBox .subttl p {
  font-size: 5rem;
  position: relative;
  white-space: nowrap;
  writing-mode: vertical-rl;
  color: #fff;
}

.lowScrollBlock .fixedContent__txtBox .subttl p::before,
.lowScrollBlock .fixedContent__txtBox .subttl p::after {
    position: absolute;
    width: 15px;
    height: 40px;
    content: '';
}
.lowScrollBlock .fixedContent__txtBox .subttl p::before {
    border-left: solid 2px;
    border-top: solid 2px;
    top: -30px;
    left: -10px;
}
.lowScrollBlock .fixedContent__txtBox .subttl p::after {
    border-right: solid 2px;
    border-bottom: solid 2px;
    bottom: -30px;
    right: -10px;
}
@media (max-width: 599px) {
  .lowScrollBlock .fixedContent__txtBox .subttl p {
    font-size: 5.5vw;
  }
}
.lowScrollBlock .fixedContent__txtBox .subttl p::before, .lowScrollBlock .fixedContent__txtBox .subttl p::after {
  position: absolute;
  z-index: 2;
  display: block;
  content: "";
  background-size: contain;
  background-repeat: no-repeat;
    width: 70px;
    height: 60px;
  filter: drop-shadow(0px 2px 6px #00000092);
}
@media (max-width: 599px) {
  .lowScrollBlock .fixedContent__txtBox .subttl p::before, .lowScrollBlock .fixedContent__txtBox .subttl p::after {
    width: 9vw;
    height: 8vw;
  }
}


.lowScrollBlock .fixedContent .cap {
  position: absolute;
  z-index: 0;
  display: block;
  right: 10px;
  bottom: 7px;
  color: #fff;
  text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2), -2px 2px 5px rgba(0, 0, 0, 0.2), 2px -2px 5px rgba(0, 0, 0, 0.2);
  font-size: 1rem;
  font-weight: bold;
}
.lowScrollBlock .fixedContent.pc {
  display: block;
}
@media (max-width: 599px) {
  .lowScrollBlock .fixedContent.pc {
    display: none;
  }
}
.lowScrollBlock .scrollContent {
  width: 56.9444%;
  overflow: hidden;
}
@media (max-width: 599px) {
  .lowScrollBlock .scrollContent {
    width: 100%;
  }
}

.data {
  padding: 10vw 8vw;
  box-sizing: border-box;
}
.data .concept-obj{
    width: 35%;
    margin-bottom: 3vw;
    max-width: 220px;
    opacity: 0;
    transition: 1s;
    transform: translateY(20px);
}
.data .concept-obj.active{
    opacity: 1;
    transform: translateY(0px);
}
@media (max-width: 599px) {
    .data .concept-obj {
      margin-bottom: 2em;
  }
}
.data ul{
  opacity: 0;
  transition: 1s;
  transform: translateY(20px);
}
.data ul.active {
  opacity: 1;
  transition: 1s;
  transform: translateY(0px);
}
.data dl{
  opacity: 0;
  transition: 1s;
  transform: translateY(20px);
}
.data dl.active {
  opacity: 1;
  transition: 1s;
  transform: translateY(0px);
}
.data .concept-obj img{
  position: relative;
  z-index: 1;
}
.data .concept-obj::after{
    content: "";
    position: absolute;
    left: -60px;
    top: -60px;
    width: 120px;
    height: 120px;
    background-size: contain;
    z-index: 0;
    background-repeat: no-repeat;
}
.data .concept-obj.kin::after{
    background-image: url(../../images/kanae-pattern-01.svg);
}
.data .concept-obj.acc::after{
    background-image: url(../../images/kanae-pattern-02.svg);
}
.data .concept-obj.nat::after{
    background-image: url(../../images/kanae-pattern-03.svg);
} 
.data .concept-obj.act::after{
    background-image: url(../../images/kanae-pattern-04.svg);
}
.data .concept-obj.est::after{
    background-image: url(../../images/kanae-pattern-05.svg);
}

@media (max-width: 1350px) {
  .data {
    padding: 6vw 5vw;
  }
}
@media (max-width: 1000px) {
  .data {
    padding: 4vw 5vw;
  }
}
@media (max-width: 599px) {
  .data {
        width: 90%;
        padding: 4em 0;
        margin: 0 auto;
  }
}
.data > dl {
  margin-bottom: 50px;
}
@media (max-width: 1230px) {
  .data > dl {
    margin-bottom: 30px;
  }
}
.data > dl dt {
  margin-bottom: 30px;
  font-size: 2.3rem;
  text-align: left;
}
@media (max-width: 1000px) {
  .data > dl dt br.sp {
    display: block;
  }
}
@media (max-width: 1000px) {
  .data > dl dt {
    margin-bottom: 20px;
    font-size: 2rem;
  }
}
.data > dl dd {
  line-height: 2;
}
@media (max-width: 1000px) {
  .data > dl dd {
    line-height: 1.8;
  }
}
.data .acc_timg {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
@media (max-width: 1350px) {
  .data .acc_timg {
    width: 80%;
    margin: 0 auto;
  }
}
.data .acc_timg li {
  width: 30%;
  position: relative;
}
.data .acc_timg li:nth-child(2) {
  margin-top: 100px;
}
@media (max-width: 1230px) {
  .data .acc_timg li:nth-child(2) {
    margin-top: 5vw;
  }
}
.data .acc_timg li span {
  position: absolute;
  z-index: 2;
  margin-top: 0;
  bottom: 6px;
  right: 10px;
  font-size: 1.1rem;
  color: #fff;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.7), -2px 2px 2px rgba(0, 0, 0, 0.7), 2px -2px 2px rgba(0, 0, 0, 0.7), -2px -2px 2px rgba(0, 0, 0, 0.7);
}

#main_wrap .main_copy dt {
  width: 273px;
}
@media (max-width: 599px) {
  #main_wrap .main_copy dt {
    width: 89%;
  }
}

h3 {
  font-size: 2.3rem;
  line-height: 2;
  color: #333;
}
@media (max-width: 599px) {
  h3 {
    font-size: 5vw;
    line-height: 1.5;
  }
}

#contents_wrap {
    padding: 0;
    background-image: url(../../images/wapattern-01.webp);
    background-repeat: repeat;
    background-size: 500px;
}





.flx {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 599px) {
  .flx {
    display: block;
    margin-bottom: 30px;
  }
}

span.photo_cap {
  display: block;
  margin-top: 5px;
  font-size: 1.1rem;
  text-align: right;
}

.photo2 {
  position: relative;
  z-index: 1;
}
.photo2 span.txt1 {
  position: absolute;
  z-index: 2;
  margin-top: 0;
  bottom: 28px;
  right: 10px;
  font-size: 1.1rem;
  color: #fff;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.7), -2px 2px 2px rgba(0, 0, 0, 0.7), 2px -2px 2px rgba(0, 0, 0, 0.7), -2px -2px 2px rgba(0, 0, 0, 0.7);
}
.photo2 span.txt2 {
  display: block;
  margin-top: 5px;
  text-align: right;
  font-size: 1.4rem;
}
@media (max-width: 599px) {
  .photo2 span.txt2 {
    font-size: 1.1rem;
  }
}

.photo span {
  color: #fff;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.7), -2px 2px 2px rgba(0, 0, 0, 0.7), 2px -2px 2px rgba(0, 0, 0, 0.7), -2px -2px 2px rgba(0, 0, 0, 0.7);
}


#img1, .img1 {
  background: url("../../images/concept-02.webp");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

#img2, .img2 {
  background: url("../../images/concept-06.webp");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

#img3, .img3 {
  background: url("../../images/concept-10.webp");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
#img4, .img4 {
  background: url("../../images/concept-14.webp");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

#img5, .img5 {
  background: url("../../images/concept-18.webp");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}



.cont01 ul {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  margin-top: 30px;
}
.cont01 ul li {
  position: relative;
  z-index: 1;
  width: 48%;
}
.cont01 ul li:nth-child(n+3) {
  margin-top: 20px;
}
.cont01 ul li dt {
  position: relative;
}
.cont01 ul li dt span.txt1 {
  position: absolute;
  z-index: 2;
  display: block;
  right: 10px;
  bottom: 7px;
  color: #fff;
  font-size: 1rem;
  font-weight: bold;
  text-align: right;
}
.cont01 ul li dd {
  display: block;
  text-align: right;
  font-size: 1.2rem;
  margin-top: 5px;
}
.cont01 ul .photo span {
  color: #fff;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.7), -2px 2px 2px rgba(0, 0, 0, 0.7), 2px -2px 2px rgba(0, 0, 0, 0.7), -2px -2px 2px rgba(0, 0, 0, 0.7);
}
.cont01 ul li.photo2 span {
  display: block;
  margin-top: 5px;
  text-align: right;
  font-size: 1.1rem;
}

.cont02 ul, .cont03 ul, .cont04 ul, .cont05 ul {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
}
.cont02 ul li, .cont03 ul li, .cont04 ul li, .cont05 ul li {
  z-index: 1;
  width: 48%;
}
.cont02 .photo span, .cont03 .photo span {
  color: #fff;
    text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.7), -2px 2px 2px rgba(0, 0, 0, 0.7), 2px -2px 2px rgba(0, 0, 0, 0.7), -2px -2px 2px rgba(0, 0, 0, 0.7);
  }

.cont02 .data > div {
  margin-bottom: 30px;
}

.info_wrap_wrap {
  margin-top: 100px;
  padding-bottom: 100px;
}
@media (max-width: 599px) {
  .info_wrap_wrap {
    margin-top: 50px;
    padding-bottom: 50px;
  }
}
.info_wrap_wrap h3 {
  color: #4e6e4c;
  margin-bottom: 50px;
}
.info_wrap_wrap .info_wrap {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 50px;
}
@media (max-width: 599px) {
  .info_wrap_wrap .info_wrap {
    display: block;
    margin-top: 30px;
  }
}
.info_wrap_wrap .info_wrap div {
  width: 45%;
}
@media (max-width: 599px) {
  .info_wrap_wrap .info_wrap div {
    width: 100%;
  }
  .info_wrap_wrap .info_wrap div + div {
    margin-top: 30px;
  }
}
.info_wrap_wrap table {
  width: 100%;
}
.info_wrap_wrap table + table {
  margin-top: 50px;
}
@media (max-width: 599px) {
  .info_wrap_wrap table + table {
    margin-top: 30px;
  }
}
.info_wrap_wrap table caption {
  margin-bottom: 10px;
  color: #4e6e4c;
  text-align: left;
  font-size: 2.3rem;
}
@media (max-width: 599px) {
  .info_wrap_wrap table caption {
    margin-bottom: 0;
    font-size: 1.8rem;
  }
}
.info_wrap_wrap table th, .info_wrap_wrap table td {
  padding: 3px 0;
  vertical-align: text-top;
}
.info_wrap_wrap table th {
  width: 390px;
}
.info_wrap_wrap table td {
  text-align: right;
  white-space: nowrap;
}
.info_wrap_wrap table td.fun {
  width: 53px;
}
.info_wrap_wrap table td.kyori {
  width: 60px;
}

img {
  width: 100%;
}

.footer_wrap {
  margin-top: 0;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}


#contents_wrap section{
  padding: unset;
  margin: unset;
}
.scrollify{
  width: 100%;
  height: 100vh;
}
.section01{
  background-color: #ff7575;
      padding: unset;
    margin: unset;
}
.section02{
  background-color: #75ff75;
      padding: unset;
    margin: unset;
}
.section03{
  background-color: #ffff75;
      padding: unset;
    margin: unset;
}
.section04{
  background-color: #75baff;
      padding: unset;
    margin: unset;
}

.page_wrap{
  position: fixed;
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
}
.page_wrap li{
  margin-bottom: 20px;
}
.page_wrap a{
  border: 1px solid #000;
  border-radius: 50%;
  display: block;
  width: 10px;
  height: 10px;
}
.page_wrap a.active{
  background: #000;
}
/* scrollify.jsに関係する記述はここまで */


/* セクションごとのタイトルはここから */
.title{
  font-size: 36px;
  font-family: 'Oswald', sans-serif;
  letter-spacing: 0.1rem;
  margin-left: auto;
  margin-right: auto;
  padding-top: 70px;
  width: fit-content;
  width: -moz-fit-content;
  width: -webkit-fit-content;
}

.content{
  font-size: 16px;
  font-family: 'Oswald', sans-serif;
  margin-left: auto;
  margin-right: auto;
  margin-top: 30px;
  line-height: 1.5;
  padding-bottom: 50px;
  text-align: justify;
  width: fit-content;
}
/* セクションごとのタイトルはここまで */
