/* Utility */
.u-tac {
    text-align: center;
}

.signaturemod-sec--md {
    margin-bottom: 60px;
}
@media print,screen and (min-width:768px){
    .signaturemod-sec--md {
        margin-bottom: 80px;
    }
}

.signaturemod-block--md {
    max-width: 760px;
    margin-left: auto;
    margin-right: auto;
}
.signaturemod-block--lg {
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
}
.signaturemod-block--img {
    margin-top: 40px;
}

@media print,screen and (min-width:768px){
    .signaturemod-block--img {
        margin-top: 80px;
        margin-left: -10px;
        margin-right: -10px;
    }
}

@media print, screen and (min-width: 1025px) {
    .u-hiddenPC {
    /* 1024px以上用（PC）の記述 */
	display: none;
    }
}

@media screen and (max-width: 1024px) and (min-width: 480px) {
.u-hiddenTB {
    /* 1023px以下用（タブレット）の記述 */
	display: none;
    }
}

@media screen and (max-width: 479px) {
.u-hiddenSP {
    /* 479px以下用（スマートフォン用）の記述 */
	display: none;
    }
}

.signaturemod-link ul {
    display: flex;
    flex-wrap: wrap;
    margin: 10px -7px -15px;
}
.signaturemod-link ul > li {
    flex: 0 0 50%;
    padding: 0 7px;
    margin-bottom: 15px;
}
@media print,screen and (min-width:768px){
    .signaturemod-link ul {
        margin: 30px -10px 0;
        padding: 0;
    }
    .signaturemod-link ul > li {
        flex-basis: 30%;
        max-width: 30%;
        padding: 0 10px;
        margin: 0;
    }
}
@media print,screen and (min-width:1025px){
    .signaturemod-link ul {
        max-width: 900px;
        margin-right: auto;
        margin-left: auto;
    }
}

/* .pagetop {
    position: relative;
} */

/* animation */
.is-ready .is-in-left,
.is-ready .is-in-right,
.is-in-left.is-ready,
.is-in-right.is-ready,
.is-in-bottom.is-ready {
    opacity: 0;
    transition: transform .5s ease-in-out, opacity .5s ease-in-out;
}
.is-ready .is-in-left,
.is-in-left.is-ready {
    transform: translateX(-100%);
}
.is-ready .is-in-right,
.is-in-right.is-ready {
    transform: translateX(100%);
}
.is-in-bottom.is-ready {
    transform: translateY(100px);
}

.is-active .is-in-left,
.is-active .is-in-right,
.is-in-left.is-active,
.is-in-right.is-active,
.is-in-bottom.is-active {
    transform: translate(0);
    opacity: 1;
}
.is-cover-image.is-ready {
    position: relative;
}
.is-cover-image.is-ready::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 120%;
    background: #fff;
    transition: width .5s ease-in-out;
}
.is-cover-image.is-active::before {
    width: 0;
}

/* key visual */
.signaturemod-key-visual {
    padding-top: 80%; /* 高さと幅の比を比率で固定。 */
    background: no-repeat 50% 0;
    background-size:contain;
    position: relative;
}
@media print,screen and (min-width:768px){
    .signaturemod-key-visual {
    padding-top: 300px;
    background: no-repeat 50% 0;
    background-size: auto 100%;
    position: relative;
    }
}
.signaturemod-key-visual::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    transition: transform .3s ease-in-out;
}
.signaturemod-key-visual.is-active::before {
    transform: translateX(100%);
}
.signaturemod-key-visual.is-shirts {
    background-image: url("../jpg/ly_main_sp.jpg");
}
@media print,screen and (min-width:768px){
    .signaturemod-key-visual {
        margin-top: 117px;
        padding-top:  35%; /* 高さと幅の比を比率で固定。 */
    }
    .signaturemod-key-visual::before {
        transition: transform .5s ease-in-out;
    }
    .signaturemod-key-visual p {
        font-size: 2rem;
    }
    .signaturemod-key-visual__logo img {
        width: 560px;
    }
    .signaturemod-key-visual.is-shirts {
        background-image: url("../jpg/ly_main_pc.jpg");
        max-width: 100%;
        height: auto;
    }
}

/* TOP */
.signaturemod-contents {
	no-repeat;
    background-size: 100% auto;
    position: relative;
}
@media print,screen and (min-width:768px){
    .signaturemod-contents {
     cover;
     background-color: #000;
    }
}
	
/* catch*/
.signaturemod-lead {
    margin: 20px 20px 0 20px;
    font-size: 1.6rem;
	text-align: justify;
    font-weight: normal;
    line-height: 1.6;
}

@media print,screen and (min-width:768px){
    .signaturemod-lead {
        margin: 20px 20px 0 20px;
        font-size: 1.8rem;
		text-align: justify;
		line-height: 1.8;
		letter-spacing: -0.1px;
    }
}

