@charset "UTF-8";
/*--------------------------------------------------------------
Foundation
--------------------------------------------------------------*/
@import url("https://fonts.googleapis.com/css?family=Muli:400,600,700,900&display=swap");
@import url("https://fonts.googleapis.com/css?family=Ropa+Sans&display=swap");
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP:700&display=swap");
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, i, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td, figure, figcaption,
input, textarea, select, i {
  border: 0;
  font-style: inherit;
  font-weight: inherit;
  font-size: inherit;
  line-height: inherit;
  font-family: inherit;
  color: inherit;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline;
  line-height: 1.5;
}

html {
  font-size: 62.5%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

input[type="submit"], button {
  -webkit-appearance: none;
}

body {
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.5;
  background: #fff;
  color: #000;
  overflow-y: scroll;
  font-family: "Hiragino Sans", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "メイリオ", "Meiryo", sans-serif;
}

ul, li {
  list-style: none;
}

table {
  border-collapse: collapse;
  width: 100%;
}

a:hover,
a:active,
a:focus {
  outline: 0;
}

a {
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  transition: opacity .2s ease-in;
  -webkit-transition: opacity .2s ease-in;
  transition-property: opacity, color, background, transform, box-shadow;
  -webkit-transition-property: opacity, color, background, transform, box-shadow;
  opacity: 1;
  line-height: inherit;
}

img,
input[type="image"] {
  border: 0;
  height: auto;
  max-width: 100%;
}

input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: none;
  border-radius: 0;
}

strong {
  font-weight: bold;
}

a {
  text-decoration: none;
}

a:hover,
input[type="image"]:hover {
  opacity: 0.7;
}

p {
  font-size: 1.4rem;
}

p * {
  line-height: inherit;
}

.m_ft {
  font-family: YuMincho, "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.ft_e {
  font-family: Futura, 'Century Gothic', "游ゴシック", "YuGothic", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", "ＭＳ Ｐゴシック", sans-serif;
  font-family: 'Muli', sans-serif;
}

.ft_e2 {
  font-family: 'Ropa Sans', sans-serif;
}

.ft_gb {
  font-family: 'Noto Sans JP', sans-serif;
}

/*--------------------------------------------------------------
Component
--------------------------------------------------------------*/
.evt {
  visibility: hidden;
}

.c_anchor {
  position: absolute;
  width: 100%;
  left: 0;
  margin-top: -3.4em;
}

@media screen and (max-width: 767px) {
  .c_anchor {
    margin-top: -3.2em;
  }
}

.c_ttl {
  text-align: center;
  font-size: 1.1rem;
  font-weight: bold;
}

.c_ttl i {
  display: block;
  font-size: 2.6rem;
  font-weight: 900;
  letter-spacing: .08em;
}

.c_btn {
  text-align: center;
}

.c_btn a {
  display: inline-block;
  color: #fff;
  background: #000;
  font-size: 1.4rem;
  width: 18.6em;
  padding: 1em 0;
}

/*--------------------------------------------------------------
Layout/PageBase
--------------------------------------------------------------*/
#header {
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 66;
  height: 3.4em;
  background: #000;
}

#header a {
  display: block;
}

@media screen and (min-width: 768px) {
  #header {
    text-align: right;
  }
}

@media screen and (max-width: 767px) {
  #header {
    height: 3.2em;
  }
}

header.home #header {
  background: none;
}

body.fixed header.home #header {
  background: #000;
}

.h_logo {
  position: absolute;
  width: 6.15em;
  left: 1.5em;
  top: 1.1em;
}

@media screen and (max-width: 767px) {
  .h_logo {
    left: 4%;
  }
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .h_logo {
    left: 1em;
  }
}

@media screen and (min-width: 768px) {
  .h_cart {
    position: absolute;
    right: 1.3em;
    top: 1em;
    width: 1.6em;
  }
}

@media screen and (max-width: 767px) {
  .h_cart {
    text-align: center;
    width: 1.6em;
    margin: 1em auto;
  }
}

@media screen and (min-width: 768px) {
  .h_nav {
    color: #fff;
    padding-top: .9em;
    padding-right: 1.2em;
    margin-right: 3em;
  }
  .h_nav li {
    display: inline-block;
    text-align: center;
  }
  .h_nav a {
    font-size: 1rem;
    padding: 0 1em;
    letter-spacing: .08em;
  }
  .h_nav i {
    display: block;
    font-size: 1.6rem;
    font-weight: 600;
  }
  .h_nav i.out {
    background: url(../img/ico_window.png) no-repeat right center;
    background-size: .8125em;
    padding-right: 1.2em;
  }
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .h_nav {
    padding-right: 1em;
  }
  .h_nav a {
    padding: 0 .5em;
  }
}

@media screen and (max-width: 767px) {
  .h_nav {
    margin: 3.2em 0 0;
    text-align: center;
    color: #fff;
    border-top: solid 1px #a2a2a2;
  }
  .h_nav li {
    border-bottom: solid 1px #a2a2a2;
    font-size: 1.8rem;
  }
  .h_nav a {
    padding: .5em;
  }
  .h_nav span {
    display: block;
	  font-size: 1.3rem;
  }
}

@media screen and (min-width: 768px) {
  #toggle_menu {
    display: block !important;
  }
}

@media screen and (max-width: 767px) {
  .h_menu {
    display: block;
    position: fixed;
    right: 4%;
    top: .6em;
    cursor: pointer;
    z-index: 66;
    padding: 1em 0;
    text-align: center;
  }
  .h_menu_icon {
    position: relative;
    display: block;
  }
  .h_menu_icon,
  .h_menu_icon:before,
  .h_menu_icon:after {
    width: 1.6em;
    height: 2px;
    background-color: #fff;
    -webkit-transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    -webkit-transition-property: background-color, top;
    transition-property: background-color, top;
  }
  .h_menu_icon:before,
  .h_menu_icon:after {
    position: absolute;
    top: -.6em;
    left: 0;
    content: '';
  }
  .h_menu_icon:after {
    top: .6em;
  }
  body.open .h_menu_icon {
    background-color: transparent;
  }
  body.open .h_menu_icon:before,
  body.open .h_menu_icon:after {
    top: 0;
  }
  body.open .h_menu_icon:before {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  body.open .h_menu_icon:after {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  #toggle_menu {
    display: none;
    position: fixed;
    top: 0;
    z-index: 9;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.9);
  }
  .h_sp_inner {
    overflow-y: auto;
    height: 100vh;
  }
  body.open {
    overflow-y: hidden;
  }
  body.open #toggle_menu {
    left: 0;
  }
}

#footer {
  text-align: center;
  margin-top: 5em;
}

@media screen and (max-width: 767px) {
  #footer {
    margin-top: 3em;
  }
}

.f_nav li {
  display: inline-block;
  font-size: 1.3rem;
}

.f_nav li + li:before {
  content: '|';
  margin: 0 .5em 0 .25em;
}

