@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
body {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}

.spNoneImg {
  display: inline;
}
@media screen and (max-width: 767px) {
  .spNoneImg {
    display: none;
  }
}

/* slideBottom 
*****************************************/
html .slideBottom {
  -webkit-transform: translateY(36px);
  transform: translateY(36px);
  opacity: 0;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-transition-duration: 0.7s;
  transition-duration: 0.7s;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
  /*
transition: $moveTime all $easing;*/
}

html .slideBottom.active {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}

#contentsWrap {
  margin: 0 0 2px;
  background: #fff;
}

.specialContentsWrap {
  background: #000;
}

.hdg01 {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-size: 36px;
  line-height: 1.28;
}
@media screen and (max-width: 767px) {
  .hdg01 {
    font-size: 28px;
  }
}
.hdg01 + .hdg03 {
  margin-top: 15px;
}
@media screen and (max-width: 767px) {
  .hdg01 + .hdg03 {
    margin-top: 24px;
  }
}

.hdg02 {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-size: 23.8px;
  line-height: 1.45;
}
@media screen and (max-width: 767px) {
  .hdg02 {
    font-size: 3.5vw;
  }
}
.hdg02 [lang="en"] {
  font-weight: 500;
}
.hdg02 .hdg05 {
  display: inline-block;
  margin-bottom: 21px;
}
@media screen and (max-width: 767px) {
  .hdg02 .hdg05 {
    margin-bottom: 20px;
  }
}
.hdg02 + .text02 {
  margin-top: 19px;
}
@media screen and (max-width: 767px) {
  .hdg02 + .text02 {
    margin-top: 19px;
  }
}

.hdg03 {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-size: 17px;
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  .hdg03 {
    font-size: 17px;
  }
}
.hdg03 [lang="en"] {
  font-weight: 500;
}
.hdg03 + .text01 {
  margin-top: 12px;
}
.hdg03 + .text02 {
  margin-top: 24px;
}

.hdg04 {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-size: 18px;
  line-height: 1.11;
}

.hdg05 {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-size: 16px;
  line-height: 1.45;
}
@media screen and (max-width: 767px) {
  .hdg05 {
    font-size: 13.6px;
  }
}

.text01 {
  font-size: 15px;
  line-height: 1.66;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}
.text01 [lang="en"] {
  font-weight: 500;
}

.text02 {
  font-size: 15px;
  line-height: 1.66;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}
@media screen and (max-width: 767px) {
  .text02 {
    font-size: 15px;
  }
}

.mainArea,
.lineupSection01,
.videoCardSection01,
.footer01 {
  background-color: #000;
  box-sizing: border-box;
}
.mainArea *,
.lineupSection01 *,
.videoCardSection01 *,
.footer01 * {
  box-sizing: border-box;
}
.mainArea p,
.lineupSection01 p,
.videoCardSection01 p,
.footer01 p {
  margin-bottom: 0;
}
.mainArea > .inner01,
.lineupSection01 > .inner01,
.videoCardSection01 > .inner01,
.footer01 > .inner01 {
  width: 954px;
  margin: 0 auto;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .mainArea > .inner01,
  .lineupSection01 > .inner01,
  .videoCardSection01 > .inner01,
  .footer01 > .inner01 {
    width: 100%;
  }
}

.btn01 {
  text-align: center;
  position: relative;
}
.btn01 a {
  width: 460px;
  display: inline-block;
  padding: 0.92em;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-size: 22px;
  line-height: 1.25;
  text-decoration: none;
  background-color: #ED1C24;
  position: relative;
  transition: .3s;
}
@media screen and (max-width: 767px) {
  .btn01 a {
    width: 300px;
    font-size: 17px;
    padding: 0.92em 0.5em;
  }
}
@media screen and (min-width: 768px) {
  .btn01 a:hover {
    background-color: #e47a6f;
  }
}

