.main-div {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 40px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  font-size: 0.875rem;
}

.left-sec {
  position: -webkit-sticky;
  position: sticky;
  left: 0px;
  top: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 30%;
  height: 100vh;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  background-color: #3a123e;
}

.left-sec.sp {
  display: none;
}

.right-swz {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  margin-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.icon-area {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60px;
  height: 100vh;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-right: 1px solid #4c2851;
}

.channel-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.title-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  padding-top: 1rem;
  padding-bottom: 1rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #4c2851;
}

.title-section.sp-title {
  display: none;
}

.channel-main-section {
  width: 100%;
  height: 100%;
  border-bottom: 1px solid #4c2851;
}

.icon-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 8vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.fs-icon {
  display: block;
  width: 40px;
  height: auto;
}

.text-block {
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 1rem;
  font-weight: 900;
}

.channel-title {
  margin-top: 2rem;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 10px;
  font-family: 'Noto Sans JP', sans-serif;
  color: #bfb3c1;
}

.triangle {
  margin-right: 0.5rem;
  font-size: 0.875rem;
}

.channnel-text {
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 20px;
  background-color: transparent;
  font-family: Lato, sans-serif;
  color: #bfb3c1;
}

.channnel-text:hover {
  background-color: transparent;
}

.empty-channel {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  margin-left: 1.25rem;
  padding: 0px;
  background-color: #2e629e;
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 0.9rem;
}

.title-bar {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  padding: 1rem 2rem;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: #e2e2e2;
  background-color: #fff;
}

.title {
  width: auto;
  margin-top: 1rem;
  margin-bottom: 1rem;
  padding-left: 0px;
  font-family: 'Noto Sans JP', sans-serif;
  color: #333;
  font-size: 0.9rem;
  line-height: 1.8;
  font-weight: 700;
}

.title.hide {
  display: none;
}

.title.pc {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

.title.sp {
  display: none;
}

.intro-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  margin-top: 0rem;
  padding: 1rem 2rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 0.5px;
  border-color: #e2e2e2;
}

.description {
  font-family: yu-gothic-pr6n, sans-serif;
  line-height: 1.4;
}

.date-section-01 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 5vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px none #000;
}

.center-line {
  position: absolute;
  width: 100%;
  height: 1px;
  border-bottom: 1px solid #e2e2e2;
}

.radius-text-01 {
  position: absolute;
  width: 170px;
  height: 30px;
  border-style: solid;
  border-width: 1px;
  border-color: #e2e2e2;
  border-radius: 20px;
  background-color: #fff;
}

.date-post {
  position: absolute;
  font-family: 'Noto Sans JP', sans-serif;
  color: #555;
  font-size: 0.875rem;
  font-weight: 500;
  text-align: center;
}

.neta-component {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  margin-top: 0rem;
  margin-bottom: 0rem;
  padding: 0rem 2rem 2rem;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.icon-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40px;
  height: 100%;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.neta-1-icon {
  width: 100%;
}

.post-section {
  width: 100%;
  height: auto;
  padding: 0.25rem 1rem;
  font-family: Lato, sans-serif;
  line-height: 1.5;
}

.text-block-4 {
  font-family: yu-gothic-pr6n, sans-serif;
  font-weight: 900;
}

.name-section {
  font-family: Lato, sans-serif;
  color: #333;
  line-height: 1.4;
  font-weight: 900;
  text-transform: capitalize;
}

.main-text {
  font-family: 'Noto Sans JP', sans-serif;
  color: #333;
  line-height: 1.6;
  font-weight: 400;
}

.url-text {
  font-family: yu-gothic-pr6n, sans-serif;
  color: #4476aa;
  font-weight: 900;
}

.link {
  color: #4476aa;
}

.url-link-text {
  display: block;
  width: auto;
  color: #4476aa;
}

.quote-adjust-height {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 392px;
  margin-top: 1rem;
  margin-bottom: 1rem;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.quote-adjust-height._01 {
  position: relative;
  height: auto;
}

.sub-neta-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.neta-1-2-icon {
  width: 30px;
  margin-right: 10px;
}

.quote-name-section {
  margin-right: 5px;
  font-family: Lato, sans-serif;
  font-weight: 900;
}

.text-block-5 {
  font-family: Lato, sans-serif;
  color: #616061;
}

.url-image-2 {
  padding-top: 5px;
  padding-bottom: 5px;
  color: #4476aa;
}

.twitter-icon {
  width: 20px;
  margin-right: 5px;
}

.twitter-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  margin-bottom: 1rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.article-title {
  width: 100%;
  font-family: Lato, sans-serif;
  color: #000;
  font-size: 12px;
  font-weight: 900;
}

.image-01 {
  width: auto;
  height: auto;
  padding-bottom: 0px;
  border-radius: 20px;
  -o-object-fit: cover;
  object-fit: cover;
}

.quote-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  margin-left: 1.5rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.verticalline-01 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 10px;
  height: 100%;
  margin-right: 1rem;
  margin-bottom: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  border-radius: 20px;
  background-color: #e2e2e2;
}

.image-2-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50px;
  height: 600px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.quote-section-1-1 {
  height: 100%;
}

.quote-image-01 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  padding-top: 0.25rem;
  padding-bottom: 1rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.verticalline-02 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 5px;
  height: 330px;
  margin-right: 15px;
  margin-bottom: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  background-color: #e2e2e2;
}

