@charset "UTF-8";

/* header
======================================================================*/
.top header {
    background: rgba(255,255,255,0.0);
}

.top header.is-animation {
    background: rgba(255,255,255,1.0);
}

/* MainVisual
======================================================================*/
.MainVisual{
    width: 100%;
    position: relative;
    overflow: hidden;
    /*padding-bottom: 30px;*/
}

.MainVisual img {
	max-width: 100%;
    height: auto;
}

.MainVisual video {
	width: 100%;
    height: auto;
    position: relative;
}

.MV_ttl{
    position: absolute;
	top: 20%;
	left: 50%;
	transform: translateX(-50%);
    z-index: 3;
}
@media screen and (max-width: 768px) {
.MV_ttl{
	left: 50%;
}
}

.MainVisual h2{
	/*
	position: absolute;
	top: 30%;
	left: 50%;
	transform: translateX(-50%);
	*/
	text-align: center;
	transition: all 0.3s linear;
}
.MainVisual h2 img{ 
    max-width: 576px;
    height: auto;
}

@media screen and (max-width: 768px) {
.MainVisual h2 img{ 
    max-width: 460px;
    height: auto;
}
}

@media screen and (max-width: 480px) {
.MainVisual h2 img{ 
    max-width: 342px;
    height: auto;
}
}
/*
.scrolldown{
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -30px;
    height: 160px;
    z-index: 3;
    transition: all 0.3s linear;
}
@media screen and (max-width: 768px) {
.scrolldown{
    bottom: -30px;
    height: 160px;
    z-index: 3;
}
}
.scrolldown span{
    position: absolute;
    top: -30px;
    left: 50%;
    transform: translateX(-50%);
    color: #fff;
    font-size: 1.4rem;
    letter-spacing: 0.1em;
}
.scrolldown::before{
    content: "";
    position: absolute;
    top: 0;
    width: 1px;
    height: 130px;
    background: #fff;
}
.scrolldown::after{
    content: "";
    position: absolute;
    top: 0;
    width: 1px;
    height: 130px;
    background: #001d09;
    animation: pathmove 1.4s ease-in-out infinite;
    opacity: 0;
}

@keyframes pathmove{
  0%{
    height: 0;
    top: 0px;
    opacity: 0;
  }
  30%{
    height: 70px;
    opacity: 1;
  }
  100%{
    height: 0;
    top: 130px;
    opacity: 0;
  }
}
*/


/* MV-slider
===================================*/
.MV-slider {
    margin-inline: auto;
    overflow: hidden; /* 画像がはみ出ないようにする */
    /*width: 80vw;
    height: 53vw;*/
    width: 100vw;
    height: 100%;
}
.MV-slick-img img {
    width: 100%;
}
@keyframes zoomUp {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.15); /* 拡大率 */
  }
}
.add-animation {
  animation: zoomUp 10s linear 0s normal both;
}
@media only screen and (max-width: 768px){
.MV-slider {
  /*height: 53vw;*/
    height: 100%;
}
}


/* contents
======================================================================*/
.top .wrap {
    padding-top: 0px!important;
}
@media screen and (max-width: 768px){
.top .wrap {
    padding-top: 0px!important;
}
}

.top #contents{
    margin-top: 0!important;
    background-image: none;
}
@media screen and (max-width: 768px){
.top #contents{
    margin-top: 0!important;
    background-image: none;
}
}
/*
#contents h3.ttl{
    font-family: "Roboto Condensed", 'Roboto', "游ゴシック Medium", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, sans-serif;
    position: relative;
    text-align: center;
    font-size: 2.6rem;
    font-weight: 400;
    line-height: 1.4;
    letter-spacing: 0.05em;
    padding-bottom: 20px;
    margin-bottom: 40px;
}
#contents h3.ttl::after{
    position: absolute;
    content: '';
    width: 250px;
    height: 2px;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    background-color: #d8daaa;
}

@media screen and (max-width: 768px){
#contents h3.ttl{
    font-size: 2.0rem;
    padding-bottom: 15px;
    margin-bottom: 30px;
}
}

#contents h3.ttl.info::after{
    position: absolute;
    content: '';
    width: 100%;
    height: 2px;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    background-color: #d8daaa;
}
*/
.top #contents p.lead{
    text-align: center;
    font-size: 1.6rem;
    letter-spacing: 0.05em;
    margin-bottom: 20px;
}
@media screen and (max-width: 768px){
.top #contents p.lead{
    font-size: 1.4rem;
    text-align: justify;
}
}


