/*!
 * style.css
 * updatedAt: 2017.09.22
 * createdAt: 2017.09.21
 */

/*========================================

  override share5

========================================*/
.s5-container {
  max-width: 100%;
  padding-left: 0;
  padding-right: 0;
  margin-left: auto;
  margin-right: auto;
}
.s5-categoryHeader,
.s5-categoryNav {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  width: 92%;
}

@media (max-width: 640px){
  .s5-categoryHeader {
    padding: 0 20px;
    width: auto;
  }
  .s5-categoryNav {
    width: 92%;
  }
}


/*========================================

  break setting

========================================*/
.b64 { display: none; }
.b48 { display: none; }
.b96 { display: none; }

@media(max-width:960px) {
  .b96 { display: block; }
  .nb96 { display: none; }
  img.b96 { display: inline; }
}
@media(max-width:640px) {
  .max-640 { display: block; }
  .min-640 { display: none; }
  .b64 { display: block; }
  .nb64 { display: none; }
  img.b64 { display: inline; }
}
@media(max-width:480px) {
  .b48 { display: block; }
  .nb48 { display: none; }
  img.b48 { display: inline; }
}


/*========================================

  main

========================================*/
.moments {
  display: block;
  padding: 0 0 100px;
  background: #eee;
}
.moments a {
  color: #3865e4;
  text-decoration: underline;
}
.moments a:hover {
  color: #3c4c74;
  text-decoration: none;
}

.moments-section {
  margin: 0 auto;
  max-width: 1000px;
  width: 90%;
}
.moments-title {
  margin: 16% auto 0;
  width: 78.6%;
  line-height: 0;
}
.moments-title img {
  width: 100%;
  height: auto;
}
.moments-intro 
+ .moments-section .moments-title {
  margin-top: 9%;
}

@media (max-width:640px) {
  .moments-title {
    margin-left: -2%;
    width: 104%;
  }
  .moments-intro 
  + .moments-section .moments-title {
    margin-top: 9.375vw;
  }
}



/*========================================

  .moments-header

========================================*/
.moments-header {
  margin: 40px 0 0;
  background-image: url(../img/h1_bg.jpg);
  background-position: center center;
  background-repeat: repeat-x;
  background-size: auto 100%;
}
.moments-header__inner {
  margin: 0 auto;
  max-width: 1082px;
  width: 90%;
}
.moments-header__holder {
  position: relative;
  padding-bottom: 62.8465804%;
}
.moments-header__title {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 16.1737523% auto 0;
  max-width: 770px;
  width: 71.1645101%;
  line-height: 0;
}
.moments-header__title img {
  width: 100%;
  height: auto;
}
.moments-header__title span {
  position: relative;
  display: block;
  text-align: center;
  margin: 2.5974025% 0 0;
  font-size: 38px;
  line-height: 1.0;
  color: #fff;
  text-shadow: 0px 0px 8px rgba(0,0,0,0.51);
}
.moments-header__title span:before,
.moments-header__title span:after {
  position: absolute;
  display: inline-block;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 30%;
  height: 3px;
  background: #fff;
  content: '';
}
.moments-header__title span:before {
  left: 1%;
}
.moments-header__title span:after {
  right: 1%;
}

@media (max-width:1200px) {
  .moments-header__title span {
    font-size: 3.17vw;
  }
}
@media (max-width:768px) {
  .moments-header__title {
    margin-top: 10%;
    width: 100%;
  }
  .moments-header__title span {
    margin-top: 2%;
    font-size: 4.6vw;
  }
  .moments-header__title span:before,
  .moments-header__title span:after {
    width: 28%;
    height: 2px;
  }
}
@media (max-width:480px) {
  .moments-header__title span {
    font-size: 5.0vw;
  }
}


/*========================================

  .moments-intro

========================================*/
.moments-intro strong {
  display: block;
  text-align: center;
  margin-top: 9.5%;
  font-family: sans-serif;
  font-size: 32px;
  line-height: 1.0;
}

@media (max-width:1200px) {
  .moments-intro strong {
    font-size: 2.67vw;
  }
}
@media (max-width:640px) {
  .moments-intro strong {
    margin-top: 9.375vw;
    font-size: 5.0vw;
    line-height: 1.4;
  }
}


/*========================================

  .moments-works

========================================*/
.moments-works {
  text-align: center;
  font-size: 0;
}
.moments-work {
  display: inline-block;
  vertical-align: top;
}
.moments-work__typeA {
  margin: 8.5% 0 0;
  width: 77.7%;
}
.moments-work__typeB {
  margin: 8.5% 0 0 4.8%;
  width: 36.5%;
}
.moments-work__typeB:nth-child(2n+1) {
  margin-left: 0;
}
.moments-work__card {
  overflow: hidden;
  text-align: left;
  background: #fff;
  box-shadow: 0px 0px 38px 0px rgba(17,16,16,0.37);
}
.moments-work__typeA .moments-work__card {
  border-radius: 10px;
}
.moments-work__typeB .moments-work__card {
  border-radius: 5px;
}

@media (max-width:640px) {
  .moments-work {
    margin: 10% 0 0 !important;
    width: 84% !important;
  }
  .moments-work__card {
    border-radius: 5px !important;
  }
}

/*----------------------------------------
  .moments-work__imgbox
----------------------------------------*/
.moments-work__imgbox {
  position: relative;
  padding-bottom: 100%;
  line-height: 0;
}
.moments-work__imgbox img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 100%;
  height: auto;
}
.moments-work__imgbox.vertical img {
  width: auto;
  height: 100%;
}

