@charset "utf-8";
/* CSS Document */

.acerNew.headerFix {
  z-index: 10 !important;
}

/*-----ベース-----*/
#swift7 {
  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%;
}
#swift7.ios {
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", sans-serif;
}

#swift7_inner {
  overflow: hidden;
  width: 100%;
  min-width: 982px;
}

#swift7 h2 {
  font-size: 250%;
  line-height: 1em;
  font-weight: normal;
  margin-bottom: 25px;
  letter-spacing: -0.015em;
}

#swift7 h3 {
  font-size: 175%;
  line-height: 40px;
  font-weight: normal;
  margin-bottom: 15px;
  letter-spacing: -0.015em;
}

#swift7 .h2_sub {
  font-size: 125%;
  line-height: 36px;
  letter-spacing: -0.015em;
}

#swift7 .h3_sub {
  font-size: 97%;
  letter-spacing: -0.035em;
}

#swift7 p {
  margin: 0;
}

#swift7 .lsp {
  letter-spacing: -0.4em;
}
#swift7 .ksp {
  letter-spacing: -0.11em;
}
#swift7 .lsl {
  letter-spacing: -1em;
}

#swift7 .fadeIn {
  animation: fadeIn 2.5s forwards;
}
@keyframes fadeIn {
  0% {opacity: 0;}
  100% {opacity: 1;}
}

#swift7 .slideInTop {
  animation: slideInTop 2s forwards;
}
@keyframes slideInTop {
  0% {opacity: 0; transform: translate(0, -50px);}
  100% {opacity: 1; transform: translate(0, 0);}
}

#swift7 .slideInRight {
  animation: slideInRight 2s forwards;
}
@keyframes slideInRight {
  0% {opacity: 0; transform: translate(50px, 0);}
  100% {opacity: 1; transform: translate(0, 0);}
}

#swift7 .slideInTopLeft {
  animation: slideInTopLeft 2s forwards;
}
@keyframes slideInTopLeft {
  0% {opacity: 0; transform: translate(-50px, -50px);}
  100% {opacity: 1; transform: translate(0, 0);}
}

#swift7 .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) {
  #swift7 {
    font-size: 12px;
    font-size: 3.75vw;
    line-height: 1.667;
  }
  #swift7_inner {
    min-width: 0;
  }
  #swift7 h2 {
    font-size: 200%;
    line-height: 1.29em;
  }
  #swift7 h3 {
    font-size: 17.5px;
    font-size: 5.46875vw;
    line-height: 1.3714;
    margin-bottom: 2%;
    letter-spacing: -0.035em;
  }
  #swift7.ios h3 {
    letter-spacing: -0.04em;
  }
  #swift7 .h2_sub {
    font-size: 13.5px;
    font-size: 4.219vw;
    line-height: 1.754;
    letter-spacing: -0.045em;
  }
  #swift7.ios .h2_sub {
    letter-spacing: -0.052em;
  }
  #swift7 .h3_sub {
    font-size: 11.4px;
    font-size: 3.5625vw;
    line-height: 1.778;
    letter-spacing: -0.035em;
  }
}

/*-----anchor_nav-----*/
#swift7 .anchor_nav {
  position: fixed;
  top: 61px;
  width: 100%;
  background: #fff;
  z-index: 2;
  border-bottom: 1px solid #ccc;
}

#swift7 .anchor_nav_inner {
  width: 100%;
  max-width: 982px;
  margin: 0 auto;
  display: table;
}


#swift7 .anchor_nav ul {
  display: table;
  width: 100%;
}

#swift7 .anchor_nav .p_name img {
  vertical-align: bottom;
}

#swift7 .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;
}

#swift7 .anchor_nav li:first-child {
  text-align: left;
  width: 19.5%;
}

#swift7 .anchor_nav li:nth-child(3),
#swift7 .anchor_nav li:nth-child(4) {
  width: 21%;
}

#swift7 .anchor_nav li:nth-last-child(2) {
  width: 13%;
}

#swift7 .anchor_nav li:last-child {
  text-align: right;
  width: 13.6%;
}

#swift7 .anchor_nav li a {
  color: #666;
  text-decoration: none;
}

#swift7 .anchor_nav li a:hover {
  color: #999;
}

@media screen and (max-width: 640px) {
  #swift7 .anchor_nav {
    display: none;
  }
}

.anchorBlock .anchorPoint {
  position: absolute;
  z-index: -1;
}

/*-----KV-----*/
#swift7 .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;
}
#swift7 .kv img {
  display: block;
}

#swift7 .kv .kv_inner {
  position: relative;
  width: 982px;
  margin: 0 auto;
}

