@charset "UTF-8";
/*リセット
--------------------------------------------*/
html, 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 {
  line-height: 1;
  font-family: dnp-shuei-gothic-gin-std, sans-serif;
  font-style: normal;
  font-weight: 400;
}

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;
}

* {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
}

*,
*:after,
*:before {
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

img {
  display: block;
  width: 100%;
}

.sp_only {
  display: block;
}
@media screen and (min-width: 751px) {
  .sp_only {
    display: none;
  }
}


/*---------------------------------------------
共通
---------------------------------------------*/
.text  {
  line-height: 2.5;
}
.w70 {
  width: 70%;
  margin: auto;
}
.w80 {
  width: 80%;
  margin: auto;
}
.title {
  text-align: center;
  line-height: 2;
  /* padding-top: 20px; */
  padding-bottom: 70px;
  font-size: 20px;
}
.btn {
  display: block;
  margin: 100px auto;
  border: 1px solid;
  padding: 14px 50px;
  font-size: 12px;
  color: #000;
  transition: 0.2s all;
}
.btn:hover {
  background: #1C3E66;
  border: 1px solid #1C3E66;
  color: #fff;
}
@media screen and (min-width: 751px) {
  .inner {
    max-width: 800px;
    margin: auto;
  }
  .title {
    font-size: 22px;
    padding-top: 30px;
    padding-bottom: 50px;
  }
  .item_wrap>img {
    width: 80%;
    margin: auto;
  }
  .btn {
    padding: 30px 200px;
    margin: 100px auto;
    font-size: 14px;
  }
  .w80 {
    width: 60%;
  }
}
/*---------------------------------------------
TOP
---------------------------------------------*/

.top_img {
  width: 100%;
  height: auto;
  max-width: 500px;
  margin: auto;
  pointer-events: none;
}

.top_img iframe {
  pointer-events: none;
  width: 100%!important;
}

.intro {
  text-align: center;
  font-size: 14px;
  line-height: 2;
  margin-top: 70px;
  margin-bottom: 70px;
}

.intro img {
  width: 50%;
  margin: 0 auto 10px;
}

.intro .rubi {
  margin-bottom: 30px;
}

@media screen and (min-width: 751px) {

  .intro {
    margin-bottom: 100px;
  }
  .intro img {
    width: 25%;
    margin: 0 auto 10px;
  }
  .top_img iframe {
    pointer-events: none;
    max-width: 800px!important;
  }
}
/*---------------------------------------------
01 background 
---------------------------------------------*/
.bg_01 {
  background: #EAE8E8;
  padding-top: 70px;
  padding-bottom: 70px;
}
.eg {
  font-family: 'sofia-pro' , sans-serif;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 2px;
}

.bg_01 .text {
  font-size: 12px;
  margin-top: 30px;
  margin-bottom: 60px;
}
.movie_2 {
  width: 50%;
  height: auto;
  margin-left: 46%;
  margin-top: 40%;
}
.img1_2 {
  margin-top: 120px;
}
.img1_4 {
  width: 60%;
  margin-top: 30%;
}
.img1_5 {
  width: 50%;
  margin: 40% auto 70px;
}
@media screen and (min-width: 751px) {
  .bg_01 .text {
    font-size: 14px;
  }
}

/*---------------------------------------------
02 product
---------------------------------------------*/

.bg_02 {
  padding-top: 70px;
}
.img2_1 {
  margin-bottom: 80px;
}
.sub {
  padding-bottom: 30px;
}
.item_box {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 100px;

}
.item {
  width: 44%;
  margin: 10px 5px;
  font-size: 12px;
}
.item_name {
  margin-top: 14px;
}

.credit {
  line-height: 2.2;
  display: flex;
  justify-content: space-between;
}
.credit span {
  display: inline-block;
}
.link {
  text-decoration: underline;
}
.item a {
  color: #000;
  transition: 0.2s all
}
.item a:hover {
  opacity: .6;
}
@media screen and (min-width: 751px) {
  .item {
    margin: 10px 5px 20px;
  }
  .img2_1 {
    margin-bottom: 100px;
  }

}

/*---------------------------------------------
03 footer
---------------------------------------------*/
.footer {
  background: #EAE8E8;
  padding: 100px 15% 20px;
  text-align: center;
}

.footer .btn {
  margin: 0 auto 30px;
}

.footer p {
  font-size: 0.7em;
  margin-top: 70px;
}
@media screen and (min-width: 751px) {
  .footer .btn {
    margin: 0 auto 30px;
    width: 600px;
    padding: 30px 0px;
  }
  .footer  {
    padding: 100px 15% 40px;
  }
}