.blog1 {
  padding: 90px 0 0 0;
  box-sizing: border-box;
  text-align: center;
}
.blog1 h2 {
  font-size: clamp(18px, calc(0.9150326797vw + 14.431372549px), 32px);
  font-weight: normal;
}
.blog1 h2 i {
  font-size: clamp(22px, calc(0.8496732026vw + 18.6862745098px), 35px);
  font-weight: 700;
  position: relative;
}
.blog1 h2 i:before {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 0;
  margin-top: 0;
  margin-left: 0;
  width: 0;
  height: 1px;
  background: #BEB8B8;
  transition: all 1s 0.5s ease;
}
.blog1 h2 i.trigger {
  opacity: 1;
}
.blog1 h2 i.trigger:before {
  width: 100%;
}
.blog1 .lead {
  margin: 60px 0;
}
.blog1 .menu {
  display: inline-block;
  max-width: 1208px;
  margin: 0px auto 0 auto;
}
.blog1 .menu .in {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 20px;
}
.blog1 .menu a {
  background: url("../images/v-arw.png") center right 16px no-repeat, white;
  background-size: 17px auto;
  width: 280px;
  clip-path: polygon(0 0, calc(100% - 10px) 0%, 100% 10px, 100% 100%, 0 100%);
  display: flex;
  align-items: center;
  gap: 0 16px;
  line-height: 1;
  padding: 20px 30px;
  margin: 3px;
  transition: all 0.3s ease;
  font-size: 14px;
}
.blog1 .menu a:hover {
  background: url("../images/v-arw2.png") center right 16px no-repeat, #333;
  background-size: 17px auto;
  color: white;
}
.blog1 .menu a:hover .eg {
  color: white;
}
.blog1 .menu a .eg {
  font-size: 14px;
  color: #7B7774;
  font-family: "Marcellus", sans-serif;
  position: relative;
  top: 2px;
}
.blog1 .menu a .nm {
  font-size: 14px;
}
.blog1 .menu a .nm i {
  font-size: 18px;
  font-weight: bold;
}
.blog1 .menu a.act {
  background: url("../images/v-arw2.png") center right 16px no-repeat, #333;
  background-size: 17px auto;
  color: white;
}
.blog1 .m2 {
  margin: 90px auto 0 auto;
}
@media all and (max-width: 1280px) {
  .blog1 h2 {
    font-size: clamp(18px, calc(0.9150326797vw + 14.431372549px), 32px);
    font-weight: normal;
  }
  .blog1 h2 i {
    font-size: clamp(22px, calc(0.8496732026vw + 18.6862745098px), 35px);
    font-weight: 700;
    position: relative;
  }
  .blog1 h2 i:before {
    content: "";
    position: absolute;
    bottom: -5px;
    left: 10%;
    margin-top: 0;
    margin-left: 0;
    width: 80%;
    height: 1px;
    background: #BEB8B8;
  }
  .blog1 .menu .in {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
  }
}
@media all and (max-width: 1000px) {
  .blog1 .menu .in {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
  }
}
@media all and (max-width: 767px) {
  .blog1 {
    padding: 45px 0 0 0;
  }
  .blog1 .inner {
    padding: 0 20px;
  }
  .blog1 h2 i:before {
    bottom: 0;
  }
  .blog1 .menu {
    margin-top: 45px;
    display: block;
    padding: 0 20px;
  }
  .blog1 .menu .in {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 8px;
  }
  .blog1 .menu a {
    gap: 0 8px;
    margin: 0;
    padding: 16px 23px 16px 16px;
    background: url("../images/v-arw.png") center right 10px no-repeat, white;
    background-size: 17px auto;
    width: auto;
    text-align: left;
    line-height: 1.3;
  }
  .blog1 .menu a:hover {
    background: url("../images/v-arw2.png") center right 10px no-repeat, #333;
    background-size: 17px auto;
    color: white;
  }
  .blog1 .menu a:hover .eg {
    color: white;
  }
  .blog1 .menu a .eg {
    font-size: 12px;
    top: 2px;
  }
  .blog1 .menu a .nm {
    font-size: 13px;
  }
  .blog1 .menu a .nm i {
    font-size: 16px;
  }
  .blog1 .lead {
    margin: 40px 0;
    padding: 0 20px;
    text-align: left;
  }
}

.blog2 {
  margin-top: 100px;
}
.blog2 .inner {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 60px 50px;
}
.blog2 a {
  display: block;
}
.blog2 a h3 {
  font-size: 17px;
}
.blog2 a:hover .img:before {
  opacity: 0;
}
.blog2 a:hover img {
  transform: scale(1.05);
}
.blog2 .img {
  overflow: hidden;
  position: relative;
  aspect-ratio: 350/260;
}
.blog2 .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s ease;
}
.blog2 .img:before {
  content: "";
  position: absolute;
  top: -5%;
  left: -5%;
  width: 110%;
  height: 110%;
  mix-blend-mode: saturation;
  background: #000;
  transition: all 0.3s ease;
  z-index: 2;
}
.blog2 .tp1 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 16px 0;
  gap: 0 16px;
}
.blog2 .tp1 .ymd {
  font-size: 14px;
}
.blog2 .tp1 .cate {
  font-size: 12px;
  color: white;
  background: #A69685;
  padding: 4px 8px;
  box-sizing: border-box;
  line-height: 1;
}
@media all and (max-width: 1280px) {
  .blog2 .inner {
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
  }
}
@media all and (max-width: 1000px) {
  .blog2 .inner {
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
  }
}
@media all and (max-width: 767px) {
  .blog2 .inner {
    grid-template-columns: repeat(1, 1fr);
    gap: 40px;
  }
}

