@charset "UTF-8";
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

* {
  box-sizing: border-box;
}

body {
  font-size: 15px;
  line-height: 160%;
  color: #111;
}

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

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

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

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

address {
  font-style: normal;
}

.cf {
  width: 100%;
}

.cf:after {
  content: "";
  display: block;
  clear: both;
}

img {
  vertical-align: bottom;
}

.box {
  width: 1000px;
  margin: 0 auto;
}

.smooth {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.bold {
  font-weight: bold;
}

.movie_play a {
  display: block;
}
.movie_play a img {
  transition: .5s;
  opacity: .6;
}
.movie_play a:hover img {
  opacity: .8;
  transform: scale(1.2);
}

body {
  font-family: 'Hiragino Sans','ヒラギノ角ゴシック','Arial',YuGothic,'Yu Gothic','メイリオ', Meiryo,'ＭＳ Ｐゴシック','MS PGothic';
  background: url("../img/bg.png");
  position: absolute;
  width: 100%;
  height: 100%;
}

#container {
  overflow: hidden;
  position: relative;
}
#container #bg {
  position: absolute;
  width: 1400px;
  top: 0;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0);
  background: #000;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, black 21%, black 79%, rgba(0, 0, 0, 0) 100%);
}

#header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 20;
}
#header .box {
  position: relative;
}
#header #nav {
  position: absolute;
  top: 6px;
  left: 33px;
}
#header #nav_open {
  padding: 8px;
  width: 22px;
  height: 20px;
  box-sizing: content-box;
  cursor: pointer;
}
#header #nav_open span {
  position: relative;
  display: block;
  width: 22px;
  height: 4px;
  background: #fff;
}
#header #nav_open span::before, #header #nav_open span::after {
  content: "";
  width: 22px;
  height: 4px;
  background: #fff;
  position: absolute;
  left: 0;
}
#header #nav_open span::before {
  top: 8px;
}
#header #nav_open span::after {
  top: 16px;
}
#header #nav_list {
  border: 1px solid #fff;
  border-top: none;
  background: #000;
  position: absolute;
  top: -6px;
  left: 0;
  width: 160px;
  display: none;
}
#header #nav_list ul li {
  font-size: 12px;
  line-height: 20px;
}
#header #nav_list ul li a {
  color: #fff;
  text-decoration: none;
}
#header #nav_list > ul {
  padding: 5px 17px 0;
}
#header #nav_list > ul > li {
  border-bottom: 1px dashed #fff;
  padding: 10px 0;
}
#header #nav_list > ul > li:last-child {
  border: none;
}
#header #nav_list > ul > li > ul {
  padding-left: 10px;
}
#header #nav_list > ul > li > ul li::before {
  color: #fff;
  margin-right: 3px;
  content: "-";
}
#header #nav_list #nav_close {
  text-align: center;
  padding: 0 8px;
}
#header #nav_list #nav_close a {
  display: block;
}
#header #nav_list #nav_close a img {
  vertical-align: top;
}
#header #sub_nav {
  position: absolute;
  top: 15px;
  right: 103px;
}
#header #sub_nav ul {
  display: inline-block;
  padding: 4px 15px;
  border: 1px solid #fff;
}
#header #sub_nav ul li {
  margin-right: 10px;
  font-size: 12px;
  display: inline-block;
  color: #fff;
  line-height: 15px;
}
#header #sub_nav ul li a {
  color: #fff;
  text-decoration: none;
}
#header #sub_nav ul li a:hover {
  opacity: .7;
}
#header #sub_nav ul li:last-child {
  margin-right: 0;
}
#header #sub_nav ul li img {
  margin-right: 5px;
}
#header #header_logo {
  position: absolute;
  top: 15px;
  right: 0;
}

#top {
  position: relative;
  width: 100vw;
  height: 100vh;
  overflow: hidden;
  background: #1B1B1B;
}
#top #mv {
  position: absolute;
  top: 0;
  width: 100vw;
  height: 50vh;
  left: 50%;
  transform: translate(-50%, 0);
  overflow: hidden;
}
#top #mv video {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
  min-height: 100%;
  min-width: 100%;
  width: auto;
  height: auto;
}
#top #mv_title {
  top: calc(25vh + 35px);
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
}
#top #lead {
  position: absolute;
  bottom: 0;
  right: 0;
  height: 50vh;
  width: auto;
  background: url(../img/cnt01_bg.png) no-repeat;
  background-size: cover;
  z-index: 1;
}
#top #lead .box {
  margin-left: 0;
  text-align: center;
  color: #fff;
  position: relative;
  height: 50vh;
}
#top #lead .box .cnt01_text {
  position: absolute;
  top: calc(50% + 30px);
  left: 50%;
  transform: translate(-50%, -50%);
}
#top #lead .box .cnt01_text > p {
  font-size: 28px;
  line-height: 40px;
  margin-bottom: 40px;
}
#top #lead .box .cnt01_text #cnt01_border {
  background: url(../img/cnt01_border.png) no-repeat;
  width: 536px;
  height: 94px;
  padding: 10px 0 0;
}
#top #lead .box .cnt01_text #cnt01_border p {
  font-size: 25px;
  line-height: 37.5px;
}
#top #scroll {
  padding-top: 50px;
}

