@charset "UTF-8";

.header {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 100;
  background-color: #fff;
  height: 65px;
  padding-left: 5vw;
}

.header.is-active {
  position: fixed;
  top: 0;
  backdrop-filter: blur(10px);
  background-color: #fffc;
  box-shadow: 0 0 20px #ddd;
}

.header-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  width: 100%;
  height: 100%;
  padding-right: 50px;
}

.header-logo {
  width: 100px;
}

.header-list {
  display: flex;
}

.header-item {
  margin: 0 15px;
}

.header-item-1 {
  display: none;
}

/* ===== hamburger ===== */

.hamburger {
  display: none;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 20px;
  right: 20px;
  cursor: pointer;
  z-index: 999;
}

.hamburger-bar {
  display: block;
  width: 20px;
  height: 2px;
  background-color: #333;
  position: absolute;
  left: 10px;
  transition: 0.3s;
}

.hamburger-bar:nth-child(1) {
  top: 5px;
}

.hamburger-bar:nth-child(2) {
  top: 10px;
}

.hamburger-bar:nth-child(3) {
  top: 15px;
}

.hamburger.is-active .hamburger-bar:nth-child(1) {
  top: 20px;
  transform: rotate(45deg);
}

.hamburger.is-active .hamburger-bar:nth-child(2) {
  left: 30px;
  opacity: 0;
}

.hamburger.is-active .hamburger-bar:nth-child(3) {
  top: 20px;
  transform: rotate(-45deg);
}

body.is-active {
  overflow: hidden;
}

body {
  color: #3f5568;
  font-family: "Noto Sans JP", sans-serif;
}

/* common style */
/* body {
  background: url(../img/bg.png);
  padding: 50px 0;
} */

.box {
  padding: 10px 50px;
  display: flex;
  justify-content: space-between;
}

.logo {
  width: 100px;
  height: auto;
}

.list {
  display: flex;
  justify-content: space-around;
}

.list-content {
  padding: 10px 15px;
}

.first-view {
  width: 100%;
  height: 550px;
  background: linear-gradient(rgba(63, 85, 104, 1), rgba(63, 85, 104, 0.1));
  position: relative;
}

.top-logo {
  position: absolute;
  width: 160px;
  height: auto;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}

.scroll-box {
  text-align: center;
  position: absolute;
}

.down {
  display: none;
}

.scroll {
  display: none;
}

.concept {
  /* padding-top: 150px; */
  padding-bottom: 100px;
}

.concept-title {
  text-align: center;
  font-size: 22px;
  padding-bottom: 38px;
  letter-spacing: 3px;
}

.sp-only {
  display: none;
}

.concept-explain {
  padding-top: 15px;
  text-align: center;
  font-size: 12px;
  letter-spacing: 1px;
  line-height: 27px;
  background-image: url(./img/top-letter.svg);
  background-position: 331px;
  background-size: 205px;
  background-repeat: no-repeat;
  width: 540px;
  max-height: 123px;
  min-height: 123px;
  margin: 0 auto;
}

.concept-pic-box {
  text-align: center;
  padding: 40px 0;
}

.concept-pic-1 {
  width: 80px;
  text-align: center;
  margin: 0 1.2vw;
}

.concept-pic-2 {
  width: 80px;
  text-align: center;
  margin: 0 1.2vw;
}

.concept-link-box {
  text-align: center;
  padding: 10px 0;
  display: none;
}

.link-button {
  width: 120px;
  text-align: center;
  margin: 0 15px;
}

.wrapper {
  width: 100%;
  height: auto;
  background: #f0f3f4 url("./img/texture.png");
  padding: 13px 220px;
  margin: 0 auto;
}

.goods-wrapper {
  width: 100%;
  height: auto;
  background-color: rgba(63, 85, 104, 0.16);
  padding: 30px 198px;
  margin: 0 auto;
}

.things-wrapper {
  width: 100%;
  height: auto;
  background-color: rgba(63, 85, 104, 0.16);
  padding: 30px 205px 30px 225px;
  margin: 0 auto;
}

.about-us-wrapper {
  width: 100%;
  height: auto;
  background-color: rgba(63, 85, 104, 0.16);
  padding: 15px 0;
  margin: 0 auto;
}

.post-wrapper {
  width: 100%;
  height: auto;
  background-color: rgba(63, 85, 104, 0.1);
  padding: 30px 215px;
  margin: 0 auto;
}

.container {
  width: 100%;
  height: auto;
  margin-bottom: 100px;
}

.about-us-container {
  width: 100%;
  height: auto;
  margin-bottom: 100px;
}

.goods-container {
  width: 100%;
  height: auto;
  margin-bottom: 40px;
}

.brand-container {
  width: 100%;
  height: auto;
  margin-bottom: 40px;
}

.post-container {
  width: 100%;
  height: auto;
  margin-top: 89px;
}

.flex-container {
  margin-top: 50px;
  display: flex;
  justify-content: space-between;
}

.header-ttl {
  font-size: 30px;
  text-align: center;
  color: #757575;
}

.post-link-tit {
  font-size: 22px;
  text-align: center;
  margin-top: 60px;
  color: #757575;
}

.link-list-box {
  display: flex;
  justify-content: center;
  margin-top: 50px;
}

.brand-link-box {
  display: flex;
}

.other-brand-box {
  display: flex;
  justify-content: center;
  margin-top: 50px;
}

.post-other-tit {
  font-size: 22px;
  text-align: center;
  margin-top: 118px;
  color: #757575;
}

.header-copy {
  text-align: center;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  padding: 10px 0;
  margin-top: 10px;
}

/* main style */
.main {
  width: 100%;
  /* text-align: center; */
}

.post-tit {
  text-align: center;
  font-size: 3vw;
  font-weight: bold;
  margin-bottom: 15vh;
}

.brand-img-box {
  text-align: center;
}

.brand-png {
  text-align: center;
  width: 180px;
  margin-top: 50px;
}

.post-main {
  width: 100%;
  text-align: center;
}

.article {
  padding-bottom: 20px;
  border-bottom: 1px dashed #b1bec9;
}

.article:last-child {
  border-bottom: initial;
}

.goods-article {
  padding-bottom: 49px;
  padding-right: 35px;
}

.things-article {
  padding-bottom: 49px;
}

.post-article {
  margin-bottom: 32px;
  display: flex;
}

