@charset "UTF-8";
.record .form-switch-radio__label {
  font-weight: bold;
}
.record .form-switch-radio__block.is-active .form-switch-radio__label {
  background: black;
  color: white;
}
.record .search-results__sort-wrapper {
  align-items: center;
}
.record .search-results__sort-wrapper .original-select__btn {
  background-size: 18rem;
}
.record .record-head__wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.record .record-head__wrapper .basic-button {
  width: 100%;
  max-width: 150rem;
}
.record .sort-condition {
  align-items: center;
}
.record .search-results__sort-wrapper {
  display: flex;
  gap: 20rem;
}
.record .record-panel .article-panel__data-area {
  gap: 15rem;
  margin-top: 0;
}
.record .menu-modal__form-box--term .form-row-box__body {
  width: auto;
  max-width: initial;
}

.record-detail {
  position: relative;
  padding-bottom: 10rem;
}
.record-detail .record-article__list .article-panel__description {
  font-size: 14rem;
  line-height: 1.45;
  margin-top: 7rem;
}
.record-detail .article-panel__inner--center {
  align-items: center;
  border: 0;
}
.record-detail .record-detail-article .user-info__name__text {
  font-weight: normal;
  font-size: 14rem;
}
.record-detail .record-detail__wrapper .article-panel__title {
  font-weight: bold;
  font-size: 24rem;
  margin-top: 5rem;
  margin-bottom: 10rem;
}
.record-detail .record-detail__wrapper .article-panel__time,
.record-detail .record-detail__wrapper .article-panel__party {
  padding-top: 5rem;
}
.record-detail .user-info__thumb-and-name {
  display: flex;
  align-items: center;
  padding-top: 8rem;
}
.record-detail .user-info__thumbnail {
  margin-right: 8rem;
}
.record-detail .user-info__thumbnail__inner {
  width: 40rem;
  height: 40rem;
}
.record-detail .user-info__name__text {
  font-weight: normal;
  font-size: 14rem;
}
.record-detail .record-detail-article-block__body {
  margin: 40rem auto;
}
.record-detail .record-article__block-heading {
  margin-bottom: 15rem;
  font-weight: normal;
}
.record-detail .record-article__block {
  border-bottom: 1px solid #BCBCBC;
  padding: 20rem 0;
  width: 100%;
}
.record-detail .record-article__block__title {
  font-weight: bold;
  font-size: 16rem;
}
.record-detail .record-article__block__content {
  font-size: 16rem;
  word-break: normal;
}
.record-detail .record-article__log {
  background: #529B60;
  color: #fff;
  display: flex;
  flex-wrap: wrap;
  padding: 15rem 15rem 24rem;
  gap: 15rem;
}
.record-detail .record-article__log__block {
  width: calc(50% - 7.5rem);
  border-bottom: 1px solid #FFF;
}
.record-detail .record-article__log__title {
  font-size: 16rem;
  font-weight: 600;
}
.record-detail .record-article__log__body {
  font-size: 16rem;
}
.record-detail .record-article__log__note {
  font-size: 12rem;
  display: inline-block;
  margin-right: 0.5em;
}
.record-detail .record-article__buttons {
  display: flex;
  justify-content: center;
  gap: 16rem;
}
.record-detail .record-article__item-table {
  width: 100%;
  font-size: 10rem;
  display: flex;
  flex-wrap: wrap;
  gap: 10rem 10rem;
}
.record-detail .record-article__item-table__text {
  font-size: 14rem;
  width: calc((100% - 20rem) / 3);
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 1;
}
.record-detail .record-comment.form-wrapper {
  padding: 0;
  width: 100%;
  max-width: 100%;
}
.record-detail .record-comment .form-wrapper__inner {
  max-width: 100%;
  padding: 20rem 15rem 30rem;
}
.record-detail .record-comment__title {
  font-size: 16rem;
  font-weight: 600;
}
.record-detail .record-comment__block__wrapper {
  padding-top: 25rem;
  position: relative;
}
.record-detail .record-comment__block__wrapper--hide {
  display: none;
}
.record-detail .record-comment__block__wrapper--hide .record-comment__block {
  padding-left: 40rem;
  padding-top: 20rem;
  border-top: 1px solid #AFA95A;
}
.record-detail .record-comment__block {
  padding-left: 40rem;
}
.record-detail .record-comment__block:not(:last-of-type) {
  padding-bottom: 25rem;
}
.record-detail .record-comment__block:not(:first-of-type) {
  padding-top: 20rem;
  border-top: 1px solid #AFA95A;
}
.record-detail .record-comment__textarea {
  position: relative;
}
.record-detail .record-comment__textarea__notes {
  position: absolute;
  left: 15rem;
  top: 12rem;
  font-size: 14rem;
  line-height: 1.45;
  color: var(--colorText2);
  pointer-events: none;
}
.record-detail .record-comment__textarea__notes a {
  pointer-events: auto;
}
.record-detail .form-input__content:focus ~ .record-comment__textarea__notes {
  display: none;
}
.record-detail .record-comment__author {
  display: flex;
  margin-bottom: 15rem;
}
.record-detail .record-comment__author .user-info__thumb-and-name {
  padding-top: 0;
  position: relative;
}
.record-detail .record-comment__author .user-info__thumbnail {
  position: absolute;
  left: -40rem;
  top: 6rem;
}
.record-detail .record-comment__author .user-info__thumbnail__inner {
  width: 32.2rem;
  height: 32.2rem;
}
.record-detail .record-comment__author .user-info__name__text,
.record-detail .record-comment__author .article-date {
  font-size: 12rem;
}
.record-detail .record-comment__post {
  font-size: 16rem;
  line-height: 1.6875;
}
.record-detail .record-comment__text-link {
  font-size: 16rem;
  padding-left: 40rem;
}
.record-detail .record-comment__text-link .js-showMore {
  cursor: pointer;
}
.record-detail .article-panel-list.article-panel-list--pc-column1.article-panel-list--sp-column1 {
  display: flex;
  align-items: center;
  justify-content: center;
}
.record-detail .article-panel-list.article-panel-list--pc-column1.article-panel-list--sp-column1 .article-panel {
  border-bottom: none;
}
.record-detail .article-panel-list.article-panel-list--pc-column1.article-panel-list--sp-column1 .article-panel + .article-panel {
  margin-top: 10rem;
}
.record-detail .article-panel-list.article-panel-list--pc-column1.article-panel-list--sp-column1 .article-panel__link {
  text-align: center;
}
.record-detail .article-panel-list.article-panel-list--pc-column1.article-panel-list--sp-column1 .article-panel__inner {
  display: inline-flex;
  height: auto;
}
.record-detail .article-panel-list.article-panel-list--pc-column1.article-panel-list--sp-column1 .article-panel__thumbnail {
  width: auto;
}
.record-detail .article-panel-list.article-panel-list--pc-column1.article-panel-list--sp-column1 .article-panel__thumbnail__inner {
  padding-top: 0;
  text-align: center;
}
.record-detail .article-panel-list.article-panel-list--pc-column1.article-panel-list--sp-column1 .article-panel__thumbnail__inner::before {
  display: none;
}
.record-detail .article-panel-list.article-panel-list--pc-column1.article-panel-list--sp-column1 .article-panel__thumbnail__inner img {
  width: auto;
  height: auto;
  -o-object-fit: none;
     object-fit: none;
  position: relative;
  top: auto;
  left: auto;
}
.record-detail .article-panel-list.article-panel-list--pc-column1.article-panel-list--sp-column1 .article-panel__thumbnail__inner img.horizontal-img {
  -o-object-fit: fill;
     object-fit: fill;
  width: 384rem;
}
.record-detail .article-panel-list.article-panel-list--pc-column1.article-panel-list--sp-column1 .article-panel__thumbnail__inner img.vertical-img {
  width: 288rem;
  -o-object-fit: fill;
     object-fit: fill;
}
.record-detail .record-article__route-recommendation {
  border-bottom: 1px solid #CCCCCC;
  padding-bottom: 10rem;
}
.record-detail .record-article__route-recommendation:not(:last-of-type) {
  margin-bottom: 20rem;
}
.record-detail .record-article__route-recommendation .text-link {
  margin-top: 15rem;
}
.record-detail .record-article__route-recommendation .article-panel__data-area {
  justify-content: left;
  gap: 10rem;
  margin-top: 15rem;
}
.record-detail .record-article__route-recommendation__block span:not(:last-of-type)::after {
  content: "|";
  padding-left: 0.5em;
}
.record-detail .record-article__route-recommendation__details {
  display: flex;
  flex-wrap: wrap;
}
.record-detail .record-article__route-recommendation__list {
  display: flex;
  font-size: 14rem;
  line-height: 1;
  padding-right: 20rem;
  margin-top: 15rem;
}
.record-detail .record-article__route-recommendation__list:not(:first-of-type) {
  border-left: 1px solid #DDDDDD;
  padding-left: 20rem;
}
.record-detail .record-article__route-recommendation__list dt::after {
  content: ":";
  padding-left: 0.5em;
  padding-right: 0.5em;
}
.record-detail .article-panel-list--record-news .article-panel__link,
.record-detail .article-panel-list--record-news .article-date {
  padding-top: 10rem;
  line-height: 1;
  padding-bottom: 10rem;
}
.record-detail .record-article__float-menu {
  z-index: 99;
  width: -moz-fit-content;
  width: fit-content;
}
.record-detail .record-article__float-menu__button {
  box-shadow: 0px 3rem 6rem rgba(0, 0, 0, 0.16);
  border-radius: 999rem;
  overflow: hidden;
  transition: width 0.3s;
}
.record-detail .record-article__float-menu__button__text {
  white-space: nowrap;
}
.record-detail .record-article__float-menu:not(.is-expand) .basic-button__icon {
  margin-left: 2rem;
  margin-right: 0;
}
.record-detail .record-article__float-menu:not(.is-expand) .record-article__float-menu__button {
  width: 40rem;
}
.record-detail .record-article__float-menu:not(.is-expand) .record-article__float-menu__button__text {
  display: none;
}

