@charset "UTF-8";

/*
 * Base Styles
 * Date: 2016-06-09
 */
/*
 * Date: 2015-08-10
 */
/* ---------------------------------------------------------------------
  reset
 --------------------------------------------------------------------- */
html {
  overflow-y: scroll;
  font-size: 10px;
}

body {
  font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  line-height: 1.6;
  -webkit-text-size-adjust: 100%;
}

html,
body,
div,
span,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
small,
code,
em,
i,
b,
img,
q,
strong,
sub,
sup,
dl,
dt,
dd,
ol,
ul,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
dialog,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  outline: 0;
  font-style: normal;
  font-weight: normal;
  -webkit-appearance: none;
}

main,
article,
aside,
dialog,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}

ol li,
ul li {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

blockquote,
q {
  quotes: none;
}

a,
img,
fieldset {
  border: 0;
}

img,
input,
textarea {
  vertical-align: middle;
}

input,
button {
  outline: none;
  font-family: inherit;
}

button {
  border: none;
  background: none;
  padding: 0;
  margin: 0;
}

/* ------------------------------------------------------------ typography */
h1,
h2,
h3,
h4,
h5,
h6,
p,
li,
dt,
dd,
th,
td,
pre,
caption,
small,
button {
  line-height: 1.6;
  font-size: 10px;
}

p input,
p select,
p textarea,
li p,
li li,
li dt,
li dd,
li input,
li select,
li textarea,
dd p,
dd li,
dd dt,
dd dd,
dd input,
dd select,
dd textarea,
th p,
th li,
th dt,
th dd,
th input,
th select,
th textarea,
td p,
td li,
td dt,
td dd,
td input,
td select,
td textarea {
  font-size: 100%;
}

th {
  text-align: left;
}

/* ------------------------------------------------------------ link */
a:link,
a:visited {
  text-decoration: none;
}

a:link,
a:visited,
a:link li,
a:visited li {
  color: #3d464d;
}

a:active,
a:hover,
a:active li,
a:hover li {
  color: #37a0eb;
}

a {
  text-decoration: underline;
  word-break: break-all;
}

a:hover {
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  font-weight: bold;
}

/* ---------------------------------------------------------------------
  layout
 --------------------------------------------------------------------- */
body {
  min-width: 1000px;
}

@media only screen and (max-width: 640px) {
  body {
    min-width: 0;
  }
}

#platform {
  position: relative;
  overflow: hidden;
}

.container {
  margin: 0 auto;
  box-sizing: border-box;
  max-width: 1400px;
  min-width: 980px;
}

.container:before,
.container:after {
  content: " ";
  display: table;
}

.container:after {
  clear: both;
}

.container {
  *zoom: 1;
}

@media only screen and (max-width: 640px) {
  .container {
    width: auto;
    padding: 0 10px;
    min-width: 0px !important;
  }
}

/* --------------------------------------------------
**
** column
**
** -------------------------------------------------- */
div.row {
  clear: both;
}

.col1of3 {
  width: 33.33%;
}

.col2of3 {
  width: 66.66%;
}

.col1of4 {
  width: 25%;
}

.col1of5 {
  width: 20%;
}

.col2of5 {
  width: 40%;
}

.col3of5 {
  width: 60%;
}

.col4of5 {
  width: 80%;
}

.col2of4 {
  width: 50%;
}

.col3of4 {
  width: 75%;
}

.col1of3,
.col2of3,
.col1of4,
.col2of4,
.col3of4,
.col1of5,
.col2of5,
.col3of5,
.col4of5 {
  float: left;
  zoom: 1;
}

.col1of3.rtl,
.col2of3.rtl,
.col1of4.rtl,
.col2of4.rtl,
.col3of4.rtl,
.col1of5.rtl,
.col2of5.rtl,
.col3of5.rtl,
.col4of5.rtl {
  float: right;
}

@media only screen and (max-width: 640px) {

  .col1of3,
  .col2of3,
  .col1of4,
  .col2of4,
  .col3of4,
  .col1of5,
  .col2of5,
  .col3of5,
  .col4of5,
  .col1of3.rtl,
  .col2of3.rtl,
  .col1of4.rtl,
  .col2of4.rtl,
  .col3of4.rtl,
  .col1of5.rtl,
  .col2of5.rtl,
  .col3of5.rtl,
  .col4of5.rtl {
    float: none;
    width: auto;
  }
}

/* ------------------------------------------------------------ clearfix */
.row:before,
.row:after {
  content: " ";
  display: table;
}

.row:after {
  clear: both;
}

.row {
  *zoom: 1;
}

/* ------------------------------------------------------------ common */
.hide {
  display: none !important;
}

.forSp,
.forNotPc {
  display: none;
}

@media only screen and (max-width: 640px) {

  .forPc,
  .forTab,
  .forNotSp {
    display: none;
  }

  .forSp {
    display: block;
  }
}

/* ---------------------------------------------------------------------
  elements
 --------------------------------------------------------------------- */
body {
  color: #3d464d;
}

/* heading */
h2 {
  margin: 75px 20px 30px;
  text-align: center;
  font-size: 4.2rem;
  font-weight: bold;
}

h2.emphasis {
  margin: 67px 20px 28px;
  font-size: 4.8rem;
}

h3 {
  /* margin: 70px 25px 20px;*/
  font-size: 2.4rem;
}

.row+h3 {
  margin-top: 40px;
}

@media only screen and (max-width: 640px) {
  h2 {
    /* margin: 35px 10px 17px;*/
    font-size: 2.1rem;
  }

  h2.emphasis {
    margin: 27px 10px 21px;
    font-size: 2.4rem;
  }

  h3 {
    margin-top: 30px;
    font-size: 2rem;
  }
}

/* default */
p,
li,
dt,
dd,
pre,
caption,
button {
  font-size: 1.6rem;
}

