@charset "UTF-8";

:root {
  --cloud-color-blue-1: #006dcc;
  --cloud-color-blue-2: #89d1ea;
  --cloud-color-blue-3: #edf6fb;
  --cloud-color-red-1: #d80c18;
  --cloud-color-yellow-1: #ffc953;
}

#container {
  background-color: transparent;
  overflow-x: hidden;
}

#row {
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-template-areas: "main";
  width: 100%;
  max-width: 100%;
  /* border-bottom: none; */
}

#content {
  max-width: 100%;
}

#content h2 {
  font-size: 2.25rem;
  font-weight: bold;
  margin-bottom: 1rem;
}

@media only screen and (max-width: 992px) {
  #row {
    padding: 0;
    margin: 0;
  }
}

main {
  padding: 0;
}

.piece {
  margin-bottom: 100px;
}

#siteBranding .pieceContainer,
#usageFee .pieceContainer,
#officialSite .pieceContainer,
#joken .pieceContainer {
  margin: 0 auto;
  max-width: var(--site-width);
}

/* .pieceBody {
  text-align: center;
} */

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

  #siteBranding .pieceContainer,
  #usageFee .pieceContainer,
  #officialSite .pieceContainer,
  #joken .pieceContainer {
    padding: 0 1rem;
  }
}

@media only screen and (max-width: 959px) {
  .piece {
    margin-bottom: 4rem;
  }
}

/* #siteBranding
---------------------------------------- */
#siteBranding {
  position: relative;
  background-color: var(--cloud-color-blue-3);
}

#siteBranding::after {
  content: "";
  background: url("/_themes/site/image/cloud/illust-keyvisua.png") right 0 bottom 0/570px no-repeat;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  right: 50%;
  transform: translateX(50%);
  bottom: -0.5rem;
  z-index: 0;
  max-width: 1660px;
}

#siteBranding .pieceContainer {
  padding: 5rem 0;
  z-index: 1;
  position: relative;
}

#siteBranding .pieceBody {
  width: 600px;
}

#siteBranding .pieceBody img {
  margin-bottom: 3rem;
}

#siteBranding p {
  font-weight: bold;
  margin-bottom: 0.5rem;
  font-size: 1.15rem;
  color: #000;
}

@media only screen and (min-width: 1231px) {
  #siteBranding .pieceBody {
    width: calc(100vw - 700px);
    min-width: 600px;
  }
}

@media only screen and (max-width: 1230px) {
  #siteBranding .pieceContainer {
    padding: 5rem 1rem;
  }

  #siteBranding .pieceBody {
    width: 60%;
  }

  #siteBranding::after {
    background-size: 40%;
  }
}

@media only screen and (max-width: 959px) {
  #siteBranding .pieceContainer {
    padding: 3rem 1rem 15rem;
  }

  #siteBranding::after {
    opacity: 0.3;
    background-size: 400px;
  }

  #siteBranding .pieceBody {
    width: 100%;
  }
}

@media only screen and (max-width: 559px) {
  #siteBranding .pieceContainer {
    padding: 3rem 1rem 10rem;
  }

  #siteBranding::after {
    opacity: 0.2;
    background-size: 300px;
  }

  #siteBranding .pieceBody img {
    margin-bottom: 2rem;
  }

  #siteBranding p {
    font-size: 1rem;
  }
}

/* usageFee 
-----------------------------------------*/
#usageFee .pieceBody {
  display: flex;
  align-items: center;
  padding-top: 90px;
  gap: 1rem;
}

#usageFee .usage-fee-title p {
  font-size: 1.15rem;
}

#usageFee .usage-fee-info {
  display: flex;
  gap: 1.5rem;
  justify-content: flex-end;
  text-align: center;
  flex-grow: 1;
}

#usageFee .fee-item {
  box-shadow: 0 0 5px #00000026;
  padding: 1.5rem;
  border-radius: 10px;
}

#usageFee .usage-fee-info .fee-title {
  margin-bottom: 1rem;
  font-weight: bold;
  font-size: 1.1rem;
  border-radius: 25px;
  padding-top: 3px;
}

#usageFee .usage-fee-info .initial .fee-title {
  background-color: var(--cloud-color-yellow-1);
}

#usageFee .usage-fee-info .monthly .fee-title {
  background-color: var(--cloud-color-blue-2);
}

#usageFee .usage-fee-info .value {
  font-size: 2.2rem;
  font-weight: bold;
  margin-bottom: 0;
  padding: 0 1.5rem;
}

#usageFee .usage-fee-info small {
  font-size: 1rem;
  padding-left: 5px;
  color: #666;
}

#usageFee .joken-title {
  font-weight: bold;
  font-size: 1.1rem;
}

@media only screen and (min-width: 1231px) {
  #usageFee .fee-item {
    padding: 1.5rem 2rem;
  }
}

@media only screen and (max-width: 959px) {
  #usageFee .pieceBody {
    flex-wrap: wrap;
    padding-top: 3rem;
  }

  #usageFee .usage-fee-info {
    justify-content: center;
  }

}

@media only screen and (max-width: 559px) {
  #usageFee .usage-fee-info {
    flex-wrap: wrap;
  }

  #usageFee .fee-item {
    flex-grow: 1;
  }
}

/* officialSite
----------------------------------------- */
#officialSite {
  padding: 4rem 0;
  margin-bottom: 0;
  background-color: var(--cloud-color-blue-3);
}

#officialSite .pieceBody {
  display: flex;
  gap: 24px;
  flex-wrap: nowrap;
}

#officialSite .pieceBody .site-block1 {
  flex: 1 1 100%;
}

#officialSite .pieceBody .site-block2 {
  flex: 1 1 auto;
}

/* joken
----------------------------------------- */
#joken {
  padding: 4rem 0;
  margin-bottom: 0;
}

#joken h2 {
  font-size: 1.7rem;
}

#joken ul {
  margin-left: 1.5rem;
  gap: 0 1rem;
}

#joken ul li {
  list-style-image: url("/_themes/site/image/circle.svg");
  flex-basis: calc(50% - 0.5rem);
  margin-bottom: 0.8rem;
}

#joken ul li::marker {
  padding-bottom: 5px;
}

.more-btn>div {
  flex-grow: 1;
}

#joken .more-btn {
  display: flex;
  gap: 0 2rem;
  justify-content: center;
}

#joken a {
  display: block;
  width: 100%;
  margin: 2rem auto 0;
  text-align: center;
  padding: 10px 20px;
  background-color: var(--cloud-color-blue-1);
  font-weight: bold;
  font-size: 1.5rem;
  color: #fff;
  border-radius: 5px;
  transition: 0.3s;
}

#joken .register-btn a {
  background-color: var(--cloud-color-red-1);
}

#joken a:hover {
  box-shadow: none;
}

@media only screen and (max-width: 959px) {
  #joken {
    padding: 2rem 0 6rem;
  }

  #joken ul {
    column-count: 1;
  }

  #joken .more-btn {
    flex-wrap: wrap;
  }

  .more-btn>div {
    min-width: 250px;
  }

  #joken a {
    margin-top: 1rem;
  }
}

#pageTop {
  margin-bottom: 0;
}