
@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Material+Icons|Material+Icons+Outlined|Material+Icons+Two+Tone|Material+Icons+Round|Material+Icons+Sharp");
@import url("https://fonts.googleapis.com/earlyaccess/notosansjapanese.css?family=Noto+Serif+JP&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP&display=swap");
/* ---------- ---------- ---------- ---------- ---------- */
/* ---------- ---------- ---------- ---------- ---------- */
@media print, screen and (min-width: 769px) {
  .pc {
    display: block !important; } }
@media only screen and (max-width: 768px) {
  .pc {
    display: none !important; } }
@media print, screen and (min-width: 769px) {
  .pc--inline {
    display: inline !important; } }
@media only screen and (max-width: 768px) {
  .pc--inline {
    display: none !important; } }
@media print, screen and (min-width: 769px) {
  .pc--inline-block {
    display: inline-block !important; } }
@media only screen and (max-width: 768px) {
  .pc--inline-block {
    display: none !important; } }
@media print, screen and (min-width: 769px) {
  .pc--flex {
    display: flex !important; } }
@media only screen and (max-width: 768px) {
  .pc--flex {
    display: none !important; } }
@media print, screen and (min-width: 769px) {
  .pc--inline-flex {
    display: inline-flex !important; } }
@media only screen and (max-width: 768px) {
  .pc--inline-flex {
    display: none !important; } }

/* ---------- ---------- ---------- ---------- ---------- */
@media print, screen and (min-width: 769px) {
  .sp {
    display: none !important; } }
@media only screen and (max-width: 768px) {
  .sp {
    display: block !important; } }
@media print, screen and (min-width: 769px) {
  .sp--block {
    display: none !important; } }
@media only screen and (max-width: 768px) {
  .sp--block {
    display: block !important; } }
@media print, screen and (min-width: 769px) {
  .sp--inline-block {
    display: none !important; } }
@media only screen and (max-width: 768px) {
  .sp--inline-block {
    display: inline-block !important; } }
@media print, screen and (min-width: 769px) {
  .sp--flex {
    display: none !important; } }
@media only screen and (max-width: 768px) {
  .sp--flex {
    display: flex !important; } }
@media print, screen and (min-width: 769px) {
  .sp--inline-flex {
    display: none !important; } }
@media only screen and (max-width: 768px) {
  .sp--inline-flex {
    display: inline-flex !important; } }

@media screen and (min-width: 1225px) {
  .md {
    display: none !important; } }
@media screen and (max-width: 1224px) {
  .md {
    display: block !important; } }
@media screen and (min-width: 1225px) {
  .md--block {
    display: none !important; } }
@media screen and (max-width: 1224px) {
  .md--block {
    display: block !important; } }
@media screen and (min-width: 1225px) {
  .md--inline-block {
    display: none !important; } }
@media screen and (max-width: 1224px) {
  .md--inline-block {
    display: inline-block !important; } }
@media screen and (min-width: 1225px) {
  .md--flex {
    display: none !important; } }
@media screen and (max-width: 1224px) {
  .md--flex {
    display: flex !important; } }
@media screen and (min-width: 1225px) {
  .md--inline-flex {
    display: none !important; } }
@media screen and (max-width: 1224px) {
  .md--inline-flex {
    display: inline-flex !important; } }

/* ---------- ---------- ---------- ---------- ---------- */
.fl__r {
  float: right; }
.fl__l {
  float: left; }

.clear {
  zoom: 1; }
  .clear::after {
    content: "";
    display: block;
    height: 0;
    visibility: hidden;
    clear: both; }
    .clear::after .clear:after {
      clear: both; }

@media only screen and (max-width: 768px) {
  .sp-f__none {
    float: none !important;
    max-width: 100%; } }

/* ---------- ---------- ---------- ---------- ---------- */
.ta__c {
  text-align: center !important; }
.ta__l {
  text-align: left !important; }
.ta__r {
  text-align: right !important; }

@media only screen and (max-width: 768px) {
  .sp-ta__c {
    text-align: center !important; } }
@media only screen and (max-width: 768px) {
  .sp-ta__l {
    text-align: left !important; } }
@media only screen and (max-width: 768px) {
  .sp-ta__r {
    text-align: right !important; } }

/* ---------- ---------- ---------- ---------- ---------- */
.fw-100 {
  font-weight: 100 !important; }
.fw-200 {
  font-weight: 200 !important; }
.fw-300 {
  font-weight: 300 !important; }
.fw-400 {
  font-weight: 400 !important; }
.fw-500 {
  font-weight: 500 !important; }
.fw-600 {
  font-weight: 600 !important; }
.fw-700 {
  font-weight: 700 !important; }
.fw-800 {
  font-weight: 800 !important; }
.fw-900 {
  font-weight: 900 !important; }
.fw__n {
  font-weight: normal !important; }
.fw__b {
  font-weight: bold !important; }

/* ---------- ---------- ---------- ---------- ---------- */
.fs__small {
  font-size: 1.2rem !important; }
  @media only screen and (max-width: 768px) {
    .fs__small {
      font-size: 3.3816425121vw; } }

/* ---------- ---------- ---------- ---------- ---------- */
.nowrap {
  display: inline-block;
  white-space: nowrap;
  font-weight: inherit; }

/* ---------- ---------- ---------- ---------- ---------- */
.disable {
  pointer-events: none; }

/* ---------- ---------- ---------- ---------- ---------- */
.img-wrap {
  line-height: 0; }

.hover-img:hover:hover {
  opacity: 0.7;
  transition: opacity .4s; }

/* ---------- ---------- ---------- ---------- ---------- */
.mt-auto {
  margin-top: auto; }

.mt0 {
  margin-top: 0px !important; }
  @media only screen and (max-width: 768px) {
    .mt0 {
      margin-top: 0vw !important; } }

.mb0 {
  margin-bottom: 0px !important; }
  @media only screen and (max-width: 768px) {
    .mb0 {
      margin-bottom: 0vw !important; } }

.ml0 {
  margin-left: 0px !important; }
  @media only screen and (max-width: 768px) {
    .ml0 {
      margin-left: 0vw !important; } }

.mr0 {
  margin-right: 0px !important; }
  @media only screen and (max-width: 768px) {
    .mr0 {
      margin-right: 0vw !important; } }

.mt5 {
  margin-top: 5px !important; }
  @media only screen and (max-width: 768px) {
    .mt5 {
      margin-top: 1.2077294686vw !important; } }

.mb5 {
  margin-bottom: 5px !important; }
  @media only screen and (max-width: 768px) {
    .mb5 {
      margin-bottom: 1.2077294686vw !important; } }

.ml5 {
  margin-left: 5px !important; }
  @media only screen and (max-width: 768px) {
    .ml5 {
      margin-left: 1.2077294686vw !important; } }

.mr5 {
  margin-right: 5px !important; }
  @media only screen and (max-width: 768px) {
    .mr5 {
      margin-right: 1.2077294686vw !important; } }

.mt10 {
  margin-top: 10px !important; }
  @media only screen and (max-width: 768px) {
    .mt10 {
      margin-top: 2.4154589372vw !important; } }

