@charset "utf-8";
/* CSS Document */

.acerNew.headerFix {
  z-index: 10 !important;
}

/*-----ベース-----*/
#swift5 {
  font-size: 16px;
  font-family: "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
  line-height: 30px;
  color: #000;
  text-align: left;
  width: 100%;
}
#swift5.ios {
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", sans-serif;
}

#swift5_inner {
  overflow: hidden;
  width: 100%;
  min-width: 982px;
}

#swift5 h2 {
  font-size: 250%;
  line-height: 1em;
  font-weight: normal;
  margin-bottom: 25px;
  letter-spacing: -0.015em;
}

#swift5 h3 {
  font-size: 175%;
  line-height: 40px;
  font-weight: normal;
  margin-bottom: 15px;
  letter-spacing: -0.015em;
}

#swift5 .h2_sub {
  font-size: 125%;
  line-height: 36px;
  letter-spacing: -0.015em;
}

#swift5 .h3_sub {
  font-size: 97%;
  letter-spacing: -0.035em;
}

#swift5 p {
  margin: 0;
}

#swift5 .lsp {
  letter-spacing: -0.4em;
}
#swift5 .ksp {
  letter-spacing: -0.11em;
}
#swift5 .lsl {
  letter-spacing: -1em;
}

#swift5 .fadeIn {
  animation: fadeIn 2.5s forwards;
}
@keyframes fadeIn {
  0% {opacity: 0;}
  100% {opacity: 1;}
}

#swift5 .slideInTop {
  animation: slideInTop 2s forwards;
}
@keyframes slideInTop {
  0% {opacity: 0; transform: translate(0, -50px);}
  100% {opacity: 1; transform: translate(0, 0);}
}

#swift5 .slideInLeft {
  animation: slideInLeft 2s forwards;
}
@keyframes slideInLeft {
  0% {opacity: 0; transform: translate(-50px, 0);}
  100% {opacity: 1; transform: translate(0, 0);}
}

#swift5 .slideInRight {
  animation: slideInRight 2s forwards;
}
@keyframes slideInRight {
  0% {opacity: 0; transform: translate(50px, 0);}
  100% {opacity: 1; transform: translate(0, 0);}
}

#swift5 .slideInTopLeft {
  animation: slideInTopLeft 2s forwards;
}
@keyframes slideInTopLeft {
  0% {opacity: 0; transform: translate(-50px, -50px);}
  100% {opacity: 1; transform: translate(0, 0);}
}

#swift5 .slideInTopRight {
  animation: slideInTopRight 2s forwards;
}
@keyframes slideInTopRight {
  0% {opacity: 0; transform: translate(50px, -50px);}
  100% {opacity: 1; transform: translate(0, 0);}
}

@media screen and (max-width: 640px) {
  #swift5 {
    font-size: 12px;
    font-size: 3.75vw;
    line-height: 1.667;
  }
  #swift5_inner {
    min-width: 0;
  }
  #swift5 h2 {
    font-size: 200%;
    line-height: 1.29em;
  }
  #swift5 h3 {
    font-size: 17.5px;
    font-size: 5.46875vw;
    line-height: 1.3714;
    margin-bottom: 2%;
    letter-spacing: -0.035em;
  }
  #swift5.ios h3 {
    letter-spacing: -0.04em;
  }
  #swift5 .h2_sub {
    font-size: 13.5px;
    font-size: 4.219vw;
    line-height: 1.754;
    letter-spacing: -0.045em;
  }
  #swift5.ios .h2_sub {
    letter-spacing: -0.052em;
  }
  #swift5 .h3_sub {
    font-size: 11.4px;
    font-size: 3.5625vw;
    line-height: 1.778;
    letter-spacing: -0.035em;
  }
}

/*-----anchor_nav-----*/
#swift5 .anchor_nav {
  position: fixed;
  top: 61px;
  width: 100%;
  background: #fff;
  z-index: 2;
  border-bottom: 1px solid #ccc;
}

#swift5 .anchor_nav_inner {
  width: 100%;
  max-width: 982px;
  margin: 0 auto;
  display: table;
}


#swift5 .anchor_nav ul {
  display: table;
  width: 100%;
}

#swift5 .anchor_nav .p_name img {
  vertical-align: bottom;
}

#swift5 .anchor_nav li {
  display: table-cell;
  height: 59px;
  vertical-align: middle;
  width: 17.1%;
  text-align: center;
  font-size: 14px;
  line-height: 1em;
  font-weight: bold;
}

#swift5 .anchor_nav li:first-child {
  text-align: left;
  width: 19.5%;
}

#swift5 .anchor_nav li:nth-child(3),
#swift5 .anchor_nav li:nth-child(4) {
  /*width: 21%;*/
}

#swift5 .anchor_nav li:nth-last-child(2) {
  width: 13%;
}

#swift5 .anchor_nav li:last-child {
  text-align: right;
  width: 13.6%;
}

#swift5 .anchor_nav li a {
  color: #666;
  text-decoration: none;
}

