/*
Theme Name : oaspa
*/
@import url("service.css");

/* 
FV
=================================== */
.fv {
  padding: 130px 0px 80px;
  background: linear-gradient(transparent 65.5%, #f3f3f3 65.5%);
  position: relative;
}

.fv__inner {
  display: flex;
  /*align-items: center;*/
  box-sizing: border-box;
  max-width: 1200px;
  margin: 0 auto;
}

/*fvテキストエリア*/
.fv__text {
  width: 25%;
  box-sizing: border-box;
  margin-top: 86px;
  margin-right: 8.3%;
  font-family: yu-mincho-pr6n, "游明朝体", "Yu Mincho", YuMincho,
    "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-weight: 400;
  font-style: normal;
}

.fv__title {
  margin-bottom: 13.333%;
  padding-bottom: 10px;
  border-bottom: 1px solid #000;
  font-size: 41px;
  line-height: 1.5;
  letter-spacing: 0.04em;
}

.fv__sub-title01 {
  margin-bottom: 8px;
  font-size: 14px;
  letter-spacing: 0.12em;
}

.fv__sub-title02 {
  margin-bottom: 13.333%;
  font-size: 22px;
  letter-spacing: 0.1em;
}

.fv__link {
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体",
    "ヒラギノ角ゴシック", "Hiragino Sans", "メイリオ", sans-serif;
}

.fv__link a:first-child {
  margin-bottom: 20px;
}

/*fvイメージエリア*/
.fv__img {
  width: 66.7%;
  overflow: hidden;
  box-sizing: border-box;
}

.fv__img img {
  width: 100%;
  overflow: hidden;
}

@media screen and (max-width: 1280px) {
  .fv__inner {
    padding-left: 20px;
    padding-right: 20px;
  }

  .fv__title {
    font-size: 39px;
  }
}

@media screen and (max-width: 1200px) {
  .fv__inner {
    align-items: center;
    padding-left: 20px;
    padding-right: 20px;
  }

  .fv__text {
    width: 28.3%;
    margin-right: 5%;
    margin-top: 0;
  }

  .fv__img {
    width: 66.7%;
  }

  .fv__title {
    font-size: 3.7vw;
    line-height: 1.5;
  }
}

@media screen and (max-width: 960px) {
  .fv__sub-title02 {
    font-size: 18px;
  }
}

@media screen and (max-width: 830px) {
  .fv__title {
    font-size: 3.6vw;
  }
}

@media screen and (max-width: 768px) {

  /*ヘッダー上部SPメニュー50px分を加える*/
  .fv {
    padding: 188px 0px 0px;
    background: linear-gradient(transparent 0%,
        transparent 47%,
        #f3f3f3 47%,
        #f3f3f3 90%,
        transparent 90%);
  }

  .fv__inner {
    flex-direction: column;
    padding-left: 0;
    padding-right: 0;
  }

  .fv__text-inner {
    max-width: 400px;
    margin: 0 auto;
  }

  .fv__text {
    width: 100%;
    margin-right: 0;
    padding-left: 40px;
    padding-right: 40px;
    text-align: center;
  }

  .fv__img {
    width: 100%;
    padding: 0px 20px;
  }

  .fv__title {
    font-size: 50px;
    margin-bottom: 30px;
  }

  .fv__sub-title02 {
    margin-bottom: 30px;
    font-size: 16px;
    letter-spacing: 0.1em;
  }

  .fv__sub-title02 {
    margin-bottom: 30px;
    font-size: 25px;
    letter-spacing: 0.1em;
  }

  .fv__link {
    max-width: 500px;
    margin: 0 auto 20px;
    display: flex;
    justify-content: space-between;
  }

  .fv__link a:first-child {
    margin-bottom: 0;
  }
}

@media screen and (max-width: 700px) {
  .fv {
    padding: 162px 0px 0px;
    background: linear-gradient(transparent 0%,
        transparent 48%,
        #f3f3f3 48%,
        #f3f3f3 90%,
        transparent 90%);
  }
}

@media screen and (max-width: 600px) {
  .fv {
    background: linear-gradient(transparent 0%,
        transparent 51%,
        #f3f3f3 51%,
        #f3f3f3 90%,
        transparent 90%);
  }
}

@media screen and (max-width: 500px) {
  .fv__link {
    flex-direction: column;
  }

  .fv__link a:first-child {
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 480px) {
  .fv__title {
    font-size: 50px;
  }
}

@media screen and (max-width: 450px) {
  .fv__title {
    font-size: 45px;
  }
}

@media screen and (max-width: 420px) {
  .fv {
    /*background: linear-gradient(transparent 0%,
                transparent 49%,
                #f3f3f3 49%,
                #f3f3f3 90%,
                transparent 90%);*/
  }

  .fv-inner {
    flex-direction: column;
    padding: 20px;
  }

  .fv__text-inner {
    padding: 0px 40px;
  }

  .fv__link {
    padding: 0px 20px;
  }

  .fv__title {
    font-size: 30px;
  }

  .fv__text {
    margin-right: 0;
  }

  .fv__sub-title02 {
    font-size: 20px;
  }

  .fv__link a:first-child {
    margin-bottom: 15px;
  }
}

@media screen and (max-width: 380px) {
  .fv__text-inner {
    padding: 0px 40px;
  }

  .fv__link {
    padding: 0px 20px;
  }

  .fv__title {
    font-size: 28px;
  }

  .fv__sub-title01 {
    font-size: 14px;
  }

  .fv__sub-title02 {
    font-size: 18px;
    letter-spacing: 0.1em;
  }

  .fv__text {
    margin-right: 0;
  }

  .fv__link a:first-child {
    margin-bottom: 15px;
  }
}

@media screen and (max-width: 375px) {
  .fv {
    background: linear-gradient(transparent 0%,
        transparent 52%,
        #f3f3f3 52%,
        #f3f3f3 90%,
        transparent 90%);
  }

  .fv__text-inner {
    padding: 0px 45px;
  }

  .fv__link {
    padding: 0px 16px;
    margin-bottom: 20px;
  }

  .fv__title {
    margin-bottom: 25px;
    padding-bottom: 20px;
    font-size: 25px;
  }

  .fv__img {
    /*height: 165px;*/
  }

  .fv__sub-title01 {
    margin-bottom: 12px;
    font-size: 11px;
    letter-spacing: 0.12em;
  }

  .fv__sub-title02 {
    margin-bottom: 27px;
    font-size: 15px;
    letter-spacing: 0.1em;
  }
}

@media screen and (max-width: 374px) {
  .fv__text {
    padding-left: 20px;
    padding-right: 20px;
  }
}

/* スライダー(swiper)
==============================　*/
.swiper-wrap {
  position: relative;
  max-width: 800px;
  margin: 0 auto;
  overflow: hidden;
}

.swiper-wrap:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  z-index: 1;
  width: 98%;
  height: 97%;
  border: 1px solid #fff;
}

.swiper-container-fade .swiper-slide {
  overflow: hidden;
}

.slide-img {
  width: 100%;
  height: auto;
  overflow: hidden;
}

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

@keyframes zoomUp {
  0% {
    transform: scale(1);
  }

  100% {
    transform: scale(1.15);
  }
}

.swiper-slide-active .slide-img,
.swiper-slide-duplicate-active .slide-img,
.swiper-slide-prev .slide-img {
  animation: zoomUp 10s linear 0s 1 normal both;
}

@media screen and (max-width: 420px) {
  .slide-img img {
    object-fit: cover;
    font-family: "object-fit: cover;";
    height: auto;
  }
}

/*ディスプレイ大きい場合のFVデザイン調整*/
@media screen and (min-width: 1500px) {
  .fv {
    background: transparent;
  }

  .fv__inner {
    align-items: center;
    max-width: none;
    width: 90%;
    padding: 0px;
    justify-content: center;
  }

  .fv__text {
    width: 300px;
    margin-right: 100px;
    margin-top: 0;
  }

  .fv__title,
  .fv__sub-title02 {
    margin-bottom: 10%;
  }

  .fv__img {}

  .swiper-wrap {
    max-width: none;
  }

  .fv-bg {
    position: absolute;
    top: 62%;
    width: 100%;
    z-index: -1;
    height: 22vw;
    background-color: #f3f3f3;
  }
}

/* 
FVボトム
=================================== */
.fv-bottom {
  padding: 120px 0;
}

.fv-bottom__inner {
  max-width: 1200px;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
}


/* ===================================
FV下
=================================== */
.ts-box {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: 0 -30px;
  box-sizing: border-box;
  letter-spacing: 0.05em;
}

.ts-box__item {
  width: 50%;
  padding: 0 30px;
  box-sizing: border-box;
}

.ts-box__item img {
  display: block;
  width: 100%;
}

.ts-box__ttl {
  margin-bottom: 30px;
  font-size: 30px;
  line-height: 1.4;
}

.ts-box__txt {
  margin-bottom: 1em;
  font-size: 18px;
  line-height: 2.222;
}

.ts-box__txt:last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 1240px) {
  .ts-box {
    margin: 0 -20px;
  }

  .ts-box__item {
    width: 50%;
    padding: 0 20px;
  }

  .ts-box__ttl {
    margin-bottom: 20px;
    font-size: 26px;
  }

  .ts-box__txt {
    font-size: 16px;
  }
}

