/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
@import url("https://fonts.googleapis.com/css2?family=Montserrat&family=Roboto:wght@300;400;500;700&display=swap");
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}



article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

@font-face {
  font-family: "Knockout";
  src: url("//db.onlinewebfonts.com/t/717238941776b0b0ac905d0e40682b62.eot");
  src: url("//db.onlinewebfonts.com/t/717238941776b0b0ac905d0e40682b62.eot?#iefix") format("embedded-opentype"), url("//db.onlinewebfonts.com/t/717238941776b0b0ac905d0e40682b62.woff2") format("woff2"), url("//db.onlinewebfonts.com/t/717238941776b0b0ac905d0e40682b62.woff") format("woff"), url("//db.onlinewebfonts.com/t/717238941776b0b0ac905d0e40682b62.ttf") format("truetype"), url("//db.onlinewebfonts.com/t/717238941776b0b0ac905d0e40682b62.svg#Knockout") format("svg");
}

body {
  color: #000000;
  background-color: #fff;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
}

@media screen and (max-width: 767px) {
  body {
    min-width: 320px;
  }
  html, body {
    height: 100%;
    min-height: 100%;
  }
  ._pc {
    display: none;
  }
}

@media print, screen and (min-width: 768px) {
  body {
    width: 100%;
  }
  ._sp {
    display: none;
  }
}

img {
  vertical-align: bottom;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  image-rendering: -webkit-optimize-contrast;
}

@media screen and (max-width: 767px) {
  img {
    width: 100%;
    height: auto;
  }
}

a {
  text-decoration: none;
}

ul, li {
  list-style: none;
}

a[href^="tel:"] {
  color: inherit;
}

@media print, screen and (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}

input[type="submit"],
input[type="button"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  -moz-appearance: button;
       appearance: button;
  border: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
  display: none;
}

input[type="submit"]::focus,
input[type="button"]::focus {
  outline-offset: -2px;
}

sup {
  vertical-align: super;
  font-size: smaller;
  position: relative;
  top: 0.4em;
}

.page-techweave {
  min-width: 1000px;
   background-image: url("/img/parts/ch_21fwrw_bg.jpg");
   background-size: cover;
   background-attachment: fixed;
   background-position: center center;
   background-color: rgba(255,255,255,0.5);
   background-blend-mode: lighten;
}

@media screen and (max-width: 767px) {
  .page-techweave {
    min-width: 100%;
  }
}

.page-techweave a {
  -webkit-transition: opacity 0.5s ease 0s;
  transition: opacity 0.5s ease 0s;
  color: inherit;
}

.page-techweave a:hover {
  opacity: 0.7;
  text-decoration: none;
}

@media screen and (max-width: 767px) {
  .page-techweave a:hover {
    opacity: 1;
  }
}

.page-techweave .p-mv .p-mv_logo {
  width: 100%;
  height: 750px;
  background: url(/img/parts/ch_21fwrw_main.jpg) no-repeat center center/cover;
  position: relative;
}

@media screen and (max-width: 767px) {
  .page-techweave .p-mv .p-mv_logo {
    background-image: url(/img/parts/ch_21fwrw_main_sp.jpg);
    overflow: hidden;
    height: 490px;
  }
}

.page-techweave .p-mv .p-mv_logo .p-mv_logo__img {
  width: 678px;
  position: absolute;
  bottom: 0;
  left: 50%;
  top: 32%;

  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  display: none;
}

@media screen and (max-width: 767px) {
  .page-techweave .p-mv .p-mv_logo .p-mv_logo__img {
    width: 97%;
    bottom: -2vw;
  }
}

.page-techweave .p-mv .p-mv_logo .p-mv_logo__img img {
  width: 100%;
}

.page-techweave .p-mv .p-mv__text {
  font-size: 16px;
  line-height: 2.625;
  text-align: center;
  margin-top: 45px;
}

@media screen and (max-width: 767px) {
  .page-techweave .p-mv .p-mv__text {
    font-size: 12.5px;
    font-size: 3.33333vw;
    line-height: 2.08;
    margin-top: 8vw;
  }
}

.page-techweave .p-mv .p-mv__ttl {
  font-size: 26px;
  line-height: 2.625;
  text-align: center;
  margin-top: 45px;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .page-techweave .p-mv .p-mv__ttl {
    font-size: 12.5px;
    font-size: 5.33333vw;
    line-height: 1.3;
    margin-top: 10vw;
    font-weight: bold;
  }
}

.page-techweave .p-mv .p-mv__text span {
  font-weight: 500;
}

.page-techweave .p-block {
  margin-top: 230px;
}

@media screen and (max-width: 767px) {
  .page-techweave .p-block {
    margin-top: 8vw;
  }
}

@media screen and (max-width: 767px) {
  .page-techweave .p-block.-block01 .p-block_item_detail_box {
    padding-bottom: 22.66667vw;
  }
}

@media screen and (max-width: 767px) {
  .page-techweave .p-block.-block02 .p-block_item_detail_box {
    padding-bottom: 22.66667vw;
  }
}

.page-techweave .p-block .p-block_item {
  width: 948px;
  margin: 650px auto 100px;
}

@media screen and (max-width: 767px) {
  .page-techweave .p-block .p-block_item {
    width: 100%;
    margin: 100px auto 30px;
  }
}

@media screen and (max-width: 767px) {
  .page-techweave .p-block .p-block_item_detail {
    width: 92vw;
    margin: 0 auto;
  }
}

.page-techweave .p-block .p-block_item_detail__ttl {
  margin-top: 30px;
}

@media screen and (max-width: 767px) {
  .page-techweave .p-block .p-block_item_detail__ttl {
    margin-top: 5.33333vw;
  }
}

.page-techweave .p-block .p-block_item_detail__ttl.-wrap_air {
  width: 280px;
}

@media screen and (max-width: 767px) {
  .page-techweave .p-block .p-block_item_detail__ttl.-wrap_air {
    width: 60.8vw;
  }
}

.page-techweave .p-block .p-block_item_detail__ttl.-freetex {
  width: 285px;
}

@media screen and (max-width: 767px) {
  .page-techweave .p-block .p-block_item_detail__ttl.-freetex {
    width: 61.73333vw;
  }
}

.page-techweave .p-block .p-block_item_detail__ttl img {
  width: 100%;
}

.page-techweave .p-block .p-block_item_detail_box {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 767px) {
  .page-techweave .p-block .p-block_item_detail_box {
    position: relative;
    margin-top: 5.33333vw;
  }
}

