@charset "UTF-8";
/*==================================
      レスポンシブ設定 マップ型変数breakpointsを定義
      =================================*/
/*==================================
      # 色、フォントファミリー
      =================================*/
/*==================================
      common(一般) - 全体に共通するスタイル
      =================================*/
@media screen and (max-width: 767px) {
  .is-pc {
    display: none;
  }
}

@media screen and (min-width: 768px) {
  .is-sp {
    display: none;
  }
}

body {
  font-size: 16px;
  color: #000;
  font-family: sans-serif;
  line-height: 1;
  background: #fff;
}

.inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 40px;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}

@media screen and (max-width: 767px) {
  .inner {
    padding: 0 20px;
  }
}

img {
  width: 100%;
  vertical-align: bottom;
}

a {
  font-family: sans-serif;
}

::-webkit-input-placeholder {
  color: rgba(62, 62, 62, 0.5);
}

:-ms-input-placeholder {
  color: rgba(62, 62, 62, 0.5);
}

::-ms-input-placeholder {
  color: rgba(62, 62, 62, 0.5);
}

::placeholder {
  color: rgba(62, 62, 62, 0.5);
}

.section {
  padding: 100px 0;
}

@media screen and (max-width: 767px) {
  .section {
    padding: 50px 0;
  }
}

.select-section ul li {
  margin-bottom: 20px;
}

.select-section ul li a {
  -webkit-transition: .3s;
  transition: .3s;
  background: pink;
  color: #fff;
  display: inline-block;
  padding: 20px 40px;
  font-weight: bold;
  border-radius: 10px;
}

.select-section ul li a:hover {
  opacity: .6;
}

.movie-section ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (min-width: 768px) {
  .movie-section ul li {
    width: calc(33.3333% - 40px * 2/3);
    margin-right: 40px;
  }
  .movie-section ul li:nth-child(3n) {
    margin-right: 0;
  }
  .movie-section ul li:nth-child(n + 4) {
    margin-top: 40px;
  }
}

@media screen and (max-width: 767px) {
  .movie-section ul li {
    width: calc(50% - 20px * 1/2);
    margin-right: 20px;
  }
  .movie-section ul li:nth-child(2n) {
    margin-right: 0;
  }
  .movie-section ul li:nth-child(n + 3) {
    margin-top: 30px;
  }
}

.movie-section ul li a {
  border: 4px solid pink;
  -webkit-transition: .3s;
  transition: .3s;
  display: block;
  padding: 20px;
  border-radius: 20px;
}

.movie-section ul li a:hover {
  opacity: .6;
}

.movie-section ul li a .title {
  color: #000;
  text-align: center;
  font-weight: bold;
  margin-top: 10px;
}

.movie-section ul li a .img {
  width: 50%;
  margin: 0 auto;
}

.swpm-join-us-link {
  display: none;
}

.complete {
  background: #e1e1e1;
  padding: 60px 20px;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  display: none;
  margin: 0 auto;
  margin-top: 50px;
  max-width: 800px;
}

.single .movie-area {
  margin-bottom: 40px;
}

.single .wrap {
  max-width: 800px;
  margin: 0 auto;
}

.single p {
  text-align: center;
  margin-bottom: 5px;
}

.single .main-title {
  font-size: 40px;
  text-align: center;
  font-weight: bold;
  margin-bottom: 60px;
}

@media screen and (max-width: 767px) {
  .single .main-title {
    font-size: 20px;
    margin-bottom: 30px;
  }
}

.swpm-form-lastname-label-wrap {
  display: none;
}

.swpm-form-lastname-input-wrap {
  display: none;
}

.swpm-edit-profile-link {
  display: none;
}

.select-link a {
  color: #000;
  text-decoration: underline;
  margin-top: 20px;
  padding: 20px;
  background: #000;
  color: #fff;
  display: inline-block;
}
