@charset "utf-8";
/* CSS Document */

/*menu hover 個別*/
.acerNew.headerFix {
  z-index: 4;
}



/*-----ベース-----*/
#spin5 {
  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%;
}
#spin5.ios {
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", sans-serif;
}

#spin5_inner {
  overflow: hidden;
  width: 100%;
  min-width: 982px;
}

#spin5_inner img {
  pointer-events: none;
}

#spin5 h2 {
  font-size: 250%;
  line-height: 1em;
  font-weight: normal;
  margin-bottom: 25px;
  letter-spacing: -.015em;
}

#spin5 h3 {
  font-size: 187.5%;
  line-height: 40px;
  font-weight: normal;
  margin-bottom: 15px;
  letter-spacing: -.015em;
}

#spin5 .h2_sub {
  font-size: 125%;
  line-height: 36px;
  letter-spacing: -.015em;
}

#spin5 .h3_sub {
  font-size: 100%;
  letter-spacing: -.062em;
}
#spin5 .box01_inner .h3_sub {
  font-size: 100%;
  letter-spacing: -.086em;
}

#spin5 p {
  margin: 0;
}

#spin5 .lsp {
  letter-spacing: -.4em;
}
#spin5 .ksp {
  letter-spacing: -.11em;
}
#spin5 .lsl {
  letter-spacing: -1em;
}
#spin5 .deg {
  margin-right: -.375em;
}

#spin5 .fadeIn {
  animation: fadeIn 1.2s forwards;
}
@keyframes fadeIn {
  0% {opacity: 0;}
  100% {opacity: 1;}
}

#spin5 .slideInTop {
  animation: slideInTop 1.2s forwards;
}
@keyframes slideInTop {
  0% {opacity: 0; transform: translate(0, -50px);}
  100% {opacity: 1; transform: translate(0, 0);}
}

#spin5 .slideInLeft {
  animation: slideInLeft 1.2s forwards;
}
@keyframes slideInLeft {
  0% {opacity: 0; transform: translate(-50px, 0);}
  100% {opacity: 1; transform: translate(0, 0);}
}

#spin5 .slideInTopLeft {
  animation: slideInTopLeft 1.2s forwards;
}
@keyframes slideInTopLeft {
  0% {opacity: 0; transform: translate(-50px, -50px);}
  100% {opacity: 1; transform: translate(0, 0);}
}

#spin5 .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) {
  #spin5 {
    font-size: 12px;
    font-size: 3.75vw;
    line-height: 1.667;
  }
  #spin5_inner {
    min-width: 0;
  }
  #spin5 h2 {
    font-size: 200%;
    line-height: 1.29em;
  }
  #spin5 h3 {
    font-size: 17.5px;
    font-size: 5.46875vw;
    line-height: 1.3714;
    margin-bottom: 2%;
    letter-spacing: -.035em;
  }
  #spin5.ios h3 {
    letter-spacing: -.04em;
  }
  #spin5 .h2_sub {
    font-size: 13.5px;
    font-size: 4.219vw;
    line-height: 1.754;
    letter-spacing: -.045em;
  }
  #spin5.ios .h2_sub {
    letter-spacing: -.052em;
  }
  #spin5 .h3_sub {
    font-size: 11.4px;
    font-size: 3.5625vw;
    line-height: 1.778;
    letter-spacing: -.035em;
  }
  #spin5.ios .h3_sub {
    letter-spacing: 0;
  }
  #spin5 .deg {
    margin-right: 0;
  }
}

/*-----anchor_nav-----*/
#spin5 .anchor_nav {
  position: fixed;
  top: 61px;
  width: 100%;
  background: #fff;
  z-index: 3;
  border-bottom: 1px solid #ccc;
}

#spin5 .anchor_nav_inner {
  width: 100%;
  max-width: 982px;
  margin: 0 auto;
  display: table;
}


#spin5 .anchor_nav ul {
  display: table;
  width: 100%;
}

#spin5 .anchor_nav .p_name img {
  vertical-align: bottom;
}

#spin5 .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;
}

#spin5 .anchor_nav li:first-child {
  text-align: left;
  width: 19.5%;
}

#spin5 .anchor_nav li:nth-child(3) {
  width: 23%;
}

#spin5 .anchor_nav li:nth-last-child(2) {
  width: 13%;
}

#spin5 .anchor_nav li:last-child {
  text-align: right;
  width: 13.6%;
}

#spin5 .anchor_nav li a {
  color: #666;
  text-decoration: none;
}

#spin5 .anchor_nav li a:hover {
  color: #999;
}

@media screen and (max-width: 640px) {
  #spin5 .anchor_nav {
    display: none;
  }
}

.anchorBlock .anchorPoint {
  position: absolute;
  z-index: -1;
}

/*-----KV-----*/
#spin5 .kv {
  position: relative;
  z-index: 2;
  padding-top: 121px;
  width: 100%;
  height: 789px;
  min-width: 982px;
  background: url(../images/bk01.png) no-repeat 50% 100%;
}
#spin5 .kv img {
  display: block;
}

