#wrapper .cont_title {
  font-family: "Alumni Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 800;
  font-style: italic;
  font-size: 94px;
  line-height: 1;
  text-align: center;
}
#wrapper .cont_title .sub_tit {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-size: 20px;
  display: block;
}
#wrapper .cont_title .sub_tit .c_gold {
  color: #dcaf00;
}
#wrapper .cont_title .sub_tit .c_yellow {
  color: #ffe100;
}

.header_lower {
  background: #000;
}
.header_lower .inner {
  margin: 0 auto;
}
.header_lower .inner h1 {
  padding: 10px 0 10px 20px;
}
.header_lower .inner h1 a {
  display: block;
  text-decoration: none;
}
.header_lower .inner h1 a span {
  display: inline-block;
  color: #FFF;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 1.2;
  vertical-align: middle;
  padding-left: 20px;
}
.header_lower .inner h1 a img {
  height: 80px;
  width: auto;
  display: inline-block;
  vertical-align: middle;
}
.header_lower .inner .drawer-hamburger {
  padding: 0;
  width: 100px;
  height: 100px;
}
.header_lower .inner .drawer-hamburger.active {
  border-left: none;
}
.header_lower .inner .drawer-hamburger .drawer-hamburger-icon,
.header_lower .inner .drawer-hamburger .drawer-hamburger-icon:after,
.header_lower .inner .drawer-hamburger .drawer-hamburger-icon:before {
  width: 44px;
}
.header_lower .inner .drawer-hamburger .drawer-hamburger-icon {
  margin: 4px auto 0 auto;
}
.header_lower .inner .drawer-hamburger .drawer-hamburger-icon:before {
  top: -16px;
}
.header_lower .inner .drawer-hamburger .drawer-hamburger-icon:after {
  top: 16px;
}

.drawer-open .header_lower .inner .drawer-hamburger-icon::after,
.drawer-open .header_lower .inner .drawer-hamburger-icon::before {
  top: 0 !important;
}

@media screen and (max-width: 767px) {
  #wrapper .cont_title {
    font-size: 50px;
    padding: 0 3px;
  }
  #wrapper .cont_title .sub_tit {
    font-size: 15px;
  }

  .header_lower .inner {
    width: auto;
    margin: 0 10px !important;
  }
  .header_lower .inner h1 {
    padding: 10px 0;
  }
  .header_lower .inner h1 a span {
    font-size: 13px;
    padding-left: 5px;
    width: calc(100% - 120px);
    box-sizing: border-box;
    line-height: 1.4;
    max-width: 240px;
  }
  .header_lower .inner h1 a span br {
    display: none;
  }
  .header_lower .inner h1 a img {
    height: 40px;
    width: auto;
  }
  .header_lower .inner .drawer-hamburger {
    width: 60px;
    height: 60px;
  }
  .header_lower .inner .drawer-hamburger .drawer-hamburger-icon,
  .header_lower .inner .drawer-hamburger .drawer-hamburger-icon:after,
  .header_lower .inner .drawer-hamburger .drawer-hamburger-icon:before {
    width: 30px;
  }
  .header_lower .inner .drawer-hamburger .drawer-hamburger-icon {
    margin-top: 2px;
  }
  .header_lower .inner .drawer-hamburger .drawer-hamburger-icon:before {
    top: -8px;
  }
  .header_lower .inner .drawer-hamburger .drawer-hamburger-icon:after {
    top: 8px;
  }
}
footer.lower {
  text-align: center;
  color: #000;
  font-size: 20px;
  padding: 20px 0;
  max-width: 1200px;
  margin: 60px auto 0 auto;
}

@media screen and (max-width: 767px) {
  footer.lower {
    font-size: 14px;
    padding: 10px 0;
    max-width: 90vw;
    margin: 20px auto 0 auto;
  }
}
.drawer-hamburger {
  display: block !important;
}

#main {
  background: #c6a649;
  font-family: 'Noto Sans JP', sans-serif;
}
#main #with_wrap {
  padding: 60px 0;
}

#p-top {
  position: fixed;
  width: 60px;
  right: 60px;
  bottom: 60px;
  opacity: 0;
  visibility: hidden;
  cursor: pointer;
  transition: opacity .8s ease;
}
#p-top img {
  width: 100%;
  height: auto;
}
#p-top.active {
  opacity: 1;
  visibility: visible;
}

#wrapper .deco_tit {
  display: flex;
  height: 144px;
  padding: 60px 0;
}
#wrapper .deco_tit h2 {
  width: 1440px;
}
#wrapper .deco_tit div {
  flex-grow: 1;
}
#wrapper .deco_tit div.line {
  background: url(/img/top/tit_deco.png) repeat-x right top;
}
#wrapper .deco_tit .tit span {
  overflow: hidden;
  text-indent: -9999em;
  /*padding:0 0 20px 120px;*/
  display: inline-block;
}
#wrapper .tit span.fans {
  background: url(/img/top/tit_fans.png) no-repeat left top;
  height: 144px;
  width: 1080px;
}