.page-techweave .p-block .p-block_item_detail_box img {
  width: 100%;
}

.page-techweave .p-block .p-block_item_detail_box .p-block_item_detail_box__text {
  font-size: 14px;
  line-height: 1.85714;
  margin-left: 37px;
}

@media screen and (max-width: 767px) {
  .page-techweave .p-block .p-block_item_detail_box .p-block_item_detail_box__text {
    width: 100%;
    position: absolute;
    bottom: 0;
    margin-left: 0;
    font-size: 12px;
    font-size: 3.2vw;
    line-height: 1.83333;
  }
}

.page-techweave .p-block .p-block_item_detail_box .p-block_item_detail_box__logo {
  margin-left: auto;
}

.page-techweave .p-block .p-block_item_detail_box .p-block_item_detail_box__logo img {
  margin-top: 15px;
}

@media screen and (max-width: 767px) {
  .page-techweave .p-block .p-block_item_detail_box .p-block_item_detail_box__logo img {
    margin-top: 3.33333vw;
  }
}

.page-techweave .p-block .p-block_item_detail_box.-detail01 .p-block_item_detail_box__img {
  width: 228px;
}

@media screen and (max-width: 767px) {
  .page-techweave .p-block .p-block_item_detail_box.-detail01 .p-block_item_detail_box__img {
    width: 52.66667vw;
  }
}

.page-techweave .p-block .p-block_item_detail_box.-detail01 .p-block_item_detail_box__logo {
  width: 146px;
}

@media screen and (max-width: 767px) {
  .page-techweave .p-block .p-block_item_detail_box.-detail01 .p-block_item_detail_box__logo {
    width: 30.66667vw;
  }
}

.page-techweave .p-block .p-block_item_detail_box.-detail01 .p-block_item_detail_box__text {
  width: 490px;
}

@media screen and (max-width: 767px) {
  .page-techweave .p-block .p-block_item_detail_box.-detail01 .p-block_item_detail_box__text {
    width: 100%;
  }
}

.page-techweave .p-block .p-block_item_detail_box.-detail02 .p-block_item_detail_box__img {
  width: 110px;
}

@media screen and (max-width: 767px) {
  .page-techweave .p-block .p-block_item_detail_box.-detail02 .p-block_item_detail_box__img {
    width: 25.73333vw;
  }
}

.page-techweave .p-block .p-block_item_detail_box.-detail02 .p-block_item_detail_box__logo {
  width: 150px;
}

@media screen and (max-width: 767px) {
  .page-techweave .p-block .p-block_item_detail_box.-detail02 .p-block_item_detail_box__logo {
    width: 24vw;
    margin-left: 7vw;
  }
}

.page-techweave .p-block .p-block_item_detail_box.-detail02 .p-block_item_detail_box__text {
  width: 620px;
}

@media screen and (max-width: 767px) {
  .page-techweave .p-block .p-block_item_detail_box.-detail02 .p-block_item_detail_box__text {
    width: 100%;
  }
}

.page-techweave .p-block_item_hl {
  width: 948px;
}

@media screen and (max-width: 767px) {
  .page-techweave .p-block_item_hl {
    width: 100%;
  }
}

.page-techweave .p-block_item_hl img {
  width: 100%;
}

.page-techweave .p-block_itemArea {
  margin: 100px auto 0;
}

@media screen and (max-width: 767px) {
  .page-techweave .p-block_itemArea {
    margin-top: 7.33333vw;
  }
}

.page-techweave .p-block_itemArea .p-block_itemArea__type {
  font-size: 26px;
  line-height: 1.07692;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 948px;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .page-techweave .p-block_itemArea .p-block_itemArea__type {
    width: 92vw;
    font-size: 23px;
    font-size: 6.13333vw;
    line-height: 0.6087;
  }
}

.page-techweave .p-block_itemArea .p-block_itemArea__type img {
  width: 81px;
}

@media screen and (max-width: 767px) {
  .page-techweave .p-block_itemArea .p-block_itemArea__type img {
    width: 19.33333vw;
  }
}

.page-techweave .p-block_itemArea .p-block_itemArea__type::after {
  content: "";
  height: 1px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  background-color: #707070;
  margin-left: 38px;
}

@media screen and (max-width: 767px) {
  .page-techweave .p-block_itemArea .p-block_itemArea__type::after {
    margin-left: 4.66667vw;
  }
}

.page-techweave .p-block_itemArea_itemBox_item {
  width: 948px;
  margin: 0 auto;
  position: relative;
}

@media screen and (max-width: 767px) {
  .page-techweave .p-block_itemArea_itemBox_item {
    width: 100%;
  }
}

.page-techweave .p-block_itemArea_itemBox_item.-item01 {
  padding-top: 195px;
}

@media screen and (max-width: 767px) {
  .page-techweave .p-block_itemArea_itemBox_item.-item01 {
    padding-top: 0vw;
  }
}

.page-techweave .p-block_itemArea_itemBox_item.-item01 .p-block_itemArea_itemBox_item_pic {
  width: 343px;
}

@media screen and (max-width: 767px) {
  .page-techweave .p-block_itemArea_itemBox_item.-item01 .p-block_itemArea_itemBox_item_pic {
    width: 86.66667vw;
  }
}

.page-techweave .p-block_itemArea_itemBox_item.-item02 {
  padding-top: 96px;
  padding-bottom: 120px;
}

@media screen and (max-width: 767px) {
  .page-techweave .p-block_itemArea_itemBox_item.-item02 {
    padding-top: 14.8vw;
    padding-bottom: 19.46667vw;
  }
}

.page-techweave .p-block_itemArea_itemBox_item.-item02 .p-block_itemArea_itemBox_item_pic {
  width: 217px;
}

@media screen and (max-width: 767px) {
  .page-techweave .p-block_itemArea_itemBox_item.-item02 .p-block_itemArea_itemBox_item_pic {
    width: 58.8vw;
  }
}

.page-techweave .p-block_itemArea_itemBox_item.-item03 {
  padding-top: 107px;
}

@media screen and (max-width: 767px) {
  .page-techweave .p-block_itemArea_itemBox_item.-item03 {
    padding-top: 0vw;
  }
}

.page-techweave .p-block_itemArea_itemBox_item.-item03 .p-block_itemArea_itemBox_item_pic {
  width: 361px;
}

@media screen and (max-width: 767px) {
  .page-techweave .p-block_itemArea_itemBox_item.-item03 .p-block_itemArea_itemBox_item_pic {
    width: 88vw;
  }
}