.f_btm {
  margin: .5em .45em 0;
  border-top: solid .3em #040404;
  padding: .3em .8em 1em;
  position: relative;
}

@media screen and (min-width: 768px) {
  .f_btm {
    text-align: left;
  }
}

@media screen and (min-width: 768px) {
  .f_logo {
    display: inline-block;
    margin-right: 2em;
    vertical-align: center;
  }
}

.f_logo img {
  width: 3.175em;
}

.f_info {
  font-size: 1.2rem;
}

@media screen and (min-width: 768px) {
  .f_info {
    vertical-align: 10%;
    display: inline-block;
  }
  .f_info .pp {
    margin-right: 2.5em;
  }
  .f_info i {
    margin-right: 1em;
  }
}

@media screen and (max-width: 767px) {
  .f_info {
    margin: .3em 0 1em;
  }
}

.f_copy {
  font-size: 1.3rem;
  font-weight: bold;
}

@media screen and (min-width: 768px) {
  .f_copy {
    position: absolute;
    right: .5em;
    top: 1em;
  }
}

/*--------------------------------------------------------------
Project
--------------------------------------------------------------*/

.top_main {
  background: url(../img/top_fv_img.jpg) no-repeat center center;
  height: 83vh;
  position: relative;
}
/* @media screen and (max-width: 767px) {
  .top_main {
	 height: 90vh;
	}
}
 */

.top_main p {
  color: #fff;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  font-size: 2.4rem;
}

.top_main p i {
  display: block;
  font-size: 191.6%;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: .2em;
}

@media screen and (max-width: 767px) {
  .top_main p {
    font-size: 2rem;
  }
}

.top_main .scroll {
  position: absolute;
  bottom: 1.3em;
  z-index: 10;
  left: 50%;
  transform: translate(-50%, 0);
}

.top_main .scroll a {
  display: block;
}

.top_main .scroll img {
  width: 2.325em;
  display: block;
}

@media screen and (max-width: 767px) {
  .top_main .scroll {
    bottom: 2.5em;
  }
}

.top_slide {
  padding: 2.5em 0 1.5em;
  overflow: hidden;
}

.top_slide li {
  width: 18.5em !important;
  padding: 0 .3em;
}

.top_slide li a {
  display: block;
}

.top_slide li img {
  border: solid 1px #ccc;
  display: block;
}

.top_slide .bx-wrapper {
  position: relative;
}

.top_slide .bx-pager {
  position: absolute;
  bottom: -1.5em;
  width: 100%;
  text-align: center;
}

.top_slide .bx-pager a {
  display: inline-block;
  vertical-align: bottom;
  color: transparent;
  width: .5em;
  height: .5em;
  background: #e3e3e3;
  border-radius: 50%;
}

.top_slide .bx-pager a:hover {
  background: #000;
}

.top_slide .bx-pager a.active {
  background: #000;
}

.top_slide .bx-pager-item {
  display: inline-block;
  padding: 0 .4em;
}

.top_slide .bx-viewport {
  overflow: visible !important;
  left: 50%;
  margin-left: -9.25em;
}

.top_slide .bx-prev {
  left: 0;
}

.top_slide .bx-prev:before {
  content: '';
  position: absolute;
  left: .5em;
  width: .9em;
  height: .9em;
  border-bottom: 2px solid #fff;
  border-left: 2px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 50%;
  margin-top: -.5em;
}

.top_slide .bx-next {
  right: 0;
}

.top_slide .bx-next:before {
  content: '';
  position: absolute;
  width: .9em;
  height: .9em;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 50%;
  margin-top: -.5em;
}

.top_slide .bx-controls-direction a {
  position: absolute;
  top: 0;
  width: 1.5em;
  height: 100%;
  background: black;
  color: transparent;
  background-size: contain;
}

.top_topics {
  margin-top: 5em;
}

@media screen and (max-width: 767px) {
  .top_topics {
    margin-top: 3em;
  }
}

.top_topics ul {
  margin-top: 1.5em;
}

.top_info {
  margin-top: 3.5em;
}

@media screen and (max-width: 767px) {
  .top_info {
    margin-top: 2.5em;
  }
}

.top_info ul {
  margin: 1.5em 0;
}

@media screen and (min-width: 768px) {
  .top_info ul {
    margin-left: 4em;
    margin-right: 4em;
  }
}

.top_menu {
  margin-top: 4.5em;
}

@media screen and (max-width: 767px) {
  .top_menu {
    margin-top: 2.5em;
  }
}

@media screen and (min-width: 768px) {
  .top_menu ul > * {
    width: 48.5%;
  }
  .top_menu ul > *:nth-child(even) {
    float: right;
  }
  .top_menu ul > *:nth-child(odd) {
    float: left;
    clear: both;
  }
}

.top_menu ul {
  margin-bottom: -1.4em;
}

.top_menu li {
  margin-bottom: 1.4em;
}

.top_menu li img {
  display: block;
  border: solid 1px #dcdcdc;
  margin-bottom: .6em;
}

.top_menu li a {
  display: block;
}

.top_menu li dt {
  font-weight: bold;
  font-size: 1rem;
  margin-bottom: .5em;
}

.top_menu li dt i {
  font-size: 2.2rem;
  margin-right: .5em;
}

.top_menu li dd {
  font-size: 1.4rem;
}

.low {
  margin-top: 3.4em;
}

@media screen and (max-width: 767px) {
  .low {
    margin-top: 3.2em;
  }
}

.low_header {
  padding: 1.8em 0 2.5em;
}

@media screen and (max-width: 767px) {
  .low_header {
    padding: 1.2em 0 1.5em;
  }
}

.low_path {
  padding: 1.2em 1.5em 2.5em;
}

.low_path li {
  font-size: 1.2rem;
  font-weight: bold;
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .low_path {
    padding: 1.2em 1em 2.5em;
  }
}

@media screen and (max-width: 767px) {
  .low_path {
    padding: 1em 4% 1.2em;
  }
}

@media screen and (min-width: 768px) {
  .low_main {
    float: right;
    width: 37em;
  }
  .low_cate {
    width: 7.5em;
    float: left;
  }
}

.low_cate li {
  text-align: center;
  font-size: 1.6rem;
  font-weight: bold;
  margin-bottom: 1.5em;
}

.low_cate li > * {
  display: block;
  padding: .6em 0;
}

.low_cate a.active {
  background: #000;
  color: #fff;
}

@media screen and (max-width: 767px) {
  .low_cate {
    margin-top: 2em;
  }
  .low_cate li {
    margin-bottom: .8em;
  }
}

.info_list {
  border-top: dotted 1px #000;
}

.info_list li {
  border-bottom: dotted 1px #000;
  font-size: 1.4rem;
  position: relative;
}

.info_list li span {
  font-weight: bold;
}

.info_list li a {
  display: block;
  padding: 1.7em 0 1.5em;
}

@media screen and (min-width: 768px) {
  .info_list li {
    padding-left: 7em;
  }
  .info_list li span {
    position: absolute;
    left: .5em;
  }
}