#spin5 .kv .kv_inner {
  position: relative;
  width: 982px;
  margin: 0 auto;
}

#spin5 .kv .h1_catch {
  margin: 0 0 41px -8px;
  padding: 109px 0 0;
}

#spin5 .kv h1 {
  margin: 0 0 22px;
}

#spin5 .kv .windows10 {
  margin: 0 0 50px;
}
#spin5 .kv .windows10_sp {
  display: none;
}

#spin5 .kv .kv_img {
  position: absolute;
  top: 47px;
  right: -253px;
  z-index: -1;
}

#spin5 .anchor_btn a {
  display: block;
  position: relative;
  width: 110px;
  height: 110px;
  background: #237094;
  border-radius: 50%;
  line-height: 110px;
  color: #fff;
  font-size: 14px;
  text-align: center;
  text-decoration: none;
  transition: opacity .4s;
}
#spin5 .anchor_btn a:hover {
  opacity: .7;
}

#spin5 .anchor_btn a::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: "";
}

@media screen and (max-width: 640px) {
  #spin5 .kv {
    margin-top: 61px;
    padding-top: 111.875%;
    height: 0;
    min-width: 0;
    background: url(../images/bk01_sp.png) no-repeat 50% 0 / contain;
  }
  #spin5 .kv .kv_inner {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 93.75%;
    height: 100%;
    margin: 0 auto;
  }

  #spin5 .kv .h1_catch {
    margin: 0 0 8%;
    padding: 8.667% 0 0;
  }
  #spin5 .kv .h1_catch img {
    width: 74%;
  }

  #spin5 .kv h1 {
    margin: 0 0 40.667%;
    padding: 0;
  }
  #spin5 .kv h1 img {
    width: 18%;
  }

  #spin5 .kv .windows10 {
    display: none;
  }

  #spin5 .kv .windows10_sp {
    display: block;
    margin: 7.5% 0 0;
    width: 100%;
  }
  #spin5 .kv .windows10_sp img {
    width: 63.334%;
    display: block;
  }

  #spin5 .kv .kv_img {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 104%;
    margin: 45% 0 0 -2%;
  }
  #spin5 .kv .kv_img img {
    width: 100%;
  }

  #spin5 .anchor_btn {
    width: 26.667%;
    height: 22.346%;
    transition: none;
  }

  #spin5 .anchor_btn a {
    width: 100%;
    height: 100%;
    line-height: 8;
    font-size: 10px;
    font-size: 3.125vw;
  }
  #spin5 .anchor_btn a::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: "";
  }
  #spin5 .anchor_btn a:hover {
    opacity: 1;
  }
}

/*-----box-----*/
#spin5 .product_img {
  position: absolute;
  pointer-events: none;
}
#spin5 .product_img img {
  display: block;
  margin: 0 auto;
}
#spin5 .product_img .sub {
  position: absolute;
  z-index: 1;
  margin: 0;
}

#spin5 .box01 {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 460px;
  min-width: 982px;
  padding-top: 80px;
  box-sizing: border-box;
}

#spin5 .box01_inner {
  position: relative;
  z-index: 0;
  width: 982px;
  margin: 0 auto;
}

@media screen and (max-width: 640px){
  #spin5 .box01_inner .h3_sub{
    margin-left: 0;
  }
}

#spin5 .box01_h3 {
  position: relative;
  padding-top: 24px;
  color: #237094;
  font-size: 30px;
  line-height: 40px;
}
#spin5 .box01_h3::before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 80px;
  height: 2px;
  background: #237094;
  content: "";
}

#spin5 .box01 .windows10 {
  margin: 32px 0 60px;
  line-height: 0;
}
#spin5 .box01 .windows10 img {
  width: 160px;
}

#spin5 .box01_img01 {
  top: -73px;
  right: -84px;
  z-index: -1;
}
#spin5 .box01_img01 img {
  width: 551px;
}

@media screen and (min-width: 641px) {
  #spin5 .box01_img01 {
    opacity: 0;
  }

  #circle_anime01 {
    position: relative;
    z-index: -1;
    width: 982px;
    height: 460px;
    margin: -460px auto 0;
  }
  #circle_anime01 .circle01Block {
    position: absolute;
    top: 688px;
    right: 25px;
  }
  #circle_anime01 .circle02Block {
    position: absolute;
    top: -46px;
    left: -163px;
  }
  #circle_anime01 div div {
    position: absolute;
    top: 0;
    left: 0;
    border: 1px #c3c3c3 solid;
    border-radius: 50%;
    opacity: 0;
    box-sizing: border-box;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  #spin5 .animate .circle01 {
    animation: circle01 3.5s linear .5s;
  }
  #spin5 .animate .circle01-2 {
    animation: circle01-2 3.5s ease-out 3.6s forwards;
  }
  #spin5 .animate .circle02 {
    animation: circle02 3.5s linear 1s;
  }
  #spin5 .animate .circle02-2 {
    animation: circle02-2 2s ease-out 5.1s forwards;
  }
}

