html {
  font-size: 62.5%;
  color: #222;
  scroll-behavior: smooth;
  letter-spacing: 1px;
  font-feature-settings: "palt";
}

p {
  margin: 0;
  font-size: 1.4rem;
  line-height: 2;
}

/*--------------------

cleaffix

--------------------*/

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  font-size: 0;
  clear: both;
  visibility: hidden;
}

input,
button,
textarea,
select {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

body {
  width: 100%;
  height: 100%;
  background-color: #fff;
  font-family: "Roboto", "Arial", "Hiragino Kaku Gothic ProN",
    "ヒラギノ角ゴ ProN W3", sans-serif, "ten-mincho-text", メイリオ, "Meiryo";
  position: relative;
  animation: fadeIn 2.2s ease 0s 1 normal;
  -webkit-animation: fadeIn 2.2s ease 0s 1 normal;
  margin: 0;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

ul,
ol,
li {
  list-style: none;
  padding: 0;
  margin: 0;
}

dl,
dt,
dd {
  padding: 0;
  margin: 0;
}

.pc_none {
  display: none;
}

@media screen and (max-width: 768px) {
  .pc_none {
    display: block;
  }
}

.sp_none {
  display: block;
}

@media screen and (max-width: 768px) {
  .sp_none {
    display: none;
  }
}

/* ----------------

コンテンツcssここから

----------------*/

.detail_fv_wrapper {
  width: 100%;
  padding-bottom: 120px;
}

.detail_fv_inner {
  width: 100%;
  max-width: 980px;
  padding: 0 20px;
  margin: 0 auto;
  padding-top: 140px;
  box-sizing: border-box;
}

@media screen and (max-width: 768px) {
  .detail_fv_inner {
    padding-top: 120px;
  }
}

.works_wrapper {
  background-color: #f9f9f9;
}

.works_ttl {
  font-size: 4.2rem;
  margin-bottom: 12px;
  text-align: center;
  font-weight: 600;
}

@media screen and (max-width: 768px) {
  .works_ttl {
    font-size: 3rem;
    margin-bottom: 4px;
    text-align: center;
    font-weight: 600;
    line-height: 4.4rem;
  }
}

.works_ttl_suptxt {
  font-size: 1.6rem;
  line-height: 1.7;
  display: inline-block;
  margin-top: 16px;
}

.works_roll {
  font-size: 1.4rem;
  font-weight: 100;
  text-align: center;
}

.works_main_img_wrapper {
  margin: 0 auto;
  max-width: 1280px;
  padding: 0 40px 40px 40px;
}

@media screen and (max-width: 768px) {
  .works_main_img_wrapper {
    padding: 0;
  }

  .works_main_img_wrapper + .detail_txt_wrapper {
    padding-top: 2px;
  }
}

.detail_works_wrapper {
  margin: 0 auto;
  padding: 54px 100px 80px 100px;
  background-color: #f9f9f9;
}

@media screen and (max-width: 768px) {
  .detail_works_wrapper {
    padding: 54px 0 80px 0;
  }
}

.works_main_img {
  margin-top: -120px;
  max-height: 800px;
  -moz-box-shadow: 0px 13px 22px -2px rgba(180, 180, 180, 0.2);
  -webkit-box-shadow: 0px 13px 22px -2px rgba(180, 180, 180, 0.2);
  -ms-box-shadow: 0px 13px 22px -2px rgba(180, 180, 180, 0.2);
  box-shadow: 0px 13px 22px -2px rgba(180, 180, 180, 0.2);
}

@media screen and (max-width: 768px) {
  .works_main_img {
    margin-bottom: 24px;
  }
}

.works_main_img > img {
  width: 100%;
}

@media screen and (max-width: 768px) {
  .works_main_img > img {
    height: 45vh;
    object-fit: cover;
  }
}

.works_thum_img_wrapper {
  /* max-width: 800px; */
  padding: 0;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .works_thum_img_wrapper {
    padding: 0 20px;
  }

  .detail_txt_wrapper > .works_thum_img_wrapper {
    padding: 0;
  }

  .works_thum_img_wrapper + p {
    margin-top: 24px;
  }
}

.works_thum_img_wrapper + p {
  margin-top: 32px;
}

@media screen and (max-width: 768px) {
  .works_thum_img_wrapper + p {
    margin-top: 24px;
  }
}

.thum_img_1col {
  width: 100%;
  margin: 0 auto;
}

.thum_img_1col > img {
  width: 100%;
  max-width: 940px;
  display: block;
  margin: 0 auto;
  padding: 24px 0;
}

@media screen and (max-width: 768px) {
  .thum_img_1col > img {
    margin: 8px 0;
    padding: 6px 0;
  }
}

.thum_img_2col {
  display: flex;
  flex-direction: row;
  margin: 12px 0;
}

@media screen and (max-width: 768px) {
  .thum_img_2col {
    flex-direction: column;
  }
}

.thum_img_2col > img {
  max-width: 388px;
  margin-right: 20px;
  margin-bottom: 20px;
  width: calc(50% - 20px * 1 / 2);
}

@media screen and (max-width: 768px) {
  .thum_img_2col > img {
    max-width: 100%;
    margin-bottom: 20px;
    width: 100%;
  }
}

.detail_txt_wrapper {
  /* max-width: 800px; */
  width: 100%;
  margin: 0 auto;
  padding: 0 58px 80px 58px;
  box-sizing: border-box;
}

@media screen and (max-width: 768px) {
  .detail_txt_wrapper {
    padding: 0 20px 80px 20px;
  }
}

.hdg_lv3_2 {
  font-size: 2.4rem;
  font-weight: 500;
  letter-spacing: 0.15rem;
  margin: 52px 0 30px 0;
  text-align: center;
  font-family: "Roboto", "Arial", "Hiragino Kaku Gothic ProN",
    "ヒラギノ角ゴ ProN W3", sans-serif, "ten-mincho-text", メイリオ, "Meiryo";
  line-height: 3.8rem;
}

@media screen and (max-width: 768px) {
  .hdg_lv3_2 {
    font-size: 2.2rem;
    font-weight: 600;
    letter-spacing: 0.15rem;
    margin: 40px 0 32px 0;
    text-align: justify;
    font-family: "Roboto", "Arial", "Hiragino Kaku Gothic ProN",
      "ヒラギノ角ゴ ProN W3", sans-serif, "ten-mincho-text", メイリオ, "Meiryo";
    line-height: 3.4rem;
  }
}

.detail_txt_wrapper > p {
  margin-bottom: 32px;
  font-size: 1.4rem;
  line-height: 2.2;
  color: #111;
  letter-spacing: 0.2rem;
  text-align: justify;
  font-family: "Roboto", "Arial", "Hiragino Kaku Gothic ProN",
    "ヒラギノ角ゴ ProN W3", sans-serif, "ten-mincho-text", メイリオ, "Meiryo";
  font-weight: lighter;
  max-width: 680px;
  margin: auto;
  margin-bottom: 32px;
}

@media screen and (max-width: 768px) {
  .detail_txt_wrapper > p {
    font-size: 1.3rem;
    margin-bottom: 24px;
  }
}

.detail_txt_wrapper > .list_notice {
  margin-bottom: 32px;
  font-size: 1.2rem;
  line-height: 2.2;
  color: #666;
  letter-spacing: 0.2rem;
  text-align: justify;
  font-family: "Roboto", "Arial", "Hiragino Kaku Gothic ProN",
    "ヒラギノ角ゴ ProN W3", sans-serif, "ten-mincho-text", メイリオ, "Meiryo";
  font-weight: lighter;
  max-width: 680px;
  margin: auto;
  margin-bottom: 32px;
}

@media screen and (max-width: 768px) {
  .detail_txt_wrapper > .list_notice {
    font-size: 1rem;
    margin-bottom: 24px;
  }
}

.list_notice > li {
  display: table;
}

.list_notice > li > .notice_mark {
  display: table-cell;
  padding-right: 8px;
}

.list_notice > li > .notice_txt {
  display: table-cell;
  line-height: 1.8rem;
}

.detail_txt_wrapper > .loanch_url {
  font-size: 1.2rem;
  letter-spacing: 0.1rem;
  word-wrap: break-word;
}

.detail_txt_wrapper > .loanch_url > span {
  font-weight: bold;
}

p.loanch_url {
  margin-bottom: 12px;
}

p.performance_url {
  font-size: 1.2rem;
  letter-spacing: 0.1rem;
}

.detail_txt_wrapper > .performance_url > span {
  font-weight: bold;
}

.hdg_lv4_1 {
  font-size: 1.8rem;
  font-weight: 600;
  margin: 64px 0 30px 0;
  padding-top: 32px;
  border-top: 1px solid #ccc;
  max-width: 680px;
  margin: auto;
  margin-top: 56px;
  margin-bottom: 32px;
}

.hdg_lv4_2 {
  font-size: 1.8rem;
  font-weight: 600;
  margin: 64px 0 30px 0;
  padding-top: 32px;
  max-width: 680px;
  margin: auto;
  margin-top: 32px;
  margin-bottom: 24px;
}

.list_credit {
  font-size: 1.2rem;
  font-family: "Arial", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3",
    sans-serif, "ten-mincho-text", メイリオ, "Meiryo";
  letter-spacing: 0.05rem;
  max-width: 680px;
  margin: auto;
  margin-top: 32px;
  margin-bottom: 32px;
  border-bottom: 1px solid #ccc;
  padding-bottom: 32px;
}

.list_credit > dt {
  float: left;
  font-weight: 600;
}

.list_credit > dd {
  margin-left: 96px;
  margin-bottom: 14px;
}

.list_dl {
  font-size: 1.4rem;
  font-family: "Arial", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3",
    sans-serif, "ten-mincho-text", メイリオ, "Meiryo";
  letter-spacing: 0.05rem;
  max-width: 680px;
  margin: auto;
  margin-top: 32px;
  border-top: 1px solid #ccc;
  padding-top: 32px;
  margin-bottom: 32px;
  border-bottom: 1px solid #ccc;
  padding-bottom: 32px;
}

.list_dl > dt {
  float: left;
  font-weight: 600;
}

.list_dl > dd {
  margin-left: 96px;
  margin-bottom: 14px;
  line-height: 1.7;
}