#swift7 .kv .h1_catch1 {
  padding-top: 84px;
  margin-bottom: 15px;
}

#swift7 .kv .h1_catch2 {
  margin-bottom: 30px;
}

#swift7 .kv h1 {
  margin-bottom: 48px;
  padding-left: 2px;
}

#swift7 .kv .windows10 {
  margin-bottom: 39px;
}

#swift7 .kv .windows10_sp {
  display: none;
}

#swift7 .kv .corei5 {
  float: left;
  margin-right: 20px;
}
#swift7 .kv .corei5 img {
  width: 60px;
}

#swift7 .kv .gooddesign {
  float: left;
  padding-top: 7px;
}
#swift7 .kv .gooddesign img {
  width: 98px;
}

#swift7 .anchor_btn {
  width: 220px;
  height: 40px;
  margin-top: 286px;
  clear: both;
}

#swift7 .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: #bc993b;
  transition: opacity 0.4s;
}
#swift7 .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: "";
}

#swift7 .anchor_btn a:hover {
  opacity: 0.7;
}

#swift7 .kv .kv_img {
  position: absolute;
  top: 70px;
  left: 50%;
  z-index: -1;
  margin-left: -491px;
  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: #c5a654;
    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, #c5a654 0%, #fff9ef 30%, #fff9ef 70%, #c5a654 100%);
    background: linear-gradient(to right, #c5a654 0%, #fff9ef 30%, #fff9ef 70%, #c5a654 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) {
  #swift7 .kv {
    width: 100%;
    height: 0;
    min-width: 0;
    margin-top: 61px;
    padding-top: 165%;
    background: url(../images/bk01_sp.jpg) no-repeat 50% 0;
    background-size: contain;
  }

  #swift7 .kv .kv_inner {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 93.75%;
    height: 100%;
    margin: 0 auto;
  }

  #swift7 .kv .h1_catch1 {
    padding-top: 8%;
    margin-bottom: 2.334%;
  }
  #swift7 .kv .h1_catch1 img {
    width: 74.834%;
  }

  #swift7 .kv .h1_catch2 {
    margin-bottom: 3.5%;
  }
  #swift7 .kv .h1_catch2 img {
    width: 74.334%;
  }

  #swift7 .kv h1 {
    margin-bottom: 8%;
    padding: 0;
  }
  #swift7 .kv h1 img {
    width: 17.83%;
  }

  #swift7 .kv .windows10 {
    display: none;
  }

  #swift7 .kv .corei5 {
    width: 15%;
    margin-right: 4.667%;
  }
  #swift7 .kv .corei5 img {
    width: 100%;
  }

  #swift7 .kv .gooddesign {
    width: 21.667%;
    padding-top: 2%;
  }
  #swift7 .kv .gooddesign img {
    width: 100%;
  }

  #swift7 .kv .windows10_sp {
    display: block;
    margin-top: 70.167%;
  }
  #swift7 .kv .windows10_sp img {
    width: 53%;
  }

  #swift7 .kv .kv_img {
    top: 17.825%;
    left: -12.834%;
    width: 136.167%;
    margin-left: 0;
  }

  #swift7 .kv .kv_img img {
    width: 100%;
  }

  #swift7 .anchor_btn {
    width: 70%;
    height: auto;
    margin: 9.667% auto 0;
  }

  #swift7 .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;
  }
  #swift7 .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;
  }

  #swift7 .anchor_btn a:hover {
    opacity: 1;
  }
}

@media screen and (max-width: 375px) {
  #swift7 .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-----*/
#swift7 .product_img {
  position: absolute;
  pointer-events: none;
}
#swift7 .product_img img {
  display: block;
  margin: 0 auto;
}

#swift7 .box01 {
  position: relative;
  z-index: 1;
  width: 100%;
  min-width: 982px;
  margin-top: -495px;
}

#swift7 .box01_inner {
  position: relative;
  width: 982px;
  margin: 0 auto;
}

#swift7 .box01_img01 {
  top: 59px;
  right: 50%;
  z-index: -1;
  margin-right: 44px;
}

#swift7 .box01_inner_right {
  width: 500px;
  margin: 0 0 0 auto;
  padding: 33px 0 40px;
  border-top: 1px #665200 solid;
}

#swift7 .box01_inner_right:last-child {
  border-bottom: 1px #665200 solid;
}

#swift7 .box01_h3 {
  color: #665200;
  font-size: 30px;
  line-height: 40px;
}

#swift7 .box01 .windows10 {
  margin: 32px 0 0;
  line-height: 0;
}
#swift7 .box01 .windows10 img {
  width: 160px;
}

