/* reset */
#jbk-frame-main {
  margin-top: 0;
}


/* block */
.pc-block {
  display: block;
}

.sp-block {
  display: none;
}

@media screen and (max-width: 768px) {
  .pc-block {
    display: none;
  }

  .sp-block {
    display: block;
  }
}

/* fixedmenu */
.htlp_fixed-menu {
  z-index: 999;
  position: fixed;
  bottom: 0;
  width: 100%;
  /* display: flex; */
  display: -ms-flexbox;
  align-items: center;
  border-top: 1px solid #fff;
  margin-bottom: 0;
  padding: 0;
  /* background: #03090d; */
}

.htlp_fixed-menu-img {
  background: #0000004D;
}
@media only screen and (max-width: 640px){
  .htlp_fixed-menu-img {
    padding: 13px;
  }
}

.htlp_fixed-menu li {
  text-align: center;
  margin: 0 auto;
  color: #fff;
  list-style-type: none;
  background: #03090d;
  border-right: 1px solid #fff;
  padding: 30px 20px;
  width: 33.3%;
  display: block;
}

.htlp_fixed-menu li:last-of-type {
  border-right: none;
}

.htlp_fixed-menu li a {
  display: block;
  color: #fff;
  text-decoration: none;
}

@media screen and (max-width: 768px) {
  .htlp_fixed-menu li {
    padding: 10px 5px;
  }
  .htlp_fixed-menu span {
    display: none;
  }
}


/* modal */
.inline01,
.inline02 {
  text-align: center;
}

.inline01 img {
  width: auto;
  margin-bottom: 10px;
}

@media screen and (max-width: 768px) {
  .inline01 img {
    width: 100%;
  }
}

.inline02 img {
  width: 100%;
}

.htlp_modal-ttl {
  font-size: 180%;
  border-bottom: 2px solid #eb7000;
  font-weight: bold;
  color: #eb7000;
  margin-top: 5px;
  padding-bottom: 4px;
  margin-bottom: 16px;
}

.htlp_modal-copy {
  font-size: 130%;
  font-weight: bold;
  margin-bottom: 10px;
}


/* section */
.htlp_scn {
  padding-bottom: calc(5vw + 60px);
  position: relative;
  overflow: hidden;
  background-color:#fff;
}

.htlp_scn::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
/*  border-bottom: 5vw solid #03090d;*/
  border-left: 100vw solid transparent;
}

.htlp_scttl {
  margin-top: 60px;
  margin-bottom: 40px;
}

.htlp_scttl img {
  width: 100%;
}

@media screen and (max-width: 768px) {
  .htlp_scn {
    padding-bottom: calc(5vw + 30px);
  }
  .htlp_scttl {
    margin-top: 30px;
    margin-bottom: 26px;
  }
}

.htlp_box-col {
  justify-content: center;
  display: flex;
  display:-ms-flexbox;
  margin-bottom: 20px;
}

.htlp_box-col-half {
  margin-right: 16px;
}

.htlp_box-col-half:last-of-type {
  margin-right: 0;
}

.htlp_box-col-half img {
  width: 100%;
}

@media screen and (max-width: 768px) {
  .htlp_box-col {
    width: 100%;
    margin-bottom: 10px;
    display: block;
  }

  .htlp_box-col-half {
    width: 100%;
    margin-right: 0;
  }
  
  .htlp_box-col-half:last-of-type {
    margin-top: 10px;
  }

}

a.inline {
  text-decoration: none;
  color: rgb(83, 82, 82);
}

.htlp_txt-c {
  text-align: center!important;
}

/* kv */
.htlp_KV-img h1{
  margin: 0;
}
.htlp_KV-img img {
  width: 100%;
}

.htlp_KV-img_sub{
  background-color: #ffd40e;
  padding-top: 40px;
}