#swift5 .anchor_nav li a:hover {
  color: #999;
}

@media screen and (max-width: 640px) {
  #swift5 .anchor_nav {
    display: none;
  }
}

.anchorBlock .anchorPoint {
  position: absolute;
  z-index: -1;
}

/*-----KV-----*/
#swift5 .kv {
  position: relative;
  z-index: 1;
  padding-top: 121px;
  width: 100%;
  height: 1334px;
  min-width: 982px;
  background: url(../images/bk01.jpg) no-repeat 50% 121px;
}
#swift5 .kv img {
  display: block;
}

#swift5 .kv .kv_inner {
  position: relative;
  padding-left: 490px;
  width: 492px;
  margin: 0 auto;
}

#swift5 .kv .h1_catch1 {
  padding-top: 84px;
  margin-bottom: 15px;
}

#swift5 .kv .h1_catch2 {
  margin-bottom: 30px;
}

#swift5 .kv h1 {
  margin-bottom: 45px;
  padding-left: 2px;
}

#swift5 .kv .windows10 {
  margin-bottom: 57px;
}

#swift5 .kv .windows10_sp {
  display: none;
}

#swift5 .kv .corei5 {
  float: left;
}
#swift5 .kv .corei5 img {
  width: 60px;
}

#swift5 .anchor_btn {
  width: 220px;
  height: 40px;
  margin: 385px 0 0 auto;
  clear: both;
}

#swift5 .anchor_btn a {
  display: block;
  position: relative;
  z-index: 1;
  width: 220px;
  height: 40px;
  line-height: 40px;
  color: #fff;
  font-size: 14px;
  text-align: center;
  text-decoration: none;
  background: #0080d1;
  transition: opacity 0.4s;
}
#swift5 .anchor_btn a::after {
  display: block;
  position: absolute;
  right: 13px;
  top: 0;
  bottom: 0;
  width: 0;
  height: 0;
  margin: auto 0;
  border-top: 9px #fff solid;
  border-left: 5px rgba(0, 0, 0, 0) dashed;
  border-right: 5px rgba(0, 0, 0, 0) dashed;
  box-sizing: border-box;
  content: "";
}

#swift5 .anchor_btn a:hover {
  opacity: 0.7;
}

#swift5 .kv .kv_img {
  position: absolute;
  top: 21px;
  left: 50%;
  z-index: -1;
  margin-left: -774px;
  pointer-events: none;
}

@media screen and (min-width: 641px) {
  #line_anime01 {
    overflow: hidden;
    position: absolute;
    z-index: -2;
    bottom: 0;
    left: 50%;
    width: 2000px;
    height: 1200px;
    margin: 0 auto;
    transform: translate(-50%, 0);
  }
  #line_anime01 .lineElem {
    overflow: hidden;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 2310px;
    height: 2px;
    margin: 0 auto;
    background: #999;
    transform: rotate(-30deg);
    transform-origin: 0;
  }
  #line_anime01 .lineElem::after {
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: -webkit-linear-gradient(left, #999 0%, #eee 30%, #eee 70%, #999 100%);
    background: linear-gradient(to right, #999 0%, #eee 30%, #eee 70%, #999 100%);
    transform: translate(100%, 0);
    animation: rightToLeft 4s linear 2s infinite;
    content: '';
  }
}

@keyframes rightToLeft {
  0% {transform: translate(100%, 0);}
  100% {transform: translate(-100%, 0);}
}


@media screen and (max-width: 640px) {
  #swift5 .kv {
    width: 100%;
    height: 0;
    min-width: 0;
    margin-top: 61px;
    padding-top: 164.844%;
    background: url(../images/bk01_sp.jpg) no-repeat 50% 0;
    background-size: cover;
  }

  #swift5 .kv .kv_inner {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 93.75%;
    height: 100%;
    margin: 0 auto;
    padding: 0;
  }

  #swift5 .kv .h1_catch1 {
    padding-top: 8%;
    margin-bottom: 2.334%;
  }
  #swift5 .kv .h1_catch1 img {
    width: 74.834%;
    margin: 0 0 0 auto;
  }

  #swift5 .kv .h1_catch2 {
    margin-bottom: 3.5%;
  }
  #swift5 .kv .h1_catch2 img {
    width: 46%;
    margin: 0 0 0 auto;
  }

  #swift5 .kv h1 {
    margin-bottom: 7.334%;
    padding: 0;
  }
  #swift5 .kv h1 img {
    width: 16.33%;
    margin: 0 0 0 auto;
  }

  #swift5 .kv .windows10 {
    display: none;
  }

  #swift5 .kv .windows10_sp {
    display: block;
    margin-bottom: 8.334%;
  }
  #swift5 .kv .windows10_sp img {
    width: 39.834%;
    margin: 0 0 0 auto;
  }

  #swift5 .kv .corei5 {
    float: none;
    width: auto;
    margin-bottom: 0;
  }
  #swift5 .kv .corei5 img {
    width: 15%;
    margin: 0 0 0 auto;
  }

  #swift5 .kv .kv_img {
    top: 15.355%;
    left: -22.834%;
    width: 150.167%;
    margin-left: 0;
  }

  #swift5 .kv .kv_img img {
    width: 100%;
  }

  #swift5 .anchor_btn {
    width: 70%;
    height: auto;
    margin: 75.834% auto 0;
  }

  #swift5 .anchor_btn a {
    width: 100%;
    height: auto;
    color: #fff;
    font-size: 13.3px;
    font-size: 4.156vw;
    line-height: 2.857;
    font-weight: bold;
    transition: none;
  }
  #swift5 .anchor_btn a::after {
    right: 25px;
    border-top: 18px #fff solid;
    border-left: 10px rgba(0, 0, 0, 0) dashed;
    border-right: 10px rgba(0, 0, 0, 0) dashed;
  }

  #swift5 .anchor_btn a:hover {
    opacity: 1;
  }
}

