@charset "UTF-8";
/*------------------------------
CONTENT
------------------------------*/
main .container {
  padding: 60px 0px 110px 0px;
}
@media screen and (max-width: 1100px) {
  main .container {
    padding: 50px 0px 40px;
  }
}
@media only screen and (max-width: 768px) {
  main .container {
    padding: 15.385vw 5.128vw 25.641vw;
  }
}
main .container > .cnt_pd {
  padding-left: 40px;
  padding-right: 40px;
}
@media screen and (max-width: 1100px) {
  main .container > .cnt_pd {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media only screen and (max-width: 768px) {
  main .container > .cnt_pd {
    padding-left: 0;
    padding-right: 0;
  }
}
main .container .content {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 1100px) {
  main .container .content {
    display: block;
    padding-bottom: 100px;
  }
}
@media only screen and (max-width: 768px) {
  main .container .content {
    padding: 0 0vw 25.641vw;
  }
}
main .container .content .content__main {
  max-width: 740px;
  width: 100%;
  margin-right: 40px;
}
@media screen and (max-width: 1100px) {
  main .container .content .content__main {
    max-width: 100%;
    margin: 0 auto;
  }
}
main .container .content .content__sub {
  max-width: 350px;
  width: 100%;
}
@media screen and (max-width: 1100px) {
  main .container .content .content__sub {
    max-width: 100%;
  }
}

.article {
  /** ------------------------------
   * テキストリンク
   * ------------------------------ */
  /** ------------------------------
   * リンク付き画像
   * ------------------------------ */
}
.article * {
  word-break: break-all;
}
@media only screen and (max-width: 768px) {
  .article {
    margin-bottom: 12.821vw;
  }
}
.article .article__eyecatch {
  position: relative;
  border: solid 1px #000;
  border-radius: 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  z-index: 0;
  margin-bottom: 30px;
}
@media only screen and (max-width: 768px) {
  .article .article__eyecatch {
    border-radius: 7.692vw;
    margin-bottom: 7.692vw;
  }
}
.article .article__eyecatch img {
  width: 100%;
  border-radius: 30px;
  vertical-align: bottom;
}
@media only screen and (max-width: 768px) {
  .article .article__eyecatch img {
    border-radius: 7.692vw;
  }
}
.article.new .article__eyecatch::before {
  content: "";
  position: absolute;
  display: inline-block;
  width: 100px;
  height: 60px;
  background: url(../assets/img/ico_new.svg) no-repeat;
  background-size: contain;
  top: -20px;
  left: 20px;
  z-index: 1;
}
@media only screen and (max-width: 768px) {
  .article.new .article__eyecatch::before {
    width: 25.641vw;
    height: 15.385vw;
    top: -5.128vw;
    left: 5.128vw;
  }
}
.article .article__meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 10px;
}
@media only screen and (max-width: 768px) {
  .article .article__meta {
    margin-bottom: 3.846vw;
  }
}
.article .article__meta .category {
  padding: 0px 17px 2px;
  font-family: "Concert One";
  line-height: 1.5;
  text-align: center;
  color: #fff;
  font-weight: 600;
  font-size: 22px;
  background: #000;
  border-radius: 100vh;
  margin-right: 20px;
}
@media only screen and (max-width: 768px) {
  .article .article__meta .category {
    padding: 0 3.846vw 2px;
    font-size: 5.128vw;
    padding-right: 5.128vw;
  }
}
.article .article__meta .day {
  font-family: "Concert One";
  font-size: 16px;
  color: #ACACAC;
}
@media only screen and (max-width: 768px) {
  .article .article__meta .day {
    font-size: 4.103vw;
  }
}
.article .article__ttl {
  font-size: 24px;
  line-height: 1.7;
  font-weight: 700;
  margin-bottom: 20px;
}
@media only screen and (max-width: 768px) {
  .article .article__ttl {
    font-size: 6.154vw;
    margin-bottom: 5.128vw;
  }
}
.article .article__tag {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 30px;
  gap: 10px;
}
@media only screen and (max-width: 768px) {
  .article .article__tag {
    gap: 2.564vw;
    margin-bottom: 7.692vw;
  }
}
.article .article__tag span {
  border: solid 1px #000;
  border-radius: 100vh;
}
.article .article__tag span a {
  padding: 3px 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 16px;
}
@media only screen and (max-width: 768px) {
  .article .article__tag span a {
    font-size: 4.103vw;
    padding: 0vw 4vw;
  }
}
.article .article__desc {
  margin-bottom: 50px;
}
@media only screen and (max-width: 768px) {
  .article .article__desc {
    margin-bottom: 10.256vw;
  }
}
.article .article__block_ttl {
  font-size: 24px;
  font-weight: 700;
  padding-bottom: 10px;
  border-bottom: solid 4px #000;
  margin-bottom: 40px;
}
@media only screen and (max-width: 768px) {
  .article .article__block_ttl {
    font-size: 6.154vw;
    padding-bottom: 3vw;
    margin-bottom: 5.128vw;
  }
}
.article dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 30px;
  font-size: 16px;
}
@media only screen and (max-width: 768px) {
  .article dl {
    margin-bottom: 7.692vw;
    font-size: 4.103vw;
  }
}
.article dl dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  padding: 20px 0;
  width: 30%;
  font-weight: 700;
}
@media only screen and (max-width: 768px) {
  .article dl dt {
    width: 100%;
  }
}
.article dl dd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  padding: 20px 0;
  width: 70%;
}
@media only screen and (max-width: 768px) {
  .article dl dd {
    width: 100%;
    margin-bottom: 5.128vw;
  }
}
.article dl dd a {
  text-decoration: underline;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  color: #78BAF7;
}
.article dl dd a:hover {
  text-decoration: none;
}
.article dl.border {
  border: solid 1px #000;
}
.article dl.border dt, .article dl.border dd {
  margin-bottom: 0;
  padding: 20px;
  border-bottom: solid 1px #000;
}
.article dl.border dt:nth-last-child(-n+2), .article dl.border dd:nth-last-child(-n+2) {
  border-bottom: 0;
}
.article dl.border dt {
  border-right: 1px solid #000;
}
@media only screen and (max-width: 768px) {
  .article dl.border dt {
    padding: 20px 20px 0 20px;
    border: 0;
  }
}
@media only screen and (max-width: 768px) {
  .article dl.border dd {
    padding: 0 20px 20px 20px;
  }
}
.article .article__image {
  margin-bottom: 40px;
}
@media only screen and (max-width: 768px) {
  .article .article__image {
    margin-bottom: 7.692vw;
  }
}
.article .article__image.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width: 768px) {
  .article .article__image.flex {
    display: block;
  }
}
.article .article__image.flex > div {
  width: 48.5%;
}
@media only screen and (max-width: 768px) {
  .article .article__image.flex > div {
    width: 100%;
  }
  .article .article__image.flex > div:first-child {
    margin-bottom: 5.128vw;
  }
}
.article .article__image.flex > div img {
  vertical-align: bottom;
}
@media only screen and (max-width: 768px) {
  .article .article__image.flex > div img {
    border-radius: 7.692vw;
  }
}
.article .article__image.flex > div img.border {
  border: solid 1px #000;
}
.article .article__image.flex > div img.radius {
  border-radius: 30px;
}
.article .interview_interviewer__text {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 20px;
}
@media only screen and (max-width: 768px) {
  .article .interview_interviewer__text {
    font-size: 5.128vw;
    margin-bottom: 3vw;
  }
}
.article .interview_respondent__text {
  margin-bottom: 40px;
}
@media only screen and (max-width: 768px) {
  .article .interview_respondent__text {
    margin-bottom: 5.128vw;
  }
}
.article .article__image {
  text-align: center;
}
.article .article__image img {
  width: auto;
  vertical-align: bottom;
}
@media only screen and (max-width: 768px) {
  .article .article__image img {
    border-radius: 7.692vw;
  }
}
.article .article__image img.border {
  border: solid 1px #000;
}
.article .article__image img.radius {
  border-radius: 30px;
}
.article .caption {
  margin-top: 10px;
  font-size: 14px;
  line-height: 180%; /* 25.2px */
  color: #6D6D6D;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .article .caption {
    margin-top: 2.564vw;
    font-size: 3.59vw;
  }
}
.article iframe {
  margin-bottom: 40px;
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
}
@media only screen and (max-width: 768px) {
  .article iframe {
    margin-bottom: 5.128vw;
  }
}
.article .video {
  margin-bottom: 40px;
  max-width: 100%;
}
@media only screen and (max-width: 768px) {
  .article .video {
    margin-bottom: 5.128vw;
  }
}
.article .article__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 30px 0 80px;
}
@media screen and (max-width: 1100px) {
  .article .article__btn {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    padding: 0 20px 80px;
  }
}
@media only screen and (max-width: 768px) {
  .article .article__btn {
    padding: 0 0 17.949vw;
  }
}
.article .article__btn > div {
  position: relative;
  cursor: pointer;
}
.article .article__btn > div::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
  background: #000;
  height: 17.3205080757px;
  width: 10px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media only screen and (max-width: 768px) {
  .article .article__btn > div::before {
    width: 2.564vw;
    height: 4.4409782706vw;
  }
}
.article .article__btn > div.prev {
  padding-left: 20px;
}
@media only screen and (max-width: 768px) {
  .article .article__btn > div.prev {
    padding-left: 5vw;
  }
}
.article .article__btn > div.prev::before {
  left: 0;
  -webkit-clip-path: polygon(0 50%, 100% 0, 100% 100%);
          clip-path: polygon(0 50%, 100% 0, 100% 100%);
}
.article .article__btn > div.next {
  padding-right: 20px;
}
@media only screen and (max-width: 768px) {
  .article .article__btn > div.next {
    padding-right: 5vw;
  }
}
.article .article__btn > div.next::before {
  right: 0;
  -webkit-clip-path: polygon(0 0, 100% 50%, 0 100%);
          clip-path: polygon(0 0, 100% 50%, 0 100%);
}
.article .article__btn > div a {
  font-family: "Concert One";
  font-size: 26px;
  font-weight: 400;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media only screen and (max-width: 768px) {
  .article .article__btn > div a {
    font-size: 6.667vw;
  }
}
.article .article__btn > div:hover::before {
  background: #ACACAC;
}
.article .article__btn > div:hover span {
  color: #ACACAC;
}
.article hr {
  margin-bottom: 40px;
  border: none;
  border-top: dashed 1px #000;
  height: 1px;
}
@media only screen and (max-width: 768px) {
  .article hr {
    margin-bottom: 5.128vw;
  }
}
.article .link a {
  color: #78BAF7;
  text-decoration: underline;
}
.article .link a:hover {
  text-decoration: none;
}
.article .image_link:hover {
  opacity: 0.7;
}

.contact_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 1200px;
  margin: 0 auto;
}
@media screen and (max-width: 1399px) {
  .contact_wrap {
    display: block;
  }
}
.contact_wrap .contact_wrap_blc {
  max-width: 350px;
  width: 100%;
}
@media screen and (max-width: 1399px) {
  .contact_wrap .contact_wrap_blc {
    display: none;
  }
}

