@charset "UTF-8";

@font-face {
  font-family: "Noto Sans JP";
  src: url("/common/fonts/NotoSansJP/NotoSansJP-Regular.otf") format("opentype"),
    url("/common/fonts/NotoSansJP/NotoSansJP-Medium.otf") format("opentype"),
    url("/common/fonts/NotoSansJP/NotoSansJP-Bold.otf") format("opentype");
}

* {
  font-family: "Noto Sans JP", "Noto Sans CJK JP", Arial,
    "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, "メイリオ",
    "ＭＳ Ｐゴシック", sans-serif !important;
}

/* avatar */
.avatar {
  background-color: #000000;
  font-family: "Noto Sans JP", "Noto Sans CJK JP", Arial,
    "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, "メイリオ",
    "ＭＳ Ｐゴシック", sans-serif;
  line-height: 1.5;
  text-align: left;
  color: #ffffff;
}
.avatar section {
  padding-top: 80px;
}
.avatar section:first-of-type {
  padding-top: 0;
}
.avatar section:last-of-type {
  padding-bottom: 80px;
}
.avatar img {
  max-width: 100%;
  width: auto;
  margin-left: auto;
  margin-right: auto;
}

/* mv */
.avatar .mv {
  position: relative;
}
.avatar .mv_banner {
  max-width: 1440px;
  min-height: 100%;
  width: 100%;
  margin: 0 auto;
  padding: 0;
}
.avatar .mv.narrow .mv_banner {
  max-width: 950px;
  min-height: 100%;
  width: 100%;
  margin: 0 auto;
  padding: 0;
}
.avatar .inner {
  width: 1030px;
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
  padding: 0 40px;
}
.avatar .mv_link {
  max-width: 100%;
  width: 100%;
  background-image: -moz-linear-gradient(
    90deg,
    rgb(138, 213, 230) 0%,
    rgb(0, 85, 122) 100%
  );
  background-image: -webkit-linear-gradient(
    90deg,
    rgb(138, 213, 230) 0%,
    rgb(0, 85, 122) 100%
  );
  background-image: -ms-linear-gradient(
    90deg,
    rgb(138, 213, 230) 0%,
    rgb(0, 85, 122) 100%
  );
}
.avatar .mv.narrow .mv_link {
  background-image: none;
}
.avatar .mv_link__container {
  position: relative;
  max-width: 950px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
  padding: 0;
}
.avatar .mv.narrow .mv_link .mv_link__container {
  background-image: url(../images/narrow-mv_link_bg_pc.png);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
}
.avatar .mv_link__container .mv_link__item {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  background-color: transparent;
  background-image: url(../images/mv_link-separator.png);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 1px 100%;
  min-height: 110px;
  width: 50%;
  height: 100%;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.333;
  text-align: left;
  padding: 0 12px 0 15px;
}
.avatar .mv.narrow .mv_link__container .mv_link__item {
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  min-height: 100px;
}
.avatar .mv.narrow .mv_link__container .mv_link__item:nth-of-type(1) {
  background-image: -moz-linear-gradient(
    90deg,
    rgb(138, 213, 230) 0%,
    rgb(0, 85, 122) 100%
  );
  background-image: -webkit-linear-gradient(
    90deg,
    rgb(138, 213, 230) 0%,
    rgb(0, 85, 122) 100%
  );
  background-image: -ms-linear-gradient(
    90deg,
    rgb(138, 213, 230) 0%,
    rgb(0, 85, 122) 100%
  );
}
.avatar .mv.narrow .mv_link__container .mv_link__item:nth-of-type(2) {
  background-image: -moz-linear-gradient(
    90deg,
    rgb(119, 233, 213) 0%,
    rgb(17, 144, 113) 100%
  );
  background-image: -webkit-linear-gradient(
    90deg,
    rgb(119, 233, 213) 0%,
    rgb(17, 144, 113) 100%
  );
  background-image: -ms-linear-gradient(
    90deg,
    rgb(119, 233, 213) 0%,
    rgb(17, 144, 113) 100%
  );
  margin-left: 1px;
}
.avatar .mv_link__container .mv_link__item:last-of-type {
  background-color: transparent;
  background-image: url(../images/mv_link-separator.png),
    url(../images/mv_link-separator.png);
  background-repeat: no-repeat, no-repeat;
  background-position: left center, right center;
  background-size: 1px 100%;
}
.avatar .mv_link__container .mv_link__item .mv_link__item-text {
  display: inline-block;
  line-height: 1.5;
  color: #ffffff;
}
.avatar .mv_link__container .mv_link__item .mv_link__item-icon {
  margin-right: 10px;
}
.avatar .mv_link__container a.mv_link__item {
  color: #ffffff;
  text-decoration: none !important;
}

/* mv_anchor */
.avatar .mv_anchor {
  max-width: 100%;
  min-height: 80px;
  width: 100%;
  margin: 0 auto;
  padding: 0;
}
.avatar .mv_anchor__container {
  position: relative;
  max-width: 950px;
  width: 100%;
  margin: 0 auto;
  padding: 0;
}
.avatar .mv_anchor__container .mv_link__item {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  min-height: 118px;
  max-width: 100%;
  height: 100%;
  background-color: #ffffff;
  font-size: 28px;
  font-weight: bold;
  line-height: 1.333;
  text-align: left;
  text-decoration: none;
  padding: 0 12px 0 15px;
  color: #000000;
}
.avatar .mv_anchor__container .mv_link__item .mv_link__item-icon {
  margin-right: 10px;
}
.avatar .mv_anchor__container .mv_link__item .mv_link__item-icon img {
  min-width: 84px;
}
.avatar .mv_anchor__container .mv_link__item .mv_link__item-text {
  display: inline-block;
  max-width: 100%;
}
.avatar .mv_anchor__container .mv_link__item .mv_link__item-text .period {
  display: block;
  text-align: center;
  font-weight: normal;
  font-size: 24px;
  margin-top: 5px;
}
.avatar .mv_anchor__container .mv_link__item .mv_link__item-arrow img {
  min-width: 46px;
}
/* mv_anchor border_link */
@media only screen and (min-width: 641px) {
  .avatar .mv_anchor .border_link {
    background-image: linear-gradient(
      to bottom,
      transparent calc(100% - 2px),
      #000000 2px
    );
  }
  .avatar .mv_anchor a .border_link::before {
    background: #000000;
  }
}

@media only screen and (max-width: 640px) {
  .avatar .mv_anchor a:hover .border_link {
    text-decoration: underline;
  }
}

