@media (min-width: 768px) {
  .sp {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .pc {
    display: none !important;
  }
}
#special {
  margin-bottom: 160px;
}
@media (max-width: 767px) {
  #special {
    margin-bottom: 90px;
  }
}
#special .page-header {
  width: 100%;
  padding: 50px 20px 24px;
  margin-bottom: 54px;
  background: white;
  -webkit-box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.1);
}
@media (max-width: 767px) {
  #special .page-header {
    padding-top: 28px;
    padding-bottom: 20px;
    margin-bottom: 40px;
  }
}
#special .page-header .top-level {
  width: min(100%, 970px);
  padding: 0;
  margin: 0 auto;
  font-size: 1.3rem;
  letter-spacing: 0.05em;
  line-height: calc(20/13);
  text-align: center;
}
#special .page-header h1 {
  width: min(100%, 970px);
  margin: 0 auto;
  font-size: 2.5rem;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: calc(36/25);
  text-align: center;
}
#special .page-lead {
  padding: 15px 0 40px;
  font-weight: bold;
  line-height: calc(30/16);
  text-align: center;
}
@media (max-width: 767px) {
  #special .page-lead {
    padding-top: 0;
    padding-bottom: 32px;
    text-align: left;
  }
}
#special .author {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: auto 0 auto;
      grid-template-areas: "_1 _2" "_1 _3";
  gap: 0 24px;
  -ms-grid-columns: calc(100% * 140/680) 24px calc(100% * 516/680);
  grid-template-columns: calc(100% * 140/680) calc(100% * 516/680);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: min(100% - 30px, 732px);
  padding: 20px 20px 20px 30px;
  margin: 0 auto 54px;
  border: 1px solid #d9d9d9;
}
@media (max-width: 767px) {
  #special .author {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 16px 24px;
    padding: 20px 15px 15px;
    margin-bottom: 28px;
  }
}
#special .author .img {
  -ms-grid-row: 1;
  -ms-grid-row-span: 3;
  -ms-grid-column: 1;
  grid-area: _1;
  width: 140px;
}
@media (max-width: 767px) {
  #special .author .img {
    width: 78px;
  }
}
#special .author .name {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
  grid-area: _2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0 12px;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  margin-bottom: 14px;
  font-size: 14px;
  letter-spacing: 0.05em;
}
#special .author .name span {
  font-size: 1.15em;
}
@media (max-width: 767px) {
  #special .author .name {
    width: calc(100% - 24px - 78px);
    margin-bottom: 0;
  }
  #special .author .name span {
    font-size: 1.3em;
  }
}
#special .author .career {
  -ms-grid-row: 3;
  -ms-grid-column: 3;
  grid-area: _3;
  font-size: 14px;
}
#special .toc {
  margin-bottom: 64px;
  background-color: #eee;
  padding: 40px 50px;
}
@media (max-width: 767px) {
  #special .toc {
    padding: 36px 12px 36px 24px;
    margin-bottom: 40px;
  }
}
#special .toc ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 12px 0;
}
#special .toc li {
  counter-increment: num;
  width: 100%;
}
#special .toc a {
  position: relative;
  display: block;
  text-indent: -2.7em;
  padding-left: 2.7em;
}
#special .toc a::before {
  content: "0" counter(num) ".";
  margin-right: 15px;
}
@media (hover: hover) {
  #special .toc a:hover {
    text-decoration: underline;
  }
}
#special .section {
  counter-increment: title;
}
#special .section:not(:last-child) {
  margin-bottom: 70px;
}
@media (max-width: 767px) {
  #special .section:not(:last-child) {
    margin-bottom: 50px;
  }
}
#special .section_headline {
  position: relative;
  padding-left: 76px;
  margin-bottom: 40px;
  color: white;
  font-size: 1.8rem;
  line-height: 1.5;
}
#special .section_headline::before {
  position: absolute;
  content: "0" counter(title);
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 74px;
  height: 100%;
  background-color: #F46D0B;
}
#special .section_headline span {
  display: block;
  padding: 18px 20px 18px 32px;
  background-color: #F46D0B;
}
@media (max-width: 767px) {
  #special .section_headline {
    padding-left: 56px;
    margin-bottom: 30px;
    font-size: 1.6rem;
  }
  #special .section_headline::before {
    width: 54px;
  }
  #special .section_headline span {
    padding: 16px 10px 16px 12px;
  }
}
#special .section_content p + p {
  margin-top: 1.7em;
}
#special .section_content p + .img {
  margin-top: 60px;
}
@media (max-width: 767px) {
  #special .section_content p + .img {
    margin-top: 30px;
  }
}
#special .section_content .img + p {
  margin-top: 60px;
}
@media (max-width: 767px) {
  #special .section_content .img + p {
    margin-top: 30px;
  }
}
#special .section_content .img {
  width: min(100%, 550px);
  margin-left: auto;
  margin-right: auto;
}

