@charset "UTF-8";
@media all and (min-width: 760px), print {
}
@media all and (min-width: 980px) and (max-width: 1365px) {
}
@media all and (min-width: 760px) and (max-width: 979px) {
}
@media all and (max-width: 759px) {
}
/* ==========================================================================
  traning
========================================================================== */
body.is-modalOpen {
  position: relative;
}
.main-inner {
  padding: 0;
}
.result-item .result-modal {
  display: none;
}
@media all and (max-width: 1319px) {
  .hide-not-large-window {
    display: none;
  }
}
@media all and (min-width: 760px), print {
  .main-header {
    width: 100%;
  }
  .main-header h2 {
    max-width: 1190px;
    margin: 0 auto;
  }
  .main-section {
    padding: 0 36px;
    max-width: 1120px;
    box-sizing: content-box;
    margin-top: 105px;
  }
  .main-section-inner {
    position: relative;
  }
  /* filter */
  .filter {
    padding: 30px 10px 20px;
    max-width: 980px;
    margin: 0 auto;
  }
  .filter-inner dl {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .filter-inner dt {
    width: 100%;
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 12px;
  }
  .filter-inner dl:nth-child(2) dd {
    width: calc(25% - 10px);
    text-align: center;
    position: relative;
  }
  .filter-inner dl:nth-child(1) dd {
    width: calc(33.333% - 10px);
    margin-bottom: 14px;
  }
  .result {
    padding: 15px calc((40 / 1190) * 100%) 0;
    background-color: #fff;
  }
  .result-head {
    max-width: 970px;
    margin: 0 auto;
    margin-top: 80px;
  }
  .result-head__body {
    display: flex;
    align-items: stretch;
    align-items: center;
  }

  .result-head h2 {
    font-size: 36px;
    width: 40%;
  }
  .result-head p {
    font-size: 20px;
    line-height: 2.6;
    font-weight: bold;
    width: 60%;
  }

  .result-inner {
    max-width: 1120px;
    height: calc((490 / 587) * 100%);
    margin: 0 auto;
    font-size: 0;
    min-height: 400px;
  }
  /*
  .result-inner > div  {
    width: calc(((100% - 60px) / 3));
    margin-bottom: 14px;
    display: inline-block;
    margin-top: 60px;
    position: relative;
    margin: 60px 30px 0 0;
  }
  .result-inner > div:nth-child(3n)  {
    margin-right: 0;
  }
  .result-inner > div.icon-horizontal:after {
    content: "";
    background-image: url(../img/traning/filter-icon-horizontal.png);
    width: calc((59 / 347) * 100%);
    height: calc((64 / 230) * 100%);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    display: block;
    position: absolute;
    top: calc((123 / 230) * 100%);
    right: calc((8 / 347) * 100%);
    transition: top 0.5s;
    -webkit-backface-visibility:hidden;
    backface-visibility:hidden;
  }
  .result-inner > div.icon-vertical:after {
    content: "";
    background-image: url(../img/traning/filter-icon-vertical.png);
    width: calc((59 / 347) * 100%);
    height: calc((64 / 230) * 100%);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    display: block;
    position: absolute;
    top: calc((123 / 230) * 100%);
    right: calc((8 / 347) * 100%);
    transition: top 0.5s;
    -webkit-backface-visibility:hidden;
    backface-visibility:hidden;
  }
  .result-inner > div.icon-vertical:hover:after,
  .result-inner > div.icon-horizontal:hover:after {
    top: calc((130 / 230) * 100%);
  }
  */

  .result-inner--h,
  .result-inner--v {
    display: flex;
    flex-wrap: wrap;
  }
  .result-inner--v {
    padding: 0 0 70px;
  }
  .result-item {
    display: block;
    flex-grow: 0;
    flex-shrink: 1;
  }
  .result-item--h {
    margin-top: 60px;
    width: calc((100% - 32px * 3) / 3);
    margin-right: 16px;
    margin-left: 16px;
  }

  .result-item--v {
    margin-top: 60px;
    width: calc((100% - 32px * 5) / 5);
    margin-right: 16px;
    margin-left: 16px;
  }
  .result-item--v:nth-child(5n) {
    margin-right: 0;
  }

  .result-item__thumb {
    border: 1px solid #dfdfdf;
    position: relative;
  }
  .result-item__thumb img {
    width: 100%;
    height: auto;
    vertical-align: bottom;
  }
  .result-item__label {
    margin-top: 18px;
    display: flex;
  }
  .result-item__ico {
    display: inline-block;
    vertical-align: middle;
    width: 14px;
    height: 14px;
    position: relative;
    background: #e4e4e4;
    border-radius: 8px;
    margin-right: 7px;
    margin-top: 1px;
  }
  .result-item__ico i {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }
  .result-item__ico svg {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    fill: #e60012;
  }
  .result-item__txt {
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
    line-height: 1.6;
    font-weight: bold;
    width: calc(100% - 21px);
  }
  .result-item__txt::before{
    content: '';
    display: block;
    height: 0;
    width: 0;
    margin: calc((1 - 1.6) * 0.5em);
  }
  .result-item:hover .result-item__thumb {
    border-color: #e60012;
  }
  .result-item:hover {
    color: #e60012;
  }
  .result-item:hover .result-item__ico {
    background: #e60012;
  }
  .result-item:hover .result-item__ico svg {
    fill: #fff;
  }
  .result-footer {
    padding-bottom: 90px;
  }
  .result-footer > p {
    width: 100%;
    max-width: 960px;
    margin: 0 auto;
    padding: 20px 0;
    font-size: 16px;
    font-weight: bold;
    color: #e60012;
    border: 2px solid #e60012;
    text-align: center;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .result-footer > p::before {
    margin-right: 18px;
    width: 20px;
    height: 20px;
  }
  .modalWrapper {
    display: none;
  }
  .modalWrapper.is-active {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 10300;
    display: block;
  }
  .is-active .modalStage {
    background: #fff;
    width: auto;
    max-width: 800px;
    margin: 0 auto;
    position: fixed;
    width: 100%;
    transform: translate(-50%, -50%);
    z-index: 103000;
    left: 50%;
    top: 50%;
  }
  .is-active .modalStage_inner {
    position: relative;
    width: 100%;
  }
  .modalStage_navi {
    width: 100%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    display: none;
  }
  .modalStage_navi > button {
    height: 60px;
    width: 30px;
    background-color: #e60012;
    position: absolute;
  }
  .modalStage_navi > button.prev {
    left: -30px;
    height: 60px;
    width: 30px;
  }
  .modalStage_navi > button.prev:before {
    content: '';
    display: inline-block;
    width: 10px;
    height: 15px;
    padding: 5px;
    background-image: url(../img/common/icon-arrow-white.png);
    background-size: contain;
    transform: rotate(180deg);
  }
  .modalStage_navi > button.next {
    right: -30px;
    height: 60px;
    width: 30px;
  }
  .modalStage_navi > button.next:before {
    content: '';
    display: inline-block;
    width: 10px;
    height: 15px;
    padding: 5px;
    background-image: url(../img/common/icon-arrow-white.png);
    background-size: contain;
  }
  .modalStage_close {
    width: 100%;
    position: absolute;
    top: 0;
  }
  .modalStage_close > button {
    height: 50px;
    width: 50px;
    background-color: #e60012;
    position: absolute;
    right: -52px;
  }
  .modalStage_close > button:before {
    content: '';
    display: inline-block;
    width: 40px;
    height: 40px;
    padding: 10px;
    background-image: url(../img/common/icon-close-thin.png);
    background-size: contain;
    background-repeat: no-repeat;
  }

  .result-modal__main {
  }
  .result-modal__thumb img {
    border: 2px solid #dfdfdf;
  }
  .result-modal--h .result-modal__thumb {
    width: 452px;
    margin: 0 auto 35px auto;
  }
  .result-modal--h .result-modal__disc {
    display: flex;
    justify-content: space-between;
    position: relative;
  }
  .result-modal--h .result-modal__header {
    width: 40%;
  }
  .result-modal--h .result-modal__body {
    width: 56%;
  }
  .result-modal--v .result-modal__main {
    display:-ms-flexbox;
    display:flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .result-modal--v .result-modal__thumb {
    width: 50%;
  }
  .result-modal--v .result-modal__thumb img {
    width: 254px;
    display: block;
    margin: 0 auto;
  }
  .result-modal--v .result-modal__disc {
    width: 50%;
    position: relative;
  }
  .result-modal--v .result-modal__tag {
    margin-bottom: 25px;
  }

  .result-modal__title {
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 8px;
  }
  .result-modal__tag {
    display: flex;
    flex-wrap: wrap;
  }
  .result-modal__tag li {
    font-size: 12px;
    color: #3c3c3c;
    font-weight: bold;
    line-height: 1;
    background: #e2e2e2;
    border-radius: 999px;
    margin-right: 8px;
    margin-top: 8px;
    padding: 5px 8px 6px 8px;
  }

  .result-modal__body p {
    font-size: 16px;
    line-height: 1.5;
  }
  .result-modal__body p:nth-child(3) {
    margin-top: 30px;
    font-size: 12px;
    line-height: 1.5;
    padding: 15px 10px;
    border: 4px solid #e6e6e6;
    background-color: #fff;
  }
  .result-modal__body ul {
    margin-bottom: 25px;
  }
  .result-modal__body li {
    font-size: 14px;
    font-weight: bold;
    position: relative;
    padding-left: 16px;
    margin-bottom: 12px;
  }
  .result-modal__body li::before {
    content: '';
    width: 14px;
    height: 14px;
    border-radius: 7px;
    background: #999999;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
  }
  .result-modal__body dl {
    position: absolute;
    width: 100%;
    bottom: 0;
    margin-bottom: 13px;
  }
  .result-modal__body dt {
    font-size: 14px;
    line-height: 1.2;
    margin-bottom: 20px;
  }
  .result-modal__body dd {
    font-size: 12px;
    line-height: 1.6;
    padding-left: 1em;
    text-indent: -1em;
  }
  .result-item__date {
    display: none;
  }
  .result-item .result-item__date,
  .result-modal__header .result-item__date {
    display: block;
  }
  .result-item__date {
    font-size: 14px;
    font-weight: bold;
    line-height: 1;
    padding: 5px 8px;
    text-align: center;
    color: #FFF;
    background-color: #e60012;
    margin: 18px 0 -9px;
  }
  .result-item__thumb .result-item__date {
    position: absolute;
    top: 0;
    width: 100%;
  }
  .result-modal__header .result-item__date {
    text-align: left;
    display: inline-block;
    margin-bottom: 15px;
  }
  .result-modal__main .result-modal__fucntionDesc {
    width: 100%;
    font-size: 12px;
    line-height: 2;
    margin-top: 48px;
  }
  .result-modal__main .result-modal__fucntionDesc p {
    font-size: 14px;
    margin-bottom: 14px;
    line-height: 1;
    font-weight: bold;
  }
}
@media all and (min-width: 760px) and (max-width: 980px) {
  .result-head {
    margin-top: 60px;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .result-head h2 {
    font-size: px;
    width: 45%;
    padding-right: 10px;
  }
  .result-head p {
    font-size: 18px;
    margin-top: 10px;
    line-height: 2.6;
    font-weight: bold;
  }
  .result-inner {
    max-width: 1120px;
    margin: 0 auto;
    font-size: 0;
  }
  .result-item--h {
    margin-top: 60px;
    width: calc((100% - 32px * 2) / 2);
    margin-right: 16px;
    margin-left: 16px;
  }

  .result-item--v {
    margin-top: 60px;
    width: calc((100% - 32px * 4) / 4);
    margin-right: 16px;
    margin-left: 16px;
  }
}
@media all and (max-width: 759px) {
  .main-section-inner {
    position: relative;
  }
  /* filter */
  .filter {
    padding: 13px 10px 5px;
    max-width: 970px;
    margin: 0 auto;
  }
  .filter-inner dl {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .filter-inner dt {
    width: 100%;
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 10px;
  }
  .filter-inner dl dd {
    width: calc(33.333% - 7.5px);
    margin-bottom: 12px;
  }
  .filter-inner dl:nth-child(2) dd {
    width: calc(50% - 7.5px);
    margin-bottom: 8px;
  }
  .result {
    padding: 15px 1px;
    background-color: #fff;
  }
  .result-inner {
    margin: 0 auto;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .result-head {
    margin-top: 30px;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .result-head h2 {
    font-size: 24px;
    padding-right: 10px;
  }
  .result-head p {
    font-size: 14px;
    margin-top: 10px;
    line-height: 1.8;
    font-weight: bold;
  }
  .result-inner {
    max-width: 1120px;
    margin: 0 auto;
    font-size: 0;
  }
  /* .result-inner > div  {
    width: calc(50% - 10px);
    margin-bottom: 14px;
    position: relative;
    margin-top: 30px;
  }
  .result-inner > div.icon-horizontal:after {
    content: "";
    background-image: url(../img/traning/filter-icon-horizontal.png);
    width: calc((59 / 347) * 100%);
    height: calc((64 / 230) * 100%);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    display: block;
    position: absolute;
    top: calc((123 / 230) * 100%);
    right: calc((8 / 347) * 100%);
  }
  .result-inner > div.icon-vertical:after {
    content: "";
    background-image: url(../img/traning/filter-icon-vertical.png);
    width: calc((59 / 347) * 100%);
    height: calc((64 / 230) * 100%);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    display: block;
    position: absolute;
    top: calc((123 / 230) * 100%);
    right: calc((8 / 347) * 100%);
  } */

  .result-inner--h,
  .result-inner--v {
    display: flex;
    flex-wrap: wrap;
  }
  .result-inner--v {
    padding: 0 0 37px;
  }
  .result-item {
    display: block;
    flex-grow: 0;
    flex-shrink: 1;
  }
  .result-item--h {
    width: calc((100% - 18px * 2) / 2);
    margin-right: 9px;
    margin-left: 9px;
    margin-top: 30px;
  }
  .result-item--h:nth-child(2n) {
  }

  .result-item--v {
    margin-top: 30px;
    width: calc((100% - 18px * 3) / 3);
    margin-right: 9px;
    margin-left: 9px;
  }
  .result-item--v:nth-child(3n) {
  }

  .result-item__thumb {
    border: 1px solid #dfdfdf;
    position: relative;
  }
  .result-item__thumb img {
    width: 100%;
    height: auto;
    vertical-align: bottom;
  }
  .result-item__label {
    margin-top: 8px;
    display: flex;
  }
  .result-item__ico {
    display: inline-block;
    vertical-align: middle;
    width: 10px;
    height: 10px;
    position: relative;
    background: #e4e4e4;
    border-radius: 8px;
    margin-right: 5px;
    margin-top: 1px;
    flex: 0;
    flex-basis: 10px;
  }
  .result-item__ico i {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }
  .result-item__ico svg {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    fill: #e60012;
  }
  .result-item__txt {
    display: inline-block;
    vertical-align: middle;
    font-size: 11px;
    line-height: 1;
    font-weight: bold;
    width: calc(100% - 15px);
    line-height: 1.5;
  }
  .result-item__txt::after {
    content: '';
    display: block;
    height: 0;
    width: 0;
    margin-top: calc((1 - 1.6) * .5em);
  }
  .result-footer {
    padding-bottom: 45px;
    margin: 0 9px;
  }
  .result-footer > p {
    width: 100%;
    max-width: 960px;
    margin: 0 auto;
    padding: 10px 10px;
    font-size: 14px;
    font-weight: bold;
    color: #e60012;
    border: 2px solid #e60012;
    text-align: center;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .result-footer > p::before {
    margin-right: 13px;
    width: 13px;
    height: 13px;
  }
  .result-modal__main {
  }
  .result-modal__thumb img {
    border: 2px solid #dfdfdf;
  }
  .result-modal--h .result-modal__thumb {
    width: 80%;
    margin: 0 auto 15px auto;
  }
  .result-modal--h .result-modal__disc {
  }
  .result-modal--h .result-modal__header {
  }
  .result-modal--h .result-modal__body {
  }
  .result-modal--v .result-modal__main {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .result-modal--v .result-modal__thumb {
    width: 45%;
  }
  .result-modal--v .result-modal__thumb img {
    width: 100%;
    display: block;
    margin: 0 auto;
  }
  .result-modal--v .result-modal__disc {
    width: 50%;
    position: relative;
  }
  .result-modal--v .result-modal__tag {
    margin-bottom: 25px;
  }

  .result-modal__title {
    font-size: 17px;
    font-weight: bold;
    margin-bottom: 0;
  }
  .result-modal__tag {
    display: flex;
    flex-wrap: wrap;
    margin-top: 4px;
  }
  .result-modal--h .result-modal__tag {
    margin-bottom: 20px;
  }
  .result-modal__tag li {
    font-size: 9px;
    color: #3c3c3c;
    font-weight: bold;
    line-height: 1;
    background: #e2e2e2;
    border-radius: 999px;
    margin-right: 4px;
    margin-top: 4px;
    padding: 4px 8px 3px 8px;
  }

  .result-modal__body p {
    font-size: 13px;
    line-height: 1.5;
  }
  .result-modal__body ul {
    margin-bottom: 10px;
  }
  .result-modal__body li {
    font-size: 11px;
    font-weight: bold;
    position: relative;
    padding-left: 12px;
    margin-bottom: 4px;
  }
  .result-modal__body li::before {
    content: '';
    width: 10px;
    height: 10px;
    border-radius: 7px;
    background: #999999;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
  }
  .result-item__date {
    display: none;
  }
  .result-item .result-item__date,
  .result-modal__header .result-item__date {
    display: block;
  }
  .result-item__date {
    font-size: 10px;
    font-weight: bold;
    line-height: 1;
    padding: 5px 4px;
    text-align: center;
    color: #FFF;
    background-color: #e60012;
    margin: 8px 0 -4px;
  }
  .result-item__thumb .result-item__date {
    position: absolute;
    top: 0;
    width: 100%;
  }
  .result-modal__header .result-item__date {
    text-align: left;
    display: inline-block;
    margin-bottom: 8px;
    font-size: 12px;
    padding: 5px 8px;
  }
  .result-modal__main .result-modal__appendexText {
    width: 90%;
    margin: 10px auto 0;
    font-size: 12px;
    line-height: 1.5;
    padding: 15px 10px;
    border: 4px solid #e6e6e6;
    background-color: #fff;
  }
  .result-modal__main .result-modal__appendexText--noDeco {
    margin: 0 auto;
    padding: 0;
    border: none;
    background-color: transparent;
  }
  .result-modal__main  dl.result-modal__appendexText {
    margin-top: 15px;
  }
  .result-modal__main .result-modal__appendexText dt {
    margin-bottom: 8px;
  }
  .result-modal__main .result-modal__appendexText dd {
    padding-left: 1em;
    text-indent: -1em;
    font-size: 11px;
  }
  .result-modal__main .result-modal__fucntionDesc {
    font-size: 12px;
    line-height: 1.8;
    margin-top: 30px;
  }
  .result-modal__main .result-modal__fucntionDesc p {
    font-size: 13px;
    margin-bottom: 12px;
    line-height: 1;
    font-weight: bold;
  }
}
/* ==========================================================================
  MODAL
========================================================================== */
.traning-modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -10;
  visibility: hidden;
  transition-duration: 0.2s;
  transition-property: visibility;
}
.traning-modal-bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.85);
  opacity: 0;
  transition-timing-function: ease-out;
  transition-duration: 0.2s;
  transition-property: opacity;
}
.traning-modal-main {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: auto;
  transform: translate3d(0, 1.5%, 0);
  transition-timing-function: ease-out;
  transition-duration: 0.2s;
  transition-property: transform;
  -webkit-overflow-scrolling: touch;
}
.traning-modal-content {
  opacity: 0;
  transition-timing-function: ease-out;
  transition-duration: 0.2s;
  transition-property: opacity;
}
/* open */
.is-modal-opened .traning-modal {
  z-index: 10999;
  visibility: visible;
}
.traning-modal.is-opened .traning-modal-bg {
  opacity: 1;
}
.traning-modal.is-opened .traning-modal-main {
  transform: translate3d(0, 0, 0);
  margin-bottom: 20px;
}
.traning-modal.is-opened .traning-modal-content,
.traning-modal-prize.is-opened .traning-modal-prize-content {
  opacity: 1;
}
html {
  overflow-y: scroll;
}
html.is-modal-opened {
  overflow: hidden;
}
html.is-modal-opened .traning-modal-main {
  /* overflow-y: scroll; */
}
@media all and (min-width: 760px), print {
  .traning-modal-main-bg {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }
  .traning-modal-content {
    position: absolute;
    right: 0;
    left: 0;
    margin: 0 auto;
    padding: 40px;
    top: 50%;
    width: 90%;
    max-width: 800px;
    background: #fff;
    transform: translateY(-50%);
    background: url(../img/common/c-bg.png) 0 0;
    padding: 70px 60px 40px 60px;
  }
  .traning-modal-close {
    width: 45px;
    height: 45px;
    position: absolute;
    right: 0;
    top: 0;
  }
  .traning-modal-close a {
    display: block;
    width: 45px;
    height: 45px;
    background: #e60012;
  }
  .traning-modal-close a span {
    position: absolute;
    display: block;
    width: 30px;
    height: 30px;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    transform: rotate(45deg);
  }
  .traning-modal-close a span::before {
    content: '';
    width: 100%;
    height: 2px;
    background: #fff;
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    margin: auto;
  }
  .traning-modal-close a span::after {
    content: '';
    width: 2px;
    height: 100%;
    background: #fff;
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    margin: auto;
  }
  .no-touchevents .traning-modal-close a:hover {
    opacity: 0.8;
  }
}
@media all and (max-width: 759px) {
  .traning-modal-content {
    position: absolute;
    top: 20px;
    right: 0;
    left: 0;
    width: 94%;
    margin: 0 auto;
    padding: 30px 16px 30px 16px;
    background: #fff url(../img/common/c-bg.png) 0 0;
  }
  .traning-modal-close {
    margin: 20px auto 0 auto;
  }

  .traning-modal-close {
    padding: 0 0;
    width: 50%;
    margin: 20px auto 0 auto;
  }
  .traning-modal-close a {
    display: block;
    padding: 10px 0;
    background: #e60012;
    position: relative;
    text-align: center;
  }
  .traning-modal-close a::after {
    content: "とじる";
    display: inline-block;
    vertical-align: middle;
    color: #fff;
    font-weight: bold;
    font-size: 13px;
    margin-left: 10px;
  }
  .traning-modal-close a span {
    width: 14px;
    height: 14px;
    transform: rotate(45deg);
    display: inline-block;
    vertical-align: middle;
  }
  .traning-modal-close a span::before {
    content: '';
    width: 100%;
    height: 2px;
    background: #fff;
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    margin: auto;
  }
  .traning-modal-close a span::after {
    content: '';
    width: 2px;
    height: 100%;
    background: #fff;
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    margin: auto;
  }
}
@media all and (max-width: 374px) {
}

/* ==========================================================================
  SLIDE
========================================================================== */
.slide-hero {
  position: relative;
}
.slide-hero__title {
  position: absolute;
  left: 32px;
  bottom: 32px;
  width: calc(583 / 1190 * 100%);
  background: #fff;
  z-index: 5;
}
.slide-hero__title img {
  vertical-align: bottom;
}
.slide-hero__body {
  position: relative;
  padding-top: 50.0840336%;
  overflow: hidden;
}
.slide-hero__item {
  width: 100%;
  backface-visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding-top: 50.0840336%;
}
.slide-hero__img {
  backface-visibility: hidden;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.slide-hero__img--01 {
  background: url(../img/traning/traning_hero01.jpg) 50% 0% no-repeat;
  background-size: cover;
}
.slide-hero__img--02 {
  background: url(../img/traning/traning_hero02.jpg) 50% 0% no-repeat;
  background-size: cover;
}
.slide-hero__img--03 {
  background: url(../img/traning/traning_hero03.jpg) 50% 0% no-repeat;
  background-size: cover;
}
.slide-hero__img--04 {
  background: url(../img/traning/traning_hero04.jpg) 50% 0% no-repeat;
  background-size: cover;
}
.slide-hero__item.js-anime-slide {
  transform: scale(1.1);
  transition: transform 10000ms linear;
}
.slide-hero__img {
  opacity: 0;
}
.js-change-start .slide-hero__img {
  opacity: 1;
}
.slide-hero__img {
  transition: opacity 400ms linear;
}
.js-slide-front {
  z-index: 2;
}

.hero-img__item01 .hero-img__item-inner {
  opacity: 0;
}
.hero-img__item01.js-change-start .hero-img__item-inner {
  opacity: 1;
}
.hero-img__item01 .hero-img__item01--01 {
  transition: opacity 400ms linear;
}

@media all and (min-width: 760px), print {
}
@media all and (max-width: 759px) {
  .slide-hero__title {
    left: 10px;
    bottom: 10px;
    width: calc(583 / 750 * 100%);
  }
}

.js-filterBtn {
  position: relative;
}

.js-hide-img {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
}

.js-hide-img.is-hover,
.js-hide-img.is-active {
  display: block;
}
