.detail__wrap {
  background: #ffffff;
}

.detail__container {
  display: flex;
  width: 100%;
  max-width: 1660px;
  margin: 0 auto;
}

.post__image__caption {
  color:#707070;
  font-size: 13px;
  font-family: 'tenon', sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  font-weight: 100;
}

.detail__article__subinfo {
  position: relative;
  width: 15%;
  max-width: 260px;
  padding: 35px 18px 0 0;
  text-align: right;
  font-family: 'arno-pro', serif;
}

.detail__article__subinfo__inner {
  height: 100%;
}

.detail__article__category {
  position: sticky;
  top: 170px;
  left: 0;
  z-index: 0;
}

.detail__article__category a {
  display: block;
  color: #fff;
  transform-origin: left;
  -webkit-transition: transform 0.5s ease;
  -moz-transition: transform 0.5s ease;
  -o-transition: transform 0.5s ease;
  transition: transform 0.5s ease;
}

.detail__article__category .parent__category {
  font-size: 2vw;
  line-height: 1.2;
  margin-bottom: 0.5em;
}

.detail__article__category .child__category {
  font-size: 1.1vw;
}

.detail__article__subinfo .detail__article__date {
  position: fixed;
  bottom: 140px;
  width: 15%;
  max-width: 231px;
  transition: all 0.5s;
  z-index: 0;
}

.detail__article__subinfo .detail__article__date span {
  display: block;
  color: #fff;
  font-size: 1.3vw;
  text-align: right;
}

.detail__article__share {
  width: 15%;
  max-width: 260px;
  right: 0.5%;
  padding: 0.5rem;
}

.detail__article__share .share__list {
  list-style: none;
  /* position: sticky; */
  bottom: 20px;
  width: 60px;
  margin: 0;
  text-align: center;
  z-index: 0;
  cursor: pointer;
}

.detail__article__share .share__list__item .share__text {
  display: block;
  color: #fff;
  font-size: 10px;
  transform: scale(0.6);
}

.detail__article__share .share__list .share__list__item a {
  display: block;
}

.detail__article__share .share__list .share__list__item a img {
  -webkit-transition: transform 0.5s ease;
  -moz-transition: transform 0.5s ease;
  -o-transition: transform 0.5s ease;
  transition: transform 0.5s ease;
}

.detail__article__share .home__trending__item .article__style2022__text__author {
    margin-top: 0.2em;
}

.detail__article__wrap {
  width: 70%;
  /* max-width: 1140px; */
  /* padding: 15px 0 0; */
  background: #fff;
  max-width: 1364px;
  font-family: 'arno-pro', serif;
}

.detail__breadcrumb {
  max-width: 898px;
  margin: 0 auto 15px;
  font-size: 10px;
}

.detail__breadcrumb a {
  display: inline-block;
  color: #333;
  transform-origin: left;
  -webkit-transition: transform 0.5s ease;
  -moz-transition: transform 0.5s ease;
  -o-transition: transform 0.5s ease;
  transition: transform 0.5s ease;
}

.detail__breadcrumb .detail__breadcrumb__item {
  color: #333;
}

.detail__breadcrumb .detail__breadcrumb__item:not(:last-child)::after {
  padding: 0 4px;
  color: #333;
  font-size: 12px;
  content: '>';
}

.detail__article__wrap .article__mv__block {
  /* max-width: 898px; */
  margin: 0; /* auto 25px;*/
}

.detail__article__wrap h1,
.detail__article__wrap h2,
.detail__article__wrap h3,
.detail__article__wrap h4,
.detail__article__wrap h5,
.detail__article__wrap h6 {
  font-family: 'garamond-premier-pro', serif;
  font-weight: 400;
}

.detail__article__wrap .article__title__wrap {
  padding: 18px 50px 50px;
  /* background: url('../img/footer/bg-stripe.svg') no-repeat center / cover; */
}

.detail__article__wrap .article__title__wrap .author__name {
  display: none;
}