.mb10 {
  margin-bottom: 10px !important; }
  @media only screen and (max-width: 768px) {
    .mb10 {
      margin-bottom: 2.4154589372vw !important; } }

.ml10 {
  margin-left: 10px !important; }
  @media only screen and (max-width: 768px) {
    .ml10 {
      margin-left: 2.4154589372vw !important; } }

.mr10 {
  margin-right: 10px !important; }
  @media only screen and (max-width: 768px) {
    .mr10 {
      margin-right: 2.4154589372vw !important; } }

.mt15 {
  margin-top: 15px !important; }
  @media only screen and (max-width: 768px) {
    .mt15 {
      margin-top: 3.6231884058vw !important; } }

.mb15 {
  margin-bottom: 15px !important; }
  @media only screen and (max-width: 768px) {
    .mb15 {
      margin-bottom: 3.6231884058vw !important; } }

.ml15 {
  margin-left: 15px !important; }
  @media only screen and (max-width: 768px) {
    .ml15 {
      margin-left: 3.6231884058vw !important; } }

.mr15 {
  margin-right: 15px !important; }
  @media only screen and (max-width: 768px) {
    .mr15 {
      margin-right: 3.6231884058vw !important; } }

.mt20 {
  margin-top: 20px !important; }
  @media only screen and (max-width: 768px) {
    .mt20 {
      margin-top: 4.8309178744vw !important; } }

.mb20 {
  margin-bottom: 20px !important; }
  @media only screen and (max-width: 768px) {
    .mb20 {
      margin-bottom: 4.8309178744vw !important; } }

.ml20 {
  margin-left: 20px !important; }
  @media only screen and (max-width: 768px) {
    .ml20 {
      margin-left: 4.8309178744vw !important; } }

.mr20 {
  margin-right: 20px !important; }
  @media only screen and (max-width: 768px) {
    .mr20 {
      margin-right: 4.8309178744vw !important; } }

.mt25 {
  margin-top: 25px !important; }
  @media only screen and (max-width: 768px) {
    .mt25 {
      margin-top: 6.038647343vw !important; } }

.mb25 {
  margin-bottom: 25px !important; }
  @media only screen and (max-width: 768px) {
    .mb25 {
      margin-bottom: 6.038647343vw !important; } }

.ml25 {
  margin-left: 25px !important; }
  @media only screen and (max-width: 768px) {
    .ml25 {
      margin-left: 6.038647343vw !important; } }

.mr25 {
  margin-right: 25px !important; }
  @media only screen and (max-width: 768px) {
    .mr25 {
      margin-right: 6.038647343vw !important; } }

.mt30 {
  margin-top: 30px !important; }
  @media only screen and (max-width: 768px) {
    .mt30 {
      margin-top: 7.2463768116vw !important; } }

.mb30 {
  margin-bottom: 30px !important; }
  @media only screen and (max-width: 768px) {
    .mb30 {
      margin-bottom: 7.2463768116vw !important; } }

.ml30 {
  margin-left: 30px !important; }
  @media only screen and (max-width: 768px) {
    .ml30 {
      margin-left: 7.2463768116vw !important; } }

.mr30 {
  margin-right: 30px !important; }
  @media only screen and (max-width: 768px) {
    .mr30 {
      margin-right: 7.2463768116vw !important; } }

.mt35 {
  margin-top: 35px !important; }
  @media only screen and (max-width: 768px) {
    .mt35 {
      margin-top: 8.4541062802vw !important; } }

.mb35 {
  margin-bottom: 35px !important; }
  @media only screen and (max-width: 768px) {
    .mb35 {
      margin-bottom: 8.4541062802vw !important; } }

.ml35 {
  margin-left: 35px !important; }
  @media only screen and (max-width: 768px) {
    .ml35 {
      margin-left: 8.4541062802vw !important; } }

.mr35 {
  margin-right: 35px !important; }
  @media only screen and (max-width: 768px) {
    .mr35 {
      margin-right: 8.4541062802vw !important; } }

.mt40 {
  margin-top: 40px !important; }
  @media only screen and (max-width: 768px) {
    .mt40 {
      margin-top: 9.6618357488vw !important; } }

.mb40 {
  margin-bottom: 40px !important; }
  @media only screen and (max-width: 768px) {
    .mb40 {
      margin-bottom: 9.6618357488vw !important; } }

.ml40 {
  margin-left: 40px !important; }
  @media only screen and (max-width: 768px) {
    .ml40 {
      margin-left: 9.6618357488vw !important; } }

.mr40 {
  margin-right: 40px !important; }
  @media only screen and (max-width: 768px) {
    .mr40 {
      margin-right: 9.6618357488vw !important; } }

.mt45 {
  margin-top: 45px !important; }
  @media only screen and (max-width: 768px) {
    .mt45 {
      margin-top: 10.8695652174vw !important; } }

.mb45 {
  margin-bottom: 45px !important; }
  @media only screen and (max-width: 768px) {
    .mb45 {
      margin-bottom: 10.8695652174vw !important; } }

.ml45 {
  margin-left: 45px !important; }
  @media only screen and (max-width: 768px) {
    .ml45 {
      margin-left: 10.8695652174vw !important; } }

.mr45 {
  margin-right: 45px !important; }
  @media only screen and (max-width: 768px) {
    .mr45 {
      margin-right: 10.8695652174vw !important; } }

.mt50 {
  margin-top: 50px !important; }
  @media only screen and (max-width: 768px) {
    .mt50 {
      margin-top: 12.077294686vw !important; } }

.mb50 {
  margin-bottom: 50px !important; }
  @media only screen and (max-width: 768px) {
    .mb50 {
      margin-bottom: 12.077294686vw !important; } }

.ml50 {
  margin-left: 50px !important; }
  @media only screen and (max-width: 768px) {
    .ml50 {
      margin-left: 12.077294686vw !important; } }

.mr50 {
  margin-right: 50px !important; }
  @media only screen and (max-width: 768px) {
    .mr50 {
      margin-right: 12.077294686vw !important; } }

.mt55 {
  margin-top: 55px !important; }
  @media only screen and (max-width: 768px) {
    .mt55 {
      margin-top: 13.2850241546vw !important; } }

.mb55 {
  margin-bottom: 55px !important; }
  @media only screen and (max-width: 768px) {
    .mb55 {
      margin-bottom: 13.2850241546vw !important; } }

.ml55 {
  margin-left: 55px !important; }
  @media only screen and (max-width: 768px) {
    .ml55 {
      margin-left: 13.2850241546vw !important; } }

.mr55 {
  margin-right: 55px !important; }
  @media only screen and (max-width: 768px) {
    .mr55 {
      margin-right: 13.2850241546vw !important; } }

.mt60 {
  margin-top: 60px !important; }
  @media only screen and (max-width: 768px) {
    .mt60 {
      margin-top: 14.4927536232vw !important; } }

.mb60 {
  margin-bottom: 60px !important; }
  @media only screen and (max-width: 768px) {
    .mb60 {
      margin-bottom: 14.4927536232vw !important; } }

.ml60 {
  margin-left: 60px !important; }
  @media only screen and (max-width: 768px) {
    .ml60 {
      margin-left: 14.4927536232vw !important; } }

