<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/* ----------------------------------------------------
	sassを使用しています。css編集の際はご注意ください。
	compass/scss
---------------------------------------------------- */
/* ----------------------------------------------------
base
---------------------------------------------------- */
html {
  padding: 0;
  margin: 0;
  font-size: 62.5%;
  -webkit-text-size-adjust: none;
  -webkit-font-smoothing: subpixel-antialiased;
}

body {
  padding: 0;
  margin: 0;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1;
  background: #fff;
  text-align: center;
  font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "FontAwesome", serif, Verdana, sans-serif;
  color: #333;
  height: 100%;
}
body a {
  text-decoration: none;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  color: #333;
}
body a:hover {
  opacity: 0.4;
  filter: alpha(opacity=60);
}
body img {
  vertical-align: bottom;
}
body .br:before {
  content: "\a";
  white-space: pre;
}

@media (max-width: 736px) {
  .pcver {
    display: none;
  }
}

.spver {
  display: none;
}
@media (max-width: 736px) {
  .spver {
    display: block;
  }
}

/* ----------------------------------------------------
header
---------------------------------------------------- */
header#top-head {
  position: relative;
  top: -100px;
  right: 0;
  left: 0;
}
@media (max-width: 736px) {
  header#top-head {
    margin-top: 60px;
    top: 0;
  }
}
header h1 {
  padding: 0 0 15px 0;
  margin: 40px 0 0 0;
  line-height: 0;
  border-bottom: 1px solid #333;
}
@media (max-width: 736px) {
  header h1 {
    padding: 14px 0 0 16px;
    margin: 0;
    border: 0;
  }
}
header h1.sitetitle {
  text-align: center;
}
@media (max-width: 736px) {
  header h1.sitetitle {
    text-align: left;
  }
  header h1.sitetitle img {
    width: 70%;
    height: auto;
  }
}
header h1.sitetitle a {
  pointer-events: none;
}
@media (max-width: 736px) {
  header div.headerinner {
    height: 60px;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    background: #fff;
    box-sizing: border-box;
    z-index: 20;
  }
}
header div.logo {
  line-height: 0;
  position: absolute;
  z-index: 10;
  left: 0;
  right: 0;
  bottom: 180px;
  text-align: center;
}
@media (max-width: 736px) {
  header div.logo {
    margin: 0 auto;
    width: 50%;
    bottom: -25%;
  }
  header div.logo img {
    width: 100%;
    height: auto;
  }
}
header div.logo img {
  width: 930px;
  height: auto;
}
@media (max-width: 736px) {
  header div.logo img {
    width: 189px;
  }
}
header #spNaviBtn {
  display: none;
}
@media (max-width: 736px) {
  header #spNaviBtn {
    position: absolute;
    top: 4px;
    right: 5px;
    width: 46px;
    height: 46px;
    display: block;
    z-index: 40;
    box-sizing: border-box;
  }
  header #spNaviBtn div {
    margin: 0 6px;
    position: relative;
    box-sizing: border-box;
  }
  header #spNaviBtn div.open span:first-child {
    top: 21px;
    transform: rotate(45deg);
  }
  header #spNaviBtn div.open span:nth-child(2) {
    width: 0;
    right: 50%;
  }
  header #spNaviBtn div.open span:nth-child(3) {
    top: 21px;
    transform: rotate(-45deg);
  }
  header #spNaviBtn span {
    position: absolute;
    right: 0;
    display: block;
    width: 100%;
    height: 4px;
    background: #666;
    transition: .2s ease-in-out;
  }
  header #spNaviBtn span:first-child {
    top: 11px;
  }
  header #spNaviBtn span:nth-child(2) {
    top: 21px;
  }
  header #spNaviBtn span:nth-child(3) {
    top: 31px;
  }
}
header nav {
  line-height: 0;
}
@media (max-width: 736px) {
  header nav {
    position: absolute;
    top: -100vh;
    right: 0;
    width: 100%;
    height: 70vh;
    background: #fff;
    z-index: 30;
    transition: 0.2s ease-in-out;
    filter: drop-shadow(0 10px 6px rgba(0, 0, 0, 0.1));
  }
  header nav.openmenu {
    top: 60px;
  }
}
header nav ul {
  display: flex;
  justify-content: center;
}
@media (max-width: 736px) {
  header nav ul {
    padding: 0 30px;
    width: 100%;
    height: 100%;
    flex-direction: column;
    box-sizing: border-box;
  }
}
header nav ul li {
  margin: 0 33px;
}
@media (max-width: 736px) {
  header nav ul li {
    margin: 0;
    text-align: left;
  }
}

/* ----------------------------------------------------
.fixed
---------------------------------------------------- */
.fixed {
  overflow: hidden;
  width: 100%;
  height: 100%;
}

/* ----------------------------------------------------
swiper
---------------------------------------------------- */
@keyframes zoomUp {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.1);
  }
}
.swiper-container {
  width: 100%;
  min-width: 968px;
  height: 800px;
  max-height: 800px;
  overflow: hidden;
}
@media (max-width: 736px) {
  .swiper-container {
    min-width: auto;
    width: 100%;
    max-height: auto;
    height: auto;
  }
}
.swiper-container img {
  width: 100%;
  height: auto;
}
@media (max-width: 736px) {
  .swiper-container .pcver {
    display: none;
  }
}
.swiper-container .spver {
  display: none;
}
@media (max-width: 736px) {
  .swiper-container .spver {
    display: block;
  }
}
@-moz-document url-prefix() {
  .swiper-container .slide-img {
    line-height: 0;
    display: block;
  }
}
.swiper-slide-active .slide-img,
.swiper-slide-duplicate-active .slide-img,
.swiper-slide-prev .slide-img {
  animation: zoomUp 30s linear 0s 1 normal both;
}
@media (max-width: 736px) {
  .swiper-slide-active .slide-img,
  .swiper-slide-duplicate-active .slide-img,
  .swiper-slide-prev .slide-img {
    animation: none;
  }
}

@media (max-width: 736px) {
  .swiper-container .pcver {
    display: none;
  }
}

.swiper-container .spver {
  display: none;
}
@media (max-width: 736px) {
  .swiper-container .spver {
    display: block;
  }
}

/* ----------------------------------------------------
.fixedmenu
---------------------------------------------------- */
.headerinner.fixedmenu {
  border-top: 3px solid #CC7DB1;
  position: fixed;
  width: 100%;
  height: 78px;
  top: 0;
  left: 0;
  background: #fff;
  display: flex;
  justify-content: space-between;
  z-index: 50;
}
.headerinner.fixedmenu h1 {
  padding: 0 0 0 20px;
  margin: 0;
  border-bottom: 0;
  text-align: left;
  display: flex;
  align-items: center;
}
.headerinner.fixedmenu h1 img {
  width: 250px;
  height: auto;
}
.headerinner.fixedmenu h1 a {
  pointer-events: auto;
}
.headerinner.fixedmenu nav {
  display: flex;
  align-items: flex-end;
}

