@charset "UTF-8";
/*リセット
--------------------------------------------*/
/*フォント
---------------------------------------------*/
/*メディアクエリー
---------------------------------------------*/
/*変数
---------------------------------------------*/
/* コンテンツ
---------------------------------------------*/
html {
  scroll-behavior: smooth;
}
#whim_snapnews {
  margin: 0 auto;
}

.whim_item.wrap {
  margin: 100px auto 100px!important;
}

.click_btn {
  text-align: center;
}

.click_btn a {
  font-size: 18px;
  font-weight: bold;
  color: #000;
  text-decoration: underline;
}

.click_btn p {
  margin-top: 0;
  padding-bottom: 5px;
}

.line {
  height: 35px;
  width: 0.5px;
  background-color: #000;
  margin: 0 auto;
}

.item_flex.click_wrap {
  align-items: center;
  justify-content: space-around!important;
}

.toptitle_wrap {
  text-align: center;
}

.subtitle_wrap {
  text-align: center;
  margin-top: 100px;
}

.subtitle_wrap h3 {
  font-size: 18px;
  font-weight: bold;
}
@media screen and (max-width: 750px) {
  .subtitle_wrap h3 {
    font-size: 16px!important;
    margin-bottom: 0!important;
  }
}

.item_credit {
  text-align: center;
}

.item_credit a {
  color: #000;
}


@media screen and (max-width: 750px) {
  #whim_snapnews .sp_none {
    display: none;
  }
}

@media screen and (min-width: 751px) {
  #whim_snapnews .pc_none {
    display: none;
  }
}

@media screen and (min-width: 751px) {
  #whim_snapnews {
    max-width: 710px;
    width: 100%;
    font-size: 12px;
  }
}

@media screen and (max-width: 750px) {
  #whim_snapnews {
    width: 100%;
    font-size: 11px;
  }
}

#whim_snapnews .whim_read {
  width: 90%;
  margin: 30px auto;
  text-align: center;
}

@media screen and (max-width: 750px) {
  #whim_snapnews .whim_read {
    text-align: left;
  }
}

@media screen and (min-width: 751px) {
  #whim_snapnews .logo {
    width: 24%;
    margin: 80px auto 0;
  }
}

@media screen and (max-width: 750px) {
  #whim_snapnews .logo {
    width: 35%;
    margin: 50px auto 0;
  }
}

@media screen and (min-width: 751px) {
  #whim_snapnews .box {
    padding-bottom: 50px;
  }
}

@media screen and (max-width: 750px) {
  #whim_snapnews .box {
    padding-bottom: 50px;
  }
}

#whim_snapnews .box1, #whim_snapnews .box2, #whim_snapnews .box3, #whim_snapnews .box4, #whim_snapnews .box5 {
  border-bottom: 1px solid #000000;
}

@media screen and (min-width: 751px) {
  #whim_snapnews .whim_item {
    line-height: 19px;
    margin: 100px auto 0;
  }
}

@media screen and (max-width: 750px) {
  #whim_snapnews .whim_item {
    line-height: 19px;
    margin: 80px auto 0;
  }
}

#whim_snapnews .whim_item .main_title {
  font-weight: bold;
  text-align: center;
  padding: 15px 0 0 0;
}

@media screen and (min-width: 751px) {
  #whim_snapnews .whim_item .main_title {
    font-size: 16px;
  }
}

@media screen and (max-width: 750px) {
  #whim_snapnews .whim_item .main_title {
    font-size: 14px;
  }
}

#whim_snapnews .whim_item .info_img {
  margin: 0 auto;
}

@media screen and (min-width: 751px) {
  #whim_snapnews .whim_item .info_img {
    width: 60%;
  }
}

@media screen and (max-width: 750px) {
  #whim_snapnews .whim_item .info_img {
    width: 100%;
  }
}

#whim_snapnews .whim_item .info_detail {
  margin: 0 auto;
  text-align: justify;
}

@media screen and (min-width: 751px) {
  #whim_snapnews .whim_item .info_detail {
    width: 75%;
  }
}

