@charset "UTF-8";


/* main */

/* 共通 */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 32px;
  font-weight: normal;
  color: #323232;
  text-align: center;
  margin-bottom: 32px;
}

h1 span,
h2 span,
h3 span,
h4 span,
h5 span,
h6 span {
  font-size: 17px;
  font-weight: normal;
  padding-left: 10px;
}

/* SLIDER */
.SLIDER {
  margin: 0 auto;
  max-width: 100%;
  width: 100%;
}
.SLIDER-img {
  margin: 0 10px;
} 

.SLIDER-img img {
  height: auto;
  width: 100%;
}

.slick-slide img {
  display: block;
  height: auto;
  width: 100%;
}

/* main */
main .read_btn {
  text-align: center;
}

main .read_btn a {
  display: inline-block;
  width: 242px;
  height: 60px;
  border: 1px solid #323232;
  border-radius: 100vh;
  text-align: center;
  padding-top: 20px;
  box-sizing: border-box;
}

main .read_btn a:hover {
  background-color: #323232;
  color: #FFF;
  transition: .4s;
}



/* TOPICS */
main .TOPICS {
  width: 1024px;
  padding-top: 32px;
  margin-bottom: 80px;
}

main .TOPICS h1 {
  margin-bottom: 43px;
}


main .TOPICS ul {
  margin-bottom: 90px;
}

main .TOPICS li {
  width: 330px;
  height: 137px;
}

main .TOPICS li a:hover {
  transition: .4s;
  opacity: .5;
}

main .TOPICS li p {
  font-size: 15px;
  padding-top: 10px;
}




