@charset "utf-8";
/* CSS Document */

/* ************************************************ 
 *	common
 * ************************************************ */
sup {
  font-size: 85%;
  vertical-align: text-top;
}
#content_wrap {
  font-size: 15px;
  line-height: 1.5;
  text-align: left;
}

#content_wrap a:hover {
  opacity: 0.6;
  transition: 0.6s;
}

#content_wrap * {
  font-family: "Noto Sans JP", "Noto Sans CJK JP", Arial, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Yu Gothic", YuGothic, Meiryo, "メイリオ", "ＭＳ Ｐゴシック", sans-serif;
  box-sizing: border-box;
}

#content_wrap img {
  max-width: 100%;
  height: auto;
}

#content_wrap a {
  text-decoration: none;
}

.bg_black {
  background-color: #000;
  color: #fff;
}

.bg_black._burgundy {
  background-color: #561620;
}

.bg_white {
  background-color: #fff;
  color: #000;
}

.inner {
  max-width: 950px;
  margin: 0 auto;
}

.indent-1 {
  text-indent: -1em;
  margin-left: 1em;
}
.indent-1\.25 {
  text-indent: -1.25em;
  margin-left: 1.25em;
}
.indent-1\.5 {
  text-indent: -1.5em;
  margin-left: 1.5em;
}

.note--kome {
  font-size: 12px;
  text-indent: -1.25em;
  margin-left: 1.25em;
}

.note--kome-num {
  font-size: 12px;
  text-indent: -1.75em;
  margin-left: 1.75em;
}

.sp_only,
.sp_only_ib {
  display: none;
}

@media screen and (max-width: 640px) {
  #content_wrap {
    font-size: 14px;
  }

  .inner {
    padding: 0 5%;
  }

  .sp_only {
    display: block;
  }

  .sp_only_ib {
    display: inline-block;
  }

  .pc_only {
    display: none;
  }
}

/* ************************************************ 
 *	btn
 * ************************************************ */
a.btn {
  position: relative;
  display: block;
  width: 100%;
  max-width: 500px;
  background-color: #b60081;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  line-height: 1;
  text-align: center;
  border: 1px solid #fff;
  border-radius: 6px;
  padding: 21px 0;
  margin: auto;
}

a.btn::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  display: inline-block;
  width: 8px;
  height: 8px;
  margin-top: 2px;
  border-left: 2px solid #fff;
  border-top: 2px solid #fff;
  transform: translateY(-60%) rotate(135deg);
}

@media screen and (max-width: 640px) {
  a.btn {
    font-size: 16px;
  }

  a.btn.x_account {
    font-size: 12px;
  }
}

/* ************************************************ 
 *	Header
 * ************************************************ */
.campaign_header {
  text-align: center;
  border-bottom: 2px solid #b60081;
  padding: 30px 0;
}

.bg_black .campaign_header {
  background: repeating-linear-gradient(135deg, transparent, transparent 20px, rgba(255, 255, 255, 0.08) 20px, rgba(255, 255, 255, 0.08) 40px);
}