/* border_link */
@media only screen and (min-width: 641px) {
  .avatar .border_link {
    background-image: linear-gradient(
      to bottom,
      transparent calc(100% - 2px),
      #ffffff 2px
    );
    background-repeat: no-repeat;
    background-size: 0% calc(100%);
    -webkit-transition-property: background-size;
    transition-property: background-size;
    -webkit-transition-duration: 0.7s;
    transition-duration: 0.7s;
    -webkit-transition-delay: 0;
    transition-delay: 0;
    -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
    transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
    background-position: left top;
    padding-bottom: 2px;
  }
  .avatar a:hover .border_link {
    background-size: 100% calc(100%);
  }
  .avatar a .border_link::before {
    background: #ffffff;
  }
  .avatar a:hover .border_link::before {
    transform: scale(1, 1);
  }
}
@media only screen and (max-width: 640px) {
  .avatar section {
    padding-top: 40px;
  }
  .avatar section:first-of-type {
    padding-top: 0;
  }
  .avatar section:last-of-type {
    padding-bottom: 40px;
  }
  .avatar .inner {
    width: auto;
    padding: 0 25px;
  }
  .avatar .mv_link {
    background-image: none;
  }
  .avatar .mv_link__container {
    max-width: 100%;
    flex-wrap: wrap;
  }
  .avatar .mv.narrow .mv_link .mv_link__container {
    background-image: url(../images/narrow-mv_link_bg_sp.png);
  }
  .avatar a:hover .border_link {
    text-decoration: underline;
  }
  .avatar .mv_link__container .mv_link__item,
  .avatar .mv_link__container .mv_link__item:last-of-type {
    max-width: 100%;
    width: 100%;
    background-image: -moz-linear-gradient(
      90deg,
      rgb(138, 213, 230) 0%,
      rgb(0, 85, 122) 100%
    );
    background-image: -webkit-linear-gradient(
      90deg,
      rgb(138, 213, 230) 0%,
      rgb(0, 85, 122) 100%
    );
    background-image: -ms-linear-gradient(
      90deg,
      rgb(138, 213, 230) 0%,
      rgb(0, 85, 122) 100%
    );
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    min-height: 1px;
  }
  .avatar .mv.narrow .mv_link__container .mv_link__item:nth-of-type(2) {
    margin-top: 1px;
    margin-left: 0;
  }
  .avatar .mv_link__container a.mv_link__item {
    color: #ffffff;
    text-decoration: none !important;
  }
  .avatar .mv_link__container a.mv_link__item:hover {
    text-decoration: underline;
  }
  .avatar .mv_anchor__container .mv_link__item {
    min-height: 100px;
    font-size: 22px;
    padding: 10px 12px 10px 15px;
  }
  .avatar .mv_link__container .mv_link__item .mv_link__item-icon,
  .avatar .mv_anchor__container .mv_link__item .mv_link__item-icon {
    width: 16%;
    margin-left: 0;
  }
  .avatar .mv_link__container .mv_link__item .mv_link__item-text,
  .avatar .mv_anchor__container .mv_link__item .mv_link__item-text {
    width: 72%;
  }
  .avatar .mv_anchor__container .mv_link__item .mv_link__item-text .period {
    font-weight: normal;
    font-size: 14px;
  }
  .avatar .mv_link__container .mv_link__item .mv_link__item-arrow,
  .avatar .mv_anchor__container .mv_link__item .mv_link__item-arrow {
    width: 12%;
  }
}
@media only screen and (max-width: 500px) {
  .avatar .mv_link__container .mv_link__item,
  .avatar .mv.narrow .mv_link__container .mv_link__item {
    min-height: 1px;
    font-size: 15px;
    padding: 10px 12px 10px 15px;
  }
  .avatar .mv_anchor__container .mv_link__item {
    min-height: 1px;
    font-size: 18px;
  }
  .avatar .mv_link__container .mv_link__item .mv_link__item-icon,
  .avatar .mv_anchor__container .mv_link__item .mv_link__item-icon {
    width: 20%;
  }
  .avatar .mv_link__container .mv_link__item .mv_link__item-text,
  .avatar .mv_anchor__container .mv_link__item .mv_link__item-text {
    width: 70%;
  }
  .avatar .mv_anchor__container .mv_link__item .mv_link__item-text .period {
    text-align: left;
    font-weight: normal;
    font-size: 11px;
  }
  .avatar .mv_link__container .mv_link__item .mv_link__item-arrow,
  .avatar .mv_anchor__container .mv_link__item .mv_link__item-arrow {
    width: 10%;
  }
  .avatar .mv_anchor__container .mv_link__item .mv_link__item-icon img {
    min-width: 1px;
  }
  .avatar .mv_anchor__container .mv_link__item .mv_link__item-arrow img {
    min-width: 1px;
  }
}

.avatar h1 {
  font-size: 36px;
  font-weight: 500;
  text-align: center;
}
.avatar h2 {
  font-size: 32px;
  font-weight: 500;
  border-bottom: 3px solid #c3c3c3;
  margin: calc(60px - 9px) 0 0;
  padding: 0 0 12px;
  text-align: center;
}
.avatar h3 {
  font-size: 30px;
  font-weight: 500;
  margin: calc(40px - 7.5px) 0 0;
}
.avatar h4 {
  font-size: 22px;
  font-weight: 500;
  margin: calc(30px - 5.5px) 0 0;
}
.avatar .lead {
  font-size: 22px;
  font-weight: 500;
  text-align: center;
  margin: calc(30px - 5.5px) 0 0;
}
.avatar .paragraph {
  font-size: 16px;
  margin: 20px 0 0;
}
.avatar .paragraph.small {
  font-size: 14px;
  margin: calc(30px - 3.5px) 0 0;
}
.avatar .note {
  font-size: 14px;
  text-indent: -1.2em;
  padding-left: 1.2em;
  text-align: left;
  margin-top: 15px;
}

.avatar h1.mt0,
.avatar h2.mt0,
.avatar h3.mt0,
.avatar h4.mt0,
.avatar .lead.mt0,
.avatar .paragraph.mt0,
.avatar .note.mt0,
.avatar .paragraph.small.mt0 {
  margin-top: 0;
}

.avatar .video {
  width: 100%;
  margin: 30px 0;
}
.avatar .video .video__inner {
  position: relative;
  width: 100%;
  overflow: hidden;
  padding-bottom: 56.25%;
}
.avatar .video .video__inner iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  border: none;
  top: 0;
  left: 0;
}

@media screen and (max-width: 640px) {
  .avatar h1 {
    font-size: 26px;
    line-height: 1.33;
  }
  .avatar h2 {
    font-size: 26px;
    line-height: 1.33;
    border-bottom: 3px solid #c3c3c3;
    margin: calc(60px - 7px) 0 0;
    padding: 0 0 17px;
  }
  .avatar h2.headline {
    text-align: left;
  }
  .avatar h2.headline br {
    display: none;
  }
  .avatar h3 {
    font-size: 24px;
    line-height: 1.4;
    margin: calc(30px - 6px) 0 0;
  }
  .avatar h4 {
    font-size: 20px;
    line-height: 1.4;
    margin: calc(25px - 5px) 0 0;
  }
  .avatar .lead {
    font-size: 20px;
    line-height: 1.4;
    text-align: left;
    margin: calc(25px - 5px) 0 0;
  }
  .avatar .paragraph {
    font-size: 15px;
    margin: 16px 0 0;
  }
  .avatar .note {
    font-size: 13px;
    margin-top: 12px;
  }
}