@media screen and (max-width: 414px) {
  #swift5 .anchor_btn a::after {
    right: 12.5px;
    border-top: 9px #fff solid;
    border-left: 5px rgba(0, 0, 0, 0) dashed;
    border-right: 5px rgba(0, 0, 0, 0) dashed;
  }
}

/*-----box-----*/
#swift5 .product_img {
  position: absolute;
  pointer-events: none;
}
#swift5 .product_img img {
  display: block;
  margin: 0 auto;
}

#swift5 .box01 {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 951px;
  min-width: 982px;
  margin-top: -425px;
}

#swift5 .box01_inner {
  position: relative;
  width: 982px;
  margin: 0 auto;
}

#swift5 .box01_img01 {
  top: 13px;
  right: 50%;
  z-index: -1;
  margin-right: 29px;
}

#swift5 .box01_img02 {
  bottom: 0;
  left: 50%;
  z-index: -1;
  margin-left: 85px;
}

#swift5 .box01_inner_right {
  width: 500px;
  margin: 0 0 0 auto;
  padding: 33px 0 40px;
  border-top: 1px #999 solid;
}

#swift5 .box01_inner_right:first-child {
  padding-top: 0;
  border-top: none;
}
#swift5 .box01_inner_right:last-child {
  border-bottom: 1px #999 solid;
}

#swift5 .box01_h3 {
  color: #0080d1;
  font-size: 30px;
  line-height: 40px;
}

#swift5 .box01 .windows10 {
  margin: 32px 0 0;
  line-height: 0;
}
#swift5 .box01 .windows10 img {
  width: 160px;
}

#swift5 .box01 .corei5 {
  margin-top: 24px;
  line-height: 0;
}
#swift5 .box01 .corei5 img {
  width: 60px;
}

@media screen and (min-width: 641px) {
  #swift5 .box01_img01,
  #swift5 .box01_img02 {
    opacity: 0;
  }

  #swift5 .box01_h3,
  #swift5 .box01 .h3_sub {
    white-space: nowrap;
    letter-spacing: -0.04em;
  }
}

@media screen and (max-width: 640px) {
  #swift5 .box01 {
    min-width: 0;
    height: auto;
    margin-top: 12.188%;
    padding-top: 0;
  }

  #swift5 .box01_inner {
    width: 93.75%;
  }

  #swift5 .box01_inner_right {
    width: 100%;
    margin: 0;
    padding: 6% 0 10%;
  }

  #swift5 .box01_h3 {
    font-size: 18px;
    font-size: 5.625vw;
    line-height: 1.333;
  }

  #swift5 .box01 .windows10 {
    margin: 8.334% 0 0;
  }
  #swift5 .box01 .windows10 img {
    width: 46.667%;
  }

  #swift5 .box01 .corei5 {
    margin: 8.334% 0 0;
  }
  #swift5 .box01 .corei5 img {
    width: 16.667%;
  }

  #swift5 .box01_img01 {
    display: none;
  }

  #swift5 .box01_img02 {
    position: static;
    width: 166.25%;
    margin: 7.969% 0 0 -37.656%;
  }
  #swift5 .box01_img02 img {
    width: 100%;
  }
}

/* @media screen and (max-width: 375px) {
  #swift5 .box01_inner_right {
    border-top: 0.5px #665200 solid;
  }

  #swift5 .box01_inner_right:last-child {
    border-bottom: 0.5px #665200 solid;
  }
} */

#swift5 .box02 {
  position: relative;
  z-index: 0;
  background: url(../images/bk02.jpg) no-repeat 50% 0;
  width: 100%;
  height: 2890px;
  min-width: 982px;
  margin-top: -526px;
  padding-top: 736px;
  box-sizing: border-box;
}

#swift5 .box02_inner01 {
  width: 982px;
  margin: 0 auto;
}

#swift5 .box02 .youtube {
  position: relative;
  width: 100%;
  margin-bottom: 357px;
  padding-top: 56.25%;
}
#swift5 .box02 .youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