#swift7 .box01 .corei5 {
  margin-top: 24px;
  line-height: 0;
}
#swift7 .box01 .corei5 img {
  width: 60px;
}

#swift7 .box01 .office {
  margin-top: 20px;
  line-height: 0;
}
#swift7 .box01 .office img {
  width: 170px;
}

#swift7 .box01 ._3years {
  margin: 22px 0 0;
  line-height: 0;
}
#swift7 .box01 ._3years img {
  width: 60px;
}

@media screen and (min-width: 641px) {
  #swift7 .box01_img01 {
    opacity: 0;
  }

  #swift7 .box01_h3,
  #swift7 .box01 .h3_sub {
    white-space: nowrap;
    letter-spacing: -0.04em;
  }
}

@media screen and (max-width: 640px) {
  #swift7 .box01 {
    min-width: 0;
    margin-top: 4.219%;
    padding-top: 0;
  }

  #swift7 .box01_inner {
    width: 93.75%;
  }

  #swift7 .box01_inner_right {
    width: 100%;
    margin: 0;
    padding: 6% 0 10%;
  }

  #swift7 .box01_h3 {
    font-size: 18px;
    font-size: 5.625vw;
    line-height: 1.333;
  }

  #swift7 .box01 .windows10 {
    margin: 8.334% 0 0;
  }
  #swift7 .box01 .windows10 img {
    width: 46.667%;
  }

  #swift7 .box01 .corei5 {
    margin: 8.334% 0 0;
  }
  #swift7 .box01 .corei5 img {
    width: 16.667%;
  }

  #swift7 .box01 .office {
    margin: 5% 0 0;
  }
  #swift7 .box01 .office img {
    width: 46.667%;
  }

  #swift7 .box01 ._3years {
    margin: 5% 0 0;
  }
  #swift7 .box01 ._3years img {
    width: 13.834%;
  }

  #swift7 .box01_img01 {
    position: static;
    width: 83.834%;
    margin: 9.375% 0 0 3.125%;
  }
  #swift7 .box01_img01 img {
    width: 100%;
  }
}

/* @media screen and (max-width: 375px) {
  #swift7 .box01_inner_right {
    border-top: 0.5px #665200 solid;
  }

  #swift7 .box01_inner_right:last-child {
    border-bottom: 0.5px #665200 solid;
  }
} */

#swift7 .box02 {
  position: relative;
  z-index: 1;
  background: url(../images/bk02.jpg) no-repeat 50% 173px;
  width: 100%;
  height: 3175px;
  min-width: 982px;
  margin-top: 80px;
}

#swift7 .box02_inner01 {
  width: 982px;
  margin: 0 auto;
}

#swift7 .box02 .youtube {
  position: relative;
  width: 100%;
  margin-bottom: 357px;
  padding-top: 56.25%;
}
#swift7 .box02 .youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

#swift7 .box02 h3 {
  overflow: hidden;
  position: relative;
  margin: 0 0 15px;
  color: #f6e3a5;
}
#swift7 .box02 h3::after {
  position: absolute;
  top: 0;
  bottom: 0;
  display: inline-block;
  width: 600px;
  height: 0;
  margin: auto 0 auto 10px;
  border-top: 1px #bc993b solid;
  content: "";
}

#swift7 .box02 .img_text {
  margin-bottom: 15px;
}

#swift7 .box02 p {
  color: #fff;
}

#swift7 .box02_inner02 {
  width: 982px;
  margin: 53px auto 0;
  padding-right: 382px;
  box-sizing: border-box;
}

#swift7 .img_inner01 {
  margin: 22px 0 0;
}
#swift7 .img_inner01 img {
  display: block;
  margin: 0;
}

#swift7 .box02_inner03 {
  width: 982px;
  margin: 256px auto 0;
  padding-left: 372px;
  box-sizing: border-box;
}

#swift7 .box02_inner04 {
  width: 982px;
  margin: 46px auto 0;
  padding-right: 442px;
  box-sizing: border-box;
}

#swift7 .img_inner02 {
  margin: 33px 0 0;
}
#swift7 .img_inner02 img {
  display: block;
  margin: 0;
  width: 470px;
}

#swift7 .box02_img01 {
  top: 644px;
  left: 50%;
  z-index: -1;
  margin-left: -392px;
}

#swift7 .box02_img02 {
  bottom: 557px;
  left: 50%;
  z-index: -1;
  margin-left: -452px;
}

