@charset "utf-8";

/** ***************************************************************************
 * 共用
 * ************************************************************************* */

html {
  height: 100%;
}

body {
  height: 100%;
  padding-top: 0 !important;
}

#main {
  padding-bottom: 50px;
  font-family: 'NotoSerifCJKjp';
  font-weight: 400;
}

/* :::::::: ブレイクポイント :::::::: */

@media print, screen and (min-width:737px) {

  #main {
    padding-bottom: 100px;
    letter-spacing: 1px;
    line-height: 1.8;
    font-size: 16px;
  }

}

/** ***************************************************************************
 * セクショニング
 */

#main .section ~ .section {
  padding-top: 50px;
}

#main .column ~ .column {
  margin-top: 40px;
}

/* :::::::: ブレイクポイント :::::::: */

@media print, screen and (min-width:737px) {

  #main .section ~ .section {
    padding-top: 120px;
  }

  #main .column ~ .column {
    margin-top: 100px;
  }

}

/** ***************************************************************************
 * ビジュアル
 * ************************************************************************* */

#visual {
  height: 100%;
  letter-spacing: 1px;
  font-family: 'NotoSerifCJKjp';
  font-weight: 400;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: flex-start;
}

/* :::::::: ブレイクポイント :::::::: */

@media print, screen and (min-width:737px) {

  #visual {
    letter-spacing: 2px;
    font-size: 16px;
  }

}

/** ***************************************************************************
 * 画像
 */

#visual div.visual {
  height: 69.6%;
  background-image: url(../image/column/visual-indx-sp.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  position: relative;
  z-index: 1;
  transition:
    transform 0.6s ease-in-out 0.0s,
    filter 0.8s ease-in-out 1.0s;
  transform: scale(1.1);
  filter: contrast(150%) brightness(120%);
}

body.loaded
#visual div.visual {
  transform: scale(1.0);
  filter: contrast(100%) brightness(100%);
}

#visual div.visual::before {
  content: '';
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 1.0);
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
}

#visual div.visual::after {
  content: '';
  width: 100%;
  height: 100%;
  background-position: top left;
  background-repeat: repeat;
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
}

#visual div.visual .title {
  width: 60%;
  max-width: 377px;
  position: relative;
  z-index: 3;
}

/* :::::::: ブレイクポイント :::::::: */

@media print, screen and (min-width:737px) {

  #visual div.visual {
    height: 65.87%;
    background-image: url(../image/column/visual-indx-pc.jpg);
  }

  #visual div.visual .title {
    width: 29%;
    max-width: 377px;
  }

}

/** ***************************************************************************
 * テキスト
 */

#visual div.content {
  height: 30.4%;
  padding: 15px;
  line-height: 2;
  text-align: center;
  background-color: rgba(255, 255, 255, 1.0);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 2;
}

#visual div.content .title {
  line-height: 2;
  font-size: 1.125em;
}

/* :::::::: ブレイクポイント :::::::: */

@media print, screen and (min-width:737px) {

  #visual div.content {
    height: 34.13%;
    padding: 20px;
    line-height: 2.5;
  }

  #visual div.content .title {
    font-size: 1.5em;
  }

}

/** ***************************************************************************
 * 記事一覧
 * ************************************************************************* */

#article div.body {
  max-width: none;
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 70px;
  position: relative;
}

#article div.item {
  margin-left: 2vw;
  margin-right: 2vw;
}

#article div.item a {
  color: inherit;
  text-decoration: none;
  display: block;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (min-width:737px) {

  #article div.body {
    padding-bottom: 100px;
  }

  #article div.item {
    width: 550px;
    margin-left: 20px;
    margin-right: 20px;
  }

}

/** ===========================================================================
 * 画像
 */

#article div.item div.image {
  border-radius: 14px;
  overflow: hidden;
  position: relative;
  z-index: 1;
}

#article div.item div.image::after {
  content: '';
  width: 80px;
  height: 80px;
  border-radius: 100px;
  background: #fff;
  position: absolute;
  z-index: 1;
  left: 10%;
  bottom: 10%;
  transition: transform 0.15s ease-in-out 0.0s;
  transform: scale(0.14);
}

#article div.item a:hover div.image::after {
  background: #fff url("../image/_common/icon-arrow-4.png") center center / 10px 12px no-repeat;
  transform: scale(1);
}

/** ===========================================================================
 * 内容
 */

#article div.item div.content {
  padding-left: 1em;
  padding-right: 1em;
  color: #666;
  transition:
    visibility 0.0s ease-in-out 3.0s,
    opacity 0.3s ease-in-out 0.0s,
    margin-top 0.0s ease-in-out 3.0s;
  visibility: hidden;
  opacity: 0;
  margin-top: 60px;
}

#article div.item.slick-center div.content {
  transition:
    visibility 1.0s ease-in-out 0.8s,
    opacity 1.0s ease-in-out 0.8s,
    margin-top 0.6s ease-in-out 0.8s;
  visibility: visible;
  opacity: 1;
  margin-top: 30px;
}

#article div.item div.content .title {
  color: #000;
  font-family: 'NotoSerifCJKjp', serif;
  font-size: 1.125em;
}

