*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  color: #1a1a1a;
  font-size: 14px;
  font-family: sans-serif;
  line-height: 1;
}

@media screen and (max-width: 979px) {
  html {
    text-size-adjust: 100%;
  }
}

@media screen and (min-width: 980px) {
  html {
    text-size-adjust: auto;
  }
}

body {
  margin: 0!important;
}

body[aria-hidden="true"] {
  overflow: hidden;
}

@media screen and (min-width: 980px) {
  body {
    padding-top: 55px!important;
  }

  .is-content-header-is-fixed {
    padding-top: 55px;
  }
}

::-moz-selection {
  background: transparent;
  text-shadow: none;
}

::selection {
  background: transparent;
  text-shadow: none;
}

a:active,
a:hover,
a:link,
a:visited {
  outline: 0;
  color: inherit;
  text-decoration: none;
}

a,
a > * {
  transition:
    color .15s,
    background-color .15s,
    opacity .15s,
    transform .15s;
}

h1,
h2,
h3,
h4,
p {
  margin: 0;
  font-weight: inherit;
  font-size: inherit;
}

small {
  font-size: inherit;
}

ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

img,
svg,
video {
  max-width: 100%;
  vertical-align: middle;
}

button {
  padding: 0;
  outline: none;
  border: none;
  background-color: transparent;
  font-size: inherit;
  cursor: pointer;

  -webkit-appearance: none;
  appearance: none;
}

a {
  color: inherit;
  transition: color .15s,
  background-color .15s,
  opacity .15s,
  transform .15s;
  outline: none;
  -webkit-tap-highlight-color: transparent;
}

.sr-only {
  position: absolute;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  margin: -1px;
  padding: 0;
  width: 1px;
  height: 1px;
  border: 0;
  white-space: nowrap;
}

@media screen and (max-width: 979px) {
  .sd-only {
    display: block;
  }

  .ld-only {
    display: none;
  }
}

@media screen and (min-width: 980px) {
  .sd-only {
    display: none;
  }

  .ld-only {
    display: block;
  }
}

@media screen and (max-width: 979px) {
  body {
    padding-top: 60px;
  }

  .header {
    position: fixed;
    top: 0;
    left: 0;
  }

  .header[aria-hidden=true] {
    transform: none!important;
  }
}

/* 共通 */

.special-section-title-ja {
  font-weight: 500;
}

h1.special-section-title-ja {
  font-size: 22px;
  line-height: calc(30 / 22);
}

h2.special-section-title-ja {
  font-size: 26px;
  line-height: calc(36 / 26);
}

h3.special-section-title-ja {
  font-size: 22px;
  line-height: calc(30 / 22);
}

.special-section-title-ja + .special-section-lead {
  margin-top: 18px;
}

.special-section-title {
  font-size: 26px;
  font-weight: 500;
  text-align: center;
  margin-bottom: 1em;
}

@media screen and (min-width: 980px) {
  h1.special-section-title-ja,
  h2.special-section-title-ja {
    font-weight: 600;
    font-size: 36px;
  }

  h3.special-section-title-ja {
    font-size: 26px;
  }

  h4.special-section-title-ja {
    font-size: 18px;
  }

  .special-section-title-ja + .special-section-lead {
    margin-top: 42px;
  }

  .special-section-title {
    font-size: 32px;
    font-weight: bold;
  }
}

img + .special-section-subtitle {
  margin-top: 30px;
}

h4.special-section-subtitle {
  font-size: 18px;
  line-height: calc(26 / 18);
}

.special-section-subtitle + .special-section-lead {
  margin-top: 18px;
}

.special-section-lead {
  line-height: calc(22 / 14);
}

.special-section-credit {
  display: block;
  margin-top: 24px;
}

.special-section-inner {
  margin: 42px 18px;
}

.special-section-inner > .special-button-link {
  margin-top: 24px;
}

@media screen and (min-width: 980px) {
  .special-section-inner {
    margin: 0 auto;
    /*padding: 100px 0 0;*/
    width: 860px;
  }
}

/* リンク（ボタン） */

.special-button-links {
  margin: 42px 0;
  color: #fff;
}