@media screen and (max-width: 767px) {
  .info_list li span {
    display: block;
    margin-bottom: .3em;
  }
  .info_list li a {
    padding: 1.2em 0 1.1em;
  }
}

.pro_header {
  background: url(../img/product_kv_img01.jpg) no-repeat center center;
  background-size: cover;
  height: 35em;
  position: relative;
  margin-bottom: 3.5em;
}

.pro_header .ttl {
  font-size: 7rem;
  color: #fff;
  text-shadow: 0 0 0.2em rgba(0, 0, 0, 0.57);
  position: absolute;
  left: 50%;
  margin-left: 5.4em;
  bottom: 1.8em;
}

@media screen and (max-width: 1480px) {
  .pro_header .ttl {
    left: auto;
    margin-left: 0;
    right: .2em;
  }
}

@media screen and (max-width: 767px) {
  .pro_header {
    height: 20em;
    margin-bottom: 2.5em;
  }
  .pro_header .ttl {
    font-size: 5.5rem;
  }
}

.pro_lead {
  text-align: center;
  margin-bottom: 4.5em;
}

.pro_lead .ttl {
  font-size: 3.2rem;
  font-weight: bold;
  margin-bottom: 1.2em;
}

.pro_lead p {
  font-size: 1.6rem;
  line-height: 2;
  margin-bottom: 3.5em;
}

.pro_lead img {
  width: 46.775em;
}

@media screen and (max-width: 767px) {
  .pro_lead {
    margin-bottom: 2.5em;
  }
  .pro_lead .ttl {
    font-size: 2.4rem;
  }
  .pro_lead p {
    font-size: 1.5rem;
    margin-bottom: 2em;
  }
}

.pro_ttl {
  font-weight: 900;
  text-align: center;
  font-size: 4rem;
  letter-spacing: .05em;
  margin-bottom: -1.5em;
}

@media screen and (max-width: 767px) {
  .pro_ttl {
    font-size: 3.4rem;
  }
}

.pro_nav {
  background: #f2f2f2;
  text-align: center;
  padding: 1em 0 .5em;
  margin: 0 0 4em;
  white-space: nowrap;
}

.pro_nav.b {
  margin: 0;
}

@media screen and (max-width: 767px) {
  .pro_nav {
    margin: 5em 0 2em;
  }
}

.pro_nav li {
  display: inline-block;
  width: 8.5em;
}

.pro_nav img {
  width: 4.2em;
}

.pro_nav p {
  font-size: 1.3rem;
}

@media screen and (max-width: 767px) {
  .pro_nav li {
    width: auto;
    margin: 0 .2em;
  }
  .pro_nav img {
    width: 3em;
  }
}

.pro_box {
  margin-bottom: 2.5em;
}

@media screen and (max-width: 767px) {
  .pro_box .desc {
    margin-bottom: 1em;
  }
  .pro_box .more {
    text-align: right;
  }
  .pro_box .img {
    text-align: center;
  }
}