.record-tool .page-button-head {
  align-items: flex-start;
}
.record-tool .page-button-head__setting__item .basic-button--color-dark {
  height: 48rem;
}

.category-section {
  padding: 20rem 0;
}

.brand-channel {
  padding: 30rem 0;
}

.brand-channel__list {
  margin-top: 20rem;
}

.brand-channel__item {
  border-bottom: 1px solid var(--colorBorder1);
  padding-bottom: 5rem;
}
.brand-channel__item:not(:first-of-type) {
  margin-top: 10rem;
}

.brand-channel__basic-button {
  margin-top: 20rem;
}

.news,
.new-product {
  padding: 30rem 0;
}
.news .article-panel-list,
.new-product .article-panel-list {
  margin-top: 20rem;
}
.news .article-panel-list .article-panel__inner,
.new-product .article-panel-list .article-panel__inner {
  padding-bottom: 8rem;
}
.news .article-panel__thumbnail,
.new-product .article-panel__thumbnail {
  display: flex;
  align-items: center;
}

.news__basic-button,
.new-product__basic-button {
  margin-top: 20rem;
}

/* record/search
--------------------------------------------------*/
.search-results__head {
  display: flex;
  justify-content: space-between;
  padding-top: 20rem;
  padding-bottom: 15rem;
  border-bottom: 1px solid #343434;
  font-size: 14rem;
}
.search-results__head .original-select__btn {
  background-position: left center;
  padding-left: 24rem;
}