.htlp_KV-img_sub .c-figure-01{
  margin-top: -80px;
}
@media only screen and (min-width: 1366px) {
  .htlp_KV-img {
    margin: 0 auto;
    text-align: center;
    background: #FFFFFF;
  }
  .htlp_KV-img img {
    width: 1366px;
  }
}

.htlp_kv-txt {
  padding-top: 30px;
  background-color: #ffd40e;
}

.htlp_kv-txt p {
  text-align: center;
  line-height: 1.5;
  font-size: 110%;
}

.htlp_scn.htlp_kv-txt {
  padding-bottom: 0;
}

@media screen and (max-width: 768px) {
  .htlp_KV-img_sub{
    padding-top: 20px;
    padding-right: 16px;
    padding-left: 16px;
  }
  .htlp_KV-img_sub .c-figure-01{
    margin-top: -40px;
  }
  .htlp_kv-txt {
    padding-top: 20px;
  }
}

.htlp_inner {
  width: 868px;
  margin: 0 auto;
}

@media only screen and (max-width: 1024px) {
  .htlp_inner {
    width: 100%;
    padding: 0 20px;
  }
}

/* topic */
.htlp_topic {
  background: #03090d;
}

.htlp_topic::before {
  border-bottom: 5vw solid #f3f3f3;
}

.htlp_tplist a {
  text-decoration: none;
  color: inherit;
}

.htlp_tplist dl {
  color: #fff;
  padding-bottom: 20px;
  border-bottom: 1px solid #888888;
}

.htlp_tplist dd {
  margin-bottom: 20px;
}

.htlp_tplist dd .htlp_tplist-date {
  font-size: 14px;
  margin-bottom: 10px;
}

.htlp_tplist dd span {
  border: 1px solid #fff;
  font-size: 16px;
  padding: 0 5px;
  margin-right: 10px;
}

.htlp_tplist dd .htlp_tpctg-01 {
  background-color: #fff;
  color: #03090d;
}

.htlp_tplist dd .htlp_tpctg-02 {
  background-color: #03090d;
}

.htlp_tplist dt {
  font-weight: normal;
}

.htlp_tplist a:hover {
  opacity: .75;
}

.htlp_topic-sc-box {
  border: 2px solid #03090d;
}

.htlp_topic-sc-box-inner {
  background-color: #fff;
  padding: 30px 20px;
}

.htlp_topic-sc-box-ttl {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 20px;
}

.htlp_topic-sc-box-ttl span {
  font-size: 90%;
  color: #888888;
  display: block;
  margin-bottom: 10px;
}

.htlp_tpctg span {
  border: 1px solid #03090d;
  font-size: 16px;
  padding: 0 5px;
  margin-right: 10px;
}

.htlp_tpctg .htlp_tpctg-01 {
  background-color: #fff;
  color: #03090d;
}

.htlp_tpctg .htlp_tpctg-02 {
  background-color: #03090d;
}

@media screen and (max-width: 768px) {
  .htlp_tplist {
    padding-left: 24px;
    padding-right: 24px;
  }
  .htlp_tplist dl {
    padding-bottom: 16px;
  }

  .htlp_tplist dd {
    margin-bottom: 16px;
  }

  .htlp_tplist dd .htlp_tplist-date {
    font-size: 12px;
    margin-bottom: 8px;
  }

  .htlp_tplist dd span {
    font-size: 11px;
    padding: 0 3px;
    margin-right: 3px;
  }
  .htlp_tplist dt {
    font-size: 12px;
  }

  .htlp_topic-sc-box-inner {
    padding: 20px 10px;
  }

  .htlp_topic-sc-box-ttl {
    font-size: 16px;
    margin-bottom: 14px;
  }

  .htlp_topic-sc-box-ttl span {
    font-size: 90%;
    margin-bottom: 5px;
  }
}


/* anchor */
.htlp_anchor {
  background: #ffd40e;
}

.htlp_anchor::before {
  border-bottom: 5vw solid #f3f3f3;
}