/* txt */
p {
  margin: 0 20px 40px;
  /* &.lead {
		margin-bottom: 20px;
		font-size: $fontSize3;
		text-align: center;
		& +p {
			margin-bottom: 30px;
			& + p {
				margin-bottom: 53px;
			}
		}
	}*/
}

p.pinchOut {
  display: none;
}

p.txtC {
  text-align: center;
}

strong {
  font-weight: bold;
  color: #5596e6;
}

@media only screen and (max-width: 640px) {

  p,
  li,
  dt,
  dd,
  pre,
  caption,
  button {
    font-size: 1.2rem;
  }

  p {
    margin: 0 10px 25px;
  }

  p.lead span {
    display: block;
  }

  p.pinchOut {
    float: right;
    display: block;
    height: 22px;
    padding-left: 24px;
    margin-bottom: 18px;
    background: url(/unity/common/images/bg-icon-pinchout.png) no-repeat 0 0;
    background-size: 20px 22px;
  }
}

/* link */
a:hover img {
  opacity: 0.8;
}

/* img */
.img {
  margin-bottom: 0;
  text-align: center;
}

@media only screen and (max-width: 640px) {
  .liquidImg {
    width: 100%;
    height: auto;
  }
}

/* br */
br.sp {
  display: none;
}

br.pc {
  display: block;
}

@media only screen and (max-width: 640px) {
  br.sp {
    display: block;
  }

  br.pc {
    display: none;
  }
}

/* ---------------------------------------------------------------------
  modules
 --------------------------------------------------------------------- */
/* ------------------------------------------------------------ header */
.l-header {
  width: 100%;
  position: fixed;
  z-index: 10;
}

.l-header .heading1 {
  display: inline-block;
  margin: 20px 0 0 20px;
  font-size: 14px;
  color: #fff;
  margin-top: 15px;
}

.l-header .heading1 a:hover img {
  opacity: 1;
}

.l-header .heading1 a:link,
.l-header .heading1 a:visited,
.l-header .heading1 a:link li,
.l-header .heading1 a:visited li {
  color: #fff;
}

.l-header .heading1 span {
  font-size: 30px;
}

@media only screen and (max-width: 640px) {
  .l-header {
    position: absolute;
  }

  .l-header .heading1 {
    margin: 0;
    padding: 10px 0px 5px;
  }
}

@media only screen and (max-width: 640px) {
  header h1 {
    margin: 0 10px;
  }

  .heading1 {
    padding: 20px 0px;
    margin: 0 0 0 4px;
    padding: 10px 0px;
  }
}

.conversion-list {
  float: right;
  margin: 0;
}

.conversion-list__item {
  float: left;
  margin: 0 0 0 4px;
  background: #fff;
}

.conversion-list__btn {
  display: inline-block;
  margin: 0 auto;
  padding: 21px 10px;
  background: #00b4a0;
  text-align: center;
  float: left;
  font-size: 14px;
  line-height: 18px;
  width: 160px;
}

.conversion-list__btn--01 {
  background: #5d5d5d;
}

.conversion-list__btn--02 {
  background: #e20032;
}

.conversion-list__btn--03 {
  padding: 12px 10px;
  background: #e20032;
}

.conversion-list__btn span {
  color: #fff;
}

.conversion-list__btn:hover {
  opacity: 0.8;
}

.conversion-list-purchase {
  float: none;
}

.conversion-list-purchase__item {
  margin-bottom: 30px;
}

.conversion-list-purchase__btn {
  display: inline-block;
  margin: 0 auto;
  padding: 21px 10px;
  text-align: center;
  font-size: 16px;
  line-height: 18px;
  width: 290px;
  background: #e20032;
}

.conversion-list-purchase__btn span {
  color: #fff;
  font-weight: bold;
}

.conversion-list-purchase__btn:hover {
  opacity: 0.8;
}

@media only screen and (max-width: 640px) {
  .conversion-list-purchase__item {
    margin: 20px 0 0;
  }

  .conversion-list-purchase__btn {
    padding: 13px 10px 14px;
    text-align: center;
    font-size: 13px;
    line-height: 18px;
    width: 213px;
    background: #e20032;
  }

  .conversion-list-purchase__btn span {
    color: #fff;
    font-weight: bold;
  }
}

/* ------------------------------------------------------------ nav */
.nav {
  margin: 1px auto 0;
  overflow: hidden;
  background: rgba(0, 0, 0, 0.6);
}

.nav-list {
  width: 980px;
  overflow: hidden;
  margin: 0 auto;
  text-align: center;
}

.nav-list__item {
  margin: 0px 0 0 45px;
  display: inline-block;
}

.nav-list__item a {
  background: none;
  display: block;
}

.nav-list__item a span {
  display: block;
  padding: 11px 20px 12px 0;
  background: url(/unity/common/images/bg-icon-nav.png) right 50% no-repeat;
  text-align: center;
  color: #fff;
  font-size: 14px;
  line-height: 18px;
}

.nav-list__item:first-child {
  margin-left: 0;
}

@media only screen and (max-width: 640px) {
  .nav {
    width: 100%;
    font-size: 10px;
    line-height: 7px;
    margin: 1px 0 0;
  }
}

@media only screen and (max-width: 640px) {
  .nav-list {
    width: auto;
    max-width: 360px;
    padding: 0;
    margin: 0 auto;
  }

  .nav-list__item {
    height: 37px;
    display: inline-block;
    margin: 0px 0 0 18px;
  }

  .nav-list__item a {
    display: table;
    padding: 0;
    width: 100%;
    height: 100%;
  }

  .nav-list__item a span {
    display: table-cell;
    background: url(/unity/common/images/bg-nav-sp.png) no-repeat right 15px;
    vertical-align: middle;
    padding: 0 16px 0 0;
    background-size: 10px 6px;
    font-size: 11px;
    line-height: 19px;
  }

  .nav-list__item:first-child {
    margin: 0;
  }

  .nav-list__item:nth-child(4) {
    margin: 0;
  }
}