@media screen and (max-width: 768px) {
  .fv-bottom {
    padding: 60px 0;
  }

  .ts-box {
    margin: 0 -20px;
  }

  .ts-box__item {
    width: 100%;
    padding: 0 20px;
  }

  .ts-box__item.image {
    margin-bottom: 0px;
    order: 2;
  }

  .ts-box__item.txt {
    margin-bottom: 40px;
    order: 1;
    text-align: left;
  }

  .ts-box__ttl {
    margin-bottom: 20px;
    font-size: 26px;
  }

  .ts-box__txt {
    font-size: 16px;
  }
}

@media screen and (max-width: 600px) {
  .ts-box__item.txt {
    margin-bottom: 30px;
  }

  .ts-box__ttl {
    font-size: 22px;
  }

  .ts-box__txt {
    font-size: 14px;
    line-height: 1.714;
  }
}



.lineup-ttl {
  margin-bottom: 15px;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}

.section-lineup {
  position: relative;
}

.section-lineup .inner {
  overflow: hidden;
}

/* .section-lineup .inner {
  width: 80%;
  margin: 0 auto;
  padding-left: 4rem;
  padding-right: 4rem;
} */

.section-lineup .lineup {
  position: relative;
}

.lineup-carousel .slick-list:active {
  cursor: grabbing;
}