.verticalline-03 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 5px;
  height: 330px;
  margin-right: 15px;
  margin-bottom: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  background-color: #e2e2e2;
}

.stamp-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.stamp-unit {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40px;
  height: 25px;
  margin-right: 0.25rem;
  padding-right: 0.125rem;
  padding-left: 0.125rem;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  background-color: #e2e2e2;
  font-family: yu-gothic-pr6n, sans-serif;
}

.text-block-7 {
  font-family: Lato, sans-serif;
}

.text-block-8 {
  padding-right: 5px;
}

.image-2 {
  width: 18px;
  margin-right: 0px;
}

._1st-neta-main-section-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100vh;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

._2ndt-neta-main-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.insta-channel {
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 20px;
  font-family: Lato, sans-serif;
  color: #bfb3c1;
}

.twitter-channel {
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 20px;
  font-family: Lato, sans-serif;
  color: #bfb3c1;
}

.beauty-channel {
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 20px;
  font-family: Lato, sans-serif;
  color: #bfb3c1;
}

.tiktok-channel {
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 20px;
  font-family: Lato, sans-serif;
  color: #bfb3c1;
}

.facebook-channel {
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 20px;
  font-family: Lato, sans-serif;
  color: #bfb3c1;
}

.link-2 {
  display: block;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 20px;
  font-family: Lato, sans-serif;
  color: #fff;
  text-decoration: none;
}

.link-2-copy {
  display: block;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 20px;
  font-family: Lato, sans-serif;
  color: #fff;
  font-weight: 700;
  text-decoration: none;
}

.link-channel {
  display: block;
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
  margin-left: 1.25rem;
  padding: 0px;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 0.9rem;
  line-height: 1;
  font-weight: 700;
  text-decoration: none;
}

.link-channel:hover {
  background-color: rgba(0, 0, 0, 0.19);
}

.twitter-cha {
  display: block;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 20px;
  font-family: Lato, sans-serif;
  color: #fff;
  font-weight: 700;
  text-decoration: none;
}

.link-2-copy-copy {
  display: block;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 20px;
  font-family: Lato, sans-serif;
  color: #fff;
  font-weight: 700;
  text-decoration: none;
}

.beauty-cha {
  display: block;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 20px;
  font-family: Lato, sans-serif;
  color: #fff;
  font-weight: 700;
  text-decoration: none;
}

.facebook-cha {
  display: block;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 20px;
  font-family: Lato, sans-serif;
  color: #fff;
  font-weight: 700;
  text-decoration: none;
}

.tiktok-cha {
  display: block;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 20px;
  font-family: Lato, sans-serif;
  color: #fff;
  font-weight: 700;
  text-decoration: none;
}

.archive-title {
  margin-top: 1.5rem;
  margin-bottom: 0.25rem;
  margin-left: 1rem;
  padding-top: 0rem;
  padding-bottom: 0px;
  padding-left: 0px;
  font-family: 'Noto Sans JP', sans-serif;
  color: #bfb3c1;
}