.blog-links {
  margin: 180px 0;
}
.blog-links .inner {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 10px;
}
.blog-links a {
  text-align: center;
  place-content: center;
  height: 200px;
  background: white;
  line-height: 1;
  transition: all 0.3s ease;
}
.blog-links a:hover {
  background: #333;
}
.blog-links a:hover .nm, .blog-links a:hover .eg {
  color: white;
}
.blog-links a .nm {
  font-size: clamp(24px, calc(0.9150326797vw + 20.431372549px), 38px);
  letter-spacing: 0.2em;
  transition: all 0.3s ease;
}
.blog-links a .eg {
  margin-top: 20px;
  font-size: clamp(16px, calc(0.2614379085vw + 14.9803921569px), 20px);
  color: #D3D3D3;
  font-family: "Dancing Script", cursive;
  font-weight: 400;
  transition: all 0.3s ease;
}
@media all and (max-width: 1000px) {
  .blog-links {
    margin: 90px 0;
  }
  .blog-links .inner {
    grid-template-columns: repeat(1, 1fr);
    gap: 40px;
  }
  .blog-links a {
    height: 150px;
  }
}
@media all and (max-width: 767px) {
  .blog-links a {
    height: 100px;
  }
  .blog-links a .nm {
    font-size: 20px;
  }
  .blog-links a .eg {
    margin-top: 10px;
    font-size: 12px;
  }
}

.blog-single1 {
  margin: 180px 0 0 0;
}
.blog-single1 .ttl-bx {
  margin: 0 auto;
  text-align: center;
}
.blog-single1 .ttl-bx .in1 {
  display: inline-block;
}
.blog-single1 .ttl-bx .in2 {
  text-align: left;
}
.blog-single1 h1 {
  font-size: 35px;
}
.blog-single1 h1 i {
  position: relative;
  padding-bottom: 3px;
  background: linear-gradient(transparent 98%, #BEB8B8 98%);
}
.blog-single1 .img1 {
  margin-top: 90px;
  aspect-ratio: 1250/500;
}
.blog-single1 .img1 img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.blog-single1 .tp {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 16px;
  gap: 0 16px;
}
.blog-single1 .tp .ymd {
  font-size: 14px;
}
.blog-single1 .tp .cate {
  font-size: 12px;
  color: white;
  background: #A69685;
  padding: 4px 14px;
  box-sizing: border-box;
  line-height: 1;
}
@media all and (max-width: 767px) {
  .blog-single1 {
    margin: 60px 0 0 0;
  }
  .blog-single1 h1 {
    font-size: 22px;
  }
  .blog-single1 .img1 {
    margin-top: 60px;
    aspect-ratio: 1250/840;
  }
  .blog-single1 .tp {
    margin-bottom: 8px;
    gap: 0 8px;
  }
  .blog-single1 .tp .ymd {
    font-size: 12px;
  }
  .blog-single1 .tp .cate {
    font-size: 12px;
    padding: 4px 8px;
  }
  .blog-single1 .inner {
    padding: 0;
  }
  .blog-single1 .ttl-bx {
    padding: 0 20px;
  }
}

.content-w {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 20px;
}
.content-w h2 {
  margin: 30px 0;
  font-size: clamp(18px, calc(0.3921568627vw + 16.4705882353px), 24px);
  font-weight: normal;
  border-bottom: 1px solid #D5D5D5;
  padding-bottom: 5px;
  box-sizing: border-box;
}
.content-w h2:first-letter {
  font-size: clamp(24px, calc(1.045751634vw + 19.9215686275px), 40px);
}
.content-w .im1 {
  margin: 40px 0;
}
.content-w .txt {
  margin: 40px 0;
}
.content-w h3 {
  display: inline;
  background: linear-gradient(transparent 50%, white 50%);
  position: relative;
  padding-left: 20px;
  box-sizing: border-box;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.6;
  margin: 30px 0 10px 0;
}
.content-w h3:before {
  content: "";
  position: absolute;
  top: 13px;
  left: 0;
  width: 5px;
  height: 5px;
  background: #333;
  border-radius: 100%;
}
.content-w h4 {
  font-weight: 600;
  margin: 10px 0;
}
.content-w p {
  line-height: 1.7;
}
.content-w p:nth-of-type(1) img {
  display: none;
}
.content-w .ul-list {
  background: white;
  padding: 40px;
  box-sizing: border-box;
  margin: 20px 0;
}
.content-w .ul-list li {
  position: relative;
  padding-left: 16px;
  box-sizing: border-box;
}
.content-w .ul-list li:before {
  content: "";
  position: absolute;
  top: 16px;
  left: 0;
  width: 3px;
  height: 3px;
  background: #333;
  border-radius: 100%;
}
@media all and (max-width: 767px) {
  .content-w {
    padding: 0 20px;
  }
  .content-w h2 {
    margin: 20px 0;
  }
  .content-w .im1 {
    margin: 20px 0;
  }
  .content-w .txt {
    margin: 20px 0;
  }
  .content-w h3 {
    padding-left: 20px;
    font-size: 18px;
    margin: 20px 0 10px 0;
  }
  .content-w h3:before {
    content: "";
    position: absolute;
    top: 13px;
    left: 0;
    width: 5px;
    height: 5px;
    background: #333;
    border-radius: 100%;
  }
  .content-w h4 {
    font-weight: 600;
    margin: 10px 0;
  }
  .content-w p {
    line-height: 1.7;
  }
  .content-w .ul-list {
    background: white;
    padding: 20px;
    box-sizing: border-box;
    margin: 20px 0;
  }
  .content-w .ul-list li {
    position: relative;
    padding-left: 16px;
    box-sizing: border-box;
  }
  .content-w .ul-list li:before {
    content: "";
    position: absolute;
    top: 16px;
    left: 0;
    width: 3px;
    height: 3px;
    background: #333;
    border-radius: 100%;
  }
}

.p-toc, #ez-toc-container {
  display: none !important;
}