.mr60 {
  margin-right: 60px !important; }
  @media only screen and (max-width: 768px) {
    .mr60 {
      margin-right: 14.4927536232vw !important; } }

.mt65 {
  margin-top: 65px !important; }
  @media only screen and (max-width: 768px) {
    .mt65 {
      margin-top: 15.7004830918vw !important; } }

.mb65 {
  margin-bottom: 65px !important; }
  @media only screen and (max-width: 768px) {
    .mb65 {
      margin-bottom: 15.7004830918vw !important; } }

.ml65 {
  margin-left: 65px !important; }
  @media only screen and (max-width: 768px) {
    .ml65 {
      margin-left: 15.7004830918vw !important; } }

.mr65 {
  margin-right: 65px !important; }
  @media only screen and (max-width: 768px) {
    .mr65 {
      margin-right: 15.7004830918vw !important; } }

.mt70 {
  margin-top: 70px !important; }
  @media only screen and (max-width: 768px) {
    .mt70 {
      margin-top: 16.9082125604vw !important; } }

.mb70 {
  margin-bottom: 70px !important; }
  @media only screen and (max-width: 768px) {
    .mb70 {
      margin-bottom: 16.9082125604vw !important; } }

.ml70 {
  margin-left: 70px !important; }
  @media only screen and (max-width: 768px) {
    .ml70 {
      margin-left: 16.9082125604vw !important; } }

.mr70 {
  margin-right: 70px !important; }
  @media only screen and (max-width: 768px) {
    .mr70 {
      margin-right: 16.9082125604vw !important; } }

.mt75 {
  margin-top: 75px !important; }
  @media only screen and (max-width: 768px) {
    .mt75 {
      margin-top: 18.115942029vw !important; } }

.mb75 {
  margin-bottom: 75px !important; }
  @media only screen and (max-width: 768px) {
    .mb75 {
      margin-bottom: 18.115942029vw !important; } }

.ml75 {
  margin-left: 75px !important; }
  @media only screen and (max-width: 768px) {
    .ml75 {
      margin-left: 18.115942029vw !important; } }

.mr75 {
  margin-right: 75px !important; }
  @media only screen and (max-width: 768px) {
    .mr75 {
      margin-right: 18.115942029vw !important; } }

.mt80 {
  margin-top: 80px !important; }
  @media only screen and (max-width: 768px) {
    .mt80 {
      margin-top: 19.3236714976vw !important; } }

.mb80 {
  margin-bottom: 80px !important; }
  @media only screen and (max-width: 768px) {
    .mb80 {
      margin-bottom: 19.3236714976vw !important; } }

.ml80 {
  margin-left: 80px !important; }
  @media only screen and (max-width: 768px) {
    .ml80 {
      margin-left: 19.3236714976vw !important; } }

.mr80 {
  margin-right: 80px !important; }
  @media only screen and (max-width: 768px) {
    .mr80 {
      margin-right: 19.3236714976vw !important; } }

.mt85 {
  margin-top: 85px !important; }
  @media only screen and (max-width: 768px) {
    .mt85 {
      margin-top: 20.5314009662vw !important; } }

.mb85 {
  margin-bottom: 85px !important; }
  @media only screen and (max-width: 768px) {
    .mb85 {
      margin-bottom: 20.5314009662vw !important; } }

.ml85 {
  margin-left: 85px !important; }
  @media only screen and (max-width: 768px) {
    .ml85 {
      margin-left: 20.5314009662vw !important; } }

.mr85 {
  margin-right: 85px !important; }
  @media only screen and (max-width: 768px) {
    .mr85 {
      margin-right: 20.5314009662vw !important; } }

.mt90 {
  margin-top: 90px !important; }
  @media only screen and (max-width: 768px) {
    .mt90 {
      margin-top: 21.7391304348vw !important; } }

.mb90 {
  margin-bottom: 90px !important; }
  @media only screen and (max-width: 768px) {
    .mb90 {
      margin-bottom: 21.7391304348vw !important; } }

.ml90 {
  margin-left: 90px !important; }
  @media only screen and (max-width: 768px) {
    .ml90 {
      margin-left: 21.7391304348vw !important; } }

.mr90 {
  margin-right: 90px !important; }
  @media only screen and (max-width: 768px) {
    .mr90 {
      margin-right: 21.7391304348vw !important; } }

.mt95 {
  margin-top: 95px !important; }
  @media only screen and (max-width: 768px) {
    .mt95 {
      margin-top: 22.9468599034vw !important; } }

.mb95 {
  margin-bottom: 95px !important; }
  @media only screen and (max-width: 768px) {
    .mb95 {
      margin-bottom: 22.9468599034vw !important; } }

.ml95 {
  margin-left: 95px !important; }
  @media only screen and (max-width: 768px) {
    .ml95 {
      margin-left: 22.9468599034vw !important; } }

.mr95 {
  margin-right: 95px !important; }
  @media only screen and (max-width: 768px) {
    .mr95 {
      margin-right: 22.9468599034vw !important; } }

.mt100 {
  margin-top: 100px !important; }
  @media only screen and (max-width: 768px) {
    .mt100 {
      margin-top: 24.154589372vw !important; } }

.mb100 {
  margin-bottom: 100px !important; }
  @media only screen and (max-width: 768px) {
    .mb100 {
      margin-bottom: 24.154589372vw !important; } }

.ml100 {
  margin-left: 100px !important; }
  @media only screen and (max-width: 768px) {
    .ml100 {
      margin-left: 24.154589372vw !important; } }

.mr100 {
  margin-right: 100px !important; }
  @media only screen and (max-width: 768px) {
    .mr100 {
      margin-right: 24.154589372vw !important; } }

/* ---------- ---------- ---------- ---------- ---------- */
.pt0 {
  padding-top: 0px !important; }
  @media only screen and (max-width: 768px) {
    .pt0 {
      padding-top: 0vw !important; } }

.pb0 {
  padding-bottom: 0px !important; }
  @media only screen and (max-width: 768px) {
    .pb0 {
      padding-bottom: 0vw !important; } }

.pl0 {
  padding-left: 0px !important; }
  @media only screen and (max-width: 768px) {
    .pl0 {
      padding-left: 0vw !important; } }

.pr0 {
  padding-right: 0px !important; }
  @media only screen and (max-width: 768px) {
    .pr0 {
      padding-right: 0vw !important; } }

.pt5 {
  padding-top: 5px !important; }
  @media only screen and (max-width: 768px) {
    .pt5 {
      padding-top: 1.2077294686vw !important; } }

.pb5 {
  padding-bottom: 5px !important; }
  @media only screen and (max-width: 768px) {
    .pb5 {
      padding-bottom: 1.2077294686vw !important; } }

.pl5 {
  padding-left: 5px !important; }
  @media only screen and (max-width: 768px) {
    .pl5 {
      padding-left: 1.2077294686vw !important; } }

.pr5 {
  padding-right: 5px !important; }
  @media only screen and (max-width: 768px) {
    .pr5 {
      padding-right: 1.2077294686vw !important; } }

.pt10 {
  padding-top: 10px !important; }
  @media only screen and (max-width: 768px) {
    .pt10 {
      padding-top: 2.4154589372vw !important; } }