#content {
  background: url(../img/content_bg.png) top center no-repeat;
  position: relative;
}
#content .cnt02 {
  min-height: 680px;
}
#content .cnt02 .box {
  position: relative;
}
#content .cnt02_img {
  position: absolute;
  top: 40px;
  right: -170px;
}
#content .cnt02_text {
  color: #fff;
  padding: 80px 0 0;
}
#content .cnt02_text_icon {
  margin-bottom: 30px;
}
#content .cnt02_text h2 {
  margin-bottom: 30px;
}
#content .cnt02_text p {
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 28px;
}
#content .cnt02_text p:last-child {
  margin-bottom: 0;
  font-size: 12px;
  line-height: 20px;
}
#content .cnt03 {
  position: relative;
  height: 400px;
}
#content .cnt03_left {
  width: calc((100vw - 1000px)/2 + 385px);
  height: 400px;
  background: #fff;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
}
#content .cnt03_left::after {
  content: "";
  border-top: 200px solid transparent;
  border-bottom: 200px solid transparent;
  border-left: 115px solid #fff;
  border-right: 0 solid transparent;
  position: absolute;
  top: 0;
  right: -115px;
}
#content .cnt03_right {
  width: calc((100vw - 1000px)/2 + 615px);
  height: 400px;
  background: url(../img/cnt03_bg.png) center top no-repeat;
  background-size: cover;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
}
#content .cnt03_text {
  position: relative;
  z-index: 5;
  padding-top: 50px;
  height: 400px;
  box-sizing: border-box;
}
#content .cnt03_text_icon {
  margin-bottom: 30px;
}
#content .cnt03_text .caption {
  position: absolute;
  bottom: 10px;
  right: 0;
  color: #fff;
  font-size: 12px;
}
#content .cnt04 {
  padding: 80px 0 60px;
}
#content .cnt04 h2 {
  margin-bottom: 145px;
}
#content .cnt04 h2 img:first-child {
  margin-right: 10px;
}
#content .cnt04_img {
  text-align: center;
}
#content .cnt05 {
  padding-top: 50px;
}
#content .cnt05 h2 {
  margin-bottom: 45px;
}
#content .cnt05 h2 img:first-child {
  margin-right: 10px;
}
#content .cnt05_text dl {
  margin-bottom: 40px;
}
#content .cnt05_text dl dt {
  cursor: pointer;
  position: relative;
  font-size: 35px;
  color: #fff;
  line-height: 80px;
  margin: 20px;
  font-weight: bold;
  padding: 0 15px;
  background: url(../img/cnt05_open.png) right 23px no-repeat;
}
#content .cnt05_text dl dt::before {
  content: "";
  border-left: none;
  border-top: 40px solid transparent;
  border-bottom: 40px solid transparent;
  border-right: 20px solid transparent;
  position: absolute;
  top: 0;
  left: -20px;
}
#content .cnt05_text dl dt::after {
  content: "";
  border-right: none;
  border-top: 40px solid transparent;
  border-bottom: 40px solid transparent;
  border-left: 20px solid transparent;
  position: absolute;
  top: 0;
  right: -20px;
}
#content .cnt05_text dl dt.on {
  background: none;
}
#content .cnt05_text dl dd {
  display: none;
  text-align: center;
  position: relative;
  padding: 0 0 80px;
}
#content .cnt05_text dl dd > img {
  margin: 10px 0 50px;
}
#content .cnt05_text dl dd h3 {
  color: #fff;
  text-align: left;
  position: relative;
  height: 32px;
  font-weight: normal;
  margin: 0 20px 10px 35px;
  font-size: 28px;
}
#content .cnt05_text dl dd h3::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: #fff;
  z-index: 1;
}
#content .cnt05_text dl dd h3 span {
  background: #000;
  display: inline-block;
  position: relative;
  z-index: 5;
  font-size: 28px;
  line-height: 32px;
  height: 100%;
  padding-right: 5px;
}
#content .cnt05_text dl dd h3 span::before {
  content: "●";
  font-size: 19px;
  margin-right: 3px;
  position: relative;
  top: -3px;
}
#content .cnt05_text dl dd ul {
  margin: 0 20px 30px 55px;
}
#content .cnt05_text dl dd ul:last-child {
  margin-bottom: 0;
}
#content .cnt05_text dl dd ul li {
  color: #fff;
  font-size: 18px;
  letter-spacing: -0.08em;
  line-height: 30px;
  text-align: left;
  list-style: none;
  padding-left: 1em;
  text-indent: -1em;
}
#content .cnt05_text dl dd ul li::before {
  content: "・";
}
#content .cnt05_text dl dd a.hexagon_link {
  height: 80px;
  width: 45px;
  background: #ccc;
  color: #fff;
  text-decoration: none;
  position: absolute;
  bottom: 10px;
  right: 20px;
}
#content .cnt05_text dl dd a.hexagon_link::before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: -23px;
  border-left: none;
  border-top: 40px solid transparent;
  border-bottom: 40px solid transparent;
  border-right: 23px solid #ccc;
}
#content .cnt05_text dl dd a.hexagon_link::after {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  right: -23px;
  border-right: none;
  border-top: 40px solid transparent;
  border-bottom: 40px solid transparent;
  border-left: 23px solid #ccc;
}
#content .cnt05_text dl dd a.hexagon_link span.hexagon_arrow {
  position: absolute;
  width: 15px;
  height: 1px;
  background: #fff;
  top: 25px;
  left: 7px;
  transform: rotate(-25deg);
}
#content .cnt05_text dl dd a.hexagon_link span.hexagon_arrow::after {
  content: "";
  position: absolute;
  width: 15px;
  height: 1px;
  background: #fff;
  top: 6px;
  left: 12px;
  transform: rotate(50deg);
}
#content .cnt05_text dl dd a.hexagon_link span.hexagon_text {
  line-height: 1;
  position: absolute;
  top: 40px;
  width: 45px;
  text-align: center;
  left: 0;
  font-size: 12px;
}
#content .cnt05_text dl.merit_01 dt {
  background-color: #008ab3;
}
#content .cnt05_text dl.merit_01 dt::before {
  border-right-color: #008ab3;
}
#content .cnt05_text dl.merit_01 dt::after {
  border-left-color: #008ab3;
}
#content .cnt05_text dl.merit_01 dd h3::after {
  background: #008ab3;
}
#content .cnt05_text dl.merit_01 dd h3 span::before {
  color: #008ab3;
}
#content .cnt05_text dl.merit_01 dd a.hexagon_link {
  background: #008ab3;
}
#content .cnt05_text dl.merit_01 dd a.hexagon_link::before {
  border-right-color: #008ab3;
}
#content .cnt05_text dl.merit_01 dd a.hexagon_link::after {
  border-left-color: #008ab3;
}
#content .cnt05_text dl.merit_02 dt {
  background-color: #004c72;
}
#content .cnt05_text dl.merit_02 dt::before {
  border-right-color: #004c72;
}
#content .cnt05_text dl.merit_02 dt::after {
  border-left-color: #004c72;
}
#content .cnt05_text dl.merit_02 dd h3::after {
  background: #004c72;
}
#content .cnt05_text dl.merit_02 dd h3 span::before {
  color: #004c72;
}
#content .cnt05_text dl.merit_02 dd a.hexagon_link {
  background: #004c72;
}
#content .cnt05_text dl.merit_02 dd a.hexagon_link::before {
  border-right-color: #004c72;
}
#content .cnt05_text dl.merit_02 dd a.hexagon_link::after {
  border-left-color: #004c72;
}
#content .cnt05_text dl.merit_03 {
  margin-bottom: 0;
}
#content .cnt05_text dl.merit_03 dt {
  background-color: #6bac00;
}
#content .cnt05_text dl.merit_03 dt::before {
  border-right-color: #6bac00;
}
#content .cnt05_text dl.merit_03 dt::after {
  border-left-color: #6bac00;
}
#content .cnt05_text dl.merit_03 dd h3::after {
  background: #6bac00;
}
#content .cnt05_text dl.merit_03 dd h3 span::before {
  color: #6bac00;
}
#content .cnt05_text dl.merit_03 dd a.hexagon_link {
  background: #6bac00;
}
#content .cnt05_text dl.merit_03 dd a.hexagon_link::before {
  border-right-color: #6bac00;
}
#content .cnt05_text dl.merit_03 dd a.hexagon_link::after {
  border-left-color: #6bac00;
}
#content .cnt06 {
  margin-bottom: 50px;
  padding-top: 50px;
}
#content .cnt06 h2 {
  margin-bottom: 70px;
}
#content .cnt06 h2 img:first-child {
  margin-right: 10px;
}
#content .cnt06_movie {
  margin-bottom: 60px;
}
#content .cnt06_sec {
  margin-bottom: 40px;
}
#content .cnt06_sec:last-child {
  margin-bottom: 0;
}
#content .cnt06_sec:last-child h3 {
  margin-bottom: 20px;
}
#content .cnt06_sec:last-child > .cnt06_sec_img {
  padding-bottom: 30px;
}
#content .cnt06_sec h3 {
  background: url(../img/cnt06_title_bg.png) no-repeat;
  width: 1000px;
  height: 80px;
  line-height: 80px;
  color: #fff;
  padding: 0 0 0 40px;
  font-size: 35px;
  font-weight: normal;
  letter-spacing: -0.045em;
}
#content .cnt06_sec_img {
  text-align: center;
  border-bottom: 1px dashed #fff;
  padding-bottom: 20px;
}
#content .cnt06_sec_img.printing_image {
  display: flex;
  justify-content: space-between;
}
#content .cnt06_sec_img.printing_image .cnt06_sec_img_left {
  width: 310px;
}
#content .cnt06_sec_img.printing_image .cnt06_sec_img_right {
  width: 690px;
}
#content .cnt06_sec_img.printing_image .cnt06_sec_img_right video {
  width: 100%;
  height: auto;
}
#content .cnt06_sec_img.printing_image img {
  height: auto;
}
#content .cnt06_sec_box h4 {
  color: #fff;
  font-size: 35px;
  font-weight: normal;
  letter-spacing: -0.045em;
  line-height: 1;
  text-align: center;
  padding: 60px 0 30px;
}
#content .cnt06_sec_box h4.mb10 {
  margin-bottom: 10px;
}
#content .cnt06_sec_box p {
  color: #fff;
  text-align: center;
  margin-bottom: 20px;
  font-size: 18px;
}
#content .cnt06_sec_box .cnt06_sec_img {
  padding: 0 0 50px;
}
#content .cnt06_sec_box .cnt06_sec_img.pb20 {
  padding: 0 0 20px;
}
#content .cnt06_sec_box .cnt06_sec_img.noborder {
  border: none;
}
#content .cnt07 {
  padding-top: 50px;
  padding-bottom: 10px;
}
#content .cnt07_left {
  float: left;
}
#content .cnt07_left h2 {
  margin-bottom: 70px;
}
#content .cnt07_right {
  float: right;
  width: 380px;
  text-align: center;
}
#content .cnt07_text p {
  color: #fff;
  border-left: 2px solid #fff;
  margin-bottom: 20px;
  font-size: 28px;
  line-height: 55px;
  padding-left: 20px;
}
#content .cnt07_text p span {
  font-size: 23px;
  line-height: 30px;
}
#content .cnt07_text p:last-child {
  margin-bottom: 0;
}
#content .cnt07_text_img {
  padding-left: 40px;
}
#content .cnt08 {
  position: relative;
}
#content .cnt08_left {
  width: calc((100vw - 1000px)/2 + 385px);
  height: 400px;
  background: #fff;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
}
#content .cnt08_left::after {
  content: "";
  border-top: 200px solid transparent;
  border-bottom: 200px solid transparent;
  border-left: 115px solid #fff;
  border-right: 0 solid transparent;
  position: absolute;
  top: 0;
  right: -115px;
}
#content .cnt08_right {
  width: calc((100vw - 1000px)/2 + 615px);
  height: 400px;
  background: url(../img/cnt08_bg.png) center top no-repeat;
  background-size: cover;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
}
#content .cnt08_text {
  position: relative;
  z-index: 5;
  padding-top: 50px;
  height: 400px;
  box-sizing: border-box;
  margin-bottom: 40px;
}
#content .cnt08_text_icon {
  margin-bottom: 30px;
}
#content .cnt08_text .caption {
  position: absolute;
  bottom: 10px;
  right: 0;
  color: #fff;
  font-size: 12px;
}
#content .cnt08_movie {
  text-align: center;
}
#content .cnt08_movie a {
  display: block;
  position: relative;
}
#content .cnt08_movie a p {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translate(0, -50%);
  color: rgba(255, 255, 255, 0.8);
  text-align: center;
  font-size: 18px;
}
#content .cnt09 {
  padding-top: 50px;
}
#content .cnt09 h2 {
  margin-bottom: 45px;
}
#content .cnt09 h2 img:first-child {
  margin-right: 10px;
}
#content .cnt09_text dl {
  margin-bottom: 40px;
}
#content .cnt09_text dl dt {
  cursor: pointer;
  position: relative;
  font-size: 35px;
  color: #fff;
  line-height: 80px;
  margin: 20px 20px 20px;
  font-weight: bold;
  padding: 0 15px;
  background: url(../img/cnt05_open.png) right 23px no-repeat;
}
#content .cnt09_text dl dt::before {
  content: "";
  border-left: none;
  border-top: 40px solid transparent;
  border-bottom: 40px solid transparent;
  border-right: 20px solid transparent;
  position: absolute;
  top: 0;
  left: -20px;
}
#content .cnt09_text dl dt::after {
  content: "";
  border-right: none;
  border-top: 40px solid transparent;
  border-bottom: 40px solid transparent;
  border-left: 20px solid transparent;
  position: absolute;
  top: 0;
  right: -20px;
}
#content .cnt09_text dl dt.on {
  background: none;
}
#content .cnt09_text dl dd {
  display: none;
  position: relative;
  padding: 0 0 10px;
}
#content .cnt09_text dl dd > img {
  display: block;
  margin: 0 auto;
  transition: opacity 1s;
  opacity: 0;
}
#content .cnt09_text dl dd.on img {
  opacity: 1;
}
#content .cnt09_text dl dd p {
  color: #fff;
  font-size: 18px;
  margin-bottom: 30px;
  padding: 10px 0 0 30px;
}
#content .cnt09_text dl dd a.hexagon_link {
  height: 80px;
  width: 45px;
  background: #ccc;
  color: #fff;
  text-decoration: none;
  position: absolute;
  bottom: 10px;
  right: 20px;
}
#content .cnt09_text dl dd a.hexagon_link::before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: -23px;
  border-left: none;
  border-top: 40px solid transparent;
  border-bottom: 40px solid transparent;
  border-right: 23px solid #ccc;
}
#content .cnt09_text dl dd a.hexagon_link::after {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  right: -23px;
  border-right: none;
  border-top: 40px solid transparent;
  border-bottom: 40px solid transparent;
  border-left: 23px solid #ccc;
}
#content .cnt09_text dl dd a.hexagon_link span.hexagon_arrow {
  position: absolute;
  width: 15px;
  height: 1px;
  background: #fff;
  top: 25px;
  left: 7px;
  transform: rotate(-25deg);
}
#content .cnt09_text dl dd a.hexagon_link span.hexagon_arrow::after {
  content: "";
  position: absolute;
  width: 15px;
  height: 1px;
  background: #fff;
  top: 6px;
  left: 12px;
  transform: rotate(50deg);
}
#content .cnt09_text dl dd a.hexagon_link span.hexagon_text {
  line-height: 1;
  position: absolute;
  top: 40px;
  width: 45px;
  text-align: center;
  left: 0;
  font-size: 12px;
}
#content .cnt09_text dl.charm_01 dt {
  background-color: #00479d;
}
#content .cnt09_text dl.charm_01 dt::before {
  border-right-color: #00479d;
}
#content .cnt09_text dl.charm_01 dt::after {
  border-left-color: #00479d;
}
#content .cnt09_text dl.charm_01 dd a.hexagon_link {
  background: #00479d;
}
#content .cnt09_text dl.charm_01 dd a.hexagon_link::before {
  border-right-color: #00479d;
}
#content .cnt09_text dl.charm_01 dd a.hexagon_link::after {
  border-left-color: #00479d;
}
#content .cnt09_text dl.charm_02 dt {
  background-color: #00b7bf;
}
#content .cnt09_text dl.charm_02 dt::before {
  border-right-color: #00b7bf;
}
#content .cnt09_text dl.charm_02 dt::after {
  border-left-color: #00b7bf;
}
#content .cnt09_text dl.charm_02 dd a.hexagon_link {
  background: #00b7bf;
}
#content .cnt09_text dl.charm_02 dd a.hexagon_link::before {
  border-right-color: #00b7bf;
}
#content .cnt09_text dl.charm_02 dd a.hexagon_link::after {
  border-left-color: #00b7bf;
}
#content .cnt09_text dl.charm_03 {
  margin-bottom: 0;
}
#content .cnt09_text dl.charm_03 dt {
  background-color: #008c6d;
}
#content .cnt09_text dl.charm_03 dt::before {
  border-right-color: #008c6d;
}
#content .cnt09_text dl.charm_03 dt::after {
  border-left-color: #008c6d;
}
#content .cnt09_text dl.charm_03 dd a.hexagon_link {
  background: #008c6d;
}
#content .cnt09_text dl.charm_03 dd a.hexagon_link::before {
  border-right-color: #008c6d;
}
#content .cnt09_text dl.charm_03 dd a.hexagon_link::after {
  border-left-color: #008c6d;
}
#content .cnt10 {
  padding: 50px 0 40px;
}
#content .cnt10 h2 {
  margin-bottom: 45px;
}
#content .cnt10 h2 img:first-child {
  margin-right: 10px;
}
#content .cnt10 p.detail_link {
  color: #fff;
  font-size: 14px;
}
#content .cnt10 p.detail_link a {
  color: #fff;
}
#content .cnt10_rap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#content .cnt10_box {
  width: 480px;
  margin-bottom: 40px;
  position: relative;
}
#content .cnt10_box::before {
  content: "";
  position: absolute;
  top: 164px;
  left: 0;
  right: 0;
  bottom: 70px;
  background: #838383;
  z-index: 3;
}
#content .cnt10_box_bottom {
  background: #838383;
  width: calc(100% - 58px);
  height: 70px;
  position: absolute;
  bottom: 0;
  left: 0;
}
#content .cnt10_box_bottom::before {
  content: "";
  border-right: none;
  border-top: none;
  border-left: 58px solid #838383;
  border-bottom: 70px solid transparent;
  position: absolute;
  bottom: 0;
  right: -58px;
}
#content .cnt10_box_head {
  height: 164px;
  color: #fff;
}
#content .cnt10_box_head h3 {
  font-size: 23px;
  line-height: 28px;
}
#content .cnt10_box_head h3 .large {
  font-size: 28px;
}
#content .cnt10_box_head h3 .small {
  font-size: 20px;
}
#content .cnt10_box_head h3 .weight-normal {
  font-weight: normal;
}
#content .cnt10_box_head p {
  font-size: 20px;
}
#content .cnt10_box_body {
  padding: 0 20px;
  position: relative;
  z-index: 5;
}
#content .cnt10_box_body p {
  color: #fff;
  border-bottom: 2px solid #fff;
  font-size: 16px;
  line-height: 30px;
  padding: 20px 0;
}
#content .cnt10_box_body p.bold {
  font-weight: bold;
}
#content .cnt10_box_body_img {
  padding: 20px 0;
}
#content .cnt11 {
  padding: 50px 0 10px;
}
#content .cnt11 h2 {
  margin-bottom: 45px;
}
#content .cnt11 h2 img:first-child {
  margin-right: 10px;
}
#content .cnt11 .cnt11_rap ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#content .cnt11 .cnt11_rap ul li {
  list-style: none;
  margin-bottom: 5px;
}
#content .cnt11 .cnt11_rap ul li a {
  transition: 0.3s;
}
#content .cnt11 .cnt11_rap ul li a:hover {
  opacity: 0.8;
}
#content .cnt11 .cnt11_rap p {
  font-size: 15px;
  color: #fff;
  padding: 5px 0;
}
#content .page_top {
  text-align: right;
  font-size: 12px;
  padding: 45px 0;
}
#content .page_top a {
  color: #fff;
}