/* sign */
.signaturemod-sign {
	margin-top: -10px;
	margin-right: 20px;
	margin-left: auto;
	width:160px;
}
@media print,screen and (min-width:768px){
.signaturemod-sign {
	margin-top: -40px;
	margin-right: 20px;
	margin-left: auto;
	width:240px;
    }
}
	

/* colum */
.signaturemod-column-list {
    margin-top: 10px;
}
.signaturemod-column-box_name {
    margin-top: 10px;
    font-size: 1.8rem;
    font-weight: bold;
    line-height: 1.3;
    text-align: center;
}
.signaturemod-column-box__text {
    margin-top: 10px;
    font-size: 1.5rem;
    line-height: 1.5;
    letter-spacing: -0.15px;
    text-align:justify;
}
.signaturemod-column-box_detail {
    margin-top: 10px;
}
@media print,screen and (min-width:768px){
    .signaturemod-column-list {
        margin-top: -60px;
    }
    .signaturemod-column-box {
        display: flex;
        align-items: center;
    }
    .signaturemod-column-box:nth-child(odd) {
        flex-direction: row-reverse;
    }
    .signaturemod-column-box__img {
        flex: 0 0 50%;
        margin-right: 40px;
    }
    .signaturemod-column-box:nth-child(odd)     .signaturemod-column-box__img {
        margin: 0 0 0 40px;
    }
    .signaturemod-column-box_name {
        font-size: 2.2rem;
        line-height: 1.3;
        text-align: left;
        margin: 0 0 20px;
    }
    .signaturemod-column-box__text {
        margin: 0;
        font-size: 1.5rem;
        line-height: 1.46;
        flex: 1;
    }
}
@media print,screen and (min-width:1025px){
    .signaturemod-column-list {
        max-width: 900px;
        margin-right: auto;
        margin-left: auto;
    }
    .signaturemod-column-box__img {
        flex: 0 0 61%;
    }
    .signaturemod-column-box__img {
        margin-left: -70px;
    }
}

/* link btn */
.signaturemod-btn-wrap {
    margin: 30px auto 0;
    max-width: 360px;
    width: 100%;
}
.signaturemod-type-recomend + .signaturemod-btn-wrap {
    margin-top: 40px;
}
.signaturemod-link > ul + .signaturemod-btn-wrap {
    margin-top: 60px;
}
.signaturemod-image + .signaturemod-btn-wrap {
    margin-top: 20px;
}
.signaturemod-btn {
    margin: 0 auto;
    padding: 10px;
    min-height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #3d3d3d;
    background: #e5e5e5;
    font-weight: bold;
    text-align: center;
    font-size: 1.5rem;
    line-height: 1.5;
    letter-spacing: -0.15px;
}
.signaturemod-btn-ghost {
    border: 2px solid #708090;
    color: #708090;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #708090;
    min-height: 48px;
    margin: 0 auto;
    font-size: 1.5rem;
    line-height: 1.5;
    letter-spacing: -0.15px;
}
@media print,screen and (min-width:768px){
    .signaturemod-btn {
        font-size: 1.8rem;
        line-height: 1.2;
    }
    .signaturemod-column-box .signaturemod-btn-wrap {
        margin-left: 0;
    }
    .signaturemod-column-box .signaturemod-btn {
        font-size: 1.5rem;
    }
}
@media print,screen and (min-width:1025px){
    .signaturemod-btn,
    .signaturemod-btn-ghost {
        position: relative;
        transition: color .15s ease-in-out;
    }
    .signaturemod-btn::before,
    .signaturemod-btn-ghost::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        width: 0;
        transition: width .15s ease-in-out;
        z-index: 0;
        background-color: #ff4291;
    }
    .signaturemod-btn-ghost::before {
        background: #708090;
    }

    .signaturemod-btn:hover {
        color: #3d3d3d;
    }
    .signaturemod-btn-ghost:hover {
        color: #000;
    }
    .signaturemod-btn:hover::before,
    .signaturemod-btn-ghost:hover::before {
        width: 100%;
    }
    .signaturemod-btn > span,
    .signaturemod-btn-ghost > span {
        position: relative;
    }
}
	
/* column-box */	
.signaturemod-column-box + .signaturemod-column-box {
    margin-top: 120px;
}

.signaturemod-visual {
    margin: 15px -10px 0;
}
.signaturemod-visual img {
    width: 100%;
}
.signaturemod-image {
    margin-top: 10px;
    text-align: center;
}
@media print,screen and (min-width:768px){
    .signaturemod-visual {
        margin: 40px -20px 0;
    }
}
@media print,screen and (min-width:1025px){
    .signaturemod-visual {
        margin-right: -10px;
        margin-left: -10px;
    }
}

