@charset "UTF-8";
@import url("https://use.typekit.net/tel5rbs.css");
/*------------------------------------------------------------
	color setting
------------------------------------------------------------*/
/**/
/*------------------------------------------------------------
	color setting
------------------------------------------------------------*/
/*カートに追加ボタン*/
/*カートを確認ボタン*/
/*------------------------------------------------------------
	SG style
------------------------------------------------------------*/
/** * Eric Meyer's Reset CSS v2.0 (http://meyerweb.com/eric/tools/css/reset/) * http://cssreset.com */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* font styles
-----------------------*/
@font-face {
  font-family: 'web_icon_fontsregular';
  src: url("../font/webiconfonts-regular.eot");
  src: url("../font/webiconfonts-regular.eot?#iefix") format("embedded-opentype"), url("../font/webiconfonts-regular.woff2") format("woff2"), url("../font/webiconfonts-regular.woff") format("woff"), url("../font/webiconfonts-regular.ttf") format("truetype"), url("../font/webiconfonts-regular.svg#web_icon_fontsregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
html, body {
  margin: 0;
  padding: 0;
  height: auto;
  font-family: 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'Lucida Grande', 'Lucida Sans Unicode', Arial, Verdana, sans-serif;
  font-weight: normal;
  -webkit-text-size-adjust: none;
  word-break: break-all;
}

body {
  background: #000;
  background-image: url("../images/teaser_howtolove/background.png");
  background-repeat: repeat;
  background-size: auto;
}

/* content area common
-------------------------------------*/
.l-wrap__outer {
  padding: 0 70px;
}

.content__wrap {
  padding: 106px 0 110px;
  max-width: 1200px;
  margin: 0 auto;
}

#content .content__wrap {
  padding: 0 0 132px 0;
  box-shadow: 0px 3px 5px 3px rgba(0, 0, 0, 0.08);
  background: #000;
}

h2 {
  color: #e31d93;
  letter-spacing: 0.4rem;
  font-family: 'Josefin Sans', sans-serif;
  font-size: 58px;
  font-weight: bold;
  text-align: center;
}

#links.links_message .p-cta__btn .c-btn--cta img.fullwidth {
  width: 100%;
  height: 100%;
}

.sp {
  display: none;
}

.pc {
  display:  block;
}

@media screen and (max-width: 1024px) {
  .content__wrap {
    padding: 80px 0 90px;
  }
}
@media screen and (max-width: 800px) {
  .content__wrap {
    padding: 81px 0 80px;
  }
}
@media screen and (max-width: 600px) {
  .content__wrap {
    padding: 50px 0 55px;
  }
}
@media screen and (max-width: 420px) {
  .content__wrap {
    padding: 30px 0 35px;
  }
}
.buy_button {
  margin-top: 32px;
}
.buy_button .btn_green {
  background: #f89fc7;
}
.buy_button .btn_green div {
  display: inline;
}
.rightarrow {
  display:flex;
  justify-content:center;
  align-items:center;
  padding-left:2px;
}
.buy_button .btn_red {
  background: #e31d93;
}
.buy_button .button {
  width: 560px;
  height: 80px;
  margin: 0 auto;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 26px;
  font-family: "ヒラギノ角ゴ Pro W6","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック","Lucida Grande","Lucida Sans Unicode",Arial,Verdana,sans-serif;
  position: relative;
}
.buy_button .button img {
  right: 20px;
  float: right;
  position: absolute;
  width: 40px;
  height: 40px;
}
.buy_button .button.btn_red a {
  font-size: 26px;
  margin: 0;
  padding: 0 50px;
  display: block;
  text-align: center;
}

.buy_button a, .buy_button .button a {
  color: #fff;
  text-decoration: none;
  font-size: 20px;
}

/* content_area
-------------------------------------*/
.content_area {
  word-break: break-word;
}
.content_area header img {
  /* display: block; */
  max-width: 92%;
  height: auto;
  margin: 0 auto;
  padding: 100px 0 117px;
}
.content_area h2 {
  margin-top: 2px;
  padding-bottom: 5px;
  line-height: 64px;
}
.content_area .schedule {
  font-family: "ヒラギノ角ゴ Pro W6","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック","Lucida Grande","Lucida Sans Unicode",Arial,Verdana,sans-serif;
  letter-spacing: 1px;
  margin-bottom: 104px;
}

.content_area .schedule .schedule_container {
  display: flex;
  justify-content: space-around;
  border-bottom: 1px solid #000;
  padding: 20px 0;
  color: #fff;
  border-bottom: 1px solid #e31d93;
}

.content_area .schedule .schedule_container--header {
  color: #f89fc7;
  font-weight: 600;
  border-top: 0;
  margin-top: 20px;
}

.content_area .schedule .schedule_item {
  width: 50%;
  text-align: left;
  font-size: 22px;
  line-height: 32px;
}
.content_area .schedule .schedule_item:nth-child(1n+1) {
  align-self: center;
}
.content_area .schedule .date {
  width: 26%;
  font-weight: 600;
  display: flex;
  align-items: baseline;
}