.search-results__list {
  display: flex;
  flex-direction: column;
  row-gap: 15rem;
  padding: 15rem 0;
}

.search-results__item {
  padding-bottom: 15rem;
  border-bottom: 1px solid #DDDDDD;
}

.search-results-item__thumbnail {
  flex: none;
}

/* record/ | ヤマ道具リスト
--------------------------------------------------*/
.tool-list .search-form__category-list {
  margin-top: 0;
}

.tool-list__category {
  margin-top: -10rem;
}
.tool-list__category .line-limit-text {
  -webkit-line-clamp: 3;
}

.search-details .product__wrapper {
  display: flex;
  margin-bottom: 30rem;
  width: 100%;
}
.search-details .swiper-slide {
  transition: none;
}
.search-details .product-swiper-wrap {
  position: relative;
  margin: 0 auto;
  width: 100%;
}
.search-details .product-main-slider {
  width: 100%;
  height: auto;
  margin: 0 auto;
  cursor: pointer;
  margin-bottom: 15rem;
}
.search-details .swiper-wrapper__main {
  border: 1px solid #DDDDDD;
  height: auto;
  margin-bottom: 8rem;
  position: relative;
  width: 100%;
}
.search-details .product-thumbnail__inner-wrapper {
  position: relative;
}
.search-details .product-thumbnail__list {
  width: 100%;
  display: flex;
  cursor: pointer;
  gap: 10rem;
}
.search-details .product-thumbnail__item {
  width: calc((100% - 46rem) / 5);
  height: auto;
  border: 1px solid #F2F2F2;
  background: #F2F2F2;
}
.search-details .product-thumbnail__item._no-image {
  pointer-events: none;
}
.search-details .image-container {
  aspect-ratio: 1/1;
  background: #fff;
}
.search-details .image-container img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.search-details .product-thumbnail__wrap {
  width: 100%;
}
.search-details .product-image__block {
  position: relative;
}
.search-details .product-description__block {
  width: 100%;
}
.search-details .product-description__block .definition-list {
  border: none;
}
.search-details .product-description__block .product-nav a {
  color: #0757D8;
}
.search-details .product-description__block .product-nav a:not(:last-child)::after {
  content: "/";
  padding-left: 0.2em;
}
.search-details .product-description__block .product-description__title {
  font-size: 24rem;
  font-weight: bold;
  line-height: 1.45;
  padding-bottom: 8rem;
}
.search-details .product-description__block .user-info__name__text {
  color: #0757D8;
  font-size: 12rem;
  font-weight: normal;
}
.search-details .user-info {
  background: transparent;
  padding: 0;
  display: flex;
}
.search-details .user-info__thumb-and-name {
  display: flex;
  align-items: center;
  margin-right: 10rem;
}
.search-details .user-info__label {
  position: relative;
  top: 0;
  right: 0;
}
.search-details .user-info__thumbnail {
  margin-right: 6.4rem;
}
.search-details .user-info__thumbnail__inner {
  width: 32rem;
  height: 32rem;
  margin-bottom: 0;
}
.search-details .user-info__label {
  margin: auto 0;
}
.search-details .block-heading {
  margin-bottom: 20rem;
}
.search-details .section-heading {
  font-size: 16rem;
}
.search-details .link__wrapper {
  margin-top: 20rem;
}
.search-details .equipment-card__equipment-name {
  font-size: 16rem !important;
}