/* ------------------------------------------------------------ kv */
.jumbotron {
  text-align: center;
  background: #FFF7DC;
  padding: 220px 0 100px;
  background: url(/unity/common/images/bg-kv.png) 50% 100%/cover no-repeat;
}

.jumbotron__text {
  color: #fff;
  top: 0;
}

@media only screen and (max-width: 640px) {
  .jumbotron {
    padding: 150px 0 20px;
    background: url(/unity/common/images/bg-kv-sp.png) 100%/cover no-repeat;
  }

  .jumbotron__area {
    padding: 0;
  }

  .jumbotron__img {
    margin: 0 0 15px;
  }

  .jumbotron__img img.forSp {
    display: inline;
  }

  .jumbotron__text {
    color: #fff;
    top: 0;
  }
}

/*------------------------------------------------------------ section */
.section {
  padding: 90px 0 100px;
  background-size: cover;
}

.section--typeA {
  padding: 0;
}

.section--typeB {
  background: url(/unity/common/images/bg-case.png) 90% 0%/cover no-repeat;
  color: #fff;
  padding: 90px 0 0;
}

.section--typeC {
  padding: 90px 0 0;
}

.section--typeD {
  background: url(/unity/common/images/bg-faq.png) 100% 0%/cover no-repeat;
}

.section--typeE {
  padding: 90px 0 0;
}

.section--typeF {
  background: url(/unity/common/images/bg-download.png) 100%/cover no-repeat;
  color: #fff;
}

.section--typeG {
  background: url(/unity/common/images/bg-purchase.png) repeat;
}

@media only screen and (max-width: 640px) {
  .section {
    padding: 45px 0 50px;
  }

  .section--typeA {
    padding: 0;
  }

  .section--typeB {
    background: url(/unity/common/images/bg-case-sp.png) no-repeat;
    background-size: 100% auto;
    padding-bottom: 20px;
  }

  .section--typeD {
    background: url(/unity/common/images/bg-faq-sp.png) no-repeat;
  }

  .section--typeE {
    padding: 50px 0 0;
  }

  .section--typeF {
    background: url(/unity/common/images/bg-download-sp.png) no-repeat;
  }
}

/* ------------------------------------------  -- */
.inner--case-list {
  max-width: 1400px;
  min-width: 980px;
}

@media only screen and (max-width: 640px) {
  .inner {
    width: auto;
    padding: 0 10px;
    min-width: 0px !important;
  }
}

.section {
  text-align: center;
}

.lead {
  font-size: 16px;
  font-weight: bold;
  line-height: 30px;
  margin: 0 0 29px;
}

.lead--about__ttl {
  font-size: 24px;
  font-weight: bold;
}

.lead--point {
  margin: 0 0 30px;
}

.lead--case {
  margin: 0 0 36px;
}

.lead--lineup {
  margin: 0 0 34px;
}

.lead--purchase-list {
  font-weight: normal;
}

@media only screen and (max-width: 640px) {
  .lead {
    font-size: 12px;
    line-height: 22px;
    margin: 0 0 10px;
  }

  .lead--about__ttl {
    font-size: 19px;
    line-height: 30px;
    margin: 0 0 8px;
  }

  .lead--about__text {
    font-size: 12px;
    line-height: 22px;
    margin: 0;
  }

  .lead--point {
    margin: 0 0 15px;
  }

  .lead--case {
    margin: 0 0 20px;
  }

  .lead--lineup {
    margin: 0 0 28px;
  }
}

.heading2 {
  margin: 0 0 32px;
}

.heading2--case {
  margin: 0 0 34px;
}

.heading2--faq {
  margin: 0 0 38px;
}

.heading2--merit {
  margin: 0 0 26px;
}

.heading2--inquiry {
  font-size: 24px;
  line-height: 26px;
  color: #dc0433;
  font-weight: bold;
  margin: 0 0 20px;
}

.heading2--purchase {
  margin: 0 0 60px;
}

@media only screen and (max-width: 640px) {
  .heading2 {
    margin: 0 0 20px;
  }

  .heading2 img {
    width: 100%;
    height: auto;
  }

  .heading2--about {
    margin: 0 0 14px;
  }

  .heading2--inquiry {
    font-size: 17px;
    line-height: 25px;
  }

  .heading2--purchase {
    margin: 0 0 40px;
  }
}

.heading3--case {
  font-size: 20px;
  font-weight: bold;
  margin: 0 0 16px;
  line-height: 32px;
}

.heading3--lineup {
  margin: 6px 0 0;
}

.heading3--point {
  margin: 0 0 24px;
  color: #198ccf;
  font-size: 24px;
}

.heading3--purchase {
  color: #198ccf;
  font-size: 24px;
  margin: 0 0 24px;
}

.heading3--introduction {
  color: #198ccf;
  margin: 0 0 24px;
}

.heading3--merit {
  font-size: 20px;
  margin: 0 0 16px;
  font-weight: bold;
  line-height: 32px;
}

@media only screen and (max-width: 640px) {
  .heading3--case {
    font-size: 16px;
    margin: 0 0 15px;
    line-height: 23px;
  }

  .heading3--lineup {
    margin: 0 0 20px;
    font-size: 18px;
  }

  .heading3--point {
    font-size: 19px;
    line-height: 30px;
    margin: 0 0 10px;
  }

  .heading3--purchase {
    font-size: 19px;
    margin: 0 0 10px;
  }

  .heading3--introduction {
    font-size: 19px;
    line-height: 30px;
    margin: 0 0 5px;
  }
}

.heading4--point {
  font-size: 20px;
  margin: 0 0 12px;
  font-weight: bold;
  line-height: 32px;
}

.heading4--point--02 {
  font-size: 16px;
}

.heading4--point--02 span {
  font-size: 28px;
  font-weight: bold;
}