.mainArea {
  background: #000 url("../img/bg01.jpg") no-repeat 50% 0;
}
@media screen and (min-width: 768px) {
  .mainArea {
    min-width: 960px;
    padding-top: 50px;
    min-height: 600px;
  }
}
@media screen and (max-width: 767px) {
  .mainArea {
    padding-top: 90.5vw;
    background: #000 url("../img/bg01s.jpg") no-repeat 50% 0 / 125vw;
  }
}
@media screen and (min-width: 768px) {
  .mainArea .text02 {
    width: 460px;
  }
}
@media screen and (max-width: 767px) {
  .mainArea > .inner01 {
    width: 300px;
    width: 80%;
    margin: 0 auto;
  }
}
.mainArea .logoWrap {
  margin-top: 104px;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .mainArea .logoWrap {
    margin-top: 60px;
  }
}
.mainArea .logoWrap .logo_sycom {
  width: 136px;
  padding-top: 5px;
}
@media screen and (max-width: 767px) {
  .mainArea .logoWrap .logo_sycom {
    width: 91px;
  }
}
.mainArea .logoWrap .logo_nvidia {
  width: 136px;
  margin-left: 30px;
}
@media screen and (max-width: 767px) {
  .mainArea .logoWrap .logo_nvidia {
    width: 91px;
  }
}

