.red {
  color: #C30D23;
}

.blue {
  color: #036EB8;
}

body, html {
  padding-top: 0;
}

.btnCont {
  text-align: center;
  padding: 60px 20px 100px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .btnCont {
    margin-top: 0;
    padding: 0 20px 50px;
  }
}
.btnCont .btn {
  max-width: 500px;
  margin: auto;
  color: #000;
  font-weight: bold;
  padding: 5px 2.5em;
  display: block;
  text-align: center;
  background: linear-gradient(to bottom, #fff 0%, #eee 100%);
  border: 1px solid #ccc;
  border-radius: 10px;
  text-decoration: none;
  position: relative;
}
.btnCont .btn::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 40px;
  height: 100%;
  background: url(../common/img/ico_chvron.svg) no-repeat 20px center;
  background-size: 8px auto;
}
.btnCont .btn:hover {
  color: red;
}

/*============================
#mainvis
============================*/
#mainvis {
  position: relative;
}
#mainvis a {
  display: block;
  position: relative;
}
#mainvis a::before {
  content: "";
  transition: 0.3s;
  opacity: 0;
}
#mainvis a .play-movie {
  background: url("img/01/play_movie.png") no-repeat center bottom;
  background-size: 100% auto;
  width: 120px;
  height: 300px;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  #mainvis a .play-movie {
    width: 80px;
  }
}
#mainvis a:hover {
  opacity: 1;
}
#mainvis a:hover::before {
  content: "";
  display: block;
  background: #000;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0.2;
}

/*============================
#sec01
============================*/
#sec01 {
  text-align: center;
  padding: 0 20px;
}

/*============================
headline
============================*/
section[id*=sec] h2 {
  text-align: center;
  padding: 2.5em 0;
  font-size: 30px;
  font-family: "Noto Serif JP", serif !important;
  font-weight: 400 !important;
}
@media screen and (max-width: 767px) {
  section[id*=sec] h2 {
    font-size: 20px;
  }
}

/*============================
photos
============================*/
.photos {
  max-width: 1010px;
  margin: auto;
}
.photos figure {
  padding: 5px;
}
.photos figure img {
  display: block;
}

.photos.clm2 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.photos.clm2 figure {
  flex: 0 0 50%;
  max-width: 50%;
}
.photos.clm2 figure figcaption {
  padding: 1em 0 3em;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .photos.clm2 figure figcaption {
    font-size: 13px;
  }
}

.photo-desc {
  max-width: 550px;
  margin: auto;
  text-align: left;
  padding: 60px 0;
}
.photo-desc p {
  padding: 0 0 1em;
}

/*============================
#present
============================*/
#present {
  padding: 0 20px;
}
#present .present-inner {
  max-width: 1000px;
  margin: auto;
  border: 1px solid #C30D23;
  padding: 2em;
}
@media screen and (max-width: 767px) {
  #present .present-inner {
    padding: 1em;
  }
}
#present .present-inner h2 {
  color: #C30D23;
  font-size: 35px;
  text-align: center;
  margin-bottom: 0.5em;
}
@media screen and (max-width: 767px) {
  #present .present-inner h2 {
    font-size: 20px;
  }
}
#present .present-inner h2 small {
  display: block;
  font-size: 70%;
}
#present .present-inner h2 small img {
  width: 6em;
  display: inline-block;
  margin: 0 0.5em -0.4em 0;
}
@media screen and (max-width: 767px) {
  #present .present-inner h2 small img {
    display: block;
    width: 8em;
    margin: 0 0 0.4em 0;
  }
}
#present .present-inner h2 + p {
  margin-bottom: 1em;
}
#present .present-inner h3 {
  background: #C30D23;
  text-align: center;
  color: #fff;
  padding: 0.2em 1em;
  border-radius: 0.5em;
}
@media screen and (max-width: 767px) {
  #present .present-inner h3 {
    line-height: 1.5;
    padding: 0.5em 1em;
  }
}
#present .present-inner .set {
  display: flex;
  justify-content: space-between;
  margin-bottom: 1em;
}
@media screen and (max-width: 767px) {
  #present .present-inner .set {
    display: block;
  }
}
#present .present-inner .set figure {
  flex: 0 0 31%;
}
@media screen and (max-width: 767px) {
  #present .present-inner .set figure {
    padding-top: 2em;
  }
}
#present .present-inner .set figure figcaption {
  text-align: center;
  line-height: 1.5;
  padding: 0.5em 0;
}
#present .present-inner .set figure figcaption small {
  display: block;
}
#present .present-inner .well {
  background: #BAE2F8;
  padding: 1em;
  border-radius: 0.5em;
  margin-bottom: 0.5em;
}
#present .present-inner .well dl {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  #present .present-inner .well dl {
    display: block;
  }
}
#present .present-inner .well dl dt {
  flex: 0 0 68px;
}
@media screen and (max-width: 767px) {
  #present .present-inner .well dl dt {
    width: 50px;
    margin: auto;
  }
}
#present .present-inner .well dl dd {
  display: flex;
  align-items: center;
  padding-left: 1em;
}
@media screen and (max-width: 767px) {
  #present .present-inner .well dl dd {
    display: block;
    padding-left: 0;
  }
}
#present .present-inner .well dl dd figure {
  flex: 0 0 20%;
}
@media screen and (max-width: 767px) {
  #present .present-inner .well dl dd figure {
    padding-top: 1em;
  }
}
#present .present-inner .well + p small {
  display: block;
  text-align: right;
}
@media screen and (max-width: 767px) {
  #present .present-inner .well + p small {
    text-align: left;
  }
}

/*============================
#floor
============================*/
#floor {
  padding: 50px 20px 100px;
}
#floor .w550 {
  max-width: 550px;
  margin: auto;
}
#floor .w550 h2 {
  font-size: 12px;
  border-bottom: 1px solid #000;
  margin-bottom: 2em;
  padding: 0 0 0.5em;
}