.heading4--purchase {
  font-size: 30px;
  margin: 0 20px 0 0;
}

@media only screen and (max-width: 640px) {
  .heading4--point {
    font-size: 16px;
    margin: 0 0 15px;
    line-height: 23px;
  }

  .heading4--point--02 {
    font-size: 12px;
    line-height: 16px;
    margin: 0 0 10px;
  }

  .heading4--point--02 span {
    font-size: 18px;
    font-weight: bold;
  }

  .heading4--purchase {
    font-size: 15px;
    margin: 0 10px 0 0;
    font-weight: normal;
    line-height: 15px;
  }
}

.heading5--lineup {
  font-size: 20px;
}

.container {
  margin: 0 auto;
  box-sizing: border-box;
  max-width: 1400px;
  min-width: 980px;
}

.container--typeA {
  max-width: 1400px;
  min-width: 940px;
}

.container--typeB {
  max-width: 940px;
}

.container--point02 {
  max-width: 1000px;
}

.container--logo {
  background: rgba(0, 0, 0, 0.6);
}

@media only screen and (max-width: 640px) {
  width: auto;
  padding: 0 10px;
  max-width: none;
}

/* ------------------------------------------about  -- */
.about {
  padding: 90px 0;
}

@media only screen and (max-width: 640px) {
  .about {
    padding: 50px 0 75px;
  }
}

/* ------------------------------------------point  -- */
.point {
  padding: 64px 0 130px;
  position: relative;
}

.point__ttl {
  position: absolute;
  top: -30px;
  left: 0;
  margin: 0;
  right: 0;
}

.point--01 {
  background: url(/unity/common/images/bg-icon-point-01.png);
}

.point--02 {
  padding: 64px 0 60px;
}

@media only screen and (max-width: 640px) {
  .point {
    padding: 35px 0 75px;
  }

  .point__ttl img.forSp {
    display: inline;
  }
}

/* ------------------------------------------can-list  -- */
.can-list {
  margin: 0 10px;
}

.can-list__item {
  padding: 0;
}

.can-list__text {
  margin: 0;
  font-size: 14px;
  text-align: left;
  line-height: 28px;
}

.can-list__text-area {
  background: #fff;
  padding: 24px 19px 30px;
  margin: 0 10px;
}

.can-list__img {
  margin: 0 10px;
}

.can-list__img img {
  max-width: 100%;
  height: auto;
}

@media only screen and (max-width: 640px) {
  .can-list {
    margin: 0;
  }

  .can-list__item {
    width: 100%;
    margin: 0 0 22px;
  }

  .can-list__item:last-child {
    margin: 0;
  }

  .can-list__text {
    font-size: 12px;
    line-height: 20px;
  }

  .can-list__text-area {
    padding: 20px 19px 10px;
    margin: 0;
  }

  .can-list__img {
    margin: 0;
  }
}

/* ------------------------------------------can-list  -- */
/* ------------------------------------------luneup-list  -- */
.luneup-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.luneup-list::after {
  content: "";
  display: block;
  max-width: 313px;
  width: 32%;
}

.luneup-list__item {
  max-width: 313px;
  width: 32%;
}

.luneup-list ul::after {
  content: "";
  display: block;
  max-width: 313px;
  width: 32%;
}

.luneup-list__img {
  margin: 0;
}

.luneup-list__img img {
  max-width: 100%;
}

.luneup-list__text {
  text-align: right;
  font-size: 14px;
  margin: 14px 0px 30px;
}

.luneup-list__text .lasticon::after {
  content: "";
  display: inline-block;
  width: 15px;
  height: 12px;
  background-image: url(/unity/common/images/bg-icon-external-sp.png);
  background-size: contain;
  vertical-align: middle;
  background-repeat: no-repeat;
}


@media only screen and (max-width: 640px) {

  .luneup-list__item {
    max-width: 100%;
    width: calc((100% - 10px) / 2);
    padding-bottom: 20px;
  }

  .luneup-list__text {
    text-align: right;
    font-size: 12px;
    margin: 15px 0px 0px;
  }

  .luneup-list__text .lasticon::after {
    content: "";
    display: inline-block;
    width: 14px;
    height: 11px;
    background-image: url(/unity/common/images/bg-icon-external-sp.png);
    background-size: contain;
    vertical-align: middle;
    position: relative;
    bottom: 2px;
  }


}



/* ------------------------------------------can-lis2  -- */
.share-list__item {
  padding: 0;
}

.share-list__img {
  max-width: 100%;
  height: auto;
  margin: 0 10px 20px;
}

.share-list__text {
  font-size: 12px;
  line-height: 18px;
  margin: 0 10px 56px;
}

@media only screen and (max-width: 640px) {
  .share-list__item {
    padding: 0;
  }

  .share-list__img {
    margin: 0 0 15px;
  }

  .share-list__text {
    font-size: 11px;
    margin: 0 0 30px;
  }

  .share-list__text--last {
    margin: 0;
  }
}

/* ------------------------------------------can-list  -- */
.case-list__section {
  margin: 0 10px;
}

.case-list__item {
  padding: 0;
}

.case-list__img {
  margin: 0 5px 55px;
}

.case-list__img a {
  position: relative;
  display: block;
}

.case-list__img img {
  width: 100%;
  height: auto;
}

.case-list__img p {
  position: absolute;
  bottom: 0;
  left: 0;
  margin: 0;
  background: #F5F5F5;
  opacity: 0.8;
  text-align: left;
  width: 100%;
}

.case-list__img p span {
  color: #3D464D;
  font-size: 24px;
  line-height: 2.25;
  font-weight: bold;
  padding: 0px 20px 0px;
}

.case-list__img .lasticon::after {
  content: "";
  display: inline-block;
  width: 15px;
  height: 12px;
  background-image: url(/unity/common/images/bg-icon-external-sp.png);
  background-size: contain;
  vertical-align: middle;
}


