/* 共通部分
***************************************************************/
.main {
  padding-top: 0;
}
@media all and (min-width: 681px) {
  .gNav {
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s ease;
  }
  .navOn .gNav {
    opacity: 1;
    pointer-events: auto;
  }
}
@media all and (max-width:680px) {
  .spHead {
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s ease;
    background-color: #fff;
  }
  .navOn .spHead {
    opacity: 1;
    pointer-events: auto;
  }
}
@media all and (max-width:370px) {
}


/* メインビジュアル
***************************************************************/
/* mvWrap */
.mvWrap .h1 {
  width: 210px;
  height: 57px;
  padding-left: 30px;
  padding-top: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 15;
}
.mvWrap .h1 img {
  width: 180px;
}
.mvWrap .mvContents {
  width: 100%;
  min-width: 1100px;
  position: relative;
}
.mvWrap .eventLink {
  width: 280px;
  height: 57px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.05em;
  background-color: #519fbc;
  color: #fff;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 15;
  padding-left: 48px;
}
.mvWrap .eventLink::before {
  content: "";
  background-image: url(../img/common/ico1_w.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 27px;
  height: 27px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 30px;
  margin: auto;
}
.mvWrap .mvLogo1 {
  width: 307px;
  height: 334px;
  position: absolute;
  left: 50px;
  top: -120px;
  bottom: 0;
  margin: auto;
  z-index: 15;
}
.mvWrap .mvLogo2 {
  width: 450px;
  height: 133px;
  position: absolute;
  right: 100px;
  bottom: 30px;
  z-index: 15;
}
.mvWrap .scroll {
  width: 307px;
  height: 53px;
  position: absolute;
  left: 60px;
  top: 460px;
  bottom: 0;
  z-index: 15;
  margin: auto;
}
.mvWrap .scroll a {
  display: block;
  position: relative;
  color: #519fbc;
  text-align: center;
  font-size: 14px;
  padding-top: 36px;
  padding-left: 2px;
  width: 70px;
  margin: 0 auto;
}
.mvWrap .scroll a::before {
  content: "";
  background-image: url(../img/common/arrow_b.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 26px;
  height: 30px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  transition: top 0.3s ease;
}
.mvSlide,
.mvSlide .slick-list,
.mvSlide .slick-track {
  height: 100%;
}
.mvSlide .slideItem {
  background-image: url(../img/top/mv1.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  position: relative;
}
.mvSlide .slideItem2 {
  background-image: url(../img/top/mv2.jpg);
}
.mvSlide .slideItem3 {
  background-image: url(../img/top/mv3.jpg);
}
.mvSlide .slideItem4 {
  background-image: url(../img/top/mv4.jpg);
}
.mvSlide .slideItem5 {
  background-image: url(../img/top/mv5.jpg);
}
.mvSlide .slideItem .text {
  width: 182px;
  height: 86px;
  position: absolute;
  top: 20%;
  right: 10%;
}
.mvSlide .slideItem2 .text {
  width: 180px;
  height: 90px;
  top: 22%;
  right: 49%;
}
.mvSlide .slideItem3 .text {
  width: 267px;
  height: 86px;
  top: 15%;
  right: 40%;
  margin: auto;
}
.mvSlide .slideItem4 .text {
  width: 224px;
  height: 85px;
  top: 20%;
  right: 6%;
}
.mvSlide .slideItem5 .text {
  width: 182px;
  height: 86px;
  top: 30%;
  right: 8%;
}
.mvSlide .slick-dots {
  bottom: 20px;
}
.mvSlide .slick-dots li button:before {
  font-size: 13px;
  opacity: 1;
  color: #fff;
  opacity: .7;
}
.mvSlide .slick-dots li.slick-active button:before {
  color: #585a5d;
  opacity: 1;
}
/* topNav */
.topNav .ul1 {
  width: 1100px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
.topNav .ul1 > li {
  flex-grow: 1;
}
.topNav .ul1 a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 80px;
  color: #519fbc;
  font-size: 14px;
  font-weight: 700;
  padding: 0 12px;
}
@media all and (min-width: 681px) {
  .mvWrap .eventLink:hover {
    background-color: #858b8d;
  }
  .mvWrap .scroll a:hover::before {
    top: 5px;
  }
  .topNav .ul1 a:hover {
    background-color: #519fbc;
    color: #fff;
  }
}
@media all and (max-width:680px) {
  /* mvWrap */
  .mvWrap .h1 {
    width: 100%;
    height: 54px;
    padding: 0;
    position: static;
    background-color: #fff;
  }
  .mvWrap .h1 img {
    width: 125px;
  }
  .mvWrap .mvContents {
    min-width: auto;
  }
  .mvWrap .mvLogo1 {
    width: 126px;
    height: 137px;
    left: 20px;
    top: 20px;
    bottom: auto;
  }
  .mvWrap .mvLogo2 {
    width: 143px;
    height: 43px;
    right: 20px;
    bottom: 40px;
  }
  .mvSlide .slideItem1 {
    background-image: url(../img/top/mv1_sp.jpg);
  }
  .mvSlide .slideItem2 {
    background-image: url(../img/top/mv2_sp.jpg);
  }
  .mvSlide .slideItem3 {
    background-image: url(../img/top/mv3_sp.jpg);
  }
  .mvSlide .slideItem4 {
    background-image: url(../img/top/mv4_sp.jpg);
  }
  .mvSlide .slideItem5 {
    background-image: url(../img/top/mv5_sp.jpg);
  }
  .mvSlide .slideItem1 .text {
    width: 96px;
    height: 45px;
    top: 185px;
    right: auto;
    left: 20px;
  }
  .mvSlide .slideItem2 .text {
    width: 92.5px;
    height: 46px;
    top: 185px;
    right: auto;
    left: 20px;
  }
  .mvSlide .slideItem3 .text {
    width: 141px;
    height: 46px;
    top: 38px;
    right: 8px;
    left: auto;
  }
  .mvSlide .slideItem4 .text {
    width: 119px;
    height: 45px;
    top: 185px;
    left: 20px;
  }
  .mvSlide .slideItem5 .text {
    width: 97px;
    height: 46px;
    top: 22px;
    right: 15px;
    left: auto;
  }
  .mvSlide .slick-dots {
    bottom: 5px;
  }
  .mvSlide .slick-dots li button:before {
    font-size: 11px;
  }

  /* topNav */
  .topNav .ul1 {
    width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
  }
  .topNav .ul1 a {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 80px;
    color: #519fbc;
    font-size: 14px;
    font-weight: 700;
    padding: 0 12px;
  }

  /* topNavSP */
  .topNavSP .ul1 {
    padding: 0 5% 20px;
    display: flex;
    flex-flow: wrap;
    justify-content: space-between;
  }
  .topNavSP .ul1::before {
    content: "";
    width: calc((100% - 15px) / 4);
    order: 1;
  }
  .topNavSP .ul1::after {
    content: "";
    width: calc((100% - 15px) / 4);
  }
  .topNavSP .ul1 li {
    width: calc((100% - 15px) / 4);
  }
  .topNavSP .ul1 li:nth-of-type(1n + 5) {
    margin-top: 5px;
  }
  .topNavSP .ul1 li a {
    width: 100%;
    height: 100%;
    background-color: #fff;
    color: #519fbc;
    border: 2px solid #519fbc;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 10px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 1.2;
    text-align: center;
  }
  .topNavSP .ul1 li.li8 a {
    background-color: #519fbc;
    color: #fff;
  }
  .topNavSP .ul1 li a .t1 {
    width: 100%;
    height: 50px;
    padding-top: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
  }
  .topNavSP .ul1 li a .t1::before {
    content: "";
    background-image: url(../img/common/ico5.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    top: 6px;
    left: 0;
    right: 0;
    margin: auto;
    width: 13.5px;
    height: 14.5px;
  }
  .topNavSP .ul1 li.li2 a .t1::before {
    background-image: url(../img/common/ico6.svg);
    top: 10px;
    width: 19px;
    height: 14px;
  }
  .topNavSP .ul1 li.li3 a .t1::before {
    background-image: url(../img/common/ico7.svg);
    top: 6px;
    width: 24px;
    height: 15px;
  }
  .topNavSP .ul1 li.li4 a .t1::before {
    background-image: url(../img/common/ico8.svg);
    top: 6px;
    width: 11px;
    height: 16px;
  }
  .topNavSP .ul1 li.li5 a .t1::before {
    background-image: url(../img/common/ico9.svg);
    top: 6px;
    width: 23px;
    height: 16px;
  }
  .topNavSP .ul1 li.li6 a .t1::before {
    background-image: url(../img/common/ico10.svg);
    top: 8px;
    width: 13px;
    height: 15px;
  }
  .topNavSP .ul1 li.li7 a .t1::before {
    background-image: url(../img/common/ico2.svg);
    top: 12px;
    width: 18.5px;
    height: 10px;
  }
  .topNavSP .ul1 li.li8 a .t1::before {
    background-image: url(../img/common/ico1_w.svg);
    top: 9px;
    width: 13.5px;
    height: 13.5px;
  }
}
@media all and (max-width:370px) {
}


/* イベント情報
***************************************************************/
.sectionWrap1 {
  margin-top: 80px;
  padding: 20px 0 50px;
}
.sectionWrap1 .inner {
  width: 1100px;
  margin: 0 auto;
}
.sectionWrap1 .link1 {
  display: block;
  width: 288px;
  margin: 0 auto;
}
.eventList {
  display: flex;
  flex-flow: wrap;
  justify-content: space-between;
  padding: 70px 0;
}
.eventList > li {
  width: 525px;
}
.eventList > li:nth-of-type(1n + 3) {
  margin-top: 50px;
}
.eventList > li a {
  width: 100%;
  /* height: 100%; */
  display: flex;
  background-color: #519fbc;
  color: #fff;
}
.eventList > li .box1 {
  width: 305px;
  padding: 18px;
  display: flex;
  flex-flow: column;
}
.eventList > li .box1 .days {
  display: flex;
  flex-flow: wrap;
  justify-content: space-between;
}
.eventList > li .box1 .days .dayOne {
  font-size: 27px;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 5px;
}
/* .eventList > li .box1 .days .day {
  font-size: 40px;
  font-weight: 700;
  line-height: 1.3;
}
.eventList > li .box1 .days .week {
  font-size: 18px;
  font-weight: 400;
  padding-bottom: 7px;
} */
_:-ms-lang(x)::-ms-backdrop, .eventList > li .box1 .days .dayOne {
  letter-spacing: 0;
}
/* _:-ms-lang(x)::-ms-backdrop, .eventList > li .box1 .days .dayOne .day {
  letter-spacing: 0;
}
_:-ms-lang(x)::-ms-backdrop, .eventList > li .box1 .days .week {
  padding-left: 4px;
} */
.eventList > li .box1 .tit {
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.08em;
  flex-grow: 1;
}
.eventList > li .box1 .catBox {
  position: relative;
  text-align: right;
  margin-top: 10px;
  line-height: 1;
}
.eventList > li .box1 .catBox::after {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #fff;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
.eventList > li .box1 .catBox .cat {
  font-size: 15px;
  letter-spacing: 0.08em;
  background-color: #519fbc;
  padding-left: 10px;
  position: relative;
  z-index: 1;
  transition: background 0.3s ease;
}
.eventList > li .box2 {
  width: 220px;
  position: relative;
  overflow: hidden;
}
.eventList > li .box2::after {
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(81,159,188,0.5);
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.eventList > li .box2 .img1 {
  /* background-image: url(../img/common/noimage.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover; */
  background-color: #fff;
  width: 100%;
  height: 100%;
  transition: transform 0.3s ease;
}
.eventList > li .box2 .check {
  position: absolute;
  z-index: 1;
  right: 0;
  bottom: 0;
  width: 71px;
}
@media all and (min-width: 681px) {
  .eventList > li a:hover {
    background-color: #858b8d;
  }
  .eventList > li a:hover .box1 .catBox .cat {
    background-color: #858b8d;
  }
  .eventList > li a:hover .box2 .img1 {
    transform: scale(1.1);
  }
  .eventList > li a:hover .box2::after {
    opacity: 1;
  }
}
@media all and (max-width:680px) {
  .sectionWrap1 {
    margin-top: 54px;
    padding: 10px 0 20px;
  }
  .sectionWrap1 .inner {
    width: 100%;
    padding: 0 5%;
  }
  .sectionWrap1 .link1 {
    width: 240px;
  }
  .eventList {
    display: block;
    padding: 25px 0;
  }
  .eventList > li {
    width: 100%;
  }
  .eventList > li:nth-of-type(1n + 2) {
    margin-top: 20px;
  }
  .eventList > li .box1 {
    width: 58%;
    padding: 12px;
  }
  .eventList > li .box1 .days .dayOne {
    font-size: 4.5vw;
    margin-bottom: 2px;
  }
  /* .eventList > li .box1 .days .day {
    font-size: 23.5px;
  }
  .eventList > li .box1 .days .week {
    font-size: 13px;
    padding-bottom: 3px;
  } */
  .eventList > li .box1 .tit {
    font-size: 12px;
  }
  .eventList > li .box1 .catBox {
    margin-top: 2px;
  }
  .eventList > li .box1 .catBox::after {
    top: 4px;
  }
  .eventList > li .box1 .catBox .cat {
    font-size: 12px;
  }
  .eventList > li .box2 {
    width: 42%;
  }
  .eventList > li .box2 .check {
    width: 40px;
  }
}
@media all and (max-width:370px) {
  .eventList > li .box1 .days .dayOne {
    font-size: 4.2vw;
  }
  /* .eventList > li .box1 .days .day {
    font-size: 18px;
  }
  .eventList > li .box1 .days .week {
    font-size: 12px;
    margin-bottom: -2px;
  } */
}


/* ニュース
***************************************************************/
.sectionWrap2 {
  padding: 80px 0 100px;
}
.sectionWrap2 .inner {
  width: 1100px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  position: relative;
}
.sectionWrap2 .titleWrap {
  width: 288px;
}
.sectionWrap2 .titleWrap .w_title1 {
  text-align: left;
}
.sectionWrap2 .titleWrap .w_title1 .in {
  padding-left: 68px;
}
.sectionWrap2 .titleWrap .w_title1 .in::before {
  width: 51px;
  height: 45px;
  background-image: url(../img/common/ico4.svg);
  top: -12px;
}
.sectionWrap2 .newsList {
  width: 752px;
  padding-top: 10px;
}
.sectionWrap2 .newsList > li {
  display: flex;
  font-size: 15px;
}
.sectionWrap2 .newsList > li:nth-of-type(1n + 2) {
  margin-top: 25px;
}
.sectionWrap2 .newsList > li .day {
  width: 168px;
  position: relative;
}
.sectionWrap2 .newsList > li .day::after {
  content: "";
  width: 58px;
  height: 1px;
  background-color: #519fbc;
  position: absolute;
  top: 12px;
  right: 10px;
  margin: auto;
}
.sectionWrap2 .newsList > li .link {
  width: calc(100% - 168px);
}
.sectionWrap2 .link1 {
  display: block;
  width: 288px;
  position: absolute;
  left: 0;
  top: 68px;
}
@media all and (min-width: 681px) {
  .sectionWrap2 .newsList > li .link:hover {
    color: #519fbc;
  }
}
@media all and (max-width:680px) {
  .sectionWrap2 {
    padding: 50px 0 20px;
  }
  .sectionWrap2 .inner {
    width: 100%;
    padding: 0 5%;
    display: block;
  }
  .sectionWrap2 .titleWrap {
    width: 100%;
  }
  .sectionWrap2 .titleWrap .w_title1 {
    text-align: center;
  }
  .sectionWrap2 .titleWrap .w_title1 .in {
    padding-left: 40px;
  }
  .sectionWrap2 .titleWrap .w_title1 .in::before {
    width: 31px;
    height: 27px;
    top: -7px;
  }
  .sectionWrap2 .newsList {
    width: 100%;
    padding: 0;
  }
  .sectionWrap2 .newsList > li {
    display: block;
    padding: 15px 0;
  }
  .sectionWrap2 .newsList > li:nth-of-type(1n + 2) {
    margin-top: 0;
    border-top: 1px solid #519fbc;
  }
  .sectionWrap2 .newsList > li .day {
    width: 100%;
    display: block;
  }
  .sectionWrap2 .newsList > li .day::after {
    display: none;
  }
  .sectionWrap2 .newsList > li .link {
    width: 100%;
    display: block;
  }
  .sectionWrap2 .link1 {
    display: block;
    width: 240px;
    position: static;
    margin: 10px auto 0;
  }
}
@media all and (max-width:370px) {
}


/* ベイリーフ新居について
***************************************************************/
.sectionWrap3 {
  padding: 60px 0 80px;
  overflow: hidden;
}
.sectionWrap3 .block1 {
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
.sectionWrap3 .block1 .textBox {
  order: 1;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0.15em;
  line-height: 2.5;
}
.sectionWrap3 .block1 .imgBox {
  order: 2;
  width: 710px;
  height: 400px;
  background-color: #519fbc;
  position: relative;
}
.sectionWrap3 .block1 .imgBox .img1 {
  width: 690px;
  height: 400px;
  background-image: url(../img/top/top1.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  right: 0;
  bottom: 20px;
  overflow: hidden;
}
.sectionWrap3 .block2 {
  margin: 100px auto 0;
  position: relative;
}
.sectionWrap3 .block2 .imgBox {
  display: block;
  height: 380px;
  position: relative;
}
.sectionWrap3 .block2 a .img1::after {
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(81,159,188,0.5);
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.sectionWrap3 .block2 .imgBox .h2 {
  width: 589px;
  position: absolute;
  z-index: 1;
  left: 0;
  right: 0;
  top: -35px;
  margin: auto;
}
.sectionWrap3 .block2 .imgBox .img1 {
  width: 100%;
  height: 100%;
  background-image: url(../img/top/top2.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.sectionWrap3 .block2 .t1 {
  width: 502px;
  position: absolute;
  z-index: 1;
  bottom: -2px;
  right: 0;
}
.sectionWrap3 .block2 .link1 {
  width: 288px;
  position: absolute;
  z-index: 1;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  display: flex;
  align-items: center;
}
@media all and (min-width: 681px) {
  .sectionWrap3 .block2 a:hover .img1::after {
    opacity: 1;
  }
  .sectionWrap3 .block2 a:hover .link1 .w_btn1 {
    border: 4px solid #fff;
  }
}
@media all and (max-width:680px) {
  .sectionWrap3 {
    padding: 70px 0 40px;
    overflow: visible;
  }
  .sectionWrap3 .block2 {
    width: 100%;
    margin: 0;
  }
  .sectionWrap3 .block2 .imgBox {
    width: 100%;
    height: auto;
    pointer-events: none;
  }
  .sectionWrap3 .block2 .imgBox .h2 {
    width: 250px;
    position: absolute;
    left: 0;
    right: 0;
    top: -21px;
    margin: auto;
  }
  .sectionWrap3 .block2 .imgBox .img1 {
    width: 100%;
    height: 53vw;
    background-image: url(../img/top/top2_sp.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
    position: relative;
  }
  .sectionWrap3 .block2 .imgBox .t1 {
    width: 202px;
    position: absolute;
    bottom: -2px;
    right: 0;
  }
  .sectionWrap3 .block2 .textBox {
    padding: 20px 5%;
  }
  .sectionWrap3 .block2 .textBox .p1 {
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 0.11em;
    line-height: 2.27;
    text-align: justify;
  }
  .sectionWrap3 .link1 {
    display: block;
    width: 240px;
    margin: 0 auto;
    position: static;
  }
}
@media all and (max-width:370px) {
}


/* 海と風と自由
***************************************************************/
.sectionWrap4 {
  padding: 80px 0 60px;
  position: relative;
}
.sectionWrap4 a {
  display: block;
}
.sectionWrap4 .inner {
  background-image: url(../img/top/top3.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 400px;
  position: relative;
}
.sectionWrap4 .inner::after {
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(81,159,188,0.5);
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.sectionWrap4 .titWrap {
  width: 1100px;
  margin: 0 auto;
  position: relative;
}
.sectionWrap4 .h2 {
  width: 362px;
  position: absolute;
  z-index: 1;
  top: -33px;
  right: 0;
}
.sectionWrap4 .t1 {
  width: 794px;
  position: absolute;
  z-index: 1;
  bottom: -2px;
  right: 0;
}
.sectionWrap4 .contentsIn {
  width: 1100px;
  height: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  position: relative;
  z-index: 1;
}
.sectionWrap4 .contentsIn .aBox {
  width: 300px;
  height: 300px;
  padding: 30px;
  background-color: #fff;
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  transition: background 0.3s ease;
}
.sectionWrap4 .contentsIn .aBox .h3 {
  font-size: 23px;
  font-weight: 700;
  color: #519fbc;
  transition: color 0.3s ease;
}
.sectionWrap4 .contentsIn .aBox .p1 {
  width: 100%;
  font-size: 17px;
  font-weight: 500;
  text-align: justify;
  letter-spacing: 0.08em;
  line-height: 2;
  margin-top: 10px;
  transition: color 0.3s ease;
}
.sectionWrap4 .contentsIn .aBox .w_btn1 {
  width: 100%;
  margin-top: 22px;
}
.sectionWrap4 .contentsIn .aBox .w_btn1 .in {
  padding-right: 5px;
}
@media all and (min-width: 681px) {
  .sectionWrap4 a:hover .inner::after {
    opacity: 1;
  }
  .sectionWrap4 a:hover .contentsIn .aBox {
    background-color: #519fbc;
  }
  .sectionWrap4 a:hover .contentsIn .aBox .h3 {
    color: #fff;
  }
  .sectionWrap4 a:hover .contentsIn .aBox .p1 {
    color: #fff;
  }
  .sectionWrap4 a:hover .contentsIn .aBox .w_btn1 {
    border: 4px solid #fff;
  }
}
@media all and (max-width:680px) {
  .sectionWrap4 {
    padding: 50px 0 10px;
  }
  .sectionWrap4 .inner {
    background-image: url(../img/top/top3_sp.jpg);
    width: 100%;
    height: 121vw;
  }
  .sectionWrap4 .titWrap {
    width: 100%;
  }
  .sectionWrap4 .h2 {
    width: 224px;
    top: -20px;
    right: 0;
    left: 0;
    margin: auto;
  }
  .sectionWrap4 .t1 {
    width: 100%;
    bottom: -2px;
    right: 0;
    left: 0;
    margin: auto;
  }
  .sectionWrap4 .contentsIn {
    width: 100%;
    height: 100%;
    display: block;
  }
  .sectionWrap4 .contentsIn .aBox {
    width: 190px;
    height: auto;
    padding: 20px;
    margin: 0 auto;
    position: relative;
    top: 45px;
  }
  .sectionWrap4 .contentsIn .aBox .h3 {
    font-size: 14px;
  }
  .sectionWrap4 .contentsIn .aBox .p1 {
    font-size: 11px;
    letter-spacing: 0.02em;
    line-height: 1.82;
    margin-top: 8px;
  }
  .sectionWrap4 .contentsIn .aBox .w_btn1 {
    width: 100%;
    margin-top: 12px;
    padding: 5px 0;
  }
  .sectionWrap4 .contentsIn .aBox .w_btn1 .in {
    padding-right: 7px;
  }
}
@media all and (max-width:370px) {
}


/* コンテンツリンク
***************************************************************/
.sectionWrap5 {
  padding: 0 0 50px;
}
.sectionWrap5 .inner {
  width: 1100px;
  margin: 0 auto;
}
.sectionWrap5 .ul1 > li {
  margin-top: 100px;
}
.sectionWrap5 .ul1 > li a {
  display: block;
  position: relative;
  background-image: url(../img/top/top4.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: calc(100% - 100px);
  height: 300px;
  margin: 0 0 0 100px;
}
.sectionWrap5 .ul1 > li:nth-of-type(even) a {
  margin: 0 100px 0 0;
}
.sectionWrap5 .ul1 > li.li2 a {
  background-image: url(../img/top/top5.jpg);
}
.sectionWrap5 .ul1 > li a::after {
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(81,159,188,0.5);
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.sectionWrap5 .ul1 > li a .h2 {
  background-color: #519fbc;
  color: #fff;
  font-size: 23px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.17em;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 450px;
  height: 130px;
  position: absolute;
  z-index: 1;
  top: 50px;
  left: -100px;
}
.sectionWrap5 .ul1 > li:nth-of-type(even) a .h2 {
  left: auto;
  right: -100px;
}
.sectionWrap5 .ul1 > li a .t1 {
  width: 451.3px;
  position: absolute;
  bottom: -2px;
  left: 0;
  z-index: 1;
}
.sectionWrap5 .ul1 > li.li2 a .t1 {
  width: 629px;
}
.sectionWrap5 .ul1 > li a .arrow {
  width: 57px;
  height: 57px;
  background-color: #fff;
  background-image: url(../img/common/arrow_r.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 24px;
  border: 4px solid #519fbc;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 1;
  transition: background-color 0.3s ease;
}
@media all and (min-width: 681px) {
  .sectionWrap5 .ul1 > li a:hover::after {
      opacity: 1;
  }
  .sectionWrap5 .ul1 > li a:hover .arrow {
    background-color: #519fbc;
    background-image: url(../img/common/arrow_r_w.svg);
  }
}
@media all and (max-width:680px) {
  .sectionWrap5 {
    padding: 0 0 10px;
  }
  .sectionWrap5 .inner {
    width: 100%;
  }
  .sectionWrap5 .ul1 > li {
    margin-top: 110px;
    overflow: visible;
  }
  .sectionWrap5 .ul1 > li a {
    background-image: url(../img/top/top4_sp.jpg);
    width: calc(100% - 14vw);
    height: 144px;
    margin: 0 0 0 14vw;
  }
  .sectionWrap5 .ul1 > li:nth-of-type(even) a {
    margin: 0 0 0 14vw;
  }
  .sectionWrap5 .ul1 > li.li2 a {
    background-image: url(../img/top/top5_sp.jpg);
  }
  .sectionWrap5 .ul1 > li a::after {
    display: none;
  }
  .sectionWrap5 .ul1 > li a .h2 {
    font-size: 15px;
    letter-spacing: 0.17em;
    width: 280px;
    height: 90px;
    top: -68px;
    left: -14vw;
  }
  .sectionWrap5 .ul1 > li:nth-of-type(even) a .h2 {
    left: -14vw;
    right: auto;
  }
  .sectionWrap5 .ul1 > li a .t1 {
    width: 100%;
    position: absolute;
    bottom: -2px;
    left: 0;
    z-index: 1;
  }
  .sectionWrap5 .ul1 > li.li2 a .t1 {
    width: 93%;
    left: auto;
    right: 0;
  }
  .sectionWrap5 .ul1 > li a .arrow {
    width: 25px;
    height: 25px;
    background-size: 10px;
    border: 2px solid #519fbc;
  }
}
@media all and (max-width:370px) {
}


/* モアコンテンツ
***************************************************************/
.moreContents {
  padding: 100px 0 100px;
}
.moreContents .inner {
  width: 1100px;
  margin: 0 auto;
}
.moreContents .w_title1 .in::before {
  width: 42px;
  height: 45px;
  background-image: url(../img/common/ico5.svg);
  top: -2px;
}
.moreContents .ul1 {
  display: flex;
  flex-flow: wrap;
  justify-content: space-between;
  padding: 30px 0 0;
}
.moreContents .ul1::after {
  content: "";
  width: 360px;
}
.moreContents .ul1 > li {
  width: 360px;
  height: 250px;
}
.moreContents .ul1 > li a {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
}
.moreContents .ul1 > li a::after {
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(81,159,188,0.5);
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.moreContents .ul1 > li .img1 {
  background-image: url(../img/common/more1.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  transition: transform 0.3s ease;
}
.moreContents .ul1 > li.li2 .img1 {
  background-image: url(../img/common/more2.jpg);
}
.moreContents .ul1 > li.li3 .img1 {
  background-image: url(../img/common/more3.jpg);
}
.moreContents .ul1 > li .tit {
  position: relative;
  z-index: 1;
  color: #fff;
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: 30px;
  font-weight: 700;
  letter-spacing: 0.2em;
}
.moreContents .ul1 > li .tit .eng {
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.15em;
}
.moreContents .ul1 > li .arrow {
  width: 28.5px;
  height: 28.5px;
  background-color: #fff;
  background-image: url(../img/common/arrow_r.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 12px;
  position: absolute;
  z-index: 1;
  bottom: 0;
  right: 0;
}
@media all and (min-width: 681px) {
  .moreContents .ul1 > li a:hover .img1 {
    transform: scale(1.1);
  }
  .moreContents .ul1 > li a:hover::after {
    opacity: 1;
  }
}
@media all and (max-width:680px) {
  .moreContents {
    padding: 50px 0 45px;
  }
  .moreContents .inner {
    width: 100%;
    padding: 0 5%;
  }
  .moreContents .w_title1 .in::before {
    width: 25px;
    height: 26px;
    top: -3px;
  }
  .moreContents .ul1 {
    display: block;
    padding: 20px 0 0;
  }
  .moreContents .ul1::after {
    display: none;
  }
  .moreContents .ul1 > li {
    width: 100%;
    height: 25vw;
  }
  .moreContents .ul1 > li + li {
    margin-top: 15px;
  }
  .moreContents .ul1 > li.li1 .img1 {
    background-image: url(../img/common/more1_sp.jpg);
  }
  .moreContents .ul1 > li.li2 .img1 {
    background-image: url(../img/common/more2_sp.jpg);
  }
  .moreContents .ul1 > li.li3 .img1 {
    background-image: url(../img/common/more3_sp.jpg);
  }
  .moreContents .ul1 > li .tit {
    font-size: 20px;
  }
  .moreContents .ul1 > li .tit .eng {
    font-size: 12px;
  }
  .moreContents .ul1 > li .arrow {
    width: 18px;
    height: 18px;
    background-size: 7.5px;
  }
}
@media all and (max-width:370px) {
}


/* コンテンツ
***************************************************************/
@media all and (min-width: 681px) {
}
@media all and (max-width:680px) {
}
@media all and (max-width:370px) {
}


.mvWrap .evtBnr {
  width: 440px;
  position: absolute;
  left: 60px;
  bottom: 0;
  z-index: 15;
  margin: auto;
}
.mvWrap .evtBnr a {
  display: block;
  background-image:  url(../../teaser/files/img/event/eve_bnr200127_o.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
}
.mvWrap .evtBnr a img {
  transition: opacity 0.3s ease;
}
@media all and (min-width: 681px) {
  .mvWrap .evtBnr a:hover img {
    opacity: 0;
  }
}
@media all and (max-width:680px) {
.evtBnrSP {
    width: 80vw;
    margin: 0 auto;
    padding: 10vw 0;
  }}

/* LPバナー
***************************************************************/
.bannerBox {
  text-align: center;
  margin-top: 60px;
}
@media all and (max-width:680px) {
  .bannerBox {
    padding: 0 5%;
    margin-top: 40px;
  }
}