@charset "UTF-8";

.serviceday * {
  font-family: "Noto Sans CJK JP", Arial, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, "メイリオ", "ＭＳ Ｐゴシック", sans-serif;
}
body .serviceday {
  color: #222222;
}
#RE-SECOND-CONTAINER {
  min-width: 1030px;
}
.serviceday .inner {
  width: 1030px;
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
  padding: 0 40px;
}
sup {
  vertical-align: 33.334%;
  font-size: 66.667%;
}
.note {
  text-align: left;
  text-indent: -1.25em;
  padding-left: 1.25em;
}
@media screen and (max-width: 640px) {
  #RE-SECOND-CONTAINER {
    min-width: auto;
  }
  .serviceday .inner {
    width: auto;
    padding: 0 25px;
  }
  .serviceday img {
    width: 100%;
    height: 100%;
  }

  /* event base */
  .mql_hide {
    display: none;
  }
  .mql_show {
    display: block !important;
  }
  .mql_c-white {
    color: #fff;
  }
  #flashcontent {
    display: none;
  }
  #wmc_masthead {
    background-image: none;
  }
  #footer_contents {
    background: #000;
  }
  .theater_pageTop a {
    color: #fff;
  }
  #EVENT {
    clear: both;
  }
  /* clearfix */
  .clearfix:after {
    content: ".";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
  }
  .clearfix {
    min-height: 1px;
  }
  * html .clearfix {
    height: 1px; /*\*/ /*/
		height: auto;
		overflow: hidden;
		/**/
  }
}