@keyframes circle01 {
  0% {width: 0; height: 0; opacity: 0; border-color: #333;}
  20%, 70% {opacity: 1;}
  100% {width: 1580px; height: 1580px; opacity: 0; border-color: #c3c3c3;}
}
@keyframes circle01-2 {
  0% {width: 0; height: 0; opacity: 0; border-color: #333;}
  20% {opacity: 1;}
  100% {width: 1424px; height: 1424px; opacity: 1; border-color: #c3c3c3;}
}
@keyframes circle02 {
  0% {width: 0; height: 0; opacity: 0;}
  20%, 70% {opacity: 1;}
  100% {width: 1580px; height: 1580px; opacity: 0;}
}
@keyframes circle02-2 {
  0% {width: 0; height: 0; opacity: 0;}
  20% {opacity: 1;}
  100% {width: 448px; height: 448px; opacity: 1;}
}

@media screen and (max-width: 640px) {
  #spin5 .box01 {
    background: url(../images/bk02_sp1.png) no-repeat 50% 0 / contain, url(../images/bk02_sp2.png) no-repeat 50% 100% / contain;
    height: auto;
    min-width: 0;
    margin-top: -33.75%;
    padding-top: 87.5%;
    z-index: 1;
  }

  #spin5 .box01_inner {
    width: 93.75%;
    padding-top: 0;
  }

  #spin5 .box01_h3 {
    padding-top: 6%;
    margin-left: 0;
    font-size: 18px;
    font-size: 5.625vw;
    line-height: 1.333;
  }
  #spin5 .box01_h3::before {
    width: 20%;
    height: 2px;
  }

  #spin5 .box01 .windows10 {
    margin: 5% 0 11.667%;
  }
  #spin5 .box01 .windows10 img {
    width: 46.667%;
  }

  #spin5 .box01_img01 {
    position: static;
    width: 114.834%;
    margin-left: -15.5%;
    padding-bottom: 18.834%;
  }
  #spin5 .box01_img01 img {
    width: 100%;
  }
}

@media screen and (max-width: 375px) {
  #spin5 .box01_h3::before {
    height: 1px;
  }
}

#spin5 .box02 {
  position: relative;
  z-index: 0;
  background: url(../images/bk02.png) no-repeat 50% 0;
  width: 100%;
  height: 2705px;
  min-width: 982px;
}

#spin5 .box02_inner {
  width: 982px;
  margin: 0 auto;
  padding: 149px 0 0;
  box-sizing: border-box;
}
#spin5 .box02_inner.right {
  margin-top: -134px;
  padding: 0 0 0 476px;
}
#spin5 .box02_inner.center {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 40px;
  padding: 0;
  text-align: center;
}

#spin5 .box02 .img_text {
  margin-bottom: 15px;
}

#spin5 .img_inner01 {
  margin: 22px 0 58px;
}
#spin5 .img_inner01 img {
  display: block;
  margin: 0;
}

#spin5 .img_inner02 {
  margin: 23px 0 0;
}

#spin5 .box02 p {
  color: #fff;
}

#spin5 .box02_img01 {
  top: 181px;
  left: 50%;
  margin-left: 37px;
  z-index: -1;
}
#spin5 .box02_img02 {
  bottom: 227px;
  left: 50%;
  right: 0;
  z-index: -1;
  margin-left: -384px;
}
#spin5 .box02_img02 img {
  margin: 0;
}

#spin5 .box02 h3 {
  margin: 40px 0 19px;
  color: #fff;
}
#spin5 .box02_inner.right h3:first-of-type {
  margin-top: 0;
}
#spin5 .box02 h3 img {
  vertical-align: middle;
}

#spin5 .box02 .h3_sub {
  width: 580px;
}
#spin5 .box02 .right .h3_sub {
  width: 600px;
}
#spin5 .box02 .center .h3_sub {
  width: auto;
  color: #000;
}

#spin5 .box02_intel {
  margin: 20px 0 0;
}
#spin5 .box02_intel img {
  width: 60px;
  height: 60px;
  margin-right: 1.5em;
}

#spin5 .box02_bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 854px;
  margin: 0 auto;
}

#spin5 .box02 .box02_bottom h3 {
  margin-top: 0;
  text-align: center;
  color: #000d4e;
}

#spin5 .box02 .box02_bottom .h3_sub {
  color: #000;
  width: auto;
}

#spin5 .box02 .box02_bottom img {
  display: block;
  height: 102px;
  margin: 30px auto 2px;
}

@media screen and (min-width: 641px) {
  #spin5 .box02_img01,
  #spin5 .box02_img02 {
    opacity: 0;
  }
}

