/* Common */

#single_frame {
  max-width: 100%;
}

.local-text-indent {
  letter-spacing: 0.05em;
}

.nr-headdata {
  letter-spacing: 0.05em;
}

.nr-headdata p {
  margin-bottom: 3px;
}

.local-section--mainArea {
  background-color: #e60012;
  color: #fff;
  overflow: hidden;
}

.local-section--mainArea_visual {
  position: relative;
  pointer-events: none;
}

.local-section--mainArea_visual img {
  width: auto;
  position: absolute;
  top: 0;
  left: 50%;
  height: 100%;
  transform: translateX(-50%);
  max-width: none;
}

.local-header--mainArea {
  text-align: center;
  font-weight: 600;
  line-height: 1;
  width: 100%;
  font-feature-settings: "palt" on;
}

.local-header--mainArea_sub {
  display: block;
  line-height: 186%;
}

.local-section--mainArea_text {
  font-feature-settings: "palt" on;
  font-weight: 600;
  font-size: 16px;
  line-height: 200%;
  /* text-align: center; */
}

.local-section--mainArea_image {
  line-height: 1;
  pointer-events: none;
  transform: translateY(2px);
}

.local-section_title {
  color: #3c3c3c;
  text-align: center;
  font-feature-settings: "palt" on;
  font-weight: 600;
}

.local-section_text {
  color: #3c3c3c;
}

.local-section_image {
  pointer-events: none;
  line-height: 1;
}

.local-section--1_movie {
  line-height: 1;
  overflow: hidden;
  background-color: #fff;
}

.local-section--1_movie video {
  width: 100%;
  height: auto;
  filter: drop-shadow(0px 0px rgba(0, 0, 0, 0));
  outline: none;
  border: 1px solid #fff;
  display: block;
}

.local-section--1_movie.spOnly {
  display: none;
}

.local-section--1_movieButton {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  z-index: 1;
  display: block;
  text-decoration: none;
  opacity: 0;
  transition: opacity 0.24s ease-out;
  pointer-events: none;
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;
}

.local-section--1_movieButton.active {
  pointer-events: auto;
  opacity: 1;
  cursor: pointer;
}

.local-section--3_text .local-section_notice{
  display: block;
  text-align: left;
}

.local-section--5_title {
  text-align: center;
  border-radius: 4px;
  background: #f2f2f2;
  font-feature-settings: "palt" on;
  font-weight: 600;
  line-height: 1;
}

.local-section--5_text {
  margin-top: 46px;
}

.local-section--boiler {
  margin-top: 70px;
}

br.sp_only {
  display: none;
}

