@charset "UTF-8";
.main_v {
  height: -webkit-calc(90vh - 80px);
  height: calc(90vh - 80px);
  width: 100%;
  padding-left: 18%;
  margin-top: 80px;
  position: relative;
}

@media screen and (max-width: 767px) {
  .main_v {
    border: 0;
    width: 100%;
    height: auto;
    padding-left: 0;
    margin-top: 68px;
  }
}

.main_v .vegas-slide {
  border-radius: 0 0 0 50px;
}

@media screen and (max-width: 767px) {
  .main_v .vegas-slide {
    border-radius: 0;
  }
}

.main_v .vegas-wrapper {
  border-radius: 0 0 0 50px;
}

@media screen and (max-width: 767px) {
  .main_v .vegas-wrapper {
    border-radius: 0;
  }
}

.main_v .main_v_inr {
  height: -webkit-calc(90vh - 80px);
  height: calc(90vh - 80px);
  width: 100%;
}

@media screen and (max-width: 767px) {
  .main_v .main_v_inr {
    height: -webkit-calc(60vh - 68px);
    height: calc(60vh - 68px);
  }
}

.main_v .img_copy {
  position: absolute;
  bottom: 5%;
  left: -12%;
}

@media screen and (max-width: 767px) {
  .main_v .img_copy {
    min-width: auto;
    max-width: 100%;
    bottom: 20%;
    left: 10px;
  }
}

.main_v .img_copy img {
  width: 43%;
  min-width: 500px;
}

@media screen and (max-width: 767px) {
  .main_v .img_copy img {
    width: 58%;
    min-width: auto;
    max-width: 100%;
  }
}

.main_v .img_copy p {
  font-size: 2.3rem;
  font-weight: bold;
  color: #214778;
  margin: 50px 0 0 30px;
  text-shadow: 1px 1px 1px #ffffff;
}

@media screen and (max-width: 767px) {
  .main_v .img_copy p {
    font-size: 1.6rem;
    margin: 30px 0 0 5px;
  }
}

@media screen and (min-width: 768px) {
  .main_v .movie_link {
    position: absolute;
    bottom: -70px;
    right: 40px;
    width: 510px;
  }
}

@media screen and (max-width: 767px) {
  .main_v .movie_link {
    margin: 0 auto 45px;
    padding: 0;
  }
}

.main_v .movie_link a {
  display: -webkit-flex;
  display: flex;
  background: #ffffff;
}

@media screen and (max-width: 767px) {
  .main_v .movie_link a {
    margin-left: 0;
    background: #F9FBFC;
  }
}

.main_v .movie_link a:hover {
  opacity: 0.6;
}

.main_v .movie_link .thum {
  width: 300px;
}

@media screen and (max-width: 767px) {
  .main_v .movie_link .thum {
    width: 50%;
    margin-right: 0;
  }
}

.main_v .movie_link .txt {
  width: -webkit-calc(100% - 250px);
  width: calc(100% - 250px);
  position: relative;
}

@media screen and (max-width: 767px) {
  .main_v .movie_link .txt {
    width: 50%;
    border-top: none;
  }
}

.main_v .movie_link .txt h3 {
  text-align: center;
  width: 100%;
  font-size: 1.8rem;
  line-height: 1;
  font-weight: bold;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
}

.main_v .movie_link .txt h3 span {
  margin-top: 10px;
  font-size: 1.2rem;
  font-family: Arial, sans-serif;
  color: #005AC6;
  display: block;
  letter-spacing: 0.05em;
}

@media screen and (max-width: 767px) {
  .main_v .movie_link .txt h3 {
    font-size: 1.3rem;
    padding: 0;
  }
  .main_v .movie_link .txt h3 span {
    font-size: 1rem;
    line-height: 1.4;
  }
}

/* cbox
  ---------------------------------------------------------------------------------------*/
#cboxOverlay {
  background: #F9FBFC;
}

#cboxLoadedContent {
  background: none;
}

#cboxContent {
  margin-top: 0 !important;
}

#cboxClose {
  position: absolute;
  top: 50px;
  right: 50px;
  display: block;
  background: url("../images/common/ico_close.png") no-repeat top center;
  background-size: cover;
  width: 70px;
  height: 70px;
  text-indent: -9999px;
}

@media screen and (max-width: 767px) {
  #cboxClose {
    top: 10px;
    right: 20px;
    width: 40px;
    height: 25px;
  }
}

.video_block {
  max-width: 980px;
  width: 90%;
  margin: auto;
  background: none;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
}

.video_block .video_inr {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}

.video_block .video_inr iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

.section .section_title {
  margin-bottom: 30px;
}

@media screen and (max-width: 767px) {
  .section .section_title {
    margin-bottom: 30px;
  }
}

