@charset "UTF-8";

/* -----------------------------------------------
common
----------------------------------------------- */
* {
  font-family: "Noto Sans JP", "Noto Sans CJK JP", Arial, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, "メイリオ", "ＭＳ Ｐゴシック", sans-serif;
}
#CONINNER,
#CONTENTS {
  background: none;
  min-width: 1030px;
  width: 100%;
  padding-bottom: 0;
}
.atmos_block {
  overflow: hidden;
}
.atmos_block * {
  box-sizing: border-box;
}
.atmos_inner {
  width: 1030px;
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
  padding: 0 40px;
}
.fadein {
  opacity: 0;
  transform: translate(0px, 50px);
  transition: all 0.8s;
}
.fadein.scrollin {
  opacity: 1;
  transform: translate(0px, 0px);
}
.atmos_what_ttl_reg {
  font-size: 0.75em;
  vertical-align: top;
}
_:lang(x) + _:-webkit-full-screen-document,
.atmos_what_ttl_reg {
  font-size: 0.4em;
}
@media screen and (max-width: 640px) {
  .clearfix:after {
    content: ".";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
  }
  #CONINNER,
  #CONTENTS {
    background: none;
    min-width: auto;
    width: 100%;
  }
  .theater_pageTop a {
    color: #fff;
  }
  .atmos_inner {
    width: auto;
    padding: 0 calc(40 / 750 * 100vw);
  }
}

/* -----------------------------------------------
atmos_btn
----------------------------------------------- */
.atmos_btn {
  position: relative;
  display: inline-block;
  font-size: 18px;
  color: #ffffff;
  background: #3b48fe;
  border-radius: 9999px;
  text-decoration: none;
  padding: 15px 60px 15px 30px;
  max-width: 340px;
  width: 100%;
}
.atmos_btn:hover,
.atmos_btn:link,
.atmos_btn:visited {
  text-decoration: none;
  color: #ffffff;
}
.atmos_btn::after {
  content: "";
  background: url(../images/atmos_btn_ico01.svg) no-repeat center center;
  background-size: contain;
  position: absolute;
  top: 50%;
  right: 1.4em;
  transform: translateY(-50%);
  width: 24px;
  height: 16.97px;
}
@media screen and (min-width: 641px) {
  .atmos_btn::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    background: #ffffff;
    border-radius: 9999px;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: all 0.2s ease 0s;
  }
  .atmos_btn:hover::before {
    opacity: 0.2;
  }
}
@media screen and (max-width: 640px) {
  .atmos_btn {
    font-size: calc(28 / 750 * 100vw);
    padding: calc(26 / 750 * 100vw) calc(60 / 750 * 100vw) calc(24 / 750 * 100vw) calc(30 / 750 * 100vw);
    max-width: calc(455 / 750 * 100vw);
  }
  .atmos_btn::after {
    width: calc(34 / 750 * 100vw);
    height: calc(23 / 750 * 100vw);
  }
}

/* -----------------------------------------------
atmos_mv
----------------------------------------------- */
.atmos_mv {
  position: relative;
  padding: 90px 0;
}
.atmos_mv_bg {
  position: absolute;
  top: 50%;
  left: 50%;
  width: calc(1366 / 1366 * 100vw);
  height: calc(1307 / 1366 * 100vw);
  transform: translate(-50%, -50%);
  z-index: -1;
}
.atmos_mv_bg img {
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
}
.atmos_mv_txt {
  display: block;
}
.atmos_mv_txt img {
  max-width: 520px;
  width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}
.youtube_block {
  width: 750px;
  height: 420px;
  margin: 80px auto 0 auto;
  position: relative;
}
.youtube_block::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background-image: radial-gradient(#fb3e79 70%, #b924ff 100%);
  filter: blur(20px);
  width: 100%;
  height: 100%;
  z-index: 1;
}
#play_movie-about {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.atmos_mv_btn {
  margin-top: 40px;
  text-align: center;
}
@media screen and (max-width: 1366px) {
  .atmos_mv_bg {
    width: 1366px;
    height: 1307px;
  }
}
@media screen and (max-width: 640px) {
  .atmos_mv {
    padding: calc(90 / 750 * 100vw) 0;
  }
  .atmos_mv_bg {
    top: 0;
    left: 0;
    transform: none;
    width: auto;
    height: 100%;
  }
  .atmos_mv_bg img {
    width: auto;
    height: calc(1600 / 750 * 100vw);
  }
  .atmos_mv_bg .simpleParallax {
  }
  .atmos_mv_txt {
    width: calc(600 / 750 * 100vw);
    margin: auto;
  }
  .youtube_block {
    width: calc(630 / 750 * 100vw);
    height: calc(354 / 750 * 100vw);
    margin: calc(80 / 750 * 100vw) auto 0 auto;
  }
  .atmos_mv_btn {
    margin-top: calc(60 / 750 * 100vw);
    text-align: center;
  }
}