.page-techweave .p-block_itemArea_itemBox_item.-item04 {
  padding-top: 99px;
  padding-bottom: 88px;
}

@media screen and (max-width: 767px) {
  .page-techweave .p-block_itemArea_itemBox_item.-item04 {
    padding-top: 13.73333vw;
    padding-bottom: 19.46667vw;
  }
}

.page-techweave .p-block_itemArea_itemBox_item.-item04 .p-block_itemArea_itemBox_item_pic {
  width: 233px;
}

@media screen and (max-width: 767px) {
  .page-techweave .p-block_itemArea_itemBox_item.-item04 .p-block_itemArea_itemBox_item_pic {
    width: 56.8vw;
  }
}

.page-techweave .p-block_itemArea_itemBox_item.-item05 {
  padding-top: 130px;
}

@media screen and (max-width: 767px) {
  .page-techweave .p-block_itemArea_itemBox_item.-item05 {
    padding-top: 0vw;
    margin-top: -10vw;
  }
}

.page-techweave .p-block_itemArea_itemBox_item.-item05 .p-block_itemArea_itemBox_item_pic {
  width: 317px;
}

@media screen and (max-width: 767px) {
  .page-techweave .p-block_itemArea_itemBox_item.-item05 .p-block_itemArea_itemBox_item_pic {
    width: 86.66667vw;
  }
}

.page-techweave .p-block_itemArea_itemBox_item.-item06 {
  padding-top: 265px;
  padding-bottom: 180px;
}

@media screen and (max-width: 767px) {
  .page-techweave .p-block_itemArea_itemBox_item.-item06 {
    padding-top: 16.53333vw;
    padding-bottom: 19.46667vw;
  }
}

.page-techweave .p-block_itemArea_itemBox_item.-item06 .p-block_itemArea_itemBox_item_pic {
  width: 195px;
}

@media screen and (max-width: 767px) {
  .page-techweave .p-block_itemArea_itemBox_item.-item06 .p-block_itemArea_itemBox_item_pic {
    width: 57.33333vw;
  }
}

.page-techweave .p-block_itemArea_itemBox_item_pic {
  margin: 0 auto;
  display: block;
}

.page-techweave .p-block_itemArea_itemBox_item_pic img {
  width: 100%;
}

.page-techweave .p-block_itemArea_itemBox_item_pic .p-block_itemArea_itemBox_item_pic__price {
  display: table;
  margin: 0 auto;
  text-align: left;
  font-size: 11px;
  line-height: 1.63636;
}

@media screen and (max-width: 767px) {
  .page-techweave .p-block_itemArea_itemBox_item_pic .p-block_itemArea_itemBox_item_pic__price {
    font-size: 10.5px;
    font-size: 2.8vw;
    line-height: 1.61905;
  }
}

.page-techweave .p-block_itemArea_itemBox_item_pic .p-block_itemArea_itemBox_item_pic__price span {
  font-size: 10px;
  line-height: 1.8;
}

.page-techweave .p-block_itemArea_itemBox_item_pic .p-block_itemArea_itemBox_item_pic__price span::after {
  content: "";
  width: 13px;
  height: 10px;
  display: inline-block;
  background: url(/techweave/img/techweave_icon_cart.png) no-repeat center center/contain;
}

@media screen and (max-width: 767px) {
  .page-techweave .p-block_itemArea_itemBox_item_pic .p-block_itemArea_itemBox_item_pic__price span::after {
    width: 3.06667vw;
    height: 2.4vw;
  }
}

.page-techweave .p-block_itemArea_itemBox_item_detail {
  width: 250px;
  position: absolute;
  display: block;
  opacity: 0;
  -webkit-transform: translate(0, 20px);
          transform: translate(0, 20px);
  transition: opacity 1s, transform 1s, -webkit-transform 1s;
}

.page-techweave .p-block_itemArea_itemBox_item_detail2 {
  width: 100%;
  position: absolute;
  display: block;
  opacity: 0;
  -webkit-transform: translate(0, 20px);
          transform: translate(0, 20px);
  transition: opacity 1s, transform 1s, -webkit-transform 1s;
}

@media screen and (max-width: 767px) {
  .page-techweave .p-block_itemArea_itemBox_item_detail {
    opacity: 1;
  }
}

@media print, screen and (min-width: 768px) {
  .page-techweave .p-block_itemArea_itemBox_item_detail.active {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    opacity: 1;
  }
}

@media screen and (max-width: 767px) {
  .page-techweave .p-block_itemArea_itemBox_item_detail {
    display: none;
    position: relative;
    left: inherit !important;
    right: inherit !important;
    top: inherit !important;
    -webkit-transform: translateY(0);
            transform: translateY(0);
    -webkit-animation: fadeup 0.8s ease;
            animation: fadeup 0.8s ease;
  }
}

.page-techweave .p-block_itemArea_itemBox_item_detail.-detail01_01 {
  right: 17px;
  top: -35px;
}

.page-techweave .p-block_itemArea_itemBox_item_detail.-detail01_02 {
  left: 715px;
  top: 325px;
}

.page-techweave .p-block_itemArea_itemBox_item_detail.-detail01_03 {
  right: 140px;
  top: 683px;
}

.page-techweave .p-block_itemArea_itemBox_item_detail.-detail02_01 {
  left: 0;
  top: -10px;
}

.page-techweave .p-block_itemArea_itemBox_item_detail.-detail02_02 {
  right: 0;
  top: 109px;
}

.page-techweave .p-block_itemArea_itemBox_item_detail.-detail02_03 {
  left: 0;
  top: 346px;
}

.page-techweave .p-block_itemArea_itemBox_item_detail.-detail02_04 {
  right: 0;
  top: 442px;
}

.page-techweave .p-block_itemArea_itemBox_item_detail.-detail03_01 {
  left: 673px;
  top: -145px;
}

.page-techweave .p-block_itemArea_itemBox_item_detail.-detail03_02 {
  right: -30px;
  top: 232px;
}

.page-techweave .p-block_itemArea_itemBox_item_detail.-detail03_03 {
  right: 130px;
  top: 630px;
}

.page-techweave .p-block_itemArea_itemBox_item_detail.-detail03_04 {
  left: 22px;
  top: -89px;
}

.page-techweave .p-block_itemArea_itemBox_item_detail.-detail03_05 {
  left: -10px;
  top: 335px;
}

