@charset "UTF-8";
/* reset
---------------------------------------------------- */
#win7eos div, #win7eos span, #win7eos object, #win7eos iframe,
#win7eos h1, #win7eos h2, #win7eos h3, #win7eos h4, #win7eos h5, #win7eos h6, #win7eos p, #win7eos blockquote, #win7eos pre,
#win7eos abbr, #win7eos address, #win7eos cite, #win7eos code,
#win7eos del, #win7eos dfn, #win7eos em, #win7eos img, #win7eos ins, #win7eos kbd, #win7eos q, #win7eos samp,
#win7eos small, #win7eos strong, #win7eos sub, #win7eos sup, #win7eos var,
#win7eos b, #win7eos i,
#win7eos dl, #win7eos dt, #win7eos dd, #win7eos ol, #win7eos ul, #win7eos li,
#win7eos fieldset, #win7eos form, #win7eos label, #win7eos legend,
#win7eos table, #win7eos caption, #win7eos tbody, #win7eos tfoot, #win7eos thead, #win7eos tr, #win7eos th, #win7eos td,
#win7eos article, #win7eos aside, #win7eos canvas, #win7eos details, #win7eos figcaption, #win7eos figure,
#win7eos footer, #win7eos header, #win7eos hgroup, #win7eos menu, #win7eos nav, #win7eos section, #win7eos summary,
#win7eos time, #win7eos mark, #win7eos audio, #win7eos video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif !important;
}
#win7eos article, #win7eos aside, #win7eos details, #win7eos figcaption, #win7eos figure,
#win7eos footer, #win7eos header, #win7eos hgroup, #win7eos menu, #win7eos nav, #win7eos section {
  display: block;
}
#win7eos ul, #win7eos ol {
  list-style: none;
}
#win7eos a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
#win7eos table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* common
---------------------------------------------------- */
#win7eos *,
#win7eos *::before,
#win7eos *::after {
  box-sizing: border-box;
}

#win7eos {
  -webkit-text-size-adjust: none;
  color: #000;
  font-size: 18px;
  line-height: 1.66;
  text-align: left;
  width: 980px;
  margin: auto;
}
#win7eos a {
  text-decoration: none;
  overflow: hidden;
  outline: none;
  transition: all  0.3s ease;
}
#win7eos a:hover {
  text-decoration: none;
  opacity: 0.7;
}
#win7eos img {
  vertical-align: bottom;
}
#win7eos .mt10 {
  margin-top: 10px !important;
}
#win7eos .mt15 {
  margin-top: 15px !important;
}

/* fv
---------------------------------------------------- */
#win7eos .fv {
  position: relative;
}
#win7eos .fv h2 {
  text-align: center;
}
#win7eos .fv p {
  position: absolute;
  left: 0;
  bottom: 67px;
}

/* caution
---------------------------------------------------- */
#win7eos .caution {
  margin: 33px 0 0 0;
  width:980px!important;
}
#win7eos .caution .box {
  background: #E5E028;
  padding: 227px 50px 40px 50px;
  position: relative;
}
#win7eos .caution h3 {
  width: 930px;
  position: absolute;
  top: -32px;
  left: 14px;
}
#win7eos .caution ol {
  display: flex;
  justify-content: space-between;
  font-weight: bold;
}
#win7eos .caution li {
  width: 270px;
  list-style: none;
}
#win7eos .caution .virus {
  display: flex;
  align-items: flex-end;
  width: 740px;
  font-size: 26px;
  line-height: 1.38;
  margin: 20px auto 0 auto;
  min-height: 170px;
  background: url(../images/caution-img04.png) no-repeat 100% 0;
}

/* win10
---------------------------------------------------- */
#win7eos .win10 {
  margin: 60px 0 0 0;
}
#win7eos .win10 h2 {
  text-align: center;
  font-size: 38px;
  line-height: 1.26;
}
#win7eos .win10 .box {
  margin: 25px 0 0 0;
  position: relative;
}
#win7eos .win10 .box::before, #win7eos .win10 .box::after {
  content: '';
  display: block;
  width: 40px;
  height: 40px;
  border-top: 2px solid #000;
  position: absolute;
  top: 0;
}
#win7eos .win10 .box::before {
  border-left: 2px solid #000;
  left: 0;
}
#win7eos .win10 .box::after {
  border-right: 2px solid #000;
  right: 0;
}
#win7eos .win10 .box .inner {
  position: relative;
  height: 100%;
  padding: 0 0 35px 0;
}
#win7eos .win10 .box .inner::before, #win7eos .win10 .box .inner::after {
  content: '';
  display: block;
  width: 40px;
  height: 40px;
  border-bottom: 2px solid #000;
  position: absolute;
  bottom: 0;
}
#win7eos .win10 .box .inner::before {
  border-left: 2px solid #000;
  left: 0;
}
#win7eos .win10 .box .inner::after {
  border-right: 2px solid #000;
  right: 0;
}
#win7eos .win10 .because {
  position: relative;
  width: 160px;
  line-height: 40px;
  border: 2px solid #000;
  border-radius: 44px;
  font-size: 22px;
  font-weight: bold;
  text-align: center;
  margin: 0 auto;
}
#win7eos .win10 .because::before, #win7eos .win10 .because::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
}
#win7eos .win10 .because::before {
  border-width: 8px 6px 0 6px;
  border-color: #fff transparent transparent transparent;
  z-index: 2;
}
#win7eos .win10 .because::after {
  border-width: 10px 8px 0 8px;
  border-color: #000 transparent transparent transparent;
  z-index: 1;
}

