@charset "UTF-8";
/* Welcome to Compass.
 * In this file you should write your main styles. (or centralize your imports)
 * Import this file using the following HTML or equivalent:
 * <link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet" type="text/css" /> */
html, body, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html, body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

html, body {
  font-family: -apple-system, BlinkMacSystemFont, Roboto, "游ゴシック体", YuGothic, "Yu Gothic Medium", sans-serif;
  font-feature-settings: "pkna" 1;
  scroll-behavior: smooth;
}

section#cobra .smp-none {
  display: none;
}
section#cobra .pc-none {
  display: none;
}
section#cobra h1, section#cobra h2, section#cobra h3::after, section#cobra h4 {
  background-image: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  background-color: transparent;
}
section#cobra img {
  width: 100%;
  height: auto;
}
section#cobra a:link, section#cobra a:visited {
  transition: all 0.3s;
}
section#cobra a:hover, section#cobra a:active {
  text-decoration: none;
  background-color: #e84709;
}
section#cobra a.orange {
  display: block;
  border: 1px solid #e84709;
  color: #e84709;
  text-align: center;
  border-radius: 5px;
  margin-left: auto;
  margin-right: auto;
  padding: 10px;
}
section#cobra a.orange:hover, section#cobra a.orange:active {
  text-decoration: none;
  background-color: #e84709;
  color: #fff;
}