/* page move */
body::before {
    content: '';
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    width: 200%;
    background: #fff;
    transition: transform .4s ease-in-out;
    transform: translateX(-100%);
    z-index: 10000;
}
body.is-move:before {
    transform: translateX(0%);
}


figure {
    text-align: center;
}

  .pc { display:none; }
  .sp { display:block; }

@media screen and (min-width:768px){
  .pc { display:block; }
  .sp { display:none; }
}


/* カルーセル */

.slider-box {
   margin: 20px auto 150px
}

.slider{
    margin: 0 auto;
    width: 100%;
}

@media print,screen and (min-width:768px){
    .slider-box {
        margin: 50px auto 150px
}
    .slider{
        margin: 0 auto;
        width: 70%;
    }
}

.slider img{
    height: auto;
    width: 100%;
}
/*slick setting*/
.slick-prev:before,
.slick-next:before {
    color: #ff4291;
}

/* ▼▼▼テナジー19なので編集後削除▼▼▼ */
.p-19series_feature_title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 3.6rem;
  font-weight: bold;
  line-height: 1.25;
  letter-spacing: 0.04em;
  margin-bottom: 30px; }
  @media print, screen and (min-width: 768px) {
    .p-19series_feature_title {
      font-size: 6.4rem;
      line-height: 1.1;
      margin-bottom: 60px; } }

.p-19series_feature_main {
  margin-left: -20px;
  margin-right: -20px; }
  @media print, screen and (min-width: 768px) {
    .p-19series_feature_main {
      margin-left: auto;
      margin-right: auto;
      margin-bottom: 20px; } }

.p-19series_nav {
  margin: 0 -20px; }
  @media print, screen and (min-width: 768px) {
    .p-19series_nav {
      margin: 0 auto;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; } }

.p-19series_nav_list {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3); }
  @media print, screen and (min-width: 768px) {
    .p-19series_nav_list {
      border-bottom: 2px solid rgba(255, 255, 255, 0.3);
      width: calc((100% - 40px) / 2); }
      .p-19series_nav_list:nth-child(odd) {
        margin-right: 40px; }
      .p-19series_nav_list:nth-child(n + 3) {
        margin-top: 10px; } }

.p-19series_nav_link {
  position: relative;
  padding: 20px 20px;
  display: block;
  width: 100%;
  font-size: 1.7rem;
  line-height: 1.2;
  font-weight: bold;
  color: #fff; }
  .p-19series_nav_link::before {
    position: absolute;
    content: "";
    width: 10px;
    height: 10px;
    border-bottom: 1px solid #da4f17;
    border-left: 1px solid #da4f17;
    right: 20px;
    top: 50%;
    -webkit-transform: translateY(-70%) rotate(-45deg);
    -ms-transform: translateY(-70%) rotate(-45deg);
    transform: translateY(-70%) rotate(-45deg); }
  @media print, screen and (min-width: 768px) {
    .p-19series_nav_link {
      font-size: 2.4rem;
      padding: 30px 10px;
      -webkit-transition: opacity;
      -o-transition: opacity;
      transition: opacity;
      -webkit-transition-timing-function: ease-out;
      -o-transition-timing-function: ease-out;
      transition-timing-function: ease-out;
      -webkit-transition-duration: .2s;
      -o-transition-duration: .2s;
      transition-duration: .2s; }
      .p-19series_nav_link::before {
        position: absolute;
        content: "";
        width: 18px;
        height: 18px;
        border-bottom: 2px solid #da4f17;
        border-left: 2px solid #da4f17;
        right: 5px; }
      .p-19series_nav_link:hover {
        opacity: .5; } }

.p-19series_contents:not(:first-child) {
  margin-top: 35px; }

@media print, screen and (min-width: 768px) {
  .p-19series_contents {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .p-19series_contents:not(:first-child) {
      margin-top: 55px; }
    .p-19series_contents .p-19series_contents_desc {
      margin-left: 47px; } }

.p-19series_contents_desc {
  margin-top: 15px; }
  @media print, screen and (min-width: 768px) {
    .p-19series_contents_desc {
      margin-top: 0; } }

@media print, screen and (min-width: 768px) {
  .p-19series_contents--reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse; }
    .p-19series_contents--reverse .p-19series_contents_desc {
      margin-right: 47px;
      margin-left: 0; } }

.p-19series_contents--block .p-19series_contents_img {
  margin-top: 20px; }

.p-19series_contents--block .p-19series_contents_desc:not(:first-child) {
  margin-top: 25px; }

@media print, screen and (min-width: 768px) {
  .p-19series_contents--block {
    display: block; }
    .p-19series_contents--block .p-19series_contents_img {
      margin-top: 45px; }
    .p-19series_contents--block .p-19series_contents_desc {
      margin-left: 0; }
      .p-19series_contents--block .p-19series_contents_desc:not(:first-child) {
        margin-top: 45px; } }

@media print, screen and (min-width: 768px) {
  .p-19series_contents_desc {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 373px;
    flex: 1 1 373px; } }

@media print, screen and (min-width: 768px) {
  .p-19series_contents_img {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 560px;
    flex: 1 1 560px; } }

@media print, screen and (min-width: 768px) {
  .p-19series_detail_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; } }

