@charset "UTF-8";
/* CSS Document */

#contents .inner {
  background: #fff;
  border: 1px solid #c4cfd9;
  border-radius: 3px;
  padding: 30px 9px 40px;
  box-sizing: border-box;
  border-bottom: none;
}

#contents .inner .wrap-img img {
  width: 100%;
  display: block;
}

#contents .inner h1 {
  margin-bottom: 18px;
}

/* #contents .swim .inner { */
.swim .inner {
  background: url(../img/bg_support_sp.png) no-repeat center bottom/cover;
  padding: 20px 0 10px;
  border: none;
  border-radius: 15px;
  /* border-radius: 0 0 15px 15px; */
  margin-top: 18px;
}

.swim h4 {
  text-align: center;
  margin-bottom: 15px;
  max-width: 80vw;
  transform: translateX(2.5vw);
}

.swim .left {
  position: relative;
  overflow-x: clip;
  padding: 94vw 20px 20px;
}

.swim .left .pht {
  position: absolute;
  top: 0;
  left: -25px;
  z-index: 10;
}

.swim .left .ttl {
  position: absolute;
  top: 46vw;
  right: 3vw;
  z-index: 20;
  width: 67vw;
}

.swim h5 {
  font-weight: 900;
  font-size: 15px;
  line-height: 18px;
}

.swim .box p {
  font-size: 12px;
  line-height: 16px;
  margin-top: 8px;
}

.swim .right {
  position: relative;
  overflow-x: clip;
  padding: 86vw 20px 20px;
}

.swim .right .pht {
  position: absolute;
  top: 0;
  right: -45px;
  z-index: 10;
}

.swim .right .ttl {
  position: absolute;
  top: 54vw;
  left: 6vw;
  z-index: 20;
  width: 67vw;
}

.swim .right h5 span {
  font-size: 15px;
  vertical-align: 1px;
}

.swim .box .note {
  text-align: right;
  font-size: 9px;
  margin-top: 4px;
}


/* MOVIE */
.movie_area_sp {
	padding: 3vw 20px 20px;
	box-sizing: border-box;
	margin-bottom: 6vw;
}

.movie_area_sp h4 {
	max-width: 100%!important;
	margin: 0 auto;
	transform: translateX(0)!important;
}

.movie_area_sp p.text {
	font-weight: 900;
  font-size: 15px;
  line-height: 18px;
	text-align: center;
	margin-bottom: 3vw;
}

.text-center {
  text-align: center;
}

.mt-10 {
  margin-top: 10px;
}
.mt-20 {
  margin-top: 20px;
}
.mt-40 {
  margin-top: 40px;
}
.mt-10- {
  margin-top: -10px;
}
.mt-20- {
  margin-top: -20px;
}
.mb-10 {
  margin-bottom: 10px;
}
.mb-20 {
  margin-bottom: 20px;
}

.movie_area_sp {
  padding-top: 0;
}

.shidou_box {
  position: relative;
}
.shidou_box + * {
  position: relative;
}
.shidou_box p {
  width: 100%;
  position: absolute;
  top: 6.7vw;
  left: 0;
  text-align: center;
  line-height: 2.2;
  font-size: 2.8vw;
}
.shidou_box p strong {
  font-weight: bold;
  color: #c30000;
}
.movie_text {
  margin: 30px 0 7vw;
}
.movie_text p {
  position: absolute;
  top: -3vw !important;
  width: 100%;
  text-align: center;
  font-weight: bold;
  font-size: 2.8vw;
  margin: 0;
  line-height: 1.4;
}

@media screen and (min-width: 600px) {
  .shidou_box p {
    top: 11vw;
  }
  .movie_text {
    margin: 60px 0 7vw;
  }
}