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

/*menu hover 個別*/
.acerNew.headerFix{z-index: 4;}



/*-----ベース-----*/
#spin1 {
  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%;
}
#spin1.ios {
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", sans-serif;
}

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

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

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

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

#spin1 .h3_sub {
  font-size: 100%;
  letter-spacing: -0.062em;
}
#spin1 .box01_inner .h3_sub {
  font-size: 100%;
  letter-spacing: -0.086em;
}

#spin1 p {
  margin: 0;
}

#spin1 .lsp {
  letter-spacing: -0.4em;
}
#spin1 .ksp {
  letter-spacing: -0.11em;
}
#spin1 .lsl {
  letter-spacing: -1em;
}
#spin1 .deg {
  margin-right: -0.375em;
}

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

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

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

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

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

@media screen and (max-width: 640px) {
  #spin1 {
    font-size: 12px;
    font-size: 3.75vw;
    line-height: 1.667;
  }
  #spin1_inner {
    min-width: 0;
  }
  #spin1 h2 {
    font-size: 200%;
    line-height: 1.29em;
  }
  #spin1 h3 {
    font-size: 17.5px;
    font-size: 5.46875vw;
    line-height: 1.3714;
    margin-bottom: 2%;
    letter-spacing: -0.035em;
  }
  #spin1.ios h3 {
    letter-spacing: -0.04em;
  }
  #spin1 .h2_sub {
    font-size: 13.5px;
    font-size: 4.219vw;
    line-height: 1.754;
    letter-spacing: -0.045em;
  }
  #spin1.ios .h2_sub {
    letter-spacing: -0.052em;
  }
  #spin1 .h3_sub {
    font-size: 11.4px;
    font-size: 3.5625vw;
    line-height: 1.778;
    letter-spacing: -0.035em;
  }
  #spin1 .deg {
    margin-right: 0;
  }
}
/*-----anchor_nav-----*/
#spin1 .anchor_nav {
  position: fixed;
  top: 61px;
  width: 100%;
  background: #fff;
  z-index: 3;
  border-bottom: 1px solid #ccc;
}

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


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

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

#spin1 .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;
}

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

#spin1 .anchor_nav li:nth-child(4) {
  width: 23%;
}

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

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

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

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

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

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

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

#spin1 .kv .kv_inner {
  position: relative;
  width: 982px;
  height: 789px;
  margin: 0 auto;
  text-align: right;
}

#spin1 .kv .h1_catch1 {
  padding-top: 60px;
  margin-bottom: 20px;
}

#spin1 .kv .h1_catch2 {
  margin-bottom: 22px;
}

#spin1 .kv h1 {
  margin-bottom: 2px;
}

#spin1 .kv .windows10 {
  margin-bottom: 60px;
}

#spin1 .kv .corei7 {
  float: left;
  margin-right: 20px;
}
#spin1 .kv .corei7 img {
  width: 70px;
}

#spin1 .kv .gooddesign {
  float: left;
  padding-top: 12px;
}
#spin1 .kv .gooddesign img {
  width: 98px;
}

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

#spin1 .kv .kv_img {
  position: absolute;
  bottom: 0;
  right: 50%;
  z-index: -1;
  /*margin-left: -206px;*/
  pointer-events: none;
}

#spin1 .anchor_btn {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 110px;
  height: 110px;
  background: #000000;
  border-radius: 50%;
  transition: opacity 0.4s;
  clear: both;
}

#spin1 .anchor_btn a {
  display: block;
  position: relative;
  z-index: 1;
  width: 110px;
  height: 110px;
  line-height: 110px;
  color: #fff;
  font-size: 14px;
  text-align: center;
  text-decoration: none;
}
#spin1 .anchor_btn::after {
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 11px;
  width: 0;
  height: 0;
  margin: 0 auto;
  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: "";
}

#spin1 .anchor_btn:hover {
  opacity: 0.7;
}