/* PC-TAB */
@media screen and (min-width: 760px) {
  .nr-headdata {
    max-width: 860px;
    margin: 0 auto;
  }
  .local-section {
    width: 858px;
    margin: 88px auto 0;
  }

  .local-section--mainArea {
    width: 100%;
    margin-top: 30px;
    min-width: 880px;
  }

  .local-section--mainArea_visual {
    height: 680px;
  }

  .local-section--mainArea_inner {
    width: 880px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
  }

  .local-header--mainArea {
    border-top: 6px solid #fff;
    border-bottom: 6px solid #fff;
    font-size: 38px;
    padding: 48px 0 ;
    letter-spacing: 3.8px;
    margin-bottom: 57px;
    line-height: 1.4;
  }

  .local-header--mainArea_sub {
    letter-spacing: 2.5px;
    margin-top: 10px;
    font-size: 25px;
  }

  .local-section--mainArea_text {
    flex: 1;
    margin-right: 64px;
    letter-spacing: 1px;
    margin-bottom: 108px;
  }

  .local-section--mainArea_image {
    width: 455px;
  }

  .local-section_title {
    font-size: 32px;
    line-height: 140%;
    letter-spacing: 3.2px;
    border-bottom: 2px solid #e60012;
    padding-bottom: 12px;
  }

  .local-section--1_inner {
    display: flex;
    align-items: flex-end;
    margin-top: 49px;
  }

  .local-section--1_movie {
    width: 278px;
    line-height: 1;
    position: relative;
  }

  .local-section--1_movie::after {
    height: 2px;
    width: 100%;
    background-color: #fff;
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    content: "";
    z-index: 1;
  }

  .local-section--1_movieButton {
    width: 186px;
    height: 58px;
  }

  .local-section--1_container {
    flex: 1;
    margin-left: 21px;
  }

  .local-section--1_text {
    margin-left: 18px;
  }

  .local-section--1_image {
    line-height: 1;
    margin-top: 95px;
  }

  .local-section--2 {
    display: flex;
    flex-direction: column;
  }

  .local-section--2_text {
    order: 2;
    margin-top: 24px;
  }

  .local-section--2_image {
    order: 1;
    margin-top: 40px;
  }

  .local-section--3 {
    display: flex;
    flex-direction: column;
    min-height: 435px;
  }

  .local-section--3_text {
    min-height: 425px;
    order: 2;
    margin: 0 0 0 343px;
    padding-top: 240px;
    box-sizing: border-box;
  }

  .local-section--3_text .local-section_notice{
    margin-top: 13px;
    display: block;
    line-height: 1.4;
  }

  .local-section--3_image {
    height: 0;
    position: relative;
    margin: 48px 0 0 20px;
  }

  .local-section--3_image img {
    position: absolute;
    top: 0;
    left: 0;
  }

  .local-section--4 {
    display: flex;
    flex-direction: column;
    min-height: 425px;
  }

  .local-section--4_text {
    margin-top: 42px;
  }

  .local-section--4_image {
    text-align: center;
    margin-top: 44px;
  }

  .local-section--5_title {
    font-size: 20px;
    padding: 20px;
    letter-spacing: 2px;
  }

  table.local-section--5_table {
    margin-top: 33px;
  }

  table.local-section--5_table th,
  table.local-section--5_table td {
    color: #000 !important;
    line-height: 180% !important;
    padding: 24px 32px !important;
    box-sizing: border-box !important;
  }
  table.local-section--5_table th {
    border-left: none !important;
    width: 243px !important;
    text-align: center !important;
    background-color: transparent !important;
    vertical-align: middle !important;
  }
  table.local-section--5_table td {
    border-right: none !important;
  }

  .local-section--5_text {
    margin-top: 46px;
  }
  
  .local-section--boiler {
    margin-top: 70px;
  }
  
  .local-section_notice{
    text-align: center;
    font-size: 13px;
    margin-top: 44px;
  }
}



/* PC */
@media screen and (min-width: 1042px) {
  .local-section--1_movieButton:hover {
    opacity: 0.75;
  }
}

/* TAB */
@media screen and (min-width: 760px) and (max-width: 1041px) {
  #single_frame {
    padding: 30px 0 0;
  }
  .local-section--mainArea {
    padding-left: 24px;
    padding-right: 24px;
    box-sizing: border-box;
    min-width: 0;
  }
  .local-section--mainArea_inner {
    width: 100%;
    max-width: 860px;
    min-width: 0;
    box-sizing: border-box;
  }
  .local-header--mainArea {
    line-height: 1.5;
  }

  .local-section:not(.local-section--mainArea) {
    padding-left: 24px;
    padding-right: 24px;
    box-sizing: border-box;
    width: 100%;
    max-width: 860px;
  }

  .local-section--mainArea_image {
    width: 47.5%;
  }

  .local-section--mainArea_image img {
    height: auto;
  }

  .local-section--1_images {
  }

  .local-section--1_image img {
    width: 100%;
    height: auto;
  }

  .local-section--2_image {
    text-align: center;
  }

  .local-section--2_image img {
    height: auto;
  }

  .local-section--3_image img {
    height: auto;
  }

  .local-section--4_image img {
    height: auto;
  }
}

