@charset "utf-8";

@media screen and (max-width:1200px) {}
@media (hover: hover) and (pointer: fine) {}
@media only screen and (-webkit-min-device-pixel-ratio: 2) {}
/*==================================================
$common
==================================================*/
:root {
  --blue: #004E82;
  --lightblue: #27779B;
  --bronze: #D18761;
  --deepbronze: #A86E4C;
  --deepbronze-filter: brightness(0) saturate(100%) invert(44%) sepia(32%) saturate(702%) hue-rotate(338deg) brightness(98%) contrast(84%);
  --lightbronze: #F3ECE5;
  --palebronze: #FBF8F6;
  --gold: #EBC800;
  --richgold: #d7ab51;
  --deepgold: #9A891C;
  --deepgold-filter: brightness(0) saturate(100%) invert(57%) sepia(19%) saturate(6557%) hue-rotate(26deg) brightness(90%) contrast(78%);
  --lightgold: #F5E192;
  --palegold: #FCF7E1;
  --platinum: #5898C1;
  --platinum-filter: brightness(0) saturate(100%) invert(53%) sepia(76%) saturate(300%) hue-rotate(160deg) brightness(91%) contrast(85%);
  --lightplatinum: #D7E4E6;
  --paleplatinum: #F5F8F9;
  --red: #C75252;
}
body {
	margin: 0 auto;
	padding: 0;
	font-size: 16px;
	line-height: 1.5;
	position: relative;
	color: #000;
	font-family: "Noto Sans JP","游ゴシック","Yu Gothic","游ゴシック体","YuGothic","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","Meiryo UI","メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
	font-weight: 400;
	text-align: justify;
  background: #F0F3F5;
}
a {color: inherit;text-decoration: none;}
a[href^="tel:"] {pointer-events: none;}
.sp {display: none !important;}
img {max-width: 100%;height: auto;}

