/* ---------------------------------------
  TITLE : HANSHIN Tigers
  URI : https://series.hanshintigers.jp/
  (C) HANSHIN Tigers.
--------------------------------------- */
.l-infomation {
  width: 1200px;
  margin: 0 auto 60px auto;
  text-align: center; }
  .l-infomation h4.subHead {
    background: #ffd900;
    text-align: center;
    font-size: 24px;
    color: #000;
    padding: 15px;
    box-sizing: border-box; }
  .l-infomation p.lead {
    font-size: 24px;
    color: #ffd900;
    margin: 40px 0 20px 0; }
  .l-infomation p.txt, .l-infomation p.tag {
    font-weight: 300;
    font-size: 16px;
    line-height: 1.5; }
  .l-infomation p.tag {
    color: #ffd900;
    margin-top: 10px; }

.l-message {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  width: 1200px;
  margin: 0 auto; }

.c-message {
  width: 540px; }

.c-preview {
  position: relative;
  width: 540px;
  height: 360px;
  line-height: 1.65;
  font-size: 17px; }
  .c-preview__image {
    width: 100%;
    height: 100%; }
  .c-preview__message {
    position: absolute;
    top: 42.2%;
    left: 46.5%;
    color: #FFFFFF;
    width: 52%;
    word-break: break-all; }
  .c-preview__name {
    position: absolute;
    bottom: 5%;
    right: 4.3%;
    color: #ffd900;
    font-weight: bold; }

#js-download-target.js-original {
  width: 900px;
  height: 600px; }
  #js-download-target.js-original .c-preview {
    width: 900px;
    height: 600px;
    font-size: 28px;
    letter-spacing: 1.2px;
    line-height: 1.7; }

.p-input {
  width: 600px; }
  .p-input__list {
    width: 600px; }
    .p-input__list dt {
      width: 100%;
      font-weight: bold;
      margin-bottom: 10px; }
    .p-input__list dd {
      width: 100%;
      margin-bottom: 23px; }
      .p-input__list dd:last-of-type {
        margin-bottom: 0; }

.l-message-section {
  width: 1200px;
  margin: 60px auto;
  text-align: center; }