@media screen and (max-width: 640px) {
  #spin5 .box02 {
    background: url(../images/bk03_sp.jpg) no-repeat 50% 0 / contain;
    height: auto;
    min-width: 0;
    margin: -1.094% 0 0;
  }

  #spin5 .box02_inner {
    width: 93.75% !important;
    padding: 31.25% 0 0;
  }
  #spin5 .box02_inner.right {
    margin: 0 auto;
    padding: 0;
  }
  #spin5 .box02_inner.right > * {
    width: auto !important;
  }
  #spin5 .box02_inner.center {
    position: static;
    padding: 0;
    text-align: left;
  }

  #spin5 .box02 .img_text {
    margin-bottom: 4.667%;
    padding-top: 20.334%;
    background: url(../images/text01_sp.png) no-repeat 0 0 / contain;
  }
  #spin5 .box02 .img_text img {
    display: none;
  }

  #spin5 .box02 .img_inner01 {
    margin: 7.334% 0 0;
  }
  #spin5 .box02 .img_inner01 img {
    width: 94%;
  }
  #spin5 .box02 h3 {
    margin: 18.334% 0 4.667%;
  }
  #spin5 .box02 h3 img {
    display: none;
  }
  #spin5 .box02 .h3_img01 {
    padding-top: 5.834%;
    background: url(../images/sub_text01_sp.png) no-repeat 0 0 / contain;
  }
  #spin5 .box02 .h3_img02 {
    margin-top: 104%;
    padding-top: 13.667%;
    background: url(../images/sub_text02_sp.png) no-repeat 0 0 / contain;
  }
  #spin5 .box02 .h3_img03 {
    margin-top: 19.5% !important;
    padding-top: 5.667%;
    background: url(../images/sub_text03_sp.png) no-repeat 0 0 / contain;
  }
  #spin5 .box02 .h3_img04 {
    margin-top: 20%;
    padding-top: 5.667%;
    background: url(../images/sub_text04_sp.png) no-repeat 0 0 / contain;
  }
  #spin5 .box02 .h3_img05 {
    margin-top: 3.5%;
    padding-top: 13.5%;
    background: url(../images/sub_text05_sp.png) no-repeat 50% 0 / contain;
  }

  #spin5 .box02 .h3_sub {
    width: auto;
  }

  #spin5 .box02_img01 {
    display: block;
    top: 0;
    left: 0;
    margin: 161.375% 0 0 7.188%;
    width: 125.938%;
  }
  #spin5 .box02_img01 img {
    width: 100%;
  }

  #spin5 .img_inner02 {
    margin: 8.334% 0 0;
    padding-top: 20.167%;
    background: url(../images/img_inner02_sp.png) no-repeat 50% 0 / contain;
  }
  #spin5 .img_inner02 img {
    display: none;
  }

  #spin5 .box02_intel {
    margin-top: 8.334%;
    text-align: center;
  }
  #spin5 .box02_intel img {
    width: 13%;
    height: auto;
    margin: 0;
    vertical-align: bottom;
  }
  #spin5 .box02_intel img + img {
    margin-left: 4.334%;
  }

  #spin5 .box02_img02 {
    position: static;
    width: 100%;
    margin: 57.344% 0 0;
  }
  #spin5 .box02_img02 img {
    width: 83.281%;
    margin-left: 8.667%;
  }
}

#spin5 .box03 {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 1895px;
  min-width: 982px;
  margin-top: 37px;
  padding-top: 67px;
  background: url(../images/bk03.png) no-repeat 50% 100%;
  box-sizing: border-box;
}

#spin5 .box03 .product_img {
  z-index: -1;
}

#spin5 .box03 .img_text {
  margin-bottom: 25px;
  padding-left: 7px;
}

#spin5 .box03_inner {
  width: 982px;
  margin: 0 auto;
  box-sizing: border-box;
}

#spin5 .box03_inner.left {
  padding-right: 462px;
}

#spin5 .box03_inner.right {
  margin-top: -60px;
  padding-left: 470px;
}

#spin5 .box03 h3 {
  margin: 48px 0 19px;
  color: #237094;
}
#spin5 .box03 h3 img {
  vertical-align: middle;
}

#spin5 .box03_inner.right h3 {
  margin-top: 0;
}

#spin5 .box03 .notes {
  margin-top: 22px;
  width: 520px;
}

#spin5 .box03 .notes li {
  position: relative;
  padding-left: 1.05em;
  font-size: 14px;
  line-height: 30px;
  letter-spacing: -.04em;
}
#spin5 .box03 .notes .nowrap {
  letter-spacing: -.08em;
  white-space: nowrap;
}

#spin5 .box03 .notes .nowrap span:last-child {
  letter-spacing: -2em;
}

#spin5 .box03 .notes li::before {
  position: absolute;
  left: 0;
  content: "※";
}

#spin5 .img_inner03 {
  margin: 22px 0 0;
}
#spin5 .img_inner03 img {
  display: block;
  margin: 0 auto;
}

#spin5 .img_inner04 {
  margin: 20px 0 46px;
}
#spin5 .img_inner04::after {
  display: block;
  clear: both;
  content: "";
}
#spin5 .img_inner04 li {
  position: relative;
  float: left;
  height: 88px;
  margin: 0 0 16px;
  padding-left: 76px;
  box-sizing: border-box;
}
#spin5 .img_inner04 li:nth-of-type(odd) {
  width: 290px;
}
#spin5 .img_inner04 h4 {
  margin: 0 0 2px;
  color: #237094;
  font-size: 100%;
}
#spin5 .img_inner04 p {
  font-size: 87.5%;
  line-height: 1.429;
  letter-spacing: -.11em;
}
#spin5 .img_inner04 img {
  display: block;
  position: absolute;
  top: 10px;
  left: 0;
}

