/* Scss Document */
article {
  width: 1000px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 50px; }
  @media screen and (max-width: 640px) {
    article {
      width: auto;
      padding-top: 0; } }

.gg_movie {
  width: 1000px;
  height: calc(1000px / 16 * 9);
  margin-bottom: 60px; }
  @media screen and (max-width: 640px) {
    .gg_movie {
      width: 100%;
      height: calc((100vw - 40px) / 16 * 9);
      padding: 0 20px;
      margin-bottom: 30px; } }

.lead {
  text-align: center;
  margin-bottom: 50px; }
  @media screen and (max-width: 640px) {
    .lead {
      margin-bottom: 25px; } }
  .lead h2 {
    font-size: 3.6rem;
    line-height: 1.4;
    font-weight: bold;
    margin-bottom: 20px; }
    @media screen and (max-width: 640px) {
      .lead h2 {
        font-size: 1.6rem;
        margin-bottom: 5px; } }
  .lead p {
    font-size: 1.4rem; }
    @media screen and (max-width: 640px) {
      .lead p {
        font-size: 1rem; } }

.contents_unit {
  width: 1000px;
  margin: 0 auto 50px;
  position: relative; }
  @media screen and (max-width: 640px) {
    .contents_unit {
      width: auto;
      margin: 0 20px 40px; } }
  .contents_unit .b {
    margin-bottom: 100px; }
    @media screen and (max-width: 640px) {
      .contents_unit .b {
        margin-bottom: 50px; } }
    .contents_unit .b:last-of-type {
      margin-bottom: 0; }
    .contents_unit .b01 {
      margin-bottom: 150px;
      position: relative; }
      @media screen and (max-width: 640px) {
        .contents_unit .b01 {
          margin-bottom: 30px; } }
      .contents_unit .b01__ph {
        position: relative;
        margin-bottom: 15px; }
        .contents_unit .b01__ph p {
          margin-top: 15px;
          font-size: 1.4rem;
          line-height: 1.6;
          font-weight: 700; }
          @media screen and (max-width: 640px) {
            .contents_unit .b01__ph p {
              font-size: 1.2rem; } }
      .contents_unit .b01__pickUp {
        position: absolute;
        top: -10px;
        left: -10px; }
        @media screen and (max-width: 640px) {
          .contents_unit .b01__pickUp {
            width: 120px; } }
        .contents_unit .b01__pickUp img {
          width: 150px;
          height: 150px; }
          @media screen and (max-width: 640px) {
            .contents_unit .b01__pickUp img {
              width: 120px;
              height: 120px; } }
      .contents_unit .b01__absolute {
        position: absolute;
        right: 0;
        top: 450px; }
        @media screen and (max-width: 640px) {
          .contents_unit .b01__absolute {
            position: relative;
            right: auto;
            top: auto; } }
      .contents_unit .b01__txt {
        width: 400px;
        padding: 30px;
        background-color: rgba(255, 255, 255, 0.8);
        position: absolute;
        right: 0;
        top: 50px; }
        @media screen and (max-width: 640px) {
          .contents_unit .b01__txt {
            width: auto;
            padding: 20px;
            position: relative;
            transform: none;
            top: auto; } }
        .contents_unit .b01__txt:before, .contents_unit .b01__txt:after {
          content: "";
          display: block;
          position: absolute;
          width: 60px;
          height: 60px; }
          @media screen and (max-width: 640px) {
            .contents_unit .b01__txt:before, .contents_unit .b01__txt:after {
              width: 40px;
              height: 40px; } }
        .contents_unit .b01__txt:before {
          top: 0;
          left: 0;
          border-top: 2px solid #000;
          border-left: 2px solid #000; }
        .contents_unit .b01__txt:after {
          bottom: 0;
          right: 0;
          border-bottom: 2px solid #000;
          border-right: 2px solid #000; }
        .contents_unit .b01__txtHead {
          font-size: 2.4rem;
          line-height: 1.5;
          font-weight: 500;
          margin-bottom: 20px; }
          @media screen and (max-width: 640px) {
            .contents_unit .b01__txtHead {
              font-size: 1.8rem;
              text-align: center; } }
        .contents_unit .b01__txtBody {
          text-align: justify; }
          @media screen and (max-width: 640px) {
            .contents_unit .b01__txtBody {
              font-size: 1.2rem; } }
    .contents_unit .b02 {
      display: flex;
      justify-content: space-between;
      align-items: flex-end; }
      @media screen and (max-width: 640px) {
        .contents_unit .b02 {
          display: block; } }
      @media screen and (max-width: 640px) {
        .contents_unit .b02__ph {
          margin-bottom: 15px; } }
      .contents_unit .b02__txt {
        width: 470px; }
        @media screen and (max-width: 640px) {
          .contents_unit .b02__txt {
            width: auto; } }
        .contents_unit .b02__txtLogo {
          margin-bottom: 20px; }
          @media screen and (max-width: 640px) {
            .contents_unit .b02__txtLogo {
              margin-bottom: 10px;
              text-align: center; }
              .contents_unit .b02__txtLogo img {
                height: 80px; } }
        .contents_unit .b02__txtHead {
          font-size: 2.4rem;
          line-height: 1.5;
          font-weight: 500;
          margin-bottom: 10px; }
          @media screen and (max-width: 640px) {
            .contents_unit .b02__txtHead {
              font-size: 1.8rem;
              text-align: center; } }
        .contents_unit .b02__txtBody {
          margin-bottom: 30px; }
          @media screen and (max-width: 640px) {
            .contents_unit .b02__txtBody {
              font-size: 1.2rem; } }
        .contents_unit .b02__txtStore {
          display: flex;
          align-items: center; }
          .contents_unit .b02__txtStoreFloor img {
            width: 30px; }
          .contents_unit .b02__txtStoreInfo {
            border-left: 1px solid #000;
            padding-left: 15px;
            margin-left: 15px; }
            .contents_unit .b02__txtStoreInfoName {
              font-size: 1.4rem;
              line-height: 1.5;
              font-weight: 700;
              margin-bottom: 5px; }
            .contents_unit .b02__txtStoreInfoTime {
              display: flex; }
              .contents_unit .b02__txtStoreInfoTime li {
                display: flex;
                align-items: center;
                font-size: 1.4rem;
                line-height: 1; }
                .contents_unit .b02__txtStoreInfoTime li:first-of-type {
                  margin-right: 20px; }
                  .contents_unit .b02__txtStoreInfoTime li:first-of-type:before {
                    content: "";
                    display: block;
                    background-image: url(../img/special2003/img_ggIcon01.svg);
                    width: 15px;
                    height: 15px;
                    margin-right: 5px; }
                .contents_unit .b02__txtStoreInfoTime li:last-of-type:before {
                  content: "";
                  display: block;
                  background-image: url(../img/special2003/img_ggIcon02.svg);
                  width: 15px;
                  height: 15px;
                  margin-right: 5px; }

.twl {
  width: 1000px;
  margin: 0 auto;
  background-color: #003f60;
  padding: 50px;
  display: flex;
  justify-content: space-between;
  position: relative; }
  @media screen and (max-width: 640px) {
    .twl {
      width: auto;
      display: block;
      padding: 25px; } }
  .twl h3 {
    margin-bottom: 30px; }
    @media screen and (max-width: 640px) {
      .twl h3 {
        margin-bottom: 10px; } }
  .twl p {
    color: #fff;
    font-size: 1.4rem;
    line-height: 2;
    margin-bottom: 30px; }
    @media screen and (max-width: 640px) {
      .twl p {
        font-size: 1.2rem; } }
  .twl .issue {
    position: absolute;
    bottom: 50px;
    right: 320px; }
    @media screen and (max-width: 640px) {
      .twl .issue {
        width: 80px;
        bottom: 400px;
        right: 5px; } }
  .twl .twl_ph {
    margin-top: 20px; }

/*# sourceMappingURL=special2004.css.map */