#swift5 .box02 h3 {
  overflow: hidden;
  position: relative;
  margin: 0 0 15px;
  color: #86d0ff;
}
#swift5 .box02 h3::after {
  position: absolute;
  top: 19.5px;
  display: inline-block;
  width: 600px;
  height: 0;
  margin: 0 0 0 10px;
  border-top: 1px #c6c6c6 solid;
  content: "";
}

#swift5 .box02 p {
  color: #fff;
}

#swift5 .box02_inner02 {
  width: 982px;
  margin: 43px auto 0;
  padding-right: 382px;
  box-sizing: border-box;
}

#swift5 .img_inner01 {
  margin: 22px 0 0;
}
#swift5 .img_inner01 img {
  display: block;
  margin: 0;
}

#swift5 .box02_inner03 {
  width: 982px;
  margin: 226px auto 0;
  padding-left: 372px;
  box-sizing: border-box;
}
#swift5 .box02_inner03 h3::after {
  left: 518px;
  margin: 0;
}

#swift5 .box02_inner04 {
  width: 982px;
  margin: 65px auto 0;
  padding-right: 382px;
  box-sizing: border-box;
}

#swift5 .img_inner02 {
  margin: 16px 0 0;
}
#swift5 .img_inner02 img {
  display: block;
  margin: 0 auto;
  width: 352px;
}

#swift5 .box02_img01 {
  top: 527px;
  left: 50%;
  z-index: -1;
  margin-left: -315px;
}

#swift5 .box02_img02 {
  top: 1511px;
  right: 50%;
  z-index: -1;
  margin-right: 158px;
}

#swift5 .box02_img03 {
  bottom: 465px;
  left: 50%;
  z-index: -1;
  margin-left: 27px;
}

@media screen and (min-width: 641px) {
  #swift5 .box02_img01,
  #swift5 .box02_img02,
  #swift5 .box02_img03 {
    opacity: 0;
  }

  #line_anime02 {
    overflow: hidden;
    position: absolute;
    z-index: -2;
    top: 0;
    left: 50%;
    width: 2000px;
    height: 1200px;
    margin: 0 auto;
    transform: translate(-50%, 0);
  }
  #line_anime02 .lineElem {
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    width: 2310px;
    height: 2px;
    margin: 0 auto;
    background: #999;
    transform: rotate(30deg);
    transform-origin: 0;
  }
  #line_anime02 .lineElem::after {
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: -webkit-linear-gradient(left, #999 0%, #eee 30%, #eee 70%, #999 100%);
    background: linear-gradient(to right, #999 0%, #eee 30%, #eee 70%, #999 100%);
    transform: translate(-100%, 0);
    animation: leftToRight 4s linear 2s infinite;
    content: '';
  }
}

@keyframes leftToRight {
  0% {transform: translate(-100%, 0);}
  100% {transform: translate(100%, 0);}
}

@media screen and (max-width: 640px) {
  #swift5 .box02 {
    background: url(../images/bk02_sp.jpg) no-repeat 50% 0;
    background-size: cover;
    height: 0;
    min-width: 0;
    margin-top: -21.25%;
    padding: 0 0 672.5%;
  }

  #swift5 .box02_inner01 {
    width: 93.75%;
    padding-top: 99.531%;
  }

  #swift5 .box02 .img_text {
    margin-bottom: 4.667%;
    padding-top: 14.834%;
    background: url(../images/text01_sp.png) no-repeat 0 0;
    background-size: contain;
  }
  #swift5 .box02 .img_text img {
    display: none;
  }

  #swift5 .box02 h3 {
    margin: 0 0 3.667%;
  }
  #swift5 .box02 h3::after {
    top: auto;
    bottom: 25%;
    width: 100%;
    margin: auto 0 auto 2.5%;
  }

  #swift5 .box02 h3 .ksp {
    margin-left: -0.1em;
    letter-spacing: -0.15em;
  }

  #swift5 .box02_inner02 {
    width: 93.75%;
    margin: 16.25% auto 0;
    padding: 0;
  }

  #swift5 .img_inner01 {
    margin: 8.834% 0 0;
  }
  #swift5 .img_inner01 img {
    margin: 0 auto;
    width: 99.5%;
  }

  #swift5 .box02_img01 {
    position: static;
    width: 95.625%;
    margin: 9.688% 0 0 3.125%;
  }
  #swift5 .box02_img01 img {
    width: 100%;
  }

  #swift5 .box02_inner03 {
    width: 93.75%;
    margin: 5.781% auto 0;
    padding: 0;
  }

  #swift5 .box02_inner03 h3::after {
    left: auto;
    margin: auto 0 auto 2.5%;
  }

  #swift5 .box02_img02 {
    position: static;
    width: 115.781%;
    margin: 7.969% 0 0 0.781%;
  }
  #swift5 .box02_img02 img {
    width: 100%;
  }

  #swift5 .box02_inner04 {
    width: 93.75%;
    margin: 15.938% auto 0;
    padding: 0;
  }

  #swift5 .box02_inner04 h3::after {
    bottom: 50%;
  }

  #swift5 .img_inner02 {
    margin: 8.834% 0 0;
  }
  #swift5 .img_inner02 img {
    margin: 0 auto;
    width: 70.834%;
  }

  #swift5 .box02_img03 {
    position: static;
    width: 114.063%;
    margin: 9.375% 0 0 -7.031%;
  }
  #swift5 .box02_img03 img {
    width: 100%;
  }
}