.page-techweave .p-block_itemArea_itemBox_item_detail.-detail03_06 {
  left: 140px;
  top: 700px;
}

.page-techweave .p-block_itemArea_itemBox_item_detail.-detail03_07 {
  left: 140px;
  top: 800px;
}

.page-techweave .p-block_itemArea_itemBox_item_detail.-detail04_01 {
  right: 0;
  top: 300px;
}

.page-techweave .p-block_itemArea_itemBox_item_detail.-detail05_01 {
  left: 0;
  top: 70px;
}

.page-techweave .p-block_itemArea_itemBox_item_detail.-detail05_02 {
  right: 0;
  top: 70px;
}

.page-techweave .p-block_itemArea_itemBox_item_detail.-detail05_03 {
  left: 0;
  top: 425px;
}

.page-techweave .p-block_itemArea_itemBox_item_detail.-detail05_04 {
  right: 0;
  top: 425px;
}

.page-techweave .p-block_itemArea_itemBox_item_detail.-detail06_01 {
  left: 0;
  top: 252px;
}

.page-techweave .p-block_itemArea_itemBox_item_detail.-detail06_02 {
  right: 0;
  top: 252px;
}

.page-techweave .p-block_itemArea_itemBox_item_detail.-detail06_03 {
  left: 0;
  top: 607px;
}

.page-techweave .p-block_itemArea_itemBox_item_detail.-detail06_04 {
  right: 0;
  top: 607px;
}

.page-techweave .p-block_itemArea_itemBox_item_detail img {
  width: 100%;
}

.page-techweave .p-block_itemArea_itemBox_item_detail .p-block_itemArea_itemBox_item_detail__text {
  font-size: 12px;
  line-height: 1.75;
  font-weight: 300;
  margin-top: 3px;
}

.page-techweave .p-block_itemArea_itemBox_item_detail .p-block_itemArea_itemBox_item_detail__ttl {
  font-size: 14px;
  line-height: 1.75;
  font-weight: 900;
  margin-top: 10px;
}

@media screen and (max-width: 767px) {
  .page-techweave .p-block_itemArea_itemBox_item_detail .p-block_itemArea_itemBox_item_detail__text {
    font-size: 12px;
    font-size: 3.2vw;
    line-height: 1.75;
    margin-top: 4vw;
  }
}

.page-techweave .p-block_itemArea_lineup {
  background-color: #EFEFEF;
  padding-top: 29px;
  padding-bottom: 40px;
}

@media screen and (max-width: 767px) {
  .page-techweave .p-block_itemArea_lineup {
    padding-top: 6.26667vw;
    padding-bottom: 6.66667vw;
    padding-left: 4vw;
  }
}

.page-techweave .p-block_itemArea_lineup .p-block_itemArea_lineup__inner {
  width: 1000px;
  margin-left: calc((100vw - 960px) / 2);
}

@media screen and (max-width: 767px) {
  .page-techweave .p-block_itemArea_lineup .p-block_itemArea_lineup__inner {
    width: 100%;
    margin-left: 0;
  }
}

.page-techweave .p-block_itemArea_lineup .p-block_itemArea_lineup__inner .p-block_itemArea_lineup__ttl {
  font-size: 12px;
  line-height: 1.83333;
  font-weight: 400;
}

@media screen and (max-width: 767px) {
  .page-techweave .p-block_itemArea_lineup .p-block_itemArea_lineup__inner .p-block_itemArea_lineup__ttl {
    font-size: 12px;
    font-size: 3.2vw;
    line-height: 0.91667;
  }
}

.page-techweave .p-block_itemArea_lineup .p-block_itemArea_lineup__inner .p-block_itemArea_lineup_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 20px;
}

@media screen and (max-width: 767px) {
  .page-techweave .p-block_itemArea_lineup .p-block_itemArea_lineup__inner .p-block_itemArea_lineup_list {
    margin-top: 7.46667vw;
  }
}

@media screen and (max-width: 767px) {
  .page-techweave .p-block_itemArea_lineup .p-block_itemArea_lineup__inner .p-block_itemArea_lineup_list.-only_one {
    margin-left: 15vw;
  }
}

.page-techweave .p-block_itemArea_lineup .p-block_itemArea_lineup__inner .p-block_itemArea_lineup_list .p-block_itemArea_lineup_list_item {
  width: 220px;
  margin-right: 30px;
}

@media screen and (max-width: 767px) {
  .page-techweave .p-block_itemArea_lineup .p-block_itemArea_lineup__inner .p-block_itemArea_lineup_list .p-block_itemArea_lineup_list_item {
    width: 60vw;
    margin-right: 5.33333vw;
  }
}

.page-techweave .p-block_itemArea_lineup .p-block_itemArea_lineup__inner .p-block_itemArea_lineup_list .p-block_itemArea_lineup_list_item img {
  width: 100%;
}

.page-techweave .p-block_itemArea_lineup .p-block_itemArea_lineup__inner .p-block_itemArea_lineup_list .p-block_itemArea_lineup_list_item .p-block_itemArea_lineup_list_item__text {
  font-size: 11px;
  line-height: 1.63636;
  margin-top: 13px;
  letter-spacing: 0.03em;
}

@media screen and (max-width: 767px) {
  .page-techweave .p-block_itemArea_lineup .p-block_itemArea_lineup__inner .p-block_itemArea_lineup_list .p-block_itemArea_lineup_list_item .p-block_itemArea_lineup_list_item__text {
    font-size: 10.5px;
    font-size: 2.8vw;
    line-height: 1.61905;
    margin-top: 4.93333vw;
  }
}

.page-techweave .p-block_itemArea_lineup .p-block_itemArea_lineup__inner .p-block_itemArea_lineup_list .p-block_itemArea_lineup_list_item .p-block_itemArea_lineup_list_item__text::after {
  content: "";
  width: 13px;
  height: 10px;
  display: inline-block;
  background: url(/techweave/img/techweave_icon_cart.png) no-repeat center center/contain;
}

@media screen and (max-width: 767px) {
  .page-techweave .p-block_itemArea_lineup .p-block_itemArea_lineup__inner .p-block_itemArea_lineup_list .p-block_itemArea_lineup_list_item .p-block_itemArea_lineup_list_item__text::after {
    width: 3.06667vw;
    height: 2.4vw;
  }
}

.page-techweave .slick-prev, .page-techweave .slick-next {
  display: none;
}

.page-techweave .p-path {
  position: absolute;
  display: block;
}