@media screen and (max-width: 979px) {
  .special-button-links > ul > li + li {
    margin-top: 24px;
  }
}

@media screen and (min-width: 980px) {
  .special-button-links > ul > li:nth-child(n+4) {
    margin-top: 24px;
  }
}

.special-button-link {
  text-align: center;
}

.special-button-link > a {
  display: inline-block;
  margin: 0 auto;
  padding: 15px;
  width: 250px;
  background-color: #56c0cb;
  color: #fff !important;
  text-align: center;
  font-weight: 600;
  font-size: 12px;
  line-height: calc(20 / 12);
}

.special-button-link > a:hover {
  opacity: .7;
}

.special-button-link > a[target="_blank"]::after {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin-left: 5px;
  background-image: url(https://s3-ap-northeast-1.amazonaws.com/3rd-special-maquia.hpplus.jp/special/mq/shared/img/common/icon_blank.png);
  content: "";
}

.special-button-link.is-large > a[target="_blank"]  {
  position: relative;
  padding: 15px 30px;
  max-width: 100%;
}

.special-button-link.is-large > a[target="_blank"]::after {
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translate(0, -50%);
}

@media screen and (min-width: 980px) {
  .special-button-link {
    margin: 42px auto 0;
  }

  .special-button-link.is-large > a {
    min-width: 320px;
  }
}

/* コンテンツ ナビゲーション */

.special-header {
  opacity: 0;
  height: 0;
  pointer-events: none;
  transition: opacity 1s cubic-bezier(.215, .61, .355, 1);
}

.is-content-header-is-fixed .special-header {
  height: auto;
  opacity: 1;
  pointer-events: auto;
}

.special-header-navigation-head {
  position: relative;
  background: #56c0cb;
  color: #fff;
  line-height: 55px;
  text-align: center;
  font-weight: bold;
}

.special-header-content-title {
  font-size: 16px;
  font-weight: bold;
}

.special-header-navigation-head .special-header-navigation-button {
  position: absolute;
  right: 18px;
  top: 50%;
  transform: translate(0, -50%);
}

@media screen and (min-width: 980px) {
  .special-header-navigation-head-inner {
    width: 980px;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    display: flex;
    justify-content: space-between;
  }

  .special-header-content-title {
    display: flex;
    align-items: center;
    margin: 0 20px 0 0;
  }

  .special-header-navigation-head .special-header-navigation-link-list > ul {
    text-align: center;
    display: flex;
    flex-wrap: wrap;
  }

  .special-header-navigation-head .special-header-navigation-link-list > ul > li {
    font-size: 12px;
    margin: 0 15px 0 0;
    cursor: pointer;
  }

  .special-header-navigation-head .special-header-navigation-link-list > ul > li > a {
    opacity: .5;
  }

  .special-header-navigation-head .special-header-navigation-link-list > ul > li > a.is-current,
  .special-header-navigation-head .special-header-navigation-link-list > ul > li > a:hover {
    opacity: 1;
  }
}

.special-header-navigation-body {
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, .85);
  color: #fff;
  z-index: 20;
  text-align: center;
}

.special-header-navigation-body {
  width: 100%;
  height: 100vh;
  overflow: scroll;
}

.special-header-navigation-close-button {
  position: relative;
  margin: 0 0 0 auto;
  width: 53px;
  height: 53px;
  background-color: #fff;
  display: block;
}

@media screen and (min-width: 980px) {
  .special-header-navigation-close-button {
    margin-bottom: 35px;
  }
}

.special-header-navigation-close-button > img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.special-header-navigation-body .special-section-logo {
  margin-bottom: 25px;
}

.special-header[aria-expanded="false"] .special-header-navigation-body {
  display: none;
}

.special-header-navigation-link-list {
  font-family: Poppins, sans-serif;
  text-transform: uppercase;
}

.special-header-navigation-button-links .special-button-link {
  margin-top: 0;
}