ul.htlp_anc-area {
  padding: 0;
  width: 100%;
  margin: 0 auto;
  display: flex;
  display:-ms-flexbox
}

ul.htlp_anc-area li {
  width: 33.3%;
  list-style-type: none;
  margin-right: 16px;
}

ul.htlp_anc-area li:hover {
  opacity: 0.8;
}

ul.htlp_anc-area li:last-of-type {
  margin-right: 0;
}

ul.htlp_anc-area li img {
  width: 100%;
}

@media screen and (max-width: 768px) {
  ul.htlp_anc-area li {
    margin-right: 8px;
  }
}


/* campaign */
.htlp_cmp {
  background: #f3f3f3;
}

.htlp_cmp::before {
  border-bottom: 5vw solid #f3f3f3;
}

.htlp_cmp ul.htlp_anc-area li {
  width: 50%;
}

.htlp_cmp-sc-ttl {
  width: 100%;
  margin-top: 50px;
  margin-bottom: 16px;
}

.htlp_cmp-sc-box {
  margin-bottom: 20px;
  padding: 40px 30px;
  background: #fff;
  border: 2px solid #03090d;
  overflow: hidden;
}

.htlp_cmp-sc-box p {
  margin-bottom: 16px;
}

.htlp_cmp-sc-box img + p {
  margin-top: 16px;
}

.htlp_cmp-sc-box img {
  width: 100%;
}

.htlp_cmp-sc-box .step-accordion img {
  width: auto;
}

.htlp_cmp-sc-box.htlp_cv-area {
  text-align: center;
}

.htlp_cmp-sc-box.htlp_cv-area a {
  display: inline-block;
}

.htlp_cv-area-ttl {
  font-size: 160%;
  font-weight: bold;
}

.htlp_cmp-sc-box-btn {
  display: inline-block;
}

.htlp_cmp-sc-box-btn img {
  width: auto;
  max-width: 310px;
  text-align: center;
  margin: 0 auto;
  display: block;
}

@media screen and (max-width: 768px) {
  .htlp_cmp-sc-box-btn img {
    width: 90%;
  }  
}

.htlp_cmp-sc-box-inner {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #d4d5d5;
}

.htlp_cmp-sc-box-inner:last-of-type {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: none;
}

.htlp_cmp-sc-box-modal {
/*  margin-bottom: 20px;*/
}

.htlp_cmp-sc-box-modal img {
  width: 100%;
}

.htlp_cmp-sc-box-ttl {
  margin-bottom: 30px;
}

@media screen and (max-width: 768px) {
  .htlp_cmp-sc-ttl {
    margin-top: 30px;
    margin-bottom: 10px;
  }

  .htlp_cmp-sc-box {
    margin-bottom: 10px;
    padding: 20px 10px;
  }

  .htlp_cmp-sc-box p {
    margin-bottom: 10px;
  }

  .htlp_cmp-sc-box img + p {
    margin-top: 10px;
  }

  .htlp_cmp-sc-box-inner {
    padding-bottom: 10px;
    margin-bottom: 10px;
  }

  .htlp_cmp-sc-box-modal {
    margin-bottom: 10px;
  }

  .htlp_cmp-sc-box-ttl {
    margin-bottom: 20px;
  }
}

/* csr */
.htlp_csr {
  background: #fff;
}

.htlp_csr::before {
  border-bottom: 5vw solid #f3f3f3;
}


/* ivent */
.htlp_ivnt {
  background: #f3f3f3;
  padding-bottom: 60px;
}

.htlp_ivnt::before {
  border-bottom: none;
}

.htlp_ivnt-sc-box {
  border: 2px solid #03090d;
}

.htlp_ivnt-sc-box-img img {
  width: 100%;
}

.htlp_ivnt-sc-box-inner {
  background-color: #fff;
  padding: 30px 20px;
}

.htlp_ivnt-sc-box-ttl {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 20px;
}