/*----------------------------------------
  .moments-work__txtbox
----------------------------------------*/
.moments-work__txtbox {
  position: relative;
  box-sizing: border-box;
  color: #666;
}
.moments-work__title {
  margin: 0;
  text-indent: -0.4em;
  font-weight: 400;
  line-height: 1.2;
}
.moments-work__author {
  line-height: 1.2;
}
.moments-work__author span {
  font-size: 66.7%;
}

.moments-work__typeA .moments-work__txtbox {
  padding: 3.346% 13.9% 3.346% 3.475%;
}
.moments-work__typeA .moments-work__title {
  font-size: 16px;
}
.moments-work__typeA .moments-work__author {
  margin-top: 12px;
  font-size: 24px;
}

.moments-work__typeB .moments-work__txtbox {
  padding: 6.58% 21.1% 6.58% 3.56%;
}
.moments-work__typeB .moments-work__title {
  font-size: 13px;
}
.moments-work__typeB .moments-work__author {
  margin-top: 6px;
  font-size: 20px;
}

@media (max-width:1200px) {
  .moments-work__typeA .moments-work__title {
    font-size: 1.33vw;
  }
  .moments-work__typeA .moments-work__author {
    font-size: 2vw;
  }
  .moments-work__typeB .moments-work__title {
    font-size: 1.083vw;
  }
  .moments-work__typeB .moments-work__author {
    font-size: 1.666vw;
  }
}
@media (max-width:960px) {
  .moments-work__typeA .moments-work__title {
    font-size: 1.8vw;
  }
  .moments-work__typeA .moments-work__author {
    margin-top: 8px;
    font-size: 2.5vw;
  }
  .moments-work__typeB .moments-work__title {
    font-size: 1.2vw;
  }
  .moments-work__typeB .moments-work__author {
    font-size: 1.8vw;
  }
}
@media (max-width:640px) {
  .moments-work__txtbox {
    padding: 4.6875vw !important;
    padding-right: 14vw !important;
  }
  .moments-work__title {
    font-size: 3.2vw !important;
  }
  .moments-work__author {
    margin-top: 5px !important;
    font-size: 3.8vw !important;
  }
}


/*----------------------------------------
  .moments-work__zoom
----------------------------------------*/
.moments-work__zoom {
  position: absolute;
  display: inline-block;
  top: 50%;
  right: 0;
  margin: auto;
  transition: opacity 0.2s;
}
.moments-work__zoom:hover {
  opacity: 0.7;
}
.moments-work__zoom img {
  position: absolute;
  width: 100%;
  height: auto;
}
.moments-work__typeA .moments-work__zoom {
  margin: -3.2175032% 3.2175032% 0 0;
  padding-bottom: 6.4350064%;
  width: 6.4350064%;
}
.moments-work__typeB .moments-work__zoom {
  margin: -5.479452% 3.7323037% 0 0;
  padding-bottom: 10.9589041%;
  width: 10.9589041%;
}

@media (max-width:640px) {
  .moments-work__zoom {
    margin: -4.5% 3.90625vw 0 0 !important;
    padding-bottom: 9% !important;
    width: 9% !important;
  }
}


/*========================================

  .moments-camera

========================================*/
.moments-camera {
  display: inline-block;
  margin-top: 25px;
}
.moments-camera__txt {
  display: inline-block;
  vertical-align: middle;
  margin-right: 15px;
  font-size: 16px;
  line-height: 1.0;
  color: #616466;
  text-decoration: none;
}
.moments-camera__txt span {
  color: #3865e4;
}
.moments-camera:hover .moments-camera__txt span {
  text-decoration: underline;
}
.moments-camera__img {
  display: inline-block;
  vertical-align: middle;
  line-height: 0;
  max-width: 86px;
  width: 7.1667vw;
}
.moments-work__typeB .moments-camera__img {
  max-width: 58px;
  width: 4.8333vw;
}
.moments-camera__img img {
  width: 100%;
  height: auto;
}


@media (max-width:960px) {
  .moments-camera {
    margin-top: 2.6vw;
  }
  .moments-camera__txt {
    font-size: 1.666vw;
  }
}
@media (max-width:640px) {
  .moments-camera {
    margin-top: 15px;
  }
  .moments-camera__txt {
    font-size: 3.4vw;
  }
  .moments-camera__img {
    width: 12vw !important;
  }
}


/*========================================

  .moments-globalContest

========================================*/
.moments-globalContest a {
  display: block;
  margin: 8% auto 0;
  width: 70.2%;
  transition: opacity 0.2s;
}
.moments-globalContest a:hover {
  opacity: 0.8;
}
.moments-globalContest img {
  width: 100%;
  height: auto;
}

@media (max-width:640px) {
  .moments-globalContest a {
    margin-top: 12.5vw;
    width: auto;
  }
}


/*========================================

  .moments-insta

========================================*/
.moments-insta a {
  display: block;
  text-align: center;
  margin: 6% auto 0;
  padding: 3.2% 0;
  max-width: 564px;
  background: #fff;
  font-size: 21px;
  font-weight: 700;
  line-height: 1.4;
  color: #000;
  text-decoration: none;
  border-radius: 50px;
}
.moments-insta div {
  transition: opacity 0.2s;
}
.moments-insta span {
  color: #dd0000;
}
.moments-insta a:hover {
  color: #000;
}
.moments-insta a:hover div {
  opacity: 0.7;
}

@media (max-width:960px) {
  .moments-insta a {
    width: 72%;
    font-size: 2.1875vw;
  }
}
@media (max-width:640px) {
  .moments-insta a {
    max-width: initial;
    width: auto;
    font-size: 5vw;
  }
}