@media screen and (max-width: 979px) {
  .special-header-navigation-head .special-header-navigation-link-list {
    display: none;
  }

  .special-header-navigation-body .special-header-navigation-link-list {
    margin: 42px 48px;
    border-top: 1px solid #9F9F9F;
    border-bottom: 1px solid #9F9F9F;
  }

  .special-header-navigation-body .special-header-navigation-link-list li {
    line-height: 60px;
  }

  .special-header-navigation-body .special-header-navigation-link-list li + li {
    border-top: 1px solid #9F9F9F;
  }

  .special-header-navigation-body .special-header-navigation-button-links {
    margin-bottom: 60px;
  }

  .special-header-navigation-body .special-header-navigation-button-links li + li {
    margin-top: 24px;
  }
}

@media screen and (min-width: 980px) {
  .special-header-navigation-body .special-header-navigation-link-list > ul {
    text-align: center;
    margin: 90px auto;
    width: 980px;
  }

  .special-header-navigation-body .special-header-navigation-link-list li {
    display: inline-block;
    cursor: pointer;
  }

  .special-header-navigation-body .special-header-navigation-link-list li + li::before {
    content: "|";
    margin: 20px;
  }

  .special-header-navigation-body .special-header-navigation-button-links {
    margin: 90px auto 0;
    width: 860px;
  }

  .special-header-navigation-body .special-header-navigation-button-links > ul {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
  }

  .special-header-navigation-body .special-header-navigation-button-links > ul > li:nth-child(n+4) {
    margin-top: 24px;
  }

  .special-header-navigation-body .special-header-navigation-button-links .special-button-link {
    margin: 0;
  }
}

.special-header.is-fixed {
  position: fixed;
  top: 55px;
  width: 100%;
  z-index: 5;
}

.special-header.is-fixed[aria-expanded="true"] {
  z-index: 50;
}

/* キービジュアル */
.special-section-key-visual {
  position: relative;
  text-align: center;
}


@media screen and (max-width: 979px) {
  /* 背景に関する記述をコメントアウトか削除 */
  .special-section-key-visual-media {
  /*  height: 500px; */
  /*  background-image: url(h); */
  /*  background-size: cover; */
  /*  background-position: center center; */
  }

  /* .special-section-key-visual-media.cover {
    width: 100%;
  } */

  .special-section-key-visual-media::before {
    display: block;
    width: 20px;
    height: 12px;
    border-radius: 2px;
    background-color: rgba(0, 0, 0, .4);
    color: #fff;
    content: "pr";
    text-align: center;
    text-transform: uppercase;
    font-size: 8px;
    font-family: Poppins, sans-serif;
    line-height: 12px;
    z-index: 1;
    position: absolute;
    top: 5px;
    right: 5px;
  }

  .special-section-key-visual.is-not-pr .special-section-key-visual-media::before {
    display: none;
  }

  .special-section-key-visual-body {
    padding: 42px 18px 50px;
    background-color: #f2f2f2;
  }

  .special-section-key-visual-logo {
    font-weight: 500;
    font-size: 26px;
    color: #d7083b;
  }

  .special-section-key-visual-title {
    margin: 20px 0;
    font-weight: bold;
    font-size: 18px;
    line-height: calc(30 / 18);
    color: #000;

  }

  .special-section-key-visual-lead {
    font-weight: 500;
    font-size: 22px;
    line-height: calc(30 / 22);
  }
}

