@font-face {
  font-family: "axis";
  src: url("../font/axis-std.eot");
  src: url("../font/axis-std.eot?#iefix") format("embedded-opentype"), url("../font/axis-std.woff2") format("woff2"), url("../font/axis-std.woff") format("woff"), url("../font/axis-std.ttf") format("truetype"), url("../font/axis-std.svg#lovericaregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
.page_title {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  -moz-column-gap: 10px;
       column-gap: 10px;
}
@media screen and (max-width: 767px) {
  .page_title .category {
    font-size: 2.5445292621vw;
  }
}
@media screen and (max-width: 767px) and (min-width: 500px) {
  .page_title .category {
    font-size: 1rem;
  }
}

.detail {
  padding: 12px 6px;
  border-bottom: #707070 1px solid;
  display: flex;
  gap: 2%;
  font-size: 12px;
}
@media screen and (max-width: 767px) {
  .detail {
    padding: 0;
    display: block;
    font-size: 3.0534351145vw;
  }
}
@media screen and (max-width: 767px) and (min-width: 500px) {
  .detail {
    font-size: 1.2rem;
  }
}
.detail .col1 {
  width: 11.9047619048%;
}
@media screen and (max-width: 767px) {
  .detail .col1 {
    width: 100%;
    padding: 7px 3px;
  }
  .detail .col1 + .col2 {
    border-top: #707070 1px solid;
  }
}
.detail .col1 p {
  line-height: 1.25;
}
.detail .col2 {
  display: flex;
  flex-grow: 1;
  -moz-column-gap: 3%;
       column-gap: 3%;
}
@media screen and (max-width: 767px) {
  .detail .col2 {
    display: block;
    padding: 7px 3px;
  }
}
.detail .col2 .credit {
  line-height: 1.25;
}

.page_row {
  position: relative;
}

.img_cat {
  width: 12.3655913978%;
  position: absolute;
  top: 35px;
  left: 0;
  text-align: center;
  padding-right: 0.5em;
}
@media screen and (max-width: 767px) {
  .img_cat {
    position: initial;
    width: 100%;
    text-align: left;
    padding: 0;
    margin-bottom: 15px;
  }
}
.img_cat p {
  display: inline-block;
  line-height: 1.5;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .img_cat p {
    font-size: 3.0534351145vw;
  }
}
@media screen and (max-width: 767px) and (min-width: 500px) {
  .img_cat p {
    font-size: 1.2rem;
  }
}

.img_wrapper {
  width: 75.2688172043%;
  max-width: 950px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .img_wrapper {
    width: 82.6446280992%;
  }
}
.img_wrapper .parts + .parts {
  margin-top: 15px;
}
@media screen and (max-width: 767px) {
  .img_wrapper .parts .img + .img {
    margin-top: 15px;
  }
}
.img_wrapper .youtube {
  width: 100%;
  aspect-ratio: 560/315;
  font-size: 0;
}
.img_wrapper .youtube iframe {
  max-width: 100%;
  max-height: 100%;
  width: 100%;
  height: 100%;
}
.img_wrapper .insta iframe {
  width: 100% !important;
  max-width: 100% !important;
  min-width: 100% !important;
}
.img_wrapper .oembed iframe {
  width: 100% !important;
  max-width: 100% !important;
  min-width: 100% !important;
  height: auto !important;
}
@media screen and (min-width: 768px) {
  .img_wrapper .flex_even {
    display: flex;
    gap: 20px;
  }
  .img_wrapper .flex_even .img {
    flex-grow: 1;
  }
  .img_wrapper .grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(2, 1fr);
    gap: 20px;
  }
  .img_wrapper .grid .img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .img_wrapper .grid2 .img:nth-of-type(1) {
    grid-column: span 2/span 2;
    grid-row: span 2/span 2;
  }
  .img_wrapper .grid2 .img:nth-of-type(2) {
    grid-row: span 2/span 2;
    grid-column-start: 3;
  }
  .img_wrapper .grid2_reverse .img:nth-of-type(1) {
    grid-column: span 2/span 2;
    grid-row: span 2/span 2;
    grid-column-start: 2;
    grid-row-start: 1;
  }
  .img_wrapper .grid2_reverse .img:nth-of-type(2) {
    grid-row: span 2/span 2;
    grid-column-start: 1;
    grid-row-start: 1;
  }
  .img_wrapper .grid3 .img:nth-of-type(1) {
    grid-column: span 2/span 2;
    grid-row: span 2/span 2;
  }
  .img_wrapper .grid3 .img:nth-of-type(2) {
    grid-column-start: 3;
  }
  .img_wrapper .grid3 .img:nth-of-type(3) {
    grid-column-start: 3;
    grid-row-start: 2;
  }
  .img_wrapper .grid3_reverse .img:nth-of-type(1) {
    grid-column: span 2/span 2;
    grid-row: span 2/span 2;
    grid-column-start: 2;
    grid-row-start: 1;
  }
  .img_wrapper .grid3_reverse .img:nth-of-type(2) {
    grid-column-start: 1;
    grid-row-start: 1;
  }
  .img_wrapper .grid3_reverse .img:nth-of-type(3) {
    grid-row-start: 2;
  }
}