@media screen and (max-width: 767px) {
  .page-techweave .p-path {
    display: none;
  }
}

.page-techweave .p-path.path01_01 {
  top: 159px;
  left: 542px;
}

.page-techweave .p-path.path01_02 {
  top: 395px;
  left: 565px;
}

.page-techweave .p-path.path01_03 {
  top: 498px;
  left: 555px;
}

.page-techweave .p-path.path02_01 {
  top: 122px;
  left: 274px;
}

.page-techweave .p-path.path02_02 {
  top: 148px;
  left: 596px;
}

.page-techweave .p-path.path02_03 {
  top: 325px;
  left: 274px;
}

.page-techweave .p-path.path02_04 {
  top: 442px;
  left: 590px;
}

.page-techweave .p-path.path03_01 {
  top: 71px;
  left: 535px;
}

.page-techweave .p-path.path03_02 {
  top: 324px;
  left: 570px;
}

.page-techweave .p-path.path03_03 {
  top: 428px;
  left: 560px;
}

.page-techweave .p-path.path03_04 {
  top: 82px;
  left: 285px;
}

.page-techweave .p-path.path03_05 {
  top: 375px;
  left: 252px;
}

.page-techweave .p-path.path03_07 {
  top: 1105px;
  right: 0;
  font-size: 13px;
}

.page-techweave .p-path.path04_01 {
  top: 378px;
  left: 597px;
}

.page-techweave .p-path.path05_01 {
  top: 170px;
  left: 265px;
}

.page-techweave .p-path.path05_02 {
  top: 195px;
  left: 605px;
}

.page-techweave .p-path.path05_03 {
  top: 515px;
  left: 265px;
}

.page-techweave .p-path.path05_04 {
  top: 515px;
  left: 600px;
}

.page-techweave .p-path.path06_01 {
  top: 380px;
  left: 265px;
}

.page-techweave .p-path.path06_02 {
  top: 380px;
  left: 605px;
}

.page-techweave .p-path.path06_03 {
  top: 668px;
  left: 265px;
}

.page-techweave .p-path.path06_04 {
  top: 597px;
  left: 590px;
}

@media print, screen and (min-width: 768px) {
  .page-techweave .p-path {
    opacity: 0;
    -webkit-transition: opacity 2s;
    transition: opacity 2s;
  }
  .page-techweave .p-path.active {
    opacity: 1;
  }
}

@media screen and (max-width: 767px) {
  .page-techweave .p-block_itemArea_link_detail {
    padding-right: 4.93333vw;
    padding-left: 9.33333vw;
    margin-left: auto;
    margin-right: 0;
    margin-top: 4.66667vw;
    display: table;
    position: relative;
    font-size: 10px;
    font-size: 2.66667vw;
    line-height: 1.4;
    z-index: 1;
    color: #9B9B9B;
  }
  .page-techweave .p-block_itemArea_link_detail::before {
    content: "";
    width: 7.33333vw;
    height: 7.33333vw;
    display: block;
    border-radius: 50%;
    border: 1px solid #707070;
    background-color: #fff;
    opacity: 0.3;
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}

.page-techweave .p-snsArea {
  padding: 50px 0 118px;
  position: relative;
}

@media screen and (max-width: 767px) {
  .page-techweave .p-snsArea {
    padding: 40px 20px;
  }
}

.page-techweave .p-snsArea .p-snsArea_ttl {
  text-align: center;
  font-size: 13px;
  line-height: 2.15385;
}

.page-techweave .p-snsArea .p-snsArea_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 30px auto 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 160px;
}

@media screen and (max-width: 767px) {
  .page-techweave .p-snsArea .p-snsArea_list {
    margin-top: 5.33333vw;
  }
}

.page-techweave .p-snsArea .p-snsArea_list li:nth-child(1) img {
  width: 15px;
}

.page-techweave .p-snsArea .p-snsArea_list li:nth-child(2) img {
  width: 29px;
}

.page-techweave .p-snsArea .p-snsArea_list li:nth-child(3) img {
  width: 25px;
}

.page-techweave .p-snsArea .p-snsArea_list li {
  margin: 0 15px;
}

.page-techweave .p-btn_page_top {
  width: 30px;
  position: absolute;
  right: 70px;
  top: 780px;
}

@media screen and (max-width: 767px) {
  .page-techweave .p-btn_page_top {
    width: 6vw;
    right: 8vw;
    top: 128vw;
  }
}

.page-techweave .p-btn_page_top img {
  width: 100%;
}

.page-techweave .slick-disabled {
  display: none !important;
}

.page-techweave .slide-arrow {
  position: absolute;
  top: 100px;
  z-index: 1000;
  border: none;
  background-color: transparent;
  -webkit-transition: opacity 0.5s ease 0s;
  transition: opacity 0.5s ease 0s;
}

.page-techweave .p-block_itemArea_lineup_list {
  -webkit-transition: opacity 0.5s ease 0s;
  transition: opacity 0.5s ease 0s;
}

.page-techweave .p-block_itemArea_lineup_list:hover .slide-arrow {
  opacity: 1;
}

.page-techweave .prev-arrow {
  left: -30px;
}

.page-techweave .next-arrow {
  right: 0;
}

.page-techweave .slide-arrow::before {
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  border-top: 2px solid #000;
  border-right: 2px solid #000;
}

.page-techweave .prev-arrow::before {
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
}

.page-techweave .next-arrow::before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.page-techweave .p-instaArea {
  background: url(/techweave/img/techweave_insta_bg.jpg) no-repeat center center/cover;
  padding: 70px 0 90px;
}

@media screen and (max-width: 767px) {
  .page-techweave .p-instaArea {
    padding: 16vw 0 26.66667vw;
    background-image: url(/techweave/img/techweave_insta_bg_sp.jpg);
  }
}

.page-techweave .p-instaArea .p-instaArea__ttl {
  width: 376.5px;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .page-techweave .p-instaArea .p-instaArea__ttl {
    width: 60.13333vw;
  }
}

.page-techweave .p-instaArea .p-instaArea__ttl img {
  width: 100%;
}

.page-techweave .p-instaArea .p-instaArea__ttl-sub {
  width: 241.5px;
  margin: 16px auto 0;
}

@media screen and (max-width: 767px) {
  .page-techweave .p-instaArea .p-instaArea__ttl-sub {
    width: 35.86667vw;
    margin-top: 3.33333vw;
  }
}

.page-techweave .p-instaArea .p-instaArea__ttl-sub img {
  width: 100%;
}