.content_area .schedule .date span.day {
  width: 64%;
}

.content_area .schedule .area {
  width: 12%;
}

.content_area .schedule .name {
  width: 46%;
  letter-spacing: -0.35px;
}

.content_area .schedule .time {
  width: 24%;
}

.content_area .schedule .area,
.content_area .schedule .name,
.content_area .schedule .time {
  padding-left: 10px;
}

.content_area .schedule .date span:not(.day) {
  font-size: 15px;
  text-transform: uppercase;
  padding-left: 2px;
}

.content_area .schedule .name span {
  padding: 5px 15px 5px 15px;
}

.content_area .schedule .time {
  font-weight: 600;
}
.content_area .schedule .venue {
  text-align: center;
  font-size: 29px;
  padding: 77px 0 94px;
}
.content_area .schedule .schedule_container.schedule_news {
  position: relative;
}
.content_area .schedule .schedule_container.schedule_news:before {
  position: absolute;
  content: '';
  background-image: url("../images/teaser_howtolove/schedule_news_icon.png");
  background-repeat: no-repeat;
  background-size: 100%;
  width: 66px;
  height: 66px;
  top: 3px;
  left: -7%;
}
.content_area .ticket {
  font-family: "ヒラギノ角ゴ Pro W6","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック","Lucida Grande","Lucida Sans Unicode",Arial,Verdana,sans-serif;
  letter-spacing: 2px;
  padding-bottom: 45px;
}

.content_area .ticket_collap {
  background-image: url("../images/teaser_howtolove/ticket_collap_bg_pc.png");
  background-repeat: repeat;
  background-size: 100%;
  color: white;
  cursor: pointer;
  padding: 17px;
  width: 100%;
  height: 80px;
  border: none;
  text-align: center;
  outline: none;
  font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック","Lucida Grande","Lucida Sans Unicode",Arial,Verdana,sans-serif;
  font-size: 30px;
  font-weight: 600;
  letter-spacing: 1.5px;
  position: relative;
}

.content_area .active{
  margin-bottom: 30px;
}

.content_area .ticket_collap:after {
  content: '';
  background-image: url("../images/teaser_howtolove/close_icon.png");
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
  width: 30px;
  height: 30px;
  position: absolute;
  top: 32%;
  right: 1.6%;
}

.content_area .active:after {
  content: '';
  background-image: url("../images/teaser_howtolove/open_icon.png");
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
  width: 30px;
  height: 30px;
  position: absolute;
  top: 32%;
  right: 1.6%;
}

.content_area .ticket_content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
  background-color: #000;
}

.content_area .ticket_info {
  font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック","Lucida Grande","Lucida Sans Unicode",Arial,Verdana,sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 40px;
  color: #fff;
  max-width: 674px;
  margin: 0 auto;
  letter-spacing: 1px;
  padding: 44px 20px 36px 18px;
}

.content_area .ticket_info .ticket_schedule {
  position: relative;
  padding-left: 28px;
}
.content_area .ticket_info .ticket_schedule:before {
  position: absolute;
  content: '■';
  color: #e31d93;
  left: 0;
}
.content_area .ticket_info .time {
  font-size: 20px;
  font-weight: 600;
  padding-bottom: 25px;
}
.content_area .ticket_info .time .period {
  font-size: 14px;
  font-weight: 300;
}
.content_area .ticket_info .limited_member, .content_area .ticket_info .limited_sheet {
  font-size: 18px;
  font-weight: 300;
  line-height: 34px;
  padding-bottom: 38px;
}

.content_area .txt-yellow {
  color: #ffff00;
}
.content_area .ticket h3 {
  color: #f89fc7;
  font-size: 32px;
  letter-spacing: 1px;
  text-align: center;
  padding: 44px 0 38px;
  font-weight: 600;
}
.content_area .ticket .note1 {
  max-width: 718px;
  margin: 0 auto 50px;
  line-height: 34px;
  font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック","Lucida Grande","Lucida Sans Unicode",Arial,Verdana,sans-serif;
  font-size: 18px;
  letter-spacing: 0;
}

.content_area .note li {
  position: relative;
  padding-left: 20px;
  word-break: break-word;
  color: #fff;
}

.content_area .note li:before {
  content: '※';
  position: absolute;
  left: 0;
  display: inline-block;
}
.content_area .note.list-none li {
  padding-left: 0;
}
.content_area .note.list-none li:before {
  content: ''
}

.content_area .note--circle li:before {
  content: '●';
}

.content_area .ticket p.title {
  color: #E60012;
  font-size: 28px;
  text-align: center;
  padding-bottom: 30px;
}
.content_area .information {
  font-size: 18px;
  letter-spacing: .4px;
  padding-bottom: 118px;
}

.content_area .information .note1 {
  max-width: 1060px;
  margin: 0 auto;
  display: block;
  font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック","Lucida Grande","Lucida Sans Unicode",Arial,Verdana,sans-serif;
  font-size: 18px;
  line-height: 32px;
  padding-top: 30px;
}