.pb10 {
  padding-bottom: 10px !important; }
  @media only screen and (max-width: 768px) {
    .pb10 {
      padding-bottom: 2.4154589372vw !important; } }

.pl10 {
  padding-left: 10px !important; }
  @media only screen and (max-width: 768px) {
    .pl10 {
      padding-left: 2.4154589372vw !important; } }

.pr10 {
  padding-right: 10px !important; }
  @media only screen and (max-width: 768px) {
    .pr10 {
      padding-right: 2.4154589372vw !important; } }

.pt15 {
  padding-top: 15px !important; }
  @media only screen and (max-width: 768px) {
    .pt15 {
      padding-top: 3.6231884058vw !important; } }

.pb15 {
  padding-bottom: 15px !important; }
  @media only screen and (max-width: 768px) {
    .pb15 {
      padding-bottom: 3.6231884058vw !important; } }

.pl15 {
  padding-left: 15px !important; }
  @media only screen and (max-width: 768px) {
    .pl15 {
      padding-left: 3.6231884058vw !important; } }

.pr15 {
  padding-right: 15px !important; }
  @media only screen and (max-width: 768px) {
    .pr15 {
      padding-right: 3.6231884058vw !important; } }

.pt20 {
  padding-top: 20px !important; }
  @media only screen and (max-width: 768px) {
    .pt20 {
      padding-top: 4.8309178744vw !important; } }

.pb20 {
  padding-bottom: 20px !important; }
  @media only screen and (max-width: 768px) {
    .pb20 {
      padding-bottom: 4.8309178744vw !important; } }

.pl20 {
  padding-left: 20px !important; }
  @media only screen and (max-width: 768px) {
    .pl20 {
      padding-left: 4.8309178744vw !important; } }

.pr20 {
  padding-right: 20px !important; }
  @media only screen and (max-width: 768px) {
    .pr20 {
      padding-right: 4.8309178744vw !important; } }

.pt25 {
  padding-top: 25px !important; }
  @media only screen and (max-width: 768px) {
    .pt25 {
      padding-top: 6.038647343vw !important; } }

.pb25 {
  padding-bottom: 25px !important; }
  @media only screen and (max-width: 768px) {
    .pb25 {
      padding-bottom: 6.038647343vw !important; } }

.pl25 {
  padding-left: 25px !important; }
  @media only screen and (max-width: 768px) {
    .pl25 {
      padding-left: 6.038647343vw !important; } }

.pr25 {
  padding-right: 25px !important; }
  @media only screen and (max-width: 768px) {
    .pr25 {
      padding-right: 6.038647343vw !important; } }

.pt30 {
  padding-top: 30px !important; }
  @media only screen and (max-width: 768px) {
    .pt30 {
      padding-top: 7.2463768116vw !important; } }

.pb30 {
  padding-bottom: 30px !important; }
  @media only screen and (max-width: 768px) {
    .pb30 {
      padding-bottom: 7.2463768116vw !important; } }

.pl30 {
  padding-left: 30px !important; }
  @media only screen and (max-width: 768px) {
    .pl30 {
      padding-left: 7.2463768116vw !important; } }

.pr30 {
  padding-right: 30px !important; }
  @media only screen and (max-width: 768px) {
    .pr30 {
      padding-right: 7.2463768116vw !important; } }

.pt35 {
  padding-top: 35px !important; }
  @media only screen and (max-width: 768px) {
    .pt35 {
      padding-top: 8.4541062802vw !important; } }

.pb35 {
  padding-bottom: 35px !important; }
  @media only screen and (max-width: 768px) {
    .pb35 {
      padding-bottom: 8.4541062802vw !important; } }

.pl35 {
  padding-left: 35px !important; }
  @media only screen and (max-width: 768px) {
    .pl35 {
      padding-left: 8.4541062802vw !important; } }

.pr35 {
  padding-right: 35px !important; }
  @media only screen and (max-width: 768px) {
    .pr35 {
      padding-right: 8.4541062802vw !important; } }

.pt40 {
  padding-top: 40px !important; }
  @media only screen and (max-width: 768px) {
    .pt40 {
      padding-top: 9.6618357488vw !important; } }

.pb40 {
  padding-bottom: 40px !important; }
  @media only screen and (max-width: 768px) {
    .pb40 {
      padding-bottom: 9.6618357488vw !important; } }

.pl40 {
  padding-left: 40px !important; }
  @media only screen and (max-width: 768px) {
    .pl40 {
      padding-left: 9.6618357488vw !important; } }

.pr40 {
  padding-right: 40px !important; }
  @media only screen and (max-width: 768px) {
    .pr40 {
      padding-right: 9.6618357488vw !important; } }

.pt45 {
  padding-top: 45px !important; }
  @media only screen and (max-width: 768px) {
    .pt45 {
      padding-top: 10.8695652174vw !important; } }

.pb45 {
  padding-bottom: 45px !important; }
  @media only screen and (max-width: 768px) {
    .pb45 {
      padding-bottom: 10.8695652174vw !important; } }

.pl45 {
  padding-left: 45px !important; }
  @media only screen and (max-width: 768px) {
    .pl45 {
      padding-left: 10.8695652174vw !important; } }

.pr45 {
  padding-right: 45px !important; }
  @media only screen and (max-width: 768px) {
    .pr45 {
      padding-right: 10.8695652174vw !important; } }

.pt50 {
  padding-top: 50px !important; }
  @media only screen and (max-width: 768px) {
    .pt50 {
      padding-top: 12.077294686vw !important; } }

.pb50 {
  padding-bottom: 50px !important; }
  @media only screen and (max-width: 768px) {
    .pb50 {
      padding-bottom: 12.077294686vw !important; } }

.pl50 {
  padding-left: 50px !important; }
  @media only screen and (max-width: 768px) {
    .pl50 {
      padding-left: 12.077294686vw !important; } }

.pr50 {
  padding-right: 50px !important; }
  @media only screen and (max-width: 768px) {
    .pr50 {
      padding-right: 12.077294686vw !important; } }

.pt55 {
  padding-top: 55px !important; }
  @media only screen and (max-width: 768px) {
    .pt55 {
      padding-top: 13.2850241546vw !important; } }

.pb55 {
  padding-bottom: 55px !important; }
  @media only screen and (max-width: 768px) {
    .pb55 {
      padding-bottom: 13.2850241546vw !important; } }

.pl55 {
  padding-left: 55px !important; }
  @media only screen and (max-width: 768px) {
    .pl55 {
      padding-left: 13.2850241546vw !important; } }

.pr55 {
  padding-right: 55px !important; }
  @media only screen and (max-width: 768px) {
    .pr55 {
      padding-right: 13.2850241546vw !important; } }

.pt60 {
  padding-top: 60px !important; }
  @media only screen and (max-width: 768px) {
    .pt60 {
      padding-top: 14.4927536232vw !important; } }

.pb60 {
  padding-bottom: 60px !important; }
  @media only screen and (max-width: 768px) {
    .pb60 {
      padding-bottom: 14.4927536232vw !important; } }

.pl60 {
  padding-left: 60px !important; }
  @media only screen and (max-width: 768px) {
    .pl60 {
      padding-left: 14.4927536232vw !important; } }