@media screen and (min-width: 641px) {
  .c_btn {
    position: relative;
    display: inline-block;
    font-size: 14px;
    line-height: 1;
    padding: 8px 30px;
    width: auto;
    margin: auto;
    border-radius: 40px;
    box-sizing: border-box;
    text-align: center;
  }
  .c_btn:link,
  .c_btn:visited,
  .c_btn:active,
  .c_btn:hover {
    color: #fff;
    text-decoration: none;
  }
  .c_btn:hover {
    opacity: 0.7;
  }
  .c_btn:after {
    display: block;
    content: "";
    position: absolute;
    right: 15px;
    top: 50%;
    width: 6px;
    height: 6px;
    border-top: 3px solid #c20025;
    border-right: 3px solid #c20025;
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .c_btn.black {
    background: #000;
  }
  .c_btn.brown {
    background: #cb9c4a;
  }
  .c_btn.white {
    background: #fff;
    border: 1px solid #333333;
  }
  .c_btn.white:link,
  .c_btn.white:visited,
  .c_btn.white:active,
  .c_btn.white:hover {
    color: #333333;
  }
  .c_btn.white:after {
    border-color: #cb9c4a;
  }
  .c_btn span {
    display: inline-block;
    position: relative;
  }
  .c_btn.anc:after {
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
  }
}
@media screen and (max-width: 640px) {
  .c_btn {
    position: relative;
    display: inline-block;
    font-size: 12px;
    line-height: 1;
    padding: 17px 0;
    width: 100%;
    margin: auto;
    border-radius: 50px;
    box-sizing: border-box;
    text-align: center;
  }
  .c_btn:link,
  .c_btn:visited,
  .c_btn:active,
  .c_btn:hover {
    color: #fff;
    text-decoration: none;
  }
  .c_btn:after {
    display: block;
    content: "";
    position: absolute;
    right: 6%;
    top: 50%;
    width: 6px;
    height: 6px;
    border-top: 2px solid #c20025;
    border-right: 2px solid #c20025;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    margin-top: -4px;
  }
  .c_btn.black {
    background: #000;
  }
  .c_btn.brown {
    background: #cb9c4a;
  }
  .c_btn.white {
    background: #fff;
    border: 1px solid #333333;
  }
  .c_btn.white:link,
  .c_btn.white:visited,
  .c_btn.white:active,
  .c_btn.white:hover {
    color: #333333;
  }
  .c_btn.white:after {
    border-color: #cb9c4a;
  }
  .c_btn span {
    display: inline-block;
    position: relative;
  }
  .c_btn.anc:after {
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
  }
}

/* mv */
.mv {
  background: url(/event/service_day/images/mv-pc.jpg) no-repeat;
  background-size: cover;
}
.mv_ttl {
  padding: 148px 0 110px;
  text-align: left;
}
.week {
  position: relative;
  background: url(/event/service_day/images/mv_bg-pc.png) no-repeat center bottom;
  overflow: hidden;
}
.week::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  background: url(/event/service_day/images/mv_bg-left-pc.png);
  width: calc((100% - 950px) / 2);
  left: 0;
}
.week::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  background: url(/event/service_day/images/mv_bg-right-pc.png);
  width: calc((100% - 950px) / 2);
  right: 0;
}
.week_box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 27px 0 6px;
}
.week_ttl {
  color: #ff9000;
  font-size: 24px;
  font-weight: bold;
}
.week_change .c_btn::after {
  display: none;
}
.week_change .c_btn.active {
  background-color: #c20025;
}
.week_change .c_btn.active::after {
  display: block;
  position: absolute;
  top: auto;
  bottom: -7px;
  right: auto;
  left: 50%;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7px 7px 0 7px;
  border-color: #c20025 transparent transparent transparent;
  transform: translateX(-50%);
}
.mv_anchor {
  padding: 17px 0;
  text-align: center;
}
.mv_anchor a {
  position: relative;
  color: #ffffff;
  font-size: 18px;
  text-decoration: none;
  padding: 0 30px 0 0;
}
.mv_anchor a::before {
  display: block;
  content: "";
  position: absolute;
  background-color: #c20025;
  right: 0;
  top: 50%;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  margin-top: -10px;
  z-index: 1;
}
.mv_anchor a::after {
  display: block;
  content: "";
  position: absolute;
  right: 6px;
  top: 50%;
  width: 6px;
  height: 6px;
  border-top: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
  transform: rotate(135deg);
  margin-top: -5px;
  z-index: 2;
}
.mv_anchor a:hover {
  opacity: 0.7;
}
.week_slider {
  width: 1030px;
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
  padding: 0 40px;
  color: #222222;
}
.week_slider .swiper-wrapper {
  width: 100%;
}
.week_slider .week_slider_box {
  width: 100%;
  padding: 20px 0 0;
}
.week_slider .week_slider_description {
  position: relative;
  width: 100%;
  height: 85px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  line-height: 1;
}
.week_slider .week_slider_description::after {
  position: absolute;
  bottom: -7px;
  left: 50%;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7px 7px 0 7px;
  border-color: #ff6600 transparent transparent transparent;
  transform: translateX(-50%);
}
.week_slider .normal .week_slider_description {
  background-color: #ff6600;
}
.week_slider .anyone .week_slider_description {
  background-color: #c20025;
}
.week_slider .anyone .week_slider_description::after {
  border-color: #c20025 transparent transparent transparent;
}
.week_slider .week_slider_description .week_slider_txt {
  color: #ffffff;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
}
.week_slider .week_slider_txt .conditions {
  display: inline-block;
  padding: 0 0 8px;
}
.week_slider .week_slider_txt .all {
  position: relative;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 34px;
  background-color: #e73046;
  border-radius: 34px;
  margin: -24px 0 12px;
}
.week_slider .week_slider_txt .all::first-letter {
  font-size: 18px;
}
.week_slider .week_slider_txt .all::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: -3px;
  left: -3px;
  background: url(/event/service_day/images/week_all.png) no-repeat;
  background-size: cover;
  width: 17px;
  height: 15px;
}
.week_slider .week_slider_txt .price {
  font-family: "Roboto", sans-serif;
  font-size: 30px;
  padding: 0 3px 0 0;
}
.week_slider .week_slider_date {
  background-color: #ffffff;
}
.week_slider .swiper-slide:nth-of-type(1) .week_slider_date {
  background-color: #ffd6db;
}
.week_slider .week_slider_date {
  width: 134px;
  height: 65px;
  /* display: flex;
	justify-content: center;
	align-items: center; */
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
.week_slider .week_slider_date .week_slider_month {
  font-family: "Roboto", sans-serif;
  font-size: 24px;
  vertical-align: top;
}
.week_slider .week_slider_date .week_slider_day {
  font-family: "Roboto", sans-serif;
  font-size: 40px;
  font-weight: bold;
  line-height: 1;
}
.week_slider .week_slider_date .week_slider_week {
  font-size: 16px;
  font-weight: 500;
  font-weight: bold;
}
.week_slider .saturday .week_slider_date {
  color: #0055b5;
}
.week_slider .sunday .week_slider_date,
.week_slider .holiday .week_slider_date {
  color: #cf0058;
}
@media screen and (max-width: 640px) {
  .mv {
    background: url(/event/service_day/images/mv-sp.jpg) no-repeat;
    background-size: cover;
  }
  .mv_ttl {
    padding: calc(79 / 750 * 100vw) 0 calc(220 / 750 * 100vw);
  }
  .week {
    background: url(/event/service_day/images/mv_bg-sp.png) no-repeat center bottom;
  }
  .week_box {
    display: block;
    margin: 0;
    padding: calc(40 / 750 * 100vw) 0 0;
  }
  .week_ttl {
    font-size: calc(40 / 750 * 100vw);
    text-align: center;
    padding: 0;
    line-height: 1;
  }
  .week_change {
    margin-top: calc(20 / 750 * 100vw);
  }
  .week_change .c_btn {
    font-size: calc(20 / 750 * 100vw);
    padding: 17px calc(30 / 750 * 100vw);
    line-height: 1.5;
  }
  .week_change .c_btn.active::after {
    top: calc(-4 / 750 * 100vw);
    bottom: auto;
    border-width: 0 calc(11 / 750 * 100vw) calc(11 / 750 * 100vw) calc(11 / 750 * 100vw);
    border-color: transparent transparent #c20025 transparent;
  }
  .week_slider {
    width: auto;
    padding: 0 0 0 20px;
  }
  .week_slider .swiper-slide {
    width: 33.3%;
  }
  .week_slider .week_slider_box {
    width: 100%;
    padding: calc(50 / 750 * 100vw) 0 0;
  }
  .week_slider .week_slider_description {
    height: calc(130 / 750 * 100vw);
  }
  .week_slider .week_slider_description::after {
    bottom: calc(-11 / 750 * 100vw);
    border-width: calc(11 / 750 * 100vw) calc(11 / 750 * 100vw) 0 calc(11 / 750 * 100vw);
  }
  .week_slider .week_slider_description .week_slider_txt {
    font-size: calc(20 / 750 * 100vw);
  }
  .week_slider .week_slider_txt .conditions {
    display: inline-block;
    padding: 0 0 calc(15 / 750 * 100vw);
  }
  .week_slider .week_slider_txt .all {
    width: calc(110 / 750 * 100vw);
    height: calc(50 / 750 * 100vw);
    border-radius: calc(25 / 750 * 100vw);
    font-size: calc(21 / 750 * 100vw);
    margin: calc(-35 / 750 * 100vw) 0 calc(20 / 750 * 100vw);
  }
  .week_slider .week_slider_txt .all::first-letter {
    font-size: calc(27 / 750 * 100vw);
  }
  .week_slider .week_slider_txt .all::before {
    top: calc(-6 / 750 * 100vw);
    left: calc(-3 / 750 * 100vw);
    width: calc(26 / 750 * 100vw);
    height: calc(22 / 750 * 100vw);
  }
  .week_slider .week_slider_txt .price {
    font-size: calc(46 / 750 * 100vw);
    padding: 0 3px 0 0;
  }
  .week_slider .week_slider_date {
    width: calc(210 / 750 * 100vw);
    height: calc(95 / 750 * 100vw);
  }
  .week_slider .week_slider_date .week_slider_month {
    font-size: calc(40 / 750 * 100vw);
  }
  .week_slider .week_slider_date .week_slider_day {
    font-size: calc(60 / 750 * 100vw);
  }
  .week_slider .week_slider_date .week_slider_week {
    font-size: calc(24 / 750 * 100vw);
  }
}

/* movie */
.serviceday .movie {
  background: url(/event/service_day/images/movie-bg.png);
  color: #ffffff;
  padding: 93px 0 80px;
  text-align: center;
}
.movie_ttl {
  position: relative;
  display: inline-block;
  font-size: 30px;
}
.movie_ttl::before,
.movie_ttl::after {
  position: absolute;
  top: 50%;
  content: "";
  width: 30px;
  height: 43px;
  background-image: url(/event/service_day/images/movie_shape-pc.png);
  background-repeat: no-repeat;
  background-size: cover;
  transform: translate(0, -50%);
}
.movie_ttl::before {
  left: -47px;
}
.movie_ttl::after {
  right: -47px;
  transform: translate(0, -50%) rotateY(180deg);
}
.dot_txt {
  color: #ff9000;
  position: relative;
}
.dot_txt::before {
  position: absolute;
  top: -5px;
  left: 0;
  right: 0;
  margin: auto;
  content: "";
  padding-top: 10px;
  background: radial-gradient(circle 6px, #ff9000 50%, transparent 50%);
}

.movie_slider a {
  text-decoration: none;
}
.movie_slider_ttl {
  font-size: 16px;
  color: #ffffff;
  margin: 15px 0 0;
  line-height: 1.5;
  text-align: center;
}
.movie_slider_ttl .date {
  display: inline-block;
  color: #ff9000;
  margin-right: 1em;
}
.movie_slider .movie_slider_rating {
  margin: 5px 0 0;
}
.movie_slider .movie_slider_rating img {
  width: auto;
  height: auto;
}
.movie_slider .movie_slider_copyright {
  color: #888888;
  font-size: 10px;
  margin: 5px 0 0;
}
.movie_slider_ttl .ttl-icon {
  display: inline-block;
  width: max-content;
  vertical-align: middle;
  padding-left: 10px;
}

.movie_slider {
  position: relative;
  margin: 55px 0 0;
}
.movie_slider .swiper-container {
  width: 100%;
  height: 100%;
}
.movie_slider .swiper-slide {
  overflow: hidden;
}
.movie_slider img {
  width: 100%;
  height: 100%;
}
.movie_slider .swiper-pagination {
  position: static;
  margin: 40px 0 0;
  padding: 0;
}
.movie_slider .swiper-pagination-bullet {
  width: 40px;
  height: 5px;
  display: inline-block;
  border-radius: 0%;
  background: #ffffff;
  opacity: 0.3;
}
.movie_slider .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 5px;
}
.movie_slider .swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1;
}
.movie_slider .swiper-button-area {
  position: absolute;
  margin: 0 auto;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
}
.movie_slider .swiper-button-next,
.movie_slider .swiper-button-prev {
  width: 15px;
  height: 26px;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB0AAAAzCAYAAABrNQNJAAACRUlEQVRYhb3YTUhUURjG8Te1DyqayIiKgqKN4cpwJdIqglYhuIuoZQRBK5kIWgUStBJMXAlhEgVRLoyIFiEhQbWIqE3UIhSiQIMGGlL/8taZOPM2OnfunNcDzyyGe+d379yv554NgIhIUUQKInJF1mMAZ4Bl/o5h4M+GeEY/7lI9bgOt3mhrgOLxANjkiUr4S4cN/ATY6olWMmjgaaDgjWqKBn4N7PZGNRejM1rHe2C/N6o5CyxG8CfgsDeq6QPKETwLHPVGNSeBUgR/A455o5peYCGCF8J3rqimG/gewaXwL7iimk5gLoLL4bi7opojwOcIXgxnuiuqOQB8iODlcG27opo9wBtz9yp6o5qdwAsDD3qjmm3AUwOvWQZSoJrNwEMDr1oGUqGaNmDcwDXLQEpU0wKMGPi/MpAalXAsbxi4qgx4oJVcNfC/MuCJai7VKAP7vFGp0TQfe4OXzZ6+BfZ6gtfMHr4EdnkdUz17bxrwObCjskxqUO9Aowac8rxONwITBrzveUfaAkwacMzz3rsdeGbAIc+njD5PZwx4vd56zYC2Oej1OJBl3byg7UhLwIWs6+cBbRv8HaYQMv9Go6Dtvb+A041ueCML24b/EziR5/BkXfA48CMC54GevCdhloVOmbe2r0BXXjAL2m/eT78AHc2A9dDz5k38I3CoWXAt1NaMd1ozUoCrobZQvQLaU4EWrVsdU6OZSnJKNPPrQEr0ngHdZ0FbROSRTvuGqeVbInJORJY8p5rbROSOiBxct5ltEVkBaMoYg/ZE+dUAAAAASUVORK5CYII=);
  background-size: cover;
  margin-top: -45px;
}
.movie_slider .swiper-button-next,
.movie_slider .swiper-container-rtl .swiper-button-prev {
  right: -40px;
}
.movie_slider .swiper-button-prev,
.movie_slider .swiper-container-rtl .swiper-button-next {
  transform: rotate(180deg);
  left: -40px;
}
.movie_slider .swiper-button-prev:after,
.movie_slider .swiper-button-next:after {
  display: none;
}
@media screen and (max-width: 640px) {
  .serviceday .movie {
    padding: calc(80 / 750 * 100vw) 0;
  }
  .movie_ttl {
    font-size: calc(40 / 750 * 100vw);
    line-height: 1.5;
  }
  .movie_ttl::before,
  .movie_ttl::after {
    width: calc(73 / 750 * 100vw);
    height: calc(141 / 750 * 100vw);
    background-image: url(/event/service_day/images/movie_shape-sp.png);
  }
  .movie_ttl::before {
    left: calc(-90 / 750 * 100vw);
  }
  .movie_ttl::after {
    right: calc(-90 / 750 * 100vw);
  }
  .dot_txt::before {
    position: absolute;
    top: calc(-20 / 750 * 100vw);
    left: 0;
    right: 0;
    margin: auto;
    content: "";
    padding-top: calc(20 / 750 * 100vw);
    background: radial-gradient(circle 6px, #ff9000 50%, transparent 50%);
  }

  .movie_slider_ttl {
    font-size: calc(28 / 750 * 100vw);
    margin: calc(30 / 750 * 100vw) 0 0;
  }
  .movie_slider_ttl .date {
    display: block;
    margin-right: 0;
  }
  .movie_slider .movie_slider_rating {
    margin: 10px 0 0;
  }
  .movie_slider .movie_slider_copyright {
    margin: 10px 0 0;
  }
  .movie_slider {
    position: relative;
    margin: calc(60 / 750 * 100vw) 0 0;
  }
  .movie_slider .swiper-slide {
    border-radius: 0;
  }
  /* .movie_slider .swiper-button-area {
		top: calc(200/750 *100vw);
		transform: translate(-50%, 0);
	} */
  .movie_slider .swiper-pagination {
    margin: calc(60 / 750 * 100vw) 0 0;
  }
  .movie_slider .swiper-pagination-bullet {
    width: calc(50 / 750 * 100vw);
    height: calc(10 / 750 * 100vw);
  }
  .movie_slider .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 calc(5 / 750 * 100vw);
  }
  .movie_slider .swiper-button-next,
  .movie_slider .swiper-button-prev {
    width: calc(29 / 750 * 100vw);
    height: calc(51 / 750 * 100vw);
    margin-top: calc(-70 / 750 * 100vw);
  }
  .movie_slider .swiper-button-next,
  .movie_slider .swiper-container-rtl .swiper-button-prev {
    right: calc(-45 / 750 * 100vw);
  }
  .movie_slider .swiper-button-prev,
  .movie_slider .swiper-container-rtl .swiper-button-next {
    left: calc(-45 / 750 * 100vw);
  }
}