@media only screen and (max-width: 640px) {
  .case-list__section {
    margin: 0;
  }

  .case-list__img {
    margin: 0 0 15px;
  }

  .case-list__img p span {
    color: #3D464D;
    font-size: 24px;
    line-height: 2.25;
    font-weight: bold;
    padding: 0px 20px 0px;
  }

}

/* ------------------------------------------can-list  -- */
.merit-list {
  margin: 0 0 100px;
}

.merit-list__item {
  padding: 0;
}

.merit-list__img {
  margin: 0 10px 22px;
}

.merit-list__img img {
  max-width: 100%;
  height: auto;
}

.merit-list__text {
  margin: 0;
  font-size: 14px;
  line-height: 28px;
}

@media only screen and (max-width: 640px) {
  .merit-list {
    margin: 0 0 50px;
  }

  .merit-list__item {
    margin: 0 0 30px;
  }

  .merit-list__item:last-child {
    margin: 0;
  }

  .merit-list__img {
    margin: 0 0 15px;
  }

  .merit-list__text {
    font-size: 12px;
    line-height: 20px;
  }
}

/* ------------------------------------------can-list  -- */
.introduction {
  background: url(/unity/common/images/bg-introduction.png);
  padding: 64px 0 100px;
}

@media only screen and (max-width: 640px) {
  .introduction {
    padding: 50px 0 50px;
  }
}

.introduction-list__item {
  padding: 0;
  margin: 0;
}

.introduction-list__item img {
  max-width: calc(100% - 20px);
  height: auto;
}

@media only screen and (max-width: 640px) {
  .introduction-list__item {
    margin: 0 0 20px;
  }

  .introduction-list__item img {
    width: 100%;
    max-width: 100%;
  }

  .introduction-list__item:last-child {
    margin: 0;
  }
}

/* ------------------------------------------can-list  -- */
.lineup-list {
  margin: 0 0 80px;
}

.lineup-list__item {
  padding: 0;
}

.lineup-list__img {
  margin: 0 10px 10px;
}

.lineup-list__img img {
  max-width: 100%;
  height: auto;
}

.lineup-list__text {
  margin: 0 10px 4px;
  font-size: 14px;
  line-height: 28px;
  text-align: left;
}

@media only screen and (max-width: 640px) {
  .lineup-list {
    margin: 0 0 40px;
  }

  .lineup-list__item {
    padding: 0;
    margin: 0 0 30px;
  }

  .lineup-list__item:last-child {
    margin-bottom: 0;
  }

  .lineup-list__img {
    margin: 0 auto;
  }

  .lineup-list__text {
    text-align: center;
    font-size: 12px;
    line-height: 20px;
    margin: 0 30px 4px;
    text-align: left;
  }
}

.function-list {
  text-align: left;
  margin: 0 10px;
}

.function-list--01 {
  color: #b42157;
}

.function-list--01 .function-list__item:first-child {
  border-top: 1px solid #b42157;
  margin-top: 50px;
}

.function-list--02 {
  color: #009695;
}

.function-list--02 .function-list__item:first-child {
  border-top: 1px solid #009695;
}

.function-list__item {
  font-size: 14px;
  line-height: 28px;
}

.function-list__item span {
  font-weight: bold;
  font-size: 16px;
  position: relative;
  top: -13px;
  padding: 0 15px;
  background: #fff;
  margin-left: 25px;
}

.function-list__item:first-child {
  margin: 23px 10px 0 0;
  height: 24px;
}

@media only screen and (max-width: 640px) {
  .function-list {
    margin: 0 30px 30px;
  }

  .function-list--01 .function-list__item:first-child {
    margin-top: 20px;
  }

  .function-list__item {
    font-size: 12px;
    line-height: 20px;
  }

  .function-list__item span {
    font-size: 14px;
    line-height: 14px;
    top: -10px;
    margin-left: 10px;
    padding: 0 9px;
  }
}

/* ------------------------------------------can-list  -- */
.download__ttl {
  font-size: 16px;
  margin: 0 20px 20px;
  text-align: left;
  line-height: 30px;
}

.download__text {
  text-align: left;
  font-size: 14px;
  margin: 0 20px 68px;
  line-height: 30px;
}

.download__img {
  margin: 0;
}

.download__conversion-area__btn {
  width: 310px;
  margin: 0 auto;
  color: #fff;
  background: #fff;
  font-size: 16px;
  line-height: 30px;
}

.download__conversion-area__btn a:link,
.download__conversion-area__btn a:visited,
.download__conversion-area__btn a:link li,
.download__conversion-area__btn a:visited li {
  color: #fff;
}

.download__conversion-area__btn a {
  display: block;
  padding: 14px 10px;
  background: #000;
}

.download__conversion-area__btn a:hover {
  opacity: 0.8;
}

@media only screen and (max-width: 640px) {
  .download__ttl {
    font-size: 12px;
    line-height: 22px;
    font-weight: bold;
    margin: 0 0 20px;
  }

  .download__text {
    font-size: 12px;
    line-height: 20px;
    margin: 0 0 20px;
  }

  .download__img {
    margin: 0 0 20px;
  }

  .download__conversion-area__btn {
    padding: 0;
    font-size: 13px;
    line-height: 17px;
    width: 230px;
  }
}

/* ------------------------------------------can-list  -- */
.lineup-list__item {
  padding: 0;
}

.lineup-list__img img {
  max-width: 100%;
  height: auto;
}

/* ------------------------------------------------------------ purchase-list */
.purchase-list {
  margin: 0 auto;
}

.purchase-list__item {
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  margin: 0 0 30px;
  padding: 0;
  background-color: #fff;
}

.purchase-list__item--01 {
  border: 1px solid #b42157;
}

.purchase-list__item--02 {
  border: 1px solid #009695;
}

.purchase-list__item--03 {
  border: 1px solid #000;
}