.pr60 {
  padding-right: 60px !important; }
  @media only screen and (max-width: 768px) {
    .pr60 {
      padding-right: 14.4927536232vw !important; } }

.pt65 {
  padding-top: 65px !important; }
  @media only screen and (max-width: 768px) {
    .pt65 {
      padding-top: 15.7004830918vw !important; } }

.pb65 {
  padding-bottom: 65px !important; }
  @media only screen and (max-width: 768px) {
    .pb65 {
      padding-bottom: 15.7004830918vw !important; } }

.pl65 {
  padding-left: 65px !important; }
  @media only screen and (max-width: 768px) {
    .pl65 {
      padding-left: 15.7004830918vw !important; } }

.pr65 {
  padding-right: 65px !important; }
  @media only screen and (max-width: 768px) {
    .pr65 {
      padding-right: 15.7004830918vw !important; } }

.pt70 {
  padding-top: 70px !important; }
  @media only screen and (max-width: 768px) {
    .pt70 {
      padding-top: 16.9082125604vw !important; } }

.pb70 {
  padding-bottom: 70px !important; }
  @media only screen and (max-width: 768px) {
    .pb70 {
      padding-bottom: 16.9082125604vw !important; } }

.pl70 {
  padding-left: 70px !important; }
  @media only screen and (max-width: 768px) {
    .pl70 {
      padding-left: 16.9082125604vw !important; } }

.pr70 {
  padding-right: 70px !important; }
  @media only screen and (max-width: 768px) {
    .pr70 {
      padding-right: 16.9082125604vw !important; } }

.pt75 {
  padding-top: 75px !important; }
  @media only screen and (max-width: 768px) {
    .pt75 {
      padding-top: 18.115942029vw !important; } }

.pb75 {
  padding-bottom: 75px !important; }
  @media only screen and (max-width: 768px) {
    .pb75 {
      padding-bottom: 18.115942029vw !important; } }

.pl75 {
  padding-left: 75px !important; }
  @media only screen and (max-width: 768px) {
    .pl75 {
      padding-left: 18.115942029vw !important; } }

.pr75 {
  padding-right: 75px !important; }
  @media only screen and (max-width: 768px) {
    .pr75 {
      padding-right: 18.115942029vw !important; } }

.pt80 {
  padding-top: 80px !important; }
  @media only screen and (max-width: 768px) {
    .pt80 {
      padding-top: 19.3236714976vw !important; } }

.pb80 {
  padding-bottom: 80px !important; }
  @media only screen and (max-width: 768px) {
    .pb80 {
      padding-bottom: 19.3236714976vw !important; } }

.pl80 {
  padding-left: 80px !important; }
  @media only screen and (max-width: 768px) {
    .pl80 {
      padding-left: 19.3236714976vw !important; } }

.pr80 {
  padding-right: 80px !important; }
  @media only screen and (max-width: 768px) {
    .pr80 {
      padding-right: 19.3236714976vw !important; } }

.pt85 {
  padding-top: 85px !important; }
  @media only screen and (max-width: 768px) {
    .pt85 {
      padding-top: 20.5314009662vw !important; } }

.pb85 {
  padding-bottom: 85px !important; }
  @media only screen and (max-width: 768px) {
    .pb85 {
      padding-bottom: 20.5314009662vw !important; } }

.pl85 {
  padding-left: 85px !important; }
  @media only screen and (max-width: 768px) {
    .pl85 {
      padding-left: 20.5314009662vw !important; } }

.pr85 {
  padding-right: 85px !important; }
  @media only screen and (max-width: 768px) {
    .pr85 {
      padding-right: 20.5314009662vw !important; } }

.pt90 {
  padding-top: 90px !important; }
  @media only screen and (max-width: 768px) {
    .pt90 {
      padding-top: 21.7391304348vw !important; } }

.pb90 {
  padding-bottom: 90px !important; }
  @media only screen and (max-width: 768px) {
    .pb90 {
      padding-bottom: 21.7391304348vw !important; } }

.pl90 {
  padding-left: 90px !important; }
  @media only screen and (max-width: 768px) {
    .pl90 {
      padding-left: 21.7391304348vw !important; } }

.pr90 {
  padding-right: 90px !important; }
  @media only screen and (max-width: 768px) {
    .pr90 {
      padding-right: 21.7391304348vw !important; } }

.pt95 {
  padding-top: 95px !important; }
  @media only screen and (max-width: 768px) {
    .pt95 {
      padding-top: 22.9468599034vw !important; } }

.pb95 {
  padding-bottom: 95px !important; }
  @media only screen and (max-width: 768px) {
    .pb95 {
      padding-bottom: 22.9468599034vw !important; } }

.pl95 {
  padding-left: 95px !important; }
  @media only screen and (max-width: 768px) {
    .pl95 {
      padding-left: 22.9468599034vw !important; } }

.pr95 {
  padding-right: 95px !important; }
  @media only screen and (max-width: 768px) {
    .pr95 {
      padding-right: 22.9468599034vw !important; } }

.pt100 {
  padding-top: 100px !important; }
  @media only screen and (max-width: 768px) {
    .pt100 {
      padding-top: 24.154589372vw !important; } }

.pb100 {
  padding-bottom: 100px !important; }
  @media only screen and (max-width: 768px) {
    .pb100 {
      padding-bottom: 24.154589372vw !important; } }

.pl100 {
  padding-left: 100px !important; }
  @media only screen and (max-width: 768px) {
    .pl100 {
      padding-left: 24.154589372vw !important; } }

.pr100 {
  padding-right: 100px !important; }
  @media only screen and (max-width: 768px) {
    .pr100 {
      padding-right: 24.154589372vw !important; } }

/* ---------- ---------- ---------- ---------- ---------- */
.flex-box {
  display: flex;
  justify-content: space-between; }
  @media only screen and (max-width: 768px) {
    .flex-box {
      flex-direction: column; } }
  .flex-box--rev {
    flex-direction: row-reverse; }
    @media only screen and (max-width: 768px) {
      .flex-box--rev {
        flex-direction: column; } }
  .flex-box.dc {
    flex-direction: column; }
  .flex-box.jfs {
    justify-content: flex-start; }
  .flex-box.jfe {
    justify-content: flex-end; }
  .flex-box.jc {
    justify-content: center; }
  .flex-box.jsb {
    justify-content: space-between; }
  .flex-box.jsa {
    justify-content: space-around; }
  .flex-box.ac {
    align-items: center; }
  .flex-box.afs {
    align-items: flex-start; }
  .flex-box.afe {
    align-items: flex-end; }