/* -----------------------------------------------
atmos_about
----------------------------------------------- */
.atmos_about {
  display: flex;
  align-items: center;
  column-gap: 15px;
  max-width: 100%;
  width: 550px;
  border-radius: 10px;
  border: 2px solid #363cfe;
  padding: 15px 18px;
  margin: 60px auto 0;
}
.atmos_about :nth-child(2n - 1) {
  width: 100px;
  text-align: center;
}
.atmos_about :nth-child(2n) {
  width: calc(100% - 100px);
}
.atmos_about img {
  border-radius: 0;
}
.atmos_about p {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.6;
}
@media screen and (max-width: 640px) {
  .atmos_about {
    flex-direction: column;
    row-gap: calc(18 / 750 * 100vw);
    margin-top: calc(80 / 750 * 100vw);
    padding: calc(24 / 750 * 100vw) calc(30 / 750 * 100vw);
  }
  .atmos_about :nth-child(2n - 1),
  .atmos_about :nth-child(2n) {
    width: 100%;
  }
  .atmos_about img {
    max-width: calc(200 / 750 * 100vw);
  }
  .atmos_about p {
    font-size: calc(24 / 750 * 100vw);
  }
}

/* -----------------------------------------------
atmos_what_voice
----------------------------------------------- */
.atmos_what_voice {
  margin-top: 100px;
}
.atmos_what_voice h2 {
  text-align: center;
  font-size: 30px;
  font-weight: 400;
  line-height: 1.4;
}

@media screen and (max-width: 640px) {
  .atmos_what_voice {
    margin-top: calc(100 / 750 * 100vw);
  }
  .atmos_what_voice h2 {
    font-size: calc(48 / 750 * 100vw);
  }
}

/* -----------------------------------------------
atmos_voice
----------------------------------------------- */
.atmos_voice {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  margin-top: 50px;
}
.atmos_voice_item {
  width: calc(50% - 20px);
}
.atmos_voice_title {
  display: flex;
  align-items: center;
  column-gap: 10px;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.4;
  margin: 0;
}
.atmos_voice_title img {
  display: block;
  width: 50px;
  height: 50px;
}
.atmos_voice_title span {
  display: block;
}
.atmos_voice_text {
  position: relative;
  display: block;
  border: 2px solid #363cfe;
  border-radius: 15px;
  background-color: #481078;
  text-align: left;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.5;
  padding: 20px 24px;
  margin-top: 22px;
  color: #ffffff;
}
.atmos_voice_text::before {
  content: "";
  position: absolute;
  top: 0;
  left: 40px;
  border-style: solid;
  border-width: 0 22px 22px 0;
  border-color: transparent transparent #363cfe;
  translate: -50% -100%;
}
.atmos_voice_text::after {
  content: "";
  position: absolute;
  top: 0;
  left: 40px;
  border-style: solid;
  border-width: 0 17.2px 17.2px 0;
  border-color: transparent transparent #481078;
  translate: calc(-50% - 0.4px) -100%;
}
@media screen and (max-width: 640px) {
  .atmos_voice {
    row-gap: calc(50 / 750 * 100vw);
    margin-top: calc(50 / 750 * 100vw);
  }
  .atmos_voice_item {
    width: 100%;
  }
  .atmos_voice_title img {
    width: calc(100 / 750 * 100vw);
    height: calc(100 / 750 * 100vw);
  }
  .atmos_voice_title {
    font-size: calc(32 / 750 * 100vw);
  }
  .atmos_voice_text {
    font-size: calc(24 / 750 * 100vw);
    padding: calc(40 / 750 * 100vw);
  }

  .atmos_voice_text::before,
  .atmos_voice_text::after {
    left: calc(80 / 750 * 100vw);
  }
}