.article-link {
  display: flex;
  justify-content: space-around;
  transition: 0.5s;
}

.article-link:hover {
  transform: scale(0.97);
}

.article+.article {
  margin-top: 20px;
}

.article-pic {
  margin-right: 20px;
  min-width: 280px;
  max-width: 280px;
  position: relative;
  height: 190px;
}

.goods-article-pic {
  margin-right: 12px;
  min-width: 280px;
  max-width: 280px;
  position: relative;
  height: 190px;
}

.things-article-pic {
  margin-right: 14px;
  min-width: 280px;
  max-width: 280px;
  position: relative;
  height: 190px;
}

.post-article-pic {
  margin-right: 10px;
  min-width: 280px;
  max-width: 280px;
  position: relative;
  height: 190px;
}

.other-article-pic {
  margin-right: 10px;
  min-width: 280px;
  max-width: 280px;
  position: relative;
  height: 190px;
}

.brand-box {
  margin-right: 10px;
  min-width: 280px;
  max-width: 280px;
  position: relative;
  height: 190px;
}

.article-img {
  width: 185px;
  height: 185px;
  border-radius: 5%;
}

.goods-article-img {
  width: 185px;
  height: 185px;
  border-radius: 5%;
}

.things-article-img {
  width: 187px;
  height: 187px;
  border-radius: 5%;
}

.post-tag-img {
  width: 110px;
  height: 110px;
  position: absolute;
  top: 10px;
  left: 170px;
}

.goods-post-tag-img {
  width: 105px;
  height: 105px;
  position: absolute;
  top: 10px;
  left: 165px;
}

.things-post-tag-img {
  width: 107px;
  height: 107px;
  position: absolute;
  top: 10px;
  left: 165px;
}

.post-link-tag {
  width: 105px;
  height: 105px;
  position: absolute;
  margin-top: 12px;
  left: 165px;
}

.brand-name-pic {
  width: 200px;
  height: auto;
  position: absolute;
  top: -38%;
}

.brand-name-back {
  width: 200px;
  height: auto;
  position: absolute;
  top: -40%;
  left: -5%;
}

.article-group {
  font-size: 11px;
  margin-top: 10px;
  color: #697d8e;
}

.goods-article-group {
  font-size: 12px;
  margin-top: 10px;
  letter-spacing: 1px;
  color: #697d8e;
}

.things-article-group {
  font-size: 11px;
  margin-top: 10px;
  color: #697d8e;
}

.article-ttl {
  font-size: 20px;
  letter-spacing: 2px;
  margin-top: 20px;
}

.goods-article-ttl {
  font-size: 24px;
  letter-spacing: 2px;
  margin-top: 20px;
}

.things-article-ttl {
  font-size: 20px;
  letter-spacing: 2px;
  margin-top: 20px;
}

.post-article-ttl {
  font-size: 20px;
  letter-spacing: 2px;
  margin-top: 4px;
}

.other-article-ttl {
  font-size: 20px;
  letter-spacing: 2px;
  margin-top: 3px;
}

.brand-title {
  font-size: 24px;
  letter-spacing: 2px;
  margin-top: 3px;
}

.article-date {
  font-size: 14px;
  margin-top: 10px;
  margin-bottom: 20px;
  color: #757575;
}

.article-title {
  font-size: 15px;
  margin-top: 14px;
  margin-bottom: 22px;
  letter-spacing: 1px;
  color: #757575;
}

.things-article-title {
  font-size: 13px;
  margin-top: 14px;
  margin-bottom: 25px;
  letter-spacing: 1px;
  color: #757575;
}

.article-name {
  font-size: 13px;
  margin-top: 10px;
  margin-bottom: 13px;
  color: #757575;
}

.other-article-name {
  font-size: 13px;
  margin-top: 15px;
  margin-bottom: 22px;
  color: #757575;
}

.brand-sub-tit {
  font-size: 16px;
  margin-top: 10px;
  margin-bottom: 10px;
  color: #757575;
  border-bottom: #3f5568 solid 1px;
  padding-bottom: 10px;
}

.res-right {
  display: none;
}

.post-right {
  display: none;
}

.article-content {
  font-size: 11px;
  letter-spacing: 1px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  line-height: 22px;
  max-height: 65px;
  -webkit-line-clamp: 3;
  color: #757575;
}

.brand-content {
  font-size: 14px;
  letter-spacing: 1px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  line-height: 21px;
  max-height: 65px;
  -webkit-line-clamp: 3;
  color: #757575;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.goods-article-content {
  font-size: 12px;
  letter-spacing: 1px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  line-height: 22px;
  max-height: 65px;
  -webkit-line-clamp: 3;
  color: #757575;
}

.news-hush-tag {
  font-size: 12px;
  letter-spacing: 1px;
  color: #757575;
  margin: 0 10px;
}

.slide-show-content {
  font-size: 14px;
  letter-spacing: 2px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  line-height: 25px;
  max-height: 65px;
  -webkit-line-clamp: 2;
  color: #757575;
  margin-top: 15px;
}

.things-article-content {
  font-size: 10.5px;
  letter-spacing: 1px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  line-height: 22px;
  max-height: 65px;
  -webkit-line-clamp: 3;
  color: #757575;
}

.post-article-content {
  font-size: 12px;
  line-height: 20px;
  letter-spacing: 1px;
  color: #757575;
}

.post-list-pic {
  width: 172px;
  text-align: center;
  margin: 0 1vw;
}

.post-link-img {
  width: 107px;
  height: 107px;
  text-align: center;
  margin: 0 1vw;
  border-radius: 5%;
}

.article-info {
  text-align: left;
  width: 100%;
}

.right {
  width: 35px;
  height: 35px;
  margin: 70px 5px;
}

.goods-right {
  width: 30px;
  height: 30px;
  margin: 77px 7px;
}

.things-right {
  width: 30px;
  height: 30px;
  margin: 77px 7px;
}

.right-sign {
  display: none;
}

.thing-list-button {
  width: 100%;
  text-align: center;
}

.link-img-box {
  width: 100%;
  text-align: center;
}

.thing-list-link {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  width: 100%;
}

.thing-list-pic {
  margin-top: 50px;
  width: 120px;
  text-align: center;
}

.SNS {
  padding-bottom: 100px;
  width: 100%;
}

