@charset "utf-8";

ul,
ol {
  list-style: none;
}

a {
  color: inherit;
  text-decoration: none;
}


/* エリア指定 */
.event-area-01,
.event-area-02 {
  justify-content: space-between;
  width: 1300px;
  max-width: 97%;
  margin-bottom: 20px;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
}

.event-area-01,
.event-area-02 {
  display: flex;
}


.unit-1,
.unit-2 {
  width: 49%;
  align-items: center;
}

.unit-2-top {
  display: flex;
}

.top-title {
  width: 68%;
}

.top-title h1 {
  font-size: 20px;
  margin-top: 15px;

  color: #988021;

}

.unit-2 h2 {
  font-size: 20px;
  margin-top: 15px;
  margin-left: 20px;

}

.top-tool {
  width: 32%;
}

.top-tool img {
  width: 70%;
  margin-right: 20px;

}

.login {
  display: flex;
  width: 90%;
  margin-top: 10px;
  margin-right: 30px;
  height: 320px;
  background-color: #f5f3f2;
}

.shortcode {
  margin-top: 15px;
  margin-left: 15px;
}

.login-01 {
  width: 59%;
}

.login-01 img {
  width: 90%;
  margin-top: 20px;
  margin-left: 15px;
}

.login-02 {
  width: 39%;
  margin-top: 40px;
  margin-left: 35px;
}

.btn-01 {
  margin-top: 20px;
}


/* ボタン */

.kaiin-button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 130px;
  height: 35px;
  border-radius: 4px;
  background-color: #ffffff;
  color: #333333;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
  font-size: 10px;
  position: relative;
  margin-top: 10px;
  margin-left: 10px;
}

.kaiin-button-other {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 130px;
  height: 30px;
  border-radius: 4px;
  background-color: #cdf4f6;
  color: #333333;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
  font-size: 10px;
  position: relative;
  margin-top: 10px;
  margin-left: 10px;
}


.kaiin-button::after,
.kaiin-button-other::after,
.kaiin-button-02::after,
.kaiin-button-03::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 10px;
  transform: rotate(45deg) translateY(-50%);
  width: 6px;
  height: 6px;
  border-width: 1px 1px 0 0;
  border-style: solid;
  border-color: #555555;
}

.kaiin-button:hover,
.kaiin-button-other:hover,
.kaiin-button-02:hover,
.kaiin-button-03:hover {
  background-color: #e0a87c;
  color: #fff;
}

.schedule-link a:hover::after {
  border-color: #f2f2f2 #f2f2f2 transparent transparent;
}


.btn-02 {
  display: flex;
}


.btn-02-a {
  margin-top: 5px;

}

.kaiin-button-02 {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 140px;
  height: 35px;
  border-radius: 4px;
  background-color: #cdf4f6;
  color: #333333;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
  font-size: 12px;
  font-weight: bolder;
  position: relative;
  margin-top: 10px;
  margin-left: 20px;
}

.kaiin-button-03 {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 210px;
  height: 35px;
  border-radius: 4px;
  background-color: #ffffff;
  color: #333333;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
  font-size: 12px;
  position: relative;
  margin-top: 10px;
  margin-left: 20px;
}

/* 左のイメージ */

.mainimage {
  margin-top: 30px;
  width: 90%;
  margin-left: 5%;
}

/* 下段 */
.logo {
  width: 33%;
  margin-left: 60px;
}

.logo img {
  width: 100%;
  margin-top: 10px;
}


.contents {
  width: 67%;

}

.contents-item {
  padding: 10px;
  display: grid;
  grid-template-columns: repeat(auto-fit, 200px);
  width: 100%;
  column-gap: 25px;
  row-gap: 35px;
  justify-content: center;
}

.item-area {
  width: 200px;
}

/*hoverをしたらボックスに影がつき、上に上がる*/
.item-area:hover {
  top: -5px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}


.sm-digi img {
  width: 150px;
  margin-left: 25px;
}


.sm-digi:hover {
  background-color: #c39571;
  color: #fff;
}


@media screen and (max-width: 1200px) {

  /*1200pxからvw*/
  .top-title h1 {
    font-size: 1.667vw;
  }

  .unit-2 h2 {
    font-size: 1.667vw;
  }

  /*1200pxからvw無料会員他ボタン3つ*/

  .kaiin-button-02 {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 11.667vw;
    height: 2.917vw;
    border-radius: 0.333vw;
    background-color: #cdf4f6;
    color: #333333;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
    font-size: 1vw;
    font-weight: bolder;
    position: relative;
    margin-top: 0.833vw;
    margin-left: 1.667vw;
  }

  .kaiin-button-03 {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 17.5vw;
    height: 2.917vw;
    border-radius: 0.333vw;
    background-color: #ffffff;
    color: #333333;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
    font-size: 1vw;
    position: relative;
    margin-top: 0.833vw;
    margin-left: 1.667vw;
  }

}

@media screen and (max-width: 1000px) {
  .logo img {
    margin-top: 0;
  }

}