/* @media screen and (max-width: 375px) {
  #swift5 .box02 h3::after {
   border-top: 0.5px #bc993b solid;
  }
} */

#swift5 .box03 {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 2560px;
  min-width: 982px;
  margin-top: -358px;
  box-sizing: border-box;
}

#swift5 .box03 .img_text {
  margin-bottom: 25px;
}

#swift5 .box03 h3 {
  overflow: hidden;
  position: relative;
  color: #0080d1;
}
#swift5 .box03 h3::after {
  position: absolute;
  bottom: 19.5px;
  display: inline-block;
  width: 300px;
  height: 0;
  margin: auto 0 auto 10px;
  border-top: 1px #999 solid;
  content: "";
}

#swift5 .box03_inner01 {
  width: 982px;
  margin: 0 auto;
  box-sizing: border-box;
}

#swift5 .box03_inner02 {
  width: 982px;
  margin: 44px auto 0;
  padding-right: 382px;
  box-sizing: border-box;
}

#swift5 .img_inner08 {
  margin: 20px 0 0;
}
#swift5 .img_inner08 img {
  display: block;
  /*height: 240px;*/
}

#swift5 .img_inner03 {
  margin: 24px 0 0;
}
#swift5 .img_inner03 img {
  display: block;
  width: 274px;
  margin: 0 auto;
}

#swift5 .box03_inner03 {
  width: 982px;
  margin: 140px auto 0;
  padding-left: 382px;
  box-sizing: border-box;
}

#swift5 .img_inner04 {
  margin: 20px 0 0;
}
#swift5 .img_inner04 img {
  display: block;
  margin: 0 auto;
  width: 506px;
}

#swift5 .box03_img02 + h3 {
  margin-top: 270px;
}

#swift5 .img_inner09 {
  margin: 20px 0 0;
}
#swift5 .img_inner09 img {
  display: block;
  /*height: 240px;*/
}

#swift5 .img_inner05 {
  margin: 20px 0 0;
}
#swift5 .img_inner05 img {
  display: block;
  margin: 0 auto;
}

#swift5 .img_inner06 {
  margin: 20px 0 0;
}
#swift5 .img_inner06 img {
  display: block;
  width: 265px;
  margin: 0 auto;
}

#swift5 .box03 .notes {
  margin-top: 22px;
}

#swift5 .box03 .notes li {
  position: relative;
  padding-left: 1.05em;
  font-size: 14px;
  line-height: 26px;
  letter-spacing: -0.04em;
}

#swift5 .box03 .notes li::before {
  position: absolute;
  left: 0;
  content: "※";
}

#swift5 .box03_img01 {
  top: 329px;
  left: 50%;
  z-index: -1;
  margin-left: 61px;
}

#swift5 .box03_img02 {
  top: 892px;
  right: 50%;
  z-index: -1;
  margin-right: -313px;
}

#swift5 .box03_img03 {
  top: 1715px;
  right: 50%;
  z-index: -1;
  margin-right: 156px;
}

@media screen and (min-width: 641px) {
  #swift5 .box03_img01,
  #swift5 .box03_img02,
  #swift5 .box03_img03 {
    opacity: 0;
  }
}