@media screen and (min-width: 980px) {
  .special-section-key-visual {
    display: flex;
    align-items: center;
    background-color: #f2f2f2;
  }

  /* 画像を100%表示の記述を追加 */
  .special-section-key-visual-media img {
    width: 100%;
  }

  .special-section-key-visual-media {
  /* 背景に関する記述をコメントアウトか削除 */
     width: 50%;
    /* height: 100vh; */
    /* background-image: url(https://s3-ap-northeast-1.amazonaws.com/3rd-special-maquia.hpplus.jp/special/mq/astalift2009/img/200918_astalift_01.jpg); */
    /* background-size: cover; */
    /* background-position: center center; */
  }

  .special-section-key-visual-media.left {
    height: 0;
    padding: 50% 0 0 0;
  }

  .special-section-key-visual-media.cover {
    width: 100%;
    position: relative;
  }

  .special-section-key-visual-media.cover .special-section-key-visual-body-inner {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(-5%,-50%);
  }

  .special-section-key-visual-body {
    width: 50%;
    text-align: left;
  }

  .special-section-key-visual-body-inner {
    width: calc(960px / 2);
    padding-left: 64px;
  }

  .special-section-key-visual-body::before {
    display: block;
    width: 30px;
    height: 18px;
    border-radius: 2px;
    background-color: rgba(0, 0, 0, .4);
    color: #fff;
    content: "pr";
    text-align: center;
    text-transform: uppercase;
    font-size: 10px;
    font-family: Poppins, sans-serif;
    line-height: 18px;
    z-index: 1;
    position: absolute;
    top: 30px;
    left: 50%;
    transform: translate(490px, 0);
  }

  .special-section-key-visual.is-not-pr .special-section-key-visual-body::before {
    display: none;
  }

  .special-section-key-visual-logo {
    font-weight: 600;
    font-size: 32px;
    color: #d7083b;
  }

  .special-section-key-visual-title {
    margin: 30px 0;
    font-weight: bold;
    font-size: 16px;
    color: #000;
  }

  .special-section-key-visual-lead {
    font-size: 32px;
    line-height: calc(50 / 32);
  }

}

/* 序文 */
.special-section-introduction .special-section-inner {
  background-color: #d1d1d1;
  padding: 42px 18px;
  margin: 0;
}

@media screen and (min-width: 980px) {
  .special-section-logo {
    font-size: 36px;
  }

  .special-section-logo + .special-section-title-ja {
    margin-top: 42px;
  }

  .special-section-introduction {
    text-align: left;
    background-color: #d1d1d1;
  }

  .special-section-introduction .special-section-inner {
    width: 860px;
    padding: 80px 0;
    margin: 0 auto;
  }

  .special-section-introduction .special-section-inner .special-section-block-lead {
    margin: 0 0 0px;
    line-height: calc(26 / 16);
    font-weight: 500;
  }
}

@media screen and (min-width: 980px) {
  .special-section-common {
    text-align: center;
    background-color: #ffffff;
  }

  .special-section-common .special-section-inner {
    width: 980px;
    padding: 90px 0px 0px 0px;
  }
}

/* ブロック */

.special-section-block {
  margin: 42px 0;
}

@media screen and (min-width: 980px) {
  .special-section-blocks {
    margin: 0;
  }

  .special-section-block {
    margin: 90px auto;
    width: 570px;
    text-align: left;
  }

  .special-section-blocks {
    margin: 120px auto;
    width: 980px;
  }

  .special-section-blocks .special-section-block {
    margin: 0;
    width: 100%;
  }

  .special-section-blocks .special-section-block + .special-section-block {
    margin-top: 160px;
  }

  .special-section-blocks .special-section-block .special-section-block-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .special-section-blocks .special-section-block[data-media-position="left"] .special-section-block-inner {
    flex-direction: row-reverse;
  }

  .special-section-blocks .special-section-block .special-section-block-inner .special-section-block-media {
    min-width: 470px;
  }

  .special-section-blocks .special-section-block[data-media-position="right"] .special-section-block-inner .special-section-block-body {
    padding-left: 30px;
  }

  .special-section-blocks .special-section-block[data-media-position="left"] .special-section-block-inner .special-section-block-body {
    padding-right: 30px;
  }
}

.special-section-block-medias {
  margin: 18px 0;
}

.special-section-block-media {
  border: 0px solid #EDEDED;
}

@media screen and (max-width: 979px) {
  .special-section-block-media + .special-section-block-media {
    margin-top: 18px;
  }

  .special-section-title-ja + .special-section-block-inner {
    margin-top: 18px;
  }
}

@media screen and (min-width: 980px) {
  .special-section-title-ja + .special-section-block-inner {
    margin-top: 30px;
  }

  .special-section-block-medias {
    width: 980px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
  }

  .special-section-block-medias > .special-section-block-media {
    max-width: 475px;
  }

  .special-section-block-medias-caption {
    width: 560px;
    margin: 0 auto;
    text-align: left;
  }
}

