@charset "UTF-8";


/* archive */
.archive_titleBox1 {
  width: 100%;
  padding: 68px 0 44px;
}
.archive_titleBox1_h1 {
  font-size: 30px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.05em;
  line-height: 1.4;
}
.archiveWrap1 {
  background-color: #EFEFEF;
  width: 100%;
  padding: 100px 0 120px;
}
.post_cat_list1 {
  width: 1000px;
  margin: 0 auto;
  display: flex;
  flex-flow: wrap;
  justify-content: space-between;
}
.post_cat_list1 .li1 {
  width: 320px;
}
.post_cat_list1 .link1 {
  width: 100%;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #000;
  background-color: #fff;
  color: #000;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.02em;
  line-height: 1.4;
}
.post_cat_list1 .link1.current {
  background-color: #000;
  color: #fff;
}
@media all and (min-width: 681px) {
  .post_cat_list1::after {
    content: "";
    width: 320px;
  }
  .post_cat_list1 .li1:nth-of-type(1n + 4) {
    margin-top: 20px;
  }
  .post_cat_list1 .link1:hover {
    background-color: #000;
    color: #fff;
  }
}
@media all and (max-width: 680px) {
  .archive_titleBox1 {
    padding: 28px 0 30px;
  }
  .archive_titleBox1_h1 {
    font-size: 20px;
    letter-spacing: 0.02em;
  }
  .archiveWrap1 {
    padding: 40px 0 80px;
  }
  .post_cat_list1 {
    width: 100%;
    padding: 0 20px;
  }
  .post_cat_list1 .li1 {
    width: calc((100% - 10px) / 2);
  }
  .post_cat_list1 .li1:nth-of-type(1n + 3) {
    margin-top: 10px;
  }
  .post_cat_list1 .link1 {
    height: 30px;
    font-size: 13px;
  }
}