.SNS-tit {
  font-size: 3vw;
  text-align: center;
  padding-bottom: 50px;
  color: #757575;
}

.contact {
  text-align: center;
}

.contact-link {
  text-align: center;
  padding-bottom: 50px;
  font-size: 17px;
  color: #757575;
}

.contact-pic {
  height: 34px;
  padding: 0 10px;
}

.article-left:hover {
  opacity: 0.7;
}

/* aside style

.aside-news {
  line-height: 30px;
}

.news-ttl {
  font-weight: bold;
  font-size: 18px;
}

.news-item {
  list-style: disc;
  margin-left: 20px;
}

.news-link:hover {
  text-decoration: underline;
}

.aside-ad {
  margin-top: 30px;
}

.aside-ad-item:not(:first-child) {
  display: block;
  margin-top: 10px;
}

.aside-twitter {
  margin-top: 30px;
} */

.footer {
  width: 100%;
  height: 640px;
  /* margin-top: 30px; */
  /* background-image: url(../img/footer-pic.png); */
  background: #f0f3f4 url("./img/texture.png");
  text-align: center;
  position: relative;
}

.footer::before {
  position: absolute;
  content: "";
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, #3f5568 0%, rgba(63, 85, 104, 0) 100%);
}

.footer-box {
  /* width: 1263px; */
  /* padding: 250px 400px; */
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  display: flex;
  text-align: center;
}

.footer-logo-box {}

.footer-logo {
  width: 200px;
  height: 64px;
  margin-right: 70px;
  margin-top: 40px;
}

.footer-link {
  color: white;
  margin: 20px 0;
  text-align: left;
  font-size: 11px;
}

.goods-first-view {
  width: 100%;
  height: 280px;
  background: linear-gradient(rgba(63, 85, 104, 1), rgba(63, 85, 104, 0.16));
}

.things-first-view {
  width: 100%;
  height: 280px;
  background: linear-gradient(rgba(63, 85, 104, 1), rgba(63, 85, 104, 0.16));
}

.about-first-view {
  width: 100%;
  height: 280px;
  background: linear-gradient(rgba(63, 85, 104, 1), rgba(63, 85, 104, 0.16));
}

.post-first-view {
  width: 100%;
  height: 280px;
  background: linear-gradient(rgba(63, 85, 104, 1), rgba(63, 85, 104, 0.1));
}

.goods-tit {
  text-align: center;
  font-size: 26px;
  color: white;
  position: absolute;
  top: 27%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  letter-spacing: 3px;
  border-top: solid 1px;
  border-bottom: solid 1px;
  padding: 10px 20px;
}

.brand-archive-top {
  text-align: center;
  font-size: 26px;
  color: white;
  position: absolute;
  top: 27%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  letter-spacing: 3px;
  border-top: solid 1px;
  border-bottom: solid 1px;
  padding: 10px 20px;
}

.brand-name {
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 2px;
  color: white;
  position: absolute;
  top: 170px;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  width: 100%;
}

.post-sub-title {
  font-size: 11px;
}

.feeling {
  font-size: 1vw;
}

.things-tit {
  text-align: center;
  font-size: 27px;
  color: white;
  position: absolute;
  top: 27%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  letter-spacing: 3px;
  border-top: solid 1px;
  border-bottom: solid 1px;
  padding: 10px 20px;
}

.about-tit {
  text-align: center;
  font-size: 26px;
  font-weight: bold;
  letter-spacing: 2px;
  color: white;
  position: absolute;
  top: 172px;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}

.about-us-title {
  font-size: 20px;
}

.goods-list-box {
  display: flex;
  text-align: center;
  justify-content: space-around;
  padding: 50px 300px;
}

.goods-list-link {}

.comment-1 {
  text-align: center;
  margin-top: 43px;
  font-size: 15px;
  letter-spacing: 2px;
}

.post-comment-1 {
  text-align: center;
  margin-top: 55px;
  font-size: 16px;
  letter-spacing: 1px;
  line-height: 32px;
}

.letter-box {
  text-align: center;
}

.post-letter-box {
  text-align: center;
}

.post-letter {
  width: 520px;
  margin-top: 47px;
  text-align: center;
  border-radius: 5%;
}

.column-pic {
  width: 85%;
  height: auto;
  margin-top: 47px;
  text-align: center;
  border-radius: 5%;
}

.comment-2 {
  text-align: center;
  margin-top: 36px;
  line-height: 30px;
  font-size: 15px;
  letter-spacing: 2px;
}

.comment-3 {
  text-align: center;
  margin-top: 30px;
  line-height: 30px;
  font-size: 15px;
  letter-spacing: 2px;
}

.comment-4 {
  text-align: center;
  margin-top: 30px;
  line-height: 30px;
  font-size: 15px;
  letter-spacing: 2px;
}

.comment-5 {
  text-align: center;
  margin-top: 30px;
  line-height: 30px;
  font-size: 15px;
  letter-spacing: 2px;
}

.comment-6 {
  text-align: center;
  margin-top: 37px;
  font-size: 15px;
  letter-spacing: 2px;
}

.about-post {
  margin: 10vh 0;
  text-align: center;
}

.interview {
  text-align: center;
  font-size: 35px;
  margin-top: 115px;
  color: #757575;
}

.interview-content {
  text-align: center;
  line-height: 30px;
  font-size: 16px;
  letter-spacing: 1px;
  margin-top: 49px;
}

.interview-img-box {
  text-align: center;
}

.interview-png {
  width: 520px;
  height: 330px;
  text-align: center;
  margin-top: 38px;
  border-radius: 5%;
}

.participant-tit {
  margin-top: 51px;
  font-size: 14px;
  color: #757575;
}

.participant {
  display: flex;
  text-align: center;
  width: 520px;
  justify-content: space-around;
  margin: 17px auto;
}

.participant-1 {
  display: flex;
  align-items: center;
}

.participant-png {
  width: 55px;
  height: 55px;
  border-radius: 50%;
}

.participant-png-1 {
  width: 55px;
  height: 55px;
  border-radius: 50%;
}

.participant-name {
  vertical-align: middle;
  font-size: 14px;
  margin-left: 20px;
  color: #697d8e;
}

.participant-name-1 {
  text-align: left;
  font-size: 14px;
  margin-top: 7px;
}