/* top_intro
======================================================================*/
.top_intro{
	background-image: url(../../images/top/bg-top-1@2x.png);
	background-repeat: no-repeat;
	background-position: center top 50px;
	background-size: cover;
    padding-bottom: 20px;
}
@media screen and (max-width: 768px){
.top_intro{
    background-position: center top 80px;
}
}
.obi{
    width: 100%;
    height: 50px;
    display: flex;
	flex-wrap: wrap;
	justify-content: center;
    align-items: center;
    background-color: #002541;
    -webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.obi p{
	font-size: 1.8rem;
    line-height: 1.4;
	color: #FFFFFF;
	text-align: center;
}
@media screen and (max-width: 768px) {
.obi{
    height: 80px;
}

.obi p{
	font-size: 1.6rem;
}
}

.kokuchi{
    max-width: 920px; /*880*/
    margin: 40px auto;
    padding: 0 20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.kokuchi h3{
    text-align: center;
}
.kokuchi ul.btn{
    display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
    padding-top: 40px;
}
.kokuchi ul.btn li{
    width: 50%;
}

@media screen and (max-width: 768px){
.kokuchi{
    margin: 40px auto;
}
.kokuchi ul.btn{
	justify-content: center;
    padding-top: 20px;
}
.kokuchi ul.btn li{
    width: 100%;
    text-align: center;
}
}

.intro{
	max-width: 1040px; /*1000*/
    margin: 40px auto;
	padding: 0 20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.intro h3{
    text-align: center;
}
.intro ul.point{
    display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
    padding-top: 40px;
}
.intro ul.point li{
    width: 100%;
}

@media screen and (max-width: 768px){
.intro{
    margin: 40px auto;
}
.intro ul.point{
    padding-top: 20px;
}
.intro ul.point li{
    width: 100%;
    text-align: center;
}
}

/* concept
======================================================================*/
.concept{
    width: 100%;
    position: relative;
    max-width: 1400px;
    margin: 0 auto;
    padding: 30px 0;
}

.concept .ttl_box {
    text-align: center;
    margin: 60px auto;
    transition: all 0.3s linear;
}

.concept .ttl_box img{ 
    max-width: 576px;
    height: auto;
}

@media screen and (max-width: 768px) {
.concept .ttl_box {
    margin: 30px auto;
}
.concept .ttl_box img{ 
    max-width: 460px;
    height: auto;
}
}

@media screen and (max-width: 480px) {
.concept .ttl_box img{ 
    max-width: 342px;
    height: auto;
}
}

.concept ul{
    display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
    padding-top: 40px;
}
@media screen and (max-width: 768px) {
.concept ul{
    padding-top: 20px;
}
}

.concept ul li{
    width: 32%;
    max-width: 330px;
}
@media screen and (max-width: 768px) {
.concept ul li{
    width: 100%;
    margin: 0 auto 30px;
}
.concept ul li:last-child{
    margin: 0 auto;
}
}

.concept .photo{
    position: relative;
    margin-bottom: 20px;
}

.concept h4{
    font-size: 2.0rem;
    text-align: center;
    margin-bottom: 20px;
}

.concept p.caption{
    width: 92%;
    margin: 0 auto;
    font-size: 1.4rem;
    text-align: justify;
}
@media screen and (max-width: 768px) {
.concept p.caption{
    width: 100%;
}
}

.concept p.cap{
    position: absolute;
    font-size: 1.1rem;
    text-align: right;
    right: 5px;
    bottom: 5px;
    color: #FFFFFF;
}

/* mv_box 
.mv_box {
    margin: 40px auto;
}
.mv_box video{
    max-width: 100%;
    height: auto;
}
@media screen and (max-width: 480px) {
.mv_box {
    margin: 20px auto;
}
}
*/

/* information
======================================================================*/
.information{
	width: 100%;
	padding: 60px 0;
}
@media screen and (max-width: 768px) {
.information{
    padding: 30px 0;
}
}

/*info_wrap*/

.info_wrap{
    width: 100%;
}
.info_wrap dl{
    width: 100%;
    overflow: hidden;
    font-size: 1.4rem;
    margin-bottom: 20px;
}
.info_wrap dl:last-child{
    margin-bottom: 0px;
}
.info_wrap dt{
	width: 90px;
	float: left;
	border-right: 1px solid #D8DAAA;
    margin-right: 19px;
}
.info_wrap dd{
    overflow: hidden;
}
.info_wrap dl a{
    color: #000;
    transition: all 0.3s linear;
}
.info_wrap dl a:hover{
    opacity: 0.6;
}
@media screen and (max-width: 768px) {
.info_wrap dl{
    font-size: 1.2rem;
    margin-bottom: 10px;
}
.info_wrap dt{
    width: 70px;
    border-right: none;
    margin-right: 10px;
}
}

/* top_bnr
======================================================================*/
.top_bnr{
	background-image: url(../../images/top/bg-top-2@2x.png);
	background-repeat: no-repeat;
	background-position: center top 50px;
	background-size: cover;
    padding: 60px 0 90px;
}
@media screen and (max-width: 768px){
.top_bnr{
    background-position: center top 80px;
    padding: 30px 0;
}
}

.top_bnr p.caption{
    text-align: justify;
    font-size: 1.2rem;
}
@media screen and (max-width: 768px){
.top_bnr p.caption{
    font-size: 1.1rem;
}
}


/* position
======================================================================*/
.position{
    width: 100%;
    max-width: 1280px;
    margin: 0 auto 80px;
    position: relative;
    z-index: 1;
    display: flow-root;
}
/*
.position::after {
  content: "";
  display: table;
  clear: both;
}*/
@media screen and (max-width: 768px) {
.position{
    margin: 0 auto 40px;
} 
}

/* box-img */
.position .box-img{
    width: 70%;
    max-width: 888px;
    position: relative;
    float: left;
    padding-top: 80px;
}
@media screen and (max-width: 768px) {
.position .box-img{
    width: 100%;
    max-width: 100%;
    float: none;
    padding-top: 0px;
}
}

/* box-txt */
.position .box-txt{
	width: 42%;
	max-width: 540px;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 3;
	background-color: rgba(0,37,65,0.95);
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

@media screen and (max-width: 768px) {
.position .box-txt{
    width: 100%;
    max-width: 100%;
    position: relative;
    background-color: rgba(0,37,65,1.00);
}
}

.position .ttl-btn a{
    width: 100%;
    display: block;
    text-align: center;
    transition: all 0.3s ease-out;
    padding: 60px 0 30px;
}
@media screen and (max-width: 768px) {
.position .ttl-btn a{
    padding: 45px 0;
}
}

.position .ttl-btn a:hover img{
    opacity: 0.6;
}

.position h4{
    text-align: center;
}

.position p{
    font-size: 1.4rem;
    line-height: 1.8;
    text-align: justify;
    color: #FFFFFF;
    padding: 0 30px 60px;
}
@media screen and (max-width: 768px) {
.position p{
    font-size: 1.2rem;
    padding: 0 20px 30px;
}
}


/* location
======================================================================*/
.location{
    width: 100%;
    max-width: 1280px;
    margin: 0 auto 140px;
    position: relative;
    z-index: 1;
    display: flow-root;
}
@media screen and (max-width: 768px) {
.location{
    margin: 0 auto 40px;
} 
}

/* box-txt */
.location .box-txt{
	width: 43.5%;
	max-width: 558px;
    height: 464px;
	position: absolute;
	left: 0;
	right: 0;
	z-index: -1;
	background-color: #215b10;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

@media screen and (max-width: 768px) {
.location .box-txt{
    width: 100%;
    max-width: 100%;
    height: auto;
    position: relative;
}
}

.location .ttl-btn a{
    width: 100%;
    display: block;
    text-align: center;
    transition: all 0.3s ease-out;
    padding: 45px 0 30px;
}
@media screen and (max-width: 768px) {
.location .ttl-btn a{
    padding: 45px 0;
}
}

.location .ttl-btn a:hover img{
    opacity: 0.6;
}

.location h4{
    text-align: center;
}

/* box-copy */
.location .box-copy{
	width: 50%;
	max-width: 642px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
    padding: 40px 120px 40px 40px;
    float: right;
}
@media screen and (max-width: 768px) {
.location .box-copy{
	width: 100%;
	max-width: 100%;
    padding: 20px;
    float: none;
}
}

.location p{
    font-size: 2.2rem;
    line-height: 1.8;
    text-align: right;
}
@media screen and (max-width: 768px) {
.location p{
    font-size: 1.6rem;
    line-height: 1.6;
    text-align: center;
}
}

.location ul{
    width: 100%;
    display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.location ul li{
    width: 50%;
    position: relative;
}
@media screen and (max-width: 768px) {
.location ul li{
    width: 100%;
}
}

.location ul li p.cap{
    text-align: right;
    font-size: 1.1rem;
    color: #FFFFFF;
    position: absolute;
    bottom: 5px;
    right: 5px;
}

/* access
======================================================================*/
.access{
    width: 100%;
    max-width: 1280px;
    margin: 0 auto 80px;
    position: relative;
    z-index: 1;
    display: flow-root;
}
@media screen and (max-width: 768px) {
.access{
    margin: 0 auto 40px;
} 
}

/* box-txt */
.access .box-txt{
	width: 43.5%;
	max-width: 558px;
    /*height: 464px;*/
	position: absolute;
	left: 0;
	right: 0;
	z-index: -1;
	background-color: #002541;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

@media screen and (max-width: 768px) {
.access .box-txt{
    width: 100%;
    max-width: 100%;
    height: auto;
    position: relative;
}
}

.access .ttl-btn a{
    width: 100%;
    display: block;
    text-align: center;
    transition: all 0.3s ease-out;
    padding: 45px 0 30px;
}
@media screen and (max-width: 768px) {
.access .ttl-btn a{
    padding: 45px 0;
}
}

.access .ttl-btn a:hover img{
    opacity: 0.6;
}

.access h4{
    text-align: center;
}

/* box-copy */
.access .box-copy{
	width: 50%;
	max-width: 642px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
    padding: 40px 120px 40px 40px;
    float: right;
}
@media screen and (max-width: 768px) {
.access .box-copy{
	width: 100%;
	max-width: 100%;
    padding: 20px;
    float: none;
}
}

.access p{
    font-size: 2.2rem;
    line-height: 1.8;
    text-align: right;
}
@media screen and (max-width: 768px) {
.access p{
    font-size: 1.6rem;
    line-height: 1.6;
    text-align: center;
}
}

.access ul{
    width: 100%;
    display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.access ul li{
    width: 50%;
    position: relative;
}
@media screen and (max-width: 768px) {
.access ul li{
    width: 100%;
}
}

.access ul li p.cap{
    text-align: right;
    font-size: 1.1rem;
    color: #FFFFFF;
    position: absolute;
    bottom: 5px;
    right: 5px;
}

/* design
======================================================================*/
.design{
    width: 100%;
    max-width: 1280px;
    margin: 0 auto 80px;
    position: relative;
    z-index: 1;
    display: flow-root;
}

@media screen and (max-width: 768px) {
.design{
    margin: 0 auto 40px;
} 
}

/* box-img */
.design .box-img{
    width: 70%;
    max-width: 888px;
    position: relative;
    float: left;
    padding-top: 80px;
}
@media screen and (max-width: 768px) {
.design .box-img{
    width: 100%;
    max-width: 100%;
    float: none;
    padding-top: 0px;
}
}

/* box-txt */
.design .box-txt{
	width: 42%;
	max-width: 540px;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 3;
	background-color: rgba(33,91,16,0.95);
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

@media screen and (max-width: 768px) {
.design .box-txt{
    width: 100%;
    max-width: 100%;
    position: relative;
    background-color: rgba(33,91,16,1.00);
}
}

.design .ttl-btn a{
    width: 100%;
    display: block;
    text-align: center;
    transition: all 0.3s ease-out;
    padding: 60px 0 30px;
}
@media screen and (max-width: 768px) {
.design .ttl-btn a{
    padding: 45px 0;
}
}

.design .ttl-btn a:hover img{
    opacity: 0.6;
}

.design h4{
    text-align: center;
}

.design p{
    font-size: 1.4rem;
    line-height: 1.8;
    text-align: justify;
    color: #FFFFFF;
    padding: 0 30px 60px;
}
@media screen and (max-width: 768px) {
.design p{
    font-size: 1.2rem;
    padding: 0 20px 30px;
}
}


/* plan
======================================================================*/
.plan{
	width: 100%;
	max-width: 1280px;
    height: 472px;
	margin: 0 auto 40px;
	position: relative;
	z-index: 1;
	display: flow-root;
	background-image: url(../../images/top/plan-ph@2x.png);
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
}

@media screen and (max-width: 768px) {
.plan{
    margin: 0 auto 20px;
} 
}

/* box-txt */
.plan .box-txt{
	width: 77%;
	max-width: 990px;
	position: absolute;
	top: 46%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 3;
}

@media screen and (max-width: 768px) {
.plan .box-txt{
    width: 100%;
    max-width: 100%;
    position: relative;
}
}

.plan .ttl-btn a{
	width: 100%;
	display: block;
	text-align: center;
	transition: all 0.3s ease-out;
	padding: 0 0 20px;
	border-bottom: 1px solid #FFFFFF;
}
@media screen and (max-width: 768px) {
.plan .ttl-btn a{
    padding: 30px 0;
}
}

.plan .ttl-btn a:hover img{
    opacity: 0.6;
}

.plan h4{
    text-align: center;
}

.plan p{
    font-size: 2.2rem;
    line-height: 1.8;
    text-align: center;
    color: #FFFFFF;
    padding-top: 20px;
}
@media screen and (max-width: 768px) {
.plan p{
    font-size: 1.6rem;
    padding-top: 20px;
}
}

.ttl-btn a.soon{
    pointer-events: none;
  cursor: default;
}