.moku {
  max-width: 1100px;
  margin: -60px auto 40px auto;
  padding: 40px;
  box-sizing: border-box;
  position: relative;
  z-index: 3;
  text-align: center;
  background: white;
}
.moku .tic-ttl {
  font-size: 18px;
  margin-bottom: 20px;
}
.moku .tic-ttl i {
  font-size: 24px;
  font-family: "Marcellus", sans-serif;
}
.moku .p-toc, .moku #ez-toc-container {
  display: inline-block !important;
}
.moku #ez-toc-container {
  padding: 0;
  margin: 0;
  border: none;
  background: white;
  text-align: left;
}
.moku .ez-toc-title, .moku .ez-toc-title-container, .moku .ez-toc-title-toggle {
  display: none !important;
}
.moku .ez-toc-list li {
  margin-bottom: 8px !important;
}
.moku .ez-toc-list li:last-of-type {
  margin-bottom: 0 !important;
}
.moku #ez-toc-container ul ul, .moku .ez-toc div.ez-toc-widget-container ul ul {
  margin: 10px 0;
}
.moku #ez-toc-container ul ul li, .moku .ez-toc div.ez-toc-widget-container ul ul li {
  margin-bottom: 2px !important;
}
@media all and (max-width: 767px) {
  .moku {
    width: calc(100% - 40px);
    padding: 20px;
    margin: -20px auto 40px auto;
  }
  .moku .tic-ttl {
    font-size: 14px;
    margin-bottom: 10px;
  }
  .moku .tic-ttl i {
    font-size: 20px;
  }
}

.swipe_1 a:hover .img:before {
  opacity: 0;
}
.swipe_1 a:hover img {
  transform: scale(1.05);
}
.swipe_1 .img {
  overflow: hidden;
  position: relative;
  aspect-ratio: 350/260;
}
.swipe_1 .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.swipe_1 .img:before {
  content: "";
  position: absolute;
  top: -5%;
  left: -5%;
  width: 110%;
  height: 110%;
  mix-blend-mode: saturation;
  background: #000;
  transition: all 0.3s ease;
  z-index: 2;
}
.swipe_1 .img img {
  transition: all 0.3s ease;
}
.swipe_1 .ttl {
  font-weight: bold;
}
.swipe_1 .ttls {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 20px 0 10px 0;
}
.swipe_1 .cate {
  color: white;
  background: #A69685;
  line-height: 1;
  font-size: 12px;
  padding: 1px 10px;
  height: 20px;
  place-content: center;
  text-align: center;
}
.swipe_1 .ymd {
  font-size: 12px;
}

.single-sw {
  margin: 100px 0;
}

.pagenate {
  text-align: center;
}
.pagenate .in {
  display: inline-block;
}
.pagenate .pnavi {
  display: flex;
  justify-content: flex-start;
  gap: 0 8px;
  margin-top: 100px;
}
.pagenate .page-numbers {
  width: 48px;
  height: 48px;
  border-radius: 100%;
  place-content: center;
  text-align: center;
  background: white;
  font-size: 14px;
  line-height: 1;
  transition: all 0.3s ease;
}
.pagenate .page-numbers:hover {
  color: white;
  background: #333;
}
.pagenate .page-numbers.current {
  color: white;
  background: #333;
}
.pagenate .prev, .pagenate .next {
  border-radius: 0;
  background: none;
}
.pagenate .prev:hover, .pagenate .next:hover {
  color: #333;
  opacity: 0.7;
  background: none;
}

/*# sourceMappingURL=blogs.css.map */