.talk {
  text-align: left;
}

.comment {
  display: flex;
  margin-top: 59px;
}

.comment-box-1 {
  display: flex;
  margin-top: 30px;
}

.conversation {
  display: flex;
  margin-top: 45px;
}

.comment-detail {
  font-size: 17px;
  line-height: 36px;
  text-align: left;
  margin-top: 5px;
  letter-spacing: 1px;
}

.comment-detail-1 {
  font-size: 13px;
  line-height: 21px;
  text-align: left;
  margin-top: 5px;
  letter-spacing: 1px;
}

.post-link-box {
  text-align: center;
}

.shopping-link {
  height: 34px;
  width: auto;
  padding: 0 10px;
}

.other-brand-pic {
  width: 200px;
  height: auto;
  margin: 0 50px;
}

.archive-brand-box {
  position: relative;
  display: flex;
  margin: 0 50px;
}

.archive-brand-pic {
  width: 200px;
  height: auto;
  position: absolute;
  right: 14px;
  bottom: 3px;
  cursor: pointer;
}

.archive-brand-img {
  width: 200px;
  height: auto;
  position: absolute;
  right: 14px;
  bottom: 3px;
  cursor: pointer;
  top: 100%;
  transition: 0.3s;
}

.archive-brand-img:hover {
  top: 0;
}

.back-brand-pic {
  width: 200px;
  height: auto;
}

.post-img-box {
  text-align: center;
}

.interview-png-2 {
  width: 520px;
  height: auto;
  text-align: center;
  margin-top: 40px;
  border-radius: 5%;
}

.interview-png-3 {
  width: 350px;
  height: auto;
  text-align: center;
  margin-top: 50px;
}

.interview-png-4 {
  width: 350px;
  height: auto;
  text-align: center;
  margin-top: 15px;
}

.letter {
  width: 779px;
  height: auto;
  text-align: center;
  margin-top: 85px;
  border-radius: 5%;
}

.about-company {
  text-align: center;
  line-height: 40px;
}

.company {
  margin-top: 110px;
  font-size: 17px;
  color: #757575;
}

.company-detail {
  font-size: 11px;
  letter-spacing: 1px;
  line-height: 20px;
}

.name-emphasis {
  font-weight: bold;
  color: #3f5568;
}

.comment-box {
  margin-left: 20px;
}

.img-comment {
  font-size: 14px;
  margin-top: 15px;
  text-align: center;
}

.img-comment-2 {
  font-size: 10px;
  margin-top: 1px;
  margin-bottom: 15px;
  text-align: center;
}

.post-space {
  margin-top: 20px;
}

.inquiry-box {
  display: flex;
  justify-content: center;
}

.column-title {
  font-size: 36px;
  text-align: center;
  font-weight: bold;
  border-bottom: 5px solid;
  border-image: linear-gradient(to bottom, #3e5366 99%, transparent 100%);
  border-image-slice: 1;
  line-height: 50px;
  width: 759px;
  margin: auto;
  padding-bottom: 10px;
}

.gallary-title {
  font-size: 30px;
  text-align: left;
  letter-spacing: 4px;
  margin-top: 80px;
}

.interview-title {
  font-size: 30px;
  text-align: left;
  letter-spacing: 4px;
  margin-top: 80px;
}

.other-brand-name {
  font-size: 20px;
  text-align: center;
  margin-top: 10px;
  letter-spacing: 2px;
  padding-right: 20px;
}

.news-title {
  font-size: 30px;
  text-align: left;
  letter-spacing: 4px;
  margin-top: 80px;
}

.gallary-sub-title {
  font-size: 16px;
  text-align: left;
  margin-top: 8px;
  padding-bottom: 10px;
}

.underline {
  border-top: 2px solid;
  width: 50px;
  border-color: #746f43;
}

.other-brand-underline {
  border-top: 2px solid;
  width: 50px;
  border-color: #746f43;
}

.interview-sub-title {
  font-size: 16px;
  text-align: left;
  margin-top: 8px;
  padding-bottom: 10px;
}

.other-brand-sub {
  font-size: 13px;
  text-align: center;
  margin-top: 5px;
  padding-right: 20px;
}

.news-sub-title {
  font-size: 16px;
  text-align: left;
  margin-top: 8px;
  padding-bottom: 10px;
}

.news-box {
  background-color: #fff;
  padding-bottom: 20px;
  border-radius: 3%;
}

.column-title-box {
  display: flex;
  padding-top: 12px;
  width: 759px;
  margin: auto;
}

.news-title-box {
  display: flex;
  padding-top: 12px;
  width: 759px;
  margin: 0 10px;
}

.column-tag {
  border: 1px solid;
  border-radius: 0.5em;
  background-color: #6a7d8e;
  color: #ffffff;
  margin-left: 10px;
  padding: 1px 5px;
  font-size: 12px;
}

.news-tag {
  border: 1px solid;
  border-radius: 0.8em;
  background-color: #ffffff;
  color: #6a7d8e;
  margin-left: 10px;
  padding: 1px 5px;
  font-size: 12px;
}

.column-content {
  margin-top: 100px;
  line-height: 30px;
  margin-bottom: 50px;
  font-size: 18px;
  letter-spacing: 1px;
}

.table-of-contents {
  font-size: 32px;
  width: 100%;
  border: solid 2px #6a7d8e;
  margin-top: 50px;
  padding: 10px;
  font-weight: bold;
  border-radius: 0.3em;
}

.column-img {
  width: 80%;
  height: auto;
  border-radius: 5%;
  margin-top: 50px;
}

.s-table-of-contents {
  width: 100%;
  font-size: 24px;
  margin-top: 50px;
  font-weight: bold;
  padding: 0.25em 0.5em;
  /*上下 左右の余白*/
  background: transparent;
  /*背景透明に*/
  border-left: solid 5px #3f5568;
  /*左線*/
}

.s-table-of-contents:before {
  font-family: "Font Awesome 5 Free";
  /*忘れずに*/
  content: "\f111";
  /*アイコンのユニコード*/
  font-weight: 900;
  position: absolute;
  /*絶対位置*/
  font-size: 1.4em;
  /*サイズ*/
  left: 0;
  /*アイコンの位置*/
  top: -0.1em;
  /*アイコンの位置*/
  color: #748493;
}

.column-contents {
  margin-top: 50px;
  line-height: 30px;
  font-size: 18px;
  letter-spacing: 1px;
}

.company-name {
  font-size: 20px;
  margin-top: 5px;
  display: block;
}

.s-table-of-contents-1 {
  margin-top: 70px;
  font-weight: bold;
  font-size: 24px;
  padding: 0.25em 0.5em;
  /*上下 左右の余白*/
  background: transparent;
  /*背景透明に*/
  border-left: solid 5px #3f5568;
  /*左線*/
}

.share {
  margin-top: 50px;
  text-align: center;
}

.addtoany_shortcode {
  text-align: center;
  margin-top: 20px;
}

.column-article {
  display: flex;
  margin-top: 50px;
}

.interview-box {
  display: flex;
  margin: auto;
  margin-top: 50px;
  width: 90%;
}

.brand-article {
  display: flex;
}

.brand-summary {
  display: flex;
  width: 90%;
  margin: auto;
}

.column-article-info {
  text-align: left;
  width: 100%;
  margin-left: 50px;
}

.column-wrapper {
  width: 100%;
  height: auto;
  background-color: rgba(63, 85, 104, 0.16);
  padding: 30px 215px;
  margin: 0 auto;
}

.column-first-view {
  width: 100%;
  height: 150px;
  background: linear-gradient(rgba(63, 85, 104, 1), rgba(63, 85, 104, 0.1));
}

.brand-first-view {
  width: 100%;
  height: 400px;
  background-image: url("./img/brand-back-pic.png");
  object-fit: cover;
  opacity: 0.9;
}

.brand-top-view {
  width: 100%;
  height: 65px;
}

.archive-first-view {
  width: 100%;
  height: 300px;
  background: linear-gradient(rgba(63, 85, 104, 1), rgba(63, 85, 104, 0.16));
}

.logo_color {
  width: 200px;
  margin: auto;
  margin-top: 20px;
}

.column-other-tit {
  font-size: 32px;
  text-align: center;
  margin-top: 118px;
  color: #757575;
}

.column-img-box {
  text-align: center;
}

.title-underline {
  border-bottom: solid 1px;
  margin-bottom: 10px;
}

.slide-show-underline {
  border-bottom: solid 1px;
  margin: 0 10px;
  margin-bottom: 20px;
  padding-bottom: 20px;
}

.marker {
  background: linear-gradient(transparent 60%, #feffaf 60%);
}

.search-box {
  display: flex;
  /* justify-content: space-around; */
}

#form2 {
  max-width: 300px;
  margin-bottom: 20px;
  height: 100px;
  padding: 25px 20px;
  border: 2px solid;
  border-radius: 0.8em;
  background-color: #fff;
  position: relative;
}

#sbox2 {
  height: 40px;
  padding: 0px 10px;
  left: 10px;
  top: 15px;
  border-radius: 2px;
  outline: 0;
  margin: auto;
  border-bottom: 1px solid rgba(63, 85, 104, 0.16);
  font-size: 14px;
  width: 260px;
}