@media screen and (max-width: 640px) {
  #swift5 .box03 {
    min-width: 0;
    height: auto;
    margin-top: 16.563%;
  }

  #swift5 .box03 .product_img {
    position: static;
  }

  #swift5 .box03 h3 .ksp {
    margin-left: -0.1em;
    letter-spacing: -0.15em;
  }

  #swift5 .box03 h3::after {
    bottom: 50%;
    width: 100%;
    margin: auto 0 auto 2.5%;
  }

  #swift5 .box03_inner01 {
    width: 93.75%;
  }

  #swift5 .box03 .img_text {
    width: 67.5%;
    margin-bottom: 4.667%;
    padding-top: 27.334%;
    background: url(../images/text02_sp.png) no-repeat 0 0;
    background-size: contain;
  }
  #swift5 .box03 .img_text img {
    display: none;
  }

  #swift5 .box03_inner02 {
    width: 93.75%;
    margin: 16.834% auto 0;
    padding: 0;
  }

  #swift5 .box03 .notes {
    margin-top: 8.5%;
    width: 100%;
  }

  #swift5 .box03 .notes li {
    padding-left: 1.05em;
    font-size: 11.4px;
    font-size: 3.5625vw;
    line-height: 1.754;
    letter-spacing: -0.04em;
  }

  #swift5 .img_inner08 {
    margin: 8% 0 0;
  }
  #swift5 .img_inner08 img {
    width: 100%;
    height: auto;
  }

  #swift5 .img_inner03 {
    width: 100%;
    margin: 4% 0 0;
  }
  #swift5 .img_inner03 img {
    width: 54.667%;
  }

  #swift5 .box03_img01 {
    width: 160.938%;
    margin: 7.656% 0 0 -21.094%;
  }
  #swift5 .box03_img01 img {
    width: 100%;
  }

  #swift5 .img_inner09 {
    margin: 8% 0 0;
  }
  #swift5 .img_inner09 img {
    width: 100%;
    height: auto;
  }

  #swift5 .box03_inner03 {
    width: 93.75%;
    margin: 17.969% auto 0;
    padding: 0;
  }

  #swift5 .box03_inner03 h3 .lsp {
    margin-right: -0.4em;
  }

  #swift5 .img_inner05 {
    margin: 7.834% auto 0;
  }
  #swift5 .img_inner05 img {
    width: 38%;
  }

  #swift5 .box03_img02 {
    width: 182.667%;
    margin: 7.834% 0 16.167% -18%;
  }
  #swift5 .box03_img02 img {
    width: 100%;
  }

  #swift5 .box03_img02 + h3 {
    margin-top: 0;
  }
  #swift5 .box03_img02 + h3::after {
    bottom: 25%;
  }

  #swift5 .img_inner06 {
    margin: 7.834% auto 0;
  }
  #swift5 .img_inner06 img {
    width: 52.834%;
  }

  #swift5 .box03_img03 {
    width: 131.25%;
    margin: -0.469% 0 0 -24.688%;
  }
  #swift5 .box03_img03 img {
    width: 100%;
  }
}

/* @media screen and (max-width: 375px) {
  #swift5 .box03 h3::after {
    border-top: 0.5px #665200 solid;
  }
} */

#swift5 .box04 {
  position: relative;
  z-index: 0;
  width: 100%;
  height: 2943px;
  min-width: 982px;
  margin-top: -432px;
  padding-top: 829px;
  background: url(../images/bk03.jpg) no-repeat 50% 0;
  box-sizing: border-box;
}

#swift5 .box04 .img_text {
  margin-bottom: 24px;
}

#swift5 .box04 p {
  color: #fff;
}

#swift5 .box04 h3 {
  overflow: hidden;
  position: relative;
  color: #86d0ff;
}

#swift5 .box04 h3::after {
  position: absolute;
  bottom: 19.5px;
  display: inline-block;
  width: 300px;
  height: 0;
  margin: auto 0 auto 10px;
  border-top: 1px #c6c6c6 solid;
  content: "";
}

#swift5 .box04_inner01 {
  width: 982px;
  margin: 0 auto;
}

#swift5 .box04_inner02 {
  width: 982px;
  margin: 97px auto 0;
  padding-left: 372px;
  box-sizing: border-box;
}

#swift5 .box04_inner03 {
  width: 982px;
  margin: 45px auto 0;
  padding-left: 372px;
  box-sizing: border-box;
}

#swift5 .box04_inner04 {
  width: 982px;
  margin: 350px auto 0;
  padding-left: 372px;
  box-sizing: border-box;
}

#swift5 .img_inner10 {
  margin: 22px 0 0;
}
#swift5 .img_inner10 img {
  display: block;
  margin: 0 auto;
}

#swift5 .img_inner07 {
  margin: 22px 0 0;
}
#swift5 .img_inner07 img {
  display: block;
  margin: 0 auto;
  width: 249px;
}

#swift5 .box04_img01 {
  top: 277px;
  left: 50%;
  z-index: -1;
  margin-left: 331px;
}

#swift5 .box04_img02 {
  top: 987px;
  right: 50%;
  z-index: -1;
  margin-right: -170px;
}

@media screen and (min-width: 641px) {
  #swift5 .box04_img01,
  #swift5 .box04_img02 {
    opacity: 0;
  }
}