/* flex_2col */
.avatar .flex_2col {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
}
.avatar .flex_2col .for-sp_order-1,
.avatar .flex_2col .for-sp_order-2,
.avatar .flex_2col .for-sp_order-3,
.avatar .flex_2col .for-sp_order-4 {
  order: 0;
}
.avatar .flex_2col .flex_2col__item {
  width: calc(50% - 16px);
  margin-top: 30px;
}
.avatar .flex_2col .flex_2col__item.w15 {
  width: calc(15% - 16px);
}
.avatar .flex_2col .flex_2col__item.w85 {
  width: calc(85% - 16px);
}
.avatar .flex_2col .flex_2col__item.w25 {
  width: calc(25% - 16px);
}
.avatar .flex_2col .flex_2col__item.w75 {
  width: calc(75% - 16px);
}
.avatar .flex_2col .flex_2col__item:nth-of-type(2n) {
  padding-left: 16px;
}
.avatar .flex_2col .flex_2col__item:nth-of-type(2n-1) {
  padding-right: 16px;
}
@media screen and (max-width: 640px) {
  .avatar .flex_2col .for-sp_order-1 {
    order: 1;
  }
  .avatar .flex_2col .for-sp_order-2 {
    order: 2;
  }
  .avatar .flex_2col .for-sp_order-3 {
    order: 3;
  }
  .avatar .flex_2col .for-sp_order-4 {
    order: 4;
  }
  .avatar .flex_2col {
    flex-direction: column;
    align-items: flex-start;
  }
  .avatar .flex_2col .flex_2col__item,
  .avatar .flex_2col .flex_2col__item.w15,
  .avatar .flex_2col .flex_2col__item.w25,
  .avatar .flex_2col .flex_2col__item.w75,
  .avatar .flex_2col .flex_2col__item.w85 {
    width: 100%;
  }
  .avatar .flex_2col .flex_2col__item:nth-of-type(2n),
  .avatar .flex_2col .flex_2col__item:nth-of-type(2n-1) {
    padding: 0;
  }
  .avatar .flex_2col .flex_2col__item .for-sp_w240 {
    max-width: 240px;
    width: 100%;
    margin: 0 auto;
  }
  .avatar .flex_2col .flex_2col__item .for-sp_max-width {
    max-width: 140px;
    width: 100%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 500px) {
  .avatar .flex_2col .flex_2col__item .for-sp_max-width {
    max-width: 120px;
  }
  .avatar .flex_2col .flex_2col__item h3 {
    font-size: 22px;
  }
}
@media screen and (max-width: 400px) {
  .avatar .flex_2col .flex_2col__item .for-sp_max-width {
    max-width: 100px;
  }
  .avatar .flex_2col .flex_2col__item h3 {
    font-size: 20px;
  }
}

/* flex_4col */
.avatar .flex_4col {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
}
.flex_4col__item {
  width: calc(25% - 3 / 4 * 12px);
  margin-top: 30px;
}
@media screen and (max-width: 640px) {
  .flex_4col__item {
    width: calc(50% - 16px);
  }
  .flex_4col__item:nth-of-type(2n) {
    padding-left: 16px;
  }
  .flex_4col__item:nth-of-type(2n-1) {
    padding-right: 16px;
  }
}
@media screen and (max-width: 500px) {
  .flex_4col__item {
    width: 100%;
  }
  .flex_4col__item:nth-of-type(2n) {
    padding-left: 0;
  }
  .flex_4col__item:nth-of-type(2n-1) {
    padding-right: 0;
  }
}

/* txt__link */
/*
.avatar .txt__link {
  position: relative;
}
.avatar .txt__link a {
  color: #ffffff;
}
.avatar .txt__link a:link {
  display: inline-block;
  text-decoration: none;
}
.avatar .txt__link a:hover {
  text-decoration: none;
}
*/

/* link__icon */
/*
.avatar .link__icon {
  position: relative;
  padding: 0 20px 0 0;
}
.avatar .link__icon::after {
  content: "";
  position: absolute;
  top: calc(50% - 2px);
  right: 0;
  display: inline-block;
  width: 8px;
  height: 8px;
  margin-top: 2px;
  border-left: 2px solid #b60081;
  border-top: 2px solid #b60081;
  transform: translateY(-50%) rotate(225deg);
}
*/

/* txt__link border_link */
/*
@media only screen and (min-width: 641px) {
  .avatar .txt__link .border_link {
    background-image: linear-gradient(
      to bottom,
      transparent calc(100% - 1px),
      #ffffff 2px
    );
    background-size: 100% calc(100%);
    background-position: right bottom;
  }
  .avatar .txt__link a:hover .border_link {
    background-size: 0% calc(100%);
  }
}
@media only screen and (max-width: 640px) {
  .avatar .txt__link .border_link {
    text-decoration: underline;
  }
  .avatar .txt__link a:hover .border_link {
    text-decoration: none;
  }
  .avatar .link__icon::after {
    top: calc(50% - 4px);
  }
}
*/

/* slogan, campaign */
.avatar .slogan {
  position: relative;
  background-color: #28a487;
  padding: 20px;
  margin: 0;
}
.avatar .slogan .headline {
  position: relative;
  font-size: 42px;
  line-height: 1.25;
  font-weight: bold;
  text-align: center;
  border-color: #ffffff;
  color: #ffffff;
  margin: 0 auto;
}
.avatar .slogan .lead {
  font-size: 28px;
  font-weight: bold;
  line-height: 1.25;
  font-weight: bold;
  text-align: center;
  color: #ffffff;
}
.avatar .slogan h3 {
  font-weight: bold;
}
.avatar .slogan .campaign {
  position: relative;
  max-width: 100%;
  background-color: #ffffff;
  padding: 30px 20px;
  color: #000000;
}
/* campaign flex_4col */
.avatar .campaign .flex_4col {
  justify-content: flex-start;
  column-gap: 8px;
}
.avatar .campaign .flex_4col__item {
  width: calc(25% - 3 / 4 * 8px);
  margin-top: 16px;
}

.avatar .campaign .term img.item_img {
  width: 100%;
  height: auto;
  display: block;
}

@media screen and (max-width: 640px) {
  .avatar .slogan {
    padding: 12px;
  }
  .avatar .slogan .campaign {
    padding: 24px 12px;
  }
  .avatar .slogan .headline {
    font-size: 26px;
    text-align: left;
  }
  .avatar .slogan .lead {
    font-size: 20px;
    text-align: left;
  }
  .avatar .campaign .flex_4col {
    column-gap: 0;
  }
  .avatar .campaign .flex_4col__item {
    width: calc(50% - 8px);
  }
  .avatar .campaign .flex_4col__item:nth-of-type(2n) {
    padding-left: 8px;
  }
  .avatar .campaign .flex_4col__item:nth-of-type(2n-1) {
    padding-right: 8px;
  }
}
@media screen and (max-width: 500px) {
  .avatar .campaign .flex_4col__item {
    width: 100%;
  }
  .avatar .campaign .flex_4col__item:nth-of-type(2n) {
    padding-left: 0;
  }
  .avatar .campaign .flex_4col__item:nth-of-type(2n-1) {
    padding-right: 0;
  }
}
/* campaign flex_4col */
.avatar .campaign .flex_2col {
  margin-top: 0;
}
.avatar .campaign .flex_2col .flex_2col__item {
  margin-top: 0;
}

/* first-time */
.first-time {
  position: relative;
  background-color: #28a487;
  padding: 20px;
  margin: 0;
}
.avatar .first-time_img {
  position: relative;
  width: 100%;
  margin: 0;
  padding: 0;
}
.avatar .first-time_img img {
  width: 100%;
  vertical-align: top;
}
.avatar .first-time_texts {
  background-color: #ffffff;
  padding: 20px;
  color: #000000;
}
@media screen and (max-width: 640px) {
  .avatar .first-time {
    padding: 12px;
  }
  .avatar .first-time_texts {
    padding: 20px 20px 30px;
  }
}

/* text_link */
.avatar .text_link {
  position: relative;
}
.avatar .indent .text_link {
  text-indent: 0;
}
.avatar .text_link a {
  color: #ffffff;
}
.avatar .text_link.black a {
  color: #000000;
}
.avatar .text_link a:link {
  display: inline-block;
  text-decoration: none;
}
.avatar .text_link a:hover {
  text-decoration: none;
}

/* text_link border_link */
@media only screen and (min-width: 641px) {
  .avatar .text_link .border_link {
    background-image: linear-gradient(
      to bottom,
      transparent calc(100% - 1px),
      #ffffff 2px
    );
    background-size: 100% calc(100%);
    background-position: right bottom;
    padding-bottom: 0;
  }
  .avatar .text_link.black .border_link {
    background-image: linear-gradient(
      to bottom,
      transparent calc(100% - 1px),
      #000000 2px
    );
    background-size: 100% calc(100%);
    background-position: right bottom;
  }
  .avatar .text_link a:hover .border_link {
    background-size: 0% calc(100%);
  }
}
@media only screen and (max-width: 640px) {
  .avatar .text_link .border_link {
    text-decoration: underline;
  }
  .avatar .text_link a:hover .border_link {
    text-decoration: none;
  }
  .avatar .link_icon::after {
    top: calc(50% - 4px);
  }
}
/* link_icon */
.avatar .link_icon {
  position: relative;
  padding: 0 20px 0 0;
}
.avatar .link_icon::after {
  content: "";
  position: absolute;
  top: calc(50% - 2px);
  right: 0;
  display: inline-block;
  width: 8px;
  height: 8px;
  margin-top: 2px;
  border-left: 2px solid #b60081;
  border-top: 2px solid #b60081;
  transform: translateY(-50%) rotate(225deg);
}

/* hidden-contents */
.avatar .hidden-contents {
  display: none;
  transition: all 0.7s ease-in;
  opacity: 0;
}
.avatar .hidden-contents.show {
  display: block;
  opacity: 1;
}
.avatar .more_hidden-contents {
  position: relative;
  max-width: 100%;
  font-size: 30px;
  font-weight: bold;
  line-height: 1;
  text-align: center;
  padding: 12px 0 14px 0;
  color: #ffffff;
}
.avatar .more_hidden-contents a {
  display: inline-block;
  width: 100%;
  font-weight: 500;
  text-decoration: none;
  color: #ffffff;
}
.avatar .more_hidden-contents a:hover {
  cursor: pointer;
}
.avatar .more_hidden-contents a::after {
  content: "";
  position: absolute;
  top: calc(50% - 3px);
  right: 10px;
  display: inline-block;
  width: 12px;
  height: 12px;
  border-left: 4px solid #ffffff;
  border-top: 4px solid #ffffff;
  transform: translateY(-50%) rotate(225deg);
}
@media only screen and (max-width: 640px) {
  .avatar .more_hidden-contents {
    font-size: 22px;
    padding: 10px 0 12px 0;
  }
  .avatar .more_hidden-contents a {
    display: block;
  }
  .avatar .more_hidden-contents a::after {
    top: calc(50% - 3px);
    width: 10px;
    height: 10px;
    border-left: 2px solid #ffffff;
    border-top: 2px solid #ffffff;
  }
}

.avatar .auto-width {
  max-width: max-content;
}
.avatar .box_white {
  background-color: #ffffff;
  padding: 6px 0 24px;
  color: #000000;
}
@media screen and (max-width: 640px) {
  .avatar .box_white {
    padding: 0 0 30px;
  }
}
.avatar .box_light-green {
  background-color: #d5f1ea;
  padding: 24px 16px;
  color: #000000;
}
.avatar .color-green {
  color: #28a487;
}
.avatar .box_bg-green {
  background-color: #28a487;
  font-weight: bold;
  padding: 8px 16px;
  color: #ffffff;
}

/* btn_twitter-cp */
.btn_campaign {
  position: relative;
  display: block;
  width: auto;
}
.btn_campaign a {
  position: relative;
  display: inline-block;
  max-width: 600px;
  width: 100%;
  background-color: #07a5ff;
  border-radius: 10px;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.25;
  text-align: center;
  text-decoration: none;
  padding: 30px 50px 30px 110px;
  color: #ffffff;
}
.btn_campaign a.smaller {
  max-width: max-content;
  text-align: left;
  padding: 8px 50px 10px 20px;
}
.btn_campaign .official {
  max-width: 40%;
  background-color: #e3017f;
  text-align: center;
  padding: 10px 50px 12px 20px;
}
.btn_campaign a.smaller,
.btn_campaign .official {
  font-size: 20px;
}
.btn_campaign a::before {
  position: absolute;
  content: "";
  width: 80px;
  height: 72px;
  top: 50%;
  left: 30px;
  background-color: transparent;
  background-image: url(../images/icon_twitter-white.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 80px auto;
  transform: translateY(-50%);
}
.btn_campaign a.smaller::before,
.btn_campaign a.official::before {
  display: none;
}
.btn_campaign a::after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  border-left: 16px solid #ffffff;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
}
@media only screen and (max-width: 640px) {
  .btn_campaign a {
    max-width: 100%;
    width: auto;
    font-size: 18px;
    text-decoration: none;
    padding: 24px 45px 24px 70px;
  }
  .btn_campaign .official {
    max-width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
  .btn_campaign a.smaller,
  .btn_campaign a.official {
    display: block;
    width: auto;
    font-size: 18px;
    text-decoration: none;
    padding: 8px 45px 10px 20px;
  }
  .btn_campaign a::before {
    width: 60px;
    height: 54px;
    top: 50%;
    left: 10px;
    background-size: 60px auto;
  }
  .btn_campaign a::after {
    right: 15px;
    transform: translateY(-50%);
    border-left: 12px solid #ffffff;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
  }
}
@media only screen and (max-width: 500px) {
  .btn_campaign .official {
    max-width: 100%;
  }
  .btn_campaign a.smaller,
  .btn_campaign a.official {
    font-size: 16px;
  }
}

/* accordion */
.avatar .accordion {
  margin: 30px 0 0;
}
.avatar .accordion + .accordion {
  margin-top: 12px;
}
.avatar .accordion .accordion__title {
  position: relative;
  display: block;
  background-color: transparent;
  border-bottom: 2px solid #ffffff;
  padding: 0 0 6px;
  color: #ffffff;
  font-size: 22px;
  font-weight: bold;
  cursor: default;
  text-align: left;
  text-decoration: none !important;
}
.avatar .accordion .accordion__title-icon {
  display: none;
}
.avatar .accordion .accordion__contents {
  display: block;
  border: none;
  text-align: left;
  padding: 16px 0 24px;
}
.avatar .accordion .accordion__contents,
.avatar .accordion.is-open .accordion__contents {
  display: block;
}
.avatar .accordion .accordion__contents ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: stretch;
  gap: 10px 4px;
  align-items: center;
  list-style: none;
}
.avatar .accordion .accordion__contents ul li {
  max-width: 100%;
  width: max-content;
  min-width: 132px;
}
.avatar .accordion .accordion__contents ul li a {
  text-decoration: none;
  color: #ffffff;
}
.avatar .accordion .accordion__contents ul li .link__icon {
  text-decoration: none;
  color: #ffffff;
}
.avatar .accordion .accordion__contents ul li .link__icon::after {
  content: "";
  position: absolute;
  display: inline-block;
  top: 50%;
  right: 8px;
  width: 6px;
  height: 6px;
  margin-top: 2px;
  border-left: 2px solid #b60081;
  border-top: 2px solid #b60081;
  transform: translateY(-50%) rotate(135deg);
}
@media only screen and (min-width: 641px) {
  .avatar .accordion .accordion__contents ul li .border_link {
    background-image: linear-gradient(
      to bottom,
      transparent calc(100% - 1px),
      #ffffff 2px
    );
    padding-bottom: 1px;
  }
}

@media only screen and (max-width: 640px) {
  .avatar .accordion {
    margin: 20px 0 0;
  }
  .avatar .accordion + .accordion {
    margin-top: 10px;
  }
  .avatar .accordion .accordion__title {
    background-color: #333333;
    position: relative;
    display: block;
    border-bottom: none;
    border-top: none;
    color: #ffffff;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    text-align: left;
    text-decoration: none !important;
    padding: 20px 60px 18px 18px;
  }
  .avatar .accordion .accordion__title-icon {
    position: absolute;
    top: 50%;
    right: 0;
    display: inline-block;
    width: 12px;
    height: 12px;
    margin-top: 0;
    margin-right: 30px;
    border-left: 3px solid #b60081;
    border-top: 3px solid #b60081;
    transform: translateY(-60%) rotate(225deg);
  }
  .avatar .accordion.is-open .accordion__title-icon {
    transform: translateY(0%) rotate(45deg);
  }
  .avatar .accordion .accordion__contents {
    display: none;
    border-left: 3px solid #333333;
    border-right: 3px solid #333333;
    border-bottom: 3px solid #333333;
    text-align: left;
    padding: 20px;
  }
  .avatar .accordion.is-open .accordion__contents {
    display: block;
  }
  .avatar .accordion .accordion__contents ul li {
    min-width: 132px;
  }
  .avatar .accordion .accordion__contents ul {
    gap: 18px 3px;
  }
  .avatar .accordion .accordion__contents ul li .link__icon::after {
    top: calc(50% - 1px);
    right: 10px;
  }
}

/* theater headline */
.avatar .theater .headline {
  background-color: transparent;
  background-image: url(../images/theater_headline-icon.png);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 32px;
  padding: 0 0 2px 36px;
}
@media only screen and (max-width: 640px) {
  .avatar .theater .headline {
    background-size: 28px;
    padding: 2px 0 0 32px;
  }
}

/* official-link */
.avatar .official-link {
  display: block;
  max-width: 100%;
  width: auto;
  text-align: center;
  margin: 0 auto;
}
.avatar .official-link a {
  position: relative;
  width: auto;
  text-decoration: none;
}
.avatar .official-link a:hover {
  opacity: 0.7;
}

@media only screen and (max-width: 640px) {
  .avatar .official-link a {
    width: 100%;
  }
}

/***** 3D無料体験会 *****/

section.muryo_taiken {
  max-width: 950px;
  color: #000;
  padding-top: 0;
  margin: 0 auto;
}

.muryo_taiken_box {
  background-color: #cdbb8b;
  padding: 0 55px 50px;
}

@media only screen and (max-width: 640px) {
  .muryo_taiken_box {
    padding: 0 0 30px;
  }
}

.muryo_taiken_img {
  text-align: center;
  margin-bottom: 30px;
}

.entry_txt {
  background-color: #e5d7b2;
  padding: 20px 40px;
  margin-bottom: 30px;
}

@media only screen and (max-width: 640px) {
  .entry_txt {
    padding: 20px;
    margin: 0 15px 30px;
  }
}

.entry_txt h3 {
  position: relative;
  height: 22px;
  margin: 0 0 15px;
}

@media only screen and (max-width: 640px) {
  .entry_txt h3 {
    height: 18px;
  }
}

.entry_txt h3 span {
  position: absolute;
  left: 0;
  right: 0;
  width: 140px;
  background-color: #e5d7b2;
  color: #b51c81;
  font-size: 22px;
  line-height: 1;
  text-align: center;
  margin: auto;
}

@media only screen and (max-width: 640px) {
  .entry_txt h3 span {
    width: 110px;
    font-size: 18px;
  }
}

.entry_txt h3:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 1px;
  background-color: #b51c81;
}