#article div.item a[href]:hover div.content .title span {
  background: linear-gradient(to bottom, #eadfd6, #eadfd6);
}

/** ===========================================================================
 * ページャー
 */

#article div.pager {
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 20px;
}

#article div.pager ul,
#article div.pager ul li {
  margin: 0;
  padding: 0;
  list-style: none;
}

#article div.pager ul {
  display: flex;
  align-items: center;
  justify-content: center;
}

#article div.pager ul li {
  width: 12px;
  height: 12px;
  margin: 5px 8px;
  cursor: pointer;
  border-radius: 100px;
  background-color: #aaa;
}

#article div.pager ul li.slick-active {
  background-color: #000;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (min-width:737px) {

  #article div.pager {
    bottom: 50px;
  }

}

/** ===========================================================================
 * 前へ / 次へ 領域
 */

#article div.arrow {
  width: 8.36vw;
  height: 74.73vw;
  cursor: pointer;
  position: absolute;
  z-index: 2;
  top: 0;
}

#article div.arrow.prev {
  left: 0;
}

#article div.arrow.next {
  right: 0;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (min-width:737px) {

  #article div.arrow {
    width: calc(50% - 315px);
    height: 550px;
  }

}

/** ===========================================================================
 * 前へ / 次へ 矢印
 */

#article div.button {
  padding: 10px 20px;
  cursor: pointer;
  position: absolute;
  z-index: 2;
  top: 82.857vw;
}

#article div.button.prev {
  left: calc(50% - 38.57vw - 45px);
}

#article div.button.next {
  left: calc(50% + 38.57vw - 15px);
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (min-width:737px) {

  #article div.button {
    top: 600px;
  }

  #article div.button.prev {
    left: calc(50% - 325px);
  }

  #article div.button.next {
    left: calc(50% + 265px);
  }

}

/** ***************************************************************************
 * News & Information
 * ************************************************************************* */

/** ===========================================================================
 * タイトル
 */

#news .section-title {
  margin-bottom: 20px;
  padding-left: 5%;
  padding-right: 5%;
  text-align: center;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (min-width:737px) {

  #news {
    padding-top: 0 !important;
  }

}

/** ===========================================================================
 * 一覧
 */

#news div.news dl.list,
#news div.news dl.list dt,
#news div.news dl.list dd {
  margin: 0;
  padding: 0;
}

#news div.news div.item {
  padding: 2em 0;
}

#news div.news div.item ~ div.item {
  border-top: 1px dotted #aaa;
}

#news div.news div.item a {
  color: inherit;
  text-decoration: none;
  display: block;
}

#news div.news dl.list {
  letter-spacing: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (min-width:737px) {

  #news div.news {
    max-width: none;
    margin-left: -15px;
    margin-right: -15px;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    justify-content: flex-start;
  }

  #news div.news div.item {
    width: calc(100% / 3 - 30px);
    margin-left: 15px;
    margin-right: 15px;
    padding: 3em 0;
    border-bottom: 1px dotted #aaa;
  }

  #news div.news div.item ~ div.item {
    border-top: none;
  }

}

/** ---------------------------------------------------------------------------
 * タイトル
 */

#news div.news dl.list dt {
  margin-left: 5%;
  margin-right: 5%;
  color: #000;
  font-family: 'NotoSerifCJKjp', serif;
  font-size: 1.125em;
  text-align: center;
  order: 2;
}

#news div.news a:hover dl.list dt span {
  background: linear-gradient(to bottom, #eadfd6, #eadfd6);
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (min-width:737px) {

  #news div.news dl.list dt {
    margin-left: 0;
    margin-right: 0;
  }

}

/** ---------------------------------------------------------------------------
 * 画像
 */

#news div.news dl.list dd.image {
  max-width: 350px;
  margin-left: 10%;
  margin-right: 10%;
  margin-bottom: 20px;
  text-align: center;
  border-radius: 14px;
  overflow: hidden;
  order: 1;
  position: relative;
  z-index: 1;
}

#news div.news div.new dl.list dd.image::before {
  content: '';
  width: 60px;
  height: 60px;
  background: url("../../_image/column/icon-new.png") no-repeat;
  background-size: 100% 100%;
  position: absolute;
  z-index: 2;
  top: 0;
  right: 0;
}

#news div.news dl.list dd.image::after {
  content: '';
  width: 80px;
  height: 80px;
  border-radius: 100px;
  background: #fff;
  position: absolute;
  z-index: 1;
  left: calc(50% - 40px);
  bottom: calc(50% - 40px);
  transition: transform 0.15s ease-in-out 0.0s;
  transform: scale(0.14);
}

#news div.news a:hover dl.list dd.image::after {
  background: #fff url("../image/_common/icon-arrow-4.png") center center / 10px 12px no-repeat;
  transform: scale(1);
}

#news div.news dl.list dd.image img {
  border-radius: 14px;
  overflow: hidden;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (min-width:737px) {

  #news div.news dl.list dd.image {
    margin-left: 0;
    margin-right: 0;
  }

}

/** ---------------------------------------------------------------------------
 * テキスト
 */

#news div.news dl.list dd.text {
  margin-bottom: 20px;
  order: 3;
}