.c-caution {
  margin-bottom: 20px;
  font-weight: 300;
  line-height: 1.5; }
  .c-caution a {
    text-decoration: underline;
    display: inline-block;
    background: url(/2023/img/ns/message/icon_blank.png) no-repeat center right;
    background-size: 16px auto;
    padding-right: 20px; }
    .c-caution a:hover {
      color: #FFFFFF;
      text-decoration: none; }
    .c-caution a:active, .c-caution a:link, .c-caution a:visited {
      color: #FFFFFF; }

.c-button {
  cursor: pointer;
  position: relative;
  width: 320px;
  height: 80px;
  color: #000;
  background: #ffd900;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 30px; }
  .c-button--download {
    display: none; }
  .c-button:disabled {
    opacity: 0.6; }

.c-sns-container {
  display: none;
  margin-bottom: 40px; }
  .c-sns-container__text {
    font-size: 24px;
    margin-bottom: 30px;
    color: #ffd900; }
  .c-sns-container__icons {
    display: flex;
    justify-content: center;
    margin-bottom: 20px; }
  .c-sns-container__icon {
    width: 80px;
    height: 80px;
    margin: 0 15px; }
  .c-sns-container__hash {
    line-height: 1.5;
    color: #ffd900;
    font-weight: 300; }

.c-select {
  position: relative;
  display: inline-block;
  font-size: 0; }
  .c-select select {
    cursor: pointer;
    height: 60px;
    width: 240px;
    font-size: 16px;
    background: #FFFFFF;
    padding: 0 28px 0 10px;
    text-align: left;
    color: #000000;
    font-family: "Hiragino Kaku Gothic ProN","Hiragino Sans", "hiragino-kaku-gothic-pron", sans-serif;
    font-weight: 300;
    transition: background 0.2s ease-out; }
    .c-select select:hover {
      background: #f5f5f5; }
    .c-select select:disabled {
      background: #f7f19b; }
  .c-select::before {
    z-index: 10;
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 18px;
    height: 60px;
    background: #ffd900;
    pointer-events: none; }
  .c-select::after {
    z-index: 20;
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 6px;
    margin: auto;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 4px 3px 0 3px;
    border-color: #000000 transparent transparent transparent;
    pointer-events: none; }

.c-input {
  box-sizing: border-box;
  border: 0;
  background: #FFFFFF;
  padding: 0 20px;
  width: 600px;
  max-width: 600px;
  color: #000000;
  font-weight: 400;
  font-family: "hiragino-kaku-gothic-pron", sans-serif;
  font-style: normal;
  font-weight: 400; }
  .c-input__textarea {
    padding-top: 20px;
    padding-bottom: 20px; }
    .c-input__textarea:disabled {
      background: #f7f19b; }
  .c-input__text {
    height: 60px;
    line-height: 60px; }
    .c-input__text:disabled {
      background: #f7f19b; }
  .c-input::placeholder {
    color: #B5B5B5;
    opacity: 1; }

.c-error {
  color: #cc0000;
  padding: 0 20px;
  margin: 10px 0; }
  .c-error:empty {
    display: none; }

@media screen and (max-width: 767px) {
  .l-infomation {
    width: auto;
    margin: 0 auto 30px auto;
    text-align: center; }
    .l-infomation h4.subHead {
      font-size: 18px;
      padding: 10px; }
    .l-infomation p.lead {
      font-size: 18px;
      margin: 30px 0 15px 0;
      line-height: 1.5; }
    .l-infomation p.txt, .l-infomation p.tag {
      font-size: 14px;
      line-height: 1.5; }
    .l-infomation p.tag {
      font-size: 13px; }

  .l-message {
    display: block;
    width: 100%;
    margin: 0 auto; }

  .c-message {
    width: 100vw; }

  .c-preview {
    position: relative;
    width: 100%;
    height: 100%;
    line-height: 1.65;
    font-size: 3.1vw; }
    .c-preview__image {
      width: 100%;
      height: 100%; }
    .c-preview__message {
      position: absolute;
      top: 42.2%;
      left: 46.5%;
      color: #FFFFFF;
      width: 50%; }
    .c-preview__name {
      position: absolute;
      bottom: 5%;
      right: 4.3%;
      color: #ffd900;
      font-weight: bold; }

  #js-download-target.js-original {
    width: 900px;
    height: 600px; }
    #js-download-target.js-original .c-preview {
      width: 900px;
      height: 600px;
      font-size: 28px;
      letter-spacing: 1.2px;
      line-height: 1.7; }

  .p-input {
    box-sizing: border-box;
    padding: 20px;
    width: 100%;
    font-size: 13px; }
    .p-input__list {
      width: 100%; }
      .p-input__list dt {
        width: 100%; }
      .p-input__list dd {
        width: 100%;
        margin-bottom: 23px; }
        .p-input__list dd:last-of-type {
          margin-bottom: 0; }

  .l-message-section {
    box-sizing: border-box;
    width: 100%;
    margin: 20px auto 40px;
    text-align: center;
    padding: 0 20px; }

  .c-caution {
    font-size: 13px;
    margin-bottom: 20px; }

  .c-button {
    cursor: pointer;
    position: relative;
    width: 230px;
    height: 50px;
    font-size: 13px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 30px; }
    .c-button:disabled {
      opacity: 0.6; }

  .c-sns-container {
    display: none;
    margin-bottom: 30px; }
    .c-sns-container__text {
      font-weight: bold;
      font-size: 14px;
      margin-bottom: 20px; }
    .c-sns-container__icons {
      display: flex;
      justify-content: center;
      margin-bottom: 20px; }
    .c-sns-container__icon {
      width: 45px;
      height: 45px;
      margin: 0 10px; }
      .c-sns-container__icon img {
        width: 45px;
        height: 45px; }
    .c-sns-container__hash {
      font-size: 13px; }

  .c-select {
    position: relative;
    display: inline-block;
    font-size: 0; }
    .c-select select {
      cursor: pointer;
      height: 40px;
      width: 190px;
      font-size: 13px;
      background: #FFFFFF;
      padding: 0 28px 0 10px;
      text-align: left;
      color: #000000;
      transition: background 0.2s ease-out; }
      .c-select select:hover {
        background: #f5f5f5; }
    .c-select::before {
      z-index: 10;
      content: "";
      position: absolute;
      top: 0;
      right: 0;
      width: 18px;
      height: 40px;
      pointer-events: none; }
    .c-select::after {
      z-index: 20;
      content: "";
      position: absolute;
      top: 0;
      bottom: 0;
      right: 6px;
      margin: auto;
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 4px 3px 0 3px;
      border-color: #000000 transparent transparent transparent;
      pointer-events: none; }

  .c-input {
    box-sizing: border-box;
    border: 0;
    background: #FFFFFF;
    padding: 0 10px;
    width: 100%;
    max-width: 100%;
    font-size: 16px; }
    .c-input__textarea {
      height: 100px;
      padding-top: 10px;
      padding-bottom: 10px; }
    .c-input__text {
      height: 40px;
      line-height: 40px; }

  .c-error {
    font-size: 13px;
    color: #cc0000;
    padding: 0 20px;
    margin: 10px 0; }
    .c-error:empty {
      display: none; } }