.special-section-block-lead {
  /*margin: 0 0 24px;*/
  line-height: calc(22 / 14);
}

.special-section-title-ja + .special-section-block-lead,
.special-section-title + .special-section-block-lead {
  margin-top: 18px;
}

@media screen and (min-width: 980px) {
  .special-section-block-lead {
    margin: 30px 0;
    line-height: calc(26 / 16);
    font-size: 16px;
  }
}

.special-section-block-credit {
  display: block;
  font-size: 12px;
  line-height: calc(18 / 12);
}

/* ２つ目のキービジュアル */

.special-secondary-key-visual {
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center center;
}

@media screen and (max-width: 979px) {
  .special-secondary-key-visual {
    height: 751px;
    background-image: url(../img/information_background_sp.png);
  }
}

@media screen and (min-width: 980px) {
  .special-secondary-key-visual {
    height: 642px;
    background-image: url(../img/information_background_pc.png);
  }
}

/* コメント */

.special-section-comments .special-section-inner {
  margin: 0;
  padding: 42px 0px 0px 0px;
  background-color: #EFEFEF;
}

.special-section-comments .special-section-head {
  padding: 0 18px;
}

.special-section-comment {
  padding: 42px 18px;
}

@media screen and (max-width: 979px) {
  .special-section-comment + .special-section-comment {
    border-top: 1px solid #fff;
  }
}

.special-section-comment-profile-media {
  margin: 18px 0 24px;
}

.special-section-comment-profile-title {
  margin-bottom: 12px;
  font-weight: 500;
}

.special-section-comment-profile-name {
  font-weight: 500;
  font-size: 18px;
}

.special-section-comment-profile-lead {
  font-size: 14px;
  margin: 24px 0;
  line-height: calc(22 / 14);
}

@media screen and (min-width: 980px) {
  .special-section-comments {
    padding: 0;
    text-align: center;
    background-color: #EFEFEF;
  }

  .special-section-comments .special-section-inner {
    width: 860px;
    padding: 90px 0;
    margin: 0 auto;
  }

  .special-section-comments {
    text-align: center;
  }

  .special-section-comment-body {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }

  .special-section-comment {
    width: 400px;
    text-align: left;
    margin-top: 90px;
    padding: 0;
    position: relative;
  }

  .special-section-comment:nth-child(even) {
    margin-left: 60px;
  }

  .special-section-comment-profile-media {
    margin: 30px 0 18px;
  }

  .special-section-comments .special-button-link {
    position: absolute;
    bottom: -42px;
    left: 50%;
    transform: translateX(-50%);
  }
}

/* ギャラリー */
.special-section-gallery .special-section-head {
  padding: 0 18px;
}

.special-section-gallery-list {
  margin-top: 42px;
}

.special-section-gallery-list > ol {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

@media screen and (max-width: 979px) {
  .special-section-gallery .special-section-inner {
    margin-left: 0;
    margin-right: 0;
  }

  .special-section-gallery-list > ol > li {
    width: calc(50% - 1px);
  }

  .special-section-gallery-list > ol > li:nth-child(n + 3) {
    margin-top: 2px;
  }

  .special-section-gallery-list > ol > li:nth-child(n + 9) {
    display: none;
  }
}

@media screen and (min-width: 980px) {
  .special-section-gallery {
    text-align: center;
  }

  .special-section-gallery-list {
    margin-top: 60px;
  }

  .special-section-gallery-list > ol {
    width: 740px;
    margin: 0 auto;
  }

  .special-section-gallery-list > ol > li {
    width: 246px;
  }
}

/* スペシャルムービー */
.special-section-movie {
  padding: 42px 18px;
}

.special-section-movie .special-section-inner {
  padding: 0;
  margin: 0;
}

.special-section-iframe {
  position: relative;
  padding-top: 56.25%;
  margin: 30px 0 24px;
}

.special-section-iframe > iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.special-section-video {
  margin: 30px 0 24px;
}

.special-section-video > video {
  width: 100%;
}

@media screen and (min-width: 980px) {
  .special-section-movie {
    padding: 90px 0;
    text-align: center;
  }

  .special-section-movie .special-section-inner {
    width: 740px;
    margin: 0 auto;
    text-align: center;
  }

  .special-section-iframe,
  .special-section-video {
    margin: 60px 0 42px;
  }
}

/* ソーシャルイン */
.special-section-social-in {
  margin: 0;
  padding: 42px 0;
  background-color: #EFEFEF;
}

.special-section-social-in-subtitle {
  line-height: calc(30 / 14);
  font-weight: 500;
}

.special-section-social-in-subtitle + .special-section-title-ja {
  margin-top: 12px;
}

.special-section-social-in-contents {
  margin: 36px 0 24px;
}

@media screen and (min-width: 980px) {
  .special-section-social-in {
    background-color: #EFEFEF;
    padding: 90px 0;
    text-align: center;
    min-height: 670px;
  }

  .special-section-social-in-contents {
    margin: 60px 0 42px;
    min-height: 1120px;
  }
}

/* インフォメーション */
.special-section-information {
  position: relative;
  padding: 42px 18px;
}

.special-section-information::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  display: block;
  background-color: rgba(0, 0, 0, .6);
}