@media screen and (min-width: 768px) {
  .pro_box {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    align-items: center;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .pro_box.a {
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    -webkit-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  .pro_box.a .desc {
    margin-left: auto;
  }
  .pro_box .img img.b {
    margin-right: 4em;
  }
}

.pro_box .desc.a {
  text-align: right;
}

.pro_box .ttl {
  margin-bottom: 1em;
}

.pro_box dt {
  font-weight: bold;
  font-size: 1.6rem;
  margin-bottom: .4em;
}

.pro_box dd {
  font-size: 1.4rem;
  line-height: 2;
}

.pro_box p {
  line-height: 2;
}

.pro_box .more {
  margin-top: 1.2em;
}

.pro_box .more a {
  display: inline-block;
  background: #000;
  color: #fff;
  position: relative;
  font-size: 1.4rem;
  padding: .5em 1em .4em 1.8em;
  letter-spacing: .08em;
}

.pro_box .more a:before {
  content: '';
  position: absolute;
  left: .5em;
  top: 1em;
  width: .5em;
  height: .5em;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.pro_box .wave {
  margin-top: 1.5em;
}

.pro_box .wave img {
  width: 18em;
}

.pro_box .ttl img.a {
  width: 14.85em;
}

.pro_box .ttl img.b {
  width: 7.65em;
}

.pro_box .ttl img.c {
  width: 6.5em;
}

.pro_box .ttl img.d {
  width: 7.9em;
}

.pro_box .ttl img.e {
  width: 13.45em;
}

.pro_box .ttl img.f {
  width: 16.6em;
}

.pro_box .ttl img.g {
  width: 11.75em;
}

.pro_box .ttl img.h {
  width: 15.75em;
}

.pro_box .img img.a {
  width: 30.3em;
}

.pro_box .img img.b {
  width: 8.85em;
}

.pro_box .img img.c {
  width: 20em;
}

.pro_box .img img.d {
  width: 19.3em;
}

.pro_box .img img.e {
  width: 20.45em;
}

.pro_box .img img.f {
  width: 19.6em;
}

.pro_box .img img.g {
  width: 19.25em;
}

.pro_box .img img.h {
  width: 19.475em;
}

.pro_cart {
  text-align: center;
}

@media screen and (min-width: 768px) {
  .pro_cart {
    width: 12.5em;
    position: absolute;
  }
}

.pro_cart .btn {
  margin-top: 1.5em;
}

.pro_cart .btn a {
  display: inline-block;
  background: #000;
  font-size: 1.4rem;
  color: #fff;
  background: #000 url(../img/ico_cart.png) no-repeat 0.8em center;
  background-size: 1.36em;
  width: 12.1em;
  padding: .8em 0;
}

.pro_cart p {
  font-size: 1rem;
  margin-top: 3em;
}

@media screen and (max-width: 767px) {
  .pro_cart {
    margin-top: 2em;
  }
  .pro_cart > img {
    max-width: 60%;
  }
}

.pro_spec {
  margin-bottom: -1em;
}

@media screen and (min-width: 768px) {
  .pro_spec {
    width: 35em;
    margin-left: auto;
  }
  .pro_spec .col table {
    float: left;
    width: 48%;
  }
  .pro_spec .col table + table {
    float: right;
  }
}

.pro_spec .col.b {
/*   margin-top: 1.8em; */
	margin-bottom: 3em;
}

.pro_spec .col.b table {
/*   border-top: solid 1px #cdcdcd; */
  border-top: none;
}

@media screen and (max-width: 767px) {
  .pro_spec .col.b table + table {
    border-top: none;
  }
}

.pro_spec .col td {
  text-align: center;
}

@media screen and (max-width: 767px) {
  .pro_spec .col th {
    width: 60%;
  }
}

.pro_spec > dt {
  background: #000;
  color: #fff;
  font-size: 1.4rem;
  padding: .6em 1em;
}

.pro_spec > dd {
  margin-bottom: 3em;
}

.pro_spec > dd p {
  font-size: 1.2rem;
  margin-top: .7em;
}

.pro_spec > dd dl {
  font-size: 1.2rem;
  margin-top: 1.5em;
}

.pro_spec th {
  text-align: left;
  width: 14em;
}

@media screen and (max-width: 767px) {
  .pro_spec th {
    width: 12em;
  }
}

.pro_spec tr > * {
  border-bottom: solid 1px #cdcdcd;
  font-size: 1.2rem;
  padding: .8em 1em;
}

@media screen and (max-width: 767px) {
  .pro_spec {
    margin: 2em 0 -1em;
  }
  .pro_spec > dd {
    margin-bottom: 2em;
  }
	.top-en-sp {
		margin-top: .5em;
	}
}

.pro3d_main {
  position: relative;
}

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

.pro3d_main .ttl {
  position: absolute;
  bottom: 4%;
  width: 28.675em;
  left: 12%;
}

@media screen and (max-width: 767px) {
  .pro3d_main .ttl {
    width: 45%;
  }
}

.pro3d_lead {
  text-align: center;
  padding: 3.5em 0;
}

.pro3d_lead p {
  font-size: 3rem;
  font-weight: bold;
}

.pro3d_lead p i {
  display: block;
  font-style: italic;
  color: #db0400;
  font-size: 66.6%;
  letter-spacing: .1em;
  margin-top: 1.5em;
}

@media screen and (max-width: 767px) {
  .pro3d_lead {
    padding: 2.5em 0;
  }
  .pro3d_lead p {
    font-size: 2.4rem;
  }
}

.pro3d_feature {
  position: relative;
  background: #000;
}

@media screen and (min-width: 768px) {
  .pro3d_feature .img {
    width: 50%;
    position: absolute;
    height: 100%;
    top: 0;
  }
  .pro3d_feature .desc {
    width: 50%;
    height: 15em;
  }
  .pro3d_feature .desc img {
    height: 100%;
  }
  .pro3d_feature dl {
    width: 25em;
    position: relative;
    top: 50%;
    transform: translate(0, -50%);
  }
  .pro3d_feature.a .img {
    left: 50%;
  }
  .pro3d_feature.a .desc img {
    right: 0;
  }
  .pro3d_feature.a dl {
    margin-left: auto;
  }
  .pro3d_feature.b .desc {
    margin-left: auto;
  }
  .pro3d_feature.b dl {
    margin-left: 3em;
  }
}

.pro3d_feature .img {
  background: url(../img/3d_img02.jpg) no-repeat center center;
  background-size: cover;
}

.pro3d_feature.b .img {
  background-image: url(../img/3d_img03.jpg);
}

.pro3d_feature .desc {
  position: relative;
}

.pro3d_feature .desc img {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
}

.pro3d_feature dl {
  color: #fff;
  position: relative;
}

.pro3d_feature dt {
  font-size: 3rem;
  letter-spacing: .08em;
  margin-bottom: 1em;
}

.pro3d_feature dt i {
  font-size: 66.6%;
  color: #da0400;
  display: block;
}

.pro3d_feature dd {
  font-size: 1.8rem;
}

.pro3d_feature dd small {
  font-size: 66.6%;
  display: block;
  margin-top: .7em;
}

@media screen and (max-width: 767px) {
  .pro3d_feature .img {
    height: 8em;
  }
  .pro3d_feature .desc {
    overflow: hidden;
    padding: 1.5em 0;
    width: 19em;
    margin: 0 auto;
  }
}

.pro3d_wave {
  background: url(../img/3d_bg01.jpg) no-repeat center center;
  background-size: cover;
  padding: 5em 0 4.5em;
}

@media screen and (min-width: 768px) {
  .pro3d_wave .desc {
    float: right;
    width: 45%;
  }
  .pro3d_wave p {
    position: absolute;
    bottom: .5em;
    margin-left: 55%;
  }
  .pro3d_wave .img {
    float: left;
    width: 50.6%;
  }
}

.pro3d_wave p {
  font-size: 1rem;
}

.pro3d_wave dt {
  color: #da0400;
  line-height: 1.8;
  margin-bottom: 1.5em;
}

.pro3d_wave dd {
  font-size: 1.4rem;
  line-height: 2.2;
}

@media screen and (max-width: 767px) {
  .pro3d_wave {
    padding: 2em 0 2.5em;
  }
  .pro3d_wave dd br {
    display: none;
  }
  .pro3d_wave .img {
    margin: 1.5em 0 1em;
  }
}

.prodi_main {
  background: url(../imgs/di/di_kv_bg.jpg) no-repeat center center;
  background-size: cover;
  height: 30em;
  position: relative;
  padding-top: 4em;
  text-align: center;
  color: #fff;
}

.prodi_main .ttl {
  font-size: 1.6rem;
  margin-bottom: .5em;
}

.prodi_main .ttl img {
  display: block;
  margin: 0 auto 1.6em;
  width: 11.9375em;
}

.prodi_main .ttl em {
  font-size: 150%;
}

.prodi_main .ttl small {
  font-size: 50%;
}

.prodi_main p {
  font-size: 6rem;
}

@media screen and (max-width: 767px) {
  .prodi_main {
    padding-top: 2em;
    height: 20em;
  }
  .prodi_main p {
    font-size: 3.7rem;
  }
}

.prodi_img {
  text-align: center;
  position: relative;
  top: -9.5em;
  margin-bottom: -5em;
}

.prodi_img img {
  width: 35.2em;
}

@media screen and (max-width: 767px) {
  .prodi_img {
    top: -5.3em;
    margin-bottom: -2em;
  }
  .prodi_img img {
    width: 20em;
  }
}

.prodi_lead {
  margin-bottom: 5.5em;
}

@media screen and (min-width: 768px) {
  .prodi_lead dl {
    float: right;
    width: 25.5em;
  }
  .prodi_lead > img {
    width: 20em;
    float: left;
  }
  .prodi_lead dt img {
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
  }
}

.prodi_lead dt {
  font-size: 2rem;
  position: relative;
  letter-spacing: -.05em;
  margin-bottom: .8em;
}

.prodi_lead dt img {
  width: 9.5em;
  right: 0;
}

.prodi_lead dd {
  font-size: 1.4rem;
  line-height: 2.4;
}

@media screen and (max-width: 767px) {
  .prodi_lead {
    margin-bottom: 3.5em;
  }
  .prodi_lead dl {
    margin-bottom: 1.5em;
  }
  .prodi_lead dt img {
    position: absolute;
    bottom: 1.8em;
  }
  .prodi_lead dd {
    line-height: 2;
  }
}

.prodi_list {
  text-align: center;
  margin-bottom: 3em;
}

@media screen and (min-width: 768px) {
  .prodi_list > * {
    width: 48%;
  }
  .prodi_list > *:nth-child(even) {
    float: right;
  }
  .prodi_list > *:nth-child(odd) {
    float: left;
    clear: both;
  }
}

@media screen and (max-width: 767px) {
  .prodi_list {
    margin-bottom: 2em;
  }
}

.prodi_list li {
  margin-bottom: 1.7em;
}

.prodi_list li:nth-child(2) dt i {
  background: #f092bc;
}

.prodi_list li:nth-child(2) em {
  color: #f092bc;
}

.prodi_list li:nth-child(2) dd i {
  color: #f092bc;
}

.prodi_list li:nth-child(2) dd.a {
  border-color: #f092bc;
}

.prodi_list li:nth-child(3) dt i {
  background: #9e7eb7;
}

.prodi_list li:nth-child(3) em {
  color: #9e7eb7;
}

.prodi_list li:nth-child(3) dd i {
  color: #9e7eb7;
}

.prodi_list li:nth-child(3) dd.a {
  border-color: #9e7eb7;
}

.prodi_list li:nth-child(4) dt i {
  background: #d79530;
}

.prodi_list li:nth-child(4) em {
  color: #d79530;
}

.prodi_list li:nth-child(4) dd i {
  color: #d79530;
}

.prodi_list li:nth-child(4) dd.a {
  border-color: #d79530;
}

.prodi_list em {
  color: #70b439;
}

.prodi_list dt {
  font-size: 1.2rem;
}

.prodi_list dt em {
  display: block;
  font-weight: 900;
  font-style: italic;
  font-size: 3.2rem;
  line-height: 1.1;
  margin-top: .5em;
}

.prodi_list dt i {
  font-size: 1.2rem;
  font-weight: 900;
  color: #fff;
  background: #70b439;
  display: inline-block;
  border-radius: 100%;
  width: 5.2em;
  height: 5.2em;
  line-height: 5.4;
}

.prodi_list dd em {
  display: block;
  margin-bottom: .4em;
}

.prodi_list dd i {
  color: #70b439;
}

.prodi_list dd.b {
  font-size: 1.2rem;
  font-weight: bold;
}

.prodi_list dd.a {
  font-size: 1.6rem;
  border: solid 1px #70b439;
  border-left: none;
  border-right: none;
  padding: .8em 0;
  margin: 1em 0;
}

.proex_main {
  background: url(../img/excare_kv_bg.jpg) no-repeat center center;
  background-size: cover;
  height: 30em;
  position: relative;
  padding-top: 3.75em;
  text-align: center;
  color: #fff;
}

.proex_main .ttl {
  margin-bottom: 2em;
}

.proex_main .ttl img {
  width: 10.225em;
}

.proex_main dt {
  font-size: 2.8rem;
  margin-bottom: 1em;
}

.proex_main dd {
  font-size: 1.6rem;
  line-height: 2;
}

.proex_main > img {
  position: absolute;
  width: 16.875em;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0);
}

@media screen and (max-width: 767px) {
  .proex_main {
    padding-top: 2em;
  }
  .proex_main dt {
    font-size: 2.4rem;
  }
  .proex_main dd {
    line-height: 1.6;
  }
  .proex_main dd br {
    display: none;
  }
}

.proex_lead {
  background: url(../img/excare_bg.jpg) no-repeat center center;
  background-size: cover;
  position: relative;
  color: #fff;
  padding: 3.5em 0 2em;
  margin-bottom: 4em;
}

.proex_lead dt {
  font-size: 4rem;
  font-weight: 900;
}

.proex_lead dt i {
  background: #fff;
  display: block;
  color: #152a2c;
  font-size: 37.5%;
  width: 5em;
  text-align: center;
}

.proex_lead dd p.a {
  font-size: 1.6rem;
  margin-bottom: 1.2em;
}

.proex_lead dd p.b {
  font-size: 1.2rem;
  border-left: solid 1px #fff;
  padding-left: 1em;
}

@media screen and (max-width: 767px) {
  .proex_lead {
    margin-bottom: 3em;
    padding: 2.5em 0 2em;
  }
  .proex_lead dl {
    margin-bottom: 1.8em;
  }
}

@media screen and (min-width: 768px) {
  .proex_lead img {
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0);
    width: 21.075em;
    top: 10.5em;
  }
  .proex_lead .top {
    margin-bottom: 10.65em;
  }
  .proex_lead .top dl {
    float: left;
  }
  .proex_lead .top dl:nth-child(2) {
    float: right;
  }
  .proex_lead .btm dl {
    float: left;
  }
  .proex_lead .btm dl:nth-child(2) {
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0);
  }
  .proex_lead .btm dl:nth-child(3) {
    float: right;
  }
}

