@charset "UTF-8";
/* Scss Document */
/****************************
SP用コード
****************************/
@media screen and (max-width: 768px) {
  .pc {
    display: none; }

  body {
    width: 100%;
    height: 100%;
    background: #FFF; }

  .is-hide {
    display: none !important; }

  #container {
    width: 100%;
    height: 100%; }

  #header {
    width: 100%;
    height: 0;
    padding-top: 15.32%;
    background: url("../../images/topics_3rd/header_bg.gif") center no-repeat;
    background-size: cover; }

  #contents {
    width: 96%;
    margin: 20px 2%;
    padding: 30px 20px 0;
    background: #fff; }
    #contents .category {
      display: inline-block;
      margin-right: 10px;
      margin-bottom: 10px;
      padding: 2px 10px;
      font-size: 12px;
      color: #000;
      font-weight:600;
      background: #FFF000; }
    #contents .news-title {
      display: block;
      font-size: 18px;
      font-weight:600;
      margin-bottom: 10px; }
    #contents .date {
      display: block;
      text-align: right; }
    #contents .date span{
        display:inline-block;
        background:#000;
        color:#FFF;
        font-size:14px;
        padding:2px 10px;
    }
    #contents ul.photos {
      width: 100%;
      margin: 40px auto 50px; }
      #contents ul.photos li.photo {
        width: 100%;
        text-align: center; }
        #contents ul.photos li.photo img {
          width: 100%;
          height: auto;
          margin: 0 auto; }
    #contents .text {
      line-height: 1.9em;
      margin-bottom: 50px; }

  a.prev {
    display: inline-block;
    width: 40%;
    margin-left:10px;
    margin-bottom: 30px;
    float: left;
    background: #FFF;
    border:solid 1px #000;
    padding:0 10px;
    font-size: 13px;
    line-height: 30px;
    text-align: center;
    color: #000;
    text-decoration: none;
    transition: 0.5s; }
    a.prev.hover {
      background:#000;
      color:#FFF;
      transition: 0.5s; }
    a.prev > img{
        display:inline-block;
        width:8px;
        vertical-align: middle;
        margin-bottom:3px;
        transition: 0.5s; 
    }
    a.prev.hover > img{
        filter: invert();
    }

  a.next {
    display: inline-block;
    width: 40%;
    margin-right:10px;
    margin-bottom: 30px;
    float: right;
    background: #FFF;
    border:solid 1px #000;
    padding:0 10px;
    font-size: 13px;
    line-height: 30px;
    text-align: center;
    color: #000;
    text-decoration: none;
    transition: 0.5s; }
    a.next.hover {
      background:#000;
      color:#FFF;
      transition: 0.5s; }
     a.next > img{
        display:inline-block;
        width:8px;
        vertical-align: middle;
        margin-bottom:3px;
        transition: 0.5s; 
    }
    a.next.hover > img{
        filter: invert();
    }

  #footer {
    width: 100%;
    padding: 30px 0 10px;
    background-size: auto auto;
    background-color: rgba(249, 219, 232, 1);
    background-image: repeating-linear-gradient(140deg, transparent, transparent 10px, rgba(255, 255, 255, 1) 10px, rgba(255, 255, 255, 1) 12px ); 
    clear: both; }
    #footer a.top {
      display: block;
      width: 250px;
      padding: 5px 10px;
      text-align: center;
      color: #000;
      text-decoration: none;
      margin: 0 auto 30px;
      background: #FFF000; }
    #footer .tw {
      width: 100%;
      display: block;
      text-align: center;
      margin-bottom: 20px; }
      #footer .tw a.twitter-share-button {
        display: inline-block;
        width: 250px;
        margin: 0 auto;
        padding: 15px;
        text-align: center;
        color: #fff;
        text-decoration: none;
        background: #1da1f2; }
    #footer #copyright {
      width: 100%;
      background:#009FE8;
      display: block;
      position: absolute;
      padding: 5px 0; }
      #footer #copyright p {
        display: block;
        color: #fff;
        font-size: 10px;
        text-align: center; } }

/*動画埋込設定*/

div.videoArea{
    width:100%;
    margin:0 auto;
    position:relative;
}

.iframe-wrapper {
position: relative;
  width: 100%;
	margin:0px auto;
    background: rgba(255,255,255,0.8);
  /*padding: calc(360 / 640 * 100%) 0 0;*/
    padding: calc(352 / 640 * 100%) 0 0;
}

.iframe-wrapper iframe{
	position: absolute;
    top: 0;
    left: 0;
	width: 100%;
  	height: 100%;
}