@media screen and (min-width: 641px) {
  #swift7 .box02_img01,
  #swift7 .box02_img02 {
    opacity: 0;
  }

  #line_anime02 {
    overflow: hidden;
    position: absolute;
    z-index: -2;
    top: 173px;
    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: #c5a654;
    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, #c5a654 0%, #fff9ef 30%, #fff9ef 70%, #c5a654 100%);
    background: linear-gradient(to right, #c5a654 0%, #fff9ef 30%, #fff9ef 70%, #c5a654 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) {
  #swift7 .box02 {
    background: url(../images/bk02_sp.jpg) no-repeat 50% 0;
    background-size: contain;
    height: 0;
    min-width: 0;
    margin-top: 4.688%;
    padding-bottom: 592.188%;
  }

  #swift7 .box02_inner01 {
    width: 93.75%;
  }

  #swift7 .box02 .youtube {
    margin-bottom: 78%;
  }

  #swift7 .box02 .img_text {
    margin-bottom: 4.667%;
    padding-top: 14.983%;
    background: url(../images/text01_sp.png) no-repeat 0 0;
    background-size: contain;
  }
  #swift7 .box02 .img_text img {
    display: none;
  }

  #swift7 .box02 h3 {
    margin: 0 0 3.667%;
  }
  #swift7 .box02 h3::after {
    width: 100%;
    margin: auto 0 auto 2.5%;
  }

  #swift7 .box02 h3 .ksp {
    margin-left: -0.1em;
    letter-spacing: -0.15em;
  }

  #swift7 .box02_inner02 {
    width: 93.75%;
    margin: 15.625% auto 0;
    padding: 0;
  }

  #swift7 .img_inner01 {
    margin: 8.5% 0 0;
  }
  #swift7 .img_inner01 img {
    margin: 0 auto;
    width: 99.5%;
  }

  #swift7 .box02_img01 {
    position: static;
    width: 94.063%;
    margin: 6.719% 0 0 2.969%;
  }
  #swift7 .box02_img01 img {
    width: 100%;
  }

  #swift7 .box02_inner03 {
    width: 93.75%;
    margin: 8.834% auto 0;
    padding: 0;
  }

  #swift7 .box02_inner03 h3::after {
    display: none;
  }

  #swift7 .box02_inner04 {
    width: 93.75%;
    margin: 16.5% auto 0;
    padding: 0;
  }

  #swift7 .img_inner02 {
    margin: 8% 0 0;
  }
  #swift7 .img_inner02 img {
    margin: 0 auto;
    width: 94%;
  }

  #swift7 .box02_img02 {
    position: static;
    width: 145.469%;
    margin: 7.5% 0 0 -28.906%;
  }
  #swift7 .box02_img02 img {
    width: 100%;
  }
}

/* @media screen and (max-width: 375px) {
  #swift7 .box02 h3::after {
   border-top: 0.5px #bc993b solid;
  }
} */

#swift7 .box03 {
  position: relative;
  z-index: 1;
  width: 100%;
  min-width: 982px;
  margin-top: -359px;
  box-sizing: border-box;
}

#swift7 .box03 .img_text {
  margin-bottom: 25px;
}

#swift7 .box03 h3 {
  overflow: hidden;
  position: relative;
  color: #665200;
}
#swift7 .box03 h3::after {
  position: absolute;
  bottom: 19.5px;
  display: inline-block;
  width: 300px;
  height: 0;
  margin: auto 0 auto 10px;
  border-top: 1px #665200 solid;
  content: "";
}

#swift7 .box03_inner01 {
  width: 982px;
  margin: 0 auto;
  box-sizing: border-box;
}

#swift7 .box03_inner02 {
  width: 982px;
  margin: 84px auto 0;
  padding-right: 382px;
  box-sizing: border-box;
}

#swift7 .img_inner08 {
  margin: 20px 0 0;
}
#swift7 .img_inner08 img {
  display: block;
  height: 240px;
}

#swift7 .img_inner03 {
  width: 491px;
  margin: 33px 0 0;
}
#swift7 .img_inner03 img {
  display: block;
  margin: 0 auto;
  width: 245px;
}

#swift7 .box03_inner03 {
  width: 982px;
  margin: 92px auto 0;
  padding-left: 372px;
  box-sizing: border-box;
}

#swift7 .img_inner04 {
  margin: 20px 0 0;
}
#swift7 .img_inner04 img {
  display: block;
  margin: 0 auto;
  width: 506px;
}

#swift7 .box03_img02 + h3 {
  margin-top: 53px;
}

#swift7 .img_inner09 {
  margin: 20px 0 0;
}
#swift7 .img_inner09 img {
  display: block;
  height: 240px;
}