.p-19series_detail {
  background-color: #303030; }
  .p-19series_detail:not(:last-child) {
    margin-bottom: 25px; }
    @media print, screen and (min-width: 768px) {
      .p-19series_detail:not(:last-child) {
        margin-bottom: 0;
        margin-right: 40px; } }
  .p-19series_detail:first-child {
    position: relative; }
    .p-19series_detail:first-child:before {
      position: absolute;
      content: "";
      left: 50%;
      -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      transform: translateX(-50%);
      bottom: -54px;
      width: 49px;
      height: 54px;
      background-image: url(../arrow-sp.html);
      background-size: contain;
      background-repeat: no-repeat;
      background-position: center center;
      z-index: 1; }
      @media print, screen and (min-width: 768px) {
        .p-19series_detail:first-child:before {
          width: 72px;
          height: 52px;
          left: auto;
          right: -58px;
          -webkit-transform: none;
          -ms-transform: none;
          transform: none;
          bottom: auto;
          top: 398px;
          transform: none;
          background-image: url(../arrow-pc.html); } }
  @media print, screen and (min-width: 768px) {
    .p-19series_detail {
      width: calc(50% - 20px); } }

.p-19series_detail_img img {
  width: 100%; }

.p-19series_detail_desc {
  position: relative;
  padding: 30px 20px 20px; }

.p-19series_detail_label {
  position: absolute;
  left: 0;
  top: -20px;
  padding: 6px 20px;
  font-size: 1.6rem;
  color: #fff;
  font-weight: bold;
  background-image: url(../subtitle-bg.html);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  display: inline-block; }
  @media print, screen and (min-width: 768px) {
    .p-19series_detail_label {
      font-size: 2.2rem;
      padding: 0 15px; } }

.p-19series_detail_text {
  font-size: 1.4rem;
  line-height: 1.75;
  font-weight: bold;
  color: rgba(255, 255, 255, 0.6); }
  @media print, screen and (min-width: 768px) {
    .p-19series_detail_text {
      font-size: 1.6rem; } }

@media print, screen and (min-width: 768px) {
  .p-19series_item_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .p-19series_item_wrap .p-19series_subtext {
      font-size: 1.6rem; } }

.p-19series_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer; }
  .p-19series_item:not(:last-child) {
    margin-bottom: 28px; }
  @media print, screen and (min-width: 768px) {
    .p-19series_item {
      position: relative;
      display: block;
      vertical-align: top;
      width: calc((100% - 76px) / 3);
      -webkit-transition: opacity;
      -o-transition: opacity;
      transition: opacity;
      -webkit-transition-timing-function: ease-out;
      -o-transition-timing-function: ease-out;
      transition-timing-function: ease-out;
      -webkit-transition-duration: .2s;
      -o-transition-duration: .2s;
      transition-duration: .2s; }
      .p-19series_item:not(:last-child) {
        margin-bottom: 0; }
      .p-19series_item:not(:nth-child(3n)) {
        margin-right: 38px; }
      .p-19series_item:nth-child(n + 4) {
        margin-top: 38px; }
      .p-19series_item:hover {
        opacity: .5; } }

.p-19series_item_img {
  width: 128px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 128px;
  flex: 0 0 128px;
  margin-right: 20px; }
  .p-19series_item_img img {
    width: 100%; }
  @media print, screen and (min-width: 768px) {
    .p-19series_item_img {
      width: 100%;
      margin-right: 0;
      margin-bottom: 25px; } }

.p-19series_item_desc {
  position: relative;
  padding-bottom: 30px; }
  @media print, screen and (min-width: 768px) {
    .p-19series_item_desc {
      padding-bottom: 60px;
      position: static; }
      .p-19series_item_desc .p-19series_subtext {
        margin-top: 0; } }

.signaturemod_item_name {
  font-size: 1.6rem;
  font-weight: normal;
  line-height: 1.4;
  margin-bottom: 10px; }
  @media print, screen and (min-width: 768px) {
    .signaturemod_item_name {
      font-size: 1.6rem;
      margin-bottom: 10px; } }

.p-19series_item_btn {
  position: absolute;
  left: 0;
  bottom: 0;
  font-size: 1.3rem;
  padding-bottom: 5px;
  font-weight: bold;
  border-bottom: 1px solid #da4f17;
  color: #da4f17;
  display: inline-block; }
  @media print, screen and (min-width: 768px) {
    .p-19series_item_btn {
      font-size: 1.8rem; } }