/* archive_list1 */
.archive_list1 {
  width: 1000px;
  margin: 0 auto;
  padding-top: 70px;
  display: flex;
  flex-flow: wrap;
  justify-content: space-between;
}
.archive_list1 .li1 {
  width: 320px;
}
.archive_list1 .link1 {
  display: block;
}
.archive_list1 .thumb {
  width: 100%;
  height: 210px;
  overflow: hidden;
  position: relative;
}
.archive_list1 .thumb .cat {
  display: inline-block;
  padding: 4px 20px;
  background-color: #000;
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0;
  line-height: 1.3;
  position: absolute;
  left: 0;
  top: 20px;
  z-index: 1;
}
.archive_list1 .thumb .img1 {
  width: 100%;
  height: 100%;
  background: no-repeat center / cover;
  transition: transform 0.3s ease;
}
.archive_list1_text1 {
  font-size: 16px;
  font-weight: 700;
  text-align: justify;
  letter-spacing: 0;
  line-height: 1.5;
  padding-top: 12px;
}
.archive_list1_day1 {
  font-size: 13px;
  font-weight: 700;
  text-align: justify;
  letter-spacing: 0;
  line-height: 1.5;
  padding-top: 2px;
}
.archive_list1_nameBox {
  padding-top: 18px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.archive_list1_name {
  display: flex;
  align-items: center;
}
.archive_list1_name .i1 {
  width: 40px;
}
.archive_list1_name .t1 {
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1;
  padding-left: 10px;
}
.archive_list1_nameBox_more {
  position: relative;
  font-size: 14px;
  font-weight: 700;
  text-align: right;
  letter-spacing: 0;
  line-height: 1;
}
.archive_list1_nameBox_more::after {
  content: "";
  width: 36px;
  height: 1px;
  background-color: #000;
  position: absolute;
  right: 40px;
  top: 4px;
  bottom: 0;
  margin: auto;
  transition: width 0.3s ease;
}
.archive_moreBtn {
  width: 300px;
  height: 54px;
  margin: 70px auto 0;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #000;
  background-color: #fff;
  color: #000;
  font-size: 14px;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0.02em;
  line-height: 1;
  transition: 0.3s ease;
}
@media all and (min-width: 681px) {
  .archive_list1::after {
    content: "";
    width: 320px;
  }
  .archive_list1 .li1:nth-of-type(1n + 4) {
    margin-top: 60px;
  }
  .archive_list1 a:hover .thumb .img1 {
    transform: scale(1.1);
  }
  a:hover .archive_list1_nameBox_more::after {
    width: 26px;
  }
  .archive_moreBtn:hover {
    border: 1px solid #000;
    background-color: #000;
    color: #fff;
  }
}
@media all and (max-width: 680px) {
  .archive_list1 {
    width: 100%;
    padding: 30px 20px 0;
    display: block;
  }
  .archive_list1 .li1 {
    width: 100%;
  }
  .archive_list1 .li1:nth-of-type(1n + 2) {
    margin-top: 40px;
  }
  .archive_list1 .thumb {
    height: 56vw;
  }
  .archive_moreBtn {
    width: 280px;
    height: 50px;
    margin-top: 60px;
  }
}


/* single */
.post_cat_list1.type_single {
  padding: 100px 0 120px;
}
.single_archiveWrap1 {
  background-color: #EFEFEF;
  padding: 100px 0 120px;
}
.single_archive_block1 {
  width: 1000px;
  margin: 0 auto;
}
.single_archive_block1 + .single_archive_block1 {
  padding-top: 60px;
  margin-top: 60px;
  border-top: 2px solid #fff;
}
.single_archive_title1 {
  font-size: 25px;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.4;
}
.single_archiveWrap1 .archive_list1 {
  padding-top: 28px;
}
@media all and (min-width: 681px) {
}
@media all and (max-width: 680px) {
  .post_cat_list1.type_single {
    padding: 50px 20px 60px;
  }
  .single_archiveWrap1 {
    padding: 50px 20px 60px;
  }
  .single_archive_block1 {
    width: 100%;
  }
  .single_archive_title1 {
    font-size: 20px;
    text-align: center;
  }
  .single_archiveWrap1 .archive_list1 {
    padding: 28px 0 0;
  }
}


/* singleWrap1 */
.singleWrap1 {
  padding: 100px 0 110px;
}
.single_titleBox1 {
  width: 1000px;
  margin: 0 auto;
}
.single_titleBox1_h1 {
  font-size: 25px;
  font-weight: 700;
  text-align: justify;
  letter-spacing: 0.02em;
  line-height: 1.4;
  padding-bottom: 15px;
}
.single_titleBox1_in1 {
  border-top: 1px solid #707070;
  padding-top: 28px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.single_titleBox1_in1_catday {
  display: flex;
  align-items: center;
}
.single_titleBox1_in1_catday .cat {
  background-color: #000;
  color: #fff;
  padding: 4px 20px;
  font-size: 14px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0;
  line-height: 1.4;
}
.single_titleBox1_in1_catday .day {
  font-size: 14px;
  font-weight: 700;
  text-align: left;
  letter-spacing: 0;
  line-height: 1.4;
  margin-left: 15px;
}
.single_titleBox1_in1_nameBox {
  display: flex;
  align-items: center;
}
.single_titleBox1_in1_nameBox .tit1 {
  font-size: 14px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0;
  line-height: 1.4;
  margin-right: 20px;
}
.single_titleBox1_in1_nameBox .name1 {
  display: flex;
  align-items: center;
}
.single_titleBox1_in1_nameBox .name1 .i1 {
  width: 40px;
}
.single_titleBox1_in1_nameBox .name1 .t1 {
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1;
  padding-left: 10px;
}
.single_postWrap {
  width: 850px;
  margin: 0 auto;
  padding: 60px 0 0;
}
@media all and (min-width: 681px) {
}
@media all and (max-width: 680px) {
  .singleWrap1 {
    padding: 40px 0 60px;
  }
  .single_titleBox1 {
    width: 100%;
  }
  .single_titleBox1_h1 {
    font-size: 18px;
    padding: 0 20px 10px;
  }
  .single_titleBox1_in1 {
    padding: 15px 20px 0;
  }
  .single_titleBox1_in1_catday {
    display: block;
  }
  .single_titleBox1_in1_catday .cat {
    font-size: 13px;
  }
  .single_titleBox1_in1_catday .day {
    font-size: 13px;
    margin-left: 0;
    margin-top: 5px;
  }
  .single_titleBox1_in1_nameBox {
    display: block;
  }
  .single_titleBox1_in1_nameBox .tit1 {
    font-size: 13px;
    margin-right: 0;
  }
  .single_titleBox1_in1_nameBox .name1 {
    margin-top: 5px;
  }
  .single_titleBox1_in1_nameBox .name1 .t1 {
    font-size: 13px;
  }
  .single_postWrap {
    width: 100%;
    padding: 35px 20px 0;
  }
}


/* コンテンツ */
@media all and (min-width: 681px) {
}
@media all and (max-width: 680px) {
}


/* コンテンツ */
@media all and (min-width: 681px) {
}
@media all and (max-width: 680px) {
}


/* コンテンツ */
@media all and (min-width: 681px) {
}
@media all and (max-width: 680px) {
}


/* コンテンツ */
@media all and (min-width: 681px) {
}
@media all and (max-width: 680px) {
}