#footer {
  position: relative;
  background: #000;
  background: linear-gradient(#232323, #070707);
  padding: 30px 0 0;
}
#footer .box {
  position: relative;
}
#footer h3 {
  margin-bottom: 120px;
}
#footer_nav {
  position: absolute;
  top: 0;
  right: 0;
  border-left: 1px solid #fff;
  padding-left: 10px;
  z-index: 5;
}
#footer_nav ul li {
  font-size: 11px;
  list-style: none;
  line-height: 1;
}
#footer_nav ul li a {
  color: #fff;
  text-decoration: none;
  display: inline-block;
  margin-bottom: 16px;
}
#footer_nav ul li ul {
  padding-left: 5px;
}
#footer_nav ul li ul li a::before {
  content: "-";
  margin-right: 5px;
}
#footer_nav > ul > li:last-child a {
  margin-bottom: 0;
}
#footer_copy {
  position: relative;
}
#footer_copy p {
  font-size: 12px;
  color: #fff;
  line-height: 46px;
  border-bottom: 1px solid #fff;
}
#footer_copy p a {
  color: #fff;
}
#footer_copy p#copyright {
  font-size: 10px;
  line-height: 60px;
  border: none;
}
#footer_copy #footer_contact {
  position: absolute;
  bottom: 13px;
  right: 0;
}
#footer_copy #footer_contact ul {
  display: inline-block;
  padding: 4px 15px;
  border: 1px solid #fff;
}
#footer_copy #footer_contact ul li {
  margin-right: 10px;
  font-size: 12px;
  display: inline-block;
  color: #fff;
  line-height: 15px;
}
#footer_copy #footer_contact ul li a {
  color: #fff;
  text-decoration: none;
}
#footer_copy #footer_contact ul li a:hover {
  opacity: .7;
}
#footer_copy #footer_contact ul li:last-child {
  margin-right: 0;
}
#footer_copy #footer_contact ul li img {
  margin-right: 5px;
}