.bg_white .campaign_header {
  background: repeating-linear-gradient(135deg, #f1f1f1, #f1f1f1 20px, transparent 20px, transparent 40px);
}

.campaign_header h1 {
  font-size: 40px;
  font-weight: bold;
}

.campaign_header h1 span {
  display: block;
  font-size: 30px;
}

.campaign_header.x_cp h1 {
  position: relative;
  display: inline-block;
  padding: 0 60px;
}

.campaign_header.x_cp h1::before,
.campaign_header.x_cp h1::after {
  position: absolute;
  bottom: 0;
  content: "";
  width: 2px;
  height: 106px;
}

.campaign_header.x_cp h1::before {
  left: 0;
  transform: rotate(155deg);
}

.campaign_header.x_cp h1::after {
  right: 0;
  transform: rotate(25deg);
}

.bg_black .campaign_header.x_cp h1::before,
.bg_black .campaign_header.x_cp h1::after {
  background-color: #fff;
}

.bg_white .campaign_header.x_cp h1::before,
.bg_white .campaign_header.x_cp h1::after {
  background-color: #000;
}

.campaign_header h1 .campaign_header_br-sp {
  display: none;
}

@media screen and (max-width: 640px) {
  .campaign_header {
    padding: 25px 0;
  }

  .campaign_header h1 {
    font-size: 22px;
  }

  .campaign_header h1 span {
    font-size: 16px;
  }

  .campaign_header.x_cp h1 {
    padding: 0 22px;
  }

  .campaign_header.x_cp h1::before,
  .campaign_header.x_cp h1::after {
    height: 58px;
  }

  .campaign_header h1 .campaign_header_br-sp {
    display: block;
  }
}

/* ************************************************ 
 *	MV
 * ************************************************ */
.mv_bg {
  position: relative;
  z-index: 0;
}

.mv_bg::after {
  position: absolute;
  bottom: 0;
  content: "";
  width: 100%;
  height: 240px;
  background-color: #dff6ff;
  z-index: -1;
}

.mv_wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.mv_wrap img {
  margin: auto 0;
}

.mv_poster {
  display: block;
  width: 50%;
}

.mv_logo_movie_block {
  display: flex;
  flex-direction: column;
  width: calc(50% - 20px);
  height: 672px;
}

.mv_logo_movie_block.--nologo {
  justify-content: center;
}

.mv_logo_movie_block.--nologo .mv_movie {
  margin-top: 30px;
  margin-bottom: 0;
}

.mv_logo {
  margin: auto;
}

.mv_movie {
  margin-bottom: 10px;
}

.mv_movie_inner {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}

.mv_movie_inner iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.movie_copyright {
  color: #a1a1a1;
  font-size: 12px;
  margin-top: 10px;
}

.movie_copyright.white {
  color: #fff;
}

.movie_copyright.black {
  color: #000;
}

.roadshow {
  background-color: #b60081;
  color: #fff;
  font-size: 30px;
  font-weight: bold;
  text-align: center;
  padding: 20px 0;
}

.roadshow small {
  font-size: 18px;
}

@media screen and (max-width: 640px) {
  .mv_bg {
    padding: 5% 0;
  }

  .mv_bg::after {
    height: 45vw;
  }

  .mv_wrap {
    display: block;
  }

  .mv_poster {
    width: 100%;
  }

  .mv_logo_movie_block {
    width: 100%;
    height: auto;
  }

  .mv_movie {
    margin-top: 30px;
    margin-bottom: 0;
  }

  .roadshow {
    font-size: 22px;
    padding: 10px 0;
  }

  .roadshow span {
    display: block;
    font-size: 30px;
  }
}

/* ************************************************ 
 *	ワタシアタープラス
 * ************************************************ */
.watatheatre_bg {
  background: #fffab5 url(../images/watatheatre_bg.png);
  color: #000;
  padding: 40px 0;
  margin-bottom: 80px;
}
.watatheatre_bg.mb-0 {
  margin-bottom: 0;
}

h2.watatheatre_ttl {
  position: relative;
  color: #d2691e;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  z-index: 0;
}

h2.watatheatre_ttl span {
  display: block;
  font-size: 28px;
}

/*
h2.watatheatre_ttl::before,
h2.watatheatre_ttl::after {
	position: absolute;
	left: 0;
	content: "";
	width: 36%;
	height: 4px;
	background: url(../images/watatheatre_ttl_bg.png) repeat-x;
}

h2.watatheatre_ttl::after {
	left: unset;
	right: 0;
	transform: rotate(180deg);
}
*/

.watatheatre_block {
  text-align: center;
}

@media screen and (max-width: 640px) {
  .watatheatre_bg {
    padding: 25px 0;
  }

  h2.watatheatre_ttl {
    font-size: 16px;
  }

  h2.watatheatre_ttl span {
    font-size: 24px;
  }

  /*
	h2.watatheatre_ttl::before,
	h2.watatheatre_ttl::after {
		width: calc(50% - 6.5em);
	}
	*/

  .watatheatre_bnr_sp {
    margin-bottom: 10px;
  }
}

/* ************************************************ 
 *	プレゼント
 * ************************************************ */

/* 背景
----------------------------------------------*/
.present_bg {
  position: relative;
  background: linear-gradient(180deg, #000 0%, #000 291px, #1e1e1e 291px, #1e1e1e 100%);
  padding: 50px 0 80px;
  z-index: 0;
}

.bg_black .present_bg {
  background: linear-gradient(180deg, #000 0%, #000 291px, #1e1e1e 291px, #1e1e1e 100%);
}

.bg_white .present_bg {
  background: linear-gradient(180deg, #fff 0%, #fff 100%);
}

.present_bg::before {
  position: absolute;
  top: 0;
  content: "";
  width: 100%;
  height: 290px;
  z-index: -1;
}

.bg_black .present_bg::before {
  background: repeating-linear-gradient(135deg, transparent, transparent 20px, rgba(255, 255, 255, 0.08) 20px, rgba(255, 255, 255, 0.08) 40px);
}

.bg_white .present_bg::before {
  background: repeating-linear-gradient(135deg, #f1f1f1, #f1f1f1 20px, transparent 20px, transparent 40px);
}

@media screen and (max-width: 640px) {
  .present_bg {
    padding: 30px 0 40px;
  }

  .bg_black .present_bg {
    background: linear-gradient(180deg, #000 0%, #000 102vw, #1e1e1e 102vw, #1e1e1e 100%);
  }

  .present_bg::before {
    height: 64vw;
  }
}

/* タイトル
----------------------------------------------*/
.present_ttl_wrap {
  margin-bottom: 40px;
}

h2.present_ttl {
  position: relative;
  text-align: center;
}

h2.present_ttl.sub {
  margin-bottom: 25px;
}

h2.present_ttl.sub::after {
  content: "";
  position: absolute;
  left: calc(50% - 7px);
  bottom: -7px;
  display: inline-block;
  width: 12px;
  height: 12px;
  transform: rotate(-135deg);
  margin: auto;
}

.bg_black .present_ttl.sub::after {
  border-left: 2px solid #fff;
  border-top: 2px solid #fff;
}

.bg_white .present_ttl.sub::after {
  border-left: 2px solid #000;
  border-top: 2px solid #000;
}

.present_ttl.sub span {
  position: relative;
  display: inline-block;
  font-size: 20px;
  font-weight: bold;
  padding-bottom: 10px;
}

.present_ttl.sub span::before,
.present_ttl.sub span::after {
  position: absolute;
  bottom: 0;
  content: "";
  width: calc(50% - 9px);
  height: 2px;
}

.bg_black .present_ttl.sub span::before,
.bg_black .present_ttl.sub span::after {
  background-color: #fff;
}

.bg_white .present_ttl.sub span::before,
.bg_white .present_ttl.sub span::after {
  background-color: #000;
}

.present_ttl.sub span::before {
  left: 0;
}

.present_ttl.sub span::after {
  right: 0;
}

.present_ttl.main {
  font-size: 30px;
  text-align: center;
  margin-bottom: 30px;
}

.present_ttl.main span {
  position: relative;
  display: inline-block;
  font-weight: bold;
  padding: 0 70px;
}

.present_ttl.main span::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  display: inline-block;
  width: 56px;
  height: 91px;
}

.bg_black .present_ttl.main span::before {
  background: url(../images/present_ttl_bg_left_white.png) no-repeat;
  background-position: center;
}

.bg_white .present_ttl.main span::before {
  background: url(../images/present_ttl_bg_left_black.png) no-repeat;
  background-position: center;
}

.present_ttl.main span::after {
  position: absolute;
  top: 0;
  right: 0;
  content: "";
  display: inline-block;
  width: 56px;
  height: 91px;
}

.bg_black .present_ttl.main span::after {
  background: url(../images/present_ttl_bg_right_white.png) no-repeat;
  background-position: center;
}

.bg_white .present_ttl.main span::after {
  background: url(../images/present_ttl_bg_right_black.png) no-repeat;
  background-position: center;
}

@media screen and (max-width: 640px) {
  .present_ttl.sub span {
    font-size: 16px;
  }

  .present_ttl.main {
    font-size: 20px;
    margin-bottom: 15px;
  }

  .present_ttl.main span {
    padding: 0 30px;
  }

  .present_ttl.main span small {
    font-size: 14px;
  }

  .present_ttl.main span::before,
  .present_ttl.main span::after {
    width: 25px;
    height: 50px;
  }

  .bg_black .present_ttl.main span::before {
    background: url(../images/present_ttl_bg_left_white_sp.png) no-repeat;
    background-size: 100% auto;
  }

  .bg_black .present_ttl.main span::after {
    background: url(../images/present_ttl_bg_right_white_sp.png) no-repeat;
    background-size: 100% auto;
  }

  .bg_white .present_ttl.main span::before {
    background: url(../images/present_ttl_bg_left_black_sp.png) no-repeat;
    background-size: 100% auto;
  }

  .bg_white .present_ttl.main span::after {
    background: url(../images/present_ttl_bg_right_black_sp.png) no-repeat;
    background-size: 100% auto;
  }
}

/* リード
----------------------------------------------*/
.present_lead {
  padding-bottom: 30px;
}

.present_lead span {
  display: inline-block;
  line-height: 1.8;
  padding: 0 8px;
  margin-right: 10px;
}

.bg_black .present_lead span {
  border: 1px solid #fff;
}

.bg_white .present_lead span {
  border: 1px solid #000;
}

.present_lead span:first-child {
  margin-left: 10px;
}

@media screen and (max-width: 640px) {
  .present_lead {
    font-size: 14px;
    line-height: 2.5;
    padding-bottom: 20px;
  }
}

/* キャンペーン期間
----------------------------------------------*/
.present_period_block {
  text-align: center;
  border-radius: 10px;
  padding: 15px;
}

.bg_black .present_period_block {
  background-color: #444444;
  border: 2px solid #fff;
  box-shadow: 5px 5px 0 #fff;
}

.bg_white .present_period_block {
  background-color: #fff;
  color: #000;
  border: 2px solid #b60081;
  box-shadow: 5px 5px 0 #b60081;
}

h3.present_period {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 30px;
  font-weight: bold;
}

h3.present_period span {
  font-size: 16px;
  line-height: 1;
  box-shadow: 2px 2px 0 #000;
  border-radius: 4px;
  padding: 8px;
  margin-right: 15px;
}

h3.present_period small {
  font-size: 18px;
}

.bg_black h3.present_period span {
  background-color: #fff;
  color: #000;
}

.bg_white h3.present_period span {
  background-color: #b60081;
  color: #fff;
}

.present_period_note {
  font-size: 12px;
  margin-top: 10px;
}

.present_period_note._bold {
  font-weight: bold;
  margin-top: 10px;
}

@media screen and (max-width: 640px) {
  h3.present_period {
    flex-direction: column;
    font-size: 24px;
  }

  h3.present_period span {
    width: 100%;
    margin: 0 0 10px 0;
  }

  h3.present_period small {
    font-size: 16px;
  }

  .present_lead span:first-child {
    margin-left: 0;
  }

  .present_period_note {
    text-align: left;
    text-indent: -1em;
    margin-left: 1em;
    margin-top: 5px;
  }
}

/* プレゼント内容
----------------------------------------------*/
.present_block:not(:last-child) {
  margin-bottom: 30px;
}

h3.present_block_ttl {
  display: flex;
  justify-content: space-between;
  align-items: center;
  line-height: 1;
  border-radius: 10px;
  padding: 15px;
  margin-bottom: 30px;
}

h3.present_block_ttl .ttl {
  position: relative;
  font-size: 20px;
  font-weight: bold;
  padding-left: 30px;
}

h3.present_block_ttl .ttl::before {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  content: "";
  width: 10px;
  height: 10px;
  background: transparent;
  border: 5px solid #b60081;
  border-radius: 50%;
  margin: auto;
}

h3.present_block_ttl span {
  font-size: 16px;
  font-weight: normal;
}

.bg_black h3.present_block_ttl {
  background-color: #fff;
  color: #000;
}

.bg_white h3.present_block_ttl {
  background-color: #000;
  color: #fff;
}

ul.present_img {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

ul.present_img figure {
  text-align: center;
}

ul.present_img li {
  margin-bottom: 30px;
}

ul.present_img.col2 li {
  width: 460px;
}

ul.present_img.col2 li:nth-child(even) {
  margin-left: 30px;
}

ul.present_img.col3 li {
  width: 300px;
}

ul.present_img.col3 li:nth-child(3n + 2) {
  margin-left: 25px;
  margin-right: 25px;
}

ul.present_img figure {
  position: relative;
  margin: 0 0 32px 0;
}

ul.present_img figure img {
  border-radius: 10px;
}

.bg_black ul.present_img figure img {
  border: 2px solid #fff;
}

.bg_white ul.present_img figure img {
  border: 2px solid #ccc;
}

ul.present_img figcaption {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -21px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 260px;
  height: 38px;
  background: url(../images/present_winner_bg.png) no-repeat;
  background-size: 100% auto;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  margin: auto;
}

ul.present_img p {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}

ul.present_img .present_img__note {
  display: block;
  max-width: 100%;
  width: max-content;
  margin-left: auto;
  margin-right: auto;
}

ul.present_img .present_img__note p {
  text-align: left;
  font-size: 12px;
  font-weight: normal;
  text-indent: -1em;
  padding-left: 1em;
}

ul.present_note {
  font-size: 12px;
  text-indent: -1em;
  margin-left: 1em;
  margin-bottom: 20px;
}

ul.present_note.short {
  text-indent: 0;
  margin: 0 0 20px 0;
}

ul.present_note.short li {
  display: inline-block;
  margin-right: 1em;
}

.present_copyright {
  color: #a1a1a1;
  font-size: 12px;
}

@media screen and (max-width: 640px) {
  h3.present_block_ttl {
    display: block;
    padding: 15px 15px 12px;
  }

  h3.present_block_ttl .note {
    display: block;
    font-size: 12px;
    line-height: 1.5;
    padding-left: 30px;
    margin-top: 5px;
  }

  ul.present_img {
    display: block;
  }

  ul.present_img.col2 li,
  ul.present_img.col3 li {
    width: 100%;
  }

  ul.present_img.col2 li:nth-child(even) {
    margin-left: 0;
  }

  ul.present_img.col3 li:nth-child(3n + 2) {
    margin-left: 0;
    margin-right: 0;
  }

  ul.present_img li img {
    width: 100%;
  }
}

/* 応募（エントリー）方法
----------------------------------------------*/
.bg_black .entry_box {
  background-color: #f1f1f1;
  color: #000;
}

.bg_white .entry_box {
  background-color: #444444;
  color: #fff;
}

.entry_box {
  padding: 30px 40px 40px;
  border-radius: 20px;
}

h3.entry_ttl {
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 30px;
}
h3.entry_ttl._indent {
  position: relative;
  padding-left: 24px;
}
h3.entry_ttl._indent:after {
  position: absolute;
  content: "■";
  left: 0;
  top: 13px;
  font-size: 16px;
}
h3.entry_ttl.mb0 {
  margin-bottom: 0;
}
h3.entry_ttl + .note--kome {
  font-size: 17px;
}

.bg_white .entry_step {
  color: #000;
}

.entry_step {
  position: relative;
  padding-bottom: 30px;
}

.entry_step dl {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  border-radius: 10px;
}

.entry_step dl:not(:last-child) {
  margin-bottom: 10px;
}

.bg_black .entry_step dt {
  background-color: #444444;
}

.bg_white .entry_step dt {
  background-color: #858585;
}

.entry_step dt {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100px;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  border-radius: 10px 0 0 10px;
  padding-left: 10px;
}

.entry_step dd {
  width: calc(100% - 100px);
  border-radius: 0 10px 10px 0;
  padding: 20px 20px 20px 60px;
}

.bg_black .entry_step dd {
  background: #fff url(../images/step_bg_black.png) no-repeat;
  background-position: left center;
  background-size: 40px 100%;
}

.bg_white .entry_step dd {
  background: #fff url(../images/step_bg_white.png) no-repeat;
  background-position: left center;
  background-size: 40px 100%;
}

.entry_step dd p._title {
  font-size: 20px;
  font-weight: bold;
}

.entry_step dd p._text {
  font-weight: normal;
}

.entry_step dd ._note {
  display: block;
  text-indent: -1em;
  margin-left: 1em;
}

ul.entry_note {
  font-size: 12px;
  text-indent: -1em;
  margin-left: 1em;
  margin-top: 30px;
}

ul.entry_note._step {
  margin-top: 15px;
  margin-bottom: 30px;
}

.bg_white .entry_note._step {
  color: #ffffff;
}

.bg_white .entry_note._step .text_link__text {
  border-bottom-color: #ffffff;
  color: #ffffff !important;
}

.register_step {
  border-radius: 10px;
  background-color: #fff;
  padding: 20px 30px;
  color: #000;
}

@media screen and (max-width: 640px) {
  .entry_box {
    padding: 20px;
    border-radius: 15px;
  }

  h3.entry_ttl {
    font-size: 21px;
    margin-bottom: 20px;
  }

  h3.entry_ttl + .note--kome {
    font-size: 15px;
  }

  h3.entry_ttl._indent {
    padding-left: 20px;
  }

  h3.entry_ttl._indent:after {
    top: 8px;
    font-size: 12px;
  }

  .entry_step::after {
    bottom: 15px;
    border-width: 20px 66px 0 66px;
  }

  .entry_step dl {
    display: block;
  }

  .entry_step dl:not(:last-child) {
    margin-bottom: 15px;
  }

  .entry_step dt,
  .entry_step dd {
    width: 100%;
  }

  .entry_step dt {
    border-radius: 10px 10px 0 0;
    padding: 15px 0 0;
    box-sizing: content-box;
  }

  .entry_step dd {
    border-radius: 0 0 10px 10px;
    padding: 14vw 15px 15px;
    margin-top: -1px;
  }

  .bg_black .entry_step dd {
    background: #fff url(../images/step_bg_black_sp.png) no-repeat;
    background-position: center top;
    background-size: 100% auto;
  }

  .bg_white .entry_step dd {
    background: #fff url(../images/step_bg_white_sp.png) no-repeat;
    background-position: center top;
    background-size: 100% auto;
  }

  .entry_step dd p._title {
    text-align: center;
    font-size: 17px;
  }

  .entry_step dd p._text {
    font-size: 15px;
  }

  .register_step {
    padding: 15px;
  }
  .register_step p._title {
    text-align: center;
    font-size: 17px;
  }

  .register_step p._text {
    font-size: 15px;
  }
}

/* キャンペーン詳細
----------------------------------------------*/
h3.present_detail_ttl {
  position: relative;
  display: flex;
  align-items: center;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 20px;
}

h3.present_detail_ttl::after {
  position: absolute;
  right: 0;
  content: "";
  width: calc(100% - 9em);
  height: 2px;
}

.bg_black .present_detail_ttl::after {
  background-color: #fff;
}

.bg_white .present_detail_ttl::after {
  background-color: #000;
}

.present_detail_block dl:not(:last-child) {
  margin-bottom: 2em;
}

.present_detail_block dt {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 1em;
}

.present_detail_block ul {
  padding-left: 1em;
}

.present_detail_block li {
  list-style: disc;
}

/* ************************************************ 
 *	ストーリー・キャスト
 * ************************************************ */
#story_cast {
  color: #000;
}

.bg_black #story_cast {
  background-color: #f1f1f1;
}

.bg_white #story_cast {
  background-color: #fff;
}

h3.story_cast_ttl {
  font-size: 30px;
  font-weight: bold;
  text-align: center;
  padding: 40px 0;
}

.bg_black h3.story_cast_ttl {
  background-color: #fff;
}

.bg_white h3.story_cast_ttl {
  background-color: #f1f1f1;
}

.intro_float {
  position: relative;
  padding: 60px 0;
  overflow: hidden;
}

.intro_float::after {
  content: "";
  clear: both;
}

.intro_float picture {
  float: right;
  width: 475px;
  margin-left: 35px;
  margin-bottom: 30px;
}

.intro_float picture img {
  width: 100%;
  vertical-align: top;
}

.intro_block,
.story_block {
  display: flex;
  justify-content: space-between;
  padding: 60px 0;
}

.intro_block .reverse,
.story_block .reverse {
  flex-direction: column-reverse;
}

.intro_block p,
.story_block p {
  width: calc(100% - 480px);
}

.intro_block img,
.story_block img {
  width: 445px;
  margin-top: 0;
  margin-bottom: auto;
}

.story_block p {
  order: 2;
}

.story_block img {
  order: 1;
}

.cast_block {
  padding: 40px 0 60px;
}

.cast_block dl {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #cccccc;
  padding: 20px 0;
}

.cast_block dt {
  width: 150px;
}

.cast_block dd {
  width: calc(100% - 180px);
}

.other_link_block {
  text-align: center;
  padding: 60px 0 0;
}

.other_link_block .btn {
  max-width: 480px;
}

.bg_black .other_link_block {
  background-color: #fff;
}

.bg_white .other_link_block {
  background-color: #f1f1f1;
}

.login_link a {
  position: relative;
  display: block;
  width: 360px;
  font-size: 18px;
  font-weight: 600;
  line-height: 1;
  text-align: center;
  border: 2px solid #b60081;
  border-radius: 6px;
  background-color: #fff;
  padding: 15px 20px 17px 0;
  color: #b60081;
}

.login_link._register a {
  border: 2px solid #ff6600;
  background-color: #ff6600;
  color: #ffffff;
}

.login_link a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  display: inline-block;
  width: 8px;
  height: 8px;
  margin-top: 2px;
  border-left: 2px solid #b60081;
  border-top: 2px solid #b60081;
  transform: translateY(-60%) rotate(135deg);
}

.login_link._register a {
  padding-right: 0;
}
.login_link._register a::after {
  display: none;
}

.other_link_block + .official_link_block {
  padding-top: 24px;
}

.official_link_block {
  text-align: center;
  padding: 60px 0;
}

.bg_black .official_link_block {
  background-color: #fff;
}

.bg_white .official_link_block {
  background-color: #f1f1f1;
}

.official_link_block a {
  position: relative;
  display: block;
  width: 240px;
  background-color: #fff;
  color: #000;
  font-size: 14px;
  line-height: 1;
  text-align: center;
  border: 1px solid #000;
  border-radius: 6px;
  padding: 15px 0;
  margin: 0 auto 20px;
}

.official_link_block a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  display: inline-block;
  width: 8px;
  height: 8px;
  margin-top: 2px;
  border-left: 2px solid #b60081;
  border-top: 2px solid #b60081;
  transform: translateY(-60%) rotate(135deg);
}

@media screen and (max-width: 480px) {
  .other_link_block {
    padding-left: 5%;
    padding-right: 5%;
  }
}

@media screen and (max-width: 360px) {
  .other_link_block .btn {
    max-width: 480px;
  }
  .other_link_block .btn {
    padding-right: 20px;
  }
  .other_link_block .btn::after {
    right: 15px;
  }

  .login_link a {
    padding-right: 20px;
  }
  .login_link a::after {
    right: 15px;
  }

  .official_link_block a {
    padding-right: 20px;
  }
  .official_link_block a::after {
    right: 15px;
  }
}

@media screen and (max-width: 640px) {
  h3.story_cast_ttl {
    font-size: 22px;
    padding: 25px 0;
  }

  .intro_block,
  .story_block {
    flex-direction: column;
    padding: 8% 0;
  }

  .intro_block p,
  .intro_block img,
  .story_block p,
  .story_block img {
    width: 100%;
  }

  .intro_block img,
  .story_block img {
    margin-bottom: 20px;
  }

  .intro_block p {
    order: 2;
  }

  .intro_block img {
    order: 1;
  }

  .intro_float {
    padding: 8% 0;
  }

  .intro_float picture {
    width: 100%;
    margin-left: 0;
    margin-bottom: 20px;
  }

  .cast_block {
    padding: 4% 0 8%;
  }

  .cast_block dl {
    display: block;
    padding: 15px 0;
  }

  .cast_block dt,
  .cast_block dd {
    width: 100%;
  }

  .cast_block dt {
    margin-bottom: 10px;
  }

  .login_link a {
    max-width: 280px;
    width: 100%;
    font-size: 16px;
    padding-bottom: 15px;
    margin: auto;
  }

  .official_link_block {
    text-align: center;
    padding: 25px 0;
  }
}

.text_link__link {
  display: inline-block;
  width: auto;
}
.text_link__link a {
  position: relative;
  display: inline-block;
  text-align: left;
  text-decoration: none;
  padding-right: 15px;
  color: #000000;
}
.text_link__link a i {
  position: absolute;
  width: 10px;
  height: 100%;
  top: 0;
  right: 0;
  transform: translateY(33%);
}
@media screen and (min-width: 641px) {
  .text_link__link a i {
    width: 12px;
  }
}
.text_link__link a i svg {
  width: 100%;
  height: auto;
}
.text_link__link a i svg path {
  stroke: #b60081;
}
@media screen and (min-width: 641px) {
  .text_link__link a i svg path {
    transition: stroke 0.4s ease;
  }
}

.text_link__text {
  position: relative;
  display: inline;
  text-decoration: none;
  border-bottom: 1px dashed #000;
  transition: border 0.6s ease;
  color: #000 !important;
}
.text_link__text:hover {
  border-bottom-style: solid;
}