.lineup-carousel .slick-track {
  display: flex;
}

.lineup-carousel__item {
  height: auto !important;
  min-height: 315px;
}


.lineup-carousel__item a {
  display: block;
  height: 100%;
  margin-right: 10px;
  border: 1px solid #dadce0;
  border-radius: 8px;
  transition: opacity 0.5s;
  box-sizing: border-box;
}

.lineup-carousel__item a:active {
  cursor: grabbing;
}

.lineup-carousel__item a:hover {
  opacity: 0.5;
}

.lineup-carousel img {
  display: block;
  width: 100%;
  height: 8vw;
  object-fit: cover;
  font-family: "object-fit: cover;";
  border-radius: 8px 8px 0 0;
}

.lineup-carousel p {
  padding: 15px;
  font-size: 14px;
  line-height: 1.714;
}

.section-lineup .slick-list {
  overflow: visible;
}

.section-lineup .slick-nav-arrows {
  position: absolute;
  bottom: -30px;
  right: 0%;
}

.section-lineup .slick-arrow {
  display: inline-flex;
  width: 48px;
  height: 48px;
  align-items: center;
  justify-content: center;
}

.section-lineup .slick-next {
  right: 0;
}

.section-lineup .slick-prev {
  left: -100px;
}

.section-lineup .slick-next:before,
.section-lineup .slick-prev:before {
  color: #cdae64;
  font-size: 36px;
  transition: 0.5s;
}

@media screen and (max-width: 1024px) {

  .lineup-carousel img {
    height: 12vw;
  }

  .lineup-carousel__item a:hover {
    opacity: 1;
  }
}


@media screen and (min-width: 769px) {}


@media screen and (max-width: 768px) {

  .lineup-carousel img {
    height: 25vw;
  }
}