#sbtn2 {
  height: 35px;
  left: 255px;
  top: 30px;
  background: none;
  color: #666;
  border-bottom: 3px solid;
  font-size: 20px;
  position: absolute;
}

.tag-box {
  display: flex;
  justify-content: space-around;
}

.tag {
  padding: 5px 15px;
  border: 1px solid;
  border-radius: 1.6em;
  height: 30px;
  background-color: #fff;
  margin: 5px;
  box-shadow: 0 2px 5px 0 rgb(0 0 0 / 50%);
}

#sbtn5:hover {
  color: #7fbfff;
}

/*==================================================
スライダーのためのcss
===================================*/
/*画像の横幅を100%にしてレスポンシブ化*/
img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
  /*画像の下にできる余白を削除*/
}

/*メイン画像下に余白をつける*/

.gallery {
  margin: 0 0 5px 0;
}

.gallery li {
  list-style: none;
}

/*矢印の設定*/

/*戻る、次へ矢印の位置*/
.slick-prev,
.slick-next {
  position: absolute;
  /*絶対配置にする*/
  z-index: 3;
  top: 42%;
  cursor: pointer;
  /*マウスカーソルを指マークに*/
  outline: none;
  /*クリックをしたら出てくる枠線を消す*/
  border-top: 2px solid #ccc;
  /*矢印の色*/
  border-right: 2px solid #ccc;
  /*矢印の色*/
  height: 25px;
  width: 25px;
}

.slick-prev {
  /*戻る矢印の位置と形状*/
  left: 2.5%;
  transform: rotate(-135deg);
}

.slick-next {
  /*次へ矢印の位置と形状*/
  right: 2.5%;
  transform: rotate(45deg);
}

/*選択するサムネイル画像の設定*/

.choice-btn li {
  cursor: pointer;
  outline: none;
  background: #333;
  width: 25% !important;
  list-style: none;
}

.choice-btn li img {
  opacity: 0.4;
  /*選択されていないものは透過40%*/
}

.choice-btn li.slick-current img {
  opacity: 1;
  /*選択されているものは透過しない*/
}

.choice-btn .slick-track {
  transform: unset !important;
  /*画面幅サイズ変更に伴うサムネイル固定*/
}

.slick-track {
  display: flex !important;
  align-items: center;
  margin-left: 0 !important;
}

/*==================================================
スライダーのためのcss
===================================*/
.slider {
  /*横幅94%で左右に余白を持たせて中央寄せ*/
  width: 94%;
  margin: 0 auto;
  margin-top: 50px;
}

.slider img {
  width: 100%;
  /*スライダー内の画像を横幅100%に*/
  height: auto;
}

/*slickのJSで書かれるタグ内、スライド左右の余白調整*/

.slider .slick-slide {
  margin: 0 10px;
}

/*矢印の設定*/

/*戻る、次へ矢印の位置*/
.slick-prev,
.slick-next {
  position: absolute;
  /*絶対配置にする*/
  top: 42%;
  cursor: pointer;
  /*マウスカーソルを指マークに*/
  outline: none;
  /*クリックをしたら出てくる枠線を消す*/
  border-top: 2px solid #666;
  /*矢印の色*/
  border-right: 2px solid #666;
  /*矢印の色*/
  height: 10px;
  width: 10px;
}

.slick-prev {
  /*戻る矢印の位置と形状*/
  left: -3.5%;
  transform: rotate(-135deg);
}