@media screen and (max-width: 640px) {
  #swift5 .box04 {
    height: 0;
    min-width: 0;
    margin-top: -33.125%;
    padding: 0 0 602.188%;
    background: url(../images/bk03_sp.jpg) no-repeat 50% 0;
    background-size: cover;
  }

  #swift5 .box04 .product_img {
    position: static;
  }

  #swift5 .box04 h3 {
    margin-bottom: 3.667%;
  }

  #swift5 .box04 h3 .ksp {
    margin-left: -0.1em;
    letter-spacing: -0.15em;
  }

  #swift5 .box04 h3::after {
    bottom: 25%;
    width: 100%;
    margin: auto 0 auto 2.5%;
  }

  #swift5 .box04_inner01 {
    width: 93.75%;
    padding-top: 101.406%;
  }

  #swift5 .box04 .img_text {
    width: 63.167%;
    margin-bottom: 4.667%;
    padding-top: 27.334%;
    background: url(../images/text03_sp.png) no-repeat 0 0;
    background-size: contain;
  }
  #swift5 .box04 .img_text img {
    display: none;
  }

  #swift5 .box04_inner02 {
    width: 93.75%;
    margin: 16.094% auto 0;
    padding: 0;
  }

  #swift5 .box04_inner02 h3::after {
    bottom: 50%;
  }

  #swift5 .box04_img01 {
    display: none;
  }

  #swift5 .box04_inner03 {
    width: 93.75%;
    margin: 16.719% auto 0;
    padding: 0;
  }
	
	#swift5 .box04_inner04 {
    width: 93.75%;
    margin: 16.719% auto 0;
    padding: 0;
  }

  #swift5 .img_inner07 {
    width: 49.834%;
    margin: 8.167% auto 0;
  }
  #swift5 .img_inner07 img {
    width: 100%;
    height: auto;
    margin: 0;
  }
	
	#swift5 .img_inner10 {
    width: 78%;
    margin: 8.167% auto 0;
  }
  #swift5 .img_inner10 img {
    width: 100%;
    height: auto;
    margin: 0;
  }

  #swift5 .box04_img02 {
    width: 132.5%;
    margin: 3.906% 0 0 -10.938%;
  }
  #swift5 .box04_img02 img {
    width: 100%;
  }
}

/* @media screen and (max-width: 375px) {
  #swift5 .box04 h3::after {
    border-top: 0.5px #bc993b solid;
  }
} */

#swift5 .box_shop {
  position: relative;
  z-index: 1;
  width: 982px;
  margin: -640px auto 0;
  padding: 0 0 60px;
  }

#swift5 .box_shop h3 {
  margin: 0 0 32px;
  color: #0080d1;
  font-weight: bold;
}

#swift5 .shoplist::after {
  display: block;
  clear: both;
  content: "";
}

#swift5 .shoplist + .shoplist {
  margin-top: 20px;
}

#swift5 .shoplist li {
  float: left;
  width: 218px;
  height: 128px;
}

#swift5 .shoplist li:first-of-type,
#swift5 .shoplist li:nth-of-type(3) {
  margin-right: 37px;
}

#swift5 .shoplist li:nth-of-type(2) {
  margin-right: 36px;
}

#swift5 .shoplist li img {
  display: block;
}

@media screen and (max-width: 640px) {
  #swift5 .box_shop {
    width: 93.75%;
    padding: 0;
    margin-top: -29.531%;
  }

  #swift5 .box_shop h3 {
    margin-bottom: 5.334%;
    font-size: 13.5px;
    font-size: 4.219vw;
    line-height: 1.481;
  }

  #swift5 .shoplist {
    width: 76.667%;
    margin: 0 auto;
  }

  #swift5 .shoplist + .shoplist {
    margin-top: 0;
  }

  #swift5 .shoplist li {
    width: 50%;
    height: auto;
    margin: 0 0 4.348% !important;
    box-sizing: border-box;
  }
  #swift5 .shoplist li:nth-of-type(2n+1) {
    padding-right: 2.609%;
  }
  #swift5 .shoplist li:nth-of-type(2n) {
    padding-left: 2.608%;
  }

  #swift5 .shoplist li img {
    display: block;
    width: 100%;
  }
}

#swift5 .box_spec {
  position: relative;
  z-index: 1;
  width: 982px;
  margin: 0 auto;
  padding: 60px 0 120px;
}

#swift5 .box_spec h3 {
  float: left;
  margin-bottom: 30px;
  color: #0080d1;
}

#swift5 .spec_btn_box {
  float: right;
}

#swift5 .spec_btn_box .spec_btn {
  width: 218px;
  margin-left: 10px;
  float: right;
  text-align: center;
  font-size: 14px;
  line-height: 38px;
  font-weight: bold;
  position: relative;
  border: 1px solid #999;
  transition: opacity 0.4s ease;
}

#swift5 .spec_btn_box .spec_btn:hover {
  opacity: 0.7;
}

#swift5 .spec_btn_box .spec_btn a {
  display: block;
  color: #000;
  text-decoration: none;
}

#swift5 .spec_btn_box .spec_btn a::after {
  display: block;
  position: absolute;
  right: 14px;
  top: 0;
  bottom: 0;
  width: 0;
  height: 0;
  margin: auto 0;
  border-left: 9px #0080d1 solid;
  border-top: 5px rgba(0, 0, 0, 0) dashed;
  border-bottom: 5px rgba(0, 0, 0, 0) dashed;
  content: "";
}

#swift5 .spec_list {
  border-collapse: collapse;
  width: 100%;
  margin: 15px 0;
  font-size: 87.5%;
  line-height: 24px;
  box-sizing: border-box;
}

#swift5 .spec_list tbody {
  vertical-align: top;
  text-align: left;
}

#swift5 .spec_list tr {
  border-top: 1px #ccc solid;
}

#swift5 .spec_list th {
  padding: 12px 1px;
  border-top: 1px #005083 solid;
  box-sizing: border-box;
}

#swift5 .spec_list th[colspan] {
  padding-right: 5px;
}