/* -----------------------------------------------
atmos_what
----------------------------------------------- */
.atmos_what {
  background: url(../images/atmos_what_bg.jpg) no-repeat center center;
  background-size: 120% auto;
  color: #ffffff;
}
.atmos_what.-column {
  background: url(../images/atmos_what_bg.jpg) no-repeat center bottom;
  background-size: 100% auto;
  background-color: #0a113f;
}
.atmos_what .atmos_inner {
  position: relative;
  padding: 100px 40px;
}
.atmos_what.-column .atmos_inner {
  padding-bottom: 100px;
}
.atmos_what .atmos_inner::after {
  content: "";
  background: url(../images/atmos_what_img01.jpg) no-repeat center center;
  position: absolute;
  top: 0;
  right: -100px;
  width: 683px;
  height: 422px;
  z-index: 0;
}
.atmos_what.-column .atmos_inner::after {
  display: none;
}
.atmos_what_ttl,
.atmos_what_ttl_txt,
.atmos_what_box {
  position: relative;
  z-index: 2;
}
.atmos_what_ttl_txt {
  line-height: 1.4;
}
.atmos_what_ttl {
  font-size: 46px;
  font-weight: bold;
  line-height: 1;
}
.atmos_what_ttl.atmos_ttl_acc {
  position: relative;
  padding-top: 5px;
}
.atmos_ttl_acc::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0.6em;
  height: 4px;
  border-radius: 2px;
  background-image: linear-gradient(to right, rgb(251, 62, 121) 0%, rgb(185, 36, 255) 100%);
}

.atmos_what_ttl_txt {
  font-size: 20px;
  font-weight: bold;
  margin-top: 20px;
}
.atmos_what_box {
  margin-top: 60px;
  display: flex;
  align-items: end;
}
.atmos_what_box_items:first-child {
  width: 60%;
}
.atmos_what_box_items:last-child {
  width: 40%;
}

.atmos_what_btn {
  text-align: right;
}
.-column .atmos_what_btn {
  text-align: center;
  margin-top: 50px;
}
.atmos_what_btn a {
  position: relative;
  display: inline-block;
  font-size: 18px;
  color: #ffffff;
  border: solid 2px #363cfe;
  border-radius: 9999px;
  text-decoration: none;
  padding: 15px 60px 15px 30px;
  max-width: 352px;
  width: 100%;
}
.atmos_what_btn a::after {
  content: "";
  background: url(../images/atmos_btn_ico02.svg) no-repeat center center;
  background-size: contain;
  position: absolute;
  top: 50%;
  right: 1.4em;
  transform: translateY(-50%);
  width: 13px;
  height: 13px;
}
.atmos_what_sub {
  font-size: 24px;
  line-height: 1.25;
  font-weight: bold;
  background: linear-gradient(to right, rgb(251, 62, 121) 0%, rgb(185, 36, 255) 100%);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
}
.-column .atmos_what_sub {
  font-weight: 400;
}
.atmos_what_sub_txt {
  font-size: 16px;
  line-height: 1.5;
  margin-top: 10px;
}
.atmos_what_sub_txt + .atmos_what_sub {
  margin-top: 25px;
}
@media screen and (max-width: 1366px) {
  .atmos_what {
    background-size: auto 110%;
  }
}
@media screen and (min-width: 641px) {
  .atmos_what_btn a:hover {
    background-color: #2028a4;
    transition: all 0.2s ease 0s;
  }
}
@media screen and (max-width: 640px) {
  .atmos_what {
    background: url(../images/atmos_what_bg_sp.jpg) no-repeat center bottom;
    background-size: auto 100%;
  }
  .atmos_what.-column {
    background: url(../images/atmos_what_bg_sp.jpg) no-repeat center bottom;
    background-size: 100% auto;
    background-color: #0a113f;
  }
  .atmos_what .atmos_inner {
    padding: calc(80 / 750 * 100vw) calc(40 / 750 * 100vw);
  }
  .atmos_what.-column .atmos_inner {
    padding-bottom: calc(100 / 750 * 100vw);
  }
  .atmos_what .atmos_inner::after {
    right: 0;
    background-size: cover;
    width: calc(375 / 750 * 100vw);
    height: calc(247 / 750 * 100vw);
  }
  .atmos_what_ttl {
    font-size: calc(56 / 750 * 100vw);
  }
  .atmos_what_ttl.atmos_ttl_acc {
    padding-top: calc(25 / 750 * 100vw);
  }
  .atmos_ttl_acc::before {
    width: 0.6em;
    height: calc(8 / 750 * 100vw);
    border-radius: calc(4 / 750 * 100vw);
  }

  .atmos_what_ttl_txt {
    font-size: calc(30 / 750 * 100vw);
    margin-top: calc(30 / 750 * 100vw);
  }
  .atmos_what_box {
    margin-top: calc(60 / 750 * 100vw);
    display: block;
  }
  .atmos_what_box_items:first-child {
    width: 100%;
  }
  .atmos_what_box_items:last-child {
    width: 100%;
  }
  .atmos_what_btn {
    margin-top: calc(60 / 750 * 100vw);
    text-align: center;
  }
  .atmos_what_btn a {
    font-size: calc(28 / 750 * 100vw);
    padding: calc(21 / 750 * 100vw) calc(60 / 750 * 100vw) calc(19 / 750 * 100vw) calc(30 / 750 * 100vw);
    max-width: calc(550 / 750 * 100vw);
  }
  .atmos_what_btn a::after {
    right: 1.4em;
    width: calc(25 / 750 * 100vw);
    height: calc(25 / 750 * 100vw);
  }
  .-column .atmos_what_btn {
    margin-top: calc(50 / 750 * 100vw);
  }
  .atmos_what_sub {
    font-size: calc(36 / 750 * 100vw);
    line-height: 1.3;
  }
  .atmos_what_sub_txt {
    font-size: calc(28 / 750 * 100vw);
    line-height: 1.5;
    margin-top: calc(25 / 750 * 100vw);
  }
  .atmos_what_sub_txt + .atmos_what_sub {
    margin-top: calc(50 / 750 * 100vw);
  }
}

