@charset "UTF-8";
/*テスト公開時には、画像のパスを「/22ss／drynamic/img/」から「/22ss-demo／drynamic/img/」に置換*/
/*本番公開時には、画像のパスを「/22ss-demo／drynamic/img/」から「../img」に置換*/
@import url("https://fonts.googleapis.com/css2?family=Source+Sans+Pro:wght@300;400&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Source+Sans+Pro:wght@200&display=swap");
a:active {
  color: #2A2A2A;
}

p {
  margin: 0;
}

/* フォントimport */
/* Source Sans Pro */
.f-ssp {
  font-weight: 300;
  font-family: "Source Sans Pro", sans-serif;
}

.f-ssp-r {
  font-weight: 400;
  font-family: "Source Sans Pro", sans-serif;
}

sup {
  position: relative;
  font-size: 50%;
  line-height: 0;
  vertical-align: baseline;
  top: -0.5em;
}

.drynamic-notice {
  background: #81B1FF;
  padding: 10px;
  font-size: 20px;
  font-weight: 500;
  text-align: center;
  color: #fff;
}

/* メインビジュアル */
.mv__inner {
  color: #fff;
  background-image: url("../img/drynamic_mv_pc.jpg");
  padding-top: initial;
  min-height: 500px;
}

.mv-series sup {
  font-size: 80%;
  top: -0.2em;
}

@media screen and (min-width: 1281px) {
  .mv__inner {
    background-position-y: top;
  }
}
@media screen and (max-width: 1280px) {
  .mv__inner {
    background-position-y: initial;
    padding-top: 39%;
    min-height: auto;
  }
}
@media screen and (max-width: 767px) {
.drynamic-notice {
  padding: 5px;
  font-size: 16px;
}
  .mv__inner {
    background-image: url("../img/drynamic_mv_sp.jpg");
    padding-top: initial;
    min-height: 500px;
  }

  .mv-series sup {
    font-size: 80%;
    top: -0.1em;
  }
}
/* ページコピー */
.copy .f-uni {
  display: inline-block;
  position: relative;
}

.copy sup {
  font-size: 80%;
  top: -0.1em;
}

.copy .f-ssp {
  letter-spacing: 0;
  margin-left: 10px;
}

@media screen and (max-width: 930px) {
  .copy-ttl .pc_none {
    display: block !important;
  }
}
/*アイテムリスト*/
.drynamic .item-list .item-box {
  border: 0;
}

.drynamic .item-list .list-item {
  width: 50%;
  border: 0;
}

.drynamic .item-list .item-img {
  padding: 0;
}

.item-list .list-item a {
  padding-bottom: 0;
}

.drynamic .item-list .link-btn {
  margin: 50px 0;
}

@media screen and (max-width: 767px) {
  .drynamic .item-list {
    max-width: 100%;
  }

  .drynamic .item-list .item-catch {
    font-size: 12px;
    letter-spacing: 0;
  }

  .drynamic .item-list .item-gendar {
    font-size: 32px;
    letter-spacing: 1px;
  }

  .drynamic .item-list .item-img {
    padding: 10px 0;
  }

  .drynamic .item-list .link-btn {
    margin: 40px 0;
  }
}
/*sec00*/
.sec00 .sec00-bg__wrap {
  width: 600px;
  width: 600px;
  margin: 0 auto;
  position: relative;
}
.sec00-bg {
  margin-bottom: 50px;
  min-height: 700px;
}
.sec00 .sec00-bg {
  background: url("../img/sec00_bg.jpg") no-repeat;
  background-size: cover;
  background-position: center center;
  overflow: hidden;
}
.sec00 .txt-box {
  text-align: left;
  padding: 0;
}
.sec00 .ttl {
  font-weight: 700;
  text-align: left;
  line-height: 1.4;
  padding-top: 100px;
  font-size: 4rem;
  font-size: 40px;
  letter-spacing: 3px;
  color: #fff;
}
.sec00 .txt {
  color: #fff;
  padding-top: 40px;
  font-size: 25px;
  line-height: 1.8;
  font-weight: 400;
}
.sec00 .txt span {
  border-bottom: 1px solid #fff;
}
@media screen and (max-width: 1030px) {
  .sec00 .sec00-bg {
    background-position: center right 20%;
  }
  .sec00 .sec00-bg__wrap {
    width: 100%;
    max-width: 100%;
    padding: 0 15px;
  }
  .sec00 .txt-box {
    text-align: left;
    padding:0 0 0 40px;
  }
  .sec00 .ttl {
    padding-top: 60px;
  }
  .sec00 .txt {
    padding-top: 20px;
  }
}
@media screen and (max-width: 767px) {
  .sec00 .sec00-bg {
    background: none;
    min-height: initial;
  }
  .sec00 .txt-box {
    padding: 0;
  }
  .sec00 .ttl {
    font-size: 2.2rem;
    line-height: 1.4;
    padding-top: 20px;
    margin-bottom: 20px;
    color: #000;
    text-align: center;
  }
  .sec00 .txt {
    font-size: 1.4rem;
    text-align: left;
    padding: 0;
    margin-bottom: 20px;
    color: #000;
  }
}
/* sec01 */
.sec01 {
  margin-top: 100px;
}

