html {
  overflow-x: hidden;
}

@media screen and (max-width: 640px) {
  .c5-pcOnly {
    display: contents;
  }
}

@media screen and (max-width: 640px) {
  .c5-sp-auto-phrase {
    word-break: auto-phrase;
  }
}

.c5-bg--black {
  background-color: #000;
}
.c5-bg--white {
  background-color: #fff;
}
.c5-bg--white .s5-supportLinks {
  margin-top: 0;
  padding-top: 100px;
}
.c5-bg--white .s5-toSitemapV2 {
  margin-bottom: 0;
  padding-bottom: 50px;
}
.c5-bg--shadow {
  background-image: linear-gradient(to top, #000, #000 20px, rgba(0, 0, 0, 0) 480px);
  background-repeat: no-repeat;
}

.c5-gradationBox-a {
  padding: 60px 30px 50px;
  border-radius: 5px;
  background-image: linear-gradient(to bottom, #272727 0%, #0B0B0B 100%);
}
@media screen and (max-width: 640px) {
  .c5-gradationBox-a {
    padding: 30px 29px;
  }
}

.c5-inner--900 {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.c5-grid-col2-a {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
@media screen and (max-width: 640px) {
  .c5-grid-col2-a--sp-1col {
    grid-template-columns: 1fr;
  }
}

.c5-productsGrid {
  max-width: 954px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-column-gap: 5.4%;
}
@media screen and (max-width: 768px) {
  .c5-productsGrid {
    grid-template-columns: 1fr;
    row-gap: 20px;
  }
}
.c5-productsGrid img {
  vertical-align: top;
  max-width: 100%;
}
.c5-productsGrid__subgrid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: subgrid;
  grid-row: span 3;
}
.c5-productsGrid__subgrid__head {
  grid-column: span 2;
  text-align: center;
  margin-bottom: 60px;
}
.c5-productsGrid__subgrid__head h4 {
  font-size: 26px;
  font-weight: normal;
  margin-bottom: 18px;
}
.c5-productsGrid__subgrid__head p {
  font-size: 16px;
  margin-top: 0;
  margin-bottom: 0;
}
@media screen and (max-width: 640px) {
  .c5-productsGrid__subgrid__head {
    margin-bottom: 20px;
  }
  .c5-productsGrid__subgrid__head h4 {
    font-size: 20px;
    margin-bottom: 10px;
  }
}
.c5-productsGrid__item {
  text-align: center;
  justify-content: center;
}
.c5-productsGrid__item h4 {
  margin-top: -41px;
  font-weight: normal;
  margin-bottom: 10px;
}
@media screen and (max-width: 980px) {
  .c5-productsGrid__item h4 {
    margin-top: -18px;
  }
}
@media screen and (max-width: 768px) {
  .c5-productsGrid__item h4 {
    margin-top: clamp(-62px, 10px - 9.38vw, -20px);
  }
}
.c5-productsGrid__item span {
  display: block;
  margin-bottom: 15px;
  font-size: 13px;
}
.c5-productsGrid__item a {
  margin-top: 40px;
}

.c5-grid-col3-a {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
}
@media screen and (max-width: 640px) {
  .c5-grid-col3-a {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}

.c5-grid-3points {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 10px;
  width: 100%;
  max-width: 536px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 45px;
}
@media screen and (max-width: 640px) {
  .c5-grid-3points {
    gap: 6px;
    margin-top: 30px;
  }
}
.c5-grid-3points div {
  box-sizing: border-box;
  height: 66px;
  background-color: #000;
  border: solid 1px #BBBBBB;
  border-radius: 33px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: 16px;
  line-height: 1.25;
  color: #fff;
}
@media screen and (max-width: 640px) {
  .c5-grid-3points div {
    height: 38px;
    border-radius: 19px;
    font-size: 11px;
  }
}
@media screen and (max-width: 420px) {
  .c5-grid-3points div {
    height: 9vw;
    border-radius: 4.5vw;
    font-size: 2.4vw;
  }
}

.c5-grid-col5-a {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(170px, 1fr));
  grid-template-rows: auto auto;
  gap: 30px 40px;
  max-width: 1046px;
  margin-inline: auto;
}
.c5-grid-col5-a__item {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: subgrid;
  grid-row: span 2;
  align-items: start;
  grid-row-gap: 0;
}
.c5-grid-col5-a__item h5 {
  text-align: center;
  margin-bottom: 20px;
  font-size: 14px;
  font-weight: bold;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  height: 100%;
  line-height: 1.57;
  word-break: keep-all;
}
@media screen and (max-width: 640px) {
  .c5-grid-col5-a__item h5 {
    margin-bottom: 15px;
    font-size: 16px;
    display: inline;
  }
}
.c5-grid-col5-a__item p {
  font-size: 14px;
  margin-top: 0;
  margin-bottom: 0;
}
.c5-grid-col5-a__item .s5-general--mb30 {
  margin-top: 5px;
  margin-bottom: 0 !important;
}

.c5-gap--col-6 {
  grid-column-gap: 6px;
}
.c5-gap--col-10 {
  grid-column-gap: 10px;
}
.c5-gap--col-24 {
  grid-column-gap: 24px;
}
.c5-gap--col-48 {
  grid-column-gap: 48px;
}
.c5-gap--col-42p {
  grid-column-gap: 4.6%;
}
.c5-gap--row-20 {
  grid-row-gap: 20px;
}
.c5-gap--row-60 {
  grid-row-gap: 60px;
}
.c5-gap--row-80 {
  grid-row-gap: 80px;
}

.c5-imgWithCaption-a {
  display: grid;
  grid-template-rows: subgrid;
  text-align: center;
}
.c5-imgWithCaption-a img {
  vertical-align: top;
  max-width: 100%;
}
.c5-imgWithCaption-a p {
  margin-top: 10px;
}
@media screen and (max-width: 640px) {
  .c5-imgWithCaption-a p {
    font-size: 12px;
  }
}

.c5-textBlock-a {
  text-align: center;
}
.c5-textBlock-a .s5-heading4 {
  margin-bottom: 15px;
}
.c5-textBlock-a p {
  line-height: 1.57;
}

.c5-video--900 {
  margin-left: auto;
  margin-right: auto;
}

.c5-border--r5 {
  border-radius: 5px;
}
.c5-border--r5--left {
  border-radius: 5px 0px 0px 5px;
}
.c5-border--r5--right {
  border-radius: 0px 5px 5px 0px;
}

.c5-catalog {
  padding-top: 140px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
@media screen and (max-width: 640px) {
  .c5-catalog {
    padding-top: 90px;
  }
}
.c5-catalog h3 {
  font-weight: normal;
  margin-bottom: 30px;
}
.c5-catalog__img {
  margin-bottom: 30px;
  max-width: 129px;
  background-color: #fff;
}
.c5-catalog__img img {
  display: block;
  vertical-align: top;
  max-width: 100%;
}
.c5-catalog a {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 13px;
  line-height: 1.54;
}
.c5-catalog a img {
  transition: all ease 0.5s;
}
.c5-catalog a:hover img {
  opacity: 0.7;
  transition: all ease 0.5s;
}

.c5-sp--padding {
  padding-left: 20px;
  padding-right: 20px;
}

.c5-ilb {
  display: inline-block;
}

.s5-returnToTop {
  margin-top: 0;
}

.c5-fadeIn {
  transition: 1s ease-in-out all;
  opacity: 0;
  transform: translateY(60px);
}
.c5-fadeIn.c5-animated {
  opacity: 1;
  transform: translateY(0);
}

.c5-captionOnImg {
  position: relative;
}
.c5-captionOnImg span {
  display: block;
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 14px;
  word-break: keep-all;
  text-shadow: #000 1px 1px 3px;
}
@media screen and (max-width: 640px) {
  .c5-captionOnImg span {
    font-size: clamp(14px, 4.64px + 2.4vw, 20px);
  }
}

.s5-buttonV3.c5-grayBtn {
  background-color: #515357;
  border: solid 1px #515357;
  transition: all ease 0.5s;
}
.s5-buttonV3.c5-grayBtn span {
  display: inline-block;
  width: 12px;
  height: 6px;
  margin-left: 5px;
  background-color: #fff;
  -webkit-mask-image: url(../images/icon-angle-down.svg);
          mask-image: url(../images/icon-angle-down.svg);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  transition: all ease 0.5s;
}
.s5-buttonV3.c5-grayBtn:hover {
  background-color: #c5c7cc;
  color: #515357;
}
.s5-buttonV3.c5-grayBtn:hover span {
  background-color: #515357;
}

.c5-bgContainer {
  margin-bottom: 100px;
}
@media screen and (max-width: 640px) {
  .c5-bgContainer {
    margin-bottom: 60px;
  }
}
.c5-bgContainer__upper {
  border-radius: 5px 5px 0 0;
  background-size: cover;
  background-position-x: center;
  background-position-y: center;
  padding: 99px 0 99px 45px;
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
@media screen and (max-width: 640px) {
  .c5-bgContainer__upper {
    padding: 60px 0 0;
    flex-direction: column-reverse;
    align-items: center;
  }
}
.c5-bgContainer__img {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.c5-bgContainer__img img {
  display: block;
  width: 100%;
  vertical-align: top;
}
@media screen and (max-width: 640px) {
  .c5-bgContainer__img {
    position: relative;
    top: auto;
    transform: inherit;
    right: unset !important;
    width: 100% !important;
  }
  .c5-bgContainer__img img {
    width: 100% !important;
    transform: unset !important;
  }
}
.c5-bgContainer__textArea {
  width: 100%;
  max-width: 640px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.c5-bgContainer__textArea h3 {
  font-size: 24px;
  font-weight: normal;
  margin-bottom: 40px;
}
.c5-bgContainer__textArea hr {
  width: 143px;
}
.c5-bgContainer__textArea h4 {
  font-size: 16px;
  font-weight: bold;
  margin-top: 40px;
  margin-bottom: 15px;
}
.c5-bgContainer__textArea p {
  font-size: 16px;
}
.c5-bgContainer__textArea p:last-of-type {
  margin-bottom: 0;
}
@media screen and (max-width: 640px) {
  .c5-bgContainer__textArea {
    padding: 0 30px 30px;
    box-sizing: border-box;
  }
  .c5-bgContainer__textArea h3 {
    font-size: 20px;
    line-height: 1.9;
    margin-bottom: 30px;
  }
  .c5-bgContainer__textArea h4 {
    line-height: 1.5;
    margin-top: 30px;
    margin-bottom: 21px;
  }
  .c5-bgContainer__textArea p {
    margin-top: 0;
    font-size: 14px;
    text-align: left;
  }
}
.c5-bgContainer__lower {
  padding: 60px 30px 48px;
  border-radius: 0 0 5px 5px;
  background-color: #000;
}

.GlobalHeader {
  background-color: #fff;
}

.s5-breadcrumbs {
  position: relative;
  background-color: #fff;
  padding: 10px 30px 25px;
  margin: 0 auto;
  z-index: 1;
}
.s5-breadcrumbs::before {
  content: "";
  width: 100vw;
  height: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  background-color: #fff;
  z-index: -1;
}

.c5-brand_header__wrap {
  background-color: #fff;
  position: relative;
}
.c5-brand_header__wrap::before {
  position: absolute;
  content: "";
  width: 100vw;
  height: calc(100% + 25px + 10px);
  top: -25px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #fff;
}
.c5-brand_header__wrap .s5-categoryHeader {
  position: relative;
}

.c5-localHeadaer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 22px 5px 22px 0;
}
.c5-localHeadaer__wrap {
  background-color: #fff;
  position: sticky;
  top: 0;
  z-index: 10000;
}
@media screen and (max-width: 640px) {
  .c5-localHeadaer {
    padding: 18px 0;
  }
}
.c5-localHeadaer__title {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 640px) {
  .c5-localHeadaer__title {
    width: 175px;
  }
  .c5-localHeadaer__title img {
    max-width: 100%;
    display: block;
    vertical-align: top;
  }
}
@media screen and (max-width: 345px) {
  .c5-localHeadaer__title {
    width: 160px;
  }
}
.c5-localHeadaer__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 36px;
  padding: 0 25px;
  border-radius: 18px;
  border: solid 1px #000;
  background-color: #000;
  color: #fff;
  text-decoration: none;
  line-height: 1;
  box-sizing: border-box;
  transition: all ease 0.3s;
}
.c5-localHeadaer__btn:hover, .c5-localHeadaer__btn:active {
  background-color: #fff;
  color: #000;
  text-decoration: none;
  transition: all ease 0.3s;
}
@media screen and (max-width: 640px) {
  .c5-localHeadaer__btn {
    font-size: 13px;
    height: 30px;
    padding: 0 19px;
    border-radius: 15px;
  }
}
@media screen and (max-width: 345px) {
  .c5-localHeadaer__btn {
    font-size: 12px;
  }
}

.c5-sec-01 .c5-mv {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 836px;
  margin-top: -100vh;
}
.c5-sec-01 .c5-mv__logo {
  width: 100%;
  max-width: 418px;
}
@media screen and (max-width: 640px) {
  .c5-sec-01 .c5-mv__logo {
    width: 66.7vw;
    max-width: unset;
    min-width: 260px;
  }
}

.c5-sec-02 {
  padding-bottom: 200px;
}
@media screen and (max-width: 640px) {
  .c5-sec-02 {
    padding-bottom: 100px;
  }
}
.c5-sec-02__block-1 {
  padding: 150px 0 100px;
  color: #fff;
  text-align: center;
}
.c5-sec-02__block-1 h2 {
  margin-bottom: 60px;
  line-height: 1.83;
  font-weight: normal;
}
.c5-sec-02__block-1 p {
  line-height: 2.25;
  font-weight: normal;
  margin-bottom: 30px;
}
.c5-sec-02__block-1 p:last-of-type {
  margin-bottom: 0;
}
@media screen and (max-width: 640px) {
  .c5-sec-02__block-1 {
    padding: 60px 0 100px;
  }
  .c5-sec-02__block-1 h2 {
    font-size: 20px;
    margin-bottom: 40px;
  }
  .c5-sec-02__block-1 p {
    font-size: 14px;
    line-height: 2;
  }
}

.c5-sec-03 {
  color: #fff;
  padding-bottom: 150px;
}
@media screen and (max-width: 640px) {
  .c5-sec-03 {
    padding-bottom: 100px;
  }
}
.c5-sec-03__block-1 {
  padding: 41.25vw 0 90px;
  background-image: linear-gradient(to top, #000, #000 20px, transparent 43.75%, transparent 100%), url(../images/bg-02.jpg);
  background-size: 100% auto;
  background-position: top;
  background-repeat: no-repeat;
}
@media screen and (max-width: 640px) {
  .c5-sec-03__block-1 {
    background-image: url(../images/bg-02-sp.jpg);
    background-size: 100% auto;
    background-position: top center;
    padding: 100vw 0 60px;
  }
}
.c5-sec-03__block-1__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.c5-sec-03__block-1__inner img {
  width: 100%;
  max-width: 243px;
  vertical-align: top;
  margin-bottom: 54px;
}
@media screen and (max-width: 640px) {
  .c5-sec-03__block-1__inner img {
    width: 41.34vw;
    max-width: unset;
    min-width: 161px;
  }
}
.c5-sec-03__block-1__inner h3 {
  margin-bottom: 15px;
  font-weight: normal;
}
@media screen and (max-width: 640px) {
  .c5-sec-03__block-1__inner h3 {
    font-size: 20px;
    margin-bottom: 20px;
  }
}
.c5-sec-03__block-1__inner p {
  line-height: 1.75;
}
@media screen and (max-width: 640px) {
  .c5-sec-03__block-1__inner p {
    font-size: 14px;
    line-height: 1.85;
    text-align: left;
  }
}
.c5-sec-03__block-2 {
  color: #fff;
  text-align: center;
}
.c5-sec-03__block-2 .c5-gradationBox-a {
  margin-bottom: 24px;
}
@media screen and (max-width: 640px) {
  .c5-sec-03__block-2 .c5-gradationBox-a {
    margin-bottom: 50px;
  }
}
.c5-sec-03__block-2 .c5-gradationBox-a img {
  display: block;
  max-width: 812px;
  width: 100%;
  margin-top: 42px;
  margin-left: auto;
  margin-right: auto;
  vertical-align: top;
}
@media screen and (max-width: 640px) {
  .c5-sec-03__block-2 .c5-gradationBox-a img {
    margin-top: 27px;
  }
}
@media screen and (max-width: 640px) {
  .c5-sec-03__block-2 .c5-gradationBox-a p {
    text-align: left;
  }
}
.c5-sec-03__block-2 .c5-grid-col3-a {
  margin-bottom: 90px;
}
@media screen and (max-width: 640px) {
  .c5-sec-03__block-2 .c5-grid-col3-a {
    margin-bottom: 60px;
  }
}
.c5-sec-03__block-2 .c5-grid-col3-a img {
  display: block;
  max-width: 100%;
  vertical-align: top;
}

.c5-sec-04 {
  color: #fff;
  padding-bottom: 150px;
}
@media screen and (max-width: 640px) {
  .c5-sec-04 {
    padding-bottom: 100px;
  }
}
.c5-sec-04__block-1 {
  padding: 41.375vw 0 90px;
  background-image: linear-gradient(to top, #000, #000 20px, transparent 43.75%, transparent 100%), url(../images/bg-03.jpg);
  background-size: 100% auto;
  background-position: top;
  background-repeat: no-repeat;
}
@media screen and (max-width: 640px) {
  .c5-sec-04__block-1 {
    background-image: url(../images/bg-03-sp.jpg);
    background-size: 100% auto;
    background-position: top center;
    padding: 100vw 0 60px;
  }
}
.c5-sec-04__block-1__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.c5-sec-04__block-1__inner img {
  width: 100%;
  max-width: 243px;
  vertical-align: top;
  margin-bottom: 54px;
}
@media screen and (max-width: 640px) {
  .c5-sec-04__block-1__inner img {
    width: 41.03vw;
    max-width: unset;
    min-width: 160px;
    margin-bottom: 50px;
  }
}
.c5-sec-04__block-1__inner h3 {
  margin-bottom: 15px;
  font-weight: normal;
}
@media screen and (max-width: 640px) {
  .c5-sec-04__block-1__inner h3 {
    font-size: 20px;
    margin-bottom: 20px;
  }
}
.c5-sec-04__block-1__inner p {
  line-height: 1.75;
}
@media screen and (max-width: 640px) {
  .c5-sec-04__block-1__inner p {
    font-size: 14px;
    line-height: 1.85;
    text-align: left;
  }
}
.c5-sec-04__block-2 {
  color: #fff;
  text-align: center;
}
.c5-sec-04__block-2 .c5-gradationBox-a {
  margin-bottom: 24px;
}
@media screen and (max-width: 640px) {
  .c5-sec-04__block-2 .c5-gradationBox-a {
    margin-bottom: 50px;
  }
}
.c5-sec-04__block-2 .c5-gradationBox-a img {
  display: block;
  max-width: 812px;
  width: 100%;
  margin-top: 42px;
  margin-left: auto;
  margin-right: auto;
  vertical-align: top;
}
@media screen and (max-width: 640px) {
  .c5-sec-04__block-2 .c5-gradationBox-a img {
    margin-top: 27px;
  }
}
@media screen and (max-width: 640px) {
  .c5-sec-04__block-2 .c5-gradationBox-a p {
    text-align: left;
  }
}
.c5-sec-04__block-2 .c5-grid-col3-a {
  margin-bottom: 90px;
}
@media screen and (max-width: 640px) {
  .c5-sec-04__block-2 .c5-grid-col3-a {
    margin-bottom: 60px;
  }
}
.c5-sec-04__block-2 .c5-grid-col3-a img {
  display: block;
  max-width: 100%;
  vertical-align: top;
}

.c5-sec-05 {
  color: #fff;
  background-color: rgba(0, 0, 0, 0.75);
  background-size: cover;
  background-repeat: no-repeat;
  padding-bottom: 110px;
}
@media screen and (max-width: 640px) {
  .c5-sec-05 {
    padding-bottom: 0;
  }
}
.c5-sec-05__block-1 {
  padding: 180px 0 160px;
}
@media screen and (max-width: 640px) {
  .c5-sec-05__block-1 {
    padding: 100px 0;
  }
}
.c5-sec-05__block-1__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.c5-sec-05__block-1__inner img {
  width: 100%;
  max-width: 236px;
  vertical-align: top;
  margin-bottom: 17px;
}
@media screen and (max-width: 640px) {
  .c5-sec-05__block-1__inner img {
    width: 40.77vw;
    max-width: unset;
    min-width: 159px;
  }
}
.c5-sec-05__block-1__inner h3 {
  margin-bottom: 15px;
  font-weight: normal;
}
@media screen and (max-width: 640px) {
  .c5-sec-05__block-1__inner h3 {
    margin-bottom: 40px;
  }
}
.c5-sec-05__block-1__inner p {
  line-height: 1.75;
}
@media screen and (max-width: 640px) {
  .c5-sec-05__block-1__inner p {
    font-size: 14px;
    line-height: 1.85;
  }
}
.c5-sec-05__block-2 .c5-bgContainer__upper {
  background-image: url(../images/bg-04.jpg);
}
.c5-sec-05__block-2 .c5-bgContainer__img {
  width: 43.5%;
  right: 30px;
}
.c5-sec-05__block-2 .c5-bgContainer__img img {
  transform: translateY(13.6%);
}
.c5-sec-05__block-3 .c5-bgContainer__upper {
  background-image: url(../images/bg-05.jpg);
}
.c5-sec-05__block-3 .c5-bgContainer__img {
  width: 33.92%;
  right: 94px;
}
.c5-sec-05__block-4 .c5-bgContainer {
  margin-bottom: 0;
}
.c5-sec-05__block-4 .c5-bgContainer__upper {
  background-image: url(../images/bg-06.jpg);
}
.c5-sec-05__block-4 .c5-bgContainer__img {
  width: 39.33%;
  right: 48px;
}
.c5-sec-06 {
  color: #fff;
  background-color: rgba(0, 0, 0, 0.75);
  background-size: cover;
  background-repeat: no-repeat;
  padding-bottom: 119px;
}
.c5-sec-06__block-1 {
  padding: 122px 0 120px;
}
@media screen and (max-width: 640px) {
  .c5-sec-06__block-1 {
    padding: 100px 0 50px;
  }
}
.c5-sec-06__block-1__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.c5-sec-06__block-1__inner img {
  width: 100%;
  max-width: 207px;
  vertical-align: top;
  margin-bottom: 7px;
}
@media screen and (max-width: 640px) {
  .c5-sec-06__block-1__inner img {
    width: 36.41vw;
    max-width: unset;
    min-width: 142px;
    margin-bottom: 10px;
  }
}
.c5-sec-06__block-1__inner h3 {
  margin-bottom: 15px;
  font-weight: normal;
}
@media screen and (max-width: 640px) {
  .c5-sec-06__block-1__inner h3 {
    margin-bottom: 40px;
  }
}
.c5-sec-06__block-1__inner p {
  line-height: 1.75;
}
@media screen and (max-width: 640px) {
  .c5-sec-06__block-1__inner p {
    font-size: 15px;
    line-height: 1.85;
  }
}
body {
  position: relative;
}

.c5-commonBg {
  z-index: -1;
  position: sticky;
  left: 0;
  top: 0;
  height: 100lvh;
  width: 100%;
  background-image: url(../images/bg-01.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
@media screen and (max-width: 640px) {
  .c5-commonBg {
    background-image: url(../images/bg-01-sp.jpg);
  }
}/*# sourceMappingURL=style.css.map */