.lineupSection01 {
  padding-top: 76px;
  padding-bottom: 70px;
}
@media screen and (max-width: 767px) {
  .lineupSection01 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
.lineupSection01 > .inner01 {
  width: 960px;
}
@media screen and (max-width: 767px) {
  .lineupSection01 > .inner01 {
    width: 100%;
  }
}
.lineupSection01 > .inner01 .hdg02 {
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .lineupSection01 > .inner01 .hdg02 {
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 768px) {
  .lineupSection01 .wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    margin-bottom: 60px;
  }
  .lineupSection01 .wrapper .item {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 300px;
    height: 100%;
    background: #ffffff;
  }
  .lineupSection01 .wrapper .item a {
    display: block;
    width: 300px;
    height: 100%;
  }
}
@media screen and (min-width: 768px) and (min-width: 768px) {
  .lineupSection01 .wrapper a:hover {
    text-decoration: none;
  }
  .lineupSection01 .wrapper a:hover .item img {
    background: #f3f3f3;
  }
  .lineupSection01 .wrapper a:hover .item .btn {
    background: #009fff;
  }
}
@media screen and (min-width: 768px) {
  .lineupSection01 .wrapper .item .category {
    display: block;
    width: 300px;
    height: 40px;
    margin: 0;
    padding: 0;
    text-align: center;
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
    color: #ffffff;
    line-height: 40px;
  }
  .lineupSection01 .wrapper .item .standard {
    background: #ff783c;
  }
  .lineupSection01 .wrapper .item .gaming {
    background: #00aa50;
  }
  .lineupSection01 .wrapper .item .silent {
    background: #1e006e;
  }
  .lineupSection01 .wrapper .item .water {
    background: #00aad1;
  }
  .lineupSection01 .wrapper .item .professional {
    background: #5a00a0;
  }
  .lineupSection01 .wrapper .item .premiumline {
    background: #666666;
  }
  .lineupSection01 .wrapper .item img {
    background: #e8e8e8;
    transition: background-color .5s;
  }
  .lineupSection01 .wrapper .item .badge {
    position: absolute;
    top: 50px;
    left: 10px;
  }
  .lineupSection01 .wrapper .item .badge img {
    display: inline-block;
    width: 50px;
    margin: 0 10px 0 0;
    vertical-align: top;
  }
  .lineupSection01 .wrapper .item .badge span {
    display: inline-block;
    padding: 3px 6px;
    background: #0078ff;
    color: #fff;
    font-size: 12px;
    vertical-align: top;
  }
  .lineupSection01 .wrapper .item h3 {
    margin: 20px;
    text-align: center;
    font-size: 18px;
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
    color: #000000;
  }
  .lineupSection01 .wrapper .item p {
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    margin: 0 20px 20px 20px;
    color: #666666;
  }
  .lineupSection01 .wrapper .item .btn {
    width: 100%;
    margin: auto 0 0 0;
    padding: 10px;
    text-align: center;
    color: #ffffff;
    font-size: 24px;
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
    background: #0078ff;
    transition: background-color .5s;
  }
}
@media screen and (max-width: 767px) {
  .lineupSection01 .wrapper {
    width: 335px;
    margin: 0 auto 60px;
  }
  .lineupSection01 .wrapper .item {
    position: relative;
    width: 100%;
    margin: 0 0 20px 0;
    background: #ffffff;
  }
  .lineupSection01 .wrapper .item a {
    width: 100%;
  }
  .lineupSection01 .wrapper a:hover {
    text-decoration: none;
  }
  .lineupSection01 .wrapper a:hover .item img {
    background: #f3f3f3;
  }
  .lineupSection01 .wrapper a:hover .item .btn {
    background: #009fff;
  }
  .lineupSection01 .wrapper .item .category {
    display: block;
    height: 40px;
    margin: 0;
    padding: 0;
    text-align: center;
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
    color: #ffffff;
    line-height: 40px;
  }
  .lineupSection01 .wrapper .item .standard {
    background: #ff783c;
  }
  .lineupSection01 .wrapper .item .gaming {
    background: #00aa50;
  }
  .lineupSection01 .wrapper .item .silent {
    background: #1e006e;
  }
  .lineupSection01 .wrapper .item .water {
    background: #00aad1;
  }
  .lineupSection01 .wrapper .item .professional {
    background: #5a00a0;
  }
  .lineupSection01 .wrapper .item .premiumline {
    background: #666666;
  }
  .lineupSection01 .wrapper .item img {
    background: #e8e8e8;
    transition: background-color .5s;
  }
  .lineupSection01 .wrapper .item .badge {
    position: absolute;
    top: 50px;
    left: 10px;
  }
  .lineupSection01 .wrapper .item .badge img {
    display: inline-block;
    width: 50px;
    margin: 0 10px 0 0;
    vertical-align: top;
  }
  .lineupSection01 .wrapper .item .badge span {
    display: inline-block;
    padding: 3px 6px;
    background: #0078ff;
    color: #fff;
    font-size: 12px;
    vertical-align: top;
  }
  .lineupSection01 .wrapper .item h3 {
    margin: 20px;
    text-align: center;
    font-size: 18px;
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
    color: #000000;
  }
  .lineupSection01 .wrapper .item p {
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    margin: 0 20px 20px 20px;
    color: #666666;
  }
  .lineupSection01 .wrapper .item .btn {
    margin: auto 0 0 0;
    padding: 10px;
    text-align: center;
    color: #ffffff;
    font-size: 18px;
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
    background: #0078ff;
    transition: background-color .5s;
  }
}
.lineupSection01 .btnWrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .lineupSection01 .btnWrap {
    gap: 40px;
  }
}
@media screen and (max-width: 767px) {
  .lineupSection01 .btnWrap {
    flex-direction: column;
    justify-content: center;
  }
  .lineupSection01 .btnWrap .btn01 + .btn01 {
    margin-top: 30px;
  }
}