.purchase-list__item .conversion-list-purchase {
  margin: 0 40px;
}

.purchase-list__item .conversion-list-purchase a {
  padding: 18px 0;
  width: 240px;
}

.purchase-list__ttl-area {
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: left;
}

.purchase-list__ttl-area::before {
  content: "";
  display: block;
  width: 168px;
  height: 168px;
  margin-right: 40px;
  background-image: url(/unity/common/images/bg-icon-unity.png);
  background-position: 33px 38px;
  background-repeat: no-repeat;
}

.purchase-list__ttl-area--01::before {
  background-color: #b42157;
}

.purchase-list__ttl-area--02::before {
  background-color: #009695;
}

.purchase-list__ttl-area--03::before {
  background-color: #000;
}

.purchase-list__ttl-area h4 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 28px;
  font-weight: normal;
}

.purchase-list__ttl-area--01 h4 {
  color: #b42157;
}

.purchase-list__ttl-area--02 h4 {
  color: #009695;
}

.purchase-list__ttl-area--03 h4 {
  color: #000;
}

.purchase-list__ttl-area p {
  margin: 10px 0 0;
  line-height: 1.43;
}

.purchase-list__ttl-area p span {
  display: inline-block;
  padding: 4px 20px;
  color: #e20032;
  font-size: 15px;
  border: 1px solid #e20032;
}

.purchase-list__ttl {
  float: left;
}

.purchase-list__ttl--01 {
  color: #b42157;
}

.purchase-list__ttl--02 {
  color: #009695;
}

.purchase-list__ttl--03 {
  color: #000;
}

.purchase-list__img {
  position: absolute;
  right: 0;
  margin: 0;
  top: 0;
}

.purchase-list__lead {
  margin: 0;
  float: left;
  line-height: 3;
}

.purchase-list__content-area {
  padding: 23px 30px 32px;
  text-align: left;
  display: -webkit-flex;
  display: -ms-flex;
  display: -ms-flexbox;
  display: flex;
  background: #fff;
}

.purchase-list__content-area__ttl {
  font-size: 18px;
  font-weight: bold;
  margin: 0 0 10px;
}

.purchase-list__content-area__ttl--01 {
  color: #b42157;
}

.purchase-list__content-area__ttl--02 {
  color: #009695;
}

.purchase-list__content-area__ttl--03 {
  color: #000;
}

.purchase-list__step__ttl {
  margin: 0 0 10px;
  font-size: 16px;
}

.purchase-list__step__ttl span {
  font-weight: bold;
  font-size: 20px;
}

.purchase-list__step__choice {
  margin: 0;
}

.purchase-list__step__choice--01 input[type=radio] {
  border-radius: 16px;
}

.purchase-list__step__choice--02 input {
  width: 130px;
  height: 30px;
  border-radius: 2px;
  text-shadow: none;
  background: #f7f7f7;
  margin: 0 10px 0 0;
  border: 1px solid #ababab;
}

.purchase-list__form-area p {
  margin: 0;
}

.purchase-list__form-area p:first-child {
  margin: 13px 0 14px 0;
}

.purchase-list__form-area p:last-child {
  margin: 11px 10px 0 0;
  float: left;
}

.purchase-list__form-area input[type="radio"] {
  margin-bottom: 5px;
}

.purchase-list__form-area input[type="submit"] {
  width: 170px;
  margin: 0;
  padding: 12px 20px;
  color: #fff;
  background: #e20032;
  border: none;
  font-size: 14px;
  line-height: 18px;
  float: right;
}

.purchase-list__form-area input[type="text"] {
  width: 100px;
}

.purchase-list__conversion-area {
  padding: 0 30px 32px;
}

.purchase-list__conversion-area__btn {
  width: 180px;
  margin: 0 0 0 -14%;
  padding: 12px 20px;
  color: #fff;
  background: #e20032;
  border: none;
  font-size: 14px;
  line-height: 18px;
}

.purchase-list__conversion-area__btn a:link,
.purchase-list__conversion-area__btn a:visited {
  color: #fff;
}

.purchase-list__form-area {
  margin: 30px 0 0px 0;
  width: 370px;
  margin: 30px 0 0 50px;
}

.purchase-list__form-area p:last-child {
  float: left;
  margin: 11px 10px 0 5px;
}

@media only screen and (max-width: 640px) {
  .purchase-list__item {
    display: block;
    margin: 0 0 20px;
  }

  .purchase-list__item .conversion-list-purchase {
    margin: 0 40px;
  }

  .purchase-list__item .conversion-list-purchase li {
    margin: 20px 0;
  }

  .purchase-list__item .conversion-list-purchase a {
    padding: 11px 0;
    width: 150px;
  }

  .purchase-list__item:last-child {
    margin: 0;
  }

  .purchase-list__ttl-area::before {
    width: 60px;
    height: 60px;
    margin-right: 12px;
    background-position: 9px 12px;
    background-size: 37px 36px;
  }

  .purchase-list__ttl-area h4 {
    font-size: 16px;
  }

  .purchase-list__ttl-area p {
    margin: 0;
  }

  .purchase-list__ttl-area p span {
    padding: 2px 10px;
    font-size: 10px;
  }

  .purchase-list__ttl-area img {
    width: 100%;
    height: auto;
  }

  .purchase-list__ttl {
    float: none;
    margin: 0 0 10px;
  }

  .purchase-list__ttl--03 {
    margin: 0;
  }

  .purchase-list__lead {
    font-size: 9px;
    line-height: 12px;
    font-weight: normal;
    float: none;
  }

  .purchase-list__content-area {
    padding: 15px 20px 20px;
    display: block;
  }

  .purchase-list__content-area__ttl {
    font-size: 12px;
    line-height: 16px;
  }

  .purchase-list__step__ttl {
    font-size: 12px;
    margin: 0 0 10px;
  }

  .purchase-list__step__ttl span {
    font-size: 15px;
  }

  .purchase-list__step__choice {
    margin: 0 0 10px;
  }

  .purchase-list__step__choice--02 {
    margin: 0;
  }

  .purchase-list__conversion-area {
    padding: 0;
    text-align: left;
  }

  .purchase-list__conversion-area__btn {
    display: inline-block;
    font-size: 11px;
    width: 135px;
    padding: 12px 10px;
    margin: 15px 0 20px 20px;
  }

  .purchase-list__form-area p {
    margin: 0;
  }

  .purchase-list__form-area p:first-child {
    float: none;
    margin: 0 0 12px 0;
  }

  .purchase-list__form-area p:last-child {
    float: left;
    margin: 0 14px 12px 0;
  }

  .purchase-list__form-area input[type="radio"] {
    margin-bottom: 5px;
  }

  .purchase-list__form-area input[type="submit"] {
    width: 130px;
    padding: 10px 2px;
    font-size: 12px;
    float: left;
    font-weight: bold;
  }

  .purchase-list__form-area input[type="text"] {
    width: auto;
  }

  .purchase-list__name-area {
    float: none;
  }

  .purchase-list__form-area {
    float: none;
    margin: 0;
    width: 276px;
  }
}