.detail__article__wrap .article__title__wrap .article__inner__wrap {
  position: relative;
  max-width: 923px;
  margin: auto;
  text-align: center;
}

.article__inner__wrap h3 a {
  color: #707070;
}

.detail__article__wrap a {
  transition: opacity 0.3s;
}

.detail__article__wrap a:hover {
  color: inherit;
  opacity: 0.5;
}

.detail__article__wrap .article__category__wrap {
  display: inline-flex;
  flex-wrap: wrap;
  margin-bottom: 8px;
  padding: 8px;
  background: #fff;
}

.detail__article__wrap .article__category__wrap a {
  display: inline-block;
  font-family: 'tenon', sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  font-weight: 300;
  color: #adadad;
  font-size: 15px;
  transform-origin: left;
  -webkit-transition: transform 0.5s ease;
  -moz-transition: transform 0.5s ease;
  -o-transition: transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: opacity 0.3s;
}

.detail__article__wrap .article__category__wrap .article__category__item:not(:first-child)::before {
  padding: 0 2px;
  color: #adadad;
  font-size: 15px;
  font-weight: 700;
  content: '/';
}

.detail__article__wrap .article__title {
  display: inline-block;
  margin-bottom: 8px;
  font-family: 'garamond-premier-pro', serif;
  font-size: 40px;
  line-height: 1.2;
  text-align: center;
  color: #707070;
  font-weight: 400;
}

.detail__article__wrap .article__sub__title {
  display: inline-block;
  padding: 0 8px;
  font-size: 18px;
  font-family: 'neue-haas-grotesk-display', sans-serif;
  color: #707070;
  letter-spacing: 0.05em;
  font-weight: 500;
}

.detail__article__wrap .author__wrap {
  /*   position: absolute; 
  bottom: -110px;
  left: 5px;*/
  text-transform: uppercase;
}

.detail__article__wrap .author__wrap .author__img {
  overflow: hidden;
  width: 53px;
  height: 53px;
  margin-top: 17px;
  border-radius: 50%;
}

.detail__article__wrap .author__wrap .author__name {
  display: block;
  margin: 5px 0 10px 0;
  color: #707070;
  font-family: 'tenon', sans-serif;
  font-size: 15px;
  letter-spacing: 0.02em;
  font-weight: 300;
}

.detail__article__wrap .author__name a {
  display: inline-block;
  color: #707070;
  transform-origin: left;
  -webkit-transition: transform 0.5s ease;
  -moz-transition: transform 0.5s ease;
  -o-transition: transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: opacity 0.3s;
  letter-spacing: 0.02em;
  font-weight: 300;
}

.detail__article__wrap .article__content {
  padding: 50px 0 75px;
  border-top: #D6D6D6 1px solid;
}

.detail__article__wrap .article__content .article__inner__wrap {
  max-width: 914px;
  margin: auto;
  width: 100%;
}

.detail__article__wrap .article__content p {
  /* margin-bottom: 25px; */
  color: #707070;
  font-size: 22px;
  line-height: 38px;
  font-family: 'arno', serif;
  max-width: 812px;
  margin: auto;
}

.detail__article__wrap .article__content p a {
  display: inline-block;
  border-bottom: 2px solid #e5d7af;
  color: #707070;
  font-weight: 400;
  transform-origin: left;
  -webkit-transition: transform 0.5s ease;
  -moz-transition: transform 0.5s ease;
  -o-transition: transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: opacity 0.3s;
  line-height: 1.2;
}

.detail__article__wrap .article__content h2,
.detail__article__wrap .article__content h3,
.detail__article__wrap .article__content h2 a {
  margin: 47px 0 25px;
  color: #707070;
  font-size: 38px;
  text-align: center;
  font-family: 'garamond-premier-pro', serif;
}

.detail__article__wrap .article__content h2::after,
.detail__article__wrap .article__content h3::after {
  content: '__';
  display: block;
  color: #e5d7af;
  margin: -12px 0;
}

.detail__article__wrap .article__content em {
  color: #272525;
  font-style: italic;
}

