.none {
  display: none;
}

.flex {
  display: flex;
}

.main-content_blog {
  z-index: 2;
  position: relative;
  box-sizing: border-box;
  width: 100%;
  height: auto;
  padding: 10px;
  background-color: rgba(255, 255, 255, 0.8);
  margin: 130px 20px 20px 20px;
}

.blog-jscover {
  display: flex;
  justify-content: center;
  width: 100%;
  height: auto;
}

.content-hidden {
  visibility: hidden;
}

.blog-basebackground {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  height: auto;
}

.blog-contentbase {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: auto;
  margin: 0 0 10vh 0;
  border: black solid 3px;
}

.blog-contentbase-date {
  display: flex;
  align-items: center;
  justify-content: left;
  box-sizing: border-box;
  width: 100%;
  height: auto;
  padding: 3px 10px;
  font-size: 5vw;
  border-bottom: black solid 3px;
  background-color: rgb(255, 255, 255);
}

.blog-contentbase-title {
  display: flex;
  align-items: center;
  box-sizing: border-box;
  width: 100%;
  height: auto;
  padding: 20px 10px;
  font-size: 6vw;
  font-weight: bold;
  border-bottom: black solid 3px;
}

.blog-contentbase-photo {
  width: 100%;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  -ms-overflow-style: none;
  scrollbar-width: none;
  background-color: black;
}

.blog-contentbase-photo::-webkit-scrollbar {
  display: none;
}

.blog-contentbase-photo-img {
  display: flex;
  align-items: center;
  width: 100%;
  height: 40vh;
  padding: 0;
  margin: 0;
  list-style: none;
}

.blog-contentbase-photo-img li {
  width: 100%;
  flex-shrink: 0;
  scroll-snap-align: start;
}

.blog-contentbase-photo-img img {
  width: 100%;
  height: 40vh;
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
}

.blog-contentbase-photo-left {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 10%;
  height: 100%;
}

.blog-contentbase-photo-left-contentL {
  position: relative;
  z-index: 100;
  box-sizing: border-box;
  width: 100%;
  height: 10vh;
  background-color: black;
  margin: 10%;
  clip-path: polygon(100% 0%, 75% 50%, 100% 100%, 25% 100%, 0% 50%, 25% 0%);
}

.blog-contentbase-photo-left-contentL:hover {
  width: 80px;
  height: 10vh;
  background-color: gray;
  margin: 10%;
  clip-path: polygon(100% 0%, 75% 50%, 100% 100%, 25% 100%, 0% 50%, 25% 0%);
  cursor: pointer;
}

.blog-contentbase-photo-right {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 10%;
  height: 100%;
  z-index: 10;
}

.blog-contentbase-photo-left-contentR {
  box-sizing: border-box;
  width: 100%;
  height: 10vh;
  background-color: black;
  margin: 10%;
  clip-path: polygon(75% 0%, 100% 50%, 75% 100%, 0% 100%, 25% 50%, 0% 0%);
}

.blog-contentbase-photo-left-contentR:hover {
  width: 80px;
  height: 10vh;
  background-color: gray;
  margin: 10%;
  clip-path: polygon(75% 0%, 100% 50%, 75% 100%, 0% 100%, 25% 50%, 0% 0%);
  cursor: pointer;
}

.blog-contentbase-slideRadioButton {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 40px;
  background-color: black;
}
.blog-contentbase-slideRadioButton-con {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15px;
  height: 15px;
  border-radius: 100%;
  background-color: white;
  margin: 0 3px 0 3px;
}
.blog-contentbase-slideRadioButton-con-blackhole {
  width: 10px;
  height: 10px;
  border-radius: 100%;
  background-color: rgb(0, 0, 0);
}

.blog-contentbase-text {
  box-sizing: border-box;
  width: 100%;
  height: auto;
  padding: 30px 15px;
  line-height: 30px;
}

.changepage {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: auto;
  margin: 50px 0 0 0;
}
.changepage-selectArea {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 90%;
  height: auto;
  margin: 0 0 30px 0;
  padding: 0 0 10px 0;
}
.changepage-selectArea-con {
  display: flex;
  width: 90%;
  height: 50px;
  background-color: rgb(255, 255, 255);
  margin: 10px 0 0 0;
  border: 2px solid rgb(0, 0, 0);
}
.changepage-selectArea-con-circle {
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  width: 25%;
  height: 100%;
}
.changepage-selectArea-con-circle-con {
  width: 30px;
  height: 30px;
  border-radius: 100%;
}
.changepage-selectArea-con-year {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 75%;
  height: 100%;
  font-size: 5vw;
  font-weight: bold;
}
.changepage-titleArea {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 90%;
  height: 100px;
  margin: 20px 0 20px 0;
  border: 5px solid black;
  font-size: 10vw;
  font-weight: bold;
}/*# sourceMappingURL=(m)css-blog.css.map */