.p-19series_modal {
  display: none; }
  .p-19series_modal.is-show {
    display: block; }

.p-19series_modal_conts {
  position: fixed;
  z-index: 12;
  left: 50%;
  top: 100px;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: calc(100vw -  40px); }
  @media print, screen and (min-width: 768px) {
    .p-19series_modal_conts {
      left: 50%;
      top: 50%;
      -webkit-transform: translateX(-50%) translateY(-50%);
      -ms-transform: translateX(-50%) translateY(-50%);
      transform: translateX(-50%) translateY(-50%);
      width: 100%;
      max-width: 980px; } }

.p-19series_modal_inner {
    overflow-y: auto;
    max-height: calc(100vh - 200px);
    padding: 35px 30px;
    background-color: #eee;
    color: #000; }
  @media print, screen and (min-width: 768px) {
    .p-19series_modal_inner {
      padding: 60px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; } }

.p-19series_modal_wrap {
    position: fixed;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    z-index: 11; }

.p-19series_modal_close {
  position: absolute;
  right: 0;
  top: -45px;
  width: 25px;
  height: 20px;
  z-index: 12;
  text-indent: -9999px; }
  .p-19series_modal_close::before, .p-19series_modal_close:after {
    content: "";
    position: absolute;
    background-color: #3d3d3d;
    left: 0;
    top: 50%;
    width: 25px;
    height: 1px; }
  .p-19series_modal_close::before {
    -webkit-transform: translateY(-50%) rotate(45deg);
    -ms-transform: translateY(-50%) rotate(45deg);
    transform: translateY(-50%) rotate(45deg); }
  .p-19series_modal_close::after {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg); }
  @media print, screen and (min-width: 768px) {
    .p-19series_modal_close {
      width: 35px;
      height: 50px;
      top: -70px; }
      .p-19series_modal_close::before, .p-19series_modal_close:after {
        width: 38px;
        height: 1px; } }

.p-19series_modal_img {
  text-align: center;
  margin-bottom: 35px; }
  .p-19series_modal_img img {
    width: 150px; }
  @media print, screen and (min-width: 768px) {
    .p-19series_modal_img {
      -webkit-box-flex: 0;
      -ms-flex: 0 0  300px;
      flex: 0 0  300px;
      width: 300px;
      margin-bottom: 0;
      margin-right: 40px; }
      .p-19series_modal_img img {
        width: 100%; } }

.p-19series_modal_desc {
  position: relative;
  padding-bottom: 35px; }

.p-19series_modal_title {
  font-size: 2.3rem;
  font-weight: bold;
  margin-bottom: 5px;
  line-height: 1.5; }
  @media print, screen and (min-width: 768px) {
    .p-19series_modal_title {
      font-size: 3.0rem;
      margin-bottom: 0; } }

.p-19series_modal_catch {
  font-weight: bold;
  font-size: 1.8rem;
  line-height: 1.4;
  margin-bottom: 20px; }
  @media print, screen and (min-width: 768px) {
    .p-19series_modal_catch {
      font-size: 2.4rem; } }

.p-19series_modal_list {
  margin-bottom: 30px; }
  .p-19series_modal_list li {
    font-size: 1.6rem;
    line-height: 1.75;
    position: relative;
    padding-left: 1em; }
    .p-19series_modal_list li:before {
      position: absolute;
      content: "・";
      left: 0;
      top: 0;
      z-index: 0; }
  @media print, screen and (min-width: 768px) {
    .p-19series_modal_list {
      margin-bottom: 0; } }

.p-19series_modal_link {
  display: inline-block;
  color: #ff4291;
  padding-bottom: 3px;
  border-bottom: 1px solid #ff4291;
  font-weight: bold;
  font-size: 1.3rem; }
  @media print, screen and (min-width: 768px) {
    .p-19series_modal_link {
      position: absolute;
      left: 0;
      bottom: 0;
      font-size: 1.8rem;
      padding-bottom: 5px;
      -webkit-transition: opacity;
      -o-transition: opacity;
      transition: opacity;
      -webkit-transition-timing-function: ease-out;
      -o-transition-timing-function: ease-out;
      transition-timing-function: ease-out;
      -webkit-transition-duration: .2s;
      -o-transition-duration: .2s;
      transition-duration: .2s; }
      .p-19series_modal_link:hover {
        opacity: .5; } }

