@charset "UTF-8";
@import url(css/normalize.css);
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700;900&family=Sawarabi+Mincho&display=swap");
body {
  overflow-x: hidden;
  background-color: white;
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", "Hiragino Kaku Gothic ProN", "MS PGothic", Osaka, "sans-serif";
  font-weight: 400;
  font-style: normal;
  line-height: 1.6;
  font-size: 24px;
  color: #333333;
}
@media (max-width: 767px) {
  body {
    padding-bottom: 40px;
  }
}

.mincho {
  font-family: vdl-v7mincho, sans-serif;
  font-weight: 700;
  font-style: normal;
}

a,
a:link,
a:visited {
  text-decoration: none;
}

span.nowrap {
  white-space: nowrap;
  display: inline-block;
}

.landing {
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  top: 0;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10000000000;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: fixed;
}

.landing .graph {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 240px;
  height: 85px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  overflow: hidden;
  padding: 0 20px;
  color: #ffbf3b;
}

@media (max-width: 600px) {
  .landing .graph {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: translate(-50%, -50%) scale(0.7);
            transform: translate(-50%, -50%) scale(0.7);
  }
}
.landing .graph svg {
  height: 85px;
  display: block;
  width: 191px;
  top: 0;
}

.landing .graph .wave-line {
  fill-rule: evenodd;
  clip-rule: evenodd;
  fill: none;
  stroke: #f9bf3c;
  stroke-width: 40;
  stroke-dasharray: 500;
  stroke-dashoffset: 500;
  stroke-linecap: round;
}

.landing .graph g.text-path > path {
  opacity: 0;
  -webkit-transition-duration: 0.6s;
  transition-duration: 0.6s;
}

.landing .graph g.text-path #m-1 {
  -webkit-transition-delay: 1.1s;
  transition-delay: 1.1s;
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
}

.landing .graph g.text-path #o-1 {
  -webkit-transition-delay: 1.15s;
  transition-delay: 1.15s;
  -webkit-transform: translateY(10px);
  transform: translateY(10px);
}

.landing .graph g.text-path #t-1 {
  -webkit-transition-delay: 1.2s;
  transition-delay: 1.2s;
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
}

.landing .graph g.text-path #i-1 {
  -webkit-transition-delay: 1.25s;
  transition-delay: 1.25s;
  -webkit-transform: translateY(10px);
  transform: translateY(10px);
}

.landing .graph g.text-path #o-2 {
  -webkit-transition-delay: 1.3s;
  transition-delay: 1.3s;
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
}

.landing .graph g.text-path #n-1 {
  -webkit-transition-delay: 1.35s;
  transition-delay: 1.35s;
  -webkit-transform: translateY(10px);
  transform: translateY(10px);
}

.landing .graph g.text-path #p-1 {
  -webkit-transition-delay: 1.4s;
  transition-delay: 1.4s;
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
}

.landing .graph g.text-path #i-2 {
  -webkit-transition-delay: 1.45s;
  transition-delay: 1.45s;
  -webkit-transform: translateY(10px);
  transform: translateY(10px);
}

.landing .graph g.text-path #l-1 {
  -webkit-transition-delay: 1.5s;
  transition-delay: 1.5s;
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
}

.landing .graph g.text-path #l-2 {
  -webkit-transition-delay: 1.55s;
  transition-delay: 1.55s;
  -webkit-transform: translateY(10px);
  transform: translateY(10px);
}

.landing .graph g.text-path #o-3 {
  -webkit-transition-delay: 1.6s;
  transition-delay: 1.6s;
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
}

.landing .graph g.text-path #w-1 {
  -webkit-transition-delay: 1.65s;
  transition-delay: 1.65s;
  -webkit-transform: translateY(10px);
  transform: translateY(10px);
}

.landing .graph.do g.text-path > path {
  opacity: 1;
  -webkit-transform: translateY(0%) !important;
  transform: translateY(0%) !important;
}

.landing .graph.do .wave-line {
  -webkit-transition-duration: 1.2s;
  transition-duration: 1.2s;
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
  stroke-dashoffset: 0;
}

.landing .graph.do.do2 g.text-path > path {
  opacity: 0;
  -webkit-transition-duration: 0.6s;
  transition-duration: 0.6s;
}

.landing .graph.do.do2 g.text-path #m-1 {
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
}

.landing .graph.do.do2 g.text-path #o-1 {
  -webkit-transition-delay: 0.15s;
  transition-delay: 0.15s;
  -webkit-transform: translateY(10px);
  transform: translateY(10px);
}

.landing .graph.do.do2 g.text-path #t-1 {
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
}

.landing .graph.do.do2 g.text-path #i-1 {
  -webkit-transition-delay: 0.25s;
  transition-delay: 0.25s;
  -webkit-transform: translateY(10px);
  transform: translateY(10px);
}

.landing .graph.do.do2 g.text-path #o-2 {
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
}

.landing .graph.do.do2 g.text-path #n-1 {
  -webkit-transition-delay: 0.35s;
  transition-delay: 0.35s;
  -webkit-transform: translateY(10px);
  transform: translateY(10px);
}

.landing .graph.do.do2 g.text-path #p-1 {
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s;
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
}

.landing .graph.do.do2 g.text-path #i-2 {
  -webkit-transition-delay: 0.45s;
  transition-delay: 0.45s;
  -webkit-transform: translateY(10px);
  transform: translateY(10px);
}

.landing .graph.do.do2 g.text-path #l-1 {
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s;
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
}

.landing .graph.do.do2 g.text-path #l-2 {
  -webkit-transition-delay: 0.55s;
  transition-delay: 0.55s;
  -webkit-transform: translateY(10px);
  transform: translateY(10px);
}

.landing .graph.do.do2 g.text-path #o-3 {
  -webkit-transition-delay: 0.6s;
  transition-delay: 0.6s;
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
}

.landing .graph.do.do2 g.text-path #w-1 {
  -webkit-transition-delay: 0.65s;
  transition-delay: 0.65s;
  -webkit-transform: translateY(10px);
  transform: translateY(10px);
}

.landing .graph.do.do2 .wave-line {
  stroke-dashoffset: -500;
  -webkit-transition-delay: 0.8s;
  transition-delay: 0.8s;
}