/* ----------------------------------------------------
contents
---------------------------------------------------- */
.contents {
  z-index: 1000;
  position: static;
}
.contents section {
  width: 100%;
  margin-bottom: 10%;
  text-align: center;
}
.contents section h2 {
  width: 100%;
  background: #fff;
  margin-bottom: 3rem;
}
.contents section .inner {
  width: 968px;
  margin: 0 auto;
}
.contents section#movie_pc {
  position: relative;
  background: #000;
  margin-top: 10rem;
  margin-bottom: 12rem;
  border-top: 3px solid #000;
}
.contents section#movie_pc div {
  position: relative;
}
.contents section#movie_pc div p {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -60px;
  margin-left: -60px;
  z-index: 200;
}
.contents section#movie_sp {
  display: none;
}
.contents section#schedule_pc .pe {
  margin-right: 24px;
}
.contents section#schedule_pc p {
  transition: 1s;
}
.contents section#schedule_pc p.text-mv {
  opacity: 0;
  transform: translate(0, 120px);
  -webkit-transform: translate(0, 120px);
}
.contents section#schedule_pc p.mv {
  opacity: 1.0;
  transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
}
.contents section#schedule_sp {
  display: none;
}
.contents section#profile {
  display: -webkit-box;
  display: -webkit-flexbox;
  display: -webkit-flex;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -o-flexbox;
  display: flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.contents section#profile div {
  width: 50%;
}
.contents section#profile div.right img {
  width: 100%;
  height: auto;
}
.contents section#profile div.left {
  background: #CC7DB1;
  padding-top: 16%;
}
.contents section#profile div.left p {
  padding-bottom: 12%;
}
.contents section#policies_PC {
  display: -webkit-box;
  display: -webkit-flexbox;
  display: -webkit-flex;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -o-flexbox;
  display: flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.contents section#policies_PC div {
  width: 20%;
  padding: 0.5% 0;
  margin-bottom: 3%;
}
.contents section#policies_PC div.text-mv {
  opacity: 0;
  transform: translate(0, 120px);
  -webkit-transform: translate(0, 120px);
}
.contents section#policies_PC div.mv {
  opacity: 1.0;
  transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
}
.contents section#policies_PC div p.photo {
  width: 96%;
  margin: 0 auto;
}
.contents section#policies_PC div p.photo img {
  width: 100%;
}
.contents section#policies_PC div p.arrow {
  margin-top: 12%;
  margin-bottom: 12%;
}
.contents section#policies_PC div p.coming {
  margin-top: 12%;
}
.contents section#policies_PC div p.coming img {
  width: 100%;
}
.contents section#policies_PC div h3 {
  margin-top: 15%;
}
.contents section#policies_PC div.n1 {
  transition: 1s;
  background: #ff4682;
}
.contents section#policies_PC div.n2 {
  transition: 1.5s;
  background: #d4ba00;
}
.contents section#policies_PC div.n3 {
  transition: 2s;
  background: #59c459;
}
.contents section#policies_PC div.n4 {
  transition: 2.5s;
  background: #4bb0ff;
}
.contents section#policies_PC div.n5 {
  transition: 3s;
  background: #788cff;
}
.contents section#policies_SP {
  display: none;
}
.contents section#movie2 {
  background: #f8f6ef;
  padding: 12% 0 5% 0;
}
.contents section#movie2 h2 {
  background: none;
}
.contents section#movie2 div.inner_movie2_photo {
  padding-bottom: 5%;
}
.contents section#movie2 div.inner_movie2_photo p.sp {
  display: none;
}
.contents section#movie2 div.inner_movie2 {
  padding-bottom: 0;
}
.contents section#movie2 div.inner_movie2 p.sp {
  display: none;
}
.contents section#sns {
  margin-top: 10rem;
  margin-bottom: 50px;
}
@media (max-width: 736px) {
  .contents section#sns {
    margin-top: 4rem;
  }
}
.contents section#sns h2 {
  transition: 1s;
}
.contents section#sns h2.text-mv {
  opacity: 0;
  transform: translate(0, 120px);
  -webkit-transform: translate(0, 120px);
}
.contents section#sns h2.mv {
  opacity: 1.0;
  transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
}
.contents section#sns .bnr_area {
  margin-bottom: 170px;
  width: 100%;
}
.contents section#sns .bnr_area p {
  padding: 0;
  margin: 0;
  text-align: center;
}
.contents section#sns .inner {
  display: -webkit-box;
  display: -webkit-flexbox;
  display: -webkit-flex;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -o-flexbox;
  display: flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.contents section#sns .inner div.left_side {
  width: 48%;
}
.contents section#sns .inner div.left_side div {
  width: 100%;
}
.contents section#sns .inner div.right_side {
  width: 48%;
}
.contents section#sns .inner div.tab {
  width: 100%;
}
.contents section#sns .inner div.tab div.news {
  margin-left: auto;
  margin-right: auto;
  width: 968px;
  display: flex;
  box-sizing: border-box;
  padding: 2%;
  border: 5px solid #eee;
}
@media (max-width: 968px) {
  .contents section#sns .inner div.tab div.news {
    width: 90%;
  }
}
.contents section#sns .inner div.tab div.news dl {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flexbox;
  display: -webkit-flex;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -o-flexbox;
  display: flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.375;
  padding: 0;
  margin: 8px 0 4px 0;
}
.contents section#sns .inner div.tab div.news dl dt {
  padding: 0;
  margin: 0;
  width: 140px;
}
.contents section#sns .inner div.tab div.news dl dt:before {
  content: '\f0a9';
  font-family: FontAwesome;
  color: #CC7DB1;
  margin-right: 0.5rem;
}
.contents section#sns .inner div.tab div.news dl dd {
  width: calc( 100% - 140px - 7px );
  text-align: left;
  padding: 0 0 7px 0;
}
.contents section#sns .inner div.tab div.news dl dd a {
  text-decoration: underline;
}
.contents section#sns .inner div.tab div.news dl .icon_new {
  padding: 0;
  margin: 0 0 0 4px;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.33333;
  font-weight: bold;
  display: inline-block;
  color: #f00;
  position: relative;
  top: -2px;
}
.contents section#voting {
  margin-bottom: 80px;
}
@inclued sp {
  .contents section#voting {
    margin-bottom: 40px;
  }
}
.contents section#voting .inner {
  display: -webkit-box;
  display: -webkit-flexbox;
  display: -webkit-flex;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -o-flexbox;
  display: flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
  width: 1080px;
}
.contents section#voting .inner p {
  transition: 1s;
}
.contents section#voting .inner p.text-mv {
  opacity: 0;
  transform: translate(0, 120px);
  -webkit-transform: translate(0, 120px);
}
.contents section#voting .inner p.mv {
  opacity: 1.0;
  transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
}
.contents section#voting .imgCenter {
  padding-top: 10%;
  line-height: 0;
  text-align: center;
}
@media (max-width: 736px) {
  .contents section#voting .imgCenter img {
    width: 85%;
    height: auto;
  }
}

.contents.fixed {
  margin-top: 1000px;
}

@media screen and (max-width: 800px) {
  .contents {
    width: 100%;
  }
  .contents section {
    width: 100%;
    margin: 0 auto 25% auto;
  }
  .contents section h2 {
    margin-bottom: 5%;
  }
  .contents section h2 img {
    width: 60%;
  }
  .contents section#movie_pc {
    display: none;
  }
  .contents section#movie_sp {
    display: block;
    width: 100%;
    margin-top: 5%;
  }
  .contents section#movie_sp p {
    width: 100%;
  }
  .contents section#movie_sp p img {
    width: 100%;
  }
  .contents section#schedule_pc {
    display: none;
  }
  .contents section#schedule_sp {
    display: block;
  }
  .contents section#schedule_sp p {
    transition: 1s;
    width: 86%;
    margin: 0 auto 20px auto;
  }
  .contents section#schedule_sp p:last-child {
    margin-bottom: 0;
  }
  .contents section#schedule_sp p.text-mv {
    opacity: 0;
    transform: translate(0, 120px);
    -webkit-transform: translate(0, 120px);
  }
  .contents section#schedule_sp p.mv {
    opacity: 1.0;
    transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
  }
  .contents section#schedule_sp p img {
    width: 100%;
  }
  .contents section#profile {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .contents section#profile .right {
    display: none;
  }
  .contents section#profile .left {
    width: 100%;
  }
  .contents section#profile .left p {
    width: 90%;
    margin: 0 auto;
  }
  .contents section#profile .left p img {
    width: 80%;
  }
  .contents section#policies_PC {
    display: none;
  }
  .contents section#policies_SP {
    display: block;
  }
  .contents section#policies_SP p {
    width: 100%;
    position: relative;
    transition: 1s;
  }
  .contents section#policies_SP p.text-mv {
    opacity: 0;
    transform: translate(0, 120px);
    -webkit-transform: translate(0, 120px);
  }
  .contents section#policies_SP p.mv {
    opacity: 1.0;
    transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
  }
  .contents section#policies_SP p img {
    width: 100%;
  }
  .contents section#policies_SP p i {
    position: absolute;
    font-size: 2rem;
    color: #fff;
    bottom: 3%;
  }
  .contents section#policies_SP p i.right {
    right: 2%;
  }
  .contents section#policies_SP p i.left {
    left: 43%;
  }
  .contents section#policies_SP p.detail {
    width: 86%;
    margin: 12% auto;
  }
  .contents section#policies_SP p.detail img {
    width: 100%;
  }
  .contents section#movie2 div.inner_movie2_photo {
    height: auto;
  }
  .contents section#movie2 div.inner_movie2_photo p.pc {
    display: none;
  }
  .contents section#movie2 div.inner_movie2_photo p.sp {
    display: block;
    width: 96%;
  }
  .contents section#movie2 div.inner_movie2_photo p.sp img {
    width: 100%;
  }
  .contents section#movie2 div.inner_movie2 p.pc {
    display: none;
  }
  .contents section#movie2 div.inner_movie2 p.sp {
    display: block;
    width: 96%;
  }
  .contents section#movie2 div.inner_movie2 p.sp img {
    width: 100%;
  }
  .contents section#sns {
    padding-top: 7%;
  }
  .contents section#sns .bnr_area {
    margin-bottom: 140px;
  }
  .contents section#sns .bnr_area img {
    width: 100%;
  }
  .contents section#sns .inner {
    width: 100%;
    margin: 0 auto;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .contents section#sns .inner div {
    width: 90%;
    margin: 5% auto;
  }
  .contents section#sns .inner div.tab {
    margin-top: 0;
  }
  .contents section#sns .inner div.tab div.news {
    width: 90%;
    margin: 0 auto;
  }
  .contents section#sns .inner div.tab div.news dl {
    width: 100%;
  }
  .contents section#sns .inner div.tab div.news dl dt, .contents section#sns .inner div.tab div.news dl dd {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.42857;
  }
  .contents section#sns .inner div.tab div.news dl dt {
    width: 30%;
  }
  .contents section#sns .inner div.tab div.news dl dd {
    width: 60%;
  }
  .contents section#sns .inner div.tab div.news dl .icon_new {
    font-size: 10px;
    font-size: 1rem;
    line-height: 1.6;
    top: -1px;
  }
  .contents section#sns .inner div.left_side, .contents section#sns .inner div.right_side {
    width: 90%;
    margin: 0 auto;
  }
  .contents section#sns .inner div.left_side {
    margin-bottom: 5%;
  }
  .contents section#sns .inner div.right_side {
    margin-bottom: 0;
  }
  .contents section#voting {
    width: 100%;
    overflow: hidden;
  }
  .contents section#voting .inner {
    width: 100%;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .contents section#voting .inner p {
    width: 86%;
    margin: 0 auto 20px auto;
  }
  .contents section#voting .inner p img {
    width: 100%;
  }
  .contents section#voting .inner p:first-child {
    margin-top: 16%;
  }
  .contents section#voting .inner p:last-child {
    margin-top: 0;
  }
  .contents section#movie_archive {
    display: none;
  }
  .contents section#movie_archive_sp {
    display: block;
  }
  .contents section#movie_archive_sp .inner {
    width: 98%;
    margin: 0 auto;
    padding: 0;
  }
  .contents section#movie_archive_sp .inner p {
    width: 86%;
    margin: 0 auto;
  }
  .contents section#movie_archive_sp .inner p img {
    width: 100%;
  }

  .contents.fixed {
    margin-top: 240px;
  }

  footer .logo {
    width: 40%;
    margin: 0 auto;
  }
  footer .logo img {
    width: 100%;
  }
  footer .copy {
    font-size: 10px;
    font-size: 1rem;
    line-height: 2.4;
  }
}
/* ----------------------------------------------------
footer
---------------------------------------------------- */
footer {
  width: 100%;
  background: #ebebeb;
  padding: 5.0rem 0 10rem 0;
  text-align: center;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 3;
  font-weight: bold;
}
footer div.linkbox {
  margin-top: 3rem;
  display: flex;
  justify-content: center;
}
@media (max-width: 736px) {
  footer div.linkbox {
    margin: 3rem auto 0 auto;
    width: 96%;
    flex-wrap: wrap;
  }
}
footer div p {
  padding: 0;
  margin: 0;
}
footer div .btn {
  margin: 0 20px;
}
@media (max-width: 736px) {
  footer div .btn {
    margin: 0 0 10px 0;
    width: 100%;
  }
}
footer div .btn a {
  padding: 0 5rem;
  display: block;
  background: #e7e7e7;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 2.66667;
  font-weight: normal;
  border: 1px solid #999;
}
footer div#sns_button {
  padding: 60px 0;
  margin: 0;
}
@media (max-width: 736px) {
  footer div#sns_button {
    padding: 30px 0;
  }
}
footer div#sns_button .inner {
  display: flex;
  justify-content: center;
}
@media (max-width: 968px) {
  footer div#sns_button .inner {
    width: 96%;
  }
}
@media (max-width: 736px) {
  footer div#sns_button .inner {
    width: 100%;
    box-sizing: border-box;
  }
}
footer div#sns_button .inner p {
  padding: 0;
  margin: 0;
}
footer div#sns_button .inner p.twitter {
  margin: 0 40px;
}
@media (max-width: 736px) {
  footer div#sns_button .inner p.twitter {
    margin: 0;
  }
}
@media (max-width: 736px) {
  footer div#sns_button .inner p img.pc-v {
    display: none;
  }
}
footer div#sns_button .inner p img.sp-v {
  display: none;
}
@media (max-width: 736px) {
  footer div#sns_button .inner p img.sp-v {
    display: block;
    max-width: 100%;
    height: auto;
  }
}