@media screen and (max-width: 640px) {
  /*
    base width: 600px
    base height: 716px
  */

  #spin1 .kv {
    margin-top: 61px;
    padding-top: 111.875%;
    height: 0;
    min-width: 0;
    background: url(../images/bk01_sp.png) no-repeat 50% 0;
    background-size: contain;
  }
  #spin1 .kv .kv_inner {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 93.75%;
    height: 100%;
    margin: 0 auto;
  }

  #spin1 .kv .h1_catch1 {
    padding-top: 7.834%;
    margin-bottom: 2.167%;
    margin-right: 5%;
  }
  #spin1 .kv .h1_catch1 img {
    width: 90%;
  }

  #spin1 .kv .h1_catch2 {
    margin-bottom: 3.667%;
  }
  #spin1 .kv .h1_catch2 img {
    width: 87.334%;
  }

  #spin1 .kv h1 {
    margin-bottom: 7.667%;
    padding: 0;
    margin-right: 5%;
  }
  #spin1 .kv h1 img {
    width: 17.17%;
  }

  #spin1 .kv .corei7 {
    width: 15%;
    margin-right: 4.667%;
  }
  #spin1 .kv .corei7 img {
    width: 100%;
  }

  #spin1 .kv .gooddesign {
    width: 21.667%;
    padding-top: 2%;
  }
  #spin1 .kv .gooddesign img {
    width: 100%;
  }

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

  #spin1 .kv .windows10_sp {
    display: block;
    position: absolute;
    bottom: -31.425%;
    width: 100%;
  }
  #spin1 .kv .windows10_sp img {
    width: 63%;
    display: block;
  }

  #spin1 .kv .kv_img {
    position: absolute;
    top: 51.302%;
    left: 50%;
    z-index: -1;
    width: 95vw;
    margin-left: -76.5%;
  }
  #spin1 .kv .kv_img img {
    width: 100%;
  }

  #spin1 .anchor_btn {
    left: auto;
    right: 0;
    bottom: -14.944%;
    width: 26.667%;
    height: 22.346%;
    border-radius: 50%;
    transition: none;
  }

  #spin1 .anchor_btn a {
    width: 100%;
    height: 100%;
    line-height: 8;
    font-size: 10px;
    font-size: 3.125vw;
  }
  #spin1 .anchor_btn::after {
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 10px;
    width: 0;
    height: 0;
    margin: 0 auto;
    border-top: 7px #fff solid;
    border-left: 4px rgba(0, 0, 0, 0) dashed;
    border-right: 4px rgba(0, 0, 0, 0) dashed;
    box-sizing: border-box;
    content: "";
  }
  #spin1 .anchor_btn:hover {
    opacity: 1;
  }
}

/*-----box-----*/
#spin1 .product_img {
  position: absolute;
  pointer-events: none;
}
#spin1 .product_img img {
  display: block;
  margin: 0 auto;
}
#spin1 .product_img .sub {
  position: absolute;
  z-index: 1;
  margin: 0;
}

#spin1 .box01 {
  position: relative;
  z-index: 1;
  /* background: url(../images/bk02.png) no-repeat 50% 0; */
  width: 100%;
  height: 560px;
  min-width: 982px;
  /*margin-top: -267px;*/
  padding-top: 120px;
  box-sizing: border-box;
}

#spin1 .box01_inner {
  position: relative;
  z-index: 0;
  width: 982px;
  margin: 0 auto;
  padding-top: 24px;
}
#spin1 .box01_inner .h3_sub{
  margin-left: 492px;
}
@media screen and (max-width: 640px){
  #spin1 .box01_inner .h3_sub{
    margin-left: 0;
  }
}
#spin1 .box01_h3 {
  position: relative;
  padding-top: 24px;
  color: #00b0b5;
  font-size: 30px;
  line-height: 40px;
  margin-left: 492px;
}
#spin1 .box01_h3::before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 80px;
  height: 2px;
  background: #00b0b5;
  content: "";
}

#spin1 .box01 .windows10 {
  margin: 32px 0 60px;
  line-height: 0;
  margin-left: 492px;
}
#spin1 .box01 .windows10 img {
  width: 160px;
}

#spin1 .box01 .corei7 {
  margin: 24px 0 60px;
  line-height: 0;
}
#spin1 .box01 .corei7 img {
  width: 60px;
}

#spin1 .box01 .office {
  margin: 24px 0 60px;
  line-height: 0;
}
#spin1 .box01 .office img {
  width: 170px;
}

#spin1 .box01 ._3years {
  margin: 24px 0 0;
  line-height: 0;
}
#spin1 .box01 ._3years img {
  width: 60px;
}