#swift7 .img_inner05 {
  margin: 33px 0 0;
}
#swift7 .img_inner05 img {
  display: block;
  margin: 0 auto;
  width: 407px;
}

#swift7 .box03 .notes {
  margin-top: 22px;
}

#swift7 .box03 .notes li {
  position: relative;
  padding-left: 1.05em;
  font-size: 14px;
  line-height: 26px;
  letter-spacing: -0.04em;
}

#swift7 .box03 .notes li::before {
  position: absolute;
  left: 0;
  content: "※";
}

#swift7 .box03_img01 {
  top: 424px;
  left: 50%;
  z-index: -1;
  margin-left: 40px;
}

#swift7 .box03_img02 {
  top: 919px;
  right: 50%;
  z-index: -1;
  margin-right: 160px;
}

#swift7 .box03_img03 {
  bottom: -378px;
  left: 50%;
  z-index: -1;
  margin-left: -101px;
}

@media screen and (min-width: 641px) {
  #swift7 .box03_img01,
  #swift7 .box03_img02,
  #swift7 .box03_img03 {
    opacity: 0;
  }
}

@media screen and (max-width: 640px) {
  #swift7 .box03 {
    min-width: 0;
    margin-top: 16.875%;
  }

  #swift7 .box03 .product_img {
    position: static;
  }

  #swift7 .box03 h3 .ksp {
    margin-left: -0.1em;
    letter-spacing: -0.15em;
  }

  #swift7 .box03 h3::after {
    bottom: 50%;
    width: 100%;
    margin: auto 0 auto 2.5%;
  }

  #swift7 .box03_inner01 {
    width: 93.75%;
  }

  #swift7 .box03 .img_text {
    width: 60.167%;
    margin-bottom: 4.667%;
    padding-top: 27.334%;
    background: url(../images/text02_sp.png) no-repeat 0 0;
    background-size: contain;
  }
  #swift7 .box03 .img_text img {
    display: none;
  }

  #swift7 .box03_inner02 {
    width: 93.75%;
    margin: 16.834% auto 0;
    padding: 0;
  }

  #swift7 .box03 .box03_inner02 h3::after {
    bottom: 25%;
  }

  #swift7 .box03 .notes {
    margin-top: 8.5%;
    width: 100%;
  }

  #swift7 .box03 .notes li {
    padding-left: 1.05em;
    font-size: 11.4px;
    font-size: 3.5625vw;
    line-height: 1.754;
    letter-spacing: -0.04em;
  }

  #swift7 .img_inner03 {
    width: 100%;
    margin: 4% 0 0;
  }
  #swift7 .img_inner03 img {
    width: 48.834%;
  }

  #swift7 .box03_img01 {
    width: 134.688%;
    margin: 8.125% 0 0 -5.156%;
  }
  #swift7 .box03_img01 img {
    width: 100%;
  }

  #swift7 .img_inner08 {
    margin: 8% 0 0;
  }
  #swift7 .img_inner08 img {
    width: 100%;
    height: auto;
  }

  #swift7 .box03_inner03 {
    width: 93.75%;
    margin: 18.334% auto 0;
    padding: 0;
  }

  #swift7 .img_inner04 {
    margin: 8% auto 0;
    width: 100.167%;
  }
  #swift7 .img_inner04 img {
    width: 100%;
  }

  #swift7 .box03_img02 {
    width: 133.667%;
    margin: 2% 0 19.167% -13.5%;
  }
  #swift7 .box03_img02 img {
    width: 100%;
    background: url(../images/img06_sub.png) no-repeat 0 0;
    background-size: cover;
  }

  #swift7 .box03_img02 + h3 {
    margin-top: 0;
  }

  #swift7 .img_inner09 {
    margin: 8% 0 0;
  }
  #swift7 .img_inner09 img {
    width: 100%;
    height: auto;
  }

  #swift7 .img_inner05 {
    margin: 7.834% auto 0;
  }
  #swift7 .img_inner05 img {
    width: 81.334%;
  }

  #swift7 .box03_img03 {
    width: 130.781%;
    margin: 7.031% 0 0 12.031%;
  }
  #swift7 .box03_img03 img {
    width: 100%;
  }
}

/* @media screen and (max-width: 375px) {
  #swift7 .box03 h3::after {
    border-top: 0.5px #665200 solid;
  }
} */

#swift7 .box04 {
  position: relative;
  z-index: 0;
  width: 100%;
  height: 3707px;
  min-width: 982px;
  margin-top: -435px;
  padding-top: 829px;
  background: url(../images/bk03.jpg) no-repeat 50% 0;
  box-sizing: border-box;
}