@media screen and (max-width: 767px) {
  .page-techweave .p-instaArea .slick-list {
    margin-right: -16.8vw;
  }
}

.page-techweave .p-instaArea .p-instaArea_list {
  width: 930px;
  margin: 40px auto 0;
}

@media screen and (max-width: 767px) {
  .page-techweave .p-instaArea .p-instaArea_list {
    width: 100%;
    margin-top: 7.2vw;
    padding: 0 16.8vw;
  }
}

@media screen and (max-width: 767px) {
  .page-techweave .p-instaArea .p-instaArea_list li {
    margin-right: 16.8vw;
  }
}

.page-techweave .p-instaArea .p-instaArea_list li a {
  display: block;
  margin: 0 30px;
}

@media screen and (max-width: 767px) {
  .page-techweave .p-instaArea .p-instaArea_list li a {
    margin: 0;
  }
}

.page-techweave .p-instaArea .p-instaArea_list li img {
  width: 100%;
}

.page-techweave .p-instaArea .p-insta_slide-arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 20px;
  cursor: pointer;
  -webkit-transition: opacity 0.5s ease 0s;
  transition: opacity 0.5s ease 0s;
}

@media screen and (max-width: 767px) {
  .page-techweave .p-instaArea .p-insta_slide-arrow {
    width: 4vw;
  }
}

.page-techweave .p-instaArea .p-insta_slide-arrow:hover {
  opacity: 0.6;
}

.page-techweave .p-instaArea .p-insta_slide-arrow img {
  width: 100%;
}

.page-techweave .p-instaArea .p-insta_prev-arrow {
  left: -60px;
}

@media screen and (max-width: 767px) {
  .page-techweave .p-instaArea .p-insta_prev-arrow {
    left: 6vw;
  }
}

.page-techweave .p-instaArea .p-insta_next-arrow {
  right: -60px;
}

@media screen and (max-width: 767px) {
  .page-techweave .p-instaArea .p-insta_next-arrow {
    right: 6vw;
  }
}

@media screen and (max-width: 767px) {
  .blocker {
    padding-left: 10px;
    padding-right: 10px;
    background-color: rgba(255, 255, 255, 0.75);
  }
}

@media screen and (max-width: 767px) {
  .modal a.close-modal {
    background-image: url(/techweave/img/techweave_btn_close.png);
    top: 3.86667vw;
    right: 3.33333vw;
  }
}

@media screen and (max-width: 767px) {
  .modal {
    background-color: #D9D9D9;
    padding: 16.93333vw 3.33333vw 8vw;
    border-radius: 0;
    width: 98%;
    -webkit-box-shadow: 0 1.6vw 1.6vw rgba(0, 0, 0, 0.4);
            box-shadow: 0 1.6vw 1.6vw rgba(0, 0, 0, 0.4);
  }
}

@media screen and (max-width: 767px) {
  .p-btn_modal {
    width: 12vw;
    height: 12vw;
    border-radius: 50%;
    border: 1px solid rgba(131, 131, 131, 0.5);
    background-color: rgba(255, 255, 255, 0.5);
    text-indent: 100%;
    overflow: hidden;
    white-space: nowrap;
    display: block;
    position: absolute;
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
    opacity: 0.5;
    -webkit-animation: blinkEffect 1.3s ease-in-out infinite;
            animation: blinkEffect 1.3s ease-in-out infinite;
  }
  .p-btn_modal.-modal01_01 {
    top: 24vw;
    left: 44vw;
  }
  .p-btn_modal.-modal01_02 {
    top: 48vw;
    left: 16vw;
  }
  .p-btn_modal.-modal01_03 {
    top: 44vw;
    left: 62vw;
  }
  .p-btn_modal.-modal02_01 {
    top: 31.6vw;
    left: 15.73333vw;
  }
  .p-btn_modal.-modal02_02 {
    top: 20vw;
    left: 69.33333vw;
  }
  .p-btn_modal.-modal02_03 {
    top: 60vw;
    left: 31.33333vw;
  }
  .p-btn_modal.-modal02_04 {
    top: 90.66667vw;
    left: 66.66667vw;
  }
  .p-btn_modal.-modal03_01 {
    top: 90px;
    left: 257px;
  }
  .p-btn_modal.-modal03_02 {
    top: 220px;
    left: 280px;
}
  }
  .p-btn_modal.-modal03_03 {
    top: 300px;
    left: 260px;
  }
  .p-btn_modal.-modal03_04 {
    top: 190px;
    left: 140px;
  }
  .p-btn_modal.-modal03_05 {
    top: 350px;
    left: 30px;
  }
  .p-btn_modal.-modal03_06 {
    top: 90px;
    left: 176px;
  }
  
  .p-btn_modal.-modal04_01 {
    top: 66.66667vw;
    left: 69.33333vw;
  }
  .p-btn_modal.-modal05_01 {
    top: 20.26667vw;
    left: 14.66667vw;
  }
  .p-btn_modal.-modal05_02 {
    top: 36.8vw;
    left: 56.66667vw;
  }
  .p-btn_modal.-modal05_03 {
    top: 63.2vw;
    left: 31.6vw;
  }
  .p-btn_modal.-modal05_04 {
    top: 76vw;
    left: 64.53333vw;
  }
  .p-btn_modal.-modal06_01 {
    top: 28vw;
    left: 17.33333vw;
  }
  .p-btn_modal.-modal06_02 {
    top: 57.86667vw;
    left: 30vw;
  }
  .p-btn_modal.-modal06_03 {
    top: 117.33333vw;
    left: 19.33333vw;
  }
  .p-btn_modal.-modal06_04 {
    top: 89.33333vw;
    left: 68.66667vw;
  }
}

@media screen and (max-width: 767px) {
  .p-block_itemArea_itemBox_item_detail__text.-techweave {
    font-size: 12px;
    font-size: 3.2vw;
    line-height: 1.75;
    margin-top: 4vw;
  }
}

@media screen and (max-width: 767px) {
  .p-block_itemArea_itemBox_item_detail__text.-techweave {
    font-size: 12px;
    font-size: 3.2vw;
    line-height: 1.75;
    margin-top: 4vw;
  }
}

@media screen and (max-width: 767px) {
  .p-block_itemArea_itemBox_item_detail__ttl.-techweave {
    font-size: 12px;
    font-size: 4.0vw;
    line-height: 1.75;
    margin: 12px 0 7px;
    font-weight: bold;
  }
}