.photo-lead__inner {
  display: flex;
}

.photo-lead__status {
  margin-right: 10rem;
  width: 70rem;
  height: 70rem;
  flex: none;
}
.photo-lead__status img {
  width: 100%;
  height: 100%;
}

.photo-lead__content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}

.photo-lead__title {
  font-size: 16rem;
  font-weight: bold;
  display: flex;
  align-items: center;
  flex: 1 1;
}

.photo-lead__text {
  margin-top: 16rem;
}

.photo-lead__button {
  display: block;
  margin: 20rem auto 0;
}

.photo__gallery {
  margin-top: 40rem;
}

.photo__photo-list {
  margin-top: 60rem;
}

.photo__photo-list-button {
  margin-top: 5rem;
  margin-left: auto;
  margin-right: auto;
}

.photo__photo-contest {
  margin-top: 60rem;
}

.photo-edit.contents,
.photo-post.contents,
.photo-finish.contents {
  margin: 0 auto;
  max-width: 800rem;
  width: 100%;
}

.photo-edit .form-wrapper,
.photo-post .form-wrapper {
  padding: 40rem 0 60rem;
}
.photo-edit .form-text,
.photo-post .form-text {
  margin-bottom: 10rem;
}
.photo-edit .button__wrapper,
.photo-post .button__wrapper {
  text-align: center;
}
.photo-edit .button__wrapper .basic-button,
.photo-post .button__wrapper .basic-button {
  margin-bottom: 30rem;
}