.htlp_ivnt-sc-box-ttl span {
  font-size: 90%;
  color: #888888;
  display: block;
  margin-bottom: 10px;
}

.htlp_ivnt-sc-box-btn {
  display: inline-block;
}

.htlp_ivnt-sc-box-btn img {
  width: auto;
  text-align: center;
  margin: 20px auto 0;
  display: block;
}

@media screen and (max-width: 768px) {
  .htlp_ivnt-sc-box-inner {
    padding: 20px 10px;
  }

  .htlp_ivnt-sc-box-ttl {
    font-size: 16px;
    margin-bottom: 14px;
  }

  .htlp_ivnt-sc-box-ttl span {
    font-size: 90%;
    margin-bottom: 5px;
  }

  .htlp_ivnt-sc-box-btn img {
    width: 80%;
  }
}

/* faq */
.htlp_faq {
  background: #f3f3f3;
/*  margin-top: 60px;*/
  padding-bottom: 60px;
}

.htlp_faq::before {
  border-bottom: none;
}

.htlp_faq .htlp_scttl {
    margin-top: 0;
    margin-bottom: 40px;
}

.htlp_faq-sc-box {
  border: 2px solid #03090d;
}

.htlp_faq-sc-box-inner {
  background-color: #fff;
  padding: 30px 20px;
}

.htlp_faq-sc-box-ttl {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 20px;
}

.htlp_faq-sc-box-ttl span {
  font-size: 90%;
  color: #888888;
  display: block;
  margin-bottom: 10px;
}

@media screen and (max-width: 768px) {
  .htlp_faq {
/*    margin-top: 30px;*/
  }

  .htlp_faq-sc-box-inner {
    padding: 20px 10px;
  }

  .htlp_faq-sc-box-ttl {
    font-size: 16px;
    margin-bottom: 14px;
  }

  .htlp_faq-sc-box-ttl span {
    font-size: 90%;
    margin-bottom: 5px;
  }
}

/* slick */
/* Arrows */
.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;

    position: absolute;
    top: 50%;

    display: block;

    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);

    cursor: pointer;

    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    color: transparent;
    outline: none;
    background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
    opacity: .25;
}