#spin1 .box01_img01 {
  top: 0;
  left: 50%;
  z-index: -1;
  margin-left: -750px;
}

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

  #circle_anime01 {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -1;
    pointer-events: none;
  }
  #circle_anime01 div {
    position: absolute;
    top: 0;
    border: 1px #c3c3c3 solid;
    border-radius: 50%;
    opacity: 0;
    box-sizing: border-box;
  }
  #spin1 .animate .circle01 {
    right: 50%;
    animation: circle01 3.5s linear 0.5s;
  }
  #spin1 .animate .circle01-2 {
    right: 50%;
    animation: circle01-2 3.5s linear 3.6s forwards;
  }
  #spin1 .animate .circle02 {
    right: 50%;
    animation: circle02 3.5s linear 0.5s;
  }
  #spin1 .animate .circle02-2 {
    right: 50%;
    animation: circle02-2 3.5s linear 3.6s forwards;
  }
  #spin1 .animate .circle03 {
    right: 50%;
    animation: circle03 3.5s linear 1s;
  }
  #spin1 .animate .circle03-2 {
    right: 50%;
    animation: circle03-2 2s linear 5.1s forwards;
  }
}

@keyframes circle01 {
  0% {width: 0; height: 0; opacity: 0; border-color: #333; transform: translate(810px, 425px);}
  20% {opacity: 1;}
  70% {opacity: 1;}
  80%, 100% {width: 1580px; height: 1580px; opacity: 0; border-color: #c3c3c3; transform: translate(1509px, -364px);}
}
@keyframes circle01-2 {
  0% {width: 0; height: 0; opacity: 0; border-color: #333; transform: translate(810px, 425px);}
  1% {opacity: 1;}
  100% {width: 850px; height: 850px; opacity: 1; border-color: #c3c3c3; transform: translate(1144px, 1px);}
}
@keyframes circle02 {
  0%, 20% {width: 0; height: 0; opacity: 0; border-color: #333; transform: translate(407px, 800px);}
  21% {opacity: 1;}
  90% {opacity: 1;}
  100% {width: 830px; height: 830px; opacity: 0; border-color: #c3c3c3; transform: translate(822px, 426px);}
}
@keyframes circle02-2 {
  0%, 20% {width: 0; height: 0; opacity: 0; border-color: #333; transform: translate(407px, 800px);}
  21% {opacity: 1;}
  100% {width: 830px; height: 830px; opacity: 1; border-color: #c3c3c3; transform: translate(822px, 426px);}
}
@keyframes circle03 {
  0%, 10% {width: 0; height: 0; opacity: 0; transform: translate(-675px, -26px);}
  11% {opacity: 1;}
  80% {opacity: 1;}
  90%, 100% {width: 1580px; height: 1580px; opacity: 0; transform: translate(115px, -816px);}
}
@keyframes circle03-2 {
  0%, 10% {width: 0; height: 0; opacity: 0; transform: translate(-675px, -26px);}
  11% {opacity:1;}
  100% {width: 448px; height: 448px; opacity: 1; transform: translate(-451px, -250px);}
}

@media screen and (max-width: 640px) {
  #spin1 .box01 {
    background: url(../images/bk02_sp1.png) no-repeat 50% 0, url(../images/bk02_sp2.png) no-repeat 50% 144%;
    background-size: contain;
    height: auto;
    min-width: 0;
    margin-top: -33.75%;
    padding-top: 87.5%;
    z-index: 1;
  }

  #spin1 .box01_inner {
    width: 93.75%;
    padding-top: 0;
  }

  #spin1 .box01_h3 {
    padding-top: 6%;
    margin-left: 0;
    font-size: 18px;
    font-size: 5.625vw;
    line-height: 1.333;
  }
  #spin1 .box01_h3::before {
    width: 20%;
    height: 2px;
  }

  #spin1 .box01 .windows10 {
    margin: 5% 0 18%;
  }
  #spin1 .box01 .windows10 img {
    width: 46.667%;
  }

  #spin1 .box01 .corei7 {
    margin: 5% 0 10%;
  }
  #spin1 .box01 .corei7 img {
    width: 16.667%;
  }

  #spin1 .box01 .office {
    margin: 5% 0 10%;
  }
  #spin1 .box01 .office img {
    width: 46.667%;
  }

  #spin1 .box01 ._3years {
    margin: 5% 0 0;
  }
  #spin1 .box01 ._3years img {
    width: 13.834%;
  }

  #spin1 .box01_img01 {
    position: relative;
    width: 110%;
    margin-left: -55%;
  }
  #spin1 .box01_img01 img {
    width: 100%;
  }
}