#spin5 .img_inner05 {
  margin: 23px 0 0;
}
#spin5 .img_inner05 img {
  display: block;
  margin: 0 auto;
}

#spin5 .box03_img01 {
  top: -37px;
  left: 50%;
  margin-left: -34px;
}

#spin5 .box03_img02 {
  top: 776px;
  right: 50%;
  margin-right: -37px;
}

#spin5 .box03_img03 {
  top: 887px;
  right: 50%;
  margin-right: 502px;
}

@media screen and (min-width: 641px) {
  #spin5 .box03_img01,
  #spin5 .box03_img02,
  #spin5 .box03_img03 {
    opacity: 0;
  }

  #circle_anime02 {
    position: relative;
    z-index: -2;
    width: 982px;
    height: 1895px;
    margin: -1895px auto 0;
  }
  #circle_anime02 .circle03Block {
    position: absolute;
    top: 712px;
    left: 214px;
  }
  #circle_anime02 div div {
    position: absolute;
    top: 0;
    left: 0;
    border: 1px #c3c3c3 solid;
    border-radius: 50%;
    opacity: 0;
    box-sizing: border-box;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }

  #spin5 .animate .circle03 {
    animation: circle03 3s linear .5s;
  }
  #spin5 .animate .circle03-2 {
    animation: circle03-2 3s ease-out 3s forwards;
  }
}

@keyframes circle03 {
  0% {width: 0; height: 0; opacity: 0; border-color: #333;}
  20%, 70% {opacity: 1;}
  100% {width: 1426px; height: 1426px; opacity: 0; border-color: #c3c3c3;}
}
@keyframes circle03-2 {
  0% {width: 0; height: 0; opacity: 0; border-color: #333;}
  20% {opacity: 1;}
  100% {width: 1426px; height: 1426px; opacity: 1; border-color: #c3c3c3;}
}

@media screen and (max-width: 640px) {
  #spin5 .box03 {
    background: url(../images/bk04_sp.jpg) no-repeat 50% 0 / contain;
    height: auto;
    min-width: 0;
    margin: 13.4376% 0 0;
    padding-top: 21.875%;
  }

  #spin5 .box03_inner {
    width: 93.75%;
  }
  #spin5 .box03_inner.left {
    padding-right: 0;
  }
  #spin5 .box03_inner.right {
    position: static;
    margin-top: 4.375%;
    padding-left: 0;
  }

  #spin5 .box03 h3 {
    margin: 16% 0 4.334%;
  }
  #spin5 .box03 h3 img {
    display: none;
  }

  #spin5 .box03 .img_text {
    margin-bottom: 4.167%;
    padding-top: 7.834%;
    background: url(../images/text02_sp.png) no-repeat 0 0 / contain;
  }
  #spin5 .box03 .img_text img {
    display: none;
  }

  #spin5 .box03 .h3_img01 {
    padding-top: 13.334%;
    background: url(../images/sub_text06_sp.png) no-repeat 0 0 / contain;
  }
  #spin5 .box03 .h3_img02 {
    padding-top: 5.834%;
    background: url(../images/sub_text07_sp.png) no-repeat 0 0 / contain;
  }
  #spin5 .box03 .h3_img03 {
    padding-top: 5.834%;
    background: url(../images/sub_text08_sp.png) no-repeat 0 0 / contain;
  }

  #spin5 .box03 .notes {
    margin-top: 8.5%;
    width: 100%;
  }
  #spin5 .box03 .notes li {
    position: relative;
    padding-left: 1.05em;
    font-size: 11.4px;
    font-size: 3.5625vw;
    line-height: 1.754;
    letter-spacing: -.04em;
  }

  #spin5 .img_inner03 {
    margin: 7.5% 0 0;
    padding-top: 18.834%;
    background: url(../images/img_inner03_sp.png) no-repeat 50% 0 / contain;
  }
  #spin5 .img_inner03 img {
    display: none;
  }

  #spin5 .box03_img01 {
    position: static;
    width: 103.594%;
    margin: 6.875% 0 0 -7.344%;
  }
  #spin5 .box03_img01 img {
    width: 100%;
  }

  #spin5 .img_inner04 {
    margin: 7.834% auto 105%;
    width: 100%;
  }
  #spin5 .img_inner04 li:nth-of-type(odd) {
    width: 58.334%;
    padding-left: 15%;
  }
  #spin5 .img_inner04 li:nth-of-type(even) {
    width: 41.666%;
    padding-left: 15%;
  }
  #spin5 .img_inner04 img {
    display: none;
  }
  #spin5 .img_inner04 li {
    height: auto;
    margin: 0 0 3.334%;
  }
  #spin5 .img_inner04 li::before {
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    content: "";
  }
  #spin5 .img_inner04 li:nth-of-type(1)::before {
    top: 15%;
    width: 20.857%;
    background: url(../images/img_inner04_01_sp.png) no-repeat 0 0 / contain;
  }
  #spin5 .img_inner04 li:nth-of-type(2)::before {
    top: 19.8%;
    width: 29.2%;
    background: url(../images/img_inner04_02_sp.png) no-repeat 0 0 / contain;
  }
  #spin5 .img_inner04 li:nth-of-type(3)::before {
    top: 15%;
    width: 20.857%;
    background: url(../images/img_inner04_03_sp.png) no-repeat 0 0 / contain;
  }
  #spin5 .img_inner04 li:nth-of-type(4)::before {
    top: 19.8%;
    width: 29.2%;
    background: url(../images/img_inner04_04_sp.png) no-repeat 0 0 / contain;
  }
  #spin5 .img_inner04 h4 {
    font-size: 9.5px;
    font-size: 2.875vw;
    line-height: 1.875;
  }
  #spin5 .img_inner04 p {
    font-size: 8.4px;
    font-size: 2.625vw;
    line-height: 1.429;
  }

  #spin5 .box03_img02 {
    top: 0;
    left: .625%;
    width: 109.531%;
    padding-top: 389.531%;
  }
  #spin5 .box03_img02 img {
    width: 100%;
  }

  #spin5 .box03_img03 {
    top: 0;
    left: 12.813%;
    width: 43.125%;
    padding-top: 400.781%;
  }
  #spin5 .box03_img03 img {
    margin: 0;
    width: 100%;
  }

  #spin5 .img_inner05 {
    margin: 7.834% auto 0;
    padding-top: 19.5%;
    background: url(../images/img_inner05_sp.png) no-repeat 50% 0 / contain;
  }
  #spin5 .img_inner05 img {
    display: none;
  }

}