#column {
  margin-bottom: 160px;
}
@media (max-width: 767px) {
  #column {
    margin-bottom: 90px;
  }
}
#column .page-header {
  width: 100%;
  padding: 50px 20px 24px;
  margin-bottom: 54px;
  background: white;
  -webkit-box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.1);
}
@media (max-width: 767px) {
  #column .page-header {
    padding-top: 28px;
    padding-bottom: 20px;
    margin-bottom: 40px;
  }
}
#column .page-header .top-level {
  width: min(100%, 970px);
  padding: 0;
  margin: 0 auto;
  font-size: 1.3rem;
  letter-spacing: 0.05em;
  line-height: calc(20/13);
}
#column .page-header h1 {
  width: min(100%, 970px);
  margin: 0 auto;
  font-size: 2.5rem;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: calc(36/25);
}
#column .page-header h1 span {
  color: #00A4B0;
}
#column .section:not(:last-child) {
  margin-bottom: 120px;
}
@media (max-width: 767px) {
  #column .section:not(:last-child) {
    margin-bottom: 70px;
  }
}
#column .section_headline {
  position: relative;
  padding-top: 20px;
  margin-bottom: 50px;
  line-height: calc(36/25);
  text-align: center;
}
#column .section_headline::before {
  position: absolute;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media (max-width: 767px) {
  #column .section_headline {
    margin-bottom: 24px;
    text-align: left;
  }
  #column .section_headline::before {
    left: 0;
    -webkit-transform: none;
            transform: none;
  }
}
#column .section_content {
  position: relative;
}
#column .swiper {
  width: 100%;
  overflow: visible;
}
#column .swiper-slide {
  -webkit-transition: opacity 0.3s ease-in;
  transition: opacity 0.3s ease-in;
}
@media (hover: hover) {
  #column .swiper-slide:hover {
    opacity: 0.6;
  }
}
#column .swiper-slide .slide_content {
  display: -ms-grid;
  display: grid;
      grid-template-areas: "_1 _2" "_3 _3";
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-top: 8px;
}
@media (max-width: 767px) {
  #column .swiper-slide .slide_content {
        grid-template-areas: "_1 _2" "_1 _3";
  }
  #column .swiper-slide .slide_content > .img {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    -ms-grid-column: 1;
  }
  #column .swiper-slide .slide_content > .name {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }
  #column .swiper-slide .slide_content > .career {
    -ms-grid-row: 2;
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
  }
}
#column .swiper-slide .slide_content .cat {
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  -ms-grid-column: 1;
  grid-area: _1;
  display: inline-block;
  padding: 4px 7px 2px;
  margin-right: 10px;
  background: #474747;
  color: white;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  white-space: nowrap;
}
#column .swiper-slide .slide_content .headline {
  -ms-grid-row: 1;
  -ms-grid-column: 2;
  grid-area: _2;
  padding-top: 3px;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1.5;
}
#column .swiper-slide .slide_content .tags {
  -ms-grid-row: 2;
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
  grid-area: _3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
  margin-top: 8px;
}
#column .swiper-slide .slide_content .tags .tag {
  padding: 1px 4px;
  border: 1px solid currentColor;
  border-radius: 4px;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.5;
  white-space: nowrap;
}
#column .swiper-slide .slide_content .tags .tag::before {
  content: "#";
}
#column .swiper-slide a::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background-color: transparent;
  left: 0;
  top: 0;
}
#column .swiper-pagination-bullets {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 8px;
  padding-top: 44px;
}
#column .swiper-pagination-bullets .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  padding: 0;
  margin: 0;
  background-color: #D9D9D9;
  opacity: 1;
}
#column .swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #333;
  opacity: 1;
}
@media (max-width: 767px) {
  #column .swiper-pagination-bullets {
    padding-top: 32px;
  }
}
#column .slide-buttons {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 24px;
  width: min(100%, 970px + 30px);
  height: 50px;
  padding: 0 15px;
  margin: 0 auto;
  top: -50px;
  left: 50%;
  -webkit-transform: translate(-50%, -100%);
          transform: translate(-50%, -100%);
  pointer-events: none;
}
@media (max-width: 767px) {
  #column .slide-buttons {
    gap: 14px;
    height: 40px;
    top: -24px;
  }
}
#column .slide-buttons .swiper-button-prev,
#column .slide-buttons .swiper-button-next {
  position: static;
  width: 50px;
  height: 100%;
  padding: 0;
  margin: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  pointer-events: auto;
}
#column .slide-buttons .swiper-button-prev::before, #column .slide-buttons .swiper-button-prev::after,
#column .slide-buttons .swiper-button-next::before,
#column .slide-buttons .swiper-button-next::after {
  content: none;
}
@media (hover: hover) {
  #column .slide-buttons .swiper-button-prev:hover,
#column .slide-buttons .swiper-button-next:hover {
    opacity: 0.6;
  }
}
@media (max-width: 767px) {
  #column .slide-buttons .swiper-button-prev,
#column .slide-buttons .swiper-button-next {
    width: 40px;
  }
}
#column .slide-buttons .swiper-button-prev {
  background-image: url(/assets/img/arrow_prev.6965316f.svg);
}
#column .slide-buttons .swiper-button-next {
  background-image: url(/assets/img/arrow_next.1a72919e.svg);
}
#column .archive {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  row-gap: 24px;
}
@media (max-width: 767px) {
  #column .archive {
    row-gap: 32px;
  }
}
#column .archive .post {
  position: relative;
  width: 100%;
  padding: 16px 24px 16px 16px;
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: auto 0 auto;
      grid-template-areas: "_1 _2" "_1 _3";
  -ms-grid-columns: calc(100% * 390/928) calc(100% * 20/928) calc(100% * 518/928);
  grid-template-columns: calc(100% * 390/928) calc(100% * 518/928);
  gap: 0 calc(100% * 20/928);
  border: 1px solid #EEE;
  -webkit-transition: opacity 0.3s ease-in;
  transition: opacity 0.3s ease-in;
}
@media (hover: hover) {
  #column .archive .post:hover {
    opacity: 0.6;
  }
}
@media (max-width: 767px) {
  #column .archive .post {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 0;
    padding: 12px 12px 16px;
  }
}
#column .archive .post .img {
  -ms-grid-row: 1;
  -ms-grid-row-span: 3;
  -ms-grid-column: 1;
  grid-area: _1;
}
#column .archive .post .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 767px) {
  #column .archive .post .img {
    width: calc(100% * 146/334);
  }
}
#column .archive .post .headline {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
  grid-area: _2;
  align-self: flex-start;
  margin-bottom: 14px;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.5;
}
@media (max-width: 767px) {
  #column .archive .post .headline {
    width: calc(100% * 188/334);
    padding-left: calc(100% * 10/334);
    margin-bottom: 0;
    line-height: 1.5;
  }
}
#column .archive .post .content {
  -ms-grid-row: 3;
  -ms-grid-column: 3;
  -ms-grid-column-span: 1;
  grid-area: _3;
}
#column .archive .post .content .content_info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 14px;
}
#column .archive .post .content .date {
  display: block;
  font-size: 14px;
  font-weight: bold;
  line-height: 1;
}
#column .archive .post .content .category-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#column .archive .post .content .category-list .cat {
  padding: 3px 5px 2px;
  background-color: #474747;
  color: white;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.5;
  white-space: nowrap;
}
#column .archive .post .content .category-list .tag {
  padding: 2px 3px 1px;
  border: 1px solid currentColor;
  border-radius: 4px;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.5;
  white-space: nowrap;
}
#column .archive .post .content .category-list .tag::before {
  content: "#";
}
#column .archive .post .content .text {
  font-size: 1.6rem;
  line-height: 1.5;
}
@media (max-width: 767px) {
  #column .archive .post .content {
    padding-top: 10px;
  }
  #column .archive .post .content .content_info {
    display: block;
  }
  #column .archive .post .content .date {
    margin-bottom: 10px;
  }
  #column .archive .post .content .category-list {
    gap: 8px;
  }
  #column .archive .post .content .category-list .cat {
    padding: 4px 17px 3px;
  }
  #column .archive .post .content .category-list .tag {
    padding: 3px 16px 2px;
  }
}
#column .archive .post a {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}
#column .tab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0 5px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 767px) {
  #column .tab {
    gap: 12px 0;
  }
}
#column .tab .tabnav_item01 {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
@media (max-width: 767px) {
  #column .tab .tabnav_item01 {
    -webkit-box-ordinal-group: initial;
        -ms-flex-order: initial;
            order: initial;
  }
}
#column .tab .tabnav_item02 {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
@media (max-width: 767px) {
  #column .tab .tabnav_item02 {
    -webkit-box-ordinal-group: initial;
        -ms-flex-order: initial;
            order: initial;
  }
}
#column .tab .tabnav_item03 {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}
@media (max-width: 767px) {
  #column .tab .tabnav_item03 {
    -webkit-box-ordinal-group: initial;
        -ms-flex-order: initial;
            order: initial;
  }
}
#column .tab .tabnav_item04 {
  -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
          order: 4;
}
@media (max-width: 767px) {
  #column .tab .tabnav_item04 {
    -webkit-box-ordinal-group: initial;
        -ms-flex-order: initial;
            order: initial;
  }
}
#column .tab .tabnav_item05 {
  -webkit-box-ordinal-group: 6;
      -ms-flex-order: 5;
          order: 5;
}
@media (max-width: 767px) {
  #column .tab .tabnav_item05 {
    -webkit-box-ordinal-group: initial;
        -ms-flex-order: initial;
            order: initial;
  }
}
#column .tab .tab-panel {
  -webkit-box-ordinal-group: 7;
      -ms-flex-order: 6;
          order: 6;
}
@media (max-width: 767px) {
  #column .tab .tab-panel {
    -webkit-box-ordinal-group: initial;
        -ms-flex-order: initial;
            order: initial;
  }
}
#column .tab .tabnav_item {
  position: relative;
  border-bottom: 1px solid #D9D9D9;
}
@media (max-width: 767px) {
  #column .tab .tabnav_item {
    width: 100%;
    border-bottom: none;
  }
}
#column .tab .tabnav_item:not(:first-of-type)::after {
  position: absolute;
  content: "";
  width: 5px;
  height: 1px;
  background-color: #D9D9D9;
  bottom: -1px;
  left: 0;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
}
@media (max-width: 767px) {
  #column .tab .tabnav_item:not(:first-of-type)::after {
    content: none;
  }
}
#column .tab .tabnav_button {
  width: 160px;
  height: 100%;
  padding: 11px;
  background-color: #EEE;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: calc(22/14);
  text-align: center;
  cursor: pointer;
  -webkit-transition: background-color 0.3s ease-in;
  transition: background-color 0.3s ease-in;
}
#column .tab .tabnav_button.tabnav_button-cat01 {
  background-color: #474747;
  color: white;
}
#column .tab .tabnav_button.tabnav_button-cat02 {
  background-color: #bbb;
}
@media (hover: hover) {
  #column .tab .tabnav_button:hover {
    opacity: 0.6;
  }
}
@media (min-width: 768px) {
  #column .tab .tabnav_button .acc_icon {
    display: none;
  }
  #column .tab .tabnav_button[aria-selected=true] {
    pointer-events: none;
  }
}
@media (max-width: 767px) {
  #column .tab .tabnav_button {
    width: 100%;
  }
  #column .tab .tabnav_button .acc_icon {
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 0;
    width: 20px;
    height: 20px;
    overflow: hidden;
    top: 50%;
    right: 16px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  #column .tab .tabnav_button .acc_icon svg {
    width: 100%;
    min-width: 20px;
    height: 100%;
  }
  #column .tab .tabnav_button[aria-expanded=true] {
    pointer-events: auto;
  }
  #column .tab .tabnav_button[aria-expanded=true] .acc_icon {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