@media only screen and (max-width: 640px) {
  .muryo_taiken_schedule {
    margin: 0 15px;
  }
}

.entry_txt p {
  font-size: 16px;
}

.entry_txt ul {
  font-size: 14px;
  margin-top: 1em;
}

dl.schedule_wrap {
  background-color: #fff;
}

dl.schedule_wrap > dt {
  position: relative;
  display: block;
  background-color: black;
  color: white;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  border: 1px solid black;
  padding: 15px 0;
  cursor: pointer;
}

@media only screen and (max-width: 640px) {
  dl.schedule_wrap > dt {
    font-size: 20px;
    padding: 10px;
  }
}

dl.schedule_wrap > dt::after {
  content: "";
  position: absolute;
  top: calc(50% - 20px);
  left: calc(100% - 70px);
  display: inline-block;
  width: 40px;
  height: 40px;
  background-image: url(../images/caret_down.png);
  background-size: contain;
}

@media only screen and (max-width: 640px) {
  dl.schedule_wrap > dt::after {
    top: calc(50% - 13px);
    left: calc(100% - 40px);
    width: 26px;
    height: 26px;
  }
}

dl.schedule_wrap.is_open > dt::after {
  background-image: url(../images/caret_up.png);
}

dl.schedule_wrap dd.accordion__contents {
  display: none;
  width: 100%;
  color: #333;
  padding: 0 20px;
  font-size: 16px;
  padding: 0 20px 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

dl.schedule_wrap dd.accordion__contents a {
  color: #333;
}

/*
.muryo_taiken_schedule input {
  display: none;
}
.muryo_taiken_schedule input:checked ~ .hidden_show {
  width: 100%;
  height: auto;
  background-color: #fff;
  font-size: 16px;
  padding: 0 20px 20px;
  opacity: 1;
}
*/
.muryou_note {
  font-size: 15px;
  margin-top: 30px;
}

.muryou_note li {
  text-indent: -1em;
  margin-left: 1em;
}

/***** ハイフレームレート *****/

section.hfr {
  max-width: 950px;
  background-color: #001f44;
  box-sizing: border-box;
  padding: 50px 55px 60px;
  margin: 0 auto;
}

@media screen and (max-width: 640px) {
  section.hfr {
    padding: 50px 15px 50px;
  }
}

.hfr_hedaer p {
  background: -webkit-linear-gradient(left, #001f44, #146eb4 50%, #001f44 100%);
  font-size: 22px;
  font-weight: 700;
  text-align: center;
  padding: 5px 0;
  margin-bottom: 20px;
}

@media screen and (max-width: 640px) {
  .hfr_hedaer p {
    font-size: 15px;
    margin-bottom: 10px;
  }
}

.hfr_hedaer h2 {
  background: -webkit-linear-gradient(left, #0b81b8, #1abfed 50%, #0b81b8 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 45px;
  font-weight: 700;
  font-feature-settings: "palt" 1;
  border: none;
  padding: 0;
  margin: 0 0 35px;
}

@media screen and (max-width: 640px) {
  .hfr_hedaer h2 {
    font-size: 27px;
    margin: 0 0 25px;
  }
}

/*
.hfr_block {
  margin-bottom: 60px;
}

@media screen and (max-width: 640px) {
  .hfr_block {
    margin-bottom: 30px;
  }
}
*/

.hfr_block_title span {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 125px;
  background-color: #53b462;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  padding: 6px 0;
}

@media screen and (max-width: 640px) {
  .hfr_block_title span {
    width: 95px;
    font-size: 12px;
  }
}

.hfr_block_title span::after {
  position: absolute;
  content: " ";
  top: 0;
  left: 100%;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 36px 0 0 30px;
  border-color: transparent transparent transparent #53b462;
}

@media screen and (max-width: 640px) {
  .hfr_block_title span::after {
    border-width: 30px 0 0 24px;
  }
}

.hfr_block_title strong {
  font-size: 24px;
  margin-left: 7px;
}

@media screen and (max-width: 640px) {
  .hfr_block_title strong {
    font-size: 18px;
    margin-left: 5px;
  }
}

.hfr_block_title h3 {
  background: url(../images/hfr_title_bg.png) no-repeat;
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  padding: 18px 0;
  margin: 0 0 25px;
}

@media screen and (max-width: 640px) {
  .hfr_block_title h3 {
    font-size: 16px;
    line-height: 1.4;
    padding: 6px 0;
    margin: 0 0 20px;
  }
}

.hfr_content {
  display: flex;
  justify-content: space-between;
}

.hfr_content h4 {
  font-weight: bold;
}

.hfr_sub {
  line-height: 1.5;
  margin-top: -5px !important;
}

@media screen and (max-width: 640px) {
  .hfr_content {
    display: block;
  }
}

.hfr_content figure {
  width: 410px;
  margin: 0;
}

@media screen and (max-width: 640px) {
  .hfr_content figure {
    width: 100%;
    margin-bottom: 10px;
  }
}

.hfr_content figcaption {
  background: -webkit-linear-gradient(left, #001f44, #146eb4 50%, #001f44 100%);
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  padding: 10px 0;
}

@media screen and (max-width: 640px) {
  .hfr_content figcaption {
    font-size: 15px;
  }
}

.hfr_content div {
  width: calc(100% - 430px);
  font-size: 16px;
  line-height: 2;
}

@media screen and (max-width: 640px) {
  .hfr_content div {
    width: 100%;
    font-size: 16px;
    line-height: 1.5;
  }
}

/*
.hfr_content p {
  width: calc(100% - 430px);
  font-size: 16px;
  line-height: 2;
}

@media screen and (max-width: 640px) {
  .hfr_content p {
    width: 100%;
    font-size: 16px;
    line-height: 1.5;
  }
}
*/

.btn_more {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 280px;
  background-color: #002e54;
  color: #fff;
  font-size: 16px;
  line-height: 1;
  border: 2px solid #00b2e1;
  padding: 15px 0;
  margin: 0 auto;
}

@media screen and (max-width: 640px) {
  .btn_more {
    width: 100%;
    font-size: 13px;
    border: 1px solid #00b2e1;
    padding: 12px 0;
  }
}

.btn_more:hover {
  cursor: pointer;
}

.btn_more span {
  color: #00b2e1;
  font-size: 22px;
  margin-left: 0.2em;
}

@media screen and (max-width: 640px) {
  .btn_more span {
    font-size: 17px;
  }
}

/***** 劇場リスト *****/

/* theater base override */
#CONTENTS div.main {
  box-sizing: border-box;
  width: auto;
  margin: 0;
  padding: 0;
}
#CONTENTS div.main #breadcrumbList {
  padding: 0 15px;
}
@media screen and (max-width: 640px) {
  #CONTENTS div.main {
    box-sizing: border-box;
    width: auto;
    margin: 0;
    padding: 0;
  }
  ul#breadcrumbList li.current {
    width: auto;
  }
}