.slick-next {
  /*次へ矢印の位置と形状*/
  right: -3.5%;
  transform: rotate(45deg);
}

/*ドットナビゲーションの設定*/

.slick-dots {
  text-align: center;
  margin: 20px 0 0 0;
}

.slick-dots li {
  display: inline-block;
  margin: 0 5px;
}

.slick-dots button {
  color: transparent;
  outline: none;
  width: 8px;
  /*ドットボタンのサイズ*/
  height: 8px;
  /*ドットボタンのサイズ*/
  display: block;
  border-radius: 50%;
  background: #ccc;
  /*ドットボタンの色*/
}

.slick-dots .slick-active button {
  background: #333;
  /*ドットボタンの現在地表示の色*/
}

.back-archive-box {
  display: flex;
  justify-content: center;
  margin-top: 100px;
  margin-bottom: 100px;
}

.back-to-archive {
  padding-bottom: 5px;
  border-bottom: 1px solid;
}

.left {
  width: 20px;
  height: 20px;
}

.other-brand-four {
  display: none;
}

.two-box {
  display: flex;
}

.change-box {
  position: relative;
  width: 200px;
  height: 200px;
  margin: 0 auto;
  display: block;
  border-radius: 12px;
  overflow: hidden;
  cursor: pointer;
}

.change-box img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  display: block;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}

.change-box:hover img:nth-of-type(2) {
  left: 100%;
  opacity: 0;
}

.pic-list {
  display: flex;
  width: 100%;
}

.news-img {
  width: 242px;
  height: 147px !important;
  border-radius: 3% 3% 0px 0px;
}