/* ------------------------------------------------------------ form input style */
input[type="submit"],
input[type="button"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  -moz-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
}

input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
  display: none;
}

input[type="submit"]::focus,
input[type="button"]::focus {
  outline-offset: -2px;
}

input[type="radio"]+label {
  position: relative;
  display: inline-block;
  padding-left: 30px;
  overflow: hidden;
  line-height: 1.6;
  background: url(/unity/common/images/bg-btn-input-off.png) 0 0.1em no-repeat;
}

@media only screen and (max-width: 640px) {
  input[type="radio"]+label {
    line-height: 2;
    background: url(/unity/common/images/bg-btn-input-off-sp.png) 0 0.1em no-repeat;
    background-size: 20px;
  }
}

input[type="radio"]:checked+label {
  background: url(/unity/common/images/bg-btn-input-on.png) 0 0.1em no-repeat;
}

@media only screen and (max-width: 640px) {
  input[type="radio"]:checked+label {
    background: url(/unity/common/images/bg-btn-input-on-sp.png) 0 0.1em no-repeat;
    background-size: 20px;
  }
}

/* ------------------------------------------------------------ faq-list */
.faq-list {
  text-align: left;
  color: #fff;
  border-top: 1px solid #dcdcdc;
  margin: 0;
}

.faq-list__item {
  margin-bottom: 0;
  padding: 0;
  background: 0 0;
  border-bottom: 1px solid #dcdcdc;
  overflow: hidden;
  cursor: pointer;
  transition-duration: 0.75s;
}

.faq-list__question {
  padding: 25px 35px 18px 0;
  margin: 0;
  font-size: 18px;
  line-height: 32px;
  font-weight: bold;
  background: url(/unity/common/images/img-icon-faq-list-close.png) 100% 50% no-repeat;
}

.faq-list__question span {
  margin: 0 20px 0 0;
  font-weight: bold;
}

.open .faq-list__question {
  background: url(/unity/common/images/img-icon-faq-list-open.png) 100% 50% no-repeat;
}

.faq-list__answer {
  padding: 0 0 20px 50px;
  font-size: 14px;
  line-height: 30px;
  margin: 0;
  display: none;
}

.faq-list__answer a {
  color: #198acc;
  text-decoration: underline;
}

.faq-list__atention {
  text-indent: -13px;
  display: inline-block;
  margin-left: 13px;
}

@media only screen and (max-width: 640px) {
  .faq-list__question {
    padding: 14px 30px 13px 0;
    font-size: 12px;
    line-height: 20px;
    text-indent: -3em;
    margin-left: 3em;
    background: url(/unity/common/images/img-icon-faq-list-close-sp.png) 100% 50% no-repeat;
    background-size: 20px 11px;
  }

  .faq-list__question--2keta span {
    margin: 0 10px 0 0;
  }

  .open .faq-list__question {
    background: url(/unity/common/images/img-icon-faq-list-open-sp.png) 100% 50% no-repeat;
    background-size: 20px 11px;
  }

  .faq-list__answer {
    font-size: 12px;
    line-height: 20px;
    padding: 0 35px 20px 40px;
    font-size: 12px;
    line-height: 20px;
  }
}

/* -----------------------------------------------------------distriutor */
.distriutor {
  margin: 10px 0px 30px
}

/* -----------------------------------------------------------distriutor */
/* ------------------------------------------------------------ inquiry */
.inquiry {
  padding: 100px 0;
  background: url(/unity/common/images/bg-inquary.png);
  color: #fff;
  text-align: center;
}

@media only screen and (max-width: 640px) {
  .inquiry {
    padding: 50px 0;
  }
}

.inquiry-list {
  overflow: hidden;
  text-align: center;
  font-size: 0;
}

.inquiry-list a {
  color: #fff;
  font-weight: bold;
}

.inquiry-list__item {
  display: inline-block;
  padding: 0;
}

.inquiry-list__ttl {
  padding: 32px 0;
  color: #fff;
  margin: 0;
  font-size: 20px;
  line-height: 18px;
  display: block;
  text-decoration: none;
}

.inquiry-list__ttl--dl {
  background: #5d5d5d;
}

.inquiry-list__ttl--purchase {
  background: #e20032;
}

.inquiry-list__ttl--contact {
  background: #e20032;
}

.inquiry-list__ttl:hover {
  color: #fff;
  opacity: 0.8;
}

.inquiry-list__bg {
  margin: 0;
  background: #fff;
  margin: 0 10px;
}

