/* 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("../images/mj_main_sp.jpg");
}

@media print, screen and (min-width:768px) {
  .signaturemod-key-visual {
    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("../images/mj_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: #fff;
  }
}

/* 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;
  margin-bottom: 10px;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.4;
  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;
  text-align: justify;
}

@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: 24px auto 0;
  max-width: 360px;
  width: 100%;
}

.signaturemod-type-recomend+.signaturemod-btn-wrap {
  margin-top: 40px;
}

.signaturemod-link>ul+.signaturemod-btn-wrap {
  margin-top: 40px;
}

.signaturemod-image+.signaturemod-btn-wrap {
  margin-top: 20px;
}

.signaturemod-btn {
  margin: 0 auto;
  padding: 8px;
  min-height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #3d3d3d;
  background: #e5e5e5;
  font-weight: normal;
  text-align: center;
  font-size: 1.4rem;
  line-height: 1.5;
  letter-spacing: -0.15px;
}

.signaturemod-btn-ghost {
  border: 1px solid #506070;
  color: #506070;
  font-weight: normal;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000;
  min-height: 48px;
  margin: 0 auto;
  font-size: 1.4rem;
  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.4rem;
  }
}

@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: #ff4291;
  }

  .signaturemod-btn-ghost::before {
    background: #506070;
  }

  .signaturemod-btn:hover {
    color: #fff;
  }

  .signaturemod-btn-ghost:hover {
    color: #fff;
  }

  .signaturemod-btn:hover::before,
  .signaturemod-btn-ghost:hover::before {
    width: 100%;
  }

  .signaturemod-btn>span,
  .signaturemod-btn-ghost>span {
    position: relative;
  }
}

/* link btn2 */
.signaturemod-btn2-wrap {
  margin: 0px auto;
  max-width: 480px;
  width: 100%;
}

.signaturemod-type-recomend+.signaturemod-btn2-wrap {
  margin-top: 0px;
}

.signaturemod-link>ul+.signaturemod-btn2-wrap {
  margin-top: 0px;
}

.signaturemod-image+.signaturemod-btn2-wrap {
  margin-top: 0px;
}

.signaturemod-btn2 {
  margin: 0 auto;
  padding: 4px;
  min-height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #3d3d3d;
  font-weight: normal;
  background: #e5e5e5;
  border: 1px solid #ff4291;
  text-align: center;
  font-size: 1.2rem;
  line-height: 1.5;
  letter-spacing: -0.15px;
}

.signaturemod-btn2-ghost {
  border: 1px solid #ff4291;
  color: #ff4291;
  font-weight: normal;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  margin: 0 auto;
  font-size: 1.2rem;
  line-height: 1.5;
  letter-spacing: -0.15px;
}

@media print, screen and (min-width:768px) {
  .signaturemod-btn2 {
    font-size: 1.5rem;
    line-height: 1.2;
  }

  .signaturemod-column-box .signaturemod-btn2-wrap {
    margin-left: 0;
  }

  .signaturemod-column-box .signaturemod-btn2 {
    font-size: 1.5rem;
  }
}

@media print, screen and (min-width:1025px) {

  .signaturemod-btn2,
  .signaturemod-btn2-ghost {
    position: relative;
    transition: color .15s ease-in-out;
  }

  .signaturemod-btn2::before,
  .signaturemod-btn2-ghost::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 0;
    transition: width .15s ease-in-out;
    z-index: 0;
    background: #ff4291;
  }

  .signaturemod-btn2-ghost::before {
    background: #ff4291;
  }

  .signaturemod-btn2:hover {
    color: #fff;
  }

  .signaturemod-btn2-ghost:hover {
    color: #fff;
  }

  .signaturemod-btn2:hover::before,
  .signaturemod-btn2-ghost:hover::before {
    width: 100%;
  }

  .signaturemod-btn2>span,
  .signaturemod-btn2-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;
  }
}

/* 選手背景 */
.bg_player {
  width: 100%;
  padding: 8px 24px 8px 24px;
  background-color: #fff;
}

@media print, screen and (min-width:768px) {
  .bg_player {
    width: 100%;
    padding: 40px 80px 20px 80px;
    background-color: #fff;
  }
}

/* カルーセル */
.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;
}

.slider-2col {
  margin: 0px auto 80px
}

.slider {
  margin: 0 auto;
  width: 100%;
}

@media print, screen and (min-width:768px) {
  .slider-box {
    margin: 20px auto 0px
  }

  .slider {
    margin: 0 auto;
    width: 100%;
  }
}

.slider img {
  height: auto;
  width: 100%;
}

/*slick setting*/
.slick-prev:before,
.slick-next:before {
  color: #ff4291;
}

/*combination*/
.combination_contents:not(:first-child) {
  margin-top: 0px;
}

@media print, screen and (min-width: 768px) {
  .combination_contents {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .combination_contents:not(:first-child) {
    margin-top: 55px;
  }

  .combination_contents .combination_contents_desc {
    margin-left: 47px;
  }
}

.combination_contents_desc {
  margin-top: 15px;
}

@media print, screen and (min-width: 768px) {
  .combination_contents_desc {
    margin-top: 0;
  }
}

@media print, screen and (min-width: 768px) {
  .combination_contents--reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }

  .combination_contents--reverse .combination_contents_desc {
    margin-right: 47px;
    margin-left: 0;
  }
}