.archive-title.sns {
  margin-top: 2rem;
}

.icons {
  width: 100px;
  padding-right: 0px;
}

.article {
  display: inline-block;
  margin-bottom: 0px;
  font-family: Lato, sans-serif;
}

.neta-2-icon {
  width: 40px;
}

.image-02 {
  width: 400px;
  padding-bottom: 0px;
  border-radius: 20px;
}

.quote-image-01-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding-top: 0.5rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.verticalline-01-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 5px;
  height: 475px;
  margin-right: 15px;
  margin-bottom: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  background-color: #e2e2e2;
}

.verticalline-01-copy-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 5px;
  height: 475px;
  margin-right: 1rem;
  margin-bottom: 0rem;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  background-color: #e2e2e2;
}

.quote-section-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 791.4453125px;
  padding-top: 20px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.verticalline-01-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 5px;
  height: 791.4453125px;
  margin-right: 15px;
  margin-bottom: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  background-color: #e2e2e2;
}

.response-stamp {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0.5rem;
  margin-bottom: 0rem;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.response-stamp.hide {
  display: none;
}

.response-section {
  margin-top: 1rem;
}

.response-section.hide {
  display: none;
}

.respons-01 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.text-block-10 {
  margin-right: 10px;
  font-family: 'Noto Sans JP', sans-serif;
  color: #333;
  font-weight: 500;
}

.horizontal-line {
  width: 80%;
  height: 1px;
  margin-left: 0.25rem;
  background-color: #e2e2e2;
}

.response-line {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: 'Noto Sans JP', sans-serif;
  color: #333;
  font-weight: 400;
}

.response-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0.5rem;
}

.response-wrapper.hide {
  display: none;
}

.response-icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40px;
  height: auto;
  margin-right: 0.5rem;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.image-4 {
  width: 35px;
}

.profile-icon {
  width: 40px;
  max-width: none;
}

.text-block-11 {
  font-family: Lato, sans-serif;
  font-weight: 900;
}

.response-main-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
}

.line-test {
  position: static;
  z-index: auto;
  width: 9px;
  height: 100%;
  margin-right: 1rem;
  background-color: #e2e2e2;
}

.div-block-2 {
  width: 10%;
}

.art-description {
  width: 100%;
  font-family: Lato, sans-serif;
  font-weight: 400;
}