/* NEWS */
main .NEWS {
  background-image: url(../images/top/bg_01.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  padding-top: 64px;
  height: 267px;
}

main .NEWS dl {
  width: 525px;
}

main .NEWS dt {
  float: left;
  clear: both;
  padding-bottom: 20px;
  margin-right: 30px;
}

main .NEWS dd {
  padding-bottom: 20px;
}

main .NEWS dd span {
  padding-right: 15px;
}

main .NEWS dt:last-child {
  padding-bottom: 0;
}

main .NEWS dd:last-child {
  padding-bottom: 0;
}

main .NEWS dd .new_tag {
  color: #d1285c;
}

main .NEWS dd .journal_tag {
  color: #7a5bb9;
}

main .NEWS dd a {
  border-bottom: 1px solid #323232;
}

main .NEWS dd a:hover {
  opacity: .5;
  transition: .4s;
}




/* RANKING */
main .RANKING {
  padding-top: 64px;
  margin-bottom: 80px;
}

/* RANKING_crown */
main .RANKING .item_content .item_box {
  position: relative;
}

main .RANKING .item_content .rank1,
main .RANKING .item_content .rank2,
main .RANKING .item_content .rank3,
main .RANKING .item_content .rank4 {
  position: absolute;
  font-size: 24px;
  text-align: center;
  line-height: 1.2;
}

main .RANKING .item_content .rank1,
main .RANKING .item_content .rank2,
main .RANKING .item_content .rank3 {
  background-repeat: no-repeat;
  width: 47px;
  height: 32px;
}

main .RANKING .item_content .rank4 {
  width: 36px;
  height: 36px;
  line-height: 1.4;
  border-radius: 50%;
  border: 1px solid #000;
}

main .RANKING .item_content .rank1 {
  background-image: url(../images/top/icon_r_crown01.png);
}

main .RANKING .item_content .rank2 {
  background-image: url(../images/top/icon_r_crown02.png);
}

main .RANKING .item_content .rank3 {
  background-image: url(../images/top/icon_r_crown03.png);
}



/* ITEM */

main .ITEM {
  margin-bottom: 80px;
}

main .ITEM h4 {
  margin-bottom: 32px;
}


/* ITEM_nav */
main .ITEM .menu_nav {
  width: 1200px;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  margin-bottom: 32px;
}

main .ITEM .menu_nav .tab-list {
  width: 520px;
}

main .ITEM .menu_nav .tab-list .tab-menu {
  font-weight: 700;
  text-align: center;
  display: inline-block;
  width: 130px;
  height: 64px;
  padding-top: 14px;
  box-sizing: border-box;
  cursor: pointer;
}

main .ITEM .menu_nav .tab-list .tab-menu span {
  display: block;
  font-weight: 100;
  font-size: 12px;
  padding-top: 9px;
}


.current {
  transition: .4s;
  background-color: #aab86d;
  color: #fff;
}

.content-box {
  display: none;
}


/* JOURNAL */
main .JOURNAL {
  background-color: #e5e1d5;
  padding-top: 64px;
}

main .JOURNAL .journal_content {
  width: 1106px;
}

main .JOURNAL .journal_content .journail_title {
  background-image: url(../images/top/journal_bg01.png);
  width: 427px;
  height: 380px;
  background-size: contain;
  background-repeat: no-repeat;
  margin-left: 20px;
  position: relative;
}

main .JOURNAL .journal_content li {
  margin-bottom: 20px;
}

main .JOURNAL .journal_content li:last-child {
  margin-bottom: 0;
}

main .JOURNAL .journal_content .journail_title .journail_bg {
  background-image: url(../images/top/journal_bg02.png);
  width: 471px;
  height: 489px;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: -56px;
  left: -27px;
  z-index: 1;
}

main .JOURNAL .journal_content .journail_title p {
  background-image: url(../images/top/journal_photo_main.png);
  width: 346px;
  height: 338px;
  color: #FFF;
  font-size: 27px;
  padding-top: 133px;
  padding-left: 26px;
  line-height: 1.5;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 79px;
  left: 56px;
  z-index: 2;
}


.journal_content ul {
  width: 570px;
  height: 380px;
  margin-right: 40px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 80px;
}

main .JOURNAL .journal_content li img {
  border: 1px solid #FFF;
}

main .JOURNAL .journal_content li p {
  line-height: 1.2;
  padding-top: 10px;
}

main .JOURNAL .journal_content a:hover{
  opacity: .5;
  transition: .4s;
}



/* --- スマホ0~640pxまで --- */
@media screen and (max-width:640px) {


  /* テンプレートを書く */
  .inner {
    width: auto;
  }

  img {
    width: 100%;
    /*max-width: 100%;*/
    height: auto;
  }

  /* 段組みの解除 */
  .ds_f {
    flex-direction: column;
  }

  .jc_sb {
    justify-content: flex-start;
  }

  /* 余白を調整、細かいところの調整 */


  /* SLIDER */
.SLIDER {
  margin: 0 auto;
  max-width: 100%;
  width: 100%;
}
.SLIDER-img {
  margin: 0 10px;
} 

.SLIDER-img img {
  height: auto;
  width: 100%;
}

.slick-slide img {
  display: block;
  height: auto;
  width: 100%;
}


  /* TOPICS */
  main .TOPICS {
    width: 100%;
    padding-top: 6px;
  }

  main .TOPICS ul {
    width: 330px;
    margin: 0 auto;
    margin-bottom: 80px;
  }

  main .TOPICS li {
    margin-bottom: 65px;
  }

  main .TOPICS li:last-child {
    margin-bottom: 0;
  }


  /* NEWS */
  main .NEWS {
    padding-top: 45px;
    height: 335px;
  }

  main .NEWS dl {
    width: 100%;
    padding: 0 20px;
    box-sizing: border-box;
  }

  main .NEWS dt {
    float: none;
    clear: both;
    padding-bottom: 7px;
    margin-right: 0;
  }

  /* RANKING */
  main .RANKING {
    margin-bottom: 0;
  }



  /* ITEM_nav */
  main .ITEM .menu_nav {
    width: 100%;
  }

  main .ITEM .menu_nav .tab-list {
    width: 100%;
  }

  main .ITEM .menu_nav .tab-list .tab-menu {
    width: 100%;
  }

  main .item_content {
    width: 100%;
    margin-bottom: 68px;
  }

  /* JOURNAL */
  main .JOURNAL {
    padding: 37px 20px 40px 20px;
  }

  main .JOURNAL .journal_content {
    width: 100%;
  }

  main .JOURNAL .journal_content .journail_title {
    width: 375px;
    height: 380px;
    margin-left: 0;
  }

  main .JOURNAL .journal_content .journail_title .journail_bg {
    width: 380px;
    height: 489px;
    top: -25px;
    left: -12px;
  }

  main .JOURNAL .journal_content .journail_title p {
    width: 307px;
    height: 338px;
    padding-top: 110px;
    top: 43px;
    left: 34px;
  }

  /* _::-webkit-full-page-media, _:future, :root クラス名 {
    スタイル名
  } */

  .journal_content ul {
    width: 100%;
    height: auto;
    margin-right: 40px;
    justify-content: space-between;
    margin-bottom: 0px;
    flex-wrap: nowrap;
    flex-direction: column;
  }

  main .JOURNAL .journal_content li p {
    padding-top: 2px;
  }


}