#swift5 .spec_list td {
  width: 610px;
  padding: 12px 1px 12px 15px;
  border-left: 5px #fff solid;
  box-sizing: border-box;
}

#swift5 .spec_list tr:last-of-type {
  border-bottom: 1px #ccc solid;
}
#swift5 .spec_list tr:last-of-type th {
  border-bottom: 1px #005083 solid;
}

#swift5 .spec_list .p_code {
  font-weight: bold;
}

#swift5 .spec_list th sup {
  font-size: 62.5%;
  line-height: 1;
}

#swift5 .spec_notes {
  font-size: 64%;
  line-height: 1.2em;
}

#swift5 .spec_notes.notes01 li {
  padding-left: 2em;
  text-indent: -2em;
  margin-bottom: 5px;
}

#swift5 .spec_notes.notes02 li {
  padding-left: 1em;
  text-indent: -1em;
  margin-bottom: 5px;
}

@media screen and (max-width: 640px) {
  #swift5 .box_spec {
    width: 93.75%;
    padding: 15.667% 0 18.334%;
  }

  #swift5 .box_spec h3 {
    float: none;
    margin-bottom: 5.334%;
    font-size: 13.5px;
    font-size: 4.219vw;
    line-height: 1.481;
    font-weight: bold;
  }

  #swift5 .spec_btn_box {
    position: relative;
    float: none;
  }

  #swift5 .spec_btn_box::after {
    display: block;
    clear: both;
    content: "";
  }

  #swift5 .spec_btn_box .spec_btn {
    width: 48.334%;
    margin: 0;
    font-size: 10px;
    font-size: 3.125vw;
    line-height: 2.9;
    border: 1px solid #999;
    transition: none;
  }

  #swift5 .spec_btn_box .spec_btn + .spec_btn {
    position: absolute;
    top: 0;
    left: 0;
    float: none;
  }

  #swift5 .spec_btn_box .spec_btn:hover {
    opacity: 1;
  }

  #swift5 .spec_btn_box .spec_btn a::after {
    right: 5.517%;
    border-left: 12px #0080d1 solid;
    border-top: 6px rgba(0, 0, 0, 0) dashed;
    border-bottom: 6px rgba(0, 0, 0, 0) dashed;
  }

  #swift5 .spec_list {
    margin: 6.667% 0;
    font-size: 10px;
    font-size: 3.125vw;
    line-height: 2;
  }

  #swift5 .spec_list tr {
    border-top: 2px #ccc solid;
  }

  #swift5 .spec_list th {
    padding: 3.167% 0.167%;
    border-top: 2px #0080d1 solid;
  }

  #swift5 .spec_list tr:last-of-type {
    border-bottom: 2px #ccc solid;
  }
  #swift5 .spec_list tr:last-of-type th {
    border-bottom: 2px #0080d1 solid;
  }

  #swift5 .spec_list th span {
    position: absolute;
    width: 50%;
  }

  #swift5 .spec_list td {
    width: 55%;
    padding: 3.167% 0.167% 3.167% 2.5%;
  }

  #swift5 .spec_notes {
    font-size: 8px;
    line-height: 1.35;
  }
  #swift5.ios .spec_notes {
    font-family: "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", sans-serif;
  }

  #swift5 .spec_notes.notes01 li {
    padding-left: 2em;
    text-indent: -1.5em;
    margin-bottom: 1.5%;
  }

  #swift5 .spec_notes.notes02 li {
    padding-left: 1em;
    text-indent: -1em;
    margin-bottom: 1.5%;
  }
}

@media screen and (max-width: 414px) {
  #swift5 .spec_btn_box .spec_btn {
    border: 0.5px solid #999;
  }

  #swift5 .spec_btn_box .spec_btn a::after {
    border-left: 6px #0080d1 solid;
    border-top: 3px rgba(0, 0, 0, 0) dashed;
    border-bottom: 3px rgba(0, 0, 0, 0) dashed;
  }

  #swift5 .spec_list tr {
    border-top: 1px #ccc solid;
  }

  #swift5 .spec_list th {
    border-top: 1px #0080d1 solid;
  }

  #swift5 .spec_list td {
    border-left: 2.5px #fff solid;
  }

  #swift5 .spec_list tr:last-of-type {
    border-bottom: 1px #ccc solid;
  }
  #swift5 .spec_list tr:last-of-type th {
    border-bottom: 1px #0080d1 solid;
  }
}

/*-----モジュール-----*/

#swift5 .sp {
display: none;
}

@media screen and (max-width: 640px) {
  #swift5 .sp {
  display: block;
  }
  #swift5 .pc {
  display: none;
  }
}

#swift5 .super{
font-size:62.5%;
vertical-align:super;
line-height:1em;
}

#swift5 .caution{
font-size:87.5%;
line-height:26px;
margin-bottom:5px;
}
/*-----仕様書印刷用-----*/
@media print {
  #swift5,
  .box_spec {
    display: block !important;
  }
  body > *,
  #swift5_inner > *,
  .spec_btn_box {
    display: none;
  }
}