.combination_contents--block .combination_contents_img {
  margin-top: 10px;
}

.combination_contents--block .combination_contents_desc:not(:first-child) {
  margin-top: 10px;
}

@media print, screen and (min-width: 768px) {
  .combination_contents--block {
    display: block;
  }

  .combination_contents--block .combination_contents_img {
    margin-top: -40px;
  }

  .combination_contents--block .combination_contents_desc {
    margin-left: 0;
  }

  .combination_contents--block .combination_contents_desc:not(:first-child) {
    margin-top: -80px;
  }
}

@media print, screen and (min-width: 768px) {
  .combination_contents_desc {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 373px;
    flex: 1 1 373px;
  }
}

@media print, screen and (min-width: 768px) {
  .combination_contents_img {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 560px;
    flex: 1 1 560px;
  }
}

@media print, screen and (min-width: 768px) {
  .combination_detail_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.combination_detail {
  background-color: #303030;
}

.combination_detail:not(:last-child) {
  margin-bottom: 25px;
}

@media print, screen and (min-width: 768px) {
  .combination_detail:not(:last-child) {
    margin-bottom: 0;
    margin-right: 40px;
  }
}

.combination_detail:first-child {
  position: relative;
}

.combination_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(/product/tenergy/images/19series/arrow-sp.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  z-index: 1;
}

@media print, screen and (min-width: 768px) {
  .combination_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(/product/tenergy/images/19series/arrow-pc.png);
  }
}

@media print, screen and (min-width: 768px) {
  .combination_detail {
    width: calc(50% - 20px);
  }
}

.combination_detail_img img {
  width: 100%;
}

.combination_detail_desc {
  position: relative;
  padding: 30px 20px 20px;
}

.combination_detail_label {
  position: absolute;
  left: 0;
  top: -20px;
  padding: 6px 20px;
  font-size: 1.6rem;
  color: #fff;
  font-weight: bold;
  background-image: url(/product/tenergy/images/19series/subtitle-bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  display: inline-block;
}

@media print, screen and (min-width: 768px) {
  .combination_detail_label {
    font-size: 2.2rem;
    padding: 0 15px;
  }
}

.combination_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) {
  .combination_detail_text {
    font-size: 1.6rem;
  }
}

@media print, screen and (min-width: 768px) {
  .combination_item_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .combination_item_wrap .combination_subtext {
    font-size: 1.6rem;
  }
}

.combination_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
}

.combination_item:not(:last-child) {
  margin-bottom: 28px;
}

@media print, screen and (min-width: 768px) {
  .combination_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;
  }

  .combination_item:not(:last-child) {
    margin-bottom: 0;
  }

  .combination_item:not(:nth-child(3n)) {
    margin-right: 38px;
  }

  .combination_item:nth-child(n + 4) {
    margin-top: 38px;
  }

  .combination_item:hover {
    opacity: .5;
  }
}

.combination_item_img {
  width: 128px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 128px;
  flex: 0 0 128px;
  margin-right: 20px;
}

.combination_item_img img {
  width: 100%;
}

@media print, screen and (min-width: 768px) {
  .combination_item_img {
    width: 100%;
    margin-right: 0;
    margin-bottom: 25px;
  }
}

.combination_item_desc {
  position: relative;
  padding-bottom: 30px;
}

@media print, screen and (min-width: 768px) {
  .combination_item_desc {
    padding-bottom: 60px;
    position: static;
  }

  .combination_item_desc .combination_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;
  }
}

.combination_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) {
  .combination_item_btn {
    font-size: 1.8rem;
  }
}

.combination_modal {
  display: none;
}

.combination_modal.is-show {
  display: block;
}

.combination_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 - 20px);
}

/*40から20に変更*/
@media print, screen and (min-width: 768px) {
  .combination_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;
  }
}

.combination_modal_inner {
  overflow-y: auto;
  max-height: calc(100vh - 100px);
  /*200から100に変更*/
  padding: 20px 20px;
  background-color: #eee;
}

@media print, screen and (min-width: 768px) {
  .combination_modal_inner {
    padding: 60px;
    display: flex;
  }
}

.combination_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;
}

.combination_modal_close {
  position: absolute;
  right: 0;
  top: -45px;
  width: 24px;
  height: 20px;
  z-index: 12;
  text-indent: -9999px;
}

.combination_modal_close::before, .combination_modal_close:after {
  content: "";
  position: absolute;
  background-color: #3d3d3d;
  left: 0;
  top: 50%;
  width: 25px;
  height: 2px;
}

.combination_modal_close::before {
  -webkit-transform: translateY(-50%) rotate(45deg);
  -ms-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
}

.combination_modal_close::after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