#spin5 .box04 {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 2068px;
  min-width: 982px;
  padding-top: 174px;
  margin-top: -350px;
  background: url(../images/bk04.png) no-repeat 50% 0;
  box-sizing: border-box;
  background-color: transparent;
}

#spin5 .box04_inner {
  width: 982px;
  margin: 0 auto;
  padding-right: 392px;
  box-sizing: border-box;
}

#spin5 .box04 .img_text {
  margin-bottom: 24px;
}

#spin5 .box04 p {
  color: #fff;
}

#spin5 .box04 h3 {
  margin: 48px 0 19px;
  color: #237094;
}
#spin5 .box04 h3 img {
  vertical-align: middle;
}

#spin5 .box04 .h2_sub + h3 {
  margin-top: 44px;
}

#spin5 .box04 .product_img + h3 {
  margin-top: 103px;
}

#spin5 .box04 .notes {
  margin-top: 22px;
}
#spin5 .box04 .notes li {
  position: relative;
  padding-left: 1.05em;
  color: #fff;
  font-size: 14px;
  line-height: 30px;
  letter-spacing: -.04em;
}
#spin5 .box04 .notes li::before {
  position: absolute;
  left: 0;
  content: "※";
}

#spin5 .box04 .note_single {
  margin-top: 15px;
  font-size: 14px;
  line-height: 30px;
}

#spin5 .img_inner06 {
  margin: 20px 0 0 14px;
}
#spin5 .img_inner06 img {
  display: block;
}

#spin5 .img_inner07 {
  margin: 21px 0 50px;
}
#spin5 .img_inner07 img {
  display: block;
}

#spin5 .box04_img01 {
  top: 326px;
  left: 50%;
  z-index: -1;
  margin-left: -344px;
}

#spin5 .box04_img02 {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
}

@media screen and (min-width: 641px) {
  #spin5 .box04_img01,
  #spin5 .box04_img02 {
    opacity: 0;
  }
}

@media screen and (max-width: 640px) {
  #spin5 .box04 {
    height: auto;
    min-width: 0;
    margin: 10.313% 0 0 0;
    padding-top: 48.438%;
    background: url(../images/bk05_sp.jpg) no-repeat 50% 0 / contain;
  }

  #spin5 .box04_inner {
    width: 93.75%;
    padding: 0;
  }

  #spin5 .box04 .img_text {
    margin-bottom: 4.667%;
    padding-top: 20.5%;
    background: url(../images/text03_sp.png) no-repeat 0 0 / contain;
  }
  #spin5 .box04 .img_text img {
    display: none;
  }

  #spin5 .box04 h3 img {
    display: none;
  }
  #spin5 .box04 .h3_img01 {
    padding-top: 13.334%;
    background: url(../images/sub_text09_sp.png) no-repeat 0 0 / contain;
  }
  #spin5 .box04 .h3_img02 {
    padding-top: 5.834%;
    background: url(../images/sub_text10_sp.png) no-repeat 0 0 / contain;
  }

  #spin5 .box04 .h2_sub + h3 {
    margin: 17.188% 0 5%;
  }

  #spin5 .img_inner06 {
    width: 100%;
    margin: 9% auto 0;
    padding-top: 20.5%;
    background: url(../images/img_inner06_sp.png) no-repeat 50% 0 / contain;
  }
  #spin5 .img_inner06 img {
    display: none;
  }

  #spin5 .box04_img01 {
    position: static;
    width: 149.167%;
    margin: 7.5% 0 12.834% -40%;
  }
  #spin5 .box04_img01 img {
    width: 100%;
  }

  #spin5 .box04 .product_img + h3 {
    margin: 0 0 5%;
  }

  #spin5 .img_inner07 {
    width: 100%;
    margin: 7% auto 0;
    padding-top: 21.167%;
    background: url(../images/img_inner07_sp.png) no-repeat 50% 0 / contain;
  }
  #spin5 .img_inner07 img {
    display: none;
  }

  #spin5 .box04_img02 {
    position: static;
    width: 90%;
    margin: 40% auto 0;
  }
  #spin5 .box04_img02 img {
    width: 100%;
  }

  #spin5 .box04 .notes {
    margin-top: 5%;
    width: 100%;
  }
  #spin5 .box04 .notes li {
    position: relative;
    padding-left: 1.05em;
    font-size: 11.4px;
    font-size: 3.5625vw;
    line-height: 1.754;
    letter-spacing: -.04em;
  }
  #spin5 .box04 .note_single {
    margin-top: 3.334%;
    font-size: 11.4px;
    font-size: 3.5625vw;
    line-height: 1.754;
  }
}