#win7eos .win10 ol li h3 span{
  font-weight: normal;
  font-size: 12px;
  letter-spacing: 0;
}

#win7eos .win10 ol {
  margin: 20px auto 0 auto;
  display: flex;
  justify-content: space-between;
  width: 940px;
  text-align: center;
}
#win7eos .win10 li {
  width: 290px;
  list-style: none;
}
#win7eos .win10 h3 {
  font-size: 20px;
  line-height: 1.5;
  font-weight: bold;
  text-align: center;
  margin: 18px 0 0 0;
  letter-spacing: -0.07em;
  white-space: normal;
}

/* surface
---------------------------------------------------- */
#win7eos .surface {
  margin: 90px 0 0 0;
  padding: 80px 0 0 0;
  border-top: 2px solid #000;
}
#win7eos .surface h2 {
  font-size: 34px;
  line-height: 1.35;
  font-weight: normal;
}
#win7eos .surface .box {
  border: 6px solid #31B4D3;
  display: flex;
  margin: 50px 0 0 0;
  position: relative;
}
#win7eos .surface .box::after {
  content: url(../images/surface-img04.png);
  position: absolute;
  right: 20px;
  top: -252px;
}
#win7eos .surface .box li {
  flex: 1;
  padding: 100px 30px 25px 30px;
}
#win7eos .surface .box li:nth-child(1) {
  background: url(../images/surface-img01.png) no-repeat 50% 18px;
}
#win7eos .surface .box li:nth-child(2) {
  background: url(../images/surface-img02.png) no-repeat 50% 36px;
  border-left: 2px solid #31B4D3;
  border-right: 2px solid #31B4D3;
}
#win7eos .surface .box li:nth-child(3) {
  background: url(../images/surface-img03.png) no-repeat 50% 33px;
}
#win7eos .surface .box h3 {
  color: #31B4D3;
  font-size: 30px;
  text-align: center;
  font-weight: bold;
  line-height: 1.3;
  margin: 0 0 15px 0;
}
#win7eos .surface .box h3 span {
  display: block;
}
#win7eos .surface .box h3 span:nth-child(1) {
  font-size: 60%;
}
#win7eos .surface .find {
  font-size: 24px;
  line-height: 1.375;
  text-align: center;
  margin: 50px 0 0 0;
}
#win7eos .surface .nav {
  display: flex;
  justify-content: space-between;
  margin: 40px 0 0 0;
}
#win7eos .surface .nav li {
  width: 320px;
}
#win7eos .surface .nav a {
  display: block;
  color: #000;
  padding: 0 0 40px 0;
  background: url(../images/arrow01.png) no-repeat 50% 100%;
}
#win7eos .surface .nav p {
  line-height: 1.4;
}
#win7eos .surface .nav p > span {
  display: block;
}
#win7eos .surface .nav p > span:nth-child(2) {
  font-size: 30px;
}

/* fv
---------------------------------------------------- */
#win7eos .products {
  margin: 85px 0 0 0;
}
#win7eos .products .catch {
  font-size: 30px;
  font-weight: bold;
  position: relative;
}
#win7eos .products .catch::after {
  content: '';
  display: block;
  width: 100%;
  height: 2px;
  background: #000;
  position: absolute;
  left: 0;
  top: 50%;
  margin: -1px 0 0 0;
  z-index: -1;
}
#win7eos .products .catch span {
  background: #fff;
  padding: 0 10px 0 0;
}
#win7eos .products h2 {
  margin: 25px 0 0 0;
}
#win7eos .products .reason {
  margin: 50px 0 0 0;
  display: flex;
  justify-content: space-between;
}
#win7eos .products .reason li {
  width: 320px;
}
#win7eos .products .reason h3 {
  font-size: 22px;
  line-height: 1.45;
  font-weight: bold;
  margin: 15px 0 10px 0;
  display: flex;
  align-items: center;
}
#win7eos .products .yt {
  width: 750px;
  margin: 40px auto 0 auto;
}
#win7eos .products .btn {
  margin: 50px 0 0 0;
}
#win7eos .products .btn a {
  display: block;
  background: #31B4D3 url(../images/arrow02.png) no-repeat right 25px top 50%;
  border-radius: 5px;
  color: #fff;
  font-size: 22px;
  text-align: center;
  width: 528px;
  line-height: 80px;
  margin: 0 auto;
}

/*# sourceMappingURL=main.css.map */


/* lineup
---------------------------------------------------- */
.lineup{
  width: 980px;
  margin: auto; 
}

.lineup h2{
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif !important;
  margin-top: 88px !important;
  padding-bottom: 10px !important;
  font-size: 30px !important;
  font-weight: bold !important;
  border-bottom: 2px solid #000 !important;
}

.lineup .productblock_in{
 padding-bottom: 0 !important; 
}

.go_lineup{
  width: 100%;
  background: rgba(255,255,255,0.8);
  position: fixed;
  bottom: 0px;
  text-align: center;
  z-index: 100;
}

.go_lineup a{
  display: block; 
  padding: 21px 0;
}