.provi_main {
  background: url(../img/viloop_kv_bg.jpg) no-repeat center center;
  background-size: cover;
  position: relative;
  text-align: center;
  padding-top: 4.25em;
}

.provi_main .ttl {
  margin-bottom: 1.2em;
}

.provi_main .ttl img {
  width: 12.8em;
}

.provi_main dt {
  font-size: 2.8rem;
  margin-bottom: .8em;
}

.provi_main dd {
  font-size: 1.6rem;
  line-height: 2;
}

@media screen and (max-width: 767px) {
  .provi_main dt {
    font-size: 2.5rem;
  }
  .provi_main dd {
    line-height: 1.6;
    text-align: left;
  }
  .provi_main dd br {
    display: none;
  }
  .provi_main > img {
    display: block;
    max-width: 65%;
    margin: 1em 0;
  }
}

@media screen and (min-width: 768px) {
  .provi_main {
    margin-bottom: 11em;
  }
  .provi_main .box {
    width: 27.5em;
    margin-left: auto;
  }
  .provi_main > img {
    width: 27.75em;
    position: absolute;
    left: 0;
    top: 4em;
  }
}

.provi_lead {
  position: relative;
  margin-bottom: 7.5em;
}

.provi_lead dt {
  font-size: 2rem;
  margin-bottom: .4em;
}

.provi_lead dd {
  font-size: 1.4rem;
  line-height: 2.2;
}

@media screen and (max-width: 767px) {
  .provi_lead {
    margin-bottom: 3em;
  }
  .provi_lead dl {
    margin-bottom: 1.5em;
  }
}

@media screen and (min-width: 768px) {
  .provi_lead img {
    position: absolute;
    width: 20em;
    right: 3.5em;
    top: -9em;
  }
  .provi_lead dl {
    width: 48%;
  }
}

.sup_main {
  background: url(../img/support_kv_img.jpg) no-repeat center center;
  background-size: cover;
  height: 20em;
  padding-top: 7.2em;
  position: relative;
  margin-bottom: 5em;
}

.sup_main .ttl {
  color: #fff;
  position: absolute;
  left: 50%;
  margin-left: -25em;
  font-size: 2.4rem;
}

.sup_main .ttl i {
  font-size: 7rem;
  font-weight: 600;
  display: block;
}

@media screen and (max-width: 1258px) {
  .sup_main .ttl {
    left: .6em;
    margin-left: 0;
  }
}