.slick-prev:before,
.slick-next:before
{
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;

    opacity: .75;
    color: white;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev
{
    left: -30px;
}
[dir='rtl'] .slick-prev
{
    right: -30px;
    left: auto;
}
.slick-prev:before
{
    content: url("../img/arw-prev.png");
}
[dir='rtl'] .slick-prev:before
{
    content: url("../img/arw-next.png");
}

.slick-next
{
    right: -30px;
}
[dir='rtl'] .slick-next
{
    right: auto;
    left: -30px;
}
.slick-next:before
{
    content: url("../img/arw-next.png");
}
[dir='rtl'] .slick-next:before
{
    content: url("../img/arw-prev.png");
}
@media screen and (max-width: 768px) {
.slick-next
{
    right: -10px;
}
[dir='rtl'] .slick-next
{
    left: -10px;
}
.slick-prev
{
    left: -10px;
}
[dir='rtl'] .slick-prev
{
    right: -10px;
}
}

/* ========== section-event ========== */
.sty-event-sub-title {
  background-color: #f3f3f3;
  padding-top: 30px;
  padding-bottom: 30px;
}
.sty-event-sub-title-date {
  color: #fff;
  background-color: #03090d;
  border-radius: 20px;
  padding: 5px 10px;
  margin-right: 10px;
}
@media screen and (max-width: 767px) {
.sty-event-sub-title {
  padding-top: 10px;
  padding-bottom: 20px;
  padding-left: 10px;
  padding-right: 10px;
}
.sty-event-sub-title-date {
  line-height: 4;
}
}

/* ========== section-faq ========== */
.section-faq{
  background-color: #fff;
}
.section-faq .question,.section-faq .answer-wrap{
margin-bottom: 0!important;
border: 1px solid #bcbcbc;
border-top: 0;
}
.section-faq ul.questions > li + li{
margin-top: 0!important;
}
.section-faq ul.questions > li:first-child {
border-top: 1px solid #bcbcbc;
}
@media screen and (max-width: 767px) {
  .section-faq ul.questions {
    padding: 0;
  }
}
.section-faq ul.questions{
padding: 0;
}
.section-faq ul.questions > li{
  list-style: none;
}
.section-faq ul.questions > li + li {
  margin-top: 1em;
}
.section-faq .question {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
}
.section-faq .answer .label {
  color: #f0920c;
}
.section-faq .label {
  color: #888;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  padding: 0 30px;
  font-size: 1em;
  font-weight: bold;
}
.section-faq .answer .label{
  font-size: 1.5em;
}
@media screen and (max-width: 767px) {
  .section-faq .label {
    width: 15%;
    padding: 0;
  }
}
.section-faq .text {
  padding: 1.5em 2.5em 1.5em 0;
  font-weight: bold;
  font-size: 1em;
}
.section-faq .answer {
  padding: 1.5em 2.5em;
}
.section-faq .text .em {
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .section-faq .text {
    width: 85%;
  }
  .section-faq .answer {
    width: 100%;
  }
}
.section-faq .question {
  background-color: #fff;
  cursor: pointer;
  margin-bottom: 0.25em;
}
.section-faq .question:hover {
  background-color: #eee;
}
.section-faq .question.opened .text {
  background-image: url("/landing/hanshintigers/img/icon_minus.png");
  background-repeat: no-repeat;
}
.section-faq .question .label {
  margin-bottom: 0;
}
.section-faq .question .text {
  margin-bottom: 0;
  color: #222;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -o-box-flex: 1;
  -ms-box-flex: 1;
  box-flex: 1;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  background-image: url("/landing/hanshintigers/img/icon_plus.png");
  background-repeat: no-repeat;
  -webkit-background-size: auto 1.125em;
  -moz-background-size: auto 1.125em;
  background-size: auto 1.125em;
  background-position: right 1em center;
}
.section-faq .answer-wrap {
  display: none;
}
.section-faq .answer {
  background-color: #fce7cd;
}
.section-faq .answer .text {
  color: #222;
  margin-bottom: 0;
}

/* ========== accordion ========== */
.step-accordion>.item>.head {
  background-image: url(/landing/hanshintigers/img/icon_plus.png);
  background-repeat: no-repeat;
  -webkit-background-size: auto 1.125em;
  -moz-background-size: auto 1.125em;
  background-size: auto 1.125em;
  background-position: right 0.5em center;
}
.step-accordion>.item>.head.opened {
  background-image: url(/landing/hanshintigers/img/icon_minus.png);
  background-repeat: no-repeat;
}
.step-accordion>.item>.head:before {
  content: none;
}
.step-accordion>.item>.head:after {
  content: none;
}

.step-accordion>.item>.body {
    margin: 0 0;
}
.step-accordion .c-steps-02 .column-01 .figure {
    margin-top: 54px;
}

.header-topics {
  height: 100px;
  background:linear-gradient(
  177deg,
  #ffd40e 0%,
  #ffd40e 50%,
  #ffffff 50%,
  #ffffff 100%
); ;
}

/* .header-topics {
  height: 100px;
  background:linear-gradient(
  177deg,
  #ffd40e 0%,
  #ffd40e 50%,
  #f3f3f3 50%,
  #f3f3f3 100%
); ;
} */

.topics-card {
  height: 100px;
  height: 100px;
  background:linear-gradient(
  177deg,
  #ffffff 0%,
  #ffffff 50%,
  #f3f3f3 50%,
  #f3f3f3 100%
); ;
}

.card-event {
  height: 100px;
  background:linear-gradient(
  177deg,
  #f3f3f3 0%,
  #f3f3f3 50%,
  #ffffff 50%,
  #ffffff 100%
); ;
}

.event-faq {
  height: 120px;
  background:linear-gradient(
  177deg,
  #ffffff 0%,
  #ffffff 50%,
  #f3f3f3 50%,
  #f3f3f3 100%
); ;
}

.campaign-movie {
  height: 100px;
  background:linear-gradient(
  177deg,
  #ffd40e 0%,
  #ffd40e 50%,
  #f3f3f3 50%,
  #f3f3f3 100%
  /* #ffffff 50%,
  #ffffff 100% */
); ;
}

/* ========== footer ========== */
#jbk-footer-area.jbk-footer-au_pay.noWB{
  font-size: 100%;
  margin-bottom: 6.3em;
  text-align: center;
}
@media only screen and (max-width: 807px){
  #jbk-footer-area.jbk-footer-au_pay.noWB{
    margin-bottom: 6em;
  }
}
@media only screen and (max-width: 640px){
  #jbk-footer-area.jbk-footer-au_pay.noWB{
    margin-bottom: 7.2em;
  }
}