.content_area .information p.txt-yellow {
  font-weight: 600;
  padding: 25px 0 14px;
  text-align: center;
  line-height: 30px;
}

.content_area .information .note--circle {
  padding-top: 0;
  margin-bottom: 35px;
}

.content_area .information .info-staff {
  line-height: 29px;
  letter-spacing: .3px;
  color: #fff;
}

.content_area .goods {
  padding-bottom: 16px;
}

.content_area .goods a {
  display: block;
  margin: 52px 0 71px;
}

.content_area .goods .box {
  min-height: 140px;
  width: 100%;
  background: #E6E6E6;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 50px 0 80px 0;
}
.content_area .goods .box p {
  font-size: 28px;
  letter-spacing: 10px;
  font-family: "ヒラギノ角ゴ Pro W6","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック","Lucida Grande","Lucida Sans Unicode",Arial,Verdana,sans-serif;
}

.content_area .movie_message .p-message__video {
  position: relative;
  padding-bottom: 54%;
  padding-top: 25px;
  height: 0;
  margin: 52px 0 71px;
}
.content_area .movie_message iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.content_area .special .para {
  font-family: "ヒラギノ角ゴ Pro W6","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック","Lucida Grande","Lucida Sans Unicode",Arial,Verdana,sans-serif;
  font-size: 28px;
  line-height: 56px;
  text-align: center;
  margin: 32px 0 25px;
  font-weight: 600;
  letter-spacing: 1px;
  word-break: break-word;
  color: #fff;
}
.content_area .special .para p {
  font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック","Lucida Grande","Lucida Sans Unicode",Arial,Verdana,sans-serif;
  font-size: 18px;
}

.content_area .special ul {
  display: block;
  max-width: 900px;
  margin: 0 auto;
  font-weight: 400;
  letter-spacing: 2.1px;
  line-height: 34px;
}

.content_area .special a {
  display: block;
}

.content_area .special img {
  padding-top: 76px;
}

.content_area .special .box {
  min-height: 440px;
  height: auto;
  width: 100%;
  background: #E6E6E6;
  margin-top: 50px;
}
.content_area .special .box img {
  width: 100%;
  height: auto;
}

/* links and footer section
-------------------------------------*/
#links {
  letter-spacing: 1px;
}

#links .content__wrap {
  padding-bottom: 100px;
  margin-bottom: 0;
}

#links.links_message {
  background: #006934;
  color: #fff;
  text-align: center;
}
#links.links_message .title {
  font-size: 58px;
  font-family: 'Josefin Sans', sans-serif;
  font-weight: bold;
  text-align: center;
  letter-spacing: 7px;
  margin: 10px 0 90px;
  color: #fff;
}
#links.links_message .p-cta__btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: center;
  -ms-flex-pack: justify;
  justify-content: center;
  margin: 0 auto;
  padding: 0 69px;
}
#links.links_message .p-cta__btn .p-cta__bloc:first-child img.fullwidth {
  padding: 0;
}
#links.links_message .p-cta__btn .p-cta__bloc {
  width: 47.3%;
  margin-right: 60px;
}
#links.links_message .p-cta__btn .p-cta__bloc:last-child {
  margin-right: 0px;
}
#links.links_message .p-cta__btn .c-btn--cta:hover {
  opacity: 0.7;
}
#links.links_message .p-cta__btn .c-btn--cta a {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100px;
  max-width: 500px;
  width: 100%;
  height: 180px;
}
#links.links_message .p-cta__btn .c-btn--cta img:nth-child(2) {
  width: 257px;
}
#links.links_message .p-cta__btn p {
  line-height: 40px;
  font-weight: 600;
  margin-bottom: 27px;
  font-family: 'ヒラギノ角ゴ Pro W6', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'Lucida Grande', 'Lucida Sans Unicode', Arial, Verdana, sans-serif;
  font-size: 24px;
  min-height: 120px;
  display: flex;
  justify-content: center;
  text-align: center;
  align-items: center;
  letter-spacing: 2.5px;
  word-break: break-word;
}
#links.links_message .p-cta__share {
  padding-top: 142px;
}
#links.links_message .p-cta__share h3 {
  font-size: 40px;
  font-family: niveau-grotesk, sans-serif;
  letter-spacing: .14em;
  margin-bottom: 32px;
  font-weight: 700;
}
#links.links_message .p-cta__share ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
#links.links_message .p-cta__share ul li {
  font-size: 0;
  padding: 0 20px;
}
#links.links_message .p-cta__share ul a {
  display: block;
  width: 80px;
  height: 80px;
}
#links.links_message .p-cta__share ul img {
  width: 100%;
  max-width: 80px;
  height: auto;
  vertical-align: top;
}
#links.links_message .p-cta__share ul :hover {
  opacity: 0.7;
}
#links.links_message.footerbg {
  /* background-image: url(../images/teaser_howtolove/footerbg1.png), url(../images/teaser_howtolove/footerbg2.png);
  background-position: 46% 10%,46% 80%;
  background-size: 70%;
  background-repeat: no-repeat; */
  background-color: #e31d93;
}