/* -----------------------------------------------
atmos_what_column
----------------------------------------------- */
.atmos_what_column {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 40px;
  margin-top: 60px;
}
.atmos_what_column.-reverse {
  flex-direction: row-reverse;
}
.atmos_what_column + .atmos_what_column {
  margin-top: 40px;
}
.atmos_what_column img {
  width: 100%;
}
.atmos_what_column_item {
  width: calc(50% - 20px);
}

@media screen and (max-width: 640px) {
  .atmos_what_column {
    flex-direction: column-reverse;
    row-gap: calc(40 / 750 * 100vw);
    margin-top: calc(60 / 750 * 100vw);
  }
  .atmos_what_column.-reverse {
    flex-direction: column-reverse;
  }
  .atmos_what_column + .atmos_what_column {
    margin-top: calc(60 / 750 * 100vw);
  }
  .atmos_what_column_item {
    width: 100%;
  }
}

/* -----------------------------------------------
atmos_movie
----------------------------------------------- */
.atmos_movie {
  position: relative;
  padding: 100px 0;
  color: #ffffff;
  background-color: #080599;
}
.atmos_movie_bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  z-index: 0;
}
.atmos_movie img {
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
}
.atmos_movie_ttl_txt {
  font-size: 30px;
  text-align: center;
}
.atmos_movie_ttl_txt.atmos_ttl_acc {
  position: relative;
  padding-top: 20px;
}
.atmos_movie_ttl_txt.atmos_ttl_acc::before {
  left: 50%;
  transform: translateX(-50%);
  width: 0.8em;
}
.atmos_movie_ttl {
  font-size: 46px;
  font-weight: bold;
  line-height: 1;
  margin-top: 20px;
  text-align: center;
  position: relative;
}