@media only screen and (max-width: 640px) {
  .inquiry-list__item {
    display: block;
    margin: 0 0 10px;
    font-size: 13px;
    line-height: 17px;
  }

  .inquiry-list__item:last-child {
    margin: 0;
  }

  .inquiry-list__ttl {
    margin: 0;
    padding: 15px 0;
  }

  .inquiry-list a {
    font-size: 13px;
    line-height: 17px;
    font-weight: bold;
    width: 233px;
    margin: 0 auto;
  }

  .inquiry-list__bg {
    width: 233px;
    margin: 0 auto;
  }
}

/* ------------------------------------------------------------ footer */
footer {
  position: relative;
  padding: 30px 0 0;
}

footer ul.items {
  margin: 0 20px 20px;
  padding: 0;
  overflow: hidden;
}

footer ul.items li.external {
  float: left;
  margin: 0 40px 0 0;
  padding: 0;
  background: none;
}

footer ul.items li.external a {
  background: url(/unity/common/images/bg-icon-external.png) no-repeat 0 0.4em;
  color: #000;
  font-size: 14px;
  line-height: 21px;
}

footer ul.items li.external a:hover {
  text-decoration: underline;
}

footer ul.items li.external--01 a {
  padding-right: 20px;
  background: url(/unity/common/images/bg-icon-external-sp.png) no-repeat 12.5em 0.3em;
  background-size: 13px 10px;
}

footer ul.items li.external--02 a {
  background: url(/unity/common/images/bg-icon-external-sp.png) no-repeat 8.5em 0.3em;
  padding-right: 20px;
  background-size: 13px 10px;
}

footer ul.items li.external--03 a {
  background: url(/unity/common/images/bg-icon-external-sp.png) no-repeat 4.5em 0.3em;
  padding-right: 30px;
  background-size: 13px 10px;
}

footer p {
  font-size: 1.1rem;
  color: #000;
  margin-bottom: 0;
}

footer p.copyright {
  color: #000;
  margin-bottom: 30px;
}

@media only screen and (max-width: 640px) {
  footer {
    padding: 20px 0 120px;
  }

  footer ul.items {
    margin: 0 10px 10px;
  }

  footer ul.items li.external {
    float: none;
    margin: 0 0 10px;
  }

  footer ul.items li.external a {
    padding-left: 0;
    font-size: 11px;
    line-height: 16px;
  }

  footer ul.items li.external--01 a {
    background: url(/unity/common/images/bg-icon-external-sp.png) no-repeat 12.5em 0.3em;
    padding-right: 20px;
    background-size: 11px 8px;
  }

  footer ul.items li.external--02 a {
    background: url(/unity/common/images/bg-icon-external-sp.png) no-repeat 8.5em 0.3em;
    padding-right: 20px;
    background-size: 11px 8px;
  }

  footer ul.items li.external--03 a {
    background: url(/unity/common/images/bg-icon-external-sp.png) no-repeat 4.5em 0.3em;
    padding-right: 30px;
    background-size: 11px 8px;
  }

  footer p {
    font-size: 1rem;
    margin: 0 10px;
  }

  footer p.copyright {
    margin: 0 10px;
  }
}

/* ------------------------------------------------------------ goToTop */
.goToTop {
  position: absolute;
  right: 30px;
  bottom: 0;
  margin: 0;
}

@media only screen and (max-width: 640px) {
  .goToTop {
    right: 10px;
    bottom: 90px;
  }

  .goToTop img {
    width: 45px;
    height: 45px;
  }
}

/* ------------------------------------------------------------ fixedInquiry */
.fixedInquiry {
  display: none;
}

@media only screen and (max-width: 640px) {
  .fixedInquiry {
    display: block;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 3px;
    z-index: 5;
    background: #000;
  }
}

@media only screen and (max-width: 640px) {
  .fixedInquiry-list {
    background: #000;
    margin: 0;
  }

  .fixedInquiry-list__item {
    text-align: center;
    float: left;
    width: calc(33.33% - 4px);
    margin: 0 3px 0 0;
  }

  .fixedInquiry-list__item:last-child {
    margin: 0;
  }

  .fixedInquiry-list__item span {
    line-height: 1.2;
  }

  .fixedInquiry-list__item a:link,
  .fixedInquiry-list__item a:visited,
  .fixedInquiry-list__item a:link li,
  .fixedInquiry-list__item a:visited li {
    width: 100%;
    padding: 10px 0;
    display: block;
    color: #fff;
    font-size: 11px;
    line-height: 10px;
    font-weight: bold;
  }

  .fixedInquiry-list__item--dl {
    background: #5d5d5d;
  }

  .fixedInquiry-list__item--dl a:link {
    padding: 17px 0 16px;
  }

  .fixedInquiry-list__item--purchase {
    background: #e20032;
  }

  .fixedInquiry-list__item--purchase a:link {
    padding: 17px 0 16px;
  }

  .fixedInquiry-list__item--contact {
    background: #e20032;
  }
}

/* ---------------------------------------------------------------------
  print
 --------------------------------------------------------------------- */
@media print {
  img {
    max-width: 100% !important;
    height: auto !important;
  }

  #map_canvas img {
    max-width: none !important;
  }

  body {
    min-width: 1000px !important;
  }

  body,
  #contents,
  .col,
  .container {
    width: auto !important;
    max-width: 1000px !important;
  }

  .floaterBtn,
  .goToTop {
    display: none !important;
  }

  header {
    position: static !important;
  }

  header.fixed .gNav {
    display: block !important;
  }

  body {
    padding-top: 0 !important;
  }

  footer .siteMap .brick:first-child,
  footer .siteMap .brick:nth-child(2) {
    margin-right: 55px !important;
  }

  .inquiryBlock .btns li a {
    font-size: 1.8rem !important;
  }

  .inquiryBlock .btns li a:first-child {
    width: 250px !important;
  }

  .inquiryBlock .btns li a span {
    padding: 7px 0 4px 53px !important;
  }

  .inquiryBlock .btns li:first-child a span {
    padding-left: 67px !important;
  }
}