.contact {
  max-width: 740px;
  width: 100%;
  margin-right: 40px;
}
@media screen and (max-width: 1399px) {
  .contact {
    max-width: 100%;
    margin-right: 0;
  }
}
.contact__ttl {
  text-align: center;
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 50px;
}
@media only screen and (max-width: 768px) {
  .contact__ttl {
    font-size: 5.641vw;
    text-align: center;
    margin-bottom: 10.256vw;
  }
}
.contact__ttl span {
  position: relative;
  display: inline-block;
  padding-left: 60px;
}
@media only screen and (max-width: 768px) {
  .contact__ttl span {
    padding-left: 15.385vw;
    line-height: 1.3;
  }
}
.contact__ttl span::before {
  content: "";
  position: absolute;
  display: inline-block;
  width: 50px;
  height: 50px;
  background: url(../assets/img/ico_contact.svg) no-repeat;
  background-size: contain;
  top: 0px;
  bottom: 0;
  margin: auto 0;
  left: 0px;
}
@media only screen and (max-width: 768px) {
  .contact__ttl span::before {
    height: 12.821vw;
    width: 12.821vw;
  }
}
.contact form dl > .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 30px;
}
.contact form dl > .inner.top {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.contact form dl > .inner.top > dt {
  margin-top: 20px;
}
@media only screen and (max-width: 768px) {
  .contact form dl > .inner.top > dt {
    margin-top: 0;
  }
}
.contact form dl > .inner.required dt p::before {
  position: absolute;
  right: -60px;
  top: 0;
  bottom: 0;
  margin: auto 0;
  display: inline-block;
  content: "必須";
  background: #000;
  font-size: 14px;
  text-align: center;
  width: 50px;
  height: 25px;
  line-height: 25px;
  color: #fff;
  border-radius: 100vh;
}
@media only screen and (max-width: 768px) {
  .contact form dl > .inner.required dt p::before {
    width: 11.538vw;
    height: 6.41vw;
    line-height: 5.897vw;
    right: -13.59vw;
    font-size: 3.59vw;
  }
}
@media only screen and (max-width: 768px) {
  .contact form dl > .inner {
    display: block;
    margin-bottom: 5.128vw;
  }
}
.contact form dl > .inner dt {
  width: 100%;
  max-width: 220px;
}
.contact form dl > .inner dt p {
  display: inline-block;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .contact form dl > .inner dt {
    max-width: 100%;
  }
}
.contact form dl > .inner dd {
  width: 100%;
}
.contact form dl > .inner dd p span input {
  width: 100%;
  border-radius: 100vh;
  border: solid 1px #000;
  padding: 15px 20px;
  background: #fff;
}
.contact form dl > .inner dd p span input::-webkit-input-placeholder {
  color: #ACACAC;
}
.contact form dl > .inner dd p span input::-moz-placeholder {
  color: #ACACAC;
}
.contact form dl > .inner dd p span input:-ms-input-placeholder {
  color: #ACACAC;
}
.contact form dl > .inner dd p span input::-ms-input-placeholder {
  color: #ACACAC;
}
.contact form dl > .inner dd p span input::placeholder {
  color: #ACACAC;
}
@media only screen and (max-width: 768px) {
  .contact form dl > .inner dd p span input {
    margin-top: 2.564vw;
    padding: 2.564vw 5.128vw;
  }
}
.contact form dl > .inner dd p span textarea {
  width: 100%;
  border-radius: 30px;
  border: solid 1px #000;
  padding: 15px 20px;
  background: #fff;
}
.contact form dl > .inner dd p span textarea::-webkit-input-placeholder {
  color: #ACACAC;
}
.contact form dl > .inner dd p span textarea::-moz-placeholder {
  color: #ACACAC;
}
.contact form dl > .inner dd p span textarea:-ms-input-placeholder {
  color: #ACACAC;
}
.contact form dl > .inner dd p span textarea::-ms-input-placeholder {
  color: #ACACAC;
}
.contact form dl > .inner dd p span textarea::placeholder {
  color: #ACACAC;
}
@media only screen and (max-width: 768px) {
  .contact form dl > .inner dd p span textarea {
    border-radius: 7.692vw;
    margin-top: 2.564vw;
    padding: 2.564vw 5.128vw;
  }
}

.recommend {
  position: relative;
  border: solid 1px #000;
  border-radius: 30px;
  padding: 60px 30px 30px;
  background: #fff;
}
@media screen and (max-width: 1100px) {
  .recommend {
    max-width: 100%;
    margin-bottom: 70px;
  }
}
@media only screen and (max-width: 768px) {
  .recommend {
    border-radius: 7.692vw;
    padding: 15.385vw 5.128vw 7.692vw;
    margin-bottom: 12.821vw;
  }
}
.recommend::before {
  content: "";
  position: absolute;
  display: inline-block;
  width: 180px;
  height: 60px;
  background: url(../assets/img/ico_rec.svg) no-repeat;
  background-size: contain;
  top: -20px;
  left: 20px;
  z-index: 1;
}
@media only screen and (max-width: 768px) {
  .recommend::before {
    width: 46.154vw;
    height: 15.385vw;
    top: -5.128vw;
    left: 5.128vw;
  }
}
.recommend h3 {
  text-align: center;
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 30px;
}
@media only screen and (max-width: 768px) {
  .recommend h3 {
    font-size: 5.641vw;
    margin-bottom: 5.128vw;
  }
}
@media screen and (max-width: 1100px) {
  .recommend ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media only screen and (max-width: 768px) {
  .recommend ul {
    display: block;
  }
}
.recommend ul li:not(:last-of-type) {
  margin-bottom: 20px;
}
@media only screen and (max-width: 768px) {
  .recommend ul li:not(:last-of-type) {
    margin-bottom: 5.128vw;
  }
}
@media screen and (max-width: 1100px) {
  .recommend ul li {
    width: 48%;
  }
}
@media only screen and (max-width: 768px) {
  .recommend ul li {
    width: 100%;
  }
}
.recommend ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.recommend ul li a div.recommend_thum {
  min-width: 120px;
  margin-right: 20px;
  overflow: hidden;
}
@media only screen and (max-width: 768px) {
  .recommend ul li a div.recommend_thum {
    min-width: auto;
    overflow: visible;
    margin-right: 4vw;
  }
}
.recommend ul li a div.recommend_thum img {
  width: 120px;
  height: 120px;
  -o-object-fit: cover;
     object-fit: cover;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
}
@media only screen and (max-width: 768px) {
  .recommend ul li a div.recommend_thum img {
    width: 30.769vw;
    height: 30.769vw;
  }
}
.recommend ul li a div.recommend_thum:hover img {
  -webkit-transform: scale(1.15);
          transform: scale(1.15);
}
@media only screen and (max-width: 768px) {
  .recommend ul li a div.recommend_thum:hover img {
    -webkit-transform: none;
            transform: none;
  }
}
.recommend ul li a div.recommend_list {
  position: relative;
  padding-bottom: 30px;
}
@media only screen and (max-width: 768px) {
  .recommend ul li a div.recommend_list {
    padding-bottom: 5.128vw;
  }
}
.recommend ul li a div.recommend_list .title {
  font-size: 14px;
  font-weight: 700;
}
@media only screen and (max-width: 768px) {
  .recommend ul li a div.recommend_list .title {
    font-size: 3.59vw;
  }
}
.recommend ul li a div.recommend_list .day {
  position: absolute;
  bottom: 0;
  left: 0;
  line-height: 1;
  color: #ACACAC;
  font-family: "Concert One";
  font-size: 16px;
}
@media only screen and (max-width: 768px) {
  .recommend ul li a div.recommend_list .day {
    font-size: 4.103vw;
  }
}

.read_fixed {
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 10;
}
@media only screen and (max-width: 768px) {
  .read_fixed {
    left: 0;
    margin: 0 auto;
  }
}
.read_fixed > div {
  position: relative;
  width: 390px;
  border-top: solid 3px #000;
  border-left: solid 3px #000;
  border-radius: 30px 0 0 0px;
  padding: 20px 30px 30px;
  background: #fff;
}
@media screen and (max-width: 1100px) {
  .read_fixed > div {
    width: 320px;
    padding: 10px 20px 20px;
  }
}
@media only screen and (max-width: 768px) {
  .read_fixed > div {
    width: 100%;
    padding: 3.846vw 5.128vw 5.128vw;
    border-radius: 0;
    border-top: solid 3px #000;
    border-left: none;
  }
}
.read_fixed > div .close {
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  width: 70px;
  height: 40px;
}
@media only screen and (max-width: 768px) {
  .read_fixed > div .close {
    width: 15.385vw;
    height: 8.974vw;
  }
}
.read_fixed > div .close:hover {
  opacity: 0.7;
  cursor: pointer;
}
.read_fixed > div .ttl {
  text-align: left;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 20px;
}
@media only screen and (max-width: 768px) {
  .read_fixed > div .ttl {
    font-size: 4.103vw;
    margin-bottom: 5.128vw;
  }
}
.read_fixed > div a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.read_fixed > div a div.read_fixed_thum {
  min-width: 120px;
  margin-right: 20px;
  overflow: hidden;
}
@media only screen and (max-width: 768px) {
  .read_fixed > div a div.read_fixed_thum {
    min-width: auto;
    overflow: visible;
    margin-right: 4vw;
  }
}
.read_fixed > div a div.read_fixed_thum img {
  width: 120px;
  height: 120px;
  -o-object-fit: cover;
     object-fit: cover;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
}
@media only screen and (max-width: 768px) {
  .read_fixed > div a div.read_fixed_thum img {
    width: 25.641vw;
    height: 25.641vw;
  }
}
.read_fixed > div a div.read_fixed_thum:hover img {
  -webkit-transform: scale(1.15);
          transform: scale(1.15);
}
@media only screen and (max-width: 768px) {
  .read_fixed > div a div.read_fixed_thum:hover img {
    -webkit-transform: none;
            transform: none;
  }
}
.read_fixed > div a div.read_fixed_item {
  position: relative;
  padding-bottom: 30px;
}
@media only screen and (max-width: 768px) {
  .read_fixed > div a div.read_fixed_item {
    padding-bottom: 5.128vw;
  }
}
.read_fixed > div a div.read_fixed_item .title {
  font-size: 14px;
  font-weight: 700;
}
@media only screen and (max-width: 768px) {
  .read_fixed > div a div.read_fixed_item .title {
    font-size: 3.59vw;
  }
}
.read_fixed > div a div.read_fixed_item .day {
  position: absolute;
  bottom: 0;
  left: 0;
  line-height: 1;
  color: #ACACAC;
  font-family: "Concert One";
  font-size: 16px;
}
@media only screen and (max-width: 768px) {
  .read_fixed > div a div.read_fixed_item .day {
    font-size: 4.103vw;
  }
}/*# sourceMappingURL=single.css.map */