.jbk-footer-au_pay .jbk-footer-logo{
  background-color: #fff;
}
.jbk-footer-au_pay .jbk-footer-logo img{
  width: 260px;
}
.jbk-footer-au_pay .jbk-footer-top,
.jbk-footer-au_pay .jbk-footer-top .c-noteList-01 li,
.jbk-footer-au_pay .jbk-footer-bot{
  color: #fff;
}
.jbk-footer-au_pay .jbk-footer-top{
  background-color: #898989;
  padding: 40px 10px;
}
.jbk-footer-au_pay .jbk-footer-top .c-copy-01 p:first-child{
  font-size: 150%;
}
.jbk-footer-au_pay .jbk-footer-top .c-noteList-01 li{
  display: inline-block;
  text-align: left;
}
.jbk-footer-au_pay .jbk-footer-bot{
  background-color: #747474;
  padding: 40px 10px;
}
@media only screen and (max-width: 640px){
  .jbk-footer-au_pay .jbk-footer-logo img{
    width: 130px;
  }
  .jbk-footer-au_pay .jbk-footer-top{
    padding: 20px 10px;
  }
  .jbk-footer-au_pay .jbk-footer-top .c-copy-01 p:first-child{
    font-size: 125%;
  }
  .jbk-footer-au_pay .jbk-footer-bot{
    padding: 20px 10px;
  }
}

.cpn-heading-02 h3 {
  color: #886824;
}

.grayed-out {
  filter: grayscale(100%);
  opacity: 0.7;
}

.label_closed {
  position: relative;
  background-color: #747474;
}

.label_closed .label_closed_img {
  position: absolute;
  top: 11.5em;
  left: 0px;
  width: 100%;
  z-index: 1;
}
.label_closed.cpn .label_closed_img {
  position: absolute;
  top: 7.4em;
  left: 0;
  right: 0;
  margin: auto;
  width: 45%;
  z-index: 1;
}

@media only screen and (max-width: 640px){
  .label_closed .label_closed_img {
    top: 10em;
    left: 0px;
    width: 100%;
    z-index: 1;
  }
  .label_closed.cpn .label_closed_img {
    top: 7.5em;
    left: 0px;
    width: 90%;
    z-index: 1;
  }
}