.ie-graph {
  display: none;
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 178px;
  height: 85px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.ie-graph.do {
  opacity: 1;
}

html.ie .landing {
  display: block !important;
}
html.ie .landing .ie-graph {
  display: block;
}
html.ie .landing .graph {
  display: none;
}

.bkt {
  width: 50px;
  height: 50px;
  border-radius: 100%;
  padding: 5px;
  overflow: hidden;
  position: fixed;
  z-index: 400;
  right: 20px;
  bottom: 60px;
  opacity: 0;
  -webkit-transition: 1.6s;
  transition: 1.6s;
  -webkit-transform: translateX(71px);
  transform: translateX(71px);
}

@media (max-width: 500px) {
  .bkt {
    right: 10px;
    bottom: 70px;
    bottom: calc(constant(safe-area-inset-bottom) + 70px);
    bottom: calc(env(safe-area-inset-bottom) + 70px);
  }
}
.bkt svg {
  width: 100%;
  height: 100%;
  display: block;
  background-color: #ffbf3b;
  border-radius: 100%;
  overflow: hidden;
  top: 0;
  left: 0;
  padding: 10px;
}

.bkt svg path {
  fill: #ffffff;
}

.bkt.show {
  opacity: 1;
  -webkit-transition: 0.9s;
  transition: 0.9s;
  -webkit-transform: translateX(0px);
  transform: translateX(0px);
}

.bkt:hover {
  cursor: pointer;
}

/*header*/
header {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  background-color: #fff;
}
@media (max-width: 767px) {
  header {
    background-color: #fff;
  }
}

.home header {
  background-color: transparent;
}
@media (max-width: 767px) {
  .home header {
    background-color: #fff;
  }
}

header.fixed {
  background-color: #fff;
  -webkit-box-shadow: 0 5px 10px rgba(20, 20, 20, 0.08);
          box-shadow: 0 5px 10px rgba(20, 20, 20, 0.08);
}

header .inner {
  padding: 30px 40px;
  max-width: none;
}
@media (max-width: 990px) {
  header .inner {
    padding: 30px 20px;
  }
}
@media (max-width: 767px) {
  header .inner {
    padding: 15px 10px 15px;
  }
}

header .brand {
  width: 299px;
}
@media (max-width: 960px) {
  header .brand {
    width: 200px;
  }
}

header .brand a,
header .brand a:link {
  width: 299px;
  max-width: 299px;
  min-width: 299px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
@media (max-width: 960px) {
  header .brand a,
  header .brand a:link {
    width: 200px;
    max-width: 200px;
    min-width: 200px;
  }
}
@media (max-width: 767px) {
  header .brand a,
  header .brand a:link {
    width: 200px;
    margin: 0 auto 0px;
    max-width: 200px;
    min-width: 200px;
  }
}

@media (min-width: 1100px) {
  header .brand a,
  header .brand a:link {
    -webkit-transition: 0.2s;
    transition: 0.2s;
  }

  header .brand a:hover,
  header .brand a:link:hover {
    opacity: 0.6;
  }
}
header .brand a img,
header .brand a:link img {
  width: 299px;
  max-width: 299px;
  min-width: 299px;
}
@media (max-width: 960px) {
  header .brand a img,
  header .brand a:link img {
    width: 200px;
    max-width: 200px;
    min-width: 200px;
  }
}
@media (max-width: 767px) {
  header .brand a img,
  header .brand a:link img {
    width: 200px;
    margin: 0 auto;
    max-width: 200px;
    min-width: 200px;
  }
}

header .header-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 767px) {
  header .header-wrapper {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

header .header-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media (max-width: 767px) {
  header .header-links {
    display: none;
  }
}

header .header-links .btn {
  margin-left: 10px;
}

.btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.btn a,
.btn a:link {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  font-size: 20px;
  line-height: 1.15;
  white-space: nowrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: 700;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #ffffff;
  padding: 0.3em 1.5em 0.5em 1.5em;
  border-radius: 3em;
  -webkit-box-shadow: inset 0px 1px 0px rgba(255, 255, 255, 0.3), 0px 2px 3px rgba(0, 0, 0, 0.1);
          box-shadow: inset 0px 1px 0px rgba(255, 255, 255, 0.3), 0px 2px 3px rgba(0, 0, 0, 0.1);
}
@media (max-width: 1680px) {
  .btn a,
  .btn a:link {
    font-size: 20px;
  }
}
@media (max-width: 1100px) {
  .btn a,
  .btn a:link {
    font-size: 16px;
  }
}
@media (max-width: 930px) {
  .btn a,
  .btn a:link {
    font-size: 14px;
  }
}
@media (max-width: 550px) {
  .btn a,
  .btn a:link {
    font-size: 12px;
  }
}

.btn.gray a,
.btn.gray a:link {
  background-color: #4c4c4c;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#4c4c4c), to(#333333));
  background-image: linear-gradient(180deg, #4c4c4c 0%, #333333 100%);
}

.btn.red a,
.btn.red a:link {
  background-color: #f70d0d;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f70d0d), to(#bf1313));
  background-image: linear-gradient(180deg, #f70d0d 0%, #bf1313 100%);
}

@media (min-width: 1100px) {
  .btn.gray,
  .btn.red {
    -webkit-transition: 0.2s;
    transition: 0.2s;
  }

  .btn.gray:hover,
  .btn.red:hover {
    opacity: 0.6;
  }
}
/*hero*/
.hero {
  overflow: hidden;
  width: 100%;
  height: 100vh;
  min-height: 45vw;
  position: relative;
  z-index: 1;
}
@media (max-width: 1760px) {
  .hero {
    height: 61vw;
  }
}
@media (max-width: 767px) {
  .hero {
    height: 75vw;
    margin-top: 56px;
  }
}
.hero .slogan {
  bottom: 0%;
  left: 0%;
  width: 100%;
  text-align: center;
  padding: 0 20px 30px;
  z-index: 20;
  font-size: 80px;
  font-weight: 900;
  line-height: 1.1;
  color: #fff;
  position: absolute;
}
.hero .slogan p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.hero .slogan span {
  color: #f70d0d;
  font-size: 1.5em;
  line-height: 1;
  text-shadow: 0 0 5px #fff, 0 0 5px #fff,0 0 5px #fff, 0 0 5px #fff;
}
@media (max-width: 767px) {
  .hero .slogan span {
    text-shadow: 0 0 3px #fff, 0 0 3px #fff,0 0 3px #fff, 0 0 3px #fff;
  }
}
@media (max-width: 1760px) {
  .hero .slogan {
    font-size: 70px;
  }
}
@media (max-width: 1400px) {
  .hero .slogan {
    font-size: 48px;
  }
}
@media (max-width: 1200px) {
  .hero .slogan {
    font-size: 36px;
    padding: 0 20px 20px;
  }
}
@media (max-width: 767px) {
  .hero .slogan {
    font-size: 20px;
  }
}
.hero .hero-more {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.hero .hero-more a {
  background-color: #2097f5;
  color: #fff;
  border-radius: 20px;
  padding: 10px 35px 12px 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 24px;
  margin-top: 30px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
@media (max-width: 1400px) {
  .hero .hero-more a {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .hero .hero-more a {
    margin-top: 10px;
    padding: 4px 20px 6px 20px;
    font-size: 12px;
  }
}
.hero .hero-more a:hover {
  opacity: 0.7;
}
.hero .hero-more img {
  margin-left: 17px;
  width: 10px;
  min-width: 10px;
}
@media (max-width: 450px) {
  .hero .hero-more {
    margin-top: 40vw;
  }
}
@media (max-width: 400px) {
  .hero .hero-more {
    margin-top: 37vw;
  }
}
@media (max-width: 360px) {
  .hero .hero-more {
    margin-top: 35vw;
  }
}
.hero .hero-bg {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  z-index: 1;
  z-index: 1;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.hero .hero-bg video {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  z-index: 1;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
.hero .hero-bg:before {
  position: absolute;
  width: 100%;
  z-index: 2;
  bottom: 0;
  left: 0;
  right: 0;
  height: 50%;
  content: "";
  display: block;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(#adb1b4));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, #adb1b4 100%);
}

/*part01*/
.part01 {
  position: relative;
  z-index: 2;
  width: 100%;
}
.part01 .content {
  padding: 100px 20px;
  width: 100%;
  max-width: 1406px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .part01 .content {
    padding: 40px 20px;
  }
}
.part01 .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.part01 .title span {
  border-radius: 50px;
  background-color: #bf1313;
  color: #fff;
  font-size: 25px;
  text-align: center;
  padding: 4px 20px;
}
@media (max-width: 900px) {
  .part01 .title span {
    font-size: 19px;
  }
}
@media (max-width: 767px) {
  .part01 .title span {
    font-size: 16px;
  }
}
.part01 .ttl {
  text-align: center;
  font-size: 45px;
  margin-top: 30px;
  color: #bf1313;
}
@media (max-width: 900px) {
  .part01 .ttl {
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  .part01 .ttl {
    margin-top: 10px;
    font-size: 17px;
  }
}
.part01 .ttl span {
  color: #000;
  display: block;
  font-size: 30px;
}
@media (max-width: 900px) {
  .part01 .ttl span {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  .part01 .ttl span {
    font-size: 20px;
  }
}
.part01 .flex-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #f1f1f1;
  margin-top: 50px;
}
@media (max-width: 767px) {
  .part01 .flex-box {
    display: block;
    margin-top: 20px;
  }
}
.part01 .flex-box .left {
  width: 65%;
}
@media (max-width: 1000px) {
  .part01 .flex-box .left {
    width: 55%;
  }
}
@media (max-width: 767px) {
  .part01 .flex-box .left {
    width: 100%;
  }
}
.part01 .flex-box .left img {
  width: 100%;
  max-width: 841px;
  display: block;
}
.part01 .flex-box .right {
  padding: 20px;
  width: 35%;
  text-align: center;
  font-size: 20px;
}
@media (max-width: 1000px) {
  .part01 .flex-box .right {
    width: 45%;
  }
}
@media (max-width: 767px) {
  .part01 .flex-box .right {
    width: 100%;
    font-size: 16px;
  }
}
.part01 .flex-box .right span {
  display: block;
  font-size: 30px;
}
@media (max-width: 767px) {
  .part01 .flex-box .right span {
    font-size: 22px;
  }
}
.part01 .qa-box {
  margin-top: 70px;
}
@media (max-width: 767px) {
  .part01 .qa-box {
    margin-top: 20px;
  }
}
.part01 .qa-box .item {
  background-color: #f1f1f1;
  text-transform: uppercase;
  margin-top: 40px;
}
@media (max-width: 767px) {
  .part01 .qa-box .item {
    margin-top: 20px;
    font-size: 16px;
  }
}
.part01 .qa-box .item .img img {
  margin: 30px auto;
  display: block;
  width: 100%;
  max-width: 910px;
}
@media (max-width: 767px) {
  .part01 .qa-box .item .img img {
    margin: 10px auto;
  }
}
.part01 .qa-box .item span {
  white-space: nowrap;
}
.part01 .qa-box .item .item-q {
  background-color: #212121;
  color: #fff;
  padding: 10px 30px;
}
@media (max-width: 767px) {
  .part01 .qa-box .item .item-q {
    padding: 5px 10px;
  }
}
.part01 .qa-box .item .item-a {
  padding: 12px 30px;
}
.part01 .qa-box .item .item-a.hide {
  height: 83px;
  overflow: hidden;
}
.part01 .qa-box .item .item-a.show {
  height: auto;
  overflow: inherit;
}
@media (max-width: 767px) {
  .part01 .qa-box .item .item-a {
    padding: 5px 10px;
    font-size: 14px;
  }
  .part01 .qa-box .item .item-a.hide {
    height: 50px;
  }
}
.part01 .qa-box .item .more {
  font-size: 20px;
  white-space: nowrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 8px 30px 12px;
}
@media (max-width: 767px) {
  .part01 .qa-box .item .more {
    font-size: 14px;
    padding: 8px 10px 12px;
  }
}
.part01 .qa-box .item .more span {
  cursor: pointer;
  text-transform: capitalize;
  text-decoration: underline;
}
.part01 .qa-box .item .more.hide {
  display: none;
}
.part01 .qa-box .item:nth-child(2) .img img {
  max-width: 707px;
}
.part01 .narrow-air {
  width: 100%;
  max-width: 600px;
  margin: auto;
}
.part01 .narrow-air img {
  max-width: 100%;
  margin: auto;
}
.part01 .hero-more {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.part01 .hero-more a {
  background-color: #2097f5;
  color: #fff;
  border-radius: 20px;
  padding: 10px 35px 12px 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 24px;
  margin-top: 30px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
@media (max-width: 1400px) {
  .part01 .hero-more a {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .part01 .hero-more a {
    margin-top: 20px;
    padding: 4px 20px 6px 20px;
    font-size: 12px;
  }
}
.part01 .hero-more a:hover {
  opacity: 0.7;
}
.part01 .hero-more img {
  margin-left: 17px;
  width: 10px;
  min-width: 10px;
}

/*part02*/
.part02 {
  width: 100%;
  background-color: #111014;
  padding: 94px 20px 100px;
}
@media (max-width: 767px) {
  .part02 {
    padding: 40px 20px 40px;
  }
}
.part02 .img {
  margin-top: 140px;
}
@media (max-width: 900px) {
  .part02 .img {
    margin-top: 80px;
  }
}
@media (max-width: 767px) {
  .part02 .img {
    margin-top: 40px;
  }
}
.part02 .img img {
  width: 33%;
  display: block;
  max-width: 195px;
  margin: 0 auto;
}
.part02 .img2 {
  margin-top: 25px;
}
.part02 .img2 img {
  width: 100%;
  display: block;
  max-width: 1249px;
  margin: 0 auto;
}
.part02 .cols {
  max-width: 1100px;
  margin: 0 auto;
  width: 100%;
}
.part02 .cols .col {
  padding: 30px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #b1b1b1;
}
.part02 .cols .col:first-child {
  border-top: 1px solid #b1b1b1;
}
.part02 .medal-items {
  font-weight: 900;
}
.part02 .medal-items .col {
  position: relative;
}
.part02 .medal-items .col img {
  width: 17%;
  max-width: 179px;
}
@media (max-width: 450px) {
  .part02 .medal-items .col {
    padding: 10px;
  }
}
.part02 .medal-items p {
  width: 83%;
  padding-left: 40px;
  color: #ffffff;
  font-size: 58px;
  line-height: 1.4;
  white-space: nowrap;
}
@media (max-width: 1360px) {
  .part02 .medal-items p {
    font-size: 46px;
  }
}
@media (max-width: 767px) {
  .part02 .medal-items p {
    font-size: 26px;
  }
}
@media (max-width: 1100px) {
  .part02 .medal-items p {
    font-size: 33px;
  }
}
@media (max-width: 450px) {
  .part02 .medal-items p {
    font-size: 16px;
    padding-left: 10px;
    white-space: nowrap !important;
  }
  .part02 .medal-items p br {
    display: block !important;
  }
}
.part02 .medal-items p span {
  position: relative;
  display: inline-block;
  margin-left: 20px;
}
.part02 .medal-items p span i {
  font-size: 14px;
  color: #999999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 1.15;
  white-space: nowrap;
  font-style: normal;
}
.part02 .note {
  max-width: 1100px;
  margin: 30px auto 0;
  width: 100%;
  font-size: 14px;
  line-height: 1.8;
  color: #8c8c8c;
}
@media (max-width: 450px) {
  .part02 .note {
    font-size: 12px;
    margin-top: 10px;
  }
}

/*part03*/
.part03 {
  width: 100%;
}
.part03 .content {
  width: 100%;
  max-width: 1406px;
  padding: 100px 20px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .part03 .content {
    padding: 40px 20px;
  }
}
.part03 .flex {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 767px) {
  .part03 .flex {
    display: block;
  }
}
.part03 .flex .img {
  width: calc(50% - 30px);
}
@media (max-width: 900px) {
  .part03 .flex .img {
    width: calc(50% - 10px);
  }
}
@media (max-width: 767px) {
  .part03 .flex .img {
    width: 100%;
    margin-bottom: 10px;
  }
  .part03 .flex .img:last-child {
    margin-bottom: 0px;
  }
}
.part03 .flex .img img {
  width: 100%;
  display: block;
}
.part03 .title {
  font-size: 62px;
  text-align: center;
  margin-top: 30px;
}
.part03 .title span {
  color: #bf1313;
}
@media (max-width: 1760px) {
  .part03 .title {
    font-size: 60px;
  }
}
@media (max-width: 1400px) {
  .part03 .title {
    font-size: 48px;
  }
}
@media (max-width: 1200px) {
  .part03 .title {
    font-size: 36px;
  }
}
@media (max-width: 767px) {
  .part03 .title {
    font-size: 19px;
    margin-top: 20px;
  }
}

/*part04*/
.part04 {
  width: 100%;
}
.part04 .content {
  width: 100%;
  max-width: 1406px;
  padding: 100px 20px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .part04 .content {
    padding: 40px 20px;
  }
}
.part04 .title {
  font-size: 62px;
  text-align: center;
  margin-bottom: 30px;
}
@media (max-width: 1760px) {
  .part04 .title {
    font-size: 60px;
  }
}
@media (max-width: 1400px) {
  .part04 .title {
    font-size: 48px;
  }
}
@media (max-width: 1200px) {
  .part04 .title {
    font-size: 36px;
  }
}
@media (max-width: 767px) {
  .part04 .title {
    font-size: 19px;
    margin-bottom: 10px;
  }
}
.part04 .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 767px) {
  .part04 .flex {
    display: block;
  }
}
.part04 .flex .img {
  width: calc(50% - 30px);
}
@media (max-width: 900px) {
  .part04 .flex .img {
    width: calc(50% - 10px);
  }
}
@media (max-width: 767px) {
  .part04 .flex .img {
    width: 100%;
    margin-bottom: 10px;
  }
  .part04 .flex .img:last-child {
    margin-bottom: 0px;
  }
}
.part04 .flex img {
  width: 100%;
  display: block;
}
.part04 .min {
  width: calc(50% - 30px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 10px 0;
}
@media (max-width: 767px) {
  .part04 .min {
    width: 100%;
  }
  .part04 .min img {
    width: 100%;
    display: block;
    max-width: 60px;
  }
}
.part04 .item-text {
  background-color: #fff;
  border: 1px solid #000;
  padding: 40px;
  font-size: 24px;
  margin-top: 40px;
}
@media (max-width: 767px) {
  .part04 .item-text {
    margin-top: 20px;
    padding: 10px;
    font-size: 14px;
  }
}

/*part05*/
.part05 {
  background-color: #000;
  width: 100%;
}
.part05 .video-box {
  width: 100%;
}
.part05 .tpa-video {
  width: 100%;
  height: 100%;
}

/*part06*/
.part06 {
  background-color: #f1f1f1;
}
.part06 .section-content {
  width: 100%;
  padding: 120px 20px;
  margin: 0 auto;
  max-width: 1406px;
}
@media (max-width: 767px) {
  .part06 .section-content {
    padding: 40px 20px;
  }
}
.part06 .part06-more {
  margin-top: 64px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.part06 .part06-more > div {
  cursor: pointer;
  padding: 2px 32px 4px 32px;
  color: #000;
  font-size: 18px;
  border: 1px solid #000;
  border-radius: 30px;
}
@media (min-width: 767px) {
  .part06 .part06-more > div {
    -webkit-transition: 0.2s;
    transition: 0.2s;
  }
  .part06 .part06-more > div:hover {
    opacity: 0.7;
  }
}
.part06 .part06-more a {
  cursor: pointer;
  padding: 2px 32px 4px 32px;
  color: #000;
  font-size: 18px;
  border: 1px solid #000;
  border-radius: 30px;
}
@media (min-width: 767px) {
  .part06 .part06-more a {
    -webkit-transition: 0.2s;
    transition: 0.2s;
  }
  .part06 .part06-more a:hover {
    opacity: 0.7;
  }
}
@media (max-width: 1230px) {
  .part06 .part06-more {
    margin-top: 70px;
  }
}
@media (max-width: 767px) {
  .part06 .part06-more {
    margin-top: 20px;
  }
  .part06 .part06-more a {
    font-size: 16px;
  }
}
.part06 .part06-more img {
  margin-left: 17px;
  width: 10px;
  min-width: 10px;
}
@media (max-width: 767px) {
  .part06 .part06-more img {
    margin-left: 10px;
    width: 6px;
    min-width: 6px;
  }
}
.part06 .title {
  line-height: 1.1;
  font-weight: 900;
  margin-bottom: 30px;
  font-size: 60px;
}
@media (max-width: 1920px) {
  .part06 .title {
    font-size: 3vw;
  }
}
@media (max-width: 1230px) {
  .part06 .title {
    font-size: 40px;
  }
}
@media (max-width: 767px) {
  .part06 .title {
    font-size: 18px;
    margin-bottom: 10px;
  }
}
.part06 .text {
  font-size: 24px;
  line-height: 1.1;
  color: #a1a1a1;
  margin-bottom: 50px;
}
@media (max-width: 1230px) {
  .part06 .text {
    font-size: 18px;
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .part06 .text {
    font-size: 12px;
    margin-bottom: 20px;
  }
}
.part06 .video-list {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 40px;
}
.part06 .video-list:last-child {
  margin-bottom: 0px;
}
@media (max-width: 767px) {
  .part06 .video-list {
    display: block;
    margin-bottom: 10px;
  }
}
.part06 .video-list02 {
  margin-bottom: 0px;
  display: none;
}
.part06 .video-list02.show {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 767px) {
  .part06 .video-list02.show {
    display: block;
  }
}
.part06 .video-box {
  width: 48%;
  max-width: 650px;
}
@media (max-width: 1400px) {
  .part06 .video-box {
    width: calc(50% - 10px);
  }
}
@media (max-width: 767px) {
  .part06 .video-box {
    width: 100%;
    margin-bottom: 10px;
  }
  .part06 .video-box:last-child {
    margin-bottom: 0;
  }
}
.part06 .tpa-video {
  width: 100%;
  height: 100%;
}

.part06-more.hide {
  display: none;
}

/*part08*/
.part08 {
  width: 100%;
}
.part08 img {
  width: 100%;
}
.part08 .content {
  width: 100%;
  padding: 0px 20px;
  margin: 0 auto;
  max-width: 1406px;
}
.part08 .video-box {
  position: relative;
  width: 100%;
}
.part08 .tpa-video {
  width: 100%;
  height: 100%;
}
.part08 .title {
  font-weight: 900;
  line-height: 1.1;
  margin-bottom: 45px;
  font-size: 60px;
}
@media (max-width: 1920px) {
  .part08 .title {
    font-size: 3vw;
  }
}
@media (max-width: 1230px) {
  .part08 .title {
    font-size: 40px;
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .part08 .title {
    font-size: 18px;
    margin-bottom: 20px;
  }
}
.part08 .ttl {
  font-size: 36px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 45px;
}
@media (max-width: 1230px) {
  .part08 .ttl {
    font-size: 24px;
    margin-bottom: 30px;
  }
}
.part08 .ttl span {
  line-height: 1.4;
  font-size: 18px;
  border: 1px solid #000;
  border-radius: 10px;
  padding: 1px 23px 2px 23px;
  margin-right: 40px;
}
@media (max-width: 767px) {
  .part08 .ttl {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    font-size: 14px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-bottom: 20px;
  }
  .part08 .ttl span {
    margin-bottom: 10px;
    font-size: 12px;
    padding: 1px 23px 2px 23px;
    margin-right: 0px;
  }
}
.part08 .item-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 767px) {
  .part08 .item-list {
    display: block;
  }
}
.part08 .item-list p {
  margin-top: 20px;
  font-size: 24px;
  line-height: 1.4;
}
@media (max-width: 1230px) {
  .part08 .item-list p {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .part08 .item-list p {
    text-align: center;
    font-size: 12px;
    margin-bottom: 12px;
    margin-top: 5px;
  }
}
.part08 .text {
  font-size: 30px;
  max-width: 730px;
  font-weight: 500;
  letter-spacing: 1px;
  line-height: 1.4;
  margin-bottom: 20px;
}
@media (max-width: 1230px) {
  .part08 .text {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  .part08 .text {
    margin-bottom: 10px;
    font-size: 14px;
  }
}
.part08 .txt {
  font-size: 19px;
  color: #a3a3a3;
  margin-top: 20px;
}
@media (max-width: 767px) {
  .part08 .txt {
    font-size: 12px;
    margin-top: 10px;
  }
}
.part08 .item-box {
  border-bottom: 1px solid #000;
  padding: 60px 0;
}
@media (max-width: 900px) {
  .part08 .item-box {
    padding: 40px 0;
  }
}
@media (max-width: 767px) {
  .part08 .item-box {
    padding: 20px 0;
  }
}
@media (max-width: 767px) {
  .part08 .item-box .item {
    width: 100% !important;
  }
}
.part08 .item-box:last-child {
  border-bottom: 0px solid #000;
}
@media (max-width: 767px) {
  .part08 .item-box:nth-child(4) .ttl {
    margin-bottom: 0;
  }
}
.part08 .item-box:nth-child(3) .item-list {
  margin-bottom: 45px;
}
@media (max-width: 767px) {
  .part08 .item-box:nth-child(3) .item-list {
    margin-bottom: 20px;
  }
}
.part08 .item-box:nth-child(3) .item-list .item {
  width: calc(33.333333% - 20px);
}
@media (max-width: 900px) {
  .part08 .item-box:nth-child(3) .item-list .item {
    width: calc(33.333333% - 10px);
  }
}
.part08 .item-box:nth-child(3) .item-list .item p {
  text-align: center;
}
.part08 .item-box:nth-child(1) .item-list .item {
  width: calc(50% - 30px);
}
@media (max-width: 900px) {
  .part08 .item-box:nth-child(1) .item-list .item {
    width: calc(50% - 10px);
  }
}
@media (max-width: 767px) {
  .part08 .item-box:nth-child(2) .ttl {
    margin-bottom: 0;
  }
}
.part08 .item-box:nth-child(2) .item-list {
  margin-top: 45px;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .part08 .item-box:nth-child(2) .item-list {
    margin-top: 10px;
    margin-bottom: 10px;
  }
}
.part08 .item-box:nth-child(2) .item-list .item {
  width: 100%;
}
.part08 .item-box:nth-child(2) .item-list .item img {
  width: 100%;
  max-width: 913px;
}

/*part-buy*/
.part-buy {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  color: #fff;
}
.part-buy .content {
  width: 100%;
  max-width: 1960px;
  padding: 70px 20px;
  margin: 0 auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 767px) {
  .part-buy .content {
    display: block;
    padding: 40px 20px;
  }
}
.part-buy .content .title-sub {
  text-align: center;
  line-height: 1.1;
  margin-bottom: 10px;
  font-size: 36px;
}
@media (max-width: 1920px) {
  .part-buy .content .title-sub {
    font-size: 1.7vw;
  }
}
@media (max-width: 767px) {
  .part-buy .content .title-sub {
    font-size: 18px;
  }
}
.part-buy .content .title {
  text-align: center;
  line-height: 1.1;
  margin-bottom: 30px;
  font-size: 68px;
}
@media (max-width: 1920px) {
  .part-buy .content .title {
    font-size: 3.3vw;
  }
}
@media (max-width: 767px) {
  .part-buy .content .title {
    font-size: 22px;
  }
}
.part-buy .content .img1 {
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .part-buy .content .img1 {
    margin-bottom: 10px;
  }
}
.part-buy .content .img1 img {
  width: 68%;
  max-width: 473px;
}
@media (max-width: 767px) {
  .part-buy .content .img1 img {
    display: block;
    margin: 0 auto;
  }
}
.part-buy .content .img2 img {
  width: 100%;
  max-width: 837px;
}
@media (max-width: 767px) {
  .part-buy .content .img2 img {
    display: block;
    margin: 0 auto;
  }
}
.part-buy .content .img3 img {
  width: 100%;
  max-width: 716px;
}
@media (max-width: 767px) {
  .part-buy .content .img3 img {
    display: block;
    margin: 0 auto;
  }
}
.part-buy .content .left {
  width: 50%;
  padding: 0 70px;
}
@media (max-width: 1330px) {
  .part-buy .content .left {
    padding: 0 30px;
  }
}
@media (max-width: 767px) {
  .part-buy .content .left {
    width: 100%;
    padding: 0 0px;
  }
}
.part-buy .content .right {
  width: 50%;
}
@media (max-width: 767px) {
  .part-buy .content .right {
    width: 100%;
    margin-top: 10px;
  }
}
.part-buy .content p {
  margin-top: 50px;
  text-align: center;
  font-size: 14px;
}
@media (max-width: 1330px) {
  .part-buy .content p {
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  .part-buy .content p {
    margin-top: 10px;
    font-size: 12px;
  }
}
.part-buy .txt-red {
  width: 100%;
  max-width: 719px;
  margin: 0 auto;
  line-height: 1.1;
  margin-bottom: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 48px;
}
@media (max-width: 1920px) {
  .part-buy .txt-red {
    font-size: 2.3vw;
  }
}
.part-buy .txt-red span {
  background-color: #e20045;
  color: #fff;
  padding: 1px 22px 4px 22px;
}
@media (max-width: 767px) {
  .part-buy .txt-red {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: 16px;
  }
}
.part-buy .buy-content {
  width: 100%;
  max-width: 719px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.part-buy .buy-content .ine {
  min-width: 29px;
  width: 29px;
}
.part-buy .buy-content .ine img {
  width: 100%;
}
@media (max-width: 767px) {
  .part-buy .buy-content .ine {
    min-width: 15px;
    width: 15px;
  }
}
.part-buy .buy-content .left-nub {
  padding-right: 32px;
}
.part-buy .buy-content .left-nub .ttl {
  line-height: 1.1;
  font-size: 24px;
}
@media (max-width: 1920px) {
  .part-buy .buy-content .left-nub .ttl {
    font-size: 1.1vw;
  }
}
@media (max-width: 767px) {
  .part-buy .buy-content .left-nub .ttl {
    font-size: 15px;
  }
}
@media (max-width: 767px) {
  .part-buy .buy-content .left-nub {
    padding-right: 10px;
  }
}
.part-buy .buy-content .right-nam {
  white-space: nowrap;
  padding-left: 32px;
  color: #fcff00;
  line-height: 1.1;
  font-weight: 900;
  font-size: 88px;
}
@media (max-width: 1920px) {
  .part-buy .buy-content .right-nam {
    font-size: 4.2vw;
  }
}
@media (max-width: 767px) {
  .part-buy .buy-content .right-nam {
    font-size: 24px;
    padding-left: 10px;
  }
}
.part-buy .buy-content .mate-list {
  white-space: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.part-buy .buy-content .mate-list .mate {
  line-height: 1.1;
  font-size: 71px;
}
@media (max-width: 1920px) {
  .part-buy .buy-content .mate-list .mate {
    font-size: 3.5vw;
  }
}
@media (max-width: 767px) {
  .part-buy .buy-content .mate-list .mate {
    font-size: 28px;
  }
}
.part-buy .buy-content .mate-list span {
  text-align: center;
  line-height: 1.1;
  font-size: 37px;
}
@media (max-width: 1920px) {
  .part-buy .buy-content .mate-list span {
    font-size: 1.9vw;
  }
}
.part-buy .buy-content .mate-list span em {
  font-style: normal;
  display: block;
  font-size: 16px;
}
@media (max-width: 767px) {
  .part-buy .buy-content .mate-list span {
    font-size: 20px;
  }
  .part-buy .buy-content .mate-list span em {
    font-size: 12px;
  }
}
.part-buy .buy-more {
  margin-top: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 1330px) {
  .part-buy .buy-more {
    margin-top: 20px;
  }
}
.part-buy .buy-more a {
  background-color: #1f97f4;
  padding: 2px 32px 4px 32px;
  color: #fff;
  font-size: 18px;
  border-radius: 30px;
}
@media (min-width: 767px) {
  .part-buy .buy-more a {
    -webkit-transition: 0.2s;
    transition: 0.2s;
  }
  .part-buy .buy-more a:hover {
    opacity: 0.7;
  }
}
@media (max-width: 767px) {
  .part-buy .buy-more a {
    font-size: 16px;
  }
}
.part-buy .buy-more img {
  margin-left: 17px;
  width: 10px;
  min-width: 10px;
}
@media (max-width: 767px) {
  .part-buy .buy-more img {
    margin-left: 10px;
    width: 6px;
    min-width: 6px;
  }
}

/*part-buy02*/
.part-buy02 {
  margin-top: 70px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  color: #fff;
}
@media (max-width: 767px) {
  .part-buy02 {
    margin-top: 40px;
  }
}
.part-buy02 .content {
  width: 100%;
  max-width: 1960px;
  padding: 70px 20px;
  margin: 0 auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 767px) {
  .part-buy02 .content {
    display: block;
    padding: 40px 20px;
  }
}
.part-buy02 .content .title-sub {
  text-align: center;
  line-height: 1.1;
  margin-bottom: 10px;
  font-size: 36px;
}
@media (max-width: 1920px) {
  .part-buy02 .content .title-sub {
    font-size: 1.7vw;
  }
}
@media (max-width: 767px) {
  .part-buy02 .content .title-sub {
    font-size: 18px;
  }
}
.part-buy02 .content .title {
  text-align: center;
  line-height: 1.1;
  margin-bottom: 30px;
  font-size: 68px;
}
@media (max-width: 1920px) {
  .part-buy02 .content .title {
    font-size: 3.3vw;
  }
}
@media (max-width: 767px) {
  .part-buy02 .content .title {
    font-size: 22px;
  }
}
.part-buy02 .content .img1 {
  margin-top: 70px;
}
@media (max-width: 767px) {
  .part-buy02 .content .img1 {
    margin-top: 0px;
  }
}
.part-buy02 .content .img1 img {
  width: 100%;
  max-width: 716px;
  margin: 0 auto;
  display: block;
}
.part-buy02 .content .left {
  width: 50%;
  padding: 0 70px;
}
@media (max-width: 1330px) {
  .part-buy02 .content .left {
    padding: 0 30px;
  }
}
@media (max-width: 767px) {
  .part-buy02 .content .left {
    width: 100%;
    padding: 0 0px;
  }
}
.part-buy02 .content .right {
  width: 50%;
}
@media (max-width: 767px) {
  .part-buy02 .content .right {
    width: 100%;
    margin-top: 10px;
  }
}
.part-buy02 .content p {
  margin-top: 50px;
  text-align: center;
  font-size: 14px;
}
@media (max-width: 1330px) {
  .part-buy02 .content p {
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  .part-buy02 .content p {
    margin-top: 10px;
    font-size: 12px;
  }
}
.part-buy02 .txt-red {
  width: 100%;
  max-width: 719px;
  margin: 0 auto;
  line-height: 1.1;
  margin-bottom: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 48px;
}
@media (max-width: 1920px) {
  .part-buy02 .txt-red {
    font-size: 2.3vw;
  }
}
.part-buy02 .txt-red span {
  background-color: #e20045;
  color: #fff;
  padding: 1px 22px 4px 22px;
}
.part-buy02 .buy-content {
  width: 100%;
  max-width: 719px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.part-buy02 .buy-content .ine {
  min-width: 29px;
  width: 29px;
}
@media (max-width: 767px) {
  .part-buy02 .buy-content .ine {
    min-width: 15px;
    width: 15px;
  }
}
.part-buy02 .buy-content .ine img {
  width: 100%;
}
.part-buy02 .buy-content .left-nub {
  padding-right: 32px;
}
.part-buy02 .buy-content .left-nub .ttl {
  line-height: 1.1;
  font-size: 24px;
}
@media (max-width: 1920px) {
  .part-buy02 .buy-content .left-nub .ttl {
    font-size: 1.1vw;
  }
}
@media (max-width: 767px) {
  .part-buy02 .buy-content .left-nub .ttl {
    font-size: 15px;
  }
}
.part-buy02 .buy-content .right-nam {
  white-space: nowrap;
  padding-left: 32px;
  color: #fcff00;
  line-height: 1.1;
  font-weight: 900;
  font-size: 88px;
}
@media (max-width: 1920px) {
  .part-buy02 .buy-content .right-nam {
    font-size: 4.2vw;
  }
}
@media (max-width: 767px) {
  .part-buy02 .buy-content .right-nam {
    font-size: 24px;
    padding-left: 10px;
  }
}
.part-buy02 .buy-content .mate-list {
  white-space: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.part-buy02 .buy-content .mate-list .mate {
  line-height: 1.1;
  font-size: 71px;
}
@media (max-width: 1920px) {
  .part-buy02 .buy-content .mate-list .mate {
    font-size: 3.5vw;
  }
}
@media (max-width: 767px) {
  .part-buy02 .buy-content .mate-list .mate {
    font-size: 28px;
  }
}
.part-buy02 .buy-content .mate-list span {
  font-size: 37px;
  line-height: 1.1;
}
@media (max-width: 1920px) {
  .part-buy02 .buy-content .mate-list span {
    font-size: 1.9vw;
  }
}
@media (max-width: 767px) {
  .part-buy02 .buy-content .mate-list span {
    font-size: 20px;
  }
}
.part-buy02 .buy-content .mate-list span em {
  font-style: normal;
  display: block;
  font-size: 16px;
}
@media (max-width: 767px) {
  .part-buy02 .buy-content .mate-list span em {
    font-size: 12px;
  }
}
.part-buy02 .buy-more {
  margin-top: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 1330px) {
  .part-buy02 .buy-more {
    margin-top: 20px;
  }
}
.part-buy02 .buy-more a {
  background-color: #1f97f4;
  padding: 2px 32px 4px 32px;
  color: #fff;
  font-size: 18px;
  border-radius: 30px;
}
@media (min-width: 767px) {
  .part-buy02 .buy-more a {
    -webkit-transition: 0.2s;
    transition: 0.2s;
  }
  .part-buy02 .buy-more a:hover {
    opacity: 0.7;
  }
}
@media (max-width: 767px) {
  .part-buy02 .buy-more a {
    font-size: 16px;
  }
}
.part-buy02 .buy-more img {
  margin-left: 17px;
  width: 10px;
  min-width: 10px;
}
@media (max-width: 767px) {
  .part-buy02 .buy-more img {
    margin-left: 10px;
    width: 6px;
    min-width: 6px;
  }
}

/*part010*/
.part010 {
  width: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  color: #fff;
}
.part010 .content {
  width: 100%;
  padding: 100px 20px 100px;
  margin: 0 auto;
  max-width: 1406px;
}
@media (max-width: 1230px) {
  .part010 .content {
    padding: 100px 20px 100px;
  }
}
@media (max-width: 900px) {
  .part010 .content {
    padding: 60px 20px 100px;
  }
}
@media (max-width: 767px) {
  .part010 .content {
    padding: 40px 20px 40px;
  }
}
.part010 .content-inner {
  background-color: rgba(0, 0, 0, 0.48);
  padding: 30px;
}
@media (max-width: 767px) {
  .part010 .content-inner {
    padding: 20px;
  }
}
.part010 .title {
  text-align: center;
  font-weight: 900;
  line-height: 1.1;
  font-size: 60px;
}
@media (max-width: 1920px) {
  .part010 .title {
    font-size: 3vw;
  }
}
@media (max-width: 1230px) {
  .part010 .title {
    font-size: 40px;
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .part010 .title {
    font-size: 24px;
  }
}
.part010 .ttl {
  font-size: 30px;
  line-height: 1.2;
}
@media (max-width: 767px) {
  .part010 .ttl {
    font-size: 17px;
  }
}
.part010 .star {
  margin: 10px 0 53px;
}
@media (max-width: 1230px) {
  .part010 .star {
    margin: 10px 0 30px;
  }
}
@media (max-width: 767px) {
  .part010 .star {
    margin: 10px 0 20px;
  }
}
.part010 .star img {
  display: block;
  margin: 0 auto;
  max-width: 265px;
  width: 55%;
}
.part010 .nub {
  white-space: nowrap;
  color: #fcff00;
  font-size: 133px;
  line-height: 1.1;
}
@media (max-width: 1920px) {
  .part010 .nub {
    font-size: 6.3vw;
  }
}
@media (max-width: 767px) {
  .part010 .nub {
    font-size: 29px;
  }
}
.part010 .nub span {
  line-height: 1.1;
  font-size: 4.2vw;
}
@media (max-width: 767px) {
  .part010 .nub span {
    font-size: 20px;
  }
}
.part010 .txt {
  text-align: center;
  color: #fff;
  font-size: 14px;
}
@media (max-width: 900px) {
  .part010 .txt {
    font-size: 12px;
  }
}
.part010 .item-list {
  margin-top: 112px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media (max-width: 1230px) {
  .part010 .item-list {
    margin-top: 70px;
  }
}
@media (max-width: 900px) {
  .part010 .item-list {
    margin-top: 40px;
  }
}
@media (max-width: 767px) {
  .part010 .item-list {
    margin-top: 20px;
  }
}
.part010 .item-list .right {
  text-align: center;
  width: 45%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 767px) {
  .part010 .item-list .right {
    width: 60%;
  }
}

.part010-2 {
  background-color: #f0f0f0;
  width: 100%;
}
.part010-2 .content {
  width: 100%;
  padding: 100px 20px 100px;
  margin: 0 auto;
  max-width: 1406px;
}
@media (max-width: 1300px) {
  .part010-2 .content p {
    font-size: 14px;
  }
}
@media (max-width: 1300px) and (max-width: 767px) {
  .part010-2 .content p {
    font-size: 12px;
  }
}

@media (max-width: 1000px) {
  .part010-2 .content {
    padding: 80px 20px;
  }
}
@media (max-width: 767px) {
  .part010-2 .content {
    padding: 40px 20px;
  }
}
.part010-2 .flex {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 767px) {
  .part010-2 .flex {
    display: block;
  }
}
.part010-2 .flex .title {
  margin-bottom: 10px;
}
.part010-2 .flex .left {
  width: calc(50% - 25px);
  background-color: #999999;
}
@media (max-width: 900px) {
  .part010-2 .flex .left {
    width: calc(50% - 10px);
  }
}
@media (max-width: 767px) {
  .part010-2 .flex .left {
    width: 100%;
  }
}
.part010-2 .flex .right {
  width: calc(50% - 25px);
  background-color: #2e2e2e;
}
@media (max-width: 900px) {
  .part010-2 .flex .right {
    width: calc(50% - 10px);
  }
}
@media (max-width: 767px) {
  .part010-2 .flex .right {
    width: 100%;
    margin-top: 10px;
  }
}
.part010-2 .flex .ttl {
  color: #fff;
  font-weight: 900;
  font-size: 24px;
}
@media (max-width: 767px) {
  .part010-2 .flex .ttl {
    font-size: 16px;
  }
}
.part010-2 .flex .min-iner {
  border-radius: 30px;
  padding: 30px;
  font-size: 18px;
  color: #e8e8e8;
}
@media (max-width: 767px) {
  .part010-2 .flex .min-iner {
    padding: 20px;
  }
}
.part010-2 .flex .min-iner .ttl {
  margin-bottom: 5px;
}
.part010-2 .item-list {
  background-color: #fff;
  padding: 30px;
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .part010-2 .item-list {
    padding: 20px;
    margin-bottom: 20px;
  }
}
.part010-2 .item-list .flex-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (max-width: 767px) {
  .part010-2 .item-list .flex-box {
    display: block;
  }
}
.part010-2 .item-list .flex-box .ttl {
  margin-bottom: 10px;
}
.part010-2 .item-list .flex-box .ttl span {
  background-color: #1f97f4;
  padding: 2px 32px 4px 32px;
  color: #fff;
  font-size: 18px;
  border-radius: 30px;
}
@media (max-width: 767px) {
  .part010-2 .item-list .flex-box .ttl span {
    background-color: #1f97f4;
    padding: 2px 22px 4px 22px;
    font-size: 15px;
  }
}
.part010-2 .item-list .flex-box .left {
  width: calc(50% - 25px);
}
@media (max-width: 767px) {
  .part010-2 .item-list .flex-box .left {
    width: 100%;
  }
}
.part010-2 .item-list .flex-box .left img {
  width: 100%;
  display: block;
  max-width: 617px;
}
.part010-2 .item-list .flex-box .min {
  width: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 767px) {
  .part010-2 .item-list .flex-box .min {
    width: 100%;
  }
}
.part010-2 .item-list .flex-box .min img {
  display: block;
  width: 100%;
  max-width: 36px;
  margin-top: 50px;
}
@media (max-width: 767px) {
  .part010-2 .item-list .flex-box .min img {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
    margin-top: 0px;
  }
}
.part010-2 .item-list .flex-box .right {
  width: calc(50% - 25px);
}
@media (max-width: 767px) {
  .part010-2 .item-list .flex-box .right {
    width: 100%;
  }
}
.part010-2 .item-list .flex-box .right img {
  width: 100%;
  display: block;
  max-width: 617px;
}
.part010-2 .item-list .peo {
  margin-bottom: 30px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 767px) {
  .part010-2 .item-list .peo {
    display: block;
  }
}
@media (max-width: 767px) {
  .part010-2 .item-list .peo {
    margin-bottom: 20px;
  }
}
.part010-2 .item-list .peo .ttl {
  color: #000;
}
.part010-2 .item-list .peo .peo-txt {
  font-size: 18px;
}
@media (max-width: 1300px) {
  .part010-2 .item-list .peo .peo-txt {
    font-size: 14px;
  }
}
.part010-2 .item-list .peo .peo-txt span {
  font-weight: 900;
}
.part010-2 .item-list .peo .star {
  font-size: 18px;
}
@media (max-width: 767px) {
  .part010-2 .item-list .peo .star {
    font-size: 14px;
  }
}
.part010-2 .item-list .peo .star span {
  margin-right: 16px;
  font-weight: 900;
}
@media (max-width: 767px) {
  .part010-2 .item-list .peo .star span {
    margin-right: 10px;
  }
}
.part010-2 .item-list .peo .img {
  overflow: hidden;
  width: 40%;
  max-width: 240px;
  border-radius: 10px;
}
@media (max-width: 767px) {
  .part010-2 .item-list .peo .img {
    width: 100%;
    margin: 0 auto;
  }
}
.part010-2 .item-list .peo .img img {
  width: 100%;
}
.part010-2 .item-list .peo .brand {
  width: 60%;
  padding-left: 25px;
}
@media (max-width: 767px) {
  .part010-2 .item-list .peo .brand {
    width: 100%;
    padding-left: 0px;
    padding-top: 10px;
  }
}
.part010-2 .bottom {
  padding: 30px 0 0px;
  width: 100%;
  font-size: 18px;
}
@media (max-width: 1300px) {
  .part010-2 .bottom {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .part010-2 .bottom {
    font-size: 12px;
    padding: 10px 0 0px;
  }
}
.part010-2 .bottom span {
  margin-right: 20px;
  font-weight: 900;
  font-size: 24px;
}
@media (max-width: 1300px) {
  .part010-2 .bottom span {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .part010-2 .bottom span {
    font-size: 16px;
    margin-right: 10px;
  }
}
.part010-2 .more {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 767px) {
  .part010-2 .more {
    margin-top: 20px;
  }
}
.part010-2 .more a {
  border: 1px solid #000;
  padding: 2px 32px 4px 32px;
  color: #000;
  font-size: 18px;
  border-radius: 30px;
}
@media (min-width: 767px) {
  .part010-2 .more a {
    -webkit-transition: 0.2s;
    transition: 0.2s;
  }
  .part010-2 .more a:hover {
    opacity: 0.7;
  }
}
@media (max-width: 767px) {
  .part010-2 .more a {
    font-size: 16px;
  }
}
.part010-2 .more img {
  margin-left: 17px;
  width: 10px;
  min-width: 10px;
}
@media (max-width: 767px) {
  .part010-2 .more img {
    margin-left: 10px;
    width: 6px;
    min-width: 6px;
  }
}

/*part011*/
.part011 {
  width: 100%;
}
.part011 img {
  width: 100%;
}
.part011 .content {
  width: 100%;
  padding: 0px 20px;
  margin: 0 auto;
  max-width: 1406px;
}
@media (max-width: 767px) {
  .part011 .content {
    padding: 20px;
  }
}
.part011 .title {
  font-weight: 900;
  line-height: 1.1;
  margin-bottom: 45px;
  font-size: 60px;
}
@media (max-width: 1920px) {
  .part011 .title {
    font-size: 3vw;
  }
}
@media (max-width: 1230px) {
  .part011 .title {
    font-size: 40px;
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .part011 .title {
    font-size: 18px;
    margin-bottom: 20px;
  }
}
.part011 .ttl {
  font-size: 36px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 45px;
}
@media (max-width: 1230px) {
  .part011 .ttl {
    font-size: 24px;
    margin-bottom: 30px;
  }
}
.part011 .ttl span {
  line-height: 1.4;
  font-size: 18px;
  border: 1px solid #000;
  border-radius: 30px;
  padding: 1px 23px 2px 23px;
  margin-right: 40px;
}
@media (max-width: 767px) {
  .part011 .ttl {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    font-size: 14px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-bottom: 20px;
  }
  .part011 .ttl span {
    margin-bottom: 10px;
    font-size: 12px;
    padding: 1px 23px 2px 23px;
    margin-right: 0px;
  }
}
.part011 .item-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.part011 .item-list p {
  margin-top: 20px;
  font-size: 24px;
  line-height: 1.4;
}
@media (max-width: 1230px) {
  .part011 .item-list p {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .part011 .item-list p {
    text-align: center;
    font-size: 12px;
    margin-bottom: 12px;
    margin-top: 5px;
  }
}
.part011 .text {
  font-size: 30px;
  font-weight: 500;
  letter-spacing: 1px;
  max-width: 660px;
  line-height: 1.4;
  margin-bottom: 20px;
}
@media (max-width: 1230px) {
  .part011 .text {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  .part011 .text {
    margin-bottom: 10px;
    font-size: 14px;
  }
}
.part011 .txt {
  font-size: 24px;
  color: #a3a3a3;
}
@media (max-width: 767px) {
  .part011 .txt {
    font-size: 14px;
  }
}
.part011 .item-box {
  border-top: 1px solid #000;
  padding: 60px 0;
}
.part011 .item-box:first-child {
  border-top: 0px solid #000;
}
@media (max-width: 767px) {
  .part011 .item-box {
    padding: 20px 0;
  }
}
.part011 .item-box1 {
  /* .col3 {
      margin-bottom: 40px;
      width: calc(34% - 20px);
        @media (max-width: 900px) {
          width: calc(33% - 10px);
      }
      @media (max-width: 767px) {
          margin-bottom: 10px;
          width: calc(34% - 5px);
      }
      img {
          width: 100%;
          max-width: 428px;
      }
  } */
}
.part011 .item-box1 p {
  text-align: center;
}
.part011 .item-box1 .col1 {
  margin-bottom: 40px;
  width: 100%;
}
@media (max-width: 767px) {
  .part011 .item-box1 .col1 {
    margin-bottom: 10px;
  }
}
.part011 .item-box1 .col1 img {
  width: 100%;
  max-width: 920px;
}
.part011 .item-box1 .col2 {
  margin-bottom: 40px;
  width: 100%;
  /* ---- */
}
@media (max-width: 767px) {
  .part011 .item-box1 .col2 {
    margin-bottom: 10px;
  }
}
.part011 .item-box1 .col2 .img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.part011 .item-box1 .col2 img {
  width: calc(33.33% - 20px);
  max-width: 428px;
}
@media (max-width: 900px) {
  .part011 .item-box1 .col2 img {
    width: calc(33.33% - 10px);
  }
}
@media (max-width: 767px) {
  .part011 .item-box1 .col2 img {
    width: calc(33.33% - 5px);
  }
}
.part011 .item-box1 .col2 .text_group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.part011 .item-box1 .col2 .text_group .col1 {
  width: calc((33.33% - 5px) * 2);
}
.part011 .item-box1 .col2 .text_group .col2 {
  width: calc(33.33% - 20px);
}
@media (max-width: 900px) {
  .part011 .item-box1 .col2 .text_group .col1 {
    width: calc((33.33% - 2px) * 2);
  }
  .part011 .item-box1 .col2 .text_group .col2 {
    width: calc(33.33% - 10px);
  }
}
@media (max-width: 767px) {
  .part011 .item-box1 .col2 .text_group .col2 {
    width: calc(33.33% - 5px);
  }
}
.part011 .item-box1 .col4 {
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.part011 .item-box1 .col4 p {
  padding-left: 40px;
}
@media (max-width: 900px) {
  .part011 .item-box1 .col4 p {
    padding-left: 20px;
  }
}
@media (max-width: 767px) {
  .part011 .item-box1 .col4 p {
    padding-left: 10px;
  }
}
.part011 .item-box1 .col4 img {
  width: 32%;
  max-width: 428px;
}
@media (max-width: 767px) {
  .part011 .item-box1 .col4 img {
    width: 45%;
  }
}
.part011 .item-box2 .item-list {
  margin-top: 40px;
}
@media (max-width: 767px) {
  .part011 .item-box2 .item-list {
    margin-top: 20px;
  }
}
.part011 .item-box2 .small small {
  font-size: 14px;
}
@media (max-width: 767px) {
  .part011 .item-box2 .small small {
    font-size: 12px;
  }
}
@media (max-width: 767px) {
  .part011 .item-box2 .ttl {
    margin-bottom: 0px;
  }
}
.part011 .item-box3 .item-list {
  margin-top: 40px;
}
@media (max-width: 767px) {
  .part011 .item-box3 .item-list {
    margin-top: 20px;
  }
}
.part011 .item-box3 .item-list .item {
  width: calc(50% - 20px);
}
@media (max-width: 900px) {
  .part011 .item-box3 .item-list .item {
    width: calc(50% - 10px);
  }
}
@media (max-width: 767px) {
  .part011 .item-box3 .item-list .item {
    width: 100%;
    margin-bottom: 10px;
  }
  .part011 .item-box3 .item-list .item:last-child {
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  .part011 .item-box3 .ttl {
    margin-bottom: 0px;
  }
}
.part011 .item-box4 .item-list {
  margin-top: 40px;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .part011 .item-box4 .item-list {
    margin-top: 20px;
    margin-bottom: 10px;
  }
}
@media (max-width: 767px) {
  .part011 .item-box4 .ttl {
    margin-bottom: 0px;
  }
}

/*part013*/
.part013 {
  background-color: #f1f1f1;
  width: 100%;
}
.part013 .content {
  padding: 70px 20px;
  text-align: center;
  font-weight: 900;
  font-size: 72px;
  color: #f70d0d;
}
@media (max-width: 767px) {
  .part013 .content {
    padding: 40px 20px;
  }
}
@media (max-width: 1920px) {
  .part013 .content {
    font-size: 3.6vw;
  }
}
@media (max-width: 767px) {
  .part013 .content {
    font-size: 24px;
  }
}

/*part014*/
.part014 {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  color: #fff;
  overflow: hidden;
  position: relative;
}
.part014 .no01 {
  width: 223px;
  height: 223px;
  font-size: 48px;
  text-align: center;
  line-height: 1.1;
  border-radius: 50%;
  background-color: #ff0000;
  position: absolute;
  right: -60px;
  top: -64px;
  padding: 78px 40px 0 0;
}
@media (max-width: 1200px) {
  .part014 .no01 {
    width: 168px;
    height: 168px;
    font-size: 27px;
  }
}
@media (max-width: 767px) {
  .part014 .no01 {
    width: 131px;
    height: 131px;
    font-size: 17px;
    padding: 74px 39px 0 0;
  }
}
.part014 .content {
  width: 100%;
  max-width: 1960px;
  padding: 70px 20px;
  margin: 0 auto;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 1200px) {
  .part014 .content {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media (max-width: 767px) {
  .part014 .content {
    padding: 40px 20px;
  }
}
.part014 .content .img1 {
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .part014 .content .img1 {
    margin-bottom: 10px;
  }
}
.part014 .content .img1 img {
  width: 68%;
  max-width: 473px;
}
@media (max-width: 767px) {
  .part014 .content .img1 img {
    display: block;
    margin: 0 auto;
  }
}
.part014 .content .img2 img {
  width: 100%;
  max-width: 837px;
}
.part014 .content .img3 {
  margin-top: 130px;
}
@media (max-width: 1200px) {
  .part014 .content .img3 {
    margin-top: 20px;
  }
}
.part014 .content .img3 img {
  width: 100%;
  max-width: 600px;
}
.part014 .content .left {
  width: 38%;
  padding: 0 30px;
}
@media (max-width: 1200px) {
  .part014 .content .left {
    width: 50%;
    padding: 0 10px;
    -webkit-box-ordinal-group: -1;
        -ms-flex-order: -2;
            order: -2;
  }
}
@media (max-width: 767px) {
  .part014 .content .left {
    width: 100%;
    padding: 0;
  }
}
.part014 .content .middle {
  margin-top: 50px;
  width: 24%;
}
@media (max-width: 1200px) {
  .part014 .content .middle {
    width: 100%;
    margin-top: 20px;
  }
}
.part014 .content .right {
  width: 38%;
  padding: 0 30px;
}
@media (max-width: 1200px) {
  .part014 .content .right {
    width: 50%;
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
    padding: 0 10px;
  }
}
@media (max-width: 767px) {
  .part014 .content .right {
    width: 100%;
    padding: 0;
  }
}
.part014 .content p {
  margin-top: 50px;
  text-align: center;
  font-size: 14px;
}
@media (max-width: 767px) {
  .part014 .content p {
    margin-top: 10px;
    font-size: 12px;
  }
}
.part014 .txt-red {
  width: 100%;
  line-height: 1.1;
  margin-bottom: 16px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 48px;
}
@media (max-width: 1920px) {
  .part014 .txt-red {
    font-size: 2.3vw;
  }
}
@media (max-width: 767px) {
  .part014 .txt-red {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: 16px;
  }
}
.part014 .txt-red span {
  background-color: #e20045;
  color: #fff;
  padding: 1px 22px 4px 22px;
}
.part014 .nam {
  white-space: nowrap;
  text-align: center;
  color: #fcff00;
  line-height: 1.1;
  font-weight: 900;
  font-size: 50px;
}
@media (max-width: 1920px) {
  .part014 .nam {
    font-size: 2.4vw;
  }
}
@media (max-width: 1200px) {
  .part014 .nam br {
    display: none;
  }
}
@media (max-width: 767px) {
  .part014 .nam {
    font-size: 24px;
    white-space: break-spaces;
  }
}
.part014 .buy-more {
  margin-top: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 1330px) {
  .part014 .buy-more {
    margin-top: 20px;
  }
}
.part014 .buy-more a {
  background-color: #1f97f4;
  padding: 2px 32px 4px 32px;
  color: #fff;
  font-size: 18px;
  border-radius: 30px;
}
@media (min-width: 767px) {
  .part014 .buy-more a {
    -webkit-transition: 0.2s;
    transition: 0.2s;
  }
  .part014 .buy-more a:hover {
    opacity: 0.7;
  }
}
@media (max-width: 767px) {
  .part014 .buy-more a {
    font-size: 16px;
  }
}
.part014 .buy-more img {
  margin-left: 17px;
  width: 10px;
  min-width: 10px;
}
@media (max-width: 767px) {
  .part014 .buy-more img {
    margin-left: 10px;
    width: 6px;
    min-width: 6px;
  }
}
.part014 .copy {
  color: #fff;
}

.copy {
  width: 100%;
  text-align: center;
  font-size: 16px;
  padding: 0px 20px 50px;
}
@media (max-width: 767px) {
  .copy {
    padding: 0px 20px 20px;
    font-size: 12px;
  }
}

/*comment*/
.comment-part01 {
  margin-top: 99px;
  width: 100%;
  background-image: url(img/index/bg05.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  color: #fff;
}
@media (max-width: 767px) {
  .comment-part01 {
    margin-top: 56px;
  }
}
.comment-part01 .content {
  width: 100%;
  padding: 100px 20px 215px;
  margin: 0 auto;
  max-width: 1406px;
}
@media (max-width: 1230px) {
  .comment-part01 .content {
    padding: 100px 20px 100px;
  }
}
@media (max-width: 900px) {
  .comment-part01 .content {
    padding: 60px 20px 100px;
  }
}
@media (max-width: 767px) {
  .comment-part01 .content {
    padding: 40px 20px 40px;
  }
}
.comment-part01 .content-inner {
  background-color: rgba(0, 0, 0, 0.48);
  padding: 30px;
}
@media (max-width: 767px) {
  .comment-part01 .content-inner {
    padding: 20px;
  }
}
.comment-part01 .title {
  text-align: center;
  font-weight: 900;
  line-height: 1.1;
  font-size: 60px;
}
@media (max-width: 1920px) {
  .comment-part01 .title {
    font-size: 3vw;
  }
}
@media (max-width: 1230px) {
  .comment-part01 .title {
    font-size: 40px;
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .comment-part01 .title {
    font-size: 24px;
  }
}
.comment-part01 .ttl {
  font-size: 30px;
  line-height: 1.2;
}
@media (max-width: 767px) {
  .comment-part01 .ttl {
    font-size: 17px;
  }
}
.comment-part01 .star {
  margin: 10px 0 53px;
}
@media (max-width: 1230px) {
  .comment-part01 .star {
    margin: 10px 0 30px;
  }
}
@media (max-width: 767px) {
  .comment-part01 .star {
    margin: 10px 0 20px;
  }
}
.comment-part01 .star img {
  display: block;
  margin: 0 auto;
  max-width: 265px;
  width: 55%;
}
.comment-part01 .nub {
  white-space: nowrap;
  color: #fcff00;
  font-size: 133px;
  line-height: 1.1;
  font-size: 6.3vw;
}
@media (max-width: 767px) {
  .comment-part01 .nub {
    font-size: 29px;
  }
}
.comment-part01 .nub span {
  line-height: 1.1;
  font-size: 4.2vw;
}
@media (max-width: 767px) {
  .comment-part01 .nub span {
    font-size: 20px;
  }
}
.comment-part01 .txt {
  text-align: center;
  color: #fff;
  font-size: 14px;
}
@media (max-width: 900px) {
  .comment-part01 .txt {
    font-size: 12px;
  }
}
.comment-part01 .item-list {
  margin-top: 112px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media (max-width: 1230px) {
  .comment-part01 .item-list {
    margin-top: 70px;
  }
}
@media (max-width: 900px) {
  .comment-part01 .item-list {
    margin-top: 40px;
  }
}
@media (max-width: 767px) {
  .comment-part01 .item-list {
    margin-top: 20px;
  }
}
.comment-part01 .item-list .right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  width: 45%;
}
@media (max-width: 767px) {
  .comment-part01 .item-list .right {
    width: 60%;
  }
}

.comment-part02 {
  width: 100%;
}
.comment-part02 .content {
  width: 100%;
  padding: 100px 20px 100px;
  margin: 0 auto;
  max-width: 1406px;
}
@media (max-width: 1300px) {
  .comment-part02 .content p {
    font-size: 14px;
  }
}
@media (max-width: 1300px) and (max-width: 767px) {
  .comment-part02 .content p {
    font-size: 12px;
  }
}

@media (max-width: 1000px) {
  .comment-part02 .content {
    padding: 0px 20px 80px;
  }
}
@media (max-width: 767px) {
  .comment-part02 .content {
    padding: 0px 20px 40px;
  }
}
.comment-part02 .item-list {
  background-color: #d9d9d9;
  border-radius: 30px;
  margin-bottom: 77px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.comment-part02 .item-list:last-child {
  margin-bottom: 0;
}
@media (max-width: 900px) {
  .comment-part02 .item-list {
    margin-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .comment-part02 .item-list {
    margin-bottom: 20px;
  }
}
.comment-part02 .item-list .ttl {
  color: #fff;
  font-weight: 900;
  font-size: 24px;
}
@media (max-width: 767px) {
  .comment-part02 .item-list .ttl {
    font-size: 16px;
  }
}
.comment-part02 .item-list .min-iner {
  border-radius: 30px;
  background-color: #999999;
  padding: 30px;
  font-size: 18px;
  color: #e8e8e8;
}
@media (max-width: 767px) {
  .comment-part02 .item-list .min-iner {
    padding: 20px;
  }
}
.comment-part02 .item-list .min-iner .ttl {
  margin-bottom: 5px;
}
.comment-part02 .item-list .peo {
  margin-bottom: 30px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 767px) {
  .comment-part02 .item-list .peo {
    display: block;
  }
}
@media (max-width: 767px) {
  .comment-part02 .item-list .peo {
    margin-bottom: 20px;
  }
}
.comment-part02 .item-list .peo .ttl {
  color: #000;
}
.comment-part02 .item-list .peo .peo-txt {
  font-size: 18px;
}
@media (max-width: 1300px) {
  .comment-part02 .item-list .peo .peo-txt {
    font-size: 14px;
  }
}
.comment-part02 .item-list .peo .peo-txt span {
  font-weight: 900;
}
.comment-part02 .item-list .peo .star {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 18px;
}
@media (max-width: 767px) {
  .comment-part02 .item-list .peo .star {
    font-size: 14px;
  }
}
.comment-part02 .item-list .peo .star span {
  margin-right: 16px;
  font-weight: 900;
}
@media (max-width: 767px) {
  .comment-part02 .item-list .peo .star span {
    margin-right: 10px;
  }
}
.comment-part02 .item-list .peo .star .star-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.comment-part02 .item-list .peo .star .star-img img {
  width: 19px;
  min-width: 19px;
  margin-right: 8px;
}
.comment-part02 .item-list .peo .star .star-img img:last-child {
  margin-right: 0;
}
.comment-part02 .item-list .peo .img {
  overflow: hidden;
  width: 40%;
  max-width: 240px;
  border-radius: 10px;
}
@media (max-width: 767px) {
  .comment-part02 .item-list .peo .img {
    width: 100%;
    margin: 0 auto;
  }
}
.comment-part02 .item-list .peo .img img {
  width: 100%;
}
.comment-part02 .item-list .peo .brand {
  width: 60%;
  padding-left: 25px;
}
@media (max-width: 767px) {
  .comment-part02 .item-list .peo .brand {
    width: 100%;
    padding-left: 0px;
    padding-top: 10px;
  }
}
.comment-part02 .item-list .left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 50%;
  padding: 30px;
}
@media (max-width: 1300px) {
  .comment-part02 .item-list .left {
    padding: 30px 15px 30px 30px;
  }
}
@media (max-width: 1000px) {
  .comment-part02 .item-list .left {
    width: 100%;
    padding: 30px 30px 30px 30px;
  }
}
@media (max-width: 767px) {
  .comment-part02 .item-list .left {
    padding: 20px;
  }
}
.comment-part02 .item-list .left .min-iner {
  margin-top: auto;
}
.comment-part02 .item-list .right {
  width: 50%;
  padding: 30px;
}
@media (max-width: 1300px) {
  .comment-part02 .item-list .right {
    padding: 30px 30px 30px 15px;
  }
}
@media (max-width: 1000px) {
  .comment-part02 .item-list .right {
    width: 100%;
    padding: 0px 30px 30px 30px;
  }
}
@media (max-width: 767px) {
  .comment-part02 .item-list .right {
    padding: 0 20px 20px;
  }
}
.comment-part02 .item-list .right .min-iner {
  background-color: #2e2e2e;
  height: 100%;
}
.comment-part02 .item-list .bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  padding: 0 30px 30px;
  width: 100%;
  font-size: 18px;
}
@media (max-width: 1300px) {
  .comment-part02 .item-list .bottom {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .comment-part02 .item-list .bottom {
    font-size: 12px;
    display: block;
  }
}
.comment-part02 .item-list .bottom span {
  white-space: nowrap;
  display: block;
  margin-right: 20px;
  font-weight: 900;
  font-size: 24px;
}
@media (max-width: 1300px) {
  .comment-part02 .item-list .bottom span {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .comment-part02 .item-list .bottom span {
    font-size: 16px;
    margin-right: 10px;
    display: inline-block;
  }
}

/*pillow*/
.pillow-part01 {
  margin-top: 99px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
}
@media (max-width: 767px) {
  .pillow-part01 {
    margin-top: 56px;
  }
}
.pillow-part01 .content {
  width: 100%;
  padding: 206px 20px 82px;
  margin: 0 auto;
  max-width: 1810px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 1200px) {
  .pillow-part01 .content {
    padding: 100px 20px 62px;
  }
}
@media (max-width: 767px) {
  .pillow-part01 .content {
    display: block;
    padding: 40px 20px;
  }
}
.pillow-part01 .content .left {
  width: 62%;
  padding-right: 100px;
}
@media (max-width: 1200px) {
  .pillow-part01 .content .left {
    width: 57%;
    padding-right: 40px;
  }
}
@media (max-width: 767px) {
  .pillow-part01 .content .left {
    width: 100%;
    padding-right: 0px;
  }
}
.pillow-part01 .content .left img {
  width: 100%;
  max-width: 932px;
}
.pillow-part01 .content .right {
  width: 38%;
  position: relative;
}
@media (max-width: 1200px) {
  .pillow-part01 .content .right {
    width: 43%;
  }
}
@media (max-width: 767px) {
  .pillow-part01 .content .right {
    width: 100%;
    margin-top: 10px;
  }
}
.pillow-part01 .content .title {
  font-weight: 900;
  line-height: 1.5;
  font-size: 68px;
}
@media (max-width: 1920px) {
  .pillow-part01 .content .title {
    font-size: 3.3vw;
  }
}
@media (max-width: 767px) {
  .pillow-part01 .content .title {
    font-size: 26px;
  }
}
.pillow-part01 .content .title span {
  display: inline-block;
}
.pillow-part01 .content .title span:after {
  display: block;
  border-radius: 50%;
  width: 14px;
  height: 14px;
  content: "";
  margin: 0 auto;
  background-color: #dcb649;
}
@media (max-width: 1680px) {
  .pillow-part01 .content .title span:after {
    width: 9px;
    height: 9px;
  }
}
@media (max-width: 767px) {
  .pillow-part01 .content .title span:after {
    width: 6px;
    height: 6px;
  }
}
.pillow-part01 .content .title em {
  font-style: normal;
  font-size: 50px;
}
@media (max-width: 1920px) {
  .pillow-part01 .content .title em {
    font-size: 2.4vw;
  }
}
@media (max-width: 767px) {
  .pillow-part01 .content .title em {
    font-size: 20px;
  }
}
.pillow-part01 .content .ttl {
  letter-spacing: -2px;
  font-size: 36px;
}
@media (max-width: 1920px) {
  .pillow-part01 .content .ttl {
    font-size: 1.7vw;
  }
}
@media (max-width: 767px) {
  .pillow-part01 .content .ttl {
    font-size: 16px;
  }
}
.pillow-part01 .content .txt {
  color: #cccccc;
  position: absolute;
  right: 0;
  font-size: 14px;
  bottom: -40px;
}
@media (max-width: 767px) {
  .pillow-part01 .content .txt {
    text-align: right;
    margin-top: 20px;
    font-size: 12px;
    position: static;
  }
}

.pillow-part02 {
  width: 100%;
  background-color: #18181b;
  color: #fff;
}
.pillow-part02 .content {
  width: 100%;
  padding: 91px 20px;
  margin: 0 auto;
  max-width: 1480px;
}
@media (max-width: 767px) {
  .pillow-part02 .content {
    padding: 40px 20px;
  }
}
.pillow-part02 .title {
  margin-bottom: 95px;
  width: 100%;
}
@media (max-width: 1200px) {
  .pillow-part02 .title {
    margin-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .pillow-part02 .title {
    margin-bottom: 20px;
  }
}
.pillow-part02 .title img {
  width: 100%;
  margin: 0 auto;
  display: block;
  max-width: 236px;
}
.pillow-part02 .item-list {
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 767px) {
  .pillow-part02 .item-list {
    display: block;
  }
}
.pillow-part02 .item-list .left {
  width: 50%;
}
@media (max-width: 767px) {
  .pillow-part02 .item-list .left {
    width: 100%;
  }
}
.pillow-part02 .item-list ul {
  width: 100%;
}
.pillow-part02 .item-list ul li {
  margin: 5px 0;
  font-size: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
@media (max-width: 1200px) {
  .pillow-part02 .item-list ul li {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .pillow-part02 .item-list ul li {
    font-size: 16px;
  }
}
.pillow-part02 .item-list ul li span {
  margin-right: 14px;
  width: 27px;
  height: 26px;
  min-width: 27px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.pillow-part02 .item-list ul li span img {
  width: 100%;
  margin-top: 3px;
}
@media (max-width: 1200px) {
  .pillow-part02 .item-list ul li span {
    width: 19px;
    margin-right: 9px;
    min-width: 19px;
  }
}
.pillow-part02 .item-list .right {
  width: 50%;
}
@media (max-width: 767px) {
  .pillow-part02 .item-list .right {
    width: 100%;
    margin-top: 10px;
  }
}
.pillow-part02 .item-list .right img {
  width: 100%;
  max-width: 731px;
}

.pillow-part03 {
  width: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.pillow-part03 .content {
  width: 100%;
  max-width: 1406px;
  padding: 85px 20px 140px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .pillow-part03 .content {
    padding: 40px 20px;
  }
}
.pillow-part03 .video-box {
  width: 100%;
}
.pillow-part03 .video-box .tpa-video {
  width: 100%;
  height: 100%;
}
.pillow-part03 .img-box {
  width: 100%;
  background-color: #161826;
  padding: 64px 30px;
}
@media (max-width: 1230px) {
  .pillow-part03 .img-box {
    padding: 40px 20px;
  }
}
@media (max-width: 767px) {
  .pillow-part03 .img-box {
    padding: 20px 20px;
  }
}
.pillow-part03 .img-box img {
  width: 100%;
}
.pillow-part03 .title {
  font-size: 60px;
  line-height: 1.1;
  font-weight: 900;
  margin-bottom: 42px;
}
@media (max-width: 1920px) {
  .pillow-part03 .title {
    font-size: 3vw;
  }
}
@media (max-width: 1230px) {
  .pillow-part03 .title {
    font-size: 40px;
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .pillow-part03 .title {
    font-size: 18px;
    margin-bottom: 10px;
  }
}
.pillow-part03 .ttl {
  font-size: 36px;
  line-height: 1.3;
  font-weight: 900;
  margin-bottom: 34px;
}
@media (max-width: 1920px) {
  .pillow-part03 .ttl {
    font-size: 1.7vw;
  }
}
@media (max-width: 1230px) {
  .pillow-part03 .ttl {
    font-size: 30px;
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .pillow-part03 .ttl {
    font-size: 16px;
    margin-bottom: 10px;
  }
}
.pillow-part03 .tl {
  text-align: center;
  font-size: 42px;
  line-height: 1.1;
  color: #fff;
  font-weight: 900;
  margin-bottom: 66px;
}
@media (max-width: 1230px) {
  .pillow-part03 .tl {
    font-size: 30px;
    margin-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .pillow-part03 .tl {
    font-size: 16px;
    margin-bottom: 10px;
  }
}
.pillow-part03 .img-list {
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 767px) {
  .pillow-part03 .img-list {
    display: block;
  }
}
.pillow-part03 .img-list .img {
  padding-bottom: 20px;
  background-color: #1c1c1c;
  width: calc(33.333333% - 27px);
}
@media (max-width: 1230px) {
  .pillow-part03 .img-list .img {
    width: calc(33.333333% - 10px);
  }
}
@media (max-width: 767px) {
  .pillow-part03 .img-list .img {
    width: 100%;
    margin-bottom: 10px;
  }
  .pillow-part03 .img-list .img:last-child {
    margin-bottom: 0;
  }
}
.pillow-part03 .img-list .img img {
  width: 100%;
  max-width: 351px;
  display: block;
  margin: 20px auto 0;
}
.pillow-part03 .img-list p {
  min-height: 48px;
  background-color: #252525;
  text-align: center;
  color: #fff;
  white-space: nowrap;
  line-height: 48px;
  padding: 2px 8px;
  font-weight: 900;
  font-size: 20px;
}
@media (max-width: 767px) {
  .pillow-part03 .img-list p {
    font-size: 15px;
    line-height: 30px;
    min-height: 30px;
  }
}
.pillow-part03 .item {
  margin-bottom: 140px;
}
@media (max-width: 1230px) {
  .pillow-part03 .item {
    margin-bottom: 80px;
  }
}
@media (max-width: 767px) {
  .pillow-part03 .item {
    margin-bottom: 20px;
  }
}
.pillow-part03 .item:last-child {
  margin-bottom: 0;
}

.pillow-part04 {
  width: 100%;
  background-color: #0d0c11;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  color: #fff;
}
.pillow-part04 .content {
  width: 100%;
  max-width: 1406px;
  padding: 140px 20px 140px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .pillow-part04 .content {
    padding: 40px 20px;
  }
}
.pillow-part04 .content img {
  width: 100%;
}
.pillow-part04 .video-box {
  width: 100%;
  max-width: 913px;
}
.pillow-part04 .video-box .tpa-video {
  width: 100%;
  height: 100%;
}
.pillow-part04 .title {
  font-size: 60px;
  line-height: 1.3;
  font-weight: 900;
  margin-bottom: 42px;
}
@media (max-width: 1920px) {
  .pillow-part04 .title {
    font-size: 3vw;
  }
}
@media (max-width: 1230px) {
  .pillow-part04 .title {
    font-size: 40px;
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .pillow-part04 .title {
    font-size: 18px;
    margin-bottom: 10px;
  }
}
.pillow-part04 .img-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}
.pillow-part04 .img-box .items {
  width: calc(50% - 33px);
}
@media (max-width: 1230px) {
  .pillow-part04 .img-box .items {
    width: calc(50% - 10px);
  }
}
@media (max-width: 1230px) {
  .pillow-part04 .img-box .items {
    width: calc(50% - 5px);
  }
}
.pillow-part04 .img-box .items img {
  width: 100%;
}
.pillow-part04 .txt {
  margin-top: 12px;
  font-size: 30px;
}
@media (max-width: 1230px) {
  .pillow-part04 .txt {
    font-size: 20px;
  }
}
@media (max-width: 1230px) {
  .pillow-part04 .txt {
    font-size: 13px;
  }
}
.pillow-part04 .item {
  margin-bottom: 180px;
}
@media (max-width: 1230px) {
  .pillow-part04 .item {
    margin-bottom: 80px;
  }
}
@media (max-width: 767px) {
  .pillow-part04 .item {
    margin-bottom: 20px;
  }
}
.pillow-part04 .item:last-child {
  margin-bottom: 0;
}
.pillow-part04 .item:nth-child(2) .img {
  max-width: 911px;
}

.pillow-part05 {
  width: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.pillow-part05 .video-box {
  width: 100%;
}
.pillow-part05 .video-box .tpa-video {
  width: 100%;
  height: 100%;
}
.pillow-part05 img {
  width: 100%;
}
.pillow-part05 .content {
  width: 100%;
  max-width: 1406px;
  padding: 140px 20px 140px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .pillow-part05 .content {
    padding: 40px 20px;
  }
}
.pillow-part05 .title {
  font-size: 60px;
  line-height: 1.3;
  font-weight: 900;
  margin-bottom: 42px;
}
@media (max-width: 1920px) {
  .pillow-part05 .title {
    font-size: 3vw;
  }
}
@media (max-width: 1230px) {
  .pillow-part05 .title {
    font-size: 40px;
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .pillow-part05 .title {
    font-size: 18px;
    margin-bottom: 10px;
  }
}
.pillow-part05 .ttl {
  font-size: 36px;
  line-height: 1.1;
  font-weight: 900;
  margin-bottom: 34px;
}
@media (max-width: 1920px) {
  .pillow-part05 .ttl {
    font-size: 1.7vw;
  }
}
@media (max-width: 1230px) {
  .pillow-part05 .ttl {
    font-size: 30px;
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .pillow-part05 .ttl {
    font-size: 16px;
    margin-bottom: 10px;
  }
}
.pillow-part05 .img-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}
.pillow-part05 .img-box .items {
  width: calc(50% - 33px);
}
@media (max-width: 1230px) {
  .pillow-part05 .img-box .items {
    width: calc(50% - 10px);
  }
}
@media (max-width: 1230px) {
  .pillow-part05 .img-box .items {
    width: calc(50% - 5px);
  }
}
.pillow-part05 .img-box .items img {
  width: 100%;
}
.pillow-part05 .txt {
  font-weight: 900;
  text-align: center;
  margin-top: 12px;
  font-size: 30px;
}
@media (max-width: 1230px) {
  .pillow-part05 .txt {
    font-size: 20px;
  }
}
@media (max-width: 1230px) {
  .pillow-part05 .txt {
    font-size: 14px;
  }
}
.pillow-part05 .item {
  margin-bottom: 180px;
}
@media (max-width: 1230px) {
  .pillow-part05 .item {
    margin-bottom: 80px;
  }
}
@media (max-width: 767px) {
  .pillow-part05 .item {
    margin-bottom: 20px;
  }
}
.pillow-part05 .item:last-child {
  margin-bottom: 0;
}

/*company*/
.company-part01 {
  margin-top: 99px;
  width: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  color: #fff;
}
@media (max-width: 767px) {
  .company-part01 {
    margin-top: 56px;
  }
}
.company-part01 .content {
  width: 100%;
  padding: 240px 20px 400px;
  margin: 0 auto;
  max-width: 1406px;
}
@media (max-width: 1230px) {
  .company-part01 .content {
    padding: 200px 20px 300px;
  }
}
@media (max-width: 900px) {
  .company-part01 .content {
    padding: 87px 20px 171px;
  }
}
@media (max-width: 767px) {
  .company-part01 .content {
    padding: 40px 20px 100px;
  }
}
.company-part01 .title {
  text-align: center;
  font-size: 68px;
  line-height: 1.2;
}
@media (max-width: 767px) {
  .company-part01 .title {
    font-size: 30px;
  }
}

.company-part02 {
  width: 100%;
  background-color: #100f14;
  color: #fff;
}
.company-part02 .content {
  width: 100%;
  padding: 80px 20px 90px;
  margin: 0 auto;
  max-width: 1406px;
}
@media (max-width: 767px) {
  .company-part02 .content {
    padding: 40px 20px 40px;
  }
}
.company-part02 .title-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 767px) {
  .company-part02 .title-img {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.company-part02 .title-img img {
  width: 100%;
  display: block;
}
.company-part02 .title-img img.img01 {
  max-width: 697px;
  margin: 0 auto;
}
.company-part02 .txt {
  font-size: 36px;
  font-weight: bold;
  margin-top: 74px;
}
@media (max-width: 1080px) {
  .company-part02 .txt {
    font-size: 30px;
  }
}
@media (max-width: 840px) {
  .company-part02 .txt {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  .company-part02 .txt {
    font-size: 16px;
    margin-top: 30px;
  }
}
.company-part02 .txt em {
  font-style: normal;
  color: #f9c04b;
}

.company-part03 {
  position: relative;
}
.company-part03:before {
  content: "";
  display: block;
  width: 100vw;
  height: 70%;
  max-height: 266px;
  position: absolute;
  left: 0;
  top: 0;
  background-image: url(img/company/bg03.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  z-index: 1;
}
@media (max-width: 767px) {
  .company-part03:before {
    height: 59%;
  }
}
.company-part03 .content {
  position: relative;
  z-index: 2;
  padding: 50px 20px;
  max-width: 1710px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .company-part03 .content {
    padding: 40px 10px;
  }
}
.company-part03 .title {
  white-space: nowrap;
  font-size: 60px;
  font-weight: bold;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 1230px) {
  .company-part03 .title {
    font-size: 42px;
  }
}
@media (max-width: 767px) {
  .company-part03 .title {
    font-size: 22px;
  }
}
.company-part03 .title img {
  margin: 0 10px;
  width: 36%;
  display: block;
}
@media (max-width: 767px) {
  .company-part03 .title img {
    width: 28%;
  }
}
.company-part03 .title img.img01 {
  max-width: 595px;
}
.company-part03 .title img.img02 {
  max-width: 527px;
}

.company-part04 {
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.company-part04 .content {
  width: 100%;
  padding: 50px 20px 50px;
  margin: 0 auto;
  max-width: 1406px;
}
@media (max-width: 767px) {
  .company-part04 .content {
    padding: 0px 20px 20px;
  }
}
.company-part04 .title {
  font-size: 60px;
  font-weight: bold;
}
@media (max-width: 1230px) {
  .company-part04 .title {
    font-size: 46px;
  }
}
@media (max-width: 767px) {
  .company-part04 .title {
    font-size: 24px;
    text-align: center;
  }
}
.company-part04 .title-en {
  font-size: 36px;
  font-weight: bold;
}
@media (max-width: 1230px) {
  .company-part04 .title-en {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .company-part04 .title-en {
    text-align: center;
    font-size: 16px;
  }
}
.company-part04 .txt {
  font-size: 30px;
  margin-top: 20px;
  font-weight: bold;
}
@media (max-width: 1230px) {
  .company-part04 .txt {
    font-size: 22px;
  }
}
@media (max-width: 767px) {
  .company-part04 .txt {
    margin-top: 10px;
    font-size: 14px;
  }
}
.company-part04 .map {
  margin-top: 40px;
}
@media (max-width: 767px) {
  .company-part04 .map {
    margin-top: 10px;
  }
  .company-part04 .map iframe {
    height: 200px;
  }
}
.company-part04 .item-img {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 43px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 767px) {
  .company-part04 .item-img {
    margin-top: 10px;
  }
}
.company-part04 .item-img img {
  max-width: 650px;
  width: 100%;
  display: block;
}
.company-part04 .item-img div {
  width: 48%;
}
.company-part04 .item-part {
  margin-bottom: 134px;
}
@media (max-width: 1230px) {
  .company-part04 .item-part {
    margin-bottom: 80px;
  }
}
@media (max-width: 767px) {
  .company-part04 .item-part {
    margin-bottom: 40px;
  }
}
.company-part04 .item-part:last-child {
  margin-bottom: 0;
}

.sp-link {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 5;
  display: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 767px) {
  .sp-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.sp-link .btn {
  margin: 0 0px;
  width: 33.333333%;
}
.sp-link .btn:nth-child(2) a {
  border-left: 1px solid #8e8e8e;
}
.sp-link .btn:nth-child(3) a {
  border-left: 1px solid #8e8e8e;
}
.sp-link .btn a,
.sp-link .btn a:link {
  border-radius: 0;
  width: 100%;
  padding: 1em 1.5em 1.2em 1.5em;
}

.js-hide {
  opacity: 0;
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
  -webkit-transition: 0.8s;
  transition: 0.8s;
}
.js-hide.js-show {
  opacity: 1;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
}

/**0330**/
.part014 .content .middle {
  position: relative;
  z-index: 3;
}
