@charset "UTF-8";
/*! このファイルを変更する場合は「.scss」から変更して下さい */
/*! 「.scss」ファイルがつかえない場合はcustom.cssを変更する */
/* ボタンカラー */
/* フォント系 */
/*
	Noto Sans使用する場合
	'Noto Sans JP', 'Open Sans', Verdana, Roboto, 'Droid Sans'
*/
/*! このファイルを変更する場合は「.scss」から変更して下さい */
/*! 「.scss」ファイルがつかえない場合はcustom.cssを変更する */
.section__title {
  position: relative;
  border-top: 7px solid #535050;
  z-index: 100;
}
.section__title .title__title {
  position: absolute;
  left: 0;
  top: -7px;
  max-width: 70%;
}
.section__title .title__en {
  position: absolute;
  right: 8%;
  top: 10px;
  color: #535050;
  font-size: 30rem;
  font-family: "Times New Roman", serif;
  letter-spacing: .1em;
  line-height: 1;
  text-align: right;
  white-space: nowrap;
}

#mainvisual {
  width: 100%;
  height: 100vh;
  min-height: 640px;
  background: url(../images/top/main_bg.jpg) no-repeat center bottom;
  background-size: cover;
  color: #fff;
  text-align: center;
}
#mainvisual .main__title {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 641px;
  height: 246px;
  margin: auto;
  visibility: hidden;
}
#mainvisual .main__pic {
  position: absolute;
  left: 53%;
  top: 59%;
  visibility: hidden;
}

#project {
  padding-bottom: 160px;
  background: url(../images/top/project_bg.jpg) no-repeat center top;
  background-size: cover;
  color: #fff;
}
#project .section__title .title__title {
  visibility: hidden;
}
#project .section__title .title__en {
  visibility: hidden;
}
#project .project__title {
  padding: 26% 0 20%;
  text-align: center;
}
#project .project__subtitle {
  margin-bottom: 100px;
  padding-bottom: 20px;
  border-bottom: 3px solid #fff;
  color: #D5B200;
  font-size: 36rem;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  letter-spacing: .1em;
  line-height: 1.4;
}
#project .project__text {
  margin-bottom: 2.8em;
  font-size: 24rem;
  letter-spacing: .03em;
  line-height: 2.6;
}
#project .project__text em {
  display: inline-block;
  color: #D5B200;
  font-size: 30rem;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  letter-spacing: 0;
  line-height: 1.6;
}
#project .project__pic {
  justify-content: space-around;
  line-height: 1;
}
#project .project__pic > div {
  max-width: 48%;
}

#car {
  padding-bottom: 180px;
  background: url(../images/top/car_bg.jpg) no-repeat center top;
  background-size: cover;
}
#car .car__pic01 {
  position: relative;
  margin: 26% 0 120px;
  text-align: center;
}
#car .car__pic01 .pic__title {
  position: absolute;
  left: 4%;
  bottom: 0;
}
#car .car__pic02 {
  width: calc(100% + 80px);
  margin: 120px -40px 120px;
}
#car .car__movie {
  margin-top: 100px;
  height: 545px;
}
#car .car__movie iframe {
  width: 100%;
  max-width: 100%;
  max-height: 100%;
  border: none;
}
#car .car__movie video {
  width: 100%;
}

#progress {
  padding-bottom: 170px;
  background-color: #DCDDDD;
  overflow: hidden;
}
#progress .container {
  max-height: 1280px;
  overflow-y: scroll;
  padding: 0 30px 20px 0;
}
#progress .section__title {
  margin-bottom: 260px;
}
#progress .progress__block {
  margin-bottom: 120px;
  background-color: #fff;
  box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.3);
  color: #000;
  text-decoration: none;
}
#progress .progress__block:last-of-type {
  margin-bottom: 0;
}
#progress .progress__block:hover {
  opacity: .7;
}
#progress .progress__block .block__eyecatch {
  width: 514px;
  max-width: 53.26%;
  overflow: hidden;
}
#progress .progress__block .block__body {
  width: 489px;
  max-width: 46.84%;
  overflow: hidden;
}
#progress .progress__block .block__body .body__date {
  padding: 10px 30px 5px;
  font-size: 28rem;
  font-family: "Times New Roman", serif;
  letter-spacing: .1em;
  line-height: 1.5;
  text-align: right;
}
#progress .progress__block .block__body .body__title {
  padding: 10px 10px;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  font-size: 30rem;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  line-height: 1.4;
  text-align: left;
}
#progress .progress__block .block__body .body__text {
  padding: 20px 30px;
  line-height: 1.8;
}
#progress .progress__block .block__body .body__text p {
  margin-bottom: 0;
}

