@charset "UTF-8";
body {
  font-size: 16px;
}
#sns_ {
  text-align: center;
  padding: 50px 0 0;
}
#sns_ h2 {
  font-size: min(4vw, 18px);
}
#sns_ .flex_box {
  max-width: 120px;
  margin: 10px auto 0;
}
#sns_ .flex_box > * {
  width: 48%;
}
.noto-sans-jp-<uniquifier > {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
}
.wrapper {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top;
  background-attachment: fixed;
}
.img_cover {
  position: relative;
  pointer-events: none !important
}
.img_cover::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
/*装飾*/
.fs_l {
  font-size: 1.25em !important;
}
.fs_ll {
  font-size: 1.45em !important;
}
.fs_s {
  font-size: 0.85em !important;
}
.fs_ss {
  font-size: 0.65em !important;
}
.fs_18 {
  font-size: 17px !important;
}
.mt-1em {
  margin-top: 1em;
}
.mt-2em {
  margin-top: 2em;
}
.pl-2em {
  padding-left: 2em !important;
}
.pr-2em {
  padding-right: 2em !important;
}
.fc_blue {
  color: #1cbafb !important;
}
.fc_pink {
  color: #f16892 !important;
}
.fc_gray {
  color: #636363 !important;
}
.ta-left {
  text-align: left !important;
}
.ta-right {
  text-align: right !important;
}
.ta-center {
  text-align: center !important;
}
.d_ib {
  display: inline-block !important;
}
.mw600 {
  max-width: 600px;
  margin: 0 auto;
}
.fc_red {
  color: #C50003;
}
.td_under {
  text-decoration: underline;
}
.fw-b {
  font-weight: bold !important;
}
.font_h {
  font-family: "helvetica-neue-lt-pro-cond", sans-serif;
  font-weight: 900;
  font-style: normal;
}
.font_h_n {
  font-family: "helvetica-neue-lt-pro", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.font_t {
  font-family: "tbudgothic-std", sans-serif;
  font-weight: 400;
  font-style: normal;
}
body .wrapper, .wrapper {
  color: #fff;
}
p.not_line {
  border: none !important;
  padding-top: 0 !important;
}
a.line_text {
  display: inline-block;
  text-decoration: underline;
}
/* ==========================================================================
調整
========================================================================== */
.p_ad_txt a {
  display: inline-block !important;
}
/* ==========================================================================
アンカーリンク調整
========================================================================== */
/* ==========================================================================
btn
========================================================================== */
.btn p {
  max-width: 500px;
  margin: 20px auto 0;
  padding: 4px;
  border-radius: 100px;
  background: #fff
}
.btn a {
  background: #0092d9;
  background: linear-gradient(to right, #0ba9f3 0%, #0985ef 100%);
  color: #fff;
  font-size: 22px;
  text-align: center;
  width: 100%;
  height: 65px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  border-radius: 100px;
  box-sizing: border-box;
  line-height: 100%;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  position: relative;
  padding-bottom: 0.2em;
}
.btn a span.fs_ss {}
.btn a span.ic {
  display: block;
  background-image: url(../images/playbtn.png);
  background-size: 100% 100%;
  width: 30px;
  height: 30px;
  margin-left: 10px;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  position: absolute;
  right: 10%;
}
a.btn_view {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.5em 0;
  height: 3em;
  font-size: 1.1em;
  font-weight: bold;
  border-radius: 10em;
  width: 300px;
  margin: 1.5em auto 0;
  background: linear-gradient(to right, #d00e31 0%, #d00f31 100%);
  color: #fff;
  /*background: linear-gradient(to right, #fccc3d 0%, #ff5805 100%);*/
  /*    text-shadow: 0px 0px 6px rgb(183 76 1);*/
  border: solid 3px #fff;
}
a.btn_view span.ic {
  display: block;
  /*   background-image: url(../images/playbtn.png);*/
  background-size: 100% 100%;
  width: 1.3em;
  height: 1.3em;
  margin-left: 10px;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  position: absolute;
  right: 10%;
}
a.b_gray {
  background: #45474B !important;
  text-shadow: none !important;
  box-shadow: none !important;
  pointer-events: none !important;
  color: #fff !important;
  border: none !important;
}
a.b_gray::before {
  display: none !important;
}
a.btn_view:hover {
  opacity: 0.8;
}
a.btn_view.b_gray:hover {
  opacity: 1;
}
a.txt_a {
  text-decoration: underline;
  display: inline-block;
}
.btn_area {
  margin: 2em auto
}
.btn_area ul {
  display: flex;
}
.btn_area ul li {
  width: 48%;
  margin: 0 auto;
}
.btn_area ul li p {
  text-align: center;
  font-weight: 700;
}
.btn_ent {
  max-width: 450px;
  position: relative;
  margin: 0 auto;
  padding: 0;
  border-radius: 50em;
  border: solid #d6000f 4px;
  box-shadow: 0px 7px 0px 0px rgb(115 115 115 / 35%);
  background: #ffffff;
  height: 3.5em;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #d6000f;
  font-family: "helvetica-neue-lt-pro", sans-serif;
  font-weight: 700;
  letter-spacing: 0.05em;
  font-size: 1.2em;
}
.btn_ent:hover {
  box-shadow: unset;
  transform: translateY(4px);
  transition: transform 200ms ease, box-shadow 200ms ease;
}
.btn_ent.join {
  background: linear-gradient(to right, #fc8e3d 0%, #ff0576 100%);
  color: #fff;
  border: solid #fff 4px;
}
.btn_ent.other {
  border: solid 4px #00901E;
  color: #00901E;
}
.btn_ent::before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: 1.2em;
  width: 9px;
  height: 9px;
  margin: auto;
  border-top: 2px solid #d6000f;
  border-right: 2px solid #d6000f;
  transform: rotate(45deg);
  box-sizing: border-box;
}
.btn_ent.join::before {
  content: '';
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}
.btn_ent.other::before {
  content: '';
  border-top: 2px solid #00901E;
  border-right: 2px solid #00901E;
}
.btn_ent.yet {
  pointer-events: none;
  box-shadow: unset;
  background: #555555;
  border: none;
  color: #fff;
}
.btn_ent.yet::before {
  display: none;
}
.cap_btn {
  padding-top: 10px;
  background-color: transparent !important;
}
p.cap_btn.li_cap {
  font-size: 16px !important;
  font-weight: 400;
  padding-top: 7px !important;
}
p.cap_btn.li_cap.p_small {
  font-size: 14px !important;
}
/* ==========================================================================
非表示
========================================================================== */
/* ==========================================================================
共通
========================================================================== */
#about, #live, #entry, #campaign, #other {
  position: relative;
}
.sec_inner {
  margin: 0 auto;
  max-width: 1000px;
  padding: 0 0 1em;
  position: relative;
}
/*タイトル*/
h2.title_h2 {
  font-size: 2.5em;
  text-align: center;
  padding: 1.6em 0 1.3em;
  background: #fdd000;
  color: #d6000f;
  font-style: italic;
  font-family: "helvetica-neue-lt-pro-cond", sans-serif;
  font-weight: 900;
  width: 100%;
  letter-spacing: 0.05em;
  border-bottom: 4px solid;
}
h2.title_h2 span {
  color: #000;
}
.sub_title {
  position: absolute;
  position: absolute;
  font-size: 8em;
  color: #ffffff;
  height: 100px;
  font-family: "zen-kaku-gothic-new", sans-serif;
  font-weight: 700;
  left: 0;
  z-index: 1;
  opacity: 0.5;
  overflow: visible;
  display: flex;
  align-items: center;
  display: none;
}
.p_notes {
  font-size: 0.8em;
  text-align: initial;
  line-height: 1.45em;
}
.flex_box {
  display: flex;
}
/*作品掲載*/
ul.cont {
  display: flex;
  flex-wrap: wrap;
}
ul.cont li {
  color: #000;
  margin: 0 auto;
  text-align: center;
}
ul.cont h3 {
  font-weight: bold;
  font-size: 1.1em;
  margin: 0.5em 0;
  display: flex;
  align-items: center;
  font-family: "zen-kaku-gothic-antique", sans-serif;
  font-weight: 700;
}
ul.cont li img {
  width: 90%;
}
ul.cont li p {
  font-size: 0.95em;
  text-align: justify;
  font-family: "zen-kaku-gothic-antique", sans-serif;
}
/* ==========================================================================
section
========================================================================== */
#fv {
  position: relative;
  padding: 0;
  /*background-image: url(../images/main.webp);*/
  background: #fdd000;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top;
  background-attachment: fixed;
  z-index: 100;
  background: linear-gradient(to right, #9298ad 0%, #aab8c6 100%);
  border-bottom: 15px solid #fdd000;
}
#fv .sec_inner {
  max-width: 1600px;
  padding-top: 60px;
}
.fv_p {
  color: #d6000f;
  font-weight: bold;
  text-align: center;
  font-size: 2.5em;
  background: #fdd000;
  border-bottom: 15px solid #000000;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 2.5em;
  padding: 15px 0 35px;
  font-weight: 800;
}
#fv .im_left {
  width: 100%;
  max-width: 800px;
}
#fv .tx_right {
  width: 60%;
  padding: 2em;
  align-items: center;
  justify-content: center;
}
#fv .tx_right p {
  text-align: justify;
  align-items: center;
  justify-content: center;
}
.only_h1 h1 {
  margin: auto;
  position: relative;
  z-index: 90;
  background: #fdd000;
  /*	background-image: url(../images/kv.webp);*/
  background-size: cover;
  max-width: 1300px;
  /*	margin-top: 60px;*/
}
.only_h1 h1 img {
  width: 100%;
  margin: 0 auto;
  text-align: center;
  display: block;
}
p.fv_p.font_h {
  position: relative;
}
span.annotation {
  position: absolute;
  top: 59px;
  z-index: 100;
  font-size: 18px;
}
/* ==========================================================================
about_PC
========================================================================== */
#about {
  background: #fff;
  text-align: center;
  padding: 5% 0 7%;
}
#about h2 {
  color: #d6000f;
  font-size: 2.8em;
  margin-bottom: 1em;
}
#about h2 img {
  max-width: 600px;
  width: 90%;
}
#about p {
  color: #000;
  line-height: 2em;
  font-family: "helvetica-neue-lt-pro", sans-serif;
  font-weight: 600;
  font-size: 1.2em;
}
#about p + p {
  margin-top: 1em;
}
#about p span {
  color: #d6000f;
  font-size: 1.7em;
  display: block;
  margin-top: 0.5em;
}
#about p.about_h {
  margin-top: 2em;
}
/* ==========================================================================
アーティスト_PC
========================================================================== */
#live {
  color: #000;
  background: #fdd000 /* url(../images/bg.webp)*/ no-repeat fixed center / contain;
}
#live .sec_inner {
  width: 100%;
  margin: 0em auto 2em;
  position: relative;
  padding: 4em 5%;
  max-width: none;
  border-top: 40px solid #000;
}
#live .flex_box {
  display: flex;
  margin: 3em 0;
  align-items: center;
  justify-content: center;
}
#live .flex_box.name_box {
  margin: 1em auto;
  max-width: 1200px;
}
#live .flex_box.spec {
  max-width: 1200px;
  margin: 0 auto;
}
#live .f_left, #live .f_right {
  margin: 0 auto;
}
#live .f_left {
  width: 45%;
}
#live .f_right {
  width: 55%;
}
#live .live_info .f_left {
  width: 35%;
}
#live .live_info .f_right {
  width: 75%;
}
.box_num {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
}
.box_num span {
  background: #d6000f;
  color: #ffffff;
  display: flex;
  align-items: baseline;
  justify-content: center;
  width: 10em;
  height: 1.8em;
  font-size: 1.8em;
  clip-path: polygon(7% 0%, 100% 0%, 93% 100%, 0% 100%);
  font-style: italic;
  font-weight: 600;
  padding-top: 0.5em;
  letter-spacing: 0.1em;
  position: relative;
}
.box_num::before {
  content: '';
  position: absolute;
  width: 89%;
  height: 6px;
  background: #d6000f;
  bottom: 0;
  right: 0;
  left: 6%;
}
.special_area {
  text-align: center;
  max-width: 700px;
  margin: 0 auto;
  color: #000000;
  font-weight: bold;
  font-size: 1.1em;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.7em 1em 0.5em;
  width: 80%;
  line-height: 1.25em;
  border: solid;
}
#live h3 {
  margin: 0 auto;
  text-align: left;
  color: #000000;
  font-size: 3.5em;
  line-height: 1.5em;
  font-weight: 900;
  padding: 10px 2em 10px 0;
}
#live h3 img {
  width: 100%;
  max-width: 400px;
}
.live_info {
  width: 80%;
  margin: 2em auto 1em;
  text-align: center;
}
.live_info + .live_info {
  margin-top: 3em;
}
.live_info h4 {
  font-weight: bold;
  text-align: center;
  font-size: 1.8em;
  background: #d6000f;
  padding: 0.7em 0 0.5em;
  color: #ffffff;
  margin: 3em auto 1em;
}
.live_info h5 {
  font-size: 1.6em;
  font-weight: bold;
  padding: 0.4em 1px 0.2em;
  max-width: 20em;
  margin: 2em auto 1em;
  position: relative;
  color: #d6000f;
}
.live_info h5::before, .live_info h5::after {
  content: '';
  position: absolute;
  height: 3px;
  width: 30%;
  background: #d6000f;
  z-index: -1;
  top: 50%;
}
.w20_line::before, .w20_line::after {
  content: '';
  position: absolute;
  height: 3px;
  width: 15% !important;
  background: #d6000f;
  z-index: -1;
  top: 50%;
}
.live_info h5::before {
  left: 0;
}
.live_info h5::after {
  right: 0;
}
.live_info h5.long {
  background: #000;
  color: #fdd000;
  max-width: unset;
  width: 95%;
}
.live_info p {
  font-family: "helvetica-neue-lt-pro", sans-serif;
  font-weight: 600;
  font-size: 1.2em;
  line-height: 1.65em;
}
.live_info p + p {
  border-top: 2px solid #000;
  padding-top: 0.5em;
  max-width: 600px;
  margin: 1em auto 0;
}
.day_box {
  text-indent: -1em;
  padding-left: 1em;
  margin: auto;
  max-width: 500px;
  text-align: left;
  font-family: "helvetica-neue-lt-pro", sans-serif;
  font-weight: 600;
  font-size: 0.8em;
  line-height: 1.5em;
}
.day_box ul {
  padding-bottom: 10px;
}
.artist_box {
  display: flex;
  color: #000000;
  flex-flow: column;
}
.artist_box li {
  width: 100%;
  display: flex;
  align-items: center;
  margin: 0 auto;
}
.artist_box ul {
  padding: 0 2em;
  line-height: 1.45em;
}
.artist_spec li {
  width: 100%;
  margin: 0 auto;
}
.artist_spec .name {
  font-size: 1.2em;
  margin: 0.5em 0;
}
.artist_spec .txt {
  font-size: 1em;
  line-height: 1.3em;
}
.artist_spec li.a_sns {
  text-align: right;
  display: flex;
  justify-content: flex-end;
  margin-top: 2em;
}
.artist_spec a {
  display: flex;
  align-content: center;
  justify-content: center;
  background: #000;
  color: #fff;
  border-radius: 20em;
  margin: 0 0.5em;
  font-size: 0.75em;
  height: 2em;
  padding: 0.1em 1em 0;
}
.artist_spec a:hover {
  background: #d6000f;
  transition: transform 200ms ease,
}
.live_li {
  display: flex;
  margin: 1em auto;
}
.live_li li.one {
  width: 90%;
  margin: 0 auto;
  max-width: 600px;
}
.live_li li {
  width: 30%;
  margin: 0 auto;
}
.live_li p {
  font-weight: 700;
  margin: 0.5em auto;
}
.live_only {
  display: flex;
  margin: 0 auto;
}
.live_only li {
  display: flex;
  flex-flow: column;
  align-items: center;
  width: 45%;
  margin: 0 auto;
  line-height: 1.45em;
  padding: 1em;
  border: 2px solid #000;
  position: relative;
  background: #fff;
}
.live_only li h6 {
  font-family: "helvetica-neue-lt-pro", sans-serif;
  font-weight: 600;
  font-size: 1.3em;
  color: #d6000f;
  line-height: 1.45em;
}
.live_only span {
  margin: 0;
  padding: 0.5em;
  background: #000;
  color: #fdd000;
  position: absolute;
  left: 0;
  top: 0;
  width: 1.5em;
  height: 1.5em;
  font-size: 2em;
  display: flex;
  align-items: center;
  justify-content: center;
}
.live_only li p {
  font-size: 1.1em;
  margin-top: 1em;
  font-weight: 600;
}
.live_info .btn_area {
  margin-top: 4em;
}
.live_li .btn_ent.view {
  height: 3em;
  margin-top: 1em;
  border: #fd5400 solid 3px;
  background: #ffffff;
  color: #fd5400;
}
.live_li .btn_ent.view::before {
  content: '';
  border-top: 2px solid #fd5400;
  border-right: 2px solid #fd5400;
}
@media screen and (max-width: 910px) {
  #live .flex_box.spec {
    flex-flow: column;
    width: 90%;
    margin: 0 auto;
  }
  #live .flex_box.spec .f_left, #live .flex_box.spec .f_right {
    width: 100%;
  }
  .artist_box ul {
    margin-top: 0;
    padding: 0;
  }
}
small {
  font-size: 60% !important;
}
p.an_tx {
  position: relative;
  padding-bottom: 7px;
}
span.annotation.black {
  position: absolute;
  top: 56px;
  left: 48%;
  transform: translateX(-50%);
  z-index: 100;
  font-size: 15px;
}
/* ==========================================================================
応募方法_PC
========================================================================== */
a.reception_line {
  display: inline;
  text-decoration: underline;
}
#entry {
  background: #f0f0f0;
}
#entry .sec_inner {
  color: #000;
  margin: 3em auto 0;
  font-family: "helvetica-neue-lt-pro", sans-serif;
  font-weight: 400;
  width: 90%;
}
#entry h3 {
  margin: 0 auto 2em;
  border-bottom: 4px solid #000;
}
#entry h3 span {
  display: inline-block;
  font-style: italic;
  font-family: "helvetica-neue-lt-pro-cond", sans-serif;
  font-weight: 900;
  font-size: 1.6em;
  letter-spacing: 0.05em;
  background: #000000;
  color: #fdd000;
  padding: 8px 1em 4px;
}
#entry .info_box {
  max-width: 900px;
  margin: 0 auto;
}
#entry .info_box + .info_box {
  margin-top: 5em;
}
#entry .info_box + .btn_area {
  margin: 3em auto 5em;
}
#entry .info_box ul {
  line-height: 1.8em;
}
#entry .info_box ul {
  text-indent: -1em;
  padding-left: 1em;
}
p.info_p {
  width: 80%;
  margin: 1em auto;
  text-align: center;
  max-width: 600px;
  font-family: "helvetica-neue-lt-pro", sans-serif;
  font-weight: 600;
  font-size: 1.2em;
  line-height: 1.65em;
}
/*共通*/
.btn_area .btn_txt {
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
.btn_area .btn_txt li {
  width: 48%;
  margin: 0 auto;
  max-width: 450px;
  border-radius: 50em;
  text-align: center;
  font-weight: bold;
  flex-flow: column;
}
.btn_area .btn_txt li a {
  border-radius: 100px;
  overflow: auto;
  padding: 5px;
}
.btn_area .btn_txt p {
  border-radius: 0 0 100px 100px;
  background: #fff;
  font-size: 1.2em;
}
.btn_area .btn_txt p span {
  display: block;
  padding: 0.5em;
}
.btn_area .btn_txt .btn_grad p span::before, .btn_area .btn_txt .btn_red p span::before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: 1.2em;
  width: 9px;
  height: 9px;
  margin: auto;
  border-top: 2px solid #d6000f;
  border-right: 2px solid #d6000f;
  transform: rotate(45deg);
  box-sizing: border-box;
}
/*グラデーション*/
.btn_area .btn_txt li .btn_grad {
  background: linear-gradient(to right, #fc8e3d 0%, #ff0576 100%);
}
.btn_area .btn_txt .btn_grad span {
  background: linear-gradient(to right, #fc8e3d 0%, #ff0576 100%);
  color: #fff;
  display: block;
  padding: 0.5em 0 0.3em;
}
.btn_area .btn_txt .btn_grad p span {
  background: linear-gradient(to right, #fc8e3d 0%, #ff0576 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  position: relative;
}
.btn_area .btn_txt .btn_grad p span::before {
  border-top: 2px solid #ff0676;
  border-right: 2px solid #ff0676;
}
/*赤*/
.btn_area .btn_txt li .btn_red {
  background: #d6000f;
}
.btn_area .btn_txt .btn_red span { /* background: #d6000f;*/ color: #fff;
  display: block;
  padding: 0.5em 0 0.3em;
}
.btn_area .btn_txt .btn_red p span {
  color: #d6000f;
  background: #fff;
  display: block;
  position: relative;
  border-radius: 0 0 100px 100px;
}
.btn_area .btn_txt .btn_red p span::before {
  border-top: 2px solid #d6000f;
  border-right: 2px solid #d6000f;
}
.btn_area .btn_txt .btn_red .gray p span::before {
  border-top: 2px solid #d6000f;
  border-right: 2px solid #d6000f;
}
p span.gray::before {
  border-top: 2px solid #45474b !important;
  border-right: 2px solid #45474b !important;
}
span.gray {
  color: #45474b !important;
}
/*movie*/
.movie {
  max-width: 900px;
  aspect-ratio: 16 / 9;
  margin: 0 auto 0;
  overflow: hidden;
  border-radius: 20px;
  border: 10px solid #fff;
  background-image: url(../images/main.webp);
  width: 90%;
}
.movie iframe, .movie video {
  width: 100%;
  height: 100%;
}
/*flex*/
.flex_box, .flex_box.only {
  display: -webkit-flex;
  display: flex;
}
.flex_box.ai {
  -webkit-align-items: center;
  align-items: center;
}
.flex_box.js {
  justify-content: space-between;
}
.im_left {
  position: relative;
  width: 40%;
  z-index: 2;
}
.im_left p {
  margin-top: 5px;
  font-size: 17px;
  text-align: center;
}
.tx_right {
  width: 60%;
}
/*tokuten*/
.tokuten_scroll {
  font-size: 0.75em;
  margin: 4em auto;
  background: #454545;
  padding: 2em;
  max-width: 900px;
  color: #fff;
}
.tokuten_scroll .inn {
  padding-right: 2em;
  height: 230px;
  overflow-y: scroll;
  text-align: left;
}
.tokuten_scroll .inn .inn_box {
  margin-bottom: 2em;
}
.tokuten_scroll .inn .inn_box > ul > li {
  text-indent: -1em;
  margin-left: 1em;
  margin-bottom: 0.2em;
  line-height: 1.6em;
}
/* ==========================================================================
協賛
========================================================================== */
.sponsorship {
  text-align: center;
  padding: 50px;
  background: #b5b5b5;
}
.sponsorship_img {
  width: 30%;
  margin: auto;
}
p.sponsorship_text {
  font-size: 2em;
  text-align: center;
  padding: 0 0 1em;
  color: #ffffff;
  font-family: "helvetica-neue-lt-pro-cond", sans-serif;
  font-weight: 500;
  width: 100%;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 812px) {
  .lp_cta_fixed .btn p {
    border-width: 1px;
  }
  .btn p.l-color {
    padding: 3px;
  }
  .only_h1 {
    padding-top: 0;
  }
  .common_footer_wrapper .footer_inner {
    width: 93% !important;
  }
  #totop_btn {
    width: 10px;
  }
  #totop_btn.is-fixed {
    position: fixed;
    right: 10px;
    bottom: 100px;
  }
  a.cp_btn {
    bottom: 80px;
    width: 45%;
  }
  /* SPフッター812*/
  /*ユーザーエージェント出し分け用*/
  .iphone .android_show, .iphone .pc_show {
    display: none;
  }
  .android .iphone_show, .android .pc_show {
    display: none;
  }
  .pc .iphone_show, .pc .android_show {
    display: none;
  }
  .pc .visible .iphone_show, .pc .visible .android_show {
    display: block;
  }
  .footer_lemino_inc_3 .subfoot {
    margin-top: 30px;
    padding-right: 20px;
    padding-left: 20px;
    height: calc(290px / 2 * 0.75);
  }
  .footer_lemino_inc_3 .subfoot .x .tit, .footer_lemino_inc_3 .subfoot .yt .tit {
    font-size: 14px;
    color: #fff;
    text-align: center;
    margin-bottom: 10px;
  }
  .footer_lemino_inc_3 .subfoot .x a, .footer_lemino_inc_3 .subfoot .yt a {
    display: block;
    background-image: url(../../teaser/common/images/x.png);
    background-size: calc(96px / 2) calc(96px / 2);
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 55px;
    height: calc(96px / 2);
    color: #fff;
    display: flex;
    align-items: center;
    text-decoration: none;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
    font-size: 12px;
    line-height: 160%;
  }
  #news .footer_lemino_inc_3 .subfoot .x a {
    display: block;
    background-image: url(../../../teaser/common/images/x.png);
  }
  .footer_lemino_inc_3 .subfoot .x a, .footer_lemino_inc_3 .subfoot .yt a {
    background-position: center;
  }
  .footer_lemino_inc_3 .subfoot .yt a {
    background-image: url(../../teaser/common/images/yt.png);
  }
  #news .footer_lemino_inc_3 .subfoot .yt a {
    display: block;
    background-image: url(../../../teaser/common/images/yt.png);
  }
  .footer_lemino_inc_3 .end {
    padding-top: 12vw;
    padding-bottom: 4vw;
  }
  .footer_lemino_inc_3 .end .backtop a {
    padding-top: 2vw;
    padding-bottom: 2vw;
    margin-bottom: 4vw;
    background-color: #151515;
    font-size: 16px;
  }
  .footer_lemino_inc_3 .subfoot .tit {
    position: absolute;
    top: 0;
    left: 51%;
    transform: translateX(-50%);
    font-size: 13px;
  }
  body {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-text-size-adjust: 100%;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    font-family: "hiragino-kaku-gothic-pron", sans-serif;
    color: #4d4d4d;
  }
  .btn a {
    font-size: 18px;
    font-weight: 400;
  }
  .sp {
    display: block;
  }
  .pc {
    display: none;
  }
  .home {
    position: absolute;
    top: 10px;
    left: 10px;
    width: 20%;
    max-width: 130px;
    z-index: 1000;
    padding-top: 10px;
  }
  /* ヘッダー*/
  /* Hamburger Text */
  .c-hamburger__text {
    display: none !important;
  }
  /* Header */
  .l-header {
    display: block;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    width: 100%;
    height: 50px;
    background: #fff;
    z-index: 999;
  }
  /* Navigation Inner */
  .p-nav__inner {
    width: 100%;
  }
  /* Hamburger Button */
  .c-hamburger {
    position: relative;
    width: inherit;
    height: inherit;
    margin: 0;
    border-radius: 0 0 0 10px;
    cursor: pointer;
  }
  header button.c-hamburger {
    background: #fff;
  }
  header button.c-hamburger::before {
    display: none;
  }
  /* Hamburger Lines */
  .c-hamburger span {
    display: block;
    position: relative;
    left: 50%;
    width: 30px;
    height: 2px;
    background: #d00f31;
    transform: translateX(-50%);
    transition: all 0.4s;
  }
  .c-hamburger span:nth-of-type(1) {
    top: -4px;
  }
  .c-hamburger span:nth-of-type(2) {
    top: 1px;
  }
  .c-hamburger span:nth-of-type(3) {
    top: 6px;
  }
  /* Hamburger Text (Redundant but kept for reference) */
  .c-hamburger .c-hamburger__text {
    display: block;
    top: 12px;
    background: transparent;
    color: #fff;
    font-size: 10px;
    font-weight: 400;
    line-height: 1;
    text-transform: uppercase;
  }
  /* Hamburger Active State */
  .c-hamburger.is-active span:nth-of-type(1) {
    top: 0;
    transform: translateX(-50%) rotate(225deg);
  }
  .c-hamburger.is-active span:nth-of-type(2) {
    opacity: 0;
  }
  .c-hamburger.is-active span:nth-of-type(3) {
    top: -4px;
    transform: translateX(-50%) rotate(-225deg);
  }
  /* Navigation Panel */
  .p-header__nav {
    display: flex;
    position: absolute;
    top: 0;
    right: -100%;
    width: 100%;
    height: 100vh;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: transparent;
    font-weight: 700;
    color: #fff;
    opacity: 0;
    transition: 0.6s;
    z-index: 10;
  }
  .p-header__nav.is-active {
    position: fixed;
    top: 0;
    right: 0;
    background: #242429fc;
    opacity: 1;
    transition: 0.6s;
  }
  /* Header Inner */
  .p-header__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: inherit;
    padding: 13px 20px;
  }
  /* Header Title */
  .p-header__title {
    width: 100%;
    max-width: 120px;
    height: 48px;
    background: lightgray;
  }
  .p-header__title a {
    display: block;
    width: 100%;
    height: auto;
  }
  .p-header__title a img {
    height: 100%;
  }
  /* Hamburger Container */
  .p-header__hamburger {
    position: absolute;
    top: 0;
    right: 0;
    width: 55px;
    height: 100%;
    z-index: 100;
  }
  /* Navigation List */
  .p-nav {
    padding: 72px 0;
  }
  .p-nav__list {
    display: block;
    width: 100%;
    padding: 0 30px;
  }
  .p-nav__list li span {
    display: block;
    padding: 7px 15px 5px;
    border-radius: 100px;
    color: #fff;
  }
  /* Navigation Item */
  .p-nav__item {
    position: relative;
    width: 100%;
  }
  .p-nav__link {
    display: block;
    width: 80%;
    margin: 0 auto;
    height: 100%;
    padding: 20px;
    text-align: center;
    font-size: 16px;
    font-weight: 200;
    letter-spacing: 2px;
    color: #fff;
  }
  /* ==========================================================================
共通_SP
========================================================================== */
  #about, #live, #entry, #campaign {
    position: relative;
  }
  h2.title_h2 {
    font-size: 1.5em;
  }
  .sub_title {
    display: none;
  }
  a.totop {
    display: block;
    width: 30px;
    position: fixed;
    right: 10px;
    bottom: 20px;
    z-index: 1000;
  }
  .btn {
    max-width: 500px;
    width: 90%;
    margin: 20px auto 0;
  }
  .btn a {
    height: 48px;
    border-width: 1px;
  }
  .btn a span.ic {
    width: 20px;
    height: 20px;
  }
  .btn p {
    padding: 3px;
    border-width: 4px;
  }
  .movie {
    width: 90%;
    aspect-ratio: 16 / 9;
    border: 5px solid #fff;
    border-radius: 10px;
  }
  .tokuten_scroll {
    font-size: 0.65em;
    padding: 1.5em 1em;
    line-height: 1.45em;
    width: 100%;
  }
  .tokuten_scroll .inn {
    padding-right: 0.5em;
  }
  footer {
    height: 40px;
  }
  .wrapper {
    position: relative;
    background: none;
    z-index: 1;
    background: #fbfbfb;
    background-size: auto;
    background-position: unset;
    background-attachment: fixed;
    background-repeat: no-repeat;
  }
  .btn_area ul {
    display: block;
  }
  .btn_area ul li {
    width: 100%;
  }
  .btn_area ul li + li {
    margin-top: 2em;
  }
  .btn_ent {
    width: 90%;
    height: 3em;
    font-size: 1.1em;
  }
  .fv_p {
    padding-top: 80px;
    font-size: 1.5em;
    padding-bottom: 1.5em;
  }
  span.annotation {
    top: 91px;
    font-size: 18px;
  }
  /* ==========================================================================
About_SP
========================================================================== */
  #about h2 {
    font-size: 1.5em;
  }
  #about {
    padding: 10% 3%;
  }
  #about p {
    font-size: 0.9em;
    line-height: 1.6em;
  }
  #about p span {
    font-size: 1.4em;
    line-height: 1.6em;
  }
  /* ==========================================================================
Live_SP
========================================================================== */
  #live {
    padding-bottom: 1.5em;
    border-bottom: 20px solid #fff;
  }
  #live h2.title_h2 {
    font-size: 1.5em;
    line-height: 1.35em;
    padding: 0.8em 0 0.5em;
  }
  #live .sec_inner {
    padding: 0em 1em;
    border-top: solid #000 20px;
  }
  .box_num span {
    margin: 1em auto 0;
    font-size: 1.2em;
    padding-top: 0.35em;
    width: 80%;
  }
  .box_num::before {
    display: none;
  }
  #live h3 {
    padding: 0 1em;
    font-size: 1.8em;
    margin: 0 auto 0.5em;
    text-align: center;
  }
  .special_area {
    text-align: center;
    width: 90%;
    font-size: 0.9em;
    padding: 0.5em;
  }
  #live .flex_box {
    display: block;
    margin: 1em 0;
  }
  #live .f_left {
    width: 100%;
  }
  #live .f_right {
    width: 100%;
  }
  .artist_box {
    margin-top: 1em;
  }
  .artist_box li {
    font-size: 0.9em;
    line-height: 1.35em;
  }
  .artist_spec li.a_sns {
    margin-top: 1em;
  }
  .live_info {
    width: 100%;
  }
  .live_info h4 {
    width: 100%;
    font-size: 1.2em;
    padding: 0.5em 0 0.3em;
  }
  .live_info h5 {
    width: 90%;
    font-size: 1.3em;
    margin: 1em auto;
  }
  .live_info h5.long {
    width: 100%;
  }
  .live_info p {
    font-size: 1.1em;
  }
  .live_only li p {
    font-size: 1em;
  }
  .live_info {
    font-size: 0.9em;
  }
  .live_li {
    flex-wrap: wrap;
  }
  .live_li li {
    width: 45%;
  }
  .live_li li:nth-child(2) + li {
    margin-top: 2em;
  }
  .live_only {
    display: block;
  }
  .live_only li {
    width: 100%;
    font-size: 0.9em;
    padding: 1em 0.8em;
  }
  .live_only li + li {
    margin-top: 1em;
  }
  .live_info .btn_area {
    margin-top: 2.5em;
  }
  p.an_tx {
    padding-bottom: 11px;
  }
  span.annotation.black {
    position: absolute;
    top: 75px;
    left: 48%;
    transform: translateX(-50%);
    z-index: 100;
    font-size: 13px;
  }
  /* ==========================================================================
応募方法_SP
========================================================================== */
  #entry h3 {
    text-align: center;
  }
  #entry h3 span {
    font-size: 1em;
    width: 90%;
  }
  #entry .info_box ul, #entry .info_box p {
    width: 100%;
    margin: 0 auto;
    font-size: 0.8em;
    line-height: 1.45em;
  }
  #entry .info_box + .info_box {
    margin-top: 2em;
  }
  #entry .info_box + .btn_area {
    margin: 1em auto 2em;
  }
  .btn_area .btn_txt {
    flex-wrap: wrap;
  }
  .btn_area .btn_txt li {
    width: 90%;
    font-size: 0.8em;
  }
  .btn_area .btn_txt li + li {
    margin-top: 2em;
  }
}
/*PCフッター813*/
.footer_lemino_inc_3 .subfoot {
  height: calc(230px / 2);
}
.footer_lemino_inc_3 .totop a {
  height: calc(300px / 2);
}
.footer_lemino_inc_3 .subfoot .tit {
  position: absolute;
  top: 35px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 15px;
}
.footer_lemino_inc_3 .subfoot .x a, .footer_lemino_inc_3 .subfoot .yt a {
  background-position: center;
}
.footer_lemino_inc_3 .end {
  padding-top: 0;
  padding-bottom: 50px;
}
/*ヘッダー*/
header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
  padding: 1em 3.2em;
  text-align: center;
}
.home {
  position: absolute;
  top: 10px;
  left: 20px;
  width: 15%;
  max-width: 110px;
  z-index: 1000;
  padding-top: 14px;
}
.home_sp {
  position: absolute;
  top: 0px;
  left: 20px;
  width: 20%;
  max-width: 110px;
  z-index: 1000;
  padding-top: 14px;
}
header .right li {
  position: relative;
  display: inline-block;
  margin-top: 5px;
  margin-left: 10px;
  font-size: 16px;
  line-height: 70%;
}
.footer_fix {
  margin: 2% auto;
}
.lp_cta_fixed .lp_fv_cta_btn {
  width: min(44vw, 450px);
}
/* PEN STYLES ========== */
.menu {
  padding-top: 50px;
  z-index: 1
}
.menu, .menu .menu_title, .menu ul li a, .menu ul li a:after, .menu ul li a:before {
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.menu {
  position: relative;
  margin: 0;
}
.menu ul {
  display: block;
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: center;
}
.menu ul li {
  display: inline-block;
  border-right: 3px solid #f3f275;
}
.menu ul li:last-of-type {
  border: none;
}
.menu ul li a {
  color: #fff;
  display: block;
  padding: 0 20px;
  text-decoration: none;
  letter-spacing: 2px;
  font-size: 20px;
  font-weight: bold;
}
.menu ul li a span {
  color: #d66508;
}
.blur {
  font-size: 60px;
}
.blur:hover {
  animation: text-blur 0.5s;
}
@keyframes text-blur {
  0% {
    filter: blur(0);
  }
  50% {
    filter: blur(4px); /* ぼかしの強さ */
  }
  100% {
    filter: blur(0);
  }
}
/* アニメーションスタイル */
/* ---------------------------- */
/* アニメーション前 */
.u-fade-type-up {
  transform: translateY(50px);
  opacity: 0;
}
/* トリガー発火でis-activeを付与 */
.u-fade-type-up.is-active {
  transition: .6s;
  transform: translateY(0);
  opacity: 1;
}
/*フェードアップ*/
.fadeup.is-active {
  animation: fadeup 1s cubic-bezier(0.33, 1, 0.68, 1) forwards;
}
@keyframes fadeup {
  0% {
    transform: translateY(30px);
    opacity: 0;
  }
  80% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.slide-items {
  width: 100%;
  margin: auto;
}
.slick-slide {
  box-sizing: border-box;
  padding: 0 10px; /* スライド間の余白を確保 */
}
.slide-items img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.clickable {
  cursor: pointer;
}
.cp_end {
  position: relative;
  margin: 0 auto;
  pointer-events: none;
}
.cp_end::before {
  content: "キャンペーンは終了いたしました";
  width: 96%;
  height: 100%;
  display: flex;
  background: #000000a6;
  align-items: unset;
  justify-content: center;
  position: absolute;
  color: #fff;
  font-size: 2em;
  line-height: 1.35em;
  font-weight: bold;
  padding: 27% 0;
  text-shadow: 2px 3px 3px rgb(0 0 0 / 53%);
  z-index: 999;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.end_overlay {
  width: 100%;
  height: 100%;
  color: #fff;
  font-size: 30px;
  line-height: 1.5;
  background-color: rgba(0, 0, 0, 0.6);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
  text-align: center;
  align-content: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 812px) {
  .end_overlay {
    font-size: 18px;
  }
  .cp_end {
    margin: 0;
  }
  .cp_end::before {
    width: 100%;
    font-size: 1.2em;
  }
  .sponsorship {
    padding: 20px;
  }
  .sponsorship_img {
    width: 80%;
  }
  p.sponsorship_text {
    font-size: 20px;
    padding: 0 0 0.5em;
  }
}
/*--------------------------------
追従
----------------------------------*/
/* 固定フッターボタン */
.footer_btn {
  position: fixed;
  bottom: 0;
  transition: transform 0.3s ease;
}
.hidden {
  transform: translateY(100%);
}
/* 固定CTAエリア */
.lp_cta_fixed {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
  text-align: center;
  font-family: "source-han-sans-japanese", sans-serif;
  padding: 0.5em;
  line-height: 1.5;
  z-index: 999;
  display: block !important;
}
/* テキストとボタン */
.bottom_bnr p {
  font-size: 20px;
  margin-bottom: 5px;
}
.lp_cta_fixed .btn a {
  margin-top: 0;
  font-size: 16px;
  position: relative;
  display: flex;
  height: 3.5em;
  flex-wrap: wrap;
  padding: 0.8em 0;
  align-items: center;
  justify-content: center;
  flex-flow: column;
  font-weight: 600;
}
.lp_cta_fixed .btn a.grad {
  background: linear-gradient(to right, #fc8e3d 0%, #ff0576 100%);
}
.lp_cta_fixed .btn a.red {
  background: #d6000f;
}
.lp_cta_fixed .btn.one a {
  padding-top: 1em;
  padding-bottom: 1em;
}
.lp_cta_fixed .btn a .small_btn {
  font-size: 14px;
}
.btn.fix a span {
  background: none;
  width: auto;
  display: inline;
  margin-left: 0;
}
.btn.fix a .s_text {
  font-size: 0.85em;
  margin-top: 0.2em;
}
span.btn_cap {
  font-size: 11px;
  padding-top: 2px;
}
.lp_cta_fixed .btn span.fs_l {
  font-size: 1.15em !important;
}
.lp_cta_fixed .btn a span.ic {
  position: absolute;
  top: 50%;
  right: 8px;
  transform: translateY(-50%);
  display: block;
  background-image: url("../images/playbtn.png");
  background-size: 100% 100%;
  width: 25px;
  height: 25px;
  transition: all 300ms ease-in-out;
}
.lp_cta_fixed .btn a:hover span.ic {
  transform: translateY(-50%);
}
/* ボタンラッパー */
.btn_wrap {
  max-width: 900px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.btn_wrap .btn {
  width: 45%;
  margin: 0 auto;
}
.lp_cta_fixed .btn_wrap {
  width: 70%;
  max-width: 720px;
  margin-top: 5px;
}
.lp_cta_fixed .btn p {
  margin-top: 0;
}
.btn p.l-color {
  border: none;
}
.btn p.l-color a {
  background: linear-gradient(to right, #fc8e3d 0%, #ff0576 100%);
}
/* リードリンク */
.fix_btn_lead a {
  font-size: 17px;
  text-decoration: underline;
}
/* テキストリンク */
.cp_text_link {
  position: absolute;
  bottom: 5px;
  right: 0;
  background: #000;
  width: 18%;
}
.cp_text_link a {
  display: block;
  padding: 0.7em 0;
  text-align: center;
  font-size: min(1.6vw, 18px);
  border-top: 6px solid;
  border-left: 6px solid;
  border-bottom: 6px solid;
  border-image: linear-gradient(to right, #fc8e3d, #ff0576) 1;
  color: #ffbb2c;
  background: linear-gradient(to right, #ffbb2c 0%, #ff0576 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  line-height: 130%;
  font-weight: bold;
}
.btn.fix.lemino_c.single {
  max-width: 450px;
  margin: auto;
  width: 100%;
}
@media print, screen and (min-width: 813px) {
  /*ヘッダー*/
  header.pc {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 100;
    padding: 0;
    background: #00000096;
    height: 80px;
  }
  .header_pc {
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    -webkit-align-items: center;
    align-items: center;
    padding: 12px 25px;
  }
  header.pc .home {
    width: 120px;
  }
  header.pc .right {
    position: absolute;
    right: 0;
    padding: 0 1em 0 0;
    font-family: "zen-kaku-gothic-antique", sans-serif;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  header.pc .right p {
    position: relative;
    display: inline-block;
    margin-top: 5px;
    margin-left: 25px;
    font-size: 1em;
    line-height: 70%;
    font-weight: 600;
  }
  header.pc .right p a img {
    max-width: 40px;
  }
  header.pc .right p a {
    display: block;
    padding: 10px 0;
    color: #fff;
    transition: all .5s;
    line-height: 1.35em;
  }
  header.pc .right p a::after {
    position: absolute;
    left: 0;
    content: '';
    width: 100%;
    height: 2px;
    background: #fdd000;
    bottom: -1px; /*アンダーラインがaタグの下端から現れる*/
    transform: scale(0, 1); /*アンダーラインの縮尺比率。ホバー前はx方向に0*/
    transform-origin: left top; /*変形（アンダーラインの伸長）の原点がaタグ（各メニュー）の左端*/
    transition: transform 0.3s; /*変形の時間*/
  }
  header.pc .right p a:hover::after {
    transform: scale(1, 1); /*ホバー後、x軸方向に1（相対値）伸長*/
  }
}
@media screen and (max-width: 768px) {
  .lp_cta_fixed .btn {
    width: 100%;
  }
  .lp_cta_fixed .btn_wrap {
    width: 100%;
  }
  .lp_cta_fixed .btn_wrap .btn {
    width: 49%;
    margin-top: 0;
  }
  .lp_cta_fixed .btn a {
    padding: 1.5vw 0 1vw;
  }
  .lp_cta_fixed .btn.one a {
    padding: 2.2vw 0;
    font-size: min(3.7vw, 14px);
  }
  .fix_btn_lead a {
    font-size: min(3vw, 14px);
  }
  .lp_cta_fixed .btn a {
    font-size: min(3vw, 14px);
    font-weight: bold;
  }
  .lp_cta_fixed .btn a span.small_btn {
    font-size: min(2.2vw, 10px);
  }
  .lp_cta_fixed .btn a span.ic {
    display: none;
  }
  .lp_cta_fixed .btn span.fs_l {
    font-size: 1.35em !important;
    padding-top: 0.2em;
    display: block;
  }
  .btn.fix a .s_text {
    font-size: 0.9em;
    margin-top: 0.3em;
  }
  span.btn_cap {
    font-size: 7px;
    padding-top: 2px;
  }
}
#footer_lemino_inc_3 .objects.pc, #footer_lemino_inc_3 .objects.sp {
  display: none !important;
}
a.totop {
  display: block;
  width: 50px;
  position: fixed;
  right: 10px;
  bottom: 50px;
  z-index: 1000;
}
a.totop img {
  border: solid 2px #fff;
  border-radius: 10em;
}
.totop a {
  display: none !important;
}
#totop_btn {
  width: 12px;
}
#totop_btn.is-fixed {
  position: fixed;
  right: 20px;
  bottom: 100px;
}
.totop a {}
a.cp_btn {
  max-width: 350px;
  position: fixed;
  right: 0;
  bottom: 200px;
  width: 40%;
  z-index: 50;
}
a {
  display: block;
}
a.opacity:hover {
  opacity: .8;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
footer {
  color: #FFF;
  position: relative;
  background: #fc8e3d;
  background: -moz-linear-gradient(left, #fc8e3d 0%, #ff0576 100%);
  background: -webkit-linear-gradient(left, #fc8e3d 0%, #ff0576 100%);
  background: linear-gradient(to right, #fc8e3d 0%, #ff0576 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fc8e3d', endColorstr='#ff0576', GradientType=1);
  height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1;
  font-size: 12px;
}
@media screen and (max-width: 460px) {
  .fv_p {
    padding-top: 66px;
    font-size: 1em;
    padding-bottom: 2em;
  }
  span.annotation {
    top: 76px;
    font-size: 14px;
  }
  p.cap_btn.li_cap {
    font-size: 11px !important;
  }
  p.cap_btn.li_cap.p_small {
    font-size: 11px !important;
  }
}
@media screen and (max-width: 426px) {
  .fv_p {
    padding-top: 66px;
    font-size: 1em;
    padding-bottom: 2em;
  }
  span.annotation {
    top: 76px;
    font-size: 14px;
  }
  p.cap_btn.li_cap {
    font-size: 11px !important;
  }
  p.cap_btn.li_cap.p_small {
    font-size: 11px !important;
  }
}
@media screen and (max-width: 400px) {
  .fv_p {
    padding-top: 67px;
    font-size: 0.9em;
    padding-bottom: 1.8em;
  }
  span.annotation {
    top: 74px;
    font-size: 12px;
  }
  p.cap_btn.li_cap.p_small {
    font-size: 8px !important;
  }
}
@media screen and (max-width: 320px) {
  .fv_p {
    padding-top: 69px;
    font-size: 0.8em;
    padding-bottom: 2em;
  }
  span.annotation {
    top: 76px;
    font-size: 12px;
  }
}