/* ----------------------------------------------------
#page
---------------------------------------------------- */
#page .contents {
  margin-top: 78px;
}
@media (max-width: 1080px) {
  #page .contents {
    margin-top: 8%;
  }
}
#page .contents h2 {
  width: 100%;
  margin: -2rem 0 2rem 0;
}
#page .contents h2 img {
  width: 100%;
}
#page .contents .inner {
  width: 968px;
  margin: 0 auto;
}
#page .contents .inner h3 {
  width: 100%;
  margin: 5rem auto 3rem auto;
  text-align: center;
  font-size: 36px;
  font-size: 3.6rem;
  line-height: 1.33333;
  color: #CC7DB1;
}
#page .contents .inner section {
  transition: 1s;
  width: 90%;
  margin: 0 auto 10rem auto;
}
#page .contents .inner section.text-mv {
  opacity: 0;
  transform: translate(0, 120px);
  -webkit-transform: translate(0, 120px);
}
#page .contents .inner section.mv {
  opacity: 1.0;
  transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
}

@media screen and (max-width: 800px) {
  #page .contents {
    width: 100%;
    margin-top: 75px;
  }
  #page .contents h2 {
    width: 100%;
    margin: 0 0 2rem 0;
  }
  #page .contents h2 img {
    width: 100%;
    height: 100%;
  }
  #page .contents .inner {
    width: 96%;
    margin: 0 auto;
  }
  #page .contents .inner h3 {
    width: 100%;
    margin: 0 auto;
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 2;
  }
}
/* profile */
#page div.profile div.inner section {
  border-bottom: 1px solid #ccc;
  display: -webkit-box;
  display: -webkit-flexbox;
  display: -webkit-flex;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -o-flexbox;
  display: flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
#page div.profile div.inner section div.photo {
  width: 45%;
}
#page div.profile div.inner section div.photo p {
  width: 100%;
}
#page div.profile div.inner section div.photo p img {
  width: 90%;
  margin: 0 auto 2rem auto;
}
#page div.profile div.inner section div.txt {
  width: 45%;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.75;
  text-align: left;
}
#page div.profile div.inner section div.txt h4 {
  width: 100%;
  margin-bottom: 1rem;
  font-size: 28px;
  font-size: 2.8rem;
  line-height: 1.28571;
  color: #CC7DB1;
  font-weight: normal;
}
#page div.profile div.inner section div.txt p {
  width: 100%;
  margin-bottom: 6rem;
}
#page div.profile section.bottom {
  width: 100%;
}
#page div.profile section.bottom div.bottom_img {
  width: 100%;
  background: #CC7DB1;
}
#page div.profile section.bottom div.bottom_img p img {
  width: 100%;
}
#page div.profile section.bottom div.bottom_img h4 {
  text-align: left;
  margin-left: 15%;
  font-size: 28px;
  font-size: 2.8rem;
  line-height: 2.14286;
  color: #fff;
}
#page div.profile section.bottom div.bottom_inner {
  width: 800px;
  margin: 0 auto;
  padding: 4rem 0 12rem 0;
  transition: 1s;
}
#page div.profile section.bottom div.text-mv {
  opacity: 0;
  transform: translate(0, 120px);
  -webkit-transform: translate(0, 120px);
}
#page div.profile section.bottom div.mv {
  opacity: 1.0;
  transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
}
#page div.profile section.bottom div p {
  margin-bottom: 3rem;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.75;
  text-align: left;
}

@media screen and (max-width: 800px) {
  body#page div.profile div.inner section div.photo {
    width: 96%;
    margin: 0 auto;
  }
  body#page div.profile div.inner section div.photo p {
    width: 100%;
  }
  body#page div.profile div.inner section div.photo p img {
    width: 100%;
    margin-bottom: 2rem;
  }
  body#page div.profile div.inner section div.txt {
    width: 96%;
    margin: 0 auto;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.5;
    text-align: left;
  }
  body#page div.profile div.inner section div.txt h4 {
    width: 100%;
    margin-bottom: 1rem;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 2;
    color: #CC7DB1;
  }
  body#page div.profile div.inner section div.txt p {
    width: 100%;
    margin-bottom: 3rem;
  }
  body#page div.profile section.bottom {
    width: 100%;
  }
  body#page div.profile section.bottom div.bottom_img p img {
    width: 100%;
  }
  body#page div.profile section.bottom div.bottom_img h4 {
    padding: 0;
    margin: 0;
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 2.66667;
    text-align: left;
    padding-left: 2rem;
  }
  body#page div.profile section.bottom div.bottom_inner {
    width: 100%;
  }
  body#page div.profile section.bottom div.bottom_inner p {
    width: 86%;
    margin: 0 auto;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.5;
    text-align: left;
  }
}
/*policies */
#page .policies .inner {
  margin: 0 auto;
}
#page .policies .inner section {
  text-align: left;
}
#page .policies .inner section .pmList {
  width: 80%;
  margin: 0 auto 16rem auto;
  list-style-type: none;
  margin-bottom: 160px;
}
#page .policies .inner section .pmList li a {
  padding: 16px 40px 16px 20px;
  margin: 0 0 24px 0;
  background: url(/img_new/icon_arrow03.png) 97% center #CC7DB1 no-repeat;
  border-radius: 6px;
  text-align: left;
  color: #fff;
  display: block;
  text-decoration: none;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.75;
}
#page .policies .inner section .pmList li a:hover {
  background: url(/img_new/icon_arrow03.png) 97% center #666 no-repeat;
}
#page .policies .inner section .pmList li:last-child a {
  margin-bottom: 0;
}
#page .policies .inner section h3 {
  text-align: left;
  padding: 2rem 0.5rem;
  font-size: 22px;
  font-size: 2.2rem;
  line-height: 1.45455;
  color: #CC7DB1;
  font-weight: normal;
  border-top: 1px solid #CC7DB1;
  border-bottom: 1px solid #CC7DB1;
}
#page .policies .inner section p.right {
  text-align: right;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 4.5;
}
#page .policies .inner section p.detail {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 2;
  margin-bottom: 5%;
}
#page .policies .inner section p.title_bg {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.77778;
  margin-bottom: 2rem;
  padding: 1.5rem 2rem;
  background: #eee;
  font-weight: bold;
}
#page .policies .inner section p.first_letter {
  margin-bottom: 2%;
  padding-left: 1rem;
}
#page .policies .inner section p.first_letter:first-letter {
  margin-left: -2rem;
  margin-right: 0.2rem;
}
#page .policies .inner section p.title_p {
  padding: 3rem 0 2rem 0;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 0.88889;
  color: #CC7DB1;
  font-weight: bold;
}
#page .policies .inner section p.btnMovie a {
  width: 210px;
  margin: 24px auto 0 auto;
  padding: 12px 24px 12px 64px;
  display: block;
  border: 2px solid #ff3366;
  background: url(/img_new/other/iconMovie.png) 10% center no-repeat;
  border-radius: 6px;
  color: #ff3366;
  text-decoration: none;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.5;
  font-weight: bold;
}
#page .policies .inner section h4 {
  margin-bottom: 1rem;
  padding: 1.5rem 0;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.55556;
  font-weight: bold;
  border-bottom: 2px solid #efefef;
}
#page .policies .inner section dl dt {
  padding-bottom: 1rem;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.75;
}
#page .policies .inner section dl dd {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 2;
  padding: 0 0 3rem 2rem;
}
#page .policies .inner section ol {
  margin-left: 3rem;
}
#page .policies .inner section ol li {
  text-align: left;
  color: #CC7DB1;
}
#page .policies .inner section ol li a {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 2;
  color: #CC7DB1;
  text-decoration: underline;
}