/* module override */
.anker__link__btn .anker__link__list > * {
  flex-basis: calc(25% - 10px);
}
.txt__link_list {
  margin: 0;
}
.content__inner {
  width: 950px;
  margin: 0 auto;
  padding: 0 15px;
  box-sizing: border-box;
}
@media screen and (min-width: 641px) {
  .txt__link_list .txt__link {
    margin: 0 0 0 20px;
  }
  .txt__link_list .txt__link:nth-of-type(n + 5) {
    margin: 25px 0 0 20px;
  }
}
@media screen and (max-width: 640px) {
  .content__inner {
    width: auto;
    margin: 0 auto;
    padding: 0 15px;
    box-sizing: border-box;
  }
  .txt__link_list {
    margin: 0;
  }
  .txt__link_list .txt__link {
    margin: 0;
  }
  .txt__link_list .txt__link a {
    display: block;
    border-bottom: solid 2px #efefef;
    padding: 15px 30px 15px 15px;
  }
  .txt__link_list .txt__link:last-child a {
    border-bottom: none;
  }
  .link__icon a::after {
    content: "";
    right: 30px;
    display: inline-block;
    width: 12px;
    height: 12px;
    margin-top: 2px;
    border-left: 3px solid #b60081;
    border-top: 3px solid #b60081;
    transform: translateY(-50%) rotate(135deg);
  }
  .btn__link {
    width: 100%;
  }
}