section#cobra {
  margin: 0 auto;
  padding: 145px 0 200px;
  background-color: #000;
}
@media screen and (max-width: 768px) {
  section#cobra {
    padding-top: 20vw;
  }
}
section#cobra h1 {
  max-width: 1070px;
  margin: 0 auto 185px;
}
@media screen and (max-width: 768px) {
  section#cobra h1 {
    width: 90%;
    margin: 0 auto 30vw;
  }
}
section#cobra h1 ul {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  section#cobra h1 ul {
    display: block;
    width: 100%;
  }
  section#cobra h1 ul li:last-child {
    margin-top: 50px;
  }
}
section#cobra div.box {
  width: 952px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  section#cobra div.box {
    display: block;
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  section#cobra div.box div.features {
    width: 90%;
    margin: 0 auto;
  }
}
section#cobra div.box div.features h5 {
  width: 270px;
  margin: 0 auto 75px;
}
section#cobra div.box div.features dl {
  width: 784px;
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto 140px;
}
@media screen and (max-width: 425px) {
  section#cobra div.box div.features dl {
    width: 90%;
    margin: 0 auto 70px;
  }
}
@media screen and (max-width: 768px) {
  section#cobra div.box div.features dl {
    width: 100%;
  }
}
section#cobra div.box div.features dl dt {
  width: 220px;
  margin-bottom: 30px;
}
section#cobra div.box div.features dl dt img {
  width: 155px;
}
@media screen and (max-width: 768px) {
  section#cobra div.box div.features dl dt img {
    width: 90%;
  }
}
@media screen and (max-width: 768px) {
  section#cobra div.box div.features dl dt {
    width: 30%;
  }
}
section#cobra div.box div.features dl dd {
  width: 564px;
  color: #fff;
  font-size: 2.1rem;
  line-height: 1.6;
  margin-bottom: 30px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  section#cobra div.box div.features dl dd {
    width: 70%;
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 425px) {
  section#cobra div.box div.features dl dd {
    font-size: 1rem;
  }
}
section#cobra div.box div.features dl dd p {
  font-size: 1.4rem;
}
@media screen and (max-width: 425px) {
  section#cobra div.box div.features dl dd p {
    font-size: 0.85rem;
  }
}
section#cobra div.box div.features dl dd sup {
  font-size: 0.85rem;
  margin-bottom: -1.5rem;
}
@media screen and (max-width: 425px) {
  section#cobra div.box div.features dl dd sup {
    font-size: 0.6rem;
    margin-bottom: -0.85rem;
  }
}
section#cobra div.box div.uses {
  margin-bottom: 180px;
}
@media screen and (max-width: 425px) {
  section#cobra div.box div.uses {
    margin-bottom: 70px;
  }
}
section#cobra div.box div.uses h5 {
  width: 128px;
  margin: 0 auto 80px;
}
@media screen and (max-width: 425px) {
  section#cobra div.box div.uses h5 {
    margin-bottom: 40px;
  }
}
section#cobra div.box div.others {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  section#cobra div.box div.others {
    display: block;
  }
}
section#cobra div.box div.others div.movie {
  width: 486px;
}
@media screen and (max-width: 768px) {
  section#cobra div.box div.others div.movie {
    width: 90%;
    margin: 0 auto;
  }
}
section#cobra div.box div.others div.movie h5 {
  width: 175px;
  margin: 0 auto 70px;
}
@media screen and (max-width: 768px) {
  section#cobra div.box div.others div.movie h5 {
    margin: 0 auto 30px;
  }
}
section#cobra div.box div.others div.movie div.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
section#cobra div.box div.others div.movie div.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
section#cobra div.box div.others div.info {
  text-align: center;
  width: 486px;
}
@media screen and (max-width: 768px) {
  section#cobra div.box div.others div.info {
    width: 90%;
    margin: 100px auto 0;
  }
}
section#cobra div.box div.others div.info h5 {
  width: 60px;
  margin: 0 auto 95px;
}
@media screen and (max-width: 768px) {
  section#cobra div.box div.others div.info h5 {
    margin: 0 auto 30px;
  }
}
section#cobra div.box div.others div.info dl {
  margin-bottom: 35px;
}
@media screen and (max-width: 768px) {
  section#cobra div.box div.others div.info dl {
    display: flex;
    justify-content: space-between;
  }
}
@media screen and (max-width: 425px) {
  section#cobra div.box div.others div.info dl {
    display: block;
  }
}
section#cobra div.box div.others div.info dl dt {
  color: #fff;
  font-weight: bold;
  font-size: 1.6rem;
  margin-bottom: 25px;
}
@media screen and (max-width: 768px) {
  section#cobra div.box div.others div.info dl dt {
    font-size: 2rem;
  }
}
section#cobra div.box div.others div.info dl dd {
  margin-bottom: 15px;
}
section#cobra div.box div.others div.info dl dd a.orange {
  width: 215px;
  font-size: 1.5rem;
}
@media screen and (max-width: 425px) {
  section#cobra div.box div.others div.info dl dd a.orange {
    font-size: 1.2rem;
  }
}
section#cobra div.lineup {
  margin: 0 auto 200px;
}
section#cobra div.lineup h2 {
  width: 305px;
  margin: 0 auto 85px;
}
@media screen and (max-width: 768px) {
  section#cobra div.lineup h2 {
    width: 50%;
    margin: 0 auto 10vw;
  }
}
section#cobra div.lineup nav {
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  section#cobra div.lineup nav {
    flex-wrap: wrap;
  }
}
section#cobra div.lineup nav dl {
  width: 18.5%;
  display: flex;
  flex-wrap: wrap;
  align-content: space-between;
}
@media screen and (max-width: 768px) {
  section#cobra div.lineup nav dl {
    width: 48%;
    margin: 0 auto 20px;
  }
}
section#cobra div.lineup nav dl dt span {
  display: block;
  width: 88%;
  margin: 20px auto 0 0;
}
section#cobra div.lineup nav dl dt span.max-w {
  width: 100%;
}
section#cobra div.lineup nav dl dd {
  display: block;
  width: 100%;
  margin: 10px 0 0;
}
section#cobra div.lineup nav dl dd ul li {
  text-align: center;
  border: 1px solid #ccc;
  padding: 10px;
}
section#cobra div.lineup nav dl dd ul li a {
  color: #fff;
}
section#cobra div.lineup nav dl dd ul li a:hover, section#cobra div.lineup nav dl dd ul li a:active {
  color: #e84709;
  background-color: #000;
}
section#cobra div.lineup nav dl.last {
  display: none;
}
@media screen and (max-width: 768px) {
  section#cobra div.lineup nav dl.last {
    display: block;
  }
}
section#cobra div#cont01 {
  margin-bottom: 200px;
}
section#cobra div#cont01 h2 {
  width: 310px;
  margin: 0 auto 80px;
}
@media screen and (max-width: 768px) {
  section#cobra div#cont01 h2 {
    width: 60%;
  }
}
section#cobra div#cont01 h3 {
  width: 645px;
  margin: 0 auto 80px;
}
@media screen and (max-width: 768px) {
  section#cobra div#cont01 h3 {
    width: 90%;
  }
}
section#cobra div#cont01 h4 {
  position: relative;
  text-align: center;
  margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
  section#cobra div#cont01 h4 {
    position: static;
  }
}
section#cobra div#cont01 h4 span {
  width: 510px;
  display: block;
  border-bottom: 2px solid #fff;
  padding: 0 20px 25px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  section#cobra div#cont01 h4 span {
    width: 80%;
  }
}
section#cobra div#cont01 h4 img.item {
  position: absolute;
  right: -30px;
  top: 25px;
  width: 215px;
}
@media screen and (max-width: 768px) {
  section#cobra div#cont01 h4 img.item {
    position: static;
    width: 50%;
    margin-top: 20px;
  }
}
section#cobra div#cont01 div.uses a.orange {
  width: 600px;
  padding: 20px;
  margin: 0 auto 50px;
  font-size: 1.5rem;
}
@media screen and (max-width: 768px) {
  section#cobra div#cont01 div.uses a.orange {
    width: 80%;
  }
}
@media screen and (max-width: 425px) {
  section#cobra div#cont01 div.uses a.orange {
    font-size: 1.2rem;
  }
}
section#cobra div#cont01 div.uses ul.case {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  section#cobra div#cont01 div.uses ul.case {
    width: 90%;
    margin: 0 auto;
  }
}
section#cobra div#cont01 div.uses ul.case li {
  width: 48%;
  margin-bottom: 10px;
}
section#cobra div#cont01 div.uses ul.case li p {
  color: #fff;
  font-size: 1.2rem;
  margin: 10px 0 20px;
}
@media screen and (max-width: 425px) {
  section#cobra div#cont01 div.uses ul.case li p {
    font-size: 1.1rem;
  }
}
section#cobra div#cont02 {
  margin-bottom: 200px;
}
section#cobra div#cont02 h2 {
  width: 310px;
  margin: 0 auto 80px;
}
@media screen and (max-width: 768px) {
  section#cobra div#cont02 h2 {
    width: 60%;
  }
}
section#cobra div#cont02 h3 {
  width: 645px;
  margin: 0 auto 80px;
}
@media screen and (max-width: 768px) {
  section#cobra div#cont02 h3 {
    width: 90%;
  }
}
section#cobra div#cont02 h4 {
  position: relative;
  text-align: center;
  margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
  section#cobra div#cont02 h4 {
    position: static;
  }
}
section#cobra div#cont02 h4 span {
  width: 510px;
  display: block;
  border-bottom: 2px solid #fff;
  padding: 0 20px 25px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  section#cobra div#cont02 h4 span {
    width: 80%;
  }
}
section#cobra div#cont02 h4 img.item {
  position: absolute;
  right: -30px;
  top: 25px;
  width: 215px;
}
@media screen and (max-width: 768px) {
  section#cobra div#cont02 h4 img.item {
    position: static;
    width: 50%;
    margin-top: 20px;
  }
}
section#cobra div#cont02 div.uses a.orange {
  width: 600px;
  padding: 20px;
  margin: 0 auto 50px;
  font-size: 1.5rem;
}
@media screen and (max-width: 768px) {
  section#cobra div#cont02 div.uses a.orange {
    width: 80%;
  }
}
@media screen and (max-width: 425px) {
  section#cobra div#cont02 div.uses a.orange {
    font-size: 1.2rem;
  }
}
section#cobra div#cont02 div.uses ul.case {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  section#cobra div#cont02 div.uses ul.case {
    width: 90%;
    margin: 0 auto;
  }
}
section#cobra div#cont02 div.uses ul.case li {
  width: 48%;
  margin-bottom: 10px;
}
section#cobra div#cont02 div.uses ul.case li p {
  color: #fff;
  font-size: 1.2rem;
  margin: 10px 0 20px;
}
@media screen and (max-width: 425px) {
  section#cobra div#cont02 div.uses ul.case li p {
    font-size: 1.1rem;
  }
}
section#cobra div#cont03 {
  margin-bottom: 200px;
}
section#cobra div#cont03 h2 {
  width: 310px;
  margin: 0 auto 80px;
}
@media screen and (max-width: 768px) {
  section#cobra div#cont03 h2 {
    width: 60%;
  }
}
section#cobra div#cont03 h3 {
  width: 645px;
  margin: 0 auto 80px;
}
@media screen and (max-width: 768px) {
  section#cobra div#cont03 h3 {
    width: 90%;
  }
}
section#cobra div#cont03 h4 {
  position: relative;
  text-align: center;
  margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
  section#cobra div#cont03 h4 {
    position: static;
  }
}
section#cobra div#cont03 h4 span {
  width: 510px;
  display: block;
  border-bottom: 2px solid #fff;
  padding: 0 20px 25px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  section#cobra div#cont03 h4 span {
    width: 80%;
  }
}
section#cobra div#cont03 h4 img.item {
  position: absolute;
  right: 45px;
  top: 25px;
  width: 110px;
}
@media screen and (max-width: 768px) {
  section#cobra div#cont03 h4 img.item {
    position: static;
    width: 30%;
    margin-top: 20px;
  }
}
section#cobra div#cont03 div.uses a.orange {
  width: 600px;
  padding: 20px;
  margin: 0 auto 50px;
  font-size: 1.5rem;
}
@media screen and (max-width: 768px) {
  section#cobra div#cont03 div.uses a.orange {
    width: 80%;
  }
}
@media screen and (max-width: 425px) {
  section#cobra div#cont03 div.uses a.orange {
    font-size: 1.2rem;
  }
}
section#cobra div#cont03 div.uses ul.case {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  section#cobra div#cont03 div.uses ul.case {
    width: 90%;
    margin: 0 auto;
  }
}
section#cobra div#cont03 div.uses ul.case li {
  width: 48%;
  margin-bottom: 10px;
}
section#cobra div#cont03 div.uses ul.case li p {
  color: #fff;
  font-size: 1.4rem;
  margin: 10px 0 20px;
}
@media screen and (max-width: 425px) {
  section#cobra div#cont03 div.uses ul.case li p {
    font-size: 1.1rem;
  }
}
section#cobra div#cont04 {
  margin-bottom: 200px;
}
section#cobra div#cont04 h2 {
  width: 310px;
  margin: 0 auto 80px;
}
@media screen and (max-width: 768px) {
  section#cobra div#cont04 h2 {
    width: 60%;
  }
}
section#cobra div#cont04 h3 {
  width: 650px;
  margin: 0 auto 80px;
}
@media screen and (max-width: 768px) {
  section#cobra div#cont04 h3 {
    width: 90%;
  }
}
section#cobra div#cont04 h4 {
  position: relative;
  text-align: center;
  margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
  section#cobra div#cont04 h4 {
    position: static;
  }
}
section#cobra div#cont04 h4 span {
  width: 485px;
  display: block;
  border-bottom: 2px solid #fff;
  padding: 0 20px 25px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  section#cobra div#cont04 h4 span {
    width: 80%;
  }
}
section#cobra div#cont04 h4 img.item {
  position: absolute;
  right: 45px;
  top: 25px;
  width: 110px;
}
@media screen and (max-width: 768px) {
  section#cobra div#cont04 h4 img.item {
    position: static;
    width: 30%;
    margin-top: 20px;
  }
}
section#cobra div#cont04 div.uses ul.icon {
  display: flex;
  justify-content: space-between;
  width: 832px;
  margin: 0 auto 190px;
}
@media screen and (max-width: 768px) {
  section#cobra div#cont04 div.uses ul.icon {
    width: 90%;
    flex-wrap: wrap;
  }
}
section#cobra div#cont04 div.uses ul.icon li {
  text-align: center;
}
@media screen and (max-width: 768px) {
  section#cobra div#cont04 div.uses ul.icon li {
    width: 32%;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 425px) {
  section#cobra div#cont04 div.uses ul.icon li {
    width: 48%;
  }
}
section#cobra div#cont04 div.uses ul.icon li img {
  height: 115px;
  width: auto;
}
@media screen and (max-width: 768px) {
  section#cobra div#cont04 div.uses ul.icon li img {
    height: 150px;
  }
}
section#cobra div#cont04 div.howto {
  margin-bottom: 150px;
}
section#cobra div#cont04 div.howto h5 {
  width: 340px;
  margin: 0 auto 80px;
}
section#cobra div#cont04 div.howto ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  section#cobra div#cont04 div.howto ul {
    width: 90%;
    margin: 0 auto;
  }
}
section#cobra div#cont04 div.howto ul li {
  width: 30%;
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 768px) {
  section#cobra div#cont04 div.howto ul li {
    width: 48%;
  }
}
@media screen and (max-width: 425px) {
  section#cobra div#cont04 div.howto ul li {
    width: 100%;
  }
}
section#cobra div#cont04 div.howto ul li p {
  color: #fff;
  font-size: 1.1rem;
  line-height: 1.5;
  margin-top: 0.5rem;
}
@media screen and (max-width: 425px) {
  section#cobra div#cont04 div.howto ul li p {
    font-size: 1rem;
  }
}
section#cobra div#cont05 h2 {
  width: 315px;
  margin: 0 auto 80px;
}
@media screen and (max-width: 768px) {
  section#cobra div#cont05 h2 {
    width: 60%;
  }
}
section#cobra div#cont05 h3 {
  width: 600px;
  margin: 0 auto 80px;
}
@media screen and (max-width: 768px) {
  section#cobra div#cont05 h3 {
    width: 90%;
  }
}
section#cobra div#cont05 h4 {
  position: relative;
  text-align: center;
  margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
  section#cobra div#cont05 h4 {
    position: static;
  }
}
section#cobra div#cont05 h4 span {
  width: 400px;
  display: block;
  border-bottom: 2px solid #fff;
  padding: 0 20px 25px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  section#cobra div#cont05 h4 span {
    width: 80%;
  }
}
section#cobra div#cont05 h4 img.item {
  position: absolute;
  right: -50px;
  top: 25px;
  width: 300px;
}
@media screen and (max-width: 768px) {
  section#cobra div#cont05 h4 img.item {
    position: static;
    width: 50%;
    margin-top: 20px;
  }
}
section#cobra div#cont05 div.image, section#cobra div#cont05 div.uses, section#cobra div#cont05 div.case {
  width: 585px;
  margin: 0 auto 170px;
}
@media screen and (max-width: 768px) {
  section#cobra div#cont05 div.image, section#cobra div#cont05 div.uses, section#cobra div#cont05 div.case {
    width: 90%;
  }
}
section#cobra div#cont05 div.image p, section#cobra div#cont05 div.uses p, section#cobra div#cont05 div.case p {
  color: #fff;
  font-size: 1.2rem;
  text-align: center;
  margin-top: 30px;
}
@media screen and (max-width: 425px) {
  section#cobra div#cont05 div.image p, section#cobra div#cont05 div.uses p, section#cobra div#cont05 div.case p {
    font-size: 1rem;
  }
}
section#cobra div#cont05 div.case {
  margin-bottom: 180px;
}
section#cobra div#cont05 div.case h5 {
  width: 400px;
  margin: 0 auto 80px;
}
@media screen and (max-width: 768px) {
  section#cobra div#cont05 div.case h5 {
    width: 90%;
  }
}

#pageTop {
	display: none;
	position: fixed;
	bottom: 35px;
	right: 20px;
	width: 60px;
	height: 60px;
	text-decoration:none;
	z-index:1000;
}
@media screen and (max-width: 768px) {
	#pageTop {
		bottom: 10px;
		right: 15px;
		width: 40px;
		height: 40px;
	}
	#pageTop img {
		width: 100%;
	}
}