._2nd-neta-test {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  margin-top: 0rem;
  margin-bottom: 0rem;
  padding: 0rem 2rem 4rem;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.img-container {
  width: auto;
  max-width: 400px;
}

.new-line {
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 5px;
  height: 100%;
  margin-right: 0rem;
  margin-bottom: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border: 1px none #000;
  border-radius: 20px;
  background-color: #e2e2e2;
}

.quote-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.art-title {
  font-size: 12px;
  font-weight: 700;
}

.name-title {
  color: #000;
  font-weight: 700;
}

.message {
  font-family: 'Noto Sans JP', sans-serif;
}

.nav_logo-link {
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.nav_link {
  overflow: visible;
  height: 100%;
  padding: 10px 20px;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: hsla(0, 0%, 100%, 0.95);
  font-size: 0.8125rem;
  font-weight: 500;
  -o-object-fit: fill;
  object-fit: fill;
}

.nav_link:hover {
  background-color: hsla(0, 0%, 100%, 0.1);
}

.nav_link.nav-link-black {
  font-family: 'Noto Sans JP', sans-serif;
  color: #000;
  font-weight: 500;
}

.nav_component {
  position: absolute;
  z-index: 99;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #1a1a1a;
  opacity: 1;
}

.nav_component.nav-color-white {
  background-color: #fff;
}

.menu-bar {
  width: 100%;
  height: 2px;
  margin-bottom: 6px;
  background-color: hsla(0, 0%, 100%, 0.95);
}

.menu-bar.menu-bar-black {
  background-color: #1a1a1a;
}

.menu-parent {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 50px;
  height: 50px;
  padding: 12px 8px 8px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  cursor: pointer;
}

.nav_logo {
  height: 20px;
  opacity: 1;
}

.nav_logo.nav-logo-black {
  -webkit-filter: invert(100%);
  filter: invert(100%);
}

.nav-wrapper {
  font-size: 0.875rem;
}

.nav_menu-button {
  display: none;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  color: #fff;
}

.icon {
  border: 1px solid transparent;
}

.nav_container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  max-width: none;
  margin-right: 20px;
  margin-left: 20px;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.nav_menu-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.section-breadcrumb {
  position: relative;
  z-index: 30;
  overflow: hidden;
  max-width: 100vw;
}

.breadcrumbs {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 2.125rem;
  padding: 9px 0.85rem;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f4f4f7;
  color: #747c83;
  font-size: 0.75rem;
}

.bc-link {
  padding-right: 0.35rem;
  padding-left: 0.35rem;
  color: #747c83;
  text-decoration: none;
  text-transform: uppercase;
}

.side {
  padding: 0.25rem;
  font-size: 0.563rem;
}

.link-footer {
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  font-size: 0.875rem;
}

.link-footer:hover {
  opacity: 0.8;
}

.link-footer-box {
  margin-right: 1rem;
  margin-left: 1rem;
}

.footer-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  opacity: 0.95;
  color: hsla(0, 0%, 100%, 0.95);
}

.footer-link-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 1rem;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer-social-link {
  max-width: 1.4rem;
  margin-right: 0.5rem;
  margin-left: 0.5rem;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

.footer-social-link:hover {
  opacity: 0.8;
}

.section-footer {
  position: relative;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 3rem;
  padding-bottom: 4rem;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #000;
}

.global-styles {
  position: fixed;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  display: block;
}

.bold-text {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 0.8rem;
  line-height: 1.8;
  font-weight: 500;
}

.text-span {
  color: #4476aa;
}

.channel-link {
  display: block;
  margin-top: 0.5rem;
  margin-bottom: 0.75rem;
  margin-left: 1.25rem;
  font-family: 'Noto Sans JP', sans-serif;
  color: #fff;
  font-size: 0.875rem;
}

.bold-text-2 {
  display: block;
  font-family: 'Varela Round', sans-serif;
}

.post-txt {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400;
}

.text-block-14 {
  line-height: 1.4;
}

.text-block-15 {
  font-size: 0.75rem;
}

@media screen and (max-width: 991px) {
  .main-div {
    width: 100vw;
    padding-top: 0px;
  }

  .left-sec {
    width: 55%;
    height: 100vh;
  }

  .right-swz {
    width: 100%;
    max-width: 100%;
  }

  .icon-area {
    background-color: #3a123e;
  }

  .channel-section {
    height: 100vh;
    padding-right: 1rem;
    background-color: #3a123e;
  }

  .triangle {
    font-size: 14px;
  }

  .title.pc {
    line-height: 1.6;
  }

  .intro-section {
    padding: 30px;
  }

  .center-line {
    max-width: 1000px;
  }

  ._1st-neta {
    width: 100%;
  }

  .neta-component {
    width: 100%;
  }

  .icon-wrapper {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .neta-1-icon {
    max-width: none;
  }

  .post-section {
    width: 100%;
    padding-right: 0rem;
  }

  .url-link-text {
    display: block;
    width: 100%;
  }

  .quote-adjust-height {
    height: 450px;
  }

  .quote-adjust-height._01 {
    height: 350px;
  }

  .url-image-2 {
    display: none;
    width: auto;
  }

  .image-01 {
    width: 300px;
  }

  .quote-block {
    width: 100%;
  }

  .quote-image-01 {
    width: 100%;
  }

  .icons {
    width: 80px;
    margin-left: 3rem;
  }

  .neta-2-icon {
    max-width: none;
  }

  .image-02 {
    width: 300px;
  }

  .verticalline-01-copy-copy {
    display: none;
  }

  .quote-section-3 {
    width: 100%;
  }

  .response-icon {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .profile-icon {
    display: block;
    width: 30px;
    max-width: none;
  }

  .text-block-12 {
    width: 100%;
  }

  .link-3 {
    width: 100%;
  }

  .div-block {
    width: 24px;
  }

  .link-4 {
    width: 100%;
    max-width: none;
  }

  ._2nd-neta-test {
    width: 100%;
  }

  .nav_link {
    border-top: 0.5px none #555;
    border-bottom: 0.5px solid rgba(85, 85, 85, 0.3);
    color: #333;
    font-weight: 500;
    text-align: left;
  }

  .nav_component {
    position: absolute;
    display: block;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }

  .nav_component.nav-color-white {
    position: relative;
  }

  .menu-bar {
    height: 2px;
    margin-bottom: 4px;
    background-color: hsla(0, 0%, 100%, 0.95);
  }

  .menu-bar.menu-bar-black {
    background-color: #1a1a1a;
  }

  .menu-parent {
    width: 35px;
    height: 35px;
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .nav_logo {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .nav_menu-button {
    padding: 0px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .nav_menu-button.w--open {
    background-color: transparent;
  }

  .icon {
    display: none;
    color: #fff;
  }

  .nav_container {
    overflow: visible;
    padding-right: 40px;
    padding-left: 40px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .nav_menu-wrapper {
    padding: 30px;
    background-color: #fff;
  }

  .breadcrumbs {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}

@media screen and (max-width: 767px) {
  .main-div {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .left-sec {
    position: fixed;
    left: auto;
    display: none;
    width: 100vw;
    height: 30vh;
    background-image: url('/special/fs-netachannel/images/スクリーンショット-2022-06-01-10.31.43.png');
    background-position: 0px 0px;
    background-size: cover;
  }

  .left-sec.sp {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: auto;
  }

  .right-swz {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .icon-area {
    height: auto;
  }

  .channel-section {
    height: auto;
    padding-right: 0rem;
  }

  .title-section {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    background-color: #3a123e;
  }

  .title-section.sp-title {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: auto;
  }

  .channel-main-section {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .fs-icon {
    width: 30px;
    margin-right: 0.5rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  .channel-title {
    display: none;
  }

  .triangle {
    margin-right: 0.5rem;
  }

  .title {
    font-family: 'Varela Round', sans-serif;
  }

  .title.pc {
    line-height: 1.6;
  }

  .intro-section {
    height: auto;
  }

  .archive-title {
    margin-left: 0rem;
    padding-left: 0rem;
  }

  .icons {
    display: none;
  }

  .nav_logo-link {
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
  }

  .nav_component {
    position: absolute;
    background-color: #1a1a1a;
  }

  .menu-bar {
    background-color: hsla(0, 0%, 100%, 0.95);
  }

  .nav_menu-button {
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .nav_container {
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 20px;
    padding-left: 20px;
    background-color: transparent;
  }

  .breadcrumbs {
    width: 800px;
    max-width: 800px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .channel-link {
    margin-left: 0.5rem;
  }
}

@media screen and (max-width: 479px) {
  .left-sec {
    display: none;
  }

  .text-block {
    font-size: 0.875rem;
  }

  .title-bar {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  .title {
    font-family: 'Noto Sans JP', sans-serif;
  }

  .title.pc {
    display: none;
  }

  .title.sp {
    display: block;
    width: 100%;
    text-align: left;
  }

  .neta-component {
    padding-top: 1rem;
    padding-right: 1rem;
    padding-left: 0.5rem;
  }

  .icon-wrapper {
    width: 30px;
  }

  .neta-1-icon {
    width: 30px;
  }

  .post-section {
    width: 90%;
    padding-left: 0.5rem;
  }

  .url-link-text {
    overflow: hidden;
    width: auto;
  }

  .image-01 {
    width: 200px;
  }

  .horizontal-line {
    width: 60%;
  }

  .img-container {
    max-width: 300px;
  }

  .nav_component {
    position: absolute;
    display: block;
    height: 40px;
    background-color: #1a1a1a;
  }

  .menu-bar {
    background-color: hsla(0, 0%, 100%, 0.95);
  }

  .menu-parent {
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .nav_logo {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .nav_menu-button {
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .nav_container {
    height: 100%;
    margin-right: 10px;
    margin-left: 10px;
    padding-right: 10px;
    padding-left: 10px;
    background-color: transparent;
  }

  .breadcrumbs {
    width: 800px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .footer-link-wrap {
    margin-bottom: 1.2rem;
  }

  .footer-social-link {
    max-width: 1.2rem;
  }

  .channel-link {
    margin-bottom: 0.5rem;
    font-size: 0.75rem;
  }
}