@media screen and (max-width: 375px) {
  #spin1 .box01_h3::before {
    height: 1px;
  }
}

#spin1 .box02 {
  position: relative;
  z-index: 0;
  background: url(../images/bk03.png) no-repeat 50% top;
  width: 100%;
  height: 1800px;
  margin-top: 5px;
  min-width: 982px;
}

#spin1 .box02_inner {
  width: 982px;
  margin: 0 auto;
  padding-top:160px;
}

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

#spin1 .box02 .img_text {
  margin-bottom: 15px;
}

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

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

#spin1 .box02_img01 {
  top: 10px;
  left: 50%;
  margin-left: -50px;
  z-index: -1;
}
#spin1 .box02_img01 img{
  width: 945px;
}
#spin1 .box02_img01_sp {
  display: none;
}

#spin1 .box02_img02 {
  bottom: 10px;
  left: 0;
  right: 0;
  z-index: -1;
  width: 918px;
  margin: 0 auto;
}
#spin1 .box02_img02 img {
  margin: 0;
}
#spin1 .box02_img02 .sub {
  top: 10px;
  left: -15px;
}

#spin1 .box02 h3 {
  margin-top: 44px;
  color: #000000;
}

#spin1 .box02 .h3_sub {
  width: 610px;
}

#spin1 .box02_bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 854px;
  margin: 0 auto;
}

#spin1 .box02 .box02_bottom h3 {
  margin-top: 0;
  text-align: center;
  color: #000d4e;
}

#spin1 .box02 .box02_bottom .h3_sub {
  color: #000;
  width: auto;
}

#spin1 .box02 .box02_bottom img {
  display: block;
  height: 102px;
  margin: 30px auto 2px;
}

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

@media screen and (max-width: 640px) {
  #spin1 .box02 {
    background: url(../images/bk03_sp.png) no-repeat 50% 0;
    background-size: contain;
    height: auto;
    min-width: 0;
    margin: 0;
    /*padding-top: 6.667%;*/
    margin-top: -48%;
  }

  #spin1 .box02_inner {
    width: 93.75%;
    padding-top: 220px;
  }

  #spin1 .box02 .youtube {
    margin-bottom: 20.667%;
    padding-top: 56.25%;
  }

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

  #spin1 .img_inner01 {
    margin: 8.334% auto 0;
    width: 99.5%;
  }
  #spin1 .img_inner01 img {
    width: 100%;
  }
  #spin1 .box02 h3 {
    margin: 16.667% 0 4%;
  }

  #spin1 .box02 .h3_sub {
    width: auto;
  }

  #spin1 .box02_img01 {
    display: none;
  }
  #spin1 .box02_img01_sp {
    display: block;
    position: relative;
    z-index: 0;
    margin: 11.334% 0 0 -3.334%;
    width: 106.667%;
  }
  #spin1 .box02_img01_sp img {
    width: 100%;
  }

  #spin1 .box02 .box02_img01_sp + h3 {
    margin-top: 1.334%;
  }

  #spin1 .box02_img02 {
    position: relative;
    bottom: auto;
    left: 50%;
    right: auto;
    margin-top: 45.469%;
    width: 102%;
    margin-left: -60%;
    top: -95px;
  }
  #spin1 .box02_img02 img {
    margin: 0 -2.969% 0 auto;
    width: 87.3438%;
  }
  #spin1 .box02_img02 .sub {
    top: -2.415%;
    left: 1.719%;
    width: 32.969%;
  }

  #spin1 .box02_bottom {
    position: static;
    width: 93.75%;
    margin: 1.667% auto 0;
  }

  #spin1 .box02 .box02_bottom img {
    width: 100%;
    height: auto;
    margin: 7.5% auto 0;
  }
}

#spin1 .box03 {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 2027px;
  min-width: 982px;
  margin-top: 52px;
  padding-top: 67px;
  background: url(../images/bk04.png) no-repeat 50% bottom;
  box-sizing: border-box;
}

#spin1 .box03 .product_img {
  z-index: -1;
}

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

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

#spin1 .box03_inner.left {
  padding-right: 462px;
}

#spin1 .box03_inner.right {
  position: absolute;
  top: 850px;
  left: 0;
  right: 0;
  padding-left: 470px;
}

#spin1 .box03 h3 {
  margin-top: 42px;
  color: #00b0b5;
}

#spin1 .box03_inner.right h3 {
  margin-top: 0;
}