.section .section_title p {
  font-family: "Yu Gothic", "游ゴシック体", "游ゴシック", YuGothic, "Helvetica Neue", Helvetica, Arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 1.2rem;
  color: #de8d87;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .section .section_title p {
    font-size: 1rem;
  }
}

.section .section_title p:before {
  content: "";
  background: #de8d87;
  width: 48px;
  height: 2px;
  margin: 0 10px 0 0;
  display: inline-block;
  vertical-align: middle;
}

.section .section_title h2 {
  color: #729dd8;
  font-size: 3rem;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 1.38;
  margin-top: 9px;
}

@media screen and (max-width: 767px) {
  .section .section_title h2 {
    font-size: 2.2rem;
  }
}

.news_section {
  margin: 130px 0 90px;
}

@media screen and (max-width: 767px) {
  .news_section {
    margin: 45px 0 60px;
  }
}

.news_section .news_section_inr {
  max-width: 960px;
  padding: 0 20px;
  margin: auto;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media screen and (max-width: 767px) {
  .news_section .news_section_inr {
    display: block;
  }
}

.news_section .news_section_inr .section_title {
  width: 200px;
}

@media screen and (max-width: 767px) {
  .news_section .news_section_inr .section_title {
    width: 100%;
  }
}

.news_section .news_section_inr .news_area {
  width: -webkit-calc(100% - 200px);
  width: calc(100% - 200px);
}

@media screen and (max-width: 767px) {
  .news_section .news_section_inr .news_area {
    width: 100%;
    margin-bottom: 15px;
  }
}

.news_section .news_section_inr .news_list li {
  display: -webkit-flex;
  display: flex;
  margin-bottom: 1.75em;
  padding-bottom: 1.75em;
  border-bottom: 1px dotted #343434;
}

@media screen and (max-width: 767px) {
  .news_section .news_section_inr .news_list li {
    margin-bottom: 0.5em;
    padding-bottom: 0.5em;
  }
}

.news_section .news_section_inr .news_list li:last-child {
  border-bottom: none;
}

@media screen and (max-width: 767px) {
  .news_section .news_section_inr .news_list li:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
  }
}

