@charset "UTF-8";

/* ================================================================== */

/* Article CSS

===================================================================== */

.a-site_contents             { background-color: #ffffff; }
.a-site_contents .site_frame { color: #333; }

.a-site_contents .site_frame img { max-width: 100%; }

.a-site_contents .site_frame { padding-top: 0 !important; margin-top: 0 !important; }
.a-site_contents .column     { padding:  24px 0 0 0 !important; }

.a-site_contents .site_frame .a-main { position: static;}

.c-sp-padding_normal > .column {
  padding: 0;
}

@media(min-width:890px) {
  main {
     padding-top: 24px;
  }
  .a-site_contents .site_frame,
  .a-site_contents .site_frame .a-main {
    width: 890px !important;
    margin-left: auto;
    margin-right: auto;
  }
}

@media(max-width:889px) {
  .a-site_contents .site_frame {
    width: calc(100% - 40px);
    margin-left: 20px;
    margin-right: 20px;
  }

  .a-site_contents .site_frame .a-main {
    width: 100%;
  }
}


/* SNSボタン非表示補正 for SP */
@media(max-width:641px) {
  .wat-header-01 {
    padding-bottom: 20px;
  }

  .wat-header-sp {
    display: none;
  }

}

/* ------------------------------------------------------------------ */
/* ttl body 共通
--------------------------------------------------------------------- */

.capFont {
  display: block;
  font-size: 1.07143rem;
  line-height: 22px;
  font-family: "Verdana", sans-serif;
  color: #767676;
  margin-top: 8px;
}

/* ------------------------------------------------------------------ */
/* sns
--------------------------------------------------------------------- */

/* 記事下SNSボタン SPのみ表示 */
.article-btm-sns { text-align: center; }
.article-btm-sns .article-btm-sns-list { display: flex; justify-content: center; }
.article-btm-sns .article-btm-sns-list li:not(:last-child){ border-right: 1px solid #C8C8C8; }
.article-btm-sns .article-btm-sns-list li:not(:first-child){ border-left: 1px solid #fff; }
.article-btm-sns .article-btm-sns-list img { width:60px; height: 60px; }
@media(min-width:1121px) {
  .article-btm-sns { display: none; }
}


/* 固定SNSボタン */
.article-fix-sns { z-index: 5; }

@media(min-width:1141px) {
  .article-fix-sns img[src$='.svg']{ width:72px; height: 72px; }
  .article-fix-sns { padding: 20px 40px 20px 20px; display: flex; }
  .article-fix-sns.is-fixed  { position: fixed; top: 50%; left: calc(50% - 445px); transform: translate(-100%, -50%); }
  .article-fix-sns.is-bottom { position: absolute; bottom: 0; left: calc(50% - 445px); transform: translate(-100%, 0); }
  .article-fix-sns.is-top    { position: absolute; top: 0; left: calc(50% - 445px); transform: translate(-100%, 0); }

  .article-fix-sns-inner a { display: block; }
  .article-fix-sns a:nth-of-type(1), .article-fix-sns a:nth-of-type(2){ border-bottom: 1px solid #C8C8C8; }
  .article-fix-sns a:nth-of-type(2), .article-fix-sns a:nth-of-type(3){ border-top: 1px solid #fff; }

  .article-fix-sns-indicator { width: 5px; height: 220px; }
  .article-fix-sns-indicator span { display: block; width: 100%; height: 0%; background-color: #b2b2b2; }

  .article-fix-sns .btn-sns-top { display: none; }
}
@media(max-width:1140px) {
  .article-fix-sns img[src$='.svg']{ width:52px; height: 52px; opacity: 1; }
  .article-fix-sns { position: fixed; bottom: 0; left: 0; width: 100%; height: 52px; display: flex; background-color: #ffffff; box-shadow: 0 -3px 6px rgba(0,0,0,0.1); }

  .article-fix-sns a { display: block; }
  .article-fix-sns li:not(:last-child){ border-right: 1px solid #C8C8C8; }
  .article-fix-sns li:not(:first-child){ border-left: 1px solid #fff; }

  .article-fix-sns-inner,
  .article-fix-sns-inner .c-body { width: 100%; }
  .article-fix-sns-inner .c-body { display: flex; justify-content: space-between; }
  .article-fix-sns-list li:last-child{margin-left:auto;}
  .article-fix-sns .btn-sns-top  { width:52px; height: 52px; margin-left: auto; display: flex; justify-content: center; align-items: center;background-color: #999; }
  .article-fix-sns .btn-sns-top img { width: 12px; transform: rotate(180deg); }
}

/* ------------------------------------------------------------------ */
/* module
--------------------------------------------------------------------- */

article {
  max-width:1320px;
  margin: 0 auto;
  position:relative;
}

/* article-body */

.article-body {
  font-family: "Georgia", serif;
}

.article-body a          { color: #B20000; }
.article-body a.link-url { word-break: break-all; }
.article-body img { width: 100%; }

@media(min-width:890px) {
  .article-body {
    font-size: 1.28571rem;
    line-height: 32px;
  }
}
@media(max-width:889px) {
  .article-body {
    font-size: 1.14286rem;
    line-height: 27px;
  }
}

/* article-navi */

.article-navi2 {
  text-align: center;
}

.article-navi {
  display: flex;
  justify-content: space-between;
  padding: 40px 0;
}
.article-navi > div {
  width: 48%;
  text-align: center;
}
.article-navi a,
.article-navi2 a {
  position: relative;
  display: inline-block;
  color: #FFFFFF;
  text-align: center;
  font-weight: bold;
  line-height: 1;
  background-color: #373737;
}

.prev   { text-align: left !important; }
.next   { text-align: right !important; }

.article-navi2 a::before,
.prev a::before,
.next a::before {
  position: absolute;
  display: block;
  top: 50%;
  width: 10px;
  height: 10px;
  border-top: 2px solid #FFFFFF;
  border-right: 2px solid #FFFFFF;
  transform: translateY(-50%) rotate(45deg);
  content: '';
}
.prev a::before {
  left: 8%;
  transform: translateY(-50%) rotate(-135deg);
}
.article-navi2 a::before,
.next a::before {
  right: 8%;
}

@media (any-hover: hover) {
  .article-navi2 a:hover,
  .prev a:hover,
  .next a:hover {
    background-color: #cd1e1f;
  }
}

@media(min-width:642px) {
  .article-navi p  { min-width: 115px; }
  .article-navi a  { font-size: 1.71429rem; padding: 1.2rem 4rem; }
  .article-navi2   { padding: 72px 0; }
  .article-navi2 a { font-size: 1.28571rem; margin: 0 12px; padding: 1.5rem 7.74857rem; }
}
@media(max-width:641px) {
  .article-navi a,
  .article-navi2 a { font-size: 1.28571rem; padding: 2.28571rem 2rem; }
  .article-navi2 a { display: block; width: 80%; margin: 0 auto; }
  .article-navi2 a + .article-navi2 a { margin-bottom: 16px; }
}

/* layoutBox - %指定などその他のレイアウトは下部に記載 */

.layoutL-2   { float: left; margin: 10px 3.225% 20px 0; }
.layout4-1-2 { width: 22.65625%; }
.layout2-1-2 { width: 48%; }

.layoutR { float: right; margin: 0 0 20px 30px; }
.layoutL { float: left;  margin: 0 30px 20px 0; }

  .layoutBox {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }

  .layout2-1,
  .layout4-2 { width: 48%; }
  .layout3-1 { width: 31%; }
  .layout3-2 { width: 65.5%; }
  .layout4-1 { width: 22.65625%; }
  .layout4-3 { width: 74.19354838709677%; }
  .layout5-1 { width: 19.3%; }
  .layout5-2 { width: 38.6%; }
  .layout5-3 { width: 57.9%; }
  .layout5-4 { width: 77.2%; }
  .layout6-1 { width: 15.5%; }
  .layout6-2 { width: 31%; }
  .layout6-3 { width: 46.5%; }
  .layout6-4 { width: 62%; }
  .layout6-5 { width: 77.5%; }
  .layout2-1c { width: 48.387%; margin: 0 25.8065%; }
  .layout3-1c { width: 65.592%; margin: 0 34.4085%; }
  .layout3-2c { width: 65.592%; margin: 0 17.204%; }
  .layout4-3c { width: 74.19354838709677%; margin: 0 16.015625%; }
  .layoutfl:not(:last-child) { margin-right: 3.5%; }
  .layoutBox > [class *= 'layout'] { float: none; }

@media(max-width: 641px) {
  .layoutBox { display: block; }

  /* 回り込み維持 */
  .layoutR.is-kp, .layoutL.is-kp { max-width: 45%; }
  .layoutR:not(.is-kp), .layoutL:not(.is-kp) { float: none; margin: 0; }

  [class *= 'layout2']:not(:last-child), [class *= 'layout3']:not(:last-child),
  [class *= 'layout4']:not(:last-child), [class *= 'layout5']:not(:last-child),
  [class *= 'layout6']:not(:last-child), .layoutfl:not(:last-child) { margin-bottom: 20px; }

  /* 横並び維持 */
  .layoutBox.is-kp2 { display: flex; }
  .layoutBox.is-kp2 > div { margin-bottom: 0 }
  :not(.is-kp2) > [class *= 'layout2'], :not(.is-kp2) > [class *= 'layout3'],
  :not(.is-kp2) > [class *= 'layout4'], :not(.is-kp2) > [class *= 'layout5'],
  :not(.is-kp2) > [class *= 'layout6'] { width: 100%; }

  /* 2個並び */
  .layoutBox.is-kp { display: flex; flex-wrap: wrap; }
  .layoutBox.is-kp .layout2-1,
  .layoutBox.is-kp .layout4-1,
  .layoutBox.is-kp .layout3-1 { width: 48%; margin-bottom: 0; }
  .layoutBox.is-kp .layout2-1:nth-child(2n),
  .layoutBox.is-kp .layout4-1:nth-child(2n),
  .layoutBox.is-kp .layout3-1:nth-child(2n) { margin-left: 4%; }
  .layoutBox.is-kp .layout2-1:nth-child(n+3),
  .layoutBox.is-kp .layout4-1:nth-child(n+3),
  .layoutBox.is-kp .layout3-1:nth-child(n+3){ margin-top: 20px; }

}

@media(min-width: 642px) {
}

@media(max-width: 641px) {
}

/* contentBox */
.contentBox, .contentBox2, .contentBox3 {
  background-color: #fff;
  border-top: 4px solid #000;
  padding: 1.6em;
}
.contentBox, .contentBox2 {
  font-size: 82%;
  line-height: 1.8em;
}

/* ------------------------------------------------------------------ */
/* BiND module
--------------------------------------------------------------------- */

.c-page_title, .c-title, .c-large_headline, .c-small_headline { font-weight: bold; }

.c-note {
  font-size: 1.14286rem;
  line-height: 26px;
  font-family: "Roboto", sans-serif;
}
.capFont .d-small_font { font-size: 70%; }

@media(min-width:890px) {
  .c-page_title {
    font-size: 3.42857rem;
    font-weight: normal;
    line-height: 1.25;
  }
  .c-title {
    margin-bottom: 20px;
  }
  .c-large_headline {
    font-size: 1.71429rem;
    line-height: 32px;
    margin-bottom: 20px;
  }
  .c-small_headline {
    font-size: 1.28571rem;
    line-height: 22px;
    margin-bottom: 22px;
  }
  .c-lead {
    font-family: "Verdana", sans-serif;
    font-size: 1.142857rem;
    line-height: 1.5;
    margin-bottom: 60px;
  }
  .capFont                   { font-size: 0.92857rem; }
  .capFont .c-large_headline { margin-top: 8px; margin-bottom: 16px; }
  .capFont .c-small_headline { margin-top: 8px; margin-bottom: 10px; }
}

@media(max-width:889px) {
  .c-page_title {
    font-size: 1.78571rem;
    line-height: 1.25;
  }
  .c-title {
    margin-bottom: 12px;
  }
  .c-large_headline {
    font-size: 1.28571rem;
    line-height: 24px;
    margin-bottom: 12px;
  }
  .c-small_headline {
    font-size: 1.14286rem;
    line-height: 24px;
    margin-bottom: 16px;
  }
  .c-lead {
    font-size: 1.14286rem;
    line-height: 1.5;
    margin-bottom: 26px;
  }
  .capFont                   { font-size: 0.85714rem; line-height: 17px; }
  .capFont .c-large_headline { margin-top: 8px; margin-bottom: 6px; }
  .capFont .c-small_headline { margin-top: 8px; margin-bottom: 4px; }
}

/* ------------------------------------------------------------------ */
/* withjapan
--------------------------------------------------------------------- */

h2 picture,
h2 img {
  width: 100%;
  height: auto;
}

h3 {
  margin-bottom: 45px;
  font-family: "Georgia", serif;
  font-size: 2.8571rem;
  font-weight: normal;
  text-align: center;
}

.video-list {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  row-gap: 60px;
}

.withjapan_item {
    width: 47.423%;
}

@media screen and (max-width: 767px) {
    h3 {
      font-size: 2.07142857rem;
      line-height: 1.25;
    }
    .video-list {
      margin-bottom: 24px;
      row-gap: 40px;
    }
    .withjapan_item {
        width: 100%;
        max-width: 100%;
    }
}

.withjapan_item {
    display: flex;
    flex-direction: column;
    position: relative;
}

.withjapan_item_main a {
    display: flex;
    flex-wrap: wrap;
    position: relative;
}

.withjapan_item_main a:hover {
    cursor: pointer;
}

.js_play .withjapan_item_img picture::before {
    content: "";
    position: absolute;
    width: 15.5%;
    height: 28%;
    background: url(/_userdata/img/top/ico_play.png) no-repeat;
    background-size: 100% auto;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    z-index: 1;
    opacity: 0.9;
}
@media (min-width: 768px) {
  .js_play .withjapan_item_img picture::before {
    width: 20%;
    height: 36%;
  }
}

@media (min-width: 1200px) {
  .js_play .withjapan_item_img picture::before {
    width: 76px;
    height: 79px;
  }
}

@media screen and (max-width: 767px) {
    .withjapan_item_main > a {
        display: flex;
        flex-wrap: wrap;
    }
    .withjapan_item_main > a.noneLead {
        display: block;
    }
}

.withjapan_item_img {
    position: relative;
}

.withjapan_item_img picture img {
    max-width: 100%;
    max-height: 100%;
    width: 100%;
    object-fit: cover;
    aspect-ratio: 700/396;
    background-color: #eee;
}

.withjapan_item_title {
    font-size: 1.28571rem;
    font-weight: bold;
    padding: 0;
    font-family: "Georgia", serif;
    line-height: 1.5;
    order: 2;
    width: 100%;
}

@media screen and (max-width: 767px) {
    .withjapan_item_title {
        width: 100%;
        margin-top: 4px;
        margin-bottom: 2px;
        font-size: 1.1429rem;
        padding: 0;
    }
    .noneLead .withjapan_item_title {
        width: 100%;
    }
}

.withjapan_item_lead {
    padding: 2px 0 0;
    font-family: "Verdana", sans-serif;
    font-size: 1.0rem;
    line-height: 1.6;
    order: 3;
    width: 100%;
}

@media screen and (max-width: 767px) {
    .withjapan_item_lead {
        padding: 0;
    }
}

.withjapan_item_date {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    font-size: 1.0rem;
    margin-top: 4px;
    font-family: "Verdana", sans-serif;
    order: 1;
    color: #767676;
    transition: color 0.4s ease;
}

.withjapan_item_date .icon {
    display: block;
    margin-right: 9px;
    padding: 1px 10px;
    font-size: 1.07rem;
    font-weight: bold;
    line-height: 1.2;
    color: #ffffff;
    background-color: #333333;
}

@media screen and (max-width: 767px) {
    .withjapan_item_date {
        font-size: 0.85714rem;
        margin-top: 9px;
    }
}

.withjapan_item_date p {
    color: #767676;
}

@media (any-hover: hover) {
    .withjapan_item_main a:hover .withjapan_item_date {
        color: #cd1e1f;
    }
}