#spin5 .box_shop {
  position: relative;
  z-index: 1;
  width: 982px;
  margin: 0 auto;
  padding: 120px 0 60px;
}

#spin5 .box_shop h3 {
  margin-bottom: 32px;
  color: #237094;
  font-size: 175%;
  font-weight: bold;
}

#spin5 .shoplist::after {
  display: block;
  clear: both;
  content: "";
}

#spin5 .shoplist + .shoplist {
  margin-top: 20px;
}

#spin5 .shoplist li {
  float: left;
  width: 218px;
  height: 128px;
}

#spin5 .shoplist li:first-of-type,
#spin5 .shoplist li:nth-of-type(3) {
  margin-right: 37px;
}

#spin5 .shoplist li:nth-of-type(2) {
  margin-right: 36px;
}

#spin5 .shoplist li a,
#spin5 .shoplist li img {
  display: block;
}

@media screen and (max-width: 640px) {
  #spin5 .box_shop {
    width: 93.75%;
    padding: 60px 0 0;
  }

  #spin5 .box_shop h3 {
    margin-bottom: 5.334%;
    font-size: 13.5px;
    font-size: 4.219vw;
    line-height: 1.481;
  }

  #spin5 .shoplist {
    width: 76.667%;
    margin: 0 auto;
  }

  #spin5 .shoplist + .shoplist {
    margin-top: 0;
  }

  #spin5 .shoplist li {
    width: 50%;
    height: auto;
    margin: 0 0 4.348% !important;
    box-sizing: border-box;
  }
  #spin5 .shoplist li:nth-of-type(2n+1) {
    padding-right: 2.609%;
  }
  #spin5 .shoplist li:nth-of-type(2n) {
    padding-left: 2.608%;
  }

  #spin5 .shoplist li img {
    display: block;
    width: 100%;
  }
}

#spin5 .box_spec {
  position: relative;
  z-index: 1;
  width: 982px;
  margin: 0 auto;
  padding: 60px 0 120px;
}

#spin5 .box_spec h3 {
  float: left;
  margin-bottom: 30px;
  color: #237094;
  font-size: 175%;
  font-weight: bold;
}

#spin5 .spec_btn_box {
  float: right;
}

#spin5 .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 .4s ease;
}

#spin5 .spec_btn_box .spec_btn:hover {
  opacity: .7;
}

#spin5 .spec_btn_box .spec_btn a {
  display: block;
  color: #000;
  text-decoration: none;
}

#spin5 .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 #237094 solid;
  border-top: 5px rgba(0, 0, 0, 0) dashed;
  border-bottom: 5px rgba(0, 0, 0, 0) dashed;
  content: "";
}

#spin5 .spec_list {
  border-collapse: collapse;
  width: 100%;
  margin: 15px 0 20px;
  font-size: 87.5%;
  line-height: 24px;
  box-sizing: border-box;
}

#spin5 .spec_list tbody {
  vertical-align: top;
  text-align: left;
}

#spin5 .spec_list tr {
  border-top: 1px #ccc solid;
}

#spin5 .spec_list th {
  padding: 11px 1px;
  border-top: 1px #237094 solid;
  box-sizing: border-box;
}

#spin5 .spec_list th[rowspan] {
  padding-right: 5px;
}

#spin5 .spec_list td {
  width: 305px;
  padding: 11px 10px 11px 15px;
  box-sizing: border-box;
}
#spin5 .spec_list th + td {
  border-left: 5px #fff solid;
}
#spin5 .spec_list td[colspan] {
  width: 610px;
}
#spin5 .spec_list td + td {
  position: relative;
}
#spin5 .spec_list td + td::before {
  display: block;
  position: absolute;
  top: 5px;
  bottom: 5px;
  left: 0;
  width: 1px;
  margin: auto 0;
  background: #ccc;
  content: "";
}
#spin5 .spec_list tr:first-of-type td {
  font-weight: bold;
}