/* theater page original */
.avatar .theater_headline2 {
  font-size: 23px;
  border: none;
  margin: 0;
  padding: 0;
  line-height: 1;
  text-align: left;
}
.sp_inline {
  display: none;
}
@media screen and (max-width: 640px) {
  .avatar .theater_headline2 {
    font-size: 20px;
  }
  .sp_inline {
    display: inline;
  }
}

/* theater_accordion */
.theater_accordion-region {
  margin: 40px 0 0;
}
.theater_accordion-region > dt {
  border-bottom: 3px solid #c3c3c3;
  padding: 20px 0;
}
@media screen and (min-width: 641px) {
  .theater_accordion.theater_accordion-prefecture {
    display: flex;
    border-top: solid 1px #c3c3c3;
    padding: 20px 0;
  }
  .theater_accordion.theater_accordion-prefecture:nth-of-type(1) {
    border-top: none;
  }
  .theater_accordion.theater_accordion-prefecture > dt {
    width: 165px;
  }
  .theater_accordion.theater_accordion-prefecture > dd {
    flex: 1;
  }
}
@media screen and (max-width: 640px) {
  .theater_accordion {
    width: 100%;
    margin: 15px 0 0;
  }
  .theater_accordion + .theater_accordion {
    margin: 10px 0 0;
  }
  .theater_accordion > dt {
    position: relative;
    display: block;
    cursor: pointer;
    padding: 24px 0;
  }
  .theater_accordion-region > dt {
    padding: 20px 0;
  }
  .theater_accordion.theater_accordion-prefecture > dt {
    background-color: #efefef;
    position: relative;
    display: block;
    padding: 15px 60px 15px 15px;
    border-top: none;
    color: #333333;
    font-size: 16px;
    font-weight: 500;
    text-align: left;
    text-decoration: none !important;
  }
  .theater_accordion > dd {
    display: none;
  }
  .theater_accordion.theater_accordion-prefecture > dd {
    border-left: 3px solid #efefef;
    border-right: 3px solid #efefef;
    border-bottom: 3px solid #efefef;
    text-align: left;
  }
  .theater_accordion.theater_accordion-prefecture > dt.is-open + dd {
    display: block;
  }
  .theater_accordion_ttl_icon {
    position: absolute;
    top: 50%;
    right: 0;
    display: inline-block;
    width: 12px;
    height: 12px;
    margin-top: 0;
    margin-right: 30px;
    border-left: 3px solid #b60081;
    border-top: 3px solid #b60081;
    transform: translateY(-60%) rotate(225deg);
  }
  .is-open .theater_accordion_ttl_icon {
    transform: translateY(0%) rotate(45deg);
  }
}