#spin1 .box03 .notes {
  margin-top: 22px;
  width: 520px;
}

#spin1 .box03 .notes li {
  position: relative;
  padding-left: 1.05em;
  font-size: 14px;
  line-height: 30px;
  letter-spacing: -0.04em;
}
#spin1 .box03 .notes .nowrap {
  letter-spacing: -0.08em;
  white-space: nowrap;
}

#spin1 .box03 .notes .nowrap span:last-child {
  letter-spacing: -2em;
}

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

#spin1 .img_inner02 {
  margin: 23px 0 0;
}
#spin1 .img_inner02 img{
width: auto;
}

#spin1 .img_inner03 {
  margin: 22px 0 0;
}
#spin1 .img_inner03 img {
  display: block;
  margin: 0 auto;
  /*width: 306px;*/
}

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

#spin1 .img_inner05 {
  margin: 23px 0 0;
}
#spin1 .img_inner05 img {
  display: block;
  margin: 0 auto;
  /*width: 407px;*/
}

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

#spin1 .img_inner09 {
  margin: 20px 0 0;
}
#spin1 .img_inner09 img {
  display: block;
  height: 240px;
  margin: 0 auto;
}

#spin1 .box03_img01 {
  top: 211px;
  left: 50%;
  margin-left: 33px;
}

#spin1 .box03_img02 {
  top: -28px;
  right: 50%;
  margin-right: 205px;
  width: 80%;
}

#spin1 .box03_img03 {
  bottom: 300px;
  right: 50%;
  margin-right: 38px;
}
@media screen and (max-width: 640px) {
  #spin1 .img_inner02 img{
  width: 106px;
  } 
}
@media screen and (min-width: 641px) {
  #spin1 .box03_img01,
  #spin1 .box03_img02,
  #spin1 .box03_img03 {
    opacity: 0;
  }


  #circle_anime02 {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -2;
    pointer-events: none;
  }
  #circle_anime02 div {
    position: absolute;
    top: 0;
    right: 50%;
    border: 1px #c3c3c3 solid;
    border-radius: 50%;
    opacity: 0;
    box-sizing: border-box;
  }

  #spin1 .animate .circle04 {
    animation: circle04 3s linear 0.5s;
  }
  #spin1 .animate .circle04-2 {
    animation: circle04-2 3s linear 3s forwards;
  }
}

@keyframes circle04 {
  0% {width: 0; height: 0; opacity: 0; border-color: #333; transform: translate(-277px, 713px);}
  1% {opacity: 1;}
  70% {opacity: 1;}
  80%, 100% {width: 1426px; height: 1426px; opacity: 0; border-color: #c3c3c3; transform: translate(436px, 0);}
}
@keyframes circle04-2 {
  0% {width: 0; height: 0; opacity: 0; border-color: #333; transform: translate(-277px, 713px);}
  1% {opacity: 1;}
  100% {width: 1426px; height: 1426px; opacity: 1; border-color: #c3c3c3; transform: translate(436px, 0);}
}

@media screen and (max-width: 640px) {
  #spin1 .box03 {
    background: url(../images/bk04_sp.png) no-repeat 50% 0;
    background-size: contain;
    height: auto;
    min-width: 0;
    margin: -15.313% 0 0;
    padding-top: 24.5%;
  }

  #spin1 .box03_inner {
    width: 93.75%;
  }
  #spin1 .box03_inner.left {
    padding-right: 0;
  }
  #spin1 .box03_inner.right {
    position: static;
    padding-left: 0;
  }

  #spin1 .box03 .product_img {
/*    position: relative;
    top: 10px;
    margin-left: -75%;
    left: 50%;*/
    position: static;
  }

  #spin1 .box03 h3 {
    margin: 16.667% 0 3%;
  }

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

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

  #spin1 .box03 .notes li {
    position: relative;
    padding-left: 1.05em;
    font-size: 11.4px;
    font-size: 3.5625vw;
    line-height: 1.754;
    letter-spacing: -0.04em;
  }
  #spin1 .box03 .notes .nowrap {
    white-space: normal;
    letter-spacing: -0.04em;
  }

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

  #spin1 .img_inner03 {
    margin: 9.167% 0 0;
  }
  #spin1 .img_inner03 img {
    width: 23.6%;
  }

  #spin1 .box03_img01 {
    width: 125.625%;
    margin: 8.281% 0 14.844% 1.094%;
  }
  #spin1 .box03_img01 img {
    width: 100%;
  }

  #spin1 .img_inner04 {
    margin: 7.834% auto 0;
    width: 100.167%;
  }
  #spin1 .img_inner04 img {
    margin: 0;
    width: 100%;
  }

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

  #spin1 .box03_img02 {
    width: 126.834%;
    margin: 4.167% 0 19.334% -26.83%;
  }
  #spin1 .box03_img02 img {
    width: 100%;
  }

  #spin1 .img_inner05 {
    margin: 7.834% auto 0;
    width: 81.334%;
  }
  #spin1 .img_inner05 img {
    margin: 0 auto;
    width: 54.33%;
  }

  #spin1 .box03_img03 {
    margin: 7.344% 0 0 -15%;
    width: 110%;
  }
  #spin1 .box03_img03 img {
    margin: 0;
    width: 100%;
  }
}