#swift7 .box04 .img_text {
  margin-bottom: 24px;
}

#swift7 .box04 p {
  color: #fff;
}

#swift7 .box04 .notice {
  margin-top: 40px;
  font-size: 14px;
  line-height: 30px;
}

#swift7 .box04 h3 {
  overflow: hidden;
  position: relative;
  color: #f6e3a5;
}

#swift7 .box04 h3::after {
  position: absolute;
  bottom: 19.5px;
  display: inline-block;
  width: 300px;
  height: 0;
  margin: auto 0 auto 10px;
  border-top: 1px #bc993b solid;
  content: "";
}

#swift7 .box04_inner01 {
  width: 982px;
  margin: 0 auto;
}

#swift7 .box04_inner02 {
  width: 982px;
  margin: 50px auto 0;
  padding-left: 372px;
  box-sizing: border-box;
}

#swift7 .img_inner06 {
  margin: 30px 0 0;
}
#swift7 .img_inner06 img {
  display: block;
  margin: 0 auto;
  width: 362px;
}

#swift7 .box04_inner03 {
  width: 982px;
  margin: 146px auto 0;
  padding-right: 377px;
  box-sizing: border-box;
}

#swift7 .img_inner07 {
  margin: 22px 0 0;
}
#swift7 .img_inner07 img {
  display: block;
  margin: 0 auto;
  width: 249px;
}

#swift7 .box04_inner04 {
  width: 982px;
  margin: 53px auto 0;
  padding-right: 432px;
  box-sizing: border-box;
}

#swift7 .box04_img01 {
  top: 993px;
  right: 50%;
  z-index: -1;
  margin-right: -456px;
}

#swift7 .box04_img02 {
  top: 1827px;
  left: 50%;
  z-index: -1;
}

#swift7 .box04_inner05 {
  width: 982px;
  margin: 230px auto 0;
  box-sizing: border-box;
}
#swift7 .box04_inner05 .h3_sub,
#swift7 .box04_inner05 .notice{
  width: 670px;
	float:left;
}

#swift7 .box04_inner05 .img_inner10{
float:right;
}

#swift7 .box04_inner05:after{
display: block;
  clear: both;
  content: "";
}
#swift7 .box04_inner05 h3:after{
width:393px;
}

@media screen and (min-width: 641px) {
  #swift7 .box04_img01,
  #swift7 .box04_img02 {
    opacity: 0;
  }
}

@media screen and (max-width: 640px) {
  #swift7 .box04 {
    height: 0;
    min-width: 0;
    margin-top: -49.219%;
    padding: 0 0 845.78%;
    background: url(../images/bk03_sp.jpg) no-repeat 50% 0;
    background-size: contain;
  }

  #swift7 .box04 .product_img {
    position: static;
  }

  #swift7 .box04 h3 {
    margin-bottom: 3.667%;
  }

  #swift7 .box04 h3 .ksp {
    margin-left: -0.1em;
    letter-spacing: -0.15em;
  }

  #swift7 .box04 h3::after {
    bottom: 25%;
    width: 100%;
    margin: auto 0 auto 2.5%;
  }

  #swift7 .box04_inner01 {
    width: 93.75%;
    padding-top: 101.406%;
  }

  #swift7 .box04 .img_text {
    width: 74%;
    margin-bottom: 4.667%;
    padding-top: 27.334%;
    background: url(../images/text03_sp.png) no-repeat 0 0;
    background-size: contain;
  }
  #swift7 .box04 .img_text img {
    display: none;
  }

  #swift7 .box04_inner02 {
    width: 93.75%;
    margin: 16.094% auto 0;
    padding: 0;
  }

  #swift7 .box04_inner02 h3::after {
    display: none;
  }

  #swift7 .img_inner06 {
    margin: 8.334% 0 0;
  }
  #swift7 .img_inner06 img {
    width: 72.334%;
  }

  #swift7 .box04_img01 {
    width: 145.313%;
    margin: -5.313% 0 0 -34.531%;
  }
  #swift7 .box04_img01 img {
    width: 100%;
  }

  #swift7 .box04_inner03 {
    width: 93.75%;
    margin: 16.719% auto 0;
    padding: 0;
  }

  #swift7 .img_inner07 {
    width: 49.834%;
    margin: 8.167% auto 0;
  }
  #swift7 .img_inner07 img {
    width: 100%;
    height: auto;
    margin: 0;
  }

  #swift7 .box04_inner04 {
    width: 93.75%;
    margin: 17.813% auto 0;
    padding: 0;
  }

  #swift7 .box04 .notice {
    margin-top: 6.5%;
    font-size: 11.4px;
    font-size: 3.5625vw;
    line-height: 1.754;
    letter-spacing: -0.035em;
  }

  #swift7 .box04_img02 {
    width: 110.625%;
    margin: 8.906% 0 0 -5.313%;
  }
  #swift7 .box04_img02 img {
    width: 100%;
  }
	#swift7 .box04_inner05 {
		width: 93.75%;
		margin: 17.18% auto 0;
		box-sizing: border-box;
	}
	#swift7 .box04_inner05 .h3_sub,
	#swift7 .box04_inner05 .notice{
  width:100%;
	float:none;
	}

	#swift7 .box04_inner05 .img_inner10{
	float:none;
	width:66.67%;
	margin:8.3% auto;
	text-align:center;
	}
	#swift7 .box04_inner05 .img_inner10 img{
	max-width:100%;
	}

	#swift7 .box04_inner05:after{
	display: block;
		clear: both;
		content: "";
	}
	#swift7 .box04_inner05 h3:after{
	width:393px;
	}
}