/* what */
.what .triangle_bg {
  padding: 0 0 20px;
}
.what_block {
  position: relative;
  transform: translateY(-60px);
}
.what_block + .what_block {
  margin: 100px 0 0;
}
.what_block_list {
  position: absolute;
  top: 20px;
  right: 0;
  width: 610px;
}
.what_block_list > li {
  position: relative;
  border: 2px solid #e1e1e1;
  background-color: #ffffff;
  padding: 18px 20px 18px 10px;
  text-align: left;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
}
/* .what_block_list > li::before {
	position: absolute;
	top: 0;
	left: 0;
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 96px 96px 0 0;
	border-color: #fffcaa transparent transparent transparent;
} */
.what_block_list > li + li {
  margin-top: 10px;
}
.what_block_note {
  color: #c20025;
  font-size: 19px;
  margin: 60px 0 0;
  text-align: left;
}
.what_block_note > li {
  text-indent: -1em;
  padding-left: 1em;
  margin: 5px 0 0;
}
.what_block_service {
  position: relative;
  display: flex;
  align-items: center;
}
.what_block_service .left {
  width: 260px;
}
.what_block_service .left2 {
  width: 298px;
}
.what_block_service .left img,
.what_block_service .left2 img {
  margin-left: auto;
}
.what_block_service .right {
  flex: 1;
  margin-left: 20px;
}
.what_block_service .ttl {
  font-size: 24px;
  font-weight: bold;
  margin: 0 0 5px;
}
.what_block_service .txt {
  font-size: 14px;
}
.what_block_list .note {
  margin: 10px 0 0 10px;
}
@media screen and (max-width: 640px) {
  .what_bg {
    position: relative;
    background: none;
  }
  .what .triangle_bg {
    padding: 0 0 calc(40 / 750 * 100vw);
  }
  .what_block {
    position: relative;
    transform: translateY(-75px);
  }
  .what_block + .what_block {
    margin: 30px 0 -25px;
  }
  .what_block_ttl {
    position: relative;
    left: -30px;
    width: calc(100% + 30px);
  }
  .what_block_list {
    position: static;
    top: auto;
    right: auto;
    width: 100%;
    padding: 0 10px;
    box-sizing: border-box;
    transform: translateY(-30px);
  }
  .what_block_list > li {
    padding: 19px;
  }
  /* .what_block_list > li::before {
		border-width: calc(194 / 750 * 100vw) calc(194 / 750 * 100vw) 0 0;
	} */
  .what_block_list > li + li {
    margin-top: calc(40 / 750 * 100vw);
  }
  .what_block_service {
    position: relative;
    display: block;
  }
  .what_block_service .left,
  .what_block_service .left2 {
    width: 100%;
  }
  .what_block_service .left img,
  .what_block_service .left2 img {
    margin: 0 auto;
  }
  .what_block_service .right {
    margin: 20px 0 0;
  }
  .what_block_service .ttl {
    font-size: 18px;
    margin: 0 0 10px;
  }
  .what_block_service .txt {
    font-size: 14px;
  }
  .what_block_note {
    font-size: calc(30 / 750 * 100vw);
    margin: calc(30 / 750 * 100vw) 0 0;
  }
}

