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

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

a {
  text-decoration: none;
  color: #3381ff;
  font-weight: bold; }
  a:hover {
    text-decoration: underline; }

.wrap {
  box-sizing: border-box; }
  @media only screen and (max-width: 767px) {
    .wrap {
      margin: 50px 13px 80px; } }
  @media only screen and (min-width: 768px) {
    .wrap {
      max-width: 950px;
      width: calc(100% - 40px);
      margin: 80px auto 110px; } }

.content {
  text-align: center;
  background: #fff;
  box-sizing: border-box;
  border-radius: 25px;
  box-shadow: 0 20px 40px rgba(66, 66, 66, 0.1); }
  @media only screen and (max-width: 767px) {
    .content {
      padding: 40px 25px;
      margin: 0 0 40px; } }
  @media only screen and (min-width: 768px) {
    .content {
      padding: 70px 75px;
      margin: 0 0 70px; } }

.caption {
  text-align: center;
  font-weight: bold;
  color: #444; }
  @media only screen and (max-width: 767px) {
    .caption {
      font-size: 1.2rem;
      line-height: 1.8rem;
      margin: 0 0 25px; } }
  @media only screen and (min-width: 768px) {
    .caption {
      font-size: 1.4rem;
      margin: 0 0 50px; } }

.pic {
  box-shadow: 0 0 20px rgba(66, 66, 66, 0.1); }
  @media only screen and (max-width: 767px) {
    .pic {
      margin: 0 0 30px; } }
  @media only screen and (min-width: 768px) {
    .pic {
      max-width: 550px;
      margin: 0 auto 60px; } }

h1 {
  padding: 0 0 10px;
  text-align: center;
  border-bottom: #ccc dotted 2px; }
  @media only screen and (max-width: 767px) {
    h1 {
      font-size: 1.15rem;
      margin: 0 0 17px; } }
  @media only screen and (min-width: 768px) {
    h1 {
      font-size: 1.25rem;
      margin: 0 0 20px; } }

.comment {
  margin: 0;
  text-align: left;
  line-height: 1.9rem; }
  @media only screen and (max-width: 767px) {
    .comment {
      font-size: 0.95rem; } }
  @media only screen and (min-width: 768px) {
    .comment {
      font-size: 1.0rem; } }

@media only screen and (max-width: 767px) {
  .info {
    margin: 35px 0 0; } }
@media only screen and (min-width: 768px) {
  .info {
    max-width: 550px;
    margin: 55px auto 0; } }
.info__date {
  border: #dadada solid 4px;
  text-align: center;
  padding: 13px 0;
  font-weight: bold; }
  @media only screen and (min-width: 768px) {
    .info__date {
      font-size: 1.2rem; } }
.info__link {
  background: #3381ff;
  text-align: center;
  height: 55px;
  line-height: 55px;
  border-radius: 5px;
  width: 100%; }
  .info__link:hover {
    opacity: 0.8;
    transition: 0.3s; }
  .info__link a {
    color: #fff;
    display: block;
    width: 100%;
    font-weight: bold;
    letter-spacing: 0.05em; }
    @media only screen and (max-width: 767px) {
      .info__link a {
        font-size: 0.9rem; } }
    @media only screen and (min-width: 768px) {
      .info__link a {
        font-size: 1.5rem; } }
    .info__link a:hover {
      text-decoration: none; }

.auction {
  text-align: left; }
  @media only screen and (max-width: 767px) {
    .auction__item {
      margin: 0 0 40px; } }
  @media only screen and (min-width: 768px) {
    .auction__item {
      margin: 0 0 60px; } }
  .auction__item:last-child {
    margin: 0; }
  .auction__item_ttl {
    font-weight: bold;
    text-align: center; }
    @media only screen and (max-width: 767px) {
      .auction__item_ttl {
        font-size: 1.2rem;
        margin: 0 0 50px; } }
    @media only screen and (min-width: 768px) {
      .auction__item_ttl {
        font-size: 1.4rem;
        margin: 0 0 50px; } }
  @media only screen and (max-width: 767px) {
    .auction__item .first-ttl {
      margin: 0 0 25px; } }
  @media only screen and (min-width: 768px) {
    .auction__item .first-ttl {
      margin: 0 0 30px; } }
  .auction__item p {
    margin: 0;
    line-height: 1.8rem; }
    @media only screen and (max-width: 767px) {
      .auction__item p {
        font-size: 0.95rem; } }
    @media only screen and (min-width: 768px) {
      .auction__item p {
        font-size: 1.0rem; } }
  .auction__item_help {
    text-align: center;
    border: #3381ff solid 3px;
    margin: 0 auto;
    border-radius: 50px;
    height: 50px;
    line-height: 50px; }
    @media only screen and (min-width: 768px) {
      .auction__item_help {
        width: 400px; } }
    .auction__item_help:hover {
      background: #3381ff;
      transition: 0.5s; }
      .auction__item_help:hover a {
        color: #fff; }
    .auction__item_help a {
      display: block;
      width: 100%; }
      .auction__item_help a:hover {
        text-decoration: none; }
  .auction__item_live-link {
    background: #3381ff;
    text-align: center;
    height: 50px;
    line-height: 50px;
    border-radius: 5px;
    position: relative; }
    @media only screen and (max-width: 767px) {
      .auction__item_live-link {
        margin: 20px 0 0;
        width: 100%; } }
    @media only screen and (min-width: 768px) {
      .auction__item_live-link {
        margin: 25px auto 0;
        width: 45%; } }
    .auction__item_live-link::before {
      content: '';
      position: absolute;
      right: 4.5%;
      border: 0px;
      border-top: solid 2px #fff;
      border-right: solid 2px #fff;
      transform: rotate(45deg); }
      @media only screen and (max-width: 767px) {
        .auction__item_live-link::before {
          top: 41%;
          width: 5px;
          height: 5px; } }
      @media only screen and (min-width: 768px) {
        .auction__item_live-link::before {
          top: 43%;
          width: 6px;
          height: 6px; } }
    .auction__item_live-link:hover {
      text-decoration: none;
      opacity: 0.8;
      transition: 0.5s; }
    .auction__item_live-link a {
      color: #fff;
      width: 100%;
      display: block; }
      @media only screen and (max-width: 767px) {
        .auction__item_live-link a {
          font-size: 0.8rem; } }
      @media only screen and (min-width: 768px) {
        .auction__item_live-link a {
          font-size: 0.9rem; } }
      .auction__item_live-link a:hover {
        text-decoration: none; }
  .auction .flow__item {
    background: #f5f5f5;
    box-sizing: border-box;
    border-radius: 10px;
    text-align: center; }
    @media only screen and (max-width: 767px) {
      .auction .flow__item {
        padding: 30px 20px;
        margin: 0 0 50px; } }
    @media only screen and (min-width: 768px) {
      .auction .flow__item {
        padding: 40px 55px;
        margin: 0 auto 60px;
        max-width: 750px; } }
    .auction .flow__item:last-child {
      margin: 0 auto; }
    .auction .flow__item_num {
      background: #3381ff;
      color: #fff;
      width: 50px;
      height: 50px;
      line-height: 50px;
      text-align: center;
      border-radius: 50%;
      font-weight: bold;
      font-size: 1.15rem; }
      @media only screen and (max-width: 767px) {
        .auction .flow__item_num {
          margin: -50px auto 20px; } }
      @media only screen and (min-width: 768px) {
        .auction .flow__item_num {
          margin: -60px auto 20px; } }
    .auction .flow__item_ttl {
      font-weight: bold;
      text-align: center; }
      @media only screen and (max-width: 767px) {
        .auction .flow__item_ttl {
          font-size: 1.1rem;
          margin: 0 0 15px; } }
      @media only screen and (min-width: 768px) {
        .auction .flow__item_ttl {
          font-size: 1.2rem;
          margin: 0 0 20px; } }
    .auction .flow__item_text {
      margin: 0 0 25px; }
      .auction .flow__item_text:last-child {
        margin: 0; }
    @media only screen and (min-width: 768px) {
      .auction .flow__item_link-container {
        display: flex;
        justify-content: center; } }
    .auction .flow__item_link {
      background: #3381ff;
      text-align: center;
      height: 50px;
      line-height: 50px;
      border-radius: 5px;
      position: relative; }
      @media only screen and (max-width: 767px) {
        .auction .flow__item_link {
          margin: 0 0 15px;
          width: 100%; } }
      @media only screen and (min-width: 768px) {
        .auction .flow__item_link {
          margin: 0 13px;
          width: 45%; } }
      .auction .flow__item_link::before {
        content: '';
        position: absolute;
        right: 4.5%;
        border: 0px;
        border-top: solid 2px #fff;
        border-right: solid 2px #fff;
        transform: rotate(45deg); }
        @media only screen and (max-width: 767px) {
          .auction .flow__item_link::before {
            top: 41%;
            width: 5px;
            height: 5px; } }
        @media only screen and (min-width: 768px) {
          .auction .flow__item_link::before {
            top: 43%;
            width: 6px;
            height: 6px; } }
      .auction .flow__item_link:hover {
        text-decoration: none;
        opacity: 0.8;
        transition: 0.5s; }
      .auction .flow__item_link a {
        color: #fff;
        width: 100%;
        display: block; }
        @media only screen and (max-width: 767px) {
          .auction .flow__item_link a {
            font-size: 0.8rem; } }
        @media only screen and (min-width: 768px) {
          .auction .flow__item_link a {
            font-size: 0.9rem; } }
        .auction .flow__item_link a:hover {
          text-decoration: none; }
    .auction .flow__item .note {
      font-size: 0.9rem;
      line-height: 1.4rem;
      margin: 13px 0 0; }
      @media only screen and (min-width: 768px) {
        .auction .flow__item .note {
          text-align: center; } }

.payment_ttl {
  font-weight: bold;
  text-align: center; }
  @media only screen and (max-width: 767px) {
    .payment_ttl {
      font-size: 1.2rem;
      margin: 0 0 25px; } }
  @media only screen and (min-width: 768px) {
    .payment_ttl {
      font-size: 1.4rem;
      margin: 0 0 30px; } }
.payment p {
  text-align: left;
  margin: 0;
  line-height: 1.9rem; }
  @media only screen and (max-width: 767px) {
    .payment p {
      font-size: 0.95rem; } }
  @media only screen and (min-width: 768px) {
    .payment p {
      font-size: 1.0rem; } }

@media only screen and (min-width: 768px) {
  .sns {
    display: flex;
    justify-content: space-between; } }
.sns__item {
  text-align: center; }
  @media only screen and (max-width: 767px) {
    .sns__item {
      margin: 0 0 45px; }
      .sns__item:last-child {
        margin: 0; } }
  @media only screen and (min-width: 768px) {
    .sns__item {
      width: 47.5%; } }
  .sns__item_ttl {
    font-family: 'Rounded Mplus 1c';
    text-align: center;
    font-weight: bold;
    color: #57acf8;
    position: relative;
    display: inline-block; }
    @media only screen and (max-width: 767px) {
      .sns__item_ttl {
        margin: 0 0 20px;
        font-size: 1.3rem; } }
    @media only screen and (min-width: 768px) {
      .sns__item_ttl {
        font-size: 1.6rem;
        margin: 0 0 35px; } }
    .sns__item_ttl:hover {
      opacity: 0.8;
      transition: 0.5s; }
    .sns__item_ttl a {
      color: #57acf8; }
      .sns__item_ttl a:hover {
        text-decoration: none; }
      .sns__item_ttl a::after {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 1;
        content: ""; }
  .sns__item_icon {
    margin: 0 0 3px; }
    @media only screen and (max-width: 767px) {
      .sns__item_icon img {
        width: 35px;
        margin: 0 auto; } }
  .sns__item_twitter iframe {
    height: 350px !important; }
  .sns__item_youtube {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
    border-radius: 10px;
    box-shadow: 0 20px 40px rgba(66, 66, 66, 0.1); }
    .sns__item_youtube iframe {
      position: absolute;
      top: 0;
      right: 0;
      width: 100%;
      height: 100%; }
  .sns__item .youtube-frame {
    border-radius: 25px; }

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

.global_head, .global_foot {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI","Noto Sans Japanese","ヒラギノ角ゴ ProN W3", Meiryo, sans-serif;
  font-weight: normal; }