.detail__article__wrap .article__content img {
  margin-top: 22px;
  /* max-width: 1364px;
  width: auto;
  max-height: 910px;
  height: auto; */
}

.detail__article__wrap .article__content blockquote {
  margin: 45px 0 55px;
  padding: 30px 20px;
  background: #272525;
}

.detail__article__wrap .article__content blockquote p {
  margin: 0;
  color: #fff;
  font-family: 'Lato', sans-serif;
  font-size: 20px;
}

.detail__article__wrap .article__content .fve-video-wrapper {
  position: relative;
  overflow: hidden;
  height: 0;
  margin: 47px 0 0;
  padding-bottom: 56.25% !important;
  background-color: transparent;
}

.detail__article__wrap .article__content .fve-video-wrapper iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.related__wrap .article__inner__wrap {
  max-width: 1640px;
  margin: auto;
}

.related__wrap .related__title {
  font-size: 24px;
  letter-spacing: 0.68px;
  color: #707070;
  text-transform: uppercase;
  font-style: italic;
  font-weight: 600;
  font-family: 'garamond-premier-pro', serif;
}

.related__wrap .related__list {
  display: flex;
  list-style: none;
  margin: 0;
  padding-top: 20px;
  border-top: 1px solid #707070;
}

.related__wrap .related__img {
  overflow: hidden;
  position: relative;
  width: 100%;
  aspect-ratio: 3 / 2;
}

.related__wrap .related__img img {
  position: relative;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.related__wrap .related__over {
  overflow: hidden;
  position: absolute;
  height: 100%;
  padding: 18px 70px 18px 16px;
  background: #272525 url('../img/detail/article-stripe.svg') no-repeat bottom 18px right 4px / 45px;
  transition: all 0.8s;
}

.related__wrap .related__over__text {
  overflow: hidden;
  height: 100%;
  margin: 0;
  color: #fff;
  line-height: 1.3;
}

.related__wrap .related__over.is__hover {
  left: 0;
  bottom: 0;
}

.related__wrap .related__categpry a {
  color: #333;
  font-weight: 600;
  transition: opacity 0.3s;
}

.related__wrap .related__categpry__item:not(:first-child)::before {
  color: #333;
  font-weight: 600;
  content: '/';
}

.related__wrap .related__list__title,
.top__picks__wrap .related__list__title {
  margin-bottom: 0;
  color: #707070;
  font-size: 20px;
  line-height: 1.3;
  font-family: 'garamond-premier-pro', serif;
}

.related__wrap .related__auther__neme {
  margin: 0;
  color: #707070;
  font-family: 'tenon', sans-serif;
  font-size: 13px;
  text-transform: uppercase;
  line-height: 16px;
}

.related__wrap .related__auther__neme a {
  color: #707070;
  font-size: 13px;
  padding-top: 5px;
  font-weight: 300;
  letter-spacing: 0.02em;
  transition: opacity 0.3s;
}

.related__wrap .related__categpry a,
.related__wrap .related__content a {
  display: inline-block;
  transform-origin: left;
  -webkit-transition: transform 0.5s ease;
  -moz-transition: transform 0.5s ease;
  -o-transition: transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: opacity 0.3s;
}

.top__picks__wrap {
  padding: 37px 40px 46px;
}

.top__picks__wrap .related__title {
  display: inline-block;
  margin-bottom: 0;
  color: #707070;
  font-style: italic;
  text-transform: uppercase;
  margin-bottom: 5px;
}

.top__picks__wrap .related__list__item {
  width: 30.666%;
}

.top__picks__wrap .related__list__item:not(:last-child) {
  border-right: 1px solid #d6d6d6;
  padding-right: 12px;
  margin-right: 12px;
}

.top__picks__wrap .related__list__item a,
.related__wrap .related__content a {
  display: block;
  transition: opacity 0.3s;
}

.top__picks__wrap .related__list__item a:hover,
.related__wrap .related__content a:hover {
  opacity: 0.5;
}

.top__picks__wrap .related__categpry {
  display: inline-block;
  margin-bottom: 5px;
  padding: 0 12px 0 8px;
  background: #fff;
}

.top__picks__wrap .related__categpry a {
  font-size: 13px;
}

.related__content,
.top__picks__wrap .related__content {
  padding-top: 5px;
  background: #fff;
}

.partner__content__wrap {
  padding: 47px 40px;
}

.related__wrap + .related__wrap.partner__content__wrap {
  padding-top: 0;
}

.partner__content__wrap .related__title {
  text-transform: uppercase;
  font-style: italic;
  margin-bottom: 5px;
}

.partner__content__wrap .related__list__item {
  /* width: 31.333%; */
  width: 30.66%;
}

.partner__content__wrap .related__list__item:not(:last-child) {
  border-right: 1px solid #d6d6d6;
  padding-right: 12px;
  margin-right: 12px;
}

.partner__content__wrap .related__categpry {
  margin-bottom: 5px;
}

.partner__content__wrap .related__categpry a {
  font-size: 14px;
}

#show__list:hover + .show__list__item {
  display: block;
}