@media screen and (max-width: 600px) {
  .lineup-ttl {
    font-size: 14px;
  }

  .lineup-carousel img {
    height: 40vw;
  }
}

@media screen and (max-width: 374px) {
  .lineup-ttl {
    font-size: 12px;
    letter-spacing: 0;
  }
}

/* ===================================
TOPIC
=================================== */

.topic {
  padding: 100px 0;
  box-sizing: border-box;
}

.topic__inner {
  max-width: 980px;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
}

.headline-title--topic span {
  left: 49.5%;
  letter-spacing: -0.1em;
}

.topic-list {
  display: flex;
  margin-left: -20px;
  margin-right: -20px;
  box-sizing: border-box;
}

.topic-left {
  width: 50%;
  position: relative;
  /*margin-right: 4.2%;*/
  padding-left: 20px;
  padding-right: 20px;
  box-sizing: border-box;
}

.thumbnail-link {
  position: relative;
  transition: 0.5s;
}

.thumbnail-link:hover {
  opacity: 0.5;
}

.topic-link {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: 0.5s;
}

.topic-left img {
  display: block;
  width: 470px;
  height: 340px;
  object-fit: cover;
  font-family: "object-fit: cover;";
}

.topic-right {
  width: 50%;
  padding-left: 20px;
  padding-right: 20px;
  box-sizing: border-box;
}

.other-list {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  margin-left: -20px;
  margin-right: -20px;
  box-sizing: border-box;
}

.other-list__item {
  width: 50%;
  min-height: 209px;
  padding-left: 20px;
  padding-right: 20px;
  box-sizing: border-box;
}

.other-list__item:nth-child(odd) {
  padding-right: 10px;
}

.other-list__item:nth-child(even) {
  padding-left: 10px;
}

.other-list__item:nth-child(1),
.other-list__item:nth-child(2) {
  margin-bottom: 12px;
}

.other-list__item img {
  display: block;
  width: 225px;
  height: 120px;
  object-fit: cover;
  font-family: "object-fit: cover;";
}

.news-content {
  font-weight: bold;
}

/*テキスト*/
.topic-left .news-content {
  padding: 10px 0px;
  font-size: 16px;
  line-height: 1.4;
}

.topic-right .news-content {
  padding: 10px 0px 5px;
  font-size: 14px;
  line-height: 1.4;
  letter-spacing: 0.01em;
}

/*カテゴリー*/
.news-cat {
  color: #cdae64;
  font-weight: 700;
  line-height: 1;
}

.topic-left .news-cat {
  font-size: 12px;
}

.topic-right .news-cat {
  font-size: 10px;
}

/*カテゴリーをスラッシュで区切る*/
.meta__cat {
  display: inline-block;
  margin-right: 2px;
  margin-bottom: 5px;
  line-height: 1.1;
  letter-spacing: 0.1em;
}

.meta__cat:after {
  content: " / ";
  color: #aaa;
}

.news-cat .meta__cat:last-child:after {
  content: none;
}