/* ---------- ---------- ---------- ---------- ---------- */
.fc--red {
  color: #d20024 !important; }
.fc--blue {
  color: #005eb8 !important; }
.fc--white {
  color: #fff !important; }

.td--ul {
  text-decoration: underline; }

/* ---------- ---------- ---------- ---------- ---------- */
.bg--blue {
  background: #F4F7FC; }
.bg--gray {
  background: #F8F8F8; }
.bg--white {
  background: #fff; }

/* ---------- ---------- ---------- ---------- ---------- */
.movie-box {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%; }
  .movie-box iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  .movie-box__notice {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #ccc;
    display: flex;
    text-align: center;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 4.4rem;
    font-weight: 900; }
    @media only screen and (max-width: 768px) {
      .movie-box__notice {
        font-size: 7.2463768116vw; } }

.movie-icon {
  position: relative;
  display: inline-block;
  overflow: hidden; }
  .movie-icon::before {
    content: "";
    position: absolute;
    background: rgba(0, 0, 0, 0.1);
    width: 100%;
    height: 100%;
    z-index: 1;
    display: block; }
  .movie-icon::after {
    content: "";
    z-index: 2;
    position: absolute;
    display: block;
    width: 100px;
    height: 100px;
    background: url("/media_library/recruit/images/icon_start.svg") no-repeat;
    right: 50%;
    bottom: 50%;
    transform: translate(50%, 50%);
    filter: drop-shadow(0 4px 6px rgba(0, 0, 0, 0.2)); }
    @media only screen and (max-width: 768px) {
      .movie-icon::after {
        width: 14.4927536232vw;
        height: 14.4927536232vw; } }

/* ---------- ---------- ---------- ---------- ---------- */
.page-top {
  position: fixed;
  bottom: 0;
  right: 0;
  line-height: 0;
  cursor: pointer;
  z-index: 10;
  width: 64px;
  height: 64px;
  background: url(/media_library/grpnewtop/images/common/pagetop.svg) no-repeat center; }
  @media only screen and (max-width: 768px) {
    .page-top {
      width: 9.6618357488vw;
      height: 9.6618357488vw; } }
  .page-top:hover {
    opacity: 0.7;
    transition: opacity .4s; }

/* ---------- ---------- ---------- ---------- ---------- */
.note {
  list-style: none;
  line-height: 1.5; }
  .note__item {
    font-size: .9em;
    padding-left: 1.5em;
    text-indent: -1.5em; }
    .note__item::before {
      content: "※";
      margin-right: .5em; }
  .note--num {
    counter-reset: note;
    list-style: none;
    line-height: 1.5; }
    .note--num .note__item {
      counter-increment: note;
      font-size: .9em;
      padding-left: 2em;
      text-indent: -2em; }
      .note--num .note__item::before {
        content: "※" counter(note);
        margin-right: .5em; }

.list {
  list-style: none; }
  .list li {
    padding-left: 1.3rem;
    text-indent: -1.3em; }
    .list li::before {
      content: "●";
      color: #005eb8;
      font-size: .6em;
      margin-right: .5em; }
  .list-circle-num {
    list-style: none; }
    .list-circle-num__item {
      margin-left: 1em;
      padding-left: 1.5rem;
      text-indent: -1.5em; }
      .list-circle-num__item::before {
        color: #005eb8;
        margin-right: .5em; }
      .list-circle-num__item:nth-child(1)::before {
        content: "❶"; }
      .list-circle-num__item:nth-child(2)::before {
        content: "❷"; }
      .list-circle-num__item:nth-child(3)::before {
        content: "❸"; }
      .list-circle-num__item:nth-child(4)::before {
        content: "❹"; }
      .list-circle-num__item:nth-child(5)::before {
        content: "❺"; }
      .list-circle-num__item:nth-child(6)::before {
        content: "❻"; }
      .list-circle-num__item:nth-child(7)::before {
        content: "❼"; }
      .list-circle-num__item:nth-child(8)::before {
        content: "❽"; }
      .list-circle-num__item:nth-child(9)::before {
        content: "❾"; }
      .list-circle-num__item:nth-child(10)::before {
        content: "❿"; }

body {
  font-size: 17px;
  font-weight: 300; }
  @media only screen and (max-width: 768px) {
    body {
      font-size: 3.3816425121vw; } }

a {
  color: #000000;
  text-decoration: none; }
  a:has(> img) {
    transition: opacity .4s; }
    a:has(> img):hover {
      opacity: .8; }

#main h2, #main h3 {
  background: none !important;
  border: none !important; }
#main ul, #main li {
  padding: 0;
  margin: 0;
  list-style: none; }

/* --------------------------------------------------------
共通
--------------------------------------------------------*/
.inner {
  margin: 0 auto; }
  @media print, screen and (min-width: 769px) {
    .inner {
      width: 950px; } }
  @media only screen and (max-width: 768px) {
    .inner {
      padding: 0vw 3.6231884058vw 0vw 3.6231884058vw; } }

.sd-sns {
  display: flex;
  list-style: none; }
  .sd-sns li {
    margin-right: 8px; }
    .sd-sns li:last-child {
      margin-right: 0; }
    .sd-sns li a {
      transition: opacity .4s; }
      .sd-sns li a:hover {
        opacity: .7; }

.new::after {
  content: 'New';
  background: #E53E3E;
  font-size: 0.8em;
  line-height: 1.4;
  color: #fff;
  padding: 0 5px;
  border-radius: 2px;
  margin-left: .5em; }

#footer {
  border-top: none !important; }

.cv-sns {
  background: #E9F4FF;
  color: #333;
  padding: 70px 0; }
  @media only screen and (max-width: 768px) {
    .cv-sns {
      padding: 12.077294686vw 3.6231884058vw 12.077294686vw 3.6231884058vw; } }
  .cv-sns__tit {
    font-size: 30px;
    text-align: center;
    font-family: zen-kaku-gothic-new, sans-serif;
    font-weight: bold; }
    @media only screen and (max-width: 768px) {
      .cv-sns__tit {
        font-size: 5.7971014493vw; } }
    .cv-sns__tit.youtube {
      display: flex;
      align-items: center;
      justify-content: center; }
      .cv-sns__tit.youtube::before, .cv-sns__tit.youtube::after {
        content: "\f1e3\f1e3";
        font-family: "Material Icons";
        color: #005eb8; }
  .cv-sns__sec {
    margin-bottom: 60px; }
    @media only screen and (max-width: 768px) {
      .cv-sns__sec {
        margin-bottom: 12.077294686vw; } }
    .cv-sns__sec:last-child {
      margin-bottom: 0; }
  .cv-sns__list {
    display: flex;
    justify-content: center; }
    @media only screen and (max-width: 768px) {
      .cv-sns__list {
        flex-direction: column; } }
    @media print, screen and (min-width: 769px) {
      .cv-sns__list-item {
        margin-right: 25px; }
        .cv-sns__list-item:last-child {
          margin-right: 0; } }
    @media only screen and (max-width: 768px) {
      .cv-sns__list-item {
        margin-bottom: 3.6231884058vw; }
        .cv-sns__list-item:last-child {
          margin-bottom: 0; } }

/* --------------------------------------------------------
webCM
--------------------------------------------------------*/
.webcm__sec {
  margin-bottom: 100px; }
  @media only screen and (max-width: 768px) {
    .webcm__sec {
      margin-bottom: 19.3236714976vw; } }
  .shortdrama .webcm__sec--ft {
    padding: 60px 0 0; }
    @media only screen and (max-width: 768px) {
      .shortdrama .webcm__sec--ft {
        padding: 12.077294686vw 3.6231884058vw 0vw 3.6231884058vw; } }
.webcm__tit {
  font-size: 36px !important;
  margin-bottom: 50px !important; }
  @media only screen and (max-width: 768px) {
    .webcm__tit {
      margin-bottom: 8vw !important;
      font-size: 5.7971014493vw !important; } }

#main .sd-list {
  display: flex;
  justify-content: space-between;
  list-style: none;
  margin: 0;
  padding: 0; }
  @media only screen and (max-width: 768px) {
    #main .sd-list {
      flex-direction: column; } }
  #main .sd-list__item {
    display: flex;
    flex-direction: column; }
    @media print, screen and (min-width: 769px) {
      #main .sd-list__item {
        width: 48%; } }
    @media only screen and (max-width: 768px) {
      #main .sd-list__item {
        margin-bottom: 9.6618357488vw; }
        #main .sd-list__item:last-child {
          margin-bottom: 0; } }
    #main .sd-list__item.disable a {
      pointer-events: none;
      color: #777; }
    #main .sd-list__item.disable .sd-list__thumb {
      position: relative; }
      #main .sd-list__item.disable .sd-list__thumb img {
        width: 100%; }
      #main .sd-list__item.disable .sd-list__thumb::after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        background: rgba(51, 51, 51, 0.5);
        width: 100%;
        height: 100%; }
    #main .sd-list__item.disable .sd-list__info-sns {
      display: none; }
    #main .sd-list__item.disable .sd-list__btn-item {
      background: #ccc; }
  #main .sd-list__tit {
    font-size: 22px !important;
    margin: 0;
    padding: 0 !important; }
    @media only screen and (max-width: 768px) {
      #main .sd-list__tit {
        font-size: 5.7971014493vw !important; } }
  #main .sd-list__info {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 15px 0; }