#spin1 .box04 {
  position: relative;
  z-index: 1;
  width: 100%;
  min-width: 982px;
  padding-top: 176px;
  background: url(../images/bk05.png) no-repeat 50% 0;
  box-sizing: border-box;
  background-color: transparent;
  margin-top: -190px;
}

#spin1 .box04_inner {
  width: 982px;
  margin: 0 auto;
  padding-right: 372px;
  box-sizing: border-box;
}

#spin1 .box04 .img_text {
  margin-bottom: 15px;
}

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

#spin1 .box04 h3 {
  color: #000000;
}

#spin1 .box04 .h2_sub + h3 {
  margin-top: 44px;
}

#spin1 .box04 .product_img + h3 {
  margin-top: 222px;
}

#spin1 .img_inner06 {
  margin: 20px 0 0;
}
#spin1 .img_inner06 img {
  display: block;
  height: 102px;
  margin: 0 auto;
}

#spin1 .img_inner07 {
  margin: 21px 0 50px;
}
#spin1 .img_inner07 img {
  display: block;
  margin: 0 auto;
  height: 96px;
}
#spin1 .img_inner10 {
  margin: 21px 0 0;
}
#spin1 .img_inner10 img {
  display: block;
  margin: 0 auto;
}

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

#spin1 .box04_img02 {
  position: static;
  width: 1018px;
  margin: 40px auto 0;
}

#spin1 .box04_bottom {
  width: 880px;
  margin: 0 auto 50px;
}

#spin1 .box04 .box04_bottom h3 {
  margin-top: 0;
  text-align: center;
  color: #000d4e;
}

#spin1 .box04 .box04_bottom .h3_sub,
#spin1 .box04 .box04_bottom .notice{
  color: #000;
  width: auto;
}
#spin1 .box04_bottom02 {
  width: 880px;
  margin: 0 auto;
}
#spin1 .box04 .box04_bottom02 h3 {
  margin-top: 0;
  text-align: center;
  color: #000d4e;
}
#spin1 .box04 .box04_bottom02 .h3_sub,
#spin1 .box04 .box04_bottom02 .notice{
  color: #000;
  width: 570px;
	float:left;
}
#spin1 .box04 .box04_bottom02 .h3_sub{
margin-bottom:20px;
}

#spin1 .box04 .box04_bottom02 .img_inner11{
float:right;
}

#spin1 .box04 .box04_bottom02:after{
display: block;
  clear: both;
  content: "";
}

#spin1 .box04 .notice {
    font-size: 14px;
    line-height: 30px;
}
@media screen and (min-width: 641px) {
  #spin1 .box04_img01,
  #spin1 .box04_img02 {
    opacity: 0;
  }
}

@media screen and (max-width: 640px) {
  #spin1 .box04 {
    min-width: 0;
    margin: 50px 0 0 0;
    padding-top: 52.656%;
    background: url(../images/bk05_sp.png) no-repeat 50% 0;
    background-size: contain;
  }

  #spin1 .box04_inner {
    width: 93.75%;
    padding: 0;
  }

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

  #spin1 .box04 .h2_sub + h3 {
    margin: 16.834% 0 3.5%;
  }

  #spin1 .img_inner06 {
    width: 100%;
    margin: 10% auto 0;
  }
  #spin1 .img_inner06 img {
    width: 21.666%;
    height: auto;
    margin: 0 auto;
  }

  #spin1 .box04_img01 {
    position: static;