@media screen and (max-width: 800px) {
  #page .policies .inner section .pmList {
    width: 100%;
    margin-bottom: 1rem;
  }
  #page .policies .inner section .pmList li a {
    margin-bottom: 0.2rem;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.42857;
  }
  #page .policies .inner section h3 {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.5;
  }
  #page .policies .inner section p.right {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.57143;
    margin: 1rem auto;
  }
  #page .policies .inner section p.detail {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.75;
  }
  #page .policies .inner section p.title_bg {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.55556;
  }
  #page .policies .inner section p.title_p {
    padding: 3rem 0 2rem 0;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.5;
  }
  #page .policies .inner section p.btnMovie a {
    width: 40%;
    margin: 0 auto;
  }
  #page .policies .inner h4 {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.75;
  }
  #page .policies .inner dl dd {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.75;
    padding: 0 0 3rem 0;
  }
}
/*News Speech Download */
#page {
  width: 100%;
}
#page .news h2, #page .speech h2, #page .download h2 {
  width: 100%;
}
#page .news h2 img, #page .speech h2 img, #page .download h2 img {
  width: 100%;
  height: auto;
}
#page .news .inner, #page .speech .inner, #page .download .inner {
  width: 968px;
  margin: 0 auto;
}
#page .news .inner .singlelist_base, #page .speech .inner .singlelist_base, #page .download .inner .singlelist_base {
  padding: 0;
  margin: 0 auto 7% auto;
}
#page .news .inner .singlelist_base .singlelist, #page .speech .inner .singlelist_base .singlelist, #page .download .inner .singlelist_base .singlelist {
  list-style-type: none;
  margin-bottom: 32px;
}
#page .news .inner .singlelist_base .singlelist li, #page .speech .inner .singlelist_base .singlelist li, #page .download .inner .singlelist_base .singlelist li {
  text-align: left;
  border-bottom: 2px dotted #ccc;
}
#page .news .inner .singlelist_base .singlelist li h3.singleList_title, #page .speech .inner .singlelist_base .singlelist li h3.singleList_title, #page .download .inner .singlelist_base .singlelist li h3.singleList_title {
  margin: 0 0 8px 0;
  padding: 24px 0 12px 0;
  text-align: left;
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.2;
  font-weight: normal;
}
#page .news .inner .singlelist_base .singlelist li h3.singleList_title a, #page .speech .inner .singlelist_base .singlelist li h3.singleList_title a, #page .download .inner .singlelist_base .singlelist li h3.singleList_title a {
  text-decoration: none;
}
#page .news .inner .singlelist_base .singlelist li h3.singleList_title:before, #page .speech .inner .singlelist_base .singlelist li h3.singleList_title:before, #page .download .inner .singlelist_base .singlelist li h3.singleList_title:before {
  content: '\f18e';
  font-family: FontAwesome;
  margin-right: 0.5rem;
  font-size: 22px;
  font-size: 2.2rem;
  line-height: 0.72727;
  color: #CC7DB1;
}
#page .news .inner .singlelist_base .singlelist li:first-child, #page .speech .inner .singlelist_base .singlelist li:first-child, #page .download .inner .singlelist_base .singlelist li:first-child {
  padding-top: 0;
}
#page .news .inner .singlelist_base .singlelist li .data, #page .speech .inner .singlelist_base .singlelist li .data, #page .download .inner .singlelist_base .singlelist li .data {
  padding: 0 0 2rem 0;
  margin: 0;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.375;
  color: #aaa;
}
#page .news_single .inner .single_base, #page .speech_single .inner .single_base, #page .download .inner .single_base {
  padding: 2.5rem;
  border: 1px solid #CC7DB1;
}
#page .news_single .inner .single_base .single_title, #page .speech_single .inner .single_base .single_title, #page .download .inner .single_base .single_title {
  text-align: left;
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 1;
  color: #333;
  font-weight: normal;
}
#page .news_single .inner .single_base .data, #page .speech_single .inner .single_base .data, #page .download .inner .single_base .data {
  text-align: right;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.5;
}
#page .news_single .inner .single_base div, #page .news_single .inner .single_base p, #page .speech_single .inner .single_base div, #page .speech_single .inner .single_base p, #page .download .inner .single_base div, #page .download .inner .single_base p {
  text-align: left;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.6;
}
#page .news_single .inner .single_base div img, #page .news_single .inner .single_base p img, #page .speech_single .inner .single_base div img, #page .speech_single .inner .single_base p img, #page .download .inner .single_base div img, #page .download .inner .single_base p img {
  width: 100%;
  height: auto;
  margin-bottom: 1rem;
}
#page .news_single .inner .pageback, #page .speech_single .inner .pageback, #page .download .inner .pageback {
  margin: 0 auto 48px auto;
}
#page .news_single .inner .pageback .pageback_btn, #page .speech_single .inner .pageback .pageback_btn, #page .download .inner .pageback .pageback_btn {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.71429;
}
#page .news_single .inner .pageback .pageback_btn a, #page .speech_single .inner .pageback .pageback_btn a, #page .download .inner .pageback .pageback_btn a {
  padding: 8px 0;
  margin: 0;
  width: 170px;
  background: #666;
  color: #fff;
  text-decoration: none;
  display: block;
  text-align: center;
}
#page .news_single .inner .pageback .pageback_btn a:hover, #page .speech_single .inner .pageback .pageback_btn a:hover, #page .download .inner .pageback .pageback_btn a:hover {
  background: #CC7DB1;
}
#page .news_single .inner .pageback .pageback_btn a .socialplugin_area, #page .speech_single .inner .pageback .pageback_btn a .socialplugin_area, #page .download .inner .pageback .pageback_btn a .socialplugin_area {
  overflow: hidden;
  padding: 0;
  margin: 72px 0 0 0;
  width: 230px;
}

@media screen and (max-width: 800px) {
  div.news_single div.movie iframe {
    width: 300px;
    overflow: hidden;
  }
}
.pdfBox a {
  padding: 16px 16px 16px 56px;
  margin: 32px auto 0 auto;
  width: 736px;
  background: url(../img_new/icon_pdf.png) 3% center no-repeat #f1f1f1;
  display: block;
}

/* line 638, ../sass/layout.scss */
.pdfBox a:hover {
  background: url(../img_new/icon_pdf.png) 3% center no-repeat #6cd9e8;
  color: #fff;
}

/* line 652, ../sass/layout.scss */
.imgBox {
  padding: 0;
  margin: 0;
  margin-top: 32px;
  text-align: center;
}

/* line 656, ../sass/layout.scss */
.imgBox img {
  width: 300px;
}

/* line 659, ../sass/layout.scss */
.imgBox p {
  padding: 0;
  margin: 0;
  font-size: 8px;
  font-size: 0.8rem;
  line-height: 1.625;
}