.p-19series_study {
  position: relative;
  overflow: hidden;
  z-index: 2;
  padding: 65px 0 70px; }
  .p-19series_study:before, .p-19series_study:after {
    position: absolute;
    content: "";
    z-index: 0;
    bottom: 0;
    -webkit-transform: translateY(50%);
    -ms-transform: translateY(50%);
    transform: translateY(50%);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat; }
  .p-19series_study:before {
    background-image: url(../bg-study-left-sp.html);
    width: 343px;
    height: 925px;
    left: 0; }
  .p-19series_study:after {
    -webkit-transform: translateY(50%);
    -ms-transform: translateY(50%);
    transform: translateY(50%);
    background-image: url(../bg-study-right-sp.html);
    width: 167px;
    height: 377px;
    right: 0;
    z-index: 1; }
  .p-19series_study .l-section_inner {
    position: relative;
    z-index: 3; }
  @media print, screen and (min-width: 768px) {
    .p-19series_study {
      padding: 140px 0; }
      .p-19series_study:before {
        background-image: url(../bg-study-left-pc.html);
        width: 818px;
        height: 1851px; }
      .p-19series_study:after {
        -webkit-transform: translateY(50%);
        -ms-transform: translateY(50%);
        transform: translateY(50%);
        background-image: url(../bg-study-right-pc.html);
        width: 445px;
        height: 896px; } }

.p-19series_study_title {
  font-size: 3.0rem;
  line-height: 1.25;
  font-weight: bold;
  margin-bottom: 25px;
  margin-right: -20px; }
  @media print, screen and (min-width: 768px) {
    .p-19series_study_title {
      font-size: 5.2rem;
      line-height: 1.25;
      margin-bottom: 45px;
      margin-right: 0; } }
  @media print, screen and (min-width: 980px) {
    .p-19series_study_title {
      white-space: nowrap; } }

.p-19series_btn {
  position: relative;
  border: 2px solid rgba(218, 79, 23, 0.86);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  overflow: hidden;
  padding: 15px 0; }
  .p-19series_btn:after {
    z-index: 2;
    position: absolute;
    content: "";
    width: 16px;
    height: 7px;
    background-image: url(../icon-arrow.html);
    background-size: contain;
    background-repeat: no-repeat;
    bottom: 10px;
    right: 10px; }
    @media print, screen and (min-width: 768px) {
      .p-19series_btn:after {
        width: 21px;
        height: 9px;
        bottom: 12px;
        right: 12px; } }
  .p-19series_btn:before {
    content: "";
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: rgba(218, 79, 23, 0.86);
    -webkit-transition: -webkit-transform .15s ease-in-out;
    transition: -webkit-transform .15s ease-in-out;
    -o-transition: transform .15s ease-in-out;
    transition: transform .15s ease-in-out;
    transition: transform .15s ease-in-out, -webkit-transform .15s ease-in-out;
    -webkit-transform-origin: left center;
    -ms-transform-origin: left center;
    transform-origin: left center; }
  @media print, screen and (min-width: 768px) {
    .p-19series_btn {
      max-width: 380px;
      padding: 25px 0; }
      .p-19series_btn:hover {
        background-color: transparent; }
        .p-19series_btn:hover:before {
          -webkit-transform: translateX(101%);
          -ms-transform: translateX(101%);
          transform: translateX(101%); } }

.p-19series_btn--rainbow {
  border: none;
  padding: 17px 2px;
  background-image: url(../btn-bg.html);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  z-index: 1;
  background-color: transparent; }
  .p-19series_btn--rainbow:before {
    background-color: transparent;
    background-image: url(../btn-bg.html);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    width: calc(100% - 4px);
    height: calc(100% - 4px);
    left: 2px;
    top: 2px;
    z-index: 0; }
  @media print, screen and (min-width: 768px) {
    .p-19series_btn--rainbow {
      padding: 27px 2px;
      background-image: url(../btn-border.html); }
      .p-19series_btn--rainbow:before {
        background-color: transparent;
        background-image: url(../btn-bg.html);
        background-size: 100% 100%;
        background-repeat: no-repeat;
        width: calc(100% - 4px);
        height: calc(100% - 4px);
        left: 2px;
        top: 2px;
        z-index: 0; } }

.p-19series_btn_text {
  z-index: 3;
  font-size: 1.65rem;
  font-weight: bold;
  color: #fff;
  text-align: center; }
  @media print, screen and (min-width: 768px) {
    .p-19series_btn_text {
      font-size: 2.2rem; } }

.p-19series_btn_wrap {
  margin-top: 35px; }
  .p-19series_btn_wrap .p-19series_btn:not(:last-child) {
    margin-bottom: 20px; }
  @media print, screen and (min-width: 768px) {
    .p-19series_btn_wrap {
      margin-top: 85px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
      .p-19series_btn_wrap .p-19series_btn {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 380px;
        flex: 0 0 380px; }
        .p-19series_btn_wrap .p-19series_btn:not(:last-child) {
          margin-bottom: 0;
          margin-right: 40px; } }

.p-19series_players {
  padding: 30px 0 35px;
  background-image: url(../bg-players-sp.html);
  background-size: 100% 100%;
  background-repeat: no-repeat; }
  @media print, screen and (min-width: 768px) {
    .p-19series_players {
      padding: 90px 0 100px;
      background-image: url(../bg-players-pc.html); } }

.p-19series_players_title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  color: #fff;
  margin-bottom: 15px; }
  @media print, screen and (min-width: 768px) {
    .p-19series_players_title {
      margin-bottom: 20px; } }