.pagetop {
  position: -webkit-sticky;
  position: sticky;
  bottom: 0;
}

.pagetop a {
  position: absolute;
  bottom: 0;
  right: 8.6%;
  z-index: 1;
  display: block;
  width: 40px;
  height: 40px;
}

.pagetop a img {
  width: 100%;
  height: auto;
  vertical-align: top;
}

@media screen and (max-width: 800px) {
  .pagetop a {
    right: 40px;
  }
}
@media screen and (max-width: 600px) {
  .pagetop a {
    right: 30px;
  }
}
@media screen and (max-width: 420px) {
  .pagetop a {
    right: 20px;
  }
}
footer.l-footer {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  z-index: 0;
  background-color: #000;
  padding: 80px 20px 60px;
}
footer .l-footer__social {
  margin-bottom: 70px;
}
footer .l-footer__social ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  align-items: center;
}
footer .l-footer__social ul li {
  width: 39px;
  margin: 0 20px;
}

footer .l-footer__social ul li a {
  display: block;
}
footer .l-footer__social ul img {
  width: 100%;
  max-width: 40px;
  height: auto;
  vertical-align: top;
}
footer .l-footer__social ul a img:hover {
  opacity: 0.7;
}
footer address {
  padding-bottom: 25px;
}
footer address, footer p {
  color: #fff;
  font-size: 12px;
  font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'Lucida Grande', 'Lucida Sans Unicode', Arial, Verdana, sans-serif;
  text-align: center;
  letter-spacing: 1.3px;
}
footer p {
  line-height: 20px;
}

@media screen and (max-width:1260px) {
  .content_area .schedule .schedule_container.schedule_news:before {
    width: 55px;
    height: 55px;
    top: 7px;
  }
}
@media screen and (max-width:1200px) {
  .content_area .schedule .schedule_item,
  .content_area .schedule .date {
    font-size: 18px;
  }

  .content_area .schedule .schedule_container.schedule_news:before {
    left: -6%;
  }
}

@media screen and (max-width: 1040px) {
  .content_area .schedule .date span.day {
    width: 70%;
  }
  #links.links_message .p-cta__btn .p-cta__bloc {
    margin-right: 30px;
  }
}

@media screen and (max-width: 1024px) {
  .content_area .schedule .schedule_container.schedule_news:before {
    width: 50px;
    height: 50px;
    left: -7%;
  }

  .content_area .ticket_collap {
    font-size: 26px;
  }
}

@media screen and (max-width: 960px) {
  .content_area .schedule .schedule_item {
    font-size: 17px;
    line-height: 28px;
  }

  .content_area .schedule .date {
    width: 31%;
  }

  .content_area .schedule .schedule_container.schedule_news:before {
    width: 45px;
    height: 45px;
    left: -8%;
    top: 10px;
  }

  #links.links_message .p-cta__btn p {
    font-size: 18px;
    line-height: 30px;
  }
}

