/* ===================================================================

common style

=================================================================== */
html, body {
  padding: 0;
  border: 0;
  margin: 0; }

ul, ol, li {
  text-decoration: none;
  list-style-type: none; }

.clearfix {
  zoom: 1; }
  .clearfix:before, .clearfix:after {
    content: "";
    display: table; }
  .clearfix:after {
    clear: both; }


.swiper-container {
  width: 600px;
  height: 400px; }

.swiper-slide {
  position: relative; }
  .swiper-slide > img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%); }

/* ===================================================================

header style

=================================================================== */
/*#header {
  background-color: #EEEEEE;
  width: 100%;

  position: relative;
  height: 70px;
  z-index: 1;
  text-align: center; }

#header h1	{
    text-align: center;
    padding: 15px 0;
    font-size: 20px;
    font-weight: bold;
    color: #949494;*/

    /* SINGLE-PAGE SAMPLE: */
    /*position: absolute;
    top:0px;
    left:0px;
}*/

/* ===================================================================

footer style

=================================================================== */
#footer {
  border-radius: 3px; }

#contents {
  position: relative;
  z-index: 2;
  background-color: #FFFFFF; }

.inner {
  max-width: 1080px;
  margin: 0 auto;
  padding-left: 5%;
  padding-right: 5%;
  overflow: auto;
}

.swiper-container {
  width: 100%;
  height: 400px; }

.swiper-slide {
  position: relative; }

.modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10; }
  .modal .inner {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 50%;
    z-index: 10;
    min-width: 320px;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    margin: 0; }
  .modal .modal-bg {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7); }
  .modal .btn-close {
    position: absolute;
    top: -40px;
    right: -40px;
    width: 40px;
    height: 40px;
    z-index: 11;
    cursor: pointer; }
    .modal .btn-close .line {
      display: block;
      position: absolute;
      top: 50%;
      left: 50%;
      width: 30px;
      height: 2px;
      background-color: #FFFFFF; }
      .modal .btn-close .line.line01 {
        -webkit-transform: translate(-50%, -50%) rotate(45deg);
            -ms-transform: translate(-50%, -50%) rotate(45deg);
                transform: translate(-50%, -50%) rotate(45deg); }
      .modal .btn-close .line.line02 {
        background-color: #FFFFFF;
        -webkit-transform: translate(-50%, -50%) rotate(-45deg);
            -ms-transform: translate(-50%, -50%) rotate(-45deg);
                transform: translate(-50%, -50%) rotate(-45deg); }

.media {
    text-align: center;


/*    margin-top: 30px;*/
}

.media .media-container {
    margin-left: -20px;
    padding: 20px 0px;
    text-align: center; }
.media .media-list {
    min-width: 320px;
    width: 33.33%;
    float: left; }
.media .media-list .media-link {
    display: block;
    margin-left: 20px;
    margin-bottom: 20px;
    position: relative;
    overflow: hidden; }


    /*.media .media-list .lower-box {
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%;
      height: 100px;
      background-color: rgba(0, 0, 0, 0.2);
      padding: 12px;
      box-sizing: border-box;
      color: #FFFFFF;
      overflow: hidden;
      text-align: left; }
*/
.lily-block .block
{
    position:relative;
    overflow:hidden
}

.media .media-list {
    min-width: 230px;
    width: 33.33%;
    float: left;
}



.media .media-list .lower-box p
{
    position:relative;
    top:10px;
    line-height:0.8;
    z-index:2;
    -webkit-transition:all .2s ease-in-out;
    transition:all .2s ease-in-out;
    opacity:0
}

.media .media-list .lower-box:hover p
{
    opacity:1;
    line-height:1.2;
    -webkit-transform:translate3d(0, -30px, 0);
    transform:translate3d(0, -30px, 0)
}


.media .media-list .lower-box
{
    position:absolute;
    -webkit-transition:all linear 0.25s;
    transition:all linear 0.25s;
    text-align:left;
    display:-webkit-box;
    display:-webkit-flex;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-pack:end;
    -webkit-justify-content:flex-end;
    -ms-flex-pack:end;
    justify-content:flex-end;
    -webkit-box-align:start;
    -webkit-align-items:flex-start;
    -ms-flex-align:start;
    align-items:flex-start;
    -webkit-box-orient:vertical;
    -webkit-box-direction:normal;
    -webkit-flex-direction:column;
    -ms-flex-direction:column;
    flex-direction:column;
    z-index:2;
    top:0;
    left:0;
    right:0;
    bottom:0;
    padding:20px 30px 30px 30px;
    margin:10px;
    color:white;
    opacity:1;
    -webkit-transition:all cubic-bezier(.11, .7, .55, .96) 0.3s;
    transition:all cubic-bezier(.11, .7, .55, .96) 0.3s
}


.media .media-list .lower-box{
    padding: 20px 30px 30px 20px;
}


.media .media-list .lower-box .tag {
    display: inline-block;
}
.media .media-list .lower-box .date {
    display: inline-block;
    font-size: 12px;
    position: relative;
    top: 1px;
}
.media .media-list .lower-box .title1 {
    /*font-family: 'Century Gothic', 'Century Gothic Bold';*/
    font-size: 25px;
    font-weight: bold;
    margin-top: 5px;
    line-height: 1.2;
}
.media .media-list .lower-box .title2 {
    margin-top: 5px;
    line-height: 1.2;
}


    /*
    .media .media-list.media-hover-02 img {
      -webkit-transform: scale(1);
          -ms-transform: scale(1);
              transform: scale(1);
      -webkit-transition: all 0.3s;
              transition: all 0.3s; }
    .media .media-list.media-hover-02:hover img {
      -webkit-transform: scale(1.2);
          -ms-transform: scale(1.2);
              transform: scale(1.2);
      -webkit-transition: all 0.3s;
              transition: all 0.3s; }

      */

    .media-list.media-hover-02 .block-img-wrap
    {
        position:relative;
        -webkit-transition:all linear 0.2s;
        transition:all linear 0.2s;

        width:100%;
        overflow:hidden
    }
    .media-list.media-hover-02 .block-img-wrap:before
    {
        content:" ";
        top:0;
        left:0;
        right:0;
        bottom:0;
        position:absolute;
        z-index:2;
        -webkit-transition:all linear 0.25s;
        transition:all linear 0.25s
    }

    .media-list.media-hover-02:hover .block-img-wrap:before
    {
        background:rgba(0,0,0,0.65)
    }

    .media-list.media-hover-02:hover .block-img-wrap img
    {
        text-align:center;
        -webkit-transform:scale(1.2);
        -ms-transform:scale(1.2);
        transform:scale(1.2)
    }

    .media-list.media-hover-02 .block-img-wrap img
    {
/*        width:105%;
        max-width:105%;
        margin-left:-5%;
*/
        width: 100%;
        height: 197px;
        object-fit:cover;
        position:relative;
        z-index:1;
        -webkit-transition:all cubic-bezier(.11, .7, .55, .96) 0.3s;
        transition:all cubic-bezier(.11, .7, .55, .96) 0.3s
    }

.media-list .link {
    padding: 8px;
    background: #919392;
    height: auto;
    width: 100%;
}
.media-list .link .title {
    font-size: 14px;
    font-weight: normal;
    color: white;
}




/*

.tag {
  display: inline-block;
  line-height: 55px;
  font-size: 40px;
  letter-spacing: 0.04em;
  padding: 0 5px;
  border-radius: 2px;
}

.tag,.tag-media {
    background-color: #cccccc;
    color: white;
    position: absolute;
    top: 0px;
    left: 0px;
}
*/

/* ===================================================================

index style

=================================================================== */
/*@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@*/
@media screen and (max-width: 955px) {
    .media .media-list {
        float: none;
        display: inline-block; }
    .inner {
        /*padding-left: 0px;*/
        padding: 0px;
        margin: 20px 50px;
    }
    .media-list.media-hover-02 .block-img-wrap img
    {
        height: 150px;
    }

}

/*@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@*/
@media screen and (max-width:768px) and (min-width:481px)	{

    .inner {
        /*padding-left: 0px;*/
        padding: 0px;
        margin: 10px 10px;
    }
    .media-list.media-hover-02 .block-img-wrap img
    {
        height: 130px;
    }

}
/*@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@*/


@media screen and (max-width:480px)	{

    .inner {
        /*padding-left: 0px;*/
        padding: 0px;
        margin: 10px;
        text-align: center;
    }


    .media .media-container {
        margin-left: -20px;
        padding: 0px 0px;
        text-align: center; }
    .media .media-list {
        min-width: 155px;
        width: 50%;
        float: left; }
    .media .media-list .media-link {
        display: block;
        margin-left: 10px;
        margin-bottom: 10px;
        position: relative;
        overflow: hidden; }

    .media .media-list .lower-box{
        padding: 20px 30px 30px 20px;
    }

    .media .media-list .lower-box p
    {
        top: 0px;
        opacity:1
    }
    .media-list.media-hover-02 .block-img-wrap:before
    {
        background:rgba(0,0,0,0.2)
    }


    .media-list.media-hover-02 .block-img-wrap img
    {
        height: 100px;
    }

    .media .media-list .lower-box .title1 {
        /*font-family: 'Century Gothic', 'Century Gothic Bold';*/
        font-size: 16px;
        font-weight: bold;
        margin-top: 5px;
        line-height: 1.2;
    }
    .media .media-list .lower-box .title2 {
        margin-top: 5px;
        line-height: 1.2;
    }

    .media .media-list .lower-box:hover p
    {
        opacity:1;
        line-height:1.2;
        -webkit-transform:translate3d(0, -20px, 0);
        transform:translate3d(0, -20px, 0)
    }

    .media-list .link {
        padding: 7px 10px 7px 13px;
        background: #919392;
        height: auto;
        width: 100%;
    }
    .media-list .link .title {
        font-size: 11px;
        font-weight: normal;
        color: white;
    }



}