@-webkit-keyframes blinkEffect {
  0% {
    opacity: 0.5;
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
}

@keyframes blinkEffect {
  0% {
    opacity: 0.5;
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
}

@media screen and (max-width: 767px) {
  .p-block_itemArea_itemBox_item_detail.-techweave {
    opacity: 1;
    display: none;
    position: relative;
    left: inherit !important;
    right: inherit !important;
    top: inherit !important;
    -webkit-transform: translateY(0);
            transform: translateY(0);
    -webkit-animation: fadeup 0.8s ease;
            animation: fadeup 0.8s ease;
  }
}

@-webkit-keyframes svgAnime {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes svgAnime {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes fadeup {
  from {
    opacity: 0;
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes fadeup {
  from {
    opacity: 0;
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

.tac {
  text-align: center;
}

.tal {
  text-align: left;
}

.tar {
  text-align: right;
}

.clearfix::after {
  content: "";
  display: block;
  clear: both;
}

.mt0 {
  margin-top: 0px !important;
}

.mr0 {
  margin-right: 0px !important;
}

.mb0 {
  margin-bottom: 0px !important;
}

.ml0 {
  margin-left: 0px !important;
}

.mt5 {
  margin-top: 5px !important;
}

.mr5 {
  margin-right: 5px !important;
}

.mb5 {
  margin-bottom: 5px !important;
}

.ml5 {
  margin-left: 5px !important;
}

.mt10 {
  margin-top: 10px !important;
}

.mr10 {
  margin-right: 10px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.ml10 {
  margin-left: 10px !important;
}

.mt15 {
  margin-top: 15px !important;
}

.mr15 {
  margin-right: 15px !important;
}

.mb15 {
  margin-bottom: 15px !important;
}

.ml15 {
  margin-left: 15px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mr20 {
  margin-right: 20px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.ml20 {
  margin-left: 20px !important;
}

.mt25 {
  margin-top: 25px !important;
}

.mr25 {
  margin-right: 25px !important;
}

.mb25 {
  margin-bottom: 25px !important;
}

.ml25 {
  margin-left: 25px !important;
}

.mt30 {
  margin-top: 30px !important;
}

.mr30 {
  margin-right: 30px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.ml30 {
  margin-left: 30px !important;
}

.mt35 {
  margin-top: 35px !important;
}

.mr35 {
  margin-right: 35px !important;
}

.mb35 {
  margin-bottom: 35px !important;
}

.ml35 {
  margin-left: 35px !important;
}

.mt40 {
  margin-top: 40px !important;
}

.mr40 {
  margin-right: 40px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.ml40 {
  margin-left: 40px !important;
}

.mt45 {
  margin-top: 45px !important;
}

.mr45 {
  margin-right: 45px !important;
}

.mb45 {
  margin-bottom: 45px !important;
}

.ml45 {
  margin-left: 45px !important;
}

.mt50 {
  margin-top: 50px !important;
}

.mr50 {
  margin-right: 50px !important;
}

.mb50 {
  margin-bottom: 50px !important;
}

.ml50 {
  margin-left: 50px !important;
}

.mt55 {
  margin-top: 55px !important;
}

.mr55 {
  margin-right: 55px !important;
}

.mb55 {
  margin-bottom: 55px !important;
}

.ml55 {
  margin-left: 55px !important;
}

.mt60 {
  margin-top: 60px !important;
}

.mr60 {
  margin-right: 60px !important;
}

.mb60 {
  margin-bottom: 60px !important;
}

.ml60 {
  margin-left: 60px !important;
}

.mt65 {
  margin-top: 65px !important;
}

.mr65 {
  margin-right: 65px !important;
}

.mb65 {
  margin-bottom: 65px !important;
}

.ml65 {
  margin-left: 65px !important;
}

.mt70 {
  margin-top: 70px !important;
}

.mr70 {
  margin-right: 70px !important;
}

.mb70 {
  margin-bottom: 70px !important;
}

.ml70 {
  margin-left: 70px !important;
}

.mt75 {
  margin-top: 75px !important;
}

.mr75 {
  margin-right: 75px !important;
}

.mb75 {
  margin-bottom: 75px !important;
}

.ml75 {
  margin-left: 75px !important;
}

.mt80 {
  margin-top: 80px !important;
}

.mr80 {
  margin-right: 80px !important;
}

.mb80 {
  margin-bottom: 80px !important;
}

.ml80 {
  margin-left: 80px !important;
}

.mt85 {
  margin-top: 85px !important;
}

.mr85 {
  margin-right: 85px !important;
}

.mb85 {
  margin-bottom: 85px !important;
}

.ml85 {
  margin-left: 85px !important;
}

.mt90 {
  margin-top: 90px !important;
}

.mr90 {
  margin-right: 90px !important;
}

.mb90 {
  margin-bottom: 90px !important;
}

.ml90 {
  margin-left: 90px !important;
}

.mt95 {
  margin-top: 95px !important;
}

.mr95 {
  margin-right: 95px !important;
}

.mb95 {
  margin-bottom: 95px !important;
}

.ml95 {
  margin-left: 95px !important;
}

.mt100 {
  margin-top: 100px !important;
}

.mr100 {
  margin-right: 100px !important;
}

.mb100 {
  margin-bottom: 100px !important;
}

.ml100 {
  margin-left: 100px !important;
}

.mt0em {
  margin-top: 0em !important;
}

.mt1em {
  margin-top: 1em !important;
}

.mt2em {
  margin-top: 2em !important;
}

.mt3em {
  margin-top: 3em !important;
}

.mt4em {
  margin-top: 4em !important;
}

.mt5em {
  margin-top: 5em !important;
}

.mt6em {
  margin-top: 6em !important;
}

.mt7em {
  margin-top: 7em !important;
}

.mt8em {
  margin-top: 8em !important;
}

.mt9em {
  margin-top: 9em !important;
}

.mt10em {
  margin-top: 10em !important;
}

.mt11em {
  margin-top: 11em !important;
}

.mt12em {
  margin-top: 12em !important;
}

.mt13em {
  margin-top: 13em !important;
}

.mt14em {
  margin-top: 14em !important;
}

.mt15em {
  margin-top: 15em !important;
}

.mt16em {
  margin-top: 16em !important;
}

.mt17em {
  margin-top: 17em !important;
}

.mt18em {
  margin-top: 18em !important;
}

.mt19em {
  margin-top: 19em !important;
}

.mt20em {
  margin-top: 20em !important;
}

.w0 {
  width: 0px;
}

.h0 {
  height: 0px;
}

.w5 {
  width: 5px;
}

.h5 {
  height: 5px;
}

.w10 {
  width: 10px;
}

.h10 {
  height: 10px;
}

.w15 {
  width: 15px;
}

.h15 {
  height: 15px;
}

.w20 {
  width: 20px;
}

.h20 {
  height: 20px;
}

.w25 {
  width: 25px;
}

.h25 {
  height: 25px;
}

.w30 {
  width: 30px;
}

.h30 {
  height: 30px;
}

.w35 {
  width: 35px;
}

.h35 {
  height: 35px;
}

.w40 {
  width: 40px;
}

.h40 {
  height: 40px;
}

.w45 {
  width: 45px;
}

.h45 {
  height: 45px;
}

.w50 {
  width: 50px;
}

.h50 {
  height: 50px;
}

.w55 {
  width: 55px;
}

.h55 {
  height: 55px;
}

.w60 {
  width: 60px;
}

.h60 {
  height: 60px;
}

.w65 {
  width: 65px;
}

.h65 {
  height: 65px;
}

.w70 {
  width: 70px;
}

.h70 {
  height: 70px;
}

.w75 {
  width: 75px;
}

.h75 {
  height: 75px;
}

.w80 {
  width: 80px;
}

.h80 {
  height: 80px;
}

.w85 {
  width: 85px;
}

.h85 {
  height: 85px;
}

.w90 {
  width: 90px;
}

.h90 {
  height: 90px;
}

.w95 {
  width: 95px;
}

.h95 {
  height: 95px;
}

.w100 {
  width: 100px;
}

.h100 {
  height: 100px;
}

.u-font01 {
  font-family: "Knockout", sans-serif;
  font-weight: normal;
}

.u-font02 {
  font-family: 'Roboto', sans-serif;
}

.u-font03 {
  font-family: 'Montserrat', sans-serif;
}

.flex_test-box {
    padding:  10px;
    display: flex;
    margin: 70px auto;
    width: 700px;
    align-items: center;
}

@media screen and (max-width: 767px) {
  .flex_test-box {
    width: 80%;
    flex-direction: column;
    margin: 70px auto 0;
  }
}





.flex_test-item {
    margin:  10px;
}
 
.flex_test-item:nth-child(1) {
    order: 1;
}
 
.flex_test-item:nth-child(2) {
    order: 3;
}


.flex_test-box2 {
    padding:  10px 10px 0 10px;
    display: flex;
    margin: 70px auto 0;
    width: 700px;
    align-items: flex-end;
}

@media screen and (max-width: 767px) {
  .flex_test-box2 {
    width: 80%;
    flex-direction: column;
    margin: 0 auto;
  }
}



.flex_test-item2 {
    margin:  10px;
}

@media screen and (max-width: 767px) {
  .flex_test-item2 {
    width: 100%;
    margin: 0 auto;
  }
}

.flex_test-item2:nth-child(1) {
    flex-basis: 60%;
}

.flex_test-item2:nth-child(2) {
    flex-basis: 5%;
}
 
.flex_test-item2:nth-child(3) {
    flex-basis: 30%;
}

.flex_test-box3 {
    padding:  0 10px 10px 10px;
    display: flex;
    margin: 0 auto 70px;
    width: 700px;
    align-items: flex-start;
}

@media screen and (max-width: 767px) {
  .flex_test-box3 {
    width: 80%;
    flex-direction: column;
    margin: 0 auto;
  }
}


.flex_test-box4 {
    padding:  10px 10px 0 10px;
    display: flex;
    margin: 70px auto 0;
    width: 550px;
    align-items: flex-end;
}

@media screen and (max-width: 767px) {
  .flex_test-box4 {
    width: 80%;
    flex-direction: column;
    margin: 20px auto 0;
  }
}

.flex_test-box5 {
    padding: 10px;
    display: flex;
    margin: 0 auto 70px;
    width: 550px;
    align-items: flex-start;
}

@media screen and (max-width: 767px) {
  .flex_test-box5 {
    width: 80%;
    flex-direction: column;
    margin: 0 auto;
  }
}

.flex_test-item3:nth-child(1) {
    flex-basis: 45%;
}

.flex_test-item3:nth-child(2) {
    flex-basis: 10%;
}
 
.flex_test-item3:nth-child(3) {
    flex-basis: 45%;
}

.flex_test-item .flex_ttl{
    font-size: 16px;
    font-weight: bold;
}

.flex_test-item .flex_text{
    margin-top: 15px;
}

.flex_text{
    font-size: 13px;
}

@media screen and (max-width: 767px) {
  .flex_text {
    margin: 5px 0 30px;
  }
}

.link_container {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: 1fr;
  gap: 50px 50px;
  grid-template-areas:
    "rw red blue"; 
  width: 60%;
  margin: 0 auto 100px; 
}

@media screen and (max-width: 767px) {
  .link_container {
    display: grid; 
    grid-template-columns: 1fr; 
    grid-template-rows: 1fr 1fr 1fr; 
    gap: 20px 20px; 
    grid-template-areas: 
    "rw"
    "blue"
    "red"; 
    width: 70%;
    margin-bottom: 30px;
  }
}

.rw {
 grid-area: rw;
 margin: 0 auto;
}

.rw img{
 width: 100%;
 margin: 0 auto;

}

@media screen and (max-width: 767px) {
  .rw img {
    width: 100%;
    margin: 0 auto;
  }
}

.blue {
 grid-area: blue;
 margin: 0 auto;
}

.blue img{
 width: 100%;

}

@media screen and (max-width: 767px) {
  .blue img {
    width: 100%;
    margin: 0 auto;
  }
}

.red {
 grid-area: red;
 margin: 0 auto;
}

.red img{
 width: 100%;
}

@media screen and (max-width: 767px) {
  .red img {
    width: 100%;
    margin: 0 auto;
  }
}


.link_container2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr;
  gap: 50px;
  grid-auto-flow: row;
  grid-template-areas:
    "redtag bluetag";
  width: 60%;
  margin: 0 auto 50px; 
    
}

@media screen and (max-width: 767px) {
  .link_container2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr;
  gap: 10px;
    grid-auto-flow: row;
    grid-template-areas: "redtag bluetag";
    margin: 0 auto 50px;
    width: 100%;
  }
}


.redtag { grid-area: redtag; }

.bluetag { grid-area: bluetag; }





/*# sourceMappingURL=style.css.map */