@media screen and (max-width: 800px) {
  div.download, div.news, div.speech {
    width: 100%;
  }
  div.download section.single_base, div.news section.single_base, div.speech section.single_base {
    padding: 1rem;
  }
  div.download section.single_base h3.single_title, div.news section.single_base h3.single_title, div.speech section.single_base h3.single_title {
    padding: 1rem;
  }
  div.download section.single_base p, div.news section.single_base p, div.speech section.single_base p {
    padding: 1rem;
  }
  div.download section.single_base p iframe, div.news section.single_base p iframe, div.speech section.single_base p iframe {
    width: 100%;
  }
  div.download section.single_base div, div.news section.single_base div, div.speech section.single_base div {
    padding: 1rem;
  }
  div.download section.single_base div.pdfBox, div.news section.single_base div.pdfBox, div.speech section.single_base div.pdfBox {
    overflow: hidden;
  }
  div.download section.single_base div.pdfBox p, div.news section.single_base div.pdfBox p, div.speech section.single_base div.pdfBox p {
    width: 100%;
  }
  div.download section.single_base div.pdfBox p a, div.news section.single_base div.pdfBox p a, div.speech section.single_base div.pdfBox p a {
    width: 100%;
  }
  div.download section.single_base div iframe, div.news section.single_base div iframe, div.speech section.single_base div iframe {
    width: 100%;
  }
  div.download section.single_base ol, div.download section.single_base ul, div.news section.single_base ol, div.news section.single_base ul, div.speech section.single_base ol, div.speech section.single_base ul {
    list-style-type: none;
  }
}
/* link */
#page .link .inner .link_area {
  padding: 0;
  margin: 0 auto 160px auto;
  width: 968px;
}
#page .link .inner .link_area ul {
  list-style-type: none;
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flexbox;
  display: -webkit-flex;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -o-flexbox;
  display: flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
#page .link .inner .link_area ul li {
  width: 40%;
  margin: 1% 5%;
}
#page .link .inner .link_area ul li a {
  display: block;
  background: #aaa;
  padding-left: 1rem;
  text-align: left;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 2.88889;
  color: #fff;
}
#page .link .inner .link_area ul li a:before {
  content: '\f18e';
  font-family: FontAwesome;
  margin-right: 0.5rem;
  font-size: 22px;
  font-size: 2.2rem;
  line-height: 0.72727;
  color: #fff;
}

@media screen and (max-width: 800px) {
  #page .link .inner .link_area {
    width: 100%;
  }
  #page .link .inner .link_area ul li {
    width: 96%;
    margin: 0 auto 0.5rem auto;
  }
}
@media screen and (max-width: 800px) {
  #page {
    width: 100%;
  }
  #page .news .inner, #page .speech .inner, #page .download .inner {
    width: 96%;
    margin: 0 auto;
    /* line 677, ../sass/layout.scss */
    /* line 679, ../sass/layout.scss */
    /* line 688, ../sass/layout.scss */
    /* line 602, ../sass/layout.scss */
    /* line 607, ../sass/layout.scss */
    /* line 612, ../sass/layout.scss */
  }
  #page .news .inner .singlelist_base .singlelist li, #page .speech .inner .singlelist_base .singlelist li, #page .download .inner .singlelist_base .singlelist li {
    margin-bottom: 2px;
  }
  #page .news .inner .singlelist_base .singlelist li h3.singleList_title, #page .speech .inner .singlelist_base .singlelist li h3.singleList_title, #page .download .inner .singlelist_base .singlelist li h3.singleList_title {
    margin: 4px 0 0 0;
    padding: 0;
    text-align: left;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.5;
    font-weight: normal;
  }
  #page .news .inner .single_base, #page .speech .inner .single_base, #page .download .inner .single_base {
    padding: 0;
    border: 1px solid #CC7DB1;
  }
  #page .news .inner .single_base .single_title, #page .speech .inner .single_base .single_title, #page .download .inner .single_base .single_title {
    text-align: left;
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 1;
    color: #333;
    font-weight: normal;
  }
  #page .news .inner .single_base .data, #page .speech .inner .single_base .data, #page .download .inner .single_base .data {
    text-align: right;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.5;
  }
  #page .news .inner .single_base div, #page .news .inner .single_base p, #page .speech .inner .single_base div, #page .speech .inner .single_base p, #page .download .inner .single_base div, #page .download .inner .single_base p {
    text-align: left;
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 1.6;
  }
  #page .news .inner .single_base div img, #page .news .inner .single_base p img, #page .speech .inner .single_base div img, #page .speech .inner .single_base p img, #page .download .inner .single_base div img, #page .download .inner .single_base p img {
    width: 100%;
    height: auto;
    margin-bottom: 1rem;
  }
  #page .news .inner .pageback, #page .speech .inner .pageback, #page .download .inner .pageback {
    margin: 0 auto 48px auto;
    width: 100%;
  }
  #page .news .inner .pageback .pageback_btn, #page .speech .inner .pageback .pageback_btn, #page .download .inner .pageback .pageback_btn {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.71429;
  }
  #page .news .inner .pageback .pageback_btn a, #page .speech .inner .pageback .pageback_btn a, #page .download .inner .pageback .pageback_btn a {
    padding: 8px 0;
    margin: 0 auto;
    width: 170px;
    background: #666;
    color: #fff;
    text-decoration: none;
    display: block;
    text-align: center;
  }
  #page .news .inner .pageback .pageback_btn a:hover, #page .speech .inner .pageback .pageback_btn a:hover, #page .download .inner .pageback .pageback_btn a:hover {
    background: #9eeff5;
  }
  #page .news .inner .socialplugin_area, #page .speech .inner .socialplugin_area, #page .download .inner .socialplugin_area {
    overflow: hidden;
    padding: 0;
    margin: 72px 0 0 0;
    width: 230px;
  }
  #page .news .inner .socialplugin_area .fb_box, #page .speech .inner .socialplugin_area .fb_box, #page .download .inner .socialplugin_area .fb_box {
    padding: 0;
    margin: 0;
    float: left;
    line-height: 0;
  }
  #page .news .inner .socialplugin_area .tw_box, #page .speech .inner .socialplugin_area .tw_box, #page .download .inner .socialplugin_area .tw_box {
    padding: 0;
    margin: 0;
    float: right;
    line-height: 0;
  }
  #page .news .inner .socialplugin_area .line_box, #page .speech .inner .socialplugin_area .line_box, #page .download .inner .socialplugin_area .line_box {
    margin-top: 16px;
  }
  #page .news .inner .socialplugin_area .line_box img, #page .speech .inner .socialplugin_area .line_box img, #page .download .inner .socialplugin_area .line_box img {
    width: 50%;
  }
}
/*volunteer*/
#page {
  width: 100%;
}
#page .volunteer {
  width: 968px;
  text-align: left;
  margin: 0 auto;
  margin-top: 15rem;
  padding-bottom: 15rem;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.5;
}
#page .volunteer p {
  margin-bottom: 3rem;
}
#page .volunteer p.sp {
  display: none;
}
#page .volunteer section {
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flexbox;
  display: -webkit-flex;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -o-flexbox;
  display: flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
#page .volunteer section dl {
  width: 46%;
  margin-bottom: 3rem;
  text-align: left;
  border-left: 2px solid #CC7DB1;
}
#page .volunteer section dl dt {
  padding: 0 0 0 1rem;
  font-weight: bold;
  border-bottom: 1px dotted #CC7DB1;
}
#page .volunteer section dl dd {
  padding: 0.2rem 0 0 1rem;
}
#page .volunteer section dl dd img {
  width: 100%;
}

@media screen and (max-width: 800px) {
  #page .volunteer {
    width: 96%;
    margin-top: 8rem;
    padding-bottom: 3rem;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.57143;
  }
  #page .volunteer p.pc {
    display: none;
  }
  #page .volunteer p.sp {
    display: block;
    width: 100%;
  }
  #page .volunteer p.sp img {
    width: 100%;
  }
  #page .volunteer section dl {
    width: 100%;
  }
  #page .volunteer section dl dt, #page .volunteer section dl dd {
    padding-left: 0.5rem;
  }
}
/* movie */
#page .movie {
  padding-bottom: 5%;
}
#page .movie .inner p {
  margin-bottom: 5%;
}
#page .movie .inner p.sp {
  display: none;
}

@media screen and (max-width: 800px) {
  #page {
    width: 100%;
  }
  #page .movie .inner {
    width: 96%;
  }
  #page .movie .inner img {
    width: 100%;
  }
}
/* ----------------------------------------------------
animation
---------------------------------------------------- */
p {
  margin: 0 auto;
  transition: 3s;
}
p.text-mv {
  opacity: 0;
  transform: translate(0, 40px);
  -webkit-transform: translate(0, 40px);
}
p.mv {
  opacity: 1.0;
  transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
}

section.slider p img {
  transition: 30s;
}
section.slider p img.slide-mv {
  animation: fadezoom 40s 0s forwards;
}
section.slider p img.mv {
  transform: scale(1.2);
}

@keyframes fadezoom {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.2);
  }
}
/* add 2016.10.05 */
.mb20 {
  margin-bottom: 20px;
}

/* ----------------------------------------------------
yuisupp
---------------------------------------------------- */
.yuisupp .detail {
  padding: 0;
  margin: 100px auto;
  width: 600px;
  text-align: left;
}
.yuisupp h3 {
  margin: 5rem auto 3rem auto;
  text-align: center;
  font-size: 32px;
  font-size: 3.2rem;
  line-height: 1.375;
  color: #CC7DB1;
}
.yuisupp p {
  line-height: 2.7rem;
}
.yuisupp .center {
  margin-bottom: 50px;
  text-align: center !important;
}
.yuisupp .btn_app a {
  padding: 11px 0 8px 0;
  margin: 50px auto 0 auto;
  width: 240px;
  display: block;
  background: #CC7DB1;
  color: white;
  font-weight: bold;
  text-align: center;
}
.yuisupp .btn_app a:hover {
  background: #00b2ff;
}