.special-section-information .special-section-inner {
  border: 1px solid #fff;
  position: relative;
  z-index: 1;
  color: #fff;
}

@media screen and (max-width: 979px) {
  .special-section-information {
    background-image: url(../img/information_background_sp.png);
  }

  .special-section-information .special-section-inner {
    padding: 18px;
    margin: 0;
  }

  .special-section-information .special-section-lead {
    margin-bottom: 30px;
  }

  .special-section-information-text {
    margin-top: 30px;
  }
}

@media screen and (min-width: 980px) {
  .special-section-information {
    background-size: cover;
    background-attachment: fixed;
    background-position: center center;
    background-image: url(../img/information_background_pc.png)
  }

  .special-section-information .special-section-inner {
    padding: 50px 60px;
    margin: 0 auto;
  }

  .special-section-information .special-section-lead {
    margin-bottom: 24px;
  }

  .special-section-information-body {
    display: flex;
    justify-content: space-between;
  }

  .special-section-information-media,
  .special-section-information-text {
    width: 355px;
  }

  .special-section-information-media img {
    width: 100%;
  }
}


/* プレゼント */



@media screen and (max-width: 979px) {
  .special-section-present .special-section-inner {
    background-color: #e3f2f3;
    padding: 18px;
    margin-bottom: 0;
  }

  .special-section-present-media {
    margin: 0 auto 30px;
    text-align: center;
  }
}

.special-section-present-end-date {
  margin: 30px 0;
  font-weight: 500;
  line-height: calc(26 / 14);
  text-align: center;
}

.special-section-present-notes {
  margin-top: 30px;
  font-size: 10px;
  line-height: calc(15 / 10);
}

@media screen and (min-width: 980px) {
  .special-section-present {
    padding: 90px 0;
    background-color: #e3f2f3;
  }

  .special-section-present .special-section-inner {
    margin: 0 auto;
    padding: 0;
  }

  .special-section-present-body {
    margin-top: 60px;
    display: flex;
    justify-content: space-between;
  }

  .special-section-present-media{
    max-width: 100%;
  }

  .special-section-present-text {
    padding-left: 30px;
  }

  .special-section-present-media img {
    width: 100%;
  }

  .special-section-present-end-date {
    margin: 28px 0 12px;
    text-align: left;
    font-weight: 500;
  }

  .special-section-present .special-button-link {
    text-align: left;
    margin: 0;
  }

  .special-section-present .special-button-link > a {
    margin-top: 12px;
  }
}

/* ベーシック */
@media screen and (max-width: 979px) {
  .tieup-block-basic .special-button-link {
    margin-top: 18px;
  }
}

@media screen and (min-width: 980px) {
  .tieup-block-basic .special-button-link {
    text-align: left;
  }
}

/* フッター */
.special-footer {
  padding: 42px 18px 80px;
}

.special-footer .special-button-links {
  margin-top: 0;
}

.special-footer-copyright {
  margin: 36px 0 18px;
  display: block;
  text-align: center;
  font-family: Poppins, sans-serif;
}

