@charset "UTF-8";
@media print, all and (min-width: 751px) {
  .is-hidden_pc {
    display: none;
  }
}
@media print, all and (max-width: 750px) {
  .is-hidden_sp {
    display: none;
  }
}
.album-outline {
  display: flex;
  justify-content: space-between;
  gap: 60px;
}

.album-box {
  flex: 1;
}
.album-box .title-level02 {
  font-size: 137.5%;
  line-height: 1.4;
  margin-bottom: 30px;
}
.album-box .title-level02 a {
  color: #000;
  transition: 0.3s;
}
.album-box .title-level02 a:hover {
  opacity: 0.6;
  transition: 0.3s;
}
.album-box .title-level02.title-taxnomy {
  font-size: 175%;
  line-height: 2;
}
.album-box .album-list > li:not(:last-child) {
  margin-bottom: 80px;
}
.album-box .album-col {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}
.album-box .album-col:not(:last-child) {
  margin-bottom: 80px;
}
.album-box .info-area {
  display: flex;
  gap: 30px;
  margin-bottom: 15px;
}
.album-box .info-area .date {
  display: block;
  font-weight: bold;
  margin-bottom: 5px;
}
.album-box .info-area .cat-box {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
}
.album-box .info-area .cat-box .cat {
  display: inline-block;
}
.album-box .info-area .cat-box .cat a {
  display: inline-block;
  line-height: 1;
  padding: 8px 13px;
  border-radius: 30px;
  color: #fff;
  background-color: #0091af;
  text-decoration: none !important;
  transition: 0.2s;
}
.album-box .info-area .cat-box .cat a:hover {
  transition: 0.2s;
  opacity: 0.6;
}
.album-box .text-box {
  flex: 1;
  line-height: 1.6;
}
.album-box .text-box .title {
  font-weight: bold;
}
.album-box .image-box {
  width: 250px;
  height: 167px;
  line-height: 0;
  margin-bottom: 0;
  text-align: center;
  overflow: hidden;
}
.album-box .image-box img {
  width: 100%;
  object-fit: contain;
}
.album-box .cnt-box img {
  width: 100%;
  max-width: 450px;
  margin: auto;
  display: block;
}

.album-single .title-level02 {
  width: 100%;
  font-size: 175%;
  border-bottom: solid 1px #000;
  margin-bottom: 55px;
}
.album-single .image {
  line-height: 1;
}
.album-single .image img {
  margin-top: 0 !important;
}
.album-single img {
  margin: 40px auto !important;
}
.album-single .info-area .date {
  font-size: 87.5%;
}

.album-subnav {
  width: 200px;
}
.album-subnav .nv-sticky {
  position: sticky;
  top: 20px;
  background-color: var(--paleColor);
  padding-bottom: 25px;
}
.album-subnav .nv-box:not(:last-child) {
  margin-bottom: 50px;
}
.album-subnav .nv-box ul {
  padding-right: 10px;
}
.album-subnav .nv-box li a {
  border-bottom: 0.5px solid #000;
  padding: 20px 25px 20px 0px;
  line-height: 1.5;
  display: block;
  position: relative;
  color: #000;
}
.album-subnav .nv-box li a:after {
  content: "〉";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(0, -50%);
}
.album-subnav .nv-box .nv-title {
  font-weight: bold;
  line-height: 1;
  padding: 0 0 12px;
  font-size: 125%;
  border-bottom: 1px solid #000;
}
.album-subnav .nv-box a {
  text-decoration: none !important;
  transition: 0.2s;
}
.album-subnav .nv-box a:hover {
  opacity: 0.85;
  transition: 0.2s;
}
.album-subnav .current-cat {
  background: rgba(242, 244, 249, 0.75);
}

@media all and (max-width: 750px) {
  .album-outline {
    flex-direction: column;
    gap: 0px;
  }
  .album-box .title-level02 {
    font-size: 112.5%;
    margin-bottom: 15px;
  }
  .album-box .title-level02 a {
    color: #000;
    transition: 0.3s;
  }
  .album-box .title-level02 a:hover {
    opacity: 0.6;
    transition: 0.3s;
  }
  .album-box .title-level02.title-taxnomy {
    font-size: 150%;
  }
  .album-box .info-area {
    flex-direction: column;
    gap: 5px;
    margin-bottom: 15px;
  }
  .album-box .info-area .date {
    margin-bottom: 0;
    font-size: 87.5%;
  }
  .album-box .info-area .cat-box .cat a {
    font-size: 87.5%;
  }
  .album-box .album-list > li:not(:last-child) {
    margin-bottom: 50px;
  }
  .album-box .album-col {
    flex-direction: column;
    align-items: center;
    gap: 20px;
  }
  .album-single .title-level02 {
    width: 100%;
    font-size: 150%;
    border-bottom: solid 1px #000;
    margin-bottom: 20px;
  }
  .album-single .image {
    line-height: 1;
  }
  .album-single .image img {
    margin-top: 0 !important;
  }
  .album-single img {
    margin: 20px auto !important;
  }
  .album-subnav {
    width: auto;
    margin-top: 80px;
  }
  .album-subnav .nv-sticky {
    padding-bottom: 0px;
  }
  .album-subnav .nv-box:not(:last-child) {
    margin-bottom: 35px;
  }
  .album-subnav .nv-box ul {
    padding-right: 0px;
  }
  .album-subnav .nv-box li a {
    padding: 10px;
    padding-right: 25px;
  }
  .album-subnav .nv-box .nv-title {
    padding: 0 0 10px;
    font-size: 112.5%;
  }
}