/* schedule page original */

/* schedule_ttl */
.schedule_ttl {
  display: flex;
  background-color: #333333;
  border-radius: 5px;
}
.schedule_ttl img {
  width: auto;
}

#trg_area .top_area {
  background-color: #c9c9c9;
}

/* schedule_slider */
.schedule_slider {
  position: relative;

  margin: 30px 0 0;
  padding: 20px 52px;
}
.schedule_slider .schedule_slider_tab {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
  cursor: pointer;
  background-color: #ffffff;
  box-sizing: border-box;
  /* color: #b60081; */
  text-align: center;
  line-height: 1;
  padding: 10px;
}
.schedule_slider .schedule_slider_tab.is-active {
  background-color: #b60081;
  color: #ffffff;
}

/* swiper navigation */
.swiper-button-next,
.swiper-button-prev {
  position: absolute;
  top: 50%;
  width: 40px;
  height: 50px;
  margin-top: 0;
  transform: translateY(-50%);
  background-color: #e4e4e4;
}
.swiper-button-prev {
  background-image: none;
  left: 0;
  right: auto;
}
.swiper-button-next {
  background-image: none;
  right: 0;
  left: auto;
}
.swiper-button-prev::after,
.swiper-button-next::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  display: inline-block;
  width: 8px;
  height: 8px;
  margin-left: -2px;
  border-left: 2px solid #b60081;
  border-top: 2px solid #b60081;
  transform: translate(-50%, -50%) rotate(135deg);
}
.swiper-button-prev::after {
  margin-left: 2px;
  transform: translate(-50%, -50%) rotate(-45deg);
}
.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  opacity: 1;
  cursor: auto;
  pointer-events: none;
}
.swiper-button-next.swiper-button-disabled::after,
.swiper-button-prev.swiper-button-disabled::after {
  border-left: 2px solid #343434;
  border-top: 2px solid #343434;
}
@media screen and (max-width: 640px) {
  .schedule_slider {
    padding: calc(20 / 750 * 100vw) calc(84 / 750 * 100vw);
  }

  .schedule_slider .schedule_slider_tab {
    flex-wrap: wrap;
    height: calc(100 / 750 * 100vw);
    padding: calc(10 / 750 * 100vw);
  }
  .schedule_slider .schedule_slider_tab .day,
  .schedule_slider .schedule_slider_tab .week {
    display: block;
    flex-basis: 100%;
  }
  .schedule_slider .schedule_slider_tab .day {
    font-size: calc(34 / 750 * 100vw);
  }
  .schedule_slider .schedule_slider_tab .week {
    font-size: calc(20 / 750 * 100vw);
    /* margin-top: 0px; */
  }

  /* swiper navigation */
  .swiper-button-next,
  .swiper-button-prev {
    position: absolute;
    top: 50%;
    width: calc(70 / 750 * 100vw);
    height: calc(100 / 750 * 100vw);
    margin-top: 0;
    transform: translateY(-50%);
    background-color: #e4e4e4;
  }
}

/* swiper navigation */
.schedule_slider_tab_items {
  display: none;
  margin-top: 30px;
}
.schedule_slider_tab_items.is-active {
  display: block;
  animation: schedule_slider_tab_show 0.6s linear 0s;
}
@keyframes schedule_slider_tab_show {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

#trg_area .accordion__type01.icon_example {
  padding: 0;
}
#trg_area .icon_example .accordion__type01__contents {
  border: none;
  padding: 12px 0;
}
#trg_area .icon_example .accordion__type01__title {
  background: none;
  font-weight: normal;
  padding: 0 20px 0 35px;
}
#trg_area .icon_example .accordion__type01__title-icon {
  position: absolute;
  top: 50%;
  right: auto;
  left: 0;
  display: inline-block;
  width: 20px;
  height: 20px;
  background-image: url(/theater/schedule/images/schedule_accordion_icon.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: left top;
  margin-right: 0;
  border: none;
  transform: translateY(-50%);
}
#trg_area .icon_example.is-open .accordion__type01__title-icon {
  transform: translateY(-50%);
  background-position: left bottom;
}
#trg_area .icon_example .icon_example_list {
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
  font-size: 16px;
  text-align: left;
}
#trg_area .icon_example .icon_example_list dt {
  flex-basis: 38px;
  font-weight: bold;
  margin-top: 10px;
}
#trg_area .icon_example .icon_example_list dd {
  flex: calc(100% - 58px);
  margin-top: 10px;
  padding-left: 20px;
}
#trg_area .icon_example .icon_example_list dt:nth-of-type(1),
#trg_area .icon_example .icon_example_list dd:nth-of-type(1) {
  margin-top: 0;
}

.result_num {
  display: none;
}