/*    top: 0;
    margin-left: -90%;*/
    width: 147.834%;
    margin: 9.167% 0 11% -39.5%;
  }
  #spin1 .box04_img01 img {
    width: 100%;
  }

  #spin1 .box04 .product_img + h3 {
    margin: 0 0 3.5%;
  }

  #spin1 .img_inner07 {
    width: 25.5%;
    margin: 7.834% auto 18.33%;
  }
  #spin1 .img_inner07 img {
    width: 100%;
    height: auto;
    margin: 0;
  }
	
	#spin1 .img_inner10 {
    width: 72.33%;
    margin: 7.834% auto 0;
  }
  #spin1 .img_inner10 img {
    width: 100%;
    height: auto;
    margin: 0;
  }

  #spin1 .box04_img02 {
    width: 93.75%;
    margin: 27% auto 0;
  }
  #spin1 .box04_img02 img {
    width: 100%;
  }

  #spin1 .box04_bottom {
    width: 93.75%;
    margin-top: 4%;
  }
	#spin1 .box04_bottom02 {
    width: 93.75%;
    margin-top: 4%;
  }
	#spin1 .box04 .box04_bottom02 .h3_sub,
	#spin1 .box04 .box04_bottom02 .notice{
		width: 100%;
		float:none;
	}
	#spin1 .box04 .box04_bottom02 .h3_sub{
	margin-bottom:0;
	}

	#spin1 .box04 .box04_bottom02 .img_inner11{
	float:none;
	text-align: center;
	width:66.67%;
	margin:8.3% auto;
	}
	#spin1 .box04 .box04_bottom02 .img_inner11 img{
	max-width:100%;
	}
	
	#spin1 .box04 .notice{
	font-size:71.43%;
	line-height:1.65em;
	}
}

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

#spin1 .box_shop h3 {
  margin-bottom: 32px;
  color: #00b0b5;
  font-weight: bold;
}

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

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

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

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

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

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

@media screen and (max-width: 640px) {
  #spin1 .box_shop {
    width: 93.75%;
    padding: 60px 0 0;
  }

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

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

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

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

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

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

#spin1 .box_spec h3 {
  float: left;
  margin-bottom: 30px;
  color:#00b0b5;
  font-weight: 500;
}

#spin1 .spec_btn_box {
  float: right;
}

#spin1 .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;
}

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

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

#spin1 .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 #000d4e solid;
  border-top: 5px rgba(0, 0, 0, 0) dashed;
  border-bottom: 5px rgba(0, 0, 0, 0) dashed;
  content: "";
}

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

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

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

#spin1 .spec_list th {
  padding: 12px 1px;
  border-top: 1px #00b0b5 solid;
  box-sizing: border-box;
}

#spin1 .spec_list th[rowspan] {
  padding-right: 5px;
}

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

#spin1 .spec_list tr:last-of-type {
  border-bottom: 1px #ccc solid;
}
#spin1 .spec_list tr:last-of-type th {
  border-bottom: 1px #00b0b5 solid;
}

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

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

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

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

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

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

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

  #spin1 .spec_btn_box {
    display:none;
  }

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

  #spin1 .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;
  }

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

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

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

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

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

  #spin1 .spec_list th {
    padding: 3.167% 0.167%;
    border-top: 2px #00b0b5 solid;
  }

  #spin1 .spec_list tr:last-of-type{
    border-bottom: 2px #ccc solid;
  }
  #spin1 .spec_list tr:last-of-type th {
    border-bottom: 2px #00b0b5 solid;
  }

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

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

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

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

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

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

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

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

  #spin1 .spec_list th {
    border-top: 1px #00b0b5 solid;
  }

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

  #spin1 .spec_list tr:last-of-type {
    border-bottom: 1px #ccc solid;
  }
  #spin1 .spec_list tr:last-of-type th {
    border-bottom: 1px #00b0b5 solid;
  }
}

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

#spin1 .sp {
display: none;
}

@media screen and (max-width: 640px) {
  #spin1 .sp {
  display: block;
  }
  #spin1 .pc {
  display: none;
  }
}
#spin1 .super{
font-size:62.5%;
vertical-align:super;
line-height:1em;
}
#spin1 .caution{
font-size:87.5%;
line-height:26px;
margin-bottom:5px;
}
/*-----仕様書印刷用-----*/
@media print {
  #spin1,
  .box_spec {
    display: block !important;
  }
  body > *,
  #spin1_inner > *,
  .spec_btn_box {
    display: none;
  }
}