@charset "UTF-8";


main{
  background-color: #AACDD4!important;
  overflow-y: inherit !important;
}

.intro{
  max-width: 1196px;
  width: 90%;
  margin: 0 auto;
  padding-bottom: 120px;
}
.intro .scroll-in{
  opacity: 0;
  transition: 1s;
  transform: translateY(50px);
}
.intro .scroll-in.run{
  opacity: 1;
  transform: translateY(0);
}
.intro .img{
  max-width: 1130px;
  width: 100%;
  margin: 0 auto -50px;
  transform: translateY(-100px);
}
.intro .img span{
  bottom: 5%;
  right: 7%;
}
.intro .txt01{
  max-width: 945px;
  width: 100%;
  margin: 0 auto 65px;
}
.intro .txt02{
  max-width: 720px;
  width: 100%;
  padding-bottom: 20px;
  border-bottom: solid 1px #4F6E6C;
  margin: 0 auto 20px;
}
.intro .txt03{
  max-width: 490px;
  width: 100%;
  margin: 0 auto 40px;
}
.bn-box{
  max-width: 916px;
  width: 100%;
  margin: 90px auto 0;
}
.bn-box .bn{
  box-shadow: 4px 4px 7px rgba(0,0,0,.5);
  border-radius: 30px;
  margin-bottom: 50px;
}
.bn-box .limited{
  background: linear-gradient(0deg, #397D87 0%, #1A4E56 100%);
  border: solid 2px #BEB28B;
  padding: 50px 0;
}
.bn-box .limited .l-txt01{
  max-width: 570px;
  width: 90%;
  margin: 0 auto 35px;
}
.bn-box .limited a{
  display: block;
  box-shadow: 1px 1px 3px rgba(0,0,0,.5);
  border-radius: 30px;
  font-size: clamp(1.2rem,1.4vw,1.7rem);
  line-height: 1;
  display: block;
  padding: 15px 5px;
  background-color: #CCBFA3;
  color: #10454E;
  border: solid 1px #fff;
  max-width: 270px;
  text-align: center;
  margin: 0 auto;
}
.bn-box .limited a.none{
  pointer-events: none;
  font-size: clamp(1.4rem,1.6vw,2rem);
  letter-spacing: .25rem;
}
.bn-box .limited .in{
  max-width: 650px;
  width: 90%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
}
.bn-box .limited .in input[type="password"]{
  border: solid 1px #e9e9e9;
  background-color: #fff!important;
  padding: 10px;
  box-sizing: border-box;
  width: calc(100% - 120px);
  font-size: clamp(1rem,1.3vw,1.5rem);
  text-align: left;
}
.bn-box .limited .in input[type="password"]:focus{
  background-color: #fff;
}
.bn-box .limited .in button[type="submit"] {
  background-color: #D2D2D2;
  border: none;
  font-size: clamp(1.2rem,1.6vw,2rem);
  line-height: 1;
  display: block;
  padding: 10px 5px;
  box-sizing: border-box;
  position: relative;
  text-align: center;
  min-width: 110px;
  width: 110px;
  transition: 0.3s;
  border-radius: 5px;
}
.bn-box .limited .in button[type="submit"]:hover{
  background-color: #000;
  color: #fff;
}
.bn-box .limited .error{
  font-size: clamp(1rem,1.2vw,1.4rem);
  margin: 10px auto 0;
  color: #ff0;
  text-align: center;
}
.bn-box .limited .l-txt02{
  font-size: clamp(1.2rem,1.4vw,1.6rem);
  margin: 20px auto 0;
  color: #fff;
  text-align: center;
}
.bn-box .req{
  background: linear-gradient(0deg, #397D87 0%, #1A4E56 100%);
  border: solid 2px #BEB28B;
  padding: 50px 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.bn-box .req .l-txt01{
  margin: 0 20px 0 0;
  text-align: right;
  color: #CCBFA3;
  font-size: clamp(2rem,2.4vw,3.4rem);
  line-height: 1;
}
.bn-box .req a{
  display: block;
  box-shadow: 1px 1px 3px rgba(0,0,0,.5);
  border-radius: 30px;
  font-size: clamp(1.2rem,1.4vw,1.7rem);
  line-height: 1;
  display: block;
  padding: 15px 5px;
  background-color: #CCBFA3;
  color: #10454E;
  border: solid 1px #fff;
  width: 270px;
  text-align: center;
}
.bn-box .req a.none{
  pointer-events: none;
  font-size: clamp(1.4rem,1.6vw,2rem);
  letter-spacing: .25rem;
}
.bn-box a{
  display: block;
  transition: .3s;
}
.bn-box a:hover{
  box-shadow: 0 0 0 rgba(0,0,0,0);
}
@media(max-width: 920px) {
  .intro .img span{
    bottom: 5px;
  }
}
@media(max-width: 768px) {
  .intro{
    padding-bottom: 30px;
  }
  .intro .img{
    margin: 0 auto -50px;
    transform: translateY(-70px);
  }
  .intro .img span{
    right: 5px;
    bottom: 0;
  }
  .intro .txt01{
    margin: 0 auto 30px;
  }
  .intro .txt02{
    padding: 0 10% 10px;
    border-bottom: solid 1px #4F6E6C;
  }
  .intro .txt03{
    width: 80%;
    margin: 0 auto 20px;
  }
  .bn-box{
    margin: 50px auto 0;
  }
  .bn-box .bn{
    box-shadow: 2px 2px 4px rgba(0,0,0,.5);
    border-radius: 15px;
    margin-bottom: 30px;
  }
  .bn-box .limited{
    border: solid 1px #BEB28B;
    padding: 30px 10px;
  }
  .bn-box .limited .l-txt01{
    width: 80%;
    margin: 0 auto 20px;
  }
  .bn-box .limited .in input[type="password"]{
    padding: 8px 5px;
    width: calc(100% - 80px);
  }
  .bn-box .limited .in button[type="submit"] {
    min-width: 70px;
    width: 70px;
  }
  .bn-box .limited .l-txt02{
    margin: 10px auto 0;
  }
  .bn-box .req{
    border: solid 1px #BEB28B;
    padding: 30px 0;
    display: block;
  }
  .bn-box .req .l-txt01{
    margin: 0 0 20px;
    text-align: center;
  }
  .bn-box .req a{
    margin: 0 auto;
  }
}

.square{
  background-color: #357F8B;
  padding: 150px 0;
}
.square .inner{
  max-width: 1120px;
  width: 90%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  flex-flow: row-reverse;
  align-items: center;
}
.square .square-list{
  width: 20%;
}
.square-list{
  text-align: center;
}
.square-list li{
  font-size: clamp(1.6rem,2vw,2.8rem);
  color: #fff;
  line-height: 1.8;
}
.square-list li.last{
  margin-top: 20px;
}
.square-list li.logo{
  max-width: 180px;
  width: 80%;
  margin: 20px auto 0;
}
.square .inner  .txt-box{
  width: 70%;
}
.square .inner  .txt-box .logo{
  max-width: 370px;
  width: 80%;
  margin: 0 0 50px;
}
.square .inner  .txt-box .txt{
  font-size: clamp(1.5rem,1.7vw,1.8rem);
  line-height: 2.6;
  color: #F5F2E8;
}
.square .inner  .txt-box .txt strong{
  display: block;
  margin-top: 20px;
  font-size: clamp(2.4rem,3vw,3.3rem);
  line-height: 1.4;
}
@media(max-width: 768px) {
  .square{
    padding: 60px 0;
  }
  .square .inner{
    display: block;
  }
  .square .square-list{
    width: 100%;
  }
  .square-list{
    text-align: center;
  }
  .square-list li.last{
    margin-top: 20px;
  }
  .square-list li.logo{
    max-width: 120px;
    width: 80%;
    margin: 10px auto 0;
  }
  .square .inner  .txt-box{
    width: 100%;
    margin-bottom: 30px;
  }
  .square .inner  .txt-box .logo{
    max-width: 340px;
    width: 80%;
    margin: 0 auto 40px;
  }
  .square .inner  .txt-box .txt{
    line-height: 2;
  }
  .square .inner  .txt-box .txt strong{
    text-align: center;
  }
}

.conts-list{
  padding: 1px 0 150px;
}
.conts-list .one-box{
  margin-top: 150px;
  position: relative;
}
.conts-list .one-box .img-box{
  width: 65%;
  position: relative;
  max-height: 620px;
  min-height: 620px;
  height: 620px;
  overflow: hidden;
  opacity: 0;
  transition: 1s;
  position: relative;
}
.conts-list .one-box.run .img-box{
  opacity: 1;
}
.conts-list .one-box .img-box span{
  position: absolute;
  bottom: 5px;
  right: 5px;
  font-size: 1rem;
  line-height: 1.4;
  color: #fff;
  text-align: right;
}
.conts-list .one-box .img-box img{
  object-fit: cover;
  height: 100%;
  width: 100%;
  display: block;
  transition: .6s;
  transform: scale(1.05,1.05);
}
.conts-list .one-box.run .img-box img{
  transform: scale(1,1);
}
.conts-list .one-box .img-box:before{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #4F6E6C;
}
.favorite .main-img{
  opacity: .7;
}
.horizon .main-img{
  opacity: .6;
}
.beyond .main-img{
  opacity: .8;
}
.reborn .main-img{
  opacity: .8;
}
.jewel .main-img{
  opacity: .7;
}
.luxe .main-img{
  opacity: .6;
}
.conts-list .one-box .inner{
  max-width: 1200px;
  width: 90%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  z-index: 1;
}
.conts-list .one-box .square-list{
  width: 20%;
}
.conts-list .one-box .square-list li{
  opacity: .4;
  font-size: clamp(1.6rem,2vw,2.5rem);
}
.conts-list .one-box .square-list li.on{
  opacity: 1;
}
.conts-list .one-box　.square-list li.logo{
  max-width: 140px;
}

.conts-list .one-box .txt-box{
  width: 46%;
  color: #fff;
  transition: .6s;
  transform: translateX(15px);
  opacity: 0;
}
.conts-list .one-box .txt-box.run{
  transform: translateX(0);
  opacity: 1;
}
.conts-list .one-box .txt-box .tit{
  font-size: clamp(3rem,5vw,7rem);
  line-height: 1;
  margin-bottom: 50px;
}
.conts-list .one-box .txt-box .midashi{
  font-size: clamp(2rem,2.8vw,3.5rem);
  line-height: 1;
  margin-bottom: 50px;
}
.conts-list .one-box .txt-box .txt{
  font-size: clamp(1.3rem,1.4vw,1.6rem);
  line-height: 2;
  margin-bottom: 30px;
}
.conts-list .one-box .txt-box .more{
  text-align: right;
}
.conts-list .one-box .txt-box a{
  color: #fff;
  display: inline-block;
  width: fit-content;
  margin-left: auto;
  font-size: clamp(1.5rem,1.8vw,2rem);
  line-height: 1;
  position: relative;
  padding: 0 40px 5px 0;
  transition: .3s;
}
.conts-list .one-box .txt-box a.none{
  pointer-events: none;
}
.conts-list .one-box .txt-box a:after{
  content: '';
  background: url(../images/home/arw01.svg) no-repeat bottom right;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  transition: .3s;
}
.conts-list .one-box .txt-box a:hover{
  color: rgba(0,132,135, .75);
}
.conts-list .one-box .txt-box a:hover:after{
  right: -5px;
}
@media(max-width: 768px) {
  .conts-list{
    padding: 30px 0 70px;
  }
  .conts-list .one-box{
    margin-top: 40px;
  }
  .conts-list .one-box .img-box{
    width: 100%;
    position: relative;
    max-height: none;
    min-height: auto;
    height: auto;
  }
  .conts-list .one-box .img-box .img{
    object-fit: initial;
  }
  .conts-list .one-box .img-box:before{
    display: none;
  }
  .conts-list .one-box .img-box  .tit{
    font-size: clamp(3rem,5vw,7rem);
    line-height: 1;
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    text-align: center;
    color: #fff;
    z-index: 1;
  }
  .favorite .main-img{
    opacity: .7;
  }
  .conts-list .one-box .inner{
    margin: 0 auto;
    position: relative;
    top: initial;
    left: initial;
    transform: none;
    display: block;
  }
  .conts-list .one-box .square-list{
    display: none;
  }
  .conts-list .one-box .txt-box{
    width: 100%;
    margin-top: 20px;
  }
  .conts-list .one-box .txt-box .midashi{
    margin-bottom: 20px;
    text-align: center;
  }
  .conts-list .one-box .txt-box .txt{
    margin-bottom: 10px;
  }
  .conts-list .one-box .txt-box .more{
    text-align: right;
  }
  .conts-list .one-box .txt-box a{
    color: #fff;
    display: inline-block;
    width: fit-content;
    margin-left: auto;
    font-size: clamp(1.5rem,1.8vw,2rem);
    line-height: 1;
    position: relative;
    padding: 0 40px 5px 0;
  }
  .conts-list .one-box .txt-box a.none{
    pointer-events: none;
  }
}

.index{
  max-width: 1120px;
  width: 90%;
  margin: 0 auto;
  padding-bottom: 160px;
  color: #fff;
}
.index .midashi{
  text-align: center;
  font-size: clamp(1.8rem,2.8vw,4rem);
  line-height: 1;
  text-align: center;
  margin: 0 0 60px;
}
.index ul{
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.index ul li{
  width: calc(100% / 3 - 2px);
  margin: 0 3px 3px 0;
}
.index ul li:nth-child(3n){
  margin-right: 0;
}
.index ul li a{
  display: block;
  position: relative;
}
.index ul li a.none{
  pointer-events: none;
}
.index ul li a:after{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #305F5E;
  z-index: -1;
}
.index ul li a .img{
  overflow: hidden;
}
.index ul li a .img img{
  transition: .3s;
  opacity: .4;
}
.index ul li a:hover .img img{
  transform: scale(1.05);
}
.index ul li a .img span{

}
.index ul li a .txt{
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  transform: translateY(-50%);
  text-align: center;
  text-decoration: none;
  color: #fff;
  z-index: 1;
  font-size: clamp(1rem,1vw,1.1rem);
  line-height: 1;
}
.index ul li a .txt strong{
  font-weight: 500;
  display: block;
  font-size: clamp(1.8rem,2vw,2.4rem);
  margin-bottom: 5px;
}
.index ul li a .txt strong span{
  display: inline-block;
  width: 20px;
  transform: translateY(-3px);
  margin-left: 10px;
}
@media(max-width: 768px) {
  .index{
    width: 100%;
    padding-bottom: 60px;
  }
  .index .midashi{
    margin: 0 0 30px;
  }
  .index ul li{
    width: calc(100% / 2 - 2px);
    margin: 0 2px 2px 0;
  }
  .index ul li:nth-child(3n){
    margin-right: 2px;
  }
  .index ul li:nth-child(2n){
    margin-right: 0;
  }
  .index ul li a .txt strong span{
    display: inline-block;
    width: 15px;
    transform: translateY(-3px);
    margin-left: 5px;
  }
}

/***** 25 06 MV *****/
body {
  overflow-x: hidden;
  overflow-y: scroll;
  -webkit-font-smoothing: subpixel-antialiased;
}
.opening{
  position: fixed;
  left: 0;
  width: 100%;
}
.opening .mv2506{
  z-index: 1000;
}
.mv2506{
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  z-index: 1;
  background-color: #fff;
  transition: .3s;
}
#header .l-headerLogo{
  transition: .6s;
  opacity: 0;
}
#header.move .l-headerLogo{
  opacity: 1;
}
.mv2506 .sld,
.mv2506 .plate{
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  background-color: #fff;
  transition: 1s;
  opacity: 0;
  transform: translate(-50%, -50%);
}
.mv2506 .sld.move{
  opacity: 1;
}
.mv2506 .s01{
  z-index: 1;
}
.mv2506 .s02{
  z-index: 2;
}
.mv2506 .s03{
  z-index: 3;
}
.mv2506 .s04{
  z-index: 4;
}
.mv2506 .s05{
  z-index: 5;
}
.mv2506 .s06{
  z-index: 6;
}
.mv2506 .s07{
  z-index: 7;
}
.mv2506 .s08{
  z-index: 8;
}
.mv2506 .white{
  z-index: 9;
  background-color: #fff;
}
.mv2506 .s09{
  z-index: 10;
  top: initial;
  bottom: 0;
  transform: translateX(-50%);
}
.mv2506 .sld .slide-in{
  display: block;
  width: 100%;
  transform: translateY(20px);
  transition: 2s;
  opacity: 0;
}
.mv2506 .sld.scale .slide-in{
  transform: scale(1.05,1.05);
  -webkit-filter: blur(5px);
  -moz-filter: blur(5px);
  -o-filter: blur(5px);
  -ms-filter: blur(5px);
  filter: blur(5px);
}
.mv2506 .sld.move .slide-in{
  transform: translateY(0);
  opacity: 1;
}
.mv2506 .sld.scale.move .slide-in{
  transform: scale(1,1);
  -webkit-filter: blur(0);
  -moz-filter: blur(0);
  -o-filter: blur(0);
  -ms-filter: blur(0);
  filter: blur(0);
}
.mv2506 .sld .txt{
  position: absolute;
  left: 50%;
  z-index: 1;
  -webkit-filter: blur(5px);
  -moz-filter: blur(5px);
  -o-filter: blur(5px);
  -ms-filter: blur(5px);
  filter: blur(5px);
}
.mv2506 .sld.move .txt,
.mv2506 .s09.skip .txt{
  -webkit-filter: blur(0);
  -moz-filter: blur(0);
  -o-filter: blur(0);
  -ms-filter: blur(0);
  filter: blur(0);
}
.mv2506 .s01 .txt{
  width: 40%;
  top: 50%;
  transform: translate(-50%,-50%);
}
.mv2506 .s02 .txt{
  width: 60%;
  top: 50%;
  transform: translate(-50%,-50%);
}
.mv2506 .s03 .txt{
  max-width: 220px;
  width: 20%;
  top: 50%;
  transform: translate(-50%,-50%);
}
.mv2506 .s04 .txt{
  width: 36%;
  top: 22%;
  transform: translateX(-50%);
  transition: 2s;
}
.mv2506 .s05 .txt{
  width: 36%;
  top: 22%;
  transform: translateX(-50%);
  transition: 2s;
}
.mv2506 .s06 .txt{
  width: 36%;
  top: 22%;
  transform: translateX(-50%);
  transition: 2s;
}
.mv2506 .s07 .txt{
  width: 56%;
  top: 22%;
  transform: translateX(-50%);
  transition: 2s;
}
.mv2506 .s08 .txt{
  width: 36%;
  top: 22%;
  transform: translateX(-50%);
  transition: 2s;
}
.mv2506 .plate,
.mv2506 .s09{
  background: none;
}
.mv2506 .s09.skip{
  opacity: 1;
}
.mv2506 .s09 .plate01{
  width: 100%;
  top: 0;
  transform: translateX(-50%);
  transition: 1s;
  transition: .6s;
  opacity: 0;
  z-index: 1;
}
.mv2506 .s09 .plate02{
  width: 100%;
  top: 0;
  transform: translateX(-50%);
  transition: 1s;
  transition: .6s;
  opacity: 0;
  z-index: 1;
}
.mv2506 .s09 .plate01.move,
.mv2506 .s09 .plate02.move,
.mv2506 .s09.skip .plate01
.mv2506 .s09.skip .plate02{
  opacity: 1;
}
.mv2506 .s09 .sld-square{
  width: 100%;
  top: 0;
  transform: translateX(-50%) scale(1.015,1.015);
  transition: 1s;
  opacity: 0;
  z-index: 2;
  -webkit-filter: blur(5px);
  -moz-filter: blur(5px);
  -o-filter: blur(5px);
  -ms-filter: blur(5px);
  filter: blur(5px);
}
.mv2506 .s09 .sld-square.move,
.mv2506 .s09.skip .sld-square{
  opacity: 1;
  transform: translateX(-50%) scale(1,1);
  -webkit-filter: blur(0);
  -moz-filter: blur(0);
  -o-filter: blur(0);
  -ms-filter: blur(0);
  filter: blur(0);
}
.mv2506 .sld .img{
  position: relative;
  height: 100%;
  object-fit: cover;
}
.mv2506 .sld .img img{
  transform: scale(1.025,1.025);
  transition: 4s;
  height: 100%;
  object-fit: cover;
}
.mv2506 .sld.move .img img,
.mv2506 .s09.skip .img img {
  transform: scale(1,1);
}
.mv2506 .sld .plate img,
.mv2506 .sld .img img{
  height: 100%;
  object-fit: cover;
  object-position: center bottom;
}
.mv2506 .s09 .sld-square img{
  object-position: center top;
}
@media(max-width: 768px) {
  .mv2506{
    padding-top: 0;
  }
  .mv2506 .sld .slide-in{
    transform: translateY(5px);
  }
  .mv2506 .s01 .txt{
    width: 90%;
    top: 35%;
  }
  .mv2506 .s02 .txt{
    width: 86%;
    top: 35%;
  }
  .mv2506 .s03 .txt{
    width: 50%;
    top: 35%;
  }
  .mv2506 .s04 .txt{
    width: 66%;
  }
  .mv2506 .s05 .txt{
    width: 60%;
  }
  .mv2506 .s06 .txt{
    width: 60%;
  }
  .mv2506 .s07 .txt{
    width: 90%;
  }
  .mv2506 .s08 .txt{
    width: 64%;
  }
}
.skip{
  position: absolute;
  right: 0;
  top: 0;
  background: rgba(0,132,135, .75);
  font-size: clamp(1.4rem, 1.8vw, 2rem);
  font-weight: 600;
  line-height: 1;
  display: block;
  padding: 15px 10px;
  color: #fff;
  transition: .3s;
  z-index: 300000;
  width: 100px;
  text-align: center;
  letter-spacing: .25rem;
  cursor: pointer;
  transition: .3s;
}
.skip:hover{
  opacity: .7;
}
.skip.on{
  opacity: 0;
  pointer-events: none;
}
@media(max-width: 768px) {
  .skip{
  }
}