/* movie_list */
.movie_list {
  border-top: 3px solid #c3c3c3;
  padding: 30px 0;
}
.movie_list .date {
  display: none;
  font-size: 12px;
}
.movie_list .start_date {
  display: none;
  font-size: 12px;
}
.movie_list .title {
  font-size: 23px;
  font-weight: 500;
  /* word-break: keep-all; */
}
.movie_list .info {
  display: flex;
  font-size: 12px;
  line-height: 1;
  margin-top: 5px;
}
.movie_list .info > div {
  margin: 0 0 0 10px;
}
.movie_list .info > div:nth-of-type(1) {
  margin: 0;
}
/* .movie_list .info .rating { */
#trg_area .rating {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 13px;
  min-width: 38px;
  box-sizing: border-box;
  color: #ffffff;
  font-size: 9px;
  background-color: #c50000;
  text-align: center;
  padding: 0 6px;
}
.movie_list .info .film_time {
}
.movie_list .info .start_date,
.movie_list .info .end_date {
  color: #c50000;
}
.movie_list .timeline {
  display: flex;
  flex-wrap: wrap;
  background-color: #f2f2f2;
  font-weight: bold;
  margin-top: 15px;
  padding: 20px 0;
}
.movie_list .timeline > .timeline_items {
  flex-basis: calc(16.666% - 2px);
  text-align: center;
  border-right: 2px solid #c3c3c3;
  box-sizing: border-box;
  padding: 8px 10px 0;
  line-height: 1;
}
.movie_list .timeline > .timeline_items.old {
  opacity: 0.5;
}
.movie_list .timeline .start_time {
  font-size: 23px;
}
.movie_list .timeline .split {
  font-size: 16px;
}
.movie_list .timeline .end_time {
  font-size: 14px;
}
.movie_list .timeline .screen {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 2rem;
  font-size: 12px;
}
.movie_list .note {
  font-size: 12px;
  margin-top: 10px;
  padding-left: 1em;
  text-indent: -1em;
}
.movie_list .timeline_end {
  color: #a4a4a4;
}
@media screen and (min-width: 641px) {
  .movie_list .timeline > .timeline_items:nth-of-type(6n) {
    border-right: none;
  }
  .movie_list .timeline > .timeline_items:nth-of-type(n + 7) {
    margin-top: 20px;
  }
}
@media screen and (max-width: 640px) {
  .movie_list {
    padding: 20px 0;
  }
  .movie_list .title {
    font-size: calc(40 / 750 * 100vw);
  }
  .movie_list .info .film_time {
  }
  .movie_list .info .start_date,
  .movie_list .info .end_date {
    color: #c50000;
  }
  .movie_list .timeline {
    display: flex;
    flex-wrap: wrap;
    background-color: #f2f2f2;
    font-weight: bold;
    margin-top: 15px;
    padding: 10px 0;
  }
  .movie_list .timeline > .timeline_items {
    flex-basis: calc(25% - 2px);
  }
  .movie_list .timeline > .timeline_items:nth-of-type(4n) {
    border-right: none;
  }
  .movie_list .timeline > .timeline_items:nth-of-type(n + 5) {
    margin-top: 10px;
  }
  .movie_list .timeline > .timeline_items.old {
    opacity: 0.5;
  }
  .movie_list .timeline .time {
  }
  .movie_list .timeline .start_time {
    display: block;
    font-size: calc(34.5 / 750 * 100vw);
    margin-bottom: 5px;
  }
  .movie_list .timeline .split {
    font-size: calc(20 / 750 * 100vw);
  }
  .movie_list .timeline .end_time {
    font-size: calc(20 / 750 * 100vw);
  }
  .movie_list .timeline .screen {
    font-size: calc(18 / 750 * 100vw);
  }
  .movie_list .note {
    font-size: 12px;
    margin-top: 10px;
  }
  .movie_list .timeline_end {
    color: #a4a4a4;
  }
  .movie_list .theater_accordion {
    margin: 0;
  }
  .movie_list .theater_accordion > dt {
    padding: 0 calc(80 / 750 * 100vw) 0 0;
  }
  .movie_list .theater_accordion_ttl_icon {
    position: absolute;
    top: 50%;
    right: 0;
    display: inline-block;
    width: 20px;
    height: 20px;
    background-image: url(/theater/schedule/images/schedule_accordion_icon.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: left top;
    margin-right: 0;
    border: none;
    transform: translateY(-50%);
  }
  .movie_list .is-open .theater_accordion_ttl_icon {
    transform: translateY(-50%);
    background-position: left bottom;
  }
}

@media screen and (max-width: 640px) {
  ul#breadcrumbList li.current.current_sp_addtitle {
    display: flex;
    align-items: center;
  }
  ul#breadcrumbList li.current.current_sp_addtitle strong {
    border-right: 1px solid #c3c3c3;
    padding-right: 10px;
  }
  ul#breadcrumbList li.current.current_sp_addtitle .addtitle {
    font-size: 12px;
    padding-left: 10px;
  }
}

/* pre-sale */
.pre-sale {
  margin: 0 auto 80px;
}

.pre-sale .l-center {
  max-width: 100%;
  width: max-content;
  margin: 0 auto;
}

.pre-sale .btn__link {
  margin: 0 auto 40px;
}

.pre-sale .btn__link a::after {
  border-left: 2px solid #ffffff;
  border-top: 2px solid #ffffff;
}
.pre-sale .btn__link a:hover::after {
  border-left: 2px solid #ffffff;
  border-top: 2px solid #ffffff;
}

.pre-sale_table {
  width: 100%;
  text-align: left;
  border-collapse: collapse;
  border: 1px solid #ffffff;
  margin-bottom: 20px;
}

.pre-sale_table caption {
  background: linear-gradient(to bottom, #102c51, #0260a9);
  font-size: 32px;
  font-weight: 700;
  line-height: 1;
  border: 1px solid #ffffff;
  border-bottom: none;
  padding: 15px 0;
}

.pre-sale_table caption span {
  font-size: 22px;
}

.pre-sale_table th,
.pre-sale_table td {
  vertical-align: top;
  border: 1px solid #ffffff;
  padding: 20px 30px 20px 40px;
  font-size: 16px;
}

.pre-sale_table th {
  width: 35%;
  font-weight: normal;
  background-color: #102c51;
}

.pre-sale_table td {
  width: 65%;
  background-color: #000000;
}

.pre-sale_table td p {
  font-size: 22px;
  font-weight: 700;
}

.pre-sale_table td span {
  font-size: 15px;
}

a.theater_link {
  position: relative;
  color: #fff;
  text-decoration: none;
  padding: 0 20px 0 0;
}
a:hover {
  opacity: 0.7;
}

a.theater_link:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 4px;
  display: inline-block;
  width: 8px;
  height: 8px;
  margin-top: 2px;
  border-left: 2px solid #ffffff;
  border-top: 2px solid #ffffff;
  transform: translateY(-50%) rotate(135deg);
}

.pre-sale_note_header {
  font-weight: 700;
  line-height: 1.8;
}

ul.pre-sale_note_list li {
  font-size: 14px;
  line-height: 1.6;
  text-indent: -1em;
  margin-left: 1em;
}

ul.pre-sale_note_list li a {
  color: #fff;
  text-decoration: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.7);
}

ul.pre-sale_note_list li a:hover {
  border-bottom: none;
}

@media only screen and (max-width: 640px) {
  .pre-sale {
    margin: 0 auto 60px;
  }

  .pre-sale .btn__link {
    max-width: 300px;
    width: 100%;
    min-width: 1px;
  }

  .pre-sale_table {
    font-size: 14px;
    line-height: 1.6;
    text-align: center;
  }

  .pre-sale_table caption {
    font-size: 20px;
    padding: 10px 0;
  }

  .pre-sale_table caption span {
    font-size: 15px;
  }

  .pre-sale_table th,
  .pre-sale_table td {
    display: block;
    width: calc(100% - 20px);
    border: none;
    padding: 15px 10px;
  }

  .pre-sale_table td p {
    font-size: 18px;
  }

  .pre-sale_table td span {
    font-size: 14px;
  }

  .pre-sale_table tr:not(:last-child) {
    border-bottom: 1px solid #ffffff;
  }

  ul.pre-sale_note_list li {
    font-size: 14px;
  }

  a.theater_link:after {
    width: 6px;
    height: 6px;
    margin-top: 1px;
    border-left: 1px solid #ffffff;
    border-top: 1px solid #ffffff;
  }
}