.movieListWrapper {
  margin-top: 50px;
}
.movieDetail .movieImg a {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 100%;
}
.movieDetail {
  text-align: left;
  background: rgba(0, 0, 0, 0.702);
  width: 100%;
  position: relative;
  float: left;
  padding: 28px;
  overflow: hidden;
}
.movieDetail + .movieDetail {
  margin-top: 30px;
}
.movieDetail .movieImg {
  float: left;
  width: 124px;
  line-height: 0.01em;
  font-size: 0.01em;
  padding-right: 30px;
}
.movieDetail .movieTtl {
  margin-bottom: 5px;
}
.movieDetail .movieTtl .movieTtl_inner {
  vertical-align: text-bottom;
  background: #fb397e;
  padding: 0px 20px 2px;
  margin-right: 10px;
  vertical-align: text-bottom;
  font-weight: bold;
  font-size: 14px;
  display: inline-block;
}
.movieDetail .movieTtl .movieTtl_inner2 {
  vertical-align: text-bottom;
  background: #b924ff;
  padding: 0px 20px 2px;
  margin-right: 10px;
  vertical-align: text-bottom;
  font-weight: bold;
  font-size: 14px;
  display: inline-block;
}
.movieDetail .movieCap {
  display: inline;
}
.movieDetail .movieCap a {
  color: #ffffff;
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 1.5;
  font-weight: bold;
}
.movieDetail .movieTxt {
  margin-bottom: 5px;
  font-size: 14px;
}
.movieDetail .movieCopy {
  font-size: 10px;
  color: #b3b3b3;
  padding-bottom: 10px;
  padding-left: 124px;
}
.movieDetail .movieBtn {
  float: right;
}
.movieDetail .movieBtn .atmos_btn {
  font-size: 12px;
  display: inline-block;
  line-height: 1;
  padding: 6px 20px 7px 10px;
  max-width: auto;
  width: 110px;
  text-align: center;
}
.movieDetail .movieBtn .atmos_btn::after {
  content: "";
  background: url(../images/atmos_btn_ico03.svg) no-repeat center center;
  right: 0.75em;
  width: 9px;
  height: 11px;
}
.mql_contents {
  margin-top: 45px;
  padding-top: 15px;
  border-top: solid 1px #bc25f9;
  display: flex;
}
.gekijo_lnk_ttl {
  font-size: 16px;
  font-weight: 500;
  color: #fb3e79;
  padding-right: 15px;
}
.gekijo_lnk {
  flex: 1;
}
.gekijo_lnk li {
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 3px;
}
.gekijo_lnk li a {
  color: #ffffff;
  text-decoration: none;
}
.gekijo_lnk li a.arrow {
  background: url(../images/atmos_btn_ico03.svg) no-repeat right center;
  padding-right: 18px;
  font-size: 14px;
}
@media screen and (max-width: 1366px) {
}
@media screen and (min-width: 641px) {
  .movieDetail .movieImg a::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    background: #ffffff;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: all 0.2s ease 0s;
  }
  .movieDetail .movieImg a:hover::before {
    opacity: 0.2;
  }
  .gekijo_lnk li a:hover {
    text-decoration: underline;
  }
}
@media screen and (max-width: 640px) {
  .atmos_movie {
    padding: calc(90 / 750 * 100vw) 0;
  }
  .atmos_movie_bg {
    width: 100%;
    height: auto;
  }
  .atmos_movie_ttl_txt {
    font-size: calc(36 / 750 * 100vw);
  }
  .atmos_movie_ttl_txt.atmos_ttl_acc {
    padding-top: calc(35 / 750 * 100vw);
  }
  .atmos_movie_ttl_txt.atmos_ttl_acc::before {
    width: 1em;
  }
  .atmos_movie_ttl {
    font-size: calc(56 / 750 * 100vw);
    line-height: 1.3928;
    margin-top: calc(15 / 750 * 100vw);
  }

  .movieListWrapper {
    margin-top: calc(70 / 750 * 100vw);
  }
  .movieDetail {
    padding: calc(30 / 750 * 100vw) calc(30 / 750 * 100vw) calc(40 / 750 * 100vw) calc(30 / 750 * 100vw);
  }
  .movieDetail + .movieDetail {
    margin-top: calc(35 / 750 * 100vw);
  }
  .movieDetail .movieImg {
    float: left;
    width: calc(240 / 750 * 100vw);
    line-height: 0.01em;
    font-size: 0.01em;
    padding-right: calc(20 / 750 * 100vw);
  }
  .movieDetail .movieTtl {
    margin-bottom: calc(25 / 750 * 100vw);
    min-height: calc(175 / 750 * 100vw);
  }
  .movieDetail .movieTtl .movieTtl_inner,
  .movieDetail .movieTtl .movieTtl_inner2 {
    padding: 2px calc(15 / 750 * 100vw) 2px;
    margin-right: 0;
    font-size: calc(26 / 750 * 100vw);
  }
  .movieDetail .movieCap {
    display: inline-block;
    width: calc(340 / 750 * 100vw);
    padding-top: calc(15 / 750 * 100vw);
  }
  .movieDetail .movieCap a {
    margin-bottom: calc(25 / 750 * 100vw);
    font-size: calc(32 / 750 * 100vw);
  }
  .movieDetail .movieTxt {
    margin-bottom: calc(15 / 750 * 100vw);
    font-size: calc(28 / 750 * 100vw);
  }
  .movieDetail .movieCopy {
    font-size: calc(20 / 750 * 100vw);
    padding-bottom: calc(35 / 750 * 100vw);
    padding-left: 0;
  }
  .movieDetail .movieBtn {
    float: none;
    text-align: center;
  }
  .movieDetail .movieBtn .atmos_btn {
    font-size: calc(28 / 750 * 100vw);
    padding: calc(25 / 750 * 100vw) calc(50 / 750 * 100vw) calc(25 / 750 * 100vw) calc(25 / 750 * 100vw);
    width: calc(380 / 750 * 100vw);
  }
  .movieDetail .movieBtn .atmos_btn::after {
    content: "";
    background: url(../images/atmos_btn_ico03_sp.svg) no-repeat center center;
    background-size: cover;
    right: calc(90 / 750 * 100vw);
    width: calc(15 / 750 * 100vw);
    height: calc(19 / 750 * 100vw);
  }
  .mql_contents {
    margin-top: calc(40 / 750 * 100vw);
    padding-top: calc(30 / 750 * 100vw);
    display: block;
  }
  .gekijo_lnk_ttl {
    font-size: calc(32 / 750 * 100vw);
    padding-right: 0;
  }
  .gekijo_lnk {
    width: 100%;
  }
  .gekijo_lnk li {
    margin-right: calc(25 / 750 * 100vw);
    margin-top: calc(30 / 750 * 100vw);
    margin-bottom: 0;
  }
  .gekijo_lnk li a {
    color: #ffffff;
    text-decoration: none;
  }
  .gekijo_lnk li a.arrow {
    background: url(../images/atmos_btn_ico03.svg) no-repeat right center;
    background-size: calc(17 / 750 * 100vw) calc(26 / 750 * 100vw);
    padding-right: calc(30 / 750 * 100vw);
    font-size: calc(28 / 750 * 100vw);
  }
}

