@charset "UTF-8";

/* ---------------------------

レイアウト

---------------------------- */
.wrapper {
  width: 100%;
  height: 100%;
  background: url("../images/bg_index.jpg?0310") repeat-y center top;
  background-size: cover;
}

/* ---------------------------

mainVisual

--------------------------- */
.mainVisual {
  width: 100%;
  height: 60vh; height: 600px;
  position: relative;
  border-bottom: 20px solid #254d5e;
  
  background: url("../images/mv_index.jpg?0310") no-repeat center center;
  background-size: cover;
  background-color: #000;
}

.mainVisual_inner {
  margin: auto;
  width: 80%;
  height: auto;
  left: 7vw;

  position: absolute;
  top: 50%;
  transform: translateY(-50%);  
}

.mainVisual .mainVisual_inner h1 img {
  max-width: 740px;
  height: auto;
}

.mainVisual .h-logo {
  position: absolute;
  top: 20px;
  right: 30px;
  width: 118px;
  height: auto;
}

@media screen and (max-width: 996px) {
  .mainVisual {
    height: 400px;
  }

  .mainVisual_inner {
    width: 90%;
    left: 5vw;
  }
  
  .mainVisual .mainVisual_inner h1 img {
    height: auto;
  }
}

@media screen and (max-width: 841px) {
  .mainVisual .mainVisual_inner h1 img {
    max-width: 100%;
  }
}

@media screen and (max-width: 621px) {
    .mainVisual {
      height: 30vh;
    }
}

/* ---------------------------

Index

--------------------------- */
.index_area {
  margin: 0 auto 10px;
  padding: 20px;
  width: 100%;
  max-width: 1100px;
  height: auto;
  background-color: #fff; 
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
}

.index_area_inner {
  display: flex;
  max-width: 1100px;
  
}

.index_area .stit {
  margin: 0 auto; 
  font-size: 24px;
  font-weight: 500;
  text-align: center;
  color: #a3272d;
  
  writing-mode: vertical-rl;
  text-orientation: mixed;
}

.index_area .link_list {
  display: flex;
  margin: 12px auto 0;
  width: 100%;
  height: auto;
  flex-wrap: wrap;
  justify-content: space-around;
  justify-content: center;
}

.index_area .link_list .btn_vol {
  margin: 0 20px 20px;
  padding: 5px 0;
  max-width: 380px;
  height: auto;
  border-top: 3px solid #254d5e;
  border-bottom: 2px solid #254d5e;
  position: relative;
  
  display: flex;
  flex-direction: row-reverse;
}

.index_area .link_list .btn_vol.non {
  width: 100%;
  border: none;
}

.index_area .link_list a {
  display: flex;
  align-items: stretch;
  text-decoration: none !important;
}

.index_area .link_list a:hover {
  opacity: .8;
}

.index_area .link_list .btn_vol .btn_vol_img {
  display: grid;
  place-items: center;
}

.index_area .link_list .btn_vol .btn_vol_text_area {
  padding: 0 15px;
  height: 100%;
  width: 400px;
}

.index_area .link_list .btn_vol .btn_vol_text_area .tit {
  font-size: 14px;
  font-weight: 600;
  line-height: 1.4;
  color: #000;
}

.index_area .link_list .btn_vol .btn_vol_text_area .readBtn {
  font-size: 12px;
  font-weight: 600;
  text-align: right;
  color: #a3272d;
}

.index_area .link_list .btn_vol .btn_vol_text_area .readBtn span {
  background: url("../images/icon_ya.png") no-repeat right center;
  background-size: 13px 13px;
  padding-right: 17px;
  text-decoration: none;
}

.comingSoon {
  color: #ccc !important;
}

@media screen and (max-width: 921px) {
  .index_area .link_list .btn_vol a {
    position: relative;
  }
}

@media screen and (max-width: 563px) {
  .index_area {
    padding: 20px 0 0;
  }

  .index_area .link_list .btn_vol {
    display: block;
    margin: 0 20px 20px 0;
    padding: 5px 0;
    width: 100%;
    max-width: 220px;
    height: auto;
    border-top: 3px solid #254d5e;
    border-bottom: 2px solid #254d5e;
    position: relative;
  }

  .index_area .link_list .btn_vol:last-child {
    /*margin-bottom: 0 !important;*/
  }
  
  .index_area .link_list .btn_vol .btn_vol_text_area {
    padding: 0 5px;
    max-width: 220px;
  }

}

/* ------------------------

photo_center

------------------------ */
.photo_center {
  margin: 2em auto;
  text-align: center;
}

.photos_sideBySide {
  display: flex;
  margin: 2em auto;
  text-align: center;
}

.photos_sideBySide .s-photo {
  margin: 0 .5em;
}

@media screen and (max-width: 921px) {
  .photos_sideBySide {
    display: block;
  }

  .photos_sideBySide .s-photo:first-child {
    margin-bottom: 2em;
  }
}

/* ------------------------

section01

------------------------ */
.section01 {
  margin: 20px auto;
}

.section01 .inner {
  display: block;
}

.section01 .inner .wrap {
  margin: 50px 0 0;
  width: 100%;
  max-width: 100%;
  height: auto;
}

.section01 .inner .photo {
  margin: 0 auto;
  width: 100%;
  height: auto;
  max-width: 500px;
}

.section01 .inner .photo img {
  width: 100%;
  height: auto;
}

@media screen and (max-width: 996px) {
  .section01 {
  }
}

@media screen and (max-width: 749px) {
  .section01 .inner {
    display: block;
  }
  
  .section01 .inner .photo {
    margin: 0 auto 30px;
  }

}

/* ------------------------

section02

------------------------ */
.section02 {
  margin: 80px auto;
}

@media screen and (max-width: 996px) {
  .section02 {
  }
}

/* ------------------------

section03

------------------------ */
.section03 {
  margin: auto;
}

@media screen and (max-width: 996px) {
  .section03 {
    padding-bottom: 50px;
  }
}

/* ------------------------

section04

------------------------ */
.section04 {
}

@media screen and (max-width: 996px) {
  .section04 {
  }
}

/* ------------------------

section05

------------------------ */
.section05 {
}

@media screen and (max-width: 996px) {
  .section05 {
  }
}

/* ------------------------

section06

------------------------ */