@media screen and (max-width: 800px) {
  .l-wrap__outer {
    padding: 0 40px;
  }

  .sp {
    display: block;
  }

  .pc {
    display: none;
  }

  h2 {
    font-size: 58px;
  }

  .schedule h2 {
    font-size: 64px;
  }

  .line_break {
    display: block;
  }

  /* content_area
  -------------------------------------*/
  #content .content__wrap {
    padding: 0 0 130px 0;
  }
  .content__wrap {
    margin: 0 auto;
  }
  .content_area header img {
    max-width: 90%;
    padding: 117px 0 133px;
  }
  .content_area h2 {
    line-height: 87px;
    padding-bottom: 33px;
  }

  .content_area .schedule {
    margin-bottom: 128px;
  }

  .content_area .schedule .schedule_container {
    flex-wrap: wrap;
  }

  .content_area .schedule .schedule_container--header {
    display: none;
  }
  .content_area .schedule .schedule_container {
    border-top: 2px solid #e31d93;
    border-bottom: 0;
    padding: 23.7px 0 13px;
  }

  .content_area .schedule .schedule_container:last-child {
    border-bottom: 2px solid #e31d93;
  }

  .content_area .schedule .schedule_item {
    width: 48%;
    padding-bottom: 10px;
    font-size: 28px;
    line-height: 29px;
  }

  .content_area .schedule .schedule_item:nth-child(1n+1) {
    align-self: flex-start;
  }

  .content_area .schedule .date span.day {
    width: 73%;
  }

  .content_area .schedule .date span:not(.day) {
    font-size: 22px;
  }

  .content_area .schedule .date {
    font-size: 30px;
    line-height: 26px;
  }
  .content_area .schedule .time div {
    font-size: 22px;
  }

  .content_area .schedule .area,
  .content_area .schedule .name,
  .content_area .schedule .time {
    padding-left: 0;
  }

  .content_area .schedule .date {
    width: 45%;
  }

  .content_area .schedule .area {
    width: 53%;
  }
  .content_area .schedule .name,
  .content_area .schedule .time {
    width: 100%;
  }
  .content_area .schedule .venue {
    font-size: 42px;
    padding: 60px 0 94px;
  }
  .content_area .schedule .schedule_container.schedule_news {
    padding-left: 18%;
    justify-content: flex-start;
  }
  .content_area .schedule .schedule_container.schedule_news:before {
    width: 100px;
    height: 100px;
    top: 22px;
    left: 0%;
  }
  .content_area .schedule .schedule_container.schedule_news .date {
    width: 57%;
  }
  .content_area .schedule .schedule_container.schedule_news .date span.day {
    width: 68%;
  }
  .content_area .schedule .schedule_container.schedule_news .date span:not(.day) {
    padding-left: 12px;
  }
  .content_area .schedule .schedule_container.schedule_news .area {
    width: 40%;
  }
  .content_area .ticket {
    padding-bottom: 60px;
  }
  .content_area .ticket h3 {
    font-size: 40px;
    line-height: 55px;
    padding: 29px 0 35px;
  }
  .content_area .ticket h3 span {
    display: none;
  }
  .content_area .ticket_collap {
    background-image: url("../images/teaser_howtolove/ticket_collap_bg_sp.png");
    background-repeat: repeat;
    padding: 17px;
    height: 120px;
    font-size: 34px;
    font-weight: 600;
    letter-spacing: 1.5px;
    line-height: 46px;
  }
  .content_area .ticket_collap::after {
    width: 50px;
    height: 50px;
    top: 30%;
    right: 4.6%;
  }
  .content_area .ticket_info {
    font-size: 26px;
    padding: 34px 0 34px;
  }
  .content_area .ticket_info .ticket_schedule {
    padding-left: 36px;
  }
  .content_area .ticket_info .time {
    font-size: 26px;
    line-height: 44px;
    letter-spacing: 2.2px;
  }
  .content_area .ticket_info .time .period {
    font-size: 20px;
  }
  .content_area .ticket_info .limited_member {
    padding-bottom: 36px;
  }
  .content_area .ticket_info .limited_sheet {
    padding-bottom: 24px;
  }
  .content_area .ticket_info .limited_member, .content_area .ticket_info .limited_sheet {
    font-size: 24px;
    line-height: 38px;
  }
  .content_area .note li {
    padding-left: 26px;
  }
  .content_area .ticket .note1 {
    font-size: 24px;
    line-height: 39px;
    padding: 0 0 3px;
  }
  .content_area .ticket p.title {
    font-size: 40px;
  }

  .content_area .information h2{
    font-size: 58px;
    line-height: 38px;
  }

  .content_area .information p.txt-yellow {
    font-size: 26px;
    line-height: 44px;
    padding: 34px 0 0;
  }

  .content_area .information .note1 {
    padding-top: 35px;
    letter-spacing: -0.06rem;
    font-size: 24px;
    line-height: 39px;
  }

  .content_area .information .note--circle {
    padding-top: 30px;
    margin-bottom: 28px;
  }
  .content_area .information .leftstar {
    float: left;
    min-height: 80px;
    line-height: 80px;
    font-size: 40px;
    padding-right: 19px;
  }
  .content_area .information .rightstar {
    float: right;
    min-height: 80px;
    line-height: 80px;
    font-size: 40px;
    padding-left: 19px;
  }
  .content_area .goods .box {
    min-height: 200px;
    margin: 40px 0 100px 0;
  }

  .content_area .movie_message .p-message__video {
    padding-bottom: 52.5%;
    margin: 46px 0 105px;
  }

  .content_area .special .para {
    font-size: 40px;
    line-height: 64px;
  }
  .content_area .special .para p {
    font-size: 24px;
    line-height: 34px;
    text-align: left;
    padding-left: 60px;
  }
  .content_area .special .box {
    min-height: 278px;
    margin-top: 30px;
  }

  #links.links_message .title {
    font-size: 58px;
    margin-bottom: 75px;
  }
  #links.links_message .p-cta__btn {
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 0 65px;
  }

  #links.links_message .p-cta__btn p {
    font-size: 24px;
  }
  #links.links_message .p-cta__btn .c-btn--cta a {
    display: inline-block;
    margin-bottom: 50px;
    width: 100%;
    max-width: 540px;
    height: auto;
  }
  #links.links_message .p-cta__btn .p-cta__bloc {
    width: 100%;
    margin-right: 0;
  }
  #links.links_message .p-cta__btn .p-cta__bloc:first-of-type a {
    background: initial;
  }
  #links.links_message .p-cta__btn p {
    line-height: 42px;
    margin-bottom: 16px;
  }
  #links.links_message .p-cta__share {
    padding-top: 46px;
  }

  #links.links_message .p-cta__btn p {
    min-height: auto;
  }

  #links .content__wrap {
    padding-bottom: 55px;
  }

  .buy_button {
    margin-top: 71px;
  }

  .buy_button .button {
    width: 100%;
    height: 100px;
    font-size: 30px;
  }

  .buy_button .button a {
    font-size: 26px;
    line-height: 38px;
    display: flex;
    align-items: center;
  }
  .buy_button .button img {
    width: 80px;
    height: 80px;
  }
  .buy_button .button.btn_red a {
    font-size: 30px;
    padding: 0 80px;
  }

  .content_area .goods a {
    margin: 19px 0 105px;
  }

  .content_area .special .para {
    margin: 4px 0 0;
    letter-spacing: 3px;
  }

  .content_area .special ul {
    font-size: 24px;
    line-height: 39px;
    letter-spacing: -.2px;
  }

  .content_area .special img {
    padding-top: 30px;
  }
  .aligncenter {
    text-align: center;
  }

  footer.l-footer {
    padding: 120px 20px 125px;
  }
  footer .l-footer__social {
    margin-bottom: 114px;
  }
  footer .l-footer__social ul li {
    width: 80px;
    margin: 0 39px;
  }
  footer .l-footer__social ul img {
    max-width: 80px;
  }
  footer address {
    padding-bottom: 42px;
  }
  footer p {
    line-height: 34px;
  }
  footer address, footer p {
    font-size: 20px;
    letter-spacing: 1.8px;
  }
}