/* SP */
@media screen and (max-width: 759px) {
  #single_frame {
    width: auto;
    margin: 0 auto;
    padding: 30px 0;
  }

  .nr-headdata {
    margin: 0 auto 20px;
    padding: 0 24px;
  }

  .local-section {
    margin: 48px 0 0;
    padding-left: 25px;
    padding-right: 25px;
    overflow: hidden;
  }

  .local-section--mainArea {
    padding: 32px 24px 0;
    margin-top: 0;
  }

  .local-section--mainArea_visual {
    height: 356px;
  }

  .local-header--mainArea {
    border-top: 4px solid #fff;
    border-bottom: 4px solid #fff;
    padding: 22px 0 20px;
    line-height: 150%;
    font-size: 26px;
    letter-spacing: 2.5px;
  }

  .local-header--mainArea_sub {
    letter-spacing: 2.5px;
    margin-top: 10px;
    font-size: 17px;
    margin-top: 5px;
    line-height: 150%;
  }

  .local-section--mainArea_text {
    letter-spacing: 0.8px;
    margin-top: 30px;
  }

  .local-section--mainArea_image {
    width: 280px;
    margin: 32px auto 0;
  }

  .local-section--mainArea_image img {
    width: 100%;
    height: auto;
  }

  .local-section_title {
    font-size: 24px;
    letter-spacing: 2.4px;
    border-bottom: 3px solid #e60012;
    line-height: 1.45;
    padding-bottom: 8px;
  }

  .local-section_text {
    color: #3c3c3c;
    margin-top: 22px;
  }

  .local-section_image {
    pointer-events: none;
    margin-top: 32px;
  }

  .local-section--1 {
    margin-top: 38px;
  }

  .local-section--1_images {
    display: flex;
    justify-content: center;
    margin-top: 30px;
  }

  .local-section--1_movie {
    width: 154px;
    margin-right: 12px;
    position: relative;
  }

  .local-section--1_movie.pcTabOnly {
    display: none;
  }
  .local-section--1_movie.spOnly {
    display: block;
  }

  .local-section--1_movieButton {
    width: 124px;
    height: 39px;
  }

  .local-section--1_image {
    width: 159px;

    img {
      height: auto;
    }
  }

  .local-section--2_image {
    height: 205px;
    position: relative;
  }

  .local-section--2_image img {
    position: absolute;
    left: 50%;
    height: 100%;
    width: auto;
    max-width: none;
    transform: translateX(-50%);
    bottom: 0;
  }

  .local-section--3_image {
    width: 326px;
    margin-left: auto;
    margin-right: auto;
  }
  
  .local-section--3_text .local-section_notice{
    margin-top: 10px;
    display: block;
  }

  .local-section--3_image img {
    width: 100%;
    max-width: none;
    height: auto;
  }

  .local-section--4_image {
    width: 296px;
    margin-left: auto;
    margin-right: auto;
  }

  .local-section--4_image img {
    max-width: none;
    width: 100%;
    height: auto;
  }

  .local-section--5 {
    margin-top: 64px;
  }

  .local-section--5_title {
    letter-spacing: 1.8px;
    font-size: 18px;
    padding: 20px;
  }

  table.local-section--5_table {
    border: none !important;
  }

  table.local-section--5_table tr {
    display: block;
    margin-top: 24px !important;
  }

  table.local-section--5_table th,
  table.local-section--5_table td {
    text-align: left !important;
    letter-spacing: 1.4px !important;
  }

  table.local-section--5_table th {
    border: none !important;
    background: none !important;
    line-height: 1;
    padding-top: 0 !important;
    padding-right: 0 !important;
    padding-left: 12px !important;
    padding-bottom: 0 !important;
    position: relative;
  }

  table.local-section--5_table th::before {
    content: "";
    display: block;
    width: 6px;
    height: 16px;
    position: absolute;
    left: 0;
    top: 3px;
    background-color: #d9d9d9;
  }

  table.local-section--5_table td {
    border-top: none !important;
    border-right: none !important;
    border-left: none !important;
    border-bottom: 1px solid #e2e2e2 !important;
    padding-left: 0 !important;
    padding-top: 8px !important;
    padding-bottom: 18px !important;
    line-height: 180% !important;
  }

  table.local-section--5_table td.spSmall {
    font-size: 13px !important;
  }

  .local-section--5_text {
    margin-top: 32px;
  }

  .local-section--boiler {
    margin-top: 70px;
  }
  .local-section_notice{
    text-align: center;
    font-size: 12px;
    margin-top: 24px;
  }

  br.sp_only {
    display: inline;
  }
  br.sp_none {
    display: none;
  }
}