/* @media screen and (max-width: 375px) {
  #swift7 .box04 h3::after {
    border-top: 0.5px #bc993b solid;
  }
} */

#swift7 .box_shop {
  position: relative;
  z-index: 1;
  width: 982px;
  margin: -686px auto 0;
  padding: 0 0 60px;
  }

#swift7 .box_shop h3 {
  margin: 0 0 32px;
  color: #665200;
  font-weight: bold;
}

#swift7 .shoplist::after {
  display: block;
  clear: both;
  content: "";
}

#swift7 .shoplist + .shoplist {
  margin-top: 20px;
}

#swift7 .shoplist li {
  float: left;
  width: 218px;
  height: 128px;
}

#swift7 .shoplist li:first-of-type,
#swift7 .shoplist li:nth-of-type(3) {
  margin-right: 37px;
}

#swift7 .shoplist li:nth-of-type(2) {
  margin-right: 36px;
}

#swift7 .shoplist li img {
  display: block;
}

@media screen and (max-width: 640px) {
  #swift7 .box_shop {
    width: 93.75%;
    padding: 0;
    margin-top: -23.125%;
  }

  #swift7 .box_shop h3 {
    margin-bottom: 5.334%;
    font-size: 13.5px;
    font-size: 4.219vw;
    line-height: 1.481;
  }

  #swift7 .shoplist {
    width: 76.667%;
    margin: 0 auto;
  }

  #swift7 .shoplist + .shoplist {
    margin-top: 0;
  }

  #swift7 .shoplist li {
    width: 50%;
    height: auto;
    margin: 0 0 4.348% !important;
    box-sizing: border-box;
  }
  #swift7 .shoplist li:nth-of-type(2n+1) {
    padding-right: 2.609%;
  }
  #swift7 .shoplist li:nth-of-type(2n) {
    padding-left: 2.608%;
  }

  #swift7 .shoplist li img {
    display: block;
    width: 100%;
  }
}

#swift7 .box_spec {
  position: relative;
  z-index: 1;
  width: 982px;
  margin: 0 auto;
  padding: 60px 0 120px;
}

#swift7 .box_spec h3 {
  float: left;
  margin-bottom: 30px;
  color: #665200;
}

#swift7 .spec_btn_box {
  float: right;
}

#swift7 .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;
}

#swift7 .spec_btn_box .spec_btn:hover {
  opacity: 0.7;
}

#swift7 .spec_btn_box .spec_btn a {
  display: block;
  color: #000;
  text-decoration: none;
}

#swift7 .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 #bf9e44 solid;
  border-top: 5px rgba(0, 0, 0, 0) dashed;
  border-bottom: 5px rgba(0, 0, 0, 0) dashed;
  content: "";
}

#swift7 .spec_list {
  border-collapse: collapse;
  width: 100%;
  margin: 15px 0;
  font-size: 87.5%;
  line-height: 24px;
  box-sizing: border-box;
}

#swift7 .spec_list tbody {
  vertical-align: top;
  text-align: left;
}

#swift7 .spec_list tr {
  border-top: 1px #ccc solid;
}

#swift7 .spec_list th {
  padding: 12px 1px;
  border-top: 1px #8f6c0d solid;
  box-sizing: border-box;
}

#swift7 .spec_list th[colspan] {
  padding-right: 5px;
}

#swift7 .spec_list td {
  width: 610px;
  padding: 12px 1px 12px 15px;
  border-left: 5px #fff solid;
  box-sizing: border-box;
}