@media screen and (max-width: 767px) {
  .sup_main {
    height: 15em;
    padding-top: 5em;
    margin-bottom: 3em;
  }
  .sup_main .ttl {
    left: 4%;
    font-size: 1.6rem;
  }
  .sup_main .ttl i {
    font-size: 5rem;
    line-height: 1;
    margin-bottom: .3em;
  }
}

.sup_list {
  margin-bottom: 2em;
}

@media screen and (min-width: 768px) {
  .sup_list > * {
    width: 48%;
  }
  .sup_list > *:nth-child(even) {
    float: right;
  }
  .sup_list > *:nth-child(odd) {
    float: left;
    clear: both;
  }
}

.sup_list .ttl {
  background: #f7f7f7;
  padding: .7em 0 .3em;
  text-align: center;
  margin-bottom: .7em;
}

.sup_list .ttl img {
  width: 12em;
}

.sup_list > li {
  position: relative;
  margin-bottom: 1em;
}

.sup_list > li > img {
  width: 50%;
}

.sup_list > li li + li {
  margin-top: .5em;
}

.sup_list > li .link {
  position: absolute;
  right: 0;
  width: 44%;
  bottom: 18%;
}

.sup_list > li ul {
  float: right;
  width: 44%;
  padding-top: 1em;
}

.sup_list a {
  background: #000;
  color: #fff;
  font-size: 1.4rem;
  display: block;
  padding: .6em 1em;
  border-radius: .5em;
}

.sup_list a img {
  width: 1.8928em;
  vertical-align: middle;
  margin-right: .7em;
}

@media screen and (max-width: 767px) {
  .sup_list {
    margin-bottom: 1em;
  }
  .sup_list > li {
    margin-bottom: 1em;
  }
}

.sup_contact {
  margin-bottom: -2em;
  text-align: center;
}

.sup_contact dt {
  font-size: 1.4rem;
}

.sup_contact dd {
  margin-bottom: 2em;
}

.sup_contact .c_btn {
  margin: 1em 0 .5em;
}

.sup_contact .tel {
  margin-bottom: .3em;
}

.sup_contact .tel a {
  display: block;
  font-size: 3.7rem;
  font-weight: 900;
  line-height: 1;
}

.sup_contact .tel img {
  width: .8513em;
  margin-right: .2em;
  vertical-align: 5%;
}

.sup_contact small {
  font-size: 1rem;
/*   display: block; */
	display: inline-block;
	text-align: left;
}

@media screen and (max-width: 767px) {
  .sup_contact {
    margin-bottom: -1em;
  }
  .sup_contact dd {
    margin-bottom: 1.5em;
  }
}

.sup_ttl {
  font-size: 1.4rem;
  padding-top: 5em;
  font-weight: bold;
  margin-bottom: 1.5em;
}

.sup_ttl em {
  font-size: 4rem;
  margin-left: .2em;
  margin-right: .5em;
  letter-spacing: .1em;
}

.sup_ttl span {
  font-weight: 900;
  letter-spacing: .05em;
}

@media screen and (max-width: 767px) {
  .sup_ttl {
    padding-top: 3em;
    margin-bottom: 1em;
  }
  .sup_ttl em {
    font-size: 3.2rem;
  }
  .sup_ttl span {
    display: block;
    letter-spacing: 0;
  }
}

.sup_img {
  margin-bottom: 4em;
}

@media screen and (max-width: 767px) {
  .sup_img {
    margin-bottom: 1.5em;
  }
}

.sup_spec {
  margin-bottom: 4em;
}

@media screen and (min-width: 768px) {
  .sup_spec p {
    float: left;
    width: 48%;
  }
  .sup_spec .box {
    width: 48%;
    float: right;
  }
}

.sup_spec p {
  line-height: 2.2;
}

.sup_spec caption {
  font-size: 1.4rem;
  background: #000;
  color: #fff;
  text-align: left;
  font-weight: bold;
  padding: .5em 1em .4em;
  margin-bottom: .5em;
}

.sup_spec th {
  text-align: left;
  width: 9.5em;
}

.sup_spec tr > * {
  font-size: 1.3rem;
  border-bottom: solid 1px #cccccc;
  padding: .3em .3em;
}

.sup_spec .btn {
  margin-top: 1em;
}

.sup_spec .btn a {
  background: #000;
  color: #fff;
  font-size: 1.4rem;
  display: inline-block;
  padding: .6em 1em;
  width: 16em;
  font-weight: bold;
  border-radius: .5em;
}

.sup_spec .btn a img {
  width: 1.8928em;
  vertical-align: middle;
  margin-right: .7em;
}

@media screen and (max-width: 767px) {
  .sup_spec {
    margin-bottom: 2.5em;
  }
  .sup_spec p {
    line-height: 1.6;
  }
  .sup_spec table {
    margin-top: 1em;
  }
}

.sup_acc {
  margin-bottom: 4.5em;
}

.sup_acc ul {
  margin-top: 1.5em;
  margin-left: -1.7%;
}

.sup_acc ul > * {
  margin-left: 1.7%;
  width: 14.96667%;
  float: left;
}

@media screen and (max-width: 767px) {
  .sup_acc ul {
    margin-left: -2.5%;
  }
  .sup_acc ul > * {
    margin-left: 2.5%;
    width: 30.83333%;
  }
}

.sup_acc li {
  background: #eaeaea;
}

.sup_acc li img {
  display: block;
  width: 100%;
}

.sup_acc li:nth-child(6n + 1) {
  clear: both;
}

.sup_acc dl {
  padding: .5em .5em .2em;
}

.sup_acc dt {
  font-size: 1.2rem;
  font-weight: bold;
  line-height: 1.2;
  margin-bottom: .4em;
}

.sup_acc dd {
  font-size: 1rem;
}

.sup_acc .btn {
  text-align: center;
  padding: .5em;
}

.sup_acc .btn.b a {
  background: #000;
}

.sup_acc .btn a {
  display: block;
  background: #000;
  font-size: 1.2rem;
  color: #fff;
  background: #000 url(../img/ico_cart.png) no-repeat 0.8em center;
  background-size: 1.36em;
  padding: .5em 0;
}

@media screen and (max-width: 767px) {
  .sup_acc {
    margin-bottom: 2em;
  }
  .sup_acc li {
    margin-bottom: 2.5%;
  }
  .sup_acc li:nth-child(3n + 1) {
    clear: both;
  }
}

.sup_faq {
  margin-bottom: 4em;
}

.sup_faq dl {
  margin-top: 1.5em;
}

.sup_faq dt {
  font-size: 1.4rem;
  font-weight: bold;
  position: relative;
  background: #eaeaea;
  padding: .8em;
  padding-left: 7em;
  margin-bottom: .7em;
  cursor: pointer;
}

.sup_faq dt i {
  font-size: 2.4rem;
  font-weight: 900;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  left: .7em;
}

.sup_faq dt.open + dd {
  display: block;
}