#diary {
  background-color: #DCDDDD;
  overflow: hidden;
}
#diary .container {
  width: 100%;
  max-width: 1240px;
  padding: 0 20px;
}
#diary .qrcode {
  width: 100%;
  padding-bottom: 100px;
  margin: 0 auto;
  text-align: right;
}
#diary .qrcode .qrimg {
  width: 100px;
  padding-bottom: 15xp;
}
#diary .qrcode .QR01 {
  line-height: 100px;
}
#diary .qrcode .QR01 .hyouji {
  margin-right: 12px;
}
#diary .section__title {
  margin-bottom: 150px;
}
#diary .diary__list {
  justify-content: flex-start;
}
#diary .diary__block {
  position: relative;
  width: 31.5%;
  margin: 0 2.62% 100px 0;
  padding: 28px 28px 20px;
  background-color: #fff;
  box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.3);
}
#diary .diary__block:nth-of-type(3n) {
  margin-right: 0;
}
#diary .diary__block:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: -40px;
  display: block;
  width: 58px;
  height: 66px;
  margin: 0 auto;
  background: url(../images/top/diary_bg.png) no-repeat;
  background-size: 100%;
}
#diary .diary__block a {
  display: block;
  color: #000;
  text-decoration: none;
}
#diary .diary__block a:hover {
  opacity: .7;
}
#diary .diary__block .block__date {
  padding: 15px 0 10px;
  border-bottom: 1px solid #000;
  font-size: 18rem;
  font-family: "Times New Roman", serif;
  letter-spacing: .1em;
}
#diary .diary__block .block__title {
  padding: 15px 0 0;
  font-size: 22rem;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .section__title {
    border-top-width: 3px;
  }
  .section__title .title__title {
    top: -3px;
    max-width: 70%;
  }
  .section__title .title__en {
    right: 4%;
    top: 10px;
    font-size: 23rem;
  }

  #mainvisual {
    height: auto;
    min-height: 320px;
  }
  #mainvisual .main__title {
    position: relative;
    padding: 50vw 0 0;
    width: 100%;
    height: auto;
    margin: 0;
    text-align: center;
  }
  #mainvisual .main__title img {
    width: 90%;
    height: auto;
  }
  #mainvisual .main__pic {
    position: relative;
    left: 0;
    top: 0;
    width: 91%;
    margin: 0 auto;
    padding-bottom: 30vw;
  }
  #mainvisual .main__pic img {
    width: 100%;
  }

  #project {
    padding-bottom: 40px;
  }
  #project .project__title {
    width: 111%;
    margin: 0 -5.5%;
    padding: 26% 0 18%;
  }
  #project .project__title img {
    height: auto;
  }
  #project .project__subtitle {
    margin-bottom: 30px;
    padding-bottom: 10px;
    font-size: 24rem;
  }
  #project .project__text {
    margin-bottom: 2.8em;
    font-size: 16rem;
    line-height: 2.6;
  }
  #project .project__text em {
    font-size: 20rem;
  }
  #project .project__pic > div {
    max-width: 100%;
    width: 100%;
    margin-bottom: 10px;
  }
  #project .project__pic > div:last-of-type {
    margin-bottom: 0;
  }

  #car {
    padding-bottom: 40px;
  }
  #car .car__pic01 {
    margin: 26% 0 40px;
  }
  #car .car__pic01 .pic__title {
    left: 0;
    bottom: 0;
    max-width: 30%;
  }
  #car .car__pic01 .pic__title img {
    height: auto;
  }
  #car .car__pic02 {
    width: 100%;
    margin: 40px 0 40px;
  }
  #car .car__pic02 > div {
    width: 80%;
    margin: 0 auto;
  }
  #car .car__pic02 > div + div {
    margin-top: 30px;
  }
  #car .car__column {
    padding: 20px 20px;
    background-color: #4C4948;
    color: #fff;
  }
  #car .car__movie {
    margin-top: 40px;
    height: auto;
  }

  #progress {
    padding-bottom: 30px;
  }
  #progress .container {
    padding: 0 20px 20px 20px;
  }
  #progress .section__title {
    margin-bottom: 20%;
  }
  #progress .progress__block {
    margin-bottom: 30px;
  }
  #progress .progress__block a:hover {
    opacity: 1;
  }
  #progress .progress__block .block__eyecatch {
    width: 100%;
    max-width: 100%;
  }
  #progress .progress__block .block__eyecatch img {
    width: 100%;
    height: auto;
  }
  #progress .progress__block .block__body {
    width: 100%;
    max-width: 100%;
  }
  #progress .progress__block .block__body .body__date {
    padding: 10px 20px;
    font-size: 14rem;
    text-align: right;
  }
  #progress .progress__block .block__body .body__title {
    padding: 10px 10px;
    font-size: 20rem;
  }
  #progress .progress__block .block__body .body__text {
    padding: 15px 20px;
  }

  #diary {
    padding-bottom: 20px;
  }
  #diary .section__title {
    margin-bottom: 20%;
  }
  #diary .diary__list {
    justify-content: space-between;
  }
  #diary .diary__block {
    width: 48%;
    margin: 0 0 30px 0;
    padding: 15px 10px 10px;
    box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.3);
  }
  #diary .diary__block:before {
    top: -20px;
    width: 29px;
    height: 33px;
  }
  #diary .diary__block a:hover {
    opacity: 1;
  }
  #diary .diary__block .block__date {
    padding: 10px 0 5px;
    font-size: 12rem;
  }
  #diary .diary__block .block__title {
    padding: 10px 0 0;
    font-size: 14rem;
  }
}
@media screen and (max-width: 320px) {
  .section__title .title__en {
    font-size: 21rem;
  }
}
