@charset "utf-8";

/** ***************************************************************************
 * 共用
 * ************************************************************************* */

#main {
  padding-bottom: 60px;
}

#main :where(.section) ~ :where(.section) {
  margin-top: 60px;
}

#main :where(.column) ~ :where(.column) {
  margin-top: 30px;
}

@media screen and (min-width:768px) {

  #main {
    padding-bottom: 120px;
  }

  #main :where(.section) ~ :where(.section) {
    margin-top: 120px;
  }

  #main :where(.column) ~ :where(.column) {
    margin-top: 60px;
  }

}

/** ***************************************************************************
 * 紹介文
 * ************************************************************************* */

#lead {
  padding-top: 40px;
}

@media screen and (min-width:768px) {

  #lead {
    padding-top: 80px;
  }

}

/**
 * タイトル
 */

#lead .section-title {
  margin-bottom: 40px;
  line-height: 3;
  font-size: 0.75em;
  text-align: center;
}

@media screen and (min-width:768px) {

  #lead .section-title {
    margin-bottom: 80px;
  }

}

/**
 * 内容
 */

#lead div.content .catchcopy {
  width: 100%;
  margin-bottom: 3em;
  letter-spacing: 2px;
  line-height: 2.5;
  font-size: 1.25em;
  text-orientation: upright;
  writing-mode: vertical-rl;
  display: flex;
  align-items: center;
  justify-content: center;
}

#lead div.content .logo {
  padding-left: 20%;
  padding-right: 20%;
  text-align: center;
}

#lead div.content .text {
  line-height: 2.5;
  font-weight: 300;
  text-align: center;
}

#lead div.content .text em {
  line-height: 1.3;
  font-size: 1.375em;
}

@media screen and (min-width:768px) {

  #lead div.content {
    line-height: 3;
  }

}

/** ***************************************************************************
 * HAMMONS
 * ************************************************************************* */

/**
 * ビジュアル
 */

#hammons div.visual {
  max-width: none;
  width: 100vw;
  height: 50vw;
  margin-bottom: 40px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  z-index: 1;
  left: calc(50% - 50vw);
}

#hammons div.visual div.caption {
  padding: 3px 7px 4px;
  color: #fff;
  line-height: 1;
  background-color: rgba(0, 0, 0, 0.6);
  position: absolute;
  z-index: 1;
  right: 0;
  bottom: 0;
}

#hammons div.visual img {
  width: 100%;
}

@media screen and (min-width:768px) {

  #hammons div.visual {
    height: 34vw;
    margin-bottom: 80px;
  }

}

/**
 * 紹介文
 */

/* 内容 */

#hammons div.lead div.content {
  line-height: 2;
  text-align: center;
}

#hammons div.lead div.content em {
  font-size: 1.143em;
  font-weight: 500;
}

@media screen and (min-width:768px) {

  #hammons div.lead div.content {
    line-height: 2.5;
    font-size: 0.875em;
  }

}

/* 画像 */

#hammons div.lead div.image {
  text-align: center;
}

/**
 * HAMMONSの3つのコード
 */

#hammons-chord {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  padding: 30px 15px 40px;
  border: 1px solid #999;
}

@media screen and (min-width:768px) {

  #hammons-chord {
    padding: 80px 5%;
  }

}

/* タイトル */

#hammons-chord .column-title {
  margin-bottom: 1em;
  font-size: 1.375em;
  font-weight: 500;
  text-align: center;
}

@media screen and (min-width:768px) {

  #hammons-chord .column-title {
    margin-bottom: 2em;
    font-size: 1.75em;
  }

}

/* 画像 */

#hammons-chord div.image {
  text-align: center;
}

/* 内容 */

#hammons-chord div.content {
  margin-top: 20px;
  line-height: 2;
}

@media screen and (min-width:768px) {

  #hammons-chord div.content {
    margin-top: 40px;
    line-height: 2.5;
    text-align: center;
  }

}