.sup_faq dd {
  display: none;
  font-size: 1.4rem;
  border-left: solid 1px #ccc;
  line-height: 2;
  margin: 2em 0 3em;
  margin-left: 7.5em;
  padding-left: 1.8em;
  text-align: justify;
}

@media screen and (max-width: 767px) {
  .sup_faq {
    margin-bottom: 2.5em;
  }
  .sup_faq dt {
    padding-left: 5.5em;
  }
  .sup_faq dd {
    margin-left: 1em;
  }
}

.tech_main {
  background: url(../img/tech_kv_img.jpg) no-repeat center center;
  background-size: cover;
  height: 35em;
  position: relative;
  margin-bottom: 3.5em;
}

.tech_main .ttl {
  font-size: 7rem;
  color: #fff;
  text-shadow: 0 0 0.2em rgba(0, 0, 0, 0.57);
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  margin-left: 5.4em;
  left: 50%;
  margin-left: -8.7em;
  line-height: 1;
}

.tech_main .ttl small {
  display: block;
  font-size: 3rem;
}

@media screen and (max-width: 1250px) {
  .tech_main .ttl {
    left: .2em;
    margin-left: 0;
  }
}

@media screen and (max-width: 767px) {
  .tech_main {
    height: 20em;
    margin-bottom: 2.5em;
  }
  .tech_main .ttl {
    font-size: 5.5rem;
  }
}

.tech_lead {
  text-align: center;
  margin-bottom: 4em;
}

.tech_lead .ttl {
  font-size: 3.2rem;
  margin-bottom: 1.2em;
}

.tech_lead p {
  font-size: 1.6rem;
  line-height: 2;
}

.tech_lead img {
  width: 40em;
  display: block;
  margin: 2.5em auto 3em;
}

@media screen and (max-width: 767px) {
  .tech_lead {
    margin-bottom: 2em;
  }
  .tech_lead p {
    line-height: 1.6;
  }
  .tech_lead img {
    margin: 1.5em auto 2em;
  }
}

.tech_core {
  background: url(../img/tech_bg.jpg) no-repeat center center;
  background-size: cover;
  text-align: center;
  color: #fff;
  padding-top: 5em;
  overflow: hidden;
}

.tech_core .ttl {
  font-size: 1.8rem;
  margin-bottom: 2em;
  font-weight: bold;
  letter-spacing: .1em;
}

.tech_core .ttl i {
  display: block;
  font-size: 6rem;
  line-height: 1.2;
  font-weight: 600;
  letter-spacing: 0;
  margin-bottom: .05em;
}

.tech_core p {
  font-size: 1.6rem;
  line-height: 2;
}

@media screen and (max-width: 767px) {
  .tech_core {
    padding-top: 2.5em;
  }
  .tech_core .ttl i {
    font-size: 4.4rem;
    margin-bottom: .2em;
  }
  .tech_core p {
    line-height: 1.6;
    text-align: left;
  }
  .tech_core img {
    width: 160%;
    max-width: 160%;
    position: relative;
    left: -30%;
    top: -2em;
    margin-bottom: -4em;
  }
}

.tech_capa {
  padding-top: 5em;
  text-align: center;
}

.tech_capa .ttl {
  font-size: 1.8rem;
  font-weight: bold;
  letter-spacing: .1em;
}

.tech_capa .ttl i {
  display: block;
  font-size: 4.8rem;
  line-height: 1.2;
  font-weight: 600;
  letter-spacing: 0;
  margin-bottom: .2em;
}

.tech_capa .box {
  margin-top: 4em;
  position: relative;
}

.tech_capa .cap {
  font-size: 3.2rem;
}

.tech_capa p {
  line-height: 1.6;
  text-align: justify;
}

@media screen and (max-width: 767px) {
  .tech_capa .ttl {
    font-size: 1.8rem;
  }
  .tech_capa .ttl i {
    font-size: 4rem;
  }
  .tech_capa .box {
    margin-top: 1.5em;
  }
  .tech_capa .cap {
    font-size: 2.6rem;
    margin: 1em 0 -1em;
    position: relative;
    text-align: right;
    margin-right: 20%;
  }
}

@media screen and (min-width: 768px) {
  .tech_capa p {
    position: absolute;
    left: 0;
    width: 33%;
    line-height: 2.2;
  }
  .tech_capa .cap {
    position: absolute;
    margin-left: 50%;
  }
}

@media screen and (min-width: 768px) {
  .topics_list.a {
    margin-left: -2.6%;
  }
  .topics_list.a > * {
    margin-left: 2.6%;
    width: 30.73333%;
    float: left;
  }
  .topics_list.a li:nth-child(3n + 1) {
    clear: both;
  }
  .topics_list.b > * {
    width: 47%;
  }
  .topics_list.b > *:nth-child(even) {
    float: right;
  }
  .topics_list.b > *:nth-child(odd) {
    float: left;
    clear: both;
  }
}

@media screen and (max-width: 767px) {
  .topics_list > * {
    width: 48%;
  }
  .topics_list > *:nth-child(even) {
    float: right;
  }
  .topics_list > *:nth-child(odd) {
    float: left;
    clear: both;
  }
}

.topics_list li {
  margin-bottom: 1.2em;
}

.topics_list li p span {
  display: block;
  font-size: 85.7%;
  font-weight: bold;
  margin-bottom: .6em;
}

.topics_list li a {
  display: block;
}

.topics_list li img {
  display: block;
  border: solid 1px #dcdcdc;
  margin-bottom: .6em;
  width: 100%;
}

.topics_img {
  margin-bottom: 2em;
}

@media screen and (max-width: 767px) {
  .topics_img {
    margin-bottom: 1.5em;
  }
}

.topics_img img {
  width: 100%;
}

.topics_ttl {
  font-size: 2.4rem;
  font-weight: bold;
  border-bottom: dotted 1px #000;
  margin-bottom: 1em;
  padding-bottom: .8em;
  line-height: 1.3;
}

.topics_ttl span {
  display: block;
  font-size: 50%;
  margin-bottom: .4em;
}

@media screen and (max-width: 767px) {
  .topics_ttl {
    font-size: 2rem;
  }
}

.topics_body {
  margin: 0 5em 4em;
}

@media screen and (max-width: 767px) {
  .topics_body {
    margin: 0 0 3em;
  }
}

.topics_body p {
  line-height: 2;
}

.topics_body p + p {
  margin-top: 2em;
}

.pp_header {
  margin-bottom: 3em;
}

.pp_header img {
  display: block;
  margin: 0 auto;
  width: 100%;
}

.pp_body .ttl {
  font-size: 2.6rem;
  margin-bottom: 1em;
}

.pp_body p {
  font-size: 1.4rem;
}

.pp_body .name {
  text-align: right;
  margin-bottom: 2em;
}

.pp_body .title {
  font-weight: bold;
  font-size: 1.6rem;
  border-bottom: dotted 1px #ccc;
  padding-bottom: .3em;
  margin-bottom: 1.4em;
}

.pp_body section {
  margin-top: 2.5em;
}