.sec01 .sec01-box {
  margin: 40px auto 50px;
  text-align: center;
}

.sec01 sup {
  top: -0.8em;
}

.sec01 .ttl {
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 20px;
  font-size: 3rem;
  letter-spacing: 3px;
}

.sec01 .txt {
  font-size: 1.5rem;
  margin-bottom: 20px;
}

.sec01 .note {
  text-align: right;
  margin-top: -10px;
}

@media screen and (max-width: 767px) {
  .sec01 {
    margin-top: 30px;
  }

  .sec01 .sec01-box {
    margin: 10px auto 40px;
  }

  .sec01 .ttl {
    font-size: 2.2rem;
    line-height: 1.4;
    padding-top: 20px;
    margin-bottom: 20px;
    text-align: center;
  }

  .sec01 .txt {
    font-size: 1.4rem;
    text-align: left;
  }

  .sec01 .note {
    margin-top: 5px;
    font-size: 12px;
  }
}
/*sec02*/
.sec02 .sec02-bg__wrap {
  width: 1000px;
  max-width: 1000px;
  margin: 0 auto;
  position: relative;
  display: flex;
  justify-content: center;
}

.sec02-02-bg {
  margin-bottom: 50px;
}

.sec02 .sec02-02-bg {
  background: url("../img/sec02_02.jpg") no-repeat;
  background-size: cover;
  background-position: center top;
  overflow: hidden;
}

.sec02 .sec02-03-bg {
  background: url("../img/sec02_03.jpg") no-repeat;
  background-size: cover;
  background-position: center top;
  overflow: hidden;
}

.sec02 .ttl {
  font-weight: 700;
  text-align: center;
  line-height: 1.4;
  margin-bottom: 30px;
  font-size: 3rem;
  letter-spacing: 3px;
  color: #fff;
}

.sec02 .txt-box {
  text-align: center;
}

.sec02 .reverse-list__txt {
  color: #000;
  padding: 0;
  margin-bottom: 30px;
}

.sec02 .sec02-02-bg .txt-box {
  padding: 8% 0;
  width: 40%;
}

.sec02 .txt {
  margin-bottom: 50px;
  color: #fff;
  font-weight: 400;
}

.sec02 .sec02-03-bg .txt-box {
  padding: 10% 0;
  width: 48%;
  color: #000 !important;
}

.sec02 .sec02-03-bg .ttl {
  color: #000 !important;
}

.sec02 .sec02-03-bg .txt {
  color: #000 !important;
}

.sec02 .arrow-box {
  font-size: 25px;
  font-weight: 700;
  padding: 5px 0;
  background-color: rgba(243, 243, 243, 0.75);
  position: relative;
  margin-bottom: 40px;
}

.sec02 .arrow-box::after {
  content: "";
  position: absolute;
  top: 120%;
  left: 50%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-top: 15px solid #fff;
}

.sec02 .arrow-box-fin {
  color: #000;
  font-size: 45px;
  font-weight: 700;
  padding: 8px 0;
  background-color: rgba(243, 243, 243, 0.75);
}

.sec02 .svg_img {
  max-width: 300px;
  margin: 0 auto;
}