@media only screen and (max-width: 768px) and (max-width: 768px) {
  #main .sd-list__info {
    margin: 3.6231884058vw 0vw 3.6231884058vw 0vw; } }

    #main .sd-list__info-item {
      background: #3B3B3B;
      color: #fff;
      line-height: 1;
      padding: 6px 8px;
      font-size: .8em; }
    #main .sd-list__info-sns {
      display: flex; }
      #main .sd-list__info-sns li {
        margin-right: 8px; }
        #main .sd-list__info-sns li:last-child {
          margin-right: 0; }
        #main .sd-list__info-sns li a {
          transition: opacity .4s; }
          #main .sd-list__info-sns li a:hover {
            opacity: .7; }
  #main .sd-list__txt {
    margin-bottom: 10px; }
  #main .sd-list__btn {
    text-align: center;
    margin-top: auto; }
    #main .sd-list__btn-item {
      background: #005EB8;
      display: inline-block;
      color: #fff;
      border-radius: 5px;
      font-size: 16px;
      padding: 10px 25px;
      transition: background .4s;
      min-width: 162px; }
      #main .sd-list__btn-item:hover {
        background: #1f91ff; }
  #main .sd-list__link {
    display: flex;
    flex-wrap: wrap; }
    #main .sd-list__link-item {
      margin-right: 1.5em;
      font-size: 16px; }
      #main .sd-list__link-item a {
        text-decoration: underline;
        transition: text-decoration .4s;
        vertical-align: middle;
        background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='24px' viewBox='0 0 24 24' width='24px' fill='%231f91ff'%3E%3Cpath d='M0 0h24v24H0z' fill='none'/%3E%3Cpath d='M10 8v8l5-4-5-4zm9-5H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm0 16H5V5h14v14z'/%3E%3C/svg%3E") no-repeat left center/20px 20px;
        padding-left: 23px; }

#main .cm-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0; }
  @media print, screen and (min-width: 769px) {
    #main .cm-list li {
      width: 49%;
      margin-bottom: 40px; } }
  @media only screen and (max-width: 768px) {
    #main .cm-list li {
      width: 100%;
      margin-bottom: 9.6618357488vw; } }

/* --------------------------------------------------------
shortDrama
--------------------------------------------------------*/
.shortdrama #contents, .shortdrama #main {
  width: 100%;
  margin: 0; }
@media only screen and (max-width: 768px) {
  .shortdrama #mainInner {
    padding: 0 !important; } }

.sd-mv {
  background: url("/media_library/tkcnf/cm/shortdrama/images/shortdrama_mv_bg.png") center right/cover;
  display: flex;
  align-items: center;
  padding: 20px 0; }
  @media only screen and (max-width: 768px) {
    .sd-mv {
      padding: 3.6231884058vw 3.6231884058vw 3.6231884058vw 3.6231884058vw; } }
  .sd-mv__inner {
    background: #fff;
    box-shadow: 0 3px 17px rgba(0, 0, 0, 0.17);
    padding: 20px 25px;
    display: flex;
    align-items: center;
    justify-content: space-between; }
    @media print, screen and (min-width: 769px) {
      .sd-mv__inner {
        width: 950px;
        margin: 0 auto; } }
    @media only screen and (max-width: 768px) {
      .sd-mv__inner {
        flex-direction: column;
        padding: 4.8309178744vw 3.6231884058vw 4.8309178744vw 3.6231884058vw; } }
  .sd-mv__txt {
    position: relative; }
    @media print, screen and (min-width: 769px) {
      .sd-mv__txt {
        width: calc(100% - 352px); } }
    @media only screen and (max-width: 768px) {
      .sd-mv__txt {
        padding-top: 4.8309178744vw; } }
  .sd-mv__tit {
    border-bottom: 1px solid #D1D1D1;
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    padding-bottom: 10px;
    margin-bottom: 10px; }
    @media only screen and (max-width: 768px) {
      .sd-mv__tit {
        flex-direction: column; } }
    .sd-mv__tit h1 {
      background: none !important; }
      @media only screen and (max-width: 768px) {
        .sd-mv__tit h1 {
          margin-bottom: 2.4154589372vw; } }
  .sd-mv__info {
    background: #3B3B3B;
    color: #fff;
    line-height: 1;
    padding: 4px 5px; }
  .sd-mv__sns {
    position: absolute;
    top: 10px;
    right: 0; }
    @media only screen and (max-width: 768px) {
      .sd-mv__sns {
        top: 0vw; } }
  .sd-mv__synopsis {
    line-height: 1.6; }
  .sd-mv__img {
    width: 322px; }