.p-19series_players_title_text {
  font-size: 2.0rem;
  line-height: 1.25; }
  @media print, screen and (min-width: 768px) {
    .p-19series_players_title_text {
      font-size: 3.6rem; } }

.p-19series_players_title_date {
  font-size: 1.2rem;
  color: rgba(255, 255, 255, 0.6); }
  @media print, screen and (min-width: 768px) {
    .p-19series_players_title_date {
      font-size: 1.3rem; } }

.p-19series_players_conts_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  white-space: nowrap;
  overflow-x: auto;
  margin-right: -20px;
  margin-bottom: 30px; }
  @media print, screen and (min-width: 768px) {
    .p-19series_players_conts_wrap {
      margin-right: 0;
      margin-bottom: 60px;
      overflow-x: visible; } }

.p-19series_players_conts {
  position: relative;
  width: 154px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 154px;
  flex: 0 0 154px; }
  .p-19series_players_conts:not(:last-child) {
    margin-right: 5px; }
  @media print, screen and (min-width: 768px) {
    .p-19series_players_conts {
      width: calc((100% - 15px) / 4);
      -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
      flex: 1 1 auto; }
      .p-19series_players_conts:not(:last-child) {
        margin-right: 0; }
      .p-19series_players_conts:not(:nth-child(4n)) {
        margin-right: 5px; }
      .p-19series_players_conts:nth-child(n + 5) {
        margin-top: 5px; } }

.p-19series_players_name {
  position: absolute;
  left: 0;
  bottom: 13px;
  font-size: 1.2rem;
  font-weight: bold;
  display: inline-block;
  padding: 0px 12px;
  background-image: url(../subtitle-bg.html);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  display: inline-block; }
  @media print, screen and (min-width: 768px) {
    .p-19series_players_name {
      font-size: 2.2rem;
      padding: 0 15px; } }

.p-19series_players_movie {
  position: relative;
  width: 100%;
  max-width: 980px;
  margin: 0 auto;
  padding: 56.25% 0 0 0; }
  .p-19series_players_movie iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.u-mb_xs_5 {
  margin-bottom: 5px; }

.u-mb_xs_10 {
  margin-bottom: 10px; }

.u-mb_xs_15 {
  margin-bottom: 15px; }

.u-mb_xs_20 {
  margin-bottom: 20px; }

.u-mb_xs_25 {
  margin-bottom: 25px; }

.u-mb_xs_30 {
  margin-bottom: 30px; }

.u-mb_xs_35 {
  margin-bottom: 35px; }

.u-mb_xs_40 {
  margin-bottom: 40px; }

.u-mb_xs_45 {
  margin-bottom: 45px; }

.u-mb_xs_50 {
  margin-bottom: 50px; }

.u-mb_xs_55 {
  margin-bottom: 55px; }

.u-mb_xs_60 {
  margin-bottom: 60px; }

.u-mb_xs_65 {
  margin-bottom: 65px; }

.u-mb_xs_70 {
  margin-bottom: 70px; }

.u-mb_xs_75 {
  margin-bottom: 75px; }

.u-mb_xs_80 {
  margin-bottom: 80px; }

.u-mb_xs_85 {
  margin-bottom: 85px; }

.u-mb_xs_90 {
  margin-bottom: 90px; }

.u-mb_xs_95 {
  margin-bottom: 95px; }

.u-mb_xs_100 {
  margin-bottom: 100px; }

@media print, screen and (min-width: 768px) {
  .u-mb_md_5 {
    margin-bottom: 5px; }
  .u-mb_md_10 {
    margin-bottom: 10px; }
  .u-mb_md_15 {
    margin-bottom: 15px; }
  .u-mb_md_20 {
    margin-bottom: 20px; }
  .u-mb_md_25 {
    margin-bottom: 25px; }
  .u-mb_md_30 {
    margin-bottom: 30px; }
  .u-mb_md_35 {
    margin-bottom: 35px; }
  .u-mb_md_40 {
    margin-bottom: 40px; }
  .u-mb_md_45 {
    margin-bottom: 45px; }
  .u-mb_md_50 {
    margin-bottom: 50px; }
  .u-mb_md_55 {
    margin-bottom: 55px; }
  .u-mb_md_60 {
    margin-bottom: 60px; }
  .u-mb_md_65 {
    margin-bottom: 65px; }
  .u-mb_md_70 {
    margin-bottom: 70px; }
  .u-mb_md_75 {
    margin-bottom: 75px; }
  .u-mb_md_80 {
    margin-bottom: 80px; }
  .u-mb_md_85 {
    margin-bottom: 85px; }
  .u-mb_md_90 {
    margin-bottom: 90px; }
  .u-mb_md_95 {
    margin-bottom: 95px; }
  .u-mb_md_100 {
    margin-bottom: 100px; } }