@media screen and (max-width: 896px) {
  .box {
    padding: 10px 10px;
  }

  .list-content {
    font-size: 10px;
    padding: 10px 5px;
  }

  .first-view {
    background: linear-gradient(rgba(63, 85, 104, 1), rgba(63, 85, 104, 0.1));
    width: 100%;
    text-align: center;
    height: 729px;
  }

  .background {
    width: 100%;
  }

  .top-logo {
    width: 120px;
    top: 318px;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
  }

  .scroll-box {
    position: absolute;
    top: 564px;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
  }

  .down {
    display: block;
    width: 48px;
    height: 48px;
  }

  .scroll {
    display: block;
    color: #ffffff;
    font-size: 16px;
  }

  .concept-title {
    font-size: 24px;
    padding: 0 39px;
    text-align: left;
    line-height: 60px;
    margin-bottom: 13px;
  }

  .sp-only {
    display: block;
  }

  .concept-explain {
    font-size: 13px;
    text-align: left;
    padding: 0px 37px;
    line-height: 28px;
    background-image: none;
    letter-spacing: 1px;
    min-width: 320px;
    width: 100%;
  }

  .concept-pic-box {
    margin-top: 103px;
  }

  .wrap {
    display: none;
  }

  .concept-pic-1 {
    width: 80px;
    margin: 0 10px;
  }

  .concept-pic-2 {
    display: none;
  }

  .concept-link-box {
    flex: none;
    padding: 0;
  }

  .link-button {
    margin: 15px 50px;
    width: 170px;
  }

  .wrapper {
    width: 100%;
    padding: 0;
    margin: 0;
  }

  .goods-wrapper {
    width: 100%;
    padding: 0;
    margin: 0;
    background-color: rgba(63, 85, 104, 0.1);
  }

  .things-wrapper {
    width: 100%;
    padding: 0;
    margin: 0;
  }

  .about-us-wrapper {
    width: 100%;
    padding: 0;
    margin: 0;
  }

  .post-wrapper {
    width: 100%;
    padding: 0;
    margin: 0;
  }

  .concept {
    padding-bottom: 130px;
  }

  .container {
    width: 100%;
    height: auto;
    padding: 30px 40px;
    margin-bottom: 0;
  }

  .about-us-container {
    width: 100%;
    height: auto;
    padding: 30px 30px;
    margin-bottom: 0;
  }

  .goods-container {
    width: 100%;
    height: auto;
    padding: 30px 40px;
    margin-bottom: 0;
  }

  .brand-container {
    width: 100%;
    height: auto;
    padding: 30px 15px;
    margin-bottom: 0;
  }

  .post-container {
    width: 100%;
    height: auto;
    padding: 30px;
    margin-bottom: 0;
  }

  .header {
    padding-left: 25px;
  }

  .header-ttl {
    font-size: 24px;
  }

  .post-link-tit {
    font-size: 25px;
    margin-top: 10px;
  }

  .link-list-box {
    display: block;
    margin-top: 25px;
  }

  .post-other-tit {
    font-size: 5vw;
    margin: 0;
  }

  .column-other-tit {
    font-size: 5vw;
    margin: 0;
  }

  .flex-container {
    display: block;
    margin-top: 40px;
  }

  .thing-list-button {
    margin-bottom: 120px;
  }

  .link-img-box {
    margin-bottom: 133px;
    padding: 0 30px;
  }

  .article {
    display: block;
    padding-bottom: 40px;
    margin-bottom: 40px;
  }

  .goods-article {
    display: block;
    margin-bottom: 30px;
    padding-right: 0;
  }

  .things-article {
    display: block;
    margin-bottom: 30px;
    padding-right: 0;
  }

  .post-article {
    display: block;
  }

  .article-link {
    display: block;
  }

  .article-link:hover {
    transform: initial;
  }

  .article-pic {
    margin-right: 0;
  }

  .goods-article-pic {
    margin-right: 0;
  }

  .things-article-pic {
    margin-right: 0;
  }

  .post-article-pic {
    margin-right: 0;
  }

  .other-article-pic {
    margin-right: 0;
  }

  .brand-box {
    margin-right: 0;
    height: 120px;
  }

  .article-img {
    width: 188px;
    height: auto;
  }

  .goods-article-img {
    width: 188px;
    height: auto;
  }

  .things-article-img {
    width: 188px;
    height: auto;
  }

  .post-tag-img {
    width: 120px;
    height: auto;
    left: 175px;
    top: 35px;
  }

  .goods-post-tag-img {
    width: 120px;
    height: auto;
    left: 175px;
    top: 35px;
  }

  .things-post-tag-img {
    width: 120px;
    height: auto;
    left: 175px;
    top: 35px;
  }

  .post-link-tag {
    width: 120px;
    height: auto;
    left: 60%;
    margin: 30px 0;
  }

  .brand-name-pic {
    width: 150px;
    height: auto;
    top: -22%;
    left: 34%;
  }

  .brand-name-back {
    width: 150px;
    height: auto;
    top: -25%;
    left: 30%;
  }

  .article-info {
    margin-top: 20px;
    position: relative;
  }

  .right-box {
    display: flex;
    justify-content: space-between;
  }

  .article-group {
    font-size: 13px;
    margin: 0;
    letter-spacing: 1px;
  }

  .goods-article-group {
    font-size: 13px;
    margin: 0;
    letter-spacing: 1px;
  }

  .things-article-group {
    font-size: 13px;
    margin: 0;
    letter-spacing: 1px;
  }

  .article-ttl {
    font-size: 22px;
    margin-top: 3px;
    letter-spacing: 1px;
  }

  .goods-article-ttl {
    font-size: 24px;
    margin-top: 3px;
    letter-spacing: 1px;
  }

  .things-article-ttl {
    font-size: 24px;
    margin-top: 3px;
    letter-spacing: 1px;
  }

  .post-article-ttl {
    font-size: 24px;
    margin-top: 3px;
    letter-spacing: 1px;
  }

  .other-article-ttl {
    font-size: 24px;
    margin-top: 3px;
    letter-spacing: 1px;
  }

  .brand-title {
    font-size: 24px;
    margin-top: 3px;
    letter-spacing: 1px;
    text-align: center;
  }

  .article-date {
    margin-top: 7px;
    margin-bottom: 7px;
  }

  .article-title {
    margin-top: 7px;
    margin-bottom: 7px;
  }

  .things-article-title {
    margin-top: 7px;
    margin-bottom: 7px;
  }

  .article-name {
    margin: 10px 0;
  }

  .other-article-name {
    margin-top: 7px;
    margin-bottom: 7px;
  }

  .brand-sub-tit {
    margin: auto;
    margin-top: 0px;
    margin-bottom: 15px;
    text-align: center;
    width: 130px;
    padding-bottom: 15px;
  }

  .res-right-box {
    padding: 22px 0;
  }

  .post-right-box {
    display: none;
  }

  .res-right {
    display: block;
    width: 24px;
    height: 24px;
  }

  .post-right {
    display: none;
  }

  .right {
    display: none;
  }

  .goods-right {
    display: none;
  }

  .things-right {
    display: none;
  }

  .thing-list-pic {
    margin-top: 0;
    /* width: 170px; */
    height: 34px;
  }

  .insta-pic-box {
    flex-wrap: wrap;
    padding: 0 2vw;
    justify-content: space-around;
  }

  .insta-pic {
    width: 165px;
    margin: 5px auto;
  }

  .contact {
    margin-top: 70px;
    padding-bottom: 100px;
  }

  .contact-link {
    padding: 0;
    font-size: 25px;
    margin-bottom: 25px;
  }

  .contact-pic {
    height: 34px;
    margin: 10px 0;
  }

  .footer {
    width: 100%;
    height: 640px;
    background: linear-gradient(rgba(63, 85, 104, 0.1) 0%,
        rgba(63, 85, 104, 1) 100%);
  }

  .footer-box {
    width: 100%;
    padding: 0 40px;
    display: block;
    text-align: left;
  }

  .footer-logo {
    width: 166px;
    height: auto;
    margin-bottom: 50px;
  }

  .footer-link {
    margin: 26px 0;
    font-size: 16px;
    letter-spacing: 1px;
  }

  .goods-first-view {
    width: 100%;
    height: 355px;
    background: linear-gradient(rgba(63, 85, 104, 1), rgba(63, 85, 104, 0.1));
  }

  .things-first-view {
    width: 100%;
    height: 355px;
  }

  .about-first-view {
    width: 100%;
    height: 365px;
  }

  .post-first-view {
    width: 100%;
    height: 494px;
  }

  .goods-tit {
    top: 216px;
    font-size: 26px;
    line-height: 55px;
  }

  .brand-archive-top {
    top: 170px;
    font-size: 21px;
  }

  .brand-name {
    top: 234px;
    font-size: 30px;
    line-height: 25px;
  }

  .post-sub-title {
    font-size: 15px;
  }

  .things-tit {
    top: 216px;
    font-size: 26px;
    line-height: 55px;
  }

  .about-tit {
    top: 216px;
    font-size: 40px;
    line-height: 36px;
    letter-spacing: 3px;
  }

  .about-us-title {
    font-size: 23px;
    text-align: center;
  }

  .goods-list-box {
    padding: 50px 50px;
  }

  .comment-1 {
    padding-top: 40px;
    font-size: 14px;
    letter-spacing: 0;
  }

  .post-comment-1 {
    padding-top: 15px;
    font-size: 16px;
    letter-spacing: 0px;
    line-height: 36px;
    padding-left: 36px;
    padding-right: 36px;
    padding-bottom: 36px;
    width: 351px;
    margin: auto;
  }

  .comment-2 {
    margin-top: 52px;
    line-height: 40px;
    font-size: 14px;
    letter-spacing: 0;
  }

  .comment-3 {
    margin-top: 40px;
    line-height: 40px;
    font-size: 14px;
    letter-spacing: 0;
  }

  .comment-4 {
    margin-top: 40px;
    line-height: 40px;
    font-size: 14px;
    letter-spacing: 0;
  }

  .comment-5 {
    margin-top: 40px;
    line-height: 40px;
    font-size: 14px;
    letter-spacing: 0;
  }

  .comment-6 {
    margin-top: 40px;
    line-height: 40px;
    font-size: 14px;
    letter-spacing: 0;
  }

  .letter {
    width: 295px;
    border-radius: 5%;
    margin-top: 125px;
  }

  .company {
    margin-top: 170px;
    font-size: 25px;
  }

  .company-detail {
    font-size: 16px;
    line-height: 40px;
    letter-spacing: 1px;
  }

  .post-tit {
    font-size: 15vw;
  }

  .brand-png {
    width: 240px;
    margin: 0;
  }

  .post-letter {
    width: 350px;
    margin-top: 33px;
    margin-bottom: 75px;
  }

  .column-pic {
    width: 90%;
    margin-top: 33px;
    margin-bottom: 30px;
  }

  .interview {
    font-size: 25px;
  }

  .interview-content {
    /*     text-align: left; */
    line-height: 28px;
    font-size: 14px;
    margin-top: 40px;
    padding: 0 40px;
  }

  .interview-png {
    width: 350px;
    margin-top: 30px;
    height: 230px;
  }

  .participant-tit {
    text-align: left;
    font-size: 5vw;
    display: none;
  }

  .participant {
    display: block;
    text-align: left;
    padding: 0px 30px;
    margin-bottom: 0;
    margin-top: 125px;
    width: 100%;
  }

  .participant-1 {
    margin-bottom: 5px;
  }

  .participant-png {
    width: 55px;
    height: 55px;
  }

  .participant-png-1 {
    display: none;
  }

  .comment {
    margin-bottom: 76px;
    display: block;
  }

  .comment-box-1 {
    display: block;
  }

  .conversation {
    margin-bottom: 76px;
    display: block;
  }

  .comment-box {
    margin-left: 0;
    padding: 0 40px;
    margin-top: 67px;
  }

  .name-emphasis {
    font-weight: bold;
  }

  .participant-name {
    margin-bottom: 5px;
    font-size: 16px;
    margin-left: 20px;
    letter-spacing: 1px;
  }

  .participant-name-1 {
    margin-bottom: 7px;
    font-size: 15px;
    letter-spacing: 1px;
  }

  .comment-detail {
    font-size: 14px;
    line-height: 28px;
  }

  .comment-detail-1 {
    font-size: 14px;
    line-height: 28px;
    padding: 0 10px;
  }

  .interview-png-2 {
    width: 350px;
    margin-top: 40px;
  }

  .interview-png-3 {
    width: 300px;
    margin: 0;
  }

  .interview-png-4 {
    margin-top: -30px;
    width: 300px;
  }

  .img-comment {
    margin-bottom: 10px;
    font-size: 15px;
    margin-top: 20px;
    padding: 0 10px;
  }

  .img-comment-2 {
    margin-bottom: 50px;
    font-size: 15px;
    margin-top: 4px;
  }

  .post-article-content {
    font-size: 3vw;
    line-height: 4vw;
  }

  .SNS-tit {
    font-size: 7vw;
    margin-top: 25px;
  }

  .post-link-img {
    text-align: center;
    margin: 1vh 1vw;
    width: 150px;
    height: auto;
  }

  .shopping-link {
    height: 34px;
    width: auto;
  }

  .other-brand-pic {
    width: 120px;
    height: auto;
    margin: 0 5px;
  }

  .column-title {
    width: 100%;
    font-size: 20px;
    line-height: 30px;
    padding-bottom: 10px;
  }

  .column-title-box {
    width: 100%;
  }

  div#ez-toc-container {
    margin: auto;
    margin-top: 50px;
  }

  .interview-box {
    display: block;
  }

  .column-article-info {
    margin-left: 0;
    margin-top: 30px;
  }

  .column-wrapper {
    width: 100%;
    height: auto;
    padding: 0 20px;
    margin: 0 auto;
    background-color: rgba(63, 85, 104, 0.1);
  }

  .column-content {
    margin-top: 10px;
    font-size: 14px;
    line-height: 32px;
  }

  .column-first-view {
    width: 100%;
    height: 150px;
  }

  .brand-first-view {
    width: 100%;
    height: 200px;
    background-image: url("./img/brand-first-view.png");
    background-repeat: no-repeat;
  }

  .brand-top-view {
    width: 100%;
    height: 65px;
  }

  .archive-first-view {
    width: 100%;
    height: 300px;
    background: linear-gradient(rgba(63, 85, 104, 1), rgba(63, 85, 104, 0.1));
  }

  .logo_color {
    margin-top: 50px;
  }

  .column-date {
    font-size: 16px;
  }

  .news-date {
    font-size: 20px;
  }

  .table-of-contents {
    font-size: 14px;
  }

  .s-table-of-contents {
    font-size: 14px;
    padding-left: 25px;
  }

  .column-contents {
    font-size: 16px;
    line-height: 32px;
    letter-spacing: 8%;
  }

  .s-table-of-contents-1 {
    font-size: 14px;
  }

  .column-img {
    width: 90%;
  }

  .title-underline {
    border-bottom: none;
  }

  .slide-show-underline {}

  .brand-article {
    display: block;
  }

  .brand-summary {
    display: block;
  }

  .back-archive-box {
    margin-top: 50px;
    margin-bottom: 0;
  }

  .other-brand-four {
    display: block;
  }

  .other-brand-box {
    display: block;
    margin-top: 0;
  }

  .two-box {
    display: flex;
    justify-content: space-around;
    margin-top: 20px;
    margin-left: 10px;
  }

  .archive-brand-box {
    margin: 0 10px;
  }

  .archive-brand-pic {
    width: 120px;
  }

  .back-brand-pic {
    width: 120px;
  }

  .tag-box {
    display: none;
  }

  .news-tag {
    padding: 3px 5px;
  }

  .brand-link-box {
    justify-content: center;
  }

  .other-brand-underline {
    margin-bottom: 50px;
  }

  .search-box {
    justify-content: center;
  }

  /* 試しに追加 */
  .header-nav {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    min-height: 100vh;
    z-index: 998;
    background-color: #fff;
    display: none;
    z-index: 1;
  }

  .header-list {
    display: block;
    text-align: center;
    line-height: 50px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }

  .hamburger {
    display: block;
  }

  .article-content {
    font-size: 14px;
    line-height: 30px;
    max-height: 85px;
  }

  .brand-content {
    font-size: 14px;
    line-height: 21px;
    max-height: 180px;
    -webkit-line-clamp: 5;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 4px 12px;
  }

  .goods-article-content {
    font-size: 14px;
    line-height: 28px;
    max-height: 85px;
  }

  .slide-show-content {
    font-size: 14px;
    line-height: 28px;
    max-height: 85px;
  }

  .things-article-content {
    font-size: 14px;
    line-height: 28px;
    max-height: 85px;
  }

  .header-item-1 {
    display: block;
  }

  .inquiry-box {
    display: block;
  }
}

@media screen and (min-width: 901px) {
  .header-nav {
    display: block !important;
  }

  /* ここまで試しに追加 */
}