/* -----------------------------------------------
atmos_theater
----------------------------------------------- */
.atmos_theater {
  background: url(../images/atmos_theater_bg.jpg) no-repeat top center;
  background-size: auto 100%;
  color: #ffffff;
  padding: 90px 0 100px;
}
.atmos_theater_ttl {
  font-size: 46px;
  font-weight: bold;
  line-height: 1;
  text-align: center;
}
.atmos_theater_ttl.atmos_ttl_acc {
  position: relative;
  padding-top: 5px;
}
.atmos_theater_ttl.atmos_ttl_acc::before {
  left: 50%;
  transform: translateX(-50%);
}
.atmos_theater_ttl_txt {
  font-size: 20px;
  margin-top: 20px;
  text-align: center;
}
.atmos_theater_list {
  margin-top: 50px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.atmos_theater_list + .atmos_theater_list {
  margin-top: 20px;
}
.atmos_theater_list_items {
  width: 465px;
  margin-top: 20px;
}
.atmos_theater_list_items:nth-child(-n + 2) {
  margin-top: 0;
}
.atmos_theater_list_link,
.atmos_theater_list_link:visited,
.atmos_theater_list_link:link,
.atmos_theater_list_link:hover {
  text-decoration: none;
}
.atmos_theater_list_link {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  background: rgb(4, 4, 17, 0.702);
  width: 100%;
  padding: 30px;
}
.atmos_theater_list_link + .atmos_service_note {
  margin-top: 10px;
}
.atmos_theater_list_link span:first-of-type {
  display: flex;
}
.atmos_theater_list_link .name {
  display: inline-block;
  font-size: 24px;
  color: #de447d;
  font-weight: bold;
  border-right: solid 1px #666666;
  padding-right: 20px;
  margin-right: 20px;
}
.atmos_theater_list_link .screen {
  display: inline-block;
  font-size: 14px;
  color: #ffffff;
}
.atmos_theater_list_link .facility {
  width: 100px;
  border-radius: 0;
  margin-left: 15px;
}
.atmos_theater_list_link::after {
  content: "";
  background: url(../images/atmos_btn_ico04.svg) no-repeat center center;
  background-size: contain;
  position: absolute;
  top: 50%;
  right: 30px;
  transform: translateY(-50%);
  width: 14px;
  height: 20px;
}
@media screen and (min-width: 1200px) {
  .atmos_theater {
    background: url(../images/atmos_theater_bg.jpg) no-repeat top center;
    background-size: auto calc(1366 / 1366 * 100vw);
  }
}
@media screen and (min-width: 641px) {
  .atmos_theater_list_link::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    background: #ffffff;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: all 0.2s ease 0s;
  }
  .atmos_theater_list_link:hover::before {
    opacity: 0.2;
  }
}
@media screen and (max-width: 640px) {
  .atmos_theater {
    background: url(../images/atmos_theater_bg_sp.jpg) no-repeat top center;
    background-size: auto 100%;
    padding: calc(90 / 750 * 100vw) 0 calc(100 / 750 * 100vw);
  }
  .atmos_theater_ttl {
    font-size: calc(56 / 750 * 100vw);
    line-height: 1.25;
  }
  .atmos_theater_ttl.atmos_ttl_acc {
    padding-top: calc(20 / 750 * 100vw);
  }
  .atmos_theater_ttl_txt {
    font-size: calc(32 / 750 * 100vw);
    margin-top: calc(15 / 750 * 100vw);
  }
  .atmos_theater_list {
    margin-top: calc(40 / 750 * 100vw);
  }
  .atmos_theater_list + .atmos_theater_list {
    margin-top: calc(30 / 750 * 100vw);
  }
  .atmos_theater_list_items {
    width: calc(320 / 750 * 100vw);
    margin-top: calc(30 / 750 * 100vw);
  }
  .atmos_theater_list_items:nth-child(-n + 2) {
    margin-top: 0;
  }
  .atmos_theater_list_link {
    padding: calc(25 / 750 * 100vw);
    flex-direction: column;
    align-items: flex-start;
  }
  .atmos_theater_list_link span:first-of-type {
    flex-direction: column;
  }
  .atmos_theater_list_link .name {
    font-size: calc(30 / 750 * 100vw);
    border-right: 0;
    padding-right: 0;
    margin-right: 0;
    width: 100%;
  }
  .atmos_theater_list_link .screen {
    width: 100%;
    font-size: calc(26 / 750 * 100vw);
    padding-top: calc(10 / 750 * 100vw);
  }
  .atmos_theater_list_link .facility {
    width: 85%;
    margin-top: calc(10 / 750 * 100vw);
    margin-left: 0;
  }
  .atmos_theater_list_link::after {
    right: calc(25 / 750 * 100vw);
    width: calc(23 / 750 * 100vw);
    height: calc(34 / 750 * 100vw);
  }
}