#swift7 .spec_list tr:last-of-type {
  border-bottom: 1px #ccc solid;
}
#swift7 .spec_list tr:last-of-type th {
  border-bottom: 1px #8f6c0d solid;
}

#swift7 .spec_list .p_code {
  font-weight: bold;
}

#swift7 .spec_list th sup {
  font-size: 62.5%;
  line-height: 1;
}

#swift7 .spec_notes {
  font-size: 64%;
  line-height: 1.2em;
}

#swift7 .spec_notes.notes01 li {
  padding-left: 2em;
  text-indent: -2em;
  margin-bottom: 5px;
}

#swift7 .spec_notes.notes02 li {
  padding-left: 1em;
  text-indent: -1em;
  margin-bottom: 5px;
}

@media screen and (max-width: 640px) {
  #swift7 .box_spec {
    width: 93.75%;
    padding: 15.667% 0 18.334%;
  }

  #swift7 .box_spec h3 {
    float: none;
    margin-bottom: 5.334%;
    font-size: 13.5px;
    font-size: 4.219vw;
    line-height: 1.481;
    font-weight: bold;
  }

  #swift7 .spec_btn_box {
display:none;
  }

  #swift7 .spec_btn_box::after {
    display: block;
    clear: both;
    content: "";
  }

  #swift7 .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;
  }

  #swift7 .spec_btn_box .spec_btn + .spec_btn {
    position: absolute;
    top: 0;
    left: 0;
    float: none;
  }

  #swift7 .spec_btn_box .spec_btn:hover {
    opacity: 1;
  }

  #swift7 .spec_btn_box .spec_btn a::after {
    right: 5.517%;
    border-left: 12px #8f6c0d solid;
    border-top: 6px rgba(0, 0, 0, 0) dashed;
    border-bottom: 6px rgba(0, 0, 0, 0) dashed;
  }

  #swift7 .spec_list {
    margin: 6.667% 0;
    font-size: 10px;
    font-size: 3.125vw;
    line-height: 2;
  }

  #swift7 .spec_list tr {
    border-top: 2px #ccc solid;
  }

  #swift7 .spec_list th {
    padding: 3.167% 0.167%;
    border-top: 2px #8f6c0d solid;
  }

  #swift7 .spec_list tr:last-of-type {
    border-bottom: 2px #ccc solid;
  }
  #swift7 .spec_list tr:last-of-type th {
    border-bottom: 2px #8f6c0d solid;
  }

  #swift7 .spec_list th span {
    position: absolute;
    width: 50%;
  }

  #swift7 .spec_list td {
    width: 55%;
    padding: 3.167% 0.167% 3.167% 2.5%;
  }

  #swift7 .spec_notes {
    font-size: 8px;
    line-height: 1.35;
  }
  #swift7.ios .spec_notes {
    font-family: "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", sans-serif;
  }

  #swift7 .spec_notes.notes01 li {
    padding-left: 2em;
    text-indent: -1.5em;
    margin-bottom: 1.5%;
  }

  #swift7 .spec_notes.notes02 li {
    padding-left: 1em;
    text-indent: -1em;
    margin-bottom: 1.5%;
  }
}

@media screen and (max-width: 375px) {
  #swift7 .spec_btn_box .spec_btn {
    border: 0.5px solid #999;
  }

  #swift7 .spec_btn_box .spec_btn a::after {
    border-left: 6px #8f6c0d solid;
    border-top: 3px rgba(0, 0, 0, 0) dashed;
    border-bottom: 3px rgba(0, 0, 0, 0) dashed;
  }

  #swift7 .spec_list tr {
    border-top: 1px #ccc solid;
  }

  #swift7 .spec_list th {
    border-top: 1px #8f6c0d solid;
  }

  #swift7 .spec_list td {
    border-left: 2.5px #fff solid;
  }

  #swift7 .spec_list tr:last-of-type {
    border-bottom: 1px #ccc solid;
  }
  #swift7 .spec_list tr:last-of-type th {
    border-bottom: 1px #8f6c0d solid;
  }
}

/*-----モジュール-----*/

#swift7 .sp {
display: none;
}

@media screen and (max-width: 640px) {
  #swift7 .sp {
  display: block;
  }
  #swift7 .pc {
  display: none;
  }
}

#swift7 .super{
font-size:62.5%;
vertical-align:super;
line-height:1em;
}

#swift7 .caution{
font-size:87.5%;
line-height:26px;
margin-bottom:5px;
}
/*-----仕様書印刷用-----*/
@media print {
  #swift7,
  .box_spec {
    display: block !important;
  }
  body > *,
  #swift7_inner > *,
  .spec_btn_box {
    display: none;
  }
}