@media screen and (max-width: 700px) {
  .content_area .schedule .date {
    width: 52%;
  }

  .content_area .schedule .date span.day{
    width: 73%;
  }
  .content_area .schedule .date span:not(.day){
    padding-left: 10px;
  }
  .content_area .schedule .schedule_container.schedule_news::before {
    width: 80px;
    height: 80px;
  }
  .content_area .schedule .schedule_container.schedule_news .date {
    width: 70%;
  }
  .content_area .schedule .schedule_container.schedule_news .area {
    width: 30%;
  }
  .content_area .schedule .area {
    width: 45%;
  }

  .content_area .ticket h3 {
    font-size: 35px;
  }

  .content_area .ticket_collap {
    font-size: 28px;
  }

  .content_area .ticket_collap::after {
    width: 45px;
    height: 45px;
  }

  footer address, footer p {
    font-size: 17px;
  }
}

@media screen and (max-width: 600px) {
  .l-wrap__outer {
    padding: 0 20px;
  }

  .content_area header img {
    max-width: 87%;
    padding: 58px 0 65px;
  }

  .buy_button {
    margin-top: 40px;
  }

  .buy_button .button {
    height: 80px;
    font-size: 16px;
  }

  .buy_button .button a {
    font-size: 18px;
    line-height: 28px;
  }

  .buy_button .button img {
    right: 5px;
  }

  .buy_button .button.btn_red a {
    font-size: 18px;
  }

  .content_area h2 {
    font-size: 35px;
    line-height: 66px;
  }

  .content_area .schedule {
    margin-bottom: 50px;
  }

  .content_area .schedule .schedule_item {
    font-size: 18px;
    line-height: 30px;
    padding-bottom: 0;
  }

  .content_area .schedule .date {
    width: 60%;
  }

  .content_area .schedule .area {
    width: 40%;
  }

  .content_area .schedule .date span.day {
    width: 70%;
  }

  .content_area .schedule .date span:not(.day) {
    font-size: 15px;
  }

  .content_area .schedule .area,
  .content_area .schedule .name,
  .content_area .schedule .time {
    padding-left: 0;
  }

  .content_area .schedule .time div {
    font-size: 16px;
  }
  .content_area .schedule .venue {
    font-size: 25px;
    padding: 40px 0 74px;
  }

  .content_area .schedule .schedule_container.schedule_news::before {
    width: 60px;
    height: 60px;
    top: 30px;
  }
  .content_area .note li {
    padding-left: 20px;
  }

  .content_area .ticket h3 {
    font-size: 24px;
    line-height: 38px;
    padding: 10px 0 35px;
  }
  .content_area .ticket_collap {
    font-size: 30px;
    line-height: 38px;
    height: 100px;
    padding: 14px;
  }
  .content_area .ticket_info {
    font-size: 22px;
  }
  .content_area .ticket_info .time {
    font-size: 24px;
    line-height: 36px;
  }
  .content_area .ticket_info .time .period {
    font-size: 18px;
  }
  .content_area .ticket_info .limited_member, .content_area .ticket_info .limited_sheet {
    font-size: 22px;
    line-height: 36px;
  }
  .content_area .ticket .note1{
    font-size: 16px;
    line-height: 32px;
  }
  .content_area .ticket p.title {
    font-size: 24px;
  }
  .content_area .information {
    font-size: 16px;
    line-height: 26px;
    padding-bottom: 124px;
  }
  .content_area .information h2 {
    font-size: 35px;
    line-height: 38px;
    padding-bottom: 10px;
  }
  .content_area .information .note1 {
    font-size: 16px;
    line-height: 32px;
  }
  .content_area .information .leftstar, .content_area .information .rightstar {
    font-size: 25px;
    min-height: 60px;
    line-height: 60px;
  }

  .content_area .information p.txt-yellow {
    font-size: 16px;
    line-height: 26px;
  }
  .content_area .goods a {
    margin: 30px 0;
  }
  .content_area .goods .box p {
    font-size: 22px;
  }

  .content_area .movie_message .p-message__video {
    padding-bottom: 48.5%;
    margin: 30px 0;
  }

  .content_area .special .para {
    font-size: 24px;
    line-height: 38px;
  }
  .content_area .special .para p {
    font-size: 22px;
    line-height: 30px;
    margin-top: 20px;
  }

  .content_area .special ul {
    font-size: 16px;
    line-height: 32px;
  }

  .content_area .special img {
    padding-top: 30px;
  }

  #links.links_message .content__wrap {
    padding: 40px 0 40px;
  }

  #links.links_message .title {
    font-size: 33px;
    letter-spacing: 4px;
    margin-bottom: 40px;
  }

  #links.links_message .p-cta__btn p {
    line-height: 32px;
    font-size: 17px;
  }

  #links.links_message .p-cta__btn .c-btn--cta a {
    border-radius: 80px;
    margin-bottom: 80px;
  }

  #links.links_message .p-cta__share {
    padding-top: 20px;
  }

  #links.links_message .p-cta__share h3 {
    font-size: 30px;
    margin-bottom: 30px;
  }

  #links.links_message .p-cta__share ul a {
    width: 40px;
    height: 40px;
  }

  #links.links_message .p-cta__share ul img {
    max-width: 40px;
  }

  footer .l-footer__social {
    margin-bottom: 58px;
  }

  footer .l-footer__social ul li {
    width: 40px;
    margin: 0 21px;
  }

  footer .l-footer__social ul img {
    max-width: 40px;
  }

  footer address {
    font-size: 15px;
  }

  footer p {
    font-size: 12px;
    line-height: 22px;
    letter-spacing: 1px;
  }

  footer address {
    padding-bottom: 24px;
  }

  footer.l-footer {
    padding: 59px 17px 60px;
  }
}