@media screen and (min-width: 980px) {
  .special-footer {
    width: 860px;
    margin: 0 auto;
    padding: 73px 0 0;
  }

  .special-footer .special-button-links {
    margin: 0 auto 60px;
    width: 280px;
  }

  .special-guide-links .special-button-links {
    width: 100%;
  }

  .special-footer .special-button-links > ul,
  .special-guide-links .special-button-links > ul {
    display: flex;
    justify-content: space-between;
  }

  .special-guide-links .special-button-links > ul {
    flex-wrap: wrap;
    justify-content: space-around;
  }

  .special-footer .special-button-links  .special-button-link {
    margin: 0;
  }
}

/* クレジット */
.special-footer-credit {
  color: #9f9f9f;
}

.special-footer-credit-headline {
  margin-bottom: 12px;
  font-weight: 600;
}

.special-footer-credit > p,
.special-footer-credit > .special-footer-credit-text > p {
  line-height: calc(18 / 12);
}

.special-footer-credit > p + p,
.special-footer-credit > .special-footer-credit-text > p + p {
  margin-top: 18px;
}

@media screen and (min-width: 980px) {
  .special-footer-credit > p + p
  .special-footer-credit > .special-footer-credit-text > p + p {
    margin-top: 12px;
  }
}

/* シェア */
.special-footer-share {
  margin: 36px 0;
  display: flex;
  justify-content: center;
}

.special-footer-share > .special-footer-share-title {
  line-height: 41px;
  text-transform: uppercase;
  font-size: 28px;
  font-family: big-caslon-fb, serif;
}

.special-footer-share > ul {
  display: flex;
}

.special-footer-share > ul > li {
  margin-left: 30px;
}

.special-footer-share a {
  position: relative;
  display: block;
  width: 41px;
  height: 41px;
  border: 1px solid currentColor;
  border-radius: 100%;
}

.special-footer-share a:hover {
  opacity: .5;
}

.special-footer-share a > svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.special-footer-share a[href^="https://twitter.com/intent/tweet?"] {
  color: #26a5f6;
}

.special-footer-share a[href^="http://www.facebook.com/share.php"] {
  color: #4266b2;
}

.special-footer-share a[href^="http://line.me/R/msg/text/"] {
  color: #00bb00;
}

@media screen and (min-width: 980px) {
  .special-footer-share {
    margin: 60px 0;
  }
}

/* Animation */

[data-display-state="hidden"] {
  display: none;
}

[data-animation="fadein"] {
  transition: opacity 1s cubic-bezier(.215, .61, .355, 1);
}

[data-animation="fadein"][data-animation-state="waiting"] {
  opacity: 0;
}

[data-animation="fadein"][data-animation-state="end"] {
  opacity: 1;
}

/* Hover Effect */

.section-photo a,
.special-section-comment-profile-media {
  display: block;
  overflow: hidden;
  background-color: #fff;
}

.section-photo a:hover > img,
.special-section-comment-profile-media a:hover img {
    transform: scale(1.2);
  opacity: .5;
}

/* tieup contents fix */
@media screen and (max-width: 979px) {
  #specialHeader.tieup .special-header-navigation-body .special-header-navigation-link-list {
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
  }

  #specialHeader.tieup .special-header-navigation-body .special-header-navigation-link-list li + li {
    border-top: 1px solid #fff;
  }

  .special-section-key-visual-media.cover > .special-section-key-visual-body {
    display: none;
  }

  .tieup-block-free .special-section-head {
    padding-bottom: 42px;
  }
}

@media screen and (min-width: 980px) {
  #tieupHeader .header[data-type=simple] .header-menu-top {
    top: 0;
  }

  #tieupHeader .header.is-fixed .header-menu-body {
    height: 0;
  }

  .tieup-page-body .special-section-lead > p {
    text-align: left;
  }

  .special-section-key-visual-media.cover + .special-section-key-visual-body {
    display: none;
  }

  .tieup-block-basic .special-button-link.special-button-bottom-link {
    text-align: center;
  }

  .tieup-block-free .special-section-head {
    margin-bottom: 60px;
  }
}