#column .tab .tab-panel {
  padding-top: 40px;
}
#column .tab .tab-panel[aria-hidden=true] {
  display: none;
}
@media (max-width: 767px) {
  #column .tab .tab-panel {
    padding: 24px 0;
  }
}
#column .section-pickup .section_headline::before {
  content: "Pick Up";
}
#column .section-feature .section_headline::before {
  content: "New feature";
}
#column .section-category .section_headline::before {
  content: "Category";
}

#detail {
  margin-bottom: 160px;
}
@media (max-width: 767px) {
  #detail {
    margin-bottom: 90px;
  }
}
#detail .page-header {
  width: 100%;
  padding: 50px 20px 24px;
  margin-bottom: 54px;
  background: white;
  -webkit-box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.1);
}
@media (max-width: 767px) {
  #detail .page-header {
    padding-top: 28px;
    padding-bottom: 20px;
    margin-bottom: 40px;
  }
}
#detail .page-header .top-level {
  width: min(100%, 970px);
  padding: 0;
  margin: 0 auto;
  font-size: 1.3rem;
  letter-spacing: 0.05em;
  line-height: calc(20/13);
}
#detail .page-header h1 {
  width: min(100%, 970px);
  margin: 0 auto;
  font-size: 2.5rem;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: calc(36/25);
}
#detail .page-header h1 span {
  color: #00A4B0;
}
#detail .article {
  margin-bottom: 120px;
}
@media (max-width: 767px) {
  #detail .article {
    margin-bottom: 80px;
  }
}
#detail .article .article_header {
  margin-bottom: 44px;
}
#detail .article .article_header .headline {
  margin-bottom: 24px;
  font-size: 3rem;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: calc(48/30);
}
#detail .article .article_header .date {
  margin-bottom: 8px;
}
#detail .article .article_header .category-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 12px 0;
}
#detail .article .article_header .category-list .categories {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  width: 100%;
}
#detail .article .article_header .category-list .categories .cat {
  color: white;
  font-size: 1.4rem;
  text-align: center;
  line-height: 1.5;
  background-color: #474747;
  padding: 4px 6px 2px;
  white-space: nowrap;
}
#detail .article .article_header .category-list .tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  width: 100%;
}
#detail .article .article_header .category-list .tags .tag {
  padding: 1px 4px;
  border: 1px solid currentColor;
  border-radius: 4px;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.5;
  white-space: nowrap;
}
#detail .article .article_header .category-list .tags .tag::before {
  content: "#";
}
@media (max-width: 767px) {
  #detail .article .article_header {
    margin-bottom: 32px;
  }
  #detail .article .article_header .headline {
    font-size: 2.5rem;
    line-height: calc(38/25);
  }
}
#detail .article .prologue {
  margin-bottom: 54px;
}
#detail .article .prologue .hero-img {
  margin-bottom: 54px;
}
@media (max-width: 767px) {
  #detail .article .prologue {
    margin-bottom: 44px;
  }
  #detail .article .prologue .hero-img {
    width: 100vw;
    margin-left: -15px;
    margin-bottom: 30px;
  }
}
#detail .article .author {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: auto 0 auto;
      grid-template-areas: "_1 _2" "_1 _3";
  gap: 0 24px;
  -ms-grid-columns: calc(100% * 140/680) 24px calc(100% * 516/680);
  grid-template-columns: calc(100% * 140/680) calc(100% * 516/680);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: min(100%, 732px);
  padding: 20px 20px 20px 30px;
  margin: 0 auto 54px;
  border: 1px solid #D9D9D9;
}
@media (max-width: 767px) {
  #detail .article .author {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 16px 24px;
    padding: 20px 15px 15px;
    margin-bottom: 44px;
  }
}
#detail .article .author .img {
  -ms-grid-row: 1;
  -ms-grid-row-span: 3;
  -ms-grid-column: 1;
  grid-area: _1;
  width: 140px;
}
@media (max-width: 767px) {
  #detail .article .author .img {
    width: 78px;
  }
}
#detail .article .author .name {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
  grid-area: _2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0 12px;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  margin-bottom: 14px;
  font-size: 1.4rem;
  letter-spacing: 0.05em;
}
#detail .article .author .name span {
  font-size: 1.15em;
}
@media (max-width: 767px) {
  #detail .article .author .name {
    width: calc(100% - 24px - 78px);
    margin-bottom: 0;
  }
  #detail .article .author .name span {
    font-size: 1.3em;
  }
}
#detail .article .author .career {
  -ms-grid-row: 3;
  -ms-grid-column: 3;
  -ms-grid-column-span: 1;
  grid-area: _3;
  font-size: 1.4rem;
}
#detail .article .toc {
  margin-bottom: 64px;
  background-color: #eee;
  padding: 40px 50px;
}
@media (max-width: 767px) {
  #detail .article .toc {
    padding: 36px 12px 36px 24px;
    margin-bottom: 40px;
  }
}
#detail .article .toc ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 12px 0;
}
#detail .article .toc li {
  counter-increment: num;
  width: 100%;
}
#detail .article .toc a {
  position: relative;
  display: block;
  text-indent: -2.7em;
  padding-left: 2.7em;
}
#detail .article .toc a::before {
  content: "0" counter(num) ".";
  margin-right: 15px;
}
@media (hover: hover) {
  #detail .article .toc a:hover {
    text-decoration: underline;
  }
}
#detail .article .article_body {
  counter-increment: title;
  margin-top: 60px;
}
@media (max-width: 767px) {
  #detail .article .article_body {
    margin-top: 48px;
  }
}
#detail .article .article_body .article_body_headline {
  position: relative;
  padding-left: 76px;
  margin-bottom: 40px;
  color: white;
  font-size: 1.8rem;
  line-height: 1.5;
}
#detail .article .article_body .article_body_headline::before {
  position: absolute;
  content: "0" counter(title);
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 74px;
  height: 100%;
  background-color: #F46D0B;
}
#detail .article .article_body .article_body_headline span {
  display: block;
  padding: 18px 20px 18px 32px;
  background-color: #F46D0B;
}
@media (max-width: 767px) {
  #detail .article .article_body .article_body_headline {
    padding-left: 56px;
    margin-bottom: 30px;
    font-size: 1.6rem;
  }
  #detail .article .article_body .article_body_headline::before {
    width: 54px;
  }
  #detail .article .article_body .article_body_headline span {
    padding: 16px 10px 16px 12px;
  }
}
#detail .article .article_body .article_body_subhead {
  position: relative;
  padding-bottom: 12px;
  padding-left: 28px;
  margin-bottom: 36px;
  border-bottom: 1px solid #F46D0B;
  font-size: 2rem;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: calc(27/20);
}
#detail .article .article_body .article_body_subhead::before {
  position: absolute;
  content: "";
  width: 10px;
  height: 12px;
  background-color: #F46D0B;
  top: 7px;
  left: 3px;
  -webkit-clip-path: polygon(0 0, 100% 50%, 0 100%);
          clip-path: polygon(0 0, 100% 50%, 0 100%);
}
#detail .article .article_body .article_body_copy {
  position: relative;
  padding-left: 20px;
  margin-bottom: 24px;
  font-size: 1.8rem;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 1.5;
}
#detail .article .article_body .article_body_copy::before {
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  background-color: #474747;
  left: 0;
  top: 9px;
}
#detail .article .article_body .text {
  width: 100%;
  margin: 1.7em 0;
}
#detail .article .article_body .img {
  width: 100%;
  margin: 64px 0;
}
@media (max-width: 767px) {
  #detail .article .article_body .img {
    margin-top: 48px;
    margin-bottom: 48px;
  }
}
#detail .article .article_body .box-gray {
  width: 100%;
  padding: 32px 48px;
  margin: 44px 0;
  background-color: #EEE;
}
@media (max-width: 767px) {
  #detail .article .article_body .box-gray {
    padding-left: 24px;
    padding-right: 24px;
  }
}
#detail .article .article_body .box-white {
  width: 100%;
  padding: 32px 48px;
  margin: 44px 0;
  background-color: white;
  border: 1px solid #D9D9D9;
}
@media (max-width: 767px) {
  #detail .article .article_body .box-white {
    padding-left: 12px;
    padding-right: 24px;
  }
}
#detail .article .article_body ul li {
  position: relative;
  padding-left: 20px;
  font-weight: bold;
}
#detail .article .article_body ul.normal_list li {
  position: relative;
  padding-left: 0px;
  margin-left: 20px;
  font-weight: normal;
  list-style-type: disc;
}
#detail .article .article_body ul li:not(:last-child) {
  margin-bottom: 5px;
}
#detail .article .article_body ul li::before {
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  background-color: #474747;
  left: 0;
  top: 9px;
}
#detail .article .article_body ul.normal_list li::before {
  position: absolute;
  content: "";
  width: 0px;
  height: 0px;
  background-color: #474747;
  left: 0;
  top: 0;
}
#detail .article .article_body ol li {
  counter-increment: num;
}
#detail .article .article_body ol li:not(:last-child) {
  margin-bottom: 5px;
}
#detail .article .article_body ol li::before {
  content: counter(num) ".";
  display: inline-block;
  width: 28px;
  margin-right: 5px;
  text-align: right;
}
#detail .article .related-column {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: auto 0 auto;
      grid-template-areas: "_1 _2 _3" "_1 _4 _4";
  -ms-grid-columns: 250px 0 auto 0 1fr;
  grid-template-columns: 250px auto 1fr;
  gap: 0;
  padding: 14px 50px 14px 14px;
  margin-top: 50px;
  background-color: #EEE;
}
@media (max-width: 767px) {
  #detail .article .related-column {
    display: block;
    padding: 18px 15px 30px;
  }
}
#detail .article .related-column .grid-area1 {
  -ms-grid-row: 1;
  -ms-grid-row-span: 3;
  -ms-grid-column: 1;
  grid-area: _1;
}
#detail .article .related-column .grid-area2 {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
  grid-area: _2;
  justify-self: flex-start;
}
#detail .article .related-column .grid-area3 {
  -ms-grid-row: 1;
  -ms-grid-column: 5;
  -ms-grid-column-span: 1;
  grid-area: _3;
  justify-self: flex-start;
  align-self: flex-start;
}
#detail .article .related-column .grid-area4 {
  -ms-grid-row: 3;
  -ms-grid-column: 3;
  -ms-grid-column-span: 3;
  grid-area: _4;
}
#detail .article .related-column .img {
  width: 100%;
  padding-right: 30px;
}
@media (max-width: 767px) {
  #detail .article .related-column .img {
    padding-right: 0;
    margin-bottom: 20px;
  }
}
#detail .article .related-column .label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 7px;
  margin-right: 12px;
  background-color: #474747;
  color: white;
  font-size: 1.4rem;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.5;
}
@media (max-width: 767px) {
  #detail .article .related-column .label {
    display: inline-block;
    padding: 4px 10px 2px;
    margin-right: 0;
    margin-bottom: 10px;
  }
}
#detail .article .related-column .title {
  padding-top: 2px;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.5;
}
@media (max-width: 767px) {
  #detail .article .related-column .title {
    padding-top: 0;
    font-size: 1.8rem;
  }
}
#detail .article .related-column .text {
  margin-top: 16px;
  font-size: 1.4rem;
  letter-spacing: 0.05em;
  line-height: calc(22/14);
}
#detail .article .share {
  width: min(100%, 380px);
  padding: 24px 0 40px;
  margin: 100px auto 0;
  border: 1px solid #D9D9D9;
}
@media (max-width: 767px) {
  #detail .article .share {
    margin-top: 70px;
  }
}
#detail .article .share .share_headline {
  margin-bottom: 32px;
  font-size: 1.8rem;
  font-weight: bold;
  letter-spacing: 0.05em;
  text-align: center;
}
@media (max-width: 767px) {
  #detail .article .share .share_headline {
    font-size: 1.6rem;
  }
}
#detail .article .share .share_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 70px;
}
@media (max-width: 767px) {
  #detail .article .share .share_list {
    -webkit-column-gap: calc(100% * 60/360);
       -moz-column-gap: calc(100% * 60/360);
            column-gap: calc(100% * 60/360);
  }
}
#detail .article .share .share_item {
  width: 40px;
  height: 40px;
}
#detail .article .share .share_link {
  display: block;
  width: 100%;
  height: 100%;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