@media screen and (max-width: 520px) {
  .content_area .schedule .date span.day {
    width: 61%;
  }
  .content_area .ticket_collap {
    font-size: 17px;
    line-height: 23px;
    height: 60px;
    padding: 7px;
  }
  .content_area .ticket_collap::after {
    width: 25px;
    height: 25px;
  }
  .content_area .ticket_info {
    font-size: 16px;
  }
  .content_area .ticket_info .time {
    font-size: 16px;
    line-height: 28px;
  }
  .content_area .ticket_info .time .period {
    font-size: 12px;
  }
  .content_area .ticket_info .limited_member, .content_area .ticket_info .limited_sheet {
    font-size: 15px;
    line-height: 26px;
  }
}

@media screen and (max-width: 459px) {
  #links.links_message.footerbg {
    background-size: 90% auto;
  }

  .buy_button .button img {
    width: 40px;
    height: 40px;
  }
}
@media screen and (max-width: 420px) {
  .content_area .special .para {
    font-size: 22px;
    line-height: 38px;
  }
  .content_area .special .para p {
    font-size: 18px;
    line-height: 30px;
  }
}
@media screen and (max-width: 410px) {
  .buy_button {
    margin-top: 23px;
  }

  #content .content__wrap {
    padding: 0 0 63px 0;
  }
  .buy_button .button {
    height: 50px;
    font-size: 13px;
    line-height: 20px;
  }

  .buy_button .button.btn_red a {
    font-size: 13px;
  }

  .content_area .information .leftstar,
  .content_area .information .rightstar {
    min-height: 50px;
    line-height: 50px;
  }

  .buy_button .button img {
    right: 8px;
  }

  .buy_button .button a {
    font-size: 13px;
    line-height: 20px;
  }

  .content_area h2 {
    font-size: 29px;
    line-height: 40px;
    padding-bottom: 21px;
  }

  .schedule h2 {
    font-size: 32px;
  }

  .content_area .schedule {
    margin-bottom: 60px;
  }

  .content_area .schedule .schedule_container {
    border-top: 1px solid #e31d93;
    padding: 6.9px 0 9px;
  }
  .content_area .schedule .schedule_container:last-child {
    border-bottom: 1px solid #e31d93;
  }
  .content_area .schedule .schedule_item {
    font-size: 14px;
    line-height: 20px;
  }

  .content_area .schedule .date {
    width: 50%;
  }

  .content_area .schedule .date span.day {
    width: 68%;
  }

  .content_area .schedule .area {
    width: 50%;
  }

  .content_area .schedule .date span:not(.day) {
    font-size: 11px;
    padding-left: 0;
  }
  .content_area h2 {
    letter-spacing: 3px;
  }
  .content_area .schedule .schedule_container.schedule_news::before {
    width: 50px;
    height: 50px;
    top: 10px;
  }
  .content_area .information .rightstar {
    padding-left: 8px;
  }
  .content_area .information .leftstar {
    padding-right: 8px;
  }
  .content_area .ticket h3 {
    font-size: 20px;
    line-height: 30px;
    padding: 11px 0 16px;
  }
  .content_area .ticket .note1{
    font-size: 12px;
    line-height: 20px;
  }
  .content_area .ticket p.title {
    font-size: 15px;
    line-height: 30px;
    letter-spacing: 1px;
  }
  .content_area .note li {
    padding-left: 12px;
    margin-bottom: -1px;
  }
  .content_area .ticket .note1 {
    padding: 0 0 10px;
    margin-bottom: 18px;
  }
  .content_area .information {
    font-size: 12px;
    line-height: 20px;
    padding-bottom: 61px;
  }
  .content_area .information .info-staff {
    line-height: 20px;
  }
  .content_area .information .note1 {
    padding-top: 13px;
  }
  .content_area .information .note1 {
    font-size: 12px;
    line-height: 19.8px;
    letter-spacing: -.1px;
  }
  .content_area .information .note--circle {
    padding-top: 0;
    line-height: 19px;
    margin-bottom: 18px;
  }
  .content_area .information p.txt-yellow {
    font-size: 13px;
    line-height: 22px;
    padding: 20px 0 14px;
    letter-spacing: 0;
  }
  .content_area .goods a {
    margin: 7px 0 45px;
  }
  .content_area .goods .box {
    margin: 40px 0 70px 0;
  }
  .content_area .goods .box p {
    font-size: 17px;
    letter-spacing: 5px;
  }
  .content_area .special .para {
    font-size: 20px;
    line-height: 31px;
    margin: 0px 0 0;
    letter-spacing: 1px;
  }
  .content_area .special .para p {
    font-size: 16px;
    line-height: 28px;
  }

  .content_area .special img {
    padding-top: 17px;
  }

  .content_area .special ul {
    font-size: 12px;
    line-height: 19px;
  }
  #links.links_message .title {
    font-size: 29px;
    margin-bottom: 36px;
  }
  #links.links_message .p-cta__btn {
    padding: 0 32px;
  }

  #links.links_message .p-cta__btn p {
    font-size: 12px;
    line-height: 20px;
    letter-spacing: 1px;
    min-height: auto;
    margin-bottom: 9px;
  }

  #links.links_message .p-cta__btn .c-btn--cta a {
    margin-bottom: 23px;
  }

  #links.links_message .p-cta__share h3 {
    font-size: 20px;
    margin-bottom: 20px;
  }

  #links.links_message .p-cta__share ul li {
    padding: 0 11px;
  }

  #links.links_message .content__wrap {
    padding: 37px 0 28px;
  }

  footer address {
    font-size: 10px;
    letter-spacing: 1px;
    padding-bottom: 18px;
  }

  footer p {
    font-size: 10px;
    line-height: 20px;
  }

}
@media screen and (max-width: 380px) {
  .content_area .schedule .date {
    width: 50%;
  }
  .content_area .schedule .area {
    width: 50%;
  }
  .content_area .schedule .schedule_container.schedule_news .date {
    width: 60%;
  }
  .content_area .schedule .schedule_container.schedule_news .date span.day {
    width: 60%;
  }
  .content_area .schedule .schedule_container.schedule_news .area {
    width: 40%;
  }
  .content_area .information .leftstar {
    padding-right: 14px;
  }

  .content_area .information .rightstar {
    padding-left: 14px;
  }
  .content_area .ticket {
    padding-bottom: 24px;
  }
  .content_area .ticket_card {
    margin-bottom: 5px;
  }
  .content_area .ticket_collap {
    font-size: 14px;
    letter-spacing: 3px;
    padding: 6px;
  }
  .content_area .ticket_collap::after {
    width: 23px;
    height: 23px;
  }
  .content_area .ticket_info {
    font-size: 13px;
    line-height: 28px;
    padding: 11px 0 22px;
  }
  .content_area .ticket_info .ticket_schedule {
    padding-left: 18px;
  }
  .content_area .ticket_info .time {
    font-size: 13px;
    line-height: 21px;
    letter-spacing: 1px;
    padding-bottom: 10px;
  }
  .content_area .ticket_info .time .period {
    font-size: 10px;
  }
  .content_area .ticket_info .limited_member, .content_area .ticket_info .limited_sheet {
    font-size: 12px;
    line-height: 21px;
  }
  .content_area .ticket_info .limited_member {
    padding-bottom: 15px;
  }
  .content_area .ticket_info .limited_sheet {
    padding-bottom: 0;
  }
  .content_area .information h2 {
    font-size: 29px;
    line-height: 35px;
    padding-bottom: 10px;
  }
  .content_area .information .leftstar,
  .content_area .information .rightstar {
    font-size: 22px;
  }

  .buy_button .button.btn_red a {
    font-size: 13px;
    padding: 0 50px;
  }
}

@media screen and (max-width: 370px) {
  .content_area .schedule .schedule_container.schedule_news .date {
    width: 72%;
  }
  .content_area .schedule .schedule_container.schedule_news .area {
    width: 28%;
  }
}
@media screen and (max-width: 360px) {
  .content_area .schedule .date {
    width: 60%
  }

  .content_area .schedule .date span.day {
    width: 58%;
  }

  .content_area .schedule .area {
    width: 40%;
  }

  .content_area .schedule .schedule_container.schedule_news::before {
    width: 45px;
    height: 45px;
    top: 10px;
  }

  .content_area .special .para {
    font-size: 18px;
  }

  footer.l-footer {
    padding: 40px 10px;
  }

  footer p {
    font-size: 8px;
  }
}