#side {
  position: fixed;
  top: 50%;
  right: 20px;
  transform: translate(0, -50%);
  z-index: 100;
}
#side ul {
  list-style: none;
  position: relative;
}
#side ul::before {
  content: "";
  top: 0;
  left: 50%;
  width: 1px;
  height: 100%;
  background: #777;
  position: absolute;
}
#side ul li {
  position: relative;
  text-align: center;
  width: 20px;
  margin-bottom: 28px;
}
#side ul li a {
  display: block;
  margin: 0 auto;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background: #777;
}
#side ul li.small a {
  width: 9px;
  height: 9px;
}
#side ul li.on::before {
  content: "";
  position: absolute;
  width: 25px;
  height: 25px;
  border: 1px solid #dcdcdc;
  border-radius: 50%;
  top: calc(50% - 13px);
  left: calc(50% - 13px);
}
#side ul li.on a {
  background: #DCDCDC;
}

#fixed {
  height: 132px;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 50;
  background: rgba(0, 0, 0, 0.73);
  -webkit-transform: translateZ(0);
  padding: 25px 0 22px;
}
#fixed p {
  font-size: 20px;
  color: #fff;
  text-align: center;
  margin-bottom: 20px;
}
#fixed ul {
  text-align: center;
  list-style: none;
}
#fixed ul li {
  display: inline-block;
}
#fixed ul li:last-child {
  margin-left: 70px;
  margin-right: 40px;
}

