html {
  overflow-y: scroll; }

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td {
  margin: 0;
  padding: 0; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

fieldset, img {
  border: 0; }

img {
  vertical-align: bottom; }

address, caption, cite, code, dfn, em, strong, th, var {
  font-style: normal;
  font-weight: normal; }

li {
  list-style: none; }

caption, th {
  text-align: left; }

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal; }

q:before, q:after {
  content: ''; }

abbr, acronym {
  border: 0;
  font-variant: normal; }

input, textarea, select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit; }

/*to enable resizing for IE*/
input, textarea, select {
  *font-size: 100%; }

/*because legend doesn't inherit in IE */
legend {
  color: #000; }

del, ins {
  text-decoration: none; }

/**********************************

SLIDESHOW

**********************************/
.main-visual {
  position: relative; }
  .main-visual:before {
    content: "";
    position: absolute;
    bottom: -1px;
    right: -1px;
    border-top: 8rem solid transparent;
    border-right: 8rem solid #fff;
    border-bottom: 8rem solid #fff;
    border-left: 8rem solid transparent;
    z-index: 5; }
    @media screen and (max-width: 700px) {
      .main-visual:before {
        border-top: 5rem solid transparent;
        border-right: 5rem solid #fff;
        border-bottom: 5rem solid #fff;
        border-left: 5rem solid transparent; } }
  .main-visual img {
    width: 100%;
    height: auto; }
    .main-visual img.m-sp {
      display: none; }
    @media screen and (max-width: 768px) {
      .main-visual img {
        object-fit: cover;
        height: 65rem; } }
    @media screen and (max-width: 500px) {
      .main-visual img {
        width: 100%;
        height: auto;
        object-fit: fill; }
        .main-visual img.m-pc {
          display: none; }
        .main-visual img.m-sp {
          display: block; } }
  .main-visual .slide-main {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
    line-height: 0; }
  .main-visual .slick-dots {
    position: absolute;
    bottom: 5%; }
    .main-visual .slick-dots li button {
      width: 1.2rem;
      height: 1.2rem;
      display: block;
      box-sizing: border-box;
      border: 1px solid #e43c2f;
      border-radius: 50%;
      text-indent: -9999px;
      transition: background 0.5s; }
      .main-visual .slick-dots li button:hover {
        background: #e43c2f; }
    .main-visual .slick-dots li.slick-active button {
      background: #e43c2f; }
    @media screen and (max-width: 500px) {
      .main-visual .slick-dots {
        bottom: 5%; } }

.inner-sec {
  margin: auto;
  max-width: 1200px;
  width: 90%; }

.lead {
  font-size: 1.9rem;
  letter-spacing: 0.1rem;
  line-height: 180%;
  text-align: left;
  font-weight: bold; }

.wide-photo {
  position: relative; }
  .wide-photo .img {
    position: relative;
    z-index: 1; }
  .wide-photo .txt-area {
    position: absolute;
    z-index: 2;
    width: 90%;
    max-width: 1000px;
    left: 50%;
    top: 50%;
    text-align: left;
    transform: translateY(-50%) translateX(-50%); }
    .wide-photo .txt-area .inner {
      display: inline-block;
      background: #e43c2f;
      max-width: 45rem;
      box-sizing: border-box;
      padding: 3rem 4rem; }
      .wide-photo .txt-area .inner .lead {
        color: #fff; }
  @media screen and (max-width: 700px) {
    .wide-photo .img {
      position: inherit; }
      .wide-photo .img img {
        object-fit: cover;
        height: 42rem; }
    .wide-photo .txt-area {
      position: inherit;
      width: 100%;
      left: inherit;
      top: inherit;
      transform: translateY(0%) translateX(0%); }
      .wide-photo .txt-area .inner {
        max-width: none;
        display: block; } }
  @media screen and (max-width: 500px) {
    .wide-photo .img img {
      height: 32rem;
      object-position: 80% 0rem; } }

.main-copy {
  width: 90%;
  padding: 10rem 0;
  margin: auto;
  position: relative;
  z-index: 6; }
  .main-copy .lead {
    text-align: center;
    font-size: 2.4rem;
    letter-spacing: 0.2rem;
    color: #e43c2f; }
  @media screen and (max-width: 700px) {
    .main-copy {
      padding: 6rem 0; }
      .main-copy .lead {
        font-size: 2rem;
        letter-spacing: 0.2rem; } }

#Episode01,
#Episode02,
#Episode03,
#Episode04,
#Episode05 {
  position: relative; }

.kado-left {
  position: absolute;
  z-index: 5;
  left: 0;
  top: 0;
  border-top: 8rem solid #fff;
  border-right: 8rem solid transparent;
  border-bottom: 8rem solid transparent;
  border-left: 8rem solid #fff; }
  .kado-left.small {
    border-top: 4rem solid #fff;
    border-right: 4rem solid transparent;
    border-bottom: 4rem solid transparent;
    border-left: 4rem solid #fff; }
  .kado-left.gly {
    border-top-color: #dad8d7 !important;
    border-left-color: #dad8d7 !important; }
  .kado-left.org {
    border-top-color: #e43c2f !important;
    border-left-color: #e43c2f !important; }
  @media screen and (max-width: 700px) {
    .kado-left {
      border-top: 4rem solid #fff;
      border-right: 4rem solid transparent;
      border-bottom: 4rem solid transparent;
      border-left: 4rem solid #fff; }
      .kado-left.small {
        border-top: 4rem solid #fff;
        border-right: 4rem solid transparent;
        border-bottom: 4rem solid transparent;
        border-left: 4rem solid #fff; } }

.kado-right {
  position: absolute;
  z-index: 6;
  right: 0;
  bottom: 0;
  border-top: 8rem solid transparent;
  border-right: 8rem solid #fff;
  border-bottom: 8rem solid #fff;
  border-left: 8rem solid transparent; }
  .kado-right.small {
    border-top: 4rem solid transparent;
    border-right: 4rem solid #fff;
    border-bottom: 4rem solid #fff;
    border-left: 4rem solid transparent; }
  .kado-right.gly {
    border-right-color: #dad8d7 !important;
    border-bottom-color: #dad8d7 !important; }
  .kado-right.org {
    border-right-color: #e43c2f !important;
    border-bottom-color: #e43c2f !important; }
  @media screen and (max-width: 700px) {
    .kado-right {
      border-top: 4rem solid transparent;
      border-right: 4rem solid #fff;
      border-bottom: 4rem solid #fff;
      border-left: 4rem solid transparent; }
      .kado-right.small {
        border-top: 4rem solid transparent;
        border-right: 4rem solid #fff;
        border-bottom: 4rem solid #fff;
        border-left: 4rem solid transparent; } }

.top-sec {
  background: #fff;
  position: relative; }
  .top-sec .img {
    width: 100%; }
  .top-sec .text-area {
    width: 100%;
    text-align: center;
    position: absolute;
    bottom: 8%;
    left: 0; }
    .top-sec .text-area .main-copy {
      text-align: center;
      color: #fff;
      padding: 0;
      font-size: 5.4rem;
      line-height: 1.2;
      font-weight: bold;
      letter-spacing: 0.5rem; }
      .top-sec .text-area .main-copy .num {
        display: block;
        text-align: center;
        font-size: 45%;
        margin-bottom: 2%; }
  @media screen and (max-width: 700px) {
    .top-sec .text-area {
      bottom: 7%; }
      .top-sec .text-area .main-copy {
        font-size: 7.4vw;
        letter-spacing: 1vw; } }

.main-sec {
  position: relative;
  display: grid;
  flex-wrap: wrap;
  align-items: flex-start;
  grid-template-rows: auto auto auto;
  padding-bottom: 12rem; }
  .main-sec .lead {
    font-size: 1.8rem;
    text-align: left;
    padding: 5rem 0;
    line-height: 2; }
    .main-sec .lead.lead-top {
      text-align: center;
      padding: 6rem 5%;
      font-size: 2.2rem;
      letter-spacing: 0.2rem;
      grid-column: 1 / 3;
      grid-row: 1 / 2;
      line-height: 1.7; }
    @media screen and (max-width: 700px) {
      .main-sec .lead {
        text-align: center; } }
  .main-sec .main-middle {
    padding: 0 10%; }
    .main-sec .main-middle .middle-body {
      max-width: 44rem;
      display: inline-block;
      width: 100%; }
  .main-sec .main-under .lead {
    display: inline-block;
    padding: 10rem 0 0;
    width: 100%; }
  @media screen and (max-width: 700px) {
    .main-sec {
      display: block;
      padding-bottom: 0rem; }
      .main-sec .main-large {
        width: 100%; }
      .main-sec .main-middle {
        width: 100%;
        padding: 0; }
        .main-sec .main-middle .middle-body {
          max-width: none;
          width: 100%; }
          .main-sec .main-middle .middle-body .lead {
            padding-left: 10%;
            padding-right: 10%; }
      .main-sec .main-under {
        width: 100%; }
        .main-sec .main-under .lead {
          padding: 6rem 10%;
          box-sizing: border-box; } }

.main-sec.orage-sec {
  background: #e43c2f;
  grid-template-columns: 55% 45%; }
  .main-sec.orage-sec .lead {
    color: #fff; }
  .main-sec.orage-sec .main-large {
    grid-column: 1 / 2;
    grid-row: 2 / 3; }
  .main-sec.orage-sec .main-middle {
    grid-column: 2 / 3;
    grid-row: 2 / 4;
    text-align: left; }
  .main-sec.orage-sec .main-under {
    grid-column: 1 / 2;
    grid-row: 3 / 4;
    padding-left: 20%; }
  @media screen and (max-width: 700px) {
    .main-sec.orage-sec .main-under {
      padding-left: 0%; } }
.main-sec.white-sec {
  background: #fff;
  grid-template-columns: 45% 55%; }
  .main-sec.white-sec .lead {
    color: #e43c2f; }
  .main-sec.white-sec .main-large {
    grid-column: 2 / 3;
    grid-row: 2 / 3; }
  .main-sec.white-sec .main-middle {
    grid-column: 1 / 2;
    grid-row: 2 / 4;
    text-align: right; }
  .main-sec.white-sec .main-under {
    grid-column: 2 / 3;
    grid-row: 3 / 4;
    padding-right: 20%; }
  @media screen and (max-width: 700px) {
    .main-sec.white-sec .main-under {
      padding-left: 0%; } }

.bottom-sec {
  background: #dad8d7;
  padding-bottom: 10rem;
  display: flex;
  flex-wrap: wrap;
  position: relative; }
  .bottom-sec .img {
    width: 50%; }
  .bottom-sec .text-area {
    width: 50%;
    margin-top: 5%;
    box-sizing: border-box;
    padding: 0 5%; }
    .bottom-sec .text-area .lead {
      display: inline-block;
      text-align: left;
      max-width: 50rem;
      line-height: 2; }
  @media screen and (max-width: 700px) {
    .bottom-sec {
      display: block;
      padding-bottom: 6rem; }
      .bottom-sec .img {
        width: 100%; }
      .bottom-sec .text-area {
        width: 100%;
        margin-top: 5rem;
        padding: 0 10%; }
        .bottom-sec .text-area .lead {
          max-width: none; } }

.gallery-sec {
  display: flex;
  align-items: center;
  padding-top: 8rem;
  position: relative;
  padding-bottom: 10rem; }
  .gallery-sec .txt-area {
    width: 27%;
    text-align: right; }
    .gallery-sec .txt-area .inner {
      width: 100%;
      box-sizing: border-box;
      padding: 0 4rem 0 15%;
      display: inline-block;
      text-align: left;
      max-width: 25rem;
      font-size: 2rem;
      font-weight: bold;
      color: #e43c2f; }
  .gallery-sec .slide-box {
    width: 73%;
    box-sizing: border-box;
    padding: 4rem 0 4rem 4rem;
    border-left: 1px solid #e43c2f; }
  @media screen and (max-width: 700px) {
    .gallery-sec {
      padding-bottom: 8rem;
      padding-top: 0rem; }
      .gallery-sec .kado-left {
        display: none; }
      .gallery-sec .txt-area {
        display: none; }
      .gallery-sec .slide-box {
        width: 100%;
        padding: 0;
        border-left: none; } }

.slide-box {
  position: relative; }

.slide01 {
  width: 130%; }
  .slide01 li {
    box-sizing: border-box;
    padding-right: 4rem; }
    .slide01 li a {
      display: block;
      transition: filter 0.5s; }
      .slide01 li a:hover {
        filter: brightness(0.6); }
    .slide01 li img {
      width: 100%;
      height: auto; }
  @media screen and (max-width: 700px) {
    .slide01 {
      width: 100%; }
      .slide01 li {
        padding-right: 0rem;
        display: none; }
        .slide01 li:nth-child(1), .slide01 li:nth-child(2), .slide01 li:nth-child(3) {
          display: block; } }

.slick-arrow {
  position: absolute !important;
  top: inherit !important;
  bottom: 0 !important;
  background: #e43c2f !important;
  z-index: 3;
  left: -22rem !important;
  width: 3rem !important;
  height: 3rem !important;
  border-radius: 50%; }
  .slick-arrow.slick-prev:before, .slick-arrow.slick-next:before {
    font-size: 1.6rem;
    line-height: 3rem; }
  .slick-arrow.slick-prev {
    transform: translateX(0rem) translateY(-100%); }
    .slick-arrow.slick-prev:before {
      content: '<'; }
  .slick-arrow.slick-next {
    transform: translateX(5rem) translateY(-100%); }
    .slick-arrow.slick-next:before {
      content: '>'; }
  @media screen and (max-width: 900px) {
    .slick-arrow {
      left: -24rem !important; }
      .slick-arrow.slick-prev {
        transform: translateX(0rem) translateY(0%); }
      .slick-arrow.slick-next {
        transform: translateX(5rem) translateY(0%); } }

.pswp__counter {
  display: none !important; }

.gallery-copy {
  padding: 6rem 0 10rem; }
  .gallery-copy .lead {
    text-align: center;
    line-height: 2; }
  @media screen and (max-width: 700px) {
    .gallery-copy {
      padding: 5rem 0 5rem; }
      .gallery-copy .lead {
        padding-left: 10%;
        padding-right: 10%; } }