@media screen and (max-width: 736px) {
  .yuisupp .detail {
    width: 90%;
  }
  .yuisupp h3 {
    font-size: 28px;
    font-size: 2.8rem;
    line-height: 1.28571;
  }
}
/* ----------------------------------------------------
before
---------------------------------------------------- */
#page .before {
  padding-top: 1rem;
}
#page .before_sp {
  display: none;
}
#page .txtbox {
  padding: 0;
  margin: 80px auto 130px auto;
  width: 900px;
}
#page .txtbox p {
  line-height: 2.8rem;
}

@media screen and (max-width: 800px) {
  #page .before_pc {
    display: none;
  }
  #page .before_sp {
    padding-top: 0;
    display: block;
    width: 100%;
  }
  #page .before_sp img {
    width: 96%;
    margin: 0 auto 5rem auto;
  }
  #page .txtbox {
    margin: 20px auto 100px auto;
    width: 90%;
    text-align: left;
  }
}
/* ----------------------------------------------------
election2017
---------------------------------------------------- */
#page .election2017 {
  padding: 0;
  margin: 8% auto;
  width: 760px;
}
#page .election2017 .section:not(:first-child) {
  margin-top: 100px;
}
#page .election2017 h2 {
  padding: 0;
  margin: 0 0 20px 0;
}
#page .election2017 h2 img {
  width: 260px;
}
#page .election2017 ul li {
  list-style-type: none;
}
#page .election2017 ul.conList {
  padding: 0;
  margin: 0;
}
#page .election2017 ul.conList li {
  padding: 0;
  margin: 0;
  text-align: left;
  font-weight: bold;
}
#page .election2017 ul.conList li a {
  padding: 20px 26px 18px 26px;
  margin: 0 0 10px 0;
  display: block;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  background: url(../img_new/election2017/icon_arrow02.png) 97% center no-repeat;
  color: #CC7DB1;
  border: 2px solid #CC7DB1;
}
#page .election2017 ul.movieList {
  display: -webkit-box;
  display: -webkit-flexbox;
  display: -webkit-flex;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -o-flexbox;
  display: flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
}
#page .election2017 ul.movieList li {
  width: 32%;
}
#page .election2017 ul.movieList li img {
  width: 100%;
}

@media screen and (max-width: 800px) {
  #page .election2017 {
    margin: 20% auto;
    width: 90%;
  }
  #page .election2017 h2 img {
    width: 50%;
  }
  #page .election2017 .section:not(:first-child) {
    margin-top: 70px;
  }
  #page .election2017 ul.conList li a {
    padding: 20px 17px 18px 17px;
  }
  #page .election2017 ul.movieList {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #page .election2017 ul.movieList li {
    width: 100%;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 375px) {
  #page .election2017 ul.conList li a {
    padding: 16px 14px 14px 14px;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.33333;
    background: url(../img_new/election2017/icon_arrow02.png) 96% center no-repeat;
  }
}
/* ------------------------------------------------
	add single
-------------------------------------------------*/
.speechBox {
  padding: 0;
  margin: 0 0 50px 0;
  overflow: hidden;
}
.speechBox p {
  padding: 0;
  margin: 0 0 16px 0;
}
.speechBox p.right {
  text-align: right !important;
}
.speechBox p.center {
  text-align: center;
}
.speechBox p.mt50 {
  margin-top: 50px;
}
.speechBox p.mb30 {
  margin-bottom: 30px;
}
.speechBox h4 {
  padding: 0;
  margin: 0 0 8px 0;
  font-weight: bold;
  color: #CC7DB1;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.33333;
}
.speechBox h4:before {
  content: "■";
}
.speechBox .fL_img {
  margin: 0 20px 20px 0;
  float: left;
}
.speechBox .fL_img img {
  width: 320px !important;
  height: auto !important;
}
.speechBox .fR_img {
  margin: 0 0 20px 20px;
  float: right;
}
.speechBox .fR_img img {
  width: 320px !important;
  height: auto !important;
}
.speechBox .cap {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.33333;
  text-align: center;
  display: block;
}

#page .youtubeBox {
  padding-bottom: 56.25%;
  margin: 30px 0 0 0;
  position: relative;
}
#page .youtubeBox iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

#page .centerBox {
  margin-bottom: 30px;
  text-align: center;
}
#page .centerBox iframe {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

@media screen and (max-width: 736px) {
  .speechBox .fL_img, .speechBox .fR_img {
    margin: 0 0 16px 0;
    float: none;
  }
  .speechBox .fL_img img, .speechBox .fR_img img {
    width: 100% !important;
  }
}
/* ----------------------------------------------------
#movieWrap
---------------------------------------------------- */
#movieWrap {
  margin: 0 auto;
  width: 968px;
  display: flex;
  justify-content: space-between;
  text-align: center;
}
@media (max-width: 968px) {
  #movieWrap {
    width: 90%;
  }
}
@media (max-width: 736px) {
  #movieWrap {
    flex-wrap: wrap;
  }
}
#movieWrap + section {
  margin-top: 150px;
}
@media (max-width: 736px) {
  #movieWrap + section {
    margin-top: 75px;
  }
}
#movieWrap div {
  box-sizing: border-box;
}
#movieWrap div.moviebox {
  width: 48%;
  background: #CC7DB1;
  box-sizing: border-box;
  border: 6px solid #CC7DB1;
}
@media (max-width: 736px) {
  #movieWrap div.moviebox {
    width: 100%;
    border: 3px solid #CC7DB1;
  }
}
#movieWrap div .newestBox {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: #fff;
  box-sizing: border-box;
}
@media (max-width: 736px) {
  #movieWrap div .newestBox {
    width: 100%;
  }
}
#movieWrap div .newestBox .play {
  line-height: 0;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
#movieWrap div .newestBox .play img {
  width: calc(172px / 2) !important;
  height: auto;
}
#movieWrap div .newestBox a {
  display: block;
  position: relative;
}
#movieWrap div .newestBox .youtube {
  line-height: 0;
  width: 100%;
}
#movieWrap div .newestBox .youtube img {
  width: 100%;
  height: auto;
}
#movieWrap div .btnBox {
  line-height: 0;
  box-sizing: border-box;
}
@media (max-width: 736px) {
  #movieWrap div .btnBox {
    width: 100%;
  }
}
#movieWrap div .btnBox img {
  width: 250px;
  height: auto;
}
@media (max-width: 736px) {
  #movieWrap div .btnBox img {
    width: calc(488px / 2);
  }
}
#movieWrap div .btnBox a {
  padding: 30px 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
}
@media (max-width: 736px) {
  #movieWrap div .btnBox a {
    padding: 34px 0;
  }
}
#movieWrap .snsLink {
  width: 48%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  border: 1px solid #CC7DB1;
  box-sizing: border-box;
}
@media (max-width: 736px) {
  #movieWrap .snsLink {
    margin-bottom: 50px;
    width: 100%;
  }
}
#movieWrap .snsLinkInner {
  margin: 0 auto;
  width: 70%;
  box-sizing: border-box;
}
@media (max-width: 736px) {
  #movieWrap .snsLinkInner {
    padding: 40px 0 50px 0;
    width: 76%;
  }
}
#movieWrap .snsLinkInner &gt; p {
  padding: 0;
  margin-bottom: 24px;
  color: #CC7DB1;
  font-weight: bold;
  text-align: center;
}
@media (max-width: 736px) {
  #movieWrap .snsLinkInner &gt; p {
    margin-bottom: 16px;
  }
}
#movieWrap .snsLinkItem {
  border-top: 1px solid #CC7DB1;
}
#movieWrap .snsLinkItem:last-child {
  border-bottom: 1px solid #CC7DB1;
}
#movieWrap .snsLinkItem a {
  padding: 0;
  margin: 0;
  height: 60px;
  font-size: 15px;
  display: flex;
  align-items: center;
}
@media (max-width: 736px) {
  #movieWrap .snsLinkItem a {
    height: 50px;
    font-size: 14px;
  }
}
#movieWrap .snsLinkItem a:before {
  content: "";
  display: inline-block;
  width: 35px;
  height: 35px;
  margin-right: 12px;
}
@media (max-width: 736px) {
  #movieWrap .snsLinkItem a:before {
    width: 30px;
    height: 30px;
    margin-right: 10px;
  }
}
#movieWrap .snsLinkItem span {
  margin-left: auto;
  display: inline-block;
  color: #aaa;
  font-size: 80%;
}
#movieWrap .snsLinkItem.facebook a:before {
  background: url(../images/common/icon_sns_facebook.png) center center/100% no-repeat;
}
#movieWrap .snsLinkItem.x a:before {
  background: url(../images/common/icon_sns_x.png) center center/100% no-repeat;
}
#movieWrap .snsLinkItem.instagram a:before {
  background: url(../images/common/icon_sns_instagram.png) center center/100% no-repeat;
}
#movieWrap .snsLinkItem.line a:before {
  background: url(../images/common/icon_sns_line.png) center center/100% no-repeat;
}