#spin5 .spec_list td ul::after {
  display: block;
  clear: both;
  content: "";
}
#spin5 .spec_list td li {
  float: left;
  width: 50%;
  box-sizing: border-box;
}
#spin5 .spec_list td li + li {
  position: relative;
  padding-left: 16px;
}
#spin5 .spec_list td li + li::before {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 1px;
  height: 36px;
  margin: auto 0;
  background: #ccc;
  content: "";
}

#spin5 .spec_list tr:last-of-type {
  border-bottom: 1px #ccc solid;
}
#spin5 .spec_list tr:last-of-type th {
  border-bottom: 1px #237094 solid;
}

#spin5 .spec_list .p_code {
  font-weight: bold;
}

#spin5 .spec_list th sup {
  font-size: 62.5%;
  line-height: 1;
}

#spin5 .spec_notes {
  font-size: 87.5%;
  line-height: 1.714;
}

#spin5 .spec_notes.notes01 li {
  padding-left: 2em;
  text-indent: -2em;
  margin-bottom: 5px;
}

#spin5 .spec_notes.notes02 li {
  padding-left: 1em;
  text-indent: -1em;
  margin-bottom: 5px;
}

@media screen and (max-width: 640px) {
  #spin5 .box_spec {
    width: 93.75%;
    padding: 15.667% 0 18.334%;
  }

  #spin5 .box_spec h3 {
    float: none;
    margin-bottom: 5.334%;
    font-size: 13.5px;
    font-size: 4.219vw;
    line-height: 1.481;
    font-weight: bold;
  }

  #spin5 .spec_btn_box {
    display:none;
  }

  #spin5 .spec_btn_box::after {
    display: block;
    clear: both;
    content: "";
  }

  #spin5 .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;
  }

  #spin5 .spec_btn_box .spec_btn + .spec_btn {
    position: absolute;
    top: 0;
    left: 0;
    float: none;
  }

  #spin5 .spec_btn_box .spec_btn:hover {
    opacity: 1;
  }

  #spin5 .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;
  }

  #spin5 .spec_list {
    margin: 6.667% 0;
    font-size: 10px;
    font-size: 3.125vw;
    line-height: 2;
  }

  #spin5 .spec_list tr {
    border-top: 2px #ccc solid;
  }

  #spin5 .spec_list th {
    padding: 3.167% .167%;
    border-top: 2px #237094 solid;
  }

  #spin5 .spec_list tr:last-of-type {
    border-bottom: 2px #ccc solid;
  }
  #spin5 .spec_list tr:last-of-type th {
    border-bottom: 2px #237094 solid;
  }

  #spin5 .spec_list th span {
    position: absolute;
    width: 50%;
  }

  #spin5 .spec_list td {
    width: 55%;
    padding: 3.167% .167% 3.167% 2.5%;
  }
  #spin5 .spec_list td + td {
    display: none;
  }
  #spin5 .spec_list td[data-sp-cell]::after {
    display: block;
    margin-top: 6.09%;
    margin: 6.09% 0 0 -4.81%;
    padding: 6.09% 0 0 4.81%;
    border-top: 2px #ccc dashed;
    white-space: pre-wrap;
    content: attr(data-sp-cell);
  }

  #spin5 .spec_notes {
    font-size: 10px;
    font-size: 3.125vw;
    line-height: 1.8;
  }
  #spin5.ios .spec_notes {
    font-family: "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", sans-serif;
  }

  #spin5 .spec_notes.notes01 li {
    padding-left: 2em;
    text-indent: -2em;
    margin-bottom: 2%;
  }

  #spin5 .spec_notes.notes02 li {
    padding-left: 1em;
    text-indent: -1em;
    margin-bottom: 2%;
  }
}

@media screen and (max-width: 375px) {
  #spin5 .spec_btn_box .spec_btn {
    border: .5px solid #999;
  }

  #spin5 .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;
  }

  #spin5 .spec_list tr {
    border-top: 1px #ccc solid;
  }

  #spin5 .spec_list th {
    border-top: 1px #237094 solid;
  }

  #spin5 .spec_list td {
    border-left: 2.5px #fff solid;
  }
  #spin5 .spec_list td[data-sp-cell]::after {
    border-top: 1px #ccc dashed;
  }

  #spin5 .spec_list tr:last-of-type {
    border-bottom: 1px #ccc solid;
  }
  #spin5 .spec_list tr:last-of-type th {
    border-bottom: 1px #237094 solid;
  }
}

/*-----モジュール-----*/

#spin5 .sp {
display: none;
}

@media screen and (max-width: 640px) {
  #spin5 .sp {
  display: block;
  }
  #spin5 .pc {
  display: none;
  }
}
#spin5 .super {
font-size: 62.5%;
vertical-align: super;
line-height: 1em;
}
#spin5 .caution {
font-size: 87.5%;
line-height: 26px;
margin-bottom: 5px;
}
#spin5 .reg {
  vertical-align: .15em;
}
/*-----仕様書印刷用-----*/
@media print {
  #spin5,
  .box_spec {
    display: block !important;
  }
  body > *,
  #spin5_inner > *,
  .spec_btn_box {
    display: none;
  }
}