@media screen and (max-width: 1030px) {
  .sec02 .sec02-bg__wrap {
    width: 100%;
    max-width: 100%;
    padding: 0 15px;
  }

  .sec02 .txt-box {
    padding: 20% 0;
  }
}
@media screen and (max-width: 767px) {
  .sec02 .sec02-02-bg {
    margin-bottom: 40px;
  }

  .sec02-02-bg .sec02-bg__wrap {
    background-color: #EFEFEF;
    padding-bottom: 10px;
  }

  .sec02 .sec02-02-bg {
    background: initial;
  }

  .sec02 .sec02-03-bg {
    background: initial;
  }

  .sec02 .sec02-02-bg .txt-box {
    width: 100%;
    padding: 0 0 20px;
  }

  .sec02 .sec02-03-bg .txt-box {
    width: 100%;
    padding: 0 0 20px;
  }

  .sec02 .reverse-list__txt {
    color: #000;
    padding: 0;
    margin-bottom: 30px;
  }

  .sec02 .ttl {
    font-size: 2.2rem;
    line-height: 1.4;
    padding-top: 20px;
    margin-bottom: 20px;
    color: #000;
  }

  .sec02 .txt {
    font-size: 1.4rem;
    text-align: left;
    margin-bottom: 20px;
    color: #000;
  }

  .sec02 .arrow-box {
    max-width: 80%;
    font-size: 15px;
    margin: 0 auto 30px;
    background-color: #cdcdcd;
  }

  .sec02 .arrow-box::after {
    content: "";
    position: absolute;
    top: 120%;
    left: 50%;
    margin-left: -10px;
    border: 10px solid transparent;
    border-top: 10px solid #7A7A7A;
  }

  .sec02 .arrow-box-fin {
    max-width: 80%;
    font-size: 25px;
    margin: 0 auto;
    background-color: #cdcdcd;
  }

  .sec02 .svg_img {
    padding: 15px;
  }
}
/*sec03*/
.sec03 {
  margin-top: 120px;
}

.sec03 .ttl {
  font-weight: 700;
  text-align: center;
  line-height: 1.4;
  margin-bottom: 30px;
  font-size: 3rem;
  letter-spacing: 3px;
}

.sec03 .link-btn {
  margin: 50px 0;
}

.sec03 .item-box {
  border: 0;
}

.sec03 .list-item {
  width: 50%;
  line-height: 1.4;
  position: relative;
}

.sec03 .ink-btn {
  margin: 40px 0;
}

.sec03 .list-item-mesh .item-txt {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 40px 20px;
  text-align: center;
  background: rgba(251, 25, 27, 0.6);
}

.sec03 .list-item-through .item-txt {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 40px 20px;
  text-align: center;
  background: rgba(16, 38, 132, 0.6);
}

.item-txt__wrap {
  display: flex;
  flex-wrap: wrap;
  color: #fff;
}

@media screen and (max-width: 767px) {
  .sec03 .list-item-mesh .item-txt {
    padding: 10px;
  }

  .sec03 .list-item-through .item-txt {
    padding: 10px;
  }

  .sec03 {
    margin-top: 30px;
  }

  .sec03 .ttl {
    font-size: 2.2rem;
    line-height: 1.4;
    padding: 20px 0 20px;
    margin: 0 15px 0;
    margin-bottom: 0;
    background-color: #EFEFEF;
  }

  .sec03 .item-catch {
    font-size: 12px;
    letter-spacing: 0;
  }

  .sec03 .item-gendar {
    font-size: 32px;
    letter-spacing: 1px;
  }

  .sec03 .item-img {
    padding: 40px 0 20px;
    overflow: hidden;
  }

  .sec03 .item-img img {
    transform: scale(1.4);
  }

  .sec03 .item-txt {
    padding: 15px 0;
  }

  .sec03 .link-btn {
    margin: 40px 0;
  }
}
/*product-list*/
.faq {
  margin-top: 100px;
}

.faq .ttl {
  font-weight: 700;
  text-align: center;
  line-height: 1.4;
  margin-bottom: 30px;
  font-size: 3rem;
  letter-spacing: 3px;
}

.faq dl {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 50px;
}

.faq dt {
  width: 50%;
  font-weight: 700;
  padding-left: 2.6rem;
  padding-right: 10%;
}

.faq dt::before {
  content: "Q";
  font-size: 1.6rem;
  margin: 0 1em 0 -2.6rem;
}

.faq dd::before {
  content: "A";
  font-size: 1.6rem;
  font-weight: 700;
  margin: 0 1em 0 -2.6rem;
}

.faq dd {
  width: 50%;
}

.faq dl span {
  font-size: 18px;
}

.dl-notice {
  text-align: right;
  color: #ff0718;
  margin-bottom: 40px;
}

@media screen and (max-width: 767px) {
  .faq {
    margin-top: 50px;
  }

  .faq .ttl {
    font-size: 2.2rem;
    line-height: 1.4;
    padding-top: 20px;
    margin-bottom: 20px;
  }

  .faq dl {
    margin-bottom: 30px;
  }

  .faq dt {
    width: 100%;
    margin-bottom: 10px;
  }

  .faq dd {
    width: 100%;
    padding-left: 2.6rem;
  }
}
/*caution*/
.caution .inner {
  font-size: 11px;
  background: #EEE;
  padding: 30px;
}

.caution .text-center {
  text-align: center;
  margin-bottom: 10px;
  font-weight: 700;
}

@media screen and (max-width: 767px) {
  .caution {
    padding: 0 15px;
  }

  .caution .inner {
    padding: 25px 30px;
  }
}