/* ----------------------------------------------------
#scheduleWrap
---------------------------------------------------- */
#scheduleWrap {
  padding: 100px 0;
  background: #eee;
}
@media (max-width: 736px) {
  #scheduleWrap {
    padding: 60px 0;
  }
}
#scheduleWrap h2 {
  margin-bottom: 50px;
  background: none;
}
@media (max-width: 736px) {
  #scheduleWrap h2 {
    margin-bottom: 26px;
  }
}
#scheduleWrap div.schedulebox {
  margin: 0 auto;
  width: 968px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#scheduleWrap div.schedulebox + .moreBtn {
  margin-top: 70px;
}
@media (max-width: 736px) {
  #scheduleWrap div.schedulebox + .moreBtn {
    margin-top: 35px;
  }
}
@media (max-width: 968px) {
  #scheduleWrap div.schedulebox {
    width: 90%;
  }
}
@media (max-width: 736px) {
  #scheduleWrap div.schedulebox .box {
    margin-bottom: 20px;
  }
  #scheduleWrap div.schedulebox .box:nth-child(3) {
    margin-bottom: 0;
  }
}
#scheduleWrap div.moreBtn {
  line-height: 0;
  text-align: center;
}
@media (max-width: 736px) {
  #scheduleWrap div.moreBtn {
    margin: 0 auto;
    width: 90%;
    box-sizing: border-box;
  }
  #scheduleWrap div.moreBtn img {
    max-width: 100%;
    height: auto;
  }
}

/* ----------------------------------------------------
.scheduleList
---------------------------------------------------- */
.scheduleList .schedulebox .box {
  margin-bottom: 30px;
}
@media (max-width: 736px) {
  .scheduleList .schedulebox .box {
    margin-bottom: 16px;
  }
}