/* ttl_area */
.ttl_area {
  background: url(/event/service_day/images/ttl_area-bg.png);
  color: #222222;
  padding: 50px 0 90px;
}
.ttl_area .box {
  display: flex;
  justify-content: center;
  align-items: center;
}
.ttl_area .sub {
  position: relative;
  color: #c20025;
  font-size: 28px;
  font-weight: bold;
  background-repeat: no-repeat;
  background-size: cover;
}
.ttl_area .popup::before {
  position: absolute;
  top: -15px;
  left: 50%;
  content: "";
  width: 130px;
  height: 44px;
  background-repeat: no-repeat;
  background-size: cover;
  transform: translate(-50%, 0);
}
.ttl_area .ttl {
  position: relative;
  font-size: 48px;
  font-weight: bold;
  padding: 0 20px;
}
.ttl_area .ttl:after {
  position: absolute;
  top: 50%;
  right: -20px;
  content: "";
  width: 25px;
  height: 42px;
  background: url(/event/service_day/images/ttl_area-shape-pc.png) no-repeat;
  background-size: cover;
  transform: translate(0, -50%);
}
.ttl_area .lead {
  font-size: 18px;
  font-weight: 500;
}
.everyday.ttl_area {
  padding: 64px 0 90px;
}
.everyday.ttl_area .popup::before {
  background-image: url(/event/service_day/images/everyday_pop.png);
}
.everyday.ttl_area .sub {
  background-image: url(/event/service_day/images/everyday_sub-bg.png);
  padding: 25px 0;
}
.everyday.ttl_area .lead {
  margin-top: 15px;
}
.everywhere.ttl_area {
  padding: 68px 0 50px;
}
.everywhere.ttl_area .popup::before {
  background-image: url(/event/service_day/images/everywhere_pop.png);
}
.everywhere.ttl_area .sub {
  background-image: url(/event/service_day/images/everywhere_sub-bg.png);
  padding: 26px 0;
}
.everywhere.ttl_area .lead {
  margin-top: 25px;
}
@media screen and (max-width: 640px) {
  .ttl_area {
    padding: 40px 0 40px;
    text-align: center;
  }
  .ttl_area .box {
    display: block;
  }
  .ttl_area .sub {
    position: relative;
    font-size: calc(40 / 750 * 100vw);
    background-image: none !important;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 0 !important;
  }
  .ttl_area .sub::before,
  .ttl_area .sub::after {
    position: absolute;
    top: 50%;
    content: "";
    width: calc(30 / 750 * 100vw);
    height: calc(50 / 750 * 100vw);
    background-image: url(/event/service_day/images/ttl_area-shape-sp.png);
    background-repeat: no-repeat;
    background-size: cover;
    transform: translate(0, -50%);
  }
  .ttl_area .sub::before {
    left: calc(-50 / 750 * 100vw);
    transform: translate(0, -50%) rotate(180deg);
  }
  .ttl_area .sub::after {
    right: calc(-50 / 750 * 100vw);
  }
  .ttl_area .popup::before {
    position: absolute;
    top: calc(-50 / 750 * 100vw);
    left: 50%;
    content: "";
    width: calc(156 / 750 * 100vw);
    height: calc(53 / 750 * 100vw);
    background-repeat: no-repeat;
    background-size: contain;
    transform: translate(-50%, 0);
  }
  .ttl_area .ttl {
    position: relative;
    font-size: calc(56 / 750 * 100vw);
    margin: calc(30 / 750 * 100vw) 0 0;
    padding: 0;
  }
  .ttl_area .ttl:after {
    display: none;
  }
  .ttl_area .lead {
    font-size: calc(28 / 750 * 100vw);
    line-height: 1.5;
    margin: calc(40 / 750 * 100vw) 0 0;
  }
  .everyday.ttl_area {
    padding: calc((60 + 50) / 750 * 100vw) 0 calc(206 / 750 * 100vw);
  }
  .everywhere.ttl_area {
    padding: calc((60 + 40) / 750 * 100vw) 0 calc(60 / 750 * 100vw);
  }
}