.gallery__view {
  margin: 0;
  margin-top: -100px;
  margin-bottom: 80px;
  padding-top: 0.9375rem;
  padding-left: 1.875rem;
  padding-right: 1.875rem;
  font-size: 14px;
  line-height: 1;
  text-align: left;
  font-family: Lato, sans-serif;
}

.gallery__view a {
  display: inline-block;
  width: 100%;
  max-width: 25%;
  margin: 0;
  padding: 0.5em 1em;
  color: #fff;
  background-color: #222;
  border: 1px solid #222;
  transition: color 0.5s, background-color 0.5s;
}

.gallery__view a:hover {
  color: #222;
  background-color: #fff;
}

.detail__wrap a:hover {
  color: inherit;
  opacity: 0.5;
}

.detail__container iframe {
  display: block !important;
  margin: auto !important;
}

img {
  width: 100%;
}

.special__offer {
    padding: 25px 0;
    border-bottom: 1px solid #707070;
    border-top: 1px solid #707070;
    text-align: center;
    max-width: 812px;
    margin: auto;
}
.special__offer p {
    font-family: 'garamond-premier-pro', serif !important;
    font-size: 38px !important;
    margin-bottom: 0 !important;
}

.article__date__text {
  color: #707070;
  font-family: 'tenon', sans-serif;
  font-size: 15px;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  font-weight: 300;
}

.article__tag {
  border-top: 1px solid #adadad;
  color: #adadad;
  padding-top: 10px;
  margin: 8% auto;
  text-transform: uppercase;
  font-family: 'tenon', sans-serif;
  font-weight: 100;
}

.article__tag__text {
  color: #adadad !important;
  border: none !important;
  padding: 0 5px;
}

.article__tag__text:hover {
  color: #707070 !important;
}

.article__content .article__tag {
    max-width: 812px;
}

.archive__rightcolumn {
  position: -webkit-sticky;
  position: sticky;
  top: 10%;
}

.archive__rightcolumn__innner li {
  display: block;
}

.archive__rightcolumn__innner h4 {
  display: inline-block;
  margin-bottom: 0;
  color: #707070;
  font-style: italic;
  text-transform: uppercase;
  font-weight: 600;
  font-family: 'garamond-premier-pro', serif;
}

.archive__rightcolumn__innner .home__trending__item span {
  display: none;
}

.archive__rightcolumn__innner a {
  color: #707070;
  font-size: 20px;
  line-height: 1;
  font-family: 'garamond-premier-pro', serif;
  font-weight: 400;
  transition: opacity 0.3s;
}

.archive__rightcolumn__innner a:hover {
  color: #707070;
  opacity: 0.5;
}

.archive__rightcolumn__innner .home__trending__item:first-of-type {
  border-top: 1px solid #707070;
  padding-top: 8px;
}