/* ----------------------------------------------------
.schedulebox
---------------------------------------------------- */
.schedulebox {
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.schedulebox:after {
  content: "";
  display: block;
  width: 30%;
}
@media (max-width: 736px) {
  .schedulebox:after {
    content: none;
  }
}
.schedulebox div.box {
  width: 30%;
  background: #fff;
  border: 2px solid #CC7DB1;
  text-align: left;
}
@media (max-width: 736px) {
  .schedulebox div.box {
    width: 100%;
  }
}
.schedulebox div.box a {
  padding: 30px 20px;
  display: block;
  box-sizing: border-box;
}
.schedulebox div.box p.year {
  color: #CC7DB1;
}
.schedulebox div.box p.title {
  margin-bottom: 10px;
  line-height: 1.4;
  font-weight: bold;
  color: #CC7DB1;
}
.schedulebox div.box p.excerpt {
  line-height: 1.4;
}
.schedulebox div.box div.date {
  display: flex;
  align-items: flex-start;
}
.schedulebox div.box span {
  color: #CC7DB1;
  display: inline-block;
}
.schedulebox div.box span.m_d {
  font-size: 40px;
  font-weight: bold;
}
@media (max-width: 736px) {
  .schedulebox div.box span.m_d {
    font-size: 36px;
  }
}
.schedulebox div.box span.pu {
  font-size: 36px;
}
@media (max-width: 736px) {
  .schedulebox div.box span.pu {
    font-size: 32px;
  }
}
.schedulebox div.box span.d_d {
  font-size: 62px;
  font-weight: bold;
}
@media (max-width: 736px) {
  .schedulebox div.box span.d_d {
    font-size: 52px;
  }
}
.schedulebox div.box span.week {
  margin-bottom: 10px;
  font-weight: bold;
  display: flex;
  align-self: flex-end;
}

/* ----------------------------------------------------
.pageTitleImg
---------------------------------------------------- */
.pageTitleImg {
  margin: -2rem 0 2rem 0;
  width: 100%;
  line-height: 0;
}
@media (max-width: 736px) {
  .pageTitleImg {
    margin-top: 0;
  }
}
.pageTitleImg img {
  max-width: 100%;
  height: auto;
}

h2.title_h2 {
  margin: 5rem auto 3rem auto !important;
  text-align: center;
  font-size: 32px;
  font-size: 3.2rem;
  line-height: 1.375;
  color: #CC7DB1;
}
@media (max-width: 736px) {
  h2.title_h2 {
    margin: 0 0 2rem 0 !important;
    font-size: 18px;
    line-height: 2.0;
  }
}

/* ----------------------------------------------------
.policiesWrap
---------------------------------------------------- */
.policiesWrap {
  padding: 50px 0 0 0;
}
@media (max-width: 736px) {
  .policiesWrap {
    padding: 0;
  }
}
.policiesWrap div.topbox {
  color: #CC7DB1;
  font-size: 32px;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
}
.policiesWrap div.topbox span {
  display: block;
}
@media (max-width: 736px) {
  .policiesWrap div.topbox {
    margin: 0 auto;
    width: 90%;
    font-size: 22px;
  }
}
.policiesWrap div.topbox p:first-child {
  margin-bottom: 30px;
}
@media (max-width: 736px) {
  .policiesWrap div.topbox p:first-child {
    margin-bottom: 16px;
  }
}
.policiesWrap div.topbox br.sp {
  display: none;
}
@media (max-width: 736px) {
  .policiesWrap div.topbox br.sp {
    display: block;
  }
}
.policiesWrap div.bottombox {
  padding: 160px 0 120px 0;
  margin-top: 200px;
  color: #fff;
  background: #CC7DB1;
}
@media (max-width: 736px) {
  .policiesWrap div.bottombox {
    padding: 80px 0 60px 0;
    margin-top: 100px;
  }
}
.policiesWrap div.bottombox .innerbox {
  margin: 0 auto;
  width: 870px;
}
@media (max-width: 870px) {
  .policiesWrap div.bottombox .innerbox {
    width: 90%;
  }
}
.policiesWrap div.bottombox .innerbox + .innerbox {
  margin-top: 60px;
}
@media (max-width: 736px) {
  .policiesWrap div.bottombox .innerbox + .innerbox {
    margin-top: 40px;
  }
}
.policiesWrap div.bottombox .innerbox h2.boxtitle {
  margin-bottom: 50px !important;
  font-size: 32px;
  line-height: 1.5;
  font-weight: bold;
  text-align: center;
  background: none;
}
@media (max-width: 736px) {
  .policiesWrap div.bottombox .innerbox h2.boxtitle {
    margin-bottom: 25px !important;
    font-size: 24px;
  }
}
.policiesWrap div.bottombox .innerbox h2.boxtitle span {
  display: block;
}
.policiesWrap div.bottombox .innerbox h2.boxtitle br.sp {
  display: none;
}
@media (max-width: 736px) {
  .policiesWrap div.bottombox .innerbox h2.boxtitle br.sp {
    display: block;
  }
}
.policiesWrap div.bottombox .innerbox .subtitle {
  padding: 14px 0 10px 0;
  margin-bottom: 30px;
  background: #fcee21;
  text-align: center;
  color: #CC7DB1;
  font-size: 32px;
  font-weight: bold;
  line-height: 1.5;
}
@media (max-width: 736px) {
  .policiesWrap div.bottombox .innerbox .subtitle {
    padding: 10px;
    margin-bottom: 16px;
    font-size: 20px;
  }
}
.policiesWrap div.bottombox .innerbox .subtitle br.sp {
  display: none;
}
@media (max-width: 736px) {
  .policiesWrap div.bottombox .innerbox .subtitle br.sp {
    display: block;
  }
}
.policiesWrap div.bottombox .innerbox .text {
  font-size: 16px;
  line-height: 2.0;
  font-weight: bold;
  text-align: left;
}
.policiesWrap div.bottombox .innerbox .morebtn {
  margin: 50px auto 0 auto;
  width: 273px;
  font-size: 18px;
  line-height: 1.8;
}
.policiesWrap div.bottombox .innerbox .morebtn a {
  padding: 12px 0 9px 0;
  text-align: center;
  display: block;
  color: #fff;
  border: 1px solid #fff;
}
.policiesWrap div.policiesbox {
  margin: 100px auto 0 auto;
  width: 870px;
  text-align: left;
}
@media (max-width: 870px) {
  .policiesWrap div.policiesbox {
    width: 90%;
  }
}
@media (max-width: 736px) {
  .policiesWrap div.policiesbox {
    margin-top: 50px;
  }
}
.policiesWrap div.policiesbox h3.pbtitle {
  padding: 20px 0 16px 0;
  margin-bottom: 20px;
  font-size: 22px;
  line-height: 1.5;
  font-weight: normal;
  text-align: left;
  color: #CC7DB1;
  border-top: 1px solid #CC7DB1;
  border-bottom: 1px solid #CC7DB1;
}
@media (max-width: 736px) {
  .policiesWrap div.policiesbox h3.pbtitle {
    padding: 12px 0;
    font-size: 19px;
  }
}
.policiesWrap div.policiesbox h3.pbtitle-02 {
  padding: 20px 0 16px 0;
  margin-bottom: 20px;
  font-size: 22px;
  line-height: 1.5;
  font-weight: bold;
  text-align: left;
  color: #CC7DB1;
  border-top: 2px solid #CC7DB1;
  border-bottom: 2px solid #CC7DB1;
}
@media (max-width: 736px) {
  .policiesWrap div.policiesbox h3.pbtitle-02 {
    padding: 12px 0;
    font-size: 19px;
  }
}
.policiesWrap div.policiesbox h4 {
  font-size: 19px;
  line-height: 1.8;
}
@media (max-width: 736px) {
  .policiesWrap div.policiesbox h4 {
    font-size: 17px;
    line-height: 1.5;
  }
}
.policiesWrap div.policiesbox p {
  font-size: 16px;
  line-height: 2.0;
}
@media (max-width: 736px) {
  .policiesWrap div.policiesbox p {
    font-size: 15px;
    line-height: 1.75;
  }
}
.policiesWrap div.policiesbox ul {
  margin: 30px 0;
  font-size: 18px;
  line-height: 1.8;
  font-weight: bold;
  color: #CC7DB1;
  list-style-type: none;
}
@media (max-width: 736px) {
  .policiesWrap div.policiesbox ul {
    margin: 16px 0;
    font-size: 16px;
  }
}
.policiesWrap div.policiesbox ul li {
  margin-top: 16px;
  padding-left: 33px;
  text-indent: -33px;
}
.policiesWrap div.policiesbox ul li:before {
  content: "";
  display: inline-block;
  background: url(../images/common/icon_arrow01.png) center no-repeat;
  background-size: 100%;
  width: 17px;
  height: 17px;
  margin-right: 16px;
  position: relative;
  top: 2px;
}
.policiesWrap div.policiesbox ul.list {
  margin: 30px 0;
  font-size: 18px;
  line-height: 1.8;
  font-weight: normal;
  color: #CC7DB1;
  list-style-type: none;
}
@media (max-width: 736px) {
  .policiesWrap div.policiesbox ul.list {
    margin: 16px 0;
    font-size: 16px;
  }
}
.policiesWrap div.policiesbox ul.list li {
  margin-top: 16px;
  padding-left: 33px;
  text-indent: -33px;
}
.policiesWrap div.policiesbox ul.list li:before {
  content: "";
  display: inline-block;
  background: url(../images/common/icon_arrow01.png) center no-repeat;
  background-size: 100%;
  width: 17px;
  height: 17px;
  margin-right: 16px;
  position: relative;
  top: 2px;
}
.policiesWrap div.policiesbox .sharebox {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 736px) {
  .policiesWrap div.policiesbox .sharebox {
    justify-content: center;
  }
}
.policiesWrap div.policiesbox .sharebox div {
  line-height: 0;
}
.policiesWrap div.policiesbox .sharebox div img {
  width: 32px;
  height: auto;
}
.policiesWrap div.policiesbox .sharebox div.tw {
  margin: 0 7px;
}

/* ----------------------------------------------------
.pagebackBtn
---------------------------------------------------- */
.pagebackBtn {
  margin: 0 auto 60px auto;
  width: 320px;
  text-align: center;
}
@media (max-width: 736px) {
  .pagebackBtn {
    margin-bottom: 30px;
    width: 90%;
  }
}
.pagebackBtn a {
  padding: 16px 0 14px 0;
  display: block;
  color: #fff;
  background: #CC7DB1;
}
@media (max-width: 736px) {
  .pagebackBtn a {
    padding: 12px 0;
  }
}

/* ----------------------------------------------------
.schedule_single
---------------------------------------------------- */
.schedule_single p {
  text-align: center !important;
}
.schedule_single p.year {
  color: #CC7DB1;
}
@media (max-width: 736px) {
  .schedule_single p.year {
    padding: 0 !important;
    margin: 0 !important;
  }
}
.schedule_single p.week {
  color: #CC7DB1;
  font-weight: bold;
}
@media (max-width: 736px) {
  .schedule_single p.week {
    font-size: 16px;
    padding: 0 !important;
    margin: 0 !important;
  }
}
.schedule_single h3.shTitle {
  padding: 0;
  margin: 20px 0 10px 0 !important;
  font-size: 25px !important;
}
@media (max-width: 736px) {
  .schedule_single h3.shTitle {
    margin: 10px 0 6px 0 !important;
    font-size: 22px !important;
  }
}
.schedule_single div.date {
  text-align: center !important;
}
@media (max-width: 736px) {
  .schedule_single div.date {
    padding: 20px 0 0 0 !important;
    margin: 0;
  }
}
.schedule_single div.dateinner {
  display: flex;
  justify-content: center;
}
@media (max-width: 736px) {
  .schedule_single div.dateinner {
    padding: 0 !important;
    margin: 0 !important;
  }
}
.schedule_single div span {
  font-size: 46px;
  line-height: 1.5;
  color: #CC7DB1;
  display: inline-block;
}
@media (max-width: 736px) {
  .schedule_single div span {
    padding: 0;
    margin: 0;
    font-size: 44px;
    line-height: 1.0;
  }
}
.schedule_single div span.m_d {
  font-weight: bold;
}
@media (max-width: 736px) {
  .schedule_single div span.m_d {
    font-size: 34px;
    display: flex;
    align-self: flex-start;
  }
}
@media (max-width: 736px) {
  .schedule_single div span.pu {
    font-size: 40px;
  }
}
.schedule_single div span.d_d {
  font-weight: bold;
}
.schedule_single div.detail {
  margin-bottom: 30px;
  text-align: left !important;
}
.schedule_single div.detail p {
  text-align: left !important;
}

/* ----------------------------------------------------
line
---------------------------------------------------- */
.line__container {
  text-align: left;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 736px) {
  .line__container {
    flex-wrap: wrap;
  }
}
.line__container_item {
  width: 70%;
}
.line__container_item h4 {
  margin-bottom: 10px;
  line-height: 1.8;
}
.line__container_item p {
  line-height: 1.8;
}
.line__container_item p + h4 {
  margin-top: 30px;
}
@media (max-width: 736px) {
  .line__container_item p {
    font-size: 15px;
  }
}
@media (max-width: 736px) {
  .line__container_item {
    width: 100%;
  }
}
.line__container_qr {
  line-height: 0;
  width: calc(360px / 2);
}
.line__container_qr img {
  width: calc(360px / 2);
  height: auto;
  border: 1px solid #ccc;
}
@media (max-width: 736px) {
  .line__container_qr {
    margin-top: 30px;
    width: 100%;
    text-align: center;
  }
}

/* ----------------------------------------------------
joinus
---------------------------------------------------- */
.joinus {
  padding-top: 10px;
  line-height: 1.8;
}
.joinus h4 {
  margin-bottom: 5px;
  font-size: 20px;
}
@media (max-width: 736px) {
  .joinus h4 {
    font-size: 17px;
  }
}
.joinus h5 {
  margin-bottom: 5px;
  font-size: 18px;
}
@media (max-width: 736px) {
  .joinus h5 {
    font-size: 16px;
  }
}
.joinus p {
  margin-bottom: 20px;
}
.joinus p:last-child {
  margin-bottom: 0;
}
.joinus a {
  text-decoration: underline;
}
.joinus__container {
  margin-bottom: 50px;
  text-align: left;
}
@media (max-width: 736px) {
  .joinus__container {
    margin-bottom: 30px;
  }
  .joinus__container p {
    font-size: 15px;
  }
}
.joinus__container_item + .joinus__container_item {
  margin-top: 50px;
}
@media (max-width: 736px) {
  .joinus__container_item + .joinus__container_item {
    margin-top: 30px;
  }
}
.joinus__aside {
  padding: 30px;
  border: 1px solid #CC7DB1;
}
@media (max-width: 736px) {
  .joinus__aside {
    padding: 24px;
  }
}
.joinus__aside ul {
  margin-left: 20px;
  list-style-type: circle;
}

/* ----------------------------------------------------
policy
---------------------------------------------------- */
.policy__head {
  margin: 60px auto 0 auto;
  width: 870px;
  text-align: left;
  line-height: 1.8;
}
.policy__head h4 {
  color: #CC7DB1;
  font-size: 24px;
}
@media (max-width: 736px) {
  .policy__head h4 {
    font-size: 17px;
    line-height: 1.5;
  }
}
@media (max-width: 870px) {
  .policy__head {
    padding: 0 20px;
    width: 100%;
    box-sizing: border-box;
  }
}
@media (max-width: 736px) {
  .policy__head {
    margin-top: 40px;
  }
}

/* ----------------------------------------------------
other
---------------------------------------------------- */
.mt50 {
  margin-top: 50px !important;
}
@media (max-width: 736px) {
  .mt50 {
    margin-top: 30px !important;
  }
}

.indent-01 {
  padding-left: 18px;
  text-indent: -18px;
}

.underline {
  text-decoration: underline;
}

.bold {
  font-weight: bold;
}

.lgtxt01 {
  font-size: 120%;
}

.lgtxt02 {
  font-size: 140%;
}

/* color
--------------------------- */
.black {
  color: #333;
}

.main_color {
  color: #CC7DB1;
}

/* btn
--------------------------- */
.moreLink {
  margin: 50px auto;
  width: 300px;
  height: 56px;
}
@media (max-width: 736px) {
  .moreLink {
    width: 90%;
  }
}
.moreLink a {
  color: #CC7DB1;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  border: 1px solid #CC7DB1;
}
</pre></body></html>