.c-message-title {
  width: 1000px;
  margin: 0 auto 40px;
  padding: 18px 0;
  color: #ffffff;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  background: #000000;
}

.l-message {
  display: flex;
  justify-content: space-between;
  width: 1000px;
  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%;
}
.c-preview__name {
  position: absolute;
  bottom: 5%;
  right: 4.3%;
  color: #ffCC00;
  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: 420px;
}
.p-input__list {
  width: 420px;
}
.p-input__list dt {
  width: 100%;
  font-weight: bold;
  margin-bottom: 5px;
}
.p-input__list dd {
  width: 100%;
  margin-bottom: 23px;
}
.p-input__list dd:last-of-type {
  margin-bottom: 0;
}

.l-message-section {
  width: 1000px;
  margin: 50px auto 0;
  text-align: center;
}

.c-caution {
  margin-bottom: 20px;
}
.c-caution a:hover {
  color: #000000;
  text-decoration: none;
}
.c-caution a:active, .c-caution a:link, .c-caution a:visited {
  color: #000000;
}

.c-button {
  cursor: pointer;
  position: relative;
  width: 320px;
  height: 80px;
  color: #ffffff;
  background: #000000;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 50px;
}
.c-button::before {
  z-index: 20;
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  margin: auto;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 80px 320px;
  border-color: transparent transparent rgba(255, 255, 255, 0.2) transparent;
  pointer-events: none;
}
.c-button::after {
  z-index: 20;
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  margin: auto;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 0 6px 8px;
  border-color: transparent transparent transparent #ffffff;
  pointer-events: none;
}
.c-button--download {
  background-color: #d62700;
  display: none;
}
.c-button:disabled {
  opacity: 0.6;
}

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

.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;
  transition: background 0.2s ease-out;
}
.c-select select:hover {
  background: #f5f5f5;
}
.c-select select:disabled {
  background: #f7e69b;
}
.c-select::before {
  z-index: 10;
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 18px;
  height: 60px;
  background: #000000;
  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: #ffffff transparent transparent transparent;
  pointer-events: none;
}

.c-input {
  box-sizing: border-box;
  border: 0;
  background: #FFFFFF;
  padding: 0 20px;
  width: 420px;
}
.c-input__textarea {
  padding-top: 20px;
  padding-bottom: 20px;
}
.c-input__textarea:disabled {
  background: #f7e69b;
}
.c-input__text {
  height: 60px;
  line-height: 60px;
}
.c-input__text:disabled {
  background: #f7e69b;
}
.c-input::placeholder {
  color: #cccccc;
}

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

@media screen and (max-width: 767px) {
  #wrapper .deco_tit {
    padding: 30px 0;
  }
  #wrapper .deco_tit div {
    display: none;
  }
  #wrapper .deco_tit .tit span.fans {
    background: url(/img/top/tit_fans_sp.png) no-repeat center top;
    width: 287px;
    height: 69px;
    background-size: cover;
    display: block;
  }

  #main {
    background-size: 96% auto;
  }

  .c-message-title {
    width: 100%;
    margin: 0 auto 40px;
    padding: 12px 0;
    color: #ffffff;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    background: #000000;
  }

  .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: #ffCC00;
    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%;
    font-weight: bold;
    margin-bottom: 5px;
  }
  .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 0;
    text-align: center;
    padding: 0 20px;
  }

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

  .c-button {
    cursor: pointer;
    position: relative;
    width: 230px;
    height: 50px;
    color: #ffffff;
    background: #000000;
    font-size: 13px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 30px;
  }
  .c-button::before {
    z-index: 20;
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    margin: auto;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 50px 230px;
    border-color: transparent transparent rgba(255, 255, 255, 0.2) transparent;
    pointer-events: none;
  }
  .c-button::after {
    z-index: 20;
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 20px;
    margin: auto;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px 0 6px 8px;
    border-color: transparent transparent transparent #ffffff;
    pointer-events: none;
  }
  .c-button--download {
    background-color: #d62700;
    display: none;
  }
  .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 select:disabled {
    background: #f7e69b;
  }
  .c-select::before {
    z-index: 10;
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 18px;
    height: 40px;
    background: #000000;
    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: #ffffff transparent transparent transparent;
    pointer-events: none;
  }

  .c-input {
    box-sizing: border-box;
    border: 0;
    background: #FFFFFF;
    padding: 0 10px;
    width: 100%;
  }
  .c-input__textarea {
    height: 100px;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .c-input__textarea:disabled {
    background: #f7e69b;
  }
  .c-input__text {
    height: 40px;
    line-height: 40px;
  }
  .c-input__text:disabled {
    background: #f7e69b;
  }
  .c-input::placeholder {
    color: #cccccc;
  }

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

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