@media screen and (min-width: 769px) {
  .sp {
    display: none !important;
  }

  #container,
  #top,
  #top #mv {
    min-width: 1000px;
  }

  #content .cnt03_left,
  #content .cnt08_left {
    min-width: 385px;
  }

  #content .cnt03_right,
  #content .cnt08_right {
    min-width: 635px;
  }
}
@media screen and (max-width: 768px) {
  .pc {
    display: none !important;
  }

  .box {
    width: 100%;
  }

  body {
    background: #1F1F1F;
  }

  #container #bg {
    width: 70%;
    background: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, black 40%, black 60%, rgba(0, 0, 0, 0) 100%);
  }

  #side {
    display: none;
  }

  #header #sub_nav_open {
    position: absolute;
    top: 13px;
    right: 65px;
    display: inline-block;
  }
  #header #sub_nav_open a {
    font-size: 12px;
    color: #fff;
    display: block;
    border: 1px solid #fff;
    line-height: 1;
    text-decoration: none;
    padding: 2px 4px;
  }
  #header #sub_nav {
    background: #000;
    top: 0;
    left: 0;
    right: 0;
    z-index: 20;
    padding-top: 10px;
    display: none;
    border-bottom: 1px solid #fff;
  }
  #header #sub_nav ul {
    border: none;
    display: block;
  }
  #header #sub_nav ul li {
    text-align: center;
    line-height: 30px;
    display: block;
    border-bottom: 1px dashed #fff;
    margin: 0;
  }
  #header #sub_nav ul li.sub_nav_tel a {
    display: inline-block;
  }
  #header #sub_nav ul li:last-child {
    border-bottom: none;
  }
  #header #sub_nav ul li img {
    vertical-align: middle;
    display: inline-block;
  }
  #header #sub_nav ul li a {
    display: block;
    line-height: 30px;
  }
  #header #nav {
    top: 8px;
    left: 8px;
  }
  #header #nav_open {
    position: relative;
    z-index: 20;
    top: -3px;
  }
  #header #nav_open.close span {
    width: 22px;
    height: 2px;
    top: 6px;
    left: -1px;
    transform: rotate(45deg);
  }
  #header #nav_open.close span::before {
    display: none;
  }
  #header #nav_open.close span::after {
    width: 22px;
    height: 2px;
    transform: rotate(-90deg);
    top: 0;
    left: 0;
  }
  #header #nav_list {
    width: 100vw;
    border-left: none;
    border-right: none;
    left: -8px;
    top: -8px;
    z-index: 10;
  }
  #header #nav_list > ul {
    padding-top: 40px;
  }
  #header #nav_list > ul li {
    text-align: center;
  }
  #header #nav_list > ul > li:first-child {
    border-top: 1px dashed #fff;
  }
  #header #nav_list > ul > li:last-child {
    border-bottom: 1px dashed #fff;
  }
  #header #nav_list #nav_close {
    padding: 15px 8px 5px;
  }
  #header #header_logo {
    width: 39px;
    height: auto;
    right: 11px;
  }

  #top {
    width: 100%;
    left: 0;
    transform: none;
  }
  #top #mv {
    height: 50vh !important;
  }
  #top #mv_title {
    top: calc(50% + 17px);
  }
  #top #lead {
    background-image: url(../img/sp/cnt01_bg.png);
    background-size: cover;
    width: 100% !important;
  }
  #top #lead .box .cnt01_text {
    position: static;
    transform: none;
    padding-top: 21%;
  }
  #top #lead .box .cnt01_text > p {
    font-size: 20px;
    line-height: 25px;
    margin-bottom: 10px;
  }
  #top #lead .box .cnt01_text #cnt01_border {
    background-image: url(../img/sp/cnt01_border.png);
    background-size: 100% auto;
    width: 250px;
    margin: 0 auto;
    height: 44px;
    padding-top: 3px;
  }
  #top #lead .box .cnt01_text #cnt01_border p {
    font-size: 12px;
    line-height: 19px;
  }
  #top #scroll {
    padding: 10px 0 0;
  }

  #content {
    background: none;
  }
  #content .cnt02 {
    padding: 25px 0;
  }
  #content .cnt02_img {
    position: static;
  }
  #content .cnt02_img img {
    width: 100%;
  }
  #content .cnt02_text {
    padding: 0;
    margin-bottom: 30px;
  }
  #content .cnt02_text_icon {
    text-align: center;
    margin-bottom: 25px;
  }
  #content .cnt02_text h2 {
    text-align: center;
    margin-bottom: 25px;
  }
  #content .cnt02_text p {
    padding: 0 10px;
    font-size: 14px;
    line-height: 23px;
    margin-bottom: 20px;
  }
  #content .cnt02_text p:last-child {
    line-height: 20px;
  }
  #content .cnt03 {
    background: #fff;
    padding: 25px 0 0;
    height: auto;
  }
  #content .cnt03_left, #content .cnt03_right {
    display: none;
  }
  #content .cnt03_text {
    height: auto;
    padding: 0;
  }
  #content .cnt03_text_icon {
    text-align: center;
    margin-bottom: 25px;
  }
  #content .cnt03_text h2 {
    text-align: center;
    margin-bottom: 25px;
  }
  #content .cnt03_text > img {
    width: 100%;
  }
  #content .cnt03_text .caption {
    bottom: 5px;
    right: 10px;
    font-size: 10px;
  }
  #content .cnt04 {
    padding: 40px 0 10px;
  }
  #content .cnt04_icon {
    text-align: center;
    margin-bottom: 30px;
  }
  #content .cnt04 h2 {
    text-align: center;
    margin-bottom: 25px;
  }
  #content .cnt04_img {
    padding: 0 10px;
  }
  #content .cnt04_img img {
    width: 100%;
  }
  #content .cnt05 {
    padding: 40px 0 10px;
  }
  #content .cnt05_icon {
    text-align: center;
    margin-bottom: 30px;
  }
  #content .cnt05 h2 {
    text-align: center;
    margin-bottom: 25px;
  }
  #content .cnt05_text dl {
    margin-bottom: 25px;
  }
  #content .cnt05_text dl dt {
    padding: 4px 5px;
    font-size: 18px;
    line-height: 40px;
    letter-spacing: -0.02em;
    margin: 10px 20px;
    background: url(../img/sp/cnt05_open.png) right center no-repeat;
    background-size: 30px 11px;
  }
  #content .cnt05_text dl dt::before {
    border-top-width: 24px;
    border-bottom-width: 24px;
    border-right-width: 10px;
    left: -10px;
  }
  #content .cnt05_text dl dt::after {
    border-top-width: 24px;
    border-bottom-width: 24px;
    border-left-width: 10px;
    right: -10px;
  }
  #content .cnt05_text dl dd {
    padding: 0 10px 50px;
  }
  #content .cnt05_text dl dd h3 {
    margin: 0 0 10px;
    height: auto;
  }
  #content .cnt05_text dl dd h3 span {
    background: none;
    font-size: 14px;
    line-height: 1.4;
    text-indent: -1em;
    padding-left: 1em;
  }
  #content .cnt05_text dl dd h3 span::before {
    top: 0;
    font-size: 14px;
    line-height: 1;
    margin-right: 0;
  }
  #content .cnt05_text dl dd h3::after {
    display: none;
  }
  #content .cnt05_text dl dd ul {
    margin: 0 0 8px 8px;
  }
  #content .cnt05_text dl dd ul li {
    font-size: 11px;
    line-height: 20px;
  }
  #content .cnt05_text dl dd a.hexagon_link {
    height: 40px;
    width: 23px;
  }
  #content .cnt05_text dl dd a.hexagon_link::before {
    left: -12px;
    border-right-width: 12px;
    border-top-width: 20px;
    border-bottom-width: 20px;
  }
  #content .cnt05_text dl dd a.hexagon_link::after {
    right: -12px;
    border-left-width: 12px;
    border-top-width: 20px;
    border-bottom-width: 20px;
  }
  #content .cnt05_text dl dd a.hexagon_link span.hexagon_text {
    font-size: 10px;
    width: 30px;
    z-index: 10;
    left: -3px;
    top: 20px;
  }
  #content .cnt05_text dl dd a.hexagon_link span.hexagon_arrow {
    width: 8px;
    height: 2px;
    top: 13px;
    left: 5px;
  }
  #content .cnt05_text dl dd a.hexagon_link span.hexagon_arrow::after {
    width: 8px;
    height: 2px;
    top: 3px;
    left: 6px;
  }
  #content .cnt06 {
    margin-bottom: 0;
    padding: 40px 0 10px;
  }
  #content .cnt06_icon {
    text-align: center;
    margin-bottom: 30px;
  }
  #content .cnt06 h2 {
    text-align: center;
    margin-bottom: 25px;
  }
  #content .cnt06_movie {
    padding: 0 10px;
  }
  #content .cnt06_movie a {
    display: block;
  }
  #content .cnt06_movie a img {
    width: 100%;
  }
  #content .cnt06_sec h3 {
    background: none;
    background: url(../img/sp/cnt06_title_bg_center.png) repeat-y;
    background-size: 100% 61px;
    margin: 0 23px;
    width: auto;
    height: 61px;
    font-size: 17px;
    line-height: 21px;
    text-align: center;
    padding: 9px 0 0 0;
    position: relative;
  }
  #content .cnt06_sec h3::before {
    content: "";
    width: 10px;
    height: 61px;
    position: absolute;
    top: 0;
    left: -10px;
    background: url(../img/sp/cnt06_title_bg_left.png) no-repeat;
    background-size: 10px 61px;
  }
  #content .cnt06_sec h3::after {
    content: "";
    width: 10px;
    height: 61px;
    position: absolute;
    top: 0;
    right: -10px;
    background: url(../img/sp/cnt06_title_bg_right.png) no-repeat;
    background-size: 10px 61px;
  }
  #content .cnt06_sec_img img,
  #content .cnt06_sec_img video {
    width: 100%;
    height: auto;
  }
  #content .cnt06_sec_box .cnt06_sec_img {
    padding-bottom: 20px;
  }
  #content .cnt06_sec_box .cnt06_sec_img:last-child {
    border-bottom: 1px dashed #fff;
  }
  #content .cnt06_sec_box .cnt06_sec_img.noborder {
    border: none;
  }
  #content .cnt06_sec_box h4 {
    font-size: 17px;
    line-height: 21px;
    padding: 20px 0 10px;
  }
  #content .cnt06_sec_box h4.mb10 {
    padding-bottom: 0;
  }
  #content .cnt06_sec_box p {
    font-size: 11px;
    padding: 0 10px;
    line-height: 17px;
  }
  #content .cnt07 {
    padding: 40px 0 10px;
  }
  #content .cnt07_left {
    float: none;
    height: 125vw;
    background: url(../img/sp/cnt07_img.png) 0 120px no-repeat;
    background-size: 100% auto;
  }
  #content .cnt07_left h2 {
    text-align: center;
    margin-bottom: 25px;
  }
  #content .cnt07_text {
    margin: 0 10px;
    padding-right: 100px;
  }
  #content .cnt07_text p {
    font-size: 12px;
    line-height: 28px;
    padding-left: 10px;
    margin-bottom: 24px;
  }
  #content .cnt07_text p span {
    font-size: 12px;
    line-height: 28px;
  }
  #content .cnt07_right {
    display: none;
  }
  #content .cnt08 {
    background: #000;
    padding: 0;
    height: auto;
  }
  #content .cnt08_left, #content .cnt08_right {
    display: none;
  }
  #content .cnt08_text {
    background: #fff;
    padding: 25px 0 0;
    height: auto;
    margin: 0;
  }
  #content .cnt08_text_icon {
    text-align: center;
    margin-bottom: 25px;
  }
  #content .cnt08_text h2 {
    text-align: center;
    margin-bottom: 25px;
  }
  #content .cnt08_text > img {
    width: 100%;
  }
  #content .cnt08_text .caption {
    bottom: 5px;
    right: 10px;
    font-size: 10px;
  }
  #content .cnt08_movie {
    padding: 25px 10px 10px;
  }
  #content .cnt08_movie a {
    display: block;
  }
  #content .cnt08_movie a p {
    font-size: 12px;
  }
  #content .cnt08_movie a img {
    width: 100%;
  }
  #content .cnt09 {
    padding: 40px 0 10px;
  }
  #content .cnt09_icon {
    text-align: center;
    margin-bottom: 30px;
  }
  #content .cnt09 h2 {
    text-align: center;
    margin-bottom: 25px;
  }
  #content .cnt09_text dl {
    margin-bottom: 20px;
  }
  #content .cnt09_text dl dt {
    padding: 4px 5px;
    font-size: 18px;
    line-height: 40px;
    letter-spacing: -0.02em;
    margin: 10px 20px;
    background: url(../img/sp/cnt05_open.png) right center no-repeat;
    background-size: 30px 11px;
  }
  #content .cnt09_text dl dt::before {
    border-top-width: 24px;
    border-bottom-width: 24px;
    border-right-width: 10px;
    left: -10px;
  }
  #content .cnt09_text dl dt::after {
    border-top-width: 24px;
    border-bottom-width: 24px;
    border-left-width: 10px;
    right: -10px;
  }
  #content .cnt09_text dl dd {
    padding-bottom: 60px;
  }
  #content .cnt09_text dl dd img {
    width: 100%;
  }
  #content .cnt09_text dl dd p {
    font-size: 11px;
    line-height: 17px;
    padding: 0 17px;
    margin-bottom: 17px;
  }
  #content .cnt09_text dl dd a.hexagon_link {
    height: 40px;
    width: 23px;
  }
  #content .cnt09_text dl dd a.hexagon_link::before {
    left: -12px;
    border-right-width: 12px;
    border-top-width: 20px;
    border-bottom-width: 20px;
  }
  #content .cnt09_text dl dd a.hexagon_link::after {
    right: -12px;
    border-left-width: 12px;
    border-top-width: 20px;
    border-bottom-width: 20px;
  }
  #content .cnt09_text dl dd a.hexagon_link span.hexagon_text {
    font-size: 10px;
    width: 30px;
    z-index: 10;
    left: -3px;
    top: 20px;
  }
  #content .cnt09_text dl dd a.hexagon_link span.hexagon_arrow {
    width: 8px;
    height: 2px;
    top: 13px;
    left: 5px;
  }
  #content .cnt09_text dl dd a.hexagon_link span.hexagon_arrow::after {
    width: 8px;
    height: 2px;
    top: 3px;
    left: 6px;
  }
  #content .cnt09_text dl.charm_01 dd {
    padding-bottom: 10px;
  }
  #content .cnt09_text dl.charm_02 dt {
    line-height: 20px;
    text-indent: -1em;
    padding: 10px 5px;
    padding-left: calc(1em + 5px);
  }
  #content .cnt09_text dl.charm_02 dt::before {
    border-top-width: 30px;
    border-bottom-width: 30px;
  }
  #content .cnt09_text dl.charm_02 dt::after {
    border-top-width: 30px;
    border-bottom-width: 30px;
  }
  #content .cnt10 {
    margin-bottom: 0;
    padding: 40px 0 10px;
  }
  #content .cnt10_icon {
    text-align: center;
    margin-bottom: 30px;
  }
  #content .cnt10 h2 {
    text-align: center;
    margin-bottom: 25px;
  }
  #content .cnt10_rap {
    display: block;
    padding: 0 10px;
  }
  #content .cnt10_box {
    width: 100%;
    margin-bottom: 20px;
  }
  #content .cnt10_box::before {
    top: 32vw;
    bottom: 15vw;
  }
  #content .cnt10_box_bottom {
    height: 15vw;
    width: calc(100% - 13vw);
  }
  #content .cnt10_box_bottom::before {
    right: -13vw;
    border-bottom-width: 15vw;
    border-left-width: 13vw;
  }
  #content .cnt10_box_head {
    height: 32vw;
  }
  #content .cnt10_box_head h3 img {
    width: 100%;
  }
  #content .cnt10_box_body {
    padding: 0 13px;
  }
  #content .cnt10_box_body p {
    font-size: 11px;
    line-height: 19px;
    padding: 13px 0;
  }
  #content .cnt10_box_body_img {
    padding: 13px 0;
  }
  #content .cnt10_box_body_img img {
    width: 100%;
  }
  #content .cnt10 p.detail_link {
    font-size: 11px;
    line-height: 17px;
    padding: 0 10px 10px;
  }
  #content .cnt11 {
    margin-bottom: 0;
    padding: 40px 0 10px;
  }
  #content .cnt11_icon {
    text-align: center;
    margin-bottom: 30px;
  }
  #content .cnt11 h2 {
    text-align: center;
    margin-bottom: 25px;
  }
  #content .cnt11 .cnt11_rap ul li {
    list-style: none;
    margin-bottom: 2px !important;
    width: calc( (100vw - 4px) / 3 );
  }
  #content .cnt11 .cnt11_rap ul li a {
    display: block;
  }
  #content .cnt11 .cnt11_rap ul li a img {
    width: 100%;
    height: auto;
  }
  #content .cnt11 .cnt11_rap p {
    font-size: 10px;
    padding: 0 5px;
  }
  #content .page_top {
    padding: 0 0 10px;
    text-align: center;
    font-size: 10px;
  }
  #content .page_top a {
    padding: 10px;
    display: inline-block;
  }

  #footer {
    padding: 10px 0;
  }
  #footer h3 {
    margin: 0 0 65px 10px;
  }
  #footer h3 img {
    width: 60px;
    height: auto;
  }
  #footer_copy {
    position: static;
  }
  #footer_copy #company {
    font-size: 12px;
    line-height: 17px;
    position: absolute;
    bottom: 40px;
    left: 10px;
    text-align: left;
    border: none;
  }
  #footer_copy #company a {
    text-decoration: underline;
  }
  #footer_copy p#copyright {
    font-size: 10px;
    text-align: center;
    line-height: 25px;
    border-top: 1px solid #fff;
  }
  #footer_copy #footer_contact_open {
    position: absolute;
    top: 0;
    right: 10px;
    display: inline-block;
  }
  #footer_copy #footer_contact_open a {
    background: #000;
    font-size: 12px;
    color: #fff;
    display: block;
    border: 1px solid #fff;
    line-height: 1;
    text-decoration: none;
    padding: 2px 4px;
  }
  #footer_copy #footer_contact {
    position: absolute;
    background: #000;
    bottom: -150%;
    transition: .4s;
    left: 0;
    right: 0;
    z-index: 20;
    padding: 10px 0 30px;
    border-top: 1px solid #fff;
  }
  #footer_copy #footer_contact.on {
    bottom: -10px;
  }
  #footer_copy #footer_contact #footer_contact_close {
    position: absolute;
    top: 5px;
    right: 10px;
    width: 25px;
    height: 25px;
  }
  #footer_copy #footer_contact #footer_contact_close::before {
    width: 25px;
    height: 1px;
    background: #fff;
    content: "";
    position: absolute;
    top: 4px;
    left: 4px;
    transform: rotate(45deg);
    transform-origin: left;
  }
  #footer_copy #footer_contact #footer_contact_close::after {
    width: 25px;
    height: 1px;
    background: #fff;
    content: "";
    position: absolute;
    top: 4px;
    right: 4px;
    transform: rotate(-45deg);
    transform-origin: right;
  }
  #footer_copy #footer_contact ul {
    border: none;
    display: block;
  }
  #footer_copy #footer_contact ul li {
    text-align: center;
    line-height: 30px;
    margin: 0;
    display: block;
    border-bottom: 1px dashed #fff;
  }
  #footer_copy #footer_contact ul li.footer_contact_tel a {
    display: inline-block;
  }
  #footer_copy #footer_contact ul li img {
    vertical-align: middle;
  }
  #footer_copy #footer_contact ul li a {
    display: block;
    line-height: 30px;
  }
  #footer_nav {
    display: none;
  }

  #fixed {
    height: 117px;
    padding: 13px 10px;
  }
  #fixed p {
    font-size: 15px;
    margin-bottom: 8px;
  }
  #fixed ul li {
    display: block;
  }
  #fixed ul li:first-child {
    margin-bottom: 11px;
  }
  #fixed ul li:first-child img {
    width: 211px;
    height: auto;
  }
  #fixed ul li:last-child {
    margin: 0;
  }
  #fixed ul li:last-child img {
    width: 208px;
    height: auto;
  }
}

/*# sourceMappingURL=style.css.map */