@media (hover: hover) {
  #detail .article .share .share_link:hover {
    opacity: 0.6;
  }
}
#detail .archive {
  width: 100%;
  padding: 70px 15px 80px;
  background-color: #EEE;
}
@media (max-width: 767px) {
  #detail .archive {
    padding: 44px 20px 36px;
  }
}
#detail .archive .archive_headline {
  margin-bottom: 28px;
  font-size: 2.6rem;
  line-height: calc(40/26);
  text-align: center;
}
@media (max-width: 767px) {
  #detail .archive .archive_headline {
    margin-bottom: 20px;
  }
}
#detail .archive .archive_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  gap: 0 64px;
}
@media (max-width: 767px) {
  #detail .archive .archive_content {
    row-gap: 44px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
#detail .archive .post {
  position: relative;
  width: min(100%, 380px);
  -webkit-transition: opacity 0.3s ease-in;
  transition: opacity 0.3s ease-in;
}
@media (hover: hover) {
  #detail .archive .post:hover {
    opacity: 0.6;
  }
}
#detail .archive .post .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#detail .archive .post .content {
  display: -ms-grid;
  display: grid;
      grid-template-areas: "_1 _2" "_3 _3";
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-top: 8px;
}
#detail .archive .post .cat {
  -ms-grid-row: 1;
  -ms-grid-row-span: 3;
  -ms-grid-column: 1;
  grid-area: _1;
  display: inline-block;
  padding: 4px 7px 2px;
  margin-right: 10px;
  background: #474747;
  color: white;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.5;
  white-space: nowrap;
}
#detail .archive .post .headline {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
  grid-area: _2;
  padding-top: 3px;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1.5;
}
#detail .archive .post .tags {
  -ms-grid-row: 3;
  -ms-grid-column: 3;
  grid-area: _3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
  margin-top: 8px;
}
@media (max-width: 767px) {
  #column .swiper-slide .slide_content > .cat {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    -ms-grid-column: 1;
  }
  #column .swiper-slide .slide_content > .headline {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }
  #column .swiper-slide .slide_content > .tags {
    -ms-grid-row: 2;
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
  }
  #column .swiper-slide .slide_content > .img {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    -ms-grid-column: 1;
  }
  #column .swiper-slide .slide_content > .headline {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }
  #column .swiper-slide .slide_content > .content {
    -ms-grid-row: 2;
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
  }
  #column .swiper-slide .slide_content > .img {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    -ms-grid-column: 1;
  }
  #column .swiper-slide .slide_content > .name {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }
  #column .swiper-slide .slide_content > .career {
    -ms-grid-row: 2;
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
  }
  #column .swiper-slide .slide_content > .grid-area1 {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    -ms-grid-column: 1;
  }
  #column .swiper-slide .slide_content > .grid-area2 {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }
  #column .swiper-slide .slide_content > .grid-area3 {
    -ms-grid-row: 2;
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
  }
  #column .swiper-slide .slide_content > .cat {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    -ms-grid-column: 1;
  }
  #column .swiper-slide .slide_content > .headline {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }
  #column .swiper-slide .slide_content > .tags {
    -ms-grid-row: 2;
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
  }
}
#detail .archive .post .tags .tag {
  padding: 1px 4px;
  border: 1px solid currentColor;
  border-radius: 4px;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.5;
  white-space: nowrap;
}
#detail .archive .post .tags .tag::before {
  content: "#";
}
#detail .archive .post a {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}