.archive__rightcolumn__innner .home__trending__item:nth-child(-n + 3) {
  border-bottom: 1px solid #adadad;
  margin-bottom: 8px;
}

p.article__style2022__text__author {
  margin-bottom: 8px;
  line-height: 1.3;
}

.wp-caption .wp-caption-text {
  color: #707070;
  text-transform: uppercase;
  font-family: 'tenon', sans-serif;
  font-weight: 300;
  letter-spacing: 0.26px;
}

.home__trending__item:not(:nth-child(-n + 4)) {
  display: none;
}

.article__style2022__text__author a {
  font-size: 13px;
  font-family: tenon, sans-serif;
  font-weight: 300;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

.home__trending__item h5 {
  margin: 0;
}

.share__list__item {
  padding: 5px;
}

.share__list__item img {
  width: 22px;
}

.home__article__img__hover {
  display: none;
}

.related__list__item a:hover {
  display: block;
  opacity: 0.5;
}

@media only screen and (min-width: 1400px) {
  .detail__article__category .parent__category {
    font-size: 30px;
  }

  .detail__article__category .child__category {
    font-size: 16px;
  }

  .detail__article__subinfo .detail__article__date span {
    font-size: 17px;
  }
}

@media only screen and (max-width: 1600px) {
  .detail__article__subinfo .detail__article__date {
    padding-right: 18px;
  }
}

@media only screen and (max-width: 1400px) {
  .detail__article__wrap .article__content h1,
  .detail__article__wrap .article__content h2,
  .detail__article__wrap .article__content h3,
  .detail__article__wrap.article__content h4,
  .detail__article__wrap .article__content h5,
  .detail__article__wrap .article__content h6,
  .detail__article__wrap .article__content p {
    padding: 0 20px;
  }

  .detail__article__wrap .article__content blockquote {
    margin: 45px 40px 55px;
  }

  .detail__article__wrap .article__content blockquote p {
    padding: 0;
  }
}

@media only screen and (max-width: 1284px) {
  .detail__breadcrumb {
    margin: 0 5px 20px;
  }

  .archive__rightcolumn {
    display: none;
  }

  .detail__article__share {
    width: 10%;
  }

  .show__list {
    margin-left: 1% !important;
  }
}

@media only screen and (max-width: 1024px) {
  .related__list__item a:hover .home__article__img__hover {
    transform: translateY(105%);
  }

  .gallery__view {
    font-size: 11px;
    transition: color 0s, background-color 0s;
  }

  .gallery__view a {
    display: inline-block;
    width: auto;
    max-width: 100%;
  }
  .gallery__view a:hover {
    color: #fff;
    background-color: #222;
  }
}

@media only screen and (min-width: 710px) and (max-width: 900px) {
  .related__wrap .related__title {
    font-size: 3.1vw;
  }

  .top__picks__wrap .related__categpry a {
    font-size: 1.4vw;
  }

  .related__wrap .related__categpry__item:not(:first-child)::before {
    font-size: 1.4vw;
  }

  .related__wrap .related__list__title {
    font-size: 1.9vw;
  }

  .partner__content__wrap .related__categpry a {
    font-size: 1.5vw;
  }
}

@media only screen and (min-width: 710px) {
  .mobile__share__list {
    display: none;
  }
  .article__outer__wrap {
    display: flex;
  }
  .show__list {
    list-style: none;
    position: absolute;
    margin: 0;
    margin-left: -3%;
  }
  .show__list a {
    border: none !important;
  }
  .related__img {
    padding-bottom: 12px;
  }
  .footer__sns__icon {
    margin-top: 10px;
  }
}

@media only screen and (max-width: 710px) {
  .sns__list {
    display: none;
  }
  .detail__article__subinfo,
  .detail__article__share {
    display: none;
  }

  .detail__article__wrap .article__title__wrap {
    padding: 18px 40px 40px;
    text-align: center;
    max-width: 1038px;
    margin: auto;
    order: 1;
  }

  .detail__article__wrap .article__mv__block {
    margin: 0;
    order: 2;
  }

  .mobile__share__list {
    display: flex;
    flex-direction: row;
    order: 3;
    justify-content: center;
    list-style: none;
    padding: 8px;
    margin: 20px 0;
    width: 100%;
    border-top: 1px solid #adadad;
    border-bottom: 1px solid #adadad;
  }

  .detail__article__wrap {
    width: 100%;
    display: flex;
    flex-direction: column;
  }

  .detail__article__wrap .article__content {
    padding: 40px 0;
    order: 4;
  }

  .detail__article__wrap .article__content h2::after,
  .detail__article__wrap .article__content h3::after {
    margin-top: -20px;
  }

  .related__wrap .related__list {
    flex-wrap: wrap;
  }

  .related__wrap .related__list__item:nth-child(1) {
    width: 100%;
  }

  .related__wrap .related__list__item:nth-child(2),
  .related__wrap .related__list__item:nth-child(3) {
    width: 48%;
  }

  .partner__content__wrap .related__list__item:nth-child(2) {
    margin-right: 4%;
  }

  .partner__content__wrap .related__list__item {
    width: 100%;
  }

  .partner__content__wrap .related__list__item:last-child {
    border: none;
  }

  .top__picks__wrap .related__list__item:not(:last-child) {
    border-right: none;
    border-bottom: 1px solid #d6d6d6;
    padding-right: 0;
    margin-right: 0;
  }

  .related__wrap .related__title {
    font-size: 7vw;
    margin: 0;
    padding: 3px 0;
  }

  .related__wrap .related__list {
    display: block;
    padding: 0;
  }

  .related__wrap .related__list .related__content {
    margin-left: 10px;
    display: flex;
    flex-direction: column;
    width: 66.6666%;
  }

  .related__list__item > a {
    width: 33.3333%;
  }

  .related__wrap .related__list__item {
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 12px 0;
    border-bottom: 1px solid #d6d6d6;
  }

  .related__wrap .related__list__item:nth-child(1) {
    margin-bottom: 0;
  }

  .related__wrap .related__list__item:nth-child(2),
  .related__wrap .related__list__item:nth-child(3) {
    width: 100%;
  }

  .related__wrap .related__img {
    padding-top: 0;
  }

  .related__wrap .related__auther__neme {
    display: inline-block;
    background: #fff;
    font-size: 3vw;
  }

  .related__wrap .related__over {
    display: none;
  }

  .related__wrap .related__categpry__item:not(:first-child)::before {
    font-size: 13px;
  }

  .top__picks__wrap {
    padding: 0;
    /* background: url('../img/detail/related-bg-sp.svg') no-repeat center / cover; */
  }

  .top__picks__wrap .related__title {
    display: block;
    padding: 3px 0;
  }

  .top__picks__wrap .related__content {
    padding: 0;
    background: none;
    text-align: left;
    margin-left: 10px;
  }

  .related__wrap .related__list__title,
  .top__picks__wrap .related__list__title {
    background: #fff;
    font-size: 4.5vw;
    line-height: 5vw;
  }

  .top__picks__wrap .related__list__item:not(:last-child) {
    border-bottom: 1px solid #d6d6d6;
    border-right: none;
    margin-right: 0;
    padding-right: 0;
  }

  .related__wrap .article__inner__wrap {
    padding: 0 4vw;
  }

  .partner__content__wrap {
    padding: 30px 0;
  }

  .related__wrap + .related__wrap.partner__content__wrap {
    padding: 30px 0;
  }

  .partner__content__wrap .related__list__item:not(:last-child) {
    border-right: none;
    border-bottom: 1px solid #d6d6d6;
    margin-right: 0;
    padding-right: 0;
  }

  .partner__content__wrap .related__categpry__item:not(:first-child)::before {
    color: #fff;
  }

  .share__list {
    display: none;
  }

  .mobile__share__list {
    display: flex;
    flex-direction: row;
    order: 3;
    justify-content: center;
    list-style: none;
    padding: 8px;
    margin: 20px 0;
    width: 100%;
    border-top: 1px solid #adadad;
    border-bottom: 1px solid #adadad;
  }

  .mobile__share__list #show__list__item {
    display: flex;
  }

  #show__list {
    display: flex;
    flex-direction: column-reverse;
  }

  #show__list:hover + #show__list__item {
    display: block;
  }

  li.share__list__item {
    padding: 10px;
  }

  .article__tag {
    font-size: 13px;
    margin: 40px 20px;
  }

  .detail__article__wrap .article__content p:first-child::before {
    display: none;
  }

  .related__wrap .related__auther__neme a {
    font-size: 3vw;
  }
}