@media print, screen and (min-width: 768px) {
  .combination_modal_close {
    width: 35px;
    height: 50px;
    top: -70px;
  }

  .combination_modal_close::before, .combination_modal_close:after {
    width: 38px;
    height: 2px;
  }
}

.combination_modal_img {
  text-align: center;
  margin-bottom: 35px;
}

.combination_modal_img img {
  width: 150px;
}

@media print, screen and (min-width: 768px) {
  .combination_modal_img {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 300px;
    flex: 0 0 300px;
    width: 300px;
    margin-bottom: 0;
    margin-right: 40px;
  }

  .combination_modal_img img {
    width: 100%;
  }
}

.combination_modal_desc {
  position: relative;
  padding-bottom: 35px;
}

.combination_modal_title {
  font-size: 2.0rem;
  font-weight: bold;
  margin-bottom: 5px;
  line-height: 1.5;
}

@media print, screen and (min-width: 768px) {
  .combination_modal_title {
    font-size: 2.8rem;
    margin-bottom: 0;
  }
}

.combination_modal_catch {
  font-weight: normal;
  font-size: 1.6rem;
  line-height: 1.4;
  margin-bottom: 20px;
}

@media print, screen and (min-width: 768px) {
  .combination_modal_catch {
    font-size: 2.0rem;
  }
}

.combination_modal_list {
  margin-bottom: 30px;
}

.combination_modal_list li {
  font-size: 1.6rem;
  line-height: 1.75;
  position: relative;
  padding-left: 1em;
}

.combination_modal_list li:before {
  position: absolute;
  content: "・";
  left: 0;
  top: 0;
  z-index: 0;
}

@media print, screen and (min-width: 768px) {
  .combination_modal_list {
    margin-bottom: 0;
  }
}

.combination_modal_link {
  display: inline-block;
  color: #ff4291;
  padding-bottom: 3px;
  border-bottom: 1px solid #ff4291;
  font-weight: bold;
  font-size: 1.2rem;
}

@media print, screen and (min-width: 768px) {
  .combination_modal_link {
    position: absolute;
    left: 0;
    bottom: 0;
    font-size: 1.6rem;
    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;
  }

  .combination_modal_link:hover {
    opacity: .5;
  }
}

.combination_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) {
  .combination_study_title {
    font-size: 5.2rem;
    line-height: 1.25;
    margin-bottom: 45px;
    margin-right: 0;
  }
}

@media print, screen and (min-width: 980px) {
  .combination_study_title {
    white-space: nowrap;
  }
}


/* アコーディオン */
.menu li {
  max-height: 0;
  overflow-y: hidden;
}

#menu_bar01:checked~#links01 li,
#menu_bar02:checked~#links02 li {
  max-height: 46px;
  opacity: 1;
}

.menu {
  max-width: auto;
  margin: 0 auto;
  padding: 0;
}

.menu a {
  display: block;
  padding: 10px;
  text-decoration: none;
  color: #000;
  line-height: 1;
}

label {
  display: block;
  margin: 0 0 2px 0;
  padding: 12px;
  line-height: 1;
  color: #fff;
  background: #000;
  cursor: pointer;
}

.menu ul {
  margin: 0;
  padding: 0;
  background: #000;
  list-style: none;
}

.menu li {
  max-height: 0;
  overflow-y: hidden;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

#menu_bar01:checked~#links01 li,
#menu_bar02:checked~#links02 li {
  max-height: 46px;
  opacity: 1;
}

/*** 比較表 ***/
.comparison-table-wrap {
  width: 100%;
  max-width: 720px;
  margin: 0 auto 2em;
}

.comparison-table-title {
  text-align: center;
  color: #000;
  font-weight: normal;
  letter-spacing: 1px;
  margin: 0;
  font-size: 18px;
}

.comparison-table {
  margin: 0;
}

.comparison-table-img .comparison-table table thead th .th-h {
  text-align: center;
  color: #fff;
  padding-top: 6px;
  padding-left: 0px;
  margin-bottom: 6px;
  font-size: 16px;
}

.comparison-table table thead th {
  background: #ac0e16;
  border-radius: 0px;
  border: none;
}

.comparison-table table {
  border-collapse: separate;
  border-spacing: 6px 4px;
  border: none;
  margin-bottom: 0;
}

.comparison-table table th, .comparison-table table td {
  width: 50%;
}

.comparison-table table tbody th {
  text-align: center;
  color: #000;
  font-weight: normal;
  letter-spacing: 1px;
  border: none;
  border-radius: 2px;
  padding: 0.8em 0.1em 0.2em 0.1em;
  font-size: 14px;
  line-height: 1.2;
}

.comparison-table table tbody td {
  text-align: center;
  background: #e5e5e5;
  border-radius: 2px;
  border: none;
  padding: 0.4em 0em 0.4em 0em;
  color: #000;
  line-height: 1.8;
  vertical-align: top;
}

@media screen and (max-width: 768px) {
  .comparison-table {
    padding: 2px;
  }

  .comparison-table table {
    border-spacing: 4px 2px;
  }

  .comparison-table table thead th {
    position: -webkit-sticky;
    position: sticky;
    top: 8px;
    z-index: 10;
  }
}
