@import url(https://fonts.googleapis.com/earlyaccess/roundedmplus1c.css);
body {
  margin: 0;
  padding: 0;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
  color: #fff;
  background: #000 url("../img/bg.png") repeat center; }

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom; }

@media only screen and (max-width: 767px) {
  .content {
    padding: 50px 15px 200px;
    background: url("../img/content-bg.png") no-repeat bottom center/contain; } }
@media only screen and (min-width: 768px) {
  .content {
    max-width: 1000px;
    width: calc(100% - 45px);
    margin: 0 auto;
    padding: 100px 0 300px;
    background: url("../img/content-bg.png") no-repeat bottom center/auto; } }

h1 {
  text-align: center; }
  @media only screen and (max-width: 767px) {
    h1 {
      margin: 0 0 60px;
      font-size: 1.4rem;
      line-height: 2.0rem; } }
  @media only screen and (min-width: 768px) {
    h1 {
      margin: 0 auto 150px;
      font-size: 1.8rem;
      line-height: 100%; } }
  @media only screen and (min-width: 768px) {
    h1 img {
      width: 85%; } }

h2 {
  text-align: center;
  font-family: 'Rounded Mplus 1c'; }
  @media only screen and (max-width: 767px) {
    h2 {
      font-size: 1.7rem;
      margin: 0 0 40px; } }
  @media only screen and (min-width: 768px) {
    h2 {
      margin: 0 0 70px;
      font-size: 2.3rem; } }

.intro {
  font-weight: 600; }
  .intro p {
    margin: 0;
    text-align: center; }
    @media only screen and (max-width: 767px) {
      .intro p {
        font-size: 1.0rem;
        line-height: 2.3rem;
        margin: 0 0 60px; } }
    @media only screen and (min-width: 768px) {
      .intro p {
        font-size: 1.2rem;
        line-height: 2.9rem;
        margin: 0 0 100px; } }

@media only screen and (max-width: 767px) {
  .prod {
    margin: 0 0 60px; } }
@media only screen and (min-width: 768px) {
  .prod {
    margin: 0 0 100px; } }
@media only screen and (max-width: 767px) {
  .prod__item {
    margin: 0 0 30px; } }
@media only screen and (min-width: 768px) {
  .prod__item {
    margin: 0 0 60px; } }
.prod__item:last-of-type {
  margin: 0; }
@media only screen and (max-width: 767px) {
  .prod__item-pic {
    margin: 0 auto 40px; } }
@media only screen and (min-width: 768px) {
  .prod__item-pic {
    display: flex;
    justify-content: center;
    margin: 0 0 80px; } }
@media only screen and (max-width: 767px) {
  .prod__item-pic_img {
    margin: 0 0 15px; }
    .prod__item-pic_img:last-child {
      margin: 0; } }
@media only screen and (min-width: 768px) {
  .prod__item-pic_img {
    margin: 0 20px; } }
.prod__item-text {
  width: 100%;
  text-align: center; }
  @media only screen and (min-width: 768px) {
    .prod__item-text {
      width: 49%;
      margin: 0 auto; } }
@media only screen and (max-width: 767px) {
  .prod__item-author {
    font-size: 1.05rem;
    margin: 0 0 5px; } }
@media only screen and (min-width: 768px) {
  .prod__item-author {
    font-size: 1.2rem;
    margin: 0 0 10px; } }
.prod__item-name {
  font-weight: 600; }
  @media only screen and (max-width: 767px) {
    .prod__item-name {
      font-size: 1.15rem;
      margin: 0 0 15px; } }
  @media only screen and (min-width: 768px) {
    .prod__item-name {
      font-size: 1.8rem;
      margin: 0 0 20px; } }
.prod__item-price {
  color: #ccc; }
  @media only screen and (min-width: 768px) {
    .prod__item-price {
      font-size: 1.2rem; } }

.sale {
  box-sizing: border-box; }
  @media only screen and (max-width: 767px) {
    .sale {
      margin: 0 0 60px; } }
  @media only screen and (min-width: 768px) {
    .sale {
      margin: 0 0 100px;
      padding: 30px; } }
  .sale p {
    margin: 0 0 30px; }
    @media only screen and (max-width: 767px) {
      .sale p {
        font-size: 1.0rem; } }
    @media only screen and (min-width: 768px) {
      .sale p {
        font-size: 1.05rem; } }
    .sale p:last-of-type {
      margin: 0; }

.link {
  background: #f3f337;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  position: relative;
  border-radius: 50px;
  text-align: center;
  z-index: 99; }
  @media only screen and (max-width: 767px) {
    .link {
      width: 100%;
      height: 55px;
      line-height: 55px;
      margin: 30px 0 0; } }
  @media only screen and (min-width: 768px) {
    .link {
      width: 50%;
      height: 75px;
      line-height: 75px;
      margin: 0 auto; } }
  .link::before {
    content: '';
    border: 0px;
    border-top: solid 3px #000;
    border-right: solid 3px #000;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    width: 9px;
    height: 9px; }
    @media only screen and (max-width: 767px) {
      .link::before {
        top: 38%;
        right: 20px; } }
    @media only screen and (min-width: 768px) {
      .link::before {
        top: 42%;
        right: 5%; } }
  .link a {
    color: #000;
    text-decoration: none;
    font-weight: 700;
    display: block;
    width: 100%;
    font-family: 'Rounded Mplus 1c'; }
    @media only screen and (max-width: 767px) {
      .link a {
        font-size: 1.1rem; } }
    @media only screen and (min-width: 768px) {
      .link a {
        font-size: 1.3rem; } }

@media only screen and (max-width: 767px) {
  .application {
    box-sizing: border-box;
    padding: 30px 15px 40px; } }
@media only screen and (min-width: 768px) {
  .application {
    padding: 70px 0 100px;
    width: calc(100% - 45px);
    margin: 0 auto; } }
.application .inner {
  background: #fff;
  color: #000; }
  @media only screen and (max-width: 767px) {
    .application .inner {
      padding: 40px 20px; } }
  @media only screen and (min-width: 768px) {
    .application .inner {
      max-width: 1000px;
      width: calc(100% - 45px);
      margin: 0 auto;
      padding: 60px 80px; } }
  .application .inner h1 {
    padding: 0 0 10px;
    color: #000;
    border-bottom: #000 dotted 1px;
    text-align: center; }
    @media only screen and (max-width: 767px) {
      .application .inner h1 {
        font-size: 1.2rem;
        margin: 0 0 30px; } }
    @media only screen and (min-width: 768px) {
      .application .inner h1 {
        font-size: 1.7rem;
        margin: 0 0 50px; } }
.application .application_note {
  margin: 30px 0 0;
  border: #666 solid 1px; }
  @media only screen and (max-width: 767px) {
    .application .application_note {
      padding: 20px; } }
  @media only screen and (min-width: 768px) {
    .application .application_note {
      padding: 30px; } }
  .application .application_note h3 {
    margin: 0 0 10px;
    padding: 0; }
    @media only screen and (max-width: 767px) {
      .application .application_note h3 {
        font-size: 1.0rem; } }
    @media only screen and (min-width: 768px) {
      .application .application_note h3 {
        font-size: 1.2rem; } }
  .application .application_note ul {
    margin: 0 0 0 20px;
    padding: 0; }
    .application .application_note ul li {
      margin: 0 0 5px; }
      .application .application_note ul li span {
        font-weight: bold; }
@media only screen and (max-width: 767px) {
  .application .form {
    margin: 40px 0 0; } }
@media only screen and (min-width: 768px) {
  .application .form {
    margin: 60px 0 0; } }
.application .form h4 {
  text-align: center;
  margin: 0 0 30px; }
  @media only screen and (max-width: 767px) {
    .application .form h4 {
      font-size: 1.2rem; } }
  @media only screen and (min-width: 768px) {
    .application .form h4 {
      font-size: 1.4rem; } }
.application .form dl {
  display: flex;
  width: 100%;
  display: flex;
  align-items: center; }
  @media only screen and (max-width: 767px) {
    .application .form dl {
      margin: 0 auto 25px;
      flex-direction: column; } }
  @media only screen and (min-width: 768px) {
    .application .form dl {
      margin: 0 auto 30px; } }
  .application .form dl dt {
    text-align: left;
    font-weight: bold; }
    @media only screen and (max-width: 767px) {
      .application .form dl dt {
        width: 100%;
        margin: 0 0 8px; } }
    @media only screen and (min-width: 768px) {
      .application .form dl dt {
        text-align: right;
        width: 25%;
        margin: 0 25px 0 0; } }
    .application .form dl dt .required {
      color: #fff;
      background: #E84447;
      font-size: 0.6rem;
      margin-left: 7px;
      padding: 3px 7px;
      position: relative;
      top: -2px; }
  .application .form dl dd {
    text-align: left; }
    @media only screen and (max-width: 767px) {
      .application .form dl dd {
        margin: 0;
        width: 100%; } }
    @media only screen and (min-width: 768px) {
      .application .form dl dd {
        margin: 0;
        width: 70%; } }
.application .form input[type="text"] {
  font-size: 14px;
  border-radius: 3px;
  font-size: 14px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  background-color: #ffffff;
  border: 1px solid #cccccc;
  transition: all 0.2s ease-in-out;
  box-sizing: border-box; }
  @media only screen and (max-width: 767px) {
    .application .form input[type="text"] {
      padding: 9px 6px; } }
  @media only screen and (min-width: 768px) {
    .application .form input[type="text"] {
      padding: 8px 6px; } }
  .application .form input[type="text"]:focus {
    outline: 0; }
@media only screen and (max-width: 767px) {
  .application .form .long {
    width: 100%; } }
@media only screen and (min-width: 768px) {
  .application .form .long {
    width: 80%; } }
@media only screen and (max-width: 767px) {
  .application .form .middle {
    width: 100%; } }
@media only screen and (min-width: 768px) {
  .application .form .middle {
    width: 60%; } }
@media only screen and (max-width: 767px) {
  .application .form .short {
    width: 100%; } }
@media only screen and (min-width: 768px) {
  .application .form .short {
    width: 30%; } }
.application .submit_container {
  margin: 45px auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
  text-align: center; }
  @media only screen and (min-width: 768px) {
    .application .submit_container {
      max-width: 550px; } }
.application input[type="submit"] {
  -webkit-appearance: none;
  margin: auto;
  border: none;
  position: relative;
  border-radius: 50px;
  height: 55px;
  line-height: 55px;
  text-align: center; }
  @media only screen and (max-width: 767px) {
    .application input[type="submit"] {
      width: 100%;
      margin: 30px 0 0; } }
  @media only screen and (min-width: 768px) {
    .application input[type="submit"] {
      width: 300px;
      margin: 0 auto; } }
.application .submit {
  background: #f3f337;
  color: #000; }
.application .reset {
  background: #ccc;
  color: #555; }
.application .msg {
  text-align: center;
  border: #000 solid 3px;
  margin: 0 auto; }
  @media only screen and (max-width: 767px) {
    .application .msg {
      padding: 20px 0; } }
  @media only screen and (min-width: 768px) {
    .application .msg {
      width: 60%;
      padding: 20px 0; } }

@media only screen and (max-width: 767px) {
  .complete {
    box-sizing: border-box;
    padding: 30px 0 40px; } }
@media only screen and (min-width: 768px) {
  .complete {
    padding: 350px 0; } }
.complete .complete_content {
  display: flex;
  flex-direction: column; }
.complete p {
  text-align: center;
  line-height: 1.7rem;
  margin: 0;
  padding: 0; }
.complete .back {
  margin: 40px auto 0;
  background: #f3f337;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  position: relative;
  border-radius: 50px;
  text-align: center;
  height: 55px;
  line-height: 55px; }
  @media only screen and (max-width: 767px) {
    .complete .back {
      width: 100%;
      margin: 30px 0 0; } }
  @media only screen and (min-width: 768px) {
    .complete .back {
      width: 300px;
      margin: 50px auto 0; } }
  .complete .back::before {
    content: '';
    border: 0px;
    border-top: solid 3px #000;
    border-right: solid 3px #000;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    width: 9px;
    height: 9px; }
    @media only screen and (max-width: 767px) {
      .complete .back::before {
        top: 38%;
        right: 20px; } }
    @media only screen and (min-width: 768px) {
      .complete .back::before {
        top: 42%;
        right: 5%; } }
  .complete .back a {
    color: #000;
    text-decoration: none;
    font-weight: 700;
    display: block;
    width: 100%;
    font-family: 'Rounded Mplus 1c'; }
    @media only screen and (max-width: 767px) {
      .complete .back a {
        font-size: 1.1rem; } }
    @media only screen and (min-width: 768px) {
      .complete .back a {
        font-size: 1.3rem; } }

.sp-selected-button {
  background-color: #fff !important; }

.sp-button {
  border: 2px solid #fff !important; }

@media only screen and (max-width: 767px) {
  .pconly {
    display: none; } }

.global_head {
  margin: 0; }