.sd-tab {
  background: #BAC1C8;
  padding-top: 25px; }
  @media only screen and (max-width: 768px) {
    .sd-tab {
      padding-top: 3.6231884058vw; } }
  .sd-tab__inner {
    display: flex;
    column-gap: 20px; }
    @media only screen and (max-width: 768px) {
      .sd-tab__inner {
        column-gap: 3.6231884058vw; } }
  .sd-tab__item a {
    background: #005eb8;
    color: #fff;
    display: block;
    padding: 16px 55px 16px 35px;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    position: relative; }
    @media print, screen and (min-width: 769px) {
      .sd-tab__item a {
        width: 275px;
        box-sizing: border-box; } }
    @media only screen and (max-width: 768px) {
      .sd-tab__item a {
        font-size: 3.8647342995vw;
        padding: 2.4154589372vw 8.4541062802vw 2.4154589372vw 3.6231884058vw; } }
    .sd-tab__item a::before {
      content: "";
      color: #fff;
      margin-right: 4px; }
      @media only screen and (max-width: 768px) {
        .sd-tab__item a::before {
          display: block;
          text-align: center; } }
    .sd-tab__item a::after {
      content: "\e8e4";
      font-family: "Material Icons";
      color: #fff;
      position: absolute;
      right: 15px;
      top: 50%;
      transform: translateY(-50%);
      transition: right .4s; }
      @media only screen and (max-width: 768px) {
        .sd-tab__item a::after {
          right: 2.4154589372vw; } }
    .sd-tab__item a:hover::after {
      right: 10px; }
    .sd-tab__item a.is--active {
      background: #E2E8EE;
      color: #000000;
      pointer-events: none; }
      .sd-tab__item a.is--active::before {
        color: #005eb8; }
      .sd-tab__item a.is--active::after {
        content: "none"; }
  .sd-tab__item:nth-child(1) a::before {
    content: "❶"; }
  .sd-tab__item:nth-child(2) a::before {
    content: "❷"; }

.sd-content {
  background: #E2E8EE;
  padding: 25px 0; }
  .sd-content__tit {
    color: #03498B;
    font-weight: bold;
    padding-bottom: 5px;
    border-bottom: 2px #03498B solid;
    margin-bottom: 15px; }
  @media print, screen and (min-width: 769px) {
    .sd-content__list {
      column-count: 2; } }
  .sd-content__list-item a {
    text-decoration: underline; }
    .sd-content__list-item a:hover {
      text-decoration: none; }
    .sd-content__list-item a.disable {
      pointer-events: none;
      color: #777;
      text-decoration: none; }

.sd-movies {
  background: #03498B;
  position: relative;
  padding: 80px 0 60px; }
  @media only screen and (max-width: 768px) {
    .sd-movies {
      padding: 12.077294686vw 0vw 12.077294686vw 0vw; } }
  .sd-movies::after {
    content: "";
    display: block;
    position: absolute;
    bottom: -100px;
    width: 100%;
    height: 100px;
    background: url("/media_library/tkcnf/cm/shortdrama/images/moviecont_arrow.png") center top no-repeat;
    background-size: contain; }
  .sd-movies__item {
    width: 800px;
    margin: 0 auto 100px; }
    @media only screen and (max-width: 768px) {
      .sd-movies__item {
        width: 100%;
        margin-bottom: 14.4927536232vw; } }
  .sd-movies__movie {
    margin-bottom: 15px;
    position: relative; }
    .sd-movies__movie.disable {
      padding-bottom: 0; }
      .sd-movies__movie.disable img {
        width: 100%; }
      .sd-movies__movie.disable::after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        background: rgba(51, 51, 51, 0.5); }
        @media print, screen and (min-width: 769px) {
          .sd-movies__movie.disable::after {
            width: 800px;
            height: 450px; } }
        @media only screen and (max-width: 768px) {
          .sd-movies__movie.disable::after {
            width: 100%;
            height: 100%; } }
  .sd-movies__def {
    color: #fff;
    font-family: zen-kaku-gothic-new, sans-serif; }
    .sd-movies__def dt {
      font-size: 28px;
      font-weight: bold;
      margin-bottom: 5px;
      border-bottom: 1px solid #fff;
      padding-bottom: 5px;
      font-weight: 700;
      font-style: normal; }
      @media only screen and (max-width: 768px) {
        .sd-movies__def dt {
          line-height: 1.4;
          font-size: 4.347826087vw; } }
    .sd-movies__def dd {
      font-size: 15px;
      font-weight: 400;
      font-style: normal; }
      @media only screen and (max-width: 768px) {
        .sd-movies__def dd {
          font-size: 3.6231884058vw; } }

#main .sd-cv {
  background: url("/media_library/tkcnf/cm/shortdrama/images/shortdrama_cv_bg.png") center/cover no-repeat;
  padding: 180px 0 80px; }
  @media only screen and (max-width: 768px) {
    #main .sd-cv {
      padding: 19.3236714976vw 3.6231884058vw 12.077294686vw 3.6231884058vw; } }
  #main .sd-cv__inner {
    background: #fff;
    box-shadow: 0 2px 11px rgba(0, 0, 0, 0.2);
    position: relative;
    padding: 30px 40px; }
    @media only screen and (max-width: 768px) {
      #main .sd-cv__inner {
        padding: 3.6231884058vw 3.6231884058vw 3.6231884058vw 3.6231884058vw; } }
  #main .sd-cv__txt {
    margin-bottom: 25px; }
    @media print, screen and (min-width: 769px) {
      #main .sd-cv__txt {
        padding-left: 20px; } }
    @media only screen and (max-width: 768px) {
      #main .sd-cv__txt {
        text-align: center; } }
    #main .sd-cv__txt-intro {
      font-size: 24px;
      font-weight: bold;
      font-family: 'Noto Serif JP', serif;
      font-weight: 500; }
      @media only screen and (max-width: 768px) {
        #main .sd-cv__txt-intro {
          line-height: 1.5;
          font-size: 4.347826087vw; } }
    #main .sd-cv__txt-logo {
      margin-bottom: 20px; }
      @media only screen and (max-width: 768px) {
        #main .sd-cv__txt-logo {
          width: 80%;
          margin: 0vw auto 3.6231884058vw auto; } }
  #main .sd-cv__img {
    position: absolute;
    top: -40px;
    right: 35px; }
    @media only screen and (max-width: 768px) {
      #main .sd-cv__img {
        position: relative;
        top: 0;
        right: 50%;
        transform: translateX(50%);
        text-align: center; }
        #main .sd-cv__img img {
          width: 80%; } }
  #main .sd-cv__cv {
    background: #FFF6D2;
    padding: 25px;
    display: flex;
    justify-content: space-between;
    position: relative;
    z-index: 1; }
    @media only screen and (max-width: 768px) {
      #main .sd-cv__cv {
        flex-direction: column;
        padding: 3.6231884058vw 3.6231884058vw 3.6231884058vw 3.6231884058vw; } }
    #main .sd-cv__cv-item {
      text-align: center; }
      @media print, screen and (min-width: 769px) {
        #main .sd-cv__cv-item {
          width: 48%; } }
      @media only screen and (max-width: 768px) {
        #main .sd-cv__cv-item:first-child {
          margin-bottom: 4.8309178744vw; } }
      #main .sd-cv__cv-item h4 {
        margin-top: 0;
        border-left: 0 !important;
        padding-left: 0 !important; }
        @media print, screen and (min-width: 769px) {
          #main .sd-cv__cv-item h4 {
            font-size: 24px !important; } }
        @media only screen and (max-width: 768px) {
          #main .sd-cv__cv-item h4 {
            font-size: 4.347826087vw; } }
  #main .sd-cv__btn-item, #main .sd-cv__btn-item:visited {
    background: #FF6F37;
    color: #fff;
    padding: 15px;
    font-size: 28px;
    font-weight: bold;
    width: 100%;
    box-sizing: border-box;
    display: inline-block; }
    @media only screen and (max-width: 768px) {
      #main .sd-cv__btn-item, #main .sd-cv__btn-item:visited {
        font-size: 4.347826087vw; } }