/* ========== c-col-01 ========== */
.c-col-01{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.c-col-01 .c-col-01_inner{
  width: 100%;
  margin-top: 1.25em;
}
.c-col-01 .c-col-01_inner:nth-child(even){
  margin-left: 2.3%;
}

@media only screen and (max-width: 640px){
  .c-col-01{
    display: block;
  }
  .c-col-01 .c-col-01_inner {
    width: 100%;
    border-top: 2px solid #bcbdbd;
    margin-top: 1.5em;
    padding-top: 1.5em;
  }
  .c-col-01 .c-col-01_inner:first-child{
    border-top: none;
    padding-top: 0;
  }
  .c-col-01 .c-col-01_inner:nth-child(even) {
    margin-left: 0;
  }
}

/* ========== movie ========== */
.c-col-01_movie .c-col-01_inner .c-figure-01{
  position: relative;
  margin-bottom: 0;
}
.c-col-01_movie .c-col-01_inner .c-figure-01 a{
  overflow: hidden;
  opacity: 1;
  display: inline-block;
}
.c-col-01_movie .c-col-01_inner .c-figure-01 a img{
  transition: all 0.15s linear;
}
.c-col-01_movie .c-col-01_inner .c-figure-01 a:hover{
  opacity: 0.6;
}
.c-col-01_movie .c-col-01_inner .c-figure-01 a:before{
  content: "";
  display: block;
  position: absolute;
  width: 70px;
  height: 70px;
  background-image: url("/landing/hanshintigers/img/img_thumbs_play.png");
  background-repeat: no-repeat;
  background-size: contain;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 10;
  margin: auto;
}
.c-col-01_movie .c-col-01_inner .c-figure-01 a:hover img{
  transform: scale(1.1);
}

/* ========== section-readmore ========== */
.section-readmore{
  background-color: #fff;
}
.section-readmore .section-title {
  background-color: #3e4045;
  color: #fff;
  font-size: 1.875em;
  text-align: center;
  padding: 1em 0;
  margin-bottom: 1em;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .section-readmore .section-title {
    font-size: 1em;
  }
}
.section-readmore .section-title .em {
  font-size: 1.2em;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .section-readmore ul.readmore {
    padding: 0;
  }
}
.section-readmore ul.readmore{
padding: 0;
}
.section-readmore ul.readmore > li{
  list-style: none;
}
.section-readmore ul.readmore > li + li {
  margin-top: 1em;
}
.section-readmore .question{
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
}
.section-readmore .toggle-readmore.opened .answer{
  opacity: 1;
}
.section-readmore .text {
  padding: 15px 30px;
  font-size: 1em;
}
.section-readmore .text .em {
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .section-readmore .text {
    width: 90%;
  }
}
.section-readmore .question{
  position: relative;
  width: 60px;
  height: 60px;
  margin: 0 auto;
}
.section-readmore .question:before{
  content: "";
  position: absolute;
  top: 0;
  background: url(/campaign/2023/202309_hanshintigers_yen_deposit/img/btn_plus.png);
  background-repeat: no-repeat;
  background-size: cover;
  width: 60px;
  height: 60px;
}
@media only screen and (max-width: 640px){
  .section-readmore .question{
    width: 40px;
    height: 40px;
  }
  .section-readmore .question:before{
    width: 40px;
    height: 40px;
  }
}
.section-readmore .readmore.opened .question:before{
  background: url(/campaign/2023/202309_hanshintigers_yen_deposit/img/btn_minus.png);
  background-size: cover;
}
.section-readmore .toggle-readmore .answer-wrap {
  max-height: 130px;
  overflow: hidden;
  position: relative;
}
.section-readmore .toggle-readmore .answer-wrap:after{
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0.5) 70%,rgba(255,255,255,0.7) 100%);
  background: linear-gradient(to bottom, rgba(255,255,255,0) 0%, rgba(255,255,255,0.5) 70%,rgba(255,255,255,0.7) 100%);
  z-index: 2;
}
.section-readmore .toggle-readmore.opened .answer-wrap {
  display: block;
  max-height: 100%;
}
.section-readmore .toggle-readmore.opened .answer-wrap:after{
  display: none;
  background: -webkit-none;
  background: -webkit-none;
  background: -moz-none;
  background: -o-none;
  background: -ms-none;
  background: none;
}
.section-readmore .answer .text {
  color: #222;
  margin-bottom: 0;
}