@media only screen and (max-width: 534px) {
  .detail__wrap {
    display: block;
  }

  .detail__article__subinfo,
  .detail__article__share {
    display: none;
  }

  .detail__article__wrap {
    width: 100%;
    padding: 0;
    display: flex;
    flex-direction: column;
  }

  .detail__breadcrumb {
    margin: 5px;
    font-size: 10px;
  }

  .detail__article__wrap .article__content p:first-child::before {
    display: none;
  }

  .detail__article__wrap .article__mv__block {
    margin: 0;
    order: 2;
  }

  .detail__article__wrap .article__title__wrap {
    padding: 18px 40px 40px;
    text-align: center;
    max-width: 1038px;
    margin: auto;
    order: 1;
  }

  .detail__article__wrap .article__category__wrap {
    margin-bottom: 6px;
    padding: 2px 6px;
  }

  .detail__article__wrap .article__category__wrap a {
    font-size: 13px;
    letter-spacing: 0.26px;
    color: #d6d6d6;
  }

  .detail__article__wrap .article__category__wrap .article__category__item:not(:first-child)::before {
    font-size: 13px;
  }

  .detail__article__wrap .article__title {
    margin-bottom: 5px;
    padding: 5px 10px;
    font-size: 7vw;
    line-height: 38px;
  }

  .detail__article__wrap .article__sub__title {
    letter-spacing: 0.72px;
    font-size: 16px;
  }

  .detail__article__wrap .article__sub__title::after {
    display: block;
    border-top: 1px solid #e5d7af;
    width: 50px;
    margin: 20px auto;
  }

  .detail__article__wrap .article__title__wrap .author__name {
    display: inline-block;
    margin: 0;
    padding: 0 8px;
    background: #fff;
    color: #707070;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 0.26px;
    font-family: tenon, sans-serif;
    font-weight: 300;
  }

  .detail__article__wrap .article__title__wrap .author__name a {
    color: #707070;
    font-size: 13px;
  }

  .article__date__text {
    font-size: 13px;
  }

  .detail__article__wrap .article__sub__title::after {
    content: '';
  }

  .detail__article__wrap .author__wrap {
    left: 50%;
    bottom: -70px;
    transform: translateX(-50%);
  }

  .detail__article__wrap .author__wrap .author__name {
    display: none;
  }

  .detail__article__wrap .author__wrap .author__img {
    margin: auto;
  }

  .detail__article__wrap .article__content {
    padding: 40px 0;
    order: 4;
  }

  .detail__article__wrap .article__content p {
    margin-bottom: 20px;
    font-size: 4.5vw;
  }

  .detail__article__wrap .article__content h2,
  .detail__article__wrap .article__content h3 {
    margin: 25px 0 15px;
    font-size: 7vw;
  }

  .detail__article__wrap .article__content img {
    margin-top: 10px;
  }

  .detail__article__wrap .article__content blockquote {
    margin: 33px 40px;
  }

  .detail__article__wrap .article__content .fve-video-wrapper {
    margin: 35px 0 0;
  }

  .gallery__view {
    margin-top: -100px;
    margin-bottom: 12vw;
    padding-top: 2vw;
    padding-left: 8vw;
    padding-right: 8vw;
    font-size: 3vw;
  }

  .gallery__view a {
    display: inline-block;
    width: auto;
    max-width: 100%;
  }
}