/* triangle_bg */
.triangle_bg {
  position: relative;
}
.triangle_bg::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 550px 550px 0 0;
  border-color: #f1f1f1 transparent transparent transparent;
  z-index: -1;
}
.triangle_bg::after {
  position: absolute;
  bottom: 0;
  right: 0;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 550px 550px;
  border-color: transparent transparent #f1f1f1 transparent;
  z-index: -1;
}
@media screen and (max-width: 640px) {
  .triangle_bg::before,
  .triangle_bg::after {
    display: none;
  }
}

@media screen and (min-width: 641px) {
  /* theater */
  .theater .theater_bg {
    position: relative;
    /* height: 600px; */
    height: 712px;
    background: url(../images/bg_map.png) no-repeat top center;
    text-align: left;
    transform: translateY(-19px);
  }
  .theater .area_list dt {
    position: absolute;
    display: table;
    height: 80px;
    background: #000000;
    border-radius: 5px;
    cursor: pointer;
    text-align: center;
  }
  .theater .area_list dt:before {
    display: block;
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-width: 0 10px 80px 10px;
    border-style: solid;
    border-color: transparent transparent #000000;
  }
  .theater .area_list dt:after {
    display: none;
  }
  .theater .area_list dt:hover {
    transform: scale(1.04);
  }
  .theater .area_list dt .menu_inner {
    display: table-cell;
    vertical-align: middle;
  }
  .theater .area_list dt .menu_inner .ttl {
    position: relative;
    display: inline-block;
    color: #fff;
    font-size: 20px;
    line-height: 1;
    padding-right: 15px;
    margin-bottom: 12px;
  }
  .theater .area_list dt .menu_inner:after {
    display: block;
    content: "";
    position: absolute;
    right: 10px;
    bottom: 10px;
    width: 5px;
    height: 6px;
    border-top: 2px solid #c20025;
    border-right: 2px solid #c20025;
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .theater .area_list dt .menu_inner .area {
    color: #fff;
    font-size: 14px;
  }
  .theater .area_list dd {
    display: none;
  }
  .theater .list_hokkaido dt {
    right: 0;
    top: 152px;
    width: 200px;
  }
  .theater .list_hokkaido dt:before {
    left: 0px;
    top: -70px;
    transform: rotate(310deg);
    transform-origin: left bottom;
    border-width: 0 8px 120px 8px;
  }
  .theater .list_tohoku dt {
    right: 0px;
    top: 262px;
    width: 320px;
  }
  .theater .list_tohoku dt:before {
    left: -60px;
    top: -10px;
    transform: rotate(-45deg);
    transform-origin: left top;
    border-width: 0 10px 100px 10px;
  }
  .theater .list_kanto dt {
    right: 60px;
    top: 372px;
    width: 320px;
  }
  .theater .list_kanto dt:before {
    left: -85px;
    top: -5px;
    transform: rotate(-58deg);
    transform-origin: left top;
    border-width: 0 10px 120px 10px;
  }
  .theater .list_tsubu dt {
    right: 90px;
    top: 482px;
    width: 380px;
  }
  .theater .list_tsubu dt:before {
    left: -76px;
    top: -85px;
    transform: rotate(-50deg);
    transform-origin: left top;
    border-width: 0 10px 180px 10px;
  }
  .theater .list_kinki dt {
    left: 148px;
    top: 112px;
    width: 320px;
  }
  .theater .list_kinki dt:before {
    left: 165px;
    top: -120px;
    transform: rotate(170deg);
    transform-origin: left bottom;
    border-width: 0 10px 188px 10px;
  }
  .theater .list_tsugoku dt {
    left: 0px;
    top: 220px;
    width: 220px;
  }
  .theater .list_tsugoku dt:before {
    right: 70px;
    top: -20px;
    transform: rotate(123deg);
    transform-origin: right bottom;
    border-width: 0 8px 100px 8px;
  }
  .theater .list_shikoku dt {
    left: 240px;
    top: 482px;
    width: 220px;
  }
  .theater .list_shikoku dt:before {
    left: 12px;
    top: -75px;
    transform: rotate(-15deg);
    transform-origin: left top;
    border-width: 0 10px 100px 10px;
  }
  .theater .list_kyusyu dt {
    left: 0px;
    top: 482px;
    width: 220px;
  }
  .theater .list_kyusyu dt:before {
    left: 125px;
    top: -50px;
    transform: rotate(42deg);
    transform-origin: left top;
    border-width: 0 8px 80px 8px;
  }

  .modal {
    display: none;
  }
  .modal .modal_bg {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    cursor: pointer;
    z-index: 10;
  }
  .modal .modal_inner {
    position: fixed;
    left: 50%;
    top: 50%;
    width: 950px;
    height: 740px;
    margin: -370px 0 0 -475px;
    padding: 50px 20px 50px 50px;
    box-sizing: border-box;
    background: #f3f2ee;
    text-align: left;
    z-index: 11;
  }
  .modal .modal_inner.modal-absolute {
    position: absolute;
    top: 20px;
    margin-top: 0;
  }
  .modal .modal_ttl {
    font-size: 30px;
    font-weight: bold;
    text-align: left;
    margin-bottom: 10px;
    line-height: 1;
  }
  .modal .modal_btn_close {
    display: block;
    position: absolute;
    right: 30px;
    top: 30px;
  }
  .modal .modal_btn_close:hover {
    opacity: 0.7;
  }
  .modal .modal_inner .c_btn {
    width: 100%;
  }
  .modal .modal_inner .c_btn:after {
    right: 8%;
    width: 4px;
    height: 4px;
    border-width: 2px;
    margin-top: -3px;
  }
  .modal .modal_contents {
    position: relative;
    width: 890px;
    height: 636px;
    overflow-y: scroll;
    box-sizing: border-box;
    padding-right: 30px;
  }
  .modal .modal-list {
    display: flex;
    flex-wrap: wrap;
    margin-left: -50px;
  }
  .modal .modal-list > * {
    width: calc(50% - 50px);
    margin-left: 50px;
  }
  .modal .ttl_pref {
    background-color: #c20025;
    color: #ffffff;
    font-weight: bold;
    font-size: 16px;
    line-height: 1;
    margin: 40px 0 0;
    padding: 6px 15px 8px;
  }
  .modal .list_teather {
    margin-bottom: 40px;
  }
  .modal .list_teather li .link,
  .modal .list_teather li .nolink {
    position: relative;
    display: inline-block;
    color: #333;
    font-weight: bold;
    font-size: 16px;
    text-decoration: underline;
    padding: 0 24px 0 33px;
    margin-bottom: 5px;
  }
  .modal .list_teather li .link:before,
  .modal .list_teather li .nolink:before {
    display: block;
    content: "";
    position: absolute;
    left: 0;
    top: -4px;
    width: 24px;
    height: 24px;
    background: url(../images/icon_pdf.png) no-repeat 0 0;
    background-size: 24px;
  }
  .modal .list_teather li .link:after,
  .modal .list_teather li .nolink:after {
    display: block;
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    width: 6px;
    height: 6px;
    border-top: 3px solid #cb9c4a;
    border-right: 3px solid #cb9c4a;
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .modal .list_teather li .link:hover,
  .modal .list_teather li .nolink:hover {
    opacity: 0.7;
  }
  .modal .list_teather li .link.nolink,
  .modal .list_teather li .nolink.nolink {
    pointer-events: none;
    padding-left: 0;
  }
  .modal .list_teather li .link.nolink:before,
  .modal .list_teather li .link.nolink:after,
  .modal .list_teather li .nolink.nolink:before,
  .modal .list_teather li .nolink.nolink:after {
    display: none;
  }
  .modal .list_teather li .address {
    font-size: 16px;
    line-height: 1.5;
  }
  .modal .list_teather li .address br {
    display: none;
  }

  .modal .list_teather .list_teather_ttl {
    font-size: 18px;
    font-weight: bold;
    margin: 20px 0;
  }
  .modal .list_teather .list_teather_link {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-left: -20px;
  }
  .modal .list_teather .list_teather_link > * {
    width: calc(50% - 20px);
    margin-left: 20px;
  }
}

@media screen and (max-width: 640px) {
  .theater .inner {
    padding: 0;
  }
  .theater .ttl_pref {
    display: table-cell;
    vertical-align: middle;
    border-left: 5px solid #c20025;
    font-size: 15px;
    font-weight: bold;
    line-height: 1;
    margin-top: 25px;
    padding: 5px 10px;
  }
  .theater .ttl_pref:first-child {
    margin-top: 0;
  }
  .theater .list_teather li + li {
    margin-top: 20px;
  }
  .theater .list_teather li .link,
  .theater .list_teather li .nolink {
    position: relative;
    display: inline-block;
    color: #333;
    font-weight: bold;
    font-size: 12px;
    text-decoration: underline !important;
    padding: 0 15px 0 23px;
    margin-bottom: 4px;
  }
  .theater .list_teather li .link:before,
  .theater .list_teather li .nolink:before {
    display: block;
    content: "";
    position: absolute;
    left: 0;
    top: -2px;
    width: 15.5px;
    height: 15.5px;
    background: url(../../images/icon_pdf.png) no-repeat 0 0;
    background-size: 15.5px;
  }
  .theater .list_teather li .link:after,
  .theater .list_teather li .nolink:after {
    display: block;
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    width: 6px;
    height: 6px;
    border-top: 2px solid #cb9c4a;
    border-right: 2px solid #cb9c4a;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    margin-top: -4px;
  }
  .theater .list_teather li .link.nolink,
  .theater .list_teather li .nolink.nolink {
    pointer-events: none;
    padding-left: 0;
  }
  .theater .list_teather li .link.nolink:before,
  .theater .list_teather li .link.nolink:after,
  .theater .list_teather li .nolink.nolink:before,
  .theater .list_teather li .nolink.nolink:after {
    display: none;
  }
  .theater .list_teather li .address {
    font-size: 12px;
    line-height: 1.41667;
  }

  .modal {
    display: none;
  }
  .toggle_menu {
    margin-bottom: 1px;
  }
  .toggle_menu > dt {
    position: relative;
    display: table;
    width: 100%;
    min-height: 55px;
    background: #ffffff;
    border-top: 1px solid #cccccc;
    cursor: pointer;
    padding: 15px 20px;
    box-sizing: border-box;
  }
  .toggle_menu > dt:after {
    display: block;
    content: "";
    position: absolute;
    right: 15px;
    top: 50%;
    width: 9px;
    height: 9px;
    border-top: 2px solid #c20025;
    border-right: 2px solid #c20025;
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    margin-top: -6px;
  }
  .toggle_menu > dt .menu_inner {
    display: table-cell;
    vertical-align: middle;
  }
  .toggle_menu > dt .menu_inner .ttl {
    font-size: 18px;
    font-weight: bold;
    line-height: 1;
  }
  .toggle_menu > dt .menu_inner .area {
    display: none;
  }
  .toggle_menu > dd {
    display: none;
    background: #f3f2ee;
    text-align: left;
  }
  .toggle_menu.active > dt:after {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
  }

  .toggle_menu .toggle_menu dt {
    background: #f2f2f2;
  }
  .toggle_menu .toggle_menu > dd {
    padding: 0 20px 30px;
  }
  .toggle_menu .toggle_menu .list_teather_ttl {
    font-size: 15px;
    font-weight: bold;
    margin: 0 0 10px;
  }
  .toggle_menu .toggle_menu .list_teather_link {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-left: -10px;
  }
  .toggle_menu .toggle_menu .list_teather_link > * {
    width: calc(50% - 10px);
    margin-left: 10px;
  }
}

/* service_notice */
.service_notice {
  background-color: #fff;
  text-align: left;
  padding: 24px 0 30px;
}
.service_notice p {
  font-size: 18px;
}
.service_notice strong {
  font-weight: 500;
  color: #c20025;
}
@media screen and (max-width: 640px) {
  .service_notice {
    padding: 20px 0;
  }
  .service_notice p {
    font-size: 15px;
  }
}