.videoCardSection01 {
  padding-top: 76px;
  padding-bottom: 70px;
}
@media screen and (max-width: 767px) {
  .videoCardSection01 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
.videoCardSection01 > .inner01 {
  width: 940px;
}
@media screen and (max-width: 767px) {
  .videoCardSection01 > .inner01 {
    width: 100%;
  }
}
.videoCardSection01 > .inner01 .hdg02 {
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .videoCardSection01 > .inner01 .hdg02 {
    margin-bottom: 24px;
  }
}
.videoCardSection01 .itemWrap {
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .videoCardSection01 .itemWrap {
    gap: 20px;
  }
}
@media screen and (max-width: 767px) {
  .videoCardSection01 .itemWrap {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    gap: 20px;
  }
}
.videoCardSection01 .itemWrap .item {
  width: 300px;
}
@media screen and (max-width: 767px) {
  .videoCardSection01 .itemWrap .item {
    width: calc((100% - 20px) / 2);
  }
}
.videoCardSection01 .itemWrap .item .hdg05 {
  margin: 14px 20px 21px;
}
@media screen and (min-width: 768px) {
  .videoCardSection01 .itemWrap .item .hdg05 {
    font-size: 15.3px;
  }
}
@media screen and (max-width: 767px) {
  .videoCardSection01 .itemWrap .item .hdg05 {
    margin: 14px 20px 12px;
  }
}
.videoCardSection01 .itemWrap .item .text02 {
  margin: 0 20px 23px;
}
@media screen and (min-width: 768px) {
  .videoCardSection01 .itemWrap .item .text02 {
    font-feature-settings: "palt";
  }
}
@media screen and (max-width: 767px) {
  .videoCardSection01 .itemWrap .item .text02 {
    margin: 12px 20px 22px;
  }
}

.footer01 {
  padding-bottom: 95px;
}
@media screen and (max-width: 767px) {
  .footer01 {
    padding-bottom: 60px;
  }
}
.footer01 > .inner01 {
  border-top: 1px solid #999999;
  padding-top: 69px;
}
@media screen and (max-width: 767px) {
  .footer01 > .inner01 {
    padding-top: 65px;
    width: 300px;
  }
}
@media screen and (min-width: 768px) {
  .footer01 .logoWrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  .footer01 .logoWrap {
    width: 136px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 768px) {
  .footer01 .logoWrap .logo_sycom {
    padding-top: 5px;
    width: 136px;
  }
}
@media screen and (min-width: 768px) {
  .footer01 .logoWrap .logo_nvidia {
    width: 136px;
    margin-left: 30px;
  }
}
@media screen and (max-width: 767px) {
  .footer01 .logoWrap .logo_nvidia {
    margin-top: 30px;
  }
}
.footer01 .copyright {
  text-align: center;
  color: #9e9e9e;
  width: 785px;
  margin: 0 auto;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 11px;
}
@media screen and (max-width: 767px) {
  .footer01 .copyright {
    width: 100%;
  }
}

.categoryWrap {
  overflow-x: hidden;
}
@media screen and (min-width: 768px) {
  .categoryWrap {
    min-width: 960px;
  }
}

.mainArea01 {
  background: #000;
  text-align: center;
  position: relative;
}
@media screen and (min-width: 768px) {
  .mainArea01 {
    min-width: 960px;
    height: 900px;
  }
  .mainArea01 img {
    position: absolute;
    top: 0;
    left: 50%;
    max-width: 1920px;
    transform: translateX(-50%);
  }
}
@media screen and (max-width: 1220px) {
  .mainArea01 {
    height: 73.7704918033vw;
  }
  .mainArea01 img {
    position: absolute;
    top: 0;
    left: 50%;
    width: auto;
    height: 100%;
  }
}
@media screen and (max-width: 767px) {
  .mainArea01 {
    height: 58.5vw;
  }
  .mainArea01 img {
    position: absolute;
    top: 0;
    left: 50%;
    max-width: 125vw;
    width: 125vw;
    height: 58.5vw;
    transform: translateX(-50%);
  }
}

.mainArea02 {
  max-width: 960px;
  margin: 50px auto 0;
}
@media screen and (max-width: 767px) {
  .mainArea02 {
    width: 100%;
  }
}

.featureSection01,
.featureSection02,
.featureSection03,
.featureSection04,
.featureSection05 {
  border-bottom: 1px solid #333333;
  background-color: #000;
  box-sizing: border-box;
  overflow-x: hidden;
}
.featureSection01 *,
.featureSection02 *,
.featureSection03 *,
.featureSection04 *,
.featureSection05 * {
  box-sizing: border-box;
}
.featureSection01 p,
.featureSection02 p,
.featureSection03 p,
.featureSection04 p,
.featureSection05 p {
  font-weight: 400;
  line-height: 1.75;
  margin-bottom: 0;
  font-feature-settings: "palt";
}
@media screen and (max-width: 767px) {
  .featureSection01 p,
  .featureSection02 p,
  .featureSection03 p,
  .featureSection04 p,
  .featureSection05 p {
    font-size: 3.25vw;
  }
}
.featureSection01 .hdg01,
.featureSection02 .hdg01,
.featureSection03 .hdg01,
.featureSection04 .hdg01,
.featureSection05 .hdg01 {
  font-size: 30px;
  margin-bottom: 0.1em;
  font-feature-settings: "palt";
  letter-spacing: -0.04em;
}
@media screen and (max-width: 767px) {
  .featureSection01 .hdg01,
  .featureSection02 .hdg01,
  .featureSection03 .hdg01,
  .featureSection04 .hdg01,
  .featureSection05 .hdg01 {
    font-size: 6vw;
    margin-bottom: 0.5em;
    letter-spacing: 0.04em;
  }
}
.featureSection01 .logo01,
.featureSection02 .logo01,
.featureSection03 .logo01,
.featureSection04 .logo01,
.featureSection05 .logo01 {
  margin-top: 50px;
}
.featureSection01 > .inner01,
.featureSection02 > .inner01,
.featureSection03 > .inner01,
.featureSection04 > .inner01,
.featureSection05 > .inner01 {
  color: #fff;
}

.featureSection01 {
  background: #000 url("../img/bg01.jpg") no-repeat 50% 0;
  position: relative;
  transition: background-position .6s;
}
@media screen and (min-width: 768px) {
  .featureSection01 {
    min-height: 649px;
  }
}
@media screen and (max-width: 1182px) {
  .featureSection01 {
    background-position: 40% 0;
  }
}
@media screen and (max-width: 767px) {
  .featureSection01 {
    background: #000 url("../img/bg01s.jpg") no-repeat 50% 0/100%;
    padding-top: 74vw;
    padding-bottom: 6vw;
  }
}
@media screen and (min-width: 768px) {
  .featureSection01 .inner01 {
    width: 410px;
    position: absolute;
    top: 50%;
    left: calc(50% + 172px);
    transform: translateY(-50%);
  }
}
@media screen and (max-width: 1182px) {
  .featureSection01 .inner01 {
    left: inherit;
    right: 20px;
  }
}
@media screen and (max-width: 767px) {
  .featureSection01 .inner01 {
    right: inherit;
    width: calc(100% - 60px);
    margin-left: auto;
    margin-right: auto;
  }
  .featureSection01 .inner01 .logo01 {
    margin-top: 10vw;
    max-width: 78.75vw;
  }
}

.featureSection02 {
  background: #000 url("../img/bg02.jpg") no-repeat 50% 0;
  position: relative;
  transition: background-position .6s;
}
@media screen and (min-width: 768px) {
  .featureSection02 {
    min-height: 650px;
  }
}
@media screen and (max-width: 1190px) {
  .featureSection02 {
    background-position: 60% 0;
  }
}
@media screen and (max-width: 767px) {
  .featureSection02 {
    background: #000 url("../img/bg02s.jpg") no-repeat 50% 0/100%;
    padding-top: 74vw;
    padding-bottom: 6vw;
  }
}
@media screen and (min-width: 768px) {
  .featureSection02 .inner01 {
    width: 427px;
    position: absolute;
    top: 50%;
    left: calc(50% - 480px - 95px);
    transform: translateY(-50%);
  }
  .featureSection02 .inner01 .logo01 {
    margin-top: 30px;
  }
}
@media screen and (max-width: 1190px) {
  .featureSection02 .inner01 {
    left: 20px;
  }
}
@media screen and (max-width: 767px) {
  .featureSection02 .inner01 {
    right: inherit;
    width: calc(100% - 60px);
    margin-left: auto;
    margin-right: auto;
  }
  .featureSection02 .inner01 .logo01 {
    margin-top: 10vw;
    max-width: 47.5vw;
  }
}

.featureSection03 {
  background: #000 url("../img/bg03.jpg") no-repeat 50% 0;
  position: relative;
  transition: background-position .6s;
}
@media screen and (min-width: 768px) {
  .featureSection03 {
    min-height: 647px;
  }
}
@media screen and (max-width: 1182px) {
  .featureSection03 {
    background-position: 40% 0;
  }
}
@media screen and (max-width: 767px) {
  .featureSection03 {
    background: #000 url("../img/bg03s.jpg") no-repeat 50% 0/100%;
    padding-top: 74vw;
    padding-bottom: 6vw;
  }
}
@media screen and (min-width: 768px) {
  .featureSection03 .inner01 {
    width: 410px;
    position: absolute;
    top: 50%;
    left: calc(50% + 172px);
    transform: translateY(-50%);
  }
  .featureSection03 .inner01 .logo01 {
    margin-top: 20px;
  }
}
@media screen and (max-width: 1182px) {
  .featureSection03 .inner01 {
    left: inherit;
    right: 20px;
  }
}
@media screen and (max-width: 767px) {
  .featureSection03 .inner01 {
    right: inherit;
    width: calc(100% - 60px);
    margin-left: auto;
    margin-right: auto;
  }
  .featureSection03 .inner01 .logo01 {
    margin-top: 8.75vw;
    max-width: 41vw;
  }
}

.featureSection04 {
  background: #000 url("../img/bg04.jpg") no-repeat 50% 0;
  position: relative;
  transition: background-position .6s;
}
@media screen and (min-width: 768px) {
  .featureSection04 {
    min-height: 652px;
  }
}
@media screen and (max-width: 1190px) {
  .featureSection04 {
    background-position: 60% 0;
  }
}
@media screen and (max-width: 767px) {
  .featureSection04 {
    background: #000 url("../img/bg04s.jpg") no-repeat 50% 0/100%;
    padding-top: 74vw;
    padding-bottom: 6vw;
  }
}
@media screen and (min-width: 768px) {
  .featureSection04 .inner01 {
    width: 378px;
    position: absolute;
    top: 50%;
    left: calc(50% - 480px - 95px);
    transform: translateY(-50%);
  }
}
@media screen and (max-width: 1190px) {
  .featureSection04 .inner01 {
    left: 20px;
  }
}
@media screen and (max-width: 767px) {
  .featureSection04 .inner01 {
    right: inherit;
    width: calc(100% - 60px);
    margin-left: auto;
    margin-right: auto;
  }
}

.featureSection05 {
  background: #000 url("../img/bg05.jpg") no-repeat 50% 0;
  position: relative;
  transition: background-position .6s;
  border-bottom: none;
}
@media screen and (min-width: 768px) {
  .featureSection05 {
    min-height: 648px;
  }
}
@media screen and (max-width: 1212px) {
  .featureSection05 {
    background-position: 40% 0;
  }
}
@media screen and (max-width: 767px) {
  .featureSection05 {
    background: #000 url("../img/bg05s.jpg") no-repeat 50% 0/100%;
    padding-top: 74vw;
    padding-bottom: 6vw;
  }
}
@media screen and (min-width: 768px) {
  .featureSection05 .inner01 {
    width: 410px;
    position: absolute;
    top: 50%;
    left: calc(50% + 172px);
    transform: translateY(-50%);
  }
  .featureSection05 .inner01 .hdg01 {
    margin-right: -15px;
  }
}
@media screen and (max-width: 1212px) {
  .featureSection05 .inner01 {
    left: inherit;
    right: 35px;
  }
}
@media screen and (max-width: 767px) {
  .featureSection05 .inner01 {
    right: inherit;
    width: calc(100% - 60px);
    margin-left: auto;
    margin-right: auto;
  }
}
