@charset "UTF-8";
.contents__header {
  box-sizing: border-box;
  position: relative;
}

.main-visual {
  text-align: center;
  width: 1277px;
  position: absolute;
  top: 0;
  left: calc(50% - 317px);
  z-index: -1;
}

.contents__header-text {
  padding: 374px 0 136px;
}

.page-title {
  line-height: 1.2;
  letter-spacing: -0.05em;
  position: relative;
}
.page-title ._num {
  font-size: 70px;
  line-height: 1;
}
.page-title ._num ._large {
  font-size: 148px;
  margin-top: -0.1694915254em;
  display: block;
}
.page-title ._title {
  font-size: 56px;
  display: block;
  min-height: 2.4em;
  margin-top: 26px;
}
.page-title ._profile {
  font-size: 46px;
  display: block;
  margin-top: 28px;
}
.page-title ._profile > span {
  display: inline-block;
}
.page-title ._profile img {
  display: block;
  margin-bottom: 5px;
}
.page-title ._profile ._name {
  margin-right: 1.8em;
}

.link-workshop {
  font-size: 24px;
  line-height: 1.3;
  margin-top: 16px;
}
.link-workshop a {
  display: inline-block;
  padding-right: 1.5em;
  position: relative;
}
.link-workshop a::after {
  content: ">";
  position: absolute;
  top: calc(50% - 0.65em);
  right: 0;
}
.link-workshop a:hover {
  opacity: 0.7;
}
.talk {
  display: flex;
  align-items: flex-start;
  margin-top: 190px;
}
.talk:first-child {
  margin-top: 0;
}
.talk ._catch {
  font-size: 36px;
  line-height: 1.6;
  letter-spacing: 0.04em;
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
          writing-mode: vertical-rl;
  text-orientation: upright;
  -webkit-font-feature-settings: normal;
          font-feature-settings: normal;
  white-space: nowrap;
  box-sizing: border-box;
  display: flex;
  flex-shrink: 0;
  align-items: center;
  width: 402px;
  margin-right: 78px;
  padding: 60px 0;
  position: relative;
}
.talk ._catch::before, .talk ._catch::after {
  content: "";
  width: 30px;
  height: 30px;
  border-top: 4px solid #000;
  border-left: 4px solid #000;
  position: absolute;
}
.talk ._catch::before {
  top: 0;
  left: 0;
}
.talk ._catch::after {
  right: 0;
  bottom: 0;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.talk:nth-of-type(even) ._catch {
  order: 1;
  margin: 0 0 0 78px;
}
.talk h2 {
  font-size: 30px;
  line-height: 1.4;
  margin-bottom: 40px;
}
.talk ._body-text {
  text-align: justify;
  text-justify: inter-ideograph;
  text-justify: inter-character;
}
.talk ._body-text p:nth-child(n+2) {
  margin-top: 2em;
}

.talk__image {
  text-align: center;
  margin-top: 175px;
}

.workshop {
  box-sizing: border-box;
  margin: 160px auto 0;
  border: 4px solid #000;
}
.workshop ._image {
  text-align: center;
}
.workshop ._text-set {
  letter-spacing: -0.03em;
  margin: 20px 32px 48px;
}
.workshop ._title {
  margin-bottom: 12px;
}
.workshop ._title ._small {
  font-size: 18px;
  line-height: 1.33;
  background: linear-gradient(transparent 24%, #f5ff00 24% 85%, transparent 85%);
  margin-bottom: 8px;
}
.workshop ._title ._large {
  font-size: 28px;
  line-height: 1.28;
  display: block;
  margin-top: 12px;
}
.workshop ._text {
  line-height: 1.75;
  text-align: justify;
  text-justify: inter-ideograph;
  text-justify: inter-character;
}

.action {
  box-sizing: border-box;
  margin: 160px auto 0;
}
.action a {
  display: block;
  border: 4px solid #000;
}
.action a:hover {
  opacity: 0.7;
}
.action ._image {
  text-align: center;
}
.action ._text-set {
  letter-spacing: -0.03em;
  margin: 20px 32px 48px;
}
.action ._title ._small {
  font-size: 18px;
  line-height: 1.33;
  background: linear-gradient(transparent 24%, #f5ff00 24% 85%, transparent 85%);
  margin-bottom: 8px;
}
.action ._title ._large {
  font-size: 28px;
  line-height: 1.28;
  text-align: justify;
  text-justify: inter-ideograph;
  text-justify: inter-character;
  display: block;
  margin-top: 12px;
}
.action ._link {
  line-height: 1.3;
  text-align: right;
  margin-top: 40px;
  padding-right: 1.2em;
  position: relative;
}
.action ._link::after {
  content: ">";
  position: absolute;
  top: calc(50% - 0.65em);
  right: 0.2em;
}

.page-footer__share {
  margin-top: 120px;
  padding: 80px 0;
  border-top: 4px solid #000;
  border-bottom: 4px solid #000;
}

.page-footer__pager {
  font-size: 24px;
  line-height: 1.33;
  display: flex;
  margin-top: 160px;
  position: relative;
}
.page-footer__pager::after {
  content: "";
  height: 100%;
  margin-left: -1px;
  border-right: 2px solid #000;
  position: absolute;
  top: 0;
  left: 50%;
}
.page-footer__pager > * {
  flex-basis: 46.4%;
}
.page-footer__pager a {
  display: block;
}
.page-footer__pager a:hover {
  opacity: 0.7;
}
.page-footer__pager ._arrow {
  margin-bottom: 80px;
}
.page-footer__pager ._num {
  font-size: 18px;
  line-height: 1;
  vertical-align: top;
  margin-bottom: 15px;
}
.page-footer__pager ._num ._large {
  font-size: 48px;
  display: inline-block;
  vertical-align: top;
}
.page-footer__pager ._layout {
  display: flex;
}
.page-footer__pager ._image {
  flex-shrink: 0;
}
.page-footer__pager ._text-set {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  text-align: left;
  width: 100%;
}
.page-footer__pager ._profile {
  font-size: 18px;
  margin-top: 5px;
}
.page-footer__pager .-prev {
  margin-right: auto;
}
.page-footer__pager .-prev ._arrow::before {
  content: "＜";
}
.page-footer__pager .-prev ._image {
  margin-right: 17px;
}
.page-footer__pager .-next {
  margin-left: auto;
  text-align: right;
}
.page-footer__pager .-next ._arrow::after {
  content: "＞";
}
.page-footer__pager .-next ._layout {
  justify-content: flex-end;
}
.page-footer__pager .-next ._image {
  order: 1;
  margin-left: 17px;
}

.page-footer__link-top {
  margin-top: 100px;
}

@media only screen and (max-width: 767px) {
  .contents__header {
    margin-bottom: 80px;
  }
  .main-visual {
    width: auto;
    position: static;
  }
  .main-visual img {
    width: 440px;
  }
  .contents__header-text {
    padding: 0 0 50px;
    border-bottom: 4px solid #000;
  }
  .page-title {
    margin-top: -140px;
  }
  .page-title > * {
    max-width: 440px;
    margin: 0 auto;
  }
  .page-title ._num {
    font-size: 62px;
  }
  .page-title ._num ._large {
    font-size: 132px;
  }
  .page-title ._title {
    font-size: 28px;
    line-height: 1.4;
    min-height: 0;
    margin-top: 15px;
  }
  .page-title ._profile {
    font-size: 22px;
    margin-top: 35px;
  }
  .page-title ._profile ._name {
    min-width: calc(50% - 1em);
  }
  .link-workshop {
    font-size: 18px;
  }
  .talk h2 {
    margin-bottom: 30px;
  }
  .talk__image {
    margin-top: 120px;
  }
  .page-footer__share {
    padding: 60px 0;
  }
  .page-footer__pager {
    font-size: 21px;
    margin-top: 115px;
  }
  .page-footer__pager::after {
    display: none;
  }
  .page-footer__pager ._arrow {
    margin-bottom: 40px;
  }
  .page-footer__pager ._text-set {
    max-width: 189px;
  }
  .page-footer__pager .-prev ._image {
    margin-right: 0;
  }
  .page-footer__pager .-next ._image {
    margin-left: 0;
  }
  .page-footer__link-top {
    margin-top: 70px;
  }
}

@media print, (max-width: 1135px) and (min-width: 768px) {
  .main-visual {
    width: 110%;
    left: calc(20% + 30px);
  }
  .contents__header-text {
    padding: 33.66vw 0 14.22vw;
  }
  .page-title ._num {
    font-size: calc(70 / 1136 * (100vw - 60px));
  }
  .page-title ._num ._large {
    font-size: calc(148 / 1136 * (100vw - 60px));
  }
  .page-title ._title {
    font-size: calc(56 / 1136 * (100vw - 60px));
  }
  .page-title ._profile {
    font-size: calc(46 / 1136 * (100vw - 60px));
  }
}

@media print {
  .contents__header-text {
    padding-top: 341px;
  }
}

@media print, (min-width: 768px) {
  .page-title ._title.-bg {
    background: url(/assets/images/pages/contents/furusato_hot_times/bg_page.jpg) repeat 0 0/606px 455px;
    display: inline-block;
    position: relative;
  }
}

@media screen {
  .js-scroll-enter .page-title > * {
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
  }
  .js-scroll-enter.is-enter .page-title > * {
    -webkit-animation: keyFadeSlideIn 1s both;
            animation: keyFadeSlideIn 1s both;
  }
  .js-scroll-enter.is-enter .page-title > *:nth-child(1) {
    -webkit-animation-delay: 0.2s;
            animation-delay: 0.2s;
  }
  .js-scroll-enter.is-enter .page-title > *:nth-child(2) {
    -webkit-animation-delay: 0.4s;
            animation-delay: 0.4s;
  }
  .js-scroll-enter.is-enter .page-title > *:nth-child(3) {
    -webkit-animation-delay: 0.6s;
            animation-delay: 0.6s;
  }
}

@media only screen and (max-width: 1023px) {
  .talk {
    display: block;
    margin-top: 120px;
  }
  .talk ._catch {
    width: 100%;
    max-width: 402px;
    min-height: 320px;
    margin: 0 auto 60px !important;
    padding: 40px 0;
  }
  .workshop {
    max-width: 440px;
  }
  .action {
    max-width: 440px;
  }
  .page-footer__pager ._layout {
    display: block;
  }
  .page-footer__pager ._text-set {
    display: inline-block;
    margin-top: 20px;
  }
  .page-footer__pager ._profile {
    margin-top: 12px;
  }
  .page-footer__pager .-next ._text-set {
    margin-left: auto;
  }
}

@media print, (min-width: 1024px) {
  .workshop {
    display: flex;
    justify-content: space-between;
    margin-top: 200px;
  }
  .workshop ._image {
    flex: 0 0 52%;
  }
  .workshop ._image img {
    -o-object-fit: cover;
       object-fit: cover;
    height: 100%;
  }
  .workshop ._text-set {
    flex-basis: 42%;
    -ms-grid-row-align: center;
        align-self: center;
    margin: 32px 3% 32px 0;
  }
  .action {
    margin-top: 200px;
  }
  .action a {
    display: flex;
    justify-content: space-between;
  }
  .action ._image {
    flex: 0 0 34%;
  }
  .action ._image img {
    -o-object-fit: cover;
       object-fit: cover;
    height: 100%;
  }
  .action ._text-set {
    flex-basis: 60%;
    -ms-grid-row-align: center;
        align-self: center;
    margin: 32px 3% 32px 0;
  }
  .action ._link {
    font-size: 18px;
    margin-top: 12px;
  }
}

@media print, (max-width: 1135px) and (min-width: 1024px) {
  .workshop ._title ._large {
    font-size: 2.8169014085vw;
  }
  .action ._title ._large {
    font-size: 2.8169014085vw;
  }
  .page-footer__pager {
    font-size: calc(24 / 1136 * (100vw - 60px));
  }
}

@media only screen and (min-width: 1136px) {
  .workshop ._title ._large {
    font-size: 36px;
  }
  .action ._title ._large {
    font-size: 36px;
  }
}