@media screen and (max-width: 1024px) {
  .topic-list {
    flex-direction: column;
  }

  .topic__inner {
    padding-left: 20px;
    padding-right: 20px;
  }

  .topic-list {
    margin-left: -20px;
    margin-right: -20px;
  }

  .topic-left {
    width: 100%;
    margin-bottom: 30px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .topic-left img {
    width: 100%;
    height: 340px;
  }

  .other-list__item img {
    width: 100%;
    height: 200px;
  }

  .topic-right {
    width: 100%;
  }

  .other-list__item {
    width: 50%;
    margin-bottom: 30px;
    padding-left: 20px;
    padding-right: 20px;
    box-sizing: border-box;
  }

  .other-list__item:nth-child(1),
  .other-list__item:nth-child(2) {
    margin-bottom: 30px;
  }

  .other-list__item:nth-child(odd) {
    padding-right: 20px;
  }

  .other-list__item:nth-child(even) {
    padding-left: 20px;
  }
}

@media screen and (max-width: 768px) {
  .topic-list {
    flex-direction: column;
  }

  .topic-left {
    margin-bottom: 30px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .topic-right .news-content {
    padding: 10px 0px;
  }

  .other-list__item {
    width: 50%;
    min-height: auto;
    padding-left: 20px;
    padding-right: 20px;
    box-sizing: border-box;
  }

  /*トピック上段のみmargin-bottom*/
  .other-list__item:nth-child(1),
  .other-list__item:nth-child(2) {
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 600px) {
  .topic {
    padding: 60px 0;
  }

  .topic-left {
    width: 100%;
    margin-bottom: 20px;
  }

  .topic-left img {
    height: 250px;
  }

  .other-list {
    flex-direction: column;
  }

  .other-list__item {
    width: 100%;
    margin-bottom: 30px;
  }

  .other-list__item:nth-child(1),
  .other-list__item:nth-child(2) {
    margin-bottom: 30px;
  }

  .other-list__item img {
    display: block;
    width: 180px;
    height: 100px;
    margin-right: 10px;
    object-fit: cover;
  }

  .thumbnail-link--other {
    display: flex;
  }
}

@media screen and (max-width: 500px) {
  .other-list__item img {
    width: 150px;
  }
}

@media screen and (max-width: 420px) {
  .topic-left {
    margin-bottom: 25px;
  }

  .topic-left img {
    height: 170px;
  }

  .other-list__item img {
    display: block;
    width: 90px;
    height: 90px;
    margin-right: 10px;
    object-fit: cover;
    font-family: "object-fit: cover;";
  }
}

@media screen and (max-width: 375px) {
  .topic {
    padding: 57px 0 75px;
  }
}

@media screen and (max-width: 374px) {
  .topic-left {
    padding-left: 20px;
    padding-right: 20px;
  }

  .other-list__item {
    padding-left: 20px;
    padding-right: 20px;
  }

  .other-list__item:nth-child(even) {
    padding-left: 20px;
  }
}

/* INFOMATION
==============================　*/
.info {
  padding: 46px 0px;
}

.info__inner {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
}

.info-list-wrap {
  box-sizing: border-box;
  padding: 52px 110px 97px;
  background-color: #f3f3f3;
}

.info-list__item {
  border-bottom: 1px solid #bababa;
  letter-spacing: 0.03em;
}

/*全体リンクの場合使用*/
.info-list__item a {
  display: block;
  padding: 23px 0;
  line-height: 1.5;
  transition: 0.5s;
  font-size: 14px;
}

.info-list__item a:hover {
  opacity: 0.5;
}

.info-list__item span {
  display: table-cell;
}

.info-list__time {
  padding-right: 60px;
}

@media screen and (max-width: 996px) {
  .info__inner {
    padding-left: 40px;
    padding-right: 40px;
  }

  .info-list-wrap {
    box-sizing: border-box;
    padding: 60px 40px;
    background-color: #f3f3f3;
  }
}

@media screen and (max-width: 768px) {
  .info__inner {
    padding-left: 20px;
    padding-right: 20px;
  }

  .info-list-wrap {
    padding: 40px 20px 60px;
  }

  .info-list__item a {
    display: block;
    padding: 20px 0;
    font-size: 14px;
  }
}

@media screen and (max-width: 600px) {
  .info {
    padding: 50px 0px;
  }

  .info-list__time {
    padding-right: 20px;
  }
}

@media screen and (max-width: 375px) {
  .info {
    padding: 0px 0px 85px;
  }
}

@media screen and (max-width: 420px) {
  .info__inner {
    padding-left: 20px;
    padding-right: 20px;
  }

  .info-list-wrap {
    padding: 20px 20px 35px;
  }

  .info-list__item a {
    padding: 15px 0;
    font-size: 11px;
  }
}

@media screen and (max-width: 375px) {
  .info__inner {
    padding-left: 20px;
    padding-right: 20px;
  }

  .info-list-wrap {
    padding: 30px 20px 60px;
  }

  .info-list__item a {
    padding: 9px 0;
    font-size: 11px;
    line-height: 1.63;
  }
}

/* OUR SALON
==============================　*/
.salon {
  padding: 100px 0 50px;
  box-sizing: border-box;
}

.salon__inner {
  max-width: 1200px;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
}

.salon-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.salon-list__item {
  position: relative;
  max-width: 370px;
  box-sizing: border-box;
  margin-bottom: 45px;
}

.salon-list__link {
  display: block;
  transition: 0.5s;
}

.salon-list__link:hover {
  opacity: 0.5;
}

/*
.salon-list__item a {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: .5s;
}*/

.salon-list__item img {
  display: block;
  width: 100%;
  height: auto;
}

.salon-list__item:last-child {
  margin-right: 0;
}

.salon-list__thumbnail {
  width: 370px;
  height: 200px;
}

.salon-list__thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  font-family: "object-fit: cover;";
}

.salon-list__title-wrap {
  position: relative;
}

.salon-list__title {
  display: inline-block;
  position: absolute;
  top: -18px;
  left: 20px;
  padding: 15px 20px;
  background-color: #ffffff;
  font-size: 14px;
  letter-spacing: 0.03em;
}

@media screen and (max-width: 1280px) {
  .salon-list {
    justify-content: space-between;
  }

  .salon-list__item {
    max-width: 100%;
    width: calc((100% - 30px) / 3);
  }

  .salon-list__thumbnail {
    width: 100%;
  }
}

@media screen and (max-width: 1024px) {
  .salon-list {
    justify-content: space-between;
  }

  .salon-list__item {
    max-width: 100%;
    width: calc((100% - 30px) / 3);
  }

  .salon-list__thumbnail {
    width: 100%;
  }
}

@media screen and (max-width: 996px) {
  .salon__inner {
    padding-left: 40px;
    padding-right: 40px;
  }

  .salon-list__item {
    max-width: 100%;
    width: calc((100% - 30px) / 2);
  }

  .salon-list__thumbnail {
    width: 100%;
    height: 170px;
  }
}

@media screen and (max-width: 768px) {
  .salon__inner {
    padding-left: 20px;
    padding-right: 20px;
  }

  .salon-list {
    flex-direction: column;
  }

  .salon-list__item {
    width: 100%;
  }

  .salon-list__thumbnail {
    width: 100%;
    height: 340px;
  }
}

@media screen and (max-width: 600px) {
  .salon {
    padding: 60px 0 30px;
  }

  .salon-list__thumbnail {
    width: 100%;
    height: 300px;
  }
}

@media screen and (max-width: 500px) {
  .salon-list__thumbnail {
    height: 200px;
  }
}

@media screen and (max-width: 420px) {
  .salon-list__thumbnail {
    width: 100%;
    height: 170px;
  }

  .salon-list__item {
    margin-bottom: 40px;
  }

  .salon-list__item:last-child {
    margin-bottom: 45px;
  }

  .salon-list__title {
    font-size: 11px;
    padding: 10px 15px;
  }
}

@media screen and (max-width: 375px) {}


/* 
アーカイブリスト
=================================== */
.archive-list {
  display: flex;
  flex-wrap: wrap;
}

.archive-list__item {
  position: relative;
  width: calc((100% - 40px) / 3);
  margin: 0px 20px 56px 0px;
  transition: 0.5s;
}

.archiveInfo-list li:last-child {
  margin-bottom: 40px;
}

.archive-list__item a {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: 0.5s;
}

.archive-list__item:hover {
  opacity: 0.5;
}

.archive-list__item img {
  display: block;
  width: 240px;
  height: 160px;
  object-fit: cover;
  font-family: "object-fit: cover;";
}

.archive-meta {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 0px 10px;
  font-size: 12px;
  line-height: 1.1;
  letter-spacing: 0.1em;
}

.archive-meta__cat {
  color: #cdae64;
  font-weight: 700;
}

.archive-content {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 0.05em;
}

@media screen and (max-width: 1180px) {
  .archive-list__item img {
    width: 100%;
  }
}

@media screen and (min-width: 1025px) {
  .archive-list__item:nth-child(3n) {
    margin-right: 0px;
  }
}

@media screen and (max-width: 1024px) {
  .archive-list__item {
    width: calc((100% - 20px) / 2);
  }

  .archive-list__item:nth-child(even) {
    margin-right: 0;
  }

  .archive-list__item img {
    width: 100%;
  }
}

@media screen and (max-width: 996px) {
  .archive-list__item {
    width: calc((100% - 20px) / 2);
    margin-bottom: 20px;
  }

  .archive-list__item:nth-child(even) {
    margin-right: 0;
  }

  .archive-content {
    font-size: 14px;
    font-weight: bold;
    line-height: 1.5;
    letter-spacing: 0.05em;
  }
}

@media screen and (max-width: 768px) {
  .archiveInfo-list li:last-child {
    margin-bottom: 40px;
  }
}

@media screen and (max-width: 420px) {
  .archive-list__item {
    width: 100%;
    margin-top: 0;
    margin-right: 0;
  }
}

/* 
アーカイブリスト(info)
=================================== */
.archiveInfo-list__item {
  display: flex;
  position: relative;
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid #aaa;
}

.archiveInfo-list__item a {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: 0.5s;
}

.archiveInfo-list__thumbnail {
  margin-right: 20px;
}

.archiveInfo-list__thumbnail img {
  display: block;
  width: 160px;
  height: 160px;
  object-fit: cover;
  font-family: "object-fit: cover;";
}

.archiveInfo-meta {
  margin-top: 25px;
  margin-bottom: 15px;
  font-size: 12px;
}

.archiveInfo-meta__cat {
  display: inline-block;
  margin-right: 30px;
  color: #cdae64;
  font-weight: 700;
}

.archiveInfo-meta__time {
  display: inline-block;
}

.archiveInfo-list__title {
  font-weight: bold;
  line-height: 1.5;
  font-size: 16px;
}

@media screen and (max-width: 768px) {
  .archiveInfo-list__title {
    font-size: 14px;
  }
}

@media screen and (max-width: 375px) {
  .archiveInfo-list__title {
    font-size: 12px;
  }

  .archiveInfo-meta {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 12px;
  }

  .archiveInfo-list__thumbnail {
    margin-right: 10px;
  }
}

@media screen and (max-width: 374px) {
  .archiveInfo-list__thumbnail img {
    display: block;
    width: 120px;
    height: 120px;
    object-fit: cover;
    font-family: "object-fit: cover;";
  }
}

/* ===================================
サイドバー
=================================== */

.sidebar-title {
  padding-bottom: 10px;
  border-bottom: 1px solid #444;
  color: #cdae64;
  font-size: 20px;
}

.sidebar-title--tag {
  margin-bottom: 20px;
}

.sidebar-title__txt {
  margin-right: 10px;
}

.sidebar-title__sub {
  font-size: 12px;
  vertical-align: middle;
}

.category-list li {
  border-bottom: 1px solid #bababa;
}

.category-list li a {
  position: relative;
  display: block;
  padding: 20px;
  transition: 0.5s;
}

.category-list li a:hover {
  opacity: 0.5;
}

.category-list li a:after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-top: 2px solid #ccc;
  border-left: 2px solid #ccc;
  transform: translateY(-50%) rotate(135deg);
  position: absolute;
  left: 0;
  top: 50%;
}

.tag-list__item {
  display: inline-block;
  position: relative;
  background: #f3f3f3;
  margin-right: 10px;
  margin-bottom: 5px;
  color: #444;
  font-size: 14px;
}

.tag-list__item a {
  display: block;
  position: relative;
  padding: 9px 15px 9px 25px;
  transition: 0.5s;
}

.tag-list__item a:hover {
  opacity: 0.5;
}

.tag-list__item:before {
  content: "#";
  display: block;
  position: absolute;
  left: 10px;
  top: 35%;
  width: 5px;
  height: 5px;
  color: #aaaaaa;
  transform: translateY(-50%);
}

.sidebar__widget {
  margin-bottom: 60px;
}

.sidebar__widget:last-child {
  margin-bottom: 0px;
}

.pc_br {
  display: inline;
}

.sp_br {
  display: none;
}

.tb_br {
  display: none;
}

/* ▼▼ 画面サイズ / SP ▼▼ */
@media screen and (max-width: 768px) {
  .pc_br {
    display: none;
  }

  .tb_br {
    display: block;
  }
}

/* ▼▼ 画面サイズ / SP ▼▼ */
@media screen and (max-width: 600px) {
  .sp_br {
    display: block;
  }
}