.photo-post .form-file {
  flex-direction: column;
  align-items: flex-start;
  gap: 10rem;
}
.photo-post .form-file__txt {
  width: 100%;
}
.photo-post .form-file__content {
  width: 100%;
  padding: 17rem;
}

.photo-finish .form-progress,
.photo-post .form-progress {
  gap: 143rem;
}

.record-photo-detail {
  padding-top: 0;
}
.record-photo-detail .swiper__wrapper {
  margin: 0 auto 60rem;
  background: #343434;
}
.record-photo-detail .swiper__wrapper .swiper {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  z-index: 1;
  overflow: visible;
  max-width: 800rem;
  padding: 40rem 0;
}
.record-photo-detail .swiper__wrapper .swiper-container {
  width: 100%;
  max-width: 800rem;
  height: auto;
  margin: 0 auto;
  overflow: hidden;
  cursor: pointer;
}
.record-photo-detail .swiper__wrapper .swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
}
.record-photo-detail .swiper__wrapper .swiper-slide {
  position: relative;
  display: flex;
  text-align: center;
  width: 100%;
  height: 100%;
  justify-content: center;
}
.record-photo-detail .swiper__wrapper .swiper-slide img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.record-photo-detail .swiper__wrapper .recommend-slider__arrows {
  padding: 0;
  left: 0;
}
.record-photo-detail .swiper__wrapper .recommend-slider__arrows .slider-arrow--prev {
  left: 0;
  transform: translateX(-80rem);
}
.record-photo-detail .swiper__wrapper .recommend-slider__arrows .slider-arrow--next {
  right: 0;
  transform: translateX(80rem);
}
.record-photo-detail .record-photo-head {
  margin: 0 auto 60rem;
  background: #343434;
  padding: 10rem 0;
  position: relative;
}
.record-photo-detail .record-photo-container {
  margin: 0 auto;
  height: calc(var(--vh) - var(--headerHeight) - 20rem - 100px);
  position: relative;
}
.record-photo-detail .record-photo-container img {
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
  height: 100%;
}
.record-photo-detail .record-photo-arrows {
  display: flex;
  justify-content: space-between;
  position: absolute;
  z-index: 10;
  width: 100%;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.record-photo-detail .container {
  margin: 0 auto;
}
.record-photo-detail .photo-detail__container {
  max-width: 800rem;
  width: 100%;
  margin: 0 auto;
}
.record-photo-detail .photo-detail__container .heading {
  font-weight: bold;
  font-size: 24rem;
  width: 100%;
}
.record-photo-detail .photo-detail__icon {
  position: relative;
  padding-left: 25rem;
}
.record-photo-detail .photo-detail__head {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.record-photo-detail .photo-detail__heading {
  width: 100%;
}
.record-photo-detail .button__wrapper {
  display: flex;
  justify-content: right;
  width: 100%;
  gap: 10rem;
}
.record-photo-detail .button__wrapper .basic-button {
  max-width: 150rem;
  border-radius: 0;
}
.record-photo-detail .photo-detail__list {
  display: flex;
  flex-direction: column;
}
.record-photo-detail .photo-detail__item dt {
  font-weight: bold;
}
.record-photo-detail .photo-detail__flex {
  display: flex;
  align-items: center;
  margin-top: 6rem;
}
.record-photo-detail .photo-detail__thumbnail {
  margin-right: 6.5rem;
  display: inline-block;
}
.record-photo-detail .photo-detail__thumbnail__inner {
  width: 32rem;
  height: 32rem;
  border-radius: 50%;
  overflow: hidden;
}
.record-photo-detail .photo-detail__thumbnail__inner img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.record-photo-detail .mypage-common-popmenu__inner {
  padding-bottom: 0;
}
@media (max-width: 767px) {
  .record .record-head__wrapper {
    flex-direction: column;
    align-items: flex-start;
  }
  .record .record-head__wrapper .basic-button {
    max-width: 100%;
  }
  .record .sort-condition__select {
    flex-direction: column;
  }
  .record .sort-condition__select .sort-label {
    padding: 6rem;
    gap: 5rem;
  }
  .record .sort-condition__select .sort-label__txt {
    font-size: 10rem;
  }
  .record .record-panel .edit-table__article__flex-box {
    align-items: flex-start;
  }
  .record .menu-modal__form-box--term {
    display: flex;
    justify-content: space-between;
  }
  .record-detail .article-panel__inner {
    flex-direction: column;
  }
  .record-detail .article-panel__inner--sp-row {
    flex-direction: row;
  }
  .record-detail .record-detail__wrapper .article-panel__body {
    padding-top: 15rem;
  }
  .record-detail .record-detail__wrapper .article-panel__thumbnail {
    width: 100vw;
    margin-right: 0;
  }
  .record-detail .record-detail__wrapper .article-panel__content {
    font-size: 16rem;
  }
  .record-detail .user-info__thumb-and-name .user-info__label {
    position: relative;
    top: 0;
    right: 0;
    margin-left: 8rem;
  }
  .record-detail .record-detail-article-block__body {
    margin: 30rem auto;
  }
  .record-detail .record-detail-article-block__body .anchor-menu__link {
    text-align: center;
  }
  .record-detail .record-article__table .record-article__block {
    padding-top: 15rem;
    padding-bottom: 15rem;
  }
  .record-detail .record-article__table .record-article__block__title {
    padding-bottom: 5rem;
  }
  .record-detail .record-article__log__body {
    border-bottom: 1px solid #FFF;
  }
  .record-detail .record-article__log__body:last-child:not(:first-of-type) {
    border-bottom: none;
  }
  .record-detail .record-article__map {
    width: 100vw;
    margin-left: calc(var(--sidePaddingSp1) * -1);
  }
  .record-detail .record-article__comment {
    border-bottom: 1px solid var(--colorText1);
    padding-bottom: 60rem;
  }
  .record-detail .record-comment.form-wrapper--sp-fullscreen {
    width: 100vw;
    max-width: 100vw;
  }
  .record-detail .article-panel-list.article-panel-list--pc-column5.article-panel-list--sp-column2:not(.is_open) .article-panel:nth-child(n+7) {
    display: none;
  }
  .record-detail .article-panel-list.article-panel-list--pc-column1.article-panel-list--sp-column1:not(.is_open) .article-panel:nth-child(n+6) {
    display: none;
  }
  .record-detail .record-article__sp-small-slider .article-panel {
    width: 100rem;
  }
  .record-detail .record-article__route-recommendation .text-link {
    margin-top: 10rem;
  }
  .record-detail .record-article__route-recommendation__list {
    width: 50%;
  }
  .record-detail .record-article__route-recommendation__list:nth-child(odd) {
    border-left: none;
    padding-left: 0;
  }
  .record-detail .record-article__route-recommendation__list:nth-child(2n) {
    padding-right: 0;
  }
  .record-detail .record-article__route-recommendation__list dt::after {
    padding-left: 0.2em;
    padding-right: 0.2em;
  }
  .record-detail .article-panel-list--record-news {
    border-bottom: 1px solid var(--colorText2);
    padding-bottom: 10rem;
  }
  .record-detail .article-panel-list--record-news .article-panel__link,
.record-detail .article-panel-list--record-news .article-date {
    padding-bottom: 0;
  }
  .record-detail .category.category--center {
    padding-bottom: 0;
  }
  .record-detail .record-article__sp-slider .article-panel {
    width: 130rem;
  }
  .record-detail .record-article__float-menu {
    bottom: 15rem;
    margin: auto;
    right: 9rem;
  }
  .record-detail .record-article__float-menu:not(.is-fixed) {
    right: -6rem;
  }
  .record-detail .record-article__float-menu__button {
    width: 188rem;
    height: 40rem;
    font-size: 12rem;
  }
  .record-tool .page-button-head {
    flex-direction: column;
  }
  .record-tool .page-button-head__sub-area {
    width: 100%;
    margin-top: 25rem;
  }
  .record-tool .page-button-head__setting {
    width: 100%;
  }
  .record-tool .page-button-head__setting__item {
    width: 100%;
  }
  .search-details .product__wrapper {
    flex-direction: column;
  }
  .search-details .product-image__block {
    width: 100%;
    margin-bottom: 20rem;
  }
  .search-details .article-panel__rating {
    gap: 7rem;
    margin-top: 10rem;
  }
  .search-details .article-panel__rating .article-panel__rating__item {
    width: 24rem;
  }
  .photo-lead__inner {
    flex-wrap: wrap;
  }
  .photo-edit .form-wrapper,
.photo-post .form-wrapper {
    padding: 40rem 16rem 40rem;
  }
  .record-photo-detail .record-photo-head {
    padding: 10rem 10rem;
  }
  .record-photo-detail .record-photo-head.horizontal-img {
    padding-right: 0;
    padding-left: 0;
  }
  .record-photo-detail .record-photo-arrows {
    padding: 0;
  }
  .record-photo-detail .record-photo-arrows .slider-arrow {
    width: 30rem;
    height: 30rem;
    border-color: #666;
    background: rgba(255, 255, 255, 0.5);
  }
  .record-photo-detail .record-photo-arrows .slider-arrow--prev {
    left: -7rem;
  }
  .record-photo-detail .record-photo-arrows .slider-arrow--prev::after {
    right: 10rem;
  }
  .record-photo-detail .record-photo-arrows .slider-arrow--next {
    right: -7rem;
  }
  .record-photo-detail .record-photo-arrows .slider-arrow--next::after {
    left: 10rem;
  }
  .record-photo-detail .horizontal-img .slider-arrow--prev {
    left: 3rem;
  }
  .record-photo-detail .horizontal-img .slider-arrow--next {
    right: 3rem;
  }
  .record-photo-detail .photo-detail__head {
    align-items: baseline;
  }
}
@media (min-width: 768px) {
  .record-detail {
    padding-left: 60rem;
    padding-bottom: 70rem;
    max-width: 882rem;
  }
  .record-detail .record-article__pc-2line {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 2;
  }
  .record-detail .record-article__list {
    gap: 10rem;
  }
  .record-detail .article-single-body {
    padding-left: 100rem;
    max-width: 880rem;
  }
  .record-detail .record-detail__wrapper .article-panel__thumbnail {
    width: 60%;
  }
  .record-detail .record-detail__wrapper .article-panel__title {
    font-size: 20rem;
    margin-top: 7rem;
    margin-bottom: 12rem;
  }
  .record-detail .user-info__thumb-and-name .user-info__label {
    margin-left: 10rem;
    margin-top: 0;
  }
  .record-detail .record-article__block-heading {
    margin-bottom: 25rem;
  }
  .record-detail .record-article__log {
    gap: 0 20rem;
    padding: 15rem 20rem 30rem;
  }
  .record-detail .record-article__log__block {
    width: calc(50% - 10rem);
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 4rem 0;
  }
  .record-detail .record-article__log__title {
    flex: none;
    width: 100rem;
    font-size: 15rem;
  }
  .record-detail .record-article__log__body {
    font-size: 15rem;
  }
  .record-detail .record-article__log__body:not(:last-child) {
    margin-right: 5rem;
  }
  .record-detail .record-article__log__note {
    font-size: 10rem;
  }
  .record-detail .record-article__buttons {
    gap: 40rem;
  }
  .record-detail .record-article__notes__text {
    line-height: 2;
  }
  .record-detail .record-article__item-table__text {
    font-size: 13rem;
    width: calc((100% - 30rem) / 4);
  }
  .record-detail .record-comment .form-wrapper__inner {
    padding: 25rem 40rem 55rem;
  }
  .record-detail .record-comment__block__wrapper {
    padding-top: 35rem;
  }
  .record-detail .record-comment__block__wrapper--hide .record-comment__block {
    border-color: var(--colorBorder1);
    padding-top: 25rem;
  }
  .record-detail .record-comment__block:not(:first-of-type) {
    border-color: var(--colorBorder1);
    padding-top: 25rem;
  }
  .record-detail .article-panel-list.article-panel-list--pc-column5.article-panel-list--sp-column2:not(.is_open) .article-panel:nth-child(n+11) {
    display: none;
  }
  .record-detail .article-panel-list.article-panel-list--pc-column1.article-panel-list--sp-column1:not(.is_open) .article-panel:nth-child(n+6) {
    display: none;
  }
  .record-detail .article-panel-list.article-panel-list--pc-column1.article-panel-list--sp-column1 .article-panel__thumbnail__inner img.horizontal-img {
    width: 420rem;
  }
  .record-detail .article-panel-list.article-panel-list--pc-column1.article-panel-list--sp-column1 .article-panel__thumbnail__inner img.vertical-img {
    width: 320rem;
  }
  .record-detail .record-article__float-menu__button {
    width: 206rem;
    height: 50rem;
  }
  .record-detail .record-article__float-menu__button .basic-button__icon {
    width: 23rem;
    margin-right: 4rem;
  }
  .record-detail .record-article__float-menu:not(.is-expand) .record-article__float-menu__button {
    width: 50rem;
  }
  .record-tool .page-button-head__setting__item .basic-button--color-dark {
    width: 150rem;
    height: 40rem;
  }
  .brand-channel__list {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 20rem;
    margin-top: 30rem;
  }
  .brand-channel__item {
    border: none;
  }
  .brand-channel__item:not(:first-of-type) {
    margin-top: 0;
  }
  .brand-channel__basic-button {
    display: none;
  }
  .search-results__pagination {
    padding-top: 25rem;
  }
  .search-details .product-image__block {
    width: 53%;
  }
  .search-details .product-description__block {
    padding-left: 18rem;
    width: 50%;
  }
  .search-details .product-description__block .definition-list dt {
    width: min(50%, 100rem);
    min-width: auto;
  }
  .search-details .button-area--center .basic-button {
    max-width: 360rem;
    margin: 0 auto;
  }
  .photo-lead__content {
    align-items: flex-start;
  }
  .photo-lead__title {
    display: block;
  }
  .photo-lead__text {
    margin: 0;
  }
  .photo__photo-list .block-heading {
    margin-bottom: 10rem;
  }
  .photo__photo-list-button {
    margin-top: 25rem;
  }
  .photo-post .form-file__content {
    max-width: 300rem;
  }
  .photo-finish .form-progress,
.photo-post .form-progress {
    gap: 266rem;
  }
  .record-photo-detail .record-photo-container {
    width: calc(100% - 190rem);
    max-width: 80%;
    height: calc(var(--vh) - var(--headerHeight) - 20rem);
  }
  .record-photo-detail .record-photo-arrows .slider-arrow--prev {
    left: 0;
    transform: translateX(-80rem);
  }
  .record-photo-detail .record-photo-arrows .slider-arrow--next {
    right: 0;
    transform: translateX(80rem);
  }
  .record-photo-detail .photo-detail__thumbnail {
    flex: none;
  }
}