@media screen and (max-width: 750px) {
  #whim_snapnews .whim_item .info_detail {
    width: 90%;
  }
}

#whim_snapnews .whim_item .info_detail .size {
  text-align: center;
  padding: 20px 0;
}

#whim_snapnews .whim_item .info_detail a {
  text-align: center;
  text-decoration: none !important;
  background-color: #8f8f8f;
  color: #fff;
  display: block;
  margin: 20px auto;
}

@media screen and (min-width: 751px) {
  #whim_snapnews .whim_item .info_detail a {
    width: 200px;
    padding: 15px 0px;
  }
}

@media screen and (max-width: 750px) {
  #whim_snapnews .whim_item .info_detail a {
    font-size: 16px;
    width: 60%;
    padding: 10px 0px;
  }
}

#whim_snapnews .whim_item .info_detail img {
  width: 80%;
  max-width: 300px;
  margin: 0 auto;
  display: block;
}

@media screen and (min-width: 751px) {
  #whim_snapnews .whim_item .info_detail img {
    padding-bottom: 15px;
  }
}

@media screen and (max-width: 750px) {
  #whim_snapnews .whim_item .info_detail img {
    padding-bottom: 10px;
  }
}

#whim_snapnews .item_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 auto;
  width: 100%;
}

#whim_snapnews .item_flex .itemin {
  width: 48%;
}

@media screen and (min-width: 751px) {
  #whim_snapnews .item_flex .itemin {
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 750px) {
  #whim_snapnews .item_flex .itemin {
    margin-bottom: 10px;
  }
}

@media screen and (min-width: 751px) {
  #whim_snapnews .item_flex {
    padding-top: 15px;
  }
}

@media screen and (max-width: 750px) {
  #whim_snapnews .item_flex {
    padding-top: 15px;
  }
}

@media screen and (min-width: 751px) {
  #whim_snapnews .credit {
    padding-top: 15px;
  }
}

@media screen and (max-width: 750px) {
  #whim_snapnews .credit {
    padding-top: 5px;
    font-size: 10px;
  }
}

#whim_snapnews .credit .name {
  font-weight: bold;
  border-bottom: 1px solid #000;
  padding-bottom: 5px;
}

#whim_snapnews .credit .detail {
  padding-top: 5px;
}

#whim_snapnews .credit .detail_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding-top: 3px;
}

#whim_snapnews .credit a {
  display: block;
  text-decoration: none !important;
  border: 1px solid #000;
  padding: 5px 10px;
}

#whim_snapnews .code_link {
  text-align: center;
}

@media screen and (min-width: 751px) {
  #whim_snapnews .code_link {
    padding: 20px 0 80px;
  }
}

@media screen and (max-width: 750px) {
  #whim_snapnews .code_link {
    padding: 40px 0;
  }
}

#whim_snapnews .code_link a {
  background-color: #222;
  color: #fff;
  display: block;
  margin: 15px auto 0;
  text-decoration: none;
}

@media screen and (min-width: 751px) {
  #whim_snapnews .code_link a {
    padding: 15px 0;
    width: 450px;
  }
}

@media screen and (max-width: 750px) {
  #whim_snapnews .code_link a {
    padding: 9px 0;
    width: 80%;
  }
}

.staff_box {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-bottom: 50px;
}
@media screen and (max-width: 750px) {
  .staff_box {
    justify-content: center !important;
  }
 }

.staff {
  width: 30%;
}
@media screen and (max-width: 750px) {
 .staff {
  width: 60%;
  }
}

.staff .flexbox {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}


.staff a {
  display: block;
  border: #000 0.5px solid;
  color: #000;
  text-decoration: none;
  text-align: center;
  padding: 1%;
  margin-bottom: 10px;
}

.staff p {
  margin: 0;
}

.staff-img img {
  border-radius: 50%;
}

.staff-dtl p:nth-child(2) {
  font-size: 16px;
}


/* ANIMATION
--------------------------------------*/
/*# sourceMappingURL=style.css.map */