.com_header {
  position: relative;
}

.com_header img {
  display: block;
  margin: 0 auto;
  width: 100%;
}

.com_header .box {
  position: absolute;
  width: 100%;
  top: 5em;
}

.com_header .ttl {
  font-size: 4rem;
  margin-bottom: 1em;
}

.com_header p {
  font-size: 1.4rem;
  line-height: 2.4;
  width: 85%;
}

.com_header .name {
  text-align: right;
}

@media screen and (max-width: 767px) {
  .com_header .box {
    position: static;
    margin: 2em 0;
  }
  .com_header .ttl {
    position: absolute;
    top: 17vw;
  }
  .com_header p {
    line-height: 1.6;
    width: auto;
  }
}

.com_nav {
  position: relative;
  z-index: 1;
  background: #000;
  color: #fff;
  padding: 1em 0;
  margin-bottom: 4em;
  text-align: center;
}

.com_nav strong {
  color: #1cbb85;
}

.com_nav li {
  display: inline-block;
  font-size: 1.6rem;
  margin: 0 2em;
}

.com_sec {
  position: relative;
  padding-bottom: 4em;
  overflow: hidden;
}

.com_sec .bnr {
  margin-top: 1.5em;
}

@media screen and (min-width: 768px) {
  .com_sec:before {
    content: '';
    position: absolute;
    z-index: -1;
    background: url(../img/com/bg-01.png);
    top: 0;
    width: 100%;
    height: 100%;
    right: 50%;
    margin-right: 12.5em;
  }
  .com_sec .ttl {
    position: absolute;
    margin-top: .8em;
  }
  .com_sec .main {
    margin-left: 15.5em;
  }
}

.com_sec .ttl {
  font-size: 2.6rem;
}

.com_sec tr > * {
  border-bottom: dotted 1px #ccc;
  font-size: 1.4rem;
  padding: 2em 0 .5em;
}

.com_sec th {
  font-weight: bold;
  text-align: left;
  width: 10em;
}

.com_sec .iso {
  margin-top: 2.5em;
}

.com_sec .iso p {
  line-height: 2.4;
}

@media screen and (max-width: 767px) {
  .com_sec .iso p {
    line-height: 1.6;
  }
}

.com_sec .iso li {
  font-size: 1.4rem;
  line-height: 2.4;
  position: relative;
  padding-left: 1em;
}

@media screen and (max-width: 767px) {
  .com_sec .iso li {
    line-height: 1.6;
  }
}

.com_sec .iso li:before {
  content: '';
  border-radius: 100%;
  width: .5em;
  height: .5em;
  background: #000;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  left: 0;
}

.com_sec .iso .txt {
  float: left;
  width: 62%;
  padding-right: 2em;
  text-align: justify;
}

.com_sec .iso .img {
  float: left;
  width: 17%;
}

.com_sec .iso .img + .img {
  float: right;
}

.com_sec .iso .ttl2 {
  margin-bottom: 1.2em;
}

.com_sec .iso .ttl2 small {
  display: block;
  font-size: 1rem;
}

.com_sec .iso .ttl2 i {
  display: block;
  font-size: 3rem;
}

.com_sec .nav {
  padding: 1em 0 3em;
}

.com_sec .nav li {
  display: inline-block;
  font-size: 1.6rem;
}

.com_sec .nav a {
  display: block;
  padding: .5em 4em .3em;
  border: solid 1px #000;
}

.com_sec .nav a.active {
  background: #000;
  color: #1cbb85;
}

.com_sec .gmap a {
  display: inline-block;
  background: #000 url(../img/com/blt-02.png) no-repeat 0.8em center;
  color: #fff;
  border-radius: .3em;
  width: 15em;
  text-align: center;
  font-size: 1.4rem;
  padding: .7em 0;
}

@media screen and (min-width: 768px) {
  .com_sec .gmap {
    position: absolute;
    right: 0;
    top: 2.2em;
  }
}

@media screen and (max-width: 767px) {
  .com_sec .gmap {
    text-align: right;
    margin-top: 1em;
  }
}

.com_sec .img2 {
  margin: 1.5em 0 .5em;
}

.com_sec .img2 img {
  float: left;
  width: 49%;
}

.com_sec .img2 img + img {
  float: right;
}

.com_sec .tab {
  position: relative;
}

.com_sec .tab .name {
  font-weight: bold;
  border-bottom: dotted 1px #ccc;
  margin-bottom: .5em;
}

.com_sec #tab02 {
  display: none;
}

.com_sec .entry {
  margin-top: 3em;
}

.com_sec .entry .txt {
  float: left;
  width: 34%;
}

.com_sec .entry .txt p {
  line-height: 2.4;
}

@media screen and (max-width: 767px) {
  .com_sec .entry .txt p {
    line-height: 1.6;
  }
}

.com_sec .entry img {
  float: right;
  width: 61.5%;
}

.com_sec .ttl3 {
  font-size: 2.4rem;
  margin-bottom: 1.3em;
}

.com_sec .map {
  position: relative;
  height: 0;
  padding-top: 25em;
  overflow: hidden;
}

.com_sec .map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 767px) {
  .com_sec .map {
    padding-top: 100%;
  }
}

/*--------------------------------------------------------------
Utility
--------------------------------------------------------------*/
.u_wrap {
  overflow: hidden;
}

.u_inner {
  width: 52em;
  margin: 0 auto;
  padding: 0 1em;
  max-width: 100%;
}

#max {
  width: 52em;
}

@media only screen and (max-width: 450px) {
  html {
    font-size: calc(100vw * 10 / 450) !important;
  }
}

.u_clearfix:after,
.u_clearfix > li:after {
  height: 0;
  visibility: hidden;
  content: ".";
  display: block;
  clear: both;
}

* html .u_clearfix,
* html .u_clearfix > li {
  zoom: 1;
}

* + html .u_clearfix,
* + html .u_clearfix li {
  zoom: 1;
}

.u_switch_img {
  opacity: 1;
}

.u_relative {
  position: relative;
}

@media screen and (min-width: 768px) {
  .u_tel {
    cursor: default;
  }
  .u_tel:hover {
    opacity: 1;
  }
}

@media screen and (min-width: 768px) {
  .u_visible_sp {
    display: none;
  }
  .u_tel {
    cursor: default;
  }
  .u_tel:hover {
    opacity: 1;
  }
}

@media screen and (max-width: 767px) {
  .u_visible_pc {
    display: none;
  }
  .u_inner {
    width: auto;
    margin: 0 4%;
    padding: 0;
  }
  .u_inner.sp {
    margin: 0;
  }
}

#fitness, #ems, #potential, #magnetic {
  height: 6.25em;
}

@media screen and (max-width: 767px) {
  #fitness, #ems, #potential, #magnetic {
    height: auto;
  }
}

.wp-block-image.is-resized {
  display: block !important;
}

.wp-block-image img.aligncenter,
img.aligncenter {
  display: block !important;
  margin: 0 auto;
}

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