.is-fadeIn {
  opacity: 0;
  -webkit-transform: translateY(15%);
  -ms-transform: translateY(15%);
  transform: translateY(15%);
  -webkit-transition-property: opacity transform;
  -o-transition-property: opacity transform;
  transition-property: opacity transform;
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  -webkit-transition-duration: .2s;
  -o-transition-duration: .2s;
  transition-duration: .2s; }
  .is-fadeIn.is-active {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); }

.is-slideLeft {
  opacity: 0;
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-transition-property: opacity transform;
  -o-transition-property: opacity transform;
  transition-property: opacity transform;
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  -webkit-transition-duration: .2s;
  -o-transition-duration: .2s;
  transition-duration: .2s; }
  .is-slideLeft.is-active {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); }

.is-slideRight {
  opacity: 0;
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-transition-property: opacity transform;
  -o-transition-property: opacity transform;
  transition-property: opacity transform;
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  -webkit-transition-duration: .2s;
  -o-transition-duration: .2s;
  transition-duration: .2s;
  -webkit-transition-delay: .5s;
  -o-transition-delay: .5s;
  transition-delay: .5s; }
  .is-slideRight.is-active {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); }

.is-reflect {
  position: relative;
  overflow: hidden; }
  .is-reflect:before {
    content: "";
    display: block;
    width: 30px;
    height: 100%;
    position: absolute;
    top: -180px;
    left: 0;
    background-color: #FFF;
    opacity: 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg); }
  .is-reflect.is-active:before {
    -webkit-animation: reflect 1.5s ease-in-out both;
    animation: reflect 1.5s ease-in-out both; }

@-webkit-keyframes reflect {
  0% {
    -webkit-transform: scale(0) rotate(45deg);
    transform: scale(0) rotate(45deg);
    opacity: 0; }
  80% {
    -webkit-transform: scale(0) rotate(45deg);
    transform: scale(0) rotate(45deg);
    opacity: 0.5; }
  81% {
    -webkit-transform: scale(4) rotate(45deg);
    transform: scale(4) rotate(45deg);
    opacity: 1; }
  100% {
    -webkit-transform: scale(50) rotate(45deg);
    transform: scale(50) rotate(45deg);
    opacity: 0; } }

@keyframes reflect {
  0% {
    -webkit-transform: scale(0) rotate(45deg);
    transform: scale(0) rotate(45deg);
    opacity: 0; }
  80% {
    -webkit-transform: scale(0) rotate(45deg);
    transform: scale(0) rotate(45deg);
    opacity: 0.5; }
  81% {
    -webkit-transform: scale(4) rotate(45deg);
    transform: scale(4) rotate(45deg);
    opacity: 1; }
  100% {
    -webkit-transform: scale(50) rotate(45deg);
    transform: scale(50) rotate(45deg);
    opacity: 0; } }

/* 動画 */
.movie-wrapper {
  margin: 0; }

.movie-container {
  position: relative;
  display: block;
  width: 100%;
  max-width: 1280px; }

@media print, screen and (min-width: 768px) {
  .movie-container {
    position: relative;
    overflow: hidden;
    margin: 0 auto;
    cursor: pointer; }
  .movie-container .bg-movie {
    -webkit-transition: all ease-in-out .5s;
    -o-transition: all ease-in-out .5s;
    transition: all ease-in-out .5s;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden; }
  .movie-container--top01::after {
    background: url(../movie_topthumb01_pc.html) no-repeat center center/cover; }
  .movie-container--top02::after {
    background: url(../movie_topthumb02_pc.html) no-repeat center center/cover; }
  .movie-container:hover {
    opacity: 1; }
  .movie-container:hover .bg-movie {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1); } }

.movie-inner {
  position: absolute;
  z-index: 10;
  top: 50%;
  left: 0;
  width: 100%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  text-align: center; }

.movie-ttl {
  font-family: 'Oswald', sans-serif;
  font-size: 2.5rem;
  line-height: 1;
  margin-bottom: 20px;
  text-align: center;
  text-transform: uppercase;
  color: #fff; }

.movie-ttl span {
  font-size: 4.2rem;
  display: block;
  margin-top: 13px; }

@media print, screen and (min-width: 768px) {
  .movie-ttl {
    font-size: 3.0rem;
    margin-bottom: 25px; }
  .movie-ttl span {
    font-size: 7.0rem;
    margin-top: 10px; } }

.btn-play {
  display: inline-block;
  width: 65px;
  text-align: center; }

@media print, screen and (min-width: 768px) {
  .btn-play {
    width: 100px; } }