.inner_l {
  max-width: 1000px;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
.inner_s {
  max-width: 830px;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
.bgw {
  background: #fff;
  border-radius: 40px;
  overflow: hidden;
  padding: 100px 0;
}
.btn {
  max-width: 310px;
  width: 90%;
  height: 52px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding: 5px 30px;
  border: 3px solid var(--lightblue);
  border-radius: 100vw;
  color: var(--lightblue);
  position: relative;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  background: #fff;
  transition: .3s;
}
.btn::before {
  content: "";
  width: 21px;
  min-width: 21px;
  height: 21px;
  background: var(--lightblue);
  border-radius: 100vw;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  margin: auto;
  transition: .3s;
}
.btn::after {
  content: "";
  width: 5px;
  min-width: 5px;
  height: 5px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 28px;
  margin: auto;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  transform: rotate(45deg);
  transition: .3s;
}
/*==================================================
$header
==================================================*/
.overlay {
  display: none;
}
header {
  display: none;
}
/*==================================================
$aside
==================================================*/
aside {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  padding: 20px;
  background: linear-gradient(45deg,  rgba(0,107,179,0.9) 0%,rgba(0,60,99,0.9) 100%);
}
aside .btn {
  max-width: 450px;
  width: 90%;
  height: 62px;
  background: var(--richgold);
  border: 3px solid var(--richgold);
  color: #000;
  font-size: 20px;
}
aside .btn::before {
  background: #fff;
}
aside .btn::after {
  border-top: 3px solid var(--richgold);
  border-right: 3px solid var(--richgold);
}
aside .btn span {
  font-size: 14px;
}
aside>span {
  display: none;
}
/*==================================================
$footer
==================================================*/
footer {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 90px;
  background: #fff;
  margin: 100px 0;
}
footer a {
  max-width: 185px;
  width: 90%;
  margin: auto;
}
/*==================================================
$main
==================================================*/
:where(.contents main>*:not(:last-child)) {
  margin-bottom: 35px;
}
.mv strong {
  padding: 30px 0;
  background: #fff url(https://www.cinemasunshine.co.jp/pages/mgc/img/bg_top.svg) no-repeat center/cover;
  height: 115px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.mv strong img {
  max-width: 700px;
  width: 90%;
}
.mv .mv_heading {
  background: #fff;
  transform: translateZ(0);
}
.mv .mv_heading img {
  max-width: 800px;
  width: 100%;
  margin: auto;
  display: block;
  backface-visibility: hidden;
}
.mv div {
  background: var(--blue);
}
.mv div ul {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  padding: 20px 0;
}
.mv div ul li {
  width: 100%;
}
.mv div ul li:not(:last-child) {
  border-right: 1px solid #fff;
}
.mv div ul li a {
  min-height: 50px;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  padding: 5px 10px;
  line-height: 1.3;
  text-align: center;
  transition: .3s;
}
.mv div ul li a::after {
  content: "";
  width: 5px;
  min-width: 5px;
  height: 5px;
  border-bottom: 3px solid #fff;
  border-right: 3px solid #fff;
  transform: rotate(45deg);
  margin-left: 15px;
  transition: .3s;
  position: relative;
  top: 0;
}
.mv p picture {
  padding: 60px 0;
  display: block;
}
.block:not(:last-child) {
  margin-bottom: 100px;
}
:where(.block>*) {
  margin-left: auto;
  margin-right: auto;
  display: block;
}
.block>*:not(:last-child) {
  margin-bottom: 20px;
}
.block>p {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.block>p+img {
  max-width: 530px;
}
.block .heading {
  font-size: 30px;
  font-weight: bold;
  text-align: center;
  color: var(--lightblue);
  line-height: 1.3;
}
.rank_box {
  margin-top: 60px;
}
.rank_box .rank_name {
  max-width: 325px;
  width: 100%;
  margin: 0 auto 20px;
}
.rank_box .merit {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: stretch;
}
.rank_box .merit .inbox {
  border-radius: 5px;
  overflow: hidden;
  width: 100%;
}
.rank_box .merit .inbox strong {
  display: block;
  width: 100%;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  line-height: 1.3;
  text-align: center;
  padding: 5px 10px;
}
.rank_box .merit .inbox ul {
  display: grid;
  padding: 20px;
}
.rank_box .merit .inbox.col2 ul {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.rank_box .merit .inbox.col3 ul {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.rank_box .merit .inbox ul li {
  margin: 20px 20px 0 0;
  border-radius: 5px;
  padding: 90px 7px 20px;
  min-height: 150px;
  position: relative;
}
.rank_box .merit .inbox.col2 ul>li:nth-child(2n) {
  margin-right: 0;
}
.rank_box .merit .inbox.col2 ul>li:nth-child(-n+2) {
  margin-top: 0;
}
.rank_box .merit .inbox.col3 ul>li:nth-child(3n) {
  margin-right: 0;
}
.rank_box .merit .inbox.col3 ul>li:nth-child(-n+3) {
  margin-top: 0;
}
.rank_box .merit .inbox ul li div>span {
  width: 60px;
  height: 60px;
  position: absolute;
  top: 20px;
  left: 0;
  right: 0;
  margin: auto;
}
.rank_box .merit .inbox ul li div>span img {
  object-fit: contain;
  width: 100%;
  height: 100%;
}
.rank_box .merit .inbox ul li div p {
  font-size: 15px;
  font-weight: bold;
  text-align: center;
  line-height: 1.3;
}
.rank_box .merit .inbox ul li div p span {
  font-size: 10px;
  font-weight: normal;
  line-height: 1.3;
  display: block;
}
.rank_box .merit .inbox ul li div p span span {
  font-size: 8px;
  margin-top: 3px;
}
.rank_box .merit .service {
  max-width: 160px;
  width: 25%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  color: #fff;
  line-height: 1.3;
  padding: 10px;
  background: var(--bronze);
  border-radius: 5px;
  margin-right: 20px;
  position: relative;
}
.rank_box .merit .service::after {
  content: "";
  width: 44px;
  height: 44px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: -30px;
  margin: auto;
  background: url(https://www.cinemasunshine.co.jp/pages/mgc/img/icon_plus.svg) no-repeat center/contain;
}
.rank_box .merit+span {
  font-size: 9px;
  display: block;
  text-align: right;
  margin-top: 10px;
}
.rank_block .block .subheading {
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  margin-top: 100px;
  color: var(--lightblue);
}
.rank_box.bronze .merit .inbox strong {
  background: var(--bronze);
}
.rank_box.bronze .merit .inbox ul {
  background: var(--palebronze);
}
.rank_box.bronze .merit .inbox ul li {
  background: var(--lightbronze);
}
.rank_box.bronze .merit .inbox ul li div>span {
  filter: var(--deepbronze-filter);
}
.rank_box.gold .merit .inbox strong {
  background: var(--gold);
}
.rank_box.gold .merit .inbox ul {
  background: var(--palegold);
}
.rank_box.gold .merit .inbox ul li {
  background: var(--lightgold);
}
.rank_box.gold .merit .inbox ul li div>span {
  filter: var(--deepgold-filter);
}
.rank_box.platinum .merit .inbox strong {
  background: var(--platinum);
}
.rank_box.platinum .merit .inbox ul {
  background: var(--paleplatinum);
}
.rank_box.platinum .merit .inbox ul li {
  background: var(--lightplatinum);
}
.rank_box.platinum .merit .inbox ul li div>span {
  filter: var(--platinum-filter);
}
.rank_box.platinum .merit .inbox ul li:first-child::before {
  content: "";
  width: 90%;
  max-width: 150px;
  height: 17px;
  background: url(https://www.cinemasunshine.co.jp/pages/mgc/img/platinumonly.svg) no-repeat center/contain;
  position: absolute;
  top: -8px;
  left: 0;
  right: 0;
  margin: auto;
}
.term_table+ul {
  text-align: center;
}
.term_table+ul li {
  display: inline-block;
}
.term_table+ul li:not(:last-child) {
  margin-right: 1em;
}
.price_block .block p {
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.2;
}
.price_block .block p span {
  background: linear-gradient(transparent 80%, #FFE26A 80%);
  padding: 0 3px;
}
.price_block .block p span strong {
  font-size: 40px;
  color: var(--lightblue);
}
.faq_list dl {
  border-bottom: 1px solid #ccc;
  padding: 0 15px;
}
.faq_list dl dt {
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  font-weight: bold;
  padding: 20px 45px 20px 0;
  position: relative;
  cursor: pointer;
}
.faq_list dl dt::before {
  content: "Q";
  font-size: 30px;
  font-weight: bold;
  color: var(--lightblue);
  line-height: 0.7;
  width: 40px;
  min-width: 40px;
}
.faq_list dl dt::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 7px;
  right: 30px;
  margin: auto;
  width: 8px;
  height: 8px;
  border-top: 0px solid var(--blue);
  border-left: 0px solid var(--blue);
  border-bottom: 3px solid var(--blue);
  border-right: 3px solid var(--blue);
  transform: rotate(45deg);
}
.faq_list dl dt.active::after {
  border-top: 3px solid var(--blue);
  border-left: 3px solid var(--blue);
  border-bottom: 0px solid var(--blue);
  border-right: 0px solid var(--blue);
}
.faq_list dl dd {
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding: 5px 0 10px;
}
.faq_list dl dd::before {
  content: "A";
  font-size: 30px;
  font-weight: bold;
  color: var(--red);
  line-height: 0.7;
  width: 40px;
  min-width: 40px;
}
.other_block .theater_block p {
  text-align: center;
}
.other_block .notes_block .notes_list .notes_heading {
  font-weight: bold;
  margin-top: 20px;
}
.other_block .notes_block .notes_list ul li {
  font-size: 13px;
  padding-left: 1em;
  text-indent: -1em;
}
.other_block .notes_block .notes_list .btn {
  margin-top: 50px;
}
/*==================================================
$hover
==================================================*/
@media (hover: hover) and (pointer: fine) {
  a img {
    transition: .3s;
    opacity: 1;
  }
  a:hover img {
    opacity: 0.8;
  }
  .btn:hover::before {
    right: 15px;
  }
  .btn:hover::after {
    right: 23px;
  }
  .mv div ul li a:hover::after {
    top: 5px;
  }
}
/*==================================================
$sp
==================================================*/
@media screen and (max-width:767px) {
  body {
    font-size: 13px;
  }
  a[href^="tel:"] {pointer-events: auto;}
  .sp {display: inherit !important;}
  .pc {display: none !important;}
  img {max-width: 100%;height: auto;}

  .bgw {
    padding: 50px 0;
  }
  /*==================================================
  $header
  ==================================================*/
  .overlay {
    display: block;
    background: #000;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99;
    width: 100%;
    height: 100%;
    transition: .3s;
    opacity: 0;
    pointer-events: none;
  }
  header.open+.overlay {
    opacity: 0.8;
    pointer-events: auto;
  }
  header {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    width: 100%;
    background: #fff;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    padding: 0 3%;
    opacity: 0;
    pointer-events: none;
    transition: .3s;
  }
  header.display {
    opacity: 1;
    pointer-events: auto;
  }
  header .logo {
    width: 35%;
    height: 54px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
  }
  header .logo a {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
  }
  header .logo img {
    width: 100%;
  }
  header .burger,
  header .burger span {
    display: inline-block;
    transition: all .4s;
    box-sizing: border-box;
  }
  header .burger {
    width: 39px;
    max-width: 39px;
    height: 39px;
    border-radius: 5px;
    background: var(--blue);
    cursor: pointer;
    z-index: 100;
    position: relative;
  }
  header .burger span {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 50%;
    height: 2px;
    background-color: #fff;
    border-radius: 4px;
  }
  header .burger span:nth-of-type(1) {
    top: -12px;
  }
  header .burger span:nth-of-type(3) {
    bottom: -12px;
  }
  header .burger.active span:nth-of-type(1) {
    -webkit-transform: translateY(6px) rotate(-45deg);
    transform: translateY(6px) rotate(-45deg);
  }
  header .burger.active span:nth-of-type(2) {
    opacity: 0;
  }
  header .burger.active span:nth-of-type(3) {
    -webkit-transform: translateY(-6px) rotate(45deg);
    transform: translateY(-6px) rotate(45deg);
  }
  header nav {
    position: absolute;
    top: 54px;
    left: 0;
    right: 0;
    margin: auto;
    background: var(--blue);
    padding: 20px 0 50px;
    transition: .3s;
    opacity: 0;
    pointer-events: none;
  }
  header.open nav {
    opacity: 1;
    pointer-events: auto;
  }
  header nav ul {
    margin-bottom: 10px;
  }
  header nav ul li:not(:last-child) {
    border-bottom: 2px solid #fff;
  }
  header nav ul li a {
    color: #fff;
    font-size: 16px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    padding: 20px;
  }
  header nav ul li a::after {
    content: "";
    width: 5px;
    min-width: 5px;
    height: 5px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: rotate(45deg);
  }
  /*==================================================
  $aside
  ==================================================*/
  aside {
    padding: 15px 0;
  }
  aside .btn {
    height: 46px;
    font-size: 17px;
  }
  aside .btn span {
    display: none;
  }
  aside>span {
    display: block;
    font-size: 11px;
    text-align: center;
    color: #fff;
    font-weight: bold;
    margin-top: 5px;
  }
  /*==================================================
  $footer
  ==================================================*/
  footer {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 90px;
    background: #fff;
    margin: 50px 0 80px;
  }
  footer a {
    max-width: 185px;
    width: 90%;
    margin: auto;
  }
  /*==================================================
  $main
  ==================================================*/
  .mv {
    margin-bottom: 0;
  }
  .mv strong {
    padding: 15px 0;
    height: auto;
  }
  .mv div ul {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    align-items: stretch;
    padding: 10px 0;
  }
  .mv div ul li {
    width: auto;
  }
  .mv div ul li a {
    min-height: auto;
    font-size: 12px;
    flex-wrap: nowrap;
    padding: 5px 10px;
    line-height: 1.3;
    text-align: left;
  }
  .mv div ul li a::after {
    margin-left: 10px;
  }
  .mv p picture {
    padding: 30px 0;
  }
  .block:not(:last-child) {
    margin-bottom: 50px;
  }
  .block>*:not(:last-child) {
    margin-bottom: 10px;
  }
  .block>p+img {
    max-width: 100%;
  }
  .block .heading {
    font-size: 24px;
  }
  .rank_box .merit {
    flex-wrap: wrap;
  }
  .rank_box .merit .inbox strong {
    font-size: 16px;
    padding: 10px;
  }
  .rank_box .merit .service+.inbox strong {
    padding-top: 20px;
  }
  .rank_box .merit .inbox ul {
    display: block;
    padding: 20px;
  }
  .rank_box .merit .inbox ul li {
    width: 100%;
    margin: 0 0 10px;
    padding: 70px 7px 20px;
    min-height: auto;
  }
  .rank_box .merit .inbox ul li:last-child {
    margin-bottom: 0;
  }
  .rank_box .merit .inbox ul li div>span {
    width: 50px;
    min-width: 50px;
    height: 50px;
    top: 10px;
  }
  .rank_box .merit .inbox ul li div p {
    font-size: 13px;
  }
  .rank_box .merit .service {
    width: 100%;
    max-width: none;
    margin: 0 0 15px;
    height: 115px;
  }
  .rank_box .merit .service::after {
    top: auto;
    bottom: -30px;
    left: 0;
    right: 0;
  }
  .rank_block .block .subheading {
    margin-top: 50px;
  }
  .term_table {
    overflow-x: auto;
    position: relative;
  }
  .term_table::after {
    content: "";
    width: 200px;
    height: 135px;
    background: url(https://www.cinemasunshine.co.jp/pages/mgc/img/scroll.png) no-repeat center/contain;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    pointer-events: none;
    opacity: 1;
    transition: .3s;
  }
  .term_table.scroll::after {
    opacity: 0;
  }
  .term_table img {
    width: 700px;
    max-width: none;
  }
  .term_table+ul {
    text-align: left;
  }
  .term_table+ul li {
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: flex-start;
  }
  .term_table+ul li:not(:last-child) {
    margin-right: 0;
  }
  .term_table+ul li span:first-child {
    white-space: nowrap;
  }
  .price_block .block p {
    font-size: 18px;
    align-items: flex-end;
  }
  .price_block .block p span strong {
    font-size: 30px;
  }
  .faq_list dl {
    padding: 0;
  }
  .faq_list dl dt {
    padding: 20px 20px 20px 0;
  }
  .faq_list dl dt::before {
    font-size: 25px;
    width: 30px;
    min-width: 30px;
  }
  .faq_list dl dt::after {
    right: 3px;
  }
  .faq_list dl dd {
    padding-right: 20px;
  }
  .faq_list dl dd::before {
    font-size: 25px;
    width: 30px;
    min-width: 30px;
  }
}