@media screen and (min-width: 768px) {
  .news_section .news_section_inr .news_list li .inr {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.news_section .news_section_inr .news_list li .inr .date {
  display: inline-block;
  width: 90px;
  color: #343434;
}

@media screen and (max-width: 767px) {
  .news_section .news_section_inr .news_list li .inr .date {
    width: 55px;
    font-size: 1rem;
  }
}

.news_section .news_section_inr .news_list li .inr .cat {
  background: #F89EB0;
  border-radius: 40px;
  color: #F9FBFC;
  font-weight: bold;
  display: inline-block;
  text-align: center;
  font-size: 1.2rem;
  margin: 0 23px;
  width: 90px;
}

@media screen and (max-width: 767px) {
  .news_section .news_section_inr .news_list li .inr .cat {
    font-size: 1rem;
  }
}

.news_section .news_section_inr .news_list li .inr .cat-e {
  background: #C40816;
  border-radius: 40px;
  color: #F9FBFC;
  font-weight: bold;
  display: inline-block;
  text-align: center;
  font-size: 1.2rem;
  margin: 0 23px;
  width: 90px;
}

@media screen and (max-width: 767px) {
  .news_section .news_section_inr .news_list li .inr .cat-e {
    font-size: 1rem;
  }
}

.news_section .news_section_inr .news_list li a {
  display: inline-block;
}

.news_section .news_section_inr .news_list li a:hover {
  opacity: 0.6;
}

@media screen and (max-width: 767px) {
  .news_section .news_section_inr .news_list li a {
    display: block;
    margin-top: 7px;
  }
}

.about_section .about_section_row {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

@media screen and (max-width: 767px) {
  .about_section .about_section_row {
    display: block;
  }
}

.about_section .about_section_row .txt {
  width: 50%;
  padding-right: 5%;
}

.about_section .about_section_row .txt2 {
  width: 50%;
  padding-left: 5%;
}

@media screen and (max-width: 767px) {
  .about_section .about_section_row .txt {
    width: 100%;
    padding: 0 7%;
    margin-top: 25px;
  }
    .about_section .about_section_row .txt2 {
    width: 100%;
    padding: 0 7%;
    margin-top: 25px;
  }
}

.about_section .about_section_row .img {
  width: 50%;
}

@media screen and (max-width: 767px) {
  .about_section .about_section_row .img {
    width: 100%;
    padding: 0 7%;
  }
}

.notocho_section {
  margin: 90px 0;
}

@media screen and (max-width: 767px) {
  .notocho_section {
    margin: 45px 0;
  }
}

.notocho_section .notocho_section_container {
  max-width: 1500px;
  margin: auto;
  padding: 0 20px;
}

.notocho_section .notocho_section_row {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: flex-end;
  align-items: flex-end;
  position: relative;
}

@media screen and (max-width: 767px) {
  .notocho_section .notocho_section_row {
    display: block;
  }
}

.notocho_section .notocho_section_row .img {
  width: 68%;
  margin-left: 0;
  margin-right: -12%;
  order: 1;
  margin-bottom: 110px;
  border-radius: 50px;
}

@media screen and (max-width: 767px) {
  .notocho_section .notocho_section_row .img {
    width: -webkit-calc(100% + 40px);
    width: calc(100% + 40px);
    margin-left: -20px;
    margin-right: -20px;
    margin-bottom: 0;
    border-radius: 0;
  }
}

.notocho_section .notocho_section_row .img .slick-list {
  overflow: hidden;
  z-index: 1;
}

.notocho_section .notocho_section_row .img img {
  border-radius: 50px;
  border-radius: 10px;
}

.notocho_section .notocho_section_row .txt {
  width: 44%;
  order: 2;
  margin-bottom: 2%;
  position: relative;
  z-index: 1;
  background: #ffffff;
  padding: 60px;
  border-radius: 50px;
}

@media screen and (max-width: 767px) {
  .notocho_section .notocho_section_row .txt {
    width: 100%;
    margin-top: 20px;
    border-radius: 0;
    padding: 5%;
  }
}

.notocho_section .notocho_section_row .txt .inr {
  margin: 25px 0;
}

@media screen and (max-width: 767px) {
  .notocho_section .notocho_section_row .txt .inr {
    margin: 0 0 15px;
  }
}

.notocho_section .notocho_section_row .txt .inr p {
  text-align: justify;
  margin-bottom: 1em;
}

.slick-dots {
  bottom: -40px !important;
}

.btn_section {
  background: #FEFCFA;
  padding: 90px 0;
  margin: 90px 0;
}

@media screen and (max-width: 767px) {
  .btn_section {
    padding: 45px 0 10px;
    margin: 45px 0;
  }
}

@media screen and (max-width: 767px) {
  .btn_section .section_title {
    margin-bottom: 10px;
  }
}

.btn_section ul {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -45px;
}

@media screen and (max-width: 767px) {
  .btn_section ul {
    display: block;
    margin: 0;
  }
}

.btn_section ul li {
  width: 50%;
  padding: 0 45px;
}

@media screen and (max-width: 767px) {
  .btn_section ul li {
    width: 100%;
    padding: 0 7%;
    margin-bottom: 35px;
  }
}

.btn_section ul li .thum {
  overflow: hidden;
  margin-left: 40px;
  padding: 0 15%;
}

@media screen and (max-width: 767px) {
  .btn_section ul li .thum {
    padding: 5% 10%;
  }
}

.btn_section ul li .thum img {
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
  width: 100%;
}

.btn_section ul li .inr {
  border-radius: 30px;
  background: #ffffff;
  padding: 30px 30px 30px 40px;
  display: inline-block;
  position: relative;
  min-width: 300px;
  max-width: 100%;
  margin: 20px auto 0;
}

@media screen and (max-width: 767px) {
  .btn_section ul li .inr {
    min-width: auto;
    padding: 15px 22px;
    min-width: 100%;
    max-width: 100%;
  }
}

.btn_section ul li .inr .txt {
  margin-bottom: 40px;
}

@media screen and (max-width: 767px) {
  .btn_section ul li .inr .txt {
    margin-bottom: 20px;
  }
}

.btn_section ul li .btn_more {
  text-align: center;
  margin-top: -25px;
}

.column_section {
  margin: 90px auto;
  max-width: 980px;
  padding: 0 20px;
}

.column_section .column_list {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -50px;
}

@media screen and (max-width: 767px) {
  .column_section .column_list {
    margin-left: 0;
  }
}

.column_section .column_list li {
  width: -webkit-calc(50% - 50px);
  width: calc(50% - 50px);
  margin-left: 50px;
}

@media screen and (max-width: 767px) {
  .column_section .column_list li {
    width: 100%;
    margin: 0 0 35px;
  }
}

.column_section .column_list li .thum {
  border-radius: 10px;
  overflow: hidden;
}

.column_section .column_list li .inr {
  margin: 25px 0 0;
}

.column_section .column_list li .inr .date {
  font-style: italic;
  color: #999;
}

.column_section .column_list li .inr .cat {
  background: -webkit-gradient(45deg, #D7C41C 35%, #DEB887);
  background: linear-gradient(45deg, #D7C41C 35%, #DEB887);
  color: #ffffff;
  font-weight: bold;
  padding: 5px 15px;
  border-radius: 15px;
  margin-left: 15px;
}

.column_section .column_list li .inr h3 {
  margin-top: 10px;
  font-size: 1.8rem;
}

.mt50 {
  margin-top: 50px;
}

.u_line {
      background: linear-gradient(transparent 70% , yellow 70%);
    }