/* -----------------------------------------------
atmos_service
----------------------------------------------- */
.atmos_service {
  position: relative;
  padding: 90px 0 100px;
  color: #ffffff;
  background-color: #080599;
}
.atmos_service_bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  z-index: 0;
}
.atmos_service_bg img {
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
}
.atmos_service_ttl_txt.atmos_ttl_acc::before {
  width: 1em;
}
.atmos_service_ttl_txt {
  font-size: 24px;
}
.atmos_service_ttl {
  font-size: 40px;
  font-weight: bold;
  line-height: 1;
  margin-top: 20px;
  position: relative;
}
.atmos_service_ttl_txt.atmos_ttl_acc {
  position: relative;
  padding-top: 15px;
}
.atmos_service_list {
  position: relative;
  margin-top: 50px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.atmos_service_list::after {
  display: block;
  content: "";
  width: 290px;
}
.atmos_service_list_items {
  width: 290px;
  display: flex;
}
.atmos_service_list_items:nth-child(n + 4) {
  margin-top: 30px;
}
.atmos_service_list_img {
  width: 130px;
  margin-right: 15px;
}
.atmos_service_list_img img {
  max-width: 100%;
  width: auto;
  height: auto;
}
.atmos_service_list_txt {
  position: relative;
  flex: 1;
  padding-bottom: 30px;
}
.atmos_service_list_txt .ttl {
  font-size: 18px;
  color: #fb3e79;
  font-weight: bold;
  line-height: 1.3333;
}
.atmos_service_list_txt .txt {
  font-size: 14px;
  line-height: 1.4285;
  margin-top: 5px;
}
.atmos_service_list_txt .btn {
  position: absolute;
  bottom: 0;
  left: 0;
}
.atmos_service_list_txt .btn .atmos_btn {
  font-size: 12px;
  line-height: 1;
  padding: 7px 16px 7px 8px;
  width: 70px;
  text-align: center;
}
.atmos_service_list_txt .btn .atmos_btn::after {
  content: "";
  background: url(../images/atmos_btn_ico05.svg) no-repeat center center;
  right: 10px;
  width: 8px;
  height: 12px;
  margin-top: 1px;
}
.atmos_service_note {
  margin-top: 30px;
  font-size: 12px;
  color: #ffffff;
  line-height: 1.5;
  position: relative;
}
.-column .atmos_service_note {
  margin-top: 40px;
}
.atmos_service_note_items {
  text-indent: -1.5em;
  padding-left: 1.5em;
}
.atmos_service_note_items::before {
  content: "※";
  padding-right: 0.5em;
}
.atmos_service_note_items + .atmos_service_note_items {
  margin-top: 5px;
}
.atmos_mv .atmos_service_note {
  width: 750px;
  margin-right: auto;
  margin-left: auto;
}

@media screen and (max-width: 1366px) {
}
@media screen and (min-width: 641px) {
  .atmos_service_list_img a {
    position: relative;
    display: inline-block;
  }
  .atmos_service_list_img a::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    background: #ffffff;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: all 0.2s ease 0s;
  }
  .atmos_service_list_img a:hover::before {
    opacity: 0.2;
  }
}
@media screen and (max-width: 640px) {
  .atmos_service {
    padding: calc(90 / 750 * 100vw) 0 calc(100 / 750 * 100vw);
  }
  .atmos_service::after {
    content: "";
    position: absolute;
    top: auto;
    right: auto;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 4%;
    background: linear-gradient(to bottom, rgba(11, 0, 139, 0) 0%, rgba(0, 0, 0, 1) 100%);
    content: "";
  }
  .atmos_service_bg {
    width: 100%;
    height: auto;
  }
  .atmos_service {
    position: relative;
    padding: calc(100 / 750 * 100vw) 0 calc(100 / 750 * 100vw);
  }
  .atmos_service_ttl_txt {
    font-size: calc(32 / 750 * 100vw);
  }
  .atmos_service_ttl {
    font-size: calc(56 / 750 * 100vw);
    line-height: 1.3392;
    margin-top: calc(25 / 750 * 100vw);
  }
  .atmos_service_ttl_txt.atmos_ttl_acc {
    position: relative;
    padding-top: calc(35 / 750 * 100vw);
  }
  .atmos_service_list {
    margin-top: calc(50 / 750 * 100vw);
    display: block;
  }
  .atmos_service_list::after {
    content: none;
  }
  .atmos_service_list_items {
    width: 100%;
  }
  .atmos_service_list_items:nth-child(n + 4) {
    margin-top: 0;
  }
  .atmos_service_list_items + .atmos_service_list_items {
    margin-top: calc(50 / 750 * 100vw);
  }
  .atmos_service_list_img {
    width: calc(260 / 750 * 100vw);
    margin-right: calc(25 / 750 * 100vw);
  }
  .atmos_service_list_txt {
    padding-bottom: calc(60 / 750 * 100vw);
  }
  .atmos_service_list_txt .ttl {
    font-size: calc(30 / 750 * 100vw);
  }
  .atmos_service_list_txt .txt {
    font-size: calc(28 / 750 * 100vw);
    margin-top: calc(10 / 750 * 100vw);
  }
  .atmos_service_list_txt .btn .atmos_btn {
    font-size: calc(26 / 750 * 100vw);
    padding: calc(11 / 750 * 100vw) calc(30 / 750 * 100vw) calc(9 / 750 * 100vw) calc(15 / 750 * 100vw);
    width: calc(150 / 750 * 100vw);
  }
  .atmos_service_list_txt .btn .atmos_btn::after {
    content: "";
    background: url(../images/atmos_btn_ico05.svg) no-repeat center center;
    right: calc(15 / 750 * 100vw);
    width: calc(18 / 750 * 100vw);
    height: calc(26 / 750 * 100vw);
    margin-top: 1px;
  }
  .atmos_service_note {
    margin-top: calc(50 / 750 * 100vw);
    font-size: calc(20 / 750 * 100vw);
  }
  .atmos_service_note_items + .atmos_service_note_items {
    margin-top: 0;
  }
  .-column .atmos_service_note {
    margin-top: calc(40 / 750 * 100vw);
  }
  .atmos_mv .atmos_service_note {
    width: 100%;
  }
}

/* -----------------------------------------------
atmos_event_top
----------------------------------------------- */
#EVENT {
  width: 950px;
  margin: 0 auto;
  border-bottom: 1px dotted #999999;
  padding: 20px 0 10px 30px;
  text-align: left;
  background: #ffffff;
}
#PAGE {
  padding: 11px 0 10px;
}
@media screen and (max-width: 640px